Jim Meyering
f76c31d4cd
*** empty log message ***
1997-10-03 03:26:20 +00:00
Jim Meyering
e762d8ee73
(test_vector): Remove _%Z from test `9'.
...
The timezone string was too system dependent.
1997-10-03 03:26:01 +00:00
Jim Meyering
a8cf858306
(fspec_init_dp): Use DTTOIF. Fix syntax error in code
...
that gets compiled on BSDI3.0 systems.
1997-10-03 02:44:33 +00:00
Jim Meyering
20694b3960
*** empty log message ***
1997-09-30 04:33:59 +00:00
Jim Meyering
0b26f06ded
.
1997-09-30 04:32:56 +00:00
Jim Meyering
5bdecc6cc7
.
1997-09-30 04:29:50 +00:00
Jim Meyering
d24d45b2b4
.
1997-09-30 04:29:22 +00:00
Jim Meyering
65ad25c5dc
.
1997-09-30 04:19:40 +00:00
Jim Meyering
a84d00ebd3
.
1997-09-30 04:19:04 +00:00
Jim Meyering
40dfaeed5c
*** empty log message ***
1997-09-28 16:33:22 +00:00
Jim Meyering
de2517a1f4
(remove_dir): Update old comment.
1997-09-28 03:51:00 +00:00
Jim Meyering
4a32d010ef
[enum RM_status]: Remove `= 2'. Add comment.
...
(dir_stack): Describe.
(remove_file): Revert s/fprintf/error/ change. We don't want newlines at
end of prompt strings.
(remove_dir): Likewise.
1997-09-28 03:47:53 +00:00
Jim Meyering
3fca18930e
.
1997-09-28 02:40:17 +00:00
Jim Meyering
02ade899f9
Integrate test to detect bug in memcmp from the
...
Next x86 OpenStep C library. Test program from William Lewis.
1997-09-28 02:32:26 +00:00
Jim Meyering
3e90df41a9
tweak comment
1997-09-27 23:45:54 +00:00
Jim Meyering
a25003439a
.
1997-09-27 23:24:39 +00:00
Jim Meyering
7899ec4a2b
*** empty log message ***
1997-09-27 23:24:27 +00:00
Jim Meyering
dd3edcb414
.
1997-09-25 12:59:56 +00:00
Jim Meyering
b7bfc2d2a2
Make echo conform to POSIX. By default, don't
...
interpret backslash escape sequences.
[V9_DEFAULT]: Don't #define.
(usage): Document -e option.
(main): Recognize options iff POSIXLY_CORRECT is not set.
From Bruno Haible.
1997-09-25 12:58:50 +00:00
Jim Meyering
9177f974da
*** empty log message ***
TEXTUTILS-1_22a
1997-09-22 12:00:10 +00:00
Jim Meyering
77e927d501
od's new z format
1997-09-22 05:00:50 +00:00
Jim Meyering
aa298d7bbe
[struct tspec] (hexl_mode_trailer): Rename from `trailer.'
...
(dump_hexl_mode_trailer): Rename from dump_string_trailer.
Use fputs and putchar instead of trivial or %-less printfs.
(decode_one_format): Parenthesize each field_width assignment in an
argument list to make the side effect a little more apparent.
(write_block): Use fputs and putchar instead of trivial or %-less printfs.
(dump_strings): Cast string_min to off_t to avoid long-standing warning.
1997-09-22 04:59:57 +00:00
Jim Meyering
f1e4f5cf82
Patch from John Kodis.
1997-09-21 20:23:58 +00:00
Jim Meyering
3f11fc8041
.
1997-09-21 13:24:12 +00:00
Jim Meyering
535135e826
*** empty log message ***
1997-09-21 13:22:37 +00:00
Jim Meyering
89d48552da
(IN_CTYPE_DOMAIN): Define.
...
(ISSPACE): Guard with IN_CTYPE_DOMAIN.
(ISDIGIT): Guard with IN_CTYPE_DOMAIN.
(TOUPPER): Guard with IN_CTYPE_DOMAIN.
From Bruno Haible.
1997-09-21 13:22:20 +00:00
Jim Meyering
29becc72ac
(IN_CTYPE_DOMAIN): Define.
...
(ISSPACE): Define.
(ISDIGIT): Define.
(TOLOWER): Define.
1997-09-21 13:19:19 +00:00
Jim Meyering
99e8d1ac51
(IN_CTYPE_DOMAIN): Define.
...
(ISSPACE): Define.
(readname): Use ISSPACE, not isspace.
1997-09-21 13:15:48 +00:00
Jim Meyering
0ea3fb3c07
*** empty log message ***
1997-09-21 04:55:06 +00:00
Jim Meyering
7449936903
(libfu_a_SOURCES): Use hash.c, not oa-hash.c.
...
(noinst_HEADERS): Use hash.h, not oa-hash.h.
1997-09-21 04:54:52 +00:00
Jim Meyering
004c583882
*** empty log message ***
1997-09-21 04:53:29 +00:00
Jim Meyering
fc802521f3
Use hash.c (chaining) functions, not those of oa-hash.c
...
(open addressing). The latter implementation is wonderful when
deletions are rare, but doen't support the frequent deletions
required to implement the active directory set.
1997-09-21 04:53:14 +00:00
Jim Meyering
2e1922942c
(hash_free_0): Remove prototype.
...
Move function to precede first use.
1997-09-21 04:41:19 +00:00
Jim Meyering
2dd7796da0
(ZALLOC): Take Ht parameter instead of relying on one being in scope.
1997-09-20 19:38:29 +00:00
Jim Meyering
20539121db
*** empty log message ***
1997-09-20 19:33:46 +00:00
Jim Meyering
daeaff8c14
*** empty log message ***
1997-09-20 19:33:05 +00:00
Jim Meyering
e760bf3708
*** empty log message ***
1997-09-20 18:32:40 +00:00
Jim Meyering
5f20a181aa
.
1997-09-17 17:06:52 +00:00
Jim Meyering
2fef57672b
use malloc, not xmalloc in obstack #define
...
use Uli's prime code, not near-prime
(hash_initialize): don't require prime table size as input
(hash_insert_if_absent): When rehashing, choose new size that is 2N+1, not 2N.
1997-09-17 17:06:26 +00:00
Jim Meyering
bba93bb711
use HASH_H, not _hash_h_ in #ifndef
...
fix comment: hash_rehash does *not* use hash_key_freer
(HASH_INSERT_NEW_ITEM): Take new arg: Failp.
1997-09-17 17:04:21 +00:00
Jim Meyering
fa1ece2973
from ti/hdlsv
1997-09-17 16:03:32 +00:00
Jim Meyering
4d09de4e63
(main): Call parse_long_options only if POSIXLY_CORRECT
...
is *not* set. Reported by Frank T Lofaro.
1997-09-17 13:04:31 +00:00
Jim Meyering
95343e720d
*** empty log message ***
1997-09-17 13:04:19 +00:00
Jim Meyering
96c7801048
*** empty log message ***
1997-09-17 13:03:53 +00:00
Jim Meyering
85f74e093b
*** empty log message ***
1997-09-17 12:58:45 +00:00
Jim Meyering
ddc44210a4
update from FSF .../copies
1997-09-17 12:46:45 +00:00
Jim Meyering
e52535af00
*** empty log message ***
1997-09-16 20:03:02 +00:00
Jim Meyering
3a0056aa09
.
1997-09-16 19:59:02 +00:00
Jim Meyering
3e9c67e385
tweak message strings
1997-09-15 18:46:42 +00:00
Jim Meyering
821279c98b
tweak message strings
1997-09-15 18:45:47 +00:00