From: shelarcy <she...@gm...> - 2008-12-13 16:21:15
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sun Dec 14 00:36:33 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Add --with-compiler option for forward compatibility. Sun Dec 14 01:08:13 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Use wxList::compatibility_iterator in wxc to avoid building problem. --=_ Content-Type: text/x-darcs-patch; name="add-__with_compiler-option-for-forward-compatibility_.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Add --with-compiler option for forward compatibility. shelarcy <she...@gm...>**20081213153633 Ignore-this: 655b63b942f001141785b5318916b44b ] hunk ./configure 329 echo " Ignoring --cache option; this option must be the first (and only= ) option." echo "";; = + --with-compiler=3D*) + hc=3D"$arg";; + # This option is deprecated. Use --with-compiler instead. --with-hc=3D*) hc=3D"$arg";; -hc=3D*|--hc=3D*) [Use wxList::compatibility_iterator in wxc to avoid building problem. shelarcy <she...@gm...>**20081213160813 Ignore-this: edd313c7f1aef8653725b770aa064c86 ] hunk ./wxc/src/eljfilehist.cpp 80 wxList lst =3D ((wxFileHistory*)_obj)->GetMenus();=0D if (_ref)=0D {=0D - for (unsigned int i =3D 0; i < lst.GetCount(); i++)=0D - ((void**)_ref)[i] =3D (void*)lst.Item(i);=0D + int i =3D 0;=0D + wxList::compatibility_iterator node =3D lst.GetFirst();=0D + while (node)=0D + {=0D + ((void**)_ref)[i] =3D node->GetData();=0D + ++i;=0D + }=0D }=0D =0D return lst.GetCount();=0D Context: [Fix: ghc-pkg latest causes problem on Windows. shelarcy <she...@gm...>**20081211061555 Ignore-this: ef77c47ece75a0921e5e07a1140b811b ] = [Use latest version of packages in GHC database, part2 shelarcy <she...@gm...>**20081211051248] = [Use latest version of packages in GHC database Eric Kow <E....@br...>**20081209224702] = [When use --user option, wxhaskell should install .cabal location. shelarcy <she...@gm...>**20081128133122] = [TAG 0.11.0rc1_2 shelarcy <she...@gm...>**20081128044152] = Patch bundle hash: 406a4197ecd43ab8fbb6aaa1fc2e15aefbc9fe74 --=_-- . |