Tcl Library Source Code

Timeline
Login

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

200 check-ins occurring around 2011-06-06.

2012-08-29
20:42
* traverse.tcl (Init): Fixed a bug where a symlink to the * traverse.man: base directory was not handled correctly. * traverse.test: It got expanded and should not have been. * pkgIndex.tcl: Cause was missing initialization of the _known set * find.setup: with the normalized base path. Added test for this. Bumped version to 0.4.3. check-in: 1aec6b0885 user: andreas_kupries tags: trunk
2012-08-15
04:38
Correct normal PRNG - bug reported by Jochem Snuverink check-in: eeb032b869 user: arjenmarkus tags: trunk
2012-08-08
23:23
* modules/generator: Generators (via the coroutines of Tcl 8.6). Provided by Neil Madden. * support/installation/modules.tcl: check-in: a8e9672817 user: andreas_kupries tags: trunk
2012-08-02
22:21
* htmlparse.tcl: [Bug 3553350]: Fixed bad handling of characters special to regsub in the callback. Bumped version to 1.2.1. * htmlparse.test: New test case for the above. * htmlparse.man: Bumped version number. * pkgIndex.tcl: Bumped version number. Thanks to Jeff Rogers <[email protected]> for the report. * htmlparse.tcl: [Bug 2941841]: Fixed bad handling of broken html. * htmlparse.test: New test cases for the above. Thanks to Jeff Rogers <[email protected]> for the report and fix. check-in: 1e41143887 user: andreas_kupries tags: trunk
17:33
* mime.man: [Bug 3354014]: Fixed typo in option name. -parts is correct. (Note the trailing 's'). check-in: dfe8cdd61a user: andreas_kupries tags: trunk
2012-07-10
03:34
* logger.tcl: [Bug 3541628]: Fixed creative writing issue in * logger.man: logger::init. Bumped package to version 0.9.3 * pkgIndex.tcl: Whitespace cleanup in places. check-in: 14636fed25 user: andreas_kupries tags: trunk
2012-07-09
19:12
* tree/m.c (tm_ATTR): Fixed non-static string array used in call of Tcl_GetIndexFromObj(). Memory smash waiting to happen. Thanks to Brian Griffin for alerting us all to the problem. check-in: d6309d8aed user: andreas_kupries tags: trunk
16:35
2012-07-09 Aaron Faupell <[email protected]> * png.tcl: add capability to read and write images from color lists * png.tcl: make crc package optional in imageInfo check-in: 9b599955fb user: afaupell tags: trunk
2012-06-25
18:20
* try.man: Renamed to tcllib_try.man to prevent clash with Tcl core manpage. Effectively removed. * tcllib_try.man: Effectively added, new name of try.man. check-in: 758199f03d user: andreas_kupries tags: trunk
08:09
Add new procedures to the export list check-in: 227a3231fd user: arjenmarkus tags: trunk
2012-06-24
13:37
Correct namespace in decimal.man; add Wilcoxon test and Spearman rank correlation check-in: 49d4d798a1 user: arjenmarkus tags: trunk
2012-06-22
17:19
* queue.man: [Bug 3537006] Fixed typos. check-in: fd9499425c user: andreas_kupries tags: trunk
2012-06-06
17:31
* iban.tcl: [Patch 3532308]: Applied patch by Max Jarek to * iban.test: update the code to the IBAN Registry version 35. * iban.man: Bumped package version to 1.1. * pkgIndex.tcl: check-in: 3167bb0ab2 user: andreas_kupries tags: trunk
2012-05-28
20:30
* autoproxy.tcl: Fixed bug where https proxying was attempted * autoproxy.man: in the face of a domain exception. The TLS * pkgIndex.tcl: setup code has to 'filter' properly. Further check for existence of state(code), it may not exist (Server accepts initial connection, then eof's during the TLS handshake). Bumped version number to 1.5.3. check-in: f620e8025c user: andreas_kupries tags: trunk
2012-05-11
21:45
* map_slippy_fetcher.tcl: Added timeouts to the http queries issued * map_geocode_nominatim.tcl: by the fetcher and geo-name resolver. Fetcher bumped to version 0.3. * map_slippy.tcl: Integrated code contributed by <[email protected]> * map_slippy.man: providing a command to compute a zoom level which * pkgIndex.tcl: fits around a rectangular geographic area described by the limiting lati- and longitudes. Version bumped to 0.5. check-in: 9af3dcf641 user: andreas_kupries tags: trunk
20:54
* map_geocode_nominatim.man: Added new package to resolve * map_geocode_nominatim.tcl: geographical names via the nominatim service, contributed by <[email protected]>. check-in: 1d412df955 user: andreas_kupries tags: trunk
2012-05-07
20:24
* TEPAM version 0.4.0 * Add the new text procedure argument type and the text multi line data entry widget. check-in: a6ff0c2f5b user: droll tags: trunk
2012-05-03
17:56
* ncgi.tcl: Applied Richard Hipp's patch to extend handling of * pkgIndex.tcl: utf characters in [decode]. Extended testsuite. * ncgi.man: Used the opportunity to bump the minimum required * ncgi.test: Tcl runtime up to 8.4. Bumped package version up to 1.4 to reflect this latter change. check-in: a6430d4122 user: andreas_kupries tags: trunk
2012-04-09
16:55
* uevent.man: Fixed typo in variable name (counter / tcounter). * uevent.tcl: Bumped version to 0.3.1. Updated documentation. * pkgIndex.tcl: check-in: b3ad98fee4 user: andreas_kupries tags: trunk
2012-04-01
00:04
Fixed another bug in the new uevent functionality. check-in: ecf0f5c2f8 user: andreas_kupries tags: trunk
2012-03-31
03:08
Fixed bugs in the new uevent functionality. check-in: a2bb8216b9 user: andreas_kupries tags: trunk
2012-03-30
22:47
* uevent.man: New feature. Version bumped to 0.3. * uevent.pcx: Get events when tag and/or tag/event combination * uevent.tcl: begins to be observed, and when observation ends. * uevent.test: This allows a caller of uevent::generate to * pkgIndex.tcl: optimize its own behaviour, i.e. initialize whatever resources are needed only when the tags/events it generates are actually observed by somebody. Updated all of documentation, testsuite, and checker definitions. Refactored the internals a bit. When run under Tcl 8.5 or higher the API ensemblifies itself. check-in: 20612e1f5f user: andreas_kupries tags: trunk
17:43
* ncgi.tcl: [Bug 3513149]: Removed superfluous closing * pkgIndex.tcl: bracket. Bumped version to 1.3.3. * ncgi.man: check-in: 2a9631a53b user: andreas_kupries tags: trunk
2012-03-26
21:01
* TEPAM version 0.3.0 check-in: 5d1aee8b89 user: droll tags: trunk
20:58
no message check-in: 576e3febc9 user: droll tags: trunk
20:56
* TEPAM version 0.3.0 * Replaces the control buttons by a menu. * Create an exit procedure to catch an eventual call of the exit command inside the console. * Adjust the colors and rewrite the explanations. * Display eventual errors with message boxes. check-in: 563143a39e user: droll tags: trunk
20:45
* TEPAM version 0.3.0 * Add support to log the called procedures inside an array variable. * Cleanup the manuals. check-in: 31b5b3051c user: droll tags: trunk
20:45
* TEPAM version 0.3.0 check-in: aa60be3f90 user: droll tags: trunk
20:44
* TEPAM version 0.3.0 * Add support to log the called procedures inside an array variable. * Simplify the value validation procedures using the 'string is' procedure's -strict option. * Keep the original value list in the right list of the 'disjointlistbox'. * Add the procedure 'ConfigureWindowsGeometry' to handle window sizes and positions. check-in: 4a855f6cef user: droll tags: trunk
2012-02-28
03:14
* tests/text/04: Update the expected the result to match the new actual result. See the 2011-12-13 last-second bugfix in textutil::adjust::undent for the cause. check-in: 21ef5d6808 user: andreas_kupries tags: trunk
2012-02-23
17:35
* mime.test: [Bug 3483716]: Added testcase, supplied by Christian Nassau. Thank you. check-in: e454971388 user: andreas_kupries tags: trunk
2012-02-22
18:52
* mime.tcl: [Bug 3483716]: Accepted patch by Christian Nassau * pkgIndex.tcl: <[email protected]> to handle (decode) the content transfer encodings base64 and quoted-printable. Bumped version to 1.5.5. check-in: d9d0e5faf0 user: andreas_kupries tags: trunk
18:41
* peg.tcl: [Bug 3490008]: Fixed variable name typo reported by * pkgIndex.tcl: glastonbridge2. Bumped version to 0.2. check-in: 54b3d5aabb user: andreas_kupries tags: trunk
2012-02-19
02:01
pki 0.3 Fixed bugs: [#3440115] [#3440045] check-in: e70a44332a user: rkeene tags: trunk
2012-02-08
00:26
Applied suggested fix from bug #3313923 to fix handling of the -authProc option. check-in: f00c1d8c2a user: patthoyts tags: trunk
2012-01-23
20:28
bug #3477684: handle data with leading hyphen. check-in: b8adc2c606 user: patthoyts tags: trunk
2012-01-10
20:06
* pop3.test: Requiring Tcl 8.4 here as well. check-in: 0143f82787 user: andreas_kupries tags: trunk
20:02
* pop3.tcl: [Bug 3471474]: Fixed bug where the socketcmd was not * pop3.man: treated as cmdprefix as documented, but as command * pkgIndex.tcl: name. Dropped supported for 8.2 and moved forward to require Tcl 8.4. Keep the 8.4-ism of 'eq'. Bumped the version to 1.9. check-in: ac523cb08b user: andreas_kupries tags: trunk
2012-01-09
16:25
* struct_tree.man: [Bug 3471182] Fixed typo. * struct_tree1.man: check-in: 3f46237e5e user: andreas_kupries tags: trunk
2012-01-05
21:04
* ini.tcl: [Bug 3469006]: Followup to [Bug 3419727]. Fixed * ini.man: the unscoped 'close' command left in the code. * pkgIndex.tcl: Bumped version to 0.2.5 check-in: 0e5a0d00f8 user: andreas_kupries tags: trunk
2011-12-21
21:28
Fixed Bug 3463420. Thx to heinrichmartin for spotting it. The default log level wasn't properly inherited in some cases. check-in: a341a9f12a user: mic42 tags: trunk
2011-12-20
20:54
Add more tests for service names : and ::: check-in: d432778553 user: mic42 tags: trunk
20:52
Fixed Bug 3462341. Empty servicenames or names just consisting of : are an error now. check-in: f79d283ff7 user: mic42 tags: trunk
2011-12-13
18:59
Fixed oops, missing README for 1.14 check-in: f5563cf582 user: andreas_kupries tags: trunk, release, tcllib-1-14
18:12
* adjust.tcl (::textutil::adjust::undent): Fixed whitespace regexp * adjust.man: which lost the tab character. Rewritten to make it * pkgIndex.tcl: less likely to happen again. Bumped to 0.7.1. check-in: ace5df0384 user: andreas_kupries tags: trunk
2011-12-02
22:30
* traverse.tcl: Mark directories as 'known' only if we decided * traverse.man: to recurse into them. Otherwise a link to a * pkgIndex.tcl: directory we choose to not follow may non- deterministically prevent us from recursing into the original directory, depending on the order we encounter them in. Bumped package version to 0.4.2. check-in: bdcabba450 user: andreas_kupries tags: trunk
22:22
* ini.tcl: [Bug 3419727]: Fixed the creative writing issue * ini.man: with what should be local variables of _loadfile * pkgIndex.tcl: and _commit. Generally reworked to use the 'variable' command to bring object state into scope. Bumped version to 0.2.4 check-in: 73d031954f user: andreas_kupries tags: trunk
2011-11-23
02:22
* csv.tcl: [Bug 1724818]: Applied the patch supplied by Jeremy * csv.man: Cowgar <[email protected]> fixing the issue. Bumped * csv.test: version to 0.7.3. Extended testsuite. * pkgIndex.tcl: check-in: 5a2bf279c0 user: andreas_kupries tags: trunk
2011-11-17
08:00
Version number synchronization check-in: 8f1e9d2c32 user: andreas_kupries tags: trunk
2011-11-16
19:09
* iban.tcl: Extended checks to be country specific, added * iban.test: reference @ wikipedia, added testsuite. check-in: c0c874b73e user: andreas_kupries tags: trunk
2011-11-15
01:21
Tweak to changelog, recognize provider of the IBAN code. check-in: fbb3102786 user: andreas_kupries tags: trunk
2011-11-14
22:33
* pop3d.test: Another update to accept both 127.x.x.x and ::1 as possible result. The OS configuration may cause return of the former even for 8.6+. check-in: 92cde1177a user: andreas_kupries tags: trunk
18:49
* multiplexer.test: Re-merged the split test, and modified to accept both possible results. 8.6 can return an ipv4 address as well, depending on the OS configuration. check-in: a38be83fb8 user: andreas_kupries tags: trunk
16:41
* iban.man: New package, validation type for International Bank * iban.tcl: Account Numbers (IBAN). * include/k_iban.inc: * pkgIndex.tcl: * include/k_amex.inc: Extended keywords. * include/k_discover.inc: * include/k_mastercard.inc: * include/k_visa.inc: check-in: 2bd7e3af1f user: andreas_kupries tags: trunk
2011-11-10
21:16
* support/installation/modules.tcl: [Bug 3425271], reported * support/installation/actions.tcl: by Stuart Cassoff. Extended * apps/page: the installer to install the .template files as well. Extended auto_path in the application to find the standard plugins in the installation. check-in: 2c90bbc235 user: andreas_kupries tags: trunk
21:05
* json.tcl: [Bug 3426178]: Fixed bug in "list2json", * json.test: reported by <[email protected]>. * json.man: Updated testsuite. Bumped version to 1.1.2. * pkgIndex.tcl: check-in: d4ecea3a42 user: andreas_kupries tags: trunk
02:35
* tests/data/ok/peg_param-critcl/0_basic_arithmetic: Updated the * tests/data/ok/peg_param-critcl/10_notahead: test data to match * tests/data/ok/peg_param-critcl/1_functions: the code change * tests/data/ok/peg_param-critcl/2_fun_arithmetic: (in param.c) * tests/data/ok/peg_param-critcl/3_peg_itself: above. * tests/data/ok/peg_param-critcl/4_choice: * tests/data/ok/peg_param-critcl/5_sequence: * tests/data/ok/peg_param-critcl/6_optional: * tests/data/ok/peg_param-critcl/7_kleene: * tests/data/ok/peg_param-critcl/8_pkleene: * tests/data/ok/peg_param-critcl/9_ahead: check-in: 7f8d461118 user: andreas_kupries tags: trunk
00:02
* rde_critcl/util.c: Fix build warning, get a strlen declaration. * rde_critcl/param.c: Fix bug in TRACE output. * rde_critcl/p.c: Tweaked TRACE output for clarity. * rde_critcl/ot.c: Fix the actual issue, a missing string rep for a Tcl_Obj literal getting interned. * pt_rdengine.tcl: Bumped package version to 1.0.2 * pt_rdengine.man: * pkgIndex.tcl check-in: 395d4e9cbd user: andreas_kupries tags: trunk
2011-11-09
18:33
* decimal.test: More fixes, now the test succeeds as well. 'Simply' required the proper conversions for arguments and results as most commands do not take regular numbers. check-in: 107710f956 user: andreas_kupries tags: trunk
18:21
* testutilities.tcl: Fixed typos, one still breaking 'testsNeed'. check-in: 36616e1632 user: andreas_kupries tags: trunk
05:57
* examples/tepam/tepam_demo.tcl [Bug 3425269]: Applied bug fixes for the demo script supplied by Stuart Cassoff. check-in: c1d1040f41 user: andreas_kupries tags: trunk
05:43
Added ChangeLog proper. check-in: 1f99381aca user: andreas_kupries tags: trunk
05:43
* adbox_all.test: [Bug 3422990]: Fixed these test files to * adbox_widgets.test: properly register their need for Tk * proc_interactive.test: and not execute without it. check-in: b83e811a6a user: andreas_kupries tags: trunk
05:40
* testutilities.tcl: Fixed 'testsNeed' command to require the needed package and abort properly when it is not found. check-in: 0b53c75ac8 user: andreas_kupries tags: trunk
05:27
* pop3.test (pop3-7.0): Updated for additional configure options returned by peek, plus same change to the socket handle handling as for pop3-0.8, see below. check-in: 6dd135e14b user: andreas_kupries tags: trunk
05:25
* transmitter.crt: [Bug 3433470] Regenerated the certificates. * transmitter.key: Expiry is Nov 2012. SimpleCA doesn't seem * receiver.crt: to allow me to specify a longer period. :( * receiver.key: Updated README. * ca.crt: * ca.key: * README: check-in: a53caf35fd user: andreas_kupries tags: trunk
04:31
* base64.test: [Bug 2976290]: Disable new test when Trf is available. It actually performs a decoding. check-in: 181b9559e2 user: andreas_kupries tags: trunk
2011-11-08
04:45
* pop3d.test: Updated the tests to handle Tcl 8.6+ IPv6 changes. check-in: aeb0f1279b user: andreas_kupries tags: trunk
04:02
* pop3.test (pop3-0.8): Modified the test case matching a bit to handle the fact that under 8.6 a socket channel handle may contain hex data after the general prefix, instead of just digits. check-in: 94bb618a58 user: andreas_kupries tags: trunk
03:27
* MD5SUMS: Updated to version 0.2, by Roy Keene. * pkgIndex.tcl: Code and testsuite fixes. * pki.man: * pki.tcl: * pki.test: check-in: 4099bebfed user: andreas_kupries tags: trunk
03:14
* tests/data/ok/peg_tclparam-tcloo/0_basic_arithmetic: Updated the * tests/data/ok/peg_tclparam-tcloo/10_notahead: test data to match * tests/data/ok/peg_tclparam-tcloo/1_functions: the [2011-06-06] * tests/data/ok/peg_tclparam-tcloo/2_fun_arithmetic: change. * tests/data/ok/peg_tclparam-tcloo/3_peg_itself: * tests/data/ok/peg_tclparam-tcloo/4_choice: * tests/data/ok/peg_tclparam-tcloo/5_sequence: * tests/data/ok/peg_tclparam-tcloo/6_optional: * tests/data/ok/peg_tclparam-tcloo/7_kleene: * tests/data/ok/peg_tclparam-tcloo/8_pkleene: * tests/data/ok/peg_tclparam-tcloo/9_ahead: * tests/data/ok/peg_param-critcl/0_basic_arithmetic: Updated the * tests/data/ok/peg_param-critcl/10_notahead: test data to match * tests/data/ok/peg_param-critcl/1_functions: an unrecorded code * tests/data/ok/peg_param-critcl/2_fun_arithmetic: change. * tests/data/ok/peg_param-critcl/3_peg_itself: * tests/data/ok/peg_param-critcl/4_choice: * tests/data/ok/peg_param-critcl/5_sequence: * tests/data/ok/peg_param-critcl/6_optional: * tests/data/ok/peg_param-critcl/7_kleene: * tests/data/ok/peg_param-critcl/8_pkleene: * tests/data/ok/peg_param-critcl/9_ahead: check-in: 65908d9fe4 user: andreas_kupries tags: trunk
02:40
Version bumped to 0.1.2. check-in: 5961d588ae user: andreas_kupries tags: trunk
02:34
* multiplexer.test: Split a test with core version dependent results into two, one per possible result. check-in: e45f672bb1 user: andreas_kupries tags: trunk
02:33
* testutilities.tcl: Added new constraint to identify core version upto Tcl 8.5, but not higher. check-in: 8ee7922b33 user: andreas_kupries tags: trunk
02:31
ChangeLog typo check-in: 740ad17775 user: andreas_kupries tags: trunk
02:29
* interp.tcl (::interp::createEmpty): Fixed problem with 8.6, where the removal of the ::tcl namespace also kills the 'namespace' command, as it is ensemblified. check-in: 6a722939f0 user: andreas_kupries tags: trunk
02:26
* decimal.test: Fixed the testsuite to be at least properly executable, i.e. bad file names and broken Tcl syntax. The single test still but that sahall be a problem for the actual maintainer. check-in: 801f0735cb user: andreas_kupries tags: trunk
02:22
* tests/nroff/04: Updated the test outputs to match the changes * tests/nroff/07: introduced by the last two commits, below. * tests/nroff/08: check-in: 075fe24654 user: andreas_kupries tags: trunk
2011-11-07
20:43
* sak.tcl (ipackages): Fixed bug (reuse of varname) which placed packages into the wrong module. check-in: 4e6d68772b user: andreas_kupries tags: trunk
20:17
* sak.tcl (xcopy): Fixed bug a preventing the detection of files in subdirectories; copied from the installer. check-in: f7207976f9 user: andreas_kupries tags: trunk
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
2011-04-18
20:23
* coroutine.tcl: [Bug 3252952]: Fixed clash between ::coroutine * coroutine.man: builtin of Tcl 8.6, and the same-named ensemble of the package. Moved package command ::coroutine to ::coroutine::util. Bumped version to 1.1. * coro_auto.tcl: [Bug 3252952]: Updated user of package coroutine * coro_auto.man: to the new command name. Bumped version to 1.1. * pkgIndex.tcl: Updated version numbers. check-in: 5e3571c4fe user: andreas_kupries tags: trunk
19:27
* ftp.tcl (::ftp::__ftp_ls): [Bug 3288793]: Fixed ftp::List variant used by Tkcon, to not only print the result, but continue returning it as well, for non-interactive use. Thanks to Pedro <[email protected]> * ftp.tcl (::ftp::StateHandler): [Bug 3288977]: Fixed handling of multi-line replies which are not strictly RFC 959. Thanks to Shaun Zinck <[email protected]>. This partially fixes [Bug 2813069]. * pkgIndex.tcl: Bumped version to 2.4.10. * ftp.man: check-in: 692a178819 user: andreas_kupries tags: trunk
2011-04-11
21:52
* smtpd.man: [RFE 3247765]: Added option to configure the * smtpd.tcl: smtpd greeting/banner. Bumped to version 1.5 * pkgIndex.tcl check-in: c47cedd4e7 user: andreas_kupries tags: trunk
21:07
* csv.man: [Bug 3281791]: Followup to fix for [Bug 3061815], fixed forgotten change in the text after the examples. Thanks to <[email protected]>. check-in: f960b3cdeb user: andreas_kupries tags: trunk
2011-04-06
20:53
* modules/valtype: New module: Validation types. snit validation types for various classes of numbers (ISBN, EAN, ...) and general check-digit algorithms (luhn(5), verhoeff, ...). check-in: 03eb29bac9 user: andreas_kupries tags: trunk
2011-03-29
20:50
* linalg.man: Documentation tweak, added keyword 'matrix'. check-in: e5bbead737 user: andreas_kupries tags: trunk
2011-03-24
20:33
* map_slippy.man: Documented the three coordinate systems used. * map_slippy.tcl: Extended the testsuite to cover all coordinate * map_slippy.test: conversions. Fixed a number of problems (wrong * pkgIndex.tcl: scaling, bad rounding) uncovered by this. Bumped package version to 0.4. check-in: e1471d9436 user: andreas_kupries tags: trunk
2011-03-23
04:39
* pkgIndex.tcl: [Bug #3235340]: Provide empty string as default * uri.man: value for the fragment in an http url. Ensure that * uri.tcl: a fragment after a query is properly split off, and * uri.test: joined. Extended testsuite. Bumped to version 1.2.2. check-in: ff8819dc9b user: andreas_kupries tags: trunk
2011-02-23
22:11
* mpformats/fmt.nroff: Moved the handling of the list nesting * mpformats/_nroff.tcl: level a bit around to be consistent at * checker.tcl: both begin and end. Fixed the long-standing indentation bug where the rendered text got unindented after a nested list or example. We simply had to start indented paragraphs, via .IP after them, and for each paragraph in a list element. This needed the consistent nesting level to correctly know when to emit the commands. And while this may generate empty paragraphs, these can be removed easily in the post-processing. * doctools.tcl: Bumped version to 1.4.13. * doctools.man: * pkgIndex.tcl: check-in: 3bc665a405 user: andreas_kupries tags: trunk
18:31
* hook.man: [Bug 3167244]: Moved examples to their own lines to avoid placement of following text on the .CE lines, causing a staircase effect. The doctools should be fixed as well. check-in: 912ec54659 user: andreas_kupries tags: trunk
18:12
* mpformats/_nroff.tcl (nr_ce): [Bug 3167244]: Added \n after .CE to prevent misformatting when examples are used in a sentence without placement on a separate line of input. * doctools.tcl: Bumped version to 1.4.12. * doctools.man: * pkgIndex.tcl: check-in: 39754ead89 user: andreas_kupries tags: trunk
18:05
* hook.man: [Bug 3167244]: Moved examples to their own lines to avoid placement of following text on the .CE lines, causing a staircase effect. The doctools should be fixed as well. check-in: 31b6856c93 user: andreas_kupries tags: trunk
17:41
* cmdline.man: [Bug 3189786]: Fixed mishandling of suffixes .arg * cmdline.tcl: and .secret. The '.'s were not properly quoted, * cmdline.test: allowing any character, thus mishandling options * pkgIndex.tcl: like 'myarg' or 'mysecret'. Extended the testsuite. Bumped version to 1.3.3. check-in: a54d4c1e8c user: andreas_kupries tags: trunk
2011-02-21
23:04
* pkgIndex.tcl: Removed the superfluous [list] command in the ifneeded script. check-in: 876c667a25 user: andreas_kupries tags: trunk
2011-02-16
21:54
* include/format/options_tclparam_oo.inc: Documented option -package, and * include/format/options_tclparam_snit.inc: the new cross -class/-package * pkgIndex.tcl: resolution. Implemented resolution of missing -package * pt_pgen.tcl: and -class through each other. Bumped version to 1.0.1. * pt_pgen.man: check-in: b09ad089a9 user: andreas_kupries tags: trunk
20:57
* memchan.tcl: Fixed constructor chaining, added the missing * pkgIndex.tcl: 'next'. The bug prevented proper initialization * string.tcl: of the event core. All versions bumped to 1.0.1 * variable.tcl: check-in: 05023eac32 user: andreas_kupries tags: trunk
2011-01-26
04:16
* include/example/expr_ptgenb.inc: Fixed a typo in the example, * include/example/full_app.inc: and dropped continuation lines to prevent missformatting in the formatted docs. check-in: ba2268609c user: andreas_kupries tags: trunk
2011-01-25
06:38
* peg_interp.tcl (::grammar::peg::interp::MatchExpr): * peg_interp.man: [Bug 3163541] Fixed broken call to * pkgIndex.tcl: ict_match_token, missing the token. Bumped to version 0.1.1. check-in: 9244c12edc user: andreas_kupries tags: trunk
06:17
Tcllib 1.13 README added check-in: 4e6862d6fa user: andreas_kupries tags: trunk
06:06
Tcllib 1.13 released check-in: d743dbf075 user: andreas_kupries tags: trunk, release, tcllib-1-13
02:23
* pop3.test: Fixed tests results to list the new options. * pop3.tcl: Fixed issue with closing during open introduced by the patch. When a connect error occurs we cannot send a QUIT any longer, and have to close the socket directly. check-in: d002e2321e user: andreas_kupries tags: trunk
2011-01-23
10:41
Repair test involving insufficient precision with comparing floating-point numbers in the fuzzy package. Added a test to show that things do work if you use sufficient precision (as by default in Tcl 8.5 and later) check-in: c61f364d22 user: arjenmarkus tags: trunk
01:23
* pop3.tcl: Extended package with STARTTLS support provided by * pop3.man: Pascal Scheffers. This switches a regular connection * pkgIndex.tcl: over to SSL/TLS. Version bumped to 1.8. check-in: 38c311e999 user: andreas_kupries tags: trunk
2011-01-21
16:00
* TEPAM version 0.2.0 check-in: 5d628796d8 user: droll tags: trunk
15:56
* Add the -widget option to the procedure arguments. * Add the -yscroll option to the argument dialog box. * Bug fixes for the following argument dialog box widgets: . - disjointlistbox: Keep always the same element order . - checkbox, radiobox: Handle correctly default values check-in: f3efee3c16 user: droll tags: trunk
04:46
* testutilities.tcl (useTcllibC): Account for the possibility of the environment providing a tcllibc, instead of a Tcllib local one. check-in: 6e23c8c597 user: andreas_kupries tags: trunk
2011-01-20
20:54
* smtp.man: [ActiveState 89180]: Added documentation about the soft-dependencies required for SMTP authentication, i.e. SASL. check-in: 2f90932bc3 user: andreas_kupries tags: trunk
19:45
* tar.tcl: [Bug 3162548]: Applied patch by Alexandre Ferrieux, * tar.man: extending various tar commands to be able to use * pkgIndex.tcl: the -chan option, and channels instead of files. Version bumped to 0.7 check-in: 1262a0e9b0 user: andreas_kupries tags: trunk
15:11
* json.tcl (json::parseValue): Fixed a missing -- older 8.4 seems * json.man: to require to handle a dash in $leadingChar. Bumped * pkgIndex.tcl: version to 1.1.1 check-in: b0a2abca10 user: andreas_kupries tags: trunk
2011-01-18
07:49
Consistently use tcl_precision for Tcl 8.4 versus Tcl 8.5 and beyond check-in: a12554529f user: arjenmarkus tags: trunk
2011-01-14
18:10
Replace placeholder with actual example check-in: 8ad227cdff user: andreas_kupries tags: trunk
03:52
* sak.tcl: Trim dross of extracted version numbers. * support/devel/sak/note/cmd.tcl: Extended 'sak note' to accept * support/devel/sak/note/help.txt: a file of note data. check-in: 6bcd4f851b user: andreas_kupries tags: trunk
03:49
* pt_peg_to_json.test: Dropped the local json::write package, * pkgIndex.tcl: replaced with use of the common json::write * json_write.tcl: derived from it. check-in: 3bf1d3adb0 user: andreas_kupries tags: trunk
02:55
* units.tcl: Bumped version to 2.1.1 for the bugfix below. * pkgIndex.tcl: check-in: f35ba43c5b user: andreas_kupries tags: trunk
2011-01-13
03:54
New module hook integrated with installation and other packages check-in: 56a0f45961 user: andreas_kupries tags: trunk
03:53
New module hook check-in: bf1b345407 user: andreas_kupries tags: trunk
02:49
* symdiff.test: Fixed setup (added std boilerplate). * pkgIndex.tcl: Moved symdiff to correct section, requires 8.5, not 8.4. check-in: 89537542c9 user: andreas_kupries tags: trunk
02:47
* pkgIndex.tcl: Fixed guard condition, requiring 8.5+. * aycock.test: Fixed test setup, i.e. added the standard boilerplate. * aycock-build.tcl: Made proc names fully qualified. * aycock-debug.tcl: * aycock-runtime.tcl: All files changed from Windows to Unix line endings. check-in: 0cae024e58 user: andreas_kupries tags: trunk
02:44
Fixed typo in ChangeLog check-in: 41b3f28518 user: andreas_kupries tags: trunk
02:42
* testutilities.tcl (snitTooManyArgs): Fixed error messages for snit 1.x series. check-in: f6f572f49e user: andreas_kupries tags: trunk
02:41
* doctools.test: Updated for the changes made per the entry below. check-in: 4e1fb8d1e0 user: andreas_kupries tags: trunk
02:39
* namespacex.test: Fixed test setup, 8.5 required, not 8.2. check-in: 909574a1f8 user: andreas_kupries tags: trunk
02:38
* huddle.tcl: Fixed package setup (version), and included files. * huddle.man: * pkgIndex.tcl: check-in: 5673f5fa87 user: andreas_kupries tags: trunk
2011-01-05
22:33
Fixed asn::asnGetBigInteger Tcllib Bug 3039090 Thanks to Roy Keene for the patch. check-in: 73ab7b74f9 user: mic42 tags: trunk
2010-12-22
15:15
Fixed test numbering goof for new zero value test. check-in: 255f9f4c0d user: techentin tags: trunk
14:56
Fixed bug converting integer 0 values (such as 0cm). See patches tracker item 3141584. check-in: c52ffd0ff5 user: techentin tags: trunk
2010-11-29
17:16
fix incorrect syntax in some url parameters check-in: 89b9f303e9 user: afaupell tags: trunk
2010-11-25
17:27
* geometry.man: [Bug 3110860]: Renamed this file to avoid the * math_geometry.man: conflict with Tcl 8.6's new geometry manpage. Thanks to Reinhard Max for reporting. check-in: e9babbc3d0 user: andreas_kupries tags: trunk
17:19
* examples/mime/maildemo.tcl: [Patch 3117246]: Added the standard script prologue. Thanks to Stuart Cassoff. check-in: c10908f236 user: andreas_kupries tags: trunk
17:12
* pt_cparam_config_critcl.man: Added pragmas for meta-data * pt_cparam_config_critcl.tcl: scanning to prevent the requirements of the embedded code template to be taken as the requirements of the package itself. Bumped version to 1.0.1. check-in: a17ab932e6 user: andreas_kupries tags: trunk
2010-11-24
04:22
* apps/dtplite.man: Extended with new option -exclude to specify * apps/dtplite: exclusion patterns (glob matching). Further fixed issues with file paths causing resolution of include file paths to break. This uses the new option -ibase of doctools 1.4.11 to keep include resolution and HTML cross-link generation apart from each other. Bumped version to 1.0.3. check-in: 3c7debe32b user: andreas_kupries tags: trunk
04:14
* doctools.man: Bumped to version 1.4.11, fixing issues with * doctools.tcl: resolution of relative include paths. -file had * pkgIndex.tcl: overloaded semantics, used for both source paths (include resolution) and destination paths (HTML relative links). Added new option -ibase as primary for include resolution, using -file only as fallback anymore. check-in: cc81f19e58 user: andreas_kupries tags: trunk
04:09
* export_doctoc.man: Added headers to properly mark files as manpages * export_html.man: even if not containing having manpage_begin, and * export_json.man: vice versa, preventing recognition of subordinate * export_nroff.man: include files as manpages. * export_text.man: * export_wiki.man: * import_doctoc.man: * import_json.man: * include/export/plugin.inc: * include/import/plugin.inc: * include/msgcat.inc: * msgcat_c.man: * msgcat_de.man: * msgcat_en.man: * msgcat_fr.man: check-in: d0a11a34a6 user: andreas_kupries tags: trunk
04:07
* export_docidx.man: Added headers to properly mark files as manpages * export_html.man: even if not containing having manpage_begin, and * export_json.man: vice versa, preventing recognition of subordinate * export_nroff.man: include files as manpages. * export_text.man: * export_wiki.man: * import_docidx.man: * import_json.man: * include/export/plugin.inc: * include/import/plugin.inc: * include/msgcat.inc: * msgcat_c.man: * msgcat_de.man: * msgcat_en.man: * msgcat_fr.man: * tests/data/ok/json/1_nokeys: Fixed bad JSON. check-in: ab27ac78ce user: andreas_kupries tags: trunk
2010-11-09
06:56
new interface: bitly check-in: a03d3e6a14 user: afaupell tags: trunk
2010-10-26
17:29
* autoproxy.man: [Bug 3094654]: Made the spelling of options consistent, all using their '-'. check-in: a55c16fee4 user: andreas_kupries tags: trunk
17:22
* graphops.man: [Bug 3090738]: Fixed typo in command names. check-in: 7d14beec21 user: andreas_kupries tags: trunk
17:16
* support/installation/modules.tcl: [Bug 3085417]: Added the nano nameservice applications to the installation. check-in: 4ac89bcdc6 user: andreas_kupries tags: trunk
2010-10-22
22:47
Fix aycock man page and add aycock to the installer check-in: 0c28cafd0f user: kennykb tags: trunk
2010-10-20
01:24
modules/math/symdiff.man: modules/math/symdiff.tcl: Added a math::calculus::symdiff package that modules/math/symdiff.test: performs symbolic differentiation of Tcl math modules/math/pkgIndex.tcl: exprs. check-in: 8437472089 user: kennykb tags: trunk
2010-10-19
03:19
1.0 release of an Aycock-Earley-Horspool parser generator for Tcl check-in: 96f9e3f289 user: kennykb tags: trunk
2010-10-08
19:25
* modules/pki: New module, public key infrastructure. * support/installation/modules.tcl: check-in: 15195e0f78 user: andreas_kupries tags: trunk
2010-10-07
21:36
Undo bad commit of instrumentation check-in: d95587688c user: andreas_kupries tags: trunk
20:44
* pt_tclparam_config_snit.man: Added pragmas for meta-data * pt_tclparam_config_snit.tcl: scanning to prevent the * pt_tclparam_config_tcloo.man: requirements of the embedded code * pt_tclparam_config_tcloo.tcl: template to be taken as the * pkgIndex.tcl: requirements of this package. Bumped versions to 1.0.1. check-in: 7371555824 user: andreas_kupries tags: trunk
2010-10-05
21:49
Moved the struct::list ifneeded into the proper section for 8.4 check-in: c172222909 user: andreas_kupries tags: trunk
21:47
* list.tcl (::struct::list::Lshuffle): New command, shuffling a * list.test: list into random order. Bumped version to 1.8. * struct_list.man: Extended testsuite, updated documentation. * pkgIndex.tcl: Removed the backward compatibility implementation of 'lset' from code and tests and bumped the runtime requirements to Tcl 8.4. check-in: 409ffffd2a user: andreas_kupries tags: trunk
2010-09-27
15:38
Fixed bug #3076576. check-in: 422a14a79c user: lars_h tags: trunk
14:14
Correct mistake in tests for Kruskal-Wallis test procedure (namespace) check-in: 9e87a6373b user: arjenmarkus tags: trunk
2010-09-21
14:15
Added Kruskal-Wallis test check-in: b39ec9e579 user: arjenmarkus tags: trunk
2010-09-20
12:05
* numtheory.dtx: New package math::numtheory (v1.0) * numtheory.man: with command math::numtheory::isprime. * numtheory.stitch: See numtheory.dtx for all the gory * numtheory.tcl: details of the implementation of * numtheory.test: package and tests. * pkgIndex.tcl: check-in: bdb0bbf76e user: lars_h tags: trunk
2010-09-19
17:24
* New docstrip::util feature: In-file catalogue of file contents, which can be used to create pkgIndex.tcl entries or .tm files. * Improved documentation of existing docstrip::util commands. * Changed docstrip::util::thefile to strip away a final newline. * Fixed bug #3036841. check-in: 9ffcc3813b user: lars_h tags: trunk
2010-09-15
20:15
* tests/nroff/04: [Bug 3058654] and last entry. Updated * tests/nroff/08: the affected testcases. check-in: fc815b584c user: andreas_kupries tags: trunk
20:04
* testutilities.tcl: [Bug 3066026]: Moved the tcltest compatibility initialization into a procedure (InitializeTcltest) which is called by testNeedsTcltest and a few other places to be done only after we are sure that the tcltest package is present. check-in: 8cbfc4bca2 user: andreas_kupries tags: trunk
19:48
* comm.tcl (::comm::commIncoming): [Bug 3066872]: Replaced blocking gets call to read line of offered protocols by non-blocking gets and additional event handling. The procedure "commIncoming" is split into two. * comm.tcl (::comm::Word0): [Bug 2972571]: Fixed misdetection * comm.man: of quoted brace due to not handling \\ on its * comm.test: own. Extended testsuite. Updated docs. * pkgIndex.tcl: Bumped to version 4.6.2. check-in: bdc854f7a1 user: andreas_kupries tags: trunk
2010-09-13
15:19
* New docstrip::util feature: In-file catalogue of file contents, which can be used to create pkgIndex.tcl entries or .tm files. * Improved documentation of existing docstrip::util commands. * Changed docstrip::util::thefile to strip away a final newline. * Fixed bug #3036841. check-in: b2f8c85a26 user: lars_h tags: trunk
2010-09-10
17:31
* queue_oo.tcl: Established minimum requirements for TclOO * stack_oo.tcl: to support the two classes. Bug 3062782 was a very old TclOO (0.3) interfering in the test. check-in: 25b2de1038 user: andreas_kupries tags: trunk
2010-09-09
21:48
* graph/tests/ops/adjmatrix.test: Converted to tcltest v2 for * graph/tests/ops/components.test: proper independence of the * graph/tests/ops/componentof.test: tests. Preparation for * graph/tests/ops/bipartite.test: the investigation of Bug * graph/tests/ops/kruskal.test: 3062782. * graph/tests/ops/prim.test: * graph/tests/ops/tarjan.test: check-in: e01e888dd1 user: andreas_kupries tags: trunk
2010-09-08
20:24
* cmdline.man: [Bug 3041989]: Added the missing documentation for * cmdline.tcl: the result of command 'getoptions'. Documented the * cmdline.test: handling of the implicit options -?, -help, and * pkgIndex.tcl: --. Added help text for option '--'. Bumped to version 1.3.2. check-in: 2283def69b user: andreas_kupries tags: trunk
20:02
* csv.man: [Bug 3061815]: Fixed a mixup in the examples which matched regular output to alternate format and vice versa. Thanks to Harald Oehlmann <[email protected]>. check-in: 69682cd4ae user: andreas_kupries tags: trunk
2010-09-07
19:49
* mpformats/fmt.nroff: [Bug 3058654]: Changed formatting of * mpformats/_nroff.tcl: examples to .CS/.CE. check-in: cde2cc4164 user: andreas_kupries tags: trunk
19:41
* mpformats/fmt.nroff: [Bug 3058654]: Added code compacting whitespace in various strings used for nroff comments and NAME section. check-in: f54880eeb8 user: andreas_kupries tags: trunk
2010-08-30
06:29
Fixed bug #3036124 concerning the result of SVD check-in: 8da6f30223 user: arjenmarkus tags: trunk
2010-08-17
23:32
* coroutine.man: Added package documentation. * coro_auto.man: check-in: 86f9f2e743 user: andreas_kupries tags: trunk
2010-08-16
17:35
* ip.tcl: Added new commands 'collapse' and 'subtract' for * ip.test: more 'arithmetic' on network ranges. Extended * pkgIndex.tcl: documentation and testsuite. Version bumped * tcllib_ip.man: to 1.2. Base code by Roy Keene, with thanks. check-in: 193ddc3b73 user: andreas_kupries tags: trunk
2010-08-04
18:30
Tweaked contents. check-in: 1bb1e389c5 user: andreas_kupries tags: trunk
18:29
* adler32.man: New files, documentation for the packages in * base64.man: this module. * counter.man: * crc32.man: * hex.man: * identity.man: * limitsize.man: * observe.man: * otp.man: * rot.man: * spacer.man: * zlib.man: check-in: c9beca4a8f user: andreas_kupries tags: trunk
2010-07-29
20:01
* fifo.man: New files, documentation for the packages in * fifo2.man: this module. * halfpipe.man: * memchan.man: * null.man: * nullzero.man: * random.man: * randseed.man: * string.man: * textwindow.man: * variable.man: * zero.man: check-in: 85ac186752 user: andreas_kupries tags: trunk
2010-07-28
23:05
* core.man: New files, documentation for the packages in * events.man: this module. * transformcore.man: check-in: 18ad5b7415 user: andreas_kupries tags: trunk
2010-07-27
22:53
* pt_peg_interp.test: New files. Additional testsuites. * pt_runtime.test: Demonstrate the problem with X* and X? * tests/pt_peg_interp.tests: alone in a symbol, for modes * tests/pt_runtime.tests: leaf and value. * pt_peg_interp.tcl: Fixed two typos in comments. * pt_rdengine.test: * pt_astree.tcl: New constructor new0 for zero-length * pt_astree.man: nodes. Bumped version to 1.1 * pt_rdengine_tcl.tcl: Use of the new constructor to handle * pt_rdengine.tcl: symbols whose RHS uses * or ? as toplevel * pt_rdengine.man: operator and did not match anything at runtime, which is allowed. Bumped version to 1.0.1 * pt_peg_interp.tcl: Some tweaks to the debug helper code (tracing * pt_rdengine_tcl.tcl: expressions and instructions). * pkgIndex.tcl: Bumped versions. check-in: 5a7101338c user: andreas_kupries tags: trunk
2010-07-16
15:11
* pkgIndex.tcl: Fixed a very stupid typo of mine in the package index. check-in: 8c7559f10a user: andreas_kupries tags: trunk
14:42
Updated version number in pkgIndex. check-in: 5ef1505770 user: exgerhardr tags: trunk