Jim Meyering
|
fd3bfce0cc
|
New version from FSF.
|
1995-04-26 17:02:38 +00:00 |
|
Jim Meyering
|
1b51c7e73b
|
Protect format and printf with __*__.
|
1995-04-24 16:25:29 +00:00 |
|
Jim Meyering
|
af8e117d0d
|
Fix mostly per Franc,ois' suggestions.
|
1995-04-22 05:54:18 +00:00 |
|
Jim Meyering
|
a87015327e
|
Update and add copyright.
|
1995-04-21 17:29:15 +00:00 |
|
Jim Meyering
|
c70ee3bf4a
|
merge with 1.11.d
|
1995-03-21 01:43:35 +00:00 |
|
Jim Meyering
|
f371bb0b80
|
sync from FSF
|
1995-03-20 15:09:56 +00:00 |
|
Jim Meyering
|
4b72e436e6
|
.
|
1995-03-20 14:26:41 +00:00 |
|
Jim Meyering
|
cb715fe584
|
.
|
1995-03-12 18:21:38 +00:00 |
|
Jim Meyering
|
e71dcd4c81
|
Undef __P before defining it.
|
1995-03-12 18:06:08 +00:00 |
|
Jim Meyering
|
91f5d65874
|
Make source const.
|
1995-03-12 15:26:36 +00:00 |
|
Jim Meyering
|
e677aefec1
|
Update from glibc.
|
1995-03-12 15:26:09 +00:00 |
|
Jim Meyering
|
6e811f30ac
|
(SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)'
instead of using trailing `else' -- otherwise, gcc -Wall complains
of `empty body in an else-statement'.
|
1995-02-28 13:54:33 +00:00 |
|
Jim Meyering
|
b53cae8492
|
Always include system headers, but define-away any putenv prototype.
|
1995-02-28 12:08:03 +00:00 |
|
Jim Meyering
|
861ff7f26c
|
Remove sys-dependent cruft and define-away getopt in system headers
instead.
|
1995-02-28 12:06:57 +00:00 |
|
Jim Meyering
|
44416660ae
|
update from FSF
|
1995-02-16 20:25:54 +00:00 |
|
Jim Meyering
|
a40b092725
|
(SOURCES): Add memcmp.c, memcpy.c, and memset.c.
|
1995-02-11 14:11:36 +00:00 |
|
Jim Meyering
|
b4994dc3fe
|
.
|
1995-02-11 14:02:02 +00:00 |
|
Jim Meyering
|
1976546062
|
.
|
1995-01-27 19:32:16 +00:00 |
|
Jim Meyering
|
fedcb63136
|
(get_fs_usage, statfs): Use safe_read, and safe_stat rather than
bare read and stat.
|
1995-01-27 17:20:54 +00:00 |
|
Jim Meyering
|
7ccb88fbc5
|
Declare errno if it's not defined.
Rename SAFE_STAT to safe_stat.
|
1995-01-27 17:16:56 +00:00 |
|
Jim Meyering
|
0fd3803567
|
Declare errno if it's not defined.
|
1995-01-27 17:16:19 +00:00 |
|
Jim Meyering
|
b284f343cb
|
(DEFS): Remove -Dlint.
(DISTFILES): Add error.h.
|
1995-01-27 17:09:18 +00:00 |
|
Jim Meyering
|
5dabd0cdec
|
Rename SAFE_STAT to safe_stat.
|
1995-01-27 17:07:36 +00:00 |
|
Jim Meyering
|
fbf807583e
|
Rename SAFE_STAT to safe_stat.
|
1995-01-27 17:05:42 +00:00 |
|
Jim Meyering
|
e6e3d524da
|
Rename SAFE_STAT to safe_stat.
|
1995-01-27 17:05:11 +00:00 |
|
Jim Meyering
|
b4cde80810
|
.
|
1995-01-27 15:35:17 +00:00 |
|
Jim Meyering
|
85bb215ab8
|
(basename): Use strrchr, not rindex.
[!STDC_HEADERS && !HAVE_STRING_H]: Define strrchr to rindex.
|
1995-01-27 15:23:48 +00:00 |
|
Jim Meyering
|
b38a5a7a17
|
.
|
1995-01-27 15:01:25 +00:00 |
|
Jim Meyering
|
4ecaaf1fa7
|
.
|
1995-01-27 15:00:54 +00:00 |
|
Jim Meyering
|
428920f8fc
|
.
|
1995-01-27 14:41:51 +00:00 |
|
Jim Meyering
|
1a41e74d32
|
.
|
1995-01-27 05:37:03 +00:00 |
|
Jim Meyering
|
66444bdafb
|
Remove/rewrite some comments.
|
1995-01-27 05:36:14 +00:00 |
|
Jim Meyering
|
b554fee401
|
.
|
1995-01-27 05:22:23 +00:00 |
|
Jim Meyering
|
9485d96553
|
See log in textutils/lib/.
|
1995-01-08 19:33:34 +00:00 |
|
Jim Meyering
|
72bb9e6307
|
Rearrange to accept a user-specified set of suffix chars (must be
a subset of master list), each with a hard-coded value.
|
1994-12-22 05:10:32 +00:00 |
|
Jim Meyering
|
eaa5cc3f91
|
.
|
1994-12-20 05:05:55 +00:00 |
|
Jim Meyering
|
3205d087e2
|
.
|
1994-12-20 04:17:23 +00:00 |
|
Jim Meyering
|
5dd4159e77
|
(safe_read): Get this function from gcc's cccp.c.
|
1994-12-10 22:00:12 +00:00 |
|
Jim Meyering
|
06084cb7e8
|
Get putenv.c from /copies (derived from glibc).
Hack it to work with SGI's __environ junk.
|
1994-12-04 21:08:50 +00:00 |
|
Jim Meyering
|
7f2c21525b
|
.
|
1994-11-21 14:23:15 +00:00 |
|
Jim Meyering
|
b81d2117e2
|
(SOURCES): Add strtol.c.
|
1994-11-11 16:10:16 +00:00 |
|
Jim Meyering
|
4c722a96ba
|
merge with 1.12
|
1994-11-06 17:51:23 +00:00 |
|
Jim Meyering
|
0683ef74d1
|
Initial revision
|
1994-11-06 17:40:20 +00:00 |
|
Jim Meyering
|
9bfdace83a
|
merge with 3.10
|
1994-11-05 13:37:38 +00:00 |
|
Jim Meyering
|
fad3ef71a4
|
merge with 3.9u1
|
1994-11-04 16:50:04 +00:00 |
|
Jim Meyering
|
8de255ea61
|
Change _P to __P.
|
1994-11-04 14:04:43 +00:00 |
|
Jim Meyering
|
8edc08d48e
|
Include makepath.h.
Add an argument: PRESERVE_EXISTING.
Declare char* arguments const.
|
1994-11-04 06:05:34 +00:00 |
|
Jim Meyering
|
3b99cd3ae3
|
.
|
1994-11-04 06:04:42 +00:00 |
|
Jim Meyering
|
0e1e2d8069
|
(DISTFILES): Add makepath.h.
(makepath.o): Depend on it.
|
1994-11-04 06:02:21 +00:00 |
|
Jim Meyering
|
b808409fe7
|
(rwx): Use S_IRUSR, S_IWUSR, S_IXUSR instead of obsolete
S_IREAD, S_IWRITE, S_IEXEC.
Make sure the former three are defined.
|
1994-11-03 22:03:54 +00:00 |
|