Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-03-09 17:48:13 -05:00
commit f7489dafcc
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USING: help.markup help.syntax io.streams.string quotations
strings math regexp regexp.backend ;
strings math regexp ;
IN: validators
HELP: v-checkbox

View File

@ -1,7 +1,7 @@
! Copyright (C) 2006, 2008 Slava Pestov
! See http://factorcode.org/license.txt for BSD license.
USING: kernel continuations sequences math namespaces make sets
math.parser math.ranges assocs regexp unicode.categories arrays
math.parser math.ranges assocs regexp regexp.matchers unicode.categories arrays
hashtables words classes quotations xmode.catalog unicode.case ;
IN: validators