OSDN Git Service

2001-07-30 H.J. Lu (hjl@gnu.org)
[pf3gnuchains/gcc-fork.git] / gcc / cpplex.c
2001-07-29 neil * cppexp.c (parse_defined): Always record the macro...
2001-07-26 neil * cpphash.h (struct_lexer_state): Delete was_skipping.
2001-05-30 neil * cpplex.c (_cpp_lex_token): Revert patch of 16 May...
2001-05-23 neil * cpp.texi: Update for handling of charconsts.
2001-05-23 neil * c-lex.c (read_escape, read_ucs): Delete.
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-05-16 neil * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-05-16 nathan * cpplex.c (_cpp_lex_token, '/' case): Comments can...
2001-05-12 neil * cpplex.c (_cpp_lex_token): Ensure we warn at most...
2001-05-11 neil * c-lex.c (lex_charconst): Convert into a simple wrapper
2001-04-11 jakub * cpplex.c (_cpp_lex_token): Only warn if -Wcomment.
2001-03-27 ghazi * system.h: Include symcat.h.
2001-03-07 zack * c-parse.in (yylexname): New function, split out...
2001-03-04 neil * cppfiles.c (_cpp_execute_include): Don't make a...
2001-03-03 neil * cpplex.c (_cpp_lex_token): Don't warn about directiv...
2001-03-03 neil * cpplex.c (parse_string): Unconditionally...
2001-03-03 neil * cpp.texi: Update.
2001-03-02 danglin * cpplib.c (_cpp_init_stacks): Cast enum for comparison.
2001-02-03 neil * cpphash.h: Rename _ALIGN POOL_ALIGN.
2001-02-03 neil * cpphash.h: Rename ALIGN _ALIGN.
2001-02-01 neil * cpphash.h (struct cpp_buffer): Move saved_fla...
2001-01-28 neil * cpphash.c (_cpp_cleanup_hashtable, _cpp_looku...
2000-12-17 neil * cpplib.h (struct cpp_reader): Remove referenc...
2000-12-09 neil * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD)...
2000-12-06 neil * cpplex.c (skip_escaped_newlines): Don't warn...
2000-12-01 neil * cppinit.c (initialize): Forgotten prototype.
2000-11-26 neil * cpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-22 neil * cpplex.c (trigraph_ok): Ensure we don't warn twice.
2000-11-14 neil * cppexp.c (parse_defined): Call cpp_get_token not
2000-11-13 neil * cpplex.c (_cpp_lex_token): CPP_COMMENT and...
2000-11-12 neil * cppexp.c: Don't worry about pfile->skipping.
2000-11-11 neil Remove CPP_PLACEMARKERs
2000-11-09 neil * cpphash.c: Move cpp_defined here from cpplib.c.
2000-11-08 neil Move directive handling into the lexer itself.
2000-11-06 neil * cpplex.c (_cpp_equiv_tokens): Check arg_no in the
2000-11-06 neil * c-lex.c (c_lex): Replace tok.val.aux with tok.val...
2000-11-04 neil * cpplex.c (parse_string): Don't allow multilin...
2000-11-01 neil * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
2000-10-30 neil * cppfiles.c (stack_include_file): Check for stacked...
2000-10-29 neil * cpplex.c (save_comment): Don't store new lines in...
2000-10-28 neil2000-10-28 Neil Booth <neilb@earthling.net>
2000-09-28 neil * cpperror.c (_cpp_begin_message): Do the test for...
2000-09-25 neil * cpplex.c (parse_args): Don't set VOID_REST...
2000-09-25 bkoz2000-09-25 Branko Cibej <branko.cibej@hermes.si>
2000-09-25 neil * cpplex.c (save_comment): Only store the initial '/'
2000-09-25 neil * cpphash.h (_cpp_digraph_spellings, _cpp_process_dire...
2000-09-24 neil * cpplex.c: Update TODO comment.
2000-09-23 neil * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PU...
2000-09-19 neil * cpplex.c (lex_line): Drop the EOF token for unknown
2000-09-18 neil * cpphash.h (HASHSTEP): Take character rather than...
2000-09-16 neil * cpplex.c (push_macro_context): Set an argument's...
2000-09-15 neil * cpplex.c (ON_REST_ARG): Correct the test.
2000-09-12 zack * cppfiles.c: Move all default-#defines to top of...
2000-09-04 jakub * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of curre...
2000-08-29 zack * cpperror.c (print_file_and_line): If line is (unsign...
2000-08-28 gkm * cpplex.c (parse_string): Don't look for backslash
2000-08-25 neil * cpplex.c (is_macro_disabled): Caller has already...
2000-08-23 zack * cpphash.h (IN_I): New flag for directive table.
2000-08-20 zack2000-08-20 Zack Weinberg <zack@wolery.cumb.org>
2000-08-18 neil * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-09 zack * configure.in (--enable-c-cpplib): Uncomment. Use...
2000-08-04 zack * cpplex.c (parse_name): Might have to glue a CPP_OTHE...
2000-08-02 zack * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
2000-08-02 zack * cpperror.c (v_message): Split into _cpp_begin_messag...
2000-07-31 zack2000-07-31 Jakub Jelinek <jakub@redhat.com>
2000-07-24 zack * cppexp.c: Warn about unary + if -Wtraditional.
2000-07-20 zack * cppmacro.c (CAN_PASTE_AFTER): New macro.
2000-07-19 zack * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX...
2000-07-18 zack * cpplib.h (TTYPE_TABLE): Rearrange to use only two...
2000-07-18 jakub * cpplex.c (cpp_scan_buffer): Output line command...
2000-07-18 zack2000-02-17 Zack Weinberg <zack@wolery.cumb.org>
2000-07-16 neil * cpplex.c: Update comments.
2000-07-15 zack * cpphash.c (save_expansion): Clear PREV_WHITE on...
2000-07-13 neil * cpplex.c (adjust_column): New funcion.
2000-07-13 zack * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
2000-07-12 ghaziOops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL.
2000-07-12 ghazi * cpplex.c (is_macro_disabled): Use CPP_TRADITIONAL.
2000-07-12 neil * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
2000-07-11 zack2000-07-11 Zack Weinberg <zack@wolery.cumb.org>
2000-07-11 ghazi * cpplex.c (T, I, S, C, N): Avoid non-constant initial...
2000-07-11 neil * cppinit.c: (cpp_reader_init): Allow digraphs by...
2000-07-09 neil * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
2000-07-08 zack * cpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 zack * cppexp.c: Update all code for new lexer interface.
2000-07-08 neil * cpphash.c (is__va_args__): New function.
2000-07-07 ghazi * system.h (UNION_INIT_ZERO): New macro for initializi...
2000-07-05 zacktoplevel:
2000-07-04 neil * cpplex.c: Fix trigraph replacement within strings.
2000-07-04 zacktop level:
2000-07-02 jakub * cpplib.h (struct cpp_reader): New field include_depth.
2000-06-28 jakubBack it out temporarily.
2000-06-28 jakub * cpplex.c (output_line_command): Output correct ...
2000-06-21 zack * cppfiles.c: Include splay-tree.h, not hashtab.h.
2000-06-20 zack * cpplex.c (parse_name): Don't warn about $ in identif...
2000-06-01 zack2000-06-01 Zack Weinberg <zack@wolery.cumb.org>
2000-05-29 zack * cpplib.h (cpp_reader): Remove if_stack. Change
2000-05-28 zack * cppfiles.c: Read files in, using mmap if possible...
2000-05-28 neil * cpplex.c (_cpp_lex_line): Merge vertical space....
2000-05-27 neil * cpplex.c (_cpp_init_toklist): No comment...
2000-05-27 neil * cppexp.c (parse_assertion): Supply extra argument to
next