lxSplit News
Status: Abandoned
Brought to you by:
sezero
A new, version 0.1.2 of lxSplit is released.
lxSplit is a simple tool for splitting files and joining
the splitted files on unix-like platforms, such as Linux,
FreeBSD, etc., and it is fully compatible with the HJSplit
utility which is available for other operating systems.
ChangeLog for version 0.1.2:
- Fixed some wrong sizeof usage (sizef(char), not sizeof(char*)).
- Limited split file size to UINT_MAX.
- Switched to size_t type for size data types instead of ints.
- Split size given as exact number of bytes without 'b' or 'B' is now accepted.
- Licence: BSD.
- Maintainance / code clean-up.