Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1999-05-08 | * src/system.h (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, | Jim Meyering | |
and all the *_MIN and *_MAX symbols): Remove definitions. * src/sys2.h: Put the definitions here instead (this file is shared between all three *utils packages, while system.h is not). | |||
1999-05-08 | * src/system.h (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, | Jim Meyering | |
and all the *_MIN and *_MAX symbols): Remove definitions. * src/sys2.h: Put the definitions here instead (this file is shared between all three *utils packages, while system.h is not). | |||
1999-05-07 | (handle_line_error): Use %s, not %d, now that human_readable | Jim Meyering | |
converts it to a string. | |||
1999-05-07 | *** empty log message *** | Jim Meyering | |
1999-05-07 | import latest | Jim Meyering | |
1999-05-07 | *** empty log message *** | Jim Meyering | |
1999-05-07 | . | Jim Meyering | |
1999-05-07 | *** empty log message *** | Jim Meyering | |
1999-05-07 | clean up | Jim Meyering | |
1999-05-07 | (TESTS_ENVIRONMENT): Remove individual | Jim Meyering | |
upper-case program names. Add a definition of PATH. (TESTS): Add dir-1. | |||
1999-05-07 | (touch): Only do the fstat if we need to. | Jim Meyering | |
Resort to calling stat for directories, but only when necessary. (usage): Mention --no-create. | |||
1999-05-07 | (main): Use better wording in diagnostic: `cannot | Jim Meyering | |
create directory' rather than `cannot make directory'. The former also matches the one in makepath.c. | |||
1999-05-07 | (apply_translations): Use TOUPPER, not toupper. | Jim Meyering | |
1999-05-06 | (numcompare): Handle comparison of two negative | Jim Meyering | |
numbers correctly in the ENABLE_NLS case. | |||
1999-05-06 | (make_dir): When reporting a mkdir failure and the | Jim Meyering | |
target cannot be `stat'ed, use the errno from the failed mkdir call, not the one from the stat call. Before this change, running `mkdir -p /no-dir/no-dir' as an unprivileged user would wrongly elicit `No such file or directory' instead of `Permission denied'. | |||
1999-05-05 | *** empty log message *** | Jim Meyering | |
1999-05-05 | (read_utmp): Use the new definitions. | Jim Meyering | |
1999-05-05 | Add definitions to help read utmpx on systems with utmpname. | Jim Meyering | |
(UTMP_NAME_FUNCTION): Define. (SET_UTMP_ENT): Likewise. (GET_UTMP_ENT): Likewise. (END_UTMP_ENT): Likewise. | |||
1999-05-05 | *** empty log message *** | Jim Meyering | |
1999-05-05 | (show_date): Change an automatic aggregate initializer | Jim Meyering | |
to be a static one. For SunOS4's cc. | |||
1999-05-05 | *** empty log message *** | Jim Meyering | |
1999-05-05 | (TYPE_SIGNED, TYPE_MAXIMUM, TYPE_MINIMUM): Define. | Jim Meyering | |
(ULONG_LONG_MAX, LONG_LONG_MAX, LONG_LONG_MIN): Define if not defined. Based on a patch from Kaveh Ghazi. | |||
1999-05-05 | *** empty log message *** | Jim Meyering | |
1999-05-05 | (USE_ACL): Define this only #if | Jim Meyering | |
(HAVE_SYS_ACL_H && HAVE_ACL && defined GETACLCNT). Use `USE_ACL' in place of `HAVE_ACL' everywhere else. From Kaveh Ghazi. | |||
1999-05-05 | Include makepath.h libintl.h, not after it. | Jim Meyering | |
Otherwise, we'd get the wrong definition of PARAMS from libintl.h. (The method of defining PARAMS in libintl.h doesn't check PROTOTYPES, which is necessary on Irix4 since cc doesn't define __STDC__.) From Kaveh Ghazi. | |||
1999-05-05 | add missing backslash-before-newline in usage message | Jim Meyering | |
1999-05-05 | add missing backslash-before-newline in usage message | Jim Meyering | |
1999-05-04 | *** empty log message *** | Jim Meyering | |