summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunkgahr_tip_447gahr2016-05-2311-49/+223
|\
| * Fix for [f97d4ee020]; use a two-stage approach to avoid quadratic behavior.dkf2016-05-213-31/+113
| |\
| | * Fix for [f97d4ee020]; use a two-stage approach to avoid quadratic behavior.dkf2016-05-212-22/+103
| | |\
| | | * Make the tests pass.bug_f97d4ee020dkf2016-05-212-14/+46
| | | |
| | | * Added tests that show that this branch isn't ready to be committed back yet.dkf2016-05-201-0/+19
| | | |
| | | * Possible fix for [f97d4ee020]; uses a two-stage approach to avoid quadratic ↵dkf2016-05-161-23/+53
| | |/ | | | | | | | | | behaviour.
| | * Tweak a test to not leave around extra commands.dkf2016-05-141-9/+10
| | |
| * | Merge core-8-6-branchjan.nijtmans2016-05-131-2/+2
| |\ \ | | |/
| | * result/sendResult could be 64-bit, so account for thatjan.nijtmans2016-05-131-2/+2
| | |
| * | Merge core-8-6-branch. Eliminate some unnecessary spacing.jan.nijtmans2016-05-137-26/+30
| |\ \ | | |/
| | * Make tclreg13.dll work in any Unicode environment (either with 32-bit or ↵jan.nijtmans2016-05-135-20/+24
| | | | | | | | | | | | 64-bit characters). Adopted from Androwish. Thanks to Christian Werner. version -> 1.3.2
| * | Bug fix: Assembler dereferences a rogue pointer when unstacking an empty ↵Kevin B Kenny2016-05-132-4/+91
| |\ \ | | |/ | | | | | | exception range.
| | * Bug fix: Assembler dereferences a rogue pointer when unstacking an empty ↵bug_3154ea2759Kevin B Kenny2016-05-132-4/+91
| | |\ | | | | | | | | | | | | exception range.
| | | * Bug fix. Have to arrange to only close a catch once. After the spacebug_3154ea2759dgp2016-05-061-0/+3
| | |/ | | | | | | | | | | | | | | | | | | | | | has been returned to placeholder values, closing with them as data leads to memory corruption. There's probably a better fix available because the error here feels like it's rooted somewhere else, having us continue to check values we ought to know have already been closed.
| * | Value correctness over performance myths. Encoding ObjType duplicationdgp2016-05-101-0/+1
| |\ \ | | | | | | | | | | | | needs to dup the typePtr so that each Tcl_GetEncoding() is balanced by a Tcl_FreeEncoding().
| | * \ merge trunkdgp_dup_encoding_fixdgp2016-05-1063-747/+1061
| | |\ \ | | |/ / | |/| |
| | * | The DupEncodingIntRep() routine is broken. It fails to set the typePtrdgp2016-03-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | field of the duplicated Tcl_Obj to indicate that the intrep is that of the &encodingType. The impact must be that refcounting of Tcl_Encodings are out of balance, at least in the (unusual?) case where "encoding" values need duplication. I hesitate to actually commit this fix until I have a test demonstrating the need for it, and a chance to see the impact on actual encoding operations. The lifetime management of encodings has a history of being tricky and raising controversy. More work required.
* | | | Add a note in tcltest manual page to betray false expectations on msec and usec.gahr2016-05-041-0/+6
| | | |
* | | | Approximate ms by μs/1000gahr2016-05-031-12/+10
| | | |
* | | | Merge trunkgahr2016-05-0339-400/+571
|\ \ \ \ | |/ / /
| * | | 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
| |/ / / /
* | | | | Bump tcltest version to 2.3.9gahr2016-04-204-6/+6
| | | | |
* | | | | Implement msec and usec verbosity levels in tcltest::configuregahr2016-04-202-6/+38
|/ / / /
* | | | [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 ↵jan.nijtmans2016-04-081-1/+1
|\ \ \ \ | |/ / / | | | | | | | | Tcl_OpenTcpServer() on Windows
| * | | Fix [2538f373ffc78d6dba9c3d973c147a84fdd9bbd8|2538f373ffc78d6d]: crash in ↵jan.nijtmans2016-04-081-1/+1
| | | | | | | | | | | | | | | | Tcl_OpenTcpServer() on Windows
* | | | merge 8.6jan.nijtmans2016-04-082-4/+17
|\ \ \ \ | |/ / /
| * | | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w ↵jan.nijtmans2016-04-082-4/+17
| |\ \ \ | | |/ / | | | | | | | | missing characters
| | * | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w ↵jan.nijtmans2016-04-082-4/+17
| | | | | | | | | | | | | | | | missing characters
* | | | 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 ↵jan.nijtmans2016-04-053-16/+11
| | | | | | | | | | | | | | | | pspjuth here: [e99a79a32650e7e5]
* | | | [47ac84309b] Clear up a bunch of problems with [lreplace]. It now does ↵dkf2016-04-043-11/+81
|\ \ \ \ | |/ / / | | | | | | | | nothing more gracefully, and properly ensures that the compiled and interpreted versions work the same. Thanks to aspect for his work on this.
| * | | [47ac84309b] Clear up a bunch of problems with [lreplace]. It now does ↵potential_incompatibilitydkf2016-04-043-11/+81
| |\ \ \ | | | | | | | | | | | | | | | nothing more gracefully, and properly ensures that the compiled and interpreted versions work the same. Thanks to aspect for his work on this.