Jim Meyering
2bd16e646e
.
1997-01-03 03:24:22 +00:00
Jim Meyering
ba246b0f36
(EXTRA_DIST): Add getgroups.c.
1997-01-03 03:16:29 +00:00
Jim Meyering
13ff080b78
.
1997-01-02 03:13:49 +00:00
Jim Meyering
8320e65164
Add comment.
...
Rename local, ng to n_groups.
1996-12-27 03:36:53 +00:00
Jim Meyering
9190f77006
.
1996-12-23 05:14:55 +00:00
Jim Meyering
fec6a430da
update from GNU libc
1996-12-21 13:51:26 +00:00
Jim Meyering
4a2b289e7c
Update from GNU libc.
1996-12-21 01:40:43 +00:00
Jim Meyering
b3a49ee8d0
.
1996-12-19 13:53:16 +00:00
Jim Meyering
ae5ee331f1
run cpp-indent
1996-12-18 16:56:46 +00:00
Jim Meyering
954c7bc4cc
another new version ...
1996-12-18 16:54:48 +00:00
Jim Meyering
72f95044eb
(ISDIGIT): Replace with smaller, faster edition
...
that yields nonzero only on ASCII digits.
(ISDIGIT_LOCALE): New macro, with same meaning that ISDIGIT
used to have. From Paul Eggert.
1996-12-18 03:30:20 +00:00
Jim Meyering
859f8587f8
add blank line.
1996-12-18 03:28:09 +00:00
Jim Meyering
3c7e9fec08
Update from GNU libc.
1996-12-18 00:21:38 +00:00
Jim Meyering
5e55e49972
.
1996-12-17 21:54:29 +00:00
Jim Meyering
86d6c36d09
(IN_CTYPE_DOMAIN): Rename from ISASCII.
...
(ISDIGIT): New definition from Paul Eggert.
This one evaluates its argument exactly once.
(yylex): Move increment out of ISALPHA argument. Use a
comma-expression instead.
1996-12-13 03:05:00 +00:00
Jim Meyering
d43b4dcaf8
(EXTRA_DIST): Add strftime.c to appease automake.
...
Although it's not used yet, it'll be used by ls's (to-be-done)
--format=FORMAT option.
1996-12-11 04:34:37 +00:00
Jim Meyering
54f9b87874
.
1996-12-10 22:40:16 +00:00
Jim Meyering
53ac4c028b
(EXTRA_DIST): Add mktime.c.
...
Reported by Thomas Bushnell.
1996-12-10 20:48:12 +00:00
Jim Meyering
a16b0a142f
Include config.h.
...
[!HAVE_BCOPY && HAVE_MEMCPY && !defined (bcopy)]: Define bcopy
in terms of memcpy. Reported by Marcus Daniels.
1996-12-10 05:22:12 +00:00
Jim Meyering
4885753994
.
1996-12-10 04:54:02 +00:00
Jim Meyering
8f477a9072
(Convert): Don't reject all dates in 2038.
...
Some fit in 31 bits.
1996-12-10 04:34:18 +00:00
Jim Meyering
17fe725ebb
add a space
1996-12-10 03:17:01 +00:00
Jim Meyering
c02f8ed500
revert last change.
1996-12-10 03:16:36 +00:00
Jim Meyering
e155f4bf01
[HAVE_TZNAME || defined __LIBC]: Declare tzname.
1996-12-10 02:46:42 +00:00
Jim Meyering
4fb3a6f765
[HAVE_TZNAME]: Declare tzname.
...
Patch from Karl Heuer.
1996-12-09 13:02:21 +00:00
Jim Meyering
80729c5841
(noinst_LIBRARIES): Rename to lib?u.a as per
...
new automake requirement.
Rename ?u_* variables to lib?u_a_*.
1996-12-08 13:28:43 +00:00
Jim Meyering
f2ac53d4ea
.
1996-12-08 05:56:37 +00:00
Jim Meyering
c9893d18e3
[__SVR4]: Define SVR4.
...
Remove duplicate `|| defined(SVR4)' disjunct guarding the
#define KERNEL_FILE "/unix" definiton.
1996-12-07 19:03:13 +00:00
Jim Meyering
b1cc662215
(strftime): Remove " %Z" part of format for %c. Suggestion from Paul Eggert.
1996-12-07 18:52:54 +00:00
Jim Meyering
377b0c7942
.
1996-12-01 19:21:49 +00:00
Jim Meyering
807b8b05c2
(date): Interpret the date, L/M/N, as YYYY/MM/DD
...
if L >= 1000, otherwise as MM/DD/YY. With this change,
date --date=DATE accepts dates like those in an RCS log listing.
1996-12-01 19:15:03 +00:00
Jim Meyering
0aa0b007b0
Update from GNU libc.
1996-12-01 04:08:17 +00:00
Jim Meyering
bcb8610977
(get_fs_usage): If DISK is 0 and we needed to use
...
it, return -1 with 0 in ERRNO.
From Miles.
1996-11-28 19:37:01 +00:00
Jim Meyering
b910477e63
.
1996-11-25 04:42:15 +00:00
Jim Meyering
9299cf1e78
(EXTRA_DIST): Add getline.c now that getline
...
isn't mentioned in AC_REPLACE_FUNCS.
1996-11-24 05:38:29 +00:00
Jim Meyering
0e0ae2b348
remove trailing blanks
1996-11-24 03:05:11 +00:00
Jim Meyering
cb7fcc32ff
remove trailing blanks
1996-11-24 03:04:12 +00:00
Jim Meyering
aa00ea2e88
remove my @comco address
1996-11-21 02:42:52 +00:00
Jim Meyering
fc949b713e
(xgethostname): Work around bug in SunOS5.5's gethostname.
1996-11-21 02:38:40 +00:00
Jim Meyering
29fa517ae4
.
1996-11-20 05:13:57 +00:00
Jim Meyering
1cf3018183
.
1996-11-05 05:20:03 +00:00
Jim Meyering
4d091498a4
Thu Oct 31 19:32:32 1996 Miles Bader <miles@gnu.ai.mit.edu>
...
[ENAMETOOLONG] (xgethostname): If gethostname
returns an error other than buffer overflow, exit with an error
message instead of allocating infinite amounts of space.
[!EXIT_FAILURE] (EXIT_FAILURE): New macro.
<errno.h>: New include.
[!errno] (errno): New declaration.
1996-11-05 04:38:41 +00:00
Jim Meyering
1e3de0b6d9
.
1996-11-05 04:26:34 +00:00
Jim Meyering
25a9b70b2e
Fix copyright.
1996-11-05 04:23:22 +00:00
Jim Meyering
45bf8ec9d0
Fix copyright.
1996-11-05 04:22:40 +00:00
Jim Meyering
4a253e5be0
.
1996-11-05 04:11:31 +00:00
Jim Meyering
71a04268b5
libitize
1996-11-05 03:38:23 +00:00
Jim Meyering
9691c2050b
from franc,ois
1996-11-04 18:15:56 +00:00
Jim Meyering
2876587b55
libitize
1996-11-04 18:11:58 +00:00
Jim Meyering
1eb3a8c9ba
libitize
1996-11-04 18:07:38 +00:00