| Commit message (Expand) | Author | Age | Files | Lines |
* | cpplib.h (cpp_reader): Remove if_stack. | Zack Weinberg | 2000-05-29 | 1 | -2/+4 |
* | cppfiles.c: Read files in, using mmap if possible, then prescan them separately. | Zack Weinberg | 2000-05-28 | 1 | -1/+59 |
* | cpplex.c (_cpp_lex_line): Merge vertical space. | Neil Booth | 2000-05-28 | 1 | -3/+4 |
* | cpplex.c (_cpp_init_toklist): No comment space to initialise. | Neil Booth | 2000-05-27 | 1 | -5/+0 |
* | cppexp.c (parse_assertion): New. | Zack Weinberg | 2000-05-18 | 1 | -13/+9 |
* | cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size. | Neil Booth | 2000-05-18 | 1 | -1/+8 |
* | cpplex.c (parse_string2): Update comment. | Neil Booth | 2000-05-15 | 1 | -1/+0 |
* | cpphash.c (trad_stringify, [...]): Make some pointers pointers to const. | Neil Booth | 2000-05-14 | 1 | -5/+4 |
* | cpplex.c (spell_token): New function. | Neil Booth | 2000-05-10 | 1 | -23/+22 |
* | cpplex.c (spell_token): New function. | Neil Booth | 2000-05-08 | 1 | -3/+1 |
* | cpplib.h: Add accessor macros for token lists. | Zack Weinberg | 2000-05-03 | 1 | -9/+16 |
* | cpplib.h (CPP_POP, [...]): Delete. | Zack Weinberg | 2000-05-02 | 1 | -12/+3 |
* | cpplex.c (cpp_idcmp): New function. | Zack Weinberg | 2000-04-30 | 1 | -2/+2 |
* | cpplib.h: "~=" is not a single pp-token. | Neil Booth | 2000-04-27 | 1 | -2/+1 |
* | cpplex.c (spell_other, spell_char): Remove. | Neil Booth | 2000-04-27 | 1 | -3/+5 |
* | [multiple changes] | Zack Weinberg | 2000-04-25 | 1 | -45/+84 |
* | * Revert previous patch until build failure cause determined. | Neil Booth | 2000-04-25 | 1 | -79/+44 |
* | cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE. | Neil Booth | 2000-04-24 | 1 | -44/+79 |
* | cpphash.c (struct arg, [...]): Const-ify strings. | Zack Weinberg | 2000-04-21 | 1 | -1/+8 |
* | cpplib.h (enum cpp_ttype): Add token types for all punctuators. | Zack Weinberg | 2000-04-20 | 1 | -26/+150 |
* | cccp.c, [...]: Removed. | Zack Weinberg | 2000-04-18 | 1 | -1/+1 |
* | cpplex.c (cpp_output_tokens, [...]): New public interfaces. | Zack Weinberg | 2000-04-14 | 1 | -17/+33 |
* | cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere. | Zack Weinberg | 2000-04-11 | 1 | -10/+13 |
* | cpphash.c (timestamp): Delete. | Zack Weinberg | 2000-04-10 | 1 | -2/+0 |
* | cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete. | Zack Weinberg | 2000-04-06 | 1 | -4/+6 |
* | cpplib.c: Include symcat.h. | Zack Weinberg | 2000-04-01 | 1 | -2/+3 |
* | cpplex.c: Copy ISTABLE macros from cppinit.c... | Zack Weinberg | 2000-04-01 | 1 | -4/+2 |
* | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 2000-03-31 | 1 | -216/+203 |
* | Makefile.in (LIBCPP_OBJS): Add cpplex.o. | Zack Weinberg | 2000-03-13 | 1 | -13/+1 |
* | Convert cpplib to use libiberty/hashtab.c. | Zack Weinberg | 2000-03-12 | 1 | -5/+3 |
* | cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls. | Neil Booth | 2000-03-11 | 1 | -14/+14 |
* | Makefile.in (LIBCPP_DEPS): New macro. | Zack Weinberg | 2000-03-08 | 1 | -213/+18 |
* | cpplib.h (parse_underflow_t, [...]): Delete. | Zack Weinberg | 2000-03-08 | 1 | -25/+15 |
* | [multiple changes] | Zack Weinberg | 2000-03-07 | 1 | -3/+3 |
* | cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized. | Zack Weinberg | 2000-03-07 | 1 | -7/+11 |
* | mkdeps.c, mkdeps.h: New files. | Zack Weinberg | 2000-03-04 | 1 | -12/+1 |
* | cpplib.h (_dollar_ok): New macro. | Zack Weinberg | 2000-03-04 | 1 | -15/+16 |
* | cppinit.c (cpp_handle_option): Set opts->pedantic directly. | Zack Weinberg | 2000-03-04 | 1 | -2/+0 |
* | cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set for the buffer. | Jason Merrill | 2000-03-02 | 1 | -1/+5 |
* | cppfiles.c (cpp_read_file): New function. | Zack Weinberg | 2000-03-02 | 1 | -15/+11 |
* | cpplib.h (CPP_ASSERTION, [...]): New token types. | Zack Weinberg | 2000-03-01 | 1 | -17/+18 |
* | cpplib.h (enum file_change_code): Added rename_file. | Alexandre Oliva | 2000-02-27 | 1 | -1/+1 |
* | cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING. | Alexandre Oliva | 2000-02-23 | 1 | -0/+2 |
* | cppexp.c: Don't include cpphash.h. | Zack Weinberg | 2000-02-10 | 1 | -8/+3 |
* | cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only. | Zack Weinberg | 2000-02-10 | 1 | -70/+5 |
* | cpphash.c (macarg): Hoist all the flag diddling out of the function... | Zack Weinberg | 2000-02-10 | 1 | -6/+2 |
* | cpplib.c (my_strerror, [...]): Move to cpperror.c. | Zack Weinberg | 2000-02-06 | 1 | -24/+27 |
* | cppalloc.c: Update copyright. | Zack Weinberg | 2000-02-06 | 1 | -14/+1 |
* | cpperror.c: Remove #ifdef EMACS block. | Zack Weinberg | 2000-02-06 | 1 | -9/+0 |
* | cpplib.h (cpp_reader): Add new flag, no_directives. | Zack Weinberg | 2000-02-02 | 1 | -0/+5 |