summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* Bump to 8.7a2 to distinguish trunk from 8.7a1 release.dgp2017-09-081-2/+2
* merge trunkdgp2017-09-011-0/+2
|\
| * Tweak libtommath building, such that it doesn't depend on uint64_t any more. ...jan.nijtmans2017-08-301-0/+2
* | Release candidate branch for Tcl 8.7a1.dgp2017-08-101-2/+2
|/
* Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compile...jan.nijtmans2017-04-201-6/+11
* Minor simplification in tcl.h: For the Tcl_WideAsLong/Tcl_LongAsWide/Tcl_Wide...jan.nijtmans2017-04-071-8/+5
* Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. jan.nijtmans2017-03-271-2/+2
|\
| * Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. jan.nijtmans2017-03-271-2/+2
* | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/...jan.nijtmans2017-03-241-5/+1
* | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-1/+1
* | Merge core-8-6-branchjan.nijtmans2017-03-071-1/+0
|\ \ | |/
| * Remove "makefile.bc". Not updated for many-many years, most likely it doesn't...jan.nijtmans2017-03-071-1/+0
* | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in tclLink....jan.nijtmans2017-02-141-0/+5
* | TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C ...tip_456jan.nijtmans2017-01-041-0/+7
|\ \
| * \ merge trunk (still has test failure in socket.test)jan.nijtmans2016-12-201-2/+2
| |\ \
| * \ \ Merge trunk, and fix two socket test-cases.jan.nijtmans2016-11-251-5/+6
| |\ \ \
| * | | | Implement the whole TIP 456 specification.limeboy2016-11-241-0/+7
* | | | | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or...jan.nijtmans2016-12-201-4/+0
| |_|/ / |/| | |
* | | | compatability -> compatibilityjan.nijtmans2016-12-011-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | compatability -> compatibilityjan.nijtmans2016-12-011-2/+2
| |\ \
| | * | compatability -> compatibilityjan.nijtmans2016-12-011-2/+2
* | | | Corrections to misleading comments.dkf2016-11-221-5/+6
| |_|/ |/| |
* | | Merge core-8-6-branchjan.nijtmans2016-11-141-1/+1
|\ \ \ | |/ /
| * | Better fix for the usability of TCL_NO_DEPRECATED on MacOSXjan.nijtmans2016-11-141-1/+1
| |\ \ | | |/
| | * Better fix for the usability of TCL_NO_DEPRECATED on MacOSX.jan.nijtmans2016-11-141-0/+2
| | * Bump to release number 8.5.19dgp2015-10-231-2/+2
* | | On OSX, there is a conflict with the "define panic" and definitions in "mach.h".jan.nijtmans2016-11-101-0/+2
|\ \ \ | |/ /
| * | On OSX, there is a conflict with the "define panic" and definitions in "mach.h".jan.nijtmans2016-11-101-0/+2
| * | Start RC branch for Tcl 8.6.6dgp2016-07-121-2/+2
* | | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for exampl...jan.nijtmans2016-07-121-1/+5
* | | Make TCL_MAJOR_VERSION/TCL_MINOR_VERSION/TCL_STUB_MAGIC available to Tcl_Init...jan.nijtmans2016-06-271-10/+9
* | | Add TCL_NOINLINE macro, useful for micro-optimizationsjan.nijtmans2016-06-261-0/+3
* | | Remove undocumented TCL_HASH_KEY_STORE_HASH. Setting this to "0" is not suppo...jan.nijtmans2016-03-161-18/+0
* | | configure.in -> configure.acjan.nijtmans2016-03-081-2/+2
* | | Bump trunk to 8.7a0 to accept new feature development.dgp2016-03-031-5/+5
|/ /
* | Bump to 8.6.5dgp2016-01-281-2/+2
* | Micro-optimization handling Tcl_Panic(), suggested by D. Richard Hipp.jan.nijtmans2015-09-231-0/+12
|\ \
| * | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...panic_noreturnjan.nijtmans2015-09-221-0/+8
|/ /
* | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a be...jan.nijtmans2015-07-011-2/+3
* | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal...jan.nijtmans2015-06-301-6/+6
* | Member field which should not have been const, because it is dynamically allo...jan.nijtmans2015-06-231-1/+1
|\ \ | |/
| * Bump to version 8.5.18.dgp2015-02-051-2/+2
| * missed a bumpdgp2014-10-131-1/+1
| * Bump to 8.5.17dgp2014-10-101-1/+1
| * Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does...jan.nijtmans2014-10-081-1/+1
| * Bump to 8.5.16 for release.dgp2014-07-231-2/+2
* | There's no need to constrain the declaration of Tcl_GetMemoryInfo().dgp2015-03-241-2/+0
* | Tcl source code already assumes the <limits.h> file is available.dgp2015-03-241-10/+6
* | The STRICT directive influences how #include "windows.h" works.dgp2015-03-131-10/+0
* | Bump to 8.6.4.dgp2015-02-261-2/+2