summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Additional mutex locking/unlocking during fork() to keep things synchronized.Joe Mistachkin2015-05-211-0/+2
|
* Don't change autoconf version by accident.dgp2015-05-201-4940/+13712
|
* merge trunkdgp2015-05-204-30/+76
|\
| * Simplify code generation for a list of literals. Generates slightly simpler ↵dkf2015-05-191-14/+1
| |\ | | | | | | | | | bytecode too.
| | * Tidier version.dgp_defer_string_repdkf2015-05-191-15/+1
| | |
| | * Don't cause string rep generation in [list <lit> <lit> ... <lit>] bytecode.dgp2015-05-191-9/+10
| |/ | | | | Candidate for merge to trunk to simplify bytecode.
| * [11250a236d] Made the documentation of non-greediness overrides more obvious.dkf2015-05-181-1/+25
| |
| * [c11a51c482] Stop race condition with -accept config option, and allow ↵dkf2015-05-182-15/+50
| | | | | | | | overriding of it via -headers option.
* | regenerate configuredkf2015-05-181-13518/+4977
| |
* | First attempt at implementing the necessary auto-magic for usleep.Joe Mistachkin2015-05-183-8/+48
| |
* | Adjust tweaks from the previous check-in to prepare for configure detection ↵Joe Mistachkin2015-05-181-2/+10
| | | | | | | | of usleep().
* | Temporary tweaks to allow Thread package tests to pass on Unix.Joe Mistachkin2015-05-171-1/+5
| |
* | This should completely fix the race conditions at the cost of more ↵Joe Mistachkin2015-05-172-14/+57
| | | | | | | | complexity. Also, on Unix, a more reliable means than Tcl_Sleep() of sleeping for a short time is needed.
* | Update header file with the TIP number.Joe Mistachkin2015-05-171-1/+1
| |
* | Fix deadlock.Joe Mistachkin2015-05-172-2/+2
| |
* | Merge updates from trunk.Joe Mistachkin2015-05-1735-1255/+1690
|\ \ | |/
| * [ad6696285c] Correction of description of filter behaviour with 'unknown'.dkf2015-05-171-3/+5
| |
| * [ad6696285c] Demonstrate that filters are not called for destructors.dkf2015-05-171-0/+28
| |
| * [0f42ff7871] Remove unintentional difference between interpreted and ↵dkf2015-05-152-0/+191
| |\ | | | | | | | | | compiled [next].
| | * Added contributed tests from aspectbug_0f42ff7871dgp2015-05-121-0/+195
| | |
| | * merge trunkdgp2015-05-1228-1232/+1403
| | |\
| | * | Correction suggested by miguel. Passes test suite and fixes bug demos.dgp2015-04-081-1/+1
| | | |
| | * | Proposed fix.dgp2015-04-081-0/+1
| | | |
| * | | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor ↵dkf2015-05-152-2/+32
| | | | | | | | | | | | | | | | even when construction didn't complete.
| * | | Bump to http 2.8.9dgp2015-05-144-6/+6
| | | |
| * | | [6a71dbe6ec] Ensure that compression errors log correctly.dkf2015-05-141-1/+1
| | | |
| * | | [b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, butdkf2015-05-143-15/+35
| | |/ | |/| | | | it is far more interoperable and that's a more important metric.
| * | test portabilitydgp2015-04-301-1/+2
| |\ \
| | * | Test portability.dgp2015-04-301-1/+2
| | | |
| * | | merge markdgp2015-04-290-0/+0
| |\ \ \ | | |/ /
| | * | Use joinable threads to avoid thread finalization crashes.dgp2015-04-291-1/+2
| | | |
| * | | [894da183c8] Test and fix for regression in flushing blocked channels.dgp2015-04-292-2/+36
| |\ \ \ | | |/ /
| | * | [894da183c8] Test and fix for regression in flushing blocked channels.dgp2015-04-292-2/+36
| | |\ \
| | | * | [894da183c8] Fix and test for bug at the point it was introduced.bug_894da183c8dgp2015-04-292-1/+35
| | | | |
| * | | | Merge tzdata2015d from ietf.orgvenkat2015-04-2916-1185/+1136
| |\ \ \ \ | | |/ / /
| | * | | Update to tzdata2015d from ietf.orgvenkat2015-04-2916-1185/+1136
| | | | |
| * | | | [879a0747be] Repair handling of incomplete multi-byte chars at the ends of ↵dgp2015-04-242-6/+105
| |\ \ \ \ | | |/ / / | | | | | | | | | | input buffers. Also properly reset input encoding flags when cycling through a fleeting EOF condition.
| | * | | [879a0747be] Repair handling of incomplete multi-byte chars at the endsdgp2015-04-242-7/+106
| | | | | | | | | | | | | | | | | | | | of input buffers. Also properly reset input encoding flags when cycling through a fleeting EOF condition.
| * | | | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer.dgp2015-04-241-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer.dgp2015-04-241-1/+1
| | | | |
| * | | | Open linked folder shared on Windows - Patch [19ea026e43]oehhar2015-04-231-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Open linked folder shared on Windows - Patch [19ea026e43]oehhar2015-04-231-1/+1
| | | | |
| * | | | Fix [8065d178229d8d335eee64d36ada37c4dedf2579|8065d17822]: Duplicate ↵jan.nijtmans2015-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | -DNDEBUG in compiler command with --disable-symbols
| * | | | bring in dgp's improvements to zippyMiguel Sofer2015-04-172-22/+100
| |\ \ \ \
| | * | | | Reduce the list walking by keeping lastPtr fields.zippy_fifodgp2015-04-162-29/+37
| | | | | |
| | * | | | Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pooldgp2015-04-151-15/+85
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | so that the overal operation remains a FIFO. This help preserve cache locality where it exists. The price (for now) is a bit more time walking to the end of free lists. If this is important, the addition of a lastPtr field could fix it without difficulty.
| * | | | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 ↵jan.nijtmans2015-04-103-10/+11
| | | | | | | | | | | | | | | | | | | | compilation on windows with msys and VS2013 fails
* | | | | Fix typo in the previous check-in.Joe Mistachkin2015-05-171-1/+1
| | | | |
* | | | | Draft fix for a potential race condition in the new ↵Joe Mistachkin2015-05-174-3/+140
| | | | | | | | | | | | | | | | | | | | Tcl_MutexUnlockAndFinalize API. Not yet tested.
* | | | | Reword and clarify the doc changes from the previous check-in.Joe Mistachkin2015-05-161-3/+4
| | | | |