Age | Commit message (Expand) | Author | Files | Lines |
1997-12-06 | Merge from gcc-2.8 | Jeff Law | 1 | -17/+27 |
1997-09-11 | Patches from Fred Fish for systems with sys/varargs.h but not varargs.h. | Fred Fish | 1 | -0/+7 |
1997-09-01 | cccp.c (sys_errlist): Remove special 4.4bsd declaration. | Jeffrey A Law | 1 | -4/+0 |
1997-06-27 | (link): Eliminate definition on Win32. | Richard Kenner | 1 | -0/+2 |
1997-05-06 | reformat a little to match GNU coding standards. | Mike Stump | 1 | -6/+6 |
1997-04-20 | Use symbolic codes for exit. | Richard Kenner | 1 | -22/+21 |
1996-08-18 | protoize.c: Update test for win32 (&& ! cygwin32). | Doug Evans | 1 | -4/+1 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -19/+19 |
1996-06-10 | protoize.c: Include gansidecl.h. | Doug Evans | 1 | -70/+49 |
1995-10-09 | (reverse_def_dec_list): Silence compiler warnings. | Richard Kenner | 1 | -4/+4 |
1995-09-14 | (do_cleaning): Don't blank out backslash-escaped newlines in double | Richard Kenner | 1 | -1/+3 |
1995-08-28 | Fix spelling errors. | Richard Kenner | 1 | -1/+1 |
1995-07-10 | (reverse_def_dec_list): Delete const qualifiers from local variables, | Richard Kenner | 1 | -5/+5 |
1995-06-20 | (default_include): Use name and two ints to be compatible with | Richard Kenner | 1 | -11/+11 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-05-16 | Changed WINNT to _WIN32. | Richard Kenner | 1 | -2/+2 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -2/+2 |
1995-05-16 | (edit_fn_definition): Fix mispelled local `have_flotsam'. | Richard Kenner | 1 | -3/+3 |
1995-05-03 | (gen_aux_info_file): Use strerror #ifdef HAVE_STRERROR. | Richard Kenner | 1 | -0/+7 |
1995-04-28 | (sys_nerr): Really declare ifndef HAVE_STRERROR. | Doug Evans | 1 | -0/+1 |
1995-04-25 | Removed __NetBSD__ from conditional. | Richard Kenner | 1 | -25/+55 |
1995-03-30 | Use the phrase `preprocessing directive' consistently. | Richard Kenner | 1 | -3/+3 |
1995-02-21 | Added #ifdef's WINNT. | Richard Kenner | 1 | -1/+5 |
1995-01-25 | Update comments. | Richard Kenner | 1 | -3/+3 |
1994-11-08 | [!POSIX]: Only define O_RDONLY and O_WRONLY if they are not already | Michael Bushnell | 1 | -0/+5 |
1994-10-05 | Include <sys/wait.h> on a POSIX system | Ian Lance Taylor | 1 | -0/+1 |
1994-10-04 | If the POSIX.1 wait macros are defined, use them. | Ian Lance Taylor | 1 | -4/+17 |
1994-07-11 | Do the 4.4BSD sys_errlist modification for NetBSD also. | Charles Hannum | 1 | -1/+1 |
1994-06-22 | Include <dirent.h>, not <sys/dir.h> on Concurrent. | Richard Kenner | 1 | -1/+1 |
1994-03-30 | Fix copyright notice. | Richard Kenner | 1 | -1/+1 |
1994-03-30 | Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs. | Richard Kenner | 1 | -2/+2 |
1994-02-27 | (process_aux_info_file): Properly start over on file error. | Richard Kenner | 1 | -2/+2 |
1993-12-15 | Remove declarations of setjmp and longjmp. | Richard Kenner | 1 | -11/+1 |
1993-11-24 | (save_def_or_dec): Correct typo in change of Nov 23. | Richard Stallman | 1 | -5/+5 |
1993-11-24 | (save_def_or_dec): If function's aux info doesn't end with a closeparen, igno... | Richard Stallman | 1 | -5/+12 |
1993-11-19 | Remove declarations for malloc and realloc. | Richard Kenner | 1 | -2/+0 |
1993-11-05 | (safe_write): Return right away after safe_write. | Richard Stallman | 1 | -0/+1 |
1993-11-05 | (safe_read, safe_write): Handle EINTR. | Richard Stallman | 1 | -3/+15 |
1993-11-03 | (safe_write, safe_read): Really use arg DESC. | Richard Stallman | 1 | -2/+2 |
1993-11-02 | (safe_read): New function. | Richard Stallman | 1 | -22/+44 |
1993-11-02 | (edit_file): Use safe_write. | Richard Stallman | 1 | -7/+22 |
1993-10-26 | [__NeXT__]: Don't declare setjmp or longjmp. | Richard Stallman | 1 | -0/+4 |
1993-10-20 | (sys_errlist): Conditionalize declaration for BSD 4.4. | Jim Wilson | 1 | -0/+4 |
1993-09-28 | Declare rindex unconditionally. | Richard Stallman | 1 | -1/+2 |
1993-09-05 | (abort): Correct volatile function declaration. | Jim Wilson | 1 | -1/+2 |
1993-05-25 | (include_defaults): Update to match cccp.c. | Richard Stallman | 1 | -2/+13 |
1993-05-21 | (add_symbol, unexpand_if_needed, abspath): | Richard Stallman | 1 | -4/+4 |
1993-05-10 | Don't include string.h. | Richard Stallman | 1 | -19/+5 |
1993-04-26 | (other_variable_style_function): Properly test for the presence of the | Richard Kenner | 1 | -1/+1 |
1993-04-23 | (scan_for_missed_items): Add keywords: else, do, case. | Doug Evans | 1 | -1/+1 |