Oops, io.encodings.binary was both in core and basis

db4
Slava Pestov 2009-01-27 04:48:28 -06:00
parent 088eb89057
commit ec3013c39b
5 changed files with 0 additions and 22 deletions

View File

@ -1 +0,0 @@
Daniel Ehrenberg

View File

@ -1,11 +0,0 @@
USING: help.syntax help.markup ;
IN: io.encodings.binary
HELP: binary
{ $class-description "Encoding descriptor for binary I/O." } ;
ARTICLE: "io.encodings.binary" "Binary encoding"
"Making an encoded stream with the binary encoding is a no-op; streams with this encoding deal with byte-arrays, not strings."
{ $subsection binary } ;
ABOUT: "io.encodings.binary"

View File

@ -1,8 +0,0 @@
! Copyright (C) 2008 Daniel Ehrenberg.
! See http://factorcode.org/license.txt for BSD license.
USING: io.encodings kernel ;
IN: io.encodings.binary
SINGLETON: binary
M: binary <encoder> drop ;
M: binary <decoder> drop ;

View File

@ -1 +0,0 @@
Dummy encoding for binary I/O

View File

@ -1 +0,0 @@
text