Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-16 | New 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 a | Jim Meyering | |
delimiter when e.g. -t: was specified. From Tim Smithers. | |||
1999-05-15 | (getugroups): Don't dereference a null pointer when | Jim 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 when | Jim 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 names | Jim 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-13 | Include <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 on | Jim 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-12 | Use `%%' place-holder that Makefile.am rule expects. | Jim Meyering | |
1999-05-12 | (usage): Split the --help message into two pieces so that | Jim 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 that | Jim 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-11 | Fix typos in config.h comments. | Jim Meyering | |
1999-05-11 | Fix 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-10 | Expand 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-10 | Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME. | Jim Meyering | |
1999-05-10 | Require 2.14.1, since we use newly-renamed AC_FUNC_MKTIME. | Jim Meyering | |
1999-05-10 | Update from libc. | Jim Meyering | |
1999-05-09 | uncomment final rm | Jim 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 | |
1999-05-09 | *** empty log message *** | Jim Meyering | |
1999-05-09 | *** empty log message *** | Jim Meyering | |
1999-05-09 | *** empty log message *** | Jim Meyering | |
1999-05-09 | (alpha): Put the announcement in /tmp/announce-$(distdir) | Jim Meyering | |
1999-05-09 | . | Jim Meyering | |
1999-05-09 | *** empty log message *** | Jim Meyering | |
1999-05-09 | whoops -- revert last change | Jim Meyering | |
1999-05-09 | (Makefile.in): Depend on Makefile.maint. | Jim Meyering | |
1999-05-09 | . | Jim Meyering | |
1999-05-09 | . | Jim Meyering | |
1999-05-09 | (neg-nls): New test. | Jim Meyering | |
1999-05-09 | (fraccompare, numcompare): Merge the NLS and | Jim Meyering | |
non-NLS versions into a single function. (decimal_point): Now char, since we no longer convert to unsigned char. (th_sep): Now int, since we use a value out of char range to denote the absence of a thousands separator. (IS_THOUSANDS_SEP): New macro. (USE_NEW_FRAC_COMPARE): Remove. (nls_set_fraction): Arg is now char, not unsigned char. Set th_sep to CHAR_MAX + 1 if there is no thousands separator. (numcompare): Don't convert to unsigned char unless necessary. (main): Turn off decimal points and thousand separators if they are multibyte characters, as we don't support that yet. |