Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-10 | (canonicalize_file_name): Return NULL immediately if resolvepath fails. | Jim Meyering | |
Otherwise, `readlink --canonical /no-such-file' would exhaust virtual memory on some systems (e.g. Solaris). | |||
2003-04-10 | *** empty log message *** | Jim Meyering | |
2003-04-10 | (readlink invocation): Tweak description a little. | Jim Meyering | |
2003-04-10 | *** empty log message *** | Jim Meyering | |
2003-04-10 | (canonicalize_file_name): Remove stray semicolon | Jim Meyering | |
that caused `readlink --canonical RELATIVE_NAME' to fail on e.g., Solaris systems. | |||
2003-04-10 | *** empty log message *** | Jim Meyering | |
2003-04-10 | Skip this test (don't fail) if creating a file with nominal length > 4GB fails. | Jim Meyering | |
2003-04-10 | *** empty log message *** | Jim Meyering | |
2003-04-10 | Add `SEE ALSO' reference to unexpand. | Jim Meyering | |
2003-04-10 | Add `SEE ALSO' reference to expand. | Jim Meyering | |
2003-04-09 | Make sure that a huge obsolete option evokes the right failure. | Jim Meyering | |
2003-04-09 | *** empty log message *** | Jim Meyering | |
2003-04-09 | *** empty log message *** | Jim Meyering | |
2003-04-09 | (line_bytes_split): Arg is of type size_t, since | Jim Meyering | |
that's all that is supported for now. (main): Check for overflow in obsolescent line count option. | |||
2003-04-09 | Ensure that split --lines=N and --bytes=N work for N=2^32. | Jim Meyering | |
Currently (coreutils-5.0.1) split --line-bytes=M fails with `invalid number of bytes' for M=2^32 or larger. Test it. | |||
2003-04-09 | *** empty log message *** | Jim Meyering | |
2003-04-09 | *** empty log message *** | Jim Meyering | |
2003-04-09 | *** empty log message *** | Jim Meyering | |
2003-04-09 | (bytes_split): Use size_t temporary (rather than | Jim Meyering | |
uintmax_t original) in remaining computations. From Paul Eggert. | |||
2003-04-09 | Handle command line option arguments larger than 2^31. | Jim Meyering | |
This allows e.g., splitting into files of size 2GB and larger, and running split --lines=N with N=2^31 or more. But for --line-bytes=N, the restriction that N <= SIZE_MAX remains (for now), due to the way it is implemented. Include "inttostr.h". (bytes_split, lines_split, line_bytes_split, main): Use uintmax_t, not size_t, for file sizes. (main): Give a better diagnostic for option arguments == 0. Use umaxtostr to print file sizes. | |||
2003-04-09 | tweak white-space to make backslashes line up | Jim Meyering | |
2003-04-09 | (lines_split): Rename local, nlines -> n_lines. | Jim Meyering | |
2003-04-09 | also check obsolete option -0 | Jim Meyering | |
2003-04-08 | *** empty log message *** | Jim Meyering | |
2003-04-08 | (usage): Mention that --directory (-d) works only on some systems. | Jim Meyering | |
2003-04-08 | *** empty log message *** | Jim Meyering | |
2003-04-08 | *** empty log message *** | Jim Meyering | |
2003-04-08 | (main): Use STDIN_FILENO, not literal `0'. | Jim Meyering | |
2003-04-08 | *** empty log message *** | Jim Meyering | |
2003-04-08 | (TESTS): Add split-fail. | Jim Meyering | |
2003-04-08 | *** empty log message *** | Jim Meyering | |
2003-04-08 | Run $PERL to see if it is available, rather than testing its value. | Jim Meyering | |
2003-04-08 | . | Jim Meyering | |
2003-04-08 | *** empty log message *** | Jim Meyering | |
2003-04-08 | *** empty log message *** | Jim Meyering | |
2003-04-08 | *** empty log message *** | 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-04-08 | Remove note about Ultrix compilation failure. | Jim Meyering | |
2003-04-07 | *** empty log message *** | Jim Meyering | |
2003-04-07 | (jm_PREREQ_STAT): Add prerequisites and #includes for Ultrix 4.4. | Jim Meyering | |
2003-04-07 | *** empty log message *** | Jim Meyering | |
2003-04-07 | Add #include directives for Ultrix 4.4. | Jim Meyering | |
Based on a suggested change from Bert Deknuydt. | |||
2003-04-07 | *** empty log message *** | Jim Meyering | |
2003-04-06 | *** empty log message *** | Jim Meyering | |
2003-04-06 | (makefile-check): New rule. | Jim Meyering | |
(local-check): Add it. | |||
2003-04-05 | . | Jim Meyering | |
2003-04-05 | *** empty log message *** | Jim Meyering | |
2003-04-05 | Use $(VAR) rather than @VAR@, now that we can rely on automake to | Jim Meyering | |
emit a definition for each substituted variable. |