aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-04Warning fixes:Kaveh R. Ghazi1-1/+0
1999-08-04cpphash.c (macroexpand): Delete leading whitespace when arg is concatenated b...Zack Weinberg1-16/+38
1999-07-26cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer has manual_pop...Jason Merrill1-5/+6
1999-07-20gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.Jason Merrill1-4/+30
1999-06-07cpplib.c (do_define): Cast `alloca' return value.Dave Brolley1-4/+4
1999-04-26cpphash.c (dump_definition): New function.Zack Weinberg1-146/+92
1999-04-19cpplib.c (output_line_command): Drop CONDITIONAL argument.Zack Weinberg1-20/+25
1999-04-14cpperror.c, [...]: Never call abort.Zack Weinberg1-1/+4
1999-04-12cpphash.c (collect_expansion, [...]): Make the escape character in macro buff...Zack Weinberg1-56/+85
1999-03-19Warning fixes:Kaveh R. Ghazi1-12/+12
1999-03-16cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot...Zack Weinberg1-450/+370
1999-03-15cppinit.c: Instead of one pending list...Zack Weinberg1-0/+13
1999-02-25Makefile.in (cppmain.o, [...]): Don't depend on machmode.h.Kaveh R. Ghazi1-6/+6
1999-02-25cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument.Zack Weinberg1-5/+5
1999-02-18cpplib.c: Kill define of STDC_VALUE.Zack Weinberg1-2922/+14
1999-02-15c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF.Zack Weinberg1-21/+36
1999-02-09cpplib.c (special_symbol): Move IP to be declared in function scope, rather t...Brendan Kehoe1-2/+3
1999-02-09cpplib.c (do_define): Allow redefining __STDC__ with -D.Zack Weinberg1-1/+1
1999-02-08cpplib.c (special_symbol): Rewrite.Zack Weinberg1-184/+103
1999-02-04cpplib.c (initialize_char_syntax): Move to cppinit.c.Zack Weinberg1-370/+150
1999-01-29collect2.c (error): Fix typo in declaration.Kaveh R. Ghazi1-1/+1
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-74/+88
1999-01-26cppfiles.c (safe_read): Deleted.Zack Weinberg1-32/+26
1999-01-25cpplib.c: Don't include signal.h, sys/times.h, or sys/resource.h.Zack Weinberg1-55/+35
1999-01-18cpplib.c (special_symbol): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-13/+19
1999-01-16cccp.c (print_help): Fix typos.Jeffrey A Law1-2/+2
1999-01-06Fix copyright dates.Jeff Law1-1/+1
1999-01-05Makefile.in (gcc.o, [...]): Depend on prefix.h.Kaveh R. Ghazi1-3/+2
1999-01-04cpplib.c (skip_if_group): Split out the logic that handles directive recognit...Zack Weinberg1-150/+138
1999-01-04cpplib.c (do_undef): EOF immediately after '#undef FOO' is not an error.Zack Weinberg1-1/+1
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