summaryrefslogtreecommitdiff
path: root/gcc/fixproto
Commit message (Expand)AuthorAgeFilesLines
* fixproto: Define NULL and size_t in generated stdlib.h and unistd.h.Nathanael Nerode2003-03-221-21/+37
* Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth2002-05-161-2/+2
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-5/+5
* fixproto: Correctly install synthesised unistd.h and stdlib.h when they didn'...Michael Sokolov2001-01-271-1/+6
* * fixproto: Recognize DOS paths with drive letters as absolute paths.Laurynas Biveinis2000-08-111-15/+24
* Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.Kaveh R. Ghazi2000-04-171-0/+2
* Makefile.in (stmp-fixproto): Pass location of mkinstalldirs to fixproto.Alexandre Oliva1999-05-171-5/+20
* * fixproto: Change "mkdir" calls to "mkdir -p"Jeffrey A Law1999-05-111-3/+3
* Copyright fixes.Jeff Law1999-01-061-1/+1
* fix-header.c (enum special_file): Undefine enumerators if they are already de...Manfred Hollstein1998-04-191-3/+3
* Makefile.in (stmp-fixinc): If we're actually fixing include files...Manfred Hollstein1998-03-271-3/+24
* (std_files): Add sys/socket.h.Richard Kenner1996-11-121-1/+1
* * fixproto (std_files): Add utime.h.Brendan Kehoe1996-07-191-1/+1
* (subdirs): Work around Solaris 2.5Paul Eggert1996-06-061-1/+1
* Change FSF address.Richard Kenner1995-06-151-1/+2
* Fix typos in comments.Richard Kenner1995-05-161-1/+1
* Re-write fixproto/fix-header/etc to use cpplib.Per Bothner1995-04-051-85/+2
* fixproto: Define FIX_HEADER (needed by Aug 19 change).Per Bothner1994-08-311-1/+2
* Use $FIX_HEADER macro instead of calling fix-header directly.Per Bothner1994-08-191-1/+1
* Lose assert.h hackingJason Merrill1994-06-181-24/+0
* Use ${FIXPROTO_DEFINES}.Jason Merrill1994-05-181-1/+2
* Add missing fns to required list for string.hJason Merrill1994-04-011-1/+1
* Add popen and pclose to required list for stdio.h.Richard Kenner1994-02-081-3/+3
* Append "#include <stdlib.h>" to assert.h if it uses exit or abort.Richard Kenner1994-02-081-10/+22
* Add lstat to required_list for sys/stat.hRichard Kenner1994-02-051-1/+1
* (required_unistd_h): Delete getgroups from list.Jim Wilson1993-12-221-1/+2
* (scanning files_to_check): Create subdirs files are in.Richard Stallman1993-11-271-0/+5
* (stdio.h): Reenable adding protos for v*printf.Richard Stallman1993-11-211-4/+1
* (rel_source_subdir): Prune out redundant /subdir/../ to prevent recursion.Richard Stallman1993-11-111-0/+5
* (stdio.h): Don't add protos for vprintf, vfprintf, vsprintf.Richard Stallman1993-11-061-1/+4
* Don't scan sub-directories whose names end in CCRichard Stallman1993-11-051-1/+4
* Make more robust in two places.Per Bothner1993-11-031-6/+11
* (setjmp.h): Don't require siglongjmp and sigsetjmp.Richard Stallman1993-11-021-1/+2
* (signal.h): Add prototypes only for kill and raise.Richard Stallman1993-10-261-3/+5
* Use fix-header.Richard Stallman1993-10-221-4/+4
* Re-write. New logic, assuming implicit extern "C" from cpp.Per Bothner1993-10-121-47/+93
* Merge. See ChangeLog.Per Bothner1993-08-091-82/+144
* Pass '-' to tr as the 1-character range '---'.Per Bothner1993-07-271-2/+2
* Initial revisionPer Bothner1993-07-251-0/+235