| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod... | jan.nijtmans | 2018-11-18 | 1 | -4/+5 |
|
|
* | merge trunk | jan.nijtmans | 2018-10-04 | 1 | -1/+1 |
|\ |
|
* \ | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -6/+6 |
|\ \
| |/ |
|
* | | Use size_t in more API's, e.g. *RegExp* types | jan.nijtmans | 2018-07-02 | 1 | -6/+6 |
|/ |
|
* | merge 8.7 | jan.nijtmans | 2018-06-26 | 1 | -55/+9 |
|\ |
|
| * | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn... | jan.nijtmans | 2018-06-26 | 1 | -55/+9 |
|
|
* | | merge 8.7 | jan.nijtmans | 2018-06-25 | 1 | -8/+11 |
|\ \
| |/ |
|
| * | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -8/+11 |
| |\ |
|
| | * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handli... | jan.nijtmans | 2018-06-25 | 1 | -8/+11 |
|
|
* | | | merge 8.7 | jan.nijtmans | 2018-05-29 | 1 | -11/+23 |
|\ \ \
| |/ / |
|
| * | | merge 8.6 | jan.nijtmans | 2018-05-29 | 1 | -11/+23 |
| |\ \
| | |/ |
|
| | * | merge 8.5 (conflicts resolved, rewritten without winapi-stubs) | sebres | 2018-05-28 | 1 | -11/+23 |
| | |\ |
|
| | | * | optimized winapi-stubs loading (8.5th only); if user name specified without d... | sebres | 2018-05-25 | 1 | -11/+23 |
|
|
* | | | | merge core-8-branch | jan.nijtmans | 2018-01-10 | 1 | -1/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ... | jan.nijtmans | 2018-01-10 | 1 | -7/+0 |
|
|
| * | | | Revert a few more (int -> size_t) transitions, which could effect extensions ... | jan.nijtmans | 2017-12-15 | 1 | -3/+3 |
|
|
* | | | | merge 8.7 | jan.nijtmans | 2017-12-07 | 1 | -10/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ... | jan.nijtmans | 2017-11-23 | 1 | -10/+2 |
| |\ \ \ |
|
| | * | | | Drop Windows CE support, since it doesn't appear to work anyway. | jan.nijtmans | 2017-11-21 | 1 | -10/+2 |
| | |/ / |
|
* | | | | Fogot to remove the TclWinSetInterfaces() implementation. | jan.nijtmans | 2017-11-09 | 1 | -6/+0 |
|/ / / |
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-03 | 1 | -14/+6 |
|\ \ \
| |/ / |
|
| * | | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for... | jan.nijtmans | 2017-05-03 | 1 | -14/+6 |
| |\ \
| | |/ |
|
| | * | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for... | jan.nijtmans | 2017-05-03 | 1 | -4/+1 |
|
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-01 | 1 | -0/+20 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
| |\ \ |
|
| * | | | shared structures of pipe-workers rewritten using atomic state of the thread;
| sebres | 2017-04-11 | 1 | -0/+20 |
| |/ / |
|
* | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -8/+9 |
|
|
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -1/+1 |
|/ / |
|
* | | Remove unused variable, don't use deprecated function, some formatting. | jan.nijtmans | 2014-04-16 | 1 | -5/+5 |
|
|
* | | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000... | jan.nijtmans | 2014-04-16 | 1 | -14/+10 |
|\ \
| |/ |
|
| * | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000... | jan.nijtmans | 2014-04-16 | 1 | -14/+10 |
|
|
* | | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
|
|
* | | Add missing __stdcall (which crashes on win32), and clean-up indenting | jan.nijtmans | 2014-02-04 | 1 | -10/+11 |
|\ \
| |/ |
|
| * | Add missing __stdcall (which crashes on win32), and clean-up indenting | jan.nijtmans | 2014-02-04 | 1 | -10/+11 |
|
|
* | | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | jan.nijtmans | 2014-02-03 | 1 | -4/+14 |
|\ \
| |/ |
|
| * | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | jan.nijtmans | 2014-02-03 | 1 | -4/+14 |
|
|
* | | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 1 | -3/+3 |
|
|
* | | Eliminate a lot of dead code (for Windows 95/98/ME only). | jan.nijtmans | 2013-06-19 | 1 | -6/+3 |
|
|
* | | also search for the library directory (init.tcl, encodings, etc) relative to ... | Joe Mistachkin | 2012-11-13 | 1 | -1/+63 |
|\ \
| |/ |
|
| * | also search for the library directory (init.tcl, encodings, etc) relative to ... | Joe Mistachkin | 2012-11-13 | 1 | -1/+63 |
|
|
* | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -1/+1 |
| |\ |
|
| | * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -1/+1 |
|
|
* | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -3/+2 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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 |
|
|