Age | Commit message (Expand) | Author | Files | Lines |
1999-04-17 | cccp.c: Make fatal non-static. | Zack Weinberg | 1 | -2/+2 |
1999-04-09 | cccp.c (DIR_SEPARATOR): Move to the top of the file. | Mark Elbrecht | 1 | -46/+76 |
1999-04-06 | cppinit.c (install_predefs): Delete function. | Zack Weinberg | 1 | -146/+0 |
1999-03-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1999-03-18 | Warning fixes: | Kaveh R. Ghazi | 1 | -13/+13 |
1999-03-10 | cppfiles.c (INO_T_EQ): Handle UWIN. | Mumit Khan | 1 | -2/+4 |
1999-03-02 | Add ability to display omitted search directories. | Nick Clifton | 1 | -0/+11 |
1999-02-15 | cccp.c: Don't define HOST_WIDE_INT. | Kaveh R. Ghazi | 1 | -29/+9 |
1999-01-30 | cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined. | Jeffrey A Law | 1 | -0/+2 |
1999-01-29 | cccp.c (eprint_string): Constify a char*. | Kaveh R. Ghazi | 1 | -64/+64 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -130/+182 |
1999-01-22 | cppp.c (xrealloc): Fix typo last change. | Richard Henderson | 1 | -1/+1 |
1999-01-21 | cccp.c (xrealloc): Call malloc given a NULL old pointer. | Richard Henderson | 1 | -1/+5 |
1999-01-16 | cccp.c (print_help): Fix typos. | Jeffrey A Law | 1 | -2/+2 |
1999-01-13 | cccp.c (xstrdup): Renamed from `savestring'. | Kaveh R. Ghazi | 1 | -13/+12 |
1999-01-06 | Fix copyright dates. | Jeff Law | 1 | -1/+1 |
1999-01-05 | Makefile.in (gcc.o, [...]): Depend on prefix.h. | Kaveh R. Ghazi | 1 | -5/+5 |
1998-12-16 | cccp.c: Don't define MIN/MAX anymore. | Kaveh R. Ghazi | 1 | -5/+0 |
1998-12-11 | cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h". | Manfred Hollstein | 1 | -1/+0 |
1998-12-09 | cccp.c (create_definition): Fix end of bufer logic. | Dave Brolley | 1 | -2/+2 |
1998-12-08 | c-decl.c (flag_isoc9x): Default off. | Richard Henderson | 1 | -3/+4 |
1998-12-07 | cccp.c (ignore_escape_flag): Add support for \ as `natural' characters in fil... | Mike Stump | 1 | -9/+17 |
1998-12-01 | c-common.c (declare_function_name): Declare predefinied variable `__func__'. | Ulrich Drepper | 1 | -14/+65 |
1998-11-27 | system.h: Include libiberty.h. | Kaveh R. Ghazi | 1 | -14/+10 |
1998-11-23 | cccp.c (S_ISREG, S_ISDIR): Delete defines. | Melissa O'Neill | 1 | -8/+0 |
1998-11-12 | Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN. | Geoffrey Noer | 1 | -3/+3 |
1998-11-08 | gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it... | Kaveh R. Ghazi | 1 | -16/+16 |
1998-11-07 | configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con... | Kaveh R. Ghazi | 1 | -1/+0 |
1998-10-28 | Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last. | Richard Henderson | 1 | -1/+10 |
1998-10-16 | cccp.c (rescan): Handle multibyte chartacters ending in backslash. | Dave Brolley | 1 | -43/+60 |
1998-10-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -12/+10 |
1998-09-25 | cccp.c (pedwarn_with_file_and_line): For !__STDC__ case... | Kaveh R. Ghazi | 1 | -8/+10 |
1998-09-20 | c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT (). | Felix Lee | 1 | -8/+8 |
1998-09-16 | cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR | Alexandre Oliva | 1 | -1/+0 |
1998-08-26 | system.h: Include stdarg.h/varargs.h... | Kaveh R. Ghazi | 1 | -5/+0 |
1998-07-21 | cccp.c (do_include): Fix vax c style include handling. | Klaus Kaempf | 1 | -1/+1 |
1998-07-20 | configure.in (enable_c_mbchar): New configure option. | Dave Brolley | 1 | -20/+339 |
1998-07-13 | Add --help option. | Nick Clifton | 1 | -1/+79 |
1998-06-28 | Consolidate strerror handling, as well as getcwd/getwd. | Kaveh R. Ghazi | 1 | -12/+2 |
1998-06-18 | cccp.c (hack_vms_include_specification): rewrite to handle '#include <dir/fil... | Klaus Kaempf | 1 | -116/+297 |
1998-05-19 | Warning Fixes: | Kaveh R. Ghazi | 1 | -21/+21 |
1998-05-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-05-07 | Handle missing vfprintf() & _doprnt() functions with linked in modules, | Kaveh R. Ghazi | 1 | -58/+88 |
1998-05-06 | typo typo fixes fixes | Jeff Law | 1 | -4/+4 |
1998-05-06 | c-common.c: Convert to using ctype macros defined in system.h. | Kaveh R. Ghazi | 1 | -13/+15 |
1998-05-06 | Be more careful when including <time.h> and <sys/file.h> in system.h. | Kaveh R. Ghazi | 1 | -4/+0 |
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1 | -17/+42 |
1998-04-06 | More system.h cutover patches: | Kaveh R. Ghazi | 1 | -81/+26 |
1998-04-04 | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1 | -189/+345 |
1998-03-30 | gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added. | Stan Cox | 1 | -5/+9 |