Menu

lxSplit / News: Recent posts

lxSplit 0.2.2

lxSplit version 0.2.2 is released. Changes since
the previous version 0.2.1:

- invoking make with more than one jobs does not fail anymore.
no other code changes.

Posted by Ozkan Sezer 2008-03-22

lxSplit 0.2.1 with large file support

lxSplit version 0.2.1 is released. Major changes since
the previous versions:

- LFS: large files > 4 GB are now properly supported.
- License changed to GPLv2+ .
- Other minor fixes / clean-ups.

Posted by Ozkan Sezer 2008-02-02

lxSplit 0.1.3 is released

lxSplit version 0.1.3 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.

Changes since previous version 0.1.2:
- added a missing null check for the merge operation output file.
- added error checks to fread and fwrite operations.
- replaced a weird bounds check with a more understandable one.
- uniform error messages.... read more

Posted by Ozkan Sezer 2008-01-30

lxSplit 0.1.2 is released

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.... read more

Posted by Ozkan Sezer 2008-01-29