Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-03 | . | Jim Meyering | |
2001-01-03 | (long_time_expected_width, print_long_format): Fix | Jim Meyering | |
bug: the initial byte passed to strftime wasn't initialized to a nonzero value after the buffer was reallocated. | |||
2001-01-03 | *** empty log message *** | Jim Meyering | |
2001-01-03 | (install-data-yes): If the package is | Jim Meyering | |
fileutils, install LC_TIME as an alias for LC_MESSAGES. | |||
2001-01-03 | (dcgettext): New macro. | Jim Meyering | |
2001-01-03 | (decode_switches): Use dcgettext with LC_TIME, | Jim Meyering | |
not plain gettext, to get the translations of time formats. | |||
2001-01-03 | . | Jim Meyering | |
2001-01-03 | (long_time_expected_width): New function. | Jim Meyering | |
(print_long_format): Use it, so that we don't assume a particular width for time stamps in an internationalized environment. | |||
2001-01-02 | *** empty log message *** | Jim Meyering | |
2001-01-02 | (ulonglong_t): Define place-holder type to avoid some #if directives. | Jim Meyering | |
(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 | . | Jim Meyering | |
2001-01-02 | *** empty log message *** | Jim Meyering | |
2001-01-02 | (decode_one_format): Guard use of print_long_long with | Jim Meyering | |
`#if HAVE_UNSIGNED_LONG_LONG'. From Darren Salt. Change all `#ifdef HAVE_UNSIGNED_LONG_LONG' to use `#if' instead. | |||
2001-01-02 | *** empty log message *** | Jim Meyering | |
2001-01-02 | *** empty log message *** | Jim Meyering | |
2001-01-02 | *** empty log message *** | Jim Meyering | |
2001-01-02 | copyright | Jim Meyering | |
2001-01-02 | (print_long_format): | Jim Meyering | |
Report the year for files even slightly in the future. Avoid overflow problems near Y2038 on 32-bit hosts. To calculate "six months", take half the average Gregorian year, not 180 days. | |||
2001-01-02 | *** empty log message *** | Jim Meyering | |
2001-01-01 | . | Jim Meyering | |
2001-01-01 | (jm_PREREQ_READUTMP): Include utmp.h (if available), even | Jim Meyering | |
on systems with utmpx.h. It's necessary for the declaration of utmp's ut_user member. Reported by Andreas Jaeger. | |||
2001-01-01 | . | Jim Meyering | |
2001-01-01 | (jm_CHECK_DECLS): Include grp.h and pwd.h if available. | Jim Meyering | |
They are required for the declarations of getgrgid and getpwuid resp. (_jm_DECL_HEADERS): Check for grp.h and pwd.h. | |||
2001-01-01 | . | Jim Meyering | |
2001-01-01 | *** empty log message *** | Jim Meyering | |
2001-01-01 | *** empty log message *** | Jim Meyering | |
2001-01-01 | (TESTS): Add setgid. | Jim Meyering | |
2001-01-01 | *** empty log message *** | Jim Meyering | |
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR, | Jim Meyering | |
prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it can be used in subdirectories. | |||
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | . | Jim Meyering | |
2000-12-31 | . | Jim Meyering | |
2000-12-31 | File renamed from tests/sticky-check. | Jim Meyering | |
All uses of "sticky" changed to "setgid". | |||
2000-12-31 | sticky-check -> setgid-check | Jim Meyering | |
2000-12-31 | sticky-check -> setgid-check | Jim Meyering | |
2000-12-31 | sticky-check -> setgid-check | Jim Meyering | |
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | . | Jim Meyering | |
2000-12-31 | (TESTS): Add deref-slink. | Jim Meyering | |
2000-12-31 | New file. Test for the bug fixed by my 2000-12-28 change to copy.c. | Jim Meyering | |
2000-12-31 | Improve performance by invoking gettext twice at the start, | Jim Meyering | |
instead of once for each file. (long_time_format): New var. (decode_switches): Initialize it, if format == long_format. (print_long_format): Use it. | |||
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | (print_long_format): Don't dump core if strftime returns the empty string. | Jim Meyering | |
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | (gobble_file): If not using long format, don't invoke acl; it's not needed. | Jim Meyering | |
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | Avoid an unnecessary `stat' when using --dereference. | Jim Meyering | |
(same_file_ok): Use stat only if lstat reported that the file was a symbolic link. | |||
2000-12-30 | *** empty log message *** | Jim Meyering | |
2000-12-30 | append-only directories -> restricted deletion flag, | Jim Meyering | |
which is the term that POSIX d5 uses for this notion. |