Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | Plug memory leaks in the Tcl_ZlibInflate() error handling code. Fix for tick... | Joe Mistachkin | 2015-06-11 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | Stop documentation lie about command rename traces and comment lie about | dgp | 2015-06-08 | 2 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific. | Joe Mistachkin | 2015-06-17 | 3 | -4/+4 | |
| * | | | | | | | | | | | | | | | Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFi... | jan.nijtmans | 2015-06-16 | 9 | -32/+11 | |
| * | | | | | | | | | | | | | | | The unit for usleep() is microseconds, not milliseconds. | Joe Mistachkin | 2015-06-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Merge thread test typo fixes from trunk. | Joe Mistachkin | 2015-06-05 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | Fix typo in three thread tests. | Joe Mistachkin | 2015-06-05 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | Add stress test. | Joe Mistachkin | 2015-06-05 | 1 | -0/+26 | |
| * | | | | | | | | | | | | | | | Merge updates from trunk. | Joe Mistachkin | 2015-06-04 | 3 | -6/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | [268b23df11] Revised patch to create phony source string when the | dgp | 2015-06-03 | 1 | -5/+11 | |
| | * | | | | | | | | | | | | | | Put the ellipsis inside, not outside, the close quote. | dgp | 2015-06-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | [268b23df11] When GetSrcInfoForPc() returns NULL, make sure it also sets | dgp | 2015-06-03 | 2 | -8/+20 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | merge trunktested | dgp | 2015-05-28 | 7 | -127/+39 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Make tweak to the mem-debug tracking official. It is now again possible to us... | andreask | 2015-05-27 | 1 | -14/+33 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Added missing marker for incompatibility. | dkf | 2015-05-26 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | Remove useless code, trying to sync win32 environment variables with cygwin's... | jan.nijtmans | 2015-05-25 | 2 | -101/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Missed a bit | dgp | 2015-05-20 | 2 | -4/+2 | |
| | * | | | | | | | | | | | | | | | [29044ba23f] Remove RANLIB as part of library installation. At best it's | dgp | 2015-05-20 | 3 | -8/+2 | |
| * | | | | | | | | | | | | | | | | Make sure the necessary mutexes are in a well-known state across calls to for... | Joe Mistachkin | 2015-05-28 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Fix typo in previous check-in.experimental | Joe Mistachkin | 2015-05-27 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | Make sure the master and mutex locks are in a well-known state across the for... | Joe Mistachkin | 2015-05-27 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | Additional mutex locking/unlocking during fork() to keep things synchronized. | Joe Mistachkin | 2015-05-21 | 1 | -0/+2 | |
| |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Don't change autoconf version by accident. | dgp | 2015-05-20 | 1 | -4940/+13712 | |
| * | | | | | | | | | | | | | | | | merge trunk | dgp | 2015-05-20 | 4 | -30/+76 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Simplify code generation for a list of literals. Generates slightly simpler b... | dkf | 2015-05-19 | 1 | -14/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | Tidier version.dgp_defer_string_rep | dkf | 2015-05-19 | 1 | -15/+1 | |
| | | * | | | | | | | | | | | | | | | Don't cause string rep generation in [list <lit> <lit> ... <lit>] bytecode. | dgp | 2015-05-19 | 1 | -9/+10 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | [11250a236d] Made the documentation of non-greediness overrides more obvious. | dkf | 2015-05-18 | 1 | -1/+25 | |
| | * | | | | | | | | | | | | | | | [c11a51c482] Stop race condition with -accept config option, and allow overri... | dkf | 2015-05-18 | 2 | -15/+50 | |
| * | | | | | | | | | | | | | | | | regenerate configure | dkf | 2015-05-18 | 1 | -13518/+4977 | |
| * | | | | | | | | | | | | | | | | First attempt at implementing the necessary auto-magic for usleep. | Joe Mistachkin | 2015-05-18 | 3 | -8/+48 | |
| * | | | | | | | | | | | | | | | | Adjust tweaks from the previous check-in to prepare for configure detection o... | Joe Mistachkin | 2015-05-18 | 1 | -2/+10 | |
| * | | | | | | | | | | | | | | | | Temporary tweaks to allow Thread package tests to pass on Unix. | Joe Mistachkin | 2015-05-17 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | | | This should completely fix the race conditions at the cost of more complexity... | Joe Mistachkin | 2015-05-17 | 2 | -14/+57 | |
| * | | | | | | | | | | | | | | | | Update header file with the TIP number. | Joe Mistachkin | 2015-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Fix deadlock. | Joe Mistachkin | 2015-05-17 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | Merge updates from trunk. | Joe Mistachkin | 2015-05-17 | 35 | -1255/+1690 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | [ad6696285c] Correction of description of filter behaviour with 'unknown'. | dkf | 2015-05-17 | 1 | -3/+5 | |
| | * | | | | | | | | | | | | | | | [ad6696285c] Demonstrate that filters are not called for destructors. | dkf | 2015-05-17 | 1 | -0/+28 | |
| | * | | | | | | | | | | | | | | | [0f42ff7871] Remove unintentional difference between interpreted and compiled... | dkf | 2015-05-15 | 2 | -0/+191 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | Added contributed tests from aspectbug_0f42ff7871 | dgp | 2015-05-12 | 1 | -0/+195 | |
| | | * | | | | | | | | | | | | | | | merge trunk | dgp | 2015-05-12 | 28 | -1232/+1403 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | Correction suggested by miguel. Passes test suite and fixes bug demos. | dgp | 2015-04-08 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | Proposed fix. | dgp | 2015-04-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even... | dkf | 2015-05-15 | 2 | -2/+32 | |
| | * | | | | | | | | | | | | | | | | | Bump to http 2.8.9 | dgp | 2015-05-14 | 4 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | [6a71dbe6ec] Ensure that compression errors log correctly. | dkf | 2015-05-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | [b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, but | dkf | 2015-05-14 | 3 | -15/+35 | |
| | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | test portability | dgp | 2015-04-30 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge mark | dgp | 2015-04-29 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |