Tcl Library Source Code

Timeline
Login

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

29 check-ins using file sak.tcl version 276fdf8fbb

2011-10-30
16:15
Minor correction: An octet is 8 bits, not 8 bytes. check-in: bad35ed04d user: eee tags: trunk
2011-09-17
14:35
2011-09-17 Michael Schlenker <[email protected]> * list.tcl: [Bug 3308051]: Fixed noncommutative equal check * list.test: check-in: ae6064e15b user: mic42 tags: trunk
2011-09-13
18:04
Fixed missing brace. check-in: 30ac174d91 user: andreas_kupries tags: trunk
2011-09-08
22:42
* include/expr_pe.inc: Fixed the example to be a proper expression * include/expr_pe_serial.inc: grammar, with the correct operator * include/expr_peg.inc: precedences. Thanks to Lars Hellstrom. * include/expr_serial.inc: check-in: 7cd18f79bb user: andreas_kupries tags: trunk
2011-08-24
20:09
* json_write.man: * json_write.test: * json_write.tcl: [Bug 3396787]: Fixed missing argument to call of * pkgIndex.tcl: [info level], breaking the argument checks. Bumped version to 1.0.1 check-in: f5bf21aa79 user: andreas_kupries tags: trunk
2011-08-23
06:09
fixed for empty block/floating sub node. to see - https://sourceforge.net/tracker/?func=detail&atid=112883&aid=3396656&group_id=12883 - https://sourceforge.net/tracker/?func=detail&atid=112883&aid=3396661&group_id=12883 check-in: 5ef7b189d1 user: kanryu6 tags: trunk
2011-08-10
17:02
Bumped version numbers. check-in: 731be0c8ee user: andreas_kupries tags: trunk
2011-08-09
20:57
* ftp.man: Bumped version to 2.4.11. * ftp.tcl: * pkgIndex.tcl: check-in: 19e566738b user: andreas_kupries tags: trunk
20:55
* ftpd.man: Bumped version to 1.2.6. * ftpd.tcl: * pkgIndex.tcl: check-in: 82badabc8d user: andreas_kupries tags: trunk
20:50
* ftpd.tcl (::ftpd::command::CWD): [Bug 3312900]: Accepted patch by Roy Keene, adding basic checks to the CWD command. check-in: 1f6be51e1a user: andreas_kupries tags: trunk
20:39
* ftpd.tcl (::ftpd::command::RNTO, ::ftpd::command::RNFR): [Bug 3312880]: Fixed issues with the rename command found by Roy Keene. check-in: 11526f604c user: andreas_kupries tags: trunk
20:17
* ftpd.tcl: [Bug 3357765]: Accepted patch by Roy Keene <[email protected]> fixing issues with the handling of passive connections by the server, with modifications (Moved the replicated checking code into a procedure shared by the modified commands). check-in: 23fe924d90 user: andreas_kupries tags: trunk
20:04
* ftp.tcl (::ftp::OpenActiveConn, ::ftp::OpenControlConn): [Bug 3325112]: Accepted patch by Alexandre Ferrieux <[email protected]> reducing the number of reverse DNS lookups. check-in: 52c11ba5ad user: andreas_kupries tags: trunk
19:46
* decimal.man: [Bug 3383039]: Fixed syntax errors in the documentation of math::decimal, reported by Thomas Perschak <[email protected]> check-in: c53f23a28a user: andreas_kupries tags: trunk
17:08
* memchan.tcl: Fixed missing initialization of 'content' instance variable. * variable.tcl: Fixed missing invokation of superclass constructor. Fixed missing initialization of linked 'content' variable, if not existing. Fixed missing import of linked variable into the event handling. * cat.tcl: Removed bogus invokation of superclass constructor, there is no such. * facade.tcl: Added missing logger requirements, dropped bogus call to superclass constructor. * std.tcl: Fixed command scoping issues, and dropped bogus call to superclass constructor. check-in: 789e3ef53c user: andreas_kupries tags: trunk
2011-06-17
06:53
Updated the pkgIndex.tcl file for changed version of random package check-in: 310f406048 user: arjenmarkus tags: trunk
06:40
Add a set of (basic) tests for the simulation::random package; solve several remaining (syntax) bugs check-in: 0b6b5b8b2a user: arjenmarkus tags: trunk
2011-06-16
13:17
Corrected further mistakes; bumped version to 0.2 check-in: 7d1883b685 user: arjenmarkus tags: trunk
2011-06-15
07:05
Fixing bugs reported by Andreas Kupries check-in: 84322d8a76 user: arjenmarkus tags: trunk
2011-06-06
17:27
* pt_tclparam_config_tcloo.tcl: Fixed typo, OO is TclOO. * pkgIndex.tcl: Bumped version to 1.0.2. check-in: 5b73ec07f1 user: andreas_kupries tags: trunk
2011-05-31
16:33
* New module and package: oo::util. Right now only easy referencing of instance methods for callbacks. check-in: 9e8db45cdf user: andreas_kupries tags: trunk
16:12
* New module and package: lambda. Easy anonymous procedures for Tcl 8.5+. * New module and package: try. Tcl 8.5+ forward compatibility implementation of try/catch/finally (TIP 329). check-in: f432b5fa8a user: andreas_kupries tags: trunk
16:07
* cat.man: New base channels. Concatenation of channels, * cat.tcl: standard channel combining stdin and stdout, * facade.man: and a facade for wrapping around other * facade.tcl: channels. * std.man: * std.tcl: * pkgIndex.tcl: check-in: a2a163b654 user: andreas_kupries tags: trunk
2011-05-20
19:11
* ansi/ctrlunix.tcl (::term::ansi::ctrl::unix::INIT): Modified to explictly avoid Solaris' /usr/ucb/stty. Its command line syntax does not fit our expecations. Bumped version to 0.1.1 check-in: 1d614a307f user: andreas_kupries tags: trunk
10:54
Updated version of the decimal arithmetic package - improvements with respect to several bugs and corner cases (passing more testcases) check-in: 65e2732104 user: arjenmarkus tags: trunk
2011-05-11
07:55
Incorporating the decimal arithmetic package in the pkgIndex.tcl file. Corrected name of the package in accordance with the other packages. check-in: 24fdd08eac user: arjenmarkus tags: trunk
07:53
Initial checkin of the decimal arithmetic package by Mark Alston. This is a very preliminary version. Work is on its way to improve and extend it further. The test script is currently very simple, we should expand it to use the reference testsuite. check-in: 89ec545685 user: arjenmarkus tags: trunk
2011-05-06
13:39
Refactored the getExif function into two parts with one that operates on a previously opened channel. This means it can be used with other channel implementations such as memchan or embedded streams. Updated the documentation and version. check-in: 543fbd0439 user: patthoyts tags: trunk
2011-04-21
17:51
* modules/struct/queue_c.tcl: Disabled the critcl debug settings used * modules/pt/pt_rdengine_c.tcl: to work around bugs in critcl v2's * modules/pt/pt_parse_peg_c.tcl: handling of C companion files. * modules/pt/pt_cparam_config_critcl.tcl: * sak.tcl (__critcl): Fixed processing of -debug, added the forgotten handling of its argument. Plus added handling of option -target. * ./modules/sha1/sha256.h: Fixed the conditional definition of uint64_t and uint32_t for aix and hpux machines. check-in: b33db732cc user: andreas_kupries tags: trunk