summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2017-05-231-3/+3
|\
| * merge core-8-6-branchaspect2017-05-191-3/+3
| |\
| | * fix build failure with TCL_MEM_DEBUG introduced by [8b717dc06a3e3d49]aspect2017-05-191-3/+3
* | | merge trunkdgp2017-05-151-29/+29
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2017-05-091-29/+29
| |\ \ | | |/
| | * Let local variables declared from within macro's always start with underscore...jan.nijtmans2017-05-091-29/+29
* | | merge trunkdgp2017-04-271-2/+3
|\ \ \ | |/ /
| * | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ...dkf2017-04-271-2/+3
| |\ \ | | |/
| | * A better way of getting source file location information when disassembling.dkf2017-04-221-2/+3
* | | merge trunkdgp2017-04-211-1/+1
|\ \ \ | |/ /
| * | Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compile...jan.nijtmans2017-04-201-1/+1
* | | merge trunkdgp2017-04-121-1/+1
|\ \ \ | |/ /
| * | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1
* | | merge trunkdgp2017-03-291-1/+1
|\ \ \ | |/ /
| * | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread()jan.nijtmans2017-03-241-1/+1
* | | merge trunkdgp2017-03-171-4/+18
|\ \ \ | |/ /
| * | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac...jan.nijtmans2017-03-171-0/+10
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+6
| |\ \ | | |/
| | * Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+6
| * | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...Kevin B Kenny2017-03-141-4/+2
| |\ \ | | |/
| | * Make 'clock' and 'encoding' into compilable ensembles that play with safe int...Kevin B Kenny2017-03-141-0/+1
| | * Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-4/+1
* | | merge trunkdgp2017-03-131-26/+0
|\ \ \ | |/ /
| * | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-26/+0
* | | merge trunkdgp2017-02-161-6/+6
|\ \ \ | |/ /
| * | More internal use of size_t in stead of int, e.g. for epoch'sjan.nijtmans2017-02-151-6/+6
* | | merge trunkdgp2017-02-031-6/+5
|\ \ \ | |/ /
| * | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-5/+4
* | | merge trunkdgp2017-01-271-0/+2
|\ \ \ | |/ /
| * | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-0/+2
* | | merge trunkdgp2017-01-231-0/+1
|\ \ \ | |/ /
| * | Introduce new function TclInitThreadAlloc(), symmetric with TclFinalizeThread...jan.nijtmans2017-01-131-0/+1
* | | merge trunkdgp2017-01-121-0/+5
|\ \ \ | |/ /
| * | TIP [http://www.tcl.tk/cgi-bin/tct/tip/459|459] implementation, but (for now)...jan.nijtmans2017-01-041-0/+5
| |\ \
| | * \ Bring back stub table in original state.jan.nijtmans2016-12-081-2/+6
| | |\ \
| | * | | Complete implementation, tests and documentationjan.nijtmans2016-11-281-0/+1
| | * | | Starting implementing the "package files" command. TIP still to be written.jan.nijtmans2016-11-241-0/+1
* | | | | merge trunkdgp2016-12-231-9/+2
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb...jan.nijtmans2016-12-231-9/+2
| | |/ / | |/| |
* | | | merge trunkdgp2016-12-021-2/+1
|\ \ \ \ | |/ / /
| * | | Created a new "proper bytearray" Tcl_ObjType so we can use bytearraysdgp2016-12-011-2/+1
* | | | merge trunkdgp2016-11-301-0/+2
|\ \ \ \ | |/ / /
| * | | Route all [string repeat] operations through a common implementation.dgp2016-11-301-0/+2
| |/ /
* | | merge trunkdgp2016-11-281-1/+1
|\ \ \ | |/ /
| * | Make compileEpoch "unsigned int", and start counting at 1.jan.nijtmans2016-11-241-1/+1
* | | merge trunkdgp2016-11-161-10/+10
|\ \ \ | |/ /
| * | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-13/+13
* | | merge trunkdgp2016-11-141-0/+4
|\ \ \ | |/ /
| * | Route all [string last] operations through a common implementation.dgp2016-11-081-1/+3
| * | First draft refactoring the [string first] functionality.dgp2016-11-041-0/+2