summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Update.neil2002-05-091-22/+0
* * c-common.c (warn_multichar): New.neil2002-05-061-1/+1
* * Makefile.in (c-lex.o): Update.neil2002-05-041-0/+19
* * c-lex.c (lex_string): Let cpp_parse_escape handles truncationneil2002-05-041-45/+21
* * c-parse.in (malloced_yyss, malloced_yyvs): New.rth2002-04-271-0/+1
* * c-common.h (c_common_parse_file): Update.neil2002-04-251-4/+8
* 2002-04-24 Matt Hiller <hiller@redhat.com>hiller2002-04-241-9/+12
* * c-lex.c (lex_charconst): Call convert to get constant inzack2002-04-221-5/+19
* * toplev.c: Don't include setjmp.h. Kill float_handler_set,zack2002-03-251-90/+36
* * c-lex.c (cb_file_change): Pass the #inclusion's line number tojimb2002-03-201-2/+4
* * c-common.h (yyparse, c_common_parse_file): New.neil2002-03-171-3/+4
* * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.jakub2002-03-121-9/+9
* * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,zack2002-02-271-54/+38
* * c-lex.c (yyparse): Call debug_hooks->start_source_file forzack2002-02-011-1/+4
* * c-lex.c: Include tree.h before expr.hgrahams2001-12-311-1/+1
* * c-lex.c (lex_number): Use ISXDIGIT/hex_value.ghazi2001-12-161-10/+3
* * c-lex.c, c-parse.in, c-typeck.c: Revert concatenation changes.neil2001-12-101-47/+4
* * c-lex.c (c_lex): Peek a token ahead for a string to concatenate,neil2001-12-081-4/+47
* * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro.kenner2001-12-021-1/+2
* * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingneil2001-12-021-1/+1
* * c-decl.c (duplicate_decls, parmlist_tags_warning): Removeneil2001-12-011-1/+1
* * c-lex.c (init_c_lex): Canonicalize "-" filename to "".jakub2001-11-291-1/+1
* * c-common.c: Include c-lex.h.neil2001-11-151-13/+6
* 2001-10-30 Paolo Bonzini <bonzini@gnu.org>jsm282001-10-301-4/+4
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-4/+4
* * c-lex.c (cb_def_pragma): Update.neil2001-09-241-21/+21
* * cpperror.c (print_location): Take line and column, forneil2001-09-141-1/+17
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * c-lex.c (map): Make const.neil2001-08-111-40/+35
* PR preprocessor/3081neil2001-08-051-10/+14
* * cpphash.h (struct cpp_reader): New member directive_line.neil2001-08-041-8/+15
* * line-map.c: New.neil2001-08-021-12/+14
* * alias.c: Fix comment formatting.kazu2001-08-011-6/+6
* * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.neil2001-07-191-2/+0
* * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h.neil2001-07-111-5/+8
* 2001-07-04 Daniel Berlin <dan@cgsoftware.com>dberlin2001-07-041-3/+3
* * c-lex.c (read_escape, read_ucs): Delete.neil2001-05-231-232/+9
* * c-lex.c (lex_number): If pedantic and not C99, pedwarn exactlyjsm282001-05-221-3/+4
* * c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.neil2001-05-221-6/+1
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-1/+6
* * cppexp.c (lex): Use NODE_NAME and NODE_LEN.neil2001-05-161-2/+2
* * c-lex.c (lex_charconst): Convert into a simple wrapperneil2001-05-111-102/+24
* * c-lex.c: NULL_PTR -> NULL.ghazi2001-05-021-2/+2
* .:nathan2001-04-261-1/+1
* * c-parse.in (yylexname): New function, split out of _yylex.zack2001-03-071-1/+0
* * cpp.texi: Update.neil2001-03-031-3/+3
* * cppfiles.c: Update comments.neil2001-02-211-6/+7
* * c-lex.c (lex_number): Only warn traditionally for U suffixneil2001-02-141-3/+6
* * c-lex.c (lex_charconst): Fix typo: s/p/str.neil2001-01-231-1/+1
* tweak commentsjason2001-01-191-2/+3