OSDN Git Service

* config/m68k/m68k-protos.h: Convert to ISO C90.
[pf3gnuchains/gcc-fork.git] / gcc / cpplex.c
2003-08-21 bothner * cppfiles.c (stack_file): Correctly pass return_at_e...
2003-07-22 geoffk * cpplex.c (_cpp_process_line_notes): Mention option...
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-13 zack * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and...
2003-07-07 aj2003-07-07 Andreas Jaeger <aj@suse.de>
2003-07-05 zack * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token...
2003-06-28 kazu * builtins.c: Follow spelling conventions.
2003-06-17 zack * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
2003-06-16 ghazi * builtin-attrs.def, builtin-attrs.def, builtins.c...
2003-06-12 kazu * ChangeLog: Follow spelling conventions.
2003-06-12 hp Don't warn on dollars in builtin macro definitions,
2003-05-17 neil * c-common.c, c-common.h (dollars_in_ident): Remove.
2003-05-04 neil * cppinit.c (cpp_create_reader, post_options): Warn...
2003-04-26 neilRevert cpplex.c change
2003-04-26 neil * _cpp_lex_direct: Remove pointless code.
2003-04-24 neil * cpplex.c (cpp_token_len): Tighten up.
2003-04-23 neil * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
2003-04-22 neil * cpplex.c (_cpp_get_fresh_line): Pop the buffer if...
2003-04-22 neil * c-lex.c (c_lex): Handle CPP_OTHER differently.
2003-04-20 neil * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIG...
2003-04-20 nathan.:
2003-04-20 neil * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
2003-04-19 neil * cpphash.h (struct cpp_buffer): Remove backup_to.
2003-04-19 neil * cpphash.h (struct cpp_reader): New member warned_dollar.
2003-04-19 neil * skip_whitespace: Rearrange to avoid stage1 ICE.
2003-04-19 neil * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
2003-03-17 neil * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
2003-03-06 neil * Makefile.in (c-ppoutput.o): Update.
2003-01-23 ghazi * cpplex.c (cpp_interpret_charconst): Squelch warning...
2003-01-18 kazu * alias.c: Fix comment typos.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-09-26 kazu * c-common.h: Follow spelling conventions.
2002-09-22 kazu * ChangeLog: Follow spelling conventions.
2002-09-16 kazu * ABOUT-NLS: Follow spelling conventions.
2002-07-21 gdr2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
2002-06-11 neil * Makefile.in: Update cppmain.o.
2002-06-10 neil * cpphash.h (_cpp_read_logical_line_trad,
2002-06-07 neil * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
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...
next