summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* MODULE_SCOPE TclLengthOne (in stead of 2 separate static functions doing the ...jan.nijtmans2022-12-181-0/+2
* Merge 9.0. New macro ABSTRACTLIST_PROCjan.nijtmans2022-11-281-5/+7
|\
* | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObjjan.nijtmans2022-11-271-1/+1
* | HAS_ABSTRACTLIST_PROCjan.nijtmans2022-11-261-8/+10
* | Merge 9.0jan.nijtmans2022-11-251-1/+0
|\ \ | |/
| * Proposed fix for [da63e4c1e]. First version, not 100% as expected yet.jan.nijtmans2022-11-231-1/+0
* | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-25/+33
|/
* Remove TCL_OUT_LINE_COMPILE in favour of TCL_ERRORjan.nijtmans2022-11-211-4/+0
|\
| * TCL_OUT_LINE_COMPILE is deprecatedjan.nijtmans2022-11-211-1/+3
* | Merge 8.7jan.nijtmans2022-11-201-1/+0
|\ \ | |/
| *-. Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-1/+0
| |\ \
| | * | TIP 651 implementationapnadkarni2022-11-171-1/+2
| |/ /
| * | Fix compilation error for STATS=memdbg. Fix incorrect commentjan.nijtmans2022-11-131-1/+1
* | | Fix compilation error for STATS=memdbgapnadkarni2022-11-131-1/+1
* | | Merge 8.7jan.nijtmans2022-11-111-5/+51
|\ \ \ | |/ /
| * | Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ...jan.nijtmans2022-11-111-0/+35
| * | int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentationjan.nijtmans2022-11-081-1/+1
| * | Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-071-0/+5
* | | More int -> size_t (argc and level) in trace handlingjan.nijtmans2022-11-081-1/+5
* | | TclInitSockets() only exists on Windowsjan.nijtmans2022-11-071-0/+4
* | | Remove TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-061-0/+1
* | | Bug [0f98bce669]. Fix limits for string replace.apnadkarni2022-11-031-1/+2
* | | Bug #0f98bce669 - string cat support for > 2**31 characters. Tests pendingapnadkarni2022-11-021-0/+5
* | | Merge 8.7jan.nijtmans2022-10-251-2/+2
|\ \ \ | |/ /
| * | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade...jan.nijtmans2022-10-251-3/+3
* | | off-by-one in TCL_MAJOR_VERSION checkjan.nijtmans2022-10-231-2/+2
* | | Merge 8.7jan.nijtmans2022-10-231-0/+2
|\ \ \ | |/ /
| * | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions)jan.nijtmans2022-10-231-69/+64
* | | Change back some Tcl_Size usage to size_t (e.g. in MODULE_SCOPE definitions, ...jan.nijtmans2022-10-231-60/+62
* | | Merge 9.0jan.nijtmans2022-10-211-6/+2
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-10-211-15/+6
| |\ \ \ | | |/ /
| | * | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-126/+120
* | | | Merge 9.0jan.nijtmans2022-10-181-14/+0
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2022-10-171-14/+0
| |\ \ \ | | |/ /
| | * | merge 8.7dgp2022-10-141-7/+6
| | |\ \
| | * \ \ merge 8.7dgp2022-10-111-338/+116
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2022-09-271-0/+3
| | |\ \ \ \
| | * \ \ \ \ merge 8.7dgp2022-09-211-0/+6
| | |\ \ \ \ \
| | * | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-181-18/+0
* | | | | | | | Merge 9.0jan.nijtmans2022-10-131-13/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2022-10-131-13/+0
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Make TclGlob() a static functionjan.nijtmans2022-10-131-7/+6
| | | |_|_|/ / | | |/| | | |
* | | | | | | Rebase to 9.0jan.nijtmans2022-10-121-126/+128
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge 9.0jan.nijtmans2022-09-271-0/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-09-261-0/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-09-171-1/+9
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Tcl_Size -> size_t (twice)jan.nijtmans2022-09-071-2/+2
| * | | | | | | | | Merge 9.0jan.nijtmans2022-09-071-50/+212
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Handle tclIntPlatDecls.hjan.nijtmans2022-06-281-3/+1
| * | | | | | | | | | Better Tcl8 compatibility for tclPlatDecls.h and tclInt.hjan.nijtmans2022-06-261-1/+3