summaryrefslogtreecommitdiff
path: root/gcc/fixproto
Commit message (Expand)AuthorAgeFilesLines
* 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