summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* | | | Merge 8.7. More parse improvement, WIPjan.nijtmans2021-05-071-23/+25
|\ \ \ \ | |/ / /
* | | | Parse simplifications and better errormessage. Not 100% correct yetjan.nijtmans2021-05-071-23/+13
* | | | Remove character/byte value from error-message, only use hex here.jan.nijtmans2021-05-061-2/+2
* | | | Make ?-stoponerror|-nothrow? argument first in stead of last for encoding con...jan.nijtmans2021-05-061-8/+8
* | | | Set errorcode for STOPONERRORjan.nijtmans2021-04-011-3/+11
* | | | Add experimental "-nothrow" option to encoding convertfrom|convertto. If com...jan.nijtmans2021-04-011-8/+28
* | | | More bugfixes (and testcases showing this)jan.nijtmans2021-04-011-1/+1
* | | | Better error-messagesjan.nijtmans2021-03-301-7/+16
* | | | add testcase for "encoding convertto". Move stub table one positionsjan.nijtmans2021-03-301-1/+1
* | | | Add documentation. Do a better job of counting exactly which byte/character c...jan.nijtmans2021-03-301-12/+19
* | | | More WIP: Add -stoponerror flag to "encoding convertfrom/converto"jan.nijtmans2021-03-261-8/+40
| | * | Backout part of previous commit, making compile.test work again with --enable...jan.nijtmans2022-02-281-3/+3
| | * | More size_t usage, e.g. for "foreach"jan.nijtmans2022-02-271-3/+3
| | * | merge trunkdgp2021-05-071-2/+0
| | |\ \