summaryrefslogtreecommitdiff
path: root/gcc/protoize.c
Commit message (Expand)AuthorAgeFilesLines
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1998-06-291-2/+2
* Consolidate strerror handling, as well as getcwd/getwd.Kaveh R. Ghazi1998-06-281-7/+1
* Consolidate support for "String-ification" into system.h:Kaveh R. Ghazi1998-05-121-8/+0
* c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1998-05-061-27/+27
* Be more careful when including <time.h> and <sys/file.h> in system.h.Kaveh R. Ghazi1998-05-061-8/+0
* Add extra protection in case strrchr already definedMichael Meissner1998-04-201-0/+2
* Switch to strrchr if available instead of rindexMichael Meissner1998-04-201-4/+14
* * protoize.c (creat, read, write): Do not declare.Jeffrey A Law1998-04-081-2/+2
* More system.h cutover patches:Kaveh R. Ghazi1998-04-061-55/+12
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-29/+59
* Fix more warnings...Kaveh R. Ghazi1998-03-181-0/+2
* Fix warious warnings:Kaveh R. Ghazi1998-02-281-5/+9
* Merge from gcc-2.8Jeff Law1997-12-061-17/+27
* Patches from Fred Fish for systems with sys/varargs.h but not varargs.h.Fred Fish1997-09-111-0/+7
* cccp.c (sys_errlist): Remove special 4.4bsd declaration.Jeffrey A Law1997-09-011-4/+0
* (link): Eliminate definition on Win32.Richard Kenner1997-06-271-0/+2
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-6/+6
* Use symbolic codes for exit.Richard Kenner1997-04-201-22/+21
* protoize.c: Update test for win32 (&& ! cygwin32).Doug Evans1996-08-181-4/+1
* formatting tweaksMike Stump1996-07-031-19/+19
* protoize.c: Include gansidecl.h.Doug Evans1996-06-101-70/+49
* (reverse_def_dec_list): Silence compiler warnings.Richard Kenner1995-10-091-4/+4
* (do_cleaning): Don't blank out backslash-escaped newlines in doubleRichard Kenner1995-09-141-1/+3
* Fix spelling errors.Richard Kenner1995-08-281-1/+1
* (reverse_def_dec_list): Delete const qualifiers from local variables,Richard Kenner1995-07-101-5/+5
* (default_include): Use name and two ints to be compatible withRichard Kenner1995-06-201-11/+11
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Changed WINNT to _WIN32.Richard Kenner1995-05-161-2/+2
* Fix typos in comments.Richard Kenner1995-05-161-2/+2
* (edit_fn_definition): Fix mispelled local `have_flotsam'.Richard Kenner1995-05-161-3/+3
* (gen_aux_info_file): Use strerror #ifdef HAVE_STRERROR.Richard Kenner1995-05-031-0/+7
* (sys_nerr): Really declare ifndef HAVE_STRERROR.Doug Evans1995-04-281-0/+1
* Removed __NetBSD__ from conditional.Richard Kenner1995-04-251-25/+55
* Use the phrase `preprocessing directive' consistently.Richard Kenner1995-03-301-3/+3
* Added #ifdef's WINNT.Richard Kenner1995-02-211-1/+5
* Update comments.Richard Kenner1995-01-251-3/+3
* [!POSIX]: Only define O_RDONLY and O_WRONLY if they are not alreadyMichael Bushnell1994-11-081-0/+5
* Include <sys/wait.h> on a POSIX systemIan Lance Taylor1994-10-051-0/+1
* If the POSIX.1 wait macros are defined, use them.Ian Lance Taylor1994-10-041-4/+17
* Do the 4.4BSD sys_errlist modification for NetBSD also.Charles Hannum1994-07-111-1/+1
* Include <dirent.h>, not <sys/dir.h> on Concurrent.Richard Kenner1994-06-221-1/+1
* Fix copyright notice.Richard Kenner1994-03-301-1/+1
* Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.Richard Kenner1994-03-301-2/+2
* (process_aux_info_file): Properly start over on file error.Richard Kenner1994-02-271-2/+2
* Remove declarations of setjmp and longjmp.Richard Kenner1993-12-151-11/+1
* (save_def_or_dec): Correct typo in change of Nov 23.Richard Stallman1993-11-241-5/+5
* (save_def_or_dec): If function's aux info doesn't end with a closeparen, igno...Richard Stallman1993-11-241-5/+12
* Remove declarations for malloc and realloc.Richard Kenner1993-11-191-2/+0
* (safe_write): Return right away after safe_write.Richard Stallman1993-11-051-0/+1
* (safe_read, safe_write): Handle EINTR.Richard Stallman1993-11-051-3/+15