summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-05-171-1/+1
|\
| * Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
| * When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S...jan.nijtmans2022-03-241-1/+1
| * Start defining "utf32string" typejan.nijtmans2022-03-121-2/+2
* | Fix compiler warnings, due to the use of macro'sjan.nijtmans2022-03-211-4/+4
* | Merge 8.7jan.nijtmans2022-02-171-2/+2
|\ \ | |/
| * Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-2/+2
* | Merge 8.7jan.nijtmans2022-02-101-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2022-02-101-1/+1
| |\
| | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-1/+1
* | | Merge 8.7jan.nijtmans2022-02-081-1/+1
|\ \ \ | |/ /
| * | Correct previous commit (Windows build error)jan.nijtmans2022-02-081-1/+1
* | | Merge 8.7jan.nijtmans2022-02-071-1/+3
|\ \ \ | |/ /
| * | Fix [1fe745559a]: 8.7, 9.0: Conditional jump or move depends on uninitialised...jan.nijtmans2022-02-071-1/+3
| * | Fix another bug in Tcl_GetIntForIndex() (demonstrated by the new testcases fr...jan.nijtmans2022-01-241-1/+1
* | | Merge 8.7jan.nijtmans2022-01-211-4/+2
|\ \ \ | |/ /
| * | Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bugjan.nijtmans2022-01-211-5/+2
| * | (partial) fix for [https://core.tcl-lang.org/tk/tktview?name=a9929f112a|a9929...jan.nijtmans2022-01-191-1/+4
* | | Merge 8.7jan.nijtmans2021-10-081-10/+10
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-11/+11
* | | merge 8.7dgp2021-04-141-1/+8
|\ \ \ | |/ /
| * | merge 8.6dgp2021-04-141-1/+8
| |\ \ | | |/
| | * merge 8.5; adapt fix for 8.6dgp2021-04-141-1/+8
| | |\
| | | * Bug fixdgp2021-04-141-1/+2
* | | | Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0)jan.nijtmans2021-03-151-5/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2021-02-161-4/+4
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-12-131-3/+3
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-11-051-6/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-141-222/+231
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge 8.7jan.nijtmans2020-05-221-6/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7. Update documentationjan.nijtmans2020-05-181-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-2/+2
* | | | | | | | Merge 8.7. Fix warning in tclStubInit.c when TCL_UTF_MAX=3jan.nijtmans2021-02-161-5/+6
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge 8.6jan.nijtmans2021-02-161-4/+5
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. Backported...jan.nijtmans2021-02-161-4/+4
* | | | | | | | Merge 8.7jan.nijtmans2021-02-151-1/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2021-02-151-1/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | / / | | |_|_|_|/ / | |/| | | | |
| | * | | | | Fix [d43f96c1a8]: string trimright is broken for Emojijan.nijtmans2021-02-151-8/+9
| | * | | | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+1
* | | | | | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-9/+9
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2020-09-281-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-09-281-2/+2
| |\ \ \ \ \ | | |/ / / /
* | | | | | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | | | | | Merge 8.7jan.nijtmans2020-09-151-9/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix for test lindex-18.0dgp2020-09-021-9/+8
* | | | | | Merge 8.7jan.nijtmans2020-07-211-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-07-201-2/+2
| |\ \ \ \ \ | | |/ / / /