aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)Author
2004-03-02Merge to tree-ssa-20020619-merge-20040227.Richard Henderson
2003-11-13Mainline merge as of 2003-11-11.Diego Novillo
2003-10-19Mainline merge as of 2003-10-17.Diego Novillo
2003-10-06Merge from mainline, tree-ssa-20020619-merge-20031005.Richard Henderson
2003-09-28Merge from mainline.Richard Henderson
2003-07-23Mainline merge as of 2003-07-22.Diego Novillo
2003-07-212003-07-21 Steven Bosscher <steven@gcc.gnu.org>Diego Novillo
2003-06-03Mainline merge as of 2003-05-25.Diego Novillo
2003-05-13Mainline merge as of 2003-05-11Diego Novillo
2003-05-07Mainline merge as of 2003-05-04.Diego Novillo
2003-04-09Mainline merge as of 2003-04-06. Additional fixes for bugsDiego Novillo
2003-02-03Mainline merge as of 2003-02-03. Needed to make some changes toDiego Novillo
2002-12-17Merge with mainline as of 2002-12-17.Diego Novillo
2002-12-03Merge with basic-improvements as of 2002-12-03.Diego Novillo
2002-10-11b-i-b merge as of 2002-10-11.Diego Novillo
2002-09-20Merge with basic-improvements branch as of 2002-09-19.Diego Novillo
2002-07-31Mainline merge as of 2002-07-28.Diego Novillo
2002-06-11 * Makefile.in: Update cppmain.o.Neil Booth
2002-06-10 * cpphash.h (_cpp_read_logical_line_trad,Neil Booth
2002-06-07 * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,Neil Booth
2002-05-22 * cpperror.c: Fix formatting.Kazu Hirata
2002-05-17 * Makefile.in: Update for cpptrad.c.Neil Booth
2002-05-11 * cpplex.c (_cpp_lex_direct): When in a directive at EOFNeil Booth
2002-05-08 * cpplex.c (cpp_interpret_charconst): Truncate as well asNeil Booth
2002-05-07 * c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth
2002-05-06 * c-common.c (warn_multichar): New.Neil Booth
2002-05-05 * cpplex.c (cpp_interpret_charconst): Sign-extend eachNeil Booth
2002-05-05 * c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth
2002-05-04 * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hNeil Booth
2002-05-04 * c-lex.c (lex_string): Let cpp_parse_escape handles truncationNeil Booth
2002-04-30 * cpplex.c: Fix comment formatting.Kazu Hirata
2002-04-242002-04-24 Matt Hiller <hiller@redhat.com>Matthew Hiller
2002-04-21 * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.Neil Booth
2002-04-14 * cpperror.c (print_location): Don't print include chainNeil Booth
2002-04-07* cppinit.c (cpp_create_reader): InitializeJason Thorpe
2002-03-22 * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.Neil Booth
2002-03-22 * cpplex.c (parse_identifier_slow): Rename parse_slow, adjustNeil Booth
2002-02-28 * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code:Jim Meyering
2002-02-27 * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,Zack Weinberg
2002-02-27 * cpplex.c (_cpp_lex_token): Handle directives in macroNeil Booth
2002-02-24 * cpplex.c (cpp_interpret_charconst): Get signedness orNeil Booth
2002-02-02 * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth
2002-01-03 * cpperror.c: Update comments and copyright.Neil Booth
2001-12-02 * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingNeil Booth
2001-11-27 * cpphash.c (_cpp_init_hashtable): Update.Neil Booth
2001-11-26 * cppfiles.c (stack_include_file): Don't optimize zero-lengthNeil Booth
2001-11-23 * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for signAndreas Jaeger
2001-11-23 * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,Joseph Myers
2001-11-10 * cppexp.c (parse_number): Use ISXDIGIT/hex_value.Kaveh Ghazi
2001-10-21 * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosKaveh Ghazi