summaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
Commit message (Expand)AuthorAgeFilesLines
...
* * cppfiles.c (purge_cache): use munmap() only if MMAP_THRESHOLDneil2000-09-161-1/+3
* * cppiles.c (purge_cache): Use PTR not caddr_t.rth2000-09-161-1/+1
* * cppfiles.c: Move all default-#defines to top of file.zack2000-09-121-334/+262
* *** empty log message ***zack2000-08-241-5/+4
* * cppfiles.c (actual_directory): Don't write beyond `dir'gkm2000-08-241-2/+2
* * cpperror.c (v_message): Split into _cpp_begin_message andzack2000-08-021-5/+16
* 2000-07-16 Laurynas Biveinis <lauras@softhome.net>zack2000-07-161-0/+1
* * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,zack2000-07-131-1/+43
* toplevel:zack2000-07-051-2/+42
* top level:zack2000-07-041-33/+35
* * cpplib.h (struct cpp_reader): New field include_depth.jakub2000-07-021-0/+1
* * cpp.texi: Document #pragma GCC dependencynathan2000-06-301-0/+57
* * cppfiles.c (open_include_file): If open(2) returns EMFILE orzack2000-06-281-3/+35
* * cppfiles.c (cpp_make_system_header): New function.zack2000-06-211-0/+17
* * cppfiles.c: Include splay-tree.h, not hashtab.h.zack2000-06-211-525/+465
* * system.h (SSIZE_MAX): Delete backup definition.ghazi2000-06-091-2/+5
* 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>zack2000-06-011-2/+10
* * cpplib.h (cpp_reader): Remove if_stack. Changezack2000-05-291-17/+15
* * cppfiles.c: Read files in, using mmap if possible, thenzack2000-05-281-27/+113
* gcc:zack2000-05-041-11/+12
* * cpplib.h (CPP_POP, parse_cleanup_t): Delete.zack2000-05-021-21/+1
* * cppfiles.c (open_include_file): Open file in blocking mode.zack2000-05-011-24/+20
* * cppfiles.c (redundant_include_p): Provide length of token tozack2000-04-301-1/+2
* * cccp.c, cexp.y, cexp.c, cccp.1: Removed.zack2000-04-181-1/+1
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-181-12/+8
* * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the wholerth2000-04-171-1/+1
* * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New publiczack2000-04-141-44/+74
* * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.zack2000-04-061-2/+1
* * cpplib.h: Merge struct cpp_options into struct cpp_reader.zack2000-03-311-14/+14
* * cppfiles.c (cpp_read_file): Don't pass zero-length string tozack2000-03-291-1/+5
* 2000-03-28 Zack Weinberg <zack@wolery.cumb.org>zack2000-03-281-24/+27
* * cppfiles.c (open_include_file): New function.zack2000-03-151-13/+29
* * cppfiles.c (find_include_file): Don't assume nshort is azack2000-03-141-5/+12
* * cppfiles.c: Include mkdeps.h.zack2000-03-141-8/+126
* * Makefile.in (LIBCPP_OBJS): Add cpplex.o.zack2000-03-131-404/+1
* Convert cpplib to use libiberty/hashtab.c.zack2000-03-121-167/+153
* * cppfiles.c (file_cleanup, _cpp_find_include_file,neil2000-03-111-14/+14
* * Makefile.in (LIBCPP_DEPS): New macro.zack2000-03-081-141/+1
* * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.zack2000-03-081-39/+34
* * cppfiles.c (_cpp_find_include_file): Make sure ih->name iszack2000-03-071-16/+28
* * mkdeps.c, mkdeps.h: New files.zack2000-03-041-56/+4
* * cppfiles.c (cpp_read_file): New function.zack2000-03-021-0/+56
* Fix copyrights.law2000-02-261-1/+2
* 2000-02-13 Neil Booth <NeilB@earthling.net>zack2000-02-141-5/+6
* * cppexp.c: Don't include cpphash.h.zack2000-02-101-1/+1
* * cpplib.h: Provide HASHNODE typedef and forward decl ofzack2000-02-101-1/+5
* 2000-02-07 Zack Weinberg <zack@wolery.cumb.org>zack2000-02-071-1/+1
* * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,zack2000-02-061-6/+9
* * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bumpzack2000-02-061-1/+1
* * cppfiles.c (find_position): Drop 'colp' argument, return thezack2000-01-301-29/+31