aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-12-07cpplib.h (struct cpp_buffer): Replace dir and dlen members with a struct file...Zack Weinberg1-31/+58
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-4/+0
1998-11-26* cppfiles.c (simplify_pathname): Un-ANSI-fy function definition.Kaveh R. Ghazi1-1/+2
1998-11-25cpplib.h: Delete struct import_file.Zack Weinberg1-442/+714
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-10-29[multiple changes]Zack Weinberg1-0/+1023