cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.
[platform/upstream/gcc.git] / gcc / cpplex.c
2001-02-01 Neil Boothcpphash.h (struct cpp_buffer): Move saved_flags from...
2001-01-28 Neil Boothcpphash.c (_cpp_cleanup_hashtable, [...]): Don't set...
2000-12-17 Neil Boothcpplib.h (struct cpp_reader): Remove references to...
2000-12-09 Neil Boothcppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.
2000-12-06 Sylvain Pioncpplex.c (skip_escaped_newlines): Don't warn for spaces...
2000-12-01 Neil Boothcppinit.c (initialize): Forgotten prototype.
2000-11-26 Neil Boothcpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-22 Neil Boothcpplex.c (trigraph_ok): Ensure we don't warn twice.
2000-11-14 Neil Boothcppexp.c (parse_defined): Call cpp_get_token not _cpp_g...
2000-11-13 Neil Boothcpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF...
2000-11-12 Neil Boothcppexp.c: Don't worry about pfile->skipping.
2000-11-11 Neil BoothRemove CPP_PLACEMARKERs
2000-11-09 Neil Boothcpphash.c: Move cpp_defined here from cpplib.c.
2000-11-08 Neil BoothMove directive handling into the lexer itself.
2000-11-06 Neil Boothcpplex.c (_cpp_equiv_tokens): Check arg_no in the CPP_M...
2000-11-06 Neil Boothc-lex.c (c_lex): Replace tok.val.aux with tok.val.c...
2000-11-04 Neil Boothcpplex.c (parse_string): Don't allow multiline strings...
2000-11-01 Neil Boothc-parse.in (_yylex): Remove CPP_BACKSLASH case.
2000-10-30 Neil Boothcppfiles.c (stack_include_file): Check for stacked...
2000-10-29 Neil Booth* cpplex.c (save_comment): Don't store new lines in...
2000-10-28 Neil BoothNew macro expander.
2000-09-28 Neil Boothcpperror.c (_cpp_begin_message): Do the test for suppre...
2000-09-25 Neil Boothcpplex.c (parse_args): Don't set VOID_REST flag.
2000-09-25 Branko Cibejflags.h: Declare warning flag warn_system_headers.
2000-09-25 Neil Boothcpplex.c (save_comment): Only store the initial '/...
2000-09-25 Neil Boothcpphash.h (_cpp_digraph_spellings, [...]): New library...
2000-09-24 Neil Boothcpplex.c: Update TODO comment.
2000-09-23 Neil Boothcpphash.h (CPP_RESERVE, [...]): Delete.
2000-09-19 Neil Boothcpplex.c (lex_line): Drop the EOF token for unknown...
2000-09-18 Neil Boothcpphash.h (HASHSTEP): Take character rather than pointe...
2000-09-16 Neil Boothcpplex.c (push_macro_context): Set an argument's level...
2000-09-15 Neil Boothcpplex.c (ON_REST_ARG): Correct the test.
2000-09-12 Zack Weinbergcppfiles.c: Move all default-#defines to top of file.
2000-09-04 Jakub Jelinekcpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current...
2000-08-29 Zack Weinbergcpperror.c (print_file_and_line): If line is (unsigned...
2000-08-28 Greg McGarycpplex.c (parse_string): Don't look for backslash befor...
2000-08-25 Neil Boothcpplex.c (is_macro_disabled): Caller has already checke...
2000-08-23 Zack Weinbergcpphash.h (IN_I): New flag for directive table.
2000-08-20 Zack Weinberg[multiple changes]
2000-08-18 Neil Boothcpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-09 Zack Weinbergconfigure.in (--enable-c-cpplib): Uncomment.
2000-08-04 Zack Weinbergcpplex.c (parse_name): Might have to glue a CPP_OTHER...
2000-08-02 Zack Weinbergcppexp.c, [...]: Do not use 'legal' or 'illegal' in...
2000-08-02 Zack Weinbergcpperror.c (v_message): Split into _cpp_begin_message...
2000-07-31 Zack Weinberg[multiple changes]
2000-07-24 Zack Weinbergcppexp.c: Warn about unary + if -Wtraditional.
2000-07-20 Zack Weinbergcppmacro.c (CAN_PASTE_AFTER): New macro.
2000-07-19 Zack Weinbergcpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into...
2000-07-18 Zack Weinbergcpplib.h (TTYPE_TABLE): Rearrange to use only two per...
2000-07-18 Jakub Jelinekcpplex.c (cpp_scan_buffer): Output line command even...
2000-07-18 Zack Weinberg[multiple changes]
2000-07-16 Neil Boothcpplex.c: Update comments.
2000-07-15 Zack Weinbergcpphash.c (save_expansion): Clear PREV_WHITE on tokens...
2000-07-13 Neil Boothcpplex.c (adjust_column): New funcion.
2000-07-13 Zack Weinbergcppexp.c, [...]: Eradicate all traces of code dependent...
2000-07-12 Kaveh R. GhaziOops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL.
2000-07-12 Kaveh R. Ghazi* cpplex.c (is_macro_disabled): Use CPP_TRADITIONAL.
2000-07-12 Neil Boothcpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
2000-07-11 Zack Weinberg[multiple changes]
2000-07-11 Kaveh R. Ghazi* cpplex.c (T, I, S, C, N): Avoid non-constant initiali...
2000-07-11 Neil Boothcppinit.c: (cpp_reader_init): Allow digraphs by default.
2000-07-09 Neil Boothcpphash.h: ISvspace, is_vspace, is_nvspace: New.
2000-07-08 Zack Weinbergcpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 Zack Weinbergcppexp.c: Update all code for new lexer interface.
2000-07-08 Neil Boothcpphash.c (is__va_args__): New function.
2000-07-07 Kaveh R. Ghazisystem.h (UNION_INIT_ZERO): New macro for initializing...
2000-07-05 Zack Weinbergcpplex.c: Don't include sys/mman.h.
2000-07-04 Neil Boothcpplex.c: Fix trigraph replacement within strings.
2000-07-04 Zack Weinbergtop level:
2000-07-02 Jakub Jelinekcpplib.h (struct cpp_reader): New field include_depth.
2000-06-28 Jakub JelinekBack it out temporarily.
2000-06-28 Jakub Jelinekcpplex.c (output_line_command): Output correct #line...
2000-06-21 Zack Weinbergcppfiles.c: Include splay-tree.h, not hashtab.h.
2000-06-20 Zack Weinbergcpplex.c (parse_name): Don't warn about $ in identifier...
2000-06-01 Zack Weinberg[multiple changes]
2000-05-29 Zack Weinbergcpplib.h (cpp_reader): Remove if_stack.
2000-05-28 Zack Weinbergcppfiles.c: Read files in, using mmap if possible,...
2000-05-28 Neil Boothcpplex.c (_cpp_lex_line): Merge vertical space.
2000-05-27 Neil Boothcpplex.c (_cpp_init_toklist): No comment space to initi...
2000-05-27 Neil Boothcppexp.c (parse_assertion): Supply extra argument to...
2000-05-26 Zack Weinbergcpplex.c (maybe_macroexpand): Warn about function-like...
2000-05-19 Zack Weinbergcpplex.c (_cpp_scan_until): Clear AUX field of tokens.
2000-05-18 Zack Weinbergcppexp.c (parse_assertion): New.
2000-05-18 Neil Boothcppinit.c (cpp_reader_init): Initialise col_adjust...
2000-05-17 Neil Boothcpplex.c (expand_name_space): Don't use ptrdiff_t.
2000-05-15 Neil Boothcpplex.c (parse_string2): Update comment.
2000-05-14 Neil Boothcpphash.c (trad_stringify, [...]): Make some pointers...
2000-05-10 Neil Boothcpplex.c (spell_token): New function.
2000-05-10 Neil Boothcpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE...
2000-05-08 Neil Boothcpplex.c (spell_token): New function.
2000-05-07 Neil Boothcpplex.c: Move new lexer definitions and prototypes...
2000-05-04 Zack Weinbergcpphash.h: #define __extension__ away if GCC_VERSION...
2000-05-04 Zack Weinbergcpphash.h (U): New define, to correct type of string...
2000-05-03 Zack Weinbergcpplib.h: Add accessor macros for token lists.
2000-05-02 Zack Weinbergcpplib.h (CPP_POP, [...]): Delete.
2000-05-01 Zack Weinbergcpphash.c (_cpp_make_hashnode): Rename make_HASHNODE...
2000-04-30 Zack Weinbergcpplex.c (cpp_idcmp): New function.
2000-04-28 Scott Bambroughcpplex.c (_cpp_scan_line): Fix buffer overwrite.
2000-04-27 Neil Boothcpplib.h: "~=" is not a single pp-token.
2000-04-27 Neil Boothcpplex.c (spell_other, spell_char): Remove.
next