2003-07-17 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ChangeLog
index a73d428..437c57f 100644 (file)
@@ -1,3 +1,28 @@
+2003-07-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * INSTALL: Update installation instructions.
+
+2003-07-16  Royce Mitchell III <royce3@ev1.net>
+
+       * modifed strtok & wcstok in msvcrt so that crtdll can use it.
+       * new private support functions _lasttoken and _wlasttoken to support
+       strtok and wcstok respectively.
+       * fixed lib/msvcrt/stdio/vfscanf.c to remove unnecessary globals.
+       * changed crtdll to use msvcrt's stdio/scanf.c
+
+2003-07-16  Royce Mitchell III <royce3@ev1.net>
+
+       * fixed warnings at lib/msvcrt/stdio/fputs.c:79
+       and lib/msvcrt/stdlib/errno.c:14
+       and lib/msvcrt/stdlib/wputenv.c:24
+
+2003-07-16  Royce Mitchell III <royce3@ev1.net>
+
+       * integrated Art Yerkes' _ftime implementation at
+       lib/msvcrt/time/ftime.c
+       * fixed ungetc warning in lib/msvcrt/stdio/vfscanf.c (also
+       renamed ungetc macro to UNGETC for clarity)
+
 2003-07-15  Royce Mitchell III <royce3@ev1.net>
 
        * fixed references to errno in MSVCRT to use __set_errno() and