summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with appe...sebres2024-01-291-0/+2
* Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect ...jan.nijtmans2023-12-271-6/+9
|\
| * Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ...jan.nijtmans2023-10-131-6/+9
* | Fix warning on MacOSX: "/Library/Developer/CommandLineTools/usr/bin/ranlib: f...jan.nijtmans2023-10-131-0/+21
|/
* Fix [db537f8809]: tclInt.h: TclNsDecrRefCount() declaration duplicatedjan.nijtmans2023-10-091-1/+0
* Fix [d0d0749467]: TclFSUnloadTempFile() is unusedjan.nijtmans2023-10-091-1/+0
* More CompileProc/Tcl_ObjCmdProc usagejan.nijtmans2023-09-131-777/+304
* Internal routine TclpMatchFiles() was superseded when virtual filesystemsdgp2023-09-121-2/+0
* The original implementation of NRE in 2008 included an internal routinedgp2023-09-121-2/+0
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-13/+13
* Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-0/+1
* Remove ARGSUSED. More type-castsjan.nijtmans2022-11-291-8/+8
* Fix [1599352cca] and related issuesjan.nijtmans2022-10-051-1/+1
* Prevent warning: zero size arrays are an extension [-Wzero-length-array], whe...jan.nijtmans2022-07-051-1/+3
* boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-201-1/+1
* Fix [b6afa33737]: signed integer overflow in TclInitStringRep() macrojan.nijtmans2022-03-081-1/+1
* Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-121-1/+1
* Change TclInitSubsystems() signature, matching Tcl_InitSubsystems() in Tcl 8....jan.nijtmans2021-11-261-1/+1
* IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-1/+2
* Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefixpooryorick2021-09-021-2/+2
* Fix [4c591fa487]: [string compare] EIAS violationjan.nijtmans2021-03-101-1/+1
* Performance optimization in TzsetIfNecessary() function. Cherry-picked from s...jan.nijtmans2021-02-181-0/+7
* More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-051-1/+1
* Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated o...jan.nijtmans2020-09-201-6/+9
* Silence compiler warning -- fix safety of macro.dgp2020-09-201-1/+1
* Make the check to avoid generating a string representation in [uplevel] a lit...pooryorick2020-09-201-0/+3
* Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-2/+2
* Folow-up to previous commit: ExecStack is a FLEXARRAY toojan.nijtmans2020-09-111-1/+1
* Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ...jan.nijtmans2020-09-111-2/+8
* Fix value of CMD_DEAD flagjan.nijtmans2020-08-121-1/+1
* Fix for [29e8848eb976], imported alias in a deletion trace.pooryorick2020-08-101-0/+1
* Use "Global" in stead of "Master" internally, where "Master" is not used in t...jan.nijtmans2020-07-201-14/+14
* Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+...jan.nijtmans2020-05-251-1/+3
* In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual...jan.nijtmans2020-05-141-3/+0
* More usage of TclUtfToUCS4(), so we can use the whole Unicode range better in...jan.nijtmans2020-05-051-0/+1
* New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fi...jan.nijtmans2020-05-041-1/+6
* Re-join utf-6.93.0 and utf-6.93.1 (please disregard comment in previous commi...jan.nijtmans2020-05-031-1/+8
* Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX ...jan.nijtmans2020-05-011-4/+6
|\
| * Fix [ed29806baf] by introducing TclUCS4Complete(). All other calls of Tcl_Utf...jan.nijtmans2020-05-011-1/+4
| * Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t...jan.nijtmans2020-04-241-0/+8
| |\
| * \ Merge 8.6jan.nijtmans2020-04-141-1/+10
| |\ \
| * | | Simplify implementation of TclUtfToUCS4: The #undefined Tcl_UtfToUniChar() al...jan.nijtmans2020-04-031-1/+5
| * | | merge 8.6dgp2020-04-021-0/+1
| |\ \ \
| * | | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internaldgp2020-04-011-2/+0
| * | | | Fix [828dda049b]: Memory faults post-TIP 557jan.nijtmans2020-03-311-1/+1
| * | | | Optimize TclStringFirst/TclStringLast: Let it return a Tcl_Obj * in stead of ...jan.nijtmans2020-03-301-4/+4
| * | | | Merge 8.6jan.nijtmans2020-03-181-2/+2
| |\ \ \ \
| * | | | | Need declaration too.dgp2020-03-131-0/+2
| * | | | | Move TCL_UNUSED to tclInt.h, so we can still deprecate JOIN()jan.nijtmans2020-03-071-0/+11
| * | | | | Merge 8.7jan.nijtmans2020-02-131-7/+5
| |\ \ \ \ \