Skip to content

Releases: AmigaLabs/clib4

Beta 8

19 Feb 13:59
992bb87

Choose a tag to compare

Beta 8 Pre-release
Pre-release

Added internal pthreads library.
Added new missing math functions
Added dprintf
Fixed a memory leak when using posix_memalign
Some constructors/destructors changes
Fixed ncurses/termios problems. Now ncurses can be used without any problem
Added stdio_ext functions (except __freadptr)
Some test progams makefile changes. now it is possible to compile tests using GNUMakefile
Many other internal changes

Beta7

01 Sep 19:12

Choose a tag to compare

Beta7 Pre-release
Pre-release

Added new open source pthread library (and removed the old one)
Fixed ncurses/termios problem
Fixed non-blocking stdin when used with socket and poll
Changed DOS library requirements to v52 instead of v54
Added misc folder to SDK installation and package that contain terminfo entries
Fixed a bug in spawnv function was causing a bad exe filename and a memory leak.
Added flock function. Fixed a problem on record_locking was not allocating memory correctly
Added stdio_ext functions (except __freadptr)
More bug fixes and improvements

Beta 6

17 Aug 17:05
a9583f1

Choose a tag to compare

Beta 6 Pre-release
Pre-release

Added scandir to dirent
Fixed with some hacks termios functions and now ncurses works correctly
Fixed a problem on CTRL-C that was not stopping the program anymore
Some small internal changes

Beta 5

12 Aug 16:14
33f863d

Choose a tag to compare

Beta 5 Pre-release
Pre-release

Implemented open() and opendir() and now it is possible to open a directory like open("T:") and use some functions on the returned fd
Changed some socket functions that now use open source code
Implemented new funcions
Fixed a memory leak on fstat
Removed test on check_abort_enabled prior call since it is already checked in the function
Moved rand* functions to prng folder
Implemented syslog (using files)
A lot of other fixes an improvements

Beta 4

01 Aug 09:16

Choose a tag to compare

Beta 4 Pre-release
Pre-release

Fixed some bugs. Most important one was on snprintf that was causing trashed characters
Added libcrypt
Added more functions
defined __THREAD_SAFE in <features.h>. Developers can use for this #define to check if this is a TS clib2
All includes now use <features.h>

Beta 3

13 Jul 10:20
63527d9

Choose a tag to compare

Beta 3 Pre-release
Pre-release

Lot of improvements, new functions and bug fixed.

Beta 2 release

26 Apr 09:32

Choose a tag to compare

Beta 2 release Pre-release
Pre-release

Removed duplicated and useless check_abort functions that was responsible for little slowdown in I/O functions
Code cleaning
Fixed some debugging functions and added debugging instructions on new functions that did not have them

1.0BETA

16 Apr 10:14
591d309

Choose a tag to compare

1.0BETA Pre-release
Pre-release

This is the first BETA release for new clib2 with a lot of improvements and fixes
Since a lot of code has been added (and removed) please test it and report any fixes you found