Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / include / config.h.in
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-23  Alexandre JulliardPortability fixes.
2003-03-23  Christian CostaMake use of .half and/or .asciiz assembler keywords...
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-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.
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 JulliardMade stdcall decoration in .def files the default,...
2002-12-10  Dimitrie O. PaunGracefully degrade to getopt if getopt_long does not...
2002-11-25  Patrik StridvallFixed pthreads on FreeBSD (based on patch by Alexandre...
2002-11-15  Lionel UlmerLoad OpenGL library dynamically from x11drv.
2002-11-12  Marcus MeissnerDo not link against -lcups directly, but dynamically...
2002-10-31  Steven EdwardsMingw porting fix.
2002-10-22  Alexandre JulliardAvoid reference to glibc internal __libc_fork function.
2002-08-29  Marco PietrobonoUse alsa/asoundlib.h instead of sys/asoundlib.h if...
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-09  Marcus MeissnerCopy va_lists by using va_copy, not by just assigning...
2002-08-01  Robert LunnonPreliminary audio driver for Solaris Libaudioio.
2002-07-30  Alexandre JulliardMerged the NAS driver written by Nicolas
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-07-22  Alexandre JulliardGenerate the __ASM_NAME and __ASM_FUNC macros directly...
2002-07-20  Gregg MattinsonAdded checks for __sparc__, __sun__ and @function.
2002-07-19  Gregg Mattinson - X11/extensions/shape.h requires X11/Xutil.h.
2002-07-01  Alexandre JulliardAdded configure check for getpwuid.
2002-06-28  Alexandre JulliardAdded some ALSA configure checks.
2002-06-24  Steven EdwardsAdded check for pwd.h.
2002-05-20  Alexandre JulliardAdded configure check for the soname of libraries that...
2002-05-14  Alexandre JulliardPortability fixes.
2002-05-10  Steven EdwardsDetect snprintf && _snprintf, use _snprintf on stupid...
2002-05-07  Alexandre JulliardAdded check for sys/sysctl.h.
2002-05-05  Steven EdwardsCheck for and use chsize instead of ftruncate if present.
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-05-01  Laurent PinchartImplementation of IOCTL_SCSI_PASS_THROUGH and
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-24  Alexandre JulliardNo longer try to support non-reentrant Xlib.
2002-04-23  Alexandre JulliardLoad libXrender at run-time with dlopen (based on a...
2002-04-11  Alexandre JulliardUpdated configure to take advantage of new autoconf...
2002-04-03  Alexandre JulliardBetter check for -lresolv. Removed FREETYPELIBS.
2002-04-01  Francois GougetOn Solaris inet_aton is exported by libresolv.so.
2002-03-29  Michal PasternakFixed pack/unpack routines for WM_DDE_EXECUTE.
2002-03-21  Shi Quan HeStarted TWAIN implementation.
2002-03-21  Chris MorganAdded aRts driver.
2002-03-11  Patrik StridvallAdded some optional headers and functions for compiling...
2002-02-19  Lawson WhitneySupport for nonstandard baud rate in SetCommState.
2002-02-14  Alexandre JulliardUpgraded configure script to use autoconf 2.50 features...
2002-02-04  Dmitry TimoshkovSupport for generation of .def files from .spec files.
2002-01-29  Huw D M DaviesDon't define HAVE_FREETYPE unless we have freetype.h.
2002-01-29  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2002-01-07  Alexandre JulliardAdded configure check for pread/pwrite.
2002-01-04  Alexandre JulliardWe no longer need libXpm.
2001-12-26  Alexandre JulliardLink to the curses library only for the dlls that need it.
2001-12-14  Bang Jun-YoungAdded check for stdint.h (needed on NetBSD).
2001-11-06  François GougetFix the #include order for config.h.
2001-11-06  François GougetMake debugtools.h independent from config.h.
2001-10-23  Huw D M DaviesImplement GetFontData.
2001-09-14  Huw D M DaviesAdd config check and thread safe wrappers for the XRend...
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-08-10  Eric PouechFixes for Solaris X86.
2001-08-06  Marcus MeissnerImplemented OleLoadPicture.
2001-07-12  Lionel Ulmer- removed unused OSMesa linking
2001-07-08  Patrik StridvallAdd proper check for existance of struct sockaddr membe...
2001-06-28  Patrik StridvallFixed subtle configure bug concerning OpenGL.
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-06-26  Uwe BonnesAdded /dev/parport support for direct port access.
2001-06-08  Marcus MeissnerAdded check for broken mmap64.
2001-06-06  Ian PilcherUse autoconf checks to check for various FreeType headers.
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-16  Ian PilcherRead metrics from TrueType fonts.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-04-27  Marcus MeissnerAdded CUPS printing support.
2001-01-19  Marcus MeissnerAdded configure check for old linux/input.h.
2001-01-17  Alexandre JulliardCleaned up the various errno location tests in configure.
2001-01-12  Andreas MohrNetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
2001-01-11  Ulrich WeigandReplaced architecture-dependent configure checks by...
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2001-01-02  Ove KaavenTurn on detectable autorepeat if the X Keyboard Extensi...
2000-12-27  Ulrich WeigandDon't link with libw if libc already contains w* routines.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-12  Marcus MeissnerAdded preferences to dinput drivers (so we can have...
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-12-01  Dimitrie O. PaunSupply dummy getrlimit if absent.
2000-11-29  Dimitrie O. PaunDo not include sys/ptrace.h and sys/user.h unconditionally.
2000-11-29  Dimitrie O. PaunDo not use a.out.h.
2000-11-29  Alexandre JulliardAdded implementation of lstat to port.c.
2000-11-27  Dimitrie O. PaunTest if we need to put the .type directive inside a...
2000-11-27  Jon Griffiths- configure tests for finite()/fpclass(), fixes BSD...
2000-11-26  Hidenori TakeshimaAdded checking for netdb.h.
2000-11-25  Hidenori TakeshimaAdded checking for mmap.
2000-09-24  Rein KlazesMake calls to gethostbyname, gethostbyaddr, getservbyname,
2000-09-06  Lionel UlmerAdded possibility to use XVideo.
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-04  Patrik StridvallFixed issues found by winapi_check.
2000-07-28  Francois Jacques- implementation of SetWindowsRgn and GetWindowRgn
2000-07-23  Lionel UlmerDetect broken glext.h headers.
2000-07-23  Marcus MeissnerMake non-existence of (f)lex an error.
2000-07-16  Lionel Ulmer- fix Direct3D support and a lot of warnings
next