summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunk; Remove "Known Bugs" that are now fixed; changes file wordsmithingdgp2024-09-231-2/+2
|\
| * Fix ungrammatical doubling of words in commentsminordkf2024-09-211-2/+2
| |
* | merge trunkdgp2024-09-182-2/+20
|\ \ | |/
| * amend for 9.0 (windows only): since paths starting with ~ are relative in ↵sebres2024-09-171-5/+2
| | | | | | | | 9.0 for windows, it doesn't need to consider tilde expansion (in opposite to 8.x)
| * merge 8.7: avoid unneeded (but expensive) path normalization for several ↵sebres2024-09-172-2/+23
| |\ | | | | | | | | | | | | file subsystem commands and operations; closes [02d5d65d70adab97] and probably [411f52ed87e313dd49e2]
| | * merge 8.6 (fix attempt for [02d5d65d70adab97], however the small bottleneck ↵sebres2024-09-172-2/+23
| | |\ | | | | | | | | | | | | is still visible)
| | | * improve comments (no functional changes)sebres2024-09-171-1/+1
| | | |
| | | * merge bug-02d5d65d70adab97: avoid unneeded (but expensive) path ↵sebres2024-09-172-2/+23
| | | |\ | | | | | | | | | | | | | | | | | | | | normalization for several file subsystem commands and operations; closes [02d5d65d70adab97]
| | | | * small amend: move the normalization to the block where the error message ↵core-bug-02d5d65d70adab97sebres2024-09-131-0/+21
| | | | | | | | | | | | | | | | | | | | really needed
| | | | * even if cwd is non native, but path is not relative we can safely use ↵sebres2024-09-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | translated path instead of normalized path; fixes file access regression [02d5d65d70adab97]
| | | * | Bump version to 8.6.15 in prep for a new patch release.dgp2024-08-262-2/+2
| | | |/
* | | | Update changes.md version to 9.0.0. http -> 2.10.0jan.nijtmans2024-09-111-2/+2
| | | |
* | | | Release branch for Tcl 9.0.0dgp2024-08-282-2/+2
|/ / /
* | | Fix static build on MSVCjan.nijtmans2024-08-241-1/+1
|\ \ \ | |/ /
| * | Fix static build on MSVCjan.nijtmans2024-08-241-1/+1
| | |
* | | Don't pack the dde/registry dll's any more for static builds. See: ↵jan.nijtmans2024-08-231-2/+7
|\ \ \ | |/ / | | | | | | [https://core.tcl-lang.org/tk/tktview/939496ee1b|939496ee1b]
| * | Don't pack the dde/registry dll's any more for static builds. See: ↵jan.nijtmans2024-08-231-2/+7
| | | | | | | | | | | | [https://core.tcl-lang.org/tk/tktview/939496ee1b|939496ee1b]
* | | Remove _ATL_XP_TARGETING from rules.vc: Windows XP is no longer supportedjan.nijtmans2024-08-221-6/+3
|\ \ \ | |/ /
| * | Remove _ATL_XP_TARGETING from rules.vc: Windows XP is no longer supportedjan.nijtmans2024-08-221-6/+3
| | |
* | | Fix ↵jan.nijtmans2024-08-213-6/+6
|\ \ \ | |/ / | | | | | | [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tcl as well)
| * | (backport) Use a name for a flag, use an enum for that flagjan.nijtmans2024-08-211-4/+5
| | |
| * | Fix ↵jan.nijtmans2024-08-213-6/+6
| |\ \ | | |/ | | | | | | [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tcl as well)
| | * Fix ↵jan.nijtmans2024-08-213-6/+6
| | | | | | | | | | | | [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tcl as well)
* | | Use a name for a flag, use an enum for that flagdkf2024-08-211-4/+5
| | |
* | | Merge 8.7jan.nijtmans2024-08-201-1/+1
|\ \ \ | |/ /
* | | Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writablejan.nijtmans2024-08-181-1/+1
|\ \ \ | |/ /
| * | Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writablejan.nijtmans2024-08-181-1/+1
| |\ \ | | |/
| | * Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writablejan.nijtmans2024-08-181-1/+1
| | |
* | | b3 -> b4, as preparation for releasejan.nijtmans2024-08-133-4/+4
| | |
* | | AC_PREREQ([2.69]). Fix some indentingjan.nijtmans2024-08-135-104/+104
|\ \ \ | |/ /
| * | AC_PREREQ([2.69]). Fix some indentingjan.nijtmans2024-08-135-108/+108
| |\ \ | | |/
| | * Fix indenting. Prevent Tcl 8.6 to load Tk 8.7 (when it goes final). Fix ↵jan.nijtmans2024-08-136-76/+76
| | | | | | | | | | | | AC_PREREQ. See: [https://core.tcl-lang.org/tk/tktview/1562e10c58|1562e10c58]
| * | Make realclean/hose target consistent with clean with respect to pkgs cleanupjan.nijtmans2024-08-091-5/+13
| |\ \ | | |/
| | * (cherry-pick): Make realclean/hose target consistent with clean with respect ↵jan.nijtmans2024-08-091-5/+37
| | | | | | | | | | | | to pkgs cleanup
* | | Make realclean/hose target consistent with clean with respect to pkgs cleanupapnadkarni2024-08-071-1/+9
| | |
* | | merge trunkdkf2024-08-061-0/+173
|\ \ \
| * | | VC++ build tool. Builds/tests/installs all configs. Type vctool help.apnadkarni2024-08-051-0/+173
| | | |
* | | | merge trunkdkf2024-08-051-9/+7
|\ \ \ \ | |/ / /
| * | | TK_ZIP_FILE definition to nmake makefile, to be consistent with autoconf buildjan.nijtmans2024-08-041-9/+7
| |\ \ \ | | |/ /
| | * | TCL_ZIP_FILE/TK_ZIP_FILE definition to nmake makefile, to be consistent with ↵jan.nijtmans2024-08-041-9/+9
| | | | | | | | | | | | | | | | autoconf build
| | * | (backport) Add tcl::unsupported::icu command (why not!)jan.nijtmans2024-06-272-0/+2
| | | |
* | | | Factor out most property-related C code into its own file.dkf2024-08-022-0/+2
| | | |
* | | | merge trunkdkf2024-08-011-1/+3
|\ \ \ \ | |/ / /
| * | | Minor fix - Add TCL_ZIP_FILE definition to nmake makefile to be consistent ↵apnadkarni2024-07-301-1/+3
| | | | | | | | | | | | | | | | with autoconf build
* | | | Merge trunkdkf2024-07-1829-793/+831
|\ \ \ \ | |/ / /
| * | | Merge trunkapnadkarni2024-06-206-85/+85
| |\ \ \
| | * \ \ Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-196-85/+85
| | |\ \ \ | | | |/ /
| | | * | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-195-83/+83
| | | |\ \
| | | | * | Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-171-1/+1
| | | | | |
| * | | | | Unsupported ICU interfaceapnadkarni2024-06-192-1/+3
| |/ / / /