| Commit message (Expand) | Author | Age | Files | Lines |
* | More system.h cutover patches: | ghazi | 1998-04-06 | 1 | -81/+26 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -189/+345 |
* | gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added. | scox | 1998-03-30 | 1 | -5/+9 |
* | Don't accept GNU C macro varargs extension when pedantic. | wilson | 1998-03-12 | 1 | -0/+2 |
* | * cccp.c (main): Fix dumb mistakes in last change. | law | 1998-03-06 | 1 | -4/+4 |
* | * cccp.c (main): Avoid undefined behavior when setting pend_includes | law | 1998-03-04 | 1 | -2/+6 |
* | * cccp.c (new_include_prefix): Correctly handle -I./. | law | 1998-02-12 | 1 | -1/+1 |
* | * cccp.c (main): Predefine __VMS_VER on VMS. | law | 1998-02-01 | 1 | -0/+59 |
* | * cccp.c (SYS$SEARCH, SYS$PARSE): Write as upper-case. | law | 1998-01-29 | 1 | -6/+6 |
* | Bring in final gcc-2.8.0 changes. | law | 1998-01-14 | 1 | -1/+1 |
* | * configure.in: Check for functions getrlimit and setrlimit. | law | 1997-12-09 | 1 | -1/+1 |
* | * cccp.c: Fix typo brought over in merge. | law | 1997-12-07 | 1 | -1/+1 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -202/+154 |
* | From Tom Tromey | wilson | 1997-11-17 | 1 | -5/+25 |
* | * cccp.c, cpplib.c (compare_defs): | law | 1997-11-14 | 1 | -1/+2 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -108/+151 |
* | * cccp.c (expand_to_temp_buffer): Initialize all members of obuf. | law | 1997-10-01 | 1 | -0/+5 |
* | * cccp.c (sys_errlist): Remove special 4.4bsd declaration. | law | 1997-09-01 | 1 | -4/+0 |
* | (INO_T_EQ): Return 0 for MSDOS. | dje | 1997-07-10 | 1 | -2/+2 |
* | (INO_T_EQ): Define for Win32 but not Cygwin32. | kenner | 1997-06-27 | 1 | -0/+5 |
* | (VMS_write, VMS_read): Delete. | kenner | 1997-05-18 | 1 | -62/+21 |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -15/+14 |
* | (do_include): Diagnose #import and #include_next if pedantic and if | kenner | 1997-04-13 | 1 | -1/+11 |
* | (warn_undef): New variable. | kenner | 1997-04-13 | 1 | -0/+8 |
* | (do_error, do_warning): Fix memory leak. | kenner | 1997-03-19 | 1 | -2/+2 |
* | (output_line_directive): Do not output negative line numbers when | kenner | 1997-03-19 | 1 | -3/+3 |
* | (c89): New decl. | kenner | 1997-03-19 | 1 | -9/+14 |
* | [#if VMS] (O_RDONLY, O_WRONLY): Delete (redundant). | kenner | 1997-03-17 | 1 | -10/+10 |
* | (special_symbol): Don't treat "L" in "L'...'" as identifier. | kenner | 1997-02-16 | 1 | -4/+12 |
* | (is_space): Now external. | kenner | 1997-02-16 | 1 | -2/+2 |
* | (rescan): Insert a space after `.' as well, to prevent accidental | kenner | 1997-02-02 | 1 | -3/+3 |
* | #define __attribute__ to be null if compiling with GCC older than 2.7, | kenner | 1997-01-19 | 1 | -1/+1 |
* | (PRINTF_PROTO): Use __printf__ in __attribute__, not printf. | kenner | 1997-01-04 | 1 | -3/+3 |
* | (LOCAL_INCLUDE_DIR): Remove default definition. | kenner | 1996-12-07 | 1 | -4/+6 |
* | (do_include): Treat ENOTDIR like ENOENT when an open fails. | kenner | 1996-10-09 | 1 | -1/+1 |
* | (dollars_in_ident): Remove; replaced by is_idchar['$']. | kenner | 1996-10-09 | 1 | -24/+7 |
* | (struct directive, directive_table, handle_directive): pass_thru now 1 for | kenner | 1996-09-24 | 1 | -14/+19 |
* | * cccp.c (absolute_filename): Drive specifiers make the pathname | dje | 1996-08-18 | 1 | -1/+5 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -202/+183 |
* | (create_definition): Diagnose `#define #' only once. | eggert | 1996-06-24 | 1 | -1/+1 |
* | (include_defaults_array): For C++, also search | kenner | 1996-05-06 | 1 | -0/+1 |
* | (validate_else): Don't loop given `#endif /'. | eggert | 1996-02-21 | 1 | -24/+30 |
* | (initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__. | kenner | 1996-01-27 | 1 | -0/+1 |
* | (PTR_INT_TYPE): Remove obsolete define to `long'. | eggert | 1996-01-18 | 1 | -19/+13 |
* | (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Put back. | kenner | 1996-01-17 | 1 | -3/+17 |
* | (new_include_prefix): Ignore ENOTDIR error from stat. | wilson | 1996-01-16 | 1 | -1/+1 |
* | (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT): Remove. | kenner | 1996-01-16 | 1 | -25/+11 |
* | (skip_quoted_string): If pedantic and not pedantic_errors, | kenner | 1996-01-16 | 1 | -7/+11 |
* | (do_xifdef): Warn about `#ifdef 0' if not traditional; formerly the | kenner | 1996-01-15 | 1 | -5/+7 |
* | (eval_if_expression): End expression with '\n', not '\0' so '\0' can | kenner | 1995-12-29 | 1 | -0/+1 |