1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

c.lib 1.181 (26.10.2004)

- The scanf() family now always returns the number of assignments made
  unless an error occured or an EOF was hit during conversion before the
  first assignment could be made.

- strtok() did not terminate properly if the last token in the string
  did not end with a separator character but with a '\0' byte. Fixed.

- The directory scanning functions opendir/closedir did not get the global
  directory data tracking data structure initialized which later led to
  Enforcer hits and maybe trashed memory. Fixed.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14761 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-10-26 16:25:04 +00:00
parent 7f7ca50d06
commit 3b5a4a32a4
19 changed files with 58 additions and 53 deletions

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 180
#define DATE "23.10.2004"
#define VERS "net.lib 1.180"
#define VSTRING "net.lib 1.180 (23.10.2004)\r\n"
#define VERSTAG "\0$VER: net.lib 1.180 (23.10.2004)"
#define REVISION 181
#define DATE "26.10.2004"
#define VERS "net.lib 1.181"
#define VSTRING "net.lib 1.181 (26.10.2004)\r\n"
#define VERSTAG "\0$VER: net.lib 1.181 (26.10.2004)"