summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t...jan.nijtmans2022-03-201-9/+9
* Use TCL_ENCODING_NOCOMPLAIN flag in stead of TCL_ENCODING_STOPONERROR when po...jan.nijtmans2022-03-171-2/+2
* -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
|\ \ | |/
| * Better error-message "illegal byte sequence" when trying to read from invalid...jan.nijtmans2021-05-071-2/+0
| |\
| | * Remove TODO comment which is already donejan.nijtmans2021-05-071-2/+0
| | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-5/+5
* | | 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
|/ /
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | Merge 8.6. Don't inline functions which are too big to be inlined (according ...jan.nijtmans2020-10-091-2/+2
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-04-141-1/+1
|\ \ | |/
| * Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-1/+1
| |\
| | * Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-1/+1
| * | Merge 8.5jan.nijtmans2019-07-081-9/+4
| |\ \ | | |/
| | * Simplify previous commit: Just always use Tcl_WideIntjan.nijtmans2019-07-081-18/+4
| | * amend to [c14252171d]: fixes [4718b41c56] for x64 (and x86 with 64-bit predef...sebres2019-07-081-3/+13
* | | TIP 569 - remove lint commentsdgp2020-03-171-15/+1
* | | More TCL_UNUSED deploymentdgp2020-03-061-137/+68
* | | Merge tip-548jan.nijtmans2019-08-291-28/+89
|\ \ \
* \ \ \ Merge tip-548jan.nijtmans2019-08-151-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-08-141-1/+0
| |\ \ \
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-5/+5
* | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-021-1/+0
| |/ / /
* | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-22/+22
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-07-051-9/+9
| |\ \ \ |/ / / / | | _ / | | /
| * | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificati...jan.nijtmans2019-07-051-9/+9
| |\ \ | | |/
| | * Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in modificat...jan.nijtmans2019-07-051-4/+4
* | | Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-301-0/+1
* | | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-3/+3
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-12/+12
* | | merge 8.6sebres2018-11-221-1/+1
|\ \ \ | |/ /
| * | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi...sebres2018-11-221-1/+1
| |\ \ | | |/
| | * Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-4/+4
* | | Centralise the de-fanging of standard ensembles in safe interpreters. Doing i...dkf2018-10-071-276/+30
* | | Fix [540bed4bde]: binary format can result in "integer value too large to rep...jan.nijtmans2018-09-041-4/+4
* | | merge 8.6jan.nijtmans2018-07-311-57/+0
|\ \ \ | |/ /
| * | Remove some actually dead codejan.nijtmans2018-07-311-57/+0