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