Path to this page:
./
devel/libxtend,
Miscellaneous functions to extend libc
Branch: CURRENT,
Version: 0.2.0.2,
Package name: libxtend-0.2.0.2,
Maintainer: baconLibxtend is a library of miscellaneous functions, the likes of
which might be found in libc or libm. It provides some convenient
functionality lacking in standard library functions as well some
more esoteric features.
Master sites:
Version history: (Expand)
- (2023-12-28) Updated to version: libxtend-0.2.0.2
- (2023-10-28) Updated to version: libxtend-0.2.0
- (2023-08-12) Updated to version: libxtend-0.1.9
- (2023-06-17) Updated to version: libxtend-0.1.8.2
- (2023-06-14) Updated to version: libxtend-0.1.8
- (2023-05-24) Updated to version: libxtend-0.1.7.12
CVS history: (Expand)
2023-12-28 16:02:17 by Jason Bacon | Files touched by this commit (4) |
Log message:
devel/libxtend: Update to 0.2.0.2
Fix outdated function list man page
No changes to library
|
2023-10-28 22:28:20 by Jason Bacon | Files touched by this commit (4) |
Log message:
devel/libxtend: Update to 0.2.0
Add xt_ prefix to all remaining functions
Switch fast-file class to opaque structure
Improve test scripts
Add libxtend(3) man page listing all functions (generated by auto-man2man)
Changes: https://github.com/outpaddling/libxtend/releases
|
2023-08-12 16:46:26 by Jason Bacon | Files touched by this commit (4) |
Log message:
devel/libxtend: Update to 0.1.9
xt_fopen(): Call stat() before popen() and return NULL if file does not exist
xt_fopen(): Add lz4 support
Add XT_COMPRESSION_EXTENSIONS, a list of possible filename extensions
Clean up some compiler warnings
Changes: https://github.com/outpaddling/libxtend/releases
|
2023-06-17 16:57:40 by Jason Bacon | Files touched by this commit (4) |
Log message:
devel/libxtend: Update to 0.1.8.2
xt_fopen(): Add file existence and creation checks
popen() does not flag nonexistent and uncreatable files
|
2023-06-14 20:39:00 by Jason Bacon | Files touched by this commit (4) |
Log message:
devel/libxtend: Update to 0.1.8
Several new functions, macros, and minor enhancements
Changes: https://github.com/outpaddling/libxtend/releases
|
2023-05-24 17:32:52 by Jason Bacon | Files touched by this commit (4) |
Log message:
devel/libxtend: Update to 0.1.7.12
Fix strptrcasecmp() to use strcasecmp()
Add romantoi(), convert Roman numeral text to integer
Add XT_SIGNUM() macro
A few minor fixes
|
2022-12-28 16:27:18 by Jason Bacon | Files touched by this commit (20) |
Log message:
Change MAINTAINER= to OWNER= on mission-critical packages
|
2022-12-11 22:12:22 by Jason Bacon | Files touched by this commit (4) |
Log message:
devel/libxtend: Update to 0.1.7
Minor enhancements and fixes
Changes: https://github.com/outpaddling/libxtend/releases
|