Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
128 check-ins using file modules/devtools/subserv.tcl version 56ae80e3de
2003-05-01
| ||
23:25 | * sak.tcl: Added a contributors command to list the contributors to the library. This is also used when generating the TIP55 description file. Names are extracted from the ChangeLog files. check-in: 3ed01ee93e user: patthoyts tags: trunk | |
23:19 | typo correction. check-in: 1d03c9aaf8 user: andreas_kupries tags: trunk | |
23:18 | Fixing the case for eric melski check-in: 2ac3f8cd23 user: patthoyts tags: trunk | |
22:40 | * modules/base64/base64.test: * modules/base64/uuencode.test: * modules/base64/yencode.test: Various fixes to fix the * modules/control/ChangeLog: testsuite for tcl versions * modules/control/do.test: from 8.2 to 8.5 * modules/csv/csv.test: * modules/dns/dns.test: * modules/fileutil/ChangeLog: * modules/fileutil/fileutil.man: * modules/fileutil/fileutil.tcl: * modules/fileutil/fileutil.test: * modules/math/combinatorics.test: * modules/math/math.test: * modules/mime/mime.test: * modules/ntp/time.test: * modules/pop3/pop3.test: * modules/pop3d/pop3d.test: * modules/pop3d/pop3d_dbox.test: * modules/pop3d/pop3d_udb.test: * modules/profiler/profiler.test: * modules/report/report.test: * modules/stooop/pkgIndex.tcl: * modules/stooop/stooop.test: * modules/struct/list.test: * modules/textutil/ChangeLog: * modules/textutil/expander.tcl: * modules/textutil/split.tcl: check-in: ed0a15a635 user: patthoyts tags: trunk | |
01:34 | * installer.tcl: * installed_modules.tcl: Changed mechanism for exclusion so that installer is able to install even the excluded (i.e. unofficial) modules, if so chosen (cmdline only). check-in: ec2a050abf user: andreas_kupries tags: trunk | |
00:26 | * sak.tcl (gd-tip55): Bugfix, location of changeLog was not computed correctly. check-in: b211412f9e user: andreas_kupries tags: trunk | |
00:17 | * README-1.4txt: New, overview of changes from 1.3 to 1.4. * installed_modules.tcl: Excluded 'calendar' form the list of installed modules/packages. Not yet ready. * sak.tcl (ppackages): Rewritten to use a sub-interpreter for retrieving package version information instead of regexes etc. Reverted all changes made to [package provide] commands on 2003-04-24, except for minor details, like the actual version numbers and typos. Fixes SF Tcllib FR #727694 check-in: bc1fac13c5 user: andreas_kupries tags: trunk | |
2003-04-30
| ||
21:39 | Fix gendoc to work for any platform (that can exec). check-in: 385cd9f083 user: patthoyts tags: trunk | |
20:18 | * md4.man: Added documentation for the hmac command and for the programming interface to the MD4 algorithm. * md4c.tcl: Fixed md5c attribution. check-in: 5623253d29 user: patthoyts tags: trunk | |
20:17 | * sak.tcl: Various fixes to enable document generation under Windows. Gracefully avoid non-present archivers (tar or zip). Support for generating a TIP55 style metadata file (gentip55). Added a file mtime check to avoid unecessary document generation. check-in: 290236b899 user: patthoyts tags: trunk | |
2003-04-29
| ||
00:46 | * urn-scheme.tcl (::uri::urn::quote): Fix this to work properly with tcl 8.2. check-in: 9ceebd68bc user: patthoyts tags: trunk | |
2003-04-28
| ||
23:34 | * profiler.tcl (::profiler::stats): Check for sum being zero when using tcl < 8.4 (no execution trace available). Prevents a divide by zero error. check-in: 6a0b254912 user: patthoyts tags: trunk | |
2003-04-25
| ||
21:59 | * queue.man: Documentation fix. peek/get throw errors if more was requested than in the queue. The documentation talked about returning empty strings. Thanks to Michael Schlenker <[email protected]> for the report. check-in: efbe3bb07b user: andreas_kupries tags: trunk | |
20:45 | * mime.man: Added a section for known bugs, and recorded 447037 as such. check-in: c332d0bfc0 user: andreas_kupries tags: trunk | |
18:11 | * ncgi.tcl (::ncgi::query): Added code to handle binary data in query/upload correctly. check-in: e074d5f02b user: andreas_kupries tags: trunk | |
17:07 | * prioqueue.test: Extended to check for stable insertion. * prioqueue.tcl (__elementcompare): Bugfix, makes insertion stable. * prioqueue.man: New, documentation. * skiplist.man: Typo fix. check-in: 6bb9136bce user: andreas_kupries tags: trunk | |
04:52 | * modules/base64/yencode.tcl: Modified the [package provide]'s * modules/base64/uuencode.tcl: of various packages to aid the * modules/crc/sum.tcl: automatic consistency checking at * modules/crc/cksum.tcl: the expense of slightly more * modules/crc/crc32.tcl: manual overhead for updating the * modules/crc/crc16.tcl: numbers. * modules/dns/dns.tcl: * modules/dns/resolv.tcl: Additionally cleanup of the found * modules/ftp/ftp.tcl: inconsistencies. * modules/ftp/ftp_geturl.tcl: * modules/pop3d/pop3d.tcl: * modules/pop3d/pop3d_udb.tcl: * modules/pop3d/pop3d_dbox.tcl: * modules/pop3d/pop3d_dbox.man: * modules/smtpd/smtpd.tcl: * modules/des/des.tcl: * modules/des/des.man: * modules/ntp/time.tcl: * modules/md4/md4.tcl: * sak.tcl: Changed provide heuristics a bit, more robust against whitespace in various places. check-in: 723afeaec7 user: andreas_kupries tags: trunk | |
00:22 | * sak.tcl: New command 'provided' to list packages provided by tcl code. Extended the 'validate' command to compare the lists of provided and indexed packages. Note: A number of packages use variable in provide commands. These will show up as differences. They need higher attention to ensure version consistency. Modified some modules (calendar, exif, control, math) to reduce the number of reported false positives. check-in: df55d4979a user: andreas_kupries tags: trunk | |
2003-04-24
| ||
22:58 | * pkgIndex.tcl: Found math::optimize missing in index. * optimize.man: Version number inconsistent with code, corrected. check-in: 184043f762 user: andreas_kupries tags: trunk | |
22:26 | * sak.tcl: Added 'vcompare' to compare the current list of packages against a list in a file. Marks new and unchanged packages for higher attention. Helper for release engineer. check-in: c687a39bc7 user: andreas_kupries tags: trunk | |
22:20 | * csv.tcl: Bumped version to 0.4. This had been * csv.man: forgotten before. * pkgIndex.tcl: check-in: 8da1194a85 user: andreas_kupries tags: trunk | |
21:43 | * modules/base64/uuencode.n: Removed old nroff documentation. All * modules/cmdline/cmdline.n: documentation is generated from the * modules/comm/comm.n: doctools manpages (.man). * modules/control/control.n: * modules/counter/counter.n: * modules/crc/cksum.n: * modules/crc/crc32.n: * modules/crc/sum.n: * modules/csv/csv.n: * modules/exif/exif.n: * modules/fileutil/fileutil.n: * modules/ftp/ftp.n: * modules/ftpd/ftpd.n: * modules/html/html.n: * modules/htmlparse/htmlparse.n: * modules/irc/irc.n: * modules/javascript/javascript.n: * modules/log/log.n: * modules/math/combinatorics.n: * modules/math/math.n: * modules/md5/md5.n: * modules/mime/mime.n: * modules/mime/smtp.n: * modules/ncgi/ncgi.n: * modules/nntp/nntp.n: * modules/pop3/pop3.n: * modules/profiler/profiler.n: * modules/report/report.n: * modules/sha1/sha1.n: * modules/smtpd/smtpd.n: * modules/stooop/stooop.n: * modules/struct/graph.n: * modules/struct/matrix.n: * modules/struct/queue.n: * modules/struct/record.n: * modules/struct/stack.n: * modules/struct/tree.n: * modules/textutil/expander.n: * modules/textutil/textutil.n: * modules/uri/uri.n: check-in: 6f234d61c5 user: andreas_kupries tags: trunk | |
21:16 | * Makefile.in (install): Merged the code for the partial install targets into one call for full normal install, and dropped the link between install and the partial install targets. * installed_modules.tcl: Moved the list of installed modules out * installer.tcl: of the installer proper into a separate * sak.tcl: file, so that the other tools have access to it too. Extended the SAK to check this information against the list of modules under development and print out all the discrepancies, i.e: modules which are not installed, or modules installed, but not existing. This is under 'validate'. check-in: 96ac8eca7b user: andreas_kupries tags: trunk | |
20:31 | * sak.tcl: Restricted the list of modules to subdirectories of 'modules' which contain a package index (pkgIndex.tcl). Added the subcommand 'lmodules' listing all modules one per line. The existing subcommand 'modules' in contrast prints everything on a single line. Added the subcommand 'packages' listing the packages in tcllib and their versions, one per line. Added subcommand 'text' to generate documentation as plain text. check-in: d21496b003 user: andreas_kupries tags: trunk | |
20:28 | * ntp_time.man: Cleanup of RFC referencing. check-in: 1ec4299aa4 user: andreas_kupries tags: trunk | |
19:52 | * time.tcl (unixtime): [SF Bug #723426] Added code to handle possibility of failure in "binary scan". (ClientReadEvent): Changed to append partial results, allow for empty reads. * time.test: [SF Bug #723426]. Corrected non-unique test names. Handle a missing tcltest::interpreter and fall back to [info nameofexecutable]. check-in: cf4b3c1e68 user: andreas_kupries tags: trunk | |
18:45 | * counter.test: Added missing propagation of test results. check-in: 18d08154da user: andreas_kupries tags: trunk | |
18:39 | * calculus.test: Converted [puts] into log statements, and suppress them by default. Reduces the noise when running the testsuite. * math.test: Added output listing the version of the * statistics.test: package we are testing. * calculus.test: * geometry.test: * combinatorics.test: * optimize.test: check-in: f45076b19f user: andreas_kupries tags: trunk | |
09:14 | Corrected the handling of the expression in the list manipulation procedures This solves the scope problem (bug 725231) check-in: afa9867c9f user: arjenmarkus tags: trunk | |
08:45 | * tree.bench: New file, beginnings of a benchmark suite for the data structure 'struct::tree'. check-in: 388a7d28cb user: andreas_kupries tags: trunk | |
07:04 | * tree.man: Changed name to struct_tree.man. Was in conflict with tree manpage of BLT. check-in: 8914ae50f3 user: andreas_kupries tags: trunk | |
01:20 | * ncgi.man: * ncgi.tcl: Added command [importFile] from tcllib patch 611595. The command [tempfile] was relocated into fileutil instead. check-in: 4f0bea4d47 user: andreas_kupries tags: trunk | |
01:19 | * fileutil.man: * fileutil.tcl: Added command [tempfile]. Was part of tcllib patch 611595, but has a better place here. check-in: 2f8a3b0916 user: andreas_kupries tags: trunk | |
00:12 | * csv.tcl (Split): Rewrote parser for alternate syntax to handle the remaining known bug. Now it passes the testsuite completely. check-in: 78019a1464 user: andreas_kupries tags: trunk | |
2003-04-23
| ||
23:18 | * csv.man: Extended to handle a slightly different alternate * cvs.tcl: syntax of CSV files. This takes care of bug * csv.test: [606141]. check-in: 5c5982f1a8 user: andreas_kupries tags: trunk | |
17:56 | * modules/stats: Removed all files in the deprecated module 'stats' now. They there not provided in releases for over a year now. It is time to clean up the CVS too. check-in: f5c9981ae1 user: andreas_kupries tags: trunk | |
17:27 | * fuzzy.test: Re-applied bug fixes I did before (See 2003-04-13) to the newly committed version, which was not merged, but simply overwrote my changes. check-in: af666edc98 user: andreas_kupries tags: trunk | |
16:23 | added member array documentation with 2 methods to achieve the functionality. check-in: 4925deb121 user: jfontain tags: trunk | |
07:04 | Corrected several test cases - they will not fail anymore (not even intentionally) check-in: 4336a6232d user: arjenmarkus tags: trunk | |
2003-04-22
| ||
17:19 | * modules/dns/tcllib_dns.man: Cleaned up RFC references, usage * modules/ftp/ftp.man: of such in the keyword sections, * modules/ftpd/ftpd.man: and added links to the master RFC * modules/irc/irc.man: website at http://www.rfc-editor.org. * modules/md4/md4.man: * modules/mime/mime.man: * modules/mime/smtp.man: * modules/nntp/nntp.man: * modules/pop3/pop3.man: * modules/pop3d/pop3d.man: * modules/pop3d/pop3d_dbox.man: * modules/pop3d/pop3d_udb.man: * modules/smtpd/smtpd.man: * modules/struct/graph.man: * modules/uri/uri.man: check-in: 5150b9f709 user: andreas_kupries tags: trunk | |
2003-04-21
| ||
23:53 | Created a DEVELOPMENT branch for critcl extended package. check-in: 6292fcaaf2 user: patthoyts tags: trunk | |
20:16 | * uuencode.test: Added code to suppress output from the log package during the test. * loggerperformance.test: Renaming to 'loggerperformance'. This is neither a .tcl file of the package itself, nor does it belong into the testsuite (which is about functionality, not speed). It is a benchmark application. check-in: 6de50f2a99 user: andreas_kupries tags: trunk | |
20:11 | statistics.test needs tcltest 2.1, not 1.2 check-in: 784d277425 user: dgp tags: trunk | |
19:56 | * pop3.test (0.6): Fixed test 0.6, removed dependency on service running on port 25 (smtp), using fake service on some free port instead. check-in: 1adcc4215c user: andreas_kupries tags: trunk | |
19:21 | * devdoc/indexing.txt: * installer.tcl: Extended [gen_main_index] to include the header of Don's generated package index. This makes the final chosen master index a combination of [i7/ad] and [i4/sd] as the fallback position. check-in: 2eaab0eb1c user: andreas_kupries tags: trunk | |
18:34 | * installer.tcl: Made sure that all [file copy] operations use -force. Fix for #719616. check-in: f865d8daff user: andreas_kupries tags: trunk | |
18:19 | * optimize.test: Corrected errors in loading the functionality under test, and of accessing tcltest. Now functional. check-in: ef099e6e03 user: andreas_kupries tags: trunk | |
2003-04-19
| ||
18:59 | * installer.tcl: Bug fix, the modules calendar, control, and math have a "tclIndex" file which has to be installed too. check-in: 1f6ccb287c user: andreas_kupries tags: trunk | |
11:07 | oops. same as stooop_man.html. check-in: 8de931a04a user: jfontain tags: trunk | |
09:47 | use switch instead of regexp for checking some arguments since that is much more efficient. added numeric argument to all upvar occurences to improve performance. check-in: 45b04dbfe3 user: jfontain tags: trunk | |
09:45 | added complete stooop HTML programmer reference documentation. check-in: 50c309b73f user: jfontain tags: trunk | |
2003-04-18
| ||
23:39 | Bugfix: Windows does not have 'tcl_pkgPath'. check-in: 182c873c77 user: andreas_kupries tags: trunk | |
22:28 | * md4c.tcl: Added critcl-based C implementation md4c. * md4.tcl: Enable use of md4c if available. * md4.test: Report the implmentation (C or pure-tcl) * c_src/md4.h: The md4 implementation from RFC1320 * c_src/md4.c: check-in: 2721001746 user: patthoyts tags: trunk | |
21:58 | optimize.man: fix minor markup errors that doctools and tmml were complaining about. check-in: a7f4a7426d user: jenglish tags: trunk | |
07:10 | Corrected a spurious } and adjusted the test cases to get proper limits (not relative) check-in: ebc7110af9 user: arjenmarkus tags: trunk | |
06:56 | Initial checkin of optimisation procs No linear programming yet (only described in documentation) check-in: e69e86b94f user: arjenmarkus tags: trunk | |
02:57 | * configure.in: Switched over from the original build system * configure: to one where configure/Makefile are optional * Makefile.in: and delegating all real work to 'sak.tcl'. * INSTALL.txt: Updated documentation, reduced configure macros. * aclocal.m4: * sak.tcl: * devdoc/releaseguide.html: check-in: ef76a76dce user: andreas_kupries tags: trunk | |
2003-04-17
| ||
23:52 | * installer.tcl: Bug fixes in non-gui mode, added option to force cmdline mode. * sak.tcl: Added command to invoke the testsuite(s). check-in: 00ca7d6416 user: andreas_kupries tags: trunk | |
23:29 | * md4.test: Added a series of tests to check all lengths of input up to over 2 MD4 block lengths. * md4_check.c: Included the C code used to generate the new test results from the OpenSSL MD4 implementation. check-in: e573525768 user: patthoyts tags: trunk | |
22:54 | * installer.tcl: Added GUI. * main.tcl: New file, entrypoint for *kit, *pack, redirects to 'installer.tcl'. * sak.tcl: Helper tool for tcllib development (Generate distribution, various forms of documentation, check the bundle of packages for problems. check-in: 2b2e3d89d2 user: andreas_kupries tags: trunk | |
17:20 | * Makefile.in: Added des to the list of modules. (That is the good thing which came out of the erroneous commit, we found this error.) * mkIndex.tcl: Reverting accidential commit of this file. The committed state works with a changed Makefile, but not with the current one. check-in: 426b0807d5 user: andreas_kupries tags: trunk | |
2003-04-16
| ||
22:37 | * installer.tcl: Added 'des' to list. Reworked according to feedback from Don. * tcllib_version.tcl: Added, for sharing with other scripts. * modules/stats/pkgIndex: Now throwing an error when trying to load 'stats'. * modules/struct/ChangeLog: Typo correction. check-in: 95f3e4b29b user: andreas_kupries tags: trunk | |
22:00 | * time.man: Renamed the man page to avoid clashing with * ntp_time.man: the tcl time.n manual page. check-in: 885127f769 user: patthoyts tags: trunk | |
19:39 | * md4.tcl: Implemented chunked reading from file or channel, added -file and -channel options to md4. Implemented hmac command with -key option. Provide MD4Init, MD4Update, MD4Final as per C-usage to permit use on streaming data. check-in: ee2c25dd03 user: patthoyts tags: trunk | |
19:27 | * prioqueue.tcl (__elementcopare): Failures in testsuite fixed, patch provided by original author, Michael Schlenker <[email protected]>. check-in: 233b7af48e user: andreas_kupries tags: trunk | |
19:18 | * pkgIndex.tcl: Added math::statistics after yesterday's commit by Arjen Markus. * statistics.test: Changed to conform to standard of importing tcltest, changed import of tested functionality, added checks that actually tcltest 1.2 or higher is used (Aborting if not). * statistics.tcl: * liststat.tcl * pdf_stat.tcl: * plotstat.tcl: Reformatted a bit to be more near to the style-guide with regard to indentation. check-in: db38bb5316 user: andreas_kupries tags: trunk | |
11:49 | Initial commit of the statistics module check-in: 8c916a3e5b user: arjenmarkus tags: trunk | |
2003-04-15
| ||
21:57 | * installer.tcl: Added 'md4' to installer. check-in: d91873cec2 user: andreas_kupries tags: trunk | |
21:44 | * skiplist.man: * skiplist.tcl: * skiplist.test: New files. Patch #553980 submitted by Eric Melski <[email protected]> on behalf of Keith Vetter. * prioqueue.tcl: * prioqueue.test: New files. Patch #607085 submitted by Michael Schlenker <[email protected]>. check-in: 6d3355a388 user: andreas_kupries tags: trunk | |
21:29 | Added md4 module. check-in: a393bdce2f user: patthoyts tags: trunk | |
21:25 | Initial checkin of MD4 hash module. check-in: fb394f802d user: patthoyts tags: trunk | |
20:59 | * installer.tcl: EXPERIMENTAL. New installer for tcllib. Currently only cmdline based. Use -help to get help. check-in: b794e7277d user: andreas_kupries tags: trunk | |
17:44 | * tcllib_list.man: Changed name to struct_list.man. Allows for usage of struct outside of tcllib, not as big a coupling. * graph.tcl: Redone the setting up of namespace a bit to prevent problem with the generation of a master package index. strcut.tcl bailed out with an error because the namespace was net set up when using [pkg_mkIndex] in this directory. check-in: c7a2534901 user: andreas_kupries tags: trunk | |
2003-04-14
| ||
20:15 | * uri.man: * uri.tcl (split): Accepted the FR [#545368] by Mark G. Saye <[email protected]>, with a slight difference. To keep API compatibibility the http stays the default scheme if none was specified. check-in: c24116b9fd user: andreas_kupries tags: trunk | |
07:08 | * profiler.test: * profiler.tcl: Accepted patch #575376 by Hemang Lavana <[email protected]> reorganizing the internals a bit and using the 8.4 specific trace support if possible. check-in: e27e195992 user: andreas_kupries tags: trunk | |
06:58 | * graph.test: * graph.man: * graph.tcl: Added code to look for the C-implementation, cgraph, first, and to fall back to the Tcl implementation if cgraph is not present (#720348). The documentation links to the place where cgraph can be had from. Note presence of cgraph when executing the testsuite. check-in: 1156bcae33 user: andreas_kupries tags: trunk | |
06:42 | * uri-rfc2396.test: Added constraint 'knownBug' to these tests. And reference to [#581781]. check-in: 9124923cf8 user: andreas_kupries tags: trunk | |
06:40 | * uri-rfc2396.test: Added constraint 'knownBug' to these tests. check-in: be98f9e7d4 user: andreas_kupries tags: trunk | |
06:21 | * irc.tcl: Accepted the patch in report [#718985] for a more robust 'GetEvent' routine. Provided by Donal Fellows <[email protected]>. check-in: de023629cd user: andreas_kupries tags: trunk | |
06:12 | * pkgIndex.tcl: * fuzzy.tcl: Committed new code (see #535216), this also updates the package to version 0.2 * fuzzy.man: * fuzzy.test: New files for fuzzy comparisons, documentation and testsuite. Fixed some bugs in them. NOTE: There are failures in the testsuite. check-in: 8257f1f3e2 user: andreas_kupries tags: trunk | |
04:59 | * pop3d.test: Updated to new version number. check-in: e1e8f348ea user: andreas_kupries tags: trunk | |
04:07 | * Makefile.in (check-doc-markup): Fixed setting for DOC_FLAGS. The option '-visualwarn' does not exist anymore. Replaced by the option '-deprecated'. Thanks to Larry Virden for reporting the problem. check-in: c4c8704390 user: andreas_kupries tags: trunk | |
2003-04-13
| ||
23:03 | * dns.tcl: Added error message to the timeout. * resolv.tcl: incorporated some of Emmanuel's updated code. check-in: fe6acf8dcc user: patthoyts tags: trunk | |
2003-04-12
| ||
20:25 | * list.man: Changed name to tcllib_list.man to prevent a clash with tcl's manpages. check-in: b3b951c490 user: andreas_kupries tags: trunk | |
00:26 | * dns.man: *Renamed* to tcllib_dns.man to avoid a name clash with the dns manpage from the scotty package. check-in: 8089b9d8f1 user: patthoyts tags: trunk | |
00:22 | * dns.tcl: Try to read the whole reply when using tcp. Added a catch to avoid bgerrors within the handler. * dns.tcl: * dns.man: * pkgIndex.tcl: hiked version to 1.0.4 check-in: 61ebe125e8 user: patthoyts tags: trunk | |
2003-04-11
| ||
21:12 | * install.tcl: Changed to notify the user if the directory to install is not a source distribution but a CVS snapshot. Right now a direct installation of a CVS snapshot is not possible. check-in: c08cf107c0 user: andreas_kupries tags: trunk | |
21:01 | * uri.test: * uri.tcl (::uri::split): Fixed bug #676976 reported by Jason Mills <[email protected]>. An incorrect regular expression (typo in character class) accepted more character than it should have. check-in: 28bfed4e43 user: andreas_kupries tags: trunk | |
20:22 | * struct.tcl: * list.man: * matrix.man: * pool.man: * queue.man: * record.man: * stack.man: * tree.man: * pkgIndex.tcl: Set version of the package to 1.3. check-in: 5d0eac8e9e user: andreas_kupries tags: trunk | |
20:18 | * stooop.tcl: * stooop.man: * pkgIndex.tcl: Set version of the package to to 4.4.1 throughout. check-in: 2a6723e79c user: andreas_kupries tags: trunk | |
20:15 | * report.tcl: * report.man: * pkgIndex.tcl: Set version of the package to to 0.3.1 check-in: 2dab0255d0 user: andreas_kupries tags: trunk | |
20:13 | * profiler.tcl: * profiler.man: * pkgIndex.tcl: Set version of the package to to 0.2.1. check-in: d283d9f3a5 user: andreas_kupries tags: trunk | |
20:11 | * pop3d.tcl: * pop3d.man: * pop3d_dbox.tcl: * pop3d_dbox.man: * pop3d_udb.tcl: * pop3d_udbx.man: * pkgIndex.tcl: Set version of the package 'pop3d' to to 1.0.1. 'dbox' is now at version 1.1. 'udb' is now at version 1.0.1. check-in: e2b5bd112a user: andreas_kupries tags: trunk | |
20:07 | * pop3.tcl: * pop3.man: * pkgIndex.tcl: Set version of the package to to 1.6 check-in: b9b629de94 user: andreas_kupries tags: trunk | |
20:04 | * nntp.man: * nntp.tcl: * pkgIndex.tcl: Set version of the package to to 0.2.1 check-in: 6087351b45 user: andreas_kupries tags: trunk | |
19:59 | * combinatorics.man: * math.man: * math.tcl: * pkgIndex.tcl: Set version of the package to to 1.2.2. check-in: 402c66e8b9 user: andreas_kupries tags: trunk | |
19:55 | * log.man: * log.tcl: * pkgIndex.tcl: Set version of the package 'log' to to 1.0.2. check-in: 04f02b0b2a user: andreas_kupries tags: trunk | |
19:48 | * htmlparse.tcl: * htmlparse.man: * pkgIndex.tcl: Set version of the package to to 0.3.1. check-in: 0c745d2ad3 user: andreas_kupries tags: trunk | |
19:44 | * fileutil.man: * fileutil.tcl: * pkgIndex.tcl: Set version of the package to to 1.5. check-in: 285f37b6ed user: andreas_kupries tags: trunk | |
19:41 | * control.man: * control.tcl: * pkgIndex.tcl: Set version of the package to to 0.1.2. check-in: d71bdbc78a user: andreas_kupries tags: trunk | |
19:39 | * comm.man: * comm.tcl: * pkgIndex.tcl: Set version of the package to to 4.0.1. check-in: 667e58b471 user: andreas_kupries tags: trunk | |
19:21 | * Fixed bug #614591 throughout. Numerous modules updated. Also first round of getting version number consistents, and updated for a 1.4 release of the whole. check-in: 9e263a81f2 user: andreas_kupries tags: trunk | |
19:16 | * uuencode.man: * base64.tcl: * base64.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the base64 package to to 2.2.2. uuencode is now at version 1.0.2 throughout. check-in: 208daf75ea user: andreas_kupries tags: trunk | |
19:10 | * pkgIndex.tcl: * gregorian.tcl: Fixed bug #614591. Set version of the package to 0.2 check-in: 2da0970b4b user: andreas_kupries tags: trunk | |
19:07 | * typedCmdline.tcl: Fixed bug #614591. See also last entry, this file was forgotten. check-in: b5b57ea4c4 user: andreas_kupries tags: trunk | |
19:01 | * counter.tcl: * counter.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 2.0.1. check-in: fc097ec6bf user: andreas_kupries tags: trunk | |
18:55 | * des.tcl: Fixed bug #614591. check-in: 105edb9cdc user: andreas_kupries tags: trunk | |
18:53 | * dns.tcl: * dns.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.0.3 throughout. Added package 'resolv' to index. check-in: 732cc46f56 user: andreas_kupries tags: trunk | |
18:43 | * exif.tcl: * exif.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.1. check-in: d706d105e8 user: andreas_kupries tags: trunk | |
18:39 | * ftp.tcl: * ftp.man: * ftp_geturl.tcl: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 2.4. Set version of geturl package to 0.2. check-in: 83d666a1d8 user: andreas_kupries tags: trunk | |
18:32 | * ftpd.tcl: * ftpd.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.1.3. check-in: 513ee0958d user: andreas_kupries tags: trunk | |
18:27 | * pkgIndex.tcl: * html.man: * html.tcl: Fixed bug #614591. Set version of the package to to 1.2.2. Fixed equivalent of bug #648679. check-in: 9e5fcc0e95 user: andreas_kupries tags: trunk | |
18:19 | * irc.man: * irc.tcl: Fixed bug #614591. Set version of the package to to 0.3 throughout. Was insonsistent. check-in: 2ce894336e user: andreas_kupries tags: trunk | |
18:14 | * javascript.tcl: * javascript.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.0.1. check-in: 47650b508d user: andreas_kupries tags: trunk | |
18:08 | * logger.tcl: Fixed bug #614591. check-in: e803bde1d8 user: andreas_kupries tags: trunk | |
18:03 | * md5.tcl: * md5.man: * pkgIndex.tcl: Set version of the package to to 1.4.3. check-in: 9989a6bd34 user: andreas_kupries tags: trunk | |
01:41 | * smtp.tcl: * mime.tcl: * mime.man: * csmtp.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.3.3. Fixed equivalent of bug #648679. check-in: 37b42ee9fc user: andreas_kupries tags: trunk | |
01:27 | * pkgIndex.tcl: * ncgi.man: * ncgi.tcl: Fixed bug #614591. Set version of the package to to 1.2.2. Also fixed equivalnet of bug #648679. check-in: 9635bcdf91 user: andreas_kupries tags: trunk | |
01:13 | * pkgIndex.tcl: * sha1.man: * sha1.tcl: Fixed bug #614591. Set version of the package to to 1.0.3 check-in: 102eec52de user: andreas_kupries tags: trunk | |
01:08 | * smtpd.tcl: Fixed bug #614591. check-in: c407c8d0a0 user: andreas_kupries tags: trunk | |
00:59 | * pkgIndex.tcl: * expander.man: * expander.tcl: Set version of the package to to 1.2 * pkgIndex.tcl: * textutil.man: * textutil.tcl: Fixed bug #614591. Set version of the package to to 0.5 check-in: 8620b179b4 user: andreas_kupries tags: trunk | |
00:50 | * pkgIndex.tcl: * uri.man: * uri.tcl: Fixed bug #614591. Set version of the package to to 1.1.2. * urn-scheme.tcl: Fixed bug #614591. Set version of the package to to 1.0.1 check-in: 05975b7942 user: andreas_kupries tags: trunk | |
00:39 | * pkgIndex.tcl: * cmdline.tcl: * cmdline.man: Fixed bug #648679. Fixed bug #614591. Set version of the package to to 1.2.1 check-in: 1f056d5c95 user: andreas_kupries tags: trunk | |
2003-04-10
| ||
22:29 | documentation fix. check-in: e7f0b3521d user: andreas_kupries tags: trunk | |
2003-04-09
| ||
19:08 | Typo correction. check-in: 84433970c9 user: andreas_kupries tags: trunk | |
19:02 | * pop3d.tcl: A bit more logging of internals. check-in: 39e6b0f2b0 user: andreas_kupries tags: trunk | |
18:46 | * pop3.man: Documented new API. * pop3.tcl: More logging of internal activity. Final nail into the bug #528928 (Additional border cases were not handled yet, incorrect handling detected through the new testsuite). New API 'pop3::config'. * pop3.test: Testsuite rewritten. Uses the sub-process and server support provided by the new module 'devtools'. Avoids the stdin lockup on windows. Uses a micro server for fixed responses to the client instead of a true pop3 server, simplifies the testing, less external dependencies, also better control over the data sent to the client = easier to create intentionally (semi-)bogus information to stress border cases. check-in: cc51da143f user: andreas_kupries tags: trunk | |
18:34 | * New module: devtools. Internal use only for now. Does not contain true packages. * First contents are support for sub-processes in testsuites. check-in: 6fbee0d994 user: andreas_kupries tags: trunk | |