summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-02-151-23/+19
|\
| * merge 8.7dgp2018-02-141-6/+0
| |\
| * \ merge core-8-branchjan.nijtmans2018-01-181-47/+29
| |\ \
| * \ \ merge 8.7jan.nijtmans2017-12-061-7/+20
| |\ \ \
| * | | | Fix missing line (after manual merge-conflict). Fix compiler warning on linux64.jan.nijtmans2017-10-131-1/+5
| * | | | Merge trunkjan.nijtmans2017-09-181-2/+2
| |\ \ \ \
| * \ \ \ \ Rebase to trunkjan.nijtmans2017-09-081-23/+15
| |\ \ \ \ \
| | * \ \ \ \ merge trunkjan.nijtmans2017-06-121-6/+11
| | |\ \ \ \ \
| | * \ \ \ \ \ merge trunkjan.nijtmans2017-04-121-2/+4
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge trunkjan.nijtmans2017-04-071-9/+10
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | Fix fall-back test for TCL_WIDE_INT_IS_LONG, making it do the same as "config...jan.nijtmans2017-03-311-35/+14
| | * | | | | | | (more experimenting): Make TCL_LL_MODIFIER behave more close to intuitive exp...jan.nijtmans2017-03-291-8/+7
| | * | | | | | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER b...jan.nijtmans2017-03-281-0/+8
* | | | | | | | | merge 8.7dgp2018-02-061-6/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon...jan.nijtmans2018-01-261-6/+0
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | merge 8.7dgp2018-01-181-47/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | TIP #485 implementation, Tcl 8.6 part: If Tcl is compiled with -DTCL_NO_DEPRE...jan.nijtmans2018-01-171-45/+27
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ merge core-8-branch. jan.nijtmans2017-11-231-1/+8
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | deprecate VOID/CHAR/SHORT/LONG (windows-only) as well.jan.nijtmans2017-11-211-10/+4
| | * | | | | | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_V...jan.nijtmans2017-11-201-30/+11
| | * | | | | | | Merge core-8-branch. Backout the Tcl_EvalFile changes.jan.nijtmans2017-11-091-5/+18
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | Get rid of Tcl_DStringTrunc et al, as described in the TIP (Thanks, Don!).jan.nijtmans2017-11-091-2/+2
| * | | | | | | | merge core-8-6-branch (typo's)jan.nijtmans2018-01-171-2/+2
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | typo's (found by Gustaf Neumann). Thanks!jan.nijtmans2018-01-171-2/+2
| | * | | | | | | Start RC branch for Tcl 8.6.8dgp2017-12-061-2/+2
| | * | | | | | | merge 8.6dgp2017-03-311-2/+2
| | |\ \ \ \ \ \ \
| | * | | | | | | | Start RC branch for Tcl 8.6.7dgp2017-03-101-2/+2
* | | | | | | | | | merge 8.7dgp2017-11-091-7/+20
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | For alpha/beta versions of Tcl, stub-enabled extensions are only allowed to r...jan.nijtmans2017-11-091-5/+18
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Change "epoch" field for dicts from "int" to "unsigned int". This doubles the...jan.nijtmans2017-11-081-2/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | merge trunkdgp2017-09-111-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Bump to 8.7a2 to distinguish trunk from 8.7a1 release.dgp2017-09-081-2/+2
| * | | | | | | merge trunkdgp2017-09-011-0/+2
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Release candidate branch for Tcl 8.7a1.dgp2017-08-101-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
| |/ / / / /
* | | | | | merge trunkdgp2017-04-211-6/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compile...jan.nijtmans2017-04-201-6/+11
| | |_|_|/ | |/| | |
* | | | | merge trunkdgp2017-04-111-8/+5
|\ \ \ \ \ | |/ / / /
| * | | | Minor simplification in tcl.h: For the Tcl_WideAsLong/Tcl_LongAsWide/Tcl_Wide...jan.nijtmans2017-04-071-8/+5
| | |_|/ | |/| |
* | | | merge trunkdgp2017-03-291-7/+3
|\ \ \ \ | |/ / /
| * | | 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
* | | merge trunkdgp2017-03-131-1/+1
|\ \ \ | |/ /
| * | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-1/+1
* | | merge trunkdgp2017-03-091-1/+0
|\ \ \ | |/ /
| * | 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
* | | merge trunkdgp2017-02-161-0/+5
|\ \ \ | |/ /