summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove all maintenance of a string result in the Interp.dgp2012-11-301-8/+0
|\
| * No string result -> no more need for TCL_RESULT_SIZEnovem_remove_string_resultdgp2012-11-291-2/+0
| |
| * Merge bug-3588687dgp2012-11-291-3/+6
| |\
| | * Revise TclInitStubs() so that it checks for consistent values of bothdgp2012-11-291-2/+2
| | |\ | | | | | | | | TCL_MAJOR_VERSION and TCL_STUB_MAGIC between an extension and the stub library.
| | * | 3588687 Added cross checks so that [load]ed extension, [load]ing interp, anddgp2012-11-271-3/+6
| | |/ | | | | | | linked stubs library all agree on their versions in the ways that matter.
| | |
| | \
| *-. \ Merge (selected bits of) novemdgp2012-11-261-13/+1
| |\ \ \
| * \ \ \ WIP removing the maintenance of a string result in the Interp.dgp2012-11-171-6/+0
| |\ \ \ \ | | | | | | | | | | | | Still some head-scratching on what to do with tclStubLib.c.
| | * \ \ \ merge trunkdgp2012-11-161-4/+10
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Clean version of changes; ifdef-freedkf2012-04-191-31/+1
| | | | | |
| | * | | | Experimental branch where the interp->result field and related are removeddgp2012-04-181-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | and all simplifications that makes possible are done. Seems this can at best be a Tcl 9 reform.
* | | | | | merge (modified) novem-review.jan.nijtmans2012-11-301-4/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | unbreak windows build
| * | | | | | Proposed rollback of the TCL_STUB_MAGIC change on novem branch.novem_reviewdgp2012-11-291-4/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Purge remnants of support for compilers ignorant of C keyword 'inline'.dgp2012-11-291-9/+0
| | | | | |
* | | | | | Stop defining VOID. Demand C compilers that know the void keyword.dgp2012-11-291-43/+9
| | | | | |
* | | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense.dgp2012-11-291-25/+6
| | | | | |
* | | | | | Remove STRINGIFY and JOIN utility macros. Tcl doesn't use them.dgp2012-11-291-14/+0
|/ / / / / | | | | | | | | | | | | | | | And Tcl doesn't need to be in the utility macro supply business. If an extension needs these, let them define them.
* | | | | Removed functions marked deprecated or obsolete for a long time: ↵jan.nijtmans2012-11-261-13/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError.
* | | | Single stub library can now handle Tcl8 and Tcl9 with different MAGIC valuesjan.nijtmans2012-11-191-8/+7
| | | |
* | | | change stub library to detect - and generate a nice error-message - jan.nijtmans2012-11-181-4/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| when a shared library compiled for Tcl 9.x is attempted to be loaded in Tcl 8.x. Change MAGIC value in stub tables for 64-bit builds (those surely will be incomatible!)
* | | Tcl_Value is now a synonym for Tcl_Obj !dgp2012-11-161-0/+2
| | |
* | | Remove pre-8.5 interface for custom expr functions.dgp2012-11-161-18/+0
| | |
* | | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-37/+8
|\ \ \ | |/ /
* | | Merge trunk jan.nijtmans2012-11-161-74/+1
|\ \ \ | |/ / | | | | | | | | | <p>Fix Windows build <p>Now usable with Thread's "novem" branch (3.0a1) <p>Remove some more deprecated stuff
* | | Kill Octal; bump to 9.0a0; make test suite work again.dgp2012-11-151-6/+6
|/ /
* | merge trunkjan.nijtmans2012-11-091-2/+0
|\ \
| * | Remove files and references for long outdated Wise Installer.dgp2012-11-071-2/+0
| | |
* | | Finish the TIP #416 implementation as specified (#define's were still ↵jan.nijtmans2012-11-071-0/+8
|/ / | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename.
* | Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP ↵jan.nijtmans2012-09-191-5/+9
| | | | | | | | 330 and 336).
* | Release candidate branch for Tcl 8.6b3.dgp2012-07-111-2/+2
|/
* * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used todkf2012-04-101-6/+26
| | | | | mark parts of Tcl's API as deprecated. Currently only used for fields of Tcl_Interp, which TIPs 330 and 336 have deprecated with a migration strategy; we want to encourage people to move away from those fields.
* [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-33/+33
|\ | | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well)
| * [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-33/+33
| |\ | | | | | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well)
| | * [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-33/+33
| | | | | | | | | [Bug 2015723] duplicate inodes from file stat on windows
| | * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-29/+76
| | | | | | | | | (backported from Tcl 8.5)
* | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-151-2/+16
|\ \ \ | |/ /
| * | xjan.nijtmans2012-03-151-3/+17
| | |
* | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-1/+1
|\ \ \ | |/ /
| * | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-1/+1
| |\ \ | | |/
| | * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-1/+1
| | |
| * | Release candidate branch for Tcl 8.5.11.dgp2011-10-201-2/+2
| | |
* | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-3/+3
|\ \ \ | |/ /
| * | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-161-1/+1
| |\ \ | | |/
| | * Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-161-1/+1
| | |
| * | Release candidate branch for Tcl 8.5.10.dgp2011-05-261-2/+2
| | |
* | | merge trunk to feature branchtip_388_impljan.nijtmans2011-09-161-2/+4
|\ \ \
| * | | Tcl_MainEx() (like Tk_MainEx())rfe_1711975jan.nijtmans2011-08-301-2/+4
| | | |
* | | | TIP 388 implementationjan.nijtmans2011-08-121-7/+7
|/ / /
* | | Bump version number to 8.6b2.dgp2011-07-181-2/+2
| | |
* | | New internal routines TclScanElement() and TclConvertElement().dgp2011-05-101-2/+0
|\ \ \ | |/ / | | | Rewritten guts of machinery to produce string rep of lists. [Bug 3173086]
| * | Completed patch with mucho comments. Merge 8.5.bug_3173086dgp2011-05-101-12/+14
| | |