[Gd-chatter] r10821 - trunk/libraries/koala/sources/koala
cgay at gwydiondylan.org
cgay at gwydiondylan.org
Mon Jul 10 16:41:55 CEST 2006
Author: cgay
Date: Mon Jul 10 16:41:53 2006
New Revision: 10821
Modified:
trunk/libraries/koala/sources/koala/library-unix.dylan
Log:
job: koala
Fix library-unix.dylan from previous commit. Untested.
Modified: trunk/libraries/koala/sources/koala/library-unix.dylan
==============================================================================
--- trunk/libraries/koala/sources/koala/library-unix.dylan (original)
+++ trunk/libraries/koala/sources/koala/library-unix.dylan Mon Jul 10 16:41:53 2006
@@ -69,7 +69,8 @@
quote-html, // Change < to < etc
register-init-function,
run-init-functions,
-
+ <string-trie>, find-object, add-object, <trie-error>,
+
<expiring-mixin>,
expired?,
mod-time,
@@ -150,7 +151,6 @@
start-server,
stop-server,
register-url,
- register-alias-url,
<request>,
*request*, // Holds the active request, per thread.
request-query-values, // get the keys/vals from the current GET or POST request
@@ -243,7 +243,6 @@
moved-permanently-redirectr,
see-other-redirect;
- // Not sure if these should really be exported.
create
http-error-code,
unsupported-request-method-error,
@@ -251,6 +250,7 @@
unimplemented-error,
internal-server-error,
request-url,
+ request-url-tail,
register-auto-responder;
// Debugging
More information about the chatter
mailing list