summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Bug-fix: Move TclZipfs_AppHook() from 0 -> 2 in the stub table, otherwise it ↵jan.nijtmans2018-09-061-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overrides the entry for Tcl_MacOSXOpenBundleResources (since MacOSX is UNIX as well...).
* | | | | | | | | 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 ↵jan.nijtmans2018-07-041-24/+24
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | longer are in use (because they were converted to macros) as deprecated, since they will be removed in Tcl 9.0
* | | | | | | | | 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
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | if characters > U+FFFF is considered to be 2, not 1.
* | | | | | | | merge 8.7dgp2018-03-071-48/+48
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, ↵jan.nijtmans2017-11-201-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_VARARGS
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to TIP #485!
| * | | | | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 ↵jan.nijtmans2017-11-081-8/+8
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | (core-8-branch).
* | | | | | | Modifications to allow the mounting of zip file systems from data blockshypnotoad2018-01-171-2/+13
| | | | | | | | | | | | | | | | | | | | | Added a new stubs entry to mount a data block as a zip file system
* | | | | | | Added a new function to the Zipfs: TclZipfs_TclLibrary, which returns a ↵hypnotoad2017-11-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previously discovered /library file system from a zip archive, performs the search to see if the current dll has one (and return that), or NULL if zipfs cannot locate /library. Injected a call to [zipfs tcl_library] (which invokes TclZipfs_TclLibrary) inside if interp.c as the first command to try to locate Tcl_Library (if a preinit script hasn't already pointed one out to us.)
* | | | | | | 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 ↵jan.nijtmans2017-11-171-5/+5
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | removed in Tcl 9.0.
| | * | | | | TIP #422 implementation, Tcl 8.7 part.jan.nijtmans2017-11-071-5/+5
| | |/ / / /
* | | | | | Pulling changes from core-8-6-branchhypnotoad2017-11-171-5/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge core-8-6-branchjan.nijtmans2017-11-131-1/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be ↵jan.nijtmans2017-11-131-1/+0
| | |\ \ \ \ | | | |_|/ / | | |/| | | | | | | | | supported in Tcl 9.0
| | | * | | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be ↵jan.nijtmans2017-11-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | supported in Tcl 9.0
| * | | | | Add a lot of "deprecation" marks to internal API which will be removed in ↵jan.nijtmans2017-11-131-4/+2
| | |_|/ / | |/| | | | | | | | | | | | | 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.
* | | | | Improvements to tip430 to embed the /library file system within a shared libraryhypnotoad2017-11-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or as a zip archive with a canonical name matching the current patch level This new version also builds a native executable version of minizip to allow archive to be built within make, even when cross compiling Added a new function TclZipfs_AppHook which implements tip430 core behavior startups to stock tclsh Embedding the file system as a zip archive can be defeated with --enable-zipfs=no