| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-10 | needs <sys/stat.h> | christos | |
| 2011-09-16 | Use __dead | joerg | |
| 2009-04-13 | Appease -Wsign-compare | lukem | |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem | |
| Tweak to use a consistent format. | |||
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry | |
| 2007-05-31 | Add a new command-line option "-n chunk_count", that splits the input | jschauma | |
| file into chunk_count smaller files. Each file will be size/chunk_count bytes large, with whatever spillover there is ending up in the chunk_counth file. | |||
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv | |
| to be the most common practice in our tree. | |||
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22365, verified by myself. | |||
| 2003-07-10 | Remove the NAME_MAX check. While well-intentioned (and required by POSIX), | bjh21 | |
| the implementation was horribly broken when <name> contained slashes, and a correct one will probably be quite different. | |||
| 2003-07-10 | Remove the hack that varied the first character of the output filename if | bjh21 | |
| a base name wasn't specified. It's not really necessary now that we've got -a, it's ugly, and POSIX doesn't permit it. Suggested on tech-userlevel a couple of weeks ago to a deafening silence. | |||
| 2003-06-29 | Clean up the mechanism used for opening output files. Rather than freopening | bjh21 | |
| stdout onto each file in turn, then writing through fileno(stdout), use open() and close() like any sensible program. This saves a lot of system calls, removes a dependency on the particular behaviour of BSD freopen(), and allows us to detect and report errors from close(). | |||
| 2003-06-26 | Simplify the handling of ifd by initialising it to the default | bjh21 | |
| (STDIN_FILENO), and only overriding that if the user specifies a different input file. | |||
| 2003-06-26 | Remove support for treating "-" as an option rather than an operand. The | bjh21 | |
| practical consequence of this is that "-" is treated the same as a file name, and can't have options specified after it. This is consistent with other utilities and with POSIX. | |||
| 2003-06-26 | Delint. This largely involves using size_t and off_t appropriately rather | bjh21 | |
| that throwing around unsigned long long. There are a few LINTED comments where I'm sure overflow can never occur, and with these lint gives this a clean bill of health. | |||
| 2003-06-24 | Light KNF and comment tidying. | bjh21 | |
| 2003-06-24 | Use pathconf() to get the value of {NAME_MAX} for the current directory, | bjh21 | |
| rather than relying on the #defined one (which is wrong on NetBSD). Dynamically allocate the filename buffer to fit. | |||
| 2003-06-10 | From FreeBSD: | bjh21 | |
| Allow "-" to be specified as an operand as well as an option. SUSV3 requires something like "split -- -" to work. Document the "-" operand. | |||
| 2003-06-10 | Add support for the -a option, which should fix standards/11226. | bjh21 | |
| Code from <hiramatu@boreas.dti.ne.jp>, with improvements from me. Manual page updates from FreeBSD. | |||
| 2003-03-20 | PR/20818: Martin Husemann: Split does not handle >= 2G files. | christos | |
| 1999-11-02 | revert previous | lukem | |
| 1999-11-02 | remove superfluous '-' in getopt string | lukem | |
| 1997-10-19 | WARNSify, fix .Nm usage, getopt returns -1 not EOF | lukem | |
| 1995-08-31 | Sync with 4.4lite2 | jtc | |
| 1994-12-21 | Merged with 4.4lite. | jtc | |
| Changed to conform to NetBSD's new RCS Id convention. | |||
| 1994-04-06 | don't core if -b is given no argument. bug pointed out by nate williams, | cgd | |
| fix by me. | |||
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
