2000-06-18 |
Dmitry Timoshkov | Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W, |
tree | commitdiff |
2000-06-12 |
Alexandre Julliard | Reimplemented Unicode case mapping in a slightly more... |
tree | commitdiff |
2000-06-10 |
Alexandre Julliard | Added support for symbol codepage. |
tree | commitdiff |
2000-06-10 |
Alexandre Julliard | Rewrote codepage support to use the new codepage tables. |
tree | commitdiff |
2000-06-08 |
Dmitry Timoshkov | Implement NTDLL.towupper and NTDLL.towlower using alrea... |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Removed a few unnecessary includes. |
tree | commitdiff |
2000-06-04 |
Ulrich Weigand | Updated support for Solaris/Sparc architecture. |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Delay loading of interrupt table functions until they... |
tree | commitdiff |
2000-05-30 |
Turchanov Sergei | Implemented local atoms in the server. |
tree | commitdiff |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
tree | commitdiff |
2000-05-23 |
Huw D M Davies | HeapFree on a NULL ptr should return TRUE. |
tree | commitdiff |
2000-05-09 |
Alexandre Julliard | Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole... |
tree | commitdiff |
2000-05-01 |
Alexandre Julliard | Use exception handling to implement the IsBad* functions. |
tree | commitdiff |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup... |
tree | commitdiff |
2000-04-30 |
Dimitrie O. Paun | Removed HEAP_xalloc. |
tree | commitdiff |
2000-04-29 |
Ove Kaaven | Add Wine-internal allocation type MEM_SYSTEM for Virtua... |
tree | commitdiff |
2000-04-28 |
Alexandre Julliard | Authors: Gavriel State <gavriels@corel.com>, Ulrich... |
tree | commitdiff |
2000-04-28 |
Dimitrie O. Paun | Get rid of HEAP_xrealloc. |
tree | commitdiff |
2000-04-13 |
Alexandre Julliard | Implemented guard pages and stack overflow exceptions. |
tree | commitdiff |
2000-04-13 |
Huw D M Davies | GlobalReAlloc returns 0 on failure. |
tree | commitdiff |
2000-04-09 |
Andreas Mohr | Implemented HeapWalk(). |
tree | commitdiff |
2000-04-08 |
Alexandre Julliard | Removed a number of global handle allocations and criti... |
tree | commitdiff |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
tree | commitdiff |
2000-03-24 |
Francois Gouget | Added (correct) prototype for HeapWalk. |
tree | commitdiff |
2000-03-19 |
Dimitrie O. Paun | Removed most calls to xmalloc/xrealloc. |
tree | commitdiff |
2000-03-19 |
Andreas Mohr | Added an exception frame for lstrcpy16. |
tree | commitdiff |
2000-03-10 |
Alexandre Julliard | Removed PROCESS_IsCurrent(). |
tree | commitdiff |
2000-03-08 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-03-07 |
Marcus Meissner | Actual write the cached struct in GlobalMemoryStatus. |
tree | commitdiff |
2000-03-04 |
Marcus Meissner | Some applications call GlobalMemoryStatus() very often... |
tree | commitdiff |
2000-02-27 |
Patrik Stridvall | Fixed some Solaris specific assembler problems. |
tree | commitdiff |
2000-02-26 |
Juergen Schmied | Fixed definition of the RtlMemory functions. Use macros... |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
tree | commitdiff |
2000-02-19 |
Alexandre Julliard | Bug fix for native USER. |
tree | commitdiff |
2000-02-13 |
Alexandre Julliard | Moved global atoms to the server (based on the work... |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-01-27 |
Alexandre Julliard | Implemented GetThreadSelectorEntry through the server. |
tree | commitdiff |
2000-01-25 |
Alexandre Julliard | Share the system heap between different address spaces... |
tree | commitdiff |
2000-01-23 |
Dmitry Timoshkov | Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharT... |
tree | commitdiff |
2000-01-23 |
Guy Albertelli | Fix problems with GlobalHandle and GlobalFree so result... |
tree | commitdiff |
2000-01-15 |
Guy Albertelli | Added null check in GlobalHandle. |
tree | commitdiff |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
tree | commitdiff |
1999-12-26 |
Francois Gouget | Wrapped some strings in a debugstr_* call. |
tree | commitdiff |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
tree | commitdiff |
1999-11-25 |
Juergen Schmied | Removed fixme. |
tree | commitdiff |
1999-11-25 |
Alexandre Julliard | Store all object names as Unicode in the server. |
tree | commitdiff |
1999-11-21 |
Ulrich Weigand | Bugfix: GetThreadSelectorEntry() sets read-write flag... |
tree | commitdiff |
1999-11-15 |
Alexandre Julliard | Fixed allocation rounding for MEM_RESERVE. |
tree | commitdiff |
1999-11-13 |
Ulrich Weigand | Adapted to new register function handling. |
tree | commitdiff |
1999-11-10 |
Ulrich Weigand | When decommitting, remap zero pages using MAP_FIXED. |
tree | commitdiff |
1999-11-08 |
Alexandre Julliard | Remap zero-pages when decomitting a page range (based... |
tree | commitdiff |
1999-11-07 |
James Abbatiello | Addresses issues with multiple processes accessing... |
tree | commitdiff |
1999-11-04 |
Michael McCormack | Modified lstrcpynWtoA to put terminating null at end... |
tree | commitdiff |
1999-10-25 |
Andreas Mohr | Bug fix. |
tree | commitdiff |
1999-10-24 |
Patrik Stridvall | - Added missing configuration #if:s and #includes:s. |
tree | commitdiff |
1999-09-19 |
Richard Cohen | Tidy up TRACE etc to use default channel. |
tree | commitdiff |
1999-09-11 |
Patrik Stridvall | Eliminated warnings. |
tree | commitdiff |
1999-09-04 |
Alexandre Julliard | Added configure check for str[n]casecmp. |
tree | commitdiff |
1999-09-04 |
Alexandre Julliard | Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard... |
tree | commitdiff |
1999-09-03 |
Ulrich Weigand | HEAP_Commit/Decommit were assuming a page size of 4KB |
tree | commitdiff |
1999-09-03 |
Marcus Meissner | Fixed prototype order. |
tree | commitdiff |
1999-08-18 |
Ulrich Weigand | Moved implementation of WOW routines to single file. |
tree | commitdiff |
1999-08-15 |
Uwe Bonnes | Inhibit wraparound in comparison. |
tree | commitdiff |
1999-08-08 |
Alexandre Julliard | Added an exception handler around a few lstr* functions. |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Changed INSTR_EmulateInstruction to use a CONTEXT86... |
tree | commitdiff |
1999-07-28 |
Ulrich Weigand | Bugfix: fixed freshly introduced bug in GlobalLock16. |
tree | commitdiff |
1999-07-27 |
Ulrich Weigand | Added IsBadFlatReadWritePtr16(). |
tree | commitdiff |
1999-07-27 |
Ulrich Weigand | Bugfix: Return selector also in CX from GlobalLock16(). |
tree | commitdiff |
1999-07-25 |
Ulrich Weigand | Relay code for Win16 register functions converts arguments. |
tree | commitdiff |
1999-07-24 |
Noel Borthwick | Fix bug with pasting Wine clipboard content to external... |
tree | commitdiff |
1999-07-15 |
Ulrich Weigand | Use position-independent code in assembly glue when... |
tree | commitdiff |
1999-07-11 |
Alexandre Julliard | Take advantage of the new registers saved in the STACK1... |
tree | commitdiff |
1999-07-11 |
Marcus Meissner | Removed the old, historical and no longer working IPC... |
tree | commitdiff |
1999-07-11 |
Rein Klazes | Fixed a case when GlobalSize did not return zero after... |
tree | commitdiff |
1999-07-10 |
Howard Abrams | Added checks for sys/errno.h, sys/signal.h and sys... |
tree | commitdiff |
1999-07-10 |
Ulrich Weigand | Bugfix: correctly cope with end > 0xfffe. |
tree | commitdiff |
1999-07-03 |
Ulrich Weigand | Bugfix: LocalInit with start == 0 always places heap... |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
tree | commitdiff |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Further server optimizations: |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Made server communication faster by using a shared... |
tree | commitdiff |
1999-06-20 |
Alexandre Julliard | Fixed Winelib compilation. |
tree | commitdiff |
1999-06-18 |
Alexandre Julliard | Include instruction emulation in Winelib. |
tree | commitdiff |
1999-06-12 |
Patrik Stridvall | Added missing/wrong includes. |
tree | commitdiff |
1999-06-11 |
Alexandre Julliard | Use the normal environment routines to build the env... |
tree | commitdiff |
1999-05-23 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-05-15 |
Alexandre Julliard | Server reorganization: |
tree | commitdiff |
1999-05-13 |
Alexandre Julliard | Adapted for new register functions support (ESP_reg... |
tree | commitdiff |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-02 |
Huw D M Davies | Call SetLastError in HeapCompact(). |
tree | commitdiff |
1999-04-25 |
Alexandre Julliard | Fixed __builtin_return_address arg. |
tree | commitdiff |
1999-04-25 |
Patrik Stridvall | Fixed ANSI compabillity. |
tree | commitdiff |
1999-04-25 |
Patrik Stridvall | #pragma pack(?) changed to #include "*pack*.h" |
tree | commitdiff |
1999-04-25 |
Ove Kaaven | Made HeapValidate threadsafe, and added some macros... |
tree | commitdiff |
1999-04-22 |
Michael Veksler | Removed some includes of 16 bit API. |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
next |