From: shelarcy <she...@gm...> - 2008-03-16 08:14:35
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sun Mar 16 15:17:01 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Fix: dbGetDataSources returns only first letter of every word. --=_ Content-Type: text/x-darcs-patch; name="fix_-dbgetdatasources-returns-only-first-letter-of-every-word_.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Fix: dbGetDataSources returns only first letter of every word. shelarcy <she...@gm...>**20080316061701] { hunk ./wxc/src/db.cpp 203 +#if defined(wxUSE_UNICODE) && defined(SQL_WCHAR) + case SQL_WCHAR: return SqlChar; +#endif hunk ./wxc/src/db.cpp 219 +#if defined(wxUSE_UNICODE) && defined(SQL_WVARCHAR) + case SQL_WVARCHAR: return SqlVarChar; +#endif hunk ./wxc/src/db.cpp 245 +#if defined(wxUSE_UNICODE) && defined(SQL_WCHAR) + case SqlChar : return SQL_WCHAR; +#else hunk ./wxc/src/db.cpp 249 +#endif hunk ./wxc/src/db.cpp 262 +#if defined(wxUSE_UNICODE) && defined(SQL_WVARCHAR) + case SqlVarChar : return SQL_WVARCHAR; +#else hunk ./wxc/src/db.cpp 266 +#endif hunk ./wxc/src/db.cpp 1212 +#ifndef wxUSE_UNICODE + #if defined(SQL_WVARCHAR) + case SQL_WVARCHAR: + #endif + #if defined(SQL_WCHAR) + case SQL_WCHAR: + #endif +#endif hunk ./wxcore/src/Graphics/UI/WXCore/Db.hs 770 - else do dsn <- peekCString cdsn - desc <- peekCString cdesc = + else do dsn <- peekCWString cdsn + desc <- peekCWString cdesc = } Context: [Fixing executing bug on linux Mads Lindstroem <mad...@ya...>**20080313160828] = [Add stub for 0.10.3 download information on homepage. Eric Kow <eri...@gm...>**20080312195600 There are still some slots to fill. Also, I used a lazier way of describing the links which may be not as nice for our users, but a bit easier for us to maintain. ] = [Add wxcore/wx to the 'User interfaces' category. Eric Kow <eri...@gm...>**20080312170058] = [Developer shuffle Eric Kow <eri...@gm...>**20080312155739 - Tim and Frank do not seem available - Somebody needs to support MacOS X, so it might as well be me (sigh). - Daan is always a member of the development team :-) ] = [Reverse 'bin' and $ARCHITECTURE in dmg name. Eric Kow <eri...@gm...>**20080311192253 So that the sourceforge file release page is more readable. ] = [Updating Yahu link Mads Lindstroem <mad...@ya...>**20080312192116] = [Reflecting that we now have two mailing lists Mads Lindstroem <mad...@ya...>**20080312191716] = [Updating links Mads Lindstroem <mad...@ya...>**20080312191402] = [depends on wxgtk2.6-dev in stead of wxgtk-dev Mads Lindstroem <mad...@ya...>**20080311184036] = [Added ldconfig to post install/remove Mads Lindstroem <mad...@ya...>**20080311183706] = [Debian build: corrected manifest Mads Lindstroem <mad...@ya...>**20080310221607] = [Debian build: changed permissions and file ownership Mads Lindstroem <mad...@ya...>**20080310221512] = [Debian build: version automatically recognized Mads Lindstroem <mad...@ya...>**20080310221421] = [Tar the srcdist (as well as zipping it). Eric Kow <eri...@gm...>**20080310091951 For Gentoo, with love. ] = [Set release to rc1 in Makefile. Eric Kow <eri...@gm...>**20080310091941] = [Add txt suffix to Windows' README file for more user friendly. shelarcy <she...@gm...>**20080309005641] = [Delete DataTimeTest.hs file after DataTime test Mads Lindstroem <mad...@ya...>**20080308195318] = [Initial support for Debian DEB files Mads Lindstroem <mad...@ya...>**20080308194942 = This is only initial support. No doubt some tweaking will be needed before it is finished. = ] = [Add architecture to macdist (as pointed out by shelarcy). Eric Kow <eri...@gm...>**20080308131459] = [List up changes since 0.9.4-1 in changes.txt. shelarcy <she...@gm...>**20080308060351] = [Fix: haddock2 support doesn't work on Windows. shelarcy <she...@gm...>**20080308043834] = [TAG 0.10.3rc1 Eric Kow <eri...@gm...>**20080308130252] = Patch bundle hash: 2d25009bfe1a1c21b43ee1ac3c856fb9b764a3b1 --=_-- . |