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