Skip to content

Releases: danielhams/dicl

Add + expose pselect

01 Jan 11:42
Compare
Choose a tag to compare

EDIT: Don't use 0.1.18 - recommend 0.1.17 until I've fixed the problems.

Previous notes:

Additional posix function pselect (needed by p11-kit).

0.1.17 - expose getopt_long impl

31 Dec 16:06
Compare
Choose a tag to compare

getopt_long was already in the library but not exposed in headers. Hopefully this can then be used where packages don't include a replacement already (libtasn1 is the motivator).

Add strsignal implementation

26 Dec 11:25
Compare
Choose a tag to compare

Add strsignal implementation + header prototype.

updates for strstr and strcasestr

21 Nov 19:27
Compare
Choose a tag to compare
0.1.15

Typo + better example for use in readme.

Include mempcpy prototype

28 Oct 19:11
Compare
Choose a tag to compare
0.1.14

Add missing mempcpy prototype to string.h

Make dicl headers compatible with C++ code.

26 Oct 17:14
Compare
Choose a tag to compare
0.1.13

Fix up dicl headers to be able to import into C++ code too.

Fix sgi mips endianness definition.

25 Oct 19:12
Compare
Choose a tag to compare
0.1.12

Fix the endianness. sgi is big endian.

Add faccessat last needed rpm compat.

25 Oct 00:53
Compare
Choose a tag to compare
0.1.11

Missed update to configure.ac

Lots of new posixy confirmant goodness in 0.1.10

24 Oct 20:29
Compare
Choose a tag to compare
A bunch more stuff from gnulib for 0.1.10

Bug fix, ensure allocate space for errno msg.

23 Oct 20:57
Compare
Choose a tag to compare
0.1.9

Bug fix - ensure allocation of %m format