summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-10/+10
* Doesn't look like a mem-leak: It appears that Tcl_ObjSetVar2() already handle...jan.nijtmans2023-03-191-2/+0
* Proposed fix for [5ae5ffc3f4]: Problem with -failindex on 32-bit platform. Th...jan.nijtmans2023-03-191-6/+11
* Cherrypick [070225e33d]. Move setting of profile flags to lower level functio...apnadkarni2023-02-281-8/+3
* Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-192/+234
* Merge 8.7jan.nijtmans2023-01-271-1/+1
|\
| * Fix off-by-one error in tclCmdAH.c, with testcases showing that it works now.jan.nijtmans2023-01-271-1/+1
| |\
| | * Better error-message for previous commit. Some more code-cleanup, backported ...jan.nijtmans2023-01-231-55/+29
* | | Merge 8.7jan.nijtmans2023-01-221-4/+42
|\ \ \ | |/ /
| * | Better error-messagejan.nijtmans2023-01-201-2/+7
| * | New proposal: Allow "-strict" immediately before or after "-failindex var".jan.nijtmans2023-01-191-5/+38
| * | Same change for "encoding convertto"jan.nijtmans2023-01-141-1/+1
| * | Proposed fix for [a31caff057]: encoding command does not allow -strict to be ...jan.nijtmans2023-01-141-3/+3
* | | Merge 8.7jan.nijtmans2023-01-151-2/+4
|\ \ \
| * | | Update documentation, matching current implementationjan.nijtmans2023-01-151-2/+2
| |/ /
* | | Merge 8.7jan.nijtmans2022-12-211-1/+2
|\ \ \ | |/ /
| * | Add 'interp' argument to some arith functions, for better error-handlingjan.nijtmans2022-12-211-1/+2
* | | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri...jan.nijtmans2022-12-081-2/+2
* | | Stop shimmering for "llength". Internal optimization (but using TIP #644)jan.nijtmans2022-11-301-2/+2
|\ \ \
| * | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-2/+2
* | | | Merge 8.7jan.nijtmans2022-11-281-2/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-2/+4
* | | Merge 8.7jan.nijtmans2022-11-201-2/+2
|\ \ \ | |/ /
| * | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-2/+2
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2022-10-081-8/+16
|\ \ \ | |/ /
| * | TIP #346: Error on Failed String Encodingsjan.nijtmans2022-10-081-65/+75
| |\ \
| | * \ Merge 8.7jan.nijtmans2022-10-071-5/+5
| | |\ \ | | |/ / | |/| |
| * | | Fix some bugs in lseqgriffin2022-10-041-12/+5
| * | | Fix various issues with refCounts.griffin2022-09-301-0/+7
| | * | Merge 8.7jan.nijtmans2022-09-261-8/+47
| | |\ \ | | |/ / | |/| |
| | * | Rebase to latest 8.7jan.nijtmans2022-09-221-6/+16
| | |\ \
| | | * \ Merge 8.7jan.nijtmans2022-09-161-0/+2
| | | |\ \
| | | * | | Start TIP #346 implementation: For now only \xC0\x80jan.nijtmans2022-09-121-6/+16
* | | | | | Fix some bugs in lseqgriffin2022-10-041-5/+5
* | | | | | Merge 8.7jan.nijtmans2022-09-251-8/+47
|\ \ \ \ \ \ | |/ / / / /
| * | | | | TIP #594: Modernize "file stat" interfacejan.nijtmans2022-09-251-8/+47
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | TIP #594 implementation: Modernize "file stat" interfacejan.nijtmans2022-09-071-8/+47
| | |/ / /
* | | | | Merge 8.7jan.nijtmans2022-09-211-14/+40
|\ \ \ \ \ | |/ / / /
| * | | | Sync with core-8-branchgriffin2022-09-161-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Backport TIP 602 tildeexpandapnadkarni2022-08-301-1/+2
| | * | | Added file home command for (possible) Tcl 9 TIP 602 migrationapnadkarni2022-08-061-0/+1
| | |/ /
| * | | Move ArithSeries code to its own files. More bug fixes.griffin2022-08-281-0/+1
| * | | Implement support for float (double) values. Add more test coverage.griffin2022-08-241-3/+1
| * | | Rename command from "range" to "lseq".griffin2022-08-141-2/+2
| * | | Fix windows build (invalid '&'). Eliminate end-of-line spacingjan.nijtmans2022-07-241-1/+1
| * | | Implement TIP-225 ArithSeries. And other changes.griffin2022-07-121-14/+41
| |/ /
* | | Implement file tildeexpandapnadkarni2022-08-191-1/+2
* | | Update tests for TIP 602apnadkarni2022-08-011-1/+4
* | | Add 'file home' commandapnadkarni2022-07-311-0/+1
* | | Merge 8.7jan.nijtmans2022-07-021-45/+109
|\ \ \ | |/ /