]> gitweb.factorcode.org Git - factor.git/commitdiff
minor bit-rot in winsock.factor
authorSlava Pestov <slava@factorcode.org>
Mon, 13 Jun 2005 21:04:58 +0000 (21:04 +0000)
committerSlava Pestov <slava@factorcode.org>
Mon, 13 Jun 2005 21:04:58 +0000 (21:04 +0000)
CHANGES.txt
Makefile
library/win32/winsock.factor

index 512a2ba9d060f45d0425be5d2263156e9f255934..7ff8601c1a0e1e348c00585c8a35182d79bfe0a5 100644 (file)
@@ -5,6 +5,8 @@ Factor 0.75:
 
 - Fix for a fatal bug where Factor was not functional on Mac OS X 10.4.
 
+- Client sockets were not functional on Linux.
+
 - New generational garbage collector. There are two command line
   switches for controlling it:
 
index d4b4a80991bc9eb5d395130409347e6c60fe0871..1a8836b732e2310ea2f38c583ceefadeb620a9f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ default:
        @echo "linux"
        @echo "linux-ppc - to compile Factor on Linux/PowerPC"
        @echo "macosx"
+       @echo "windows"
        @echo ""
        @echo "Also, you might want to set the SITE_CFLAGS environment"
        @echo "variable to enable some CPU-specific optimizations; this"
index 547555dab11448d38c1a9c4da12bcb2b5ea88dfd..0e88609db5863d9b281b772d6b2d6bf510fcc90e 100644 (file)
@@ -28,6 +28,7 @@
 IN: win32-api
 USE: alien
 USE: kernel
+USE: kernel-internals
 
 : <wsadata> HEX: 190 <byte-array> ;