OSDN Git Service

2002-05-27 H.J. Lu (hjl@gnu.org)
[pf3gnuchains/gcc-fork.git] / gcc / cpplex.c
2002-05-22 kazu * cpperror.c: Fix formatting.
2002-05-17 neil * Makefile.in: Update for cpptrad.c.
2002-05-11 neil * cpplex.c (_cpp_lex_direct): When in a directive...
2002-05-08 neil * cpplex.c (cpp_interpret_charconst): Truncate as...
2002-05-07 neil * c-common.c (c_common_init): Set options->unsigned_wchar.
2002-05-06 neil * c-common.c (warn_multichar): New.
2002-05-05 neil * cpplex.c (cpp_interpret_charconst): Sign-extend...
2002-05-05 neil * c-common.c (c_common_init): Set up CPP arithmetic.
2002-05-04 neil * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h
2002-05-04 neil * c-lex.c (lex_string): Let cpp_parse_escape handles...
2002-04-30 kazu * cpplex.c: Fix comment formatting.
2002-04-24 hiller2002-04-24 Matt Hiller <hiller@redhat.com>
2002-04-21 neil * cppexp.c (struct op, parse_number): Replace U_CHAR...
2002-04-14 neil * cpperror.c (print_location): Don't print include...
2002-04-07 thorpej* cppinit.c (cpp_create_reader): Initialize
2002-03-22 neil * cpphash.h (struct cpp_reader): Remove mls_lin...
2002-03-22 neil * cpplex.c (parse_identifier_slow): Rename parse_slow...
2002-02-28 neil * cpplex.c (cpp_parse_escape): Restore mistakenly...
2002-02-27 zack * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
2002-02-27 neil * cpplex.c (_cpp_lex_token): Handle directives in...
2002-02-24 neil * cpplex.c (cpp_interpret_charconst): Get signedness or
2002-02-02 neil * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGN...
2002-01-03 neil * cpperror.c: Update comments and copyright.
2001-12-02 neil * c-decl.c (duplicate_decls, push_parm_decl): Remove...
2001-11-27 neil * cpphash.c (_cpp_init_hashtable): Update.
2001-11-26 neil * cppfiles.c (stack_include_file): Don't optimize...
2001-11-23 aj * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_IN...
2001-11-23 jsm28 * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog...
2001-11-10 ghazi * cppexp.c (parse_number): Use ISXDIGIT/hex_value.
2001-10-21 ghazi * c-format.c (maybe_read_dollar_number): Use safe...
2001-10-21 neil * cpphash.h (struct cpp_buffer): Delete read_ahead...
2001-10-20 neil * cpplex.c (handle_newline, skip_escaped_newlines,
2001-10-17 rearnsha* cpplex.c (_cpp_get_buff): Fix off-by-one error that...
2001-10-11 zack * cpplex.c (digraph_spellings, token_spellings): Make...
2001-10-09 kazu * c-common.c: Fix comment typos.
2001-10-06 zack * cpplex.c (enum spell_type): Add SPELL_NUMBER.
2001-09-30 neil * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_...
2001-09-28 neil * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff):
2001-09-28 neil * cpphash.h (struct cpp_buff): Make unsigned.
2001-09-28 zack * cpplex.c (cpp_output_token): Use a putc loop for
2001-09-27 neil * cpphash.h: Update comment.
2001-09-26 neil * cpphash.h (struct cpp_pool): Remove locks and locked.
2001-09-26 neil * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_rel...
2001-09-24 neil * c-lex.c (cb_def_pragma): Update.
2001-09-17 neil * cpphash.h (_cpp_lex_direct): New.
2001-09-16 neil * cpphash.h (_cpp_lex_token): Update prototype.
2001-09-15 neil * cpphash.h (struct cpp_reader): Remove lexer_pos...
2001-09-14 neil * cpperror.c (print_location): Take line and column...
2001-09-13 neil * c-parse.in (_yylex): Use _cpp_backup_tokens.
2001-09-11 neil * cpphash.h (struct tokenrun): New.
2001-09-10 zack * cpplex.c (parse_identifier): Fast-path optimize...
2001-08-22 neil * cpperror.c (print_location): Don't show _Pragma.
2001-08-21 neil * cpphash.h (_cpp_push_next_buffer): New.
2001-08-17 neil * cpperror.c (print_location): Don't take a file...
2001-08-11 neil * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
2001-08-07 neil * cppinit.c (cpp_finish): Pop the final buffer without...
2001-08-05 neil PR preprocessor/3081
2001-08-04 neil * Makefile.in (CPPLIB_H): New, so that dependencies...
2001-08-02 neil * line-map.c: New.
2001-08-01 kazu * alias.c: Fix comment formatting.
2001-08-01 neil * cpphash.h (struct cpp_reader): New members line...
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...
next