1. eff7762 libwine: Fix handling of precision argument in vsnprintfW. by Alexandre Julliard · 15 years ago
  2. 1aa749d libwine: Reserve some low memory space even without a preloader. by Alexandre Julliard · 15 years ago
  3. fec1e88 libwine: Test against __linux__ define instead of just linux. by Yann Droneaud · 15 years ago
  4. e773c51 wpp: Add I/O callbacks. by Matteo Bruni · 16 years ago
  5. 305d4bf libport: Remove unnecessary function prototypes. by Alexandre Julliard · 15 years ago
  6. 15968fa wpp: Fixed resource leakages (Coverity). by Marcus Meissner · 15 years ago
  7. 29af4f9 wpp: Add error management callbacks. by Matteo Bruni · 16 years ago
  8. 28fb6a2 wpp: get_string() now can return NULL, handle it. by Matteo Bruni · 16 years ago
  9. 9086c59 wpp: Handle remaining memory allocation failures. by Matteo Bruni · 16 years ago
  10. 23842df libwine: Implemented the call_on_stack function for ARM. by André Hentschel · 15 years ago
  11. c571d3c wpp: Handle remaining memory allocation failures in ppl.l and ppy.y. by Matteo Bruni · 16 years ago
  12. b7a2d2d wpp: Handle memory allocation failures in tokens management code. by Matteo Bruni · 16 years ago
  13. 9b61ca1 wpp: Manage malloc failure in pp_xstrdup. by Matteo Bruni · 16 years ago
  14. 026ca4c wpp: Remove the assumption ppy_error calls exit(). by Matteo Bruni · 16 years ago
  15. f93c9d9 libwine: Don't export wine_ldt_copy for the Windows build. by Alexandre Julliard · 16 years ago
  16. c741ad7 libport: Add generic interlocked instruction support fallback. by Colin Fowler · 16 years ago
  17. c8d860b libs/port: use gcc compatible asm code as default for __i386__ (for PCC). by Detlef Riekenberg · 16 years ago
  18. b860c4a configure: Add a .exe extension to the tools dependencies when building on Windows. by Alexandre Julliard · 16 years ago
  19. 192fcc5 libport: Added an interlocked_cmpxchg128 function for 64-bit. by Alexandre Julliard · 16 years ago
  20. 995e553 libwine: Determine the bin directory independently from the lib directory if possible. by Alexandre Julliard · 16 years ago
  21. 9953827 libwine: Ignore libraries that are of the wrong 32/64 class. by Alexandre Julliard · 16 years ago
  22. 464c956 libwine: Fix the wctomb validity check for codepages where the default chars don't convert to each other. by Alexandre Julliard · 16 years ago
  23. 1d5cb9d include: Get rid of the no longer used wine/pthread.h. by Alexandre Julliard · 16 years ago
  24. 56af92b makefiles: Regenerate the source lists using make_makefiles. by Alexandre Julliard · 16 years ago
  25. 065287e libwine: Add call frame annotations in x86 assembly code. by Alexandre Julliard · 16 years ago
  26. b9fd2c8 libwine: Add unwind annotations to the stack switching functions for x86_64. by Alexandre Julliard · 16 years ago
  27. 5a28d37 libwine: Remove redundant prototype for wine_call_on_stack(). by Gerald Pfeifer · 16 years ago
  28. f41b239 libwine: Don't export mmap functions for the Windows build. by Alexandre Julliard · 16 years ago
  29. 8edf353 libwine: Export __wine_get_main_environment on Mac OS to make sure it's reevaluated when used. by Alexandre Julliard · 16 years ago
  30. c0a672b port: Remove spaces before '\n's. by Francois Gouget · 16 years ago
  31. ae28fdb libwine: Reenable the memory reservation code on FreeBSD. by Francois Gouget · 16 years ago
  32. cee15b2 libwine: Try to load all modules in the programs directory, not just those with .exe extension. by Alexandre Julliard · 16 years ago
  33. b38b207 libwine: Get the reverse mapping of the Unicode default char to check for invalid chars. by Alexandre Julliard · 16 years ago
  34. 8e16e78 libwine: Re-generate the Windows codepage data using the bestfit files. by Alexandre Julliard · 16 years ago
  35. dc727fa libwine: Enable perl warnings and use strict in cpmap.pl. by Alexandre Julliard · 16 years ago
  36. 97d31ec libwine: Add support in cpmap.pl for parsing the Windows bestfit codepage files. by Alexandre Julliard · 16 years ago
  37. d2b1382 libwine: Avoid writing to repository during install. by Paul Bryan Roberts · 16 years ago
  38. 52035af libwine: Ignore format modifiers 'h' and 'l' when formatting a string. by Alexandre Julliard · 16 years ago
  39. 9428dfe libwine: Fix vsnprintfW string formatting to handle alignment and padding. by Alexandre Julliard · 16 years ago
  40. 3ba9986 wpp: Add missing #include <ctype.h>. by Gerald Pfeifer · 16 years ago
  41. e5ad41b libport: Check for ENOTSUP being defined before using it. by Alexandre Julliard · 16 years ago
  42. 1399d14 libport: Avoid including winsock2.h. by Alexandre Julliard · 16 years ago
  43. dc1a9f1 libport: Replacement for poll(). by Alexandre Julliard · 16 years ago
  44. 0fbd556 libport: Add a stub replacement for symlink(). by Alexandre Julliard · 16 years ago
  45. d2a426a libwine: Don't try to use the preloader on non-i386. by Alexandre Julliard · 16 years ago
  46. df949b4 port: Remove unneeded casts of zero. by Francois Gouget · 16 years ago
  47. 44162aa libwine: Don't export the selector functions for the Windows build. by Alexandre Julliard · 16 years ago
  48. 92f5aa0 wpp: Check for overflows when parsing integer constants. by Rob Shearman · 16 years ago
  49. 1715dcb libport: Added isnan. by Jacek Caban · 16 years ago
  50. 4eb350b libwine: Add support for relocating MS-style imports that use OriginalFirstThunk. by Alexandre Julliard · 17 years ago
  51. c614a24 libwine: Reserve some malloc space on Solaris before we start mapping other things. by Alexandre Julliard · 17 years ago
  52. b3ec2e5 makefiles: Recurse into all directories for install-lib and install-dev too. by Alexandre Julliard · 17 years ago
  53. 1b392bf libs/wine: Avoid over-allocating memory in default_dbgstr_wn. by Dan Hipschman · 17 years ago
  54. 28a2179 Add noinput directive to all lex files to avoid a compiler warning. by Alexandre Julliard · 17 years ago
  55. 8e72924 Revert "wpp: config.h and wine/port.h should be included first." by Alexandre Julliard · 17 years ago
  56. 33017b0 wpp: config.h and wine/port.h should be included first. by Alexandre Julliard · 17 years ago
  57. 2416533 libwine: Fix wine_switch_to_stack on ppc. by Simon Richter · 17 years ago
  58. ff77ba8 libwine: Implement wine_call_on_stack for ppc. by Simon Richter · 17 years ago
  59. 10e795a libport: Move the sigsetjmp replacement to exception.h to make it available for Winelib too. by Alexandre Julliard · 17 years ago
  60. 4992b65 port: Add alternative for isinf. by Petr Sumbera · 17 years ago
  61. 6627181 libwine: Allow to specify a non-existing directory as WINEPREFIX. by Alexandre Julliard · 17 years ago
  62. d8c41a2 Spelling fix in the ldt bitfields. by Francois Gouget · 17 years ago
  63. 5fe73e6 libwine: Added mappings for codepage 1361 (Korean Johab). by Alexandre Julliard · 17 years ago
  64. 85241fb libwine: Only use the last line of the git version description. by Alexandre Julliard · 17 years ago
  65. 8ba5398 port: Remove superfluous semicolon. by Andrew Talbot · 17 years ago
  66. 8505f14 libwine: Export functions that return the Wine version number and build id. by Alexandre Julliard · 17 years ago
  67. c9f0bea libwine: Added a wine_call_on_stack function. by Alexandre Julliard · 17 years ago
  68. 3674c77 libwine: Cope with Leopard brokenness w.r.t. setrlimit(RLIMIT_NOFILE). by Ken Thomases · 17 years ago
  69. 63040e4 port: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined. by Francois Gouget · 17 years ago
  70. 8d8b440 port/getopt: s/#if/#ifdef/ so it still works if HAVE_STRING_H is not defined. by Francois Gouget · 17 years ago
  71. 0c694d7 makefiles: Split AR into AR and ARFLAGS. by Rob Shearman · 17 years ago
  72. 7cb2ced libport: Undefine strcasecmp and strncasecmp in case they are defined to stricmp and strnicmp respectively. by Rob Shearman · 17 years ago
  73. dfcd07e libwpp: Include wine/port.h in ppl.l as strcasecmp is used, which isn't available on all platforms. by Rob Shearman · 17 years ago
  74. 41fbace Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead. by Alexandre Julliard · 17 years ago
  75. 878ea5d Add the nounistd option to all lex source files. by Rob Shearman · 17 years ago
  76. 86ff825 libwine: Add option for Unicode composition in utf-8 -> wchar conversion. by Alexandre Julliard · 17 years ago
  77. dbefd03 libwine: Abstract part of the utf8 char decoding to a separate function. by Alexandre Julliard · 17 years ago
  78. 1279cf3 libport: Use configure guards for include files that may not be present. by Rob Shearman · 17 years ago
  79. bc3a5ba libwine: Properly increment source pointer for surrogates in wine_utf8_wcstombs. by Alexandre Julliard · 17 years ago
  80. 44b52b1 Assorted spelling fixes. by Francois Gouget · 17 years ago
  81. 6475603 libwine: Work around the Mac OS dynamic loader support for PE files. by Alexandre Julliard · 17 years ago
  82. be32b34 libport: Work around Mac OS execve() breakage. by Alexandre Julliard · 17 years ago
  83. 8d571e2 libwine: Fix naked getuid() to allow compilation under MinGW. by Paul Millar · 17 years ago
  84. 65d865d libwine: Refuse to use a WINEPREFIX dir owned by a different user. by Alexandre Julliard · 17 years ago
  85. cc4b965 wpp: Remove redundant NULL check before free(). Found by Smatch. by Michael Stefaniuc · 17 years ago
  86. 3ab66cd libwine: Conditionally provide reserve_area(). by Gerald Pfeifer · 17 years ago
  87. fa0524a libwine: Emulate MS linker stub for builtin dlls. by Andrey Turkin · 17 years ago
  88. b9304bd libwine: Initialize debug channels options on first use. by Alexandre Julliard · 18 years ago
  89. f1fcf80 libwine: Use GDT entry for %fs segment on FreeBSD. by Tijl Coosemans · 18 years ago
  90. 44639b3 libwine: Fix lookup of 16-bit dll placeholders. Remove some old compatibility code. by Alexandre Julliard · 18 years ago
  91. 5fe7589 libwine: Get rid of the lookup in the top dlls/ dir, all dlls are named correctly now. by Alexandre Julliard · 18 years ago
  92. 49a3d43 wpp: Don't suppress output from C include files, that's up to the user. by Alexandre Julliard · 18 years ago
  93. 79c2e07 libwine: Set install name to an absolute path for the installed library on Mac OS. by Alexandre Julliard · 18 years ago
  94. e6df00a libwine: Add support for glyph chars mapping in OEM codepage tables. by Alexandre Julliard · 18 years ago
  95. f3960b2 libwine: Hack to work around the Solaris dlopen() brain damage. by Alexandre Julliard · 18 years ago
  96. 4125821 winelib: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  97. 1c559eb libs/wine: Use xstrdup to avoid duplicate code. by Detlef Riekenberg · 18 years ago
  98. a44d1e5 libwine: Update the Unicode tables to version 5.0.1 of the standard. by Alexandre Julliard · 18 years ago
  99. 62c3d3d libwine: Added support for Unicode surrogates in utf-8 conversions. by Alexandre Julliard · 18 years ago
  100. a79b262 libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS. by Alexandre Julliard · 18 years ago