rename stdio-binary to binary

cvs
Slava Pestov 2005-06-13 00:57:20 +00:00
parent 4773541229
commit 10492c2f2d
3 changed files with 4 additions and 1 deletions

View File

@ -32,6 +32,9 @@ Factor 0.75:
generic word. The HTTP server sets a timeout of 60 seconds for client
requests.
- Improved the words for doing binary I/O; see library/io/binary.factor
and the section in the handbook on binary I/O.
+ Compiler
- The compiler now does constant folding for certain words with literal

View File

@ -58,7 +58,7 @@ t [
"/library/in-thread.factor"
"/library/io/directories.factor"
"/library/io/stdio-binary.factor"
"/library/io/binary.factor"
"/library/eval-catch.factor"
"/library/tools/listener.factor"