| Commit message (Expand) | Author | Age | Files | Lines |
* | calls.c: Fix formatting. | Kazu Hirata | 2001-10-10 | 1 | -2/+2 |
* | cppmacro.c (_cpp_create_definition): Leave comments off. | Neil Booth | 2001-10-08 | 1 | -1/+0 |
* | cppmacro.c (funlike_invocation_p): Move some logic to caller in enter_macro_c... | Neil Booth | 2001-10-08 | 1 | -32/+51 |
* | cpphash.h: Update comments. | Neil Booth | 2001-10-02 | 1 | -62/+85 |
* | cpphash.h (POOL_ALIGN, [...]): Remove. | Neil Booth | 2001-09-30 | 1 | -43/+30 |
* | cpphash.h (struct cpp_buff): Make unsigned. | Neil Booth | 2001-09-28 | 1 | -28/+29 |
* | cpphash.h: Update comment. | Neil Booth | 2001-09-27 | 1 | -76/+53 |
* | cpphash.h (struct cpp_pool): Remove locks and locked. | Neil Booth | 2001-09-26 | 1 | -42/+24 |
* | cpphash.h (struct _cpp_buff, [...]): New. | Neil Booth | 2001-09-26 | 1 | -113/+124 |
* | c-lex.c (cb_def_pragma): Update. | Neil Booth | 2001-09-24 | 1 | -336/+387 |
* | cpphash.h (_cpp_lex_direct): New. | Neil Booth | 2001-09-17 | 1 | -20/+46 |
* | cpphash.h (_cpp_lex_token): Update prototype. | Neil Booth | 2001-09-16 | 1 | -9/+8 |
* | cppmain.c (scan_translation_unit): Don't worry about putting a space after ha... | Neil Booth | 2001-09-16 | 1 | -2/+6 |
* | cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. | Neil Booth | 2001-09-15 | 1 | -9/+2 |
* | cpperror.c (print_location): Take line and column, for default positioning us... | Neil Booth | 2001-09-14 | 1 | -23/+6 |
* | c-parse.in (_yylex): Use _cpp_backup_tokens. | Neil Booth | 2001-09-13 | 1 | -181/+77 |
* | cpphash.h (struct tokenrun): New. | Neil Booth | 2001-09-11 | 1 | -0/+2 |
* | * cppmacro.c (funlike_invocation_p): No need to restore context. | Neil Booth | 2001-09-05 | 1 | -6/+1 |
* | cppfiles.c (stack_include_file): line-map.c now handles include depth. | Neil Booth | 2001-08-21 | 1 | -4/+4 |
* | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 2001-08-17 | 1 | -9/+5 |
* | cppmacro.c (enter_macro_context): Push macro expansions even if empty. | Neil Booth | 2001-08-11 | 1 | -9/+5 |
* | c-lex.c (map): Make const. | Neil Booth | 2001-08-11 | 1 | -1/+1 |
* | re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b... | Neil Booth | 2001-08-05 | 1 | -17/+15 |
* | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 2001-08-04 | 1 | -7/+3 |
* | alias.c: Fix comment formatting. | Kazu Hirata | 2001-08-01 | 1 | -1/+1 |
* | cpphash.h (struct cpp_reader): New members line, pseudo_newlines. | Neil Booth | 2001-08-01 | 1 | -1/+8 |
* | cppexp.c (parse_defined): Always record the macro name. | Neil Booth | 2001-07-29 | 1 | -1/+1 |
* | cppmacro.c (make_string_token): Avoid warning. | Neil Booth | 2001-06-23 | 1 | -7/+13 |
* | re PR preprocessor/3260 (#include __FILE__ broken) | Neil Booth | 2001-06-21 | 1 | -1/+2 |
* | Makefile.in (OBJS, [...]): Update. | Neil Booth | 2001-05-20 | 1 | -1/+2 |
* | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 2001-05-16 | 1 | -16/+17 |
* | * cppmacro.c (stringify_arg): Null terminate strings. | Neil Booth | 2001-03-27 | 1 | -2/+4 |
* | c-parse.in (yylexname): New function, split out of _yylex. | Zack Weinberg | 2001-03-07 | 1 | -2/+1 |
* | cpplex.c (_cpp_lex_token): Don't warn about directives in macro arguments whe... | Neil Booth | 2001-03-03 | 1 | -3/+5 |
* | cpp.texi: Update. | Neil Booth | 2001-03-03 | 1 | -2/+2 |
* | cppinit.c (builtin_array): Update. | Neil Booth | 2001-02-25 | 1 | -30/+22 |
* | c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac... | Neil Booth | 2001-02-14 | 1 | -2/+18 |
* | * cppmacro.c (cpp_get_token): Avoid pasting after a builtin. | Neil Booth | 2001-02-06 | 1 | -0/+1 |
* | cppinit.c (BC): New macro. | Mark Mitchell | 2001-02-04 | 1 | -0/+4 |
* | cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader. | Neil Booth | 2001-02-01 | 1 | -15/+15 |
* | cpphash.h (struct cpp_reader): New saved_flags. | Neil Booth | 2001-01-31 | 1 | -2/+7 |
* | cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value. | Neil Booth | 2001-01-28 | 1 | -11/+21 |
* | cppmacro.c (funlike_invocation_p): Don't move back up to the context of the t... | Neil Booth | 2001-01-20 | 1 | -9/+1 |
* | cppinit.c (cpp_cleanup): NULLify macro_buffer and zero macro_buffer_len. | Alexandre Oliva | 2001-01-09 | 1 | -2/+5 |
* | cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin... | Neil Booth | 2000-12-17 | 1 | -8/+4 |
* | cpperror.c (print_location): New function. | Neil Booth | 2000-12-11 | 1 | -13/+7 |
* | cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h. | Neil Booth | 2000-12-09 | 1 | -17/+16 |
* | cppmacro.c (funlike_invocation_p): Re-disable macros enabled by contexts drop... | Neil Booth | 2000-12-03 | 1 | -10/+17 |
* | cppinit.c (initialize): Forgotten prototype. | Neil Booth | 2000-12-01 | 1 | -14/+13 |
* | cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s... | Neil Booth | 2000-11-28 | 1 | -2/+3 |