Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Documenting the stream command options better. | dkf | 2012-06-22 | 1 | -14/+25 | |
| | ||||||
* | Start to split apart the stream command implementation for easier maintenance. | dkf | 2012-06-22 | 1 | -180/+238 | |
| | ||||||
* | merge trunk | dkf | 2012-06-16 | 10 | -26/+63 | |
|\ | ||||||
| * | alternative fix for [a7e00a0e02] breakage: just make sure | jan.nijtmans | 2012-06-15 | 1 | -13/+14 | |
| | | | | | | that the variable $tmpspace is always set | |||||
| * | upgrade to 1.2.7 build of dll | jan.nijtmans | 2012-06-15 | 1 | -0/+0 | |
| | | ||||||
| * | fix fCmd-6.19 on win32, which was broken by [a7e00a0e02] | jan.nijtmans | 2012-06-14 | 1 | -7/+7 | |
| | | ||||||
| * | more readable | jan.nijtmans | 2012-06-14 | 3 | -3/+3 | |
| |\ | ||||||
| | * | more readable | jan.nijtmans | 2012-06-14 | 3 | -3/+3 | |
| | |\ | ||||||
| | | * | more readable | jan.nijtmans | 2012-06-14 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | add test that triggered reporting of [Bug 3530230] | dkf | 2012-06-12 | 1 | -0/+14 | |
| |\ \ \ | | |/ / | ||||||
| | * | | add test that triggered reporting of [Bug 3530230] | dkf | 2012-06-12 | 1 | -0/+14 | |
| | | | | ||||||
| * | | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash | dgp | 2012-06-11 | 4 | -17/+39 | |
| |\ \ \ | | |/ / | | | | | table can tolerate either order of teardown, interp first, or Proc first. | |||||
| | * | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash | dgp | 2012-06-11 | 4 | -18/+38 | |
| | |\ \ | | | | | | | | | | | table can tolerate either order of teardown, interp first, or Proc first. | |||||
| | | * | | Revised so that we avoid hashing twice.bug_3532959 | dgp | 2012-06-11 | 1 | -6/+4 | |
| | | | | | ||||||
| | | * | | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash ↵ | dgp | 2012-06-10 | 3 | -13/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | table. Then the two teardowns of data in that table synchronize so that the first to run signals the other not to operate. Test proc-7.4 in a mem debug build of Tcl will detect Bug 3532959 by crashing. | |||||
| | | * | | Work in progress fixing 3532959 | dgp | 2012-06-08 | 2 | -2/+3 | |
| | |/ / | ||||||
* | | | | verify zlib package presence and version | dkf | 2012-06-11 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | merge trunk | dkf | 2012-06-09 | 7 | -233/+155 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 5 | -112/+17 | |
| |\ \ \ | | |/ / | | | | | | | | | old unix systems that need inclusion in all compilation units are supported. Update autogoo for gettimeofday(). Thanks Joe English. | |||||
| | * | | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 4 | -114/+10 | |
| | |\ \ | | | |/ | ||||||
| | | * | Update autogoo for gettimeofday(). Thanks Joe English. | dgp | 2012-06-08 | 4 | -139/+100 | |
| | | | | ||||||
| | * | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 3 | -3/+7 | |
| | | | | | | | | | | | | old unix systems that need inclusion in all compilation units are supported. | |||||
| * | | | Revise the "null data" check: null strings are possible, but empty binary ↵ | jan.nijtmans | 2012-06-08 | 3 | -121/+138 | |
| | | | | | | | | | | | | | | | | arrays are not | |||||
* | | | | more cross-testing of dictionary-powered compression; describe package ↵ | dkf | 2012-06-09 | 2 | -45/+235 | |
| | | | | | | | | | | | | | | | | configuration | |||||
* | | | | tidy up, fix test | dkf | 2012-06-09 | 2 | -31/+42 | |
| | | | | ||||||
* | | | | compressing transforms now work with dictionaries, even if raw | dkf | 2012-06-07 | 2 | -0/+32 | |
| | | | | ||||||
* | | | | merge trunk | dkf | 2012-06-06 | 3 | -3/+91 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Declare that Tcl provides the zlib 2.0 package. | dkf | 2012-06-06 | 2 | -1/+17 | |
| | | | | ||||||
| * | | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 2 | -2/+74 | |
| |\ \ \ | | |/ / | | | | | | | | | variables | |||||
| | * | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 2 | -2/+74 | |
| | |\ \ | | | |/ | | | | | | | | | variables | |||||
| | | * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 4 | -7/+79 | |
| | | | | | | | | | | | | | | | | variables | |||||
* | | | | making the -dictionary option work with streams | dkf | 2012-06-06 | 2 | -12/+40 | |
| | | | | ||||||
* | | | | more tests, more failures, more docs | dkf | 2012-06-06 | 3 | -16/+102 | |
| | | | | ||||||
* | | | | more test tinkering | dkf | 2012-06-05 | 2 | -16/+25 | |
| | | | | ||||||
* | | | | fix broken tests | dkf | 2012-06-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | better test that dictionaries work | dkf | 2012-06-05 | 1 | -5/+7 | |
| | | | | ||||||
* | | | | merge trunk | dkf | 2012-06-05 | 12 | -81/+137 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Remove unused variable NULL_CONTEXT. | dgp | 2012-06-05 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Remove unused variable mantDIGIT. | dgp | 2012-06-05 | 1 | -3/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Remove unused variable mantDIGIT. | dgp | 2012-06-05 | 1 | -3/+0 | |
| | | | | ||||||
| * | | | 3530533 Add comments to failing tests. | dgp | 2012-06-05 | 1 | -0/+6 | |
| |\ \ \ | | |/ / | ||||||
| | * | | 3530533 Add comments to failing tests. | dgp | 2012-06-05 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | [Bug 3530536]: zlib-7.4 fails on IRIX64 | jan.nijtmans | 2012-06-01 | 4 | -3/+28 | |
| |\ \ \ | ||||||
| | * | | | two more testcases, showing that only the "deflate" and "inflate" streams ↵bug_3530536 | jan.nijtmans | 2012-06-01 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | don't update the checksum, other streams do. | |||||
| | * | | | bug-3530536 | jan.nijtmans | 2012-06-01 | 1 | -0/+1 | |
| |/ / / | ||||||
| * | | | 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflict | dgp | 2012-06-01 | 1 | -62/+70 | |
| |\ \ \ | | |/ / | ||||||
| | * | | 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflict | dgp | 2012-06-01 | 1 | -62/+70 | |
| | |\ \ | ||||||
| | | | \ | ||||||
| | | | \ | ||||||
| | | *-. \ | Do filesystem tests needing /tmp access in a subdir less likely to conflict.bug_3519357 | dgp | 2012-06-01 | 17 | -148/+305 | |
| | | |\ \ \ | | | |_|/ / | | |/| | | | ||||||
| | | * | | | merge 8.5 | dgp | 2012-05-24 | 55 | -933/+1171 | |
| | | |\ \ \ | ||||||
| | | * | | | | [Bug 3519357] fCmd.test failed on unix by foreign files or directory in /tmp. | sebres | 2012-04-19 | 1 | -43/+46 | |
| | | | | | | |