Version History
- v1.12 *
-
Added the snprintf and vsnprintf
functions.
- v1.11
-
Added an internal implementation of the *printf family
of functions for cases where more C compatible handling of flags are
needed. No floating point support yet.
Added a (non-standard) debug output macro similar to assert in
<debugf.h>.
- v1.10
-
Memory allocation is now by default done using the heap functions.
Added rand_s function, which should provide 'secure'
random numbers on Win2K and up.
- v1.09
-
Fixed command-line parsing.
- v1.08
-
Implemented the *scanf family of functions.
Converted a number of files to assembler.
WCRT now works with
Pelles C.
- v1.07
-
Added header file <wchar.h>.
Added unicode runtime startup functions (support for wmain
and wWinMain ).
- v1.06
-
Added bsearch , qsort and stack probe
function.
- v1.05 *
-
Rewrote the documentation.
- v1.04
-
Added header file <assert.h>.
- v1.03
-
Added header file <ctype.h>.
- v1.02
-
Added header file <math.h>.
- v1.01
-
Converted assembler files from NASM to MASM style.
Added rand_r and strtok_r (reentrant).
- v1.00 *
-
First release.
Project started November 6th 2003.
|