| Commit message (Expand) | Author | Age | Files | Lines |
* | * system.h: Include symcat.h. | ghazi | 2001-03-27 | 1 | -1/+1 |
* | more rigorous SIGCHLD guarding | korbb | 2001-03-16 | 1 | -0/+9 |
* | 2000-12-14 Philipp Thomas <pthomas@suse.de> | pthomas | 2000-12-17 | 1 | -0/+7 |
* | Warning fixes: | ghazi | 2000-11-19 | 1 | -1/+1 |
* | * protoize.c (munge_compile_params): Fix typo and formatting buglets. | law | 2000-08-22 | 1 | -2/+3 |
* | * gcc.c (do_spec_1): Implement %j spec flag. | law | 2000-08-21 | 1 | -5/+10 |
* | * cccp.c, cexp.y, cexp.c, cccp.1: Removed. | zack | 2000-04-18 | 1 | -1/+1 |
* | Fix copyrights. | law | 2000-02-26 | 1 | -1/+2 |
* | * protoize.c: (AUX_INFO_SUFFIX): New macro. | law | 2000-02-26 | 1 | -5/+24 |
* | * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o, | ghazi | 2000-02-15 | 1 | -2/+1 |
* | Update copyrights | ghazi | 2000-01-17 | 1 | -1/+1 |
* | * machmode.h: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -1/+1 |
* | 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu> | khan | 2000-01-07 | 1 | -74/+201 |
* | * protoize.c (safe_read, safe_write): Avoid the gcc extension of | ghazi | 1999-10-16 | 1 | -2/+4 |
* | * protoize.c: Remove various __STDC__ and POSIX hacks. Don't | ghazi | 1999-09-10 | 1 | -173/+107 |
* | * c-aux-info.c (concat): Don't define. | ghazi | 1999-09-07 | 1 | -94/+9 |
* | * protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if | law | 1999-09-02 | 1 | -2/+1 |
* | * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o. | ghazi | 1999-08-31 | 1 | -2/+0 |
* | * Makefile.in (PREPROCESSOR_DEFINES): New macro. | geoffk | 1999-08-25 | 1 | -15/+38 |
* | 1999-04-16 22:44 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-16 | 1 | -0/+1 |
* | * protoize.c (abspath): Preserve multiple leading slashes for | law | 1999-03-23 | 1 | -1/+1 |
* | Warning fixes: | ghazi | 1999-03-18 | 1 | -2/+2 |
* | * cppfiles.c (INO_T_EQ): Handle UWIN. | law | 1999-03-11 | 1 | -1/+3 |
* | * system.h (_, N_): Remove dummy i18n macros. | law | 1999-02-09 | 1 | -2/+2 |
* | * cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES | law | 1999-01-30 | 1 | -0/+2 |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | law | 1999-01-27 | 1 | -176/+200 |
* | Update copyright. | rth | 1999-01-21 | 1 | -1/+1 |
* | * cccp.c (xrealloc): Call malloc given a NULL old pointer. | rth | 1999-01-21 | 1 | -1/+5 |
* | * gcc.c (xstrerror): Renamed from my_strerror. All callers | ghazi | 1999-01-09 | 1 | -28/+26 |
* | * protoize.c (fputs): Wrap extern declaration in #ifndef fputs. | law | 1998-12-12 | 1 | -0/+2 |
* | � | manfred | 1998-12-11 | 1 | -1/+0 |
* | * system.h: Include libiberty.h. | ghazi | 1998-11-27 | 1 | -29/+7 |
* | * configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h). | ghazi | 1998-11-19 | 1 | -14/+0 |
* | Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN. | wilson | 1998-11-12 | 1 | -1/+1 |
* | * configure.in (host_xm_file, build_xm_file, xm_file, tm_file): | ghazi | 1998-11-07 | 1 | -1/+0 |
* | * configure.in: Call AC_FUNC_VFORK. | ghazi | 1998-11-02 | 1 | -6/+0 |
* | Warning fixes: | ghazi | 1998-10-17 | 1 | -2/+2 |
* | Add ATTRIBUTE_NORETURN in a bunch of places: | ghazi | 1998-10-14 | 1 | -0/+4 |
* | Warning fixes: | ghazi | 1998-10-14 | 1 | -27/+36 |
* | * system.h: Include stdarg.h/varargs.h, make sure they are ordered | ghazi | 1998-08-26 | 1 | -5/+0 |
* | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | law | 1998-06-29 | 1 | -2/+2 |
* | Consolidate strerror handling, as well as getcwd/getwd. | ghazi | 1998-06-28 | 1 | -7/+1 |
* | Consolidate support for "String-ification" into system.h: | ghazi | 1998-05-12 | 1 | -8/+0 |
* | * c-common.c: Convert to using ctype macros defined in system.h. | ghazi | 1998-05-06 | 1 | -27/+27 |
* | Be more careful when including <time.h> and <sys/file.h> in system.h. | ghazi | 1998-05-06 | 1 | -8/+0 |
* | Add extra protection in case strrchr already defined | meissner | 1998-04-20 | 1 | -0/+2 |
* | Switch to strrchr if available instead of rindex | meissner | 1998-04-20 | 1 | -4/+14 |
* | * protoize.c (creat, read, write): Do not declare. | law | 1998-04-08 | 1 | -2/+2 |
* | More system.h cutover patches: | ghazi | 1998-04-06 | 1 | -55/+12 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -29/+59 |