summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-6-branchjan.nijtmans2017-07-131-1/+1
|\
| * Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in imple...jan.nijtmans2017-07-131-1/+1
| |\
| | * Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in imple...jan.nijtmans2017-07-131-1/+1
| | * (cherry-pick): Fix [e14c77b845]: Compilation error over typedef.jan.nijtmans2016-06-141-1/+2
* | | Make read and write operations on Tcl_Var handles available in tclInt API.dkf2017-06-081-6/+7
|\ \ \ | |/ /
| * | Expose some of the core variable access APIs. dkf_expose_ptrgetvar_8_6dkf2017-06-061-6/+7
* | | Merge core-8-6-branch. This removes the work currently being done in "sebres-...jan.nijtmans2017-06-021-23/+0
|\ \ \ | |/ /
* | | merge core-8-6-branch (except: the "timerate" command and the clock performan...jan.nijtmans2017-05-311-1/+1
|\ \ \
| * | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven...jan.nijtmans2017-05-311-1/+1
| * | | Remove "timerate" functionality: this definitely needs a TIP. Also undo chang...jan.nijtmans2017-05-311-3/+0
| | | |
| \ \ \
*-. \ \ \ 3-way merge sebres-trunk-clock-speedup / core-8-6-branch (clock speed-up / fl...sebres2017-05-291-0/+23
|\ \ \ \ \ | | |/ / / | |/| | |
| | | | |
| | | \ \
| | *-. \ \ reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk cloc...sebres2017-05-111-64/+53
| | |\ \ \ \
| | | | * \ \ merge trunk (to sebres-trunk-timerate)sebres2017-05-111-64/+53
| | | | |\ \ \
| * | | | \ \ \ merge sebres-8-6-clock-speedup (clock speed-up / flightaware Tcl-bounties#4, ...sebres2017-05-291-0/+23
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | / / | | |_|_|_|/ / | |/| | | | |
| | * | | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to...sebres2017-05-101-0/+8
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | merge trunksebres2017-03-061-11/+13
| | | |\ \ \ \
| | | * \ \ \ \ merge sebres-trunk-timeratesebres2017-02-091-0/+12
| | | |\ \ \ \ \
| | | * | | | | | code review and inline documentationsebres2017-01-101-0/+7
| | | * | | | | | improve LocalizeFormat, internal caching of localized formats inside msgcat f...sebres2017-01-101-0/+1
| | * | | | | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-0/+15
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | * | | | | | merge trunksebres2017-03-061-11/+13
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | / / / | | | | | |/ / / | | | | |/| | |
| | | * | | | | [win] accomplished winTime module using very fast wide clicks, with denominat...sebres2017-02-091-7/+3
| | | * | | | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig...sebres2017-02-091-0/+16
| | | | |/ / / | | | |/| | |
| | | * | | | missing entry of tclInt.h addedsebres2017-01-091-0/+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 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
* | | | | [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
* | | | | Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compile...jan.nijtmans2017-04-201-1/+1
* | | | | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1
* | | | | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread()jan.nijtmans2017-03-241-1/+1
* | | | | 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...kbk_clock_encoding_ensemblesKevin B Kenny2017-03-141-0/+1
| * | | | Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-4/+1
* | | | | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-26/+0
| |_|/ / |/| | |
* | | | More internal use of size_t in stead of int, e.g. for epoch'sjan.nijtmans2017-02-151-6/+6
* | | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-5/+4
* | | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-0/+2
* | | | Introduce new function TclInitThreadAlloc(), symmetric with TclFinalizeThread...notifierjan.nijtmans2017-01-131-0/+1
| |/ / |/| |
* | | 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
* | | | | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb...jan.nijtmans2016-12-231-9/+2
| |/ / / |/| | |
* | | | Created a new "proper bytearray" Tcl_ObjType so we can use bytearraysdgp2016-12-011-2/+1