Changeset 5013 for trunk/changelog


Ignore:
Timestamp:
Jan 23, 2001, 12:58:22 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r5009 r5013  
    1 /* $Id: changelog,v 1.1230 2001-01-22 18:25:33 sandervl Exp $ */
     1/* $Id: changelog,v 1.1231 2001-01-23 11:58:22 sandervl Exp $ */
     2
     3 2001-01-23: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - KERNEL32: o long2ShortName completely broken. now properly detects 8.3
     5                  filename and copies it (TODO: not finished)
     6                o Set x position to 0 after seeing a linefeed in the WriteFile
     7                  datastream (vio console)
     8                  (Sun Java 1.3 output doesn't include carriage returns)
     9                o ExitProcess change: make sure no threads are still suspended
     10                  (with SuspendThread) by calling ResumeThread
     11                  OS/2 seems to be unable to terminate the process otherwise.
     12                  (fixes exitlist zombie after executing the Sun Java 1.3 interpreter)
     13    - PELDR:    o Don't strip quotes from cmd line parameter part.
     14                  (fixes Sun Java 1.3 JRE install (must replace 16 bits setup
     15                   by 32 bits version))
     16    - INCLUDE\win\thread.h:
     17                o Wrong layout of TEB structure
     18                  (fixes crash in Sun Java 1.3 interpreter)
    219
    320 2001-01-22: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.