Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29496
Modified Files:
ChangeLog
Log Message:
ModuleScan.hs: New module that scans the existing module source files to pick
out useful information so that we can use that information to improve the
generated modules. In particular it extracts module information like authors,
copyrights, dates, module imports and whether each C call is safe or unsafe.
ApiGen.hs: take advantage of the new ModuleScan information in the various
module headder fields. Add a new --scanmodules flag.
Template.chs: add author and copyright variable.
Makefile: use the new --scanmodules feature.
StringUtils.hs: add extra utility function.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -d -r1.340 -r1.341
--- ChangeLog 7 Feb 2005 00:04:26 -0000 1.340
+++ ChangeLog 7 Feb 2005 00:38:01 -0000 1.341
@@ -1,3 +1,19 @@
+2005-02-07 Duncan Coutts <du...@co...>
+
+ * tools/apiGen/ModuleScan.hs: new module that scans the existing
+ module source files to pick out useful information so that we can
+ use that information to improve the generated modules.
+
+ * tools/apiGen/ApiGen.hs: take advantage of the new ModuleScan
+ information in the various module headder fields. Add a new
+ --scanmodules flag.
+
+ * tools/apiGen/Template.chs: add author and copyright variable.
+
+ * tools/apiGen/Makefile: use the new --scanmodules feature.
+
+ * tools/apiGen/StringUtils.hs: add extra utility function.
+
2005-02-06 Duncan Coutts <du...@co...>
* configure.ac: win32 fixes. Do not define WIN32 on windows since it
|