summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate 2 internal typedefs: TclCmdProcType/TclObjCmdProcType. Too little b...jan.nijtmans2022-05-251-0/+2
* Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-2/+2
*-. TIP #622 implementation: Full Unicode for Tcl 8.7jan.nijtmans2022-05-151-22/+43
|\ \
| | * boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-201-1/+1
| * | Merge 8.7jan.nijtmans2022-04-261-4/+4
| |\ \
| * \ \ Merge 8.7jan.nijtmans2022-03-291-5/+8
| |\ \ \
| * | | | Add TclGetUniChar() to the compatibility setjan.nijtmans2022-03-241-0/+4
| * | | | Fix internal usage of Tcl_GetRange/Tcl_UtfAtIndexjan.nijtmans2022-03-241-0/+2
| * | | | Add TclGetRange() to the compatibility setjan.nijtmans2022-03-241-2/+4
| * | | | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S...jan.nijtmans2022-03-241-0/+2
| * | | | Put back TclNumUtfChars() macro as TclNumUtfCharsM()jan.nijtmans2022-03-231-2/+2
| * | | | Feature-completejan.nijtmans2022-03-221-4/+8
| * | | | More progressjan.nijtmans2022-03-221-0/+4
| * | | | Handle Tcl_UtfAtIndexjan.nijtmans2022-03-161-2/+4
| * | | | Handle Tcl_GetCharLengthjan.nijtmans2022-03-161-0/+2
| * | | | Some restructuring. Now compiles/runs fine with TCL_UTF_MAX=3jan.nijtmans2022-03-141-8/+8
| |\ \ \ \
| * | | | | More progressjan.nijtmans2022-03-141-6/+15
| * | | | | More progressjan.nijtmans2022-03-121-2/+0
| * | | | | Handle TclUniCharNcmp()jan.nijtmans2022-03-111-18/+10
* | | | | | Since tclDecls.h uses 'size_t', make sure to include <stddef.h>. Since ISO-C ...jan.nijtmans2022-04-291-20/+6
| |_|_|/ / |/| | | |
* | | | | one more boolPtr -> intPtrjan.nijtmans2022-04-201-4/+4
| |_|/ / |/| | |
* | | | Don't bother UINT2PTR, since INT2PTR is just as good.jan.nijtmans2022-03-291-5/+8
| |/ / |/| |
* | | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ha...jan.nijtmans2022-03-141-8/+8
|/ /
* | Merge 8.6jan.nijtmans2022-03-081-1/+1
|\ \ | |/
| * Fix [b6afa33737]: signed integer overflow in TclInitStringRep() macrojan.nijtmans2022-03-081-1/+1
* | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-171-11/+4
* | Merge 8.6jan.nijtmans2022-01-121-1/+1
|\ \ | |/
| * Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-121-1/+1
* | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ...jan.nijtmans2021-12-211-10/+16
|\ \ | |/
| * 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
* | Make "changes" file chronological (again)jan.nijtmans2021-11-081-1/+1
* | [9899c273ab] Rewrite Tcl_InitStringRep to account for all encounters withdgp2021-11-081-1/+2
* | Update and clarify usage of the TclInitStringRep macro.dgp2021-11-071-6/+12
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-10/+14
* | Backport fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefixpooryorick2021-09-021-0/+1
* | tip#511 proposed implementationjan.nijtmans2021-08-171-0/+4
* | Make TCL_MAC_EMPTY_FILE macro work with C++ compilerjan.nijtmans2021-08-151-2/+1
* | Fix for [f9800d52bd61f240], vwait is not NRE-enabled, and yieldto cannot findpooryorick2021-06-201-0/+5
* | update documentation and macro namespooryorick2021-05-191-15/+13
* | Break TclDeleteNamespaceChildren out of TclTeardownNamespace.pooryorick2021-05-161-0/+1
* | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-6/+6
* | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --...jan.nijtmans2021-04-041-1/+0
* | When a namesapce is deleted delete all namespaces under it before making anypooryorick2021-04-031-0/+1
* | merge core-8-branchdkf2021-03-311-1/+1
|\ \
| * | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries()jan.nijtmans2021-03-221-1/+1
* | | Refactoring, ahoydkf2021-03-301-4/+45
* | | Start of doing a clean up of the notifier code.dkf2021-03-211-2/+24
|/ /
* | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev()jan.nijtmans2021-03-151-11/+0
|\ \