Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if ↵ | jan.nijtmans | 2017-04-20 | 1 | -6/+11 |
| | | | | compiled with -DTCL_NO_DEPRECATED | ||||
* | Minor simplification in tcl.h: For the ↵ | jan.nijtmans | 2017-04-07 | 1 | -8/+5 |
| | | | | Tcl_WideAsLong/Tcl_LongAsWide/Tcl_WideAsDouble/Tcl_DoubleAsWide #defines, one set suffices: No need to have two versions depending on TCL_WIDE_INT_IS_LONG. | ||||
* | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. | jan.nijtmans | 2017-03-27 | 1 | -2/+2 |
|\ | | | | | In tclThreadTest.c, allow mainThreadId to be >32 bits. | ||||
| * | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. | jan.nijtmans | 2017-03-27 | 1 | -2/+2 |
| | | | | | | In tclThreadTest.c, allow mainThreadId to be >32 bits. | ||||
* | | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, ↵ | jan.nijtmans | 2017-03-24 | 1 | -5/+1 |
| | | | | | | | | | | 'z'/'j'/'I' for size_t/intptr_diff, 'j'/'q' for long long. Also add "I32" froom MSVC. Remove TCL_LL_MODIFIER specified as "L" for Borland: This must be wrong as "L" is meant for long double. Just assume that later Borland compilers are MSVC-compatible. | ||||
* | | Eliminate internal use of ↵ | jan.nijtmans | 2017-03-13 | 1 | -1/+1 |
| | | | | | | | | TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(). Replace Tcl_DbNewBooleanObj() with trivial macro. | ||||
* | | Merge core-8-6-branch | jan.nijtmans | 2017-03-07 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Remove "makefile.bc". Not updated for many-many years, most likely it ↵ | jan.nijtmans | 2017-03-07 | 1 | -1/+0 |
| | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-) | ||||
* | | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in ↵ | jan.nijtmans | 2017-02-14 | 1 | -0/+5 |
| | | | | | | | | | | tclLink.c, since its size is equal to either 'int' or 'Tcl_WideInt'. This enhances interoperabilty between win64 extensions loaded in cygwin64 using Tcl_LinkVar(), whill still being 100% compatible. init.tcl: unnecessary spacing. | ||||
* | | TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C ↵tip_456 | jan.nijtmans | 2017-01-04 | 1 | -0/+7 |
|\ \ | | | | | | | | | | API to Support Passing Options to TCP Server Creation | ||||
| * \ | merge trunk (still has test failure in socket.test) | jan.nijtmans | 2016-12-20 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | Merge trunk, and fix two socket test-cases. | jan.nijtmans | 2016-11-25 | 1 | -5/+6 |
| |\ \ \ | |||||
| * | | | | Implement the whole TIP 456 specification. | limeboy | 2016-11-24 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | Also introduces the `-reuseaddr' and `-reuseport' options for the `socket' command. | ||||
* | | | | | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 ↵ | jan.nijtmans | 2016-12-20 | 1 | -4/+0 |
| |_|/ / |/| | | | | | | | | | | | (or 9.0) features are needed. (Differences between 8.x and 9.0 are handled by a different stub magic value) | ||||
* | | | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 |
| | | | | |||||
* | | | | Corrections to misleading comments. | dkf | 2016-11-22 | 1 | -5/+6 |
| |_|/ |/| | | |||||
* | | | Merge core-8-6-branch | jan.nijtmans | 2016-11-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Better fix for the usability of TCL_NO_DEPRECATED on MacOSX | jan.nijtmans | 2016-11-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Better fix for the usability of TCL_NO_DEPRECATED on MacOSX. | jan.nijtmans | 2016-11-14 | 1 | -0/+2 |
| | | | |||||
| | * | Bump to release number 8.5.19 | dgp | 2015-10-23 | 1 | -2/+2 |
| | | | |||||
* | | | On OSX, there is a conflict with the "define panic" and definitions in "mach.h". | jan.nijtmans | 2016-11-10 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | On OSX, there is a conflict with the "define panic" and definitions in "mach.h". | jan.nijtmans | 2016-11-10 | 1 | -0/+2 |
| | | | |||||
| * | | Start RC branch for Tcl 8.6.6 | dgp | 2016-07-12 | 1 | -2/+2 |
| | | | |||||
* | | | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for ↵ | jan.nijtmans | 2016-07-12 | 1 | -1/+5 |
| | | | | | | | | | | | | example). Default (unsigned) cannot be changed in Tcl 8.x, that must wait until Tcl 9. | ||||
* | | | Make TCL_MAJOR_VERSION/TCL_MINOR_VERSION/TCL_STUB_MAGIC available to ↵ | jan.nijtmans | 2016-06-27 | 1 | -10/+9 |
| | | | | | | | | | | | | Tcl_InitStubs() arguments. Useful for debugging and detection of stub incompatibilities (e.g. for Tcl9) | ||||
* | | | Add TCL_NOINLINE macro, useful for micro-optimizations | jan.nijtmans | 2016-06-26 | 1 | -0/+3 |
| | | | |||||
* | | | Remove undocumented TCL_HASH_KEY_STORE_HASH. Setting this to "0" is not ↵ | jan.nijtmans | 2016-03-16 | 1 | -18/+0 |
| | | | | | | | | | | | | supported (was it ever ????), and not tested for long time. | ||||
* | | | configure.in -> configure.ac | jan.nijtmans | 2016-03-08 | 1 | -2/+2 |
| | | | |||||
* | | | Bump trunk to 8.7a0 to accept new feature development. | dgp | 2016-03-03 | 1 | -5/+5 |
|/ / | |||||
* | | Bump to 8.6.5 | dgp | 2016-01-28 | 1 | -2/+2 |
| | | |||||
* | | Micro-optimization handling Tcl_Panic(), suggested by D. Richard Hipp. | jan.nijtmans | 2015-09-23 | 1 | -0/+12 |
|\ \ | | | | | | | As a side-effect, this is as well a fix for [1446864]: segfaults if Tcl_Panic() returns. | ||||
| * | | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ↵panic_noreturn | jan.nijtmans | 2015-09-22 | 1 | -0/+8 |
|/ / | | | | | | | optimizations by the C-compiler. | ||||
* | | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a ↵ | jan.nijtmans | 2015-07-01 | 1 | -2/+3 |
| | | | | | | | | | | better idea. A few more consistancies in refcount management. | ||||
* | | Use twoPtrValue in stead of ptrAndLongRep for implementation of some ↵ | jan.nijtmans | 2015-06-30 | 1 | -6/+6 |
| | | | | | | | | | | internal Obj types. On most platforms this doesn't make a difference, as (void *) and (long) generially have the same size. The only exception where it makes a difference is win64, as we can now store 64 bits in this field in stead of only 32 bits, exactly what the processor is optimized for. | ||||
* | | Member field which should not have been const, because it is dynamically ↵ | jan.nijtmans | 2015-06-23 | 1 | -1/+1 |
|\ \ | |/ | | | | | allocated. Some end-of-line spacing in header files. | ||||
| * | Bump to version 8.5.18. | dgp | 2015-02-05 | 1 | -2/+2 |
| | | |||||
| * | missed a bump | dgp | 2014-10-13 | 1 | -1/+1 |
| | | |||||
| * | Bump to 8.5.17 | dgp | 2014-10-10 | 1 | -1/+1 |
| | | |||||
| * | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c ↵ | jan.nijtmans | 2014-10-08 | 1 | -1/+1 |
| | | | | | | | | | | does not compile with MSVC14. Eliminate use of __MINGW32__ macro everywhare, as it is deprecated. | ||||
| * | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -2/+2 |
| | | |||||
* | | There's no need to constrain the declaration of Tcl_GetMemoryInfo(). | dgp | 2015-03-24 | 1 | -2/+0 |
| | | |||||
* | | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 1 | -10/+6 |
| | | | | | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one. | ||||
* | | The STRICT directive influences how #include "windows.h" works. | dgp | 2015-03-13 | 1 | -10/+0 |
| | | | | | | This is not a generic concern. Move it over the tclWinPort.h. | ||||
* | | Bump to 8.6.4. | dgp | 2015-02-26 | 1 | -2/+2 |
| | | |||||
* | | Tcl_ExternalToUtf appends a terminating NUL to its encoded results. | dgp | 2014-11-15 | 1 | -0/+17 |
| | | | | | | | | | | | | | | Perhaps this is a welcome convenience for some callers, but not for Tcl's I/O system, which has no need for that. Added a new flag value TCL_ENCODING_NO_TERMINATE that callers can use to suppress this behavior. This means buffers don't require so much padding, and a tiny bit of processing is saved. Update I/O callers to use the feature. | ||||
* | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 1 | -2/+2 |
| | | |||||
* | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 1 | -2/+2 |
| | | |||||
* | | Re-apply [3010352], bringing back the symbol exports of shared libraries as ↵ | jan.nijtmans | 2014-05-02 | 1 | -1/+7 |
| | | | | | | | | it was in 8.6.0/8.6.1. |