]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cppexp.c
Oops, missed ChangeLog in last checkin...
[thirdparty/gcc.git] / gcc / cppexp.c
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.
1997-03-17  Richard Kenner(parse_number): Invalid integer constants are errors...
1996-07-03  Mike Stumpformatting tweaks
1996-01-22  Per Bothnercppexp.c (cpp_parse_expr): Set HAVE_VALUE flag for...
1996-01-16  Per Bothnercppexp.c (cpp_lex): Do cpp_pop_buffer after CPP_POP...
1995-11-07  Richard Kenner(cpp_lex): Correctly parse character constants.
1995-06-15  Richard KennerUpdate FSF address.
1995-05-15  Per Bothnercppexp.c (cpp_reader): Test for '#' (start of assertion...
1995-05-12  Per Bothner* cppexp.c (parse_number): Cleanup some Cygnus crud...
1995-04-10  Richard KennerAdd declarations of xmalloc and xrealloc.
1995-03-22  Per BothnerMerged in earlier cccp.c changes.
1995-03-16  Per BothnerInitial revision