aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-22line-map.h (struct line_maps): New field highest_line.Per Bothner1-7/+7
2004-03-24re PR preprocessor/14438 (Potential need for buffer overflow checks in _cpp_l...Alexandre Oliva1-3/+0
2004-02-12cppcharset.c (_cpp_interpret_string_notranslate): Rename and duplicate argume...Eric Christopher1-2/+4
2004-02-11Represent column numbers using line-map's source_location.Per Bothner1-18/+15
2004-02-02[multiple changes]Eric Christopher1-4/+0
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-19Move cpp_reader's line_maps field to a shared global.Per Bothner1-3/+3
2004-01-16cppcharset.c (one_iso88591_to_utf8): New function.Eric Christopher1-4/+9
2003-12-12PR preprocessor/12935 preprocessor/12952 preprocessor/13046Neil Booth1-10/+17
2003-11-01re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin1-51/+55
2003-10-02cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change callback even w...Per Bothner1-6/+3
2003-09-24cpplib.c (do_pragma): Reintroduce cb_line_change call in the code path that c...Alexandre Oliva1-2/+12
2003-09-16* cpplib.c (do_pragma): Remove unnecessary cb_line_change.Alexandre Oliva1-8/+0
2003-08-02cppfiles.c (struct _cpp_file): Rename once_only_next to next_file.Neil Booth1-1/+1
2003-07-29Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth1-16/+5
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-22hashtable.c (approx_sqrt): Make static.Zack Weinberg1-2/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+2
2003-07-13Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg1-4/+1
2003-07-12c-format.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-11Index: ChangeLogGeoffrey Keating1-0/+40
2003-07-10cppcharset.c (one_utf8_to_cppchar, [...]): New functions.Zack Weinberg1-17/+2
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg1-28/+22
2003-06-17* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg1-261/+135
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-2/+2
2003-06-16builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on I...Kaveh R. Ghazi1-5/+3
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-04-24cpplex.c (cpp_token_len): Tighten up.Neil Booth1-1/+1
2003-04-23Makefile.in (c-lex.o, [...]): Update.Neil Booth1-9/+11
2003-04-21c-ppoutput.c (cb_include): Don't take a cpp_token.Neil Booth1-72/+69
2003-04-19cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth1-20/+31
2003-03-14/home/neil/diffs/include.logNeil Booth1-9/+2
2003-02-21cpphash.h (struct lexer_state): Add directive_wants_padding.Zack Weinberg1-2/+3
2003-02-12cpplib.c (do_include_common): Move warnings for #include_next and #import out...Zack Weinberg1-30/+34
2003-01-28cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill1-1/+2
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+84
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-3/+6
2002-11-29cpplib.c (_cpp_test_assertion): Default *value to 0.Hans-Peter Nilsson1-1/+6
2002-11-18re PR preprocessor/8524 (_Pragma within macros is improperly expanded)Neil Booth1-22/+24
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-4/+4
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-03Debian BTS Bug #Neil Booth1-18/+39
2002-08-14re PR preprocessor/7526 (cpp0 core dump when _Pragma implies #pragma dependency)Neil Booth1-0/+5
2002-07-23cppexp.c (parse_defined): Mark macro used.Neil Booth1-7/+13
2002-07-17cpplib.c (do_sccs): Handle #sccs on all systems.Neil Booth1-11/+2
2002-07-09cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth1-7/+0
2002-06-28cpplib.c (_cpp_handle_directive): Move #define-specific code to the #define h...Neil Booth1-20/+7
2002-06-28re PR preprocessor/7138 (gcc-3.2 failed to compile kernel)Neil Booth1-4/+4
2002-06-27cpphash.h (_cpp_set_trad_context): Remove.Neil Booth1-9/+1
2002-06-25cpplib.c (do_include_common): Revert to correct line number if -traditional.Neil Booth1-0/+3