summaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
Commit message (Expand)AuthorAgeFilesLines
* PR preprocessor/7358neil2002-08-141-2/+5
* * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,neil2002-08-121-5/+6
* ada:ghazi2002-07-301-5/+1
* * cppfiles.c (stack_include_file): Correct test of whetherneil2002-07-221-1/+1
* * cpperror.c: Fix formatting.kazu2002-05-221-15/+15
* * cppfiles.c (open_file): Change mode (DJGPP only) of redirectedneil2002-05-131-1/+9
* PR preprocessor/6521neil2002-05-081-24/+1
* * cppfiles.c (_cpp_pop_file_buffer): Return void. Moveneil2002-04-221-16/+2
* * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.neil2002-04-211-5/+5
* * cpperror.c (print_location): Don't print include chainneil2002-04-141-13/+12
* * bitmap.h: Fix comment formatting.kazu2002-01-181-1/+1
* * cppfiles.c (TEST_THRESHOLD): New macro.cgf2002-01-141-7/+21
* * cpperror.c: Update comments and copyright.neil2002-01-031-17/+13
* * cppfiles.c (_cpp_pop_file_buffer): Change return type to boolschwab2002-01-031-2/+6
* cppfiles.c (stack_include_files): Don't translate <stdin>.pthomas2001-12-281-1/+1
* * cppfiles.c (read_include_file): Set buffer size properly whenkenner2001-12-121-2/+3
* * cppfiles.c (open_file): If we've opened a directory byzack2001-12-061-3/+11
* * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingneil2001-12-021-1/+1
* * cppfiles.c (read_include_file): Add comment.neil2001-11-271-0/+5
* * cppfiles.c (stack_include_file): Don't optimize zero-lengthneil2001-11-261-12/+21
* * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,jsm282001-11-231-1/+1
* * cppfiles.c (STAT_SIZE_TOO_BIG): Define.kenner2001-11-211-1/+14
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-1/+1
* * calls.c: Fix formatting.kazu2001-10-101-1/+1
* * cppfiles.c (open_file): Don't mark zero-length filesneil2001-10-081-25/+15
* * cpperror.c (print_location): Don't show _Pragma.neil2001-08-221-8/+16
* * cppfiles.c (stack_include_file): line-map.c now handles includeneil2001-08-211-12/+1
* * cppfiles.c (stack_include_file): Don't handle -H here.neil2001-08-211-12/+2
* * cppfiles.c (stack_include_file): Harmonize system headerness tests.neil2001-08-211-41/+43
* * cpperror.c (print_location): Don't take a file name; use theneil2001-08-171-2/+6
* * c-lex.c (map): Make const.neil2001-08-111-8/+5
* PR preprocessor/3081neil2001-08-051-5/+4
* * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hneil2001-08-041-1/+1
* * line-map.c: New.neil2001-08-021-3/+3
* * alias.c: Fix comment formatting.kazu2001-08-011-4/+4
* * cppexp.c (parse_defined): Always record the macro name.neil2001-07-291-4/+4
* * cppfiles.c (remove_component_p): Don't assume lstat/stat willaoliva2001-05-221-0/+6
* * cppfiles.c (struct include_file): New member err_no.neil2001-05-051-9/+9
* * configure.in: Add check for lstat.neil2001-04-061-96/+118
* * cppfiles.c (open_file): Fail directories silently, butneil2001-04-061-30/+34
* * cppfiles.c (stack_include_file): Use MAX of sysp.aoliva2001-03-161-2/+2
* * cpp.texi: Update documentation for -include and -imacros.neil2001-03-151-73/+72
* * cppfiles.c (stack_include_file): Only increase the includeneil2001-03-141-57/+56
* * cppfiles.c (NO_INCLUDE_PATH): New macro.neil2001-03-131-70/+47
* * cppfiles.c: Update comments.neil2001-03-121-105/+116
* * cppfiles.c (INCLUDE_LEN_FUDGE, ENOMEM): Delete.neil2001-03-111-12/+3
* * cppfiles.c (search_from): Use lbasename.neil2001-03-101-5/+1
* * cppfiles.c (search_from): Special case the empty string.neil2001-03-041-1/+5
* * cppfiles.c (_cpp_execute_include): Don't make a null-terminatedneil2001-03-041-15/+6
* * cppfiles.c (struct include_file): Update.neil2001-03-021-93/+75