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

db4
Slava Pestov 2008-02-16 18:49:21 -06:00
commit 544fc7db34
3 changed files with 5 additions and 15 deletions

View File

@ -1,11 +1,7 @@
USING: kernel parser io io.files io.launcher io.sockets hashtables math threads USING: kernel namespaces sequences splitting system combinators continuations
arrays system continuations namespaces sequences splitting math.parser parser io io.files io.launcher io.sockets prettyprint threads
prettyprint tools.time calendar bake vars http.client bootstrap.image benchmark vars bake smtp builder.util accessors ;
combinators bootstrap.image bootstrap.image.download
combinators.cleave benchmark
classes strings quotations words parser-combinators new-slots accessors
assocs.lib smtp builder.util ;
IN: builder IN: builder

View File

@ -3,8 +3,8 @@ USING: kernel words namespaces classes parser continuations
io io.files io.launcher io.sockets io io.files io.launcher io.sockets
math math.parser math math.parser
combinators sequences splitting quotations arrays strings tools.time combinators sequences splitting quotations arrays strings tools.time
parser-combinators accessors assocs.lib parser-combinators new-slots accessors assocs.lib
combinators.cleave bake calendar new-slots ; combinators.cleave bake calendar ;
IN: builder.util IN: builder.util

View File

@ -26,12 +26,6 @@ M: mysql-statement prepare-statement ( statement -- )
M: mysql-statement bind-statement* ( statement -- ) M: mysql-statement bind-statement* ( statement -- )
; ;
M: mysql-statement rebind-statement ( statement -- )
;
M: mysql-statement execute-statement ( statement -- )
;
M: mysql-statement query-results ( query -- result-set ) M: mysql-statement query-results ( query -- result-set )
; ;