OSDN Git Service

* cpplib.h: Add accessor macros for token lists.
[pf3gnuchains/gcc-fork.git] / gcc / cpplex.c
2000-05-03 zack * cpplib.h: Add accessor macros for token lists.
2000-05-02 zack * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
2000-05-01 zack * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE...
2000-04-30 zack * cpplex.c (cpp_idcmp): New function.
2000-04-28 scottb2000-04-28 Scott Bambrough <scottb@netwinder.org>
2000-04-27 zack2000-04-26 Neil Booth <NeilB@earthling.net>
2000-04-27 neil * cpplex.c (spell_other, spell_char): Remove.
2000-04-26 neil* cpplex.c: fix typos in comment
2000-04-26 neil * cpplex.c: add comment describing lexer algorithm.
2000-04-25 zack2000-04-25 Zack Weinberg <zack@wolery.cumb.org>
2000-04-25 neil * Revert previous patch until build failure cause...
2000-04-24 neil * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
2000-04-23 zack * cpphash.h (struct definition): Move file, line,...
2000-04-22 zack * cpphash.c (trad_stringify, add_pat): New functions.
2000-04-21 zack * cpphash.c (struct arg, struct arglist): Const-ify...
2000-04-20 zack * cpplib.h (enum cpp_ttype): Add token types for all
2000-04-18 kenner * gcc/conflict.c (conflict_graph_add): Pass enum type to
2000-04-18 mmitchel * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE...
2000-04-18 zack * cppexp.c (lex): Don't assume tokens are NUL terminated.
2000-04-16 zack * cpplex.c (_cpp_read_and_prescan): Enlarge len by...
2000-04-16 zack * cpplex.c (output_line_command): Remove debugging...
2000-04-14 zack * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutpu...
2000-04-13 jason * cpplex.c (_cpp_lex_token): Handle digraphs...
2000-04-11 zack * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
2000-04-10 neil * cpplex.c (skip_block_comment): Use pointer arithmeti...
2000-04-08 neil * cppexp.c (parse_charconst): Null does not end character
2000-04-06 zack * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC)...
2000-04-04 zack * cpplex.c (trigraph_map, speccase): Combine into...
2000-04-02 zack * cppinit.c (cpp_start_read): Turn off -Wtraditional if
2000-04-01 zack * cpplib.c: Include symcat.h. Add 'origin' field...
2000-04-01 zack * cpplex.c: Copy ISTABLE macros from cppinit.c, and...
2000-03-31 zack * cpplib.h: Merge struct cpp_options into struct cpp_r...
2000-03-28 neil2000-03-28 Neil Booth <NeilB@earthling.net>
2000-03-13 zack * Makefile.in (LIBCPP_OBJS): Add cpplex.o.