| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Fix more warnings... | ghazi | 1998-03-18 | 1 | -0/+2 |
* | Fix warious warnings: | ghazi | 1998-02-28 | 1 | -5/+9 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -17/+27 |
* | Patches from Fred Fish for systems with sys/varargs.h but not varargs.h. | wilson | 1997-09-12 | 1 | -0/+7 |
* | * cccp.c (sys_errlist): Remove special 4.4bsd declaration. | law | 1997-09-01 | 1 | -4/+0 |
* | (link): Eliminate definition on Win32. | kenner | 1997-06-27 | 1 | -0/+2 |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -6/+6 |
* | Use symbolic codes for exit. | kenner | 1997-04-20 | 1 | -22/+21 |
* | * protoize.c: Update test for win32 (&& ! cygwin32). | dje | 1996-08-18 | 1 | -4/+1 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -19/+19 |
* | * protoize.c: Include gansidecl.h. | dje | 1996-06-10 | 1 | -70/+49 |
* | (reverse_def_dec_list): Silence compiler warnings. | kenner | 1995-10-09 | 1 | -4/+4 |
* | (do_cleaning): Don't blank out backslash-escaped newlines in double | kenner | 1995-09-14 | 1 | -1/+3 |
* | Fix spelling errors. | kenner | 1995-08-28 | 1 | -1/+1 |
* | (reverse_def_dec_list): Delete const qualifiers from local variables, | kenner | 1995-07-10 | 1 | -5/+5 |
* | (default_include): Use name and two ints to be compatible with | kenner | 1995-06-20 | 1 | -11/+11 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | Changed WINNT to _WIN32. | kenner | 1995-05-16 | 1 | -2/+2 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -2/+2 |
* | (edit_fn_definition): Fix mispelled local `have_flotsam'. | kenner | 1995-05-16 | 1 | -3/+3 |
* | (gen_aux_info_file): Use strerror #ifdef HAVE_STRERROR. | kenner | 1995-05-03 | 1 | -0/+7 |
* | (sys_nerr): Really declare ifndef HAVE_STRERROR. | dje | 1995-04-28 | 1 | -0/+1 |
* | Removed __NetBSD__ from conditional. | kenner | 1995-04-25 | 1 | -25/+55 |
* | Use the phrase `preprocessing directive' consistently. | kenner | 1995-03-30 | 1 | -3/+3 |
* | Added #ifdef's WINNT. | kenner | 1995-02-21 | 1 | -1/+5 |
* | Update comments. | kenner | 1995-01-25 | 1 | -3/+3 |
* | [!POSIX]: Only define O_RDONLY and O_WRONLY if they are not already | mib | 1994-11-08 | 1 | -0/+5 |
* | Include <sys/wait.h> on a POSIX system | ian | 1994-10-05 | 1 | -0/+1 |
* | If the POSIX.1 wait macros are defined, use them. | ian | 1994-10-04 | 1 | -4/+17 |