sunet/scheme/httpd/surflets
interp f972598f59 Remove module typed-optionals. We don't need it anymore.
Rename function TYPED-OPTONALS to OPTIONALS-FIRST and move its definition
  to the only module that uses it: sxml.scm
Use LET-OPTIONALS instead of OPTIONALS, as it does the job, too, and
  it ensures that the meaning of an argument depends only on its
  position and not on the amount of arguments in front of it.
  This commit removes a pitfall in calls to MAKE-TEXTAREA.
Nearly every example SUrflet continues to work unchanged, except of one
  line in admin-surflets.scm, thus updating it.
2003-07-09 17:18:57 +00:00
..
latex Adapt to change in sunet/doc/latex/decls.tex and mention out of date status. 2003-05-10 11:59:13 +00:00
web-server Remove module typed-optionals. We don't need it anymore. 2003-07-09 17:18:57 +00:00
.gitignore ignore some more files (that I use for debugging) 2003-04-14 08:11:10 +00:00
addresses.scm + Add annotated callbacks. 2003-04-14 08:30:27 +00:00
bindings.scm remove superfluous bracket pair introduced by previous commit 2003-07-06 09:00:36 +00:00
callbacks.scm minor change in comment layout. 2003-07-04 16:18:19 +00:00
handle-fatal.scm + Outhouse some components of surflet-handler. 2003-01-25 16:09:03 +00:00
ids.scm + Splitting file surflets.scm into several packages 2003-03-10 16:29:32 +00:00
input-fields.scm Remove image button bug (thanks to Eric Knauel for reporting this): Image 2003-05-22 13:32:49 +00:00
load-surflet-server.scm + complete renaming SERVLET->SURFLET 2003-01-22 12:53:46 +00:00
outdater.scm + Splitting file surflets.scm into several packages 2003-03-10 16:29:32 +00:00
packages.scm Remove module typed-optionals. We don't need it anymore. 2003-07-09 17:18:57 +00:00
profile.scm open output data file truncated 2002-10-01 17:37:47 +00:00
returned-via.scm Remove image button bug (thanks to Eric Knauel for reporting this): Image 2003-05-22 13:32:49 +00:00
rt-module.scm Rename SERVLET --> SURFLET 2003-01-19 16:57:27 +00:00
send-html.scm Use do-html-string-sending in do-html-sending 2003-05-13 14:02:24 +00:00
shift-reset.scm get shift-reset from scsh and modify it to be thread-local 2002-09-14 16:10:14 +00:00
simple-surflet-api.scm Change names in surflet-input-fields.scm, so that they are both short and 2003-07-08 21:22:06 +00:00
start-surflet-server WITH-LOGFILE was renamed to WITH-LOG-FILE 2003-02-17 09:52:21 +00:00
surflet-handler.scm Factor out SURFLET-RESPONSE object 2003-07-05 18:13:32 +00:00
surflet-input-fields.scm Remove module typed-optionals. We don't need it anymore. 2003-07-09 17:18:57 +00:00
surflet-request.scm + REQUEST object extended for SUrflets by INPUT-PORT 2003-02-17 10:09:24 +00:00
surflet-response.scm Factor out SURFLET-RESPONSE object 2003-07-05 18:13:32 +00:00
surflet-sxml.scm Remove module typed-optionals. We don't need it anymore. 2003-07-09 17:18:57 +00:00
surflets-structures.txt ! Redesign of input-fields. 2003-04-16 12:30:57 +00:00
sxml.scm Map SXML->LOW-LEVEL-SXML to Oleg's PRE-POST-ORDER 2003-05-04 14:04:54 +00:00
thread-safe-counter.scm + Outhouse some components of surflet-handler. 2003-01-25 16:09:03 +00:00
utilities.scm Add identity function 2003-04-16 12:20:12 +00:00
with-locks.scm Add non-thunk version to with-lock. 2003-04-13 17:36:39 +00:00