Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'idoc/man/files/modules/math/*'
2024-10-17
| ||
22:03 | Merge trunk and resolve conflicts. Some mime tests fail. check-in: aed2b8c04b user: pooryorick tags: mime | |
2024-09-27
| ||
10:44 | Merge trunk. Leaf check-in: 3242d066e4 user: pooryorick tags: module-aes | |
2024-09-13
| ||
18:53 | Regenerated documentation check-in: 98b25fbbd1 user: aku tags: trunk | |
2024-05-12
| ||
10:15 | Merge trunk. check-in: 07889faed0 user: pooryorick tags: module-aes | |
2024-01-30
| ||
23:29 | Fixes in md5crypt C code to properly handle non-ASCII strings. General tcl9 work/marking of more locations found by the extended checker (in C companion files). check-in: 00c0fc2344 user: aku tags: trunk | |
2024-01-08
| ||
21:29 | ticket [8dd305fd78] - doctools - D, EF - Extended `require` formatting command Accept multiple version arguments, like Tcl's `package require` builtin. Version bumped to 1.6. Thanks to Rolf for the suggestion. Online docs regenerated. check-in: f6714a7464 user: aku tags: trunk | |
10:43 | General doc regeneration check-in: 053003a9fc user: aku tags: trunk | |
10:42 | math -- interpolate -- B, D Fix out of date version number in package index. Introduced into trunk by me, via commit [758418619e8fa801] integrating Rolf's Tcl 9 work. I forgot to check for version mismatches. Fix for ticket [7be06f3334]. Thanks to teclab for the report. check-in: d7c1f992da user: aku tags: trunk | |
2023-11-14
| ||
08:20 | Integrated Rolf's work to make Tcllib ready for Tcl 9+ into the trunk. Thank you very much. check-in: 758418619e user: aku tags: trunk | |
2023-08-16
| ||
00:32 | More [package require Tcl] work and cleanup, including documentation. Regenerated embedded documentation. check-in: 57962d728c user: rolf tags: tcl9-testarea-rde | |
2022-10-05
| ||
21:00 | math - bigfloat2 - Tkt [38447f264b] - B - mishandling of zero exponent tests added. version bumped to 2.0.4. regenerated docs. check-in: 99458cf45a user: aku tags: trunk | |
2022-09-05
| ||
13:20 | Update textutil::wcswidth to latest unicode database. Bump to version 35.2. Tests added. Documentation added. check-in: 624dc483bc user: aku tags: trunk | |
2022-05-07
| ||
15:51 | Tcllib Release 1.21 work integrated with trunk. Released. check-in: a25bdeaef4 user: aku tags: trunk, release, tcllib-1-21 | |
2022-04-28
| ||
21:00 | New module mkdoc, plus associated app. Rgenerated docs. check-in: 8defde4552 user: aku tags: tcllib-1-21-rc | |
2022-04-14
| ||
12:14 | merge trunk check-in: d72480fa88 user: pooryorick tags: module-aes | |
2022-04-08
| ||
19:24 | zip - zipfile::decode [B] Ticket [8e5a7e4a42] Fixed missing handling of open file when LocateEnd errors in any way, shape or form. Bumped to 0.9. Regenerated documentation. Thanks to Donal for the report. Side work: Fixed various typos in code comments. check-in: 114c16ad94 user: aku tags: trunk | |
2021-04-30
| ||
12:12 | Merge trunk. check-in: e535000f3e user: pooryorick tags: pooryorick | |
2021-03-22
| ||
10:06 | Batch update of embedded documentation check-in: 09ea5ebbe6 user: aku tags: trunk | |
2021-03-02
| ||
20:43 | math / bigfloat2 - B, T - Ticket [ca6a2cfef5] Fixed handling of -0.0 / -.0 Added tests (For bigfloat v1 as well). Bumped to version 2.0.3. General cleanup of trailing whitespace. Thanks to submitter @tzwaenn for the report. check-in: af87207bab user: aku tags: trunk | |
2021-03-01
| ||
20:24 | irc / picoirc - B - Ticket [15e3194594] Fixes in nick handling. Bumped to version 0.5.3. Tweaks by me: - Version bump (code, index, documentation). - Renamed variable `n` to `nick` for clarity. - Cleaned up, i.e. removed, trailing whitespace. - Regenerated documentation. Thanks to submitter @gay for the report and patch. check-in: b0eabd72d0 user: aku tags: trunk | |
2021-01-04
| ||
18:15 | Generate the documentation via the command "sak.tcl localdoc" as advised by Andreas Kupries. This should bring all documentation up to date. check-in: 0f0b5f9cc0 user: arjenmarkus tags: trunk | |
2020-03-06
| ||
06:57 | crc - crc32 - Fixed calculation of signbit. The existing code relied on having the `int()` result limited to system word size. Starting with Tcl 8.7 this is not true any longer (See [TIP 514](https://core.tcl-lang.org/tips/doc/trunk/tip/514.md)). Added code to use `tcl_platform(wordSize)` as source to derive the signbit from. Kept the existing code for old versions of the core without `tcl_platform(wordSize)`. For these `int()` will be limited as expected, thus no trouble. This was reported indirectly to us through https://github.com/andreas-kupries/critcl/issues/107 crc32 version bumped to 1.3.3 check-in: 7737acdb11 user: aku tags: trunk | |
2020-02-17
| ||
14:33 | Merging changes from Trunk Leaf check-in: 4f943a9660 user: hypnotoad tags: hypnotoad | |
2019-11-26
| ||
04:25 | Brought RC into sync with trunk. Updated READMEs to match work on - blowfish - dns - httpd - markdown - profiler - struct::matrix - tcl::chan::halfpipe Closed-Leaf check-in: a198fe68f5 user: aku tags: release, tcllib-1-20, tcllib-1-20-rc | |
2019-11-24
| ||
21:25 | Merge amg-argparse Leaf check-in: b8b70870c9 user: andy tags: amg-argparse-validation | |
21:24 | Merge trunk Leaf check-in: e7b61937e1 user: andy tags: amg-pipeline | |
21:24 | Merge trunk Leaf check-in: eccc25a0c4 user: andy tags: amg-argparse | |
2019-11-19
| ||
07:40 | Integrated into trunk, fixes for tickets - [8168daf796]: IPv6 reverse lookup - [e6bdd934eb]: format 2chan, missing channel. - [e6bdd934eb]]: hypnotoad pull. check-in: 620ac0d5eb user: aku tags: trunk | |
04:54 | Regenerate local documentation. Closed-Leaf check-in: 2ca7c89c42 user: aku tags: tkt-e6bdd934eb | |
2019-06-26
| ||
18:34 | Merged latest from trunk. check-in: 5d1a1e2063 user: aku tags: hypnotoad | |
2019-06-25
| ||
19:20 | Regen math docs. check-in: ca57dd6079 user: aku tags: trunk | |
2019-06-05
| ||
06:31 | Integrated last of hypnotoad branch check-in: 8ec2d6ea79 user: aku tags: trunk | |
05:02 | Integrated testsuite fixups Merged latest work from trunk Regenerated documentation. - Fixed outdated references to feedback.inc Use `modules/common-text/feedback.inc` now. check-in: e3ae2af3f4 user: aku tags: hypnotoad | |
2019-05-06
| ||
23:53 | Merged latest work from trunk Closed-Leaf check-in: c0006570ed user: aku tags: doc-overhaul | |
01:49 | math::quasirandom - Fix testsuite setup - Requirements are 8.5+OO check-in: d898baf8e5 user: aku tags: trunk | |
2019-04-11
| ||
16:27 | Closing a fork check-in: f49f632755 user: hypnotoad tags: hypnotoad | |
16:25 | Updated branch with trunk work in prep for merge back (zig). Resolves most test issues of the branch. check-in: e7e38ee473 user: aku tags: hypnotoad | |
2019-03-25
| ||
21:30 | Brought MD work into the overhaul of dev docs. check-in: b072dfa9b8 user: aku tags: doc-overhaul | |
2019-03-22
| ||
19:19 | Brought markdown doctools work into the trunk. check-in: 11efa65aed user: aku tags: trunk | |
2019-03-21
| ||
19:50 | Merged localdoc work based on markdown into markdown. check-in: e0d7b4dc8e user: aku tags: doc-fixup-and-markdown | |
01:50 | Switched embedded docs to markdown. Regenerated install docs. check-in: 7cfe8cda34 user: aku tags: doc-fixup-and-markdown-localdoc | |
2019-03-06
| ||
07:06 | Get updated package docs. check-in: a2ff90fa4e user: aku tags: doc-overhaul | |
07:06 | Regenerated documentation. check-in: 08c384a6c3 user: aku tags: trunk | |
2018-09-24
| ||
20:42 | Pulling changes from trunk check-in: 654c265135 user: hypnotoad tags: hypnotoad | |
20:02 | Regenerated embedded documentation check-in: f53adfff99 user: andreask tags: pooryorick | |
18:13 | Update the ldap branch to latest. check-in: db19a51e4c user: andreask tags: ldap-60160205fe-tls | |
2018-08-28
| ||
14:12 | Pulling changes from trunk check-in: c057f36dc1 user: hypnotoad tags: hypnotoad | |
03:29 | Series of documentation fixes for problems caught by the experimental doctools parser written as large Marpa/Tcl example. - Removed many superfluous closing brackets. Some converted to proper [rb] markup. - Removed bad cross-references introduced by [c6b17331c9d12697] several years ago. - Removed several bad [para]graph markers placed before the first item of the enclosing list. Regenerated the embedded docs. check-in: 3c9d4bcd85 user: aku tags: pooryorick | |
2018-08-27
| ||
20:28 | Fixes to cron manpage. Regenerated embedded docs. check-in: 61102fe7dc user: aku tags: pooryorick | |
2018-06-27
| ||
17:16 | Update peg container transform work to latest trunk, including peg ffp fixes. check-in: 63282d761b user: aku tags: pt-container-ssoberni | |