Merge branch 'master' of git://factorcode.org/git/factor
commit
f7489dafcc
|
@ -1,5 +1,5 @@
|
||||||
USING: help.markup help.syntax io.streams.string quotations
|
USING: help.markup help.syntax io.streams.string quotations
|
||||||
strings math regexp regexp.backend ;
|
strings math regexp ;
|
||||||
IN: validators
|
IN: validators
|
||||||
|
|
||||||
HELP: v-checkbox
|
HELP: v-checkbox
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2006, 2008 Slava Pestov
|
! Copyright (C) 2006, 2008 Slava Pestov
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel continuations sequences math namespaces make sets
|
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 ;
|
hashtables words classes quotations xmode.catalog unicode.case ;
|
||||||
IN: validators
|
IN: validators
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue