summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Properly encode more operand types to reduce the number of special cases in ↵dkf2013-06-203-84/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the disassembler.
| * | | | | | | | | | | | | | | merge trunkdkf2013-06-1931-506/+347
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Remove extra scribblings not normally needed. Thanks to jdc for suggestion.dkf2013-06-171-2/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Improved rendering of some opcode arguments and auxdata.dkf2013-06-134-14/+150
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | merge trunkdkf2013-06-139-31/+59
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Extract more of the info from the bytecode.dkf2013-06-121-5/+60
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | merge trunkdkf2013-06-117-138/+87
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Code-readable disassembler: tcl::unsupported::getbytecodedkf2013-06-112-3/+232
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | merge trunkdkf2013-06-112-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Move the disassembler to its own file.dkf2013-06-118-1039/+1091
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | merge trunkdkf_bytecode_optimizerdkf2013-06-094-172/+502
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2013-06-085-216/+126
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge-markjan.nijtmans2014-09-170-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Better pic flag for OpenBSD.stwo2014-09-162-2/+16
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Better pic flag for OpenBSD.stwo2014-09-162-2/+16
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | [cee90e4e88] Correct error in stack depth checking.dgp2014-09-102-0/+7
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | [2486824] Improve error message; not all that upvars is an upvar.dkf2014-09-103-8/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | [2486824] Improve error message; not all that upvars is an upvar.dkf2014-09-103-10/+12
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Change one '#ifdef' to '#if defined()' for improved consistency within the file,stwo2014-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as in checkin [211aa43013].
* | | | | | | | | | | | | | | | | | | | | [84af1192f5]: [regsub] compiler no longer confused by quantification handling.dkf2014-09-096-7/+22
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Refine TclFinalizeThreadData so that the quick-exit optimization really only ↵ferrieux2014-09-082-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | affects exit.
* | | | | | | | | | | | | | | | | | | | | Exceptional handling of oo::class has to be consistent throughout.dgp2014-09-082-1/+13
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Remove unused macros.dgp2014-09-051-3/+0
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Make corrections to long-false comments.dgp2014-09-051-9/+9
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | [ccc2c2cc98]: lreplace edge casedkf2014-09-052-2/+26
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Remove ChannelHandlerEvent struct, which has never been used in all ofdgp2014-09-041-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recorded Tcl history. Still need to purge comments of mentions of ChannelHandlerEventProc() which is similarly pre-historic.
* | | | | | | | | | | | | | | | | | | | | Distinguish hanging from crashing in exit tests.ferrieux2014-09-031-7/+20
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | [132fad6fde]. Fixed GetCache to use TclpSysAlloc+memset insteadashok2014-09-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of calloc. Now consistent with tclWinThrd.c which no longer uses malloc in its TclpSysAlloc implementation.
* | | | | | | | | | | | | | | | | | | | | Refrain from calling TclFinalizeThreadData() in quick-exit case as it is ↵ferrieux2014-09-021-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | useless (just memory freeing). Superficially fixes [Bug 132fad6f]; that bug is still exerciseable thanks to recent additions to the test suite that exercise full finalization.
* | | | | | | | | | | | | | | | | | | | | Add test cases in very first position for hang-on-exit, both in (normal) ↵ferrieux2014-09-021-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quick-exit and TCL_FINALIZE_ON_EXIT=1 modes.
* | | | | | | | | | | | | | | | | | | | | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵jan.nijtmans2014-09-012-10/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk
| * | | | | | | | | | | | | | | | | | | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵jan.nijtmans2014-09-012-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk.
* | | | | | | | | | | | | | | | | | | | Use TclpSys* macros, not direct system calls.dgp2014-08-291-8/+8
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | [b9e1a3032e] Implement the documented method search order for TclOO.dkf2014-08-282-26/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This corrects the relative positions of object-defined methods and class mixins.
* | | | | | | | | | | | | | | | | | | | merge releasedgp2014-08-2715-17/+165
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunk; update changesrc3core_8_6_2core_8_6_2_rcdgp2014-08-257-7/+211
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | TIP 429 implementation. New command [string cat].dgp2014-08-256-7/+209
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunktip_429ferrieux2014-08-1981-2811/+3072
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Fix comment inaccuracy.ferrieux2014-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | More aggressive constant folding in [string cat]. Thanks AndreasK for kicking.ferrieux2014-08-051-20/+27
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Better organize [string cat] by chunks of 255 args.ferrieux2014-08-051-7/+9
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Add constant folding to [string cat]. Mixed-quote idiom is now compiled to a ↵ferrieux2014-08-051-16/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | single push.
| * | | | | | | | | | | | | | | | | | | | | | More optimized non-BC [string cat] using Tcl_AppendObjToObj() - thx Donalferrieux2014-08-051-31/+14
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Hum. Really merge trunk.ferrieux2014-08-041-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkferrieux2014-08-041-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Tidy up the docsdkf2014-08-031-7/+12
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Don't use [pid] in tests, stick to constant literals.ferrieux2014-08-023-6/+8
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | TIP 429 Implementation: [string cat]ferrieux2014-08-026-7/+180
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | merge-markdgp2014-08-250-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | merge releasedgp2014-08-2511-18/+121
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \