summaryrefslogtreecommitdiff
path: root/gcc/cccp.c
Commit message (Expand)AuthorAgeFilesLines
* cccp.c (sys_errlist): Remove special 4.4bsd declaration.Jeffrey A Law1997-09-011-4/+0
* (INO_T_EQ): Return 0 for MSDOS.Doug Evans1997-07-101-2/+2
* (INO_T_EQ): Define for Win32 but not Cygwin32.Richard Kenner1997-06-271-0/+5
* (VMS_write, VMS_read): Delete.Richard Kenner1997-05-181-62/+21
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-15/+14
* (do_include): Diagnose #import and #include_next if pedantic and if not in a ...Richard Kenner1997-04-131-1/+11
* (warn_undef): New variable.Richard Kenner1997-04-131-0/+8
* (do_error, do_warning): Fix memory leak.Richard Kenner1997-03-191-2/+2
* (output_line_directive): Do not output negative line numbers whenRichard Kenner1997-03-191-3/+3
* (c89): New decl.Richard Kenner1997-03-191-9/+14
* [#if VMS] (O_RDONLY, O_WRONLY): Delete (redundant).Richard Kenner1997-03-171-10/+10
* (special_symbol): Don't treat "L" in "L'...'" as identifier.Richard Kenner1997-02-161-4/+12
* (is_space): Now external.Richard Kenner1997-02-161-2/+2
* (rescan): Insert a space after `.' as well, to prevent accidental token-pasti...Richard Kenner1997-02-021-3/+3
* #define __attribute__ to be null if compiling with GCC older than 2.7,Richard Kenner1997-01-191-1/+1
* (PRINTF_PROTO): Use __printf__ in __attribute__, not printf.Richard Kenner1997-01-041-3/+3
* (LOCAL_INCLUDE_DIR): Remove default definition.Richard Kenner1996-12-071-4/+6
* (do_include): Treat ENOTDIR like ENOENT when an open fails.Richard Kenner1996-10-091-1/+1
* (dollars_in_ident): Remove; replaced by is_idchar['$'].Richard Kenner1996-10-091-24/+7
* (struct directive, directive_table, handle_directive): pass_thru now 1 for #d...Richard Kenner1996-09-241-14/+19
* cccp.c (absolute_filename): Drive specifiers make the pathname absolute in cy...Doug Evans1996-08-181-1/+5
* formatting tweaksMike Stump1996-07-031-202/+183
* (create_definition): Diagnose `#define #' only once.Paul Eggert1996-06-241-1/+1
* (include_defaults_array): For C++, also searchRichard Kenner1996-05-051-0/+1
* (validate_else): Don't loop given `#endif /'.Paul Eggert1996-02-211-24/+30
* (initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__.Richard Kenner1996-01-271-0/+1
* (PTR_INT_TYPE): Remove obsolete define to `long'.Paul Eggert1996-01-181-19/+13
* (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Put back.Richard Kenner1996-01-171-3/+17
* (new_include_prefix): Ignore ENOTDIR error from stat.Jim Wilson1996-01-161-1/+1
* (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Remove.Richard Kenner1996-01-161-25/+11
* (skip_quoted_string): If pedantic and not pedantic_errors,Richard Kenner1996-01-161-7/+11
* (do_xifdef): Warn about `#ifdef 0' if not traditional; formerly theRichard Kenner1996-01-151-5/+7
* (eval_if_expression): End expression with '\n', not '\0' so '\0' canRichard Kenner1995-12-291-0/+1
* (do_include): In VMS, worry only about EACCES when open fails.Richard Kenner1995-12-281-0/+11
* Try harder not to open or stat the same include file twice.Richard Kenner1995-12-171-824/+706
* * cccp.c (do_include): Recognize c:\foo as absolute path name in DOS.Doug Evans1995-11-291-0/+8
* (handle_directive): Don't treat newline as white space when coalescingRichard Kenner1995-10-261-4/+4
* (rescan): Expand `#if foo && #bar' without a bogus complaint about preprocess...Richard Kenner1995-09-281-0/+3
* (is_system_include): Call skip_redundant_dir_prefix.Richard Kenner1995-09-121-1/+1
* (warning_with_line): Fix typo in declaration when !HAVE_VPRINTF andRichard Kenner1995-08-151-1/+1
* (warning_with_line): New function.Richard Kenner1995-08-131-2/+19
* (do_include, read_name_map): Omit leading "./" and trailing "/" when it makes...Richard Kenner1995-07-261-13/+34
* (do_include): Prefix -H output lines with spaces, not dots.Richard Kenner1995-07-181-17/+2
* (main): cplusplus_comments now defaults to 1.Richard Kenner1995-07-181-3/+4
* (rescan): Don't address outside of array when preprocessing C++Richard Kenner1995-07-101-28/+19
* (collect_expansion): Work around enum bug in vax ultrix 4.3 pcc.Richard Kenner1995-06-191-2/+2
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1995-05-161-13/+5
* Fix typos in comments.Richard Kenner1995-05-161-2/+2
* (enum node_type): Add T_IMMEDIATE_PREFIX_TYPE.Ken Raeburn1995-05-121-0/+13