Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2000-12-29 | *** empty log message *** | Jim Meyering | |
2000-12-29 | Do not assume that mode_t uses the | Jim Meyering | |
traditional octal encoding. E.g. "chmod 1 FOO" should set the other-execute bit of FOO even if S_IXOTH != 1. (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH, WOTH, XOTH, ALLM): New macros. (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH): Use them. (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID. (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above. (mode_compile): No need to use uintmax_t; unsigned long is long enough. Don't bother to get suffix since we don't use it. | |||
2000-12-29 | *** empty log message *** | Jim Meyering | |
2000-12-29 | Try /usr/xpg4/bin/id (Solaris 7) if plain 'id' doesn't work. | Jim Meyering | |
2000-12-28 | . | Jim Meyering | |
2000-12-28 | Run sticky-check from just-created directory. | Jim Meyering | |
2000-12-28 | *** empty log message *** | Jim Meyering | |