1. bb8e625 Assorted spelling fixes. by Francois Gouget · 18 years ago
  2. a68d293 preloader: Setup a fake thread-local storage block pointed to by %gs. by Alexandre Julliard · 18 years ago
  3. 173f7bd janitorial: Remove remaining NULL checks before free() (found by Smatch). by Michael Stefaniuc · 18 years ago
  4. 84cb26e makefiles: Remove the dependencies comment in files that don't need it. by Alexandre Julliard · 19 years ago
  5. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  6. 6406f60 libwine: Avoid a compiler warning on Solaris. by Alexandre Julliard · 19 years ago
  7. 2d778c5 wpp: Change the prefix on bison-generated names to avoid the name-prefix directive. by Alexandre Julliard · 19 years ago
  8. 145a0ba makefiles: List bison dependencies explicitly for parallel makes, since older bisons don't support --defines. by Alexandre Julliard · 19 years ago
  9. 9c085cb makefiles: Add global rules for bison and lex files. by Alexandre Julliard · 19 years ago
  10. 6551680 libs/wpp: Specify the bison name prefix directly in the source file. by Alexandre Julliard · 19 years ago
  11. 5e8f9c7 libwine: Cast-qual warning fix. by Andrew Talbot · 19 years ago
  12. e533e97 configure: Moved the library checks after the function checks to avoid code duplication. by Alexandre Julliard · 19 years ago
  13. 946b84d libwine: Also set the current library version for MacOS. by Alexandre Julliard · 19 years ago
  14. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  15. 539442c libwine: Add a minor number to the library filename for future extensions. by Alexandre Julliard · 19 years ago
  16. fdfc24c libs: Get rid of Makelib.rules since we only have one library now. by Alexandre Julliard · 19 years ago
  17. eb2bedc libport: Fixed invalid lvalue accesses in memmove. by Alexandre Julliard · 19 years ago
  18. 6a5d360 libwine: Better heuristic for finding the top of the address space on Linux. by Alexandre Julliard · 19 years ago
  19. 0b39d1a libwine: Added a function to enumerate the reserved mmap areas. by Alexandre Julliard · 19 years ago
  20. 804993d wpp: In recursive macro definitions, print the macro name instead of nothing. by Dan Hipschman · 19 years ago
  21. df10b7d libwine: Add a configure check for setrlimit. by Paul Millar · 19 years ago
  22. 3b2c2cd libs: Get rid of the libwine symlinks. by Alexandre Julliard · 19 years ago
  23. 645cd6f libs: Get rid of the symlinks for the static libs. by Alexandre Julliard · 19 years ago
  24. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  25. f202bdb libs/.gitignore: Added wildcards for libraries. by Alexandre Julliard · 19 years ago
  26. 88c97d7 .gitignore: Added wildcards to ignore lex and bison output files. by Alexandre Julliard · 19 years ago
  27. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  28. 96d6724 libwine: Attempt to increase some user limits that are set too low on some platforms. by Alexandre Julliard · 19 years ago
  29. 22d7f14 kernel: Use the WinXP method for comparing strings with embedded NULLs. Update tests. by Juan Lang · 19 years ago
  30. 0e2fcd4 libwine: Better memory reservation algorithm for platforms that use try_mmap_fixed. by Alexandre Julliard · 19 years ago
  31. e43cec7 libwine: Remove one more directory level when checking for build dir. by Alexandre Julliard · 19 years ago
  32. 3fb4b32 libwine: Fixed a compiler warning on MacOSX. by Alexandre Julliard · 19 years ago
  33. 0d01da1 libunicode: Add a code page table for the US-ASCII encoding. by Robert Shearman · 19 years ago
  34. dbb455e libwine: Don't use libwine_unicode functions. by Alexandre Julliard · 19 years ago
  35. f01d987 libwine_unicode: Renamed is_dbcs_leadbyte to wine_is_dbcs_leadbyte. by Alexandre Julliard · 19 years ago
  36. a92db32 libwine_unicode: Define all functions in the library even if they can be inlined. by Alexandre Julliard · 19 years ago
  37. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  38. 7ed7e8f configure: Make libraries properly relocatable on MacOS. by Alexandre Julliard · 19 years ago
  39. 427e488 wpp: Support long long constants if configure says long long is available by Bill Medland · 19 years ago
  40. 36fb66d wpp: Fixed typo in long long constants handling. by Alexandre Julliard · 19 years ago
  41. 9e73da7 wpp: Implement long long constant parsing. by Bill Medland · 19 years ago
  42. a8569bf libwine: Added a couple of missing memory constraints in LDT syscalls. by Alexandre Julliard · 19 years ago
  43. e814b24 libwine: Only try to mmap the exact address when reserving memory. by Alexandre Julliard · 19 years ago
  44. b7d5b31 libwine: Reorganize the mmap code a bit to avoid some #ifdefs. by Alexandre Julliard · 19 years ago
  45. f7679b4 libwine: Fix a memory leak. by Mike McCormack · 19 years ago
  46. 4db364c libwine: Added magic handling of dll path when running in build dir. by Alexandre Julliard · 19 years ago
  47. 5ff1004 libwine: Export wine_get_build_dir. by Alexandre Julliard · 19 years ago
  48. bf56613 libwine: Added support for executing wine binaries out of the build dir. by Alexandre Julliard · 19 years ago
  49. 77b3b92 libwine: Added detection for Wine being run out of the build directory. by Alexandre Julliard · 19 years ago
  50. 2f026d1 libwine: Export a function to retrieve the data directory (based on a by Alexandre Julliard · 19 years ago
  51. 1269f43 libwine: Add the runtime library path to the front of the dll paths list. by Alexandre Julliard · 19 years ago
  52. e95a2c2 libwine: Set the default bindir and dlldir from argv0 if dladdr is not available. by Alexandre Julliard · 19 years ago
  53. 8b5e11c libwine: Compute relative paths for bin and dll directories at compile time. by Alexandre Julliard · 19 years ago
  54. 9dffd13 libwine: Try the current load path in priority before the by Alexandre Julliard · 19 years ago
  55. 767ad69 libwine: Don't rely on argv[0] in wine_exec_wine_binary if we can get by Alexandre Julliard · 19 years ago
  56. ca6fd0d libwine: Only use the library directory if it's an absolute path. by Alexandre Julliard · 19 years ago
  57. aed49d4 libwine: New naming scheme for 16-bit builtin dlls. by Alexandre Julliard · 19 years ago
  58. aaae660 loader: Reserve memory area on Darwin (based on Steve Zellers patch). by Emmanuel Maillard · 19 years ago
  59. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  60. 0b34fb3 libwine: Use dladdr if supported to get the run-time path of libwine.so by Alexandre Julliard · 19 years ago
  61. 55b7448 configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include by Robert Millan · 19 years ago
  62. 3c0e5ee A few fixes for pointer qualifiers (const, volatile) warnings. by Eric Pouech · 19 years ago
  63. 8800352 Enable for GNU/kFreeBSD the same kernel-specific interface/parameter by Robert Millan · 19 years ago
  64. 65424dc libwine: Added wine_dll_enum_load_path function to allow querying the dll path. by Alexandre Julliard · 19 years ago
  65. e0cffe3 Fix a couple of bugs spotted by valgrind. by Eric Pouech · 19 years ago
  66. 53496f8 Fixed a couple of warnings on MacOS. by Alexandre Julliard · 19 years ago
  67. 4d3996d libwine: Added LDT support for MacOS/x86. by Alexandre Julliard · 19 years ago
  68. 1e96455 Remove YY_NO defines that cause warnings. by Alexandre Julliard · 19 years ago
  69. 88991e2 Support building flex files without debug support. by Alexandre Julliard · 19 years ago
  70. 0ae2c69 Added some flex options to avoid compiler warnings. by Alexandre Julliard · 19 years ago
  71. ec34a66 Ignore symlink files too (needed for git). by Alexandre Julliard · 19 years ago
  72. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  73. cc01e8f Preserve 16-byte stack alignment in the various assembly by Alexandre Julliard · 19 years ago
  74. 970fcb1 Updated codepage tables to Unicode version 4.1. by Alexandre Julliard · 19 years ago
  75. 3d086ca Only update modified files. by Alexandre Julliard · 19 years ago
  76. 04aa6a8 Remove some incompatibilities in the wctype table by updating the by Robert Shearman · 19 years ago
  77. 2058f54 Added a __wine_dbg_set_channel_flags function to allow changing flags by Alexandre Julliard · 19 years ago
  78. 36c3199 Default search path for an include file should be based on the path of by Alexandre Julliard · 19 years ago
  79. 784c945 Export the get_channel_flags function avoid warnings when passing a by Alexandre Julliard · 20 years ago
  80. cd91bc6 Now that we are requiring bison anyway, make the .tab.c file use the by Alexandre Julliard · 20 years ago
  81. cbc3896 New scheme for keeping track of debug channels that doesn't require by Alexandre Julliard · 20 years ago
  82. a443761 Export the temp buffer functionality in the debug functions interface by Alexandre Julliard · 20 years ago
  83. 43c6396 Use int instead of long in interlocked_* functions for 64-bit compatibility. by Alexandre Julliard · 20 years ago
  84. 75c27e1 Defined a proper structure for debug channels. by Alexandre Julliard · 20 years ago
  85. 86ab2c9 Removed sysi86 prototype that is causing conflicts. by Alexandre Julliard · 20 years ago
  86. 80083b1 Store RVAs instead of pointers wherever possible in the generated NT by Alexandre Julliard · 20 years ago
  87. 0799e84 Use the NT descriptor address as start of the data section, since the by Alexandre Julliard · 20 years ago
  88. 7e4c88c Avoid some warnings on 64-bit platforms. by Alexandre Julliard · 20 years ago
  89. 6153b1f Only add the default dlldir to the search path if that's where ntdll is found. by Alexandre Julliard · 20 years ago
  90. ee7d27a Implemented wine_switch_to_stack for x86_64. by Alexandre Julliard · 20 years ago
  91. 883d3c5 Use explicit function pointers for pthread support instead of relying by Alexandre Julliard · 20 years ago
  92. c486949 Implemented wine_ldt_alloc_fs and wine_ldt_init_fs for Mac OS. by Alexandre Julliard · 20 years ago
  93. 87b297e Use the correct ordinal flag for Win64 support. by Alexandre Julliard · 20 years ago
  94. f732617 Fix a gcc 4.0 -Wpointer-sign warning. by Mike McCormack · 20 years ago
  95. 2abbb90 gcc 4.0 warning fix. by Mike McCormack · 20 years ago
  96. 385a199 Faster implementation of wcstombs that handles overlapping buffers by Alexandre Julliard · 20 years ago
  97. da6f8fa Add x86_64 interlocked functions. by Kevin Koltzau · 20 years ago
  98. 2d7e976 Fixed signedness warnings. by Marcus Meissner · 20 years ago
  99. 84f9d13 Added error message for missing LDT support on i386. by Alexandre Julliard · 20 years ago
  100. 809edab Const correctness fixes. by Eric Pouech · 20 years ago