- Added many new large file support functions.
- Added many new large file (__int64) support functions, this will make it much easier to deal with files larger than 4GB.
- Added in-case sensitive string variants.
- Added in-case sensitive variants to most of the string functions.
- Added several new time conversion functions.
- Added several new time conversion functions. Such as functions to convert from and to: SystemTime, LocalTime, FileTime & time_t.
- Fixed many small bugs and improved security.
- Fixed many small bugs and improved security. Note: many functions have been converted to their new Microsoft standard secure counterparts. (e.g. strcpy -> strcpy_s)
|