| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
It broke single-character splitting
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix combinatorial
field_split() now takes in LINE as a parameter, rather than just the
fields parameter.
Saves 16 bytes.
Signed-off-by: Ron Yorston <rmy@pobox.com>
|
| |
|
|
|
| |
One more from the POSIX documentation and some examples from
coreutils.
|
|
|
- Update the size estimate to follow upstream's methodology
- Disable the applet by default until it's accepted upstream
- Add a minimal test script, stealing an example from POSIX
|