summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"...jan.nijtmans2018-10-124-84/+59
* Merge 8.6 jan.nijtmans2018-10-084-19/+11
|\
| * Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString,...jan.nijtmans2018-10-071-4/+10
* | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return...jan.nijtmans2018-10-061-1/+7
* | Merge 8.6jan.nijtmans2018-10-051-45/+4
|\ \ | |/
| * Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They d...jan.nijtmans2018-10-051-49/+4
* | merge 8.6dgp2018-10-051-4/+3
|\ \ | |/
| * Fix wrong usage of Tcl_WinTCharToUtf() contract: nativePath should never be N...jan.nijtmans2018-10-051-4/+3
* | Merge 8.6jan.nijtmans2018-10-041-12/+15
|\ \ | |/
| * In registry, protect "keyName" from being NULL: This actually can lead to cra...jan.nijtmans2018-10-041-19/+15
| * Give lambda function a name "ReceiveChunked" for easier testing. New function...jan.nijtmans2018-09-231-4/+4
* | Adding Zipfile to the list of products produced for buildshypnotoad2018-09-301-1/+1
* | Add support for wine. So windows test-cases can now be run on Linux/Mac/whate...jan.nijtmans2018-09-293-4/+44
* | nmake build fixes for zipfs (ongoing, zip attachments not done yet)jan.nijtmans2018-09-281-0/+6
* | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ...jan.nijtmans2018-09-261-1/+2
* | More fixes in Tcl_WinTChar2Utf: Don't restart loop when output contains null-...jan.nijtmans2018-09-241-9/+9
* | Handle the (unlikely) case that Tcl_DStringSetLength() results in a re-alloca...jan.nijtmans2018-09-221-0/+1
* | Merge 8.6jan.nijtmans2018-09-221-2/+2
|\ \ | |/
| * Update http version number, and fix some related test-casesjan.nijtmans2018-09-221-2/+2
* | Prevent possible build order problem, due to missing dde/registry dll's.jan.nijtmans2018-09-222-5/+14
* | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-5/+5
* | Fix various test-cases, which started failing on Windows due to TIP #430jan.nijtmans2018-09-131-0/+4
* | Fix test-case registry-6.20, which started failing starting with the TIP #389...jan.nijtmans2018-09-131-2/+16
* | Stub fix, safe interpreter fix, and use more size_t wherever possiblejan.nijtmans2018-09-121-0/+1
|\ \
| * | Use GetFileSizeEx() in stead of GetFileSize(), to get the file size on Windows.jan.nijtmans2018-09-071-0/+1
* | | TIP #430 implementationjan.nijtmans2018-09-126-14/+587
|\ \ \ | |/ /
| * | Merging changes with 8.7hypnotoad2018-08-1415-143/+45
| |\ \
| * \ \ merge 8.7dgp2018-06-121-1/+1
| |\ \ \
| * \ \ \ merge 8.7dgp2018-05-314-30/+75
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-05-2411-147/+22
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-05-116-21/+146
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2018-04-271-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7dgp2018-03-301-945/+945
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7; Updated the package manifest by hand; was broken until then.dgp2018-03-155-7/+15
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-03-0712-125/+26
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Pulling changes from core-8-branchhypnotoad2017-12-294-105/+109
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Pulling changes from core-8-branchhypnotoad2017-12-162-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Pulling changes from core-8-branchhypnotoad2017-12-1312-1945/+2660
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Restoring the Makefile.in for the win/ directory after an unfortunate copy/pa...tne2017-11-251-609/+835
| * | | | | | | | | | | | | | Pulling changes from core-8-branchhypnotoad2017-11-211-834/+609
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Removing the pool of literal values within the internals of tclZipfs.c. Repla...hypnotoad2017-11-211-1/+1
| * | | | | | | | | | | | | | | Fixes to "make clean" to do a better job of cleaning up zip files and vfs dir...tne2017-11-211-22/+4
| * | | | | | | | | | | | | | | Added an implementation of tinydir.h, and spliced it into minizip to allowhypnotoad2017-11-212-4/+4
| * | | | | | | | | | | | | | | Typo fixes for miniziphypnotoad2017-11-212-4/+4
| * | | | | | | | | | | | | | | Fixing the quoting for arguments to miniziphypnotoad2017-11-202-2/+2
| * | | | | | | | | | | | | | | Updating tcl.m4 in windows to fix a typohypnotoad2017-11-202-2/+2
| * | | | | | | | | | | | | | | Fixes to determing the dll location on Windows using GetModuleFileName()tne2017-11-201-26/+31
| * | | | | | | | | | | | | | | Autoconf fixeshypnotoad2017-11-202-2/+109
| * | | | | | | | | | | | | | | Modifications to allow the Tcl build system to exploit either a native ziphypnotoad2017-11-204-163/+146
| * | | | | | | | | | | | | | | Pulling changes from core-8-branchhypnotoad2017-11-181-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /