Age | Commit message (Expand) | Author | Files | Lines |
2001-09-16 | cppmain.c (scan_translation_unit): Don't worry about putting a space after ha... | Neil Booth | 1 | -8/+0 |
2001-09-14 | cpperror.c (print_location): Take line and column, for default positioning us... | Neil Booth | 1 | -26/+9 |
2001-09-13 | c-parse.in (_yylex): Use _cpp_backup_tokens. | Neil Booth | 1 | -0/+2 |
2001-08-22 | cpperror.c (print_location): Don't show _Pragma. | Neil Booth | 1 | -5/+1 |
2001-08-17 | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 1 | -5/+1 |
2001-08-11 | c-lex.c (map): Make const. | Neil Booth | 1 | -12/+2 |
2001-08-07 | cpplib.h, line-map.h: Update comments. | Neil Booth | 1 | -1/+1 |
2001-08-06 | cpperror.c (print_containing_files): Moved to line-map.c. | Neil Booth | 1 | -4/+3 |
2001-08-04 | cpphash.h (struct cpp_reader): New member directive_line. | Neil Booth | 1 | -6/+6 |
2001-08-04 | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 1 | -3/+2 |
2001-08-02 | line-map.c: New. | Neil Booth | 1 | -12/+5 |
2001-08-01 | cpphash.h (struct cpp_reader): New members line, pseudo_newlines. | Neil Booth | 1 | -0/+2 |
2001-07-29 | cpphash.h (struct cpp_reader): Remove import_warning. | Neil Booth | 1 | -1/+0 |
2001-07-19 | c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | Neil Booth | 1 | -2/+0 |
2001-05-25 | Standardize header guards. | Richard Henderson | 1 | -2/+3 |
2001-05-23 | c-lex.c (read_escape, read_ucs): Delete. | Neil Booth | 1 | -0/+4 |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 1 | -18/+31 |
2001-05-16 | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 1 | -6/+3 |
2001-05-16 | * cpplib.h: Undo mistaken commit. | Neil Booth | 1 | -13/+13 |
2001-05-16 | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 1 | -13/+13 |
2001-05-11 | c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c... | Neil Booth | 1 | -0/+5 |
2001-03-07 | c-parse.in (yylexname): New function, split out of _yylex. | Zack Weinberg | 1 | -1/+1 |
2001-03-04 | cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f... | Neil Booth | 1 | -3/+1 |
2001-03-03 | cpp.texi: Update. | Neil Booth | 1 | -1/+1 |
2001-03-02 | cppfiles.c (struct include_file): Update. | Neil Booth | 1 | -2/+2 |
2001-02-25 | cppinit.c (builtin_array): Update. | Neil Booth | 1 | -0/+1 |
2001-02-14 | c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac... | Neil Booth | 1 | -0/+1 |
2001-02-04 | cppinit.c (BC): New macro. | Mark Mitchell | 1 | -1/+3 |
2001-01-28 | cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value. | Neil Booth | 1 | -2/+1 |
2001-01-14 | c-parse.in (finish_parse): Add comment about cpp_destroy. | Neil Booth | 1 | -1/+4 |
2001-01-13 | cpplib.h (cpp_pool, [...]): Move to cpphash.h (struct macro_args): Delete. | Neil Booth | 1 | -269/+0 |
2001-01-13 | cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc... | Neil Booth | 1 | -15/+33 |
2001-01-10 | cppinit.c (OPT_g): Remove. | Neil Booth | 1 | -8/+0 |
2001-01-07 | c-lang.c (c_post_options): Call cpp_post_options. | Neil Booth | 1 | -2/+13 |
2001-01-05 | cpplib.h (struct cpp_reader): Add help_only field. | Zack Weinberg | 1 | -0/+4 |
2001-01-05 | cpp.texi: Update for -MP. | Neil Booth | 1 | -1/+4 |
2001-01-04 | cpp.texi: Update for -MT. | Neil Booth | 1 | -4/+1 |
2000-12-18 | c-lex.c: s/change_file/file_change. | Neil Booth | 1 | -1/+1 |
2000-12-17 | cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin... | Neil Booth | 1 | -2/+0 |
2000-12-17 | c-lex.c: Move main_input_filename handling to FC_ENTER. | Neil Booth | 1 | -3/+4 |
2000-12-15 | gcc.c (cpp_options): Pass -fno-operator-names. | Jakub Jelinek | 1 | -0/+3 |
2000-12-11 | cpperror.c (print_location): New function. | Neil Booth | 1 | -5/+7 |
2000-12-07 | cppfiles.c (struct include_file): Move from cpphash.h. | Neil Booth | 1 | -0/+3 |
2000-12-06 | osf.h: Standarize copyright statement. | Rodney Brown | 1 | -1/+2 |
2000-12-05 | cppfiles.c (stack_include_file): Push zero-length buffers in case of failure. | Neil Booth | 1 | -1/+1 |
2000-12-04 | cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ... | Neil Booth | 1 | -2/+1 |
2000-12-01 | cppinit.c (initialize): Forgotten prototype. | Neil Booth | 1 | -3/+1 |
2000-11-28 | cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s... | Neil Booth | 1 | -1/+1 |
2000-11-28 | c-lex.h (parse_in): Change parse_in to a cpp_reader *. | Neil Booth | 1 | -3/+1 |
2000-11-27 | cppinit.c (cpp_reader_init): Remove handling of warn_paste command line options. | Neil Booth | 1 | -4/+0 |