aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-18cccp.c, [...]: Removed.Zack Weinberg1-1/+1
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-12/+8
2000-04-16Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q...Dave Pitts1-1/+1
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-44/+74
2000-04-06cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.Zack Weinberg1-2/+1
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-14/+14
2000-03-29cppfiles.c (cpp_read_file): Don't pass zero-length string to _cpp_calc_hash.Zack Weinberg1-1/+5
2000-03-28cppfiles.c (hash_IHASH): Just return i->hash.Zack Weinberg1-24/+27
2000-03-15cppfiles.c (open_include_file): New function.Zack Weinberg1-13/+29
2000-03-14cppfiles.c (find_include_file): Don't assume nshort is a substring of name.Zack Weinberg1-5/+12
2000-03-14cppfiles.c: Include mkdeps.h.Zack Weinberg1-8/+126
2000-03-13Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg1-404/+1
2000-03-12Convert cpplib to use libiberty/hashtab.c.Zack Weinberg1-167/+153
2000-03-11cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls.Neil Booth1-14/+14
2000-03-08Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg1-141/+1
2000-03-08cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg1-39/+34
2000-03-07cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg1-16/+28
2000-03-04mkdeps.c, mkdeps.h: New files.Zack Weinberg1-56/+4
2000-03-02cppfiles.c (cpp_read_file): New function.Zack Weinberg1-0/+56
2000-02-25Fix copyrights.Jeff Law1-1/+2
2000-02-14cppfiles.c (read_and_prescan): When emitting deferred newlines...Neil Booth1-5/+6
2000-02-10cppexp.c: Don't include cpphash.h.Zack Weinberg1-1/+1
2000-02-10cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg1-1/+5
2000-02-07[multiple changes]Zack Weinberg1-1/+1
2000-02-06cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg1-6/+9
2000-02-06cppfiles.c (read_and_prescan): Bump input pointer before possibly branching o...Zack Weinberg1-1/+1
2000-01-30cppfiles.c (find_position): Drop 'colp' argument, return the new line base.Zack Weinberg1-29/+31
2000-01-19more copyright nitsKaveh Ghazi1-1/+1
2000-01-19cppalloc.c: PROTO -> PARAMS.Kaveh R. Ghazi1-10/+10
1999-12-14cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.Mumit Khan1-1/+2
1999-10-29cpplib.h (struct cpp_buffer: fname, [...]): Mark const.Zack Weinberg1-9/+24
1999-09-07cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1-7/+11
1999-06-07cpplib.c (do_define): Cast `alloca' return value.Dave Brolley1-2/+2
1999-05-10cppfiles.c (initialize_input_buffer): New function.Zack Weinberg1-45/+93
1999-04-18cppfiles.c (find_position, [...]): Use `unsigned long' variables consistently...Zack Weinberg1-6/+7
1999-04-09collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place of the DIR_...Mark Elbrecht1-1/+1
1999-04-06cppexp.c (parse_charconst): Initialize c.Zack Weinberg1-1/+2
1999-03-19Warning fixes:Kaveh R. Ghazi1-6/+6
1999-03-17cppfiles.c (PIPE_BUF): #define PIPE_BUF if not defined already.Dave Brolley1-0/+4
1999-03-16cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot...Zack Weinberg1-104/+221
1999-03-15cppinit.c: Instead of one pending list...Zack Weinberg1-100/+33
1999-03-10cppfiles.c (INO_T_EQ): Handle UWIN.Mumit Khan1-1/+2
1999-02-25Makefile.in (cppmain.o, [...]): Don't depend on machmode.h.Kaveh R. Ghazi1-2/+2
1999-02-09[multiple changes]Zack Weinberg1-2/+27
1999-02-06cppfiles.c (read_and_prescan): Cast the result of `xrealloc' to U_CHAR* when ...Kaveh R. Ghazi1-3/+4
1999-02-04cpplib.c (initialize_char_syntax): Move to cppinit.c.Zack Weinberg1-49/+62
1999-01-26cppfiles.c (safe_read): Deleted.Zack Weinberg1-99/+241
1999-01-06Fix copyright dates.Jeff Law1-1/+1
1999-01-05Makefile.in (gcc.o, [...]): Depend on prefix.h.Kaveh R. Ghazi1-15/+16
1998-12-15cppalloc.c: Add xstrdup here.Zack Weinberg1-4/+4