summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with core-8-branchgriffin2022-10-121-65/+75
|\
| * TIP #346: Error on Failed String Encodingsjan.nijtmans2022-10-081-65/+75
| |\
| | * Merge 8.7jan.nijtmans2022-10-071-5/+5
| | |\ | | |/ | |/|
| | * 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
* | | | | | Modify AbstractList functions to include interp for error reporting. Other va...griffin2022-10-111-1/+1
* | | | | | Code cleanup and reorganizegriffin2022-10-081-2/+1
* | | | | | Sync with core-8-branchgriffin2022-10-071-5/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix some bugs in lseqgriffin2022-10-041-12/+5
| * | | | | Fix various issues with refCounts.griffin2022-09-301-0/+7
| | |_|_|/ | |/| | |
* | | | | Sync with core-8-branchgriffin2022-09-291-16/+58
|\ \ \ \ \ | |/ / / /
| * | | | TIP #594: Modernize "file stat" interfacejan.nijtmans2022-09-251-8/+47
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | TIP #594 implementation: Modernize "file stat" interfacejan.nijtmans2022-09-071-8/+47
| | |/ /
| * | | 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
| |/
* | Abstract Lists (TIP-225) initial implementation.griffin2022-08-081-8/+29
|/
* Merge 8.7jan.nijtmans2022-06-151-7/+7
|\
| * Merge 8.7jan.nijtmans2022-06-031-3/+3
| |\
| | * Undo part of previous commit: doesn't work as expected on Windowsjan.nijtmans2022-06-031-5/+5
| | * Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-021-8/+8
| | |\
| * | \ Merge 8.7jan.nijtmans2022-05-171-3/+3
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-3/+3
| * | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBSjan.nijtmans2022-05-171-1/+1
| |/ /
* | | Merge 8.7. Renumber testcases in cmdAH.test.jan.nijtmans2022-03-211-8/+7
|\ \ \ | |/ /
| * | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t...jan.nijtmans2022-03-201-9/+9
* | | Rebase towards 8.7jan.nijtmans2022-03-171-45/+110
|\ \ \ | |/ / |/| |
| * | Eliminate "deprecated" constraint: doens't exist in 9.0 any more. Also remove...jan.nijtmans2022-03-171-1/+1
| * | TIP607 encoding failindex: merge trunk. Correct the remaining use of TCL_ENCO...oehhar2022-03-171-14/+4
| |\ \
| | * \ Eliminate usage of TCL_ENCODING_STOPONERROR flag, since in Tcl 9.0 is has no ...jan.nijtmans2022-03-171-12/+4
| | |\ \ | |_|/ / |/| | |
* | | | Use TCL_ENCODING_NOCOMPLAIN flag in stead of TCL_ENCODING_STOPONERROR when po...jan.nijtmans2022-03-171-2/+2
| * | | TIP607 encoding failindex: also implement encoding convertto, move tests to c...oehhar2022-03-171-28/+61
| * | | Merge 9.0jan.nijtmans2022-03-171-2/+2
| |\ \ \ | | |/ /
| | * | Merge 8.7jan.nijtmans2022-03-171-13/+81
| | |\ \ | |_|/ / |/| | |
| * | | TIP607 encoding failindex: get work out of 8.7 branch to this 9.0 branch. TIP...oehhar2022-03-141-22/+54
| |\ \ \
| | * | | TIP607 encoding failindex: some tests and implementation (not working)oehhar2022-03-141-13/+24
| | * | | TIP607 encoding failindex: options -failindex and -nocomplain may not both be...tip607-encoding-failindexoehhar2022-03-141-38/+29
| | * | | TIP607 encoding failindex: start implementationtip601-encoding-failindexoehhar2022-03-141-18/+48
| |/ / / |/| | |
| * | | TIP605 encoding failindex: prepare TCL 9.0 main branch with branch "encodings...oehhar2022-03-141-14/+82
| |\ \ \ | |/ / / |/| / / | |/ /
* | | -nothrow -> -nocomplainjan.nijtmans2022-03-051-14/+8
* | | Merge 8.7. STOPONERROR -> ILLEGALSEQUENCEjan.nijtmans2021-11-241-2/+2
|\ \ \
* \ \ \ Merge 8.7. Remove -stoponerror optionjan.nijtmans2021-10-181-2/+2
|\ \ \ \ | |/ / /
* | | | Handle the situation when there is "-nothrow" or "-stoponerror" but without p...jan.nijtmans2021-05-261-32/+45