1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-22 10:06:36 +02:00
Commit Graph

2274 Commits

Author SHA1 Message Date
Jim Meyering cd2e2180d9 . 1996-07-27 22:30:11 +00:00
Jim Meyering 6932ade12e (bindtextdomain) [!ENABLE_NLS]: Undefine to avoid
redefinition warnings on solaris.
(textdomain) [!ENABLE_NLS]: Likewise.
1996-07-27 22:29:01 +00:00
Jim Meyering c49c9a04e1 . 1996-07-26 04:32:30 +00:00
Jim Meyering b294dd43a1 (unexpand): Move EOF check to follow code that
processes and generates output for pending spaces.
Before `printf '  ' |unexpand -t 1,2' generated no output.
1996-07-26 04:31:29 +00:00
Jim Meyering 7ce576ff06 (md5_check): Remove parameter, BINARY.
Rename local TYPE_FLAG to BINARY, so md5_file uses the binary mode
from the input stream rather than the one from the command line.
(main): Fail with a diagnostic if --binary or --text is specified
when verifying checksums.
Reported by Eli Zaretskii <eliz@is.elta.co.il>.
1996-07-26 04:11:21 +00:00
Jim Meyering 733c16465d . 1996-07-26 04:11:11 +00:00
Jim Meyering 981f5ba012 (main): Fix typo in getopt_long string: s/n/h/.
Reported by Ken Pizzini.
1996-07-26 02:11:34 +00:00
Jim Meyering 0e180c8f19 (usage): Remove -h. It is not an option.
Reported by Ulrich Drepper.
1996-07-25 03:25:32 +00:00
Jim Meyering 005ed75540 cv. 1996-07-22 04:50:43 +00:00
Jim Meyering 52211041ad . 1996-07-22 04:42:16 +00:00
Jim Meyering 304295c24c . 1996-07-22 01:57:10 +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 1089f9b929 . 1996-07-21 22:48:46 +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 96a39fa3f6 . 1996-07-21 22:46:46 +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 7f26c2724a . 1996-07-21 17:25:50 +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 7f1cf81aba . 1996-07-21 17:13:47 +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 9d06a0075d . 1996-07-21 17:11:01 +00:00
Jim Meyering 1d791a1487 . 1996-07-21 17:01:52 +00:00
Jim Meyering 998e5ad1c0 . 1996-07-21 16:59:36 +00:00
Jim Meyering 67c2366944 . 1996-07-21 16:57:47 +00:00
Jim Meyering bb952869e7 . 1996-07-21 14:52:33 +00:00
Jim Meyering 35b1d6a948 . 1996-07-21 14:51:46 +00:00
Jim Meyering 63dece38a1 (usage): Correct typo (-iucl -> -iuclc) in usage message.
From Thomas Olsson <d95to@efd.lth.se>.
1996-07-21 14:51:02 +00:00
Jim Meyering 3904fb599e . 1996-07-20 22:14:05 +00:00
Jim Meyering 7b7b289e2d . 1996-07-20 21:01:55 +00:00
Jim Meyering f8939357a3 . 1996-07-20 05:24:15 +00:00
Jim Meyering 5f79c9e91b (path_concat): Rewrite to return new parameter.
(do_copy): Update uses of path_concat to use new parameter.
Use that new pointer to compute correct offset for make_path_private.
Before, cp --recursive --parents SRC DEST failed when SRC was
an absolute file name.  E.g.,
% cd /tmp; rm -rf d f; mkdir d; touch f; cp -PR /tmp/f d
cp: tmp: No such file or directory
Reported by Horst von Brand vonbrand@sleipnir.valparaiso.cl.
1996-07-20 05:24:09 +00:00
Jim Meyering 16c56c7d73 [_AIX]: Add #pragma alloca.
From Bernd Leibing <bernd.leibing@rz.uni-ulm.de>.
1996-07-19 03:56:23 +00:00
Jim Meyering 8c074a6577 . 1996-07-19 03:15:30 +00:00
Jim Meyering 2feeeb5972 . 1996-07-19 03:00:00 +00:00
Jim Meyering 89495b81dd (main): Initialize for internationalized message support:
call setlocale, bindtextdomain, and textdomain.  Reported by
Michel Robitaille <robitail@IRO.UMontreal.CA>.
1996-07-19 02:59:54 +00:00
Jim Meyering a5c67e1c05 . 1996-07-18 04:44:54 +00:00
Jim Meyering b288e0f8f5 . 1996-07-18 04:36:09 +00:00
Jim Meyering 5d3af013b0 . 1996-07-18 04:15:00 +00:00
Jim Meyering b734adb860 Include <sys/types.h> before system.h. 1996-07-18 04:14:51 +00:00
Jim Meyering 88db35dd77 Include <sys/types.h> before system.h. 1996-07-18 04:14:19 +00:00
Jim Meyering 6efc03fd41 Include <sys/types.h> before system.h. 1996-07-18 04:13:52 +00:00
Jim Meyering befcaa08e8 . 1996-07-18 03:37:55 +00:00
Jim Meyering 59834c2c06 . 1996-07-17 05:34:40 +00:00
Jim Meyering ed48dc8cae Use `;' instead of (void)0. 1996-07-17 05:29:47 +00:00
Jim Meyering f3bcc28b21 . 1996-07-17 03:30:55 +00:00
Jim Meyering e549af7279 (OFF_T_MAX): Remove definition.
(main): Compare against LONG_MAX rather than OFF_T_MAX.
1996-07-17 03:13:54 +00:00
Jim Meyering e5c3e23ec4 . 1996-07-17 03:13:45 +00:00