summaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
Commit message (Expand)AuthorAgeFilesLines
* * cpplex.c (digraph_spellings, token_spellings): Make static.zack2001-10-111-3/+3
* * c-common.c: Fix comment typos.kazu2001-10-091-3/+3
* * cpplex.c (enum spell_type): Add SPELL_NUMBER.zack2001-10-061-16/+32
* * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,neil2001-09-301-121/+44
* * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff):neil2001-09-281-6/+6
* * cpphash.h (struct cpp_buff): Make unsigned.neil2001-09-281-21/+54
* * cpplex.c (cpp_output_token): Use a putc loop forzack2001-09-281-2/+6
* * cpphash.h: Update comment.neil2001-09-271-108/+2
* * cpphash.h (struct cpp_pool): Remove locks and locked.neil2001-09-261-31/+25
* * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,neil2001-09-261-1/+91
* * c-lex.c (cb_def_pragma): Update.neil2001-09-241-13/+37
* * cpphash.h (_cpp_lex_direct): New.neil2001-09-171-14/+25
* * cpphash.h (_cpp_lex_token): Update prototype.neil2001-09-161-4/+3
* * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.neil2001-09-151-12/+9
* * cpperror.c (print_location): Take line and column, forneil2001-09-141-1/+2
* * c-parse.in (_yylex): Use _cpp_backup_tokens.neil2001-09-131-104/+63
* * cpphash.h (struct tokenrun): New.neil2001-09-111-116/+167
* * cpplex.c (parse_identifier): Fast-path optimize. Avoidzack2001-09-101-40/+88
* * cpperror.c (print_location): Don't show _Pragma.neil2001-08-221-50/+50
* * cpphash.h (_cpp_push_next_buffer): New.neil2001-08-211-12/+15
* * cpperror.c (print_location): Don't take a file name; use theneil2001-08-171-1/+1
* * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.neil2001-08-111-3/+4
* * cppinit.c (cpp_finish): Pop the final buffer without comment.neil2001-08-071-6/+11
* PR preprocessor/3081neil2001-08-051-63/+65
* * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hneil2001-08-041-8/+15
* * line-map.c: New.neil2001-08-021-7/+12
* * alias.c: Fix comment formatting.kazu2001-08-011-2/+2
* * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.neil2001-08-011-7/+16
* * cppexp.c (parse_defined): Always record the macro name.neil2001-07-291-1/+1
* * cpphash.h (struct_lexer_state): Delete was_skipping.neil2001-07-261-5/+5
* * cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001neil2001-05-301-2/+0
* * cpp.texi: Update for handling of charconsts.neil2001-05-231-32/+34
* * c-lex.c (read_escape, read_ucs): Delete.neil2001-05-231-34/+39
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-15/+9
* * cppexp.c (lex): Use NODE_NAME and NODE_LEN.neil2001-05-161-8/+9
* * cpplex.c (_cpp_lex_token, '/' case): Comments can't appearnathan2001-05-161-1/+3
* * cpplex.c (_cpp_lex_token): Ensure we warn at most onceneil2001-05-121-3/+5
* * c-lex.c (lex_charconst): Convert into a simple wrapperneil2001-05-111-0/+349
* * cpplex.c (_cpp_lex_token): Only warn if -Wcomment.jakub2001-04-111-1/+1
* * system.h: Include symcat.h.ghazi2001-03-271-1/+0
* * c-parse.in (yylexname): New function, split out of _yylex.zack2001-03-071-32/+2
* * cppfiles.c (_cpp_execute_include): Don't make a null-terminatedneil2001-03-041-39/+19
* * cpplex.c (_cpp_lex_token): Don't warn about directives inneil2001-03-031-31/+29
* * cpplex.c (parse_string): Unconditionally pedwarn.neil2001-03-031-2/+1
* * cpp.texi: Update.neil2001-03-031-5/+3
* * cpplib.c (_cpp_init_stacks): Cast enum for comparison.danglin2001-03-021-6/+8
* * cpphash.h: Rename _ALIGN POOL_ALIGN.neil2001-02-031-2/+2
* * cpphash.h: Rename ALIGN _ALIGN.neil2001-02-031-2/+2
* * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.neil2001-02-011-3/+4
* * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)neil2001-01-281-1/+1