Share

tcllib

Code

Programming Languages: Tcl

License: BSD License

Repositories

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

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

Show:

What's happening?

  • ftp::Rename causes ftpd to crash

    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

  • csv::read2queue mishandles embedded newlines

    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

  • Comment: signmask incorrect in ::crc::Crc and ::crc::Crc32_tcl

    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

  • Comment: new menubar command

    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

  • Comment: yaml's dict package needs

    thank you. I modified about this.

    2009-12-17 14:37:03 UTC by kanryu6

  • Add commands for extended punctuation (em-dash, en-dash)

    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

  • Add 'Ask Before Quit' option and allow quit if not logged in

    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

  • extra character in range [!..~]

    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

  • Comment: random(n) manpage needs to be renamed

    Renamed to simulation_random, committed to head.

    2009-12-11 18:23:24 UTC by andreas_kupries

  • random(n) manpage needs to be renamed

    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

Our Numbers