summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵jan.nijtmans2012-10-233-61/+14
|\ | | | | | | these flags are available through the whole filesystem for (future) internal use
| * Remove unused TclpLoadFile function.jan.nijtmans2012-10-232-49/+0
| |
* | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevelsmig2012-10-181-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_tddkf2012-10-165-427/+1193
|\ \
| * \ merge trunktip_400_impldkf2012-10-161-0/+1
| |\ \
| | * \ Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵jan.nijtmans2012-10-142-1/+2
| | |\ \ | | | |/ | | | | | | | | source code.
| | | * Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵jan.nijtmans2012-10-142-1/+2
| | | | | | | | | | | | | | | | source code.
| | * | Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-1/+1
| | |\ \ | | | |/
| | | * Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-1/+1
| | | |
| | | * When checking for std channels being closed, compare the channel state,dgp2012-10-031-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,dgp2012-10-031-20/+24
| | | | | | | | | | | | | | | not the channel itself so that stacked channels do not cause trouble.
| * | | | merge trunkdkf2012-10-041-3/+9
| |\ \ \ \ | | |/ / /
| * | | | clean up some of the code to remove warnings and uselessly-settable thingsdkf2012-10-041-15/+43
| | | | |
| * | | | documented new C API; corrected type signature of no-zlib fallback functiondkf2012-10-031-6/+3
| | | | |
| * | | | merge trunkdkf2012-10-0316-47/+68
| |\ \ \ \
| * \ \ \ \ merge trunkdkf2012-08-1152-2016/+2443
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkdkf2012-07-0432-251/+333
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdkf2012-06-255-86/+51
| |\ \ \ \ \ \ \
| * | | | | | | | add configurability of readahead limitdkf2012-06-241-39/+74
| | | | | | | | |
| * | | | | | | | merge trunkdkf2012-06-223-128/+41
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Start to split apart the stream command implementation for easier maintenance.dkf2012-06-221-180/+238
| | | | | | | | | |
| * | | | | | | | | merge trunkdkf2012-06-162-17/+23
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | more cross-testing of dictionary-powered compression; describe package ↵dkf2012-06-091-43/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configuration
| * | | | | | | | | | tidy up, fix testdkf2012-06-091-27/+38
| | | | | | | | | | |
| * | | | | | | | | | compressing transforms now work with dictionaries, even if rawdkf2012-06-071-0/+16
| | | | | | | | | | |
| * | | | | | | | | | merge trunkdkf2012-06-061-1/+10
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | making the -dictionary option work with streamsdkf2012-06-061-10/+38
| | | | | | | | | | | |
| * | | | | | | | | | | more tests, more failures, more docsdkf2012-06-061-2/+13
| | | | | | | | | | | |
| * | | | | | | | | | | more test tinkeringdkf2012-06-051-13/+19
| | | | | | | | | | | |
| * | | | | | | | | | | fix broken testsdkf2012-06-051-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | merge trunkdkf2012-06-053-5/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2012-05-3110-521/+329
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2012-05-2410-270/+576
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | typofixdkf2012-05-181-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | merge trunkdkf2012-05-175-40/+52
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2012-05-132-19/+162
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | updated C API to be more focused on supporting just some operationsdkf2012-05-104-18/+59
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | merge trunkdkf2012-05-072-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | start writing some documentationdkf2012-05-051-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add ability to get gzip header out of streaming zlib accessdkf2012-05-041-3/+28
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | merge trunkdkf2012-05-043-7/+66
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | first actual test of doing something with a compression dictionarydkf2012-05-011-6/+10
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | merge trunkdkf2012-04-296-39/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Differentiate what options may be set by format type.dkf2012-04-291-5/+21
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | merge trunkdkf2012-04-2619-138/+303
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | another bit of fconfigure gutsdkf2012-04-201-1/+18
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | merge trunkdkf2012-04-202-10/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2012-04-171-0/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2012-04-173-48/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Working towards the channel transform config options.dkf2012-04-171-4/+26
| | | | | | | | | | | | | | | | | | | | | | | |