Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove PROTO_FLAGS here too | jan.nijtmans | 2020-05-05 | 1 | -7/+2 |
* | Merge 8.7 | jan.nijtmans | 2020-04-16 | 2 | -24/+24 |
|\ | |||||
| * | Upgrade Xcode from 11.3 to 11.4. Let Travis test whether "make install" works... | jan.nijtmans | 2020-04-16 | 2 | -24/+24 |
| |\ | |||||
| | * | Merge 8.6 | jan.nijtmans | 2020-04-15 | 1 | -1/+1 |
| | |\ | |||||
| | * | | More double-quotes | jan.nijtmans | 2020-04-15 | 2 | -22/+22 |
| | * | | Try adding some quotes | jan.nijtmans | 2020-04-14 | 2 | -2/+2 |
* | | | | Merge 8.6 | jan.nijtmans | 2020-04-15 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.5 | jan.nijtmans | 2020-04-15 | 1 | -1/+1 |
| |\ \ \ | | |_|/ | |/| | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | Guarantee TclNeedSpace and TclFindElement have common definition of whitespace | dgp | 2020-04-09 | 1 | -1/+1 |
* | | | Only set MODULE_INSTALL_DIR once in UNIX makefile .... | jan.nijtmans | 2020-04-10 | 1 | -7/+5 |
* | | | Merge 8.6 | jan.nijtmans | 2020-04-10 | 2 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, an... | jan.nijtmans | 2020-04-10 | 2 | -4/+4 |
* | | | Merge 8.6 | jan.nijtmans | 2020-04-10 | 4 | -38/+50 |
|\ \ \ | |/ / | |||||
| * | | re-generate UNIX configure script | jan.nijtmans | 2020-04-10 | 1 | -4941/+13397 |
| * | | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use... | jan.nijtmans | 2020-04-10 | 4 | -13434/+4989 |
* | | | Merge 8.6 | jan.nijtmans | 2020-04-03 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Make sure that "Windows NT" is the only supported Windows platform. On Window... | jan.nijtmans | 2020-04-03 | 1 | -9/+2 |
* | | | merge 8.6 | dgp | 2020-04-01 | 1 | -1/+48 |
|\ \ \ | |/ / | |||||
| * | | fixes [f583715154] - tclUnixSock.c: introduced ThreadActionProc considering a... | sebres | 2020-03-31 | 1 | -1/+48 |
* | | | Merge 8.6 | jan.nijtmans | 2020-03-31 | 2 | -122/+123 |
|\ \ \ | |/ / | |||||
| * | | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. | jan.nijtmans | 2020-03-31 | 2 | -207/+202 |
* | | | Merge 8.6 | jan.nijtmans | 2020-03-30 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is act... | jan.nijtmans | 2020-03-30 | 1 | -2/+2 |
* | | | Merge 8.6 | jan.nijtmans | 2020-03-27 | 1 | -7/+0 |
|\ \ \ | |/ / | |||||
| * | | Looks like this little hack is no longer necessary on current 32-bit Cygwin. | jan.nijtmans | 2020-03-27 | 1 | -7/+0 |
* | | | Merge 8.6 | jan.nijtmans | 2020-03-27 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix harmless gcc warning, when compiling on Linux | jan.nijtmans | 2020-03-27 | 1 | -4/+4 |
* | | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -4/+4 |
* | | | Merge 8.6 | jan.nijtmans | 2020-03-17 | 3 | -8/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico... | jan.nijtmans | 2020-03-17 | 3 | -8/+8 |
| |\ \ | | |/ | |||||
| | * | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 3 | -8/+8 |
* | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 4 | -11/+2 |
* | | | Mac fix | dgp | 2020-03-09 | 1 | -1/+5 |
* | | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 16 | -130/+75 |
* | | | Merge 8.6 | jan.nijtmans | 2020-03-05 | 1 | -13/+6 |
|\ \ \ | |/ / | |||||
| * | | Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, sinc... | jan.nijtmans | 2020-03-05 | 1 | -31/+30 |
* | | | merge 8.6 | dgp | 2020-03-04 | 1 | -3/+11 |
|\ \ \ | |/ / | |||||
| * | | The close routines of the "tcp" channel type were failing to record error | dgp | 2020-03-04 | 1 | -1/+10 |
| * | | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ... | jan.nijtmans | 2020-03-04 | 1 | -2/+15 |
| * | | Merge 8.5 | jan.nijtmans | 2020-02-24 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. | jan.nijtmans | 2020-02-24 | 2 | -4/+3 |
* | | | Minor TIP #562 fix: Missing #endif, results in (harmless) compiler warning wh... | jan.nijtmans | 2020-02-28 | 1 | -0/+2 |
* | | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 2 | -10/+28 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2020-02-12 | 2 | -26/+2 |
| |\ \ \ | |||||
| * | | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek... | jan.nijtmans | 2020-01-31 | 2 | -9/+22 |
| * | | | | Merge 8.7 | jan.nijtmans | 2020-01-30 | 2 | -21/+18 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 23 | -291/+404 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | |