Skip to content

Commit

Permalink
base32 - base32 - fix missing version bump (code)
Browse files Browse the repository at this point in the history
stringprep - unicode - fix missing version bump (code)
calendar             - fix missing version bump (code)

base53 - ascii85  - fix missing version bump (doc)
base64 - yyencode - fix missing version bump (doc)
doctools2base     - fix missing version bump (doc)
doctools2idx      - fix missing version bump (doc)

crc    - crc32    - tests - remove leftover tracing output

regenerated documentation
  • Loading branch information
andreas-kupries committed Sep 18, 2024
1 parent 85ddaba commit 83b7d6b
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 67 deletions.
4 changes: 2 additions & 2 deletions embedded/md/tcllib/files/modules/base64/uuencode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[//000000001]: # (uuencode \- Text encoding & decoding binary data)
[//000000002]: # (Generated from file 'uuencode\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright © 2002, Pat Thoyts)
[//000000004]: # (uuencode\(n\) 1\.1\.4 tcllib "Text encoding & decoding binary data")
[//000000004]: # (uuencode\(n\) 1\.1\.6 tcllib "Text encoding & decoding binary data")

<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
href="../../../toc.md">Table Of Contents</a> &#124; <a
Expand Down Expand Up @@ -38,7 +38,7 @@ uuencode \- UU\-encode/decode binary data
# <a name='synopsis'></a>SYNOPSIS

package require Tcl 8\.5 9
package require uuencode ?1\.1\.4?
package require uuencode ?1\.1\.6?

[__::uuencode::encode__ *string*](#1)
[__::uuencode::decode__ *string*](#2)
Expand Down
4 changes: 2 additions & 2 deletions embedded/md/tcllib/files/modules/base64/yencode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[//000000001]: # (yencode \- Text encoding & decoding binary data)
[//000000002]: # (Generated from file 'yencode\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright &copy; 2002, Pat Thoyts)
[//000000004]: # (yencode\(n\) 1\.1\.2 tcllib "Text encoding & decoding binary data")
[//000000004]: # (yencode\(n\) 1\.1\.4 tcllib "Text encoding & decoding binary data")

<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
href="../../../toc.md">Table Of Contents</a> &#124; <a
Expand Down Expand Up @@ -38,7 +38,7 @@ yencode \- Y\-encode/decode binary data
# <a name='synopsis'></a>SYNOPSIS

package require Tcl 8\.5 9
package require yencode ?1\.1\.2?
package require yencode ?1\.1\.4?

[__::yencode::encode__ *string*](#1)
[__::yencode::decode__ *string*](#2)
Expand Down
4 changes: 2 additions & 2 deletions embedded/md/tcllib/files/modules/dicttool/dicttool.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[//000000001]: # (dicttool \- Extensions to the standard "dict" command)
[//000000002]: # (Generated from file 'dicttool\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright &copy; 2017 Sean Woods <yoda@etoyoc\.com>)
[//000000004]: # (dicttool\(n\) 1\.0 tcllib "Extensions to the standard "dict" command")
[//000000004]: # (dicttool\(n\) 1\.2 tcllib "Extensions to the standard "dict" command")

<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
href="../../../toc.md">Table Of Contents</a> &#124; <a
Expand Down Expand Up @@ -34,7 +34,7 @@ dicttool \- Dictionary Tools
# <a name='synopsis'></a>SYNOPSIS

package require Tcl 8\.5 9
package require dicttool ?1\.0?
package require dicttool ?1\.2?

[__ladd__ *varname* *args*](#1)
[__ldelete__ *varname* *args*](#2)
Expand Down
4 changes: 2 additions & 2 deletions embedded/md/tcllib/files/modules/doctools2base/tcl_parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[//000000001]: # (doctools::tcl::parse \- Documentation tools)
[//000000002]: # (Generated from file 'tcl\_parse\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright &copy; 2009 Andreas Kupries <andreas\_kupries@users\.sourceforge\.net>)
[//000000004]: # (doctools::tcl::parse\(n\) 1 tcllib "Documentation tools")
[//000000004]: # (doctools::tcl::parse\(n\) 0\.2 tcllib "Documentation tools")

<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
href="../../../toc.md">Table Of Contents</a> &#124; <a
Expand Down Expand Up @@ -47,7 +47,7 @@ package require struct::list
package require struct::stack
package require struct::set
package require treeql
package require doctools::tcl::parse
package require doctools::tcl::parse ?0\.2?

[__::doctools::tcl::parse__ __text__ *tree* *text* ?*root*?](#1)
[__::doctools::tcl::parse__ __file__ *tree* *path* ?*root*?](#2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[//000000001]: # (doctools::idx \- Documentation tools)
[//000000002]: # (Generated from file 'idx\_container\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright &copy; 2009 Andreas Kupries <andreas\_kupries@users\.sourceforge\.net>)
[//000000004]: # (doctools::idx\(n\) 2 tcllib "Documentation tools")
[//000000004]: # (doctools::idx\(n\) 2\.1 tcllib "Documentation tools")

<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
href="../../../toc.md">Table Of Contents</a> &#124; <a
Expand Down Expand Up @@ -45,7 +45,7 @@ doctools::idx \- Holding keyword indices

# <a name='synopsis'></a>SYNOPSIS

package require doctools::idx ?2?
package require doctools::idx ?2\.1?
package require Tcl 8\.5 9
package require doctools::idx::structure
package require snit
Expand Down
4 changes: 2 additions & 2 deletions idoc/man/files/modules/base64/uuencode.n
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'\" Generated from file 'uuencode\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2002, Pat Thoyts
'\"
.TH "uuencode" n 1\&.1\&.4 tcllib "Text encoding & decoding binary data"
.TH "uuencode" n 1\&.1\&.6 tcllib "Text encoding & decoding binary data"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -276,7 +276,7 @@ uuencode \- UU-encode/decode binary data
.SH SYNOPSIS
package require \fBTcl 8\&.5 9\fR
.sp
package require \fBuuencode ?1\&.1\&.4?\fR
package require \fBuuencode ?1\&.1\&.6?\fR
.sp
\fB::uuencode::encode\fR \fIstring\fR
.sp
Expand Down
4 changes: 2 additions & 2 deletions idoc/man/files/modules/base64/yencode.n
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'\" Generated from file 'yencode\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2002, Pat Thoyts
'\"
.TH "yencode" n 1\&.1\&.2 tcllib "Text encoding & decoding binary data"
.TH "yencode" n 1\&.1\&.4 tcllib "Text encoding & decoding binary data"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -276,7 +276,7 @@ yencode \- Y-encode/decode binary data
.SH SYNOPSIS
package require \fBTcl 8\&.5 9\fR
.sp
package require \fByencode ?1\&.1\&.2?\fR
package require \fByencode ?1\&.1\&.4?\fR
.sp
\fB::yencode::encode\fR \fIstring\fR
.sp
Expand Down
4 changes: 2 additions & 2 deletions idoc/man/files/modules/dicttool/dicttool.n
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'\" Generated from file 'dicttool\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2017 Sean Woods <yoda@etoyoc\&.com>
'\"
.TH "dicttool" n 1\&.0 tcllib "Extensions to the standard "dict" command"
.TH "dicttool" n 1\&.2 tcllib "Extensions to the standard "dict" command"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -276,7 +276,7 @@ dicttool \- Dictionary Tools
.SH SYNOPSIS
package require \fBTcl 8\&.5 9\fR
.sp
package require \fBdicttool ?1\&.0?\fR
package require \fBdicttool ?1\&.2?\fR
.sp
\fBladd\fR \fIvarname\fR \fIargs\fR
.sp
Expand Down
4 changes: 2 additions & 2 deletions idoc/man/files/modules/doctools2base/tcl_parse.n
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'\" Generated from file 'tcl_parse\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2009 Andreas Kupries <andreas_kupries@users\&.sourceforge\&.net>
'\"
.TH "doctools::tcl::parse" n 1 tcllib "Documentation tools"
.TH "doctools::tcl::parse" n 0\&.2 tcllib "Documentation tools"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -290,7 +290,7 @@ package require \fBstruct::set\fR
.sp
package require \fBtreeql\fR
.sp
package require \fBdoctools::tcl::parse\fR
package require \fBdoctools::tcl::parse ?0\&.2?\fR
.sp
\fB::doctools::tcl::parse\fR \fBtext\fR \fItree\fR \fItext\fR ?\fIroot\fR?
.sp
Expand Down
4 changes: 2 additions & 2 deletions idoc/man/files/modules/doctools2idx/idx_container.n
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'\" Generated from file 'idx_container\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2009 Andreas Kupries <andreas_kupries@users\&.sourceforge\&.net>
'\"
.TH "doctools::idx" n 2 tcllib "Documentation tools"
.TH "doctools::idx" n 2\&.1 tcllib "Documentation tools"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
Expand Down Expand Up @@ -274,7 +274,7 @@ Database Class: \\fB\\$3\\fR
.SH NAME
doctools::idx \- Holding keyword indices
.SH SYNOPSIS
package require \fBdoctools::idx ?2?\fR
package require \fBdoctools::idx ?2\&.1?\fR
.sp
package require \fBTcl 8\&.5 9\fR
.sp
Expand Down
4 changes: 2 additions & 2 deletions idoc/www/tcllib/files/modules/base64/uuencode.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
&#124; <a href="../../../../toc2.html">Applications</a>
] <hr>
<div class="doctools">
<h1 class="doctools_title">uuencode(n) 1.1.4 tcllib &quot;Text encoding &amp; decoding binary data&quot;</h1>
<h1 class="doctools_title">uuencode(n) 1.1.6 tcllib &quot;Text encoding &amp; decoding binary data&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>uuencode - UU-encode/decode binary data</p>
</div>
Expand All @@ -130,7 +130,7 @@ <h1 class="doctools_title">uuencode(n) 1.1.4 tcllib &quot;Text encoding &amp; de
<div class="doctools_synopsis">
<ul class="doctools_requirements">
<li>package require <b class="pkgname">Tcl 8.5 9</b></li>
<li>package require <b class="pkgname">uuencode <span class="opt">?1.1.4?</span></b></li>
<li>package require <b class="pkgname">uuencode <span class="opt">?1.1.6?</span></b></li>
</ul>
<ul class="doctools_syntax">
<li><a href="#1"><b class="cmd">::uuencode::encode</b> <i class="arg">string</i></a></li>
Expand Down
4 changes: 2 additions & 2 deletions idoc/www/tcllib/files/modules/base64/yencode.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
&#124; <a href="../../../../toc2.html">Applications</a>
] <hr>
<div class="doctools">
<h1 class="doctools_title">yencode(n) 1.1.2 tcllib &quot;Text encoding &amp; decoding binary data&quot;</h1>
<h1 class="doctools_title">yencode(n) 1.1.4 tcllib &quot;Text encoding &amp; decoding binary data&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>yencode - Y-encode/decode binary data</p>
</div>
Expand All @@ -130,7 +130,7 @@ <h1 class="doctools_title">yencode(n) 1.1.2 tcllib &quot;Text encoding &amp; dec
<div class="doctools_synopsis">
<ul class="doctools_requirements">
<li>package require <b class="pkgname">Tcl 8.5 9</b></li>
<li>package require <b class="pkgname">yencode <span class="opt">?1.1.2?</span></b></li>
<li>package require <b class="pkgname">yencode <span class="opt">?1.1.4?</span></b></li>
</ul>
<ul class="doctools_syntax">
<li><a href="#1"><b class="cmd">::yencode::encode</b> <i class="arg">string</i></a></li>
Expand Down
4 changes: 2 additions & 2 deletions idoc/www/tcllib/files/modules/dicttool/dicttool.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
&#124; <a href="../../../../toc2.html">Applications</a>
] <hr>
<div class="doctools">
<h1 class="doctools_title">dicttool(n) 1.0 tcllib &quot;Extensions to the standard &quot;dict&quot; command&quot;</h1>
<h1 class="doctools_title">dicttool(n) 1.2 tcllib &quot;Extensions to the standard &quot;dict&quot; command&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>dicttool - Dictionary Tools</p>
</div>
Expand All @@ -128,7 +128,7 @@ <h1 class="doctools_title">dicttool(n) 1.0 tcllib &quot;Extensions to the standa
<div class="doctools_synopsis">
<ul class="doctools_requirements">
<li>package require <b class="pkgname">Tcl 8.5 9</b></li>
<li>package require <b class="pkgname">dicttool <span class="opt">?1.0?</span></b></li>
<li>package require <b class="pkgname">dicttool <span class="opt">?1.2?</span></b></li>
</ul>
<ul class="doctools_syntax">
<li><a href="#1"><b class="cmd">ladd</b> <i class="arg">varname</i> <i class="arg">args</i></a></li>
Expand Down
4 changes: 2 additions & 2 deletions idoc/www/tcllib/files/modules/doctools2base/tcl_parse.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
&#124; <a href="../../../../toc2.html">Applications</a>
] <hr>
<div class="doctools">
<h1 class="doctools_title">doctools::tcl::parse(n) 1 tcllib &quot;Documentation tools&quot;</h1>
<h1 class="doctools_title">doctools::tcl::parse(n) 0.2 tcllib &quot;Documentation tools&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>doctools::tcl::parse - Processing text in 'subst -novariables' format</p>
</div>
Expand Down Expand Up @@ -138,7 +138,7 @@ <h1 class="doctools_title">doctools::tcl::parse(n) 1 tcllib &quot;Documentation
<li>package require <b class="pkgname">struct::stack</b></li>
<li>package require <b class="pkgname">struct::set</b></li>
<li>package require <b class="pkgname">treeql</b></li>
<li>package require <b class="pkgname">doctools::tcl::parse</b></li>
<li>package require <b class="pkgname">doctools::tcl::parse <span class="opt">?0.2?</span></b></li>
</ul>
<ul class="doctools_syntax">
<li><a href="#1"><b class="cmd">::doctools::tcl::parse</b> <b class="method">text</b> <i class="arg">tree</i> <i class="arg">text</i> <span class="opt">?<i class="arg">root</i>?</span></a></li>
Expand Down
4 changes: 2 additions & 2 deletions idoc/www/tcllib/files/modules/doctools2idx/idx_container.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
&#124; <a href="../../../../toc2.html">Applications</a>
] <hr>
<div class="doctools">
<h1 class="doctools_title">doctools::idx(n) 2 tcllib &quot;Documentation tools&quot;</h1>
<h1 class="doctools_title">doctools::idx(n) 2.1 tcllib &quot;Documentation tools&quot;</h1>
<div id="name" class="doctools_section"><h2><a name="name">Name</a></h2>
<p>doctools::idx - Holding keyword indices</p>
</div>
Expand All @@ -136,7 +136,7 @@ <h1 class="doctools_title">doctools::idx(n) 2 tcllib &quot;Documentation tools&q
<div id="synopsis" class="doctools_section"><h2><a name="synopsis">Synopsis</a></h2>
<div class="doctools_synopsis">
<ul class="doctools_requirements">
<li>package require <b class="pkgname">doctools::idx <span class="opt">?2?</span></b></li>
<li>package require <b class="pkgname">doctools::idx <span class="opt">?2.1?</span></b></li>
<li>package require <b class="pkgname">Tcl 8.5 9</b></li>
<li>package require <b class="pkgname">doctools::idx::structure</b></li>
<li>package require <b class="pkgname">snit</b></li>
Expand Down
4 changes: 1 addition & 3 deletions modules/base32/base32.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
# Management code for switching between Tcl and C accelerated
# implementations.
#
# RCS: @(#) $Id: base32.tcl,v 1.2 2006/10/13 05:39:49 andreas_kupries Exp $

# @mdgen EXCLUDE: base32_c.tcl

Expand Down Expand Up @@ -179,4 +177,4 @@ namespace eval ::base32 {
# ### ### ### ######### ######### #########
## Ready

package provide base32 0.1
package provide base32 0.2
2 changes: 1 addition & 1 deletion modules/base32/pkgIndex.tcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if {![package vsatisfies [package provide Tcl] 8.5 9]} return
package ifneeded base32 0.1 [list source [file join $dir base32.tcl]]
package ifneeded base32 0.2 [list source [file join $dir base32.tcl]]
package ifneeded base32::hex 0.2 [list source [file join $dir base32hex.tcl]]
package ifneeded base32::core 0.2 [list source [file join $dir base32core.tcl]]
4 changes: 2 additions & 2 deletions modules/base64/uuencode.man
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[manpage_begin uuencode n 1.1.4]
[manpage_begin uuencode n 1.1.6]
[keywords encoding]
[keywords uuencode]
[copyright {2002, Pat Thoyts}]
[moddesc {Text encoding & decoding binary data}]
[titledesc {UU-encode/decode binary data}]
[category {Text processing}]
[require Tcl "8.5 9"]
[require uuencode [opt 1.1.4]]
[require uuencode [opt 1.1.6]]
[description]
[para]

Expand Down
4 changes: 2 additions & 2 deletions modules/base64/yencode.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[manpage_begin yencode n 1.1.2]
[manpage_begin yencode n 1.1.4]
[keywords encoding]
[keywords ydecode]
[keywords yEnc]
Expand All @@ -8,7 +8,7 @@
[titledesc {Y-encode/decode binary data}]
[category {Text processing}]
[require Tcl "8.5 9"]
[require yencode [opt 1.1.2]]
[require yencode [opt 1.1.4]]
[description]
[para]

Expand Down
2 changes: 1 addition & 1 deletion modules/calendar/calendar.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ namespace eval ::calendar {
lappend ::auto_path $home
}

package provide [namespace tail [namespace current]] 0.3
package provide [namespace tail [namespace current]] 0.4
}
12 changes: 1 addition & 11 deletions modules/crc/crc32.test
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ set tests {
foreach impl [implementations] {
select_implementation $impl
foreach {n msg expected} $tests {
puts 2///$impl//$n

test crc32-$impl-2.$n "crc32 as unsigned integer ($impl)" {
list [catch {::crc::crc32 $msg} err] $err
} [list 0 $expected]
Expand Down Expand Up @@ -160,8 +158,6 @@ proc crc::loaddata {filename} {

foreach impl [implementations] {
select_implementation $impl

puts 4///$impl//0

test crc32-$impl-4.0 "crc32 file option ($impl)" {
set r1 [::crc::crc32 -file $crc::testfile]
Expand Down Expand Up @@ -191,10 +187,7 @@ set tests {
}
foreach impl [implementations] {
select_implementation $impl
foreach {n seed msg expected} $tests {

puts 5///$impl//$n

foreach {n seed msg expected} $tests {
test crc32-$impl-5.$n "crc32 initial seed option ($impl)" {
list [catch {::crc::crc32 -seed $seed $msg} err] $err
} [list 0 $expected]
Expand All @@ -220,9 +213,6 @@ set tests {
foreach impl [implementations] {
select_implementation $impl
foreach {n msgA msgB expected} $tests {

puts 6///$impl//$n

test crc32-$impl-6.$n "crc32 using -seed ($impl)" {
list [catch {
::crc::crc32 -seed [expr {[::crc::crc32 $msgA] ^ 0xffffffff}] $msgB
Expand Down
2 changes: 1 addition & 1 deletion modules/dicttool/dicttool.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[vset VERSION 1.0]
[vset VERSION 1.2]
[comment {-*- tcl -*- doctools manpage}]
[manpage_begin dicttool n [vset VERSION]]
[keywords dict]
Expand Down
10 changes: 0 additions & 10 deletions modules/dicttool/pkgIndex.tcl
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
# Tcl package index file, version 1.1
# This file is generated by the "pkg_mkIndex" command
# and sourced either when an application starts up or
# by a "package unknown" script. It invokes the
# "package ifneeded" command to set up package-related
# information so that packages will be loaded automatically
# in response to "package require" commands. When this
# script is sourced, the variable $dir must contain the
# full path name of this file's directory.

package ifneeded dicttool 1.2 [list source [file join $dir dicttool.tcl]]
Loading

0 comments on commit 83b7d6b

Please sign in to comment.