Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-22 | *** empty log message *** | Jim Meyering | |
2005-08-22 | (xwrite_stdout): Rename from xwrite. Remove always-equal-to-STDOUT_FILENO | Jim Meyering | |
parameter and associated assertion. Adjust all callers. | |||
2005-08-21 | *** empty log message *** | Jim Meyering | |
2005-08-21 | (main): Declare `target_directory' with const attribute. | Jim Meyering | |
2005-08-21 | *** empty log message *** | Jim Meyering | |
2005-08-21 | (time_style): Add `const' attribute. | Jim Meyering | |
(tot_dui): Remove unnecessary (and too-short) initializer list. | |||
2005-08-19 | Import from gnulib. | Paul Eggert | |
(__restrict_arr): Don't define to __restrict if __cplusplus is defined. | |||
2005-08-19 | *** empty log message *** | Jim Meyering | |
2005-08-19 | (stdopen): Return `bool' so caller can detect failure. | Jim Meyering | |
2005-08-18 | *** empty log message *** | Jim Meyering | |
2005-08-18 | (usage) [-b,-t]: Ensure that there are at least two | Jim Meyering | |
spaces between each option and the corresponding description -- this lets help2man format entries properly. Reported by Edward Welbourne. | |||
2005-08-17 | *** empty log message *** | Jim Meyering | |
2005-08-17 | (usage): Fix typo s/POS 2/POS2/. | Jim Meyering | |
2005-08-17 | *** empty log message *** | Jim Meyering | |
2005-08-17 | sync from gnulib | Jim Meyering | |
2005-08-17 | *** empty log message *** | Jim Meyering | |
2005-08-17 | Remove terminating "\n"s once again. | Jim Meyering | |
Automatically add them whenever EXIT != 0. | |||
2005-08-17 | *** empty log message *** | Jim Meyering | |
2005-08-17 | [neg-secs]: New test for today's strftime.c bug fix. | Jim Meyering | |
2005-08-17 | *** empty log message *** | Jim Meyering | |
2005-08-17 | Make the %s format (seconds since the epoch) work for a negative | Jim Meyering | |
number and when used with a zero-padded field width, e.g. %015s. (my_strftime): Move the `do_number_sign_and_padding' label so that it precedes the code to set `digits'. Otherwise, %0Ns wouldn't work. Before this change, `date -d @-22 +%05s' would print `00-22'. Now, it prints `-0022', as it should. | |||
2005-08-16 | * src/df.c (show_dev): New arg STAT_FILE. | Paul Eggert | |
2005-08-16 | (show_dev): New arg STAT_FILE. All uses changed. | Paul Eggert | |
This sometimes gives better results on networked file systems that do not respect POSIX semantics. Problem reported by Bruno Haible. | |||
2005-08-15 | add comment | Jim Meyering | |
2005-08-15 | use ERR_SUBST to get around fact that the diagnostic | Jim Meyering | |
you get on a system with 32-bit time_t is not the same as the one you get for a system where it's 64 bits wide: - date: time 72057594037927935 is out of range + date: invalid date `@72057594037927935' | |||
2005-08-15 | (uninit-64): New test for today's date.c fix. | Jim Meyering | |
Rewrite all other OUT strings to include the terminating "\n". | |||
2005-08-15 | *** empty log message *** | Jim Meyering | |
2005-08-15 | Don't print uninitialized data (or anything else) to stdout | Jim Meyering | |
upon localtime failure. (show_date): Remove stray `puts (buf);' (debugging?) from the 2004-02-02 change. | |||
2005-08-15 | make log entry more accurate | Jim Meyering | |
2005-08-15 | *** empty log message *** | Jim Meyering | |
2005-08-15 | (join invocation): Itemize the defaults. | Jim Meyering | |
2005-08-14 | *** empty log message *** | Jim Meyering | |
2005-08-14 | *** empty log message *** | Jim Meyering | |
2005-08-14 | (usage): Fix typo s/formated/formatted/ reported by Norbert Kiesel | Jim Meyering | |
2005-08-14 | *** empty log message *** | Jim Meyering | |
2005-08-14 | . | Jim Meyering | |
2005-08-14 | *** empty log message *** | Jim Meyering | |
2005-08-14 | *** empty log message *** | Jim Meyering | |
2005-08-14 | Don't include "timespec.h". | Jim Meyering | |
2005-08-14 | *** empty log message *** | Jim Meyering | |
2005-08-14 | Use one fewer file descriptor in a common case. | Jim Meyering | |
Include "fd-reopen.h", rather than "fcntl--.h". Use fd_reopen rather than open. | |||
2005-08-14 | *** empty log message *** | Jim Meyering | |
2005-08-14 | Include "timespec.h". | Jim Meyering | |
(age_of): Return the nanoseconds part of the timestamp, if available. (binary_operator) [-nt, -ot]: Use nanosecond values to break ties. | |||
2005-08-14 | *** empty log message *** | Jim Meyering | |
2005-08-14 | (long_time_expected_width): Revert last change, just to | Jim Meyering | |
be paranoid, and add a comment explaining why. Paul Eggert mentioned the possibility. | |||
2005-08-13 | *** empty log message *** | Jim Meyering | |
2005-08-13 | Don't define mbrtowc at all. | Jim Meyering | |
If mbstate_t is not defined, then AC_TYPE_MBSTATE_T will define it to `int' for us. | |||
2005-08-13 | *** empty log message *** | Jim Meyering | |
2005-08-13 | undo last change | Jim Meyering | |
2005-08-13 | *** empty log message *** | Jim Meyering | |