aboutsummaryrefslogtreecommitdiff
path: root/gcc/protoize.c
AgeCommit message (Collapse)AuthorFilesLines
1995-04-28(sys_nerr): Really declare ifndef HAVE_STRERROR.Doug Evans1-0/+1
From-SVN: r9529
1995-04-25Removed __NetBSD__ from conditional.Richard Kenner1-25/+55
Declare strerror if HAVE_STRERROR is defined; otherwise declare sys_errlist and sys_nerr. (my_strerror): New function. (errno): Don't define if already defined as a macro. From-SVN: r9449
1995-03-30Use the phrase `preprocessing directive' consistently.Richard Kenner1-3/+3
From-SVN: r9259
1995-02-21Added #ifdef's WINNT.Richard Kenner1-1/+5
From-SVN: r9018
1995-01-25Update comments.Richard Kenner1-3/+3
From-SVN: r8811
1994-11-08[!POSIX]: Only define O_RDONLY and O_WRONLY if they are not alreadyMichael Bushnell1-0/+5
defined for us. From-SVN: r8404
1994-10-05Include <sys/wait.h> on a POSIX systemIan Lance Taylor1-0/+1
From-SVN: r8218
1994-10-04If the POSIX.1 wait macros are defined, use them.Ian Lance Taylor1-4/+17
From-SVN: r8213
1994-07-11Do the 4.4BSD sys_errlist modification for NetBSD also.Charles Hannum1-1/+1
From-SVN: r7707
1994-06-22Include <dirent.h>, not <sys/dir.h> on Concurrent.Richard Kenner1-1/+1
From-SVN: r7530
1994-03-30Fix copyright notice.Richard Kenner1-1/+1
From-SVN: r6923
1994-03-30Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.Richard Kenner1-2/+2
From-SVN: r6922
1994-02-27(process_aux_info_file): Properly start over on file error.Richard Kenner1-2/+2
From-SVN: r6669
1993-12-15Remove declarations of setjmp and longjmp.Richard Kenner1-11/+1
From-SVN: r6240
1993-11-24(save_def_or_dec): Correct typo in change of Nov 23.Richard Stallman1-5/+5
(save_def_or_dec): Correct typo in change of Nov 23. Make sure pointers within def_dec_p are valid before it is freed. From-SVN: r6156
1993-11-24(save_def_or_dec): If function's aux info doesn't end with a closeparen, ↵Richard Stallman1-5/+12
ignore it. (save_def_or_dec): If function's aux info doesn't end with a closeparen, ignore it. (xmalloc, xrealloc): Cast result of malloc. From-SVN: r6152
1993-11-19Remove declarations for malloc and realloc.Richard Kenner1-2/+0
From-SVN: r6120
1993-11-05(safe_write): Return right away after safe_write.Richard Stallman1-0/+1
From-SVN: r6017
1993-11-05(safe_read, safe_write): Handle EINTR.Richard Stallman1-3/+15
From-SVN: r6015
1993-11-03(safe_write, safe_read): Really use arg DESC.Richard Stallman1-2/+2
From-SVN: r5983
1993-11-02(safe_read): New function.Richard Stallman1-22/+44
(process_aux_info_file, edit_file): Use safe_read. From-SVN: r5977
1993-11-02(edit_file): Use safe_write.Richard Stallman1-7/+22
(safe_write): New subroutine. From-SVN: r5972
1993-10-26[__NeXT__]: Don't declare setjmp or longjmp.Richard Stallman1-0/+4
From-SVN: r5894
1993-10-20(sys_errlist): Conditionalize declaration for BSD 4.4.Jim Wilson1-0/+4
From-SVN: r5843
1993-09-28Declare rindex unconditionally.Richard Stallman1-1/+2
From-SVN: r5502
1993-09-05(abort): Correct volatile function declaration.Jim Wilson1-1/+2
From-SVN: r5265
1993-05-25(include_defaults): Update to match cccp.c.Richard Stallman1-2/+13
From-SVN: r4564
1993-05-21(add_symbol, unexpand_if_needed, abspath):Richard Stallman1-4/+4
Supply missing arg to savestring. From-SVN: r4528
1993-05-10Don't include string.h.Richard Stallman1-19/+5
(strcat, strcpy, strcmp, strncpy, strncmp): Decls deleted. (dupnstr): Don't use return value of strncpy. (dupstr): Function deleted; callers changed to use savestring. From-SVN: r4411
1993-04-26(other_variable_style_function): Properly test for the presence of theRichard Kenner1-1/+1
string "...". From-SVN: r4239
1993-04-23(scan_for_missed_items): Add keywords: else, do, case.Doug Evans1-1/+1
From-SVN: r4197
1993-01-31Include gvarargs.h before system headers.Richard Stallman1-1/+3
From-SVN: r3395
1993-01-02(default_include): Look directly in TOOL_INCLUDE_DIR.Richard Stallman1-0/+1
From-SVN: r3054
1992-10-20Add #undef getopt after getopt.h.Richard Stallman1-0/+1
From-SVN: r2521
1992-08-14Fix spelling errors in comments.Torbjorn Granlund1-1/+1
From-SVN: r1825
1992-07-12(process_aux_info_file): Set must_create before jumping to start_over.Richard Stallman1-14/+22
(process_aux_info_file): Set must_create before jumping to start_over. Don't clear must_create at start_over. Don't test source file mod time for SYSCALLS. From-SVN: r1573
1992-06-29entered into RCSCharles Hannum1-5/+5
From-SVN: r1340
1992-06-25*** empty log message ***Richard Stallman1-31/+43
From-SVN: r1287
1992-06-24*** empty log message ***Richard Stallman1-1/+1
From-SVN: r1263
1992-06-23*** empty log message ***Richard Stallman1-2/+3
From-SVN: r1242
1992-06-21*** empty log message ***Richard Stallman1-31/+53
From-SVN: r1225
1992-06-18*** empty log message ***Richard Kenner1-9/+0
From-SVN: r1213
1992-06-14*** empty log message ***Richard Stallman1-14/+10
From-SVN: r1203
1992-05-23*** empty log message ***Richard Stallman1-14/+24
From-SVN: r1064
1992-05-14*** empty log message ***Richard Stallman1-4/+4
From-SVN: r975
1992-05-07*** empty log message ***Richard Stallman1-6/+6
From-SVN: r930
1992-05-04*** empty log message ***Richard Stallman1-15/+37
From-SVN: r887
1992-03-26*** empty log message ***Richard Stallman1-1/+13
From-SVN: r592
1992-03-23*** empty log message ***Richard Stallman1-2/+15
From-SVN: r576
1992-03-22*** empty log message ***Richard Stallman1-14/+35
From-SVN: r567