Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub ↵ | jan.nijtmans | 2019-02-09 | 1 | -2/+5 |
| | | | | | entry for it. Add -Wpointer-arith warning to CFLAGS | ||||
* | If compiled with -DTCL_NO_DEPRECATED, remove ↵ | jan.nijtmans | 2018-12-12 | 1 | -3/+3 |
| | | | | | Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub table, as they will be gone in 9.0 (converted to a macro) Use Tcl_WideInt's directly in more places, diminishing the possibility of inadvent overflow. | ||||
* | Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the ↵ | jan.nijtmans | 2018-11-27 | 1 | -5/+4 |
| | | | | stub table, for backwards-compatible stub-enabled extensions | ||||
* | Implement TIP #512: No stub for Tcl_SetExitProc() | jan.nijtmans | 2018-11-15 | 1 | -5/+5 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2018-11-02 | 1 | -2/+2 |
| |\ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2018-10-18 | 1 | -0/+26 |
| |\ \ | | |/ | |||||
| * | | Merge 8.7 | jan.nijtmans | 2018-08-08 | 1 | -53/+76 |
| |\ \ | |||||
| * | | | TIP #512 implementation | jan.nijtmans | 2018-06-25 | 1 | -3/+3 |
| | | | | |||||
* | | | | merge 8.7 | dgp | 2018-11-06 | 1 | -8/+37 |
|\ \ \ \ | |||||
| * \ \ \ | merge 8.7 | dgp | 2018-10-18 | 1 | -67/+116 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | merge 8.7 | dgp | 2018-04-25 | 1 | -10/+10 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | merge 8.7 | dgp | 2018-02-06 | 1 | -6/+11 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge 8.7 | dgp | 2018-01-18 | 1 | -106/+106 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge 8.7 | dgp | 2017-11-29 | 1 | -10/+15 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge 8.7 | dgp | 2017-11-14 | 1 | -4/+6 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge trunk | dgp | 2017-09-14 | 1 | -0/+9 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-03-29 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-03-20 | 1 | -5/+28 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-03-13 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-01-27 | 1 | -0/+16 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-01-12 | 1 | -15/+29 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | New routine Tcl_HasStringRep() and first conversion of callers. | dgp | 2016-10-07 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Revised design - have Tcl_FetchIntRep return a writable pointer. | dgp | 2016-03-27 | 1 | -0/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | First demonstration conversion to the new intrep manipulation routines. | dgp | 2016-03-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | New routines Tcl_FetchIntRep() and Tcl_StoreIntRep(). | dgp | 2016-03-25 | 1 | -0/+13 |
| |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | Revise Tcl_InitStringRep(); numBytes is unsigned. Only truncation permitted. | dgp | 2016-03-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Next step: new routine Tcl_InitStringRep() | dgp | 2016-03-23 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | First simple step implementing TIP 445. | dgp | 2016-03-22 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Draft implementation of TIP 506 - rebased to Tcl 8.7 | dgp | 2018-10-27 | 1 | -2/+18 |
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | More regularizing of function names, field names and testing styles | dkf | 2018-10-06 | 1 | -10/+11 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ↵ | jan.nijtmans | 2018-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in UNICODE mode. Also, remove this from the stub table because it should never be called this way. Prevent a possible crash on win32 startup. | ||||
* | | | | | | | | | | | | | | Merging changes with 8.7 | hypnotoad | 2018-08-14 | 1 | -53/+76 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge 8.6. Also remove a useless #undef/#define which will be overrided later. | jan.nijtmans | 2018-07-05 | 1 | -3/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Make Tcl_GetUnicode() a macro. Mark many other stub-entries which are no ↵ | jan.nijtmans | 2018-07-04 | 1 | -50/+76 |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer are in use (because they were converted to macros) as deprecated, since they will be removed in Tcl 9.0 | ||||
* | | | | | | | | | | | | | | merge 8.7 | dgp | 2018-04-27 | 1 | -10/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | merge 8.7 | dgp | 2018-03-15 | 1 | -6/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | merge 8.7 | dgp | 2018-01-18 | 1 | -106/+106 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Fix executable flags | jan.nijtmans | 2017-11-20 | 1 | -0/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | merge core-8-branch | jan.nijtmans | 2017-11-20 | 1 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | merge core-8-branch | jan.nijtmans | 2017-11-17 | 1 | -14/+21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | Somewhat simplified implementation of TIP #389, in which the "string length" ↵ | jan.nijtmans | 2017-11-07 | 1 | -10/+10 |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if characters > U+FFFF is considered to be 2, not 1. | ||||
* | | | | | | | | | | | | | merge 8.7 | dgp | 2018-03-07 | 1 | -112/+117 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change ↵ | jan.nijtmans | 2018-01-26 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_SetIntObj/Tcl_SetLongObj to macro's referencing Tcl_SetWideIntObj (since all of those do the same now) | ||||
| * | | | | | | | | | | | | Merge core-8-branch. Also some minor performance improvement: Turn ↵ | jan.nijtmans | 2018-01-26 | 1 | -4/+7 |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_NewLongObj/Tcl_NewIntObj/Tcl_DBNewLongObj into macro's refering to their WideInt equivalent, since all of those do exactly the same now. | ||||
| * | | | | | | | | | | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, ↵ | jan.nijtmans | 2017-11-20 | 1 | -94/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_VARARGS | ||||
| * | | | | | | | | | | | merge core-8-branch. Deprecate support for "string bytelength" | jan.nijtmans | 2017-11-20 | 1 | -14/+21 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge core-8-branch. Backout the Tcl_EvalFile changes. | jan.nijtmans | 2017-11-09 | 1 | -3/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ↵ | jan.nijtmans | 2017-11-09 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to TIP #485! | ||||
| * | | | | | | | | | | | Put Tcl_EvalFile back, but then as a macro in terms of Tcl_FSEvalFileEx(). | jan.nijtmans | 2017-11-09 | 1 | -0/+3 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 ↵ | jan.nijtmans | 2017-11-08 | 1 | -16/+24 |
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (core-8-branch). |