summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2001-12-13(wc): Use ISSPACE and iswspace in addition to hard-codingJim Meyering-1/+9
2001-12-11(main):Jim Meyering-1/+2
2001-12-11split long lineJim Meyering-1/+2
2001-12-11(change_file_mode, main):Jim Meyering-2/+2
2001-12-11(change_file_owner):Jim Meyering-2/+2
2001-12-11(main):Jim Meyering-1/+2
2001-12-11(re_protect):Jim Meyering-1/+1
2001-12-11Include the word `fail' in some diagnostics to make it clearerJim Meyering-2/+2
2001-12-11(buggy_lseek_support): Remove function.Jim Meyering-21/+47
2001-12-03(usage): Don't split translatable strings in the middle of a sentence.Jim Meyering-11/+25
2001-12-03(usage): Merge lone "\n" into adjacent string.Jim Meyering-5/+1
2001-12-03(usage): Merge lone "\n" into adjacent string.Jim Meyering-3/+0
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering-84/+42
2001-12-02*** empty log message ***Jim Meyering-0/+27
2001-12-02(touch): Extend the change of 2001-09-15 to work onJim Meyering-2/+2
2001-12-02Don't emulate dd's skip=N for *all* character devices; lseek worksJim Meyering-18/+11
2001-12-01Reflect renaming to, and new usage of these macros:Jim Meyering-52/+52
2001-12-01Rename just-added macros. Here are the new names:Jim Meyering-4/+4
2001-12-01(EMIT_HELP_DESCRIPTION): New macro.Jim Meyering-0/+5
2001-12-01(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTIONJim Meyering-104/+52
2001-11-27The change of 2001-11-01 introduced a bug whereby some recursiveJim Meyering-4/+9
2001-11-27(SET_MODE) [O_BINARY]: Call setmode, not set_mode.Jim Meyering-1/+1
2001-11-26Don't include "gtod.h"Jim Meyering-6/+0
2001-11-26(cat): Don't test whether the full_write return value (of type size_t)Jim Meyering-2/+2
2001-11-26*** empty log message ***Jim Meyering-0/+368
2001-11-25(usage): Indent --help and --version strings to start in the 7th column.Jim Meyering-28/+28
2001-11-25(usage): Indent --help and --version strings to start in the 7th column.Jim Meyering-4/+4
2001-11-24(usage): Make --help and --version strings start in column 7.Jim Meyering-2/+2
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering-1/+57
2001-11-23(usage): Use `output', not `print' in description ofJim Meyering-1/+1
2001-11-23Split usage strings so that --help and --versionJim Meyering-31/+61
2001-11-23Factor out some common strings to make translation easier.Jim Meyering-26/+167
2001-11-23(main): Don't split string in the middle of sentence.Jim Meyering-1/+3
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering-58/+174
2001-11-23Use opaque type, Hash_table, not `struct hash_table'.Jim Meyering-4/+4
2001-11-22(cp_option_init): Likewise.Jim Meyering-4/+8
2001-11-22(cp_option_init): Initialize new member.Jim Meyering-0/+2
2001-11-22(struct cp_options) [src_info]: New member.Jim Meyering-1/+6
2001-11-22(triple_hash_no_name): New function.Jim Meyering-9/+59
2001-11-22(seen_file): Change type of `stats' parameter to pointer.Jim Meyering-4/+4
2001-11-22(struct F_triple): Rename from dest_info.Jim Meyering-47/+47
2001-11-22(main): Add a literal format string to suppressJim Meyering-1/+1
2001-11-22(cp_option_init): Initialize new member.Jim Meyering-2/+3
2001-11-22(cp_option_init): Initialize new member.Jim Meyering-1/+2
2001-11-22(cp_option_init): Initialize new member.Jim Meyering-1/+2
2001-11-22Include hash.h.Jim Meyering-1/+14
2001-11-22copy.c shouldn't maintain static state.Jim Meyering-21/+17
2001-11-22csplit could get a failed assertion: printf 'a\n\n'|csplit - '/^$/' 2Jim Meyering-7/+0
2001-11-20remove FIXME comment about duplicate codeJim Meyering-1/+0
2001-11-19(xlseek): New function.Jim Meyering-16/+49