[Wisp-cvs] wisp/tests xml.wisp,NONE,1.1 Makefile.am,1.12,1.13
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-08-31 14:28:45
|
Update of /cvsroot/wisp/wisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv4543/tests Modified Files: Makefile.am Added Files: xml.wisp Log Message: Dropped the strings-as-stacks module and |cut-place| special form. --- NEW FILE: xml.wisp --- (This appears to be a binary file; contents omitted.) Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/tests/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.am 27 Aug 2002 14:24:48 -0000 1.12 +++ Makefile.am 31 Aug 2002 14:28:42 -0000 1.13 @@ -10,12 +10,13 @@ WISP = $(top_builddir)/src/wisp EXTRA_DIST = .cvsignore and.wisp balanced.wisp cut-check.wisp \ - getopt.wisp parse-uri.wisp srfi-1.wisp srfi-26.wisp unicode.wisp + getopt.wisp parse-uri.wisp srfi-1.wisp srfi-26.wisp unicode.wisp \ + xml.wisp check: regcheck cut-check regcheck: and.wisp balanced.wisp getopt.wisp parse-uri.wisp \ - srfi-1.wisp srfi-26.wisp + srfi-1.wisp srfi-26.wisp xml.wisp for t in $(filter %.wisp,$^); \ do WISP_PATH=$(MODULES) $(WISP) "$$t"; \ done |