summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-04-261-5/+5
|\
| * Merge 8.7jan.nijtmans2022-04-201-5/+5
| |\
| | * Merge 8.6jan.nijtmans2022-04-201-5/+5
| | |\
| | | * boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-201-5/+5
| | | * Merge 8.5jan.nijtmans2022-03-221-1/+1
| | | |\
| | | | * Reserve 3 more stub entriesjan.nijtmans2022-03-221-1/+1
| | | * | Merge 8.5jan.nijtmans2022-02-231-1/+1
| | | |\ \ | | | | |/
| | | | * 2 more spare stub entriesjan.nijtmans2022-02-231-1/+1
| | | * | Merge 8.5. (add some unused spare stub entries)jan.nijtmans2022-02-121-1/+1
| | | |\ \ | | | | |/
| | | | * Add more spare unused stub entriesjan.nijtmans2022-02-111-1/+1
| | | * | Merge 8.5jan.nijtmans2021-08-191-1/+1
| | | |\ \ | | | | |/
| | | | * Reserve a few more unused stub entriesjan.nijtmans2021-08-191-1/+1
| | * | | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t...jan.nijtmans2022-03-201-2/+2
| * | | | Add UTF-16 versions of Tcl_GetCharLength/Tcl_GetRange/Tcl_GetUniChar to the s...jan.nijtmans2022-04-011-3/+12
| * | | | Add UTF-16 versions of Tcl_NumUtfChars/Tcl_UtfAtIndex to the stub table. Shou...jan.nijtmans2022-03-291-2/+8
* | | | | Put back Tcl_AppendUnicodeToObj()jan.nijtmans2022-03-251-5/+4
* | | | | Add UTF-16 versions of Tcl_GetRange/Tcl_GetUniCharjan.nijtmans2022-03-241-2/+8
* | | | | Add UTF-16 versions of Tcl_UniCharLength/Tcl_NumUtfChars/Tcl_UtfAtIndex. Need...jan.nijtmans2022-03-221-3/+12
|/ / / /
* | | | Merge 8.7jan.nijtmans2022-03-171-0/+8
|\ \ \ \ | |/ / /
| * | | TIP #601: Make "encoding convertto/convertfrom" throw exceptionsjan.nijtmans2022-03-171-0/+8
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2022-03-041-3/+9
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2021-11-261-6/+6
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2021-11-081-6/+16
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7. Remove -stoponerror optionjan.nijtmans2021-10-181-4/+9
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tip-597jan.nijtmans2021-04-131-5/+8
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tip-597jan.nijtmans2021-04-061-2/+2
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tip-597. More testcasesjan.nijtmans2021-03-301-2/+3
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | add testcase for "encoding convertto". Move stub table one positionsjan.nijtmans2021-03-301-2/+2
| | * | | | | | | | | | Add documentation. Do a better job of counting exactly which byte/character c...jan.nijtmans2021-03-301-4/+4
| | * | | | | | | | | | New Tcl_ExternalToUtfDStringEx/Tcl_UtfToExternalDStringEx functions. Not used...jan.nijtmans2021-03-231-0/+10
* | | | | | | | | | | | Merge 8.7jan.nijtmans2022-03-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Add "const" to Tcl_SetNotifier() argument. Should have been part of TIP #27, ...jan.nijtmans2022-03-051-1/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge 8.7jan.nijtmans2022-02-241-4/+9
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | TIP #617: Tcl_WCharLen/Tcl_Char16Lenjan.nijtmans2022-02-241-2/+8
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | TIP #617: Tcl_WCharLen/Tcl_Char16Lenjan.nijtmans2022-02-031-2/+8
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
* | | | | | | | | | | Merge 8.7jan.nijtmans2022-02-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge 8.7. Allow Tcl_GetIndexFromObj*() to be used with enum/char/short/int/l...jan.nijtmans2021-12-201-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Rename some function argument names from "length" to "numBytes", as they are ...jan.nijtmans2021-12-041-11/+11
* | | | | | | | | | Merge 8.7jan.nijtmans2021-11-261-4/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge 8.7jan.nijtmans2021-11-081-6/+16
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | Revise the interface routines for byte arrays to use "numBytes" rather thandgp2021-11-021-8/+8
| | * | | | | | | | Merge 8.7jan.nijtmans2021-10-081-4/+4
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | merge 8.7dgp2021-08-231-0/+5
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge 8.7dgp2021-04-301-0/+3
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | * | | | | | | | | merge 8.7dgp2021-04-081-5/+8
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge 8.7dgp2021-04-051-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2021-03-221-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | merge 8.7dgp2021-03-151-4/+12
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2021-03-041-1/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2021-02-241-0/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \