summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Rebase to latest 9.0jan.nijtmans2023-11-101-3/+8
|\
| * Merge mainoehhar2023-11-0215-136/+195
| |\
| * \ Rebase to 9.0jan.nijtmans2023-09-281-3/+8
| |\ \
| | * | 3 places where TCLFSENCODING is not appropricate (use system-encoding, not ut...jan.nijtmans2023-09-151-1/+1
| | * | Rebase to 9.0jan.nijtmans2023-09-121-3/+8
| | |\ \
| | | * \ Rebase to 9.0jan.nijtmans2023-08-301-3/+8
| | | |\ \
| | | | * \ Rebase to 9.0. Add more filname encoding checksjan.nijtmans2023-07-271-3/+8
| | | | |\ \
| | | | | * \ Merge 9.0jan.nijtmans2023-07-212-6/+7
| | | | | |\ \ | | | | | |/ / | | | | |/| |
| | | | | * | Merge 9.0jan.nijtmans2023-07-191-0/+1
| | | | | |\ \
| | | | | * | | Use "strict" in almost all commands. Only "glob" and environment variables ar...core-tip-657-candidatejan.nijtmans2023-07-141-3/+8
* | | | | | | | Fix Windows build with --disable-shared: Make sure that test-code is never co...jan.nijtmans2023-11-101-0/+2
* | | | | | | | Merge 8.7jan.nijtmans2023-11-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Recommend Tcl_CreateObjCommand over Tcl_CreateCommandjan.nijtmans2023-11-101-1/+1
* | | | | | | | | Merge 8.7jan.nijtmans2023-11-081-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Remove version number from stub library, for Tk 9.0jan.nijtmans2023-11-081-0/+4
* | | | | | | | Merge 8.7jan.nijtmans2023-10-272-12/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [26870862f0] follow-up: of course it was not complete yetjan.nijtmans2023-10-272-12/+12
* | | | | | | | Merge 8.7 - Bug [31fc36fe47] - socket crash with multiple threads.apnadkarni2023-10-211-68/+67
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Proposed fixapnadkarni2023-10-211-68/+67
* | | | | | | | Merge 8.7 - Bug [33b2486199] - thread create/release unmounts zipfsapnadkarni2023-10-211-3/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2023-10-201-3/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Fix [9d216917e]: nmakehlp.c: remove unused include math.hjan.nijtmans2023-10-201-3/+2
| | * | | | | | | Missing !endif (in previous commit)jan.nijtmans2023-10-141-0/+1
| | * | | | | | | Restore to rules.vc version 10, so we don't accidentally use Tcl 8.7/9.0 feat...jan.nijtmans2023-10-131-36/+3
* | | | | | | | | Merge 8.7jan.nijtmans2023-10-196-24/+24
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Handle sentinels for any C++ compilerjan.nijtmans2023-10-176-24/+24
* | | | | | | | | Merge 8.7 - nmake static installapnadkarni2023-10-151-1/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix broken nmake static installapnadkarni2023-10-151-1/+3
* | | | | | | | | Merge 8.7apnadkarni2023-10-111-21/+72
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Minor nmake tweaks, remove obsolete targetapnadkarni2023-10-111-10/+2
| * | | | | | | | Bug [894e11d7f7] - fix broken test configuration for zipfs builds - nmake ver...apnadkarni2023-10-101-13/+72
* | | | | | | | | Merge 8.7jan.nijtmans2023-10-103-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
* | | | | | | | | Merge 8.7jan.nijtmans2023-10-091-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Re-generate "configure" with autoconf-2.71jan.nijtmans2023-10-091-0/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Update rules.vcjan.nijtmans2023-10-091-0/+4
* | | | | | | | | Merge 8.7 - unix test buildsapnadkarni2023-10-091-4/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | / / / / / / | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix test targets in mingw builds to not set TCL_LIBRARY when zipfs enabledapnadkarni2023-10-091-4/+8
* | | | | | | | Merge 8.7jan.nijtmans2023-09-282-3/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2023-09-282-3/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d...jan.nijtmans2023-09-282-3/+2
| | |\ \ \ \ \ \
| | * | | | | | | Fix [43b0656605]: MS Windows: files with emojis are found by glob but not rec...jan.nijtmans2023-09-131-4/+10
| | * | | | | | | No longer support "OPTS=utf16" in makefile.vc/rules.vcjan.nijtmans2023-09-122-13/+31
* | | | | | | | | Merge 8.7 - Bug [b6f7cee65c] - nmake not testing zip based tcl libraryapnadkarni2023-09-161-3/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | / / / / / | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Bug [b6f7cee65c] - nmake not testing zip based tcl libraryapnadkarni2023-09-161-3/+5
* | | | | | | | Merge 8.7jan.nijtmans2023-09-122-11/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Rebase to 8.7jan.nijtmans2023-08-302-11/+1
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Rebase to 8.7jan.nijtmans2023-07-262-11/+1
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Rebase to 8.7jan.nijtmans2023-07-092-11/+1
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-012-11/+1
* | | | | | | | | | | Make Tcl_NRCallObjProc2 definition match documentation (ptrdiff_t -> Tcl_Size...jan.nijtmans2023-08-311-1/+1
| |_|_|_|_|_|/ / / / |/| | | | | | | | |