Release 1.5.29.
[wine] / dlls / odbc32 / proxyodbc.c
2012-11-20  Alexandre Julliardodbc32: Fix some data types for 64-bit.
2012-11-20  Nikolay Sivovodbc32: Implement SQLDataSourcesA() forward.
2010-04-20  Nikolay Sivovodbc32: Don't crash on null pointers while TRACE enabled.
2009-10-03  Alexandre Julliardodbc32: Define correct function prototypes for all...
2008-10-27  Andrew Talbotodbc32: Sign-compare warnings fix.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-07  Alexandre Julliardconfigure: Added a check for the soname of libodbc.
2007-02-21  Andrew Talbotodbc32: Constify some variables.
2007-01-19  Andrew Talbotodbc32: Declare a function static.
2006-10-10  Michael Stefaniucodbc32: Win64 printf format warning fixes.
2006-09-21  Andrew Talbotodbc32: Cast-qual warning fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-05-06  Francois GougetAssorted spelling fixes.
2005-01-25  Alex Villacís LassoImplemented Unicode proxy for ODBC.
2004-10-18  Bill MedlandDuring startup of the connection to an external ODBC...
2004-06-30  Bill MedlandSet RTLD_GLOBAL when loading the odbc driver manager...
2003-10-02  Dimitrie O. PaunTidy up the notes for the ODBC driver.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-07-05  Alexandre JulliardFixed warnings.
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-02  Bill MedlandAllow two connections by not releasing the wrapped...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-10-13  Francois GougetHFILE is an int, not a regular HANDLE.
2000-07-16  Andreas MohrSpelling fixes.
2000-06-07  Patrik StridvallFixed issues found by winapi_check.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-26  Patrik StridvallFixed ANSI C violations.
1999-12-27  Alexandre JulliardCosmetics.
1999-12-11  Alexandre JulliardXiang Li