From: Duncan C. <dun...@us...> - 2005-04-06 20:47:14
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv956 Modified Files: ChangeLog Log Message: Modify the callback marshaler code generator to generate marshalers that use the new GClosure-based marshaling system. Change the signals template so that it imports the System.Glib.Signals code rather than defining everything locally. Also parameterise by the module name so we can have more than a single global Signals module. The code dealing with the Sparc 4 word marshaling restriction has been dropped as it is no longer a problem. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.427 retrieving revision 1.428 diff -u -d -r1.427 -r1.428 --- ChangeLog 6 Apr 2005 20:36:09 -0000 1.427 +++ ChangeLog 6 Apr 2005 20:46:59 -0000 1.428 @@ -21,6 +21,15 @@ * configure.ac: provide GHC_INCLUDEDIR, which is bascially just `$GHC --print-libdir`/include + * tools/callbackGen/HookGenerator.hs, + tools/callbackGen/Signal.chs.template: modify the callback marshaler + code generator to generate marshalers that use the new GClosure-based + marshaling system. Change the signals template so that it import the + System.Glib.Signals code rather than defining everything locally. Also + parameterise by the module name so we can have more than a single + global Signals module. The code dealing with the Sparc 4 word marshaling + restriction has been dropped as it is no longer a problem. + 2005-04-5 Duncan Coutts <du...@co...> * glib/System/Glib/UTFString.hs: add some extra functions for |