Next | Query returned 32 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-11-14 15:11:34 by Amitai Schleier | Files touched by this commit (4) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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
   2023-03-11 16:46:46 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 2.13.1.0. From the changelog:

- New macro: SKALIBS_PATH_MAX, in posixishard.h.
  Defined to 4096 on systems that do not define PATH_MAX.
- New function: sals().
   2023-01-16 22:47:48 by Amitai Schleier | Files touched by this commit (4)
Log message:
Update to 2.13.0.0. From the changelog:

- New functions: buffer_timed_put(), buffer_timed_puts(), for
  synchronous writes to a file descriptor with a time limit.
- strerr2.h deprecated. strerr.h entirely revamped. Every existing
  strerr interface is now a variable argument macro around the new
  strerr_warnv, strerr_warnvsys, strerr_diev and strerr_dievsys
  functions, which just prints arrays of strings to stderr. This reduces
  the amount of adhocness in the strerr code considerably, allows calls
  without an upper bound on the number of strings, and should save some
  bytes in resulting binaries.
- librandom revamped (again).
  * random_init() and random_finish() removed.
  * random_char() removed.
  * random_string() renamed to random_buf().
  * early versions added.
- New djbunix functions: waitn_posix(), waitn_reap_posix().
- readnclose() made public, now doesn't touch errno on success.
- openreadnclose_at() now returns a ssize_t.
- Bugfixes.

Next | Query returned 32 messages, browsing 1 to 10 | Previous