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:
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: GNUmakefile.68k,v 1.12 2004-10-24 20:03:36 obarthel Exp $
|
||||
# $Id: GNUmakefile.68k,v 1.13 2004-10-26 16:25:03 obarthel Exp $
|
||||
#
|
||||
# :ts=8
|
||||
#
|
||||
@ -108,7 +108,7 @@ INCLUDES = -Iinclude -I. -Inetinclude
|
||||
#OPTIONS = -DDEBUG -D__MEM_DEBUG -DNO_INLINE_STDARG -fno-builtin
|
||||
OPTIMIZE = -O
|
||||
#OPTIMIZE = -O2 -fomit-frame-pointer
|
||||
DEBUG = -g2
|
||||
#DEBUG = -g2
|
||||
|
||||
CFLAGS = $(WARNINGS) $(OPTIMIZE) $(DEBUG) $(OPTIONS) $(CODE_TYPE) $(INCLUDES)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 180
|
||||
#define DATE "23.10.2004"
|
||||
#define VERS "amiga.lib 1.180"
|
||||
#define VSTRING "amiga.lib 1.180 (23.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: amiga.lib 1.180 (23.10.2004)"
|
||||
#define REVISION 181
|
||||
#define DATE "26.10.2004"
|
||||
#define VERS "amiga.lib 1.181"
|
||||
#define VSTRING "amiga.lib 1.181 (26.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: amiga.lib 1.181 (26.10.2004)"
|
||||
|
||||
@ -1 +1 @@
|
||||
180
|
||||
181
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 180
|
||||
#define DATE "23.10.2004"
|
||||
#define VERS "c.lib 1.180"
|
||||
#define VSTRING "c.lib 1.180 (23.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: c.lib 1.180 (23.10.2004)"
|
||||
#define REVISION 181
|
||||
#define DATE "26.10.2004"
|
||||
#define VERS "c.lib 1.181"
|
||||
#define VSTRING "c.lib 1.181 (26.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: c.lib 1.181 (26.10.2004)"
|
||||
|
||||
@ -1 +1 @@
|
||||
180
|
||||
181
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 180
|
||||
#define DATE "23.10.2004"
|
||||
#define VERS "debug.lib 1.180"
|
||||
#define VSTRING "debug.lib 1.180 (23.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: debug.lib 1.180 (23.10.2004)"
|
||||
#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)"
|
||||
|
||||
@ -1 +1 @@
|
||||
180
|
||||
181
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 180
|
||||
#define DATE "23.10.2004"
|
||||
#define VERS "m.lib 1.180"
|
||||
#define VSTRING "m.lib 1.180 (23.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: m.lib 1.180 (23.10.2004)"
|
||||
#define REVISION 181
|
||||
#define DATE "26.10.2004"
|
||||
#define VERS "m.lib 1.181"
|
||||
#define VSTRING "m.lib 1.181 (26.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: m.lib 1.181 (26.10.2004)"
|
||||
|
||||
@ -1 +1 @@
|
||||
180
|
||||
181
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 180
|
||||
#define DATE "23.10.2004"
|
||||
#define VERS "m881.lib 1.180"
|
||||
#define VSTRING "m881.lib 1.180 (23.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: m881.lib 1.180 (23.10.2004)"
|
||||
#define REVISION 181
|
||||
#define DATE "26.10.2004"
|
||||
#define VERS "m881.lib 1.181"
|
||||
#define VSTRING "m881.lib 1.181 (26.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: m881.lib 1.181 (26.10.2004)"
|
||||
|
||||
@ -1 +1 @@
|
||||
180
|
||||
181
|
||||
|
||||
@ -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)"
|
||||
|
||||
@ -1 +1 @@
|
||||
180
|
||||
181
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 180
|
||||
#define DATE "23.10.2004"
|
||||
#define VERS "stack.lib 1.180"
|
||||
#define VSTRING "stack.lib 1.180 (23.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: stack.lib 1.180 (23.10.2004)"
|
||||
#define REVISION 181
|
||||
#define DATE "26.10.2004"
|
||||
#define VERS "stack.lib 1.181"
|
||||
#define VSTRING "stack.lib 1.181 (26.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: stack.lib 1.181 (26.10.2004)"
|
||||
|
||||
@ -1 +1 @@
|
||||
180
|
||||
181
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: stdio_vfscanf.c,v 1.3 2004-10-22 10:57:53 obarthel Exp $
|
||||
* $Id: stdio_vfscanf.c,v 1.4 2004-10-26 16:25:03 obarthel Exp $
|
||||
*
|
||||
* :ts=4
|
||||
*
|
||||
@ -1577,8 +1577,7 @@ __vfscanf(FILE *stream, const char *format, va_list arg)
|
||||
}
|
||||
}
|
||||
|
||||
if(num_conversions > 0)
|
||||
result = num_assignments;
|
||||
result = num_assignments;
|
||||
|
||||
out:
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 180
|
||||
#define DATE "23.10.2004"
|
||||
#define VERS "unix.lib 1.180"
|
||||
#define VSTRING "unix.lib 1.180 (23.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: unix.lib 1.180 (23.10.2004)"
|
||||
#define REVISION 181
|
||||
#define DATE "26.10.2004"
|
||||
#define VERS "unix.lib 1.181"
|
||||
#define VSTRING "unix.lib 1.181 (26.10.2004)\r\n"
|
||||
#define VERSTAG "\0$VER: unix.lib 1.181 (26.10.2004)"
|
||||
|
||||
@ -1 +1 @@
|
||||
180
|
||||
181
|
||||
|
||||
Reference in New Issue
Block a user