Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fixed various documentation files. - Added missing requirements of the package itself, throwing off the validate command of sak. - Added some missing documentation files. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1435afdcde74190d1f76311e6ee75f21 |
User & Date: | andreask 2013-12-17 21:28:57.430 |
Context
2013-12-18
| ||
00:34 | Fixed various documentation files. - Added missing requirements of the package itself, throwing off the validate command of sak. - Added some missing documentation files. check-in: b71e7a1a19 user: andreask tags: trunk | |
2013-12-17
| ||
21:28 | Fixed various documentation files. - Added missing requirements of the package itself, throwing off the validate command of sak. - Added some missing documentation files. check-in: 1435afdcde user: andreask tags: trunk | |
2013-12-16
| ||
20:47 | Integrated work on a first C parser for JSON. json 1.3, tcllibc 0.3.11. See ticket [6efa4f571a]. check-in: df814df3ab user: andreask tags: trunk | |
Changes
Changes to modules/amazon-s3/ChangeLog.
1 2 3 4 5 6 7 | 2013-02-08 Andreas Kupries <[email protected]> * xsxp.man: Fixed moddesc/titledesc confusion. * S3.man: Ditto. 2013-02-01 Andreas Kupries <[email protected]> | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | 2013-12-17 Andreas Kupries <[email protected]> * xsxp.man: Fixed missing requirement on the package itself. * S3.man: Ditto. 2013-02-08 Andreas Kupries <[email protected]> * xsxp.man: Fixed moddesc/titledesc confusion. * S3.man: Ditto. 2013-02-01 Andreas Kupries <[email protected]> |
︙ | ︙ |
Changes to modules/amazon-s3/S3.man.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [manpage_begin S3 n 1.0.0] [keywords amazon] [keywords cloud] [keywords s3] [moddesc {Amazon S3 Web Service Utilities}] [titledesc {Amazon S3 Web Service Interface}] [category Networking] [copyright {Copyright 2006,2008 Darren New. All Rights Reserved. See LICENSE.TXT for terms.}] [require Tcl 8.5] [require sha1 1.0] [require md5 2.0] [require base64 2.3] [require xsxp 1.0] [description] This package provides access to Amazon's Simple Storage Solution web service. | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [manpage_begin S3 n 1.0.0] [keywords amazon] [keywords cloud] [keywords s3] [moddesc {Amazon S3 Web Service Utilities}] [titledesc {Amazon S3 Web Service Interface}] [category Networking] [copyright {Copyright 2006,2008 Darren New. All Rights Reserved. See LICENSE.TXT for terms.}] [require Tcl 8.5] [require S3 1] [require sha1 1.0] [require md5 2.0] [require base64 2.3] [require xsxp 1.0] [description] This package provides access to Amazon's Simple Storage Solution web service. |
︙ | ︙ |
Changes to modules/amazon-s3/xsxp.man.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [manpage_begin xsxp n 1.0] [keywords dom] [keywords parser] [keywords xml] [moddesc {Amazon S3 Web Service Utilities}] [titledesc {eXtremely Simple Xml Parser}] [copyright {Copyright 2006 Darren New. All Rights Reserved.}] [category {Text processing}] [require Tcl 8.4] [require xml] [description] This package provides a simple interface to parse XML into a pure-value list. It also provides accessor routines to pull out specific subtags, not unlike DOM access. This package was written for and is used by Darren New's Amazon S3 access package. | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [manpage_begin xsxp n 1.0] [keywords dom] [keywords parser] [keywords xml] [moddesc {Amazon S3 Web Service Utilities}] [titledesc {eXtremely Simple Xml Parser}] [copyright {Copyright 2006 Darren New. All Rights Reserved.}] [category {Text processing}] [require Tcl 8.4] [require xsxp 1] [require xml] [description] This package provides a simple interface to parse XML into a pure-value list. It also provides accessor routines to pull out specific subtags, not unlike DOM access. This package was written for and is used by Darren New's Amazon S3 access package. |
︙ | ︙ |
Changes to modules/debug/ChangeLog.
1 2 3 4 5 6 7 | 2013-08-06 Andreas Kupries <aku@hephaistos> * debug.tcl: Fixed bug in 'pdict', access to name of the array * debug.man: this is not about. Version bumped to 1.0.2 * pkgIndex.tcl: 2013-07-31 Andreas Kupries <[email protected]> | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | 2013-12-17 Andreas Kupries <[email protected]> * debug_heartbeat.man: Fixed missing requirement of the * debug_timestamp.man: package itself. 2013-08-06 Andreas Kupries <aku@hephaistos> * debug.tcl: Fixed bug in 'pdict', access to name of the array * debug.man: this is not about. Version bumped to 1.0.2 * pkgIndex.tcl: 2013-07-31 Andreas Kupries <[email protected]> |
︙ | ︙ |
Changes to modules/debug/debug_heartbeat.man.
1 | [comment {-*- tcl -*- doctools manpage}] | > | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | [comment {-*- tcl -*- doctools manpage}] [vset VERSION 1] [manpage_begin debug::heartbeat n [vset VERSION]] [keywords debug] [keywords heartbeat] [keywords log] [keywords narrative] [keywords trace] [copyright {200?, Colin McCormack, Wub Server Utilities}] [copyright {2012, Andreas Kupries <[email protected]>}] [moddesc {debug narrative}] [titledesc {debug narrative - heartbeat}] [category {debugging, tracing, and logging}] [require Tcl 8.5] [require debug::heartbeat [opt [vset VERSION]]] [require debug [opt 1]] [description] [para] [section API] [list_begin definitions] |
︙ | ︙ |
Changes to modules/debug/debug_timestamp.man.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [comment {-*- tcl -*- doctools manpage}] [manpage_begin debug::timestamp n 1] [keywords debug] [keywords log] [keywords narrative] [keywords timestamps] [keywords trace] [copyright {200?, Colin McCormack, Wub Server Utilities}] [copyright {2012, Andreas Kupries <[email protected]>}] [moddesc {debug narrative}] [titledesc {debug narrative - timestamping}] [category {debugging, tracing, and logging}] [require Tcl 8.5] [require debug [opt 1]] [description] [para] [section API] [list_begin definitions] | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | [comment {-*- tcl -*- doctools manpage}] [manpage_begin debug::timestamp n 1] [keywords debug] [keywords log] [keywords narrative] [keywords timestamps] [keywords trace] [copyright {200?, Colin McCormack, Wub Server Utilities}] [copyright {2012, Andreas Kupries <[email protected]>}] [moddesc {debug narrative}] [titledesc {debug narrative - timestamping}] [category {debugging, tracing, and logging}] [require Tcl 8.5] [require debug::timestamp [opt 1]] [require debug [opt 1]] [description] [para] [section API] [list_begin definitions] |
︙ | ︙ |
Changes to modules/des/ChangeLog.
1 2 3 4 5 6 7 | 2013-02-01 Andreas Kupries <[email protected]> * * Released and tagged Tcllib 1.15 ======================== * 2011-12-13 Andreas Kupries <[email protected]> | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | 2013-12-17 Andreas Kupries <[email protected]> * tcldes.man: New documentation files for the helper packages, * tcldesjr.man: refering back to the main package. 2013-02-01 Andreas Kupries <[email protected]> * * Released and tagged Tcllib 1.15 ======================== * 2011-12-13 Andreas Kupries <[email protected]> |
︙ | ︙ |
Added modules/des/tcldes.man.
> > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | [comment {-*- tcl -*- doctools manpage}] [manpage_begin tcldes n 1.1] [see_also des(n)] [keywords 3DES] [keywords {block cipher}] [keywords {data integrity}] [keywords DES] [keywords encryption] [keywords security] [copyright {2005, Pat Thoyts <[email protected]>}] [moddesc {Data Encryption Standard (DES)}] [titledesc {Implementation of the DES and triple-DES ciphers}] [category {Hashes, checksums, and encryption}] [require Tcl 8.2] [require tclDES 1] [description] [para] The [package tclDES] package is a helper package for [package des]. [para] Please see the documentation of [package des] for details. [vset CATEGORY des] [include ../doctools2base/include/feedback.inc] [manpage_end] |
Added modules/des/tcldesjr.man.
> > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | [comment {-*- tcl -*- doctools manpage}] [manpage_begin tcldes n 1.1] [see_also des(n)] [keywords 3DES] [keywords {block cipher}] [keywords {data integrity}] [keywords DES] [keywords encryption] [keywords security] [copyright {2005, Pat Thoyts <[email protected]>}] [moddesc {Data Encryption Standard (DES)}] [titledesc {Implementation of the DES and triple-DES ciphers}] [category {Hashes, checksums, and encryption}] [require Tcl 8.2] [require tclDESjr 1] [description] [para] The [package tclDESjr] package is a helper package for [package des]. [para] Please see the documentation of [package des] for details. [vset CATEGORY des] [include ../doctools2base/include/feedback.inc] [manpage_end] |
Changes to modules/math/ChangeLog.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 2013-11-03 Arjen Markus <[email protected]> * calculus.tcl: Corrected calculation of corrector in heunStep (now version 0.7.2) * pkgIndex.tcl: [Ticket b25b826973] Bumped version of interpolate to 1.1 * interpolate.tcl: [Ticket b25b826973] Corrected inconsistency in use of tables for 1D interpolation * interpolate.test: [Ticket b25b826973] Adjusted the test for 1D interpolation * interpolate.man: [Ticket b25b826973] Added an example for 1D interpolation and note on the incompatibility 2013-03-05 Arjen Markus <[email protected]> * statistics.tcl: [Ticket 05d055c2f5]: Added weights to histogram * statistics.man: [Ticket 05d055c2f5]: Documented weights to histogram * statistics.test: [Ticket 05d055c2f5]: Added test for weights to histogram * pkgIndex.tcl: [Ticket 05d055c2f5]: Bumped to version 0.8.1 2013-03-11 Andreas Kupries <[email protected]> | > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 2013-12-17 Andreas Kupries <[email protected]> * decimal.man: Fixed missing requirement of the package * machineparameters.man: itself. 2013-11-03 Arjen Markus <[email protected]> * calculus.tcl: Corrected calculation of corrector in heunStep (now version 0.7.2) * pkgIndex.tcl: [Ticket b25b826973] Bumped version of interpolate to 1.1 * interpolate.tcl: [Ticket b25b826973] Corrected inconsistency in use of tables for 1D interpolation * interpolate.test: [Ticket b25b826973] Adjusted the test for 1D interpolation * interpolate.man: [Ticket b25b826973] Added an example for 1D interpolation and note on the incompatibility 2013-03-05 Arjen Markus <[email protected]> * statistics.tcl: [Ticket 05d055c2f5]: Added weights to histogram * statistics.man: [Ticket 05d055c2f5]: Documented weights to histogram * statistics.test: [Ticket 05d055c2f5]: Added test for weights to histogram * pkgIndex.tcl: [Ticket 05d055c2f5]: Bumped to version 0.8.1 2013-03-11 Andreas Kupries <[email protected]> |
︙ | ︙ |
Changes to modules/math/decimal.man.
1 | [comment {-*- tcl -*- doctools manpage}] | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | [comment {-*- tcl -*- doctools manpage}] [manpage_begin math::decimal n 1.0.3] [keywords decimal] [keywords math] [keywords tcl] [copyright {2011 Mark Alston <mark at beernut dot com>}] [moddesc {Tcl Decimal Arithmetic Library}] [titledesc {General decimal arithmetic}] [category Mathematics] [require Tcl [opt 8.5]] [require math::decimal 1.0.3] [description] [para] The decimal package provides decimal arithmetic support for both limited precision floating point and arbitrary precision floating point. Additionally, integer arithmetic is supported. [para] |
︙ | ︙ |
Changes to modules/math/machineparameters.man.
1 2 3 4 | [comment {-*- tclrep -*- doctools manpage}] [manpage_begin tclrep/machineparameters n 1.0] [copyright {2008 Michael Baudin <[email protected]>}] [moddesc tclrep] | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | [comment {-*- tclrep -*- doctools manpage}] [manpage_begin tclrep/machineparameters n 1.0] [copyright {2008 Michael Baudin <[email protected]>}] [moddesc tclrep] [require snit] [require math::machineparameters 0.1] [titledesc {Compute double precision machine parameters.}] [description] The [emph math::machineparameters] package is the Tcl equivalent of the DLAMCH LAPACK function. |
︙ | ︙ |
Changes to modules/pt/ChangeLog.
1 2 3 4 5 6 7 | 2013-12-06 Andreas Kupries <[email protected]> * tools/regenerate_parsers.tcl: Ticket [f5155519e7]. Dropped use * ../../apps/pt: of bash. Switched to easier to read invokation without all the shell tricks and magic. 2013-08-06 Andreas Kupries <aku@hephaistos> | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | 2013-12-17 Andreas Kupries <[email protected]> * pt_parse_peg.man: Added missing documentation for the PEG parser package. 2013-12-06 Andreas Kupries <[email protected]> * tools/regenerate_parsers.tcl: Ticket [f5155519e7]. Dropped use * ../../apps/pt: of bash. Switched to easier to read invokation without all the shell tricks and magic. 2013-08-06 Andreas Kupries <aku@hephaistos> |
︙ | ︙ |
Added modules/pt/pt_parse_peg.man.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | [comment {-*- text -*- doctools manpage}] [manpage_begin pt_parse_peg i 1] [include include/module.inc] [titledesc {Parser Tools PEG Parser}] [require pt::parse::peg 1] [description] [include include/ref_intro.inc] This package provides a class whose instances are parsers for parsing expression grammars in textual form. [section {Class API}] [list_begin definitions] [call [cmd className] [opt [arg objectName]]] The class command constructs parser instances, i.e. objects. The result of the command is the fully-qualified name of the instance command. [para] If no [arg objectName] is specified the class will generate and use an automatic name. If the [arg objectName] was specified, but is not fully qualified the command will be created in the curent namespace. [list_end] [section {Instances API}] All parser instances provide at least the methods shown below: [list_begin definitions] [include include/std_parser_object_api.inc] [list_end] [include include/feedback.inc] [manpage_end] |
Changes to modules/sasl/ChangeLog.
1 2 3 4 5 6 7 | 2013-12-06 Andreas Kupries <[email protected]> * ntlm.tcl: [Ticket 5030721806]: Applied the supplied diff, * ntlm.test: removed 'domain' flag from defaults for a Type 1 * pkgIndex.tcl: greeting message. Updated testsuite. Bumped version to 1.1.2 | > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | 2013-12-07 Andreas Kupries <[email protected]> * gtoken.man: Added mini manpages for the SASL mechanisms * ntlm.man: residing in their own packages. They mainly * scram.man: refer back to the main SASL documentation. 2013-12-06 Andreas Kupries <[email protected]> * ntlm.tcl: [Ticket 5030721806]: Applied the supplied diff, * ntlm.test: removed 'domain' flag from defaults for a Type 1 * pkgIndex.tcl: greeting message. Updated testsuite. Bumped version to 1.1.2 |
︙ | ︙ |
Added modules/sasl/gtoken.man.
> > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | [comment {-*- tcl -*- doctools manpage}] [manpage_begin SASL::XGoogleToken n 1.0.1] [keywords authentication] [keywords SASL XGoogleToken] [copyright {2006, Pat Thoyts <[email protected]>}] [moddesc {Simple Authentication and Security Layer (SASL)}] [titledesc {Implementation of SASL NTLM mechanism for Tcl}] [category Networking] [require Tcl 8.2] [require SASL::XGoogleToken [opt 1.0.1]] [description] [para] This package provides the XGoogleToken authentication mechanism for the Simple Authentication and Security Layer (SASL). [para] Please read the documentation for package [package sasl] for details. [section AUTHORS] Pat Thoyts [vset CATEGORY sasl] [include ../doctools2base/include/feedback.inc] [manpage_end] |
Added modules/sasl/ntlm.man.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | [comment {-*- tcl -*- doctools manpage}] [manpage_begin SASL::NTLM n 1.1.2] [keywords authentication] [keywords SASL NTLM] [copyright {2005-2006, Pat Thoyts <[email protected]>}] [moddesc {Simple Authentication and Security Layer (SASL)}] [titledesc {Implementation of SASL NTLM mechanism for Tcl}] [category Networking] [require Tcl 8.2] [require SASL::NTLM [opt 1.1.2]] [description] [para] This package provides the NTLM authentication mechanism for the Simple Authentication and Security Layer (SASL). [para] Please read the documentation for package [package sasl] for details. [section "REFERENCES"] [list_begin enumerated] [enum] No official specification is available. However, [uri http://davenport.sourceforge.net/ntlm.html] provides a good description. [list_end] [section AUTHORS] Pat Thoyts [vset CATEGORY sasl] [include ../doctools2base/include/feedback.inc] [manpage_end] |
Added modules/sasl/scram.man.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | [comment {-*- tcl -*- doctools manpage}] [manpage_begin SASL::SCRAM n 0.1] [keywords authentication] [keywords SASL SCRAM] [copyright {2013 Sergei Golovan <[email protected]>}] [moddesc {Simple Authentication and Security Layer (SASL)}] [titledesc {Implementation of SASL SCRAM mechanism for Tcl}] [category Networking] [require Tcl 8.2] [require SASL::SCRAM [opt 0.1]] [description] [para] This package provides the SCRAM authentication mechanism for the Simple Authentication and Security Layer (SASL). [para] Please read the documentation for package [package sasl] for details. [section "REFERENCES"] [list_begin enumerated] [enum] Newman, C. et al., "Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechanisms", RFC 5802, July 2010, ([uri http://www.ieft.org/rfc/rfc5802.txt]) [list_end] [section AUTHORS] Sergei Golovan [vset CATEGORY sasl] [include ../doctools2base/include/feedback.inc] [manpage_end] |
Changes to modules/virtchannel_base/ChangeLog.
1 2 3 4 5 6 7 | 2013-11-22 Andreas Kupries <[email protected]> * memchan.tcl (Events): Ticket [864a0c83e3]. Do not suppress * string.tcl: readable events at end of the channel. Needed * variable.tcl: to signal the eof condition. Like for regular files, always readable. Versions bumped to 1.0.3, 1.0.2, and 1.0.3 respectively | > > > > | 1 2 3 4 5 6 7 8 9 10 11 | 2013-12-17 Andreas Kupries <[email protected]> * randseed.man: Fixed package name. 2013-11-22 Andreas Kupries <[email protected]> * memchan.tcl (Events): Ticket [864a0c83e3]. Do not suppress * string.tcl: readable events at end of the channel. Needed * variable.tcl: to signal the eof condition. Like for regular files, always readable. Versions bumped to 1.0.3, 1.0.2, and 1.0.3 respectively |
︙ | ︙ |
Changes to modules/virtchannel_base/randseed.man.
1 | [comment {-*- tcl -*- doctools manpage}] | | | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | [comment {-*- tcl -*- doctools manpage}] [manpage_begin tcl::randomseed n 1] [keywords /dev/random] [keywords merge] [keywords random] [keywords {reflected channel}] [keywords seed] [keywords {tip 219}] [keywords {virtual channel}] [copyright {2009 Andreas Kupries <[email protected]>}] [moddesc {Reflected/virtual channel support}] [category Channels] [titledesc {Utilities for random channels}] [require Tcl 8.5] [require TclOO] [require tcl::randomseed [opt 1]] [description] [para] The [package tcl::randomseed] package provides a a few utility commands to help with the seeding of [package tcl::chan::random] channels. [section API] [list_begin definitions] [call [cmd ::tcl::randomseed]] |
︙ | ︙ |
Added modules/websocket/ChangeLog.
> > > > > | 1 2 3 4 5 | 2013-12-17 Andreas Kupries <[email protected]> * websocket.man: Added missing reference to the package itself. |
Changes to modules/websocket/websocket.man.
1 | [comment {-*- tcl -*- doctools manpage}] | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [comment {-*- tcl -*- doctools manpage}] [manpage_begin websocket n 1.3] [see_also http] [keywords http] [keywords internet] [keywords net] [keywords {rfc 6455}] [moddesc {websocket client and server}] [titledesc {Tcl implementation of the websocket protocol}] [category Networking] [require Tcl 8.4] [require http 2.7] [require logger] [require sha1] [require base64] [require websocket 1.3] [description] [para] NOTE: THIS DOCUMENTATION IS WORK IN PROGRESS... [para] |
︙ | ︙ |