summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-09-294-12/+10
|\
| * Add -Wshadow flag to the compiler, so we will be notified when (accidently) s...jan.nijtmans2020-09-292-2/+2
| * Merge 8.6jan.nijtmans2020-09-282-10/+8
| |\
| | * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-283-11/+9
* | | Merge 8.7jan.nijtmans2020-09-273-3/+4
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-09-171-2/+2
|\ \ \ | |/ /
| * | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-171-2/+2
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-09-157-38/+41
|\ \ \ | |/ /
| * | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y...jan.nijtmans2020-09-111-0/+1
| |\ \ | | |/
| * | Merge 8.6jan.nijtmans2020-09-011-3/+3
| |\ \ | | |/
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
| * | Merge 8.6jan.nijtmans2020-08-291-2/+2
| |\ \ | | |/
| | * Merge 8.6kjnash2020-08-271-1/+1
| | |\
| | * | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n...kjnash2020-08-241-2/+2
| | * | Merge 8.6kjnash2020-08-221-1/+3
| | |\ \
| | * | | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transacti...kjnash2020-08-121-2/+2
| * | | | Merge 8.6jan.nijtmans2020-08-251-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge 8.5jan.nijtmans2020-08-251-1/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Backport improvemenets in .gitignore .fossil-settings/ignore-glob and win/nma...jan.nijtmans2020-08-241-13/+118
| * | | | Merge 8.6. Better solution for [e87000d842]jan.nijtmans2020-08-121-4/+7
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.6jan.nijtmans2020-08-121-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.5jan.nijtmans2020-08-121-1/+3
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Update .travis.yml: remove deprecated "sudo" and rename "matrix" to "jobs"jan.nijtmans2020-08-121-1/+3
| | | * windows: replace gethostbyname with getaddrinfo (gethostbyname can hang spora...sebres2020-08-101-44/+58
| | | * Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-201-2/+2
| | | * Move testing command [testsize] from Windows to generic.dgp2020-04-211-28/+0
| * | | Fix [e87000d842]: crash for "fconfigure stdout" in Win32jan.nijtmans2020-08-111-7/+4
| |\ \ \ | | |/ /
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-116-9/+9
| * | | http 2.9.3 works for Tcl 8.6 toojan.nijtmans2020-07-261-1/+1
| | | |
| | \ \
| *-. \ \ Merge 8.6jan.nijtmans2020-07-261-2/+2
| |\ \ \ \ | | | |/ /
| | | * | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-241-2/+2
| | * | | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-241-2/+2
| |/ / /
| * | | Merge 8.6jan.nijtmans2020-07-202-30/+30
| |\ \ \ | | |/ /
| | * | Use "Global" in stead of "Master" internally, where "Master" is not used in t...jan.nijtmans2020-07-201-32/+32
| * | | Merge 8.6jan.nijtmans2020-07-151-1/+1
| |\ \ \ | | |/ /
| | * | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks.jan.nijtmans2020-07-151-1/+1
* | | | Merge 8.7jan.nijtmans2020-07-072-18/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-07-072-18/+6
| |\ \ \ | | |/ /
| | * | Make sure that in tclConfig.sh for Windows ${DBGX} is expanded before exporti...jan.nijtmans2020-07-072-10/+8
* | | | Merge 8.7. Provide both major and minor version number for gcc/clang/msvcjan.nijtmans2020-07-067-71/+31
|\ \ \ \ | |/ / /
| * | | TIP #578 implementation: Death to TCL_DBGXjan.nijtmans2020-07-037-70/+30
| |\ \ \
| | * | | Added DEPRECATED comment in tclConfig.sh.in (both UNIX and win32)jan.nijtmans2020-06-151-1/+2
| | * | | Merge 8.7jan.nijtmans2020-06-153-12/+3
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2020-06-105-18/+18
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2020-04-131-9/+14
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2020-04-1014-96/+113
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-03-1021-224/+248
| | |\ \ \ \ \ \ \
| | * | | | | | | | Few more DBGX cleanupsjan.nijtmans2020-02-043-17/+0
| | * | | | | | | | Adapt rules.vc toojan.nijtmans2020-02-041-1/+1
| | * | | | | | | | Death to DBGXjan.nijtmans2020-02-046-54/+30