summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* use new TIP 494 64bit/#define in code comment to be consistent w/ codebch2020-11-261-1/+1
* Merge 8.7jan.nijtmans2020-10-131-6/+9
|\
| * Merge 8.6jan.nijtmans2020-10-131-6/+9
| |\
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-8/+11
| * | Merge 8.6 Eliminate some (correct but actually harmless) warnings only happen...jan.nijtmans2020-10-131-4/+4
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-09-281-17/+17
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-281-17/+17
| |\ \ | | |/
* | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ...jan.nijtmans2020-09-181-2/+6
* | | Merge 8.7jan.nijtmans2020-09-171-7/+7
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-7/+7
| * | Merge 8.6jan.nijtmans2020-08-111-1/+1
| |\ \ | | |/
| | * New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fi...jan.nijtmans2020-05-041-2/+76
* | | More usage for TclNewWideIntObjFromSize(), TCL_IO_FAILURE -> TCL_INDEX_NONE w...jan.nijtmans2020-09-111-8/+4
* | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-27/+27
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-04-241-3/+3
|\ \ \ | |/ /
| * | Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t...jan.nijtmans2020-04-241-3/+3
| |\ \ | | |/
| | * Merge 8.5. Failing tests for now. To be remedied shortly.dgp2020-04-161-3/+3
| | |\
| | | * Create and use macro TclUtfPrev for Tcl_UtfPrev.dgp2020-04-161-3/+3
* | | | Merge 8.7jan.nijtmans2020-04-141-8/+16
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-04-141-8/+16
| |\ \ \ | | |/ /
| | * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-8/+16
| | |\ \ | | | |/
| | | * Bulletproof the calls to Tcl_UtfPrev in Tcl_AppendLimitedToObj.dgp2020-04-091-10/+17
| | * | Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputsjan.nijtmans2020-03-271-62/+115
* | | | Merge 8.7jan.nijtmans2020-03-301-47/+55
|\ \ \ \ | |/ / /
| * | | Optimize TclStringFirst/TclStringLast: Let it return a Tcl_Obj * in stead of ...jan.nijtmans2020-03-301-45/+53
* | | | Merge 8.7jan.nijtmans2020-03-091-10/+3
|\ \ \ \ | |/ / /
| * | | More TCL_UNUSEDdgp2020-03-091-10/+3
* | | | Merge 8.7jan.nijtmans2020-02-281-9/+14
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-02-131-5/+5
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-12-131-1/+1
| |\ \ \ \
| * | | | | Mark more unused parametersjan.nijtmans2019-09-031-1/+6
| * | | | | Merge tip-548jan.nijtmans2019-08-291-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-28/+28
| |\ \ \ \ \ \
| * | | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-34/+34
* | | | | | | | Merge 8.7jan.nijtmans2020-01-201-10/+10
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | merge 8.7dgp2020-01-081-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-12-131-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Some code cleanup. Build with zlib dll on Win32 when using makefile.vc (share...jan.nijtmans2019-11-181-1/+1
| * | | | | | | | Merge 8.7jan.nijtmans2019-09-251-0/+2
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Eliminate dependency in test-suite on Unicode functions. Merge tip-548. Fix b...jan.nijtmans2019-08-131-19/+19
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge branch tip-548. No longer define addtional stub-entries for functions t...jan.nijtmans2019-08-121-14/+14
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Merge tip-548jan.nijtmans2019-08-011-28/+28
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | More simplifications, taking deprecations into accountjan.nijtmans2019-05-221-2/+2
| * | | | | | | | More WIP: eliminate all usage of (platform-specific) Tcl_WinTCharToUtf()/Tcl_...jan.nijtmans2019-05-221-27/+27
| * | | | | | | | Merge 8.7jan.nijtmans2019-05-171-5/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | merge 8.7jan.nijtmans2019-05-101-2/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | More WIP. Seems to be *almost* working.jan.nijtmans2019-03-171-1/+1
| * | | | | | | | | Merge 8.7jan.nijtmans2019-03-161-4/+4
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Even better support for -DTCL_UTF_MAX=6. Ongoing improvements (TIP being pla...jan.nijtmans2019-03-121-3/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge 8.7jan.nijtmans2020-01-081-2/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |