Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fixed a type in community Fixed the pkgIndex.tcl file in modules/httpd Removed the requirement for odielib |
---|---|
Timelines: | family | ancestors | descendants | both | 4_0 |
Files: | files | file ages | folders |
SHA1: |
9aaf42ca4e446a1eb88046a3389876b9 |
User & Date: | hypnotoad 2015-04-02 09:47:24.891 |
Context
2015-04-02
| ||
10:20 | Updated the readme check-in: ee8656421b user: hypnotoad tags: 4_0 | |
09:47 | Fixed a type in community Fixed the pkgIndex.tcl file in modules/httpd Removed the requirement for odielib check-in: 9aaf42ca4e user: hypnotoad tags: 4_0 | |
09:39 | Adding a distribution of the Tao core Moved taourl out to a seperate file Adding a stub page to document qwiki check-in: 52ee0a713b user: hypnotoad tags: 4_0 | |
Changes
Changes to modules/community/community.tcl.
︙ | |||
327 328 329 330 331 332 333 | 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 | - + | } ::Cookie_Set {*}$cookie_args } } method httpdHostName {} { my variable env |
︙ |
Changes to modules/httpd/pkgIndex.tcl.
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - | package ifneeded httpd::compat 3.3 [list source [file join $dir compat.tcl]] package ifneeded httpd::config 1.0 [list source [file join $dir config.tcl]] package ifneeded httpd::cookie 1.0 [list source [file join $dir cookie.tcl]] package ifneeded httpd::counter 2.0 [list source [file join $dir counter.tcl]] package ifneeded httpd::debug 1.0 [list source [file join $dir debug.tcl]] package ifneeded httpd::digest 1.0 [list source [file join $dir digest.tcl]] package ifneeded httpd::direct 1.1 [list source [file join $dir direct.tcl]] |
︙ |
Changes to modules/tao/index.tcl.
1 2 3 | 1 2 3 4 5 6 7 8 9 10 | - | package provide tao 9.4.4 package require sqlite3 package require TclOO |
︙ |