1. 138a883 odbc32: Constify some variables. by Andrew Talbot · 18 years ago
  2. 9c03681 odbc32: Declare a function static. by Andrew Talbot · 18 years ago
  3. 617db22d odbc32: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  4. 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  5. 278efe5 odbc32: Cast-qual warning fix. by Andrew Talbot · 19 years ago
  6. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  7. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  8. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  9. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  10. 9ca8a86 Link against libwine_unicode everywhere we use Unicode functions. by Alexandre Julliard · 19 years ago
  11. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  12. e66e227 Fixes for missing prototypes warnings. by Eric Pouech · 19 years ago
  13. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  14. 0edbaf7 Remove spaces before '\n' in traces. by Francois Gouget · 19 years ago
  15. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  16. a107234 gcc 4.0 warning fixes. by Mike McCormack · 20 years ago
  17. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  18. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  19. f5c9da6 Assorted spelling fixes. by Francois Gouget · 20 years ago
  20. a49278a Implemented Unicode proxy for ODBC. by Alex Villacís Lasso · 20 years ago
  21. e62e88f During startup of the connection to an external ODBC provider by Bill Medland · 20 years ago
  22. c01b206 Set RTLD_GLOBAL when loading the odbc driver manager so that when it by Bill Medland · 21 years ago
  23. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  24. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  25. 7e0ddbc Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  26. 80f6481 Tidy up the notes for the ODBC driver. by Dimitrie O. Paun · 22 years ago
  27. 4ae27ce Fix incorrect ordinals. by Dave Miller · 22 years ago
  28. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  29. 4e1ef0c For all DLLs with defined DllMain and which do not require by Dmitry Timoshkov · 22 years ago
  30. 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
  31. 2e24a14 Replace DPRINTF with TRACE. by Tony Lambregts · 22 years ago
  32. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  33. 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
  34. b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
  35. bef32c6 Fixed warnings. by Alexandre Julliard · 23 years ago
  36. bac7131 Removed non-static structure initializers. by Gregg Mattinson · 23 years ago
  37. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  38. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  39. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  40. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  41. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  42. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  43. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  44. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  45. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  46. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  47. 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
  48. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  49. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  50. 5a9ba28 Allow two connections by not releasing the wrapped library too early. by Bill Medland · 24 years ago
  51. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  52. e675887 Work around glibc 2.1.x dlopen bug (again). by James Abbatiello · 24 years ago
  53. 886604c Always pass lower-case filenames to wine_dll_load(). by Alexandre Julliard · 24 years ago
  54. ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
  55. 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
  56. eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
  57. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  58. a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago
  59. 50bcd1a HFILE is an int, not a regular HANDLE. by Francois Gouget · 24 years ago
  60. 2caee71 Spelling fixes. by Andreas Mohr · 25 years ago
  61. 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
  62. 7980a50 Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
  63. fcfacb9 Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  64. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  65. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  66. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  67. 6afc68a Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
  68. 81ee21d Cosmetics. by Alexandre Julliard · 25 years ago
  69. 8a3edf9 Fixed/commented out duplicate entry point names. by Alexandre Julliard · 25 years ago
  70. 8551f8c Xiang Li Implementation of a proxy ODBC32 dll. by Alexandre Julliard · 25 years ago