summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-08-031-1/+1
|\
| * doc fixjan.nijtmans2020-08-031-1/+1
* | Merge 8.6jan.nijtmans2020-08-032-67/+85
|\ \ | |/
| * Testcase cleanup: transform *io-50.* testcases to new test syntaxjan.nijtmans2020-08-032-67/+85
* | Merge 8.6jan.nijtmans2020-07-267-14/+74
|\ \ | |/
| * Fix [cb0373bb33]: The http::geturl -keepalive option does not work as describ...jan.nijtmans2020-07-265-10/+70
| |\
| | * Merge 8.6jan.nijtmans2020-07-253-12/+12
| | |\ | | |/ | |/|
| * | Fix [20dccf1200]: htons-related test fails on Mac OSX Catalina (10.15) jan.nijtmans2020-07-253-4/+4
| | * Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-246-11/+71
| | * Create new branch named "bug-cb0373bb33-for-8-6"kjnash2020-07-240-0/+0
| |/
* | Merge 8.6jan.nijtmans2020-07-212-7/+7
|\ \ | |/
| * Mark chan-io-50.? and event-1.1 as nonPortable (for now): Those sometimes fai...jan.nijtmans2020-07-212-7/+7
* | Merge 8.6jan.nijtmans2020-07-216-101/+101
|\ \ | |/
| * Use "Global" in stead of "Master" internally, where "Master" is not used in t...jan.nijtmans2020-07-206-101/+101
* | Merge 8.6jan.nijtmans2020-07-207-85/+129
|\ \ | |/
| * Merge 8.5.jan.nijtmans2020-07-204-36/+33
| |\
| | * Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-206-24/+35
| * | macOS: Remove Tcl_ServiceAll from Tcl_WaitForEvent and use os_unfair_lock if ...culler2020-07-181-40/+87
| |\ \
| | * \ Merge 8.6jan.nijtmans2020-07-167-14/+30
| | |\ \
| | * \ \ Merge 8.6jan.nijtmans2020-07-141-1/+5
| | |\ \ \
| | * \ \ \ Merge 8.6jan.nijtmans2020-07-1149-1650/+1813
| | |\ \ \ \
| | * | | | | Use the os_unfair_lock in place of OSSpinLock when the minimum build target i...culler2020-06-221-10/+60
| | * | | | | Sometimes the waitTime needs to be positive to avoid missing channel io events.culler2020-06-181-5/+13
| | * | | | | Code simplification and cleanupculler2020-06-071-25/+16
| | * | | | | Address macOS hangs in Tcl_WaitForEvent.culler2020-06-061-14/+15
| * | | | | | Doc/internal variable tweaksjan.nijtmans2020-07-172-9/+9
* | | | | | | New TIP #581 implementationjan.nijtmans2020-07-176-7/+46
|/ / / / / /
* | | | | | merge 8.5sebres2020-07-161-6/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | cherry pick [df5f1e8652]: Fix [5bbd044812]: Fix index underflow.sebres2020-07-161-2/+2
| * | | | | doc/clock.n: clearer form explaininng format groups on outputsebres2020-06-301-6/+6
* | | | | | Fix [5bbd044812]: Fix index underflow.jan.nijtmans2020-07-161-2/+2
| |_|_|_|/ |/| | | |
* | | | | closes [3c6e47363e]: missing de-duplication mechanism for nested TEBC startin...sebres2020-07-151-1/+17
* | | | | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks.jan.nijtmans2020-07-156-13/+13
| |_|_|/ |/| | |
* | | | (cherry-pick): Bugfix in library/tm.tcl - in a safe interp ::tcl::tm::Unknown...jan.nijtmans2020-07-141-1/+5
| |_|/ |/| |
* | | Fix 4 test-cases, which fail when running from the western hemispherejan.nijtmans2020-07-111-4/+4
* | | Fix test-cases clock-34.65 and clock-34.66, they seem to be affected by summe...jan.nijtmans2020-07-101-4/+4
* | | Fix [5019748c73]: FreeScan resp. Oldscan does not recognize positive time zon...jan.nijtmans2020-07-103-188/+184
|\ \ \
| * | | Proposed fix for [5019748c73]: FreeScan resp. Oldscan does not recognize posi...jan.nijtmans2020-07-093-188/+184
* | | | Fix utf-1.13 testcase for TCL_UTF_MAX>3jan.nijtmans2020-07-101-1/+1
* | | | Addendum to [60fab362ce]: "Also don't allow surrogates in \U??????". This c...jan.nijtmans2020-07-102-2/+4
|/ / /
* | | Fix [a1bd37b719]: clock (free)scan of ISO 8601 timestamp with literal T behav...jan.nijtmans2020-07-094-105/+160
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2020-07-0826-242/+383
| |\ \ \ | |/ / / |/| | |
* | | | Make sure that in tclConfig.sh for Windows ${DBGX} is expanded before exporti...jan.nijtmans2020-07-072-10/+8
* | | | In tcl_startOfPreviousWord, don't bother doing a regexp when $start <= 0.jan.nijtmans2020-07-031-2/+4
* | | | A few missing entries in .fossil-settings/ignore-glob and .gitignorejan.nijtmans2020-06-292-0/+4
* | | | Re-generate unix/tclConfig.h.injan.nijtmans2020-06-291-6/+20
* | | | MacOSX: add some type-casts, improving C++ compatibility. Make sure that strs...jan.nijtmans2020-06-285-18/+24
* | | | Merge make-dist branch: Now travis checks regressions in "make dist" toojan.nijtmans2020-06-282-1/+10
|\ \ \ \
| * | | | Add "make dist" target to Travis build, as regression test. This should conti...jan.nijtmans2020-06-262-1/+2
|/ / / /
* | | | Merge 8.5jan.nijtmans2020-06-257-20/+21
|\ \ \ \ | | |/ / | |/| |