summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Docsdkf2019-04-031-1/+1
* Import of TIP 312 implementationdkf2019-04-031-0/+6
* Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch()jan.nijtmans2019-03-271-1/+1
* Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entr...jan.nijtmans2019-02-091-1/+1
* Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stu...jan.nijtmans2018-11-271-2/+3
* TIP #512 documentation: Indicate which functions cannot be called through the...jan.nijtmans2018-11-211-0/+13
* Implement TIP #512: No stub for Tcl_SetExitProc()jan.nijtmans2018-11-151-4/+4
|\
| * Merge 8.7jan.nijtmans2018-11-021-1/+1
| |\
| * \ Merge 8.7jan.nijtmans2018-10-181-2/+16
| |\ \ | | |/
| * | Merge 8.7jan.nijtmans2018-08-081-24/+28
| |\ \
| * | | TIP #512 implementationjan.nijtmans2018-06-251-3/+3
* | | | merge 8.7dgp2018-11-061-2/+22
|\ \ \ \
| * \ \ \ merge 8.7dgp2018-10-181-30/+49
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | merge 8.7dgp2018-04-251-5/+5
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | merge 8.7dgp2018-01-181-48/+48
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2017-11-291-5/+5
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2017-11-141-5/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkdgp2017-03-291-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkdgp2017-01-121-5/+12
| |\ \ \ \ \ \ \ \
| * | | | | | | | | New routine Tcl_HasStringRep() and first conversion of callers.dgp2016-10-071-0/+3
| * | | | | | | | | Revised design - have Tcl_FetchIntRep return a writable pointer.dgp2016-03-271-0/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | First demonstration conversion to the new intrep manipulation routines.dgp2016-03-251-1/+1
| | * | | | | | | | | New routines Tcl_FetchIntRep() and Tcl_StoreIntRep().dgp2016-03-251-0/+8
| |/ / / / / / / / /
| * | | | | | | | | Revise Tcl_InitStringRep(); numBytes is unsigned. Only truncation permitted.dgp2016-03-231-1/+2
| * | | | | | | | | Next step: new routine Tcl_InitStringRep()dgp2016-03-231-1/+3
| * | | | | | | | | First simple step implementing TIP 445.dgp2016-03-221-0/+8
* | | | | | | | | | Draft implementation of TIP 506 - rebased to Tcl 8.7dgp2018-10-271-1/+13
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | More regularizing of function names, field names and testing stylesdkf2018-10-061-12/+5
* | | | | | | | | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ...jan.nijtmans2018-09-261-6/+1
* | | | | | | | | Bug-fix: Move TclZipfs_AppHook() from 0 -> 2 in the stub table, otherwise it ...jan.nijtmans2018-09-061-3/+4
* | | | | | | | | Merging changes with 8.7hypnotoad2018-08-141-24/+28
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | merge 8.6jan.nijtmans2018-07-311-0/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Remove some actually dead codejan.nijtmans2018-07-311-0/+4
| * | | | | | | | | Make Tcl_GetUnicode() a macro. Mark many other stub-entries which are no long...jan.nijtmans2018-07-041-24/+24
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | merge 8.7dgp2018-04-271-5/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | merge 8.7dgp2018-01-181-48/+48
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | merge core-8-branchjan.nijtmans2017-11-171-10/+7
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Somewhat simplified implementation of TIP #389, in which the "string length" ...jan.nijtmans2017-11-071-5/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | merge 8.7dgp2018-03-071-48/+48
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_V...jan.nijtmans2017-11-201-41/+41
| * | | | | | | merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-201-9/+7
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge core-8-branch. Backout the Tcl_EvalFile changes.jan.nijtmans2017-11-091-1/+0
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ...jan.nijtmans2017-11-091-2/+2
| * | | | | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-8/+8
| |/ / / / / /
* | | | | | | Modifications to allow the mounting of zip file systems from data blockshypnotoad2018-01-171-2/+13
* | | | | | | Added a new function to the Zipfs: TclZipfs_TclLibrary, which returns a previ...hypnotoad2017-11-211-1/+3
* | | | | | | Change to TclZipfs_AppHook to accomidate Windowstne2017-11-201-4/+7
* | | | | | | Pulling changes from core-8-branchhypnotoad2017-11-171-5/+5
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be re...jan.nijtmans2017-11-171-5/+5
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | TIP #422 implementation, Tcl 8.7 part.jan.nijtmans2017-11-071-5/+5
| | |/ / / /