summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-23Split usage strings so that --help and --versionJim Meyering
descriptions are alone in their own string.
2001-11-23*** empty log message ***Jim Meyering
2001-11-23Factor out some common strings to make translation easier.Jim Meyering
Split usage strings so that --help and --version descriptions are alone in their own string. Likewise for the one that says: Mandatory arguments to long options are mandatory for short options too.
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
Use fputs, not printf.
2001-11-23*** empty log message ***Jim Meyering
2001-11-23Use opaque type, Hash_table, not `struct hash_table'.Jim Meyering
2001-11-23(struct hash_table): Don't define here. Merely declare it.Jim Meyering
2001-11-23(struct hash_table): Define it here instead.Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22(cp_option_init): Likewise.Jim Meyering
(do_copy): Call src_info_init.
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
2001-11-22(struct cp_options) [src_info]: New member.Jim Meyering
(src_info_init): Declare.
2001-11-22(triple_hash_no_name): New function.Jim Meyering
(src_info_init): New function. (copy_internal): Warn and return early for the second and subsequent occurrences of the same source file named on the command line.
2001-11-22.Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22more testsJim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22(TESTS): Add dup-source.Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22(seen_file): Change type of `stats' parameter to pointer.Jim Meyering
(copy_internal): Update caller.
2001-11-22(struct F_triple): Rename from dest_info.Jim Meyering
(seen_file): Rename from seen_dest. Rename parameters accordingly. (record_file): Rename from record_dest. Rename parameters accordingly. (triple_hash): Rename from dest_info_hash. (triple_compare): Rename from dest_info_compare. (triple_free): Rename from dest_info_free.
2001-11-22.Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22(main): Add a literal format string to suppressJim Meyering
a warning from gcc's -Wformat-security.
2001-11-22*** empty log message ***Jim Meyering
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
(do_copy): Remove const attribute from declaration of parameter, x. dest_info_init now takes a parameter.
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
(main): dest_info_init now takes a parameter.
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
(main): dest_info_init now takes a parameter.
2001-11-22Include hash.h.Jim Meyering
(struct cp_options) [dest_info]: New member.
2001-11-22copy.c shouldn't maintain static state.Jim Meyering
(dest_info): Remove declaration of file-scoped global. (dest_info_init): Require a parameter. Update all callers. (seen_dest): Require a hash table parameter. Update callers. (record_dest): Likewise.
2001-11-22Bracket contents of file with #ifndef HASH_H_ ... #endif.Jim Meyering
2001-11-22.Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22.Jim Meyering
2001-11-22.Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22csplit could get a failed assertion: printf 'a\n\n'|csplit - '/^$/' 2Jim Meyering
No longer include assert.h. (process_line_count): Remove invalid assertion.
2001-11-22*** empty log message ***Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22(TESTS): Add csplit.Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-20*** empty log message ***Jim Meyering
2001-11-20update comment to reflect that SunOS4, solaris2.5.1 lose, too.Jim Meyering
2001-11-20remove FIXME comment about duplicate codeJim Meyering
2001-11-19remove a harmless newlineJim Meyering