summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
* line-map.h (struct line_maps): New field highest_line.Per Bothner2004-04-221-3/+1
* re PR preprocessor/15067 (Minor glitch in the source of cpp.)Per Bothner2004-04-221-1/+1
* c-opts.c (warn_variadic_macros): New.Richard Henderson2004-02-191-0/+1
* Represent column numbers using line-map's source_location.Per Bothner2004-02-111-1/+1
* Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner2004-02-041-36/+10
* [multiple changes]Eric Christopher2004-02-021-5/+5
* 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-4/+4
* cppcharset.c (one_iso88591_to_utf8): New function.Eric Christopher2004-01-161-0/+3
* re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin2003-11-011-8/+9
* cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_sta...Per Bothner2003-10-021-24/+27
* c-common.c: Fix comment formatting.Kazu Hirata2003-08-191-1/+1
* Remove improper white-space.Per Bothner2003-08-101-1/+1
* cppinit.c (cpp_read_main_file): Split out source-independent initialization t...Per Bothner2003-08-091-7/+12
* c.opt: Introduce -fworking-directory.Alexandre Oliva2003-08-051-0/+74
* Makefile.in: Refine dependencies.Neil Booth2003-08-011-1/+0
* Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth2003-07-291-12/+9
* hashtable.c (approx_sqrt): Make static.Zack Weinberg2003-07-221-2/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-1/+1
* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg2003-07-131-3/+3
* Index: ChangeLogGeoffrey Keating2003-07-111-2/+10
* cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg2003-07-051-0/+6
* * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg2003-06-171-38/+22
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-1/+1
* Don't warn on dollars in builtin macro definitions,Hans-Peter Nilsson2003-06-121-7/+1
* c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth2003-05-171-12/+17
* * cppinit.c (cpp_init_builtins): Use _cpp_define_builtinNeil Booth2003-05-111-2/+2
* * cppinit.c (cpp_init_builtins): Use _cpp_define_builtinNeil Booth2003-05-111-2/+2
* c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth2003-05-111-2/+9
* cppinit.c (cpp_create_reader, [...]): Warn about trigraphs unless explicity s...Neil Booth2003-05-041-0/+4
* cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth2003-04-191-5/+7
* Various cleanups to help compile server.Per Bothner2003-03-201-8/+5
* Makefile.in: Update.Neil Booth2003-03-151-309/+5
* c-opts.c (finish_options): New.Neil Booth2003-03-141-21/+0
* /home/neil/diffs/include.logNeil Booth2003-03-141-40/+2
* cppfiles.c (cpp_rename_file, [...]): New.Neil Booth2003-03-121-28/+6
* cppinit.c (cpp_finish_options): Set first_unused_line to -1.Neil Booth2003-03-081-0/+2
* Makefile.in (c-ppoutput.o): Update.Neil Booth2003-03-061-0/+2
* Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth2003-03-011-528/+2
* Makefile.in (PREPROCESSOR_DEFINES): Add @TARGET_SYSTEM_ROOT_DEFINE@.Daniel Jacobowitz2003-02-131-29/+38
* cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill2003-01-281-0/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-42/+26
* cppinit.c (init_standard_includes, [...]): Use strncmp.Frank Ch. Eigler2002-10-061-3/+3
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-2/+2
* ABOUT-NLS: Follow spelling conventions.Kazu Hirata2002-09-161-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-141-4/+4
* * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.John David Anglin2002-08-211-1/+7
* cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal at head.John David Anglin2002-08-201-33/+79
* re PR preprocessor/7602 (C++ header files found in CPLUS_INCLUDE_PATH treated...Neil Booth2002-08-181-1/+1
* c-opts.c (deps_seen, [...]): New.Neil Booth2002-08-121-86/+22