summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Fix windows build (with older compilers)jan.nijtmans2020-04-141-1/+1
* Merge 8.6jan.nijtmans2020-04-141-228/+176
|\
| * Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-232/+181
| |\
| | * [a7f685a181] Eliminate botched call of Tcl_UtfPrev.dgp2020-04-131-3/+5
| | * TclTrim() can also demand NUL-terminated arguments, and be simplified.dgp2020-04-131-64/+21
| | * TclTrimLeft and TclTrimRight are internal routines. They demand NUL-terminateddgp2020-04-131-69/+25
| | * [c61818e4c9] [string trimright] robustly handle backing up over incompletedgp2020-04-131-2/+9
| | * Cherrypick partial fix.dgp2020-04-131-5/+4
| | * [085913c760] Fix Tcl_DStringAppendElement quoting of #.dgp2020-04-091-12/+32
| | * Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-70/+50
| | * [afa4b28153] Correct TclNeedSpace handling of trailing escaped space.dgp2020-04-091-8/+36
* | | Fix [dd010cadfb]: [string trim] mishandles surrogatesjan.nijtmans2020-04-061-6/+6
* | | Merge 8.6jan.nijtmans2020-03-181-4/+4
|\ \ \ | |/ /
| * | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-4/+4
* | | TIP 569 - remove lint commentsdgp2020-03-171-2/+1
* | | Moredgp2020-03-091-5/+3
* | | Merge 8.7jan.nijtmans2020-01-071-18/+5
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2019-12-221-18/+5
| |\ \ \ | | |/ /
| | * | Minor optimization in TclFormatInt: No need to check for "0" as special value...jan.nijtmans2019-12-221-18/+5
* | | | Two more unused arguments. jan.nijtmans2019-12-201-15/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-12-191-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2019-12-191-1/+1
| | |\ \ | | | |/
| | | * Add type-cast, making sure that the unary minus is handled correctly on any c...jan.nijtmans2019-12-191-1/+1
| * | | Merge 8.6jan.nijtmans2019-12-191-15/+4
| |\ \ \ | | |/ /
| | * | Merge 8.5jan.nijtmans2019-12-191-15/+4
| | |\ \ | | | |/
| | | * Better fix for [3390638]: making the intVal variable unsigned prevents the ne...jan.nijtmans2019-12-161-15/+4
| | * | If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they app...jan.nijtmans2019-12-021-1/+1
* | | | Merge 8.7jan.nijtmans2019-12-131-1/+1
|\ \ \ \ | |/ / /
| * | | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
| |\ \ \
| | * | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | | | | Merge 8.7jan.nijtmans2019-11-041-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-10-301-3/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | More code cleanup: Move more Tcl_UniChar initializations out of the loop. Rem...jan.nijtmans2019-09-121-27/+24
| * | | | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it...jan.nijtmans2019-10-291-2/+2
* | | | | Merge 8.7jan.nijtmans2019-09-141-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2019-09-121-3/+3
| |\ \ \ \
| | * \ \ \ Merge 8.6jan.nijtmans2019-09-121-3/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | Code cleanup: Add some initialization to "Tcl_UniChar ch" declaration, making...jan.nijtmans2019-09-121-8/+8
| | | * | | end-of-line spacingjan.nijtmans2019-05-241-10/+10
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-1/+1
* | | | | | Mark more unused parametersjan.nijtmans2019-09-031-3/+3
* | | | | | Merge tip-548jan.nijtmans2019-08-151-8/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7jan.nijtmans2019-08-151-8/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-8/+8
* | | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.7. Documentation improvements and code cleanup. Approaching finish.jan.nijtmans2019-08-011-1/+1
| |/ / / /
* | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-23/+23
|/ / / /
* | | | TIP #544 implementation. Documentation still missing.jan.nijtmans2019-05-151-3/+3
| |_|/ |/| |
* | | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-3/+3
* | | Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch()jan.nijtmans2019-03-271-1/+3