cppfiles.c: Update comments.
[gcc.git] / gcc / cppfiles.c
2001-02-21 Neil Boothcppfiles.c: Update comments.
2001-02-19 Neil Boothcppfiles.c (stack_include_file): Generate dependencies...
2001-02-16 Neil Boothcppfiles.c (_cpp_make_system_header): Generate a file...
2001-01-24 Jakub Jelinekcppfiles.c (_cpp_read_file): Add to dependencies if...
2001-01-13 Neil Boothcppfiles.c (_cpp_fake_include): New function.
2001-01-11 Neil Booth[multiple changes]
2001-01-09 Graham Stottcppfiles.c (_cpp_execute_include): Move `len` initialis...
2001-01-04 Jakub Jelinektradcpp.c (deps_file, [...]): New variables.
2000-12-18 Neil Boothc-lex.c: s/change_file/file_change.
2000-12-17 Neil Boothc-lex.c: Move main_input_filename handling to FC_ENTER.
2000-12-15 Zack Weinbergcppfiles.c (hack_vms_include_specification): Delete...
2000-12-13 Neil Boothcppfiles.c (read_name_map): Return null if open ()...
2000-12-11 Neil Boothcpperror.c (print_location): New function.
2000-12-09 Neil Boothcppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.
2000-12-07 Neil Boothcppfiles.c (struct include_file): Move from cpphash.h.
2000-12-07 Neil Boothc-common.c (parse_in): Make a cpp_reader *.
2000-12-05 Neil Boothcppfiles.c (stack_include_file): Push zero-length buffe...
2000-12-04 Neil Boothcppfiles.c (cpp_make_system_header): Take 2 booleans...
2000-11-27 Neil Boothc-lex.c (cb_enter_file, [...]): Combine into the new...
2000-11-03 Nathan Sidwellcppfiles.c (open_file): If already read, then don't...
2000-10-30 Neil Boothcppfiles.c (stack_include_file): Check for stacked...
2000-10-28 Neil BoothNew macro expander.
2000-09-21 Neil Boothcppfiles.c (lookup_include_file): Rename to open_file.
2000-09-19 Neil Boothcppfiles.c (read_include_file): Take no special action...
2000-09-16 Laurynas Biveiniscppfiles.c (purge_cache): use munmap() only if MMAP_THR...
2000-09-16 Richard Henderson* cppiles.c (purge_cache): Use PTR not caddr_t.
2000-09-12 Zack Weinbergcppfiles.c: Move all default-#defines to top of file.
2000-08-24 Zack Weinberg*** empty log message ***
2000-08-24 Greg McGarycppfiles.c (actual_directory): Don't write beyond ...
2000-08-02 Zack Weinbergcpperror.c (v_message): Split into _cpp_begin_message...
2000-07-16 Laurynas Biveiniscppfiles.c (read_name_map): Set map_list_ptr->map_list_...
2000-07-13 Zack Weinbergcppexp.c, [...]: Eradicate all traces of code dependent...
2000-07-05 Zack Weinbergcpplex.c: Don't include sys/mman.h.
2000-07-04 Zack Weinbergtop level:
2000-07-02 Jakub Jelinekcpplib.h (struct cpp_reader): New field include_depth.
2000-06-30 Nathan Sidwellcpp.texi: Document #pragma GCC dependency
2000-06-28 Zack Weinbergcppfiles.c (open_include_file): If open(2) returns...
2000-06-21 Zack Weinbergcppfiles.c (cpp_make_system_header): New function.
2000-06-21 Zack Weinbergcppfiles.c: Include splay-tree.h, not hashtab.h.
2000-06-09 Kaveh R. Ghazisystem.h (SSIZE_MAX): Delete backup definition.
2000-06-01 Zack Weinberg[multiple changes]
2000-05-29 Zack Weinbergcpplib.h (cpp_reader): Remove if_stack.
2000-05-28 Zack Weinbergcppfiles.c: Read files in, using mmap if possible,...
2000-05-04 Zack Weinbergcpphash.h (U): New define, to correct type of string...
2000-05-02 Zack Weinbergcpplib.h (CPP_POP, [...]): Delete.
2000-05-01 Zack Weinbergcppfiles.c (open_include_file): Open file in blocking...
2000-04-30 Zack Weinbergcppfiles.c (redundant_include_p): Provide length of...
2000-04-18 Zack Weinbergcccp.c, [...]: Removed.
2000-04-18 Richard Kennerconflict.c (conflict_graph_add): Pass enum type to...
2000-04-17 Dave PittsMakefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose...
2000-04-14 Zack Weinbergcpplex.c (cpp_output_tokens, [...]): New public interfaces.
2000-04-06 Zack Weinbergcpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.
2000-03-31 Zack Weinbergcpplib.h: Merge struct cpp_options into struct cpp_reader.
2000-03-29 Zack Weinbergcppfiles.c (cpp_read_file): Don't pass zero-length...
2000-03-28 Zack Weinbergcppfiles.c (hash_IHASH): Just return i->hash.
2000-03-15 Zack Weinbergcppfiles.c (open_include_file): New function.
2000-03-14 Zack Weinbergcppfiles.c (find_include_file): Don't assume nshort...
2000-03-14 Zack Weinbergcppfiles.c: Include mkdeps.h.
2000-03-13 Zack WeinbergMakefile.in (LIBCPP_OBJS): Add cpplex.o.
2000-03-12 Zack WeinbergConvert cpplib to use libiberty/hashtab.c.
2000-03-11 Neil Boothcppfiles.c (file_cleanup, [...]): Replace bcopy(),...
2000-03-08 Zack WeinbergMakefile.in (LIBCPP_DEPS): New macro.
2000-03-08 Zack Weinbergcpplib.h (parse_underflow_t, [...]): Delete.
2000-03-07 Zack Weinbergcppfiles.c (_cpp_find_include_file): Make sure ih-...
2000-03-04 Zack Weinbergmkdeps.c, mkdeps.h: New files.
2000-03-02 Zack Weinbergcppfiles.c (cpp_read_file): New function.
2000-02-26 Jeff LawFix copyrights.
2000-02-14 Neil Boothcppfiles.c (read_and_prescan): When emitting deferred...
2000-02-10 Zack Weinbergcppexp.c: Don't include cpphash.h.
2000-02-10 Zack Weinbergcpplib.h: Provide HASHNODE typedef and forward decl...
2000-02-07 Zack Weinberg[multiple changes]
2000-02-06 Zack Weinbergcpplib.c (my_strerror, [...]): Move to cpperror.c.
2000-02-06 Zack Weinbergcppfiles.c (read_and_prescan): Bump input pointer befor...
2000-01-30 Zack Weinbergcppfiles.c (find_position): Drop 'colp' argument, retur...
2000-01-19 Kaveh Ghazimore copyright nits
2000-01-19 Kaveh R. Ghazicppalloc.c: PROTO -> PARAMS.
1999-12-14 Mumit Khancccp.c (INO_T_EQ): Disable inode-based optimization...
1999-10-29 Zack Weinbergcpplib.h (struct cpp_buffer: fname, [...]): Mark const.
1999-09-07 Kaveh R. Ghazicpperror.c (cpp_file_line_for_message): Constify a...
1999-06-07 Dave Brolleycpplib.c (do_define): Cast `alloca' return value.
1999-05-10 Zack Weinbergcppfiles.c (initialize_input_buffer): New function.
1999-04-18 Zack Weinbergcppfiles.c (find_position, [...]): Use `unsigned long...
1999-04-10 Mark Elbrechtcollect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTE...
1999-04-06 Zack Weinbergcppexp.c (parse_charconst): Initialize c.
1999-03-19 Kaveh R. GhaziWarning fixes:
1999-03-17 Dave Brolleycppfiles.c (PIPE_BUF): #define PIPE_BUF if not defined...
1999-03-16 Zack Weinbergcppfiles.c (read_and_prescan): Map backslash-newline...
1999-03-15 Zack Weinbergcppinit.c: Instead of one pending list...
1999-03-11 Mumit Khancppfiles.c (INO_T_EQ): Handle UWIN.
1999-02-25 Kaveh R. GhaziMakefile.in (cppmain.o, [...]): Don't depend on machmode.h.
1999-02-09 Zack Weinberg[multiple changes]
1999-02-06 Kaveh R. Ghazicppfiles.c (read_and_prescan): Cast the result of ...
1999-02-04 Zack Weinbergcpplib.c (initialize_char_syntax): Move to cppinit.c.
1999-01-26 Zack Weinbergcppfiles.c (safe_read): Deleted.
1999-01-06 Jeff LawFix copyright dates.
1999-01-05 Kaveh R. GhaziMakefile.in (gcc.o, [...]): Depend on prefix.h.
1998-12-15 Zack Weinbergcppalloc.c: Add xstrdup here.
1998-12-07 Zack Weinbergcpplib.h (struct cpp_buffer): Replace dir and dlen...
1998-11-27 Kaveh R. Ghazisystem.h: Include libiberty.h.
1998-11-26 Kaveh R. Ghazi* cppfiles.c (simplify_pathname): Un-ANSI-fy function...
next