1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-01 05:26:20 +02:00
Commit Graph

10339 Commits

Author SHA1 Message Date
Jim Meyering 134bbf752c whoops. move printf args, too 2001-01-08 08:34:52 +00:00
Jim Meyering b27dd775ad (usage): Split long message string. 2001-01-07 16:15:37 +00:00
Jim Meyering e230d9a62b *** empty log message *** 2001-01-07 16:13:34 +00:00
Jim Meyering 7709a02741 Split a string that was longer than 2048 bytes. 2001-01-07 16:13:27 +00:00
Jim Meyering aaf9e9a820 (usage): Split a string that was longer than 2048 bytes. 2001-01-07 16:11:14 +00:00
Jim Meyering 674fed73ec (usage): Split a string that was longer than 2048 bytes. 2001-01-07 16:10:50 +00:00
Jim Meyering 98d1d862d5 back out last, prematurely-committed, change 2001-01-07 16:07:33 +00:00
Jim Meyering aaef348f3d Correct the indentation of an `#endif'. 2001-01-07 16:06:27 +00:00
Jim Meyering 9bc96fd932 clean up after commit hook testing 2001-01-07 10:57:29 +00:00
Jim Meyering 7b0658b00f testing -- commit should fail 2001-01-07 10:54:06 +00:00
Jim Meyering f4034df457 testing -- commit should fail 2001-01-07 10:52:43 +00:00
Jim Meyering 5856751f41 testing -- commit should fail 2001-01-07 10:51:00 +00:00
Jim Meyering 4df9c47ca7 (usage): Untabify. 2001-01-07 10:12:25 +00:00
Jim Meyering 354a71cdc2 *** empty log message *** 2001-01-07 10:12:16 +00:00
Jim Meyering 481c79dfac *** empty log message *** 2001-01-07 09:23:28 +00:00
Jim Meyering 5e32f7c19a s/can not/cannot/ 2001-01-07 09:23:18 +00:00
Jim Meyering c5b4a727ab *** empty log message *** 2001-01-07 09:21:41 +00:00
Jim Meyering 8c07ff563b (parse_group): Normalize spelling. 2001-01-07 09:21:34 +00:00
Jim Meyering fa997616ff normalize spelling in comment 2001-01-07 09:20:47 +00:00
Jim Meyering 0edd80c0f2 *** empty log message *** 2001-01-04 17:59:32 +00:00
Jim Meyering cc49da4ddf (main): Fail when --rfc-822 (-R) is specified along
with a format string.  Reported by Jochen Hein.
2001-01-04 17:59:22 +00:00
Jim Meyering b7b4bec8df . 2001-01-04 14:00:07 +00:00
Jim Meyering 7aed2f97a5 . 2001-01-04 10:19:49 +00:00
Jim Meyering 89c7458b53 Sync with glibc time/strftime.c 1.81. 2001-01-04 10:19:43 +00:00
Jim Meyering 0809f17d77 . 2001-01-03 21:04:52 +00:00
Jim Meyering 550edf90b2 Use the more precise algorithm of GNU "make" to decide whether
a file is in the future, by looking at high-resolution time
stamps if available.

(TIMESPEC_NS): New macro.
(current_time): Initialize to the minimum value.
(current_time_ns): New var.
(main): Do not bother to initialize current_time;
it's no longer needed.
(get_current_time): New function.
(print_long_format): Use it when a file appears to be in the future.
Get the nanoseconds of the file's time stamp, if available,
and use that to decide whether the file appears	to be in the future.
2001-01-03 21:02:08 +00:00
Jim Meyering f3aa989205 check for existing behavior 2001-01-03 16:16:56 +00:00
Jim Meyering f8a894c567 *** empty log message *** 2001-01-03 11:37:46 +00:00
Jim Meyering a0439c2405 (main): Remove embedded \n from diagnostic. 2001-01-03 11:36:10 +00:00
Jim Meyering edfabc70d3 *** empty log message *** 2001-01-03 10:16:14 +00:00
Jim Meyering 9e14c22918 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
so `make install' also works in VPATH builds.
2001-01-03 10:16:02 +00:00
Jim Meyering f3334434ea *** empty log message *** 2001-01-03 10:09:08 +00:00
Jim Meyering 5686f159ab (print_unicode_char): Remove `const' from declaration of
local `inptr' to avoid warning with some system declarations of iconv.
2001-01-03 10:08:43 +00:00
Jim Meyering b7f12e5291 *** empty log message *** 2001-01-03 10:06:53 +00:00
Jim Meyering 954daed8c2 . 2001-01-03 09:47:20 +00:00
Jim Meyering b042ca3c0f (long_time_expected_width, print_long_format): Fix
bug: the initial byte passed to strftime wasn't initialized to
a nonzero value after the buffer was reallocated.
2001-01-03 09:47:09 +00:00
Jim Meyering 5d3b5e175a *** empty log message *** 2001-01-03 09:45:43 +00:00
Jim Meyering 1f13191b6f (install-data-yes): If the package is
fileutils, install LC_TIME as an alias for LC_MESSAGES.
2001-01-03 09:45:32 +00:00
Jim Meyering 5aa665a624 (dcgettext): New macro. 2001-01-03 09:44:56 +00:00
Jim Meyering 85a5e683e8 (decode_switches): Use dcgettext with LC_TIME,
not plain gettext, to get the translations of time formats.
2001-01-03 09:44:15 +00:00
Jim Meyering e646037f4a . 2001-01-03 09:38:55 +00:00
Jim Meyering 536a6dd3ce (long_time_expected_width): New function.
(print_long_format): Use it, so that we don't assume a
particular width for time stamps in an internationalized
environment.
2001-01-03 09:15:22 +00:00
Jim Meyering 701cc3fe2c *** empty log message *** 2001-01-02 15:50:18 +00:00
Jim Meyering 22fc5f7ac9 (ulonglong_t): Define place-holder type to avoid some #if directives.
(LONGEST_INTEGRAL_TYPE): Remove definition.
(MAX_INTEGRAL_TYPE_SIZE): Use ulonglong_t instead of LONGEST_INTEGRAL_TYPE.
(print_long_long): Compile this function even on systems without
long long support.
(decode_one_format): Remove #if directive.
2001-01-02 15:48:21 +00:00
Jim Meyering 4dcf0e2c7b . 2001-01-02 15:31:41 +00:00
Jim Meyering 67aea68e97 *** empty log message *** 2001-01-02 10:55:34 +00:00
Jim Meyering 2320b98d89 (decode_one_format): Guard use of print_long_long with
`#if HAVE_UNSIGNED_LONG_LONG'.  From Darren Salt.
Change all `#ifdef HAVE_UNSIGNED_LONG_LONG' to use `#if' instead.
2001-01-02 10:54:55 +00:00
Jim Meyering 4f90505509 *** empty log message *** 2001-01-02 10:44:38 +00:00
Jim Meyering 4fcf9133ef *** empty log message *** 2001-01-02 07:21:36 +00:00
Jim Meyering 1f29ee0e02 *** empty log message *** 2001-01-02 07:20:13 +00:00