Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | | | Fix part of [d19aef1487] (broken --disable-load on MacOSX), broken by [4d4177... | jan.nijtmans | 2014-07-31 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | | | | | merge trunk | dgp | 2014-07-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | [a84a720966] Protect against double free in TclOO classChainCache teardown. | dgp | 2014-07-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | merge trunk | dgp | 2014-07-31 | 6 | -83/+128 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | [3757cdf808] More clock refactoring with spooky impact on [string match] | dgp | 2014-07-30 | 1 | -10/+22 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Complete transformation off Tcl_Preserve() legacy onto ref counting. | dgp | 2014-07-30 | 1 | -15/+7 | |
| * | | | | | | | | | | | | | | | | | Reduce the cost of Preserve/Release on channels | dgp | 2014-07-30 | 5 | -43/+74 | |
| * | | | | | | | | | | | | | | | | | [3757cdf808] Refactoring seems to reduce (maybe somewhat kinda sorta) a | dgp | 2014-07-29 | 1 | -22/+32 | |
* | | | | | | | | | | | | | | | | | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 1 | -2/+2 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Revise MBRead() to be used in both sync and async modes. | dgp | 2014-07-28 | 1 | -44/+34 | |
* | | | | | | | | | | | | | | | | | Push MBWrite() differences out to callers. | dgp | 2014-07-27 | 1 | -27/+22 | |
* | | | | | | | | | | | | | | | | | Rework MBWrite() so it can be used in both sync and async modes. | dgp | 2014-07-27 | 1 | -68/+41 | |
* | | | | | | | | | | | | | | | | | Use common MBError() routine for sync and async operations. | dgp | 2014-07-26 | 1 | -25/+24 | |
* | | | | | | | | | | | | | | | | | Extend the "move buffer" implementation to cover the async case. | dgp | 2014-07-26 | 1 | -11/+175 | |
* | | | | | | | | | | | | | | | | | simplify moveBytes selection logic | dgp | 2014-07-24 | 1 | -3/+1 | |
* | | | | | | | | | | | | | | | | | Make sure MoveBytes error reporting reproduces what CopyData does. Bugward c... | dgp | 2014-07-24 | 1 | -0/+8 | |
* | | | | | | | | | | | | | | | | | Make sure MoveBytes records read error messages. | dgp | 2014-07-24 | 1 | -1/+5 | |