Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-04-10 | 5 | -43/+58 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-04-10 | 2 | -4/+4 |
| |\ | |||||
| | * | Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, ↵ | jan.nijtmans | 2020-04-10 | 2 | -4/+4 |
| | | | | | | | | | | | | and at least one of them contains a space. | ||||
| * | | Merge 8.6 | jan.nijtmans | 2020-04-10 | 3 | -45/+60 |
| |\ \ | | |/ | |||||
| | * | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵ | jan.nijtmans | 2020-04-10 | 3 | -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.7 | jan.nijtmans | 2020-04-03 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-04-03 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Make sure that "Windows NT" is the only supported Windows platform. On ↵ | jan.nijtmans | 2020-04-03 | 2 | -32/+13 |
| | | | | | | | | | | | | Windows CE, no chance that Tcl 8.6 will ever run .... Windows XP is the minimum now. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. | jan.nijtmans | 2020-03-31 | 2 | -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.nijtmans | 2020-03-31 | 5 | -11/+11 |
| | | | | | | | | | | | | more, just void*. Has effect only on Win32 and Cygwin. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-30 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-30 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is ↵ | jan.nijtmans | 2020-03-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | actually found. tcltest 2.5.2 -> 2.5.3 | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-22 | 7 | -29/+29 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-22 | 7 | -29/+29 |
| |\ \ | | |/ | |||||
| | * | Even more uppercase HEX representations in source-code | jan.nijtmans | 2020-03-22 | 8 | -30/+30 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
* | | | merge 8.7 | dgp | 2020-03-17 | 5 | -11/+1 |
|\ \ \ | |/ / | |||||
| * | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 5 | -11/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-15 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6. Also fix build with -DTCL_NO_DEPRECATED (which was also the cause ↵ | jan.nijtmans | 2020-03-15 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | of the "master" build failure) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-14 | 1 | -2/+14 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-14 | 1 | -2/+14 |
| |\ \ | | |/ | |||||
| | * | Merge 8.6. | jan.nijtmans | 2020-03-13 | 2 | -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 ↵ | sebres | 2020-03-13 | 2 | -3/+18 |
| | |/ | | | | | | | | | | compat reasons) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix Windows build, broken by [d5175f6050e308f4] | jan.nijtmans | 2020-03-10 | 1 | -1/+1 |
| | | | |||||
* | | | merge 8.7 | dgp | 2020-03-09 | 12 | -121/+54 |
|\ \ \ | |/ / | |||||
| * | | TCL_UNUSED for win sources. | dgp | 2020-03-09 | 12 | -125/+56 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-04 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Some more gcc(-9) warnings | jan.nijtmans | 2020-03-04 | 1 | -6/+10 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-04 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix some gcc(-9) warnings caused by -Wcast-function-type | jan.nijtmans | 2020-03-04 | 4 | -5/+5 |
| | | | |||||
| | * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ↵ | jan.nijtmans | 2020-03-04 | 3 | -6/+48 |
| | | | | | | | | | | | | | | | Close2Proc() for all channels, as minimal wrapper around CloseProc(). Backported (with comments) and adapted from core-8-branch. | ||||
* | | | Merge 8.7. | jan.nijtmans | 2020-03-04 | 2 | -3/+3 |
|\ \ \ | |/ / | | | | Remove documentation and typedefs related to old channel types. | ||||
* | | | re-generate configure script (option -Wc++-compat was still missing) | jan.nijtmans | 2020-03-01 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 5 | -103/+37 |
|\ \ \ | |/ / | |||||
| * | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 4 | -15/+40 |
| |\ \ | |||||
| | * \ | Merge 8.7 | jan.nijtmans | 2020-02-12 | 1 | -4/+1 |
| | |\ \ | |||||
| | * | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and ↵ | jan.nijtmans | 2020-01-31 | 4 | -14/+34 |
| | | | | | | | | | | | | | | | | | | | | wideSeekProc for all internal channel types. | ||||
| | * | | | Merge 8.7 | jan.nijtmans | 2020-01-30 | 2 | -20/+19 |
| | |\ \ \ | |||||
* | | \ \ \ | Implement TIP #497: Full support for Unicode planes 1-16. | jan.nijtmans | 2020-02-28 | 3 | -17/+2 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-02-13 | 3 | -24/+13 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2020-01-24 | 3 | -18/+3 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-02-28 | 18 | -159/+226 |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | |