|
9fb5802a
|
1998-08-07T12:54:51
|
|
update from glibc
|
|
04e03d50
|
1998-08-03T03:03:11
|
|
Ansideclify.
|
|
069ca377
|
1998-08-03T03:02:20
|
|
*** empty log message ***
|
|
13192579
|
1998-08-03T03:02:04
|
|
(readline): Return zero upon error as well as upon
end of file. From James Youngman.
|
|
0ba789ce
|
1998-07-29T04:00:36
|
|
Remove duplicate include of <stdio.h>.
|
|
5d783169
|
1998-07-29T03:58:55
|
|
(struct mount_entry):
New members me_dummy, me_remote.
(read_filesystem_list): Remove all_fs argument.
(REMOTE_FS_TYPE): Remove.
(ME_DUMMY, ME_REMOTE): New macros.
From Paul.
|
|
ea12546c
|
1998-07-29T03:58:02
|
|
(read_filesystem_list): Remove all_fs
argument, but put the necessary information into the result so
that the caller can ignore filesystems that he's not
interested in.
From Paul.
|
|
399bff08
|
1998-07-25T15:01:32
|
|
Use PARAMS macro.
|
|
83d2e1ba
|
1998-07-25T15:00:37
|
|
(xatoi): Ansideclify.
(fstype_to_string): Ansideclify.
|
|
ae9fb019
|
1998-07-25T14:55:10
|
|
(REMOTE_FS_TYPE): New macro.
|
|
a7e84e3d
|
1998-07-25T14:54:42
|
|
(read_filesystem_list) [MOUNTED_GETMNTINFO]: Use fsp_to_string.
(fsp_to_string): Don't xmalloc return value (yet).
|
|
feeb972f
|
1998-07-25T14:41:04
|
|
(read_filesystem_list): If all_fs is negative, omit non-local filesytems.
From Paul Eggert.
|
|
3e654383
|
1998-07-25T13:48:45
|
|
.
|
|
23360fcb
|
1998-07-22T18:30:16
|
|
(human_readable): amt -> damt, to fix typo when
computing which power to use after overflow occurs during
multiplication.
From Paul Eggert.
|
|
6ce9913b
|
1998-07-22T16:57:15
|
|
Include <stdio.h> if NDEBUG is not defined; needed on SunOS 4.
From Paul Eggert.
|
|
4c32b89c
|
1998-07-20T03:58:24
|
|
.
|
|
0e334dd9
|
1998-07-18T12:28:31
|
|
(read_filesystem_list): Fix more memory leaks on failure.
From Andreas Schwab.
|
|
bc581d10
|
1998-07-16T23:26:50
|
|
(noinst_HEADERS): Add lchown.h.
|
|
3ec9676d
|
1998-07-16T23:25:29
|
|
include lchown.h
|
|
7f33074a
|
1998-07-16T23:23:05
|
|
.
|
|
98e0c959
|
1998-07-16T23:12:25
|
|
[!ENOSYS] (ENOSYS): Define to ENOTSUP or ENOMSG.
|
|
3823a272
|
1998-07-16T23:02:19
|
|
Update prototype.
|
|
19679ec8
|
1998-07-16T23:02:03
|
|
(safe_read): Change type of pointer parameter to
`void' to avoid Irix4 cc errors. Reported by Kaveh Ghazi.
|
|
f4f0b655
|
1998-07-04T17:15:08
|
|
Include stdio.h. Required on some systems when using assert.
From Kaveh Ghazi.
|
|
e04cab09
|
1998-07-04T03:42:40
|
|
.
|
|
ee369d4b
|
1998-07-04T01:44:01
|
|
remove ifdef around inclusion of regex.h altogether!!
|
|
40b13bd6
|
1998-07-04T01:33:19
|
|
(noinst_HEADERS): Add regex.h.
|
|
2bc1fe2a
|
1998-07-04T00:48:11
|
|
(read_filesystem_list):
Don't leak memory on failure.
Don't create a dummy struct mount_entry entry;
use the address-of-the-tail-address method instead.
Preserve errno if possible on failure, setting it to 0 if inapplicable.
Close file descriptor leak if the F_SETLKW failed.
Report an error if SVR4 lock file cannot be opened for some reason
other than a nonexistent lock file.
|
|
edbb0712
|
1998-07-04T00:19:23
|
|
.
|
|
7509c70d
|
1998-07-04T00:15:37
|
|
Change guard on <regex.h> inclusion to use new
symbol `! HAVE_LIBC_REGEX' defined in m4/regex.m4.
|
|
6fdecf95
|
1998-07-01T12:44:22
|
|
Don't define NDEBUG, now that it's done via configure's --disable-assert option.
|
|
32a530aa
|
1998-06-30T14:32:53
|
|
(read_filesystem_list):
Plug file descriptor leak on failure.
Report failure if lock file can't be opened for some reason
other than nonexistence.
|
|
ff8b01f4
|
1998-06-30T03:56:57
|
|
(read_filesystem_list) [MOUNTED_GETMNTENT2]:
Always close stream and file descriptor before returning.
|
|
07ce9324
|
1998-06-30T02:15:43
|
|
(read_filesystem_list): If SVR4, lock /etc/.mnttab.lock if available,
to avoid race conditions (e.g. with the automounter on Solaris 2.6).
Include <errno.h>, <fcntl.h>, <unistd.h>.
|
|
42b5becc
|
1998-06-29T20:29:28
|
|
protoize
|
|
b6a91103
|
1998-06-29T17:01:48
|
|
(fstype_to_string): Guard with #if ! HAVE_F_FSTYPENAME_IN_STATFS.
|
|
70f6f1ad
|
1998-06-29T15:24:43
|
|
* lib/xstrtol.c (bkm_scale): Don't assume that you can convert
unsigned long to double without losing information.
(bkm_scale_by_power): New function.
* lib/xstrtol.c (__xstrtol), src/dd.c (parse_integer):
Add support for SI-like suffixes like "GB" and "TD".
* src/dd.c (usage): Describe it.
|
|
026383c8
|
1998-06-29T15:24:15
|
|
(__ZLONG_MAX): Remove.
|
|
c65fe04f
|
1998-06-29T15:23:45
|
|
(human_readable): Coalesce last two args into one, for convenience.
|
|
96e78d1f
|
1998-06-29T15:23:04
|
|
* lib/human.c, lib/human.h (human_readable): Coalesce last two args
into one, for convenience. All callers changed.
(human_block_size): New function.
* lib/human.c: Include <config.h> only if HAVE_CONFIG_H.
Include <stdlib.h> if HAVE_STDLIB_H;
declare getenv unless HAVE_DECL_GETENV.
(_): New macro.
Include <argmatch.h>, <error.h>, <xstrtoul.h>.
(DEFAULT_BLOCK_SIZE): New macro.
(block_size_args, block_size_types): New constants.
(humblock): New function.
|
|
c52618d1
|
1998-06-29T01:10:24
|
|
(fsp_to_string): Clean out some crufty #ifdefs
now that we're using the jm_FSTYPENAME autoconf macro.
|
|
f88ac7eb
|
1998-05-25T03:41:02
|
|
.
|
|
136333c1
|
1998-05-24T14:20:58
|
|
.
|
|
6cf802f3
|
1998-05-24T14:00:03
|
|
Fix braino: check S_ISLNK only if lstat succeeds.
|
|
5e3f5023
|
1998-05-24T13:41:57
|
|
fix typo: s/chat/char/
|
|
7aa812e9
|
1998-05-19T15:15:09
|
|
*** empty log message ***
|
|
07d201fb
|
1998-05-19T15:06:49
|
|
.
|
|
7abd4b24
|
1998-05-16T20:26:54
|
|
(read_utmp): Add variant for systems that have the utmpname function.
Ansideclify.
|
|
bc44d402
|
1998-05-16T04:39:24
|
|
(is_prime): Ansideclify.
(next_prime): Ansideclify. Add an assertion.
|
|
49e6107d
|
1998-05-16T04:37:45
|
|
(EXTRA_DIST): Remove. Automake groks the `LIBOBJS='
lines in the m4/*.m4 macros, so the hack of including some
custom-replaced C source file names here is no longer needed.
|
|
7a13295e
|
1998-05-16T04:30:42
|
|
.
|
|
428e9107
|
1998-05-10T16:04:39
|
|
Don't declare strdup if it's defined as a macro.
Reported by Lorne Baker.
|
|
677f8065
|
1998-05-04T00:27:15
|
|
.
|
|
6e55997c
|
1998-05-03T22:14:55
|
|
.
|
|
d6905ada
|
1998-05-02T15:25:56
|
|
.
|
|
140b7a20
|
1998-04-28T12:19:53
|
|
tweak from FSF
|
|
63b027ff
|
1998-04-13T16:29:58
|
|
(noinst_HEADERS): Add safe-read.h.
|
|
c965104e
|
1998-04-13T13:51:27
|
|
.
|
|
0eeff3be
|
1998-04-12T15:16:37
|
|
.
|
|
96462d30
|
1998-04-12T09:39:30
|
|
(TYPE_MAXIMUM): Update from system.h.
|
|
105aa815
|
1998-04-11T17:53:09
|
|
(noinst_HEADERS): Add safe-read.h.
|
|
84acb508
|
1998-04-11T17:52:28
|
|
.
|
|
0e9de31e
|
1998-04-11T15:37:35
|
|
split a couple long lines
|
|
6845df70
|
1998-04-11T15:35:06
|
|
Add curly braces around statements in if/else/while/do/etc. that
span more than a line -- even around multiline simple statements or
single-line simple statements preceded by a comment line.
|
|
7efc2307
|
1998-04-11T15:04:39
|
|
.
|
|
f629cb35
|
1998-04-09T07:28:10
|
|
indent cpp directives
|
|
2dbc26c0
|
1998-04-09T07:22:52
|
|
make there be two spaces after `.' in comments
|
|
a273f0ec
|
1998-04-06T08:09:36
|
|
Lots of minor spec and name changes, and new comments.
From François Pinard.
|
|
ecdc5485
|
1998-04-06T08:09:11
|
|
Lots of minor spec and name changes, and new comments.
(hash_rehash): Rewritten to be easier on the allocator.
From François Pinard.
|
|
cf04d496
|
1998-04-06T00:26:54
|
|
*** empty log message ***
|
|
0d88dfed
|
1998-04-05T23:44:12
|
|
*** empty log message ***
|
|
a76c548e
|
1998-04-05T23:43:58
|
|
.
|
|
62227802
|
1998-04-05T21:32:26
|
|
add braces to disambiguate ambiguous else
|
|
f711379c
|
1998-04-05T18:24:18
|
|
(WIDE_CHAR_SUPPORT): Define.
This now depends on HAVE_BTOWC so systems that lack btowc (like
solaris-2.5.1) don't lose.
|
|
3fdc98be
|
1998-04-04T21:37:50
|
|
*** empty log message ***
|
|
33bed6ea
|
1998-04-04T18:16:51
|
|
(PARAMS): Define.
|
|
fa39892b
|
1998-03-31T13:14:22
|
|
Merge with the version from textutils.
|
|
84101579
|
1998-03-31T12:09:55
|
|
add descriptive first-line comment
|
|
5bef2f78
|
1998-03-31T12:05:17
|
|
(rpl_memcmp): Rename from memcmp.
|
|
12cc8b97
|
1998-03-27T22:29:05
|
|
remove dcl of unused local, num_regs
|
|
743c80bf
|
1998-03-27T12:40:03
|
|
cpp-directive aesthetics
|
|
9e096f5f
|
1998-03-27T11:23:07
|
|
new version from Uli
|
|
ccb04df5
|
1998-03-23T22:47:05
|
|
.
|
|
54dce95d
|
1998-03-23T07:24:54
|
|
update from libc/copies
|
|
d56026b4
|
1998-03-21T08:49:00
|
|
Update from patch-2.5.3.
|
|
769d477a
|
1998-03-19T22:18:04
|
|
Include <limits.h>.
(CHAR_BIT, EXTRACT_TOP_BIT, PROPAGATE_TOP_BIT): New macros.
(get_fs_usage): If top bit of system variable corresponding to
fsu_bavail is set, then set fsu_bavail_top_bit_set, and
sign-extend the value when storing it into fsu_bavail.
|
|
0daa10b1
|
1998-03-19T22:17:43
|
|
(struct fs_usage): New member
fsu_bavail_top_bit_set.
|
|
67f394c1
|
1998-03-15T11:09:10
|
|
Use #if, not #ifdef with HAVE_ macros
|
|
35f70728
|
1998-03-15T08:11:02
|
|
update from fsf
|
|
63c0ef79
|
1998-03-14T19:53:21
|
|
*** empty log message ***
|
|
dd57bf31
|
1998-03-14T16:38:35
|
|
.
|
|
a34cff22
|
1998-03-14T16:31:51
|
|
s/get-date.h/getdate.h/
|
|
20d7d557
|
1998-03-14T16:30:52
|
|
.
|
|
fc161832
|
1998-03-13T15:25:49
|
|
protoize
|
|
bf384095
|
1998-03-13T15:24:43
|
|
(getugroups): Don't add a group number if it would be a duplicate.
From Ulrich Drepper.
|
|
a19e601b
|
1998-03-10T22:55:20
|
|
(getuidbyname) [__DJGPP__]: Make function know about
any arbitrary user name.
(getgidbyname) [__DJGPP__]: Make function know about any arbitrary
group name.
From Eli.
|
|
6b8b6dee
|
1998-03-10T22:49:04
|
|
(parse_user_spec) [__DJGPP__]: Make function know
about any arbitrary user and group by pretending to be the user
and to belong to the group specified in `spec_arg' argument.
|
|
894a82c4
|
1998-02-25T23:35:53
|
|
.
|
|
5472ac42
|
1998-02-24T23:33:41
|
|
(TYPE_SIGNED): Define.
(TYPE_MAXIMUM): Define.
(ULONG_MAX): Use TYPE_MAXIMUM.
(LONG_MAX): Use TYPE_MAXIMUM.
|
|
da2cd9bb
|
1998-02-24T23:31:40
|
|
(libfu_a_SOURCES): Add quotearg.c.
(noinst_HEADERS): Add quotearg.h.
|