[Gd-chatter] r11202 - trunk/libraries/network/koala/sources/koala

cgay at gwydiondylan.org cgay at gwydiondylan.org
Wed Feb 21 22:12:41 CET 2007


Author: cgay
Date: Wed Feb 21 22:12:39 2007
New Revision: 11202

Modified:
   trunk/libraries/network/koala/sources/koala/library-unix.dylan
Log:
job: koala
Minimize differences in library.dylan and library-unix.dylan


Modified: trunk/libraries/network/koala/sources/koala/library-unix.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/library-unix.dylan	(original)
+++ trunk/libraries/network/koala/sources/koala/library-unix.dylan	Wed Feb 21 22:12:39 2007
@@ -132,7 +132,7 @@
   // Do these really need to be exported?
   create
     <header-table>,
-    *hmax-single-header-size*,
+    *max-single-header-size*,
     *header-buffer-growth-amount*,
     // read-message-headers(stream) => header-table
     read-message-headers,
@@ -262,7 +262,7 @@
   // files
   create
     static-file-responder;
-  
+
   create <avalue>,
     avalue-value,
     avalue-alist;
@@ -405,12 +405,12 @@
     current-row-number,          // dsp:table
 
     note-form-error,             // for any error encountered while processing a web form
-    note-form-message;           // for informative messages in response to processing a web form
+    note-form-message,           // for informative messages in response to processing a web form
+    note-field-error;            // for errors related to processing a specific form field
 
 /*
   // Persistence layer maps database records <-> web pages.
   export
-    note-field-error,            // for errors related to processing a specific form field
     with-database-connection,
     <database-record>,
     <modifiable-record>,



More information about the chatter mailing list