Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-27 | *** empty log message *** | Jim Meyering | |
2005-08-27 | Use `#error' rather than a string literal to provoke failure. | Jim Meyering | |
2005-08-25 | *** empty log message *** | Jim Meyering | |
2005-08-25 | Include <config.h>. | Jim Meyering | |
Otherwise, we'd lose LARGEFILE support in any file using e.g. "fcntl--.h" | |||
2005-08-24 | *** empty log message *** | Jim Meyering | |
2005-08-24 | (stdopen): Revert to iterating over descriptors, but | Jim Meyering | |
rather than using fstat, use fcntl with its F_GETFD flag, which is more efficient. Unlike the 2-syscall dup-close approach, this one doesn't apply any unnecessary pressure on the file descriptor pool -- thus there is one fewer way to fail. | |||
2005-08-24 | adjust prototype | Jim Meyering | |
Include stdbool.h. | |||
2005-08-23 | *** empty log message *** | Jim Meyering | |
2005-08-23 | Update from gnulib. | Jim Meyering | |
2005-08-23 | . | Jim Meyering | |
2005-08-23 | *** empty log message *** | Jim Meyering | |
2005-08-23 | *** empty log message *** | Jim Meyering | |
2005-08-23 | (sc_useless_cpp_parens): New rule. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2005-08-23 | *** empty log message *** | Jim Meyering | |
2005-08-23 | . | Jim Meyering | |
2005-08-23 | * .x-sc_useless_cpp_parens: New empty file. | Jim Meyering | |
* Makefile.am (EXTRA_DIST): Add it. | |||
2005-08-23 | *** empty log message *** | Jim Meyering | |
2005-08-23 | Use `5.3.1-cvs' as the version string. | Jim Meyering | |
2005-08-23 | *** empty log message *** | Jim Meyering | |
2005-08-23 | Remove unnecessary parens in `#if defined (SYMBOL)' expressions. | Jim Meyering | |
2005-08-23 | *** empty log message *** | Jim Meyering | |
2005-08-23 | Remove unnecessary parens in `#if defined (SYMBOL)' expressions. | Jim Meyering | |
2005-08-23 | Remove unnecessary parens in `#if defined (SYMBOL)' expressions. | Jim Meyering | |
2005-08-23 | *** empty log message *** | Jim Meyering | |
2005-08-23 | Remove unnecessary parens in `#if defined (SYMBOL)' expressions. | Jim Meyering | |
2005-08-23 | Include <float.h> unconditionally. | Jim Meyering | |
2005-08-23 | (print_uptime): Remove unnecessary parens in `#if defined (SYMBOL)' expressions. | Jim Meyering | |
2005-08-22 | (do_link): If ln is invoked with --interactive (-i), | Jim Meyering | |
encounters an existing destination file, and gets an affirmative response, then first try to unlink the destination file rather than simply failing. Suggestion from Karl Berry. | |||
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 | |