Development and header files for libite.
Provides
Requires
License
MIT AND X11
Changelog
* Sun Dec 28 2025 Dirk Müller <dmueller@suse.com>
- update to 2.6.2:
* Fix memory leak in `which()` on `realloc()` failure
* Fix `pidfile()` to handle missing trailing slash in prefix
* Sun Nov 12 2023 Dirk Müller <dmueller@suse.com>
- update to 2.6.1:
* FTBFS uClibc and musl libc, `lite.h` missing `stdarg.h`
include
* Mon Sep 18 2023 Martin Hauke <mardnh@gmx.de>
- Update to 2.6.0:
Changes
* New APIs from the Infix Project:
+ fexistf()
+ vfopenf()
+ popenf()
+ vreadsnf(), readsnf(), writesf()
+ vreadllf(), readllf(), readdf()
+ writellf(), writedf()
Fixes
* Spellchecking of API docs
* Thu Apr 27 2023 Dirk Müller <dmueller@suse.com>
- update to 2.5.3:
* Refactor `copyfile()` unit test and verify number of bytes
copied
* Add missing `rsync()` u