1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-28 11:29:09 +02:00
Commit Graph

4052 Commits

Author SHA1 Message Date
Jim Meyering b6bc4c265e *** empty log message *** 1997-10-06 05:32:54 +00:00
Jim Meyering f8265dd3d8 *** empty log message *** 1997-10-06 05:25:59 +00:00
Jim Meyering 48f0a08332 fix braino 1997-10-06 05:23:49 +00:00
Jim Meyering c8eb28c84b . 1997-10-06 05:04:16 +00:00
Jim Meyering e13ae8ea54 (noinst_HEADERS): Add savedir.h. 1997-10-06 05:04:11 +00:00
Jim Meyering 947713c68b . 1997-10-06 04:58:33 +00:00
Jim Meyering 7bff8c9b50 (struct cp_options): New field: require_preserve. 1997-10-06 04:58:26 +00:00
Jim Meyering eb2947bbbd (cp_option_init): Initialize it.
(main): Set to 1 for -a and for -p.
1997-10-06 04:58:05 +00:00
Jim Meyering fe12b67113 (copy_internal): Use require_preserve. 1997-10-06 04:57:40 +00:00
Jim Meyering 22a4f828db . 1997-10-04 01:57:39 +00:00
Jim Meyering 03ae2c6b97 Remove old-style savedir dcl.
Include savedir.h for prototype.
1997-10-04 01:57:12 +00:00
Jim Meyering 3445d47a10 Remove old-style savedir dcl.
Include savedir.h for prototype.
1997-10-04 01:56:23 +00:00
Jim Meyering a3ce4b756d *** empty log message *** 1997-10-04 01:55:11 +00:00
Jim Meyering 5873623fd5 (savedir): Declare DIR parameter to be const.
Include savedir.h.
1997-10-04 01:43:58 +00:00
Jim Meyering a1faaa73d3 . 1997-10-04 01:43:13 +00:00
Jim Meyering 792a091d75 . 1997-10-03 03:28:05 +00:00
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