summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* remove unused stub entries (now that those are macros) jan.nijtmans2018-02-061-53/+27
* merge core-8-branchjan.nijtmans2018-02-061-6/+11
|\
| * Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-2/+4
| * Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon...jan.nijtmans2018-01-261-4/+7
* | No longer use (the undocumented) CONST86 anywhere, just keep the define in tc...jan.nijtmans2018-01-191-8/+8
* | Remove obsolete documentation (belonging to now-removed functions). Remove ob...jan.nijtmans2018-01-171-7/+7
* | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d...jan.nijtmans2018-01-171-136/+106
|\ \ | |/
| * Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_V...jan.nijtmans2017-11-201-94/+87
| * merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-201-14/+21
| |\
| * \ Merge core-8-branch. Backout the Tcl_EvalFile changes.jan.nijtmans2017-11-091-3/+0
| |\ \
| * | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ...jan.nijtmans2017-11-091-3/+2
| * | | Put Tcl_EvalFile back, but then as a macro in terms of Tcl_FSEvalFileEx().jan.nijtmans2017-11-091-0/+3
| * | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-16/+24
| |/ /
* | | Remove the Tcl_FindHashEntry/Tcl_CreateHashEntry stub entries, as those are a...jan.nijtmans2017-12-201-12/+6
* | | Remove stub entries for Tcl_EvalObj()/Tcl_GlobalEvalObj(). Since those functi...jan.nijtmans2017-12-011-13/+6
|\ \ \ | | |/ | |/|
| | |
| \ \
*-. \ \ TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public APIjan.nijtmans2017-11-171-28/+15
|\ \ \ \ | | |/ /
| | * | TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be re...jan.nijtmans2017-11-171-10/+15
| | |\ \
| | | * | TIP #422 implementation, Tcl 8.7 part.jan.nijtmans2017-11-071-10/+15
| | | |/
| | * | Add a lot of "deprecation" marks to internal API which will be removed in Tcl...jan.nijtmans2017-11-131-4/+6
| | |/
| * | Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP...jan.nijtmans2017-11-071-28/+15
| |\ \
| | * \ TIP 422 implementation (rebase of branch novem-remove-va to trunk).dgp2017-11-011-23/+12
| | |\ \ | | | |/ | | |/|
| | | * merge novemjan.nijtmans2013-03-061-135/+131
| | | |\
| | | | * merge trunk. jan.nijtmans2013-02-271-15/+10
| | | | |\
| | | | * \ Merge trunk. jan.nijtmans2013-02-221-8/+5
| | | | |\ \ | | | | | |/
| | | | * | Merge trunk. jan.nijtmans2013-02-201-25/+20
| | | | |\ \ | | | | | |/
| | | | * | Merge trunk. jan.nijtmans2013-02-191-20/+26
| | | | |\ \ | | | | | |/
| | | | * | Merge trunk. jan.nijtmans2013-02-081-38/+34
| | | | |\ \
| | | | * | | put braces around all macro parametersjan.nijtmans2013-02-071-2/+2
| | | | * | | Convert Tcl_GetIndexFromObj implementation to macrojan.nijtmans2013-01-241-8/+6
| | | | |\ \ \ | | | | | |/ /
| | | | * | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-16/+15
| | | | | | |
| | | | | \ \
| | | | *-. \ \ merge trunkdgp2013-01-171-0/+12
| | | | |\ \ \ \ | | | | | | |/ /
| | | | * | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. jan.nijtmans2013-01-101-12/+10
| | | | * | | | Restore API compatibility with public Tcl_*Scan and Tcl_*Convert functions (c...jan.nijtmans2013-01-091-8/+8
| | | | * | | | The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, todgp2013-01-081-8/+8
| | | * | | | | Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, Tcl_Set...jan.nijtmans2012-12-181-23/+12
| | | |/ / / /
| | | * | | | remove deprecated functions Tcl_VarEval and Tcl_VarEvalVAjan.nijtmans2012-12-171-10/+6
| | | * | | | Merge trunk. jan.nijtmans2012-12-141-4/+7
| | | |\ \ \ \ | | | | |/ / /
| | | * | | | Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodin...jan.nijtmans2012-12-031-10/+6
| | | * | | | merge (modified) novem-review.jan.nijtmans2012-11-301-1/+1
| | | |\ \ \ \
| | | * | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense.dgp2012-11-291-635/+621
| | | |/ / / /
| | | * | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-261-37/+21
| | | * | | | Remove some undocumented - obsolete - function from the API with 'Old' in the...jan.nijtmans2012-11-191-10/+6
| | | * | | | Remove pre-8.5 interface for custom expr functions.dgp2012-11-161-23/+9
| | | * | | | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-102/+95
| | | |/ / /
* | | | | | Tcl-9 huge cleanup: Remove many unused internal functions which do nothing mo...jan.nijtmans2017-11-081-13/+6
|/ / / / /
* | | | | Simplify implementation of Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult...jan.nijtmans2017-10-311-5/+5
|/ / / /
* | | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-0/+9
* | | | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread()jan.nijtmans2017-03-241-2/+2
* | | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-5/+28
* | | | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-2/+2