Age | Commit message (Expand) | Author | Files | Lines |
2003-03-20 | Various cleanups to help compile server. | Per Bothner | 1 | -4/+6 |
2003-03-12 | cppfiles.c (cpp_rename_file, [...]): New. | Neil Booth | 1 | -0/+28 |
2003-03-04 | configure.in: Check for <memcheck.h>. | Andreas Jaeger | 1 | -1/+5 |
2003-03-02 | c-incpath.c (remove_component_p, [...]): Move back to cppfiles.c. | Neil Booth | 1 | -11/+158 |
2003-03-01 | Makefile.in (C_AND_OBJC_OBJS, [...]): Update. | Neil Booth | 1 | -173/+51 |
2003-02-28 | In gcc/: 2003-02-28 Geoffrey Keating <geoffk@apple.com> | Geoffrey Keating | 1 | -2/+2 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -2/+113 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-20 | Makefile.in (RUN_GEN, [...]): New variables. | Hans-Peter Nilsson | 1 | -1/+19 |
2002-11-19 | * cppfiles.c: Fix formatting. | Kazu Hirata | 1 | -15/+12 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-14 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-08-14 | re PR preprocessor/7358 (Changes to Sun's make Dependencies) | Neil Booth | 1 | -2/+5 |
2002-08-12 | c-opts.c (deps_seen, [...]): New. | Neil Booth | 1 | -5/+6 |
2002-07-30 | adadecode.c (ada_demangle): Use xstrdup in lieu of xmalloc/strcpy. | Kaveh R. Ghazi | 1 | -5/+1 |
2002-07-22 | cppfiles.c (stack_include_file): Correct test of whether a dependency should ... | Neil Booth | 1 | -1/+1 |
2002-05-22 | cpperror.c: Fix formatting. | Kazu Hirata | 1 | -15/+15 |
2002-05-13 | cppfiles.c (open_file): Change mode (DJGPP only) of redirected input to O_BIN... | Andris Pavenis | 1 | -1/+9 |
2002-05-08 | re PR preprocessor/6521 (-MG creates dependency with wrong path) | Robert Spier | 1 | -24/+1 |
2002-04-22 | cppfiles.c (_cpp_pop_file_buffer): Return void. | Neil Booth | 1 | -16/+2 |
2002-04-21 | cppexp.c (struct op, [...]): Replace U_CHAR with uchar. | Neil Booth | 1 | -5/+5 |
2002-04-14 | cpperror.c (print_location): Don't print include chain if line == 0. | Neil Booth | 1 | -13/+12 |
2002-01-18 | bitmap.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2002-01-14 | cppfiles.c (TEST_THRESHOLD): New macro. | Christopher Faylor | 1 | -7/+21 |
2002-01-03 | cpperror.c: Update comments and copyright. | Neil Booth | 1 | -17/+13 |
2002-01-03 | cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true... | Andreas Schwab | 1 | -2/+6 |
2001-12-28 | cppfiles.c (stack_include_files): Don't translate <stdin>. | Philipp Thomas | 1 | -1/+1 |
2001-12-12 | cppfiles.c (read_include_file): Set buffer size properly when file is shorter... | Douglas B Rupp | 1 | -2/+3 |
2001-12-06 | cppfiles.c (open_file): If we've opened a directory by mistake, close it. | Zack Weinberg | 1 | -3/+11 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-27 | * cppfiles.c (read_include_file): Add comment. | Zack Weinberg | 1 | -0/+5 |
2001-11-26 | cppfiles.c (stack_include_file): Don't optimize zero-length files. | Neil Booth | 1 | -12/+21 |
2001-11-23 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-11-21 | cppfiles.c (STAT_SIZE_TOO_BIG): Define. | Douglas B Rupp | 1 | -1/+14 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -1/+1 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2001-10-08 | cppfiles.c (open_file): Don't mark zero-length files never-reread here. | Neil Booth | 1 | -25/+15 |
2001-08-22 | cpperror.c (print_location): Don't show _Pragma. | Neil Booth | 1 | -8/+16 |
2001-08-21 | cppfiles.c (stack_include_file): line-map.c now handles include depth. | Neil Booth | 1 | -12/+1 |
2001-08-21 | cppfiles.c (stack_include_file): Don't handle -H here. | Neil Booth | 1 | -12/+2 |
2001-08-21 | cppfiles.c (stack_include_file): Harmonize system headerness tests. | Neil Booth | 1 | -41/+43 |
2001-08-17 | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 1 | -2/+6 |
2001-08-11 | c-lex.c (map): Make const. | Neil Booth | 1 | -8/+5 |
2001-08-05 | re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b... | Neil Booth | 1 | -5/+4 |
2001-08-04 | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 1 | -1/+1 |
2001-08-02 | line-map.c: New. | Neil Booth | 1 | -3/+3 |
2001-08-01 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -4/+4 |
2001-07-29 | cppexp.c (parse_defined): Always record the macro name. | Neil Booth | 1 | -4/+4 |
2001-05-22 | cppfiles.c (remove_component_p): Don't assume lstat/stat will keep errno unch... | Alexandre Oliva | 1 | -0/+6 |
2001-05-05 | cppfiles.c (struct include_file): New member err_no. | Neil Booth | 1 | -9/+9 |