Age | Commit message (Expand) | Author |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert the rest to use proper_name -- manually | Jim Meyering |
2008-05-26 | use gnulib's proper_name_utf8 function, but *not* proper_name | Jim Meyering |
2008-02-07 | mkdir, split: write --verbose output to stdout, not stderr. | Steven Schubiger |
2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-05-03 | The following commands and options now support the standard size | Paul Eggert |
2007-04-12 | split --line-bytes=N (-C N): don't create an empty file. | Paul Eggert |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert |
2006-03-26 | (next_file_name): Use new last_component, in place of base_name. | Jim Meyering |
2005-07-11 | (main): Avoid setmode; use POSIX-specified routines instead. | Paul Eggert |
2005-07-05 | Adjust to the change to DECIMAL_DIGIT_ACCUMULATE: its last arg is now | Paul Eggert |
2005-07-03 | Include fcntl--.h rather than unistd-safer.h. | Paul Eggert |
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-26 | Remove posixver.h and its uses. | Paul Eggert |
2005-04-11 | Include unistd-safer.h. | Paul Eggert |
2005-03-25 | (main): Update use of DECIMAL_DIGIT_ACCUMULATE. | Jim Meyering |
2005-03-17 | (main): Use DECIMAL_DIGIT_ACCUMULATE macro in place of nearly-equivalent code. | Jim Meyering |
2004-12-20 | (usage): Mention default size. | Paul Eggert |
2004-09-21 | (main): Remove unused "case 0". | Paul Eggert |
2004-08-03 | (cwrite, bytes_split, lines_split, line_bytes_split): | Paul Eggert |
2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering |
2004-04-15 | Include getpagesize.h. | Jim Meyering |
2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2003-11-04 | (next_file_name): Use `sizeof *var' rather than | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-08-09 | (suffix_alphabet): New var. | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-06-27 | split's --verbose option did nothing | Jim Meyering |
2003-06-17 | (main): Call initialize_main. | Jim Meyering |
2003-04-11 | Remove anachronistic casts of xmalloc, | Jim Meyering |
2003-04-09 | (line_bytes_split): Arg is of type size_t, since | Jim Meyering |
2003-04-09 | (bytes_split): Use size_t temporary (rather than | Jim Meyering |
2003-04-09 | Handle command line option arguments larger than 2^31. | Jim Meyering |
2003-04-09 | (lines_split): Rename local, nlines -> n_lines. | Jim Meyering |
2003-04-08 | (main): Use STDIN_FILENO, not literal `0'. | Jim Meyering |
2003-04-08 | (main): Rename local variable: s/accum/n_units/. | Jim Meyering |
2003-04-08 | also change NCHARS, in comments, to N_BYTES | Jim Meyering |
2003-04-08 | Rename local variables: nchars -> n_bytes. | Jim Meyering |
2003-03-11 | (longopts): Don't hard-code `2' here. | Jim Meyering |
2003-02-19 | Include "full-read.h". | Jim Meyering |
2002-10-19 | (cwrite): Change type of `bytes' parameter to size_t | Jim Meyering |