2008-06-28 |
Jim Meyering | doc: add "..." to Usage, to indicate there may be multi... |
blob | commitdiff | raw |
2008-06-27 |
Jim Meyering | factor out time_t-to-string conversion idiom |
blob | commitdiff | raw | diff to current |
2008-06-16 |
Jim Meyering | remove redundant const directives |
blob | commitdiff | raw | diff to current |
2008-06-14 |
Jim Meyering | add "const" attribute, where possible |
blob | commitdiff | raw | diff to current |
2008-06-08 |
Bo Borgerson | standardize some error messages |
blob | commitdiff | raw | diff to current |
2008-06-03 |
Jim Meyering | use gnulib's progname module |
blob | commitdiff | raw | diff to current |
2008-06-02 |
Jim Meyering | declare program_name consistently |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Jim Meyering | convert the rest to use proper_name -- manually |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Jim Meyering | use gnulib's proper_name_utf8 function, but *not* prope... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Steven Schubiger | mkdir, split: write --verbose output to stdout, not... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Jim Meyering | Reflect change in gnulib: don't include getpagesize.h, |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Jim Meyering | Update all copyright notices to use the newer form. |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Jim Meyering | Change "version 2" to "version 3" in all copyright... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Paul Eggert | The following commands and options now support the... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Paul Eggert | split --line-bytes=N (-C N): don't create an empty... |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Jim Meyering | Merge branch 'master' of /cu |
blob | commitdiff | raw | diff to current |
2007-03-28 |
Jim Meyering | Help translators include translation team's web or... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Paul Eggert | Don't include dirname.h, since system.h does it now. |
blob | commitdiff | raw | diff to current |
2006-03-26 |
Jim Meyering | (next_file_name): Use new last_component, in place... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Paul Eggert | (main): Avoid setmode; use POSIX-specified routines... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Paul Eggert | Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its... |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Paul Eggert | Include fcntl--.h rather than unistd-safer.h. |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Jim Meyering | Don't embed `this'-style quotes in format strings. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Jim Meyering | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Paul Eggert | Remove posixver.h and its uses. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Paul Eggert | Include unistd-safer.h. |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Jim Meyering | (main): Update use of DECIMAL_DIGIT_ACCUMULATE. |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Jim Meyering | (main): Use DECIMAL_DIGIT_ACCUMULATE macro in place... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Paul Eggert | (usage): Mention default size. |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Paul Eggert | (main): Remove unused "case 0". |
blob | commitdiff | raw | diff to current |
2004-08-03 |
Paul Eggert | (cwrite, bytes_split, lines_split, line_bytes_split): |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Jim Meyering | (main): Standardize on the diagnostics given when someo... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Jim Meyering | Include getpagesize.h. |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Jim Meyering | (usage): Use EXIT_SUCCESS, not 0, for clarity. |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Jim Meyering | (next_file_name): Use `sizeof *var' rather than |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Jim Meyering | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Jim Meyering | (WRITTEN_BY): Rename from AUTHORS. |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Jim Meyering | revert previous change |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Jim Meyering | Update AUTHORS definition to be a comma-separated list... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Jim Meyering | (suffix_alphabet): New var. |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Jim Meyering | Don't include headers already included by system.h: |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Jim Meyering | split's --verbose option did nothing |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Jim Meyering | (main): Call initialize_main. |
blob | commitdiff | raw | diff to current |
2003-04-11 |
Jim Meyering | Remove anachronistic casts of xmalloc, |
blob | commitdiff | raw | diff to current |
2003-04-09 |
Jim Meyering | (line_bytes_split): Arg is of type size_t, since |
blob | commitdiff | raw | diff to current |
2003-04-09 |
Jim Meyering | (bytes_split): Use size_t temporary (rather than |
blob | commitdiff | raw | diff to current |
2003-04-09 |
Jim Meyering | Handle command line option arguments larger than 2^31. |
blob | commitdiff | raw | diff to current |
2003-04-09 |
Jim Meyering | (lines_split): Rename local, nlines -> n_lines. |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Jim Meyering | (main): Use STDIN_FILENO, not literal `0'. |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Jim Meyering | (main): Rename local variable: s/accum/n_units/. |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Jim Meyering | also change NCHARS, in comments, to N_BYTES |
blob | commitdiff | raw | diff to current |
2003-04-08 |
Jim Meyering | Rename local variables: nchars -> n_bytes. |
blob | commitdiff | raw | diff to current |
2003-03-11 |
Jim Meyering | (longopts): Don't hard-code `2' here. |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Jim Meyering | Include "full-read.h". |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Jim Meyering | (cwrite): Change type of `bytes' parameter to size_t |
blob | commitdiff | raw | diff to current |
2002-09-28 |
Jim Meyering | (FAIL_ONLY_ONE_WAY): New macro. Factor out some duplica... |
blob | commitdiff | raw | diff to current |
2002-07-02 |
Jim Meyering | (usage): Use the PACKAGE_BUGREPORT e-mail address,... |
blob | commitdiff | raw | diff to current |
2002-02-16 |
Jim Meyering | Include posixver.h. |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Jim Meyering | (DEFAULT_SUFFIX_LENGTH): Define constant. |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Jim Meyering | Include "dirname.h". |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Jim Meyering | Add more support for POSIX 1003.1-2001, which requires... |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Jim Meyering | Reflect renaming to, and new usage of these macros: |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Jim Meyering | (usage): Use new macros, EMIT_HELP_DESCRIPTION and... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Jim Meyering | Factor out some common strings to make translation... |
blob | commitdiff | raw | diff to current |
2001-11-11 |
Jim Meyering | (usage): Split --help output into smaller pieces. |
blob | commitdiff | raw | diff to current |
2001-11-04 |
Jim Meyering | (usage): Say that |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Jim Meyering | Include full-write.h. |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Jim Meyering | (AUTHORS): Mark string for translation, since it contai... |
blob | commitdiff | raw | diff to current |
2000-05-20 |
Jim Meyering | Arrange to call close_stdout upon exit. Don't close... |
blob | commitdiff | raw | diff to current |
1999-04-04 |
Jim Meyering | Standardize --help and --version processing. |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Jim Meyering | Use AUTHORS in place of string in parse_long_options... |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Jim Meyering | Insert AUTHORS definition. |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Jim Meyering | Use PROGRAM_NAME in place of string in parse_long_optio... |
blob | commitdiff | raw | diff to current |
1999-04-03 |
Jim Meyering | define PROGRAM_NAME |
blob | commitdiff | raw | diff to current |
1999-03-04 |
Jim Meyering | Include long-options.h |
blob | commitdiff | raw | diff to current |
1999-02-16 |
Jim Meyering | update copyright dates |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Jim Meyering | Don't prototype usage as static. |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Jim Meyering | (cwrite) [O_BINARY]: Write output in binary mode. |
blob | commitdiff | raw | diff to current |
1998-09-19 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | raw | diff to current |
1998-04-12 |
Jim Meyering | Use STREQ rather than strcmp |
blob | commitdiff | raw | diff to current |
1998-04-11 |
Jim Meyering | Include safe-read.h instead of merely declaring safe_read. |
blob | commitdiff | raw | diff to current |
1998-01-18 |
Jim Meyering | (next_file_name): Rewrite. This removes an artificial... |
blob | commitdiff | raw | diff to current |
1998-01-10 |
Jim Meyering | CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX... |
blob | commitdiff | raw | diff to current |
1997-12-29 |
Jim Meyering | (usage): s/TAB/ /g |
blob | commitdiff | raw | diff to current |
1997-10-25 |
Jim Meyering | Remove old-style xmalloc and xrealloc decls. |
blob | commitdiff | raw | diff to current |
1997-10-07 |
Jim Meyering | update bug-reporting address |
blob | commitdiff | raw | diff to current |
1997-02-09 |
Jim Meyering | update copyrights for 1997 |
blob | commitdiff | raw | diff to current |
1997-02-01 |
Jim Meyering | bracket bug address with <> and append a period |
blob | commitdiff | raw | diff to current |
1997-01-25 |
Jim Meyering | fix copyright filling |
blob | commitdiff | raw | diff to current |
1996-11-23 |
Jim Meyering | (usage): Alphabetize options like sort -f would. |
blob | commitdiff | raw | diff to current |
1996-11-03 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | raw | diff to current |
1996-11-02 |
Jim Meyering | change bug-reporting address |
blob | commitdiff | raw | diff to current |
1996-10-13 |
Jim Meyering | (usage): Remove parameter, REASON. |
blob | commitdiff | raw | diff to current |
1996-10-04 |
Jim Meyering | (main): update --version output again |
blob | commitdiff | raw | diff to current |
1996-10-04 |
Jim Meyering | (main): update --version output to conform to coding... |
blob | commitdiff | raw | diff to current |
1996-09-02 |
Jim Meyering | (usage): Tell where to report bugs. |
blob | commitdiff | raw | diff to current |
1996-04-24 |
Jim Meyering | update Copyright years for 1996 |
blob | commitdiff | raw | diff to current |
1996-03-24 |
Jim Meyering | Call error with EXIT_FAILURE (rather than `1') as first... |
blob | commitdiff | raw | diff to current |
1996-03-24 |
Jim Meyering | Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather... |
blob | commitdiff | raw | diff to current |
next |