Handle socket POLLERR/POLLHUP conditions properly.
[wine] / tools /
2000-03-24  Patrik Stridvall- Updated API files
2000-03-24  Gerald PfeiferFurther code simplifications and interface (consistency...
2000-03-19  Alexandre JulliardAdded support for source files stored in subdirectories.
2000-03-19  Steven ElliottMade various changes to tools/genpatch including sugges...
2000-03-19  Francois Gouget- An extern statement finishes with the first closing...
2000-03-19  Francois GougetMake the first comma in the control's definition optional.
2000-03-17  Gerald PfeiferFurther simplify the code and remove some redundant...
2000-03-15  Gerald PfeiferImproved the visual appearence of the user interface...
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-08  Alexandre JulliardAdded server protocol version check.
2000-03-04  Ove KaavenFixed a couple of config.cache problems.
2000-02-29  Patrik StridvallMoved the rest of the API specification from the global...
2000-02-27  Patrik Stridvall- Fixed some Solaris specific assembler problems
2000-02-27  Patrik StridvallUpdated winapi_check.
2000-02-27  Steven ElliottAdded utility that generates patches for submission to
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-02-25  Patrik StridvallMoved some of the API specification from the global...
2000-02-25  Ove KaavenCheck for Xpm headers and add /usr/local/lib to /etc...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-02-03  Ulrich WeigandAdded .spec keyword 'mode' to allow creating built...
2000-01-29  Patrik Stridvall- Minor fixes.
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.
2000-01-16  Alexandre JulliardAdded automatic registration of built-in DLLs.
2000-01-12  Ulrich WeigandFix (harmless) assembler warnings.
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
2000-01-08  Patrik Stridvall- Added support for auto allocated ordinals
2000-01-04  Patrik StridvallUpdated winapi_check to handle the new additions.
2000-01-04  Bertho StultiensGenerated labels of resource names must be unique throu...
1999-12-26  Alexandre JulliardAdded support for automatic ordinal allocation.
1999-12-11  Patrik StridvallFixed some issues found by winapi_check.
1999-12-11  Patrik StridvallMinor fixes and additions.
1999-11-28  Alexandre JulliardBug fixes.
1999-11-23  Alexandre JulliardDifferentiate tracing functions between request and...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Peter HunnisettFixed compile error.
1999-11-21  Eric PouechAdded missing ';'.
1999-11-21  Eric PouechError reporting fix.
1999-11-21  Andreas MohrChanged default relay line number from 100 to 200.
1999-11-13  Ulrich WeigandModified Win32 register function handling.
1999-11-13  Juergen SchmiedNew tool to convert the binary resources in *.rc files...
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-11-07  Patrik StridvallMinor fixes and reorganizations.
1999-11-07  Juergen Schmied- Bugfix: Styles were evaluated as expressions. The...
1999-10-31  Patrik Stridvall- Minor fixes and reorganizations.
1999-10-25  Francois GougetFixed small typos and slightly outdated comments.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Patrik StridvallMade the include files self-sufficient.
1999-10-24  Patrik Stridvall- Fixed the long long problem.
1999-10-13  Eric PouechAdded filename to 32 bit builtin module descriptors.
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-09-29  Patrik Stridvall- Adapted to changes in Wine.
1999-09-23  Patrik StridvallMade a new improved version of winapi-check in perl.
1999-09-20  Patrik StridvallFixed ANSI C violations.
1999-09-20  Lionel UlmerAdded the possibility to use DGA 2.0.
1999-09-10  Adam SacarnyNow works around wine never exiting the debugger.
1999-08-18  Ulrich WeigandUse typedef to work around egcs problem.
1999-08-18  Ulrich WeigandBugfix: EFlags were passed incorrectly by CallFrom16Reg...
1999-08-18  Bertho StultiensWrc did not check any IDs which are only 16 bit. Common...
1999-08-15  James JuranDocument use of "init" in build-spec.txt, and make...
1999-08-15  Ulrich WeigandCallTo16... / CallFrom16... Wine thunks reorganized:
1999-08-14  Bertho StultiensVersion 1.0.14 of wrc.
1999-08-04  Joerg MayerCreate sysconfdir on install.
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-07-31  Patrik StridvallFixed missing prototypes and made it work with Solaris...
1999-07-25  Ulrich WeigandRelay code for Win16 register functions converts arguments.
1999-07-23  Ulrich WeigandBugfix: Reverted CallTo16 routines to STDCALL convention.
1999-07-20  Bertho Stultiens- Generalized the distinction between 2 and 4 byte...
1999-07-18  Patrik StridvallMake it possible to compile with GNU C's -I- option.
1999-07-15  Ulrich WeigandUse position-independent code in assembly glue when...
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-11  Ulrich WeigandModularized CallFrom/To16 routines. Adapted dependent...
1999-07-04  Patrik StridvallStarted on an implementation of Win64 for use on 64...
1999-07-04  Patrik StridvallFixes for compile on non-Intel platforms.
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-12  Patrik StridvallMad the include files idempotent using a consistent...
1999-06-12  Ove KaavenClear high word of %esp when returning from CallFrom16.
1999-06-11  Alexandre JulliardReturn console handles in alloc_console request.
1999-06-06  Ulrich WeigandSwitch stacks in CALL32_Init().
1999-05-29  Paul Quinnver.h is a legacy header. winver.h should be used instead.
1999-05-24  Alexandre JulliardAdded support for dumping variable-size data of server...
1999-05-22  Ulrich WeigandSet %ebx to point to real 16-bit stack in CBClientThunkSL.
1999-05-15  Alexandre JulliardServer reorganization:
1999-05-14  Alexandre JulliardConverted to the new debug interface.
1999-05-13  Alexandre JulliardWin32 register functions can now have arguments.
1999-05-12  Alexandre JulliardAdded import declaration for Win32 built-ins.
1999-05-10  Alexandre JulliardAdded support for forwarded ordinals in built-in dlls.
1999-05-08  Jean-Louis ThirotAdded graphical configuration tool wineconf.tcl.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Alexandre JulliardMisc fixes and improvements.
1999-04-26  Gerald PfeiferDon't include alloca.h.
1999-04-25  Patrik StridvallFixed ANSI compabillity.
next