Jim Meyering
418c24dd7e
*** empty log message ***
2001-05-24 06:12:07 +00:00
Jim Meyering
908a517100
Include "quote.h".
...
(argmatch_invalid): Remove explicit `' quotes. Instead, use the
quote function. Reported by Gran Uddeborg.
2001-05-24 06:12:00 +00:00
Jim Meyering
97606853e8
*** empty log message ***
2001-05-24 06:08:53 +00:00
Jim Meyering
8636b9323e
(main): Remove quotes around %s.
...
The argument is already quoted via the quote function.
2001-05-24 06:08:33 +00:00
Jim Meyering
574916aa9f
*** empty log message ***
2001-05-22 06:56:48 +00:00
Jim Meyering
61e7341926
(_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
...
now that we use the package-supplied version unconditionally.
(jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
2001-05-22 06:56:43 +00:00
Jim Meyering
b0b1bd5ae2
.
2001-05-21 12:39:35 +00:00
Jim Meyering
d736fb1b2c
.
2001-05-21 12:38:25 +00:00
Jim Meyering
4893d6c53b
.
2001-05-21 12:37:24 +00:00
Jim Meyering
c025720350
*** empty log message ***
2001-05-21 12:35:40 +00:00
Jim Meyering
ee7bb8de6e
*** empty log message ***
2001-05-21 12:35:14 +00:00
Jim Meyering
5bb5ceb5a2
($(DVIS), $(INFO_DEPS)): Depend on $(EXTRA_DIST).
...
(DISABLED_constants.texi): New rule -- disabled for now.
2001-05-21 12:34:57 +00:00
Jim Meyering
3cbc678ef0
.
2001-05-21 10:53:11 +00:00
Jim Meyering
6f960a3224
*** empty log message ***
2001-05-21 10:52:36 +00:00
Jim Meyering
1053d6cc80
Change a couple backticks to single quotes to avoid shell syntax errors.
2001-05-21 10:52:02 +00:00
Jim Meyering
0352337f1e
.
2001-05-21 07:35:22 +00:00
Jim Meyering
d87fc7bc94
*** empty log message ***
2001-05-21 07:05:42 +00:00
Jim Meyering
ca7fc5d683
Add new --time-style option.
...
Change --full-time to be equivalent to --time-style=full-iso.
2001-05-21 07:05:37 +00:00
Jim Meyering
e204540061
.
2001-05-21 06:59:27 +00:00
Jim Meyering
692f81b371
*** empty log message ***
2001-05-21 06:46:56 +00:00
Jim Meyering
8e1897a33b
(jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
2001-05-21 06:46:52 +00:00
Jim Meyering
2c3988dbca
*** empty log message ***
2001-05-21 06:36:43 +00:00
Jim Meyering
760d4e6f3a
(dir_name): Compute append_dot using path, not newpath
...
which is not yet declared.
2001-05-21 06:36:36 +00:00
Jim Meyering
52ba9d8815
*** empty log message ***
2001-05-21 05:49:47 +00:00
Jim Meyering
49d1716c11
(wget-update): depcomp and missing are now in automake's lib/ subdirectory.
2001-05-21 05:49:42 +00:00
Jim Meyering
02095a6616
.
2001-05-20 21:09:06 +00:00
Jim Meyering
1926146ed5
Include "hard-locale.h".
...
(nstrftime): New decl.
(enum time_style): New enum.
(time_style_args, time_style_types): New constants.
(full_time): Remove.
(long_time_format): Initialize to POSIX defaults.
(TIME_STYLE_OPTION): New constant.
(long_options, decode_switches, usage): Add --time-style support.
(long_time_expected_width): Use nstrftime, not strftime.
(print_long_format): Likewise.
Increase initial size to match new full-iso time style.
2001-05-20 20:44:33 +00:00
Jim Meyering
017ada27dd
*** empty log message ***
2001-05-20 20:44:08 +00:00
Jim Meyering
f7b3fa35e6
Unset QUOTING_STYLE and TIME_STYLE. Set TZ.
...
Adjust to change in full-time format.
Fix typo in failure messages (-a and -m were interchanged).
2001-05-20 20:43:52 +00:00
Jim Meyering
c9277ec2a9
*** empty log message ***
2001-05-20 20:41:32 +00:00
Jim Meyering
8b7078eada
(my_strftime):
...
Define to nstrftime if emacs, but only if my_strftime is not defined.
(extra_args, extra_args_spec, extra_args_spec_iso): Rename from
ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
Add one more extra argument: a nanoseconds value.
All uses changed.
(ns): New macro.
(my_strftime function): Add %N format.
(emacs_strftimeu): Renamed from emacs_strftime,
with extra ut argument.
2001-05-20 20:41:20 +00:00
Jim Meyering
a917db5ab2
(libfetish_a_SOURCES):
...
Add strftime.c, since we now compile it on all hosts.
2001-05-20 20:39:28 +00:00
Jim Meyering
8033ceb4ae
*** empty log message ***
2001-05-20 20:38:29 +00:00
Jim Meyering
79bb16b328
(jm_FUNC_GNU_STRFTIME):
...
Don't bother to check library strftime, since
we'll be using our own my_strftime function anyway.
Define my_strftime instead of strftime.
2001-05-20 20:38:25 +00:00
Jim Meyering
ee5f88a66f
*** empty log message ***
2001-05-20 18:46:20 +00:00
Jim Meyering
b85edfac45
(parse_obsolescent_option): Accept a b suffix.
2001-05-20 18:46:09 +00:00
Jim Meyering
67785d9d82
.
2001-05-20 18:18:17 +00:00
Jim Meyering
4b532bfa2f
(EXTRA_DIST): Add constants.texi and doclicense.texi.
...
(info_TEXINFOS): s/fileutils/omni-utils/.
(check-texinfo): New rule.
(check): Depend on check-texinfo.
2001-05-20 08:21:05 +00:00
Jim Meyering
175fa8ef06
Make all references to POSIX use @sc{posix}.
2001-05-20 07:24:08 +00:00
Jim Meyering
5f64ac353e
.
2001-05-20 07:12:33 +00:00
Jim Meyering
df80cbe561
(uniq invocation): Document the new optional
...
arguments to the --all-repeated option.
2001-05-20 06:57:37 +00:00
Jim Meyering
c04dab58ad
*** empty log message ***
2001-05-20 06:56:32 +00:00
Jim Meyering
62c7564165
Rename new option values: s/all/precede/ and s/minimum/separate/.
2001-05-20 06:56:24 +00:00
Jim Meyering
f251729f7a
*** empty log message ***
2001-05-20 06:55:06 +00:00
Jim Meyering
c08d959056
reflect option value renamings
2001-05-20 06:54:05 +00:00
Jim Meyering
1f0fb076ba
.
2001-05-19 10:35:01 +00:00
Jim Meyering
352912e2b2
*** empty log message ***
2001-05-19 09:33:08 +00:00
Jim Meyering
43624d4052
(delimit_method_map): Remove trailing comma.
2001-05-19 08:45:13 +00:00
Jim Meyering
43614bef5f
*** empty log message ***
2001-05-19 08:44:04 +00:00
Jim Meyering
cfb5f2d82a
Test new, --all-repeated options.
2001-05-19 08:43:57 +00:00