Age | Commit message (Expand) | Author |
2000-12-02 | Undo most of the changes since 2000-11-24, since we've | Jim Meyering |
2000-11-30 | s/SIZE_T_MAX/SIZE_MAX/. | Jim Meyering |
2000-11-30 | Include <stdint.h> if HAVE_STDINT_H. | Jim Meyering |
2000-11-30 | (SIZE_T_MAX): Define. | Jim Meyering |
2000-11-30 | Port GNU "sort" to hosts where sizes don't fit in "int", | Jim Meyering |
2000-11-26 | Include config.h, stdio.h, sys/types.h. and system.h here instead. | Jim Meyering |
2000-11-26 | Include config.h, stdio.h, sys/types.h. and system.h here instead. | Jim Meyering |
2000-11-26 | don't include system.h here | Jim Meyering |
2000-11-26 | (skip): Perform the `records < blocksize' test | Jim Meyering |
2000-11-26 | (skip): New arg COUNT_BYTES. Read with BLOCKSIZE | Jim Meyering |
2000-11-26 | (skip_bytes, seek_bytes): Now booleans, not counts. | Jim Meyering |
2000-11-25 | more post-merge clean-up. | Jim Meyering |
2000-11-25 | remove bskip | Jim Meyering |
2000-11-25 | (S_TYPEISSHM): New macro. | Jim Meyering |
2000-11-24 | bskip/bseek patch from Chris Sylvain <csylvain@umm.edu> merged in | Jim Meyering |
2000-11-24 | Declare a pointer parameters to be `const' as appropriate. | Jim Meyering |
2000-11-24 | (main): Use ftruncate only on regular files. | Jim Meyering |
2000-11-23 | (show_point): Before accepting an entry as a match, make sure that | Jim Meyering |
2000-11-23 | (mode_changed): New function. | Jim Meyering |
2000-11-19 | (main): Do not assume EOF == -1. | Jim Meyering |
2000-11-19 | (BLOCK_SIZE_OPTION, COLOR_OPTION, FORMAT_OPTION, | Jim Meyering |
2000-11-19 | (GETOPT_HELP_CHAR, GETOPT_VERSION_CHAR): Now enum | Jim Meyering |
2000-11-18 | (count_entry): Don't omit the size of a directory entry | Jim Meyering |
2000-11-18 | Revert change of 2000-11-11. It inadvertently change | Jim Meyering |
2000-11-18 | (main): When failing to create a directory, give only | Jim Meyering |
2000-11-18 | (main): With --parents, remove any trailing slashes | Jim Meyering |
2000-11-18 | revert mysteriously-applied last delta! | Jim Meyering |
2000-11-17 | Declare global `tab' to be of type *unsigned* char, | Jim Meyering |
2000-11-17 | Explicitly include sys/types.h before including system.h. | Jim Meyering |
2000-11-16 | Include sys/types.h before system.h. | Jim Meyering |
2000-11-16 | Declare global `tab' to be of type *unsigned* char, | Jim Meyering |
2000-11-13 | (ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC should | Jim Meyering |
2000-11-12 | (print_long_format): Remove obsolete comment (strftime vs. ctime). | Jim Meyering |
2000-11-12 | (show_date): Add a comment explaining why the | Jim Meyering |
2000-11-12 | (<langinfo.h>): Include if HAVE_LANGINFO_H. | Jim Meyering |
2000-11-11 | (print_long_format): Wrap the --full-time' date format | Jim Meyering |
2000-11-10 | (main): Interpret a lone numeric argument of 8 or 10 | Jim Meyering |
2000-11-09 | Do not set the permissions of the final directory | Jim Meyering |
2000-11-06 | (print_header): Mark strings for translation. | Jim Meyering |
2000-11-06 | (skip): st_size is not defined for directories. | Jim Meyering |
2000-11-05 | (main): Use make_dir instead of using mkdir directly. | Jim Meyering |
2000-11-01 | remove const attribute for PARENTS | Jim Meyering |
2000-11-01 | Fix bad typo! free the string, PARENTS, not the function, dir_name. | Jim Meyering |
2000-11-01 | (main): Better diagnostics. | Jim Meyering |
2000-10-31 | `mkdir -p' would create parent directories with permissions | Jim Meyering |
2000-10-30 | Include "system.h" after wctype.h (not before) to avoid | Jim Meyering |
2000-10-29 | (do_copy): When constructing dst_path for use with the | Jim Meyering |
2000-10-29 | (DT_INIT): Define. | Jim Meyering |
2000-10-28 | [enum filetype] (arg_directory): Rather than `100', use | Jim Meyering |
2000-10-28 | (main): In call to gobble_file with `"."', use `directory' | Jim Meyering |