| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright dates. | law | 1999-01-06 | 1 | -1/+1 |
* | * Makefile.in (gcc.o, prefix.o, cccp.o, cpplib.o): Depend on prefix.h. | ghazi | 1999-01-05 | 1 | -5/+5 |
* | * cccp.c: Don't define MIN/MAX anymore. | ghazi | 1998-12-16 | 1 | -5/+0 |
* | | manfred | 1998-12-11 | 1 | -1/+0 |
* | Wed Dec 9 12:15:26 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-12-09 | 1 | -2/+2 |
* | * c-decl.c (flag_isoc9x): Default off. | rth | 1998-12-08 | 1 | -3/+4 |
* | Mon Dec 7 17:55:06 1998 Mike Stump <mrs@wrs.com> | brolley | 1998-12-07 | 1 | -9/+17 |
* | * c-common.c (declare_function_name): Declare predefinied variable | rth | 1998-12-01 | 1 | -14/+65 |
* | * system.h: Include libiberty.h. | ghazi | 1998-11-27 | 1 | -14/+10 |
* | * cccp.c (S_ISREG, S_ISDIR): Delete defines. | law | 1998-11-23 | 1 | -8/+0 |
* | Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN. | wilson | 1998-11-12 | 1 | -3/+3 |
* | * gansidecl.h: Prepend a "G" to the macro wrapping this file | ghazi | 1998-11-08 | 1 | -16/+16 |
* | * configure.in (host_xm_file, build_xm_file, xm_file, tm_file): | ghazi | 1998-11-07 | 1 | -1/+0 |
* | * Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last. | rth | 1998-10-28 | 1 | -1/+10 |
* | Fri Oct 16 15:44:02 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-10-16 | 1 | -43/+60 |
* | Warning fixes: | ghazi | 1998-10-13 | 1 | -12/+10 |
* | * cccp.c (pedwarn_with_file_and_line): For !__STDC__ case, avoid | ghazi | 1998-09-25 | 1 | -8/+10 |
* | * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT (). | law | 1998-09-21 | 1 | -8/+8 |
* | * cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR | oliva | 1998-09-16 | 1 | -1/+0 |
* | * system.h: Include stdarg.h/varargs.h, make sure they are ordered | ghazi | 1998-08-26 | 1 | -5/+0 |
* | 8 | law | 1998-07-21 | 1 | -1/+1 |
* | Mon Jul 20 16:16:38 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-07-20 | 1 | -20/+339 |
* | Add --help option. | nickc | 1998-07-13 | 1 | -1/+79 |
* | Consolidate strerror handling, as well as getcwd/getwd. | ghazi | 1998-06-28 | 1 | -12/+2 |
* | * cccp.c (hack_vms_include_specification): rewrite to handle | law | 1998-06-19 | 1 | -116/+297 |
* | Warning Fixes: | ghazi | 1998-05-19 | 1 | -21/+21 |
* | Warning fixes: | ghazi | 1998-05-13 | 1 | -1/+1 |
* | Handle missing vfprintf() & _doprnt() functions with linked in modules, | ghazi | 1998-05-07 | 1 | -58/+88 |
* | typo typo fixes fixes | law | 1998-05-06 | 1 | -4/+4 |
* | * c-common.c: Convert to using ctype macros defined in system.h. | ghazi | 1998-05-06 | 1 | -13/+15 |
* | Be more careful when including <time.h> and <sys/file.h> in system.h. | ghazi | 1998-05-06 | 1 | -4/+0 |
* | * Check in merge from gcc2. See ChangeLog.12 for details. | law | 1998-05-05 | 1 | -17/+42 |
* | 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 |