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
ids.scm
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
outdater.scm
packages.scm Remove module typed-optionals. We don't need it anymore. 2003-07-09 17:18:57 +00:00
profile.scm
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
send-html.scm Use do-html-string-sending in do-html-sending 2003-05-13 14:02:24 +00:00
shift-reset.scm
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
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
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
utilities.scm Add identity function 2003-04-16 12:20:12 +00:00
with-locks.scm