summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-12-11Include the word `fail' in some diagnostics to make it clearerJim Meyering
2001-12-11(buggy_lseek_support): Remove function.Jim Meyering
2001-12-03(usage): Don't split translatable strings in the middle of a sentence.Jim Meyering
2001-12-03(usage): Merge lone "\n" into adjacent string.Jim Meyering
2001-12-03(usage): Merge lone "\n" into adjacent string.Jim Meyering
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2001-12-02*** empty log message ***Jim Meyering
2001-12-02(touch): Extend the change of 2001-09-15 to work onJim Meyering
2001-12-02Don't emulate dd's skip=N for *all* character devices; lseek worksJim Meyering
2001-12-01Reflect renaming to, and new usage of these macros:Jim Meyering
2001-12-01Rename just-added macros. Here are the new names:Jim Meyering
2001-12-01(EMIT_HELP_DESCRIPTION): New macro.Jim Meyering
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering
2001-11-27The change of 2001-11-01 introduced a bug whereby some recursiveJim Meyering
2001-11-27(SET_MODE) [O_BINARY]: Call setmode, not set_mode.Jim Meyering
2001-11-26Don't include "gtod.h"Jim Meyering
2001-11-26(cat): Don't test whether the full_write return value (of type size_t)Jim Meyering
2001-11-26*** empty log message ***Jim Meyering
2001-11-25(usage): Indent --help and --version strings to start in the 7th column.Jim Meyering
2001-11-25(usage): Indent --help and --version strings to start in the 7th column.Jim Meyering
2001-11-24(usage): Make --help and --version strings start in column 7.Jim Meyering
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering
2001-11-23(usage): Use `output', not `print' in description ofJim Meyering
2001-11-23Split usage strings so that --help and --versionJim Meyering
2001-11-23Factor out some common strings to make translation easier.Jim Meyering
2001-11-23(main): Don't split string in the middle of sentence.Jim Meyering
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-23Use opaque type, Hash_table, not `struct hash_table'.Jim Meyering
2001-11-22(cp_option_init): Likewise.Jim Meyering
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
2001-11-22(struct cp_options) [src_info]: New member.Jim Meyering
2001-11-22(triple_hash_no_name): New function.Jim Meyering
2001-11-22(seen_file): Change type of `stats' parameter to pointer.Jim Meyering
2001-11-22(struct F_triple): Rename from dest_info.Jim Meyering
2001-11-22(main): Add a literal format string to suppressJim Meyering
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
2001-11-22Include hash.h.Jim Meyering
2001-11-22copy.c shouldn't maintain static state.Jim Meyering
2001-11-22csplit could get a failed assertion: printf 'a\n\n'|csplit - '/^$/' 2Jim Meyering
2001-11-20remove FIXME comment about duplicate codeJim Meyering
2001-11-19(xlseek): New function.Jim Meyering
2001-11-17(tail_forever): Add a cast.Jim Meyering
2001-11-17Remove `unsigned' attribute from type of global `prefix'.Jim Meyering
2001-11-14(file_lines): Remove unnecessary cast.Jim Meyering
2001-11-13split a line that was too longJim Meyering
2001-11-13(file_lines): Add a parameter, start_pos.Jim Meyering
2001-11-13(tail_lines): Move declaration of local `length' into scope where it's used.Jim Meyering
2001-11-13`tail /proc/ksyms' would segfault on Linux.Jim Meyering