mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
c.lib 1.182 (8.11.2004)
- Changed the error abort condition for the %s conversion of the scanf() family. It now matches the abort conditions for all other conversions and no longer ignores whether any other parameters were converted before. This was a quirk in the older implementation. - The scanf() family now accepts %E and %G in place of %f and %X in place of %x. - Simplified the common code that fopen(), freopen() and fdopen() share and which has to figure out by looking at a file access mode specification which parameters should be used. - Dropped error detection in the scanf() family. The EOF has to be good enough. Also, ungetc() failure still leads to error handling. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14765 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 181
|
||||
#define DATE "26.10.2004"
|
||||
#define VERS "debug.lib 1.181"
|
||||
#define VSTRING "debug.lib 1.181 (26.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: debug.lib 1.181 (26.10.2004)"
|
||||
#define REVISION 182
|
||||
#define DATE "8.11.2004"
|
||||
#define VERS "debug.lib 1.182"
|
||||
#define VSTRING "debug.lib 1.182 (8.11.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: debug.lib 1.182 (8.11.2004)"
|
||||
|
||||
Reference in New Issue
Block a user