Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-23 | Split usage strings so that --help and --version | Jim Meyering | |
descriptions are alone in their own string. | |||
2001-11-23 | *** empty log message *** | Jim Meyering | |
2001-11-23 | Factor 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-23 | Use 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-22 | more tests | Jim 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 suppress | Jim 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-22 | Include hash.h. | Jim Meyering | |
(struct cp_options) [dest_info]: New member. | |||
2001-11-22 | copy.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-22 | Bracket 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-22 | csplit could get a failed assertion: printf 'a\n\n'|csplit - '/^$/' 2 | Jim 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-20 | update comment to reflect that SunOS4, solaris2.5.1 lose, too. | Jim Meyering | |
2001-11-20 | remove FIXME comment about duplicate code | Jim Meyering | |
2001-11-19 | remove a harmless newline | Jim Meyering | |