From d497db0ca529d701f8917762efe2082499ee5c97 Mon Sep 17 00:00:00 2001 From: erg Date: Mon, 24 Jul 2006 14:27:45 +0000 Subject: [PATCH] doc fixes for contrib/README.txt --- contrib/README.txt | 3 ++- contrib/all.factor | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/README.txt b/contrib/README.txt index 11e1bfd0e4..29c8d34db0 100644 --- a/contrib/README.txt +++ b/contrib/README.txt @@ -7,16 +7,17 @@ Modules can be loaded from the listener: Credits: -- aim -- AOL Instant Messenger client library (Doug Coleman) - automata -- Graphics demo for the UI (Eduardo Cavazos) - boids -- Graphics demo for the UI (Eduardo Cavazos) - cairo -- cairo bindings (Sampo Vuori) +- calendar -- timestamp/calendar with timezones (Doug Coleman) - concurrency -- Erlang/Termite-style concurrency (Chris Double) - coroutines -- coroutines (Chris Double) - crypto -- Various cryptographic algorithms (Doug Coleman) - dlists -- double-linked-lists (Mackenzie Straight) - factory -- X11 window manager (Eduardo Cavazos) - gap-buffer -- Efficient text editor buffer (Alex Chapman) +- hexdump -- Hexdump routine (Doug Coleman) - httpd -- Web framework (HTTP server, client, XML parser, HTML generation...) (Slava Pestov, Chris Double, Daniel Ehrenberg) - lazy-lists -- Lazy evaluation lists (Chris Double, Matthew Willis) - math -- extended math library (Doug Coleman, Slava Pestov) diff --git a/contrib/all.factor b/contrib/all.factor index ac115ac16d..e8037bf4de 100644 --- a/contrib/all.factor +++ b/contrib/all.factor @@ -1,7 +1,7 @@ USING: kernel modules words ; -REQUIRES: aim automata boids cairo concurrency coroutines -crypto dlists embedded gap-buffer httpd math postgresql process +REQUIRES: automata boids cairo calendar concurrency coroutines +crypto dlists embedded gap-buffer hexdump httpd math postgresql process random-tester slate splay-trees sqlite topology units vars ; "x11" vocab [