summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-10(wrapf): Declare with format attribute.Jim Meyering
2003-04-10.Jim Meyering
2003-04-10.Jim Meyering
2003-04-10(check-texinfo): Check for uses of non-zero. I prefer to spell it `nonzero'.Jim Meyering
2003-04-10*** empty log message ***Jim Meyering
2003-04-10*** empty log message ***Jim Meyering
2003-04-10*** empty log message ***Jim Meyering
2003-04-10*** empty log message ***Jim Meyering
2003-04-10*** empty log message ***Jim Meyering
2003-04-10(fs.h): New rule to generate fs.h from stat.c.Jim Meyering
(BUILT_SOURCES): Add fs.h, now that it's generated. (EXTRA_DIST): Add extract-magic.
2003-04-10*** empty log message ***Jim Meyering
2003-04-10add commentJim Meyering
2003-04-10(human_fstype) [__linux__]: Append each hex constant fromJim Meyering
fs.h in a comment after the corresponding `case S_MAGIC_...:' statement.
2003-04-10now it's automatically generatedJim Meyering
2003-04-10New script to extract fs.h definitions from stat.c.Jim Meyering
2003-04-10*** empty log message ***Jim Meyering
2003-04-10(human_fstype): Handle Linux's devpts.Jim Meyering
2003-04-10(S_MAGIC_DEVPTS): New magic for Linux's devpts.Jim Meyering
2003-04-10*** empty log message ***Jim Meyering
2003-04-10(canonicalize_file_name): NUL-terminate the result.Jim Meyering
2003-04-10(canonicalize_file_name): Always free `extra_buf' before returning.Jim Meyering
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 semicolonJim Meyering
that caused `readlink --canonical RELATIVE_NAME' to fail on e.g., Solaris systems.
2003-04-10*** empty log message ***Jim Meyering
2003-04-10Skip 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-10Add `SEE ALSO' reference to unexpand.Jim Meyering
2003-04-10Add `SEE ALSO' reference to expand.Jim Meyering
2003-04-09Make 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, sinceJim Meyering
that's all that is supported for now. (main): Check for overflow in obsolescent line count option.
2003-04-09Ensure 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 thanJim Meyering
uintmax_t original) in remaining computations. From Paul Eggert.
2003-04-09Handle 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-09tweak white-space to make backslashes line upJim Meyering
2003-04-09(lines_split): Rename local, nlines -> n_lines.Jim Meyering
2003-04-09also check obsolete option -0Jim 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