Path to this page:
./
devel/skalibs,
The skarnet.org C system programming library
Branch: CURRENT,
Version: 2.14.3.0,
Package name: skalibs-2.14.3.0,
Maintainer: schmonzskalibs is a package centralizing the free software / open source C
development files used for building all software at skarnet.org: it contains
essentially general-purpose libraries. You will need to install skalibs if
you plan to build skarnet.org software. The point is that you won't have to
download and compile big libraries, and care about portability issues,
everytime you need to build a package: do it only once.
skalibs can also be used as a sound basic start for C development. There are
a lot of general-purpose libraries out there; but if your main goal is to
produce small and secure C code with a focus on system programming, skalibs
might be for you.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 238.696 KB
Version history: (Expand)
- (2024-11-14) Updated to version: skalibs-2.14.3.0
- (2024-06-19) Updated to version: skalibs-2.14.2.0
- (2024-02-29) Updated to version: skalibs-2.14.1.1
- (2023-12-23) Updated to version: skalibs-2.14.1.0
- (2023-11-23) Updated to version: skalibs-2.14.0.1
- (2023-11-11) Updated to version: skalibs-2.14.0.0
CVS history: (Expand)
2024-11-14 15:11:34 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
skalibs: update to 2.14.3.0. Changes:
- UNIXMESSAGE_MAXFDS decreased to 253.
- New mininetstring_read() function. (Was previously removed in 2.7.0.0.)
- New cplz.h header.
- New fork_newpid function, forking a child in a new PID namespace on Linux.
- QoL: IOPAUSE_EXCEPT will now always trigger IOPAUSE_READ or
IOPAUSE_WRITE as well, which means error handling before the IO
primitive is now unnecessary.
|
2024-06-19 20:58:31 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
skalibs: update to 2.4.2.0. Changes:
- Support for midipix and old MacOS X. (More sysdeps.)
- New gol.h header (a take on getopt_long)
- New mkptemp3 function
|
2024-02-28 23:56:04 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
skalibs: update to 2.14.1.1 and take MAINTAINER. Changes:
- Bugfixes.
|
2024-02-27 05:40:53 by Charlotte Koch | Files touched by this commit (1) |
Log message:
devel/skalibs: Reset MAINTAINER
|
2023-12-23 21:09:18 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
skalibs: update to 2.14.1.0. Changes:
- Bugfixes.
- Portability improvements.
- New socket_sendnb46_g() and socket_recvnb46_g() macros.
A bugfix release -- but an important one. All users should upgrade.
|
2023-11-23 19:50:30 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
skalibs: update to 2.14.0.1. Changes:
- Revamped ipv6 parsing code.
|
2023-11-11 12:52:16 by Amitai Schleier | Files touched by this commit (5) | |
Log message:
skalibs: update to 2.14.0.0. Changes:
- Bugfixes.
- New accessor function: selfpipe_fd().
- New functions: slurpn(), openslurpnclose().
- slurp() and openslurpclose() are now macros.
- New strerr macros to warn with a "fatal" message.
- New cdb functions: cdb_hashv(), cdbmake_addv().
- child_spawn() revamp. Prototype change (last arg is a size_t).
- case_lowerb() and friends now use ctype.h functions.
- case_str() removed, strcasestr() fallback implementation added.
- cspawn(): finally unifying fork() and posix_spawn().
- Better support for nonstandard posix_spawn subfunctions.
- Lots of new sysdeps.
|
2023-04-04 02:18:37 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.13.1.1. From the changelog:
- Bugfixes
|