Age | Commit message (Expand) | Author | Files | Lines |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 1 | -1/+1 |
2002-02-27 | cpplex.c (_cpp_lex_token): Handle directives in macro arguments. | Neil Booth | 1 | -0/+16 |
2002-02-23 | cpplib.c (glue_header_name): Use local buffer to build up header name. | Neil Booth | 1 | -16/+16 |
2002-01-03 | cpperror.c: Update comments and copyright. | Neil Booth | 1 | -34/+25 |
2002-01-03 | cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true... | Andreas Schwab | 1 | -2/+4 |
2001-11-26 | cppfiles.c (stack_include_file): Don't optimize zero-length files. | Neil Booth | 1 | -4/+6 |
2001-11-23 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -2/+2 |
2001-10-21 | cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char. | Neil Booth | 1 | -4/+0 |
2001-10-20 | cpplex.c (handle_newline, [...]): Update to do more stepping back. | Neil Booth | 1 | -16/+11 |
2001-10-14 | cpplib.c (struct pragma_entry): Store the name as a hashnode. | Neil Booth | 1 | -26/+20 |
2001-10-14 | c-pragma.h (cpp_register_pragma_space): Remove. | Neil Booth | 1 | -98/+114 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2001-09-30 | cpphash.h (POOL_ALIGN, [...]): Remove. | Neil Booth | 1 | -28/+32 |
2001-09-28 | cpphash.h (struct cpp_buff): Make unsigned. | Neil Booth | 1 | -17/+16 |
2001-09-24 | c-lex.c (cb_def_pragma): Update. | Neil Booth | 1 | -84/+103 |
2001-09-16 | cpphash.h (_cpp_lex_token): Update prototype. | Neil Booth | 1 | -41/+30 |
2001-09-16 | cppmain.c (scan_translation_unit): Don't worry about putting a space after ha... | Neil Booth | 1 | -98/+108 |
2001-09-15 | cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. | Neil Booth | 1 | -11/+18 |
2001-09-14 | cpperror.c (print_location): Take line and column, for default positioning us... | Neil Booth | 1 | -7/+11 |
2001-09-13 | c-parse.in (_yylex): Use _cpp_backup_tokens. | Neil Booth | 1 | -34/+29 |
2001-09-11 | cpphash.h (struct tokenrun): New. | Neil Booth | 1 | -0/+2 |
2001-08-22 | cpperror.c (print_location): Don't show _Pragma. | Neil Booth | 1 | -34/+19 |
2001-08-21 | cppfiles.c (stack_include_file): line-map.c now handles include depth. | Neil Booth | 1 | -3/+1 |
2001-08-21 | cpphash.h (_cpp_push_next_buffer): New. | Neil Booth | 1 | -0/+1 |
2001-08-17 | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 1 | -27/+13 |
2001-08-11 | cpphash.c (_cpp_destroy_hashtable): Use ht_destroy. | Neil Booth | 1 | -2/+4 |
2001-08-11 | cpphash.h, cpplib.c: Correct erroneous previous checkin. | Neil Booth | 1 | -4/+2 |
2001-08-11 | c-lex.c (map): Make const. | Neil Booth | 1 | -27/+21 |
2001-08-06 | cpperror.c (print_containing_files): Moved to line-map.c. | Neil Booth | 1 | -111/+44 |
2001-08-05 | * cpplib.c (do_line): Update line number after pop_buffer. | Neil Booth | 1 | -0/+1 |
2001-08-05 | re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b... | Neil Booth | 1 | -41/+44 |
2001-08-04 | cpphash.h (struct cpp_reader): New member directive_line. | Neil Booth | 1 | -5/+7 |
2001-08-04 | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 1 | -9/+11 |
2001-08-02 | line-map.c: New. | Neil Booth | 1 | -52/+51 |
2001-08-01 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -6/+6 |
2001-07-29 | cpphash.h (struct cpp_reader): Remove import_warning. | Neil Booth | 1 | -34/+20 |
2001-07-29 | cppexp.c (parse_defined): Always record the macro name. | Neil Booth | 1 | -17/+13 |
2001-07-26 | cpphash.h (struct_lexer_state): Delete was_skipping. | Neil Booth | 1 | -45/+37 |
2001-07-01 | c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, RID_LAST_PQ. | Zack Weinberg | 1 | -15/+19 |
2001-05-27 | * cpplib.c (run_directive): Set pfile->directive. | Neil Booth | 1 | -1/+2 |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 1 | -20/+7 |
2001-05-16 | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 1 | -14/+13 |
2001-05-10 | cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed. | Zack Weinberg | 1 | -1/+26 |
2001-04-11 | * cpplib.c (do_line): Sanity check iff enable checking. | Neil Booth | 1 | -0/+2 |
2001-04-08 | cpperror.c (print_location): Don't special case <stdin>. | Neil Booth | 1 | -1/+2 |
2001-04-06 | * cpplib.c (cpp_push_buffer): Give stdin buffers the name <stdin>. | Neil Booth | 1 | -1/+4 |
2001-04-06 | configure.in: Add check for lstat. | Neil Booth | 1 | -6/+1 |
2001-03-27 | system.h: Include symcat.h. | Kaveh R. Ghazi | 1 | -1/+0 |
2001-03-15 | cpp.texi: Update documentation for -include and -imacros. | Neil Booth | 1 | -17/+32 |
2001-03-13 | cppfiles.c (NO_INCLUDE_PATH): New macro. | Neil Booth | 1 | -1/+8 |