summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-04-105-43/+58
|\
| * Merge 8.6jan.nijtmans2020-04-102-4/+4
| |\
| | * Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, ↵jan.nijtmans2020-04-102-4/+4
| | | | | | | | | | | | and at least one of them contains a space.
| * | Merge 8.6jan.nijtmans2020-04-103-45/+60
| |\ \ | | |/
| | * Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵jan.nijtmans2020-04-103-42/+57
| | | | | | | | | | | | | | | use of ".." in the makefiles. Adapt all makefiles (unix/win) such that they can handle spaces in LIB_INSTALL_DIR/SCRIPT_INSTALL_DIR/MODULE_INSTALL_DIR, just by adding double-quotes in appropriate places.
* | | Merge 8.7jan.nijtmans2020-04-031-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-04-031-3/+3
| |\ \ | | |/
| | * Make sure that "Windows NT" is the only supported Windows platform. On ↵jan.nijtmans2020-04-032-32/+13
| | | | | | | | | | | | Windows CE, no chance that Tcl 8.6 will ever run .... Windows XP is the minimum now.
* | | Merge 8.7jan.nijtmans2020-03-311-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-311-1/+1
| |\ \ | | |/
| | * Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. jan.nijtmans2020-03-312-32/+10
| | | | | | | | | Increase size of MSG structure in Cygwin Notifier: Should conform with Win32 size. Some related code cleanup.
* | | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any ↵jan.nijtmans2020-03-315-11/+11
| | | | | | | | | | | | more, just void*. Has effect only on Win32 and Cygwin.
* | | Merge 8.7jan.nijtmans2020-03-301-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-301-2/+2
| |\ \ | | |/
| | * tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is ↵jan.nijtmans2020-03-301-2/+2
| | | | | | | | | | | | | | | actually found. tcltest 2.5.2 -> 2.5.3
* | | Merge 8.7jan.nijtmans2020-03-227-29/+29
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-227-29/+29
| |\ \ | | |/
| | * Even more uppercase HEX representations in source-codejan.nijtmans2020-03-228-30/+30
| | |
* | | Merge 8.7jan.nijtmans2020-03-171-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-171-1/+1
| |\ \ | | |/
* | | merge 8.7dgp2020-03-175-11/+1
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-175-11/+1
| | |
* | | Merge 8.7jan.nijtmans2020-03-151-2/+2
|\ \ \ | |/ /
| * | Merge 8.6. Also fix build with -DTCL_NO_DEPRECATED (which was also the cause ↵jan.nijtmans2020-03-151-2/+2
| |\ \ | | |/ | | | | | | of the "master" build failure)
* | | Merge 8.7jan.nijtmans2020-03-141-2/+14
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-141-2/+14
| |\ \ | | |/
| | * Merge 8.6. jan.nijtmans2020-03-132-5/+2
| | |\ | | | | | | | | Code review: Tcl 8.6 doesn't (need to) build with -DUNICODE -D_UNICODE any more, so things can be simplified. Good work, thanks!
| | * | fix back-ported from tclSE (with several modifications due to conflicts and ↵sebres2020-03-132-3/+18
| | |/ | | | | | | | | | compat reasons)
* | | Merge 8.7jan.nijtmans2020-03-101-1/+1
|\ \ \ | |/ /
| * | Fix Windows build, broken by [d5175f6050e308f4]jan.nijtmans2020-03-101-1/+1
| | |
* | | merge 8.7dgp2020-03-0912-121/+54
|\ \ \ | |/ /
| * | TCL_UNUSED for win sources.dgp2020-03-0912-125/+56
| | |
* | | Merge 8.7jan.nijtmans2020-03-041-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-041-1/+1
| |\ \ | | |/
| | * Some more gcc(-9) warningsjan.nijtmans2020-03-041-6/+10
| | |
* | | Merge 8.7jan.nijtmans2020-03-041-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-041-1/+1
| |\ \ | | |/
| | * Fix some gcc(-9) warnings caused by -Wcast-function-typejan.nijtmans2020-03-044-5/+5
| | |
| | * Implement WideSeekProc() for all channels which have a SeekProc(). Implement ↵jan.nijtmans2020-03-043-6/+48
| | | | | | | | | | | | | | | Close2Proc() for all channels, as minimal wrapper around CloseProc(). Backported (with comments) and adapted from core-8-branch.
* | | Merge 8.7.jan.nijtmans2020-03-042-3/+3
|\ \ \ | |/ / | | | Remove documentation and typedefs related to old channel types.
* | | re-generate configure script (option -Wc++-compat was still missing)jan.nijtmans2020-03-011-2/+2
| | |
* | | Merge 8.7jan.nijtmans2020-02-285-103/+37
|\ \ \ | |/ /
| * | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-284-15/+40
| |\ \
| | * \ Merge 8.7jan.nijtmans2020-02-121-4/+1
| | |\ \
| | * | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and ↵jan.nijtmans2020-01-314-14/+34
| | | | | | | | | | | | | | | | | | | | wideSeekProc for all internal channel types.
| | * | | Merge 8.7jan.nijtmans2020-01-302-20/+19
| | |\ \ \
* | | \ \ \ Implement TIP #497: Full support for Unicode planes 1-16.jan.nijtmans2020-02-283-17/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge trunkjan.nijtmans2020-02-133-24/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2020-01-243-18/+3
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-02-2818-159/+226
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |