Implemented NtDelayExecution and make Sleep call it.
[wine] / libs /
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-06-27  Alexandre JulliardAdded generation of table of collation keys (based...
2003-06-26  Alexandre JulliardUpdated to the latest Unicode standard.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-13  Alexandre JulliardProper support for CPPFLAGS and LDFLAGS (suggested...
2003-06-04  Paul LauferWork around for flex brain damage.
2003-05-21  Alexandre JulliardReset SIGCHLD handler to default if we need to wait...
2003-05-11  Alexandre JulliardHandle overlapping buffers properly in wcstombs_sbcs...
2003-05-08  Alexandre JulliardFixed return value of wine_utf8_wcstombs (spotted by...
2003-05-04  Pierre d'HerbemontAdd register preservation when using lawrx instruction.
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.
2003-05-01  Alexandre JulliardMoved rules for building shared libraries into a global...
2003-04-30  Alexandre JulliardAdded wine_init.
2003-04-29  Robert ReifAdded partial property set support which is used by...
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-04-14  Alexandre JulliardHacked 0x00a5 to map to backslash in Shift-JIS codepage.
2003-04-11  Robert ReifAdd direct sound driver guids.
2003-04-08  Rok MandeljcAdded stubs for dpnhpast and for all the dmusic dlls.
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-04-02  Dimitrie O. PaunAdd spawnvp to the portability lib.
2003-03-30  Adam GundyMake sure all the bits of the LDT are initialized.
2003-03-28  Yorick Hardystdint.h should be included for compiling on NetBSD.
2003-03-28  Steven EdwardsFixed the .def files for the Mingw build.
2003-03-26  Alexandre JulliardMoved errno_location support to sysdeps.c.
2003-03-23  Alexandre JulliardPortability fixes.
2003-03-23  Alexandre JulliardAdded a .def file for libwine.
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.
2003-03-21  Alexandre JulliardAdded 'wine' prefix to libwine_unicode exports.
2003-03-21  Alexandre JulliardMoved libwine_unicode to the libs/ directory.
2003-03-21  Rok MandeljcStub implementation of the dmusic dll.
2003-03-20  Alexandre JulliardAdded memcpy_unaligned to libwine_port.
2003-03-20  Alexandre JulliardMoved interlocked functions to libwine_port.
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-20  Alexandre JulliardMoved libwine_uuid to the new libs/ directory.
2003-03-19  Alexandre JulliardAdded getopt routine to libwine_port (based on a patch...
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...