Releases: AmigaLabs/clib4
Beta 8
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
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
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
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
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
Lot of improvements, new functions and bug fixed.
Beta 2 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
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