summaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright dates.Jeff Law1999-01-061-1/+1
* Makefile.in (gcc.o, [...]): Depend on prefix.h.Kaveh R. Ghazi1999-01-051-3/+2
* cpplib.c (skip_if_group): Split out the logic that handles directive recognit...Zack Weinberg1999-01-041-150/+138
* cpplib.c (do_undef): EOF immediately after '#undef FOO' is not an error.Zack Weinberg1999-01-041-1/+1
* cpplib.c (do_include): Treat #include_next in the primary source file as #inc...Zack Weinberg1998-12-161-7/+19
* cccp.c: Don't define MIN/MAX anymore.Kaveh R. Ghazi1998-12-161-6/+0
* cppalloc.c: Add xstrdup here.Zack Weinberg1998-12-151-16/+2
* cpplib.c: Make all directive handlers read their own arguments.Zack Weinberg1998-12-151-172/+169
* cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ...Zack Weinberg1998-12-151-432/+172
* cpplib.c (convert_string): Use `0x00ff', not `0x00ffU'.Kaveh R. Ghazi1998-12-081-1/+1
* cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1998-12-071-21/+21
* cpplib.h (struct cpp_buffer): Replace dir and dlen members with a struct file...Zack Weinberg1998-12-071-63/+30
* [multiple changes]Dave Brolley1998-12-071-11/+1
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-6/+3
* cpplib.h: Delete struct import_file.Zack Weinberg1998-11-251-453/+305
* cccp.c (S_ISREG, S_ISDIR): Delete defines.Melissa O'Neill1998-11-231-8/+0
* gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1998-11-081-14/+14
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-1/+0
* [multiple changes]Zack Weinberg1998-10-291-907/+152
* Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1998-10-281-1/+13
* Warning fixes:Kaveh R. Ghazi1998-10-171-8/+8
* cpplib.c (cpp_get_token): Replace whitespace that occurs between a macro name...Dave Brolley1998-10-161-15/+29
* cppexp.c: When forcing unsigned comparisons, cast both sides of the operation.Zack Weinberg1998-10-101-3/+3
* emit-rtl.c (init_emit_once): Call INIT_EXPANDERS.Jeff Law1998-10-081-2/+2
* cpplib.c (macroexpand): Correct off-by-one error in handling of escapes.Zack Weinberg1998-10-041-4/+4
* cpplib.c (macroexpand): If arg->raw_before or arg->raw_after...Zack Weinberg1998-09-301-11/+23
* toplev.c (documented_lang_options): Recognize -include, -imacros, -iwithprefi...Zack Weinberg1998-09-301-37/+37
* c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().Felix Lee1998-09-201-7/+7
* cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIRAlexandre Oliva1998-09-161-1/+0
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-5/+0
* stor-layout.c (layout_type): Compute TYPE_SIZE_UNIT correctly for arrays of b...Dave Brolley1998-08-201-0/+6
* Remove accidental checkin.Jeff Law1998-07-201-4/+0
* Add --help option.Nick Clifton1998-07-131-3/+83
* cpplib.c (cpp_options_init): Initialize cplusplus_comments to 1, matching Jul...Ian Lance Taylor1998-07-061-1/+2
* Warning fixes:Kaveh R. Ghazi1998-06-291-1/+1
* Consolidate strerror handling, as well as getcwd/getwd.Kaveh R. Ghazi1998-06-281-12/+2
* cpplib.c (do_line): Typo broke #line directive.Dave Brolley1998-06-231-5/+14
* Warning fixes:Kaveh R. Ghazi1998-06-221-1/+1
* Integrate cpplib into the C and C++ front ends.Dave Brolley1998-06-101-455/+474
* cpperror.c (v_cpp_message): Remove static prototype.Dave Brolley1998-05-251-1/+0
* Warning Fixes:Kaveh R. Ghazi1998-05-191-152/+287
* Warning fixes:Kaveh R. Ghazi1998-05-131-6/+7
* typo typo fixes fixesJeff Law1998-05-061-3/+3
* c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1998-05-061-4/+4
* Be more careful when including <time.h> and <sys/file.h> in system.h.Kaveh R. Ghazi1998-05-061-4/+0
* * Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1998-05-051-0/+4
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-3/+5
* gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.Stan Cox1998-03-301-5/+9
* More cutover to system.h:Kaveh R. Ghazi1998-03-301-52/+1
* cpplib.c (cpp_file_line_for_message): Delete unused parameter.Jeffrey A Law1998-03-291-6/+10