summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exce...Kevin B Kenny2016-05-132-4/+91
|\
| * Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exce...bug_3154ea2759Kevin B Kenny2016-05-132-4/+91
| |\
| | * Bug fix. Have to arrange to only close a catch once. After the spacebug_3154ea2759dgp2016-05-061-0/+3
| |/
* | Value correctness over performance myths. Encoding ObjType duplicationdgp2016-05-101-0/+1
|\ \
| * \ merge trunkdgp_dup_encoding_fixdgp2016-05-1063-747/+1061
| |\ \ | |/ / |/| |
* | | Rework bytecode intialization to serve different callers better.dgp2016-04-295-54/+72
|\ \ \
| * | | Parameterize TclInitByteCodeObj to callers sense of typePtr.dgp_init_bytecodedgp2016-04-294-14/+10
| * | | No longer need to create Tcl_Obj just to make some bytecode.dgp2016-04-291-5/+2
| * | | Make obj-free bytecode maker available to rest of compile-related files.dgp2016-04-292-1/+3
| * | | Tease apart the bytecode creation machinery from the Tcl_Obj intrep machinery.dgp2016-04-291-35/+57
| * | | Refactor bytecode initialization machinery.dgp2016-04-291-23/+24
|/ / /
* | | merge-markjan.nijtmans2016-04-240-0/+0
|\ \ \ | | |/ | |/|
| * | Update to tzdata2016d from IETFvenkat2016-04-2234-313/+463
| |\ \
* | \ \ close forked forkdgp2016-04-220-0/+0
|\ \ \ \
| * \ \ \ Merge Forkmerge_tzdata_to_trunkvenkat2016-04-224-33/+36
| |\ \ \ \
* | \ \ \ \ close forkdgp2016-04-2234-313/+463
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Update to tzdata2016d from IETFvenkat2016-04-2234-313/+463
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Update to tzdata2016d from IETFvenkat2016-04-2234-313/+463
* | | | | Refactor bytecode cleanup.dgp2016-04-224-33/+36
|/ / / /
* | | | [d1f55451c6] Remove unnecessary panic routines.dgp2016-04-111-28/+2
* | | | Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ?jan.nijtmans2016-04-101-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ?jan.nijtmans2016-04-101-2/+3
* | | | Fix [2538f373ffc78d6dba9c3d973c147a84fdd9bbd8|2538f373ffc78d6d]: crash in Tcl...jan.nijtmans2016-04-081-1/+1
|\ \ \ \ | |/ / /
| * | | Fix [2538f373ffc78d6dba9c3d973c147a84fdd9bbd8|2538f373ffc78d6d]: crash in Tcl...jan.nijtmans2016-04-081-1/+1
* | | | merge 8.6jan.nijtmans2016-04-082-4/+17
|\ \ \ \ | |/ / /
| * | | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w missi...jan.nijtmans2016-04-082-4/+17
| |\ \ \ | | |/ /
| | * | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w missi...jan.nijtmans2016-04-082-4/+17
* | | | merge 8.6dgp2016-04-072-77/+149
|\ \ \ \ | |/ / /
| * | | Tidy up the last commit.dgp2016-04-071-7/+6
| * | | [213b6a2b9d] Make level parsing honor EIAS.dgp2016-04-062-72/+145
* | | | Rename UtfCount() to TclUtfCount() and use it in more places. Suggested by ps...jan.nijtmans2016-04-053-16/+11
* | | | [47ac84309b] Clear up a bunch of problems with [lreplace]. It now does nothin...dkf2016-04-043-11/+81
|\ \ \ \ | |/ / /
| * | | [47ac84309b] Clear up a bunch of problems with [lreplace]. It now does nothin...potential_incompatibilitydkf2016-04-043-11/+81
| |\ \ \
| | * | | [47ac84309b] Import of aspect's branch from his personal repository on chisel...aspect_lreplace_cleanupdkf2016-03-303-11/+81
* | | | | Revise "parsedVarName" Tcl_ObjType to eliminated unnecessary parts anddgp2016-04-041-63/+9
|\ \ \ \ \
| * | | | | There's a "parsedVarName" Tcl_ObjType that remembers how a variable namedgp_revise_parsedvarnametypedgp2016-03-281-11/+34
* | | | | | merge 8.6dgp2016-04-042-4/+23
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Corrections to compression stream flushing to make Tk generate PNGs correctly...dkf2016-04-042-4/+23
| |\ \ \ \ \
| | * | | | | Was handling the flushing at the end of the stream wrongly.tk_bug_9eb55debc5dkf2016-04-042-8/+9
| | * | | | | Working on fixing problem with short reads from compressing streams that brea...dkf2016-04-031-0/+18
| |/ / / / /
* | | | | | close forkdgp2016-04-043-11/+117
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tip-444micro_optgahr2016-04-043-11/+117
| |\ \ \ \ \ \
| | * \ \ \ \ \ merge trunktip_444gahr2016-04-04225-19575/+12192
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | micro-optimization from drh-micro-optimization branch: Knock perhaps 1% off e...jan.nijtmans2016-04-041-9/+11
| |\ \ \ \ \ \ \
| | * | | | | | | Knock perhaps 1% off execution time: guard on TclAsyncReady more efficient wh...dkf2015-10-231-9/+11
| | * | | | | | | fix typo in micro-optimization TclpInitThreadAllocKevin B Kenny2015-10-221-1/+1
| | * | | | | | | Turn off NRE asserts by default. About a 5% speedup on [clock format].dkf2015-10-223-7/+3
| | * | | | | | | Micro-optimization: remove double checked lock from TclGetAllocCache in favou...Kevin B Kenny2015-10-214-35/+31
| | | * | | | | | merge trunkgahr2016-03-03133-894/+848
| | | |\ \ \ \ \ \
| | | * | | | | | | Clarify that weekends are intended as Saturdays and Sundaysgahr2016-03-031-1/+1