summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * c-lex.c (init_c_lex): Use cpp_get_callbacks to setneil2001-01-131-5/+8
* * c-lex.c (init_c_lex): Request #define / #undef callbacksneil2001-01-071-0/+28
* * c-lex.c (cb_file_change): Treat in_system_header as strictlyneil2000-12-181-2/+1
* * c-lex.c: s/change_file/file_change.neil2000-12-181-3/+3
* * c-lex.c (lex_lineno): Remove.neil2000-12-181-10/+6
* * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.neil2000-12-171-8/+4
* * c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.law2000-12-071-1/+1
* * c-common.h: Remove flag_digraphs.neil2000-11-281-3/+0
* * c-lex.h (parse_in): Change parse_in to a cpp_reader *.neil2000-11-281-8/+8
* * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):neil2000-11-271-305/+46
* * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.neil2000-11-261-2/+0
* * c-common.c: Remove USE_CPPLIB conditional inclusions.neil2000-11-251-605/+2
* * cp/parse.y (yyparse_1): Rename the parser entry point.rth2000-11-211-3/+17
* * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack2000-11-171-31/+3
* * stringpool.c: New file.zack2000-11-171-1/+1
* * c-lex.c (cb_leave_file): Harmonize conditions and order ofhp2000-11-131-20/+24
* Remove CPP_PLACEMARKERsneil2000-11-111-1/+0
* * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Checklaw2000-11-101-1/+1
* * c-lex.c (init_c_lex): If cpp_start_read fails, exit withneil2000-11-061-1/+1
* * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orneil2000-11-061-4/+4
* * c-lex.c (init_c_lex): Update cpp_start_read call.neil2000-11-021-34/+28
* * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.jsm282000-10-081-3/+11
* * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.mmitchel2000-10-011-1/+28
* * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.jason2000-09-221-4/+7
* * c-decl.c (grokdeclarator): Reorder tests to avoid looking atkenner2000-09-171-1/+1
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-0/+1
* * c-lex.c (lex_string): Use charwidth to compute bytemask.drepper2000-09-121-1/+1