| Commit message (Expand) | Author | Age | Files | Lines |
* | * cppinit.c (cpp_create_reader): Initialize | thorpej | 2002-04-07 | 1 | -1/+17 |
* | 2002-03-22 Phil Edwards <pme@gcc.gnu.org> | pme | 2002-03-22 | 1 | -2/+2 |
* | * cpphash.h (struct lexer_state): Remove line_extension member. | zack | 2002-03-14 | 1 | -84/+154 |
* | * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in, | zack | 2002-02-27 | 1 | -1/+1 |
* | * cpplex.c (_cpp_lex_token): Handle directives in macro | neil | 2002-02-27 | 1 | -0/+16 |
* | * cpplib.c (glue_header_name): Use local buffer to build up | neil | 2002-02-23 | 1 | -16/+16 |
* | * cpperror.c: Update comments and copyright. | neil | 2002-01-03 | 1 | -34/+25 |
* | * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool | schwab | 2002-01-03 | 1 | -2/+4 |
* | * cppfiles.c (stack_include_file): Don't optimize zero-length | neil | 2001-11-26 | 1 | -4/+6 |
* | * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog, | jsm28 | 2001-11-23 | 1 | -2/+2 |
* | * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char. | neil | 2001-10-21 | 1 | -4/+0 |
* | * cpplex.c (handle_newline, skip_escaped_newlines, | neil | 2001-10-20 | 1 | -16/+11 |
* | * cpplib.c (struct pragma_entry): Store the name as a hashnode. | neil | 2001-10-14 | 1 | -26/+20 |
* | * c-pragma.h (cpp_register_pragma_space): Remove. | neil | 2001-10-14 | 1 | -98/+114 |
* | * calls.c: Fix formatting. | kazu | 2001-10-10 | 1 | -1/+1 |
* | * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, | neil | 2001-09-30 | 1 | -28/+32 |
* | * cpphash.h (struct cpp_buff): Make unsigned. | neil | 2001-09-28 | 1 | -17/+16 |
* | * c-lex.c (cb_def_pragma): Update. | neil | 2001-09-24 | 1 | -84/+103 |
* | * cpphash.h (_cpp_lex_token): Update prototype. | neil | 2001-09-16 | 1 | -41/+30 |
* | * cppmain.c (scan_translation_unit): Don't worry about | neil | 2001-09-16 | 1 | -98/+108 |
* | * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. | neil | 2001-09-15 | 1 | -11/+18 |
* | * cpperror.c (print_location): Take line and column, for | neil | 2001-09-14 | 1 | -7/+11 |
* | * c-parse.in (_yylex): Use _cpp_backup_tokens. | neil | 2001-09-13 | 1 | -34/+29 |
* | * cpphash.h (struct tokenrun): New. | neil | 2001-09-11 | 1 | -0/+2 |
* | * cpperror.c (print_location): Don't show _Pragma. | neil | 2001-08-22 | 1 | -34/+19 |
* | * cppfiles.c (stack_include_file): line-map.c now handles include | neil | 2001-08-21 | 1 | -3/+1 |
* | * cpphash.h (_cpp_push_next_buffer): New. | neil | 2001-08-21 | 1 | -0/+1 |
* | * cpperror.c (print_location): Don't take a file name; use the | neil | 2001-08-17 | 1 | -27/+13 |
* | * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy. | neil | 2001-08-11 | 1 | -2/+4 |
* | * cpphash.h, cpplib.c: Correct erroneous previous checkin. | neil | 2001-08-11 | 1 | -4/+2 |
* | * c-lex.c (map): Make const. | neil | 2001-08-11 | 1 | -27/+21 |
* | * cpperror.c (print_containing_files): Moved to line-map.c. | neil | 2001-08-06 | 1 | -111/+44 |
* | * cpplib.c (do_line): Update line number after pop_buffer. | neil | 2001-08-05 | 1 | -0/+1 |
* | PR preprocessor/3081 | neil | 2001-08-05 | 1 | -41/+44 |
* | * cpphash.h (struct cpp_reader): New member directive_line. | neil | 2001-08-04 | 1 | -5/+7 |
* | * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h | neil | 2001-08-04 | 1 | -9/+11 |
* | * line-map.c: New. | neil | 2001-08-02 | 1 | -52/+51 |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -6/+6 |
* | * cpphash.h (struct cpp_reader): Remove import_warning. | neil | 2001-07-29 | 1 | -34/+20 |
* | * cppexp.c (parse_defined): Always record the macro name. | neil | 2001-07-29 | 1 | -17/+13 |
* | * cpphash.h (struct_lexer_state): Delete was_skipping. | neil | 2001-07-26 | 1 | -45/+37 |
* | * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, | zack | 2001-07-01 | 1 | -15/+19 |
* | * cpplib.c (run_directive): Set pfile->directive. | neil | 2001-05-27 | 1 | -1/+2 |
* | * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS, | neil | 2001-05-20 | 1 | -20/+7 |
* | * cppexp.c (lex): Use NODE_NAME and NODE_LEN. | neil | 2001-05-16 | 1 | -14/+13 |
* | * cppinit.c (cpp_post_options): Shut off macro expansion if | zack | 2001-05-10 | 1 | -1/+26 |
* | * cpplib.c (do_line): Sanity check iff enable checking. | neil | 2001-04-11 | 1 | -0/+2 |
* | * cpperror.c (print_location): Don't special case <stdin>. | neil | 2001-04-08 | 1 | -1/+2 |
* | * cpplib.c (cpp_push_buffer): Give stdin buffers the name <stdin>. | neil | 2001-04-06 | 1 | -1/+4 |
* | * configure.in: Add check for lstat. | neil | 2001-04-06 | 1 | -6/+1 |