Jim Meyering
|
6a9d144a66
|
.
|
1996-09-28 18:31:00 +00:00 |
|
Jim Meyering
|
f34578f297
|
.
|
1996-09-28 18:25:55 +00:00 |
|
Jim Meyering
|
ea3702aa6d
|
(backup_types): Declare const.
(backup_args): Likewise.
|
1996-09-28 18:17:00 +00:00 |
|
Jim Meyering
|
59b9296742
|
.
|
1996-09-28 18:09:13 +00:00 |
|
Jim Meyering
|
bf3b759a61
|
.
|
1996-09-28 18:08:03 +00:00 |
|
Jim Meyering
|
0867d4efd3
|
.
|
1996-09-20 03:48:08 +00:00 |
|
Jim Meyering
|
4f208e731c
|
(fu_SOURCES): Remove regex.c and rx.c.
(EXTRA_DIST): Put them here instead.
|
1996-09-20 03:47:37 +00:00 |
|
Jim Meyering
|
545c237530
|
(fu_SOURCES): Move getopt.c and getopt1.c back to here fro EXTRA_DIST.
|
1996-09-20 03:14:17 +00:00 |
|
Jim Meyering
|
3cc1863ab3
|
.
|
1996-09-19 15:39:43 +00:00 |
|
Jim Meyering
|
e044081627
|
Replace with FSF version.
|
1996-09-19 12:54:15 +00:00 |
|
Jim Meyering
|
6ac49bdf47
|
Merge with FSF version.
|
1996-09-19 12:47:49 +00:00 |
|
Jim Meyering
|
4b29186f72
|
(strftime): New version, from GNU libc.
|
1996-09-17 04:13:22 +00:00 |
|
Jim Meyering
|
97df7b0013
|
.
|
1996-09-07 18:00:25 +00:00 |
|
Jim Meyering
|
7b9e7765ee
|
(INCLUDES): Add -I../intl so compiler will find libintl.h for rpmatch.c.
|
1996-09-07 17:59:26 +00:00 |
|
Jim Meyering
|
d2c6e7cba9
|
Define and use upper case variants of ctype.h IS* macros.
From Bruno Haible.
|
1996-09-07 17:42:58 +00:00 |
|
Jim Meyering
|
f709048a82
|
revert last change
|
1996-09-06 03:18:46 +00:00 |
|
Jim Meyering
|
d3900b79bc
|
New version from glibc.
|
1996-09-06 03:12:04 +00:00 |
|
Jim Meyering
|
1a9771061b
|
Make sure NULL is defined by including stddef.h
(if STDC_HEADERS || _LIBC) or simply defining it (otherwise).
Include sys/types.h for definition of size_t needed by regex.h.
|
1996-09-05 02:48:41 +00:00 |
|
Jim Meyering
|
5c8eaa8139
|
.
|
1996-09-05 02:46:01 +00:00 |
|
Jim Meyering
|
4cfd024d37
|
(fu_SOURCES): Add regex.c and rx.c.
(noinst_HEADERS): Add regex.h and rx.h.
|
1996-09-05 02:45:35 +00:00 |
|
Jim Meyering
|
e3625e3032
|
this conforms to POSIX.2. From Paul Eggert <eggert@twinsun.com>.
|
1996-09-03 13:14:57 +00:00 |
|
Jim Meyering
|
57592bb00e
|
(ENABLE_NLS): Include libintl.h and define _ to gettext.
|
1996-09-02 16:18:48 +00:00 |
|
Jim Meyering
|
383690a5f2
|
.
|
1996-08-19 02:28:42 +00:00 |
|
Jim Meyering
|
90ce25327c
|
.
|
1996-08-19 02:24:52 +00:00 |
|
Jim Meyering
|
7ec03a4414
|
(noinst_HEADERS): Add path-concat.h.
(fu_SOURCES): Add path-concat.c.
|
1996-08-19 02:10:25 +00:00 |
|
Jim Meyering
|
a0d34ce173
|
.
|
1996-08-19 01:41:53 +00:00 |
|
Jim Meyering
|
a79e4f054a
|
Close comment.
|
1996-08-18 14:56:54 +00:00 |
|
Jim Meyering
|
32f7fc5503
|
Update from GNU libc -- this adds back %z and %s
formats and reverts to old behavior where unrecognized format like
%E is treated as eqivalent to `E'.
|
1996-08-17 05:15:44 +00:00 |
|
Jim Meyering
|
2a5f4c45e1
|
(get_fs_usage) [STAT_STATFS4] [_CRAY]: Define f_bavail to f_bfree.
From by Johan Danielsson.
|
1996-08-02 03:25:10 +00:00 |
|
Jim Meyering
|
402b4612f8
|
[HAVE_SYS_FS_S5PARAM_H]: Include sys/fs/s5param.h
to work around bug in sys/filsys.h of Fujitsu UXP/V.
Reported by Johan Danielsson.
|
1996-07-31 04:43:59 +00:00 |
|
Jim Meyering
|
9ba877cf28
|
Update from GNU libc master.
|
1996-07-30 05:33:30 +00:00 |
|
Jim Meyering
|
a56da10982
|
(rpmatch): Add back [[:alpha:]]. Drepper says it's the standard.
|
1996-07-22 01:01:10 +00:00 |
|
Jim Meyering
|
ccd0e2e27a
|
(yesno) [!HAVE_RPMATCH]: Remove function since we'll
always use the rpmatch-based version.
Declare rpmatch.
|
1996-07-21 22:48:41 +00:00 |
|
Jim Meyering
|
08ffff5615
|
[STDC_HEADERS]: Guard inclusion of stdlib.h.
(_) [!_]: Define it.
(try): Add RESPONSE parameter.
(rpmatch): Update caller.
Change the regular expressions to be ^[yY] and ^[nN].
|
1996-07-21 22:46:39 +00:00 |
|
Jim Meyering
|
16efa02b77
|
.
|
1996-07-21 22:41:26 +00:00 |
|
Jim Meyering
|
81b7ecbc14
|
(EXTRA_DIST): Add rpmatch.c.
|
1996-07-21 17:25:10 +00:00 |
|
Jim Meyering
|
bd6aa3080a
|
.
|
1996-07-21 17:16:13 +00:00 |
|
Jim Meyering
|
3af4a12ae3
|
(yesno) [HAVE_RPMATCH]: New rpmatch-based version of the function.
|
1996-07-21 17:13:41 +00:00 |
|
Jim Meyering
|
deee2015f3
|
(EXTRA_DIST): Put error.c and obstack.c here...
(fu_SOURCES): Instead of here.
|
1996-07-21 17:11:10 +00:00 |
|
Jim Meyering
|
ed48dc8cae
|
Use `;' instead of (void)0.
|
1996-07-17 05:29:47 +00:00 |
|
Jim Meyering
|
e0ac832842
|
Use `(void)0' as second arg to add macro.
Omitting that second arg made some HPUX C compiler report an error.
From Kaveh R. Ghazi.
|
1996-07-16 05:08:29 +00:00 |
|
Jim Meyering
|
ff1fc50954
|
Update from FSF.
|
1996-07-16 04:58:04 +00:00 |
|
Jim Meyering
|
4bca95c431
|
Update from libit.
|
1996-07-16 04:47:23 +00:00 |
|
Jim Meyering
|
f60dafdac2
|
Update FSF address.
Remove trailing blanks.
|
1996-07-16 04:44:29 +00:00 |
|
Jim Meyering
|
e023911555
|
Oops. Always return destination.
|
1996-07-16 03:06:32 +00:00 |
|
Jim Meyering
|
7efa2ba5c4
|
indent cpp-directives
|
1996-07-15 03:57:44 +00:00 |
|
Jim Meyering
|
19bff1c02d
|
indent cpp-directives
|
1996-07-15 03:56:06 +00:00 |
|
Jim Meyering
|
fd984b9655
|
.
|
1996-07-15 03:44:04 +00:00 |
|
Jim Meyering
|
6014da9e30
|
update FSF address in copyright
|
1996-07-15 03:43:36 +00:00 |
|
Jim Meyering
|
e5e6e34ead
|
update FSF address in copyright
|
1996-07-15 03:38:07 +00:00 |
|