summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-05-17*** empty log message ***Jim Meyering
1999-05-17(human_readable): Allow from_block_size to be zero.Jim Meyering
1999-05-16.Jim Meyering
1999-05-16.Jim Meyering
1999-05-16*** empty log message ***Jim Meyering
1999-05-16.Jim Meyering
1999-05-16*** empty log message ***Jim Meyering
1999-05-16*** empty log message ***Jim Meyering
1999-05-16Don't autodetect the locale of numbers andJim Meyering
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*** empty log message ***Jim Meyering
1999-05-16*** empty log message ***Jim Meyering
1999-05-16.Jim Meyering
1999-05-16New file to override autoconf's AC_SEARCH_LIBS.Jim Meyering
1999-05-15.Jim Meyering
1999-05-15.Jim Meyering
1999-05-15(usage): Whoops.Jim Meyering
1999-05-15*** empty log message ***Jim Meyering
1999-05-15.Jim Meyering
1999-05-15(trailing-sp): New test for this fix.Jim Meyering
1999-05-15(xfields): Don't interpret a trailing blank as aJim Meyering
delimiter when e.g. -t: was specified. From Tim Smithers.
1999-05-15(getugroups): Don't dereference a null pointer whenJim Meyering
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*** empty log message ***Jim Meyering
1999-05-15*** empty log message ***Jim Meyering
1999-05-15(open_maybe_create): Handle Solaris' failure mode whenJim Meyering
FILE is a directory. Reported by Vin Shelton.
1999-05-15(main): When asking for info on an explicit file name,Jim Meyering
just warn rather than failing if the table of mounted filesystems cannot be read.
1999-05-14(version_etc): Put version info and author namesJim Meyering
on the first two lines respectively rather than putting the three lines of copyright info between them.
1999-05-14*** empty log message ***Jim Meyering
1999-05-13Include <string.h> or <strings.h> for strlen prototype.Jim Meyering
1999-05-13[__GLIBC__ >= 2]: #if-out prototypes.Jim Meyering
1999-05-13(pop_dir): Cast length to `int' to avoid a warning onJim Meyering
64-bit systems. From Ulrich Drepper.
1999-05-12(main): Put `u' for -u in getopt_long's string argument.Jim Meyering
Remove the `R'.
1999-05-12*** empty log message ***Jim Meyering
1999-05-12Use `%%' place-holder that Makefile.am rule expects.Jim Meyering
1999-05-12(usage): Split the --help message into two pieces so thatJim Meyering
neither is longer than 2048. For Irix4's cc. Reported by Kaveh Ghazi.
1999-05-12(usage): Split --help message into two pieces so thatJim Meyering
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*** empty log message ***Jim Meyering
1999-05-11*** empty log message ***Jim Meyering
1999-05-11Fix typos in config.h comments.Jim Meyering
1999-05-11Fix typos in config.h comments.Jim Meyering
1999-05-10*** empty log message ***Jim Meyering
1999-05-10(AUTHORS): Reflect reality: add Kaveh.Jim Meyering
1999-05-10Expand each `&' character in the gecos field.Jim Meyering
(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*** empty log message ***Jim Meyering
1999-05-10Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.Jim Meyering
1999-05-10Require 2.14.1, since we use newly-renamed AC_FUNC_MKTIME.Jim Meyering
1999-05-10Update from libc.Jim Meyering
1999-05-09uncomment final rmJim Meyering
1999-05-09*** empty log message ***Jim Meyering
1999-05-09*** empty log message ***Jim Meyering
1999-05-09*** empty log message ***Jim Meyering