- removed next & prev fields from WINE_MODREF and implement instead
[wine] / configure
2003-07-01  Alexandre JulliardAdded d3d9 dll.
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-06-23  Eric PouechCreated an empty oleacc DLL.
2003-06-20  David Hammerton- implemented support for https protocol
2003-06-20  Alexandre JulliardAdded checks for ICU libraries (based on a patch by...
2003-06-18  Alexandre JulliardRelease 20030618. wine-20030618
2003-05-21  Mike McCormackRemove code that starts wineshelllink, instead create...
2003-05-20  Yorick HardyImplemented GetSystemInfo on NetBSD.
2003-05-19  Yorick HardyAdded the implementation for CDROM_GetIdeInterface...
2003-05-15  Uwe BonnesNew comctl32 test directory and test case for DPA_Search.
2003-05-13  Juan LangAdded an implementation of iphlpapi.dll; most Get*...
2003-05-08  Alexandre JulliardRelease 20030508. wine-20030508
2003-05-06  Alexandre JulliardIn assembler check, try to use gas first (based on...
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-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-04-21  Alexandre JulliardSupport resources in cross-compiled tests.
2003-04-20  Alexandre JulliardCheck for struct option independently of the getopt_lon...
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-12  Hans LeidekkerAdd aliases to configure check for mingw cross compiler...
2003-04-08  Alexandre JulliardRelease 20030408. wine-20030408
2003-04-08  Rok MandeljcAdded stubs for dpnhpast and for all the dmusic dlls.
2003-04-04  Adam GundyAdded an implementation of the MSVCRTD.DLL debugging...
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-04-02  Alexandre JulliardDon't bother checking for the errno function, simply...
2003-04-02  Alexandre JulliardAdded support for marking heap blocks as inaccessible...
2003-04-01  Alexandre JulliardAdded SYSDEPS_GetUnixTid to return the Unix thread...
2003-04-01  Alexandre JulliardUse _spawnvp to replace fork for non-Unix platforms.
2003-03-31  Dimitrie O. PaunNew winecfg skeleton app, based heavily on original...
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-24  Alexandre JulliardIf supported, relocate the main wine binary to a higher...
2003-03-23  Alexandre JulliardPortability fixes.
2003-03-23  Christian CostaMake use of .half and/or .asciiz assembler keywords...
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.
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 JulliardMoved [efg]cvt functions to msvcrt and fixed them to...
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 JulliardCreated a separate static portability library and moved...
2003-03-19  Alexandre JulliardRelease 20030318. wine-20030318
2003-02-27  Alexandre JulliardGet rid of win16drv directory.
2003-02-25  Mike McCormackTurn off -Wpointer-arith if it generates warnings when...
2003-02-20  Alexandre JulliardRelease 20030219. wine-20030219
2003-01-24  Enrico HornAdded d3dim.dll with stubs.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-21  Dan KegelAdded Windows-compatible start.exe.
2003-01-21  Alexandre JulliardMoved the IPX check so that the sys/socket.h check...
2003-01-16  Alexandre JulliardRelease 20030115. wine-20030115
2003-01-15  Stefan LeichterAdded tests for GetPrinterDriverDirectoryA.
2003-01-14  Steven EdwardsCheck for vsnprintf and _vsnprintf, and define vsnprint...
2003-01-13  Alexandre JulliardAdded configure check for regex.h.
2003-01-09  Marcus MeissnerAdded GIF decompressor support to OLE Automation IPictures.
2003-01-09  Marcus MeissnerCheck and define AS (for cross/biarch compiler support).
2003-01-09  Alexandre JulliardAdd -gstabs+ option if supported (based on a patch...
2003-01-04  Shachar ShemeshInitial wineboot implementation; at this stage only...
2003-01-02  Dmitry TimoshkovAdded ctl3d, ctl3dv2 and ctl3d32 API implementations.
2002-12-24  Alexandre JulliardFixed quoting in INSTALL check.
2002-12-24  Alexandre JulliardMake sure INSTALL path is relative to the top dir when...
2002-12-20  Alexandre JulliardRelease 20021219. wine-20021219
2002-12-17  Patrik StridvallAdded stubs for WINTAB{,32}.DLL (used by many important...
2002-12-17  Raphael Junqueira- some D3D8 fixes
2002-12-13  Brad CampbellAdded additional test for gcvt as uClibc appears to...
2002-12-13  Chris MorganAdd support for Jack audio server.
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-12-12  Alexandre JulliardMade stdcall decoration in .def files the default,...
2002-12-11  Alexandre JulliardAdded WINE_CHECK_DEFINE macro to factor out some repeat...
2002-12-10  Steven EdwardsAlpha porting fix.
2002-12-10  Dimitrie O. PaunGracefully degrade to getopt if getopt_long does not...
2002-12-05  Francois GougetA simple test for IDirectSound.GetCaps.
2002-12-02  Alexandre JulliardAuthors: Greg Turner <gmturner007@ameritech.net>, Ove...
2002-11-25  Alexandre JulliardRelease 20021125. wine-20021125
2002-11-25  Patrik StridvallFixed pthreads on FreeBSD (based on patch by Alexandre...
2002-11-23  Vincent BéronThe default behavior of "make everything" is now to...
2002-11-21  Alexandre JulliardRemoved OpenGL thread safety check.
2002-11-21  Alexandre JulliardUse the '-z defs' linker option if supported to better...
2002-11-19  Patrik StridvallAdded stub implementation of cabinet.dll.
2002-11-15  Lionel UlmerLoad OpenGL library dynamically from x11drv.
2002-11-15  Alberto MassariAdded rundll32 utility.
2002-11-12  Gerald Pfeiferucontext.h check requires signal.h.
2002-11-12  Marcus MeissnerDo not link against -lcups directly, but dynamically...
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-11  Alexandre JulliardRemoved winetest.
2002-11-08  Patrik Stridvall- Added #include <sys/types.h> where needed for FreeBSD.
2002-11-06  Gerald PfeiferWhen checking for sys/mount.h and sys/user.h also inclu...
2002-11-04  Francois GougetTest sound format support with waveOutGetDevCaps and...
2002-11-01  Alexandre JulliardRelease 20021031. wine-20021031
2002-10-31  Steven EdwardsMingw porting fix.
2002-10-30  Uwe BonnesFirst version of msvcrt scanf test.
2002-10-22  Alexandre JulliardAvoid reference to glibc internal __libc_fork function.
2002-10-10  Francois GougetThe NAS headers and libraries are sometimes stored...
2002-10-10  Alexandre JulliardUpdated with autoconf 2.54.
2002-10-08  Alexandre JulliardRelease 20021007. wine-20021007
2002-10-08  Michael GünnewigImplemented the MS RLE video codec.
2002-10-07  Greg TurnerAdded skeleton for rpcrt4 unit test with some UUID...
2002-10-02  Patrik StridvallAdded some more autogenerated tests.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-10-01  Alexandre JulliardMoved X flags and libraries out of Make.rules into...
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.
next