From 83b7d6b992292b7072e4ddbcc5cef0e78166309d Mon Sep 17 00:00:00 2001 From: Andreas Kupries Date: Wed, 18 Sep 2024 20:13:04 +0000 Subject: [PATCH] base32 - base32 - fix missing version bump (code) 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 --- embedded/md/tcllib/files/modules/base64/uuencode.md | 4 ++-- embedded/md/tcllib/files/modules/base64/yencode.md | 4 ++-- .../md/tcllib/files/modules/dicttool/dicttool.md | 4 ++-- .../tcllib/files/modules/doctools2base/tcl_parse.md | 4 ++-- .../files/modules/doctools2idx/idx_container.md | 4 ++-- idoc/man/files/modules/base64/uuencode.n | 4 ++-- idoc/man/files/modules/base64/yencode.n | 4 ++-- idoc/man/files/modules/dicttool/dicttool.n | 4 ++-- idoc/man/files/modules/doctools2base/tcl_parse.n | 4 ++-- idoc/man/files/modules/doctools2idx/idx_container.n | 4 ++-- idoc/www/tcllib/files/modules/base64/uuencode.html | 4 ++-- idoc/www/tcllib/files/modules/base64/yencode.html | 4 ++-- idoc/www/tcllib/files/modules/dicttool/dicttool.html | 4 ++-- .../files/modules/doctools2base/tcl_parse.html | 4 ++-- .../files/modules/doctools2idx/idx_container.html | 4 ++-- modules/base32/base32.tcl | 4 +--- modules/base32/pkgIndex.tcl | 2 +- modules/base64/uuencode.man | 4 ++-- modules/base64/yencode.man | 4 ++-- modules/calendar/calendar.tcl | 2 +- modules/crc/crc32.test | 12 +----------- modules/dicttool/dicttool.man | 2 +- modules/dicttool/pkgIndex.tcl | 10 ---------- modules/doctools2base/tcl_parse.man | 4 ++-- modules/doctools2idx/idx_container.man | 4 ++-- modules/stringprep/unicode.tcl | 3 +-- 26 files changed, 44 insertions(+), 67 deletions(-) diff --git a/embedded/md/tcllib/files/modules/base64/uuencode.md b/embedded/md/tcllib/files/modules/base64/uuencode.md index 8ceb761c65..3ba4728d98 100644 --- a/embedded/md/tcllib/files/modules/base64/uuencode.md +++ b/embedded/md/tcllib/files/modules/base64/uuencode.md @@ -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")
[ Main Table Of Contents | Table Of Contents | 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) diff --git a/embedded/md/tcllib/files/modules/base64/yencode.md b/embedded/md/tcllib/files/modules/base64/yencode.md index d35f8f95a4..67956730d4 100644 --- a/embedded/md/tcllib/files/modules/base64/yencode.md +++ b/embedded/md/tcllib/files/modules/base64/yencode.md @@ -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 © 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")
[ Main Table Of Contents | Table Of Contents | 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) diff --git a/embedded/md/tcllib/files/modules/dicttool/dicttool.md b/embedded/md/tcllib/files/modules/dicttool/dicttool.md index f0bc41e49f..4ce4748347 100644 --- a/embedded/md/tcllib/files/modules/dicttool/dicttool.md +++ b/embedded/md/tcllib/files/modules/dicttool/dicttool.md @@ -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 © 2017 Sean Woods ) -[//000000004]: # (dicttool\(n\) 1\.0 tcllib "Extensions to the standard "dict" command") +[//000000004]: # (dicttool\(n\) 1\.2 tcllib "Extensions to the standard "dict" command")
[ Main Table Of Contents | Table Of Contents | 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) diff --git a/embedded/md/tcllib/files/modules/doctools2base/tcl_parse.md b/embedded/md/tcllib/files/modules/doctools2base/tcl_parse.md index 0ec9ff7855..0098f48ee9 100644 --- a/embedded/md/tcllib/files/modules/doctools2base/tcl_parse.md +++ b/embedded/md/tcllib/files/modules/doctools2base/tcl_parse.md @@ -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 © 2009 Andreas Kupries ) -[//000000004]: # (doctools::tcl::parse\(n\) 1 tcllib "Documentation tools") +[//000000004]: # (doctools::tcl::parse\(n\) 0\.2 tcllib "Documentation tools")
[ Main Table Of Contents | Table Of Contents | ) -[//000000004]: # (doctools::idx\(n\) 2 tcllib "Documentation tools") +[//000000004]: # (doctools::idx\(n\) 2\.1 tcllib "Documentation tools")
[
Main Table Of Contents | Table Of Contents | 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 diff --git a/idoc/man/files/modules/base64/uuencode.n b/idoc/man/files/modules/base64/uuencode.n index c4636268ab..65b8357b86 100644 --- a/idoc/man/files/modules/base64/uuencode.n +++ b/idoc/man/files/modules/base64/uuencode.n @@ -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. .\" @@ -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 diff --git a/idoc/man/files/modules/base64/yencode.n b/idoc/man/files/modules/base64/yencode.n index ad222defc3..6760cbc56b 100644 --- a/idoc/man/files/modules/base64/yencode.n +++ b/idoc/man/files/modules/base64/yencode.n @@ -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. .\" @@ -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 diff --git a/idoc/man/files/modules/dicttool/dicttool.n b/idoc/man/files/modules/dicttool/dicttool.n index a1d913e44b..dc733b8af9 100644 --- a/idoc/man/files/modules/dicttool/dicttool.n +++ b/idoc/man/files/modules/dicttool/dicttool.n @@ -2,7 +2,7 @@ '\" Generated from file 'dicttool\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2017 Sean Woods '\" -.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. .\" @@ -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 diff --git a/idoc/man/files/modules/doctools2base/tcl_parse.n b/idoc/man/files/modules/doctools2base/tcl_parse.n index f7683eb846..fa61b32ee0 100644 --- a/idoc/man/files/modules/doctools2base/tcl_parse.n +++ b/idoc/man/files/modules/doctools2base/tcl_parse.n @@ -2,7 +2,7 @@ '\" Generated from file 'tcl_parse\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2009 Andreas Kupries '\" -.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. .\" @@ -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 diff --git a/idoc/man/files/modules/doctools2idx/idx_container.n b/idoc/man/files/modules/doctools2idx/idx_container.n index d7e1f82400..52658215c9 100644 --- a/idoc/man/files/modules/doctools2idx/idx_container.n +++ b/idoc/man/files/modules/doctools2idx/idx_container.n @@ -2,7 +2,7 @@ '\" Generated from file 'idx_container\&.man' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2009 Andreas Kupries '\" -.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. .\" @@ -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 diff --git a/idoc/www/tcllib/files/modules/base64/uuencode.html b/idoc/www/tcllib/files/modules/base64/uuencode.html index 45a2324617..16fc46f05c 100644 --- a/idoc/www/tcllib/files/modules/base64/uuencode.html +++ b/idoc/www/tcllib/files/modules/base64/uuencode.html @@ -109,7 +109,7 @@ | Applications ]
-

uuencode(n) 1.1.4 tcllib "Text encoding & decoding binary data"

+

uuencode(n) 1.1.6 tcllib "Text encoding & decoding binary data"

Name

uuencode - UU-encode/decode binary data

@@ -130,7 +130,7 @@

uuencode(n) 1.1.4 tcllib "Text encoding & de
  • package require Tcl 8.5 9
  • -
  • package require uuencode ?1.1.4?
  • +
  • package require uuencode ?1.1.6?
  • ::uuencode::encode string
  • diff --git a/idoc/www/tcllib/files/modules/base64/yencode.html b/idoc/www/tcllib/files/modules/base64/yencode.html index 678a2d5fed..4ed1a3e326 100644 --- a/idoc/www/tcllib/files/modules/base64/yencode.html +++ b/idoc/www/tcllib/files/modules/base64/yencode.html @@ -109,7 +109,7 @@ | Applications ]
    -

    yencode(n) 1.1.2 tcllib "Text encoding & decoding binary data"

    +

    yencode(n) 1.1.4 tcllib "Text encoding & decoding binary data"

    Name

    yencode - Y-encode/decode binary data

    @@ -130,7 +130,7 @@

    yencode(n) 1.1.2 tcllib "Text encoding & dec
    • package require Tcl 8.5 9
    • -
    • package require yencode ?1.1.2?
    • +
    • package require yencode ?1.1.4?
    • ::yencode::encode string
    • diff --git a/idoc/www/tcllib/files/modules/dicttool/dicttool.html b/idoc/www/tcllib/files/modules/dicttool/dicttool.html index 05c9a4ce22..55e254d0cf 100644 --- a/idoc/www/tcllib/files/modules/dicttool/dicttool.html +++ b/idoc/www/tcllib/files/modules/dicttool/dicttool.html @@ -109,7 +109,7 @@ | Applications ]
      -

      dicttool(n) 1.0 tcllib "Extensions to the standard "dict" command"

      +

      dicttool(n) 1.2 tcllib "Extensions to the standard "dict" command"

      Name

      dicttool - Dictionary Tools

      @@ -128,7 +128,7 @@

      dicttool(n) 1.0 tcllib "Extensions to the standa
      • package require Tcl 8.5 9
      • -
      • package require dicttool ?1.0?
      • +
      • package require dicttool ?1.2?
      • ladd varname args
      • diff --git a/idoc/www/tcllib/files/modules/doctools2base/tcl_parse.html b/idoc/www/tcllib/files/modules/doctools2base/tcl_parse.html index bc805dc008..af7c3dbcb9 100644 --- a/idoc/www/tcllib/files/modules/doctools2base/tcl_parse.html +++ b/idoc/www/tcllib/files/modules/doctools2base/tcl_parse.html @@ -109,7 +109,7 @@ | Applications ]
        -

        doctools::tcl::parse(n) 1 tcllib "Documentation tools"

        +

        doctools::tcl::parse(n) 0.2 tcllib "Documentation tools"

        Name

        doctools::tcl::parse - Processing text in 'subst -novariables' format

        @@ -138,7 +138,7 @@

        doctools::tcl::parse(n) 1 tcllib "Documentation
      • 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?
      • diff --git a/idoc/www/tcllib/files/modules/doctools2idx/idx_container.html b/idoc/www/tcllib/files/modules/doctools2idx/idx_container.html index 071e795018..931c218580 100644 --- a/idoc/www/tcllib/files/modules/doctools2idx/idx_container.html +++ b/idoc/www/tcllib/files/modules/doctools2idx/idx_container.html @@ -109,7 +109,7 @@ | Applications ]
        -

        doctools::idx(n) 2 tcllib "Documentation tools"

        +

        doctools::idx(n) 2.1 tcllib "Documentation tools"

        Name

        doctools::idx - Holding keyword indices

        @@ -136,7 +136,7 @@

        doctools::idx(n) 2 tcllib "Documentation tools&q

        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
        • diff --git a/modules/base32/base32.tcl b/modules/base32/base32.tcl index eb71c54f64..563ea6c23c 100644 --- a/modules/base32/base32.tcl +++ b/modules/base32/base32.tcl @@ -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 @@ -179,4 +177,4 @@ namespace eval ::base32 { # ### ### ### ######### ######### ######### ## Ready -package provide base32 0.1 +package provide base32 0.2 diff --git a/modules/base32/pkgIndex.tcl b/modules/base32/pkgIndex.tcl index 3edf26381b..ea0c6d9706 100644 --- a/modules/base32/pkgIndex.tcl +++ b/modules/base32/pkgIndex.tcl @@ -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]] diff --git a/modules/base64/uuencode.man b/modules/base64/uuencode.man index 235d379a0d..08bf131ac5 100644 --- a/modules/base64/uuencode.man +++ b/modules/base64/uuencode.man @@ -1,4 +1,4 @@ -[manpage_begin uuencode n 1.1.4] +[manpage_begin uuencode n 1.1.6] [keywords encoding] [keywords uuencode] [copyright {2002, Pat Thoyts}] @@ -6,7 +6,7 @@ [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] diff --git a/modules/base64/yencode.man b/modules/base64/yencode.man index 83c3561983..ec7c988518 100644 --- a/modules/base64/yencode.man +++ b/modules/base64/yencode.man @@ -1,4 +1,4 @@ -[manpage_begin yencode n 1.1.2] +[manpage_begin yencode n 1.1.4] [keywords encoding] [keywords ydecode] [keywords yEnc] @@ -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] diff --git a/modules/calendar/calendar.tcl b/modules/calendar/calendar.tcl index 8a2340bb88..a70c75a764 100644 --- a/modules/calendar/calendar.tcl +++ b/modules/calendar/calendar.tcl @@ -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 } diff --git a/modules/crc/crc32.test b/modules/crc/crc32.test index 9d31a61369..5910b3b8df 100644 --- a/modules/crc/crc32.test +++ b/modules/crc/crc32.test @@ -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] @@ -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] @@ -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] @@ -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 diff --git a/modules/dicttool/dicttool.man b/modules/dicttool/dicttool.man index 50eb47fcc9..b394445b37 100644 --- a/modules/dicttool/dicttool.man +++ b/modules/dicttool/dicttool.man @@ -1,4 +1,4 @@ -[vset VERSION 1.0] +[vset VERSION 1.2] [comment {-*- tcl -*- doctools manpage}] [manpage_begin dicttool n [vset VERSION]] [keywords dict] diff --git a/modules/dicttool/pkgIndex.tcl b/modules/dicttool/pkgIndex.tcl index aad5a39273..bd54f60859 100644 --- a/modules/dicttool/pkgIndex.tcl +++ b/modules/dicttool/pkgIndex.tcl @@ -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]] diff --git a/modules/doctools2base/tcl_parse.man b/modules/doctools2base/tcl_parse.man index b8436953f6..9c3f9ade41 100644 --- a/modules/doctools2base/tcl_parse.man +++ b/modules/doctools2base/tcl_parse.man @@ -1,5 +1,5 @@ [comment {-*- tcl -*- doctools manpage}] -[manpage_begin doctools::tcl::parse n 1] +[manpage_begin doctools::tcl::parse n 0.2] [keywords command] [keywords doctools] [keywords parser] @@ -18,7 +18,7 @@ [require struct::stack] [require struct::set] [require treeql] -[require doctools::tcl::parse] +[require doctools::tcl::parse [opt 0.2]] [description] This package provides commands for parsing text with embedded Tcl diff --git a/modules/doctools2idx/idx_container.man b/modules/doctools2idx/idx_container.man index b57acb684b..e305a2580a 100644 --- a/modules/doctools2idx/idx_container.man +++ b/modules/doctools2idx/idx_container.man @@ -1,5 +1,5 @@ [comment {-*- tcl -*- doctools manpage}] -[manpage_begin doctools::idx n 2] +[manpage_begin doctools::idx n 2.1] [keywords conversion] [keywords {docidx markup}] [keywords documentation] @@ -25,7 +25,7 @@ [moddesc {Documentation tools}] [titledesc {Holding keyword indices}] [category {Documentation tools}] -[require doctools::idx [opt 2]] +[require doctools::idx [opt 2.1]] [require Tcl "8.5 9"] [require doctools::idx::structure] [require snit] diff --git a/modules/stringprep/unicode.tcl b/modules/stringprep/unicode.tcl index f36fdcda59..fbdcf038fc 100644 --- a/modules/stringprep/unicode.tcl +++ b/modules/stringprep/unicode.tcl @@ -286,5 +286,4 @@ proc ::unicode::composeCanonical {uclist} { ######################################################################## -package provide unicode 1.1.0 - +package provide unicode 1.1.1