Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MODULE_SCOPE TclLengthOne (in stead of 2 separate static functions doing the ... | jan.nijtmans | 2022-12-18 | 1 | -0/+2 |
* | Merge 9.0. New macro ABSTRACTLIST_PROC | jan.nijtmans | 2022-11-28 | 1 | -5/+7 |
|\ | |||||
* | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObj | jan.nijtmans | 2022-11-27 | 1 | -1/+1 |
* | | HAS_ABSTRACTLIST_PROC | jan.nijtmans | 2022-11-26 | 1 | -8/+10 |
* | | Merge 9.0 | jan.nijtmans | 2022-11-25 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Proposed fix for [da63e4c1e]. First version, not 100% as expected yet. | jan.nijtmans | 2022-11-23 | 1 | -1/+0 |
* | | Internal abstract list, don't let "llength" shimmer any more. | jan.nijtmans | 2022-11-23 | 1 | -25/+33 |
|/ | |||||
* | Remove TCL_OUT_LINE_COMPILE in favour of TCL_ERROR | jan.nijtmans | 2022-11-21 | 1 | -4/+0 |
|\ | |||||
| * | TCL_OUT_LINE_COMPILE is deprecated | jan.nijtmans | 2022-11-21 | 1 | -1/+3 |
* | | Merge 8.7 | jan.nijtmans | 2022-11-20 | 1 | -1/+0 |
|\ \ | |/ | |||||
| *-. | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | TIP 651 implementation | apnadkarni | 2022-11-17 | 1 | -1/+2 |
| |/ / | |||||
| * | | Fix compilation error for STATS=memdbg. Fix incorrect comment | jan.nijtmans | 2022-11-13 | 1 | -1/+1 |
* | | | Fix compilation error for STATS=memdbg | apnadkarni | 2022-11-13 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2022-11-11 | 1 | -5/+51 |
|\ \ \ | |/ / | |||||
| * | | Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ... | jan.nijtmans | 2022-11-11 | 1 | -0/+35 |
| * | | int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentation | jan.nijtmans | 2022-11-08 | 1 | -1/+1 |
| * | | Deprecate TclpHasSockets(): Every system nowadays has sockets | jan.nijtmans | 2022-11-07 | 1 | -0/+5 |
* | | | More int -> size_t (argc and level) in trace handling | jan.nijtmans | 2022-11-08 | 1 | -1/+5 |
* | | | TclInitSockets() only exists on Windows | jan.nijtmans | 2022-11-07 | 1 | -0/+4 |
* | | | Remove TclpHasSockets(): Every system nowadays has sockets | jan.nijtmans | 2022-11-06 | 1 | -0/+1 |
* | | | Bug [0f98bce669]. Fix limits for string replace. | apnadkarni | 2022-11-03 | 1 | -1/+2 |
* | | | Bug #0f98bce669 - string cat support for > 2**31 characters. Tests pending | apnadkarni | 2022-11-02 | 1 | -0/+5 |
* | | | Merge 8.7 | jan.nijtmans | 2022-10-25 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade... | jan.nijtmans | 2022-10-25 | 1 | -3/+3 |
* | | | off-by-one in TCL_MAJOR_VERSION check | jan.nijtmans | 2022-10-23 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2022-10-23 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions) | jan.nijtmans | 2022-10-23 | 1 | -69/+64 |
* | | | Change back some Tcl_Size usage to size_t (e.g. in MODULE_SCOPE definitions, ... | jan.nijtmans | 2022-10-23 | 1 | -60/+62 |
* | | | Merge 9.0 | jan.nijtmans | 2022-10-21 | 1 | -6/+2 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-10-21 | 1 | -15/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628) | jan.nijtmans | 2022-10-21 | 1 | -126/+120 |
* | | | | Merge 9.0 | jan.nijtmans | 2022-10-18 | 1 | -14/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 8.7 | dgp | 2022-10-17 | 1 | -14/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 8.7 | dgp | 2022-10-14 | 1 | -7/+6 |
| | |\ \ | |||||
| | * \ \ | merge 8.7 | dgp | 2022-10-11 | 1 | -338/+116 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-09-27 | 1 | -0/+3 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge 8.7 | dgp | 2022-09-21 | 1 | -0/+6 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj). | dgp | 2022-09-18 | 1 | -18/+0 |
* | | | | | | | | Merge 9.0 | jan.nijtmans | 2022-10-13 | 1 | -13/+0 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2022-10-13 | 1 | -13/+0 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| | * | | | | | | Make TclGlob() a static function | jan.nijtmans | 2022-10-13 | 1 | -7/+6 |
| | | |_|_|/ / | | |/| | | | | |||||
* | | | | | | | Rebase to 9.0 | jan.nijtmans | 2022-10-12 | 1 | -126/+128 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Merge 9.0 | jan.nijtmans | 2022-09-27 | 1 | -0/+3 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 9.0 | jan.nijtmans | 2022-09-26 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 9.0 | jan.nijtmans | 2022-09-17 | 1 | -1/+9 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Tcl_Size -> size_t (twice) | jan.nijtmans | 2022-09-07 | 1 | -2/+2 |
| * | | | | | | | | | Merge 9.0 | jan.nijtmans | 2022-09-07 | 1 | -50/+212 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Handle tclIntPlatDecls.h | jan.nijtmans | 2022-06-28 | 1 | -3/+1 |
| * | | | | | | | | | | Better Tcl8 compatibility for tclPlatDecls.h and tclInt.h | jan.nijtmans | 2022-06-26 | 1 | -1/+3 |