summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix testcase for [548cd945d6]: Consistant error-code if creating link fails o...jan.nijtmans2020-12-231-3/+3
* Fix [ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010. Thanks ...jan.nijtmans2020-12-221-1/+1
* Merge 8.6jan.nijtmans2020-12-133-5/+5
|\
| * nmake: fix path in tcl.nmake checkapnadkarni2020-12-121-2/+2
* | Merge 8.6. Get CreateSymbolicLinkW symbol from kernel32.dll, since Windows XP...jan.nijtmans2020-12-115-134/+172
|\ \ | |/
| * Fix commits 93ab6a and 606df1. msvcrt time64bit - TCL_{MAJOR,MINOR}_VERSION c...apnadkarni2020-12-111-125/+127
| * nmake: build nmakehlp with -DNDEBUG, sync rules.vc for 8.7apnadkarni2020-12-112-5/+31
| * Tweak: account for terminating '\0'jan.nijtmans2020-12-101-1/+1
| * Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port.jan.nijtmans2020-12-101-2/+3
* | RFE 548cd945d6: symlinks for Windows 10jan.nijtmans2020-12-101-4/+9
|/
* sync win/rules.vc with Tcl 8.7. No change for 8.6jan.nijtmans2020-12-101-3/+4
* rules.vc: Make sure that 3th "load" argument is titlecased in pkgIndex.tcljan.nijtmans2020-12-073-5/+5
* nmake builds: extract {TCL,TK}_RELEASE_SERIAL and patch letters from {tcl,tk}.hapnadkarni2020-12-061-1/+28
* Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
|\
| * Fix syntax error in win/makefile.vcjan.nijtmans2020-12-031-5/+0
| * Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-031-2/+2
* | Don't use -opt:nowin98 linker option any more. See: [https://bugzilla.mozilla...jan.nijtmans2020-12-021-12/+0
* | Merge 8.5jan.nijtmans2020-12-022-16/+0
|\ \ | |/
| * Fix linker message on windows: LINK : warming LNK4108: /ALIGN specified witho...jan.nijtmans2020-12-022-16/+0
| * Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already generate...jan.nijtmans2020-12-012-16/+0
* | Merge 8.5jan.nijtmans2020-11-181-2/+2
|\ \ | |/
| * Add github actions build. Use Titlecase in Tcl_StaticPackagejan.nijtmans2020-11-183-6/+6
* | Correct casing of "packageName" argument in Tcl_StaticPackage() call and "loa...jan.nijtmans2020-11-062-5/+5
* | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-295-12/+16
|\ \ | |/
| * Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-294-7/+15
| * Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO to...jan.nijtmans2020-10-292-5/+1
* | Merge 8.5 (rename internal TCL_I_MODIFIER -> TCL_Z_MODIFIER)jan.nijtmans2020-10-225-12/+15
|\ \ | |/
| * (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-228-31/+42
* | Fix [c975939973]: Usage of gnu_printf in latest mingw-w64jan.nijtmans2020-10-212-0/+8
* | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become obsolete...jan.nijtmans2020-10-152-13/+2
* | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-133-3/+3
* | Fix warning, doing a static build on Windowsjan.nijtmans2020-10-131-2/+2
* | Merge 8.5jan.nijtmans2020-10-091-1/+1
|\ \ | |/
| * (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ...jan.nijtmans2020-10-091-3/+3
* | Eliminate warnings when compiling with -Wundefjan.nijtmans2020-10-081-3/+3
* | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-283-11/+9
* | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
* | Merge 8.6kjnash2020-08-271-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
* | | 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
|\ \ \ | |/ /
| * | 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
* | | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transacti...kjnash2020-08-121-2/+2
|/ /
* | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-116-9/+9
* | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs...kjnash2020-07-241-2/+2