Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | TIP 537 implementation: Enable 64-bit indexes in regexp matching | jan.nijtmans | 2019-05-31 | 1 | -2/+2 | |
|\ | ||||||
| * | Change regexp C API to handle indexes > 2G. New TIP upcoming. | jan.nijtmans | 2019-03-29 | 1 | -2/+2 | |
| | | ||||||
* | | Merge 8.7 | jan.nijtmans | 2019-05-31 | 1 | -4/+5 | |
|\ \ | ||||||
| * \ | TIP #544 implementation: Export TclGetIntForIndex() | jan.nijtmans | 2019-05-31 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | TIP #544 implementation. Documentation still missing. | jan.nijtmans | 2019-05-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge 8.7 | dkf | 2019-05-25 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | ||||||
| * | | Export API | dkf | 2019-04-30 | 1 | -0/+6 | |
| |/ | ||||||
* | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet. | jan.nijtmans | 2019-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be ↵ | jan.nijtmans | 2018-12-26 | 1 | -1/+1 | |
| | | | | | | | | handled correctly in many more places. | |||||
* | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -0/+4 | |
|\ \ | |/ | ||||||
| * | Add entry for Tcl_StaticPackage in internal stub table, since the public one ↵ | jan.nijtmans | 2018-11-15 | 1 | -0/+4 | |
| | | | | | | | | | | is deprecated and will be removed in 9.0 Clean-up a lot of type-casts, which are not necessary any more. | |||||
* | | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTH | jan.nijtmans | 2018-09-05 | 1 | -4/+4 | |
|\ \ | ||||||
| * \ | Merge 8.7. | jan.nijtmans | 2018-09-05 | 1 | -4/+4 | |
| |\ \ | | |/ | | | | Change some internal function signatures, accounting for the 64-bit era. | |||||
* | | | Merge trunk | jan.nijtmans | 2018-07-05 | 1 | -2/+2 | |
|\ \ \ | |/ / | | | | Handle TclCopyAndCollapse, *Trace* et al | |||||
* | | | More size_t API changes (*.decls files are complete now) | jan.nijtmans | 2018-07-03 | 1 | -7/+7 | |
| | | | ||||||
* | | | Use size_t in more API's, e.g. *RegExp* types | jan.nijtmans | 2018-07-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | New macro TclGetUnicodeFromObj() which can handle size_t | jan.nijtmans | 2018-07-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Starting to update all callers of TclGetStringFromObj() to use size_t variables | jan.nijtmans | 2018-07-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Improve many parsing-related functions to use size_t | jan.nijtmans | 2018-06-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge trunk | jan.nijtmans | 2018-05-23 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | merge 8.7 | jan.nijtmans | 2018-05-11 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | merge 8.6 | jan.nijtmans | 2018-05-11 | 1 | -2/+2 | |
| | |\ | ||||||
| | | * | merge 8.5 | jan.nijtmans | 2018-05-11 | 1 | -2/+2 | |
| | | |\ | ||||||
| | | | * | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ↵ | jan.nijtmans | 2018-05-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | public API | |||||
| | * | | | merge 8.6 | dgp | 2018-05-09 | 1 | -2/+2 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | merge 8.5 | sebres | 2018-05-09 | 1 | -2/+2 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding ↵ | sebres | 2018-05-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | HAVE_STRUCT_DIRENT64) | |||||
* | | | | | merge trunk | jan.nijtmans | 2018-02-06 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge core-8-branch | jan.nijtmans | 2018-02-06 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge core-8-branch | jan.nijtmans | 2018-01-22 | 1 | -5/+5 | |
| | |\ \ \ | ||||||
| | * \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -1/+1 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-06 | 1 | -14/+14 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | merge 8.7 | dgp | 2017-11-14 | 1 | -35/+21 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Change (internal) TclFormatInt() signature, so it can handle WideInt's ↵ | jan.nijtmans | 2017-10-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directly. Ongoing simplifications ... | |||||
* | | | | | | | | | Change Tcl_Token definition (int -> size_t). Many related code-changes. | jan.nijtmans | 2018-01-31 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | merge trunk | jan.nijtmans | 2018-01-29 | 1 | -10/+11 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | No longer use (the undocumented) CONST86 anywhere, just keep the define in ↵ | jan.nijtmans | 2018-01-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcl.h. | |||||
| * | | | | | | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared ↵ | jan.nijtmans | 2018-01-17 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | deprecated in 8.7 | |||||
| | * | | | | | | | merge core-8-branch | jan.nijtmans | 2018-01-12 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | | | ||||||
| | * | | | | | | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, ↵ | jan.nijtmans | 2017-11-20 | 1 | -5/+5 | |
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | TCL_VARARGS | |||||
| * | | | | | | | merge core-8-branch | jan.nijtmans | 2018-01-10 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
* | | | | | | | | change ClientData -> void * in a lot of places (mainly header files) | jan.nijtmans | 2017-12-28 | 1 | -14/+14 | |
| | | | | | | | | ||||||
* | | | | | | | | merge trunk | jan.nijtmans | 2017-12-15 | 1 | -7/+9 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | | | | | | | | ||||||
| | \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ | Merge TIP #488 implementation. | jan.nijtmans | 2017-12-15 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | Some clean-up in tommath implementation (remove internal stub entries which are no longer needed) | |||||
| | | * | | | | | | Mark TclPrecTraceProc() as deprecated, and remove it when compiling with ↵ | jan.nijtmans | 2017-12-15 | 1 | -1/+1 | |
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | -DTCL_NO_DEPRECATED. See TIP #488 | |||||
| | * | | | | | | TIP 488: Remove tcl_precision | jan.nijtmans | 2017-12-01 | 1 | -4/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | merge core-8-branch. | jan.nijtmans | 2017-12-09 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / / | Remove stub entry for TclWinGetPlatformId(), as it is no longer needed. Is a macro now. | |||||
| | * | | | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ↵ | jan.nijtmans | 2017-11-20 | 1 | -14/+14 | |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | entries which correspond to functions which will be removed in Tcl 9. This commit should have been part of [7849f573c0e7d758|this] earlier commit. No effect when Tcl is not compiled with -DTCL_NO_DEPRECATED. | |||||
| | * | | | | Add a lot of "deprecation" marks to internal API which will be removed in ↵ | jan.nijtmans | 2017-11-13 | 1 | -35/+21 | |
| | |/ / / | | | | | | | | | | | | | | | | Tcl 9.0 (see also tcl-9-cleanup branch). Extensions still using this API will get a compiler warning, but everything will continue to work fine for all future 8.x releases. | |||||
* | | | | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming. | jan.nijtmans | 2017-11-16 | 1 | -7/+7 | |
|\ \ \ \ \ | |/ / / / |/| | | | |