summaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
Commit message (Expand)AuthorAgeFilesLines
* cppcharset.c (_cpp_interpret_string_notranslate): Rename and duplicate argume...Eric Christopher2004-02-121-2/+4
* Represent column numbers using line-map's source_location.Per Bothner2004-02-111-18/+15
* [multiple changes]Eric Christopher2004-02-021-4/+0
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* Move cpp_reader's line_maps field to a shared global.Per Bothner2004-01-191-3/+3
* cppcharset.c (one_iso88591_to_utf8): New function.Eric Christopher2004-01-161-4/+9
* PR preprocessor/12935 preprocessor/12952 preprocessor/13046Neil Booth2003-12-121-10/+17
* re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin2003-11-011-51/+55
* cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change callback even w...Per Bothner2003-10-021-6/+3
* cpplib.c (do_pragma): Reintroduce cb_line_change call in the code path that c...Alexandre Oliva2003-09-241-2/+12
* * cpplib.c (do_pragma): Remove unnecessary cb_line_change.Alexandre Oliva2003-09-161-8/+0
* cppfiles.c (struct _cpp_file): Rename once_only_next to next_file.Neil Booth2003-08-021-1/+1
* Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth2003-07-291-16/+5
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-1/+1
* hashtable.c (approx_sqrt): Make static.Zack Weinberg2003-07-221-2/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+2
* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg2003-07-131-4/+1
* c-format.c: Fix comment formatting.Kazu Hirata2003-07-121-1/+1
* Index: ChangeLogGeoffrey Keating2003-07-111-0/+40
* cppcharset.c (one_utf8_to_cppchar, [...]): New functions.Zack Weinberg2003-07-101-17/+2
* cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg2003-07-051-28/+22
* * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg2003-06-171-261/+135
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-2/+2
* builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on I...Kaveh R. Ghazi2003-06-161-5/+3
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* cpplex.c (cpp_token_len): Tighten up.Neil Booth2003-04-241-1/+1
* Makefile.in (c-lex.o, [...]): Update.Neil Booth2003-04-231-9/+11
* c-ppoutput.c (cb_include): Don't take a cpp_token.Neil Booth2003-04-211-72/+69
* cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth2003-04-191-20/+31
* /home/neil/diffs/include.logNeil Booth2003-03-141-9/+2
* cpphash.h (struct lexer_state): Add directive_wants_padding.Zack Weinberg2003-02-211-2/+3
* cpplib.c (do_include_common): Move warnings for #include_next and #import out...Zack Weinberg2003-02-121-30/+34
* cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill2003-01-281-1/+2
* Merge from pch-branch.Geoffrey Keating2003-01-101-0/+84
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-3/+6
* cpplib.c (_cpp_test_assertion): Default *value to 0.Hans-Peter Nilsson2002-11-291-1/+6
* re PR preprocessor/8524 (_Pragma within macros is improperly expanded)Neil Booth2002-11-181-22/+24
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-4/+4
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-151-2/+2
* Debian BTS Bug #Neil Booth2002-09-031-18/+39
* re PR preprocessor/7526 (cpp0 core dump when _Pragma implies #pragma dependency)Neil Booth2002-08-141-0/+5
* cppexp.c (parse_defined): Mark macro used.Neil Booth2002-07-231-7/+13
* cpplib.c (do_sccs): Handle #sccs on all systems.Neil Booth2002-07-171-11/+2
* cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth2002-07-091-7/+0
* cpplib.c (_cpp_handle_directive): Move #define-specific code to the #define h...Neil Booth2002-06-281-20/+7
* re PR preprocessor/7138 (gcc-3.2 failed to compile kernel)Neil Booth2002-06-281-4/+4
* cpphash.h (_cpp_set_trad_context): Remove.Neil Booth2002-06-271-9/+1
* cpplib.c (do_include_common): Revert to correct line number if -traditional.Neil Booth2002-06-251-0/+3
* cpperror.c (cpp_error): For traditional CPP, default to diagnostics on pfile-...Neil Booth2002-06-211-2/+3
* cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig...Neil Booth2002-06-201-0/+2