aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
1998-12-16cpplib.c (do_include): Treat #include_next in the primary source file as #inc...Zack Weinberg1-7/+19
1998-12-16cccp.c: Don't define MIN/MAX anymore.Kaveh R. Ghazi1-6/+0
1998-12-15cppalloc.c: Add xstrdup here.Zack Weinberg1-16/+2
1998-12-15cpplib.c: Make all directive handlers read their own arguments.Zack Weinberg1-172/+169
1998-12-15cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ...Zack Weinberg1-432/+172
1998-12-08cpplib.c (convert_string): Use `0x00ff', not `0x00ffU'.Kaveh R. Ghazi1-1/+1
1998-12-07cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1-21/+21
1998-12-07cpplib.h (struct cpp_buffer): Replace dir and dlen members with a struct file...Zack Weinberg1-63/+30
1998-12-07[multiple changes]Dave Brolley1-11/+1
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-6/+3
1998-11-25cpplib.h: Delete struct import_file.Zack Weinberg1-453/+305
1998-11-23cccp.c (S_ISREG, S_ISDIR): Delete defines.Melissa O'Neill1-8/+0
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-14/+14
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-10-29[multiple changes]Zack Weinberg1-907/+152
1998-10-28Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1-1/+13
1998-10-17Warning fixes:Kaveh R. Ghazi1-8/+8
1998-10-16cpplib.c (cpp_get_token): Replace whitespace that occurs between a macro name...Dave Brolley1-15/+29
1998-10-10cppexp.c: When forcing unsigned comparisons, cast both sides of the operation.Zack Weinberg1-3/+3
1998-10-08emit-rtl.c (init_emit_once): Call INIT_EXPANDERS.Jeff Law1-2/+2
1998-10-04cpplib.c (macroexpand): Correct off-by-one error in handling of escapes.Zack Weinberg1-4/+4
1998-09-30cpplib.c (macroexpand): If arg->raw_before or arg->raw_after...Zack Weinberg1-11/+23
1998-09-30toplev.c (documented_lang_options): Recognize -include, -imacros, -iwithprefi...Zack Weinberg1-37/+37
1998-09-20c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().Felix Lee1-7/+7
1998-09-16cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIRAlexandre Oliva1-1/+0
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-08-20stor-layout.c (layout_type): Compute TYPE_SIZE_UNIT correctly for arrays of b...Dave Brolley1-0/+6
1998-07-20Remove accidental checkin.Jeff Law1-4/+0
1998-07-13Add --help option.Nick Clifton1-3/+83
1998-07-06cpplib.c (cpp_options_init): Initialize cplusplus_comments to 1, matching Jul...Ian Lance Taylor1-1/+2
1998-06-29Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-28Consolidate strerror handling, as well as getcwd/getwd.Kaveh R. Ghazi1-12/+2
1998-06-23cpplib.c (do_line): Typo broke #line directive.Dave Brolley1-5/+14
1998-06-22Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-10Integrate cpplib into the C and C++ front ends.Dave Brolley1-455/+474
1998-05-25cpperror.c (v_cpp_message): Remove static prototype.Dave Brolley1-1/+0
1998-05-19Warning Fixes:Kaveh R. Ghazi1-152/+287
1998-05-13Warning fixes:Kaveh R. Ghazi1-6/+7
1998-05-06typo typo fixes fixesJeff Law1-3/+3
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-4/+4
1998-05-06Be more careful when including <time.h> and <sys/file.h> in system.h.Kaveh R. Ghazi1-4/+0
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-0/+4
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-3/+5
1998-03-30gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.Stan Cox1-5/+9
1998-03-30More cutover to system.h:Kaveh R. Ghazi1-52/+1
1998-03-29cpplib.c (cpp_file_line_for_message): Delete unused parameter.Jeffrey A Law1-6/+10
1998-03-18Fix more warnings...Kaveh R. Ghazi1-5/+2
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1-20/+14
1997-12-06Merge from gcc-2.8Jeff Law1-141/+128
1997-11-13cccp.c, cpplib.c (compare_defs): Don't complain about arg name respellings un...Paul Eggert1-3/+5