Commit Graph

283 Commits

Author SHA1 Message Date
Jim Meyering 43dd57eba9 New version from FSF. 1995-10-19 14:21:35 +00:00
Jim Meyering fc2e23b1ad [HAVE_ENDGRENT]: Define away endgrent.
[HAVE_ENDPWENT]: Define away endpwent.
1995-10-18 15:59:12 +00:00
Jim Meyering 1cde2ceb5c Use _POSIX_VERSION, not _POSIX_SOURCE. 1995-10-18 15:57:50 +00:00
Jim Meyering 539457f1ae Merge latest change from FSF. 1995-10-18 14:31:14 +00:00
Jim Meyering b6ff24fb7f Get latest from FSF. 1995-10-18 14:29:16 +00:00
Jim Meyering b5c8c81d4d Indent cpp directives to reflect nesting. 1995-10-09 03:48:08 +00:00
Jim Meyering 91a709b210 Modified from glibc copy. 1995-10-09 03:46:41 +00:00
Jim Meyering 70390f60ec . 1995-10-09 03:42:11 +00:00
Jim Meyering c25dcdd843 (read_filesystem_list): Cast -1 to dev_t before assignment. 1995-10-05 14:14:45 +00:00
Jim Meyering 1d15980fb6 Remove trailing whitespace. 1995-10-01 22:49:07 +00:00
Jim Meyering 40c6966137 (SOURCES): Add strtoul. 1995-10-01 19:02:29 +00:00
Jim Meyering 4de6eab547 (get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]: Copy untruncated block
counts from f_spare array into proper members of struct statfs.
From Eirik Fuller (eirik@netapp.com);
1995-10-01 18:23:29 +00:00
Jim Meyering 6f200d7982 . 1995-09-25 04:14:36 +00:00
Jim Meyering 17821cc15e [REL_ALLOC]: #ifdef-out dcls of unused variables. 1995-09-23 20:55:02 +00:00
Jim Meyering a719a87508 Merge in changes for ConvexOS 11.0. 1995-09-23 20:28:39 +00:00
Jim Meyering a1fa4eff25 New version from FSF. 1995-09-23 20:28:10 +00:00
Jim Meyering 3ed71a2fdd . 1995-09-19 14:30:59 +00:00
Jim Meyering ecf0d31b72 Fix typo in comment. 1995-09-13 13:15:35 +00:00
Jim Meyering 10c5aeabc5 Include config.h.
Define bcopy to memcpy if possible.
1995-08-09 05:15:31 +00:00
Jim Meyering 9c5f82a7f1 Indent cpp directives. 1995-08-09 05:14:06 +00:00
Jim Meyering d0e2b9c466 Declare xmalloc, xrealloc rather than including xalloc.h. 1995-08-07 22:21:03 +00:00
Jim Meyering 7c342fe2a1 Add FIXME comments. 1995-08-07 16:07:28 +00:00
Jim Meyering c3f2e69471 (isnumber): Rename to is_number.
(parse_user_spec): Rename uses, too.
1995-08-05 03:13:16 +00:00
Jim Meyering 2adeb32b35 (SOURCES, OBJECTS, DISTFILES): Update for new files, save-cwd.[ch]. 1995-08-05 03:08:09 +00:00
Jim Meyering 3139de9726 . 1995-08-04 15:23:25 +00:00
Jim Meyering b4a47508d4 (SOURCES, OBJECTS, DISTFILES): Update for new files. 1995-08-04 15:15:24 +00:00
Jim Meyering f7860d6172 . 1995-08-04 15:09:12 +00:00
Jim Meyering f6b3413fcc (_getopt_internal) [lint]: Initialize INDFOUND to
avoid warning from gcc.
1995-08-04 14:30:19 +00:00
Jim Meyering 11ec25d3ce New version -- now derived from the line in libc. 1995-07-30 18:42:09 +00:00
Jim Meyering 4aa1e2f2e8 Get new copy from FSF. 1995-07-30 05:30:04 +00:00
Jim Meyering ea4cda6907 [memcpy]: Define to bcopy if needed.
(md5_buffer): Explicitely cast SWAP expressions to unsigned
to avoid warning.
1995-07-30 05:12:30 +00:00
Jim Meyering bb79abc8a3 (md5_stream): Update prototype.
[__P]: Define macro.
1995-07-21 04:48:03 +00:00
Jim Meyering 574cc98b23 (md5_stream): Check for read failure and return
indication of success rather than second argument.
1995-07-21 04:46:50 +00:00
Jim Meyering dfe3d8837e . 1995-07-20 17:52:49 +00:00
Jim Meyering 7981e85eb3 merge with 1.12a 1995-06-24 22:02:25 +00:00
Jim Meyering 6ebaf82426 merge with 1.12 1995-06-18 19:33:31 +00:00
Jim Meyering f9f17d4b0f merge with 1.11.5b 1995-06-15 16:46:34 +00:00
Jim Meyering 88b9522242 Alloca fix for ConvexOS-11.0. 1995-06-15 14:55:26 +00:00
Jim Meyering 2907e4e4f1 Use void* alloca, not char*. The latter lost on convexOS. 1995-06-15 03:57:49 +00:00
Jim Meyering a2e52e58b1 (Convert): Use 2037 as threshold, not 1999.
Otherwise years after 1999 are treated as invalid.
From Andreas Schwab.
1995-06-07 18:10:17 +00:00
Jim Meyering 85bf8c2e1c merge with 1.11.5 1995-06-01 14:12:51 +00:00
Jim Meyering 4fb3e0f061 merge with 1.11.4a 1995-05-28 01:55:00 +00:00
Jim Meyering 4d00132265 Remove trailing white space. 1995-05-26 15:08:55 +00:00
Jim Meyering ec651d2263 (__strtol): Remove prototype altogether.
Move inclusion of xstrtol.h back so that it follows system headers.
1995-05-22 04:43:36 +00:00
Jim Meyering a42221d051 (install-exec, install-exec): New targets. From Karl Berry.
(maintainer-clean): Renamed from realclean per GNU Standards.
1995-05-21 12:27:45 +00:00
Jim Meyering 7f9311c20e merge with 1.11.1b 1995-05-21 11:44:22 +00:00
Jim Meyering 37a6bc3abf merge with 1.11.1a 1995-05-20 13:28:24 +00:00
Jim Meyering 1fffbc7472 No longer include safe-l?stat.h. 1995-05-19 15:23:18 +00:00
Jim Meyering 56c8261d7e (maintainer-clean): Rename from realclean.
(.PHONY): New dependencies.
[.c.o]: Remove -I. since safe-l?stat.h is no longer used.
1995-05-13 13:55:56 +00:00
Jim Meyering c093a8e789 (make_path): Use stat, not SAFE_STAT.
Use strchr, not index.  Adjust defines accordingly.
1995-05-13 13:30:10 +00:00