cppfiles.c: Read files in, using mmap if possible, then prescan them separately.
[platform/upstream/gcc.git] / gcc / cpplex.c
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.
2000-04-26 Neil Booth* cpplex.c: fix typos in comment
2000-04-26 Neil Booth* cpplex.c: add comment describing lexer algorithm.
2000-04-25 Zack Weinberg[multiple changes]
2000-04-25 Neil Booth* Revert previous patch until build failure cause deter...
2000-04-24 Neil Boothcpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
2000-04-23 Zack Weinbergcpphash.h (struct definition): Move file, line, col...
2000-04-22 Zack Weinbergcpphash.c (trad_stringify, add_pat): New functions.
2000-04-21 Zack Weinbergcpphash.c (struct arg, [...]): Const-ify strings.
2000-04-20 Zack Weinbergcpplib.h (enum cpp_ttype): Add token types for all...
2000-04-18 Richard Kennerconflict.c (conflict_graph_add): Pass enum type to...
2000-04-18 Mark Mitchellcpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE...
2000-04-18 Zack Weinbergcppexp.c (lex): Don't assume tokens are NUL terminated.
2000-04-16 Zack Weinbergcpplex.c (_cpp_read_and_prescan): Enlarge len by settin...
2000-04-16 Zack Weinbergcpplex.c (output_line_command): Remove debugging prints.
2000-04-14 Zack Weinbergcpplex.c (cpp_output_tokens, [...]): New public interfaces.
2000-04-13 Jason Merrillcpplex.c (_cpp_lex_token): Handle digraphs.
2000-04-11 Zack Weinbergcppexp.c, [...]: Replace cpp_token with cpp_ttype every...
2000-04-10 Neil Boothcpplex.c (skip_block_comment): Use pointer arithmetic...
2000-04-08 Neil Boothcppexp.c (parse_charconst): Null does not end character...
2000-04-06 Zack Weinbergcpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.
2000-04-04 Zack Weinbergcpplex.c (trigraph_map, speccase): Combine into single...
2000-04-02 Zack Weinbergcppinit.c (cpp_start_read): Turn off -Wtraditional...
2000-04-01 Zack Weinbergcpplib.c: Include symcat.h.
2000-04-01 Zack Weinbergcpplex.c: Copy ISTABLE macros from cppinit.c...
2000-03-31 Zack Weinbergcpplib.h: Merge struct cpp_options into struct cpp_reader.
2000-03-28 Neil Booth2000-03-28 Neil Booth <NeilB@earthling.net>
2000-03-13 Zack WeinbergMakefile.in (LIBCPP_OBJS): Add cpplex.o.