Age | Commit message (Expand) | Author |
2003-05-10 | (main): When failing due to unaccepted arguments, | Jim Meyering |
2003-05-10 | (main): Handle argc < optind. | Jim Meyering |
2003-05-10 | (main): Don't segfault when argc < optind. | Jim Meyering |
2003-05-10 | (main): Use error, rather than fprintf, for the sake of consistency. | Jim Meyering |
2003-05-10 | (main): Test for the case of no arguments before computing n_files. | Jim Meyering |
2003-05-10 | (main): Test for `missing argument' before computing n_files. | Jim Meyering |
2003-05-10 | Include error.h. | Jim Meyering |
2003-05-09 | (main): Don't overrun array bound if argc is 0. | Jim Meyering |
2003-05-09 | fix off-by-one error in last change | Jim Meyering |
2003-05-09 | (main): Don't overrun array bound if argc is 0. | Jim Meyering |
2003-05-07 | Implement support so that `head --lines=-N' works on seekable files. | Jim Meyering |
2003-05-06 | (CHAR_BIT): Remove duplicate definition. | Jim Meyering |
2003-05-04 | . | Jim Meyering |
2003-05-04 | (HAVE_WORKING_READDIR): Define to 0 if not defined. | Jim Meyering |
2003-05-03 | Extend head to accept --lines=-N (--bytes=-N) and to print all | Jim Meyering |
2003-05-02 | (usage): Don't mention obsolescent -WIDTH option. | Jim Meyering |
2003-05-02 | Include "quote.h". | Jim Meyering |
2003-05-02 | (main): Diagnose invalid suffix on obsolescent width specifications like `-72x'. | Jim Meyering |
2003-05-02 | Work around nasty readdir bug with Darwin6.5 and hfs file system. | Jim Meyering |
2003-05-02 | Factor out common code. | Jim Meyering |
2003-05-01 | Change type of n_units, n_bytes, n_lines to be `uintmax_t'. | Jim Meyering |
2003-05-01 | (file_lines): Rename parameter, file_length, to end_pos. | Jim Meyering |
2003-05-01 | (start_lines): Rewrite to use memchr. Clean up. | Jim Meyering |
2003-04-24 | . | Jim Meyering |
2003-04-24 | (tsort): Remove unnecessary test of have_read_stdin. | Jim Meyering |
2003-04-24 | (tsort): Fail if the input contains an odd number of tokens. | Jim Meyering |
2003-04-24 | add localedir.h | Jim Meyering |
2003-04-21 | (print_esc): Tweak spelling of new variable. | Jim Meyering |
2003-04-21 | Fix printf POSIX compatibility bug reported by Ben Harris in | Jim Meyering |
2003-04-17 | Remove uses of PROTOTYPE macro. | Jim Meyering |
2003-04-13 | (is_empty_dir): Don't closedir (NULL). | Jim Meyering |
2003-04-12 | Giving nl an invalid STYLE argument (in --header-numbering=STYLE (-h), | Jim Meyering |
2003-04-12 | (proc_text): Fix a bug introduced on 2001-11-10, | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Include <stdlib.h> unconditionally. | Jim Meyering |
2003-04-11 | duh | Jim Meyering |
2003-04-11 | Include error.h after system.h, not before. | Jim Meyering |
2003-04-11 | Remove anachronistic casts of xmalloc, | Jim Meyering |
2003-04-11 | include xalloc.h | Jim Meyering |
2003-04-11 | do not cast xmalloc return value | Jim Meyering |
2003-04-10 | (wrapf): Declare with format attribute. | Jim Meyering |
2003-04-10 | . | Jim Meyering |