Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -5/+5 |
|\ | |||||
| * | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -5/+5 |
| * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -1/+1 |
* | | Merge 8.7 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
| | * | Use TclOffset() in stead of magic calculations using sizeof(), which might gi... | jan.nijtmans | 2022-08-26 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2023-03-22 | 1 | -4/+2 |
|\ \ \ | |/ / | |||||
| * | | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a... | jan.nijtmans | 2023-03-22 | 1 | -4/+2 |
| * | | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takes | pooryorick | 2023-03-21 | 1 | -2/+0 |
* | | | Remove unneeded Tcl_IncrRefCount and TclDecrRefCount. TclPtrSetVarIdx takes | pooryorick | 2023-03-21 | 1 | -2/+0 |
* | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -19/+19 |
* | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -1/+1 |
* | | | merge 8.7 | dgp | 2023-01-30 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add some comments and tidy code. | pooryorick | 2023-01-27 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2022-12-21 | 1 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | Add 'interp' argument to some arith functions, for better error-handling | jan.nijtmans | 2022-12-21 | 1 | -3/+5 |
* | | | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri... | jan.nijtmans | 2022-12-08 | 1 | -2/+2 |
* | | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObj | jan.nijtmans | 2022-11-27 | 1 | -1/+1 |
* | | | Merge 9.0 | jan.nijtmans | 2022-11-25 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add... | jan.nijtmans | 2022-11-24 | 1 | -2/+2 |
* | | | | Internal abstract list, don't let "llength" shimmer any more. | jan.nijtmans | 2022-11-23 | 1 | -9/+9 |
|/ / / | |||||
* | | | Merge trunk. Also update Tcl_ObjType.version to match TIP 644 | apnadkarni | 2022-11-09 | 1 | -5/+98 |
|\ \ \ | |||||
| * \ \ | Merge 8.7. lreplace4 bcc instruction and FLT_MAX fix | apnadkarni | 2022-11-05 | 1 | -5/+98 |
| |\ \ \ | | |/ / | |||||
| | * | | Rewrite lreplace4 implementation not to need extra immediate operands. | apnadkarni | 2022-11-03 | 1 | -48/+81 |
| | * | | New bytecode for linsert | apnadkarni | 2022-10-30 | 1 | -7/+8 |
| | * | | Implement lreplace4 BCC instruction | apnadkarni | 2022-10-30 | 1 | -5/+61 |
* | | | | Rebase to 9.0 | jan.nijtmans | 2022-10-21 | 1 | -2/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | TIP 644 - Make Tcl_ObjType extensible | apnadkarni | 2022-10-11 | 1 | -2/+3 |
* | | | | merge 8.7 | dgp | 2022-10-17 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Implementation of TIP 638. | dgp | 2022-10-17 | 1 | -2/+2 |
| |\ \ | |||||
| | * \ | merge 8.7 | dgp | 2022-10-11 | 1 | -3/+1 |
| | |\ \ | |||||
| | * \ \ | merge 8.7 | dgp | 2022-10-05 | 1 | -1/+6 |
| | |\ \ \ | |||||
| | * \ \ \ | merge 8.7 | dgp | 2022-09-29 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-09-28 | 1 | -1/+5 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge 8.7 | dgp | 2022-09-21 | 1 | -2/+53 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj). | dgp | 2022-09-18 | 1 | -2/+2 |
| * | | | | | | | | Improve error-message "cannot use xxxx as operand ....." | jan.nijtmans | 2022-10-14 | 1 | -42/+43 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2022-10-10 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Use Tcl_ObjCmdProc in stead of full signature | jan.nijtmans | 2022-10-10 | 1 | -3/+1 |
| | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Fix some bugs in lseq | griffin | 2022-10-04 | 1 | -1/+6 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Fix Obj leaks in ArithSeries. | griffin | 2022-10-02 | 1 | -1/+6 |
|\ \ \ \ \ \ | |/ / / / / | |||||
* | | | | | | Fix bug-99e834bf33 | griffin | 2022-09-29 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fix bug-99e834bf33 | griffin | 2022-09-29 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2022-09-28 | 1 | -1/+5 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix out-of-bounds length bug. | griffin | 2022-09-25 | 1 | -1/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-09-21 | 1 | -2/+53 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2022-09-01 | 1 | -46/+49 |
| |\ \ \ | | |/ / | |||||
| * | | | Sync with core-8-branch | griffin | 2022-08-30 | 1 | -9/+9 |
| |\ \ \ | |||||
| * \ \ \ | Sync with core-8-branch listObj changes. | griffin | 2022-08-30 | 1 | -2/+2 |
| |\ \ \ \ |