Check-in [180aada6d2]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix shebang per comment from andrewsh.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 180aada6d25c43979a978d569fb66dd5c001d95a
User & Date: andy 2014-05-10 02:38:56
Context
2014-05-19
23:27
Rework configuration to have handlers be a script, not a list. Move [dict getnull] into the wibble namespace. Use [info level 0] instead of trying to figure out the current command name. Add [intercept] command for use in handler script. Add [stop] command to kill servers by port. check-in: 71011d06ab user: andy tags: handler-script
2014-05-10
02:38
Fix shebang per comment from andrewsh. Leaf check-in: 180aada6d2 user: andy tags: trunk
2014-05-02
21:14
Correct HTTP/1.1 comparison per comment from andrewsh. check-in: 6dc367091c user: andy tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to wibble.tcl.

1
2
3
4
5
6
7
8
/#!/usr/bin/env tclsh
# Wibble - a pure-Tcl Web server.
# Code: https://chiselapp.com/user/andy/repository/wibble/timeline
# Discussion: http://wiki.tcl.tk/23626
# Copyright 2009-2014 Andy Goth.  mailto/andrew.m.goth/at/gmail/dot/com
# Available under the Tcl/Tk license.  http://tcl.tk/software/tcltk/license.html

package require Tcl 8.6
|







1
2
3
4
5
6
7
8
#!/usr/bin/env tclsh
# Wibble - a pure-Tcl Web server.
# Code: https://chiselapp.com/user/andy/repository/wibble/timeline
# Discussion: http://wiki.tcl.tk/23626
# Copyright 2009-2014 Andy Goth.  mailto/andrew.m.goth/at/gmail/dot/com
# Available under the Tcl/Tk license.  http://tcl.tk/software/tcltk/license.html

package require Tcl 8.6