From: Duncan C. <dun...@us...> - 2005-02-10 02:58:12
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv521 Modified Files: ChangeLog Log Message: Make use of the information from scanning the original modules. We order the function implementations so that they are in the same order as in the origial module and unsafe C calls are preserved. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.342 retrieving revision 1.343 diff -u -d -r1.342 -r1.343 --- ChangeLog 7 Feb 2005 15:39:47 -0000 1.342 +++ ChangeLog 10 Feb 2005 02:58:01 -0000 1.343 @@ -1,3 +1,15 @@ +2005-02-10 Duncan Coutts <du...@co...> + + * tools/apiGen/CodeGen.hs: make use of the information from scanning + the original modules. We order the function implementations so that + they are in the same order as in the origial module and unsafe C calls + are preserved. + + * tools/apiGen/ModuleScan.hs: fix a bug and do a bit of renaming. + + * tools/apiGen/ApiGen.hs: pass the info from scanning the original + modules into the main code gen bits. + 2005-02-07 Duncan Coutts <du...@co...> * tools/apiGen/ModuleScan.hs: new module that scans the existing |