summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | add test that triggered reporting of [Bug 3530230]dkf2012-06-121-0/+14
| | |/ | |/|
* | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hashdgp2012-06-114-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 hashdgp2012-06-114-18/+38
| |\ \ | | | | | | | | table can tolerate either order of teardown, interp first, or Proc first.
| | * | Revised so that we avoid hashing twice.bug_3532959dgp2012-06-111-6/+4
| | | |
| | * | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash ↵dgp2012-06-103-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 3532959dgp2012-06-082-2/+3
| |/ /
* | | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-085-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.dgp2012-06-084-114/+10
| |\ \ | | |/
| | * Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-084-139/+100
| | |
| * | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-083-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.nijtmans2012-06-083-121/+138
| | | | | | | | | | | | arrays are not
* | | Declare that Tcl provides the zlib 2.0 package.dkf2012-06-062-1/+17
| | |
* | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-062-2/+74
|\ \ \ | |/ / | | | | | | variables
| * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-062-2/+74
| |\ \ | | |/ | | | | | | variables
| | * On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-064-7/+79
| | | | | | | | | | | | variables
* | | Remove unused variable NULL_CONTEXT.dgp2012-06-051-2/+0
| | |
* | | Remove unused variable mantDIGIT.dgp2012-06-051-3/+0
|\ \ \ | |/ /
| * | Remove unused variable mantDIGIT.dgp2012-06-051-3/+0
| | |
* | | 3530533 Add comments to failing tests.dgp2012-06-051-0/+6
|\ \ \ | |/ /
| * | 3530533 Add comments to failing tests.dgp2012-06-051-0/+6
| | |
* | | [Bug 3530536]: zlib-7.4 fails on IRIX64jan.nijtmans2012-06-014-3/+28
|\ \ \
| * | | two more testcases, showing that only the "deflate" and "inflate" streams ↵bug_3530536jan.nijtmans2012-06-011-0/+16
| | | | | | | | | | | | | | | | don't update the checksum, other streams do.
| * | | bug-3530536jan.nijtmans2012-06-011-0/+1
|/ / /
* | | 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflictdgp2012-06-011-62/+70
|\ \ \ | |/ /
| * | 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflictdgp2012-06-011-62/+70
| |\ \
| | | \
| | | \
| | *-. \ Do filesystem tests needing /tmp access in a subdir less likely to conflict.bug_3519357dgp2012-06-0117-148/+305
| | |\ \ \ | | |_|/ / | |/| | |
| | * | | merge 8.5dgp2012-05-2455-933/+1171
| | |\ \ \
| | * | | | [Bug 3519357] fCmd.test failed on unix by foreign files or directory in /tmp.sebres2012-04-191-43/+46
| | | | | |
| | * | | | Create new branch named "bug-3519357"sebres2012-04-190-0/+0
| | | | | |
* | | | | | [Bug 3531089] Added test to stop this from happening againdkf2012-05-311-0/+5
| | | | | |
* | | | | | fix subtle problem with safe [file] that caused Tk test failuredkf2012-05-312-7/+15
| | | | | |
* | | | | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-312-4/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-313-1/+11
| | | | | |
* | | | | | Prevented intermittent test failure due to race condition.dkf2012-05-312-0/+6
| | | | | |
* | | | | | minor: make TIP 106 commit easier to spot in ChangeLogdkf2012-05-301-3/+5
| | | | | |
* | | | | | minor: rewrap overlong linesdkf2012-05-291-8/+8
| | | | | |
* | | | | | [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-293-6/+29
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-293-6/+30
| | | | | |
* | | | | | [Bug 3525762]: Encoding handling in ddejan.nijtmans2012-05-292-32/+66
|\ \ \ \ \ \
| * | | | | | explicitely specify encoding in DdeCreateStringHandlebug_3525762jan.nijtmans2012-05-281-3/+3
| | | | | | |
| * | | | | | fix for bug bug-3525762jan.nijtmans2012-05-281-27/+50
| | | | | | |
* | | | | | | [Bug 3529949]: Defang 'file dirname ~' etc in safe interpsdkf2012-05-283-23/+43
|/ / / / / /
* | | | | | Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
| | | | | |
* | | | | | [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-253-1/+10
|\ \ \ \ \ \ | |/ / / / / | | | | | | command prefixes in ensemble subcommand maps.
| * | | | | [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-253-1/+12
| | |_|/ / | |/| | | | | | | | command prefixes in ensemble subcommand maps.
* | | | | Factor out constant that must be the same in multiple places. Prompted by adkf2012-05-256-17/+23
| | | | | | | | | | | | | | | conversation with Alexandre Ferrieux.
* | | | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-253-34/+53
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| * | | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-253-34/+62
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| | * | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-253-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX