From: Duncan C. <dun...@us...> - 2005-03-26 00:11:05
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2542 Modified Files: ChangeLog Log Message: Comment out all the signal marshalers that are not currently used. This saves several 100k in a final striped program. Feel free to re-enable any of them at any time. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.402 retrieving revision 1.403 diff -u -d -r1.402 -r1.403 --- ChangeLog 26 Mar 2005 00:09:23 -0000 1.402 +++ ChangeLog 26 Mar 2005 00:10:55 -0000 1.403 @@ -4,6 +4,10 @@ handler return type rather than (Num n, Integral n) => n since there's no need to be so general (and it breaks my new signals system!) + * tools/callbackGen/gtkmarshal.list: comment out all the signal + marshalers that are not currently used. This saves several 100k in a + final striped program. Feel free to re-enable any of them at any time. + 2005-03-25 Duncan Coutts <du...@co...> * tools/apiGen/ModuleScan.hs: match up against existing .hs modules if |