]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cppexp.c
Merge tree-ssa-20020619-branch into mainline.
[thirdparty/gcc.git] / gcc / cppexp.c
2004-05-13  Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-03-15  Kazu Hiratac-incpath.c, [...]: Update copyright.
2004-02-11  Joseph Myersre PR c/456 (constant expressions constraints (gcc...
2003-11-01  John David Anglinre PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such...
2003-08-03  Neil Booth* cppexp.c (parse_defined): Warn only if -pedantic.
2003-07-19  Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-07-13  Zack WeinbergMakefile.in (LIBCPP_DEPS): Remove coretypes.h and ...
2003-06-17  Zack Weinberg* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
2003-04-22  Neil Boothc-lex.c (c_lex): Handle CPP_OTHER differently.
2003-04-19  Neil Boothcppexp.c (eval_token): Permit true and false even if...
2003-03-31  Michael Matzcppexp.c (cpp_classify_number): Accept '.' after "0x".
2002-12-19  Kazu HirataChangeLog: Follow spelling conventions.
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-29  Hans-Peter Nilssoncpplib.c (_cpp_test_assertion): Default *value to 0.
2002-09-22  Kazu HirataChangeLog: Follow spelling conventions.
2002-09-16  Kazu HirataABOUT-NLS: Follow spelling conventions.
2002-08-02  Zack Weinbergc-common.c (c_common_init): -Wtraditional also implies...
2002-07-23  Neil Boothcppexp.c (parse_defined): Mark macro used.
2002-07-20  Neil Boothcppexp.c (struct op): Add token pointer.
2002-07-19  Neil Boothcppexp.c (ALWAYS_EVAL): Remove.
2002-07-18  Neil Boothcppexp.c (cpp_num_mul): Remove unused parameter.
2002-07-17  Neil Boothcppexp.c (cpp_interpret_integer, [...]): Clarify and...
2002-07-09  Neil Boothcpperror.c (cpp_error): Default to directive_line withi...
2002-06-20  Neil Boothcppexp.c (cpp_interpret_integer): Don't force tradition...
2002-06-07  Jason Merrillcppexp.c (num_equality_op): Use a temporary variable...
2002-06-02  Neil Boothc-common.c (c_common_init): Override cpplib's default...
2002-06-01  Andreas Jaegercppexp.c (cpp_classify_number): Cast precission to...
2002-05-29  Neil Boothcppexp.c (cpp_num): Move to cpplib.h.
2002-05-28  Neil Boothcppexp.c (interpret_number): Optimize for single-digit...
2002-05-27  H.J. Lucppexp.c (num_trim): Use 1UL instead of 1 for long...
2002-05-27  Neil Boothc-common.c (c_common_init): Set CPP arithmetic precision.
2002-05-26  Neil Boothcppexp.c (possible_sum_sign, [...]): Remove.
2002-05-22  Kazu Hiratacpperror.c: Fix formatting.
2002-05-09  Neil Booth* cppexp.c (_cpp_expand_op_stack): Set op_limit.
2002-05-06  Neil Boothc-common.c (warn_multichar): New.
2002-05-04  Neil Boothc-lex.c (lex_string): Let cpp_parse_escape handles...
2002-04-28  Neil Boothcppexp.c (lex): Move some code to _cpp_parse_expr,...
2002-04-28  Neil Boothcppexp.c (lex): Update to use state.skip_eval.
2002-04-26  Neil Boothcppexp.c (CPP_UMINUS, CPP_UPLUS): New.
2002-04-21  Neil Boothcppexp.c (struct op, [...]): Replace U_CHAR with uchar.
2002-04-14  Neil Boothcpperror.c (print_location): Don't print include chain...
2002-03-03  Kaveh R. Ghaziattribs.c (init_attributes, [...]): Use ARRAY_SIZE...
2002-02-27  Zack Weinbergc-common.c, [...]: Delete code implementing -traditiona...
2002-02-24  Neil Boothcpplex.c (cpp_interpret_charconst): Get signedness...
2002-01-03  Neil Boothcpperror.c: Update comments and copyright.
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...
next