]> gitweb.factorcode.org Git - factor.git/commitdiff
win32 port
authorSlava Pestov <slava@factorcode.org>
Sat, 11 Dec 2004 03:59:50 +0000 (03:59 +0000)
committerSlava Pestov <slava@factorcode.org>
Sat, 11 Dec 2004 03:59:50 +0000 (03:59 +0000)
Makefile
README.txt
library/tools/listener.factor

index 25b63b7580bed76f44e4200b6d27aba01cdc519e..79ca2d024cb5b912d3808017403c7412c4a5915c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,16 +7,22 @@ STRIP = strip
 OBJS = native/arithmetic.o native/array.o native/bignum.o \
        native/s48_bignum.o \
        native/complex.o native/cons.o native/error.o \
-       native/factor.o native/file.o native/fixnum.o \
+       native/factor.o native/fixnum.o \
        native/float.o native/gc.o \
-       native/image.o native/io.o native/memory.o \
+       native/image.o native/memory.o \
        native/misc.o native/port.o native/primitives.o \
-       native/ratio.o native/read.o native/relocate.o \
+       native/ratio.o native/relocate.o \
        native/run.o \
-       native/sbuf.o native/socket.o native/stack.o \
+       native/sbuf.o native/stack.o \
        native/string.o native/types.o native/vector.o \
-       native/write.o native/word.o native/compiler.o \
-       native/ffi.o native/signal.o native/boolean.o
+       native/word.o native/compiler.o \
+       native/ffi.o native/boolean.o \
+       native/unix/file.o \
+       native/unix/io.o \
+       native/unix/socket.o \
+       native/unix/signal.o \
+       native/unix/read.o \
+       native/unix/write.o
 
 default:
        @echo "Run 'make' with one of the following parameters:"
index 39ed48d2f89673a8e6de2f8297ff15a54a15869b..bf405e17449966e691f80fe32b705a9ee85687e4 100644 (file)
@@ -31,7 +31,8 @@ the following:
 
 When entering code at the interactive interpreter loop, most
 vocabularies are already in the search path, and the USE: declarations
-can be omitted. However, in a source file they must all be specified, by convention at the beginning of the file.
+can be omitted. However, in a source file they must all be specified,
+by convention at the beginning of the file.
 
 * Control flow
 
index a9f7493a18188dfeb1ead188cbd91a28929500d0..e18333780d42b9ce608aa0b6bfcaa9a8d397107d 100644 (file)
@@ -103,6 +103,7 @@ global [
     "Factor " write version print
     "Copyright (C) 2003, 2004 Slava Pestov" print
     "Copyright (C) 2004 Chris Double" print
+    "Copyright (C) 2004 Mackenzie Straight" print
     "Type ``exit'' to exit, ``help'' for help." print
     terpri
     room.