| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove stub entries for Tcl_EvalObj()/Tcl_GlobalEvalObj(). Since those functi... | jan.nijtmans | 2017-12-01 | 1 | -6/+8 |
|\ |
|
| \ | |
| \ | |
*-. \ | TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public API | jan.nijtmans | 2017-11-17 | 1 | -15/+20 |
|\ \ \
| | |/ |
|
| | * | TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be re... | jan.nijtmans | 2017-11-17 | 1 | -5/+5 |
| | |\ |
|
| | | * | TIP #422 implementation, Tcl 8.7 part. | jan.nijtmans | 2017-11-07 | 1 | -5/+5 |
|
|
| * | | | Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP... | jan.nijtmans | 2017-11-07 | 1 | -15/+20 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | TIP 422 implementation (rebase of branch novem-remove-va to trunk). | dgp | 2017-11-01 | 1 | -12/+16 |
| | |\ \
| |/ / / |
|
| | * | | merge novem | jan.nijtmans | 2013-03-06 | 1 | -76/+99 |
| | |\ \ |
|
| | | * \ | merge trunk. | jan.nijtmans | 2013-02-27 | 1 | -8/+10 |
| | | |\ \ |
|
| | | * \ \ | Merge trunk. | jan.nijtmans | 2013-02-22 | 1 | -4/+5 |
| | | |\ \ \
| | | | |/ / |
|
| | | * | | | Merge trunk. | jan.nijtmans | 2013-02-20 | 1 | -15/+19 |
| | | |\ \ \
| | | | |/ / |
|
| | | * | | | Merge trunk. | jan.nijtmans | 2013-02-19 | 1 | -9/+12 |
| | | |\ \ \
| | | | |/ / |
|
| | | * | | | Merge trunk. | jan.nijtmans | 2013-02-08 | 1 | -22/+29 |
| | | |\ \ \
| | | | |/ / |
|
| | | * | | | Convert Tcl_GetIndexFromObj implementation to macro | jan.nijtmans | 2013-01-24 | 1 | -4/+5 |
| | | |\ \ \
| | | | |/ / |
|
| | | * | | | Convert Tcl_Eval and Tcl_GlobalEval to a macro | jan.nijtmans | 2013-01-17 | 1 | -6/+9 |
|
|
| | | * | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. | jan.nijtmans | 2013-01-10 | 1 | -8/+10 |
|
|
| | | * | | | Restore API compatibility with public Tcl_*Scan and Tcl_*Convert functions (c... | jan.nijtmans | 2013-01-09 | 1 | -4/+4 |
|
|
| | | * | | | The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, to | dgp | 2013-01-08 | 1 | -4/+4 |
|
|
| | * | | | | Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, Tcl_Set... | jan.nijtmans | 2012-12-18 | 1 | -12/+16 |
| | |/ / / |
|
| | * | | | remove deprecated functions Tcl_VarEval and Tcl_VarEvalVA | jan.nijtmans | 2012-12-17 | 1 | -7/+9 |
|
|
| | * | | | Merge trunk. | jan.nijtmans | 2012-12-14 | 1 | -1/+2 |
| | |\ \ \
| | | |/ / |
|
| | * | | | allow novem to use installed Tcl8 .tm packages, such as tcltest and msgcat | jan.nijtmans | 2012-12-12 | 1 | -3/+0 |
|
|
| | * | | | Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodin... | jan.nijtmans | 2012-12-03 | 1 | -7/+9 |
|
|
| | * | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense. | dgp | 2012-11-29 | 1 | -1/+1 |
|
|
| | * | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas... | jan.nijtmans | 2012-11-26 | 1 | -20/+24 |
|
|
| | * | | | Remove some undocumented - obsolete - function from the API with 'Old' in the... | jan.nijtmans | 2012-11-19 | 1 | -8/+8 |
|
|
| | * | | | Remove pre-8.5 interface for custom expr functions. | dgp | 2012-11-16 | 1 | -13/+13 |
|
|
| | * | | | eliminate CONST/CONST84/CONST86 | jan.nijtmans | 2012-11-16 | 1 | -45/+45 |
| | |/ / |
|
* | | | | merge core-8-branch | jan.nijtmans | 2017-11-13 | 1 | -1/+0 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge core-8-6-branch | jan.nijtmans | 2017-11-13 | 1 | -1/+0 |
| |\ \ \ |
|
| | * \ \ | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo... | jan.nijtmans | 2017-11-13 | 1 | -1/+0 |
| | |\ \ \ |
|
| | | * | | | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo... | jan.nijtmans | 2017-11-13 | 1 | -1/+0 |
|
|
| * | | | | | Add a lot of "deprecation" marks to internal API which will be removed in Tcl... | jan.nijtmans | 2017-11-13 | 1 | -4/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Fogot to remove the TclWinSetInterfaces() implementation. | jan.nijtmans | 2017-11-09 | 1 | -2/+2 |
|
|
* | | | | | Forgot TclpGetTime() | jan.nijtmans | 2017-11-08 | 1 | -2/+2 |
|
|
* | | | | | Tcl-9 huge cleanup: Remove many unused internal functions which do nothing mo... | jan.nijtmans | 2017-11-08 | 1 | -8/+8 |
|/ / / / |
|
* | | | | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() | jan.nijtmans | 2017-03-24 | 1 | -1/+1 |
|
|
* | | | | Make OpenTcpServerEx accept a 'service' string parameter instead of a port. | limeboy | 2016-12-14 | 1 | -1/+1 |
|
|
* | | | | Implement the whole TIP 456 specification. | limeboy | 2016-11-24 | 1 | -1/+1 |
|
|
* | | | | Added stub entry for tip #456. Documentation and tests still missing. Doesn't... | jan.nijtmans | 2016-11-22 | 1 | -0/+11 |
|/ / / |
|
* | | | Fix comments at the top of the *.decls files, which are not correct any more ... | jan.nijtmans | 2015-11-24 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix comments at the top of the *.decls files, which are not correct any more ... | jan.nijtmans | 2015-11-24 | 1 | -2/+2 |
|
|
| * | | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l... | jan.nijtmans | 2013-03-28 | 1 | -5/+0 |
|
|
| * | | Add dummy (undocumented) TclCanceled function in stub table (not exported as ... | jan.nijtmans | 2013-03-27 | 1 | -0/+5 |
|
|
| * | | remove unneccessary duplication | jan.nijtmans | 2013-03-27 | 1 | -8/+0 |
|
|
| * | | Extend the public stub table with dummy NULL entries, up to the size of the T... | jan.nijtmans | 2013-01-07 | 1 | -0/+3 |
| |\ \ |
|
| | * | | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-01-07 | 1 | -0/+4 |
|
|
| | * | | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 1 | -49/+0 |
|
|
| | * | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va... | jan.nijtmans | 2012-06-06 | 1 | -3/+3 |
|
|
* | | | | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app... | jan.nijtmans | 2015-10-08 | 1 | -2/+2 |
|
|
* | | | | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ... | jan.nijtmans | 2015-09-22 | 1 | -3/+3 |
| |_|/
|/| | |
|