Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix to prevent limit.c from accessing the ->result field in interp. (Which Tcl 8.6 REALLY doesn't like) |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
5269e4d34ccdf1ae20fb7ab87b1ffa40 |
| User & Date: | hypnotoad 2014-08-08 15:15:33.706 |
Context
|
2014-08-08
| ||
| 15:21 | (no comment) check-in: c833e75716 user: hypnotoad tags: trunk | |
| 15:15 | Fix to prevent limit.c from accessing the ->result field in interp. (Which Tcl 8.6 REALLY doesn't like) check-in: 5269e4d34c user: hypnotoad tags: trunk | |
|
2014-08-06
| ||
| 03:28 | Moved "package require fileutil" from tclhttpd.rc to httpd.tcl. This is where other package requires are done. Tclhttpd.rc is evaluated in a safe interp and can't perform package require. Added namespace import to config.tcl to force the fileutil::tempdir into the Safe interp. check-in: c9f8384938 user: clif tags: trunk | |
Changes
Changes to src/limit.c.