| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2021-04-08 | 1 | -3/+3 |
|\ |
|
| * | publicize TclWinConvertError | jan.nijtmans | 2020-12-10 | 1 | -3/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
| |\ |
|
* | | | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any more... | jan.nijtmans | 2020-03-31 | 1 | -3/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-06-29 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we alway... | jan.nijtmans | 2019-06-29 | 1 | -2/+2 |
|
|
* | | | merge 8.7 | jan.nijtmans | 2018-06-26 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn... | jan.nijtmans | 2018-06-26 | 1 | -1/+1 |
|
|
* | | | de-duplicate code in win32 panic implementation. Also eliminate gcc compiler ... | jan.nijtmans | 2018-05-13 | 1 | -7/+1 |
|/ / |
|
* | | merge core-8-branch. Fully functioning now, including with the new vc-reform ... | jan.nijtmans | 2017-12-15 | 1 | -0/+3 |
|/ |
|
* | Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "... | jan.nijtmans | 2017-11-17 | 1 | -1/+1 |
|\ |
|
| * | Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "... | jan.nijtmans | 2017-11-17 | 1 | -1/+1 |
|
|
* | | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ... | jan.nijtmans | 2015-09-22 | 1 | -1/+1 |
|
|
* | | Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max. | jan.nijtmans | 2013-11-16 | 1 | -1/+1 |
|
|
* | | Restored the possibility to define a panicproc as | jan.nijtmans | 2012-06-22 | 1 | -0/+6 |
|
|
* | | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -5/+0 |
|
|
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-02 | 1 | -21/+43 |
|\ \
| |/ |
|
| * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 1 | -13/+19 |
|
|
| * | add TclGetAndDetachPids and TclpCloseFile to cygwin port | jan.nijtmans | 2012-03-23 | 1 | -17/+26 |
|
|
| * | add TclWinConvertError and TclWinConvertWSAError for cygwin | jan.nijtmans | 2012-03-22 | 1 | -10/+17 |
|
|
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22). | jan.nijtmans | 2012-03-23 | 1 | -13/+20 |
|\ \ |
|
| * | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01) | jan.nijtmans | 2012-03-23 | 1 | -12/+29 |
|
|
* | | | MINOR: Add emacs style info to end of C files. | dkf | 2011-10-21 | 1 | -0/+9 |
|/ / |
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
* | | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -3/+3 |
|
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -12/+11 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+2 |
|/ |
|
* | Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.) | dkf | 2002-05-27 | 1 | -2/+2 |
|
|
* | * win/tclWinLoad.c (TclpLoadFile): added special message for | hobbs | 2000-09-06 | 1 | -2/+2 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -3/+2 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+393 |
|
|