Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
62 check-ins using file modules/bee/bee.man version 63bb5b1859
2004-09-25
| ||
14:27 | Standard test init code. check-in: 4b372b5355 user: patthoyts tags: trunk | |
14:26 | Record some platform information in the test output. check-in: eac44d36b1 user: patthoyts tags: trunk | |
2004-09-24
| ||
17:55 | 2004-09-24 Aaron Faupell <[email protected]> * irc.tcl: removed package require for logger and added config option to use logger. removed backwards compatibility code from connection and connect. added log and logname commands. check-in: 6f76a0bdd6 user: afaupell tags: trunk | |
06:54 | Scattered small fixes, mostly adding braces to unbraced expressions. Fixed problem with mismatched package names for the packages implementing the standard types. check-in: 8bdded4a62 user: andreas_kupries tags: trunk | |
05:03 | Fixed problem with mismatched package names for the packages implementing the standard types. Fixes in test suite, abort when trying to run them with a Tcl < 8.4. check-in: b6e935eee0 user: andreas_kupries tags: trunk | |
04:43 | Fixes in test suite, abort when trying to run them with a Tcl < 8.4. check-in: fb9cf022a4 user: andreas_kupries tags: trunk | |
04:11 | Test suite fixes for 8.5. Small fix to new command, checked the inverted condition than it should. check-in: a4c66133eb user: andreas_kupries tags: trunk | |
03:03 | Small fix to new command, checked the inverted condition than it should. Import Michael's fixes for logger, making it work for 8.[23] again. Fixed implementation of unquote for Tcl 8.2. check-in: a1e7f8e838 user: andreas_kupries tags: trunk | |
2004-09-23
| ||
22:09 | added compat function for namespace exists to support Tcl 8.2/8.3 again. check-in: 3be58d6acf user: mic42 tags: trunk | |
03:52 | Fixed implementation of unquote for Tcl 8.2. Manual import of png fixes for test suite. The png.test chunks, and only these got lost between BkImport and BkMaster. Reasons unknown. Test suite failures now gone. check-in: c57dd737bc user: andreas_kupries tags: trunk | |
02:03 | Testsuite requires cmdline, fixed problem with load, ensure use of local version, and availability in spawned comm process. Imported fixes by Aaron for png testsuite. Import of Arjen's work on math: Test suite fixes, requiring tcltest 2.1, package versions updated, new interpolation method, cubic splines. check-in: 02eefcd056 user: andreas_kupries tags: trunk | |
2004-09-22
| ||
19:56 | *** empty log message *** check-in: 87f51fa8b5 user: afaupell tags: trunk | |
17:35 | 2004-09-22 Aaron Faupell <[email protected]> * png.test: updated timestamp test to use gmt check-in: 7bb17ff878 user: afaupell tags: trunk | |
11:05 | Checks provided for tcltest version. Updated versions of packages. Added cubic splines check-in: 44d25e95a8 user: arjenmarkus tags: trunk | |
04:47 | Fixed [Tcllib SF Bug 1007396], about multiple use of arcs/nodes restrictions. Code, documentation, test suite. Multiple use is not allowed and checkd for. check-in: e0459e5a0a user: andreas_kupries tags: trunk | |
03:09 | Fixed Tcllib SF Bug 861287. Comment processing. Better recognition of end of comments with whitespace between '--' and '>' (which is legal). Also converting bogus start of comment '<--' to entities, making it a PCDATA section, plain text. check-in: 03666d9064 user: andreas_kupries tags: trunk | |
02:31 | Removed superfluous \fR formatting inserted by "call" and "usage". check-in: 4fc7359b5a user: andreas_kupries tags: trunk | |
2004-09-20
| ||
00:47 | New module 'tie' integrated with installer. More tests checking the remote array code. Updated testsuite to use local version of snit. Bumped version to 1.0. check-in: 5e28f59311 user: andreas_kupries tags: trunk | |
2004-09-18
| ||
17:52 | Snit 0.97 check-in: 55b9ba383a user: duquette tags: trunk | |
16:38 | Hierarchical methods check-in: 3123b1ac64 user: duquette tags: trunk | |
01:28 | Import Arjen's work on math. Added two empty changelog placeholders for this work and an older commit. check-in: 97601a1403 user: andreas_kupries tags: trunk | |
2004-09-17
| ||
07:38 | Updated - partly - the man page check-in: 728085d1e6 user: arjenmarkus tags: trunk | |
07:32 | Added functions Jn, J-1/2 and sinc. Replaced body of J0 and J1 - results are much more accurate. check-in: 9d12dab81e user: arjenmarkus tags: trunk | |
02:42 | Hierarchical Methods check-in: b6fe32c0b8 user: duquette tags: trunk | |
2004-09-15
| ||
21:55 | Changed defaults for logger::import, added a -force option and more tests check-in: d2c4b83e96 user: mic42 tags: trunk | |
03:22 | Hierarchical methods check-in: b7a4211f36 user: duquette tags: trunk | |
02:44 | Hierarchical methods check-in: 29f9f506af user: duquette tags: trunk | |
2004-09-13
| ||
23:55 | Implemented new global logger::setlevel subcommand check-in: c0ccc3ac85 user: mic42 tags: trunk | |
2004-09-12
| ||
23:16 | Refactoring check-in: 7da9a51c21 user: duquette tags: trunk | |
21:25 | Hierarchical typemethods check-in: e301ff0881 user: duquette tags: trunk | |
2004-09-11
| ||
00:10 | Hierarchical methods check-in: 26d7787cbb user: duquette tags: trunk | |
2004-09-10
| ||
23:02 | aron Faupell <[email protected]> * tar.tcl fixed typo bug in ::tar::add * tar.man added info for ::tar::stat check-in: ddedc622ca user: afaupell tags: trunk | |
22:04 | Hierarchical methods check-in: 27b114063f user: duquette tags: trunk | |
02:04 | Import Arjen's work on calculus, and my manpage fix. check-in: c982c417b5 user: andreas_kupries tags: trunk | |
2004-09-09
| ||
19:51 | * calculus.man: Fixed problems in the calculus manpage introduced by the last commit done yesterday. check-in: c0b11a2417 user: andreas_kupries tags: trunk | |
13:07 | Added a simple implementation of "regula falsi" check-in: f411467014 user: arjenmarkus tags: trunk | |
02:19 | Another patch for Tcllib SF Bug 1018574. Extended test of & handling. Import Will's work on snit. Import Michael's work on logger. Fixed Tcllib SF Bug 1018574. Applied David Graveraux's patch. check-in: 82d29e9b57 user: andreas_kupries tags: trunk | |
2004-09-06
| ||
00:59 | Implemented and doc'ed new logger::import feature. check-in: 43528415e9 user: mic42 tags: trunk | |
2004-09-05
| ||
23:05 | Removed hardcoded level names in logger::init check-in: 41ca64e580 user: mic42 tags: trunk | |
2004-09-04
| ||
15:50 | Bug fix: -readonly options check-in: fc59f6c8f3 user: duquette tags: trunk | |
2004-09-02
| ||
04:31 | Fixed Tcllib SF Bug 1018574. Applied David Graveraux's patch. check-in: 4d97dcc0f4 user: andreas_kupries tags: trunk | |
2004-08-29
| ||
00:32 | Tweaks check-in: 6da06d2feb user: duquette tags: trunk | |
2004-08-27
| ||
12:52 | Added procedure "median" check-in: 33a0e3b687 user: arjenmarkus tags: trunk | |
09:49 | Repaired problems caused by importing procedures from other namespaces check-in: e8a68627fc user: arjenmarkus tags: trunk | |
2004-08-26
| ||
05:50 | fixed usage of package md5, version 1 versus 2. Clreanup of server log. check-in: af59cdb00f user: andreas_kupries tags: trunk | |
05:27 | Import png bugfixes by Aaron. New constraint tcl8.5plus, and typedCmdline test 6.14 conditional on version of Tcl. check-in: 958d9428cb user: andreas_kupries tags: trunk | |
2004-08-25
| ||
17:43 | 2004-08-25 Aaron Faupell <[email protected]> * png.tcl bug fix in getTimestamp, made times be interpreted as gmt. check-in: a34632cad3 user: afaupell tags: trunk | |
03:17 | Typo police. Added new module tar to installation. check-in: b958b0e4cf user: andreas_kupries tags: trunk | |
2004-08-24
| ||
04:11 | Added new module tar to installation. Manual merges. Import Will's snit work. Import my fixes to tar docs. New module: tar. Import Pat's ntp work. Import Arjen's math work. Changelog merge. check-in: 2a68f58514 user: andreas_kupries tags: trunk | |
2004-08-23
| ||
22:54 | * tar.man: Fixed problems in the documentation. check-in: 42a4ac0cc6 user: andreas_kupries tags: trunk | |
2004-08-22
| ||
21:24 | -simpledispatch check-in: 4a5817a2bb user: duquette tags: trunk | |
2004-08-21
| ||
03:37 | I knew i forgot a file check-in: e9b168373a user: afaupell tags: trunk | |
2004-08-20
| ||
18:53 | *** empty log message *** check-in: f7aaf966a5 user: afaupell tags: trunk | |
17:44 | *** empty log message *** check-in: ea1b5d0bf1 user: afaupell tags: trunk | |
09:09 | 2004-08-20 Aaron Faupell <[email protected]> initial commit: Changelong tar.tcl tar.man check-in: f504359deb user: afaupell tags: trunk | |
2004-08-19
| ||
11:23 | Corrections for tests of Bessel and elliptic functions check-in: 558933bb66 user: arjenmarkus tags: trunk | |
09:09 | Tidied up error messages check-in: 7f6735e260 user: patthoyts tags: trunk | |
2004-08-18
| ||
01:59 | Changelog merge. Import Michael Schlenker's fix to counter messages. Fixed error on constructor error message talking about non-existent serialization stuff. check-in: 95d4652fe6 user: andreas_kupries tags: trunk | |
00:18 | Error message added in counter::get if -avgn is used in non -lastn counters. Replaced fragile string map prefix stripping in counter::names with string range version. check-in: 0426aaca60 user: mic42 tags: trunk | |
2004-08-17
| ||
01:19 | Import Aaron's work on jpeg: exif formatting. Typo police. Typo police. check-in: 319afd3728 user: andreas_kupries tags: trunk | |
2004-08-16
| ||
18:45 | 2004-08-16 Aaron Faupell <[email protected]> * jpeg.tcl: added commands isJPEG, stripJPEG, formatExif, exifKeys * jpeg.man: updated for new commands, new examples check-in: cf146d5d6c user: afaupell tags: trunk | |
02:14 | Typo police. check-in: 67580be0b0 user: andreas_kupries tags: trunk | |