Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-04-28 | (sys_nerr): Really declare ifndef HAVE_STRERROR. | Doug Evans | 1 | -0/+1 | |
From-SVN: r9529 | |||||
1995-04-25 | Removed __NetBSD__ from conditional. | Richard Kenner | 1 | -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-30 | Use the phrase `preprocessing directive' consistently. | Richard Kenner | 1 | -3/+3 | |
From-SVN: r9259 | |||||
1995-02-21 | Added #ifdef's WINNT. | Richard Kenner | 1 | -1/+5 | |
From-SVN: r9018 | |||||
1995-01-25 | Update comments. | Richard Kenner | 1 | -3/+3 | |
From-SVN: r8811 | |||||
1994-11-08 | [!POSIX]: Only define O_RDONLY and O_WRONLY if they are not already | Michael Bushnell | 1 | -0/+5 | |
defined for us. From-SVN: r8404 | |||||
1994-10-05 | Include <sys/wait.h> on a POSIX system | Ian Lance Taylor | 1 | -0/+1 | |
From-SVN: r8218 | |||||
1994-10-04 | If the POSIX.1 wait macros are defined, use them. | Ian Lance Taylor | 1 | -4/+17 | |
From-SVN: r8213 | |||||
1994-07-11 | Do the 4.4BSD sys_errlist modification for NetBSD also. | Charles Hannum | 1 | -1/+1 | |
From-SVN: r7707 | |||||
1994-06-22 | Include <dirent.h>, not <sys/dir.h> on Concurrent. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r7530 | |||||
1994-03-30 | Fix copyright notice. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r6923 | |||||
1994-03-30 | Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs. | Richard Kenner | 1 | -2/+2 | |
From-SVN: r6922 | |||||
1994-02-27 | (process_aux_info_file): Properly start over on file error. | Richard Kenner | 1 | -2/+2 | |
From-SVN: r6669 | |||||
1993-12-15 | Remove declarations of setjmp and longjmp. | Richard Kenner | 1 | -11/+1 | |
From-SVN: r6240 | |||||
1993-11-24 | (save_def_or_dec): Correct typo in change of Nov 23. | Richard Stallman | 1 | -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 Stallman | 1 | -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-19 | Remove declarations for malloc and realloc. | Richard Kenner | 1 | -2/+0 | |
From-SVN: r6120 | |||||
1993-11-05 | (safe_write): Return right away after safe_write. | Richard Stallman | 1 | -0/+1 | |
From-SVN: r6017 | |||||
1993-11-05 | (safe_read, safe_write): Handle EINTR. | Richard Stallman | 1 | -3/+15 | |
From-SVN: r6015 | |||||
1993-11-03 | (safe_write, safe_read): Really use arg DESC. | Richard Stallman | 1 | -2/+2 | |
From-SVN: r5983 | |||||
1993-11-02 | (safe_read): New function. | Richard Stallman | 1 | -22/+44 | |
(process_aux_info_file, edit_file): Use safe_read. From-SVN: r5977 | |||||
1993-11-02 | (edit_file): Use safe_write. | Richard Stallman | 1 | -7/+22 | |
(safe_write): New subroutine. From-SVN: r5972 | |||||
1993-10-26 | [__NeXT__]: Don't declare setjmp or longjmp. | Richard Stallman | 1 | -0/+4 | |
From-SVN: r5894 | |||||
1993-10-20 | (sys_errlist): Conditionalize declaration for BSD 4.4. | Jim Wilson | 1 | -0/+4 | |
From-SVN: r5843 | |||||
1993-09-28 | Declare rindex unconditionally. | Richard Stallman | 1 | -1/+2 | |
From-SVN: r5502 | |||||
1993-09-05 | (abort): Correct volatile function declaration. | Jim Wilson | 1 | -1/+2 | |
From-SVN: r5265 | |||||
1993-05-25 | (include_defaults): Update to match cccp.c. | Richard Stallman | 1 | -2/+13 | |
From-SVN: r4564 | |||||
1993-05-21 | (add_symbol, unexpand_if_needed, abspath): | Richard Stallman | 1 | -4/+4 | |
Supply missing arg to savestring. From-SVN: r4528 | |||||
1993-05-10 | Don't include string.h. | Richard Stallman | 1 | -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 the | Richard Kenner | 1 | -1/+1 | |
string "...". From-SVN: r4239 | |||||
1993-04-23 | (scan_for_missed_items): Add keywords: else, do, case. | Doug Evans | 1 | -1/+1 | |
From-SVN: r4197 | |||||
1993-01-31 | Include gvarargs.h before system headers. | Richard Stallman | 1 | -1/+3 | |
From-SVN: r3395 | |||||
1993-01-02 | (default_include): Look directly in TOOL_INCLUDE_DIR. | Richard Stallman | 1 | -0/+1 | |
From-SVN: r3054 | |||||
1992-10-20 | Add #undef getopt after getopt.h. | Richard Stallman | 1 | -0/+1 | |
From-SVN: r2521 | |||||
1992-08-14 | Fix spelling errors in comments. | Torbjorn Granlund | 1 | -1/+1 | |
From-SVN: r1825 | |||||
1992-07-12 | (process_aux_info_file): Set must_create before jumping to start_over. | Richard Stallman | 1 | -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-29 | entered into RCS | Charles Hannum | 1 | -5/+5 | |
From-SVN: r1340 | |||||
1992-06-25 | *** empty log message *** | Richard Stallman | 1 | -31/+43 | |
From-SVN: r1287 | |||||
1992-06-24 | *** empty log message *** | Richard Stallman | 1 | -1/+1 | |
From-SVN: r1263 | |||||
1992-06-23 | *** empty log message *** | Richard Stallman | 1 | -2/+3 | |
From-SVN: r1242 | |||||
1992-06-21 | *** empty log message *** | Richard Stallman | 1 | -31/+53 | |
From-SVN: r1225 | |||||
1992-06-18 | *** empty log message *** | Richard Kenner | 1 | -9/+0 | |
From-SVN: r1213 | |||||
1992-06-14 | *** empty log message *** | Richard Stallman | 1 | -14/+10 | |
From-SVN: r1203 | |||||
1992-05-23 | *** empty log message *** | Richard Stallman | 1 | -14/+24 | |
From-SVN: r1064 | |||||
1992-05-14 | *** empty log message *** | Richard Stallman | 1 | -4/+4 | |
From-SVN: r975 | |||||
1992-05-07 | *** empty log message *** | Richard Stallman | 1 | -6/+6 | |
From-SVN: r930 | |||||
1992-05-04 | *** empty log message *** | Richard Stallman | 1 | -15/+37 | |
From-SVN: r887 | |||||
1992-03-26 | *** empty log message *** | Richard Stallman | 1 | -1/+13 | |
From-SVN: r592 | |||||
1992-03-23 | *** empty log message *** | Richard Stallman | 1 | -2/+15 | |
From-SVN: r576 | |||||
1992-03-22 | *** empty log message *** | Richard Stallman | 1 | -14/+35 | |
From-SVN: r567 |