1. 63d4bb7 kernel32: Fix ExpandEnvironmentStrings to not overflow UNICODE_STRING buffer size (with test). by Robert Reif · 19 years ago
  2. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  3. dc8e564 kernel: Remove a couple of incorrect asserts. by Alexandre Julliard · 19 years ago
  4. f61878b kernel: Remove wine/server.h include from files where it is no longer needed. by Robert Shearman · 19 years ago
  5. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  6. b8d9b61 Improve c2man Documented-Total count. Changes: by Markus Amsler · 19 years ago
  7. 0f36d12 Fix warnings from -Wmissing-declarations. by Mike McCormack · 20 years ago
  8. bd000a0 Removed some unnecessary inclusions of thread.h by Alexandre Julliard · 20 years ago
  9. 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
  10. 4bb5d3a - fixed the way length of msvcrt runtime info is passed by Eric Pouech · 20 years ago
  11. 0bfb1cb - msvcrt: the file descriptors are now inherited between parent/child by Eric Pouech · 21 years ago
  12. 7999469 Moved memory/environ.c, memory/virtual.c and misc/cpu.c to by Alexandre Julliard · 21 years ago[Renamed from memory/environ.c]
  13. 0f01858 Moved the 16-bit environment support to dlls/kernel. by Alexandre Julliard · 22 years ago
  14. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  15. 7df1b9e Start using the exported TEB structure from winternl.h where possible. by Alexandre Julliard · 22 years ago
  16. b53b5bc - fixed a couple of bugs in ntdll environment functions (one in trace, by Eric Pouech · 22 years ago
  17. 60009b9 Removed calls to HEAP_strdupAtoW. by Matthew Davison · 22 years ago
  18. 996baf6 Transmit the Windows PATH to child processes using the WINEPATH variable. by Alexandre Julliard · 22 years ago
  19. b5bb32c Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  20. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  21. b967834 Added unit test for environment functions and fixed some bugs. by Dmitry Timoshkov · 23 years ago
  22. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  23. 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
  24. 7fbd74e Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues. by Alexandre Julliard · 23 years ago
  25. 6044307 A few fixes for mingw cross-compilation. by Alexandre Julliard · 23 years ago
  26. 702b158 Export global argc/argv variables from libwine and remove the by Alexandre Julliard · 23 years ago
  27. 6543a65 Transfer the full process startup info as well as the command-line by Alexandre Julliard · 23 years ago
  28. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  29. f359895 Yet another documentation/message text patch. by Andreas Mohr · 24 years ago
  30. 5ee3879 Fix the conversions of a command line to/from an argv array. by Francois Gouget · 24 years ago
  31. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  32. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  33. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  34. cc19592 Added check whether unaligned memory access is allowed. by Ulrich Weigand · 24 years ago
  35. 00b86a9 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  36. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  37. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  38. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  39. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  40. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  41. 0af222c Added SetLastError() in GetEnvironmentVariableA. by Andreas Mohr · 25 years ago
  42. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  43. 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
  44. 34e10ee GetCommandLine should return non-const strings. by Hidenori Takeshima · 25 years ago
  45. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  46. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  47. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  48. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  49. 079fd72 Share the system heap between different address spaces. Made process by Alexandre Julliard · 25 years ago
  50. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  51. 1aa2641 Use the normal environment routines to build the env db of the initial process. by Alexandre Julliard · 26 years ago
  52. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  53. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  54. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  55. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  56. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413