mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Preparations for c.lib 1.204 release.
git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15203 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 203
|
||||
#define DATE "28.4.2008"
|
||||
#define VERS "amiga.lib 1.203"
|
||||
#define VSTRING "amiga.lib 1.203 (28.4.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: amiga.lib 1.203 (28.4.2008)"
|
||||
#define REVISION 204
|
||||
#define DATE "11.11.2008"
|
||||
#define VERS "amiga.lib 1.204"
|
||||
#define VSTRING "amiga.lib 1.204 (11.11.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: amiga.lib 1.204 (11.11.2008)"
|
||||
|
||||
@ -1 +1 @@
|
||||
203
|
||||
204
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 203
|
||||
#define DATE "28.4.2008"
|
||||
#define VERS "c.lib 1.203"
|
||||
#define VSTRING "c.lib 1.203 (28.4.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: c.lib 1.203 (28.4.2008)"
|
||||
#define REVISION 204
|
||||
#define DATE "11.11.2008"
|
||||
#define VERS "c.lib 1.204"
|
||||
#define VSTRING "c.lib 1.204 (11.11.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: c.lib 1.204 (11.11.2008)"
|
||||
|
||||
@ -1 +1 @@
|
||||
203
|
||||
204
|
||||
|
||||
@ -1,10 +1,12 @@
|
||||
c.lib 1.204 (11.11.2008)
|
||||
|
||||
- The memory allocated by malloc() and friends is now of type MEMF_PRIVATE
|
||||
under OS4 and beyond. The AmigaOS 2.x/3.x compatible code will still
|
||||
use MEMF_ANY in the same situation, though. Other uses of MEMF_ANY have
|
||||
been replaced as well where MEMF_PRIVATE would have made better sense.
|
||||
|
||||
- I/O buffers allocated are now aligned according to the CPU cache line size,
|
||||
if the operating system can supply that detailed information.
|
||||
if the operating system can supply such detailed information.
|
||||
|
||||
- unsetenv() now returns a status value.
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 203
|
||||
#define DATE "28.4.2008"
|
||||
#define VERS "debug.lib 1.203"
|
||||
#define VSTRING "debug.lib 1.203 (28.4.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: debug.lib 1.203 (28.4.2008)"
|
||||
#define REVISION 204
|
||||
#define DATE "11.11.2008"
|
||||
#define VERS "debug.lib 1.204"
|
||||
#define VSTRING "debug.lib 1.204 (11.11.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: debug.lib 1.204 (11.11.2008)"
|
||||
|
||||
@ -1 +1 @@
|
||||
203
|
||||
204
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 203
|
||||
#define DATE "28.4.2008"
|
||||
#define VERS "m.lib 1.203"
|
||||
#define VSTRING "m.lib 1.203 (28.4.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: m.lib 1.203 (28.4.2008)"
|
||||
#define REVISION 204
|
||||
#define DATE "11.11.2008"
|
||||
#define VERS "m.lib 1.204"
|
||||
#define VSTRING "m.lib 1.204 (11.11.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: m.lib 1.204 (11.11.2008)"
|
||||
|
||||
@ -1 +1 @@
|
||||
203
|
||||
204
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 202
|
||||
#define DATE "16.1.2007"
|
||||
#define VERS "m881.lib 1.202"
|
||||
#define VSTRING "m881.lib 1.202 (16.1.2007)\r\n"
|
||||
#define VERSTAG "\0$VER: m881.lib 1.202 (16.1.2007)"
|
||||
#define REVISION 204
|
||||
#define DATE "11.11.2008"
|
||||
#define VERS "m881.lib 1.204"
|
||||
#define VSTRING "m881.lib 1.204 (11.11.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: m881.lib 1.204 (11.11.2008)"
|
||||
|
||||
@ -1 +1 @@
|
||||
202
|
||||
204
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 203
|
||||
#define DATE "28.4.2008"
|
||||
#define VERS "net.lib 1.203"
|
||||
#define VSTRING "net.lib 1.203 (28.4.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: net.lib 1.203 (28.4.2008)"
|
||||
#define REVISION 204
|
||||
#define DATE "11.11.2008"
|
||||
#define VERS "net.lib 1.204"
|
||||
#define VSTRING "net.lib 1.204 (11.11.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: net.lib 1.204 (11.11.2008)"
|
||||
|
||||
@ -1 +1 @@
|
||||
203
|
||||
204
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 203
|
||||
#define DATE "28.4.2008"
|
||||
#define VERS "unix.lib 1.203"
|
||||
#define VSTRING "unix.lib 1.203 (28.4.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: unix.lib 1.203 (28.4.2008)"
|
||||
#define REVISION 204
|
||||
#define DATE "11.11.2008"
|
||||
#define VERS "unix.lib 1.204"
|
||||
#define VSTRING "unix.lib 1.204 (11.11.2008)\r\n"
|
||||
#define VERSTAG "\0$VER: unix.lib 1.204 (11.11.2008)"
|
||||
|
||||
@ -1 +1 @@
|
||||
203
|
||||
204
|
||||
|
||||
Reference in New Issue
Block a user