0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adjusted ChangeLog More... almost 12 years ago
a little tidy-up in ui_stdio.c More... almost 12 years ago
changed to build using the ui layout. (we only have ui_stdio for now.) More... almost 12 years ago
updated documentation. changed the MAX_SPLITSIZE limit to LLONG_MAX for LFS builds. More... almost 12 years ago
added support for 'g' and 'G' as gigabytes specifier in split size, as suggested by Peter Hans van den Muijzenberg. More... almost 12 years ago
added a general ui layout. More... over 13 years ago
- print error messages to stderr. - update copyright years to 2010. More... over 13 years ago
handled some minor corner cases. More... about 15 years ago
tidy-up. More... about 15 years ago
Updated ChangeLog (2009-02-22 / 0.2.5) More... about 15 years ago
bumped version to 0.2.5 (2009-02-22.) More... about 15 years ago
added -p as a new command which makes lxsplit to split files into the exact given number of pieces. thanks to Ky Lam Ngo for the suggestion. More... about 15 years ago
always free allocated memory. used alloca() instead of malloc() in a few places in order to simplify things. thanks to Swarup Sahoo for reviewing. More... about 15 years ago
Makefile: removed the useless NO_DEBUG flag. More... about 15 years ago
increased READ_BUFSIZE from 4096 to 8192. (Should I use `BUFSIZ' here???) More... about 15 years ago
version: bumped to 0.2.4. More... over 15 years ago
updated docs (2008-10-03.) More... over 15 years ago
split: if the input is not a regular file, give up immediately. More... over 15 years ago
main: updated the help output (authors, website.) More... over 15 years ago
bumped version to 0.2.3 . More... almost 16 years ago
added Mac OS X ifdefs for statfs. it is still commented out because I still don't use it. More... almost 16 years ago
commented out available_diskspace() for now. it doesn't compile on all systems.. More... almost 16 years ago
made some typo fixes. clarified the license section (GPLv2+, not just GPLv2) More... almost 16 years ago
honor user CFLAGS. honor the CFLAGS when generating uoff_t.h, because it may include flags like -m32 or -m64 and the result would be incorrect if we ignore them. More... almost 16 years ago
fixed the license tag in the rpm spec file. More... almost 16 years ago
version 0.2.2: invoking make with more than one jobs does not fail anymore. no other code changes. More... about 16 years ago
added an rpm spec file. More... about 16 years ago
Version 0.2.1 More... about 16 years ago
added a small procedure to detect available disk space. I might use it before going into an actual split/join operation. More... about 16 years ago
better var name for the bytes left in the current piece. More... about 16 years ago