1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00
Commit Graph

6765 Commits

Author SHA1 Message Date
Jim Meyering a0766fb80f (get_date): Let mktime deduce tm_isdst if we
have an absolute timestamp, or if the relative timestamp
mentions days, months, or years.
1999-05-20 03:47:24 +00:00
Jim Meyering 867c8b0e85 . 1999-05-19 14:31:53 +00:00
Jim Meyering 98270d63fb (main): When stdout is in binary mode, make sure all
input files are also read in binary mode.
1999-05-18 14:13:33 +00:00
Jim Meyering d9076a130e *** empty log message *** 1999-05-17 13:10:53 +00:00
Jim Meyering 8d5798a538 *** empty log message *** 1999-05-17 13:10:31 +00:00
Jim Meyering 1ee4fffc88 (human_readable): Allow from_block_size to be zero. 1999-05-17 13:03:46 +00:00
Jim Meyering 4fd5e02337 . SH-UTILS-1_16j 1999-05-16 19:13:59 +00:00
Jim Meyering 92462cca2a . 1999-05-16 19:11:16 +00:00
Jim Meyering a162f70539 *** empty log message *** 1999-05-16 19:09:25 +00:00
Jim Meyering cbdd9172f9 . TEXTUTILS-1_22l 1999-05-16 16:54:01 +00:00
Jim Meyering bc48b59612 *** empty log message *** 1999-05-16 16:53:02 +00:00
Jim Meyering 901dc5cba9 *** empty log message *** 1999-05-16 16:43:22 +00:00
Jim Meyering 108ff5810f Don't autodetect the locale of numbers and
months, as this conflicts with POSIX.2 and is tricky to boot.

(FLOATING_COMMA, NLS_STRNCMP, NLS_MAX_GROUPS,
NLS_ONE_CHARACTER_STRING): Remove macros no longer used.

(nls_grouping, nls_fraction_found, nls_month_found, nos_monthtab,
nls_months_collide, nls_keyhead, us_monthtab): Remove variables no
longer used.

(struct nls_keyfield): Remove types no longer used.

(strncoll_s2_readonly, nls_set_fraction, look_for_fraction,
nls_month_is_either_locale, nls_numeric_format): Remove functions no
longer used.

(monthtab): Now has the role that us_monthtab had, but it's const only
if ENABLE_NLS is not defined.

(C_DECIMAL_POINT): Renamed from FLOATING_POINT.  All uses changed.
(MONTHS_PER_YEAR): Renamed from NLS_NUM_MONTHS.  All uses changed.
(struct_month_cmp): Renamed from nls_sort_month_comp.  All uses changed.
Use strcmp, not strcoll, since the user doesn't care about collating
here.

(inittables): Read locale data into monthtab, rather than modifying a
separate month table and futzing with indirection.  Do not worry about
colliding months, since we no longer autodetect month locale.

(fraccompare): Don't set no-longer-used variable nls_fraction_found.

(getmonth): Use strncmp to compare months, since user doesn't care
about collating here.  Fix bug where code incorrectly assumed that
strlen (monthtab[lo].name) == strlen (monthtab[ix].name).

(keycompare, main): Don't autodetect month locale.

(compare): Don't use NLS_MEMCP in code that can't be executed if
need_locale is false, as NLS_MEMCP is equivalent to memcmp in that
case.

(sort, insertkey, main): Don't autodetect numeric locale.
1999-05-16 16:18:46 +00:00
Jim Meyering 4b11c1f734 *** empty log message *** 1999-05-16 15:50:56 +00:00
Jim Meyering 3cf365bf7e *** empty log message *** 1999-05-16 15:50:04 +00:00
Jim Meyering f2a1097c92 . 1999-05-16 15:48:43 +00:00
Jim Meyering 3d2009b52d New file to override autoconf's AC_SEARCH_LIBS. 1999-05-16 15:48:11 +00:00
Jim Meyering 73a206d970 . 1999-05-15 06:13:00 +00:00
Jim Meyering dad89f8b93 . 1999-05-15 05:46:45 +00:00
Jim Meyering 23d3bb9416 (usage): Whoops. 1999-05-15 05:46:12 +00:00
Jim Meyering cd0c914437 *** empty log message *** 1999-05-15 05:42:55 +00:00
Jim Meyering dace9c7477 . 1999-05-15 05:30:51 +00:00
Jim Meyering 1acf1ddd65 (trailing-sp): New test for this fix. 1999-05-15 05:28:51 +00:00
Jim Meyering 771bc6ea9d (xfields): Don't interpret a trailing blank as a
delimiter when e.g. -t: was specified.  From Tim Smithers.
1999-05-15 05:28:16 +00:00
Jim Meyering 634a39aad5 (getugroups): Don't dereference a null pointer when
running `id USER' for some USER that is listed on the RHS in /etc/group.
From Sander van Malssen.
Add some curly braces, use STREQ, reverse the sense of a test
and use `continue' to save a level of nesting.
1999-05-15 04:50:26 +00:00
Jim Meyering 7af9c3c085 *** empty log message *** 1999-05-15 04:11:13 +00:00
Jim Meyering d8c0345769 *** empty log message *** 1999-05-15 04:08:29 +00:00
Jim Meyering 0a25564c1c (open_maybe_create): Handle Solaris' failure mode when
FILE is a directory.  Reported by Vin Shelton.
1999-05-15 04:06:51 +00:00
Jim Meyering 7565800a11 (main): When asking for info on an explicit file name,
just warn rather than failing if the table of mounted filesystems
cannot be read.
1999-05-15 01:53:21 +00:00
Jim Meyering 2d97b1c61b (version_etc): Put version info and author names
on the first two lines respectively rather than putting the three
lines of copyright info between them.
1999-05-14 17:11:03 +00:00
Jim Meyering 1fdc84d5a2 *** empty log message *** 1999-05-14 16:59:46 +00:00
Jim Meyering c93ac403ed Include <string.h> or <strings.h> for strlen prototype. 1999-05-13 20:48:44 +00:00
Jim Meyering 4c9f46a4a1 [__GLIBC__ >= 2]: #if-out prototypes. 1999-05-13 20:44:45 +00:00
Jim Meyering 59d16049d8 (pop_dir): Cast length to `int' to avoid a warning on
64-bit systems.  From Ulrich Drepper.
1999-05-13 20:42:45 +00:00
Jim Meyering 5a83986f79 (main): Put `u' for -u in getopt_long's string argument.
Remove the `R'.
1999-05-12 16:50:54 +00:00
Jim Meyering 150ca569b5 *** empty log message *** 1999-05-12 16:01:29 +00:00
Jim Meyering 048a38dc54 Use `%%' place-holder that Makefile.am rule expects. 1999-05-12 15:54:52 +00:00
Jim Meyering ece1dc4e51 (usage): Split the --help message into two pieces so that
neither is longer than 2048.  For Irix4's cc.  Reported by Kaveh Ghazi.
1999-05-12 14:58:30 +00:00
Jim Meyering c1a461273d (usage): Split --help message into two pieces so that
Split the --help message into two pieces so that neither is longer
than 2048.  For Irix4's cc.  Reported by Kaveh Ghazi.
1999-05-12 02:13:45 +00:00
Jim Meyering da36bbf417 *** empty log message *** 1999-05-12 02:10:38 +00:00
Jim Meyering 74e5374045 *** empty log message *** 1999-05-11 16:30:03 +00:00
Jim Meyering f039432d03 Fix typos in config.h comments. 1999-05-11 16:29:56 +00:00
Jim Meyering 5af7e261fa Fix typos in config.h comments. 1999-05-11 16:29:33 +00:00
Jim Meyering ce1d9075d7 *** empty log message *** 1999-05-10 17:25:27 +00:00
Jim Meyering c23f5758dc (AUTHORS): Reflect reality: add Kaveh. 1999-05-10 15:12:24 +00:00
Jim Meyering af735060cb Expand each `&' character in the gecos field.
(count_ampersands): New function.
(create_fullname): New function.
(print_entry): Use create_fullname here.
(print_long_entry): Use it here, too.
From Kaveh Ghazi.
1999-05-10 14:17:09 +00:00
Jim Meyering 0ff57399ed *** empty log message *** 1999-05-10 05:24:38 +00:00
Jim Meyering 447527eeb5 Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME. 1999-05-10 05:18:30 +00:00
Jim Meyering d845b9a5a3 Require 2.14.1, since we use newly-renamed AC_FUNC_MKTIME. 1999-05-10 05:17:38 +00:00
Jim Meyering f1b3fb4f3b Update from libc. 1999-05-10 04:24:49 +00:00