[Wisp-cvs] wisp/tools undoc.wisp,1.1,1.2
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-04 14:36:29
|
Update of /cvsroot/wisp/wisp/tools In directory usw-pr-cvs1:/tmp/cvs-serv32029/tools Modified Files: undoc.wisp Log Message: Implemented fluid cells. Index: undoc.wisp =================================================================== RCS file: /cvsroot/wisp/wisp/tools/undoc.wisp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- undoc.wisp 4 Sep 2002 14:34:44 -0000 1.1 +++ undoc.wisp 4 Sep 2002 14:36:26 -0000 1.2 @@ -41,10 +41,11 @@ ; FIXME: acquire the list automatically ; Note that cgi is not in the list. (for-each process-package - '(#t and-let arithmetics balanced baudot block-port codecoll - collectors cpu/general cpu/ia32 display encoding files - format/as format/elfexec frer getopt ini keyboard lists - mingle morse phases promises qsort random regex string-port - strings syscalls tester time unicode unix url wispdoc xml)) + (append (builtin-modules) + '(#t and-let arithmetics balanced baudot block-port codecoll + collectors cpu/general cpu/ia32 display encoding files format/as + format/elfexec frer getopt ini keyboard lists mingle morse phases + promises qsort random regex string-port strings tester time + unicode unix url wispdoc xml))) (print "Total of $[total[]] undocumented procedures.\n") |