summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify implementation of non-bytecoded [string replace]amg_string_insertandy2017-09-231-14/+11
* Update TIP numberandy2017-09-221-1/+1
* [3ae1251264] Run only the tests that match the assumptions of the test design.dgp2017-09-211-0/+2
* Include $noComp flag in string test namesandy2017-09-201-588/+588
* Alternate, equivalent way of running bytecoded testsandy2017-09-201-1/+1
* Correct string tests to exercise both bytecoded and non-bytecoded implementat...andy2017-09-202-1460/+616
* Improve documentation of [string insert] with respect to end-relative indexingandy2017-09-191-4/+9
* merge trunkdgp2017-09-18136-5783/+12193
|\
| * Merge libtommath upstream changes (astyle formatting only). No functional cha...jan.nijtmans2017-09-18136-5783/+12193
| |\
| | * re-format everything through astyle. Taken from libtom/libtommath (pull reque...jan.nijtmans2017-09-15129-5696/+5787
| | * Ignore libtommath/doc directory. Add some VS-related makefiles, useful for te...jan.nijtmans2017-08-317-0/+6329
* | | Document [string insert]andy2017-09-181-0/+12
* | | Document Tcl_ReplaceObj()andy2017-09-181-1/+43
* | | Rename Tcl_StringReplace() to Tcl_ReplaceObj() for consistency with other pub...andy2017-09-186-18/+18
* | | Improve commentsandy2017-09-181-10/+15
* | | Juggle [string insert] bytecode compilation logicandy2017-09-181-12/+9
* | | Rearrange bytecoded [string replace] logic, reinstate [string replace]/[strin...andy2017-09-181-15/+13
* | | Use Tcl_StringReplace() to implement core of bytecoded [string replace]andy2017-09-181-113/+13
* | | Update stringComp.test for new [string insert] commandandy2017-09-181-2/+2
* | | stringComp.test and maybe many other tests may need to be reconsidered so tha...andy2017-09-181-0/+2
* | | Correct terminologyandy2017-09-181-1/+1
* | | Implement bytecoded [string insert]andy2017-09-187-15/+120
* | | Correct bytecode index commentsandy2017-09-171-4/+4
* | | Improve comment to describe return valueandy2017-09-171-1/+4
* | | Merge trunkandy2017-09-16168-1054/+1212
|\ \ \ | |/ /
| * | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec...jan.nijtmans2017-09-1516-56/+73
| * | Move new declarations to more conventional place for tidier merging.dgp2017-09-141-4/+3
| * | Remove some unnecessary #if 0 sections. Fix comments and panic messages. No f...jan.nijtmans2017-09-143-92/+4
| * | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ...jan.nijtmans2017-09-141-1/+1
| |\ \
| | * | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ...jan.nijtmans2017-09-141-1/+1
| * | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-1314-103/+100
| * | | Many 'const' addtions in libtommath where it makes sense. To be submitted bac...jan.nijtmans2017-09-1130-158/+174
| * | | Add some more functions from libtommath for availability within Tcl (mainly t...jan.nijtmans2017-09-0815-25/+65
| * | | Be consistent about how I am referred to.gahr2017-09-081-2/+2
| * | | Bump to 8.7a2 to distinguish trunk from 8.7a1 release.dgp2017-09-087-8/+8
| * | | merge releasedgp2017-09-088-8/+222
| |\ \ \
| | * \ \ merge trunk; rc1rc1core_8_7_a1core_8_7_a1_rcdgp2017-09-071-8/+14
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Fix use of "long long" (manually) in MSVCjan.nijtmans2017-09-061-8/+14
| | * | | update changesrc0dgp2017-09-051-1/+3
| | * | | merge trunkdgp2017-09-059-74/+131
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering fro...jan.nijtmans2017-09-044-7/+7
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for...jan.nijtmans2017-09-041-1/+1
| * | | | merge core-8-6-branchjan.nijtmans2017-09-042-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Typo's (Thanks to Gustaf Neumann), nothing functional.jan.nijtmans2017-09-042-3/+3
| * | | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-022-62/+119
| |\ \ \ \ | | |/ / /
| | * | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-022-62/+119
| | |\ \ \
| | | * \ \ [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.core_8_5_branchdgp2017-09-022-62/+119
| | | |\ \ \
| | | | * \ \ merge 8.5bug_0e4d88b650dgp2017-09-024-88/+74
| | | | |\ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Add testdgp2017-09-021-0/+15
| | | | * | | Similar fix to Tcl_CreateCommand().dgp2017-09-021-31/+54