summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-06-051-0/+4
|\
| * merge core-8-branchdkf2018-06-021-3/+23
| |\
| * \ merge core-8-branchdkf2018-05-201-2/+6
| |\ \
| * \ \ Merge core-8-branchdkf2018-05-131-25/+30
| |\ \ \
| * \ \ \ merge 8.7dkf2018-05-051-2/+2
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-03-301-0/+46
| |\ \ \ \ \
| * | | | | | Starting to build the implementation of the private methods and variables. De...dkf2018-02-251-0/+4
* | | | | | | Rebase the sebres clock bounty work to the 8.7 branch.dgp2018-06-011-0/+23
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | back-porting of tclclockmod done, merge current 8.6sebres2018-05-291-15/+83
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge core-8-6-branch (execpt file win/makefile.vc)dgp2017-10-201-7/+8
| |\ \ \ \ \ \ \
| * | | | | | | | Move "timerate" functionality to "::tcl::unsupported". sebres2017-06-021-0/+3
* | | | | | | | | Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on ...jan.nijtmans2018-05-231-3/+20
* | | | | | | | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-3/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-2/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | merge 8.7dgp2018-04-161-0/+2
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | merge 8.7dgp2018-03-151-80/+117
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-231-5/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-211-20/+19
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Initial implementation of TIP #491. Not tested yet.jan.nijtmans2017-12-111-0/+4
* | | | | | | | | | | General code style cleanup.dkf2018-05-131-29/+20
* | | | | | | | | | | merge core-8-6-branchpooryorick2018-05-071-0/+14
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Deduplicate code in INST_STR_CMP, StringCmpCmd, and StringEqualCmd.pooryorick2018-05-071-2/+2
| * | | | | | | | | Factor options handling out of StringCmpCmd.pooryorick2018-05-061-1/+2
| * | | | | | | | | Preparation to deduplicate code between byte-compiled and legacypooryorick2018-05-061-0/+5
| * | | | | | | | | Avoid generating string representation when comparing the empty string.pooryorick2018-05-051-0/+10
* | | | | | | | | | merge 8.6dgp2018-04-191-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | / / / / | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Fold TclArraySet() into its only caller. tclEnv.c no longer calls itdgp2018-04-191-2/+0
| * | | | | | | | Refactor array trace handling into a common routine TclCheckArrayTraces().dgp2018-04-171-0/+2
* | | | | | | | | merge 8.7dgp2018-03-151-80/+117
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | New routine TclStringReplace() serves as a common implementation for bothdgp2018-03-141-0/+3
| * | | | | | | | cherry pick the desirable part of the merge.dgp2018-03-141-0/+2
| * | | | | | | | backout the latest mergedgp2018-03-141-2/+0
| * | | | | | | | merge 8.6dgp2018-03-141-0/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | merge 8.5dgp2018-03-141-0/+2
| | |\ \ \ \ \ \ \
| | | * | | | | | | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten:sebres2018-03-131-0/+2
| * | | | | | | | | merge 8.7dgp2018-03-121-105/+140
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-0/+15
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | | | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | * | | | | | | Return routine to file scope.dgp2018-03-091-2/+0
| | | * | | | | | | Refactor the index value encode/decode machinery for broader use.dgp2018-03-091-0/+15
| | | * | | | | | | New internal routine TclGetEndOffsetFromObj.dgp2018-03-061-0/+2
| | | * | | | | | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2018-02-141-0/+4905
| | | * | | | | | | Lift the restriction on command names names that begin with ":".pooryorick2018-02-141-4922/+0
| | * | | | | | | | Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. C...jan.nijtmans2018-02-141-2/+10
| | * | | | | | | | small code review: resolve conversion warnings (possible loss of data, signed...sebres2018-02-091-2/+2
| | * | | | | | | | fixes [9280abbaf57fca3eb40a89403d9d891853209bb6]: compare of `LLONG_MAX == LO...sebres2018-02-081-1/+1
| | * | | | | | | | TIP 484: Merge 'int' and 'wideInt' Obj-type to a single 'int'dgp2018-02-061-52/+25
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-3/+3
| | | * | | | | | | | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon...jan.nijtmans2018-01-261-2/+2
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | make the old "int" type "static", since it's just used in a single file.jan.nijtmans2018-01-221-1/+0
| | | * | | | | | | | | Put old "int" type back. Not used by Tcl anymore, but this restores compatibi...jan.nijtmans2018-01-221-0/+1