Tcl Library Source Code

Timeline
Login

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

50 check-ins occurring around 935565ca7ea8847c.

2015-02-18
23:21
textutil::adjust - Fixed 0.7.2/0.7.1 mismatch, bumped to 0.7.3 check-in: 4fd8b2e9f1 user: andreask tags: trunk
2015-02-16
19:18
Ticket [f08453f77d] - textutil::adjust - Fixed one-off error in string handling with -strictlength on. Updated and extended tests. Version bumped to 0.7.2. check-in: 19a4dd954c user: andreask tags: trunk
2015-02-12
01:32
Create new branch named "tcllib-1-17-rc" check-in: c95ce40638 user: aku tags: tcllib-1-17-rc
2015-01-09
19:44
cmdline - Moved throwing of errors to separate internal command, and provide proper error codes. Version bumped to 1.5 (API visible change, compatible). Extended the example in the documentation to demonstrate how to capture just the usage signal via 'try/trap'. check-in: 0a49790548 user: andreask tags: trunk
2015-01-07
08:42
Merging in 24 patches from Adrián Medraño Calvo. + All errors have the first word in the error code list set to WEBSOCKET, for easier use with try...catch. + Add a 'connect' pseudo message type, analogous to 'disconnect', invoked whenever a socket converts into a WebSocket. + Push connection error to socket + Pass HTTP token to Timeout handler + Don't overwrite OPEN with Connection context + Properly reset socket after informing the handler + Cancel the timeout on successful connection + Substitute only the URI schema + Don't clobber Connection and Upgrade headers + Improved compliance with RFC and Browsers + Notify handler on receiving pong frames + Expose key construction: This is useful for servers that wish to implement the handshake handling themselves, for example to be able to use their own dispatching mechanism. + Factor out handshake validation: Allows users of the websocket library to be able to use the websocket core without having to use the ::websocket::live, ::websocket::test and ::websocket::upgrade functionality. This happens, for example, when the application already has already accepted and parsed the request. In addition, the checks are now more strict for keys and values, and more lax with regards to case and extra tokens in header fields. check-in: 65c9089287 user: emmanuel tags: trunk
2015-01-06
21:23
Fixed which cron processman tries to call check-in: 865c9ebd25 user: hypnotoad tags: odie
20:38
Tweaked cron to use lassign for arguments check-in: 1a70066da4 user: hypnotoad tags: odie
18:27
Added a ::cron::in command, to simply schedule a job X seconds in the future. Processname is now optional for ::cron::at and ::cron::in. If not given, a unique name will be generated. check-in: 329cc2d370 user: hypnotoad tags: odie
16:58
Tweak to nettool to ensure localhost is always part of the broadcast list check-in: c77139a6c6 user: hypnotoad tags: odie
2014-12-05
11:16
Bump cron to version 1.0 check-in: 889ac01d23 user: hypnotoad tags: odie
11:15
Bringing over changes from trunk check-in: 63691bea8e user: hypnotoad tags: odie
2014-12-03
20:57
valtype::iban - Fixed mismatch package vs index. check-in: 9bdbac3998 user: andreask tags: trunk
00:38
Draft work on EPSV support. Leaf check-in: eb27679053 user: andreask tags: ak-tkt-b41b6f76b0-ftp-eprt
2014-12-02
22:01
Ref tkt [b41b6f76b0]. Draft work on EPRT/EPSV support for the ftp client. check-in: ad53730d6b user: andreask tags: ak-tkt-b41b6f76b0-ftp-eprt
20:34
Updated online documentation. check-in: c4d3ec1eff user: aku tags: trunk
20:21
cmdline - Ticket [fef66e4953]. Extended to support the format --option=value on the commandline. Thanks to [email protected] for the request and patch. Version bumped to 1.4 Braced expressions. Testsuite extended, docs updated. check-in: 5dbaabe344 user: andreask tags: trunk
20:21
Updated the processman tool to build exec calls to perform process monitoring functions in cases where odielib is not present check-in: 5a729edfa5 user: hypnotoad tags: odie
20:15
crc/sum - Fixed oops, missed update of package index check-in: 2acdfeb08c user: andreask tags: trunk
19:56
crc/sum - Ticket [0a3d5dfe52]. Brought the sum algorithm into line with the C implementation at the heirloom project (see url in the ticket). Updated and extended testsuite. Updated docs. Bumped version to 1.1.2. check-in: 232653cd52 user: andreask tags: trunk
2014-11-27
11:13
Update to the latest trunk. Fixed where the "package provides" resides for nettool::locate_port check-in: 835f289d60 user: hypnotoad tags: odie
05:44
fileutil, traverse - Bumped another patchlevel. Bug in cycle slipped through testing (Typo in the varnames). This then exposed a bug in the 8.5+ specific implementations of GLOBD and GLOBF, with the link check done wrongly for relative links. Traverse was ok only because it was missing these implementations entirely. Both are now fixed too, i.e. link check corrected, and traverse extended to have the same helper code. Updated tests, docs. No ticket associated with this. check-in: 4dc136d438 user: aku tags: trunk
01:10
Additional test cases for sha implementations. check-in: 83a79da8d2 user: aku tags: trunk
01:09
fileutil 1.14.9 - Fixed issue with symlink handling of the "find" command. While the original code broke cycles it also broke (i.e. skipped) non-cycle symlinks. The new code breaks only cycles. fileutil::traverse 0.4.4 - Ditto. Updated tests, docs. No ticket associated with this. check-in: e4cc97ecc8 user: aku tags: trunk
00:54
Updated version information in the package index as well, and updated the documentation. This is now ready for merging. Closed-Leaf check-in: 4599fe667f user: andreask tags: ak-fix-traverse-symlinks
00:10
Confirmed same issue for fileutil(::find). Test added, fixed buglet in expected output. check-in: 935565ca7e user: andreask tags: ak-fix-traverse-symlinks
00:04
Extended testsuite of fileutil::traverse demonstrating a problem with its symlink handling. While it properly breaks cycles, it can also break non-cycle links if the referenced path is handled before the link. And vice versa, if the link is handled the non-link path is not traversed. The fileutil package's find command is likely affected in the same manner. Opened branch to fix this. check-in: e3bc24a81e user: andreask tags: ak-fix-traverse-symlinks
2014-11-25
14:50
Create branch for working on modules for JSON Web Token (JWT) support. Leaf check-in: 783e8f3bf8 user: neilmadden tags: nmadden-json-web-token
2014-11-20
21:13
Added the processman package from odie check-in: 85222b124c user: hypnotoad tags: odie
19:57
Closing the nettool branch check-in: 1a20e85930 user: hypnotoad tags: odie
19:56
Merging branch in preparation for closing it Closed-Leaf check-in: 35b23abc2e user: hypnotoad tags: nettool
06:06
Eliminated all external dependencies on nettool. (Or at least restricted those depenedencies to other well defined packages in Tcllib) Adapted the file structure for nettool to play nicer with others. The files of the platform/ file system have been moved to the root of nettool, and given _ delimted file names. Moved cron to it's own module check-in: bae4ea2260 user: hypnotoad tags: odie
2014-11-19
18:50
Added documentation for the cron::at command check-in: a7655246cb user: hypnotoad tags: odie
18:45
Added the codebale module and shuffled a few sub-packages into the odie directory. Corrected some deficiencies with the "cron" package, and added documentation and tests. check-in: 0f82da4599 user: hypnotoad tags: odie
16:23
Checking in 2 new utilities into the odie module. Adding the codebale module into tcllib as there are a pile of routines we will probably want from there, and while we are de-odie-er-izing code, we might as well get the whole thing. (Checked into the feature branch first so I can have a version that arrives "as imported from odielib"). check-in: d9bb3642b1 user: hypnotoad tags: nettool
12:35
Added the odie package to nettool. (Probably not staying around in it's current form, but at the very least aku can peer into the madness a bit further) check-in: dd0278393e user: hypnotoad tags: odie
12:29
Added the Odie package to satisfy requirements of the nettool package check-in: b61ae61603 user: hypnotoad tags: nettool
04:56
Fixed line terminators to unix standard. check-in: 6bf26205e6 user: aku tags: nettool
04:49
Get lastest from trunk check-in: 24cd9d7b26 user: aku tags: nettool
04:29
Merged pooryorick's original work and branch check-in: d9d86cd9ff user: aku tags: trunk
01:09
Ticket [ba3b0d913c] - Extended configure(.in) to enable specification of the path to the tclsh to use. Thanks to pooryorick for the patch. check-in: 262292fc92 user: andreask tags: trunk
2014-11-14
23:34
add --with-tclsh to configure, see issue ba3b0d91 Closed-Leaf check-in: e08de35f0a user: pooryorick tags: pyk-withtclsh-ba3b0d91
17:56
Adding nettool to odie, bringing odie branch up to the latest trunk check-in: 232976d8c3 user: hypnotoad tags: odie
17:52
Updated to Trunk Integrated the feature branch for nettool check-in: 82b73d797c user: hypnotoad tags: nettool
17:51
Added the nettool package to the installer check-in: 946df8d3ba user: hypnotoad tags: nettool
17:47
Added the nettool package from Odie as a feature branch check-in: dbf40e8d15 user: hypnotoad tags: nettool
2014-11-07
23:56
initial add of CFB code Leaf check-in: 762ad91dd4 user: jcr tags: module-cfb
22:50
Triggered by tklib ticket [bf1affbea9], updated the hashbangs in all Tcl example apps to a modern form without tricks. check-in: 3d6888386b user: andreask tags: trunk
2014-11-03
21:53
Fix disabling of "rde_param_i_error_nonterminal", which breaks ANSI c89 check-in: 47de744e9d user: andreask tags: trunk
2014-10-29
17:39
Sync latest trunk changes into the critcl work. check-in: 5f4c3083f4 user: aku tags: update-to-critcl3
17:38
Fix trunk split. check-in: 88d77e2fa2 user: aku tags: trunk