summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
Commit message (Expand)AuthorAgeFilesLines
* TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-4/+4
* Merge 8.7jan.nijtmans2022-11-281-3/+3
|\
| * Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-3/+3
* | Merge 8.7jan.nijtmans2022-11-251-3/+3
|\ \ | |/
| * Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-3/+3
| * Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-071-2/+3
* | Remove TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-061-5/+3
* | Merge 9.0jan.nijtmans2022-09-261-3/+6
|\ \
| * \ Merge 8.7jan.nijtmans2022-09-191-3/+6
| |\ \ | | |/
| | * New (internal) function TclGetObjInterpProc2() and macro TclObjInterpProc2. W...jan.nijtmans2022-09-191-3/+6
* | | Merge 9.0jan.nijtmans2022-09-171-0/+6
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-09-091-0/+5
| |\ \ | | |/
| | * Change TclObjInterpProc() to a macro, since extensions should never invoke it...jan.nijtmans2022-09-091-0/+2
| | * Merge 8.6 (no need for TclUnusedStubEntry here)jan.nijtmans2022-08-291-5/+3
| | |\
| | | * Add 2 unused (internal) stub entriesjan.nijtmans2022-08-291-3/+6
| | | |\
| | | | * Add 2 unused (internal) stub entriesjan.nijtmans2022-08-291-3/+6
* | | | | Merge 9.0jan.nijtmans2022-09-071-0/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge tip-625jan.nijtmans2022-07-181-0/+12
| |\ \ \ \ | | |/ / /
| | * | | Start on list representation black box testsapnadkarni2022-07-151-0/+12
| | * | | Use "void *" in stead of ClientData in tclInt.decs/tclOO.decls (backported fr...jan.nijtmans2022-06-231-22/+21
| * | | | Fix (internal) TclFindElement() signature (int -> size_t)jan.nijtmans2022-06-201-2/+2
* | | | | Fix TclpGetClicks/TclpGetSeconds's Tcl 8 compabitilityjan.nijtmans2022-06-261-0/+9
* | | | | More Tcl_Sizejan.nijtmans2022-06-201-4/+4
* | | | | More Tcl_Sizejan.nijtmans2022-06-201-45/+45
|/ / / /
* | | | Merge 9.0jan.nijtmans2022-05-251-2/+2
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-05-251-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Deprecate 2 internal typedefs: TclCmdProcType/TclObjCmdProcType. Too little b...jan.nijtmans2022-05-251-2/+2
* | | | | Merge 9.0jan.nijtmans2022-05-161-6/+3
|\ \ \ \ \ | |/ / / /
| * | | | Put back Tcl_AppendUnicodeToObj()jan.nijtmans2022-03-251-6/+3
| * | | | Merge 8.7jan.nijtmans2022-03-141-6/+6
| |\ \ \ \ | | |/ / /
| | * | | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ha...jan.nijtmans2022-03-141-12/+11
| | * | | merge 8.7dgp2021-04-281-4/+6
| | |\ \ \
| | * \ \ \ merge 8.7dgp2021-04-081-3/+3
| | |\ \ \ \
| | * \ \ \ \ merge 8.7dgp2021-04-051-6/+6
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.7dgp2021-03-221-2/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.7dgp2021-03-041-0/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge pre-TIP 481 commits of 8.7 branchdgp2021-01-151-2/+2
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge 8.7dgp2020-11-101-0/+5
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge 8.7dgp2020-09-151-4/+4
| | |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add "const" to some other parameters to avoid compiler failure on MS-VC 2015....oehhar2022-03-141-4/+4
| * | | | | | | | | | | | Add "const" to TclObjLookupVar parameter 6 and 7 to avoid compiler failure on...oehhar2022-03-141-2/+2
| * | | | | | | | | | | | Some more int -> size_t in internal APIjan.nijtmans2022-02-231-9/+10
* | | | | | | | | | | | | More progressjan.nijtmans2022-03-311-4/+4
* | | | | | | | | | | | | More int -> size_tjan.nijtmans2022-02-231-9/+10
* | | | | | | | | | | | | Merge 9.0jan.nijtmans2022-02-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | More int -> size_t in internal APIjan.nijtmans2022-02-171-20/+19
* | | | | | | | | | | | | more int->size_tjan.nijtmans2022-02-171-2/+2
* | | | | | | | | | | | | 3 more API'sjan.nijtmans2022-01-271-12/+11
* | | | | | | | | | | | | More progressjan.nijtmans2022-01-271-2/+2
* | | | | | | | | | | | | more progressjan.nijtmans2022-01-261-4/+4