summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
*-. merge trunk into dogeen-assembler-branchKevin B Kenny2011-03-021-0/+16
|\ \
| | * This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-011-0/+16
| |/
* | merge trunkKevin B Kenny2011-03-011-1/+1
|\ \ | |/
| * [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2nijtmans2010-12-101-2/+2
| * * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):dkf2010-12-091-14/+14
| * * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-301-13/+1
| * 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-2/+27
| * * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-1/+5
| * [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-1/+5
| * * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-1/+5
| * * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-7/+2
* | mergeKevin B Kenny2010-12-111-15/+15
* | mergeKevin B Kenny2010-12-011-14/+31
* | mergeKevin B Kenny2010-10-231-1/+5
* | mergeKevin B Kenny2010-09-281-1/+5
* | Merged from HEAD.Kevin B Kenny2010-09-271-7/+2
* | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl...Kevin B Kenny2010-09-211-1/+14
|/
* * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-301-11/+5
* * generic/tclBasic.c: New redesign of [tailcall]: findMiguel Sofer2010-08-181-9/+9
* * generic/tclBasic.c: Redesign of [tailcall] toMiguel Sofer2010-08-181-3/+4
* [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-2/+2
* Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-8/+8
* [tcl-Patches-3008541] order of TIP #348 fields in Interp structurenijtmans2010-05-281-14/+18
* CONSTify various useful internal functionsnijtmans2010-05-031-4/+4
* * generic/tclBinary.c (TclAppendBytesToByteArray): Add commentsdgp2010-04-301-2/+2
* * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Makedkf2010-04-291-1/+3
* Remove unused @MAN2TCLFLAGS@nijtmans2010-04-281-6/+1
* * generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so thatdkf2010-04-281-2/+2
* * generic/tclBasic.c: add unsupported [yieldm] command.Miguel Sofer2010-04-251-1/+5
* * generic/tclBasic.test: modify api of TclSpliceTailcall()Miguel Sofer2010-04-241-2/+3
* Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-2/+2
* TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-051-1/+5
* * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-10/+21
* [Freq 2974744] share exception codes (ObjType?)nijtmans2010-03-271-1/+3
* Compile the [throw] command.dkf2010-03-191-1/+4
* Code Audit results:dkf2010-03-051-107/+135
* Change order of various struct members,nijtmans2010-02-161-63/+55
* Fix [Bug 2950259] so that deleting an object by killing its namespace willdkf2010-02-151-1/+7
* Hive off the ensemble code into its own file.dkf2010-02-131-3/+88
* Compilation of [try] now enabled!dkf2010-02-091-1/+4
* Added basic compilation of [error] (the most common case only).dkf2010-02-051-1/+4
* Follow-up to [2010-01-29] commit:nijtmans2010-02-051-2/+2
* Turned the [array] command into a true ensemble. Test changes indicate somedkf2010-02-021-4/+2
* Make the [unset] command be bytecode compiled.dkf2010-01-301-1/+11
* - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-6/+6
* Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-3/+2
* simplify the coroutine BP-chain monkey-patching; tclBasic does not need toMiguel Sofer2009-12-111-4/+5
* * generic/tclBasic.c: Partial nre-enabling of coroutines.Miguel Sofer2009-12-081-1/+4
* * generic/tclExecute.c: Start cleaning the TEBC stablesMiguel Sofer2009-12-081-2/+2
* * generic/tclBasic.c: add ::tcl::unsupported::yieldToMiguel Sofer2009-12-071-1/+2