Share

TclHttpd - Tcl Web Server

Code

Programming Languages: Tcl

License: BSD License

Repositories

browse code, statistics cvs -d:pserver:anonymous@tclhttpd.cvs.sourceforge.net:/cvsroot/tclhttpd login

cvs -z3 -d:pserver:anonymous@tclhttpd.cvs.sourceforge.net:/cvsroot/tclhttpd co -P modulename

Show:

What's happening?

  • Patch to handle object methods as direct urls

    This patch is extracted from my own extension to Tclhttpd, and adds new commands to the global namespace: ::Object_Url {virtual object {inThread 0}} ::Obj_UrlRemove {object} ::Objdomain {object sock suffix} ::Object_Respond {sock code result {type text/html}} These commands inject specially designed objects into the Direct() array, and allow those objects to export methods as direct...

    2009-10-19 22:42:32 UTC by eviltwinskippy

  • Comment: dirlist fails if dirname contains glob metacharacters

    I tried this on OSX with ActiveTcl 8.5 and I do not see the error. I did the following from within tclsh: % mkdir \[temp\] % set pattern * % set dir /path/to/the/dir/with/[temp] % glob -nocomplain -- [file join $dir $pattern] I get a directory list from the glob with the [temp] directory as well. No errors. What version of Tcl? What OS?.

    2009-09-15 22:09:04 UTC by sigzero