summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkapnadkarni2023-04-141-13/+13
|\
| * Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-13/+13
| |\
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-11/+11
* | | Export Tcl_GetSizeFromObj in stubsapnadkarni2023-04-051-2/+2
* | | Merge 9.0apnadkarni2023-04-051-9/+9
|\ \ \ | |/ /
| * | TIP #628 addendum (various fixes to improve handling of 8.7 <-> 9.0 header di...jan.nijtmans2023-04-041-57/+57
* | | Merge 9.0jan.nijtmans2023-04-011-0/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2023-03-301-0/+1
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2023-03-301-0/+1
| | |\
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-0/+1
| | | * Remove ARGSUSED. More type-castsjan.nijtmans2022-11-291-8/+8
| | * | Move setting of profile in flags parameter to lower level functions in case t...apnadkarni2023-02-281-1/+1
| | * | Minor fixes and testsapnadkarni2023-02-121-0/+1
| | * | Phase out (almost) STRICT and NOCOMPLAIN flags.apnadkarni2023-02-101-3/+5
| | * | Modify encoding C API to use profiles (in progress)apnadkarni2023-02-091-11/+2
| | * | Change encoding error options to fconfigure to encoding profilesapnadkarni2023-02-021-1/+1
| | * | Replace encoding -strict etc. with -profileapnadkarni2023-02-021-0/+20
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-82/+95
|/ / /
* | | Missing backslashes in macro defjan.nijtmans2023-03-211-7/+7
* | | Another fix: don't access (w) twicejan.nijtmans2023-03-191-1/+1
* | | Proposed fix for [5ae5ffc3f4]: Problem with -failindex on 32-bit platform. Th...jan.nijtmans2023-03-191-1/+8
* | | Cherrypick [070225e33d]. Move setting of profile flags to lower level functio...apnadkarni2023-02-281-1/+1
* | | Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-0/+14
* | | 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
|\ \ \ | |/ /