-
Calling ftp::Rename as client causes the ftp-daemon into which I logged in to crash in proc ::ftpd::command::RNTO, because the variable sock is unknown. Including "upvar #0 ::ftpd::$sock data" - as used in the other procs - resolves the application error.
2010-01-08 16:25:21 UTC by martinao
-
Just a typo. read2queue correctly buffers incomplete lines, but then calls split on the last line read rather than on the buffered multiline data.
2010-01-05 18:18:47 UTC by dvrsn
-
Believe this can be fixed by simply changing the initial value for "v" when originally computing signmask from "1" to "-1":
Change from:
for {set v 1} {int($v) != 0} {set signbit $v; set v [expr {$v
2009-12-30 01:30:40 UTC by kchansen
-
I have added a 'menubar' package to the tklib/modules directory at SF. The demo.tcl file can be run with wish to test the code. Please review the code and let me know if anything need to be changed/cleaned-up in order for this package to be included in the next release.
tomk.
2009-12-18 01:57:20 UTC by tomk
-
thank you.
I modified about this.
2009-12-17 14:37:03 UTC by kanryu6
-
It would be convenient to have a set of markup commands which would produce special punctuation signs on output.
Of most interest are "wide dashes", namely, em-dash and en-dash.
Such commands could be named as [mdash] and [ndash] respectively, and produce:
[mdash]: — in HTML and \(em in nroff;
[ndash]: – in HTML and \(en in nroff.
Ideally, it would be nice to have a generic...
2009-12-17 00:34:25 UTC by flatworm
-
A bit surprised no one asked for this before.
Does anyone ever quit tkchat? :)
Buncha reloaders.
2009-12-13 18:12:09 UTC by stwo
-
When parsing email messages, I ran across 1 message of thousands that mime would not parse. It's a spam message, none the less, it should parse? The error is:
expecting character in range [!..~]
while executing
"$state(encoding) -mode decode -- $state(string)"
(procedure "mime::getbody" line 104)
invoked from within
"mime::getbody $m"
(procedure "_body" line 5...
2009-12-13 14:07:42 UTC by jeremy_c
-
Renamed to simulation_random, committed to head.
2009-12-11 18:23:24 UTC by andreas_kupries
-
simulation::random has a manpage random(n) which has a naming collision w/ the memchan projects random(n) manpage. As discussed in #tcl with Andreas, error is in tcllib.
2009-12-10 22:33:35 UTC by bharder