aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixproto
AgeCommit message (Expand)AuthorFilesLines
2003-03-22fixproto: Define NULL and size_t in generated stdlib.h and unistd.h.Nathanael Nerode1-21/+37
2002-05-16Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth1-2/+2
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-5/+5
2001-01-27fixproto: Correctly install synthesised unistd.h and stdlib.h when they didn'...Michael Sokolov1-1/+6
2000-08-11* fixproto: Recognize DOS paths with drive letters as absolute paths.Laurynas Biveinis1-15/+24
2000-04-17Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.Kaveh R. Ghazi1-0/+2
1999-05-17Makefile.in (stmp-fixproto): Pass location of mkinstalldirs to fixproto.Alexandre Oliva1-5/+20
1999-05-11* fixproto: Change "mkdir" calls to "mkdir -p"Jeffrey A Law1-3/+3
1999-01-06Copyright fixes.Jeff Law1-1/+1
1998-04-19fix-header.c (enum special_file): Undefine enumerators if they are already de...Manfred Hollstein1-3/+3
1998-03-27Makefile.in (stmp-fixinc): If we're actually fixing include files...Manfred Hollstein1-3/+24
1996-11-12(std_files): Add sys/socket.h.Richard Kenner1-1/+1
1996-07-19* fixproto (std_files): Add utime.h.Brendan Kehoe1-1/+1
1996-06-06(subdirs): Work around Solaris 2.5Paul Eggert1-1/+1
1995-06-15Change FSF address.Richard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
1995-04-05Re-write fixproto/fix-header/etc to use cpplib.Per Bothner1-85/+2
1994-08-31fixproto: Define FIX_HEADER (needed by Aug 19 change).Per Bothner1-1/+2
1994-08-19Use $FIX_HEADER macro instead of calling fix-header directly.Per Bothner1-1/+1
1994-06-18Lose assert.h hackingJason Merrill1-24/+0
1994-05-18Use ${FIXPROTO_DEFINES}.Jason Merrill1-1/+2
1994-04-01Add missing fns to required list for string.hJason Merrill1-1/+1
1994-02-08Add popen and pclose to required list for stdio.h.Richard Kenner1-3/+3
1994-02-08Append "#include <stdlib.h>" to assert.h if it uses exit or abort.Richard Kenner1-10/+22
1994-02-05Add lstat to required_list for sys/stat.hRichard Kenner1-1/+1
1993-12-22(required_unistd_h): Delete getgroups from list.Jim Wilson1-1/+2
1993-11-27(scanning files_to_check): Create subdirs files are in.Richard Stallman1-0/+5
1993-11-21(stdio.h): Reenable adding protos for v*printf.Richard Stallman1-4/+1
1993-11-11(rel_source_subdir): Prune out redundant /subdir/../ to prevent recursion.Richard Stallman1-0/+5
1993-11-06(stdio.h): Don't add protos for vprintf, vfprintf, vsprintf.Richard Stallman1-1/+4
1993-11-05Don't scan sub-directories whose names end in CCRichard Stallman1-1/+4
1993-11-03Make more robust in two places.Per Bothner1-6/+11
1993-11-02(setjmp.h): Don't require siglongjmp and sigsetjmp.Richard Stallman1-1/+2
1993-10-26(signal.h): Add prototypes only for kill and raise.Richard Stallman1-3/+5
1993-10-22Use fix-header.Richard Stallman1-4/+4
1993-10-12Re-write. New logic, assuming implicit extern "C" from cpp.Per Bothner1-47/+93
1993-08-09Merge. See ChangeLog.Per Bothner1-82/+144
1993-07-27Pass '-' to tr as the 1-character range '---'.Per Bothner1-2/+2
1993-07-25Initial revisionPer Bothner1-0/+235