* config/alpha/x-vms (version): Change "." to "_".
[gcc.git] / gcc / cppexp.c
2001-11-10 Kaveh R. Ghazicppexp.c (parse_number): Use ISXDIGIT/hex_value.
2001-11-05 Neil Boothcppexp.c (lex, [...]): Update warning about defined.
2001-10-21 Kaveh R. Ghazic-format.c (maybe_read_dollar_number): Use safe-ctype...
2001-10-11 Stan Shebsalias.c: Remove uses of "register" specifier in declara...
2001-10-07 Kaveh R. Ghazibuiltins.c (expand_builtin_setjmp_receiver): Const...
2001-10-06 Zack Weinbergcpplex.c (enum spell_type): Add SPELL_NUMBER.
2001-09-24 Neil Boothc-lex.c (cb_def_pragma): Update.
2001-08-09 Graham Stottcppexp.c (EXTRACT_PRIO): Uppercase and parenthsize...
2001-07-29 Neil Boothcppexp.c (parse_defined): Always record the macro name.
2001-07-19 Neil Boothc-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
2001-05-16 Neil Boothcppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-05-11 Neil Boothc-lex.c (lex_charconst): Convert into a simple wrapper...
2001-03-03 Neil Boothcpp.texi: Update.
2001-03-02 John David Anglincpplib.c (_cpp_init_stacks): Cast enum for comparison.
2001-02-14 Neil Boothc-lex.c (lex_number): Only warn traditionally for U...
2001-02-07 Zack Weinbergcpphash.h (struct spec_nodes): Add n_true and n_false.
2001-02-06 Neil Boothcppexp.c (parse_defined): Improve diagnostics for inval...
2001-01-28 Kaveh R. Ghaziconfigure.in: Arrange to include defaults.h in [ht...
2001-01-22 Alan Modracppexp.c (parse_charconst): Change `mask' type to agree...
2000-12-07 Rodney Brownosf.h: Standarize copyright statement.
2000-12-02 Neil Booth* cppexp.c (parse_number): Update diagnostic test.
2000-11-26 Neil Boothcpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-20 Neil Boothc-lang.c (lang_init_options): Update call to cpp_reader...
2000-11-14 Neil Boothcppexp.c (parse_defined): Call cpp_get_token not _cpp_g...
2000-11-12 Neil Boothcppexp.c: Don't worry about pfile->skipping.
2000-11-11 Neil BoothRemove CPP_PLACEMARKERs
2000-11-06 Neil Boothc-lex.c (c_lex): Replace tok.val.aux with tok.val.c...
2000-10-28 Neil BoothNew macro expander.
2000-09-11 Zack Weinbergdefaults.h: Provide default definitions for...
2000-08-10 Kaveh R. Ghazic-lex.c (parse_float, yylex): For -Wtraditional, issue...
2000-08-02 Zack Weinbergcppexp.c, [...]: Do not use 'legal' or 'illegal' in...
2000-07-24 Zack Weinbergcppexp.c: Warn about unary + if -Wtraditional.
2000-07-19 Zack Weinbergcpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into...
2000-07-18 Zack Weinbergcpplib.h (TTYPE_TABLE): Rearrange to use only two per...
2000-07-13 Zack Weinbergcppexp.c, [...]: Eradicate all traces of code dependent...
2000-07-12 Zack Weinbergcppexp.c (LOGICAL): Delete macro.
2000-07-11 Zack Weinberg[multiple changes]
2000-07-09 Zack Weinberg* cppexp.c (_cpp_parse_expr): Don't use unary plus.
2000-07-08 Zack Weinbergcpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 Zack Weinbergcppexp.c: Update all code for new lexer interface.
2000-07-05 Zack Weinbergcpplex.c: Don't include sys/mman.h.
2000-07-04 Zack Weinbergtop level:
2000-05-30 Zack Weinbergcpplib.c (do_if): Don't save and restore only_seen_whit...
2000-05-28 Zack Weinbergcppfiles.c: Read files in, using mmap if possible,...
2000-05-27 Neil Boothcppexp.c (parse_assertion): Supply extra argument to...
2000-05-18 Zack Weinbergcppexp.c (parse_assertion): New.
2000-05-10 Zack Weinbergcppexp.c (lex): Use %.*s to print non-NUL-terminated...
2000-05-04 Zack Weinbergcpphash.h (U): New define, to correct type of string...
2000-05-03 Jason Merrillcppexp.c (op_t): Make an int.
2000-05-01 Zack Weinbergcpphash.c (_cpp_make_hashnode): Rename make_HASHNODE...
2000-04-20 Zack Weinbergcpplib.h (enum cpp_ttype): Add token types for all...
2000-04-18 Richard Kennerconflict.c (conflict_graph_add): Pass enum type to...
2000-04-18 Zack Weinbergcppexp.c (lex): Don't assume tokens are NUL terminated.
2000-04-11 Zack Weinbergcppexp.c, [...]: Replace cpp_token with cpp_ttype every...
2000-04-08 Neil Boothcppexp.c (parse_charconst): Null does not end character...
2000-04-03 Neil Boothcppexp.c: wrap long lines.
2000-04-02 Zack Weinbergcppinit.c (cpp_start_read): Turn off -Wtraditional...
2000-04-02 Neil Boothcppexp.c: New typedef op_t.
2000-04-02 Neil Boothcppexp.c: New FINISHED dummy token.
2000-04-01 Neil Boothcppexp.c: Redefine priority constants.
2000-04-01 Neil Boothcppexp.c: (_cpp_parse_expr): Numerical constants are...
2000-03-31 Zack Weinbergcpplib.h: Merge struct cpp_options into struct cpp_reader.
2000-03-31 Neil Boothcppexp.c: Delete SKIP_OPERAND.
2000-03-13 Zack WeinbergMakefile.in (LIBCPP_OBJS): Add cpplex.o.
2000-03-08 Zack WeinbergMakefile.in (LIBCPP_DEPS): New macro.
2000-03-07 Zack Weinberg[multiple changes]
2000-03-07 Zack Weinbergcppfiles.c (_cpp_find_include_file): Make sure ih-...
2000-03-04 Zack Weinbergcpplib.h (_dollar_ok): New macro.
2000-03-01 Zack Weinbergcpplib.h (CPP_ASSERTION, [...]): New token types.
2000-02-23 Alexandre Olivacpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
2000-02-10 Zack Weinbergcppexp.c: Don't include cpphash.h.
2000-02-10 Zack Weinbergcpplib.h: Provide HASHNODE typedef and forward decl...
2000-02-06 Zack Weinbergcpplib.c (my_strerror, [...]): Move to cpperror.c.
1999-10-29 Zack Weinbergcpplib.h (struct cpp_buffer: fname, [...]): Mark const.
1999-10-15 Zack Weinbergcppexp.c (cpp_parse_escape): Make static.
1999-09-09 Geoff KeatingMakefile.in (cppexp.o): Depend on cpphash.h.
1999-09-08 Linas VepstasLinas Vepstas <linas@linas.org>
1999-09-07 Kaveh R. Ghazicpperror.c (cpp_file_line_for_message): Constify a...
1999-04-14 Zack Weinbergcpperror.c, [...]: Never call abort.
1999-04-06 Zack Weinbergcppexp.c (parse_charconst): Initialize c.
1999-03-16 Zack Weinbergcppfiles.c (read_and_prescan): Map backslash-newline...
1999-02-25 Kaveh R. Ghazicppexp.c (left_shift, [...]): Replace uses of long...
1999-02-25 Kaveh R. GhaziMakefile.in (cppmain.o, [...]): Don't depend on machmode.h.
1999-02-18 Zack Weinbergcpplib.c: Kill define of STDC_VALUE.
1999-02-08 Zack Weinbergcpplib.c (special_symbol): Rewrite.
1999-01-27 Jeffrey A LawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-25 Zack Weinbergcppexp.c: (struct arglist): Removed.
1999-01-21 Dave Brolleycppexp.c (cpp_lex): Allocate token_buffer dynamically.
1998-12-15 Zack Weinbergcpphash.h (union hash_value): Remove `keydef' member...
1998-12-07 Zack Weinbergcpplib.h (struct cpp_buffer): Replace dir and dlen...
1998-11-27 Kaveh R. Ghazisystem.h: Include libiberty.h.
1998-11-07 Kaveh R. Ghaziconfigure.in (host_xm_file, [...]): Arrange to include...
1998-10-11 Zack Weinbergcppexp.c: When forcing unsigned comparisons, cast both...
1998-05-19 Kaveh R. GhaziWarning Fixes:
1998-05-13 Kaveh R. GhaziWarning fixes:
1998-03-30 Kaveh R. GhaziMore cutover to system.h:
1998-01-27 Jeff Lawc-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.
1998-01-13 Herman ten Brugge* cppexp.c: Include gansidecl.h
1997-12-20 Kaveh R. Ghazibitmap.c (bitmap_clear): Ensure `inline' is at the...
1997-04-13 Richard Kenner(cpp_lex) New arg skip_evaluation.
next