Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | more spacing/formatting tweaks | dkf | 2024-03-19 | 1 | -15/+15 | |
* | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -57/+30 | |
* | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -19/+19 | |
* | Spacing | jan.nijtmans | 2023-12-20 | 1 | -1/+1 | |
* | Fix compiler error in TIP #677 implementation | jan.nijtmans | 2023-12-12 | 1 | -3/+3 | |
* | Bytecode implementation | dkf | 2023-12-05 | 1 | -0/+71 | |
* | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h... | jan.nijtmans | 2023-11-08 | 1 | -3/+3 | |
* | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -26/+26 | |
|\ | ||||||
| * | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -26/+26 | |
* | | Merge 8.7 | jan.nijtmans | 2023-10-15 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Merge 8.6. Use (void *)NULL in stead of NULL for C++ | jan.nijtmans | 2023-10-15 | 1 | -1/+1 | |
| |\ | ||||||
| | * | More type-casts (c++-compatibility) | jan.nijtmans | 2023-09-13 | 1 | -12/+12 | |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-10 | 1 | -15/+15 | |
|\ \ \ | |/ / | ||||||
| * | | More int -> Tcl_Size (backported from 9.0) | jan.nijtmans | 2023-10-10 | 1 | -12/+11 | |
* | | | Merge 8.7 | jan.nijtmans | 2023-09-18 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | 3 more places where -wtrapv errors are triggered running the test-suite | jan.nijtmans | 2023-09-15 | 1 | -1/+1 | |
* | | | Merge 8.7 | jan.nijtmans | 2023-09-12 | 1 | -6/+1 | |
|\ \ \ | |/ / | ||||||
| | | | ||||||
| | \ | ||||||
| *-. \ | TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-12 | 1 | -7/+7 | |
| |\ \ \ | | | |/ | ||||||
| | * | | Rebase to 8.7 | jan.nijtmans | 2023-08-30 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * \ | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -1/+1 | |
| | | |\ \ | ||||||
| | | | * \ | Rebase to 8.7 | jan.nijtmans | 2023-07-09 | 1 | -1/+1 | |
| | | | |\ \ | ||||||
| | | | | * | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin... | jan.nijtmans | 2023-05-01 | 1 | -1/+1 | |
| * | | | | | | Rebase to 8.7 | jan.nijtmans | 2023-08-30 | 1 | -6/+2 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -6/+2 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | Rebase to latest 8.7 | jan.nijtmans | 2023-05-10 | 1 | -6/+2 | |
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | | | ||||||
| | | | * | | | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 1 | -5/+1 | |
| | | |/ / / | ||||||
* | | | | | | Make Tcl_NRCallObjProc2 definition match documentation (ptrdiff_t -> Tcl_Size... | jan.nijtmans | 2023-08-31 | 1 | -1/+1 | |
* | | | | | | Merge 8.7 | jan.nijtmans | 2023-08-25 | 1 | -11/+11 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Fix [920e393634]: expr {7244019458077122840 << 1}. Some more long -> Tcl_Wide... | jan.nijtmans | 2023-08-25 | 1 | -11/+11 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | Make "shift" an "int" variable; since it's range is 0 < shift < INT_MAX | jan.nijtmans | 2023-08-25 | 1 | -1/+1 | |
* | | | | | | Merge 8.7 | jan.nijtmans | 2023-08-25 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | [84a5355235]: two more cases of sizeof(long) -> sizeof(Tcl_WideInt), since th... | jan.nijtmans | 2023-08-25 | 1 | -2/+2 | |
| * | | | | | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj() | jan.nijtmans | 2023-08-25 | 1 | -2/+3 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge 8.7. Time to merge this branch? | dgp | 2023-08-25 | 1 | -3/+3 | |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Thanks for cherrypicking this change for 8.7. | griffin | 2023-08-22 | 1 | -2/+4 | |
| | * | | | | | The experiment deployment of TclDuplicatePureObj() has been reverted from | dgp | 2023-08-21 | 1 | -6/+2 | |
| | | |/ / / | | |/| | | | ||||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2023-08-23 | 1 | -3/+3 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2023-08-23 | 1 | -3/+3 | |
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | ||||||
| | * | | | Fix [84a5355235] (not visible in 8.6, but meant to be forwared to 8.7) | jan.nijtmans | 2023-08-23 | 1 | -8/+8 | |
| | * | | | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -7/+7 | |
| * | | | | Fix [54329e39c7] | apnadkarni | 2023-07-12 | 1 | -6/+26 | |
| * | | | | Code cleanup for arithSeries, all backported from 9.0 | jan.nijtmans | 2023-07-10 | 1 | -1/+0 | |
| | |_|/ | |/| | | ||||||
* | | | | merge trunk | griffin | 2023-08-13 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Rename Tcl_BumpObj() to Tcl_BounceRefCount(). | griffin | 2023-08-12 | 1 | -1/+1 | |
* | | | | | Replace more DuplicateObj with ListObjCopy. | griffin | 2023-08-12 | 1 | -1/+1 | |
* | | | | | Tcl_DuplicateObj() does not need DECACHE/CACHE protections. | dgp | 2023-08-11 | 1 | -9/+1 | |
* | | | | | Revert more bits. | griffin | 2023-08-10 | 1 | -11/+0 | |
* | | | | | Revert DupolicatePureObj back to DuplicateObj. | griffin | 2023-08-10 | 1 | -5/+3 | |
|/ / / / | ||||||
* | | | | Fix bug [30e4e9102f] - Abstract List ListIndex should return NULL when index ... | griffin | 2023-08-08 | 1 | -0/+4 | |
* | | | | Implement in,ni operator for abstract lists | griffin | 2023-08-08 | 1 | -44/+54 | |