Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tar.tcl for progress bar callback #16

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
267b617
Tcllib Release 1.20 work integrated with trunk. Released.
andreas-kupries May 7, 2022
dd0d4fd
Updated release information on homepage.
andreas-kupries May 7, 2022
97a4d31
Add file modules/websocket/websocket.test
kjnash May 10, 2022
c982167
Add root finding methods for one-dimensional functions (bisection, se…
arjenmarkusdeltaresnl Jun 5, 2022
96635c6
Document the changes- root-find procedures
arjenmarkusdeltaresnl Jun 5, 2022
ddc9cdf
Update textutil::wcswidth to latest unicode database. Bump to version…
andreas-kupries Sep 5, 2022
3acb6a4
BEWARE: struct::matrix v1 eliminated.
andreas-kupries Sep 5, 2022
aadeae5
Fix missing tests for the extended handling of ANSI colors and double…
andreas-kupries Sep 5, 2022
ce9512d
valtype - iban - EF - Ticket [a8bcb82e2f]
andreas-kupries Sep 7, 2022
e5ab002
textutil - string - I - fixed indentation of benchmark code
andreas-kupries Sep 9, 2022
cbd46d1
math - decimal - Tkt [c32d31f42d] - I - typo fix in comment
andreas-kupries Oct 5, 2022
f4cd28c
math - bigfloat2 - Tkt [38447f264b] - B - mishandling of zero exponent
andreas-kupries Oct 5, 2022
ce3aa0e
Flatten pkgIndex content to prevent test log processor from breaking …
andreas-kupries Oct 6, 2022
a647667
Create new branch named "ws-bugfixes-2022H2"
kjnash Oct 8, 2022
86280dc
Adapt websocket.tcl to http 2.10 Tcl commit 8f7fbb617da2 - http::getu…
kjnash Oct 8, 2022
e886782
Modified `useTcllibC` to handle case where an internal tcllibc not us…
andreas-kupries Oct 8, 2022
68d63f6
map - geocode::nominatim - I - Now requires 8.6+. Bumped to 0.2
andreas-kupries Oct 8, 2022
efab2bd
Apply patch from ticket 5d23e45b0ec5 - do not allow ::base64::encode …
kjnash Oct 9, 2022
3a98d8e
Apply patch from ticket feda6855978c - avoid infinite loop if handler…
kjnash Oct 9, 2022
e568fb4
Apply patch from ticket 0dd2a66f - so that [dict get] does not raise …
kjnash Oct 9, 2022
e162dae
Apply patch described in ticket 21e22313d to handle unexpected discon…
kjnash Oct 9, 2022
e34b948
Tidy websocket.test - set common data in variables, improve cleanup.
kjnash Oct 9, 2022
cbe872e
Minor changes to websocket.man including omission mentioned in ticket…
kjnash Oct 10, 2022
8974d55
Add example websocket servers provided by anonymous in ticket 0dd2a66…
kjnash Oct 10, 2022
6fb9daf
Minor bugfixes to websocket server examples and integration with Tcllib.
kjnash Oct 10, 2022
90ec0f0
Remove line-end trailing whitespace from websocket server examples.
kjnash Oct 10, 2022
622ee99
Do not log warning message if http is 2.9.8 or higher.
kjnash Oct 10, 2022
3867798
Merge trunk
kjnash Oct 10, 2022
7d20d0f
Merge ws-bugfixes-2022H2. Several bugfixes to websocket, mostly on cl…
kjnash Oct 10, 2022
24beedd
Please review and merge to trunk: If the 'main' procedure in the inst…
mistachkin Oct 13, 2022
8bb33bf
Integrated branch `installErrFix`.
andreas-kupries Oct 15, 2022
dcc0603
map - slippy - Added geo distance method. Version bump to 0.7. Extend…
andreas-kupries Oct 15, 2022
876e8aa
testutils - new utility command `syntax` to semi-automate writing wro…
andreas-kupries Oct 21, 2022
96e6830
map - slippy - bugfix - C code - error handling
andreas-kupries Oct 21, 2022
c71b8d9
pt - pt::pgen - EF - Tkt [c29f2e3e6b]
andreas-kupries Nov 4, 2022
e465e52
map - slippy - BREAKING API CHANGES
andreas-kupries Dec 6, 2022
d5bb7f9
map - slippy - EF
andreas-kupries Dec 7, 2022
200e0dc
map - slippy - EF
andreas-kupries Dec 8, 2022
37e3e73
map - slippy - EF
andreas-kupries Dec 8, 2022
ff9b2cb
map slippy - EF
andreas-kupries Dec 9, 2022
f1f2561
map - slippy - Integration of branch `map-slippy-api-redone`.
andreas-kupries Dec 15, 2022
df81e5e
rc4 - Ticket [264eedd732] - Fix example (documentation). No version b…
andreas-kupries Jan 16, 2023
a5d007c
mime - mime - Ticket [5f455d6343]
andreas-kupries Jan 16, 2023
18d322b
comm - Ticket [cb9a7f0bfc] - Fixed regression in hook eval handling.
andreas-kupries Jan 16, 2023
94e39a3
zip - mkzip - EF - ticket [d6427645ad] - New option -prepend-base-dir…
andreas-kupries Jan 30, 2023
546b6d6
websocket - EF - ticket [1485d648] - Create ensemble, export public c…
andreas-kupries Jan 30, 2023
5ee9f16
Doc regeneration, whitespace cleanup, code cleanup
andreas-kupries Jan 30, 2023
6c32130
Integrated websocket changes
andreas-kupries Jan 30, 2023
df0154e
Update tar.tcl for progress bar callback
Meshparts Mar 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion apps/pt
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,24 @@ proc ::pt::app::Topics {} {

proc ::pt::app::generateHelp {} {
return {
@ generate PFORMAT ?-option value...? PFILE INFORMAT GFILE
@ generate PFORMAT ?-option value...? PFILE GFORMAT GFILE

Generate data in format PFORMAT and write it to PFILE. Read
the grammar to be processed from GFILE (assuming the format
GFORMAT). Use any options to configure the generator. The are
dependent on PFORMAT.

Available GFORMATs are:

json, peg, serial

Available PFORMATs are:

c, container, critcl, json, nx, oo, oo-sa,
param, peg, snit, snit-sa, tea

The -sa formats inline the required runtime package into the
result.
}
}
proc ::pt::app::generate {args} {
Expand Down
2 changes: 1 addition & 1 deletion embedded/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Packages - [Table Of Contents](md/toc.md)
The download links are on the referenced pages.

* [Trunk Head](head.md)
* [Current Release](../../../technote/cd3a11c3065120d491009e64a19f7676176045cd) __1.20 (Dec 1, 2019)__
* [Current Release](../../../technote/7a047636411e9c9d8e1410ddee0fb02d1458a7c0) __1.21 (May 7, 2022)__
* [Past Releases](../../../wiki?name=Past+Releases)
* [Development Snapshots](../../../wiki?name=Development+Snapshots)
* [@ SourceForge](https://sourceforge.net/projects/tcllib/files/)
Expand Down
11 changes: 7 additions & 4 deletions embedded/md/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
|<a name='channel\_transformation'></a>channel transformation|[tcl::transform::adler32](tcllib/files/modules/virtchannel\_transform/adler32\.md) &#183; [tcl::transform::base64](tcllib/files/modules/virtchannel\_transform/vt\_base64\.md) &#183; [tcl::transform::counter](tcllib/files/modules/virtchannel\_transform/vt\_counter\.md) &#183; [tcl::transform::crc32](tcllib/files/modules/virtchannel\_transform/vt\_crc32\.md) &#183; [tcl::transform::hex](tcllib/files/modules/virtchannel\_transform/hex\.md) &#183; [tcl::transform::identity](tcllib/files/modules/virtchannel\_transform/identity\.md) &#183; [tcl::transform::limitsize](tcllib/files/modules/virtchannel\_transform/limitsize\.md) &#183; [tcl::transform::observe](tcllib/files/modules/virtchannel\_transform/observe\.md) &#183; [tcl::transform::otp](tcllib/files/modules/virtchannel\_transform/vt\_otp\.md) &#183; [tcl::transform::rot](tcllib/files/modules/virtchannel\_transform/rot\.md) &#183; [tcl::transform::spacer](tcllib/files/modules/virtchannel\_transform/spacer\.md) &#183; [tcl::transform::zlib](tcllib/files/modules/virtchannel\_transform/tcllib\_zlib\.md)|
|<a name='character\_input'></a>character input|[term::receive](tcllib/files/modules/term/receive\.md) &#183; [term::receive::bind](tcllib/files/modules/term/term\_bind\.md)|
|<a name='character\_output'></a>character output|[term::ansi::send](tcllib/files/modules/term/ansi\_send\.md) &#183; [term::send](tcllib/files/modules/term/term\_send\.md)|
|<a name='character\_type'></a>character type|[textutil::wcswidth](tcllib/files/modules/textutil/wcswidth\.md)|
|<a name='character\_width'></a>character width|[textutil::wcswidth](tcllib/files/modules/textutil/wcswidth\.md)|
|<a name='chat'></a>chat|[irc](tcllib/files/modules/irc/irc\.md) &#183; [multiplexer](tcllib/files/modules/multiplexer/multiplexer\.md) &#183; [picoirc](tcllib/files/modules/irc/picoirc\.md)|
|<a name='checkbox'></a>checkbox|[html](tcllib/files/modules/html/html\.md) &#183; [javascript](tcllib/files/modules/javascript/javascript\.md)|
|<a name='checkbutton'></a>checkbutton|[html](tcllib/files/modules/html/html\.md)|
Expand Down Expand Up @@ -271,6 +273,7 @@
|<a name='dom'></a>DOM|[treeql](tcllib/files/modules/treeql/treeql\.md)|
|<a name='dom'></a>dom|[xsxp](tcllib/files/modules/amazon\-s3/xsxp\.md)|
|<a name='domain\_name\_service'></a>domain name service|[dns](tcllib/files/modules/dns/tcllib\_dns\.md)|
|<a name='double\_wide\_character'></a>double\-wide character|[textutil::wcswidth](tcllib/files/modules/textutil/wcswidth\.md)|
|<a name='\_dtx'></a>\.dtx|[docstrip](tcllib/files/modules/docstrip/docstrip\.md) &#183; [docstrip\_util](tcllib/files/modules/docstrip/docstrip\_util\.md) &#183; [tcldocstrip](tcllib/files/apps/tcldocstrip\.md)|


Expand Down Expand Up @@ -542,7 +545,7 @@
|<a name='math'></a>math|[math](tcllib/files/modules/math/math\.md) &#183; [math::bigfloat](tcllib/files/modules/math/bigfloat\.md) &#183; [math::bignum](tcllib/files/modules/math/bignum\.md) &#183; [math::calculus](tcllib/files/modules/math/calculus\.md) &#183; [math::complexnumbers](tcllib/files/modules/math/qcomplex\.md) &#183; [math::constants](tcllib/files/modules/math/constants\.md) &#183; [math::decimal](tcllib/files/modules/math/decimal\.md) &#183; [math::fuzzy](tcllib/files/modules/math/fuzzy\.md) &#183; [math::geometry](tcllib/files/modules/math/math\_geometry\.md) &#183; [math::interpolate](tcllib/files/modules/math/interpolate\.md) &#183; [math::linearalgebra](tcllib/files/modules/math/linalg\.md) &#183; [math::optimize](tcllib/files/modules/math/optimize\.md) &#183; [math::PCA](tcllib/files/modules/math/pca\.md) &#183; [math::polynomials](tcllib/files/modules/math/polynomials\.md) &#183; [math::rationalfunctions](tcllib/files/modules/math/rational\_funcs\.md) &#183; [math::special](tcllib/files/modules/math/special\.md) &#183; [math::trig](tcllib/files/modules/math/trig\.md) &#183; [simulation::annealing](tcllib/files/modules/simulation/annealing\.md) &#183; [simulation::montecarlo](tcllib/files/modules/simulation/montecarlo\.md) &#183; [simulation::random](tcllib/files/modules/simulation/simulation\_random\.md)|
|<a name='mathematics'></a>mathematics|[math::figurate](tcllib/files/modules/math/figurate\.md) &#183; [math::fourier](tcllib/files/modules/math/fourier\.md) &#183; [math::probopt](tcllib/files/modules/math/probopt\.md) &#183; [math::quasirandom](tcllib/files/modules/math/quasirandom\.md) &#183; [math::statistics](tcllib/files/modules/math/statistics\.md)|
|<a name='matrices'></a>matrices|[math::linearalgebra](tcllib/files/modules/math/linalg\.md)|
|<a name='matrix'></a>matrix|[csv](tcllib/files/modules/csv/csv\.md) &#183; [math::linearalgebra](tcllib/files/modules/math/linalg\.md) &#183; [report](tcllib/files/modules/report/report\.md) &#183; [struct::matrix](tcllib/files/modules/struct/matrix\.md) &#183; [struct::matrix\_v1](tcllib/files/modules/struct/matrix1\.md) &#183; [struct::queue](tcllib/files/modules/struct/queue\.md) &#183; [struct::stack](tcllib/files/modules/struct/stack\.md)|
|<a name='matrix'></a>matrix|[csv](tcllib/files/modules/csv/csv\.md) &#183; [math::linearalgebra](tcllib/files/modules/math/linalg\.md) &#183; [report](tcllib/files/modules/report/report\.md) &#183; [struct::matrix](tcllib/files/modules/struct/matrix\.md) &#183; [struct::queue](tcllib/files/modules/struct/queue\.md) &#183; [struct::stack](tcllib/files/modules/struct/stack\.md)|
|<a name='max\_cut'></a>max cut|[struct::graph::op](tcllib/files/modules/struct/graphops\.md)|
|<a name='maximum'></a>maximum|[math::optimize](tcllib/files/modules/math/optimize\.md)|
|<a name='maximum\_flow'></a>maximum flow|[struct::graph::op](tcllib/files/modules/struct/graphops\.md)|
Expand Down Expand Up @@ -673,7 +676,7 @@
|<a name='post\_order'></a>post\-order|[struct::tree](tcllib/files/modules/struct/struct\_tree\.md)|
|<a name='practcl'></a>practcl|[practcl](tcllib/files/modules/practcl/practcl\.md)|
|<a name='pre\_order'></a>pre\-order|[struct::tree](tcllib/files/modules/struct/struct\_tree\.md)|
|<a name='prefix'></a>prefix|[textutil::string](tcllib/files/modules/textutil/textutil\_string\.md) &#183; [textutil::trim](tcllib/files/modules/textutil/trim\.md)|
|<a name='prefix'></a>prefix|[textutil::string](tcllib/files/modules/textutil/textutil\_string\.md) &#183; [textutil::trim](tcllib/files/modules/textutil/trim\.md) &#183; [textutil::wcswidth](tcllib/files/modules/textutil/wcswidth\.md)|
|<a name='prime'></a>prime|[math::numtheory](tcllib/files/modules/math/numtheory\.md)|
|<a name='prioqueue'></a>prioqueue|[struct::prioqueue](tcllib/files/modules/struct/prioqueue\.md) &#183; [struct::queue](tcllib/files/modules/struct/queue\.md)|
|<a name='priority\_queue'></a>priority queue|[struct::prioqueue](tcllib/files/modules/struct/prioqueue\.md)|
Expand Down Expand Up @@ -726,7 +729,7 @@
|<a name='reference'></a>reference|[doctools::idx](tcllib/files/modules/doctools2idx/idx\_container\.md) &#183; [doctools::idx::export](tcllib/files/modules/doctools2idx/idx\_export\.md) &#183; [doctools::idx::import](tcllib/files/modules/doctools2idx/idx\_import\.md) &#183; [doctools::toc](tcllib/files/modules/doctools2toc/toc\_container\.md) &#183; [doctools::toc::export](tcllib/files/modules/doctools2toc/toc\_export\.md) &#183; [doctools::toc::import](tcllib/files/modules/doctools2toc/toc\_import\.md)|
|<a name='reflected\_channel'></a>reflected channel|[tcl::chan::cat](tcllib/files/modules/virtchannel\_base/cat\.md) &#183; [tcl::chan::core](tcllib/files/modules/virtchannel\_core/core\.md) &#183; [tcl::chan::events](tcllib/files/modules/virtchannel\_core/events\.md) &#183; [tcl::chan::facade](tcllib/files/modules/virtchannel\_base/facade\.md) &#183; [tcl::chan::fifo](tcllib/files/modules/virtchannel\_base/tcllib\_fifo\.md) &#183; [tcl::chan::fifo2](tcllib/files/modules/virtchannel\_base/tcllib\_fifo2\.md) &#183; [tcl::chan::halfpipe](tcllib/files/modules/virtchannel\_base/halfpipe\.md) &#183; [tcl::chan::memchan](tcllib/files/modules/virtchannel\_base/tcllib\_memchan\.md) &#183; [tcl::chan::null](tcllib/files/modules/virtchannel\_base/tcllib\_null\.md) &#183; [tcl::chan::nullzero](tcllib/files/modules/virtchannel\_base/nullzero\.md) &#183; [tcl::chan::random](tcllib/files/modules/virtchannel\_base/tcllib\_random\.md) &#183; [tcl::chan::std](tcllib/files/modules/virtchannel\_base/std\.md) &#183; [tcl::chan::string](tcllib/files/modules/virtchannel\_base/tcllib\_string\.md) &#183; [tcl::chan::textwindow](tcllib/files/modules/virtchannel\_base/textwindow\.md) &#183; [tcl::chan::variable](tcllib/files/modules/virtchannel\_base/tcllib\_variable\.md) &#183; [tcl::chan::zero](tcllib/files/modules/virtchannel\_base/tcllib\_zero\.md) &#183; [tcl::randomseed](tcllib/files/modules/virtchannel\_base/randseed\.md) &#183; [tcl::transform::adler32](tcllib/files/modules/virtchannel\_transform/adler32\.md) &#183; [tcl::transform::base64](tcllib/files/modules/virtchannel\_transform/vt\_base64\.md) &#183; [tcl::transform::core](tcllib/files/modules/virtchannel\_core/transformcore\.md) &#183; [tcl::transform::counter](tcllib/files/modules/virtchannel\_transform/vt\_counter\.md) &#183; [tcl::transform::crc32](tcllib/files/modules/virtchannel\_transform/vt\_crc32\.md) &#183; [tcl::transform::hex](tcllib/files/modules/virtchannel\_transform/hex\.md) &#183; [tcl::transform::identity](tcllib/files/modules/virtchannel\_transform/identity\.md) &#183; [tcl::transform::limitsize](tcllib/files/modules/virtchannel\_transform/limitsize\.md) &#183; [tcl::transform::observe](tcllib/files/modules/virtchannel\_transform/observe\.md) &#183; [tcl::transform::otp](tcllib/files/modules/virtchannel\_transform/vt\_otp\.md) &#183; [tcl::transform::rot](tcllib/files/modules/virtchannel\_transform/rot\.md) &#183; [tcl::transform::spacer](tcllib/files/modules/virtchannel\_transform/spacer\.md) &#183; [tcl::transform::zlib](tcllib/files/modules/virtchannel\_transform/tcllib\_zlib\.md)|
|<a name='regex'></a>regex|[string::token](tcllib/files/modules/string/token\.md)|
|<a name='regular\_expression'></a>regular expression|[grammar::fa](tcllib/files/modules/grammar\_fa/fa\.md) &#183; [grammar::fa::dacceptor](tcllib/files/modules/grammar\_fa/dacceptor\.md) &#183; [grammar::fa::dexec](tcllib/files/modules/grammar\_fa/dexec\.md) &#183; [grammar::fa::op](tcllib/files/modules/grammar\_fa/faop\.md) &#183; [textutil](tcllib/files/modules/textutil/textutil\.md) &#183; [textutil::split](tcllib/files/modules/textutil/textutil\_split\.md) &#183; [textutil::trim](tcllib/files/modules/textutil/trim\.md)|
|<a name='regular\_expression'></a>regular expression|[grammar::fa](tcllib/files/modules/grammar\_fa/fa\.md) &#183; [grammar::fa::dacceptor](tcllib/files/modules/grammar\_fa/dacceptor\.md) &#183; [grammar::fa::dexec](tcllib/files/modules/grammar\_fa/dexec\.md) &#183; [grammar::fa::op](tcllib/files/modules/grammar\_fa/faop\.md) &#183; [textutil](tcllib/files/modules/textutil/textutil\.md) &#183; [textutil::split](tcllib/files/modules/textutil/textutil\_split\.md) &#183; [textutil::trim](tcllib/files/modules/textutil/trim\.md) &#183; [textutil::wcswidth](tcllib/files/modules/textutil/wcswidth\.md)|
|<a name='regular\_grammar'></a>regular grammar|[grammar::fa](tcllib/files/modules/grammar\_fa/fa\.md) &#183; [grammar::fa::dacceptor](tcllib/files/modules/grammar\_fa/dacceptor\.md) &#183; [grammar::fa::dexec](tcllib/files/modules/grammar\_fa/dexec\.md) &#183; [grammar::fa::op](tcllib/files/modules/grammar\_fa/faop\.md)|
|<a name='regular\_languages'></a>regular languages|[grammar::fa](tcllib/files/modules/grammar\_fa/fa\.md) &#183; [grammar::fa::dacceptor](tcllib/files/modules/grammar\_fa/dacceptor\.md) &#183; [grammar::fa::dexec](tcllib/files/modules/grammar\_fa/dexec\.md) &#183; [grammar::fa::op](tcllib/files/modules/grammar\_fa/faop\.md)|
|<a name='remote\_communication'></a>remote communication|[comm](tcllib/files/modules/comm/comm\.md) &#183; [comm\_wire](tcllib/files/modules/comm/comm\_wire\.md)|
Expand Down Expand Up @@ -850,7 +853,7 @@
|<a name='stochastic\_modelling'></a>stochastic modelling|[simulation::montecarlo](tcllib/files/modules/simulation/montecarlo\.md)|
|<a name='stream\_cipher'></a>stream cipher|[rc4](tcllib/files/modules/rc4/rc4\.md)|
|<a name='stream\_copy'></a>stream copy|[tcl::transform::observe](tcllib/files/modules/virtchannel\_transform/observe\.md)|
|<a name='string'></a>string|[string::token](tcllib/files/modules/string/token\.md) &#183; [string::token::shell](tcllib/files/modules/string/token\_shell\.md) &#183; [textutil](tcllib/files/modules/textutil/textutil\.md) &#183; [textutil::adjust](tcllib/files/modules/textutil/adjust\.md) &#183; [textutil::expander](tcllib/files/modules/textutil/expander\.md) &#183; [textutil::repeat](tcllib/files/modules/textutil/repeat\.md) &#183; [textutil::split](tcllib/files/modules/textutil/textutil\_split\.md) &#183; [textutil::string](tcllib/files/modules/textutil/textutil\_string\.md) &#183; [textutil::tabify](tcllib/files/modules/textutil/tabify\.md) &#183; [textutil::trim](tcllib/files/modules/textutil/trim\.md)|
|<a name='string'></a>string|[string::token](tcllib/files/modules/string/token\.md) &#183; [string::token::shell](tcllib/files/modules/string/token\_shell\.md) &#183; [textutil](tcllib/files/modules/textutil/textutil\.md) &#183; [textutil::adjust](tcllib/files/modules/textutil/adjust\.md) &#183; [textutil::expander](tcllib/files/modules/textutil/expander\.md) &#183; [textutil::repeat](tcllib/files/modules/textutil/repeat\.md) &#183; [textutil::split](tcllib/files/modules/textutil/textutil\_split\.md) &#183; [textutil::string](tcllib/files/modules/textutil/textutil\_string\.md) &#183; [textutil::tabify](tcllib/files/modules/textutil/tabify\.md) &#183; [textutil::trim](tcllib/files/modules/textutil/trim\.md) &#183; [textutil::wcswidth](tcllib/files/modules/textutil/wcswidth\.md)|
|<a name='stringprep'></a>stringprep|[stringprep](tcllib/files/modules/stringprep/stringprep\.md) &#183; [stringprep::data](tcllib/files/modules/stringprep/stringprep\_data\.md) &#183; [unicode::data](tcllib/files/modules/stringprep/unicode\_data\.md)|
|<a name='strongly\_connected\_component'></a>strongly connected component|[struct::graph::op](tcllib/files/modules/struct/graphops\.md)|
|<a name='struct'></a>struct|[struct::pool](tcllib/files/modules/struct/pool\.md) &#183; [struct::record](tcllib/files/modules/struct/record\.md)|
Expand Down
4 changes: 2 additions & 2 deletions embedded/md/tcllib/files/modules/comm/comm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[//000000003]: # (Copyright &copy; 1995\-1998 The Open Group\. All Rights Reserved\.)
[//000000004]: # (Copyright &copy; 2003\-2004 ActiveState Corporation\.)
[//000000005]: # (Copyright &copy; 2006\-2009 Andreas Kupries <andreas\_kupries@users\.sourceforge\.net>)
[//000000006]: # (comm\(n\) 4\.7 tcllib "Remote communication")
[//000000006]: # (comm\(n\) 4\.7\.1 tcllib "Remote communication")

<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 @@ -78,7 +78,7 @@ comm \- A remote communication facility for Tcl \(8\.5 and later\)
# <a name='synopsis'></a>SYNOPSIS

package require Tcl 8\.5
package require comm ?4\.7?
package require comm ?4\.7\.1?

[__::comm::comm send__ ?\-async? ?\-command *callback*? *id* *cmd* ?*arg arg \.\.\.*?](#1)
[__::comm::comm self__](#2)
Expand Down
6 changes: 3 additions & 3 deletions embedded/md/tcllib/files/modules/map/map_geocode_nominatim.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[//000000001]: # (map::geocode::nominatim \- Mapping utilities)
[//000000002]: # (Generated from file 'map\_geocode\_nominatim\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (map::geocode::nominatim\(n\) 0\.1 tcllib "Mapping utilities")
[//000000003]: # (map::geocode::nominatim\(n\) 0\.2 tcllib "Mapping utilities")

<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,12 +34,12 @@ map::geocode::nominatim \- Resolving geographical names with a Nominatim service

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

package require Tcl 8\.5
package require Tcl 8\.6
package require http
package require json
package require uri
package require snit
package require map::geocode::nominatim ?0\.1?
package require map::geocode::nominatim ?0\.2?

[__::map::geocode::nominatim__ *requestor* ?__\-baseurl__ *url*? ?__\-callback__ *callback*? ?__\-error__ *error callback*?](#1)
[__$cmdprefix__ *result*](#2)
Expand Down
Loading