Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cee90e4e88] Correct error in stack depth checking. | dgp | 2014-09-10 | 1 | -0/+1 |
* | [2486824] Improve error message; not all that upvars is an upvar. | dkf | 2014-09-10 | 1 | -5/+4 |
|\ | |||||
| * | [2486824] Improve error message; not all that upvars is an upvar. | dkf | 2014-09-10 | 1 | -5/+4 |
| * | merge 8.5; stamp release date | dgp | 2014-08-22 | 1 | -20/+8 |
| |\ | |||||
| * \ | merge 8.5 | dgp | 2014-08-12 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | merge 8.5 | dgp | 2014-08-02 | 1 | -0/+3 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.5 | dgp | 2014-08-02 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge 8.5 | dgp | 2014-08-01 | 5 | -51/+77 |
| |\ \ \ \ \ | |||||
| * | | | | | | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -2/+2 |
* | | | | | | | [84af1192f5]: [regsub] compiler no longer confused by quantification handling. | dkf | 2014-09-09 | 5 | -7/+17 |
* | | | | | | | Refine TclFinalizeThreadData so that the quick-exit optimization really only ... | ferrieux | 2014-09-08 | 2 | -14/+16 |
* | | | | | | | Exceptional handling of oo::class has to be consistent throughout. | dgp | 2014-09-08 | 1 | -1/+3 |
* | | | | | | | Make corrections to long-false comments. | dgp | 2014-09-05 | 1 | -9/+9 |
* | | | | | | | [ccc2c2cc98]: lreplace edge case | dkf | 2014-09-05 | 1 | -1/+13 |
* | | | | | | | Remove ChannelHandlerEvent struct, which has never been used in all of | dgp | 2014-09-04 | 1 | -11/+0 |
* | | | | | | | [132fad6fde]. Fixed GetCache to use TclpSysAlloc+memset instead | ashok | 2014-09-03 | 1 | -1/+2 |
* | | | | | | | Refrain from calling TclFinalizeThreadData() in quick-exit case as it is usel... | ferrieux | 2014-09-02 | 1 | -11/+13 |
* | | | | | | | Use TclpSys* macros, not direct system calls. | dgp | 2014-08-29 | 1 | -8/+8 |
* | | | | | | | [b9e1a3032e] Implement the documented method search order for TclOO. | dkf | 2014-08-28 | 1 | -26/+71 |
* | | | | | | | merge trunk; update changesrc3core_8_6_2core_8_6_2_rc | dgp | 2014-08-25 | 3 | -0/+129 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | TIP 429 implementation. New command [string cat]. | dgp | 2014-08-25 | 3 | -0/+129 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge trunktip_429 | ferrieux | 2014-08-19 | 2 | -2/+11 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix comment inaccuracy. | ferrieux | 2014-08-05 | 1 | -1/+1 |
| | * | | | | | | | | More aggressive constant folding in [string cat]. Thanks AndreasK for kicking. | ferrieux | 2014-08-05 | 1 | -20/+27 |
| | * | | | | | | | | Better organize [string cat] by chunks of 255 args. | ferrieux | 2014-08-05 | 1 | -7/+9 |
| | * | | | | | | | | Add constant folding to [string cat]. Mixed-quote idiom is now compiled to a ... | ferrieux | 2014-08-05 | 1 | -16/+46 |
| | * | | | | | | | | More optimized non-BC [string cat] using Tcl_AppendObjToObj() - thx Donal | ferrieux | 2014-08-05 | 1 | -31/+14 |
| | * | | | | | | | | merge trunk | ferrieux | 2014-08-04 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | TIP 429 Implementation: [string cat] | ferrieux | 2014-08-02 | 3 | -0/+107 |
* | | | | | | | | | | | Bump to zlib 2.0.1. | dgp | 2014-08-22 | 1 | -1/+1 |
* | | | | | | | | | | | Bump to TclOO 1.0.2 | dgp | 2014-08-22 | 1 | -1/+1 |
* | | | | | | | | | | | merge trunk; stamp release date. | dgp | 2014-08-22 | 1 | -20/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | merge 8.5; fix notifier mask bug and Tcl_Read performance regression | dgp | 2014-08-22 | 1 | -20/+8 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| | * | | | | | | | | Same results; simpler logic.dgp_slow_read | dgp | 2014-08-22 | 1 | -21/+7 |
| | * | | | | | | | | Test fix for likely cause of reported I/O slowdown. | dgp | 2014-08-21 | 1 | -0/+2 |
| | * | | | | | | | | Docs for Tcl_CreateChannelHandler() state that the registered handler procaku_review | dgp | 2014-08-20 | 1 | -1/+1 |
| | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| | * | | | | | | | Accommodate the "udp" package, and any other Tcl package that expects a | dgp | 2014-08-12 | 1 | -1/+1 |
| | | |_|_|_|_|/ | | |/| | | | | | |||||
* | | | | | | | | merge trunk | dgp | 2014-08-19 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | [7d52e1101b] oo::object should know that oo::class is a subclass. | dkf | 2014-08-17 | 1 | -0/+1 |
* | | | | | | | | merge trunk | dgp | 2014-08-12 | 1 | -2/+10 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Fixed type conversion warnings which break a Win32 debug build (MSVC). | andreask | 2014-08-06 | 1 | -2/+10 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | merge trunk | dgp | 2014-08-02 | 2 | -1/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Another Preserve/Release on channels is needed during IO finalization. | dgp | 2014-08-02 | 1 | -0/+2 |
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | | | |||||
| | * | | | | Another Preserve/Release on channels is needed during IO finalization. | dgp | 2014-08-02 | 1 | -0/+3 |
| | | |_|/ | | |/| | | |||||
| | * | | | Updated package "platform" to version 1.0.13. Separated the | andreask | 2014-08-01 | 1 | -1/+1 |
| | | |/ | | |/| | |||||
| | * | | Backport the cheaper Preserve/Release on channels. | dgp | 2014-08-01 | 5 | -51/+77 |
| | |\ \ | | | |/ | | |/| | |||||
| * | | | Addition of a cast in tclWinFile.c to match types in a comparison, and | andreask | 2014-08-01 | 1 | -1/+1 |
* | | | | merge trunk | dgp | 2014-08-01 | 2 | -2/+38 |
|\ \ \ \ | |/ / / | |||||
| * | | | [e75fabac06] Teardown line information after failed ensemble subcommand | dgp | 2014-08-01 | 1 | -0/+18 |
| * | | | Correction and commentary in the details of ensemble compiling. | dgp | 2014-08-01 | 1 | -1/+17 |