summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the Tcl_FindHashEntry/Tcl_CreateHashEntry stub entries, as those are a...jan.nijtmans2017-12-201-2/+0
* Change hash/index/mask fields to type "unsigned int", because that's how hash...jan.nijtmans2017-12-201-4/+2
* TIP 488: Remove tcl_precisionjan.nijtmans2017-12-011-2/+2
*-. TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public APIjan.nijtmans2017-11-171-13/+0
|\ \
| * \ merge trunkdgp2017-11-081-2/+2
| |\ \
| * | | Also remove panicVA().dgp2017-11-081-1/+0
| * | | Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP...jan.nijtmans2017-11-071-12/+0
| |\ \ \
| | * \ \ TIP 422 implementation (rebase of branch novem-remove-va to trunk).dgp2017-11-011-12/+0
| | |\ \ \
| | | * \ \ merge novemjan.nijtmans2013-03-061-30/+15
| | | |\ \ \
| | | | * \ \ Merge trunk. jan.nijtmans2013-02-191-6/+3
| | | | |\ \ \
| | | | * \ \ \ Merge trunk. jan.nijtmans2013-02-081-3/+0
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge trunkjan.nijtmans2013-01-251-7/+5
| | | | |\ \ \ \ \ | | | | | |/ / / /
| | | | * | | | | merge trunkjan.nijtmans2013-01-191-1/+1
| | | | |\ \ \ \ \ | | | | | |/ / / /
| | | | * | | | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-8/+0
| | | | | | | | |
| | | | | \ \ \ \
| | | | *-. \ \ \ \ merge trunkdgp2013-01-171-4/+0
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. jan.nijtmans2013-01-101-2/+7
| | | | * | | | | | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-12-211-1/+1
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-1/+1
| | | * | | | | | | | | Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, Tcl_Set...jan.nijtmans2012-12-181-12/+0
| | | |/ / / / / / / /
| | | * | | | | | | | Merge trunk. jan.nijtmans2012-12-141-0/+4
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2012-12-131-5/+7
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Remove all maintenance of a string result in the Interp.dgp2012-11-301-8/+0
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | No string result -> no more need for TCL_RESULT_SIZEdgp2012-11-291-2/+0
| | | | * | | | | | | | | | Merge bug-3588687dgp2012-11-291-3/+6
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ Revise TclInitStubs() so that it checks for consistent values of bothdgp2012-11-291-2/+2
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | 3588687 Added cross checks so that [load]ed extension, [load]ing interp, anddgp2012-11-271-3/+6
| | | | | |/ / / / / / / / / /
| | | | | | | | | | | | | | |
| | | | | \ \ \ \ \ \ \ \ \ \
| | | | *-. \ \ \ \ \ \ \ \ \ \ Merge (selected bits of) novemdgp2012-11-261-13/+1
| | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ WIP removing the maintenance of a string result in the Interp.dgp2012-11-171-6/+0
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2012-11-161-4/+10
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |_|/ / / / / / / / / / | | | | | | |/| | | | | | | | | | |
| | | | | * | | | | | | | | | | | | Clean version of changes; ifdef-freedkf2012-04-191-31/+1
| | | | | * | | | | | | | | | | | | Experimental branch where the interp->result field and related are removeddgp2012-04-181-7/+9
| | | | | | |_|_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | | | merge (modified) novem-review.jan.nijtmans2012-11-301-4/+3
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | Proposed rollback of the TCL_STUB_MAGIC change on novem branch.dgp2012-11-291-4/+3
| | | | | |_|_|_|/ / / / / / / / / | | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Purge remnants of support for compilers ignorant of C keyword 'inline'.dgp2012-11-291-9/+0
| | | * | | | | | | | | | | | | | Stop defining VOID. Demand C compilers that know the void keyword.dgp2012-11-291-43/+9
| | | * | | | | | | | | | | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense.dgp2012-11-291-25/+6
| | | * | | | | | | | | | | | | | Remove STRINGIFY and JOIN utility macros. Tcl doesn't use them.dgp2012-11-291-14/+0
| | | |/ / / / / / / / / / / / /
| | | * | | | | | | | | | | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-261-13/+1
| | | | |_|_|/ / / / / / / / / | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | Single stub library can now handle Tcl8 and Tcl9 with different MAGIC valuesjan.nijtmans2012-11-191-8/+7
| | | * | | | | | | | | | | | change stub library to detect - and generate a nice error-message - jan.nijtmans2012-11-181-4/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / | | | |/| | / / / / / / / / / | | | | | |/ / / / / / / / / | | | | |/| | | | | | | | |
| | | * | | | | | | | | | | Tcl_Value is now a synonym for Tcl_Obj !dgp2012-11-161-0/+2
| | | * | | | | | | | | | | Remove pre-8.5 interface for custom expr functions.dgp2012-11-161-18/+0
| | | * | | | | | | | | | | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-37/+8
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / /
| | | * | | | | | | | | | | Merge trunk jan.nijtmans2012-11-161-74/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / /
| | | * | | | | | | | | | | Kill Octal; bump to 9.0a0; make test suite work again.dgp2012-11-151-6/+6
| | | |/ / / / / / / / / /
* | | | | | | | | | | | | merge core-8-branchjan.nijtmans2017-11-091-5/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | For alpha/beta versions of Tcl, stub-enabled extensions are only allowed to r...jan.nijtmans2017-11-091-5/+18
* | | | | | | | | | | | merge core-8-branchjan.nijtmans2017-11-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | / / / / / / / / / / | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Change "epoch" field for dicts from "int" to "unsigned int". This doubles the...jan.nijtmans2017-11-081-2/+2
| |/ / / / / / / / /
* | | | | | | | | | TIPs 330 & 336 changes to Tcl 9 Implementationdgp2017-11-031-49/+6
|\ \ \ \ \ \ \ \ \ \