Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | merge from trunk | dkf | 2012-03-08 | 4 | -27/+43 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Compilation of misc info sometimes used in high-performance code. | dkf | 2012-03-04 | 8 | -154/+338 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | TIP #413 | jan.nijtmans | 2012-11-05 | 3 | -6/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | merge trunktip_318_update | jan.nijtmans | 2012-10-23 | 4 | -64/+17 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove two characters, zero width non-joiner (U+200c) and zero width joiner ↵ | jan.nijtmans | 2012-10-16 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (U+200d), which were finally left out of TIP #413 | |||||
| * | | | | | | | | | | | merge trunk | dkf | 2012-10-16 | 9 | -449/+1706 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | and remove the two characters from string trim as well | jan.nijtmans | 2012-10-09 | 1 | -2/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | merge trunk | jan.nijtmans | 2012-10-09 | 4 | -9/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | <p>Dont include U+0082 and U+0083 in the Tcl space set | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | update documentation | jan.nijtmans | 2012-09-26 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | tip 318 update | jan.nijtmans | 2012-09-23 | 3 | -6/+38 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | make tclTest.c compilable against version 2 filesystems | jan.nijtmans | 2012-10-24 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, ↵ | jan.nijtmans | 2012-10-24 | 2 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for upwards compatibility with version 2 filesystems | |||||
| | * | | | | | | | | | | | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, ↵ | jan.nijtmans | 2012-10-24 | 2 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for upwards compatibility with version 2 filesystems | |||||
* | | | | | | | | | | | | | | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 3 | -1/+65 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | unbreak Mac OSX build | jan.nijtmans | 2012-10-23 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵ | jan.nijtmans | 2012-10-23 | 3 | -61/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | these flags are available through the whole filesystem for (future) internal use | |||||
| * | | | | | | | | | | | Remove unused TclpLoadFile function. | jan.nijtmans | 2012-10-23 | 2 | -49/+0 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels | mig | 2012-10-18 | 1 | -3/+3 | |
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | are properly set, fix bug discovered by dkf and reported at http://code.activestate.com/lists/tcl-core/12213/ | |||||
* | | | | | | | | | | | merge trunktip_405_impl_td | dkf | 2012-10-16 | 5 | -427/+1193 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | merge trunktip_400_impl | dkf | 2012-10-16 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵ | jan.nijtmans | 2012-10-14 | 2 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | source code. | |||||
| | | * | | | | | | | | | | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵ | jan.nijtmans | 2012-10-14 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source code. | |||||
| | * | | | | | | | | | | | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | | | | | | / / / / / / | | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -5/+9 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | | | | | | | | | | | not the channel itself so that stacked channels do not cause trouble. | |||||
| | | | * | | | | | | | | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -20/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not the channel itself so that stacked channels do not cause trouble. | |||||
| * | | | | | | | | | | | merge trunk | dkf | 2012-10-04 | 1 | -3/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | clean up some of the code to remove warnings and uselessly-settable things | dkf | 2012-10-04 | 1 | -15/+43 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | documented new C API; corrected type signature of no-zlib fallback function | dkf | 2012-10-03 | 1 | -6/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | merge trunk | dkf | 2012-10-03 | 16 | -47/+68 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-08-11 | 52 | -2016/+2443 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-07-04 | 32 | -251/+333 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-06-25 | 5 | -86/+51 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | add configurability of readahead limit | dkf | 2012-06-24 | 1 | -39/+74 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | merge trunk | dkf | 2012-06-22 | 3 | -128/+41 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Start to split apart the stream command implementation for easier maintenance. | dkf | 2012-06-22 | 1 | -180/+238 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | merge trunk | dkf | 2012-06-16 | 2 | -17/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | more cross-testing of dictionary-powered compression; describe package ↵ | dkf | 2012-06-09 | 1 | -43/+179 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configuration | |||||
| * | | | | | | | | | | | | | | | | | tidy up, fix test | dkf | 2012-06-09 | 1 | -27/+38 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | compressing transforms now work with dictionaries, even if raw | dkf | 2012-06-07 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | merge trunk | dkf | 2012-06-06 | 1 | -1/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | making the -dictionary option work with streams | dkf | 2012-06-06 | 1 | -10/+38 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | more tests, more failures, more docs | dkf | 2012-06-06 | 1 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | more test tinkering | dkf | 2012-06-05 | 1 | -13/+19 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | fix broken tests | dkf | 2012-06-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | merge trunk | dkf | 2012-06-05 | 3 | -5/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-05-31 | 10 | -521/+329 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2012-05-24 | 10 | -270/+576 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | typofix | dkf | 2012-05-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | merge trunk | dkf | 2012-05-17 | 5 | -40/+52 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |