From ce37c8e082b188c6a3be6a131b13eda2fb974bc1 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 5 Jun 2009 22:49:07 -0500 Subject: [PATCH] add a hexdump-file word --- basis/tools/hexdump/hexdump.factor | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/basis/tools/hexdump/hexdump.factor b/basis/tools/hexdump/hexdump.factor index 666e051088..f8a8bb96aa 100644 --- a/basis/tools/hexdump/hexdump.factor +++ b/basis/tools/hexdump/hexdump.factor @@ -1,8 +1,8 @@ ! Copyright (C) 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: arrays io io.streams.string kernel math math.parser -namespaces sequences splitting grouping strings ascii -byte-arrays byte-vectors ; +USING: arrays ascii byte-arrays byte-vectors grouping io +io.encodings.binary io.files io.streams.string kernel math +math.parser namespaces sequences splitting strings ; IN: tools.hexdump