summaryrefslogtreecommitdiff
path: root/gcc/fixproto
Commit message (Collapse)AuthorAgeFilesLines
* (std_files): Add sys/socket.h.kenner1996-11-121-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13139 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixproto (std_files): Add utime.h.brendan1996-07-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12531 138bc75d-0d04-0410-961f-82ee72b054a4
* (subdirs): Work around Solaris 2.5eggert1996-06-061-1/+1
| | | | | | | /usr/xpgr/bin/sed problem with \+\+. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12179 138bc75d-0d04-0410-961f-82ee72b054a4
* Change FSF address.kenner1995-06-151-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9988 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix typos in comments.kenner1995-05-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9712 138bc75d-0d04-0410-961f-82ee72b054a4
* Re-write fixproto/fix-header/etc to use cpplib.bothner1995-04-051-85/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9316 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixproto: Define FIX_HEADER (needed by Aug 19 change).bothner1994-09-011-1/+2
| | | | | | | Use FIX_HEADER instead of $original_dir/fix-header (twice). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8011 138bc75d-0d04-0410-961f-82ee72b054a4
* Use $FIX_HEADER macro instead of calling fix-header directly.bothner1994-08-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7952 138bc75d-0d04-0410-961f-82ee72b054a4
* Lose assert.h hackingmerrill1994-06-181-24/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7523 138bc75d-0d04-0410-961f-82ee72b054a4
* Use ${FIXPROTO_DEFINES}.merrill1994-05-181-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7334 138bc75d-0d04-0410-961f-82ee72b054a4
* Add missing fns to required list for string.hmerrill1994-04-011-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6957 138bc75d-0d04-0410-961f-82ee72b054a4
* Add popen and pclose to required list for stdio.h.kenner1994-02-091-3/+3
| | | | | | | | Add putenv to required list for stdlib.h. Add getopt to required list for unistd.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6510 138bc75d-0d04-0410-961f-82ee72b054a4
* Append "#include <stdlib.h>" to assert.h if it uses exit or abort.kenner1994-02-091-10/+22
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6507 138bc75d-0d04-0410-961f-82ee72b054a4
* Add lstat to required_list for sys/stat.hkenner1994-02-051-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6483 138bc75d-0d04-0410-961f-82ee72b054a4
* (required_unistd_h): Delete getgroups from list.wilson1993-12-221-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6270 138bc75d-0d04-0410-961f-82ee72b054a4
* (scanning files_to_check): Create subdirs files are in.rms1993-11-271-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6168 138bc75d-0d04-0410-961f-82ee72b054a4
* (stdio.h): Reenable adding protos for v*printf.rms1993-11-211-4/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6128 138bc75d-0d04-0410-961f-82ee72b054a4
* (rel_source_subdir): Prune out redundant /subdir/../ to prevent recursion.rms1993-11-111-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6068 138bc75d-0d04-0410-961f-82ee72b054a4
* (stdio.h): Don't add protos for vprintf, vfprintf, vsprintf.rms1993-11-061-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6019 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't scan sub-directories whose names end in CCrms1993-11-051-1/+4
| | | | | | | or contain ++ - these are probably C++ directories. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6007 138bc75d-0d04-0410-961f-82ee72b054a4
* Make more robust in two places.bothner1993-11-031-6/+11
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5978 138bc75d-0d04-0410-961f-82ee72b054a4
* (setjmp.h): Don't require siglongjmp and sigsetjmp.rms1993-11-021-1/+2
| | | | | | | They need sigjmp_buf, and are missing on many systems. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5969 138bc75d-0d04-0410-961f-82ee72b054a4
* (signal.h): Add prototypes only for kill and raise.rms1993-10-261-3/+5
| | | | | | | | Not for the POSIX signal functions. (sys/resource.h): Delete special handling for this file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5892 138bc75d-0d04-0410-961f-82ee72b054a4
* Use fix-header.rms1993-10-221-4/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5870 138bc75d-0d04-0410-961f-82ee72b054a4
* Re-write. New logic, assuming implicit extern "C" from cpp.bothner1993-10-121-47/+93
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5762 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge. See ChangeLog.bothner1993-08-101-82/+144
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5125 138bc75d-0d04-0410-961f-82ee72b054a4
* Pass '-' to tr as the 1-character range '---'.bothner1993-07-271-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5009 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionbothner1993-07-261-0/+235
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4985 138bc75d-0d04-0410-961f-82ee72b054a4