| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels... | jan.nijtmans | 2024-04-11 | 1 | -6/+6 |
|
|
* | Fix [7cb7409e05] by backporting tclIndexObj.c from [c3b23bf0c7] | jan.nijtmans | 2024-04-04 | 1 | -59/+60 |
|
|
* | Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ... | jan.nijtmans | 2023-10-13 | 1 | -2/+2 |
|
|
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -5/+5 |
|
|
* | Make it impossible for the indexType object to cache negative index values. A... | jan.nijtmans | 2021-12-18 | 1 | -3/+5 |
|
|
* | Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo... | jan.nijtmans | 2021-12-16 | 1 | -4/+4 |
|
|
* | Prevent crash in Tcl_GetIndexFromObj*() when objPtr == NULL. Just let it prod... | jan.nijtmans | 2021-12-13 | 1 | -26/+26 |
|
|
* | Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix | pooryorick | 2021-09-02 | 1 | -13/+5 |
|
|
* | Delete some useless code. Was only place where we fed an uncontrolled value t... | dkf | 2021-03-18 | 1 | -2/+0 |
|
|
* | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -8/+8 |
|
|
* | One Tcl_UtfPrev() -> TclUtfPrev() change. Just a little bit cheaper. | jan.nijtmans | 2020-05-13 | 1 | -1/+1 |
|
|
* | Remove SetIndexFromAny(), a useless routine that can only be reached via | dgp | 2020-03-06 | 1 | -35/+1 |
|
|
* | Change signature of (internal) TclScanElement() function. This saves memory a... | jan.nijtmans | 2017-11-15 | 1 | -1/+2 |
|
|
* | [4402cfa58c] Rework the spell check machinery into something that will not be | dgp | 2016-07-01 | 1 | -13/+8 |
|
|
* | Don't see why the intrep should make and keep copies of things already | dgp | 2016-05-12 | 1 | -2/+4 |
|
|
* | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+1 |
|
|
* | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -13/+13 |
|\ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -13/+13 |
|
|
* | | Simplify STRING_AT macro. | jan.nijtmans | 2013-01-24 | 1 | -5/+9 |
|\ \
| |/ |
|
| * | Simplify STRING_AT macro. | jan.nijtmans | 2013-01-24 | 1 | -5/+9 |
| |\ |
|
| | * | Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or -1.... | jan.nijtmans | 2013-01-23 | 1 | -1/+5 |
|
|
* | | | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -3/+3 |
|
|
* | | | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
|\ \ \
| |/ / |
|
| * | | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
| |\ \
| | |/ |
|
| | * | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
|
|
* | | | more result generation conversion | dkf | 2012-08-03 | 1 | -41/+46 |
|
|
* | | | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -7/+16 |
|\ \ \
| |/ / |
|
| * | | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -6/+15 |
| |\ \
| | |/ |
|
| | * | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -6/+15 |
|
|
* | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Unbreak TCL_ARGV_AUTO_REST macro, found during testing. | dkf | 2011-09-27 | 1 | -1/+8 |
|
|
* | | | Proposed patch to fix [Bug 3413857]... | dkf | 2011-09-26 | 1 | -24/+14 |
|
|
* | | | Small changes to quell gcc warnings and make message generation less ugly. | dkf | 2011-08-16 | 1 | -23/+21 |
|
|
* | | | 3366265 Allocate proper size buffer for TclConvertElement() to write to. | dgp | 2011-07-14 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | 3366265 Allocate proper size buffer for TclConvertElement() to write to. | dgp | 2011-07-14 | 1 | -2/+4 |
|
|
* | | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -4/+6 |
|\ \ \
| |/ / |
|
| * | | Completed patch with mucho comments. Merge 8.5. | dgp | 2011-05-10 | 1 | -0/+3 |
|
|
| * | | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 1 | -4/+6 |
|
|
* | | | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -1/+0 |
|
|
* | | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+2 |
|\ \ \ |
|
| * \ \ | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+2 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+2 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -14/+12 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems | dgp | 2006-04-06 | 1 | -2/+2 |
|
|
| | * | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty | dgp | 2006-04-05 | 1 | -7/+3 |
|
|
| | * | Fix [Bug 1646039] | dkf | 2006-04-05 | 1 | -13/+9 |
|
|