Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-06 | (deep): Remove progress-style diagnostics, | Jim Meyering | |
since this test doesn't take long enough to merit them. Run du on $tmp (the containing dir), not $deep, the full path to leaf. | |||
2004-02-06 | *** empty log message *** | Jim Meyering | |
2004-02-06 | (signatures): Remove definition. | Jim Meyering | |
Now, automake's gnupload handles this. (%.sig: %): Remove now-unused rule. (rel-files): Use automake's $(DIST_ARCHIVES), rather than `$(distdir).tar.bz2 $(distdir).tar.gz'. (emit-upload-commands): Adjust to use gnupload. | |||
2004-02-05 | (human_time): Correct merge problem. | Jim Meyering | |
2004-02-05 | *** empty log message *** | Jim Meyering | |
2004-02-05 | *** empty log message *** | Jim Meyering | |
2004-02-05 | Don't dump core if localtime returns NULL (possible on | Jim Meyering | |
hosts with 64-bit time_t and 32-bit int). Print "??" if the current clock can't be converted by localtime. This won't happen until the year 2*31 + 1900, but we don't want to dump core even if the current clock has the wrong value. | |||
2004-02-05 | Don't dump core if localtime returns NULL (possible on | Jim Meyering | |
hosts with 64-bit time_t and 32-bit int). Include "inttostr.h". (batch_convert, main): If time conversion fails, exit with nonzero status. (show_date): Return int to report conversion failure. Print the time as an int if localtime fails. | |||
2004-02-05 | Include "inttostr.h". | Jim Meyering | |
(human_time): Print the date/time as a number of seconds since the epoch if it can't be converted by localtime. This is better than just saying "invalid", and is consistent with what "ls" does. Don't dump core if the year has more than 48 digits; this isn't possible on any contemporary host, but we might as well do it right. | |||
2004-02-05 | *** empty log message *** | Jim Meyering | |
2004-02-05 | (human_time): Accept time rather than pointer-to-const-time parameter, | Jim Meyering | |
for clarity. All callers changed. | |||
2004-02-05 | (ST_TIME_CMP_NS, ST_TIME_CMP): Define. | Jim Meyering | |
(ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise. From coreutils' system.h. | |||
2004-02-05 | *** empty log message *** | Jim Meyering | |
2004-02-05 | (ST_TIME_CMP_NS, ST_TIME_CMP): Remove definitions. | Jim Meyering | |
(ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise. Now, those are all defined in timespec.h. Include timespec.h. | |||
2004-02-05 | Don't include timespec.h, now that system.h does it. | Jim Meyering | |
2004-02-05 | *** empty log message *** | Jim Meyering | |
2004-02-04 | *** empty log message *** | Jim Meyering | |
2004-02-03 | *** empty log message *** | Jim Meyering | |
2004-02-03 | *** empty log message *** | Jim Meyering | |
2004-02-03 | (print_numbers): Use 'double' for loop index, not | Jim Meyering | |
'int', to avoid problems with integer overflow. On almost all machines 'double' works in every case where 'int' works, and it works on other cases besides. | |||
2004-02-02 | *** empty log message *** | Jim Meyering | |
2004-02-02 | *** empty log message *** | Jim Meyering | |
2004-02-02 | *** empty log message *** | Jim Meyering | |
2004-02-02 | (do_stat): Remove extra trailing newline from default formats. | Jim Meyering | |
2004-02-02 | . | Jim Meyering | |
2004-02-02 | *** empty log message *** | Jim Meyering | |
2004-02-02 | (nice invocation): Add examples. | Jim Meyering | |
Prompted by suggestion from Dan Jacobson. (factor invocation): Add an example. Update timing numbers for a more modern CPU. | |||
2004-02-02 | *** empty log message *** | Jim Meyering | |
2004-02-02 | *** empty log message *** | Jim Meyering | |
2004-02-02 | *** empty log message *** | Jim Meyering | |
2004-02-02 | Print actual fractional seconds in time stamps, not just `.00000000'. | Jim Meyering | |
(human_time): Add and use new parameter, t_ns. (print_stat): Update callers. | |||
2004-02-02 | (TIMESPEC_NS): Define here, instead, now that stat.c also uses this macro. | Jim Meyering | |
2004-02-02 | (TIMESPEC_NS): Remove definition. | Jim Meyering | |
2004-01-29 | . | Jim Meyering | |
2004-01-29 | *** empty log message *** | Jim Meyering | |
2004-01-29 | [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h. | Jim Meyering | |
2004-01-29 | *** empty log message *** | Jim Meyering | |
2004-01-29 | Avoid a configure-time warning about sys/ucred.h on OSF V4.0. | Jim Meyering | |
Test for sys/ucred.h separately, since on some systems one must include <grp.h> before it. | |||
2004-01-28 | update from automake | Jim Meyering | |
2004-01-27 | . | Jim Meyering | |
2004-01-27 | *** empty log message *** | Jim Meyering | |
2004-01-27 | Reword so as not to exclude the possibility that INCREMENT be zero. | Jim Meyering | |
2004-01-27 | *** empty log message *** | Jim Meyering | |
2004-01-27 | Separate `Synopses' section into three examples. | Jim Meyering | |
Clarify first paragraph. @w{}-protect an expression.1 Use @option{--option}, rather than @code{--option}. | |||
2004-01-27 | *** empty log message *** | Jim Meyering | |
2004-01-27 | (seq invocation): Remove `@dots{}' at end of synopsis. | Jim Meyering | |
2004-01-25 | *** empty log message *** | Jim Meyering | |
2004-01-25 | bump version to 5.1.3 | Jim Meyering | |
2004-01-25 | correct example | Jim Meyering | |
2004-01-24 | . | Jim Meyering | |