summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-21/+27
| | * * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-45/+78
| | * 2003-06-18 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2003-06-181-4/+2
| * | Backport fix for [Bug 2519474]dkf2009-01-291-2/+3
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-4/+7
| * | * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability todgp2008-05-221-1/+4
| * | Backport of fixes to Tcl_SetNamespaceUnknownHandlerdkf2008-05-211-24/+37
* | | * generic/tclNamesp.c: fix leak due to bad looping construct,Miguel Sofer2010-11-181-3/+5
* | | * generic/tclNamesp.c: fix leak due to bad looping construct,Miguel Sofer2010-11-181-5/+3
* | | [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-9/+100
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-3/+4
* | | * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-301-13/+6
* | | * generic/tclBasic.c: New redesign of [tailcall]: findMiguel Sofer2010-08-181-6/+14
* | | * generic/tclBasic.c: Redesign of [tailcall] toMiguel Sofer2010-08-181-1/+5
* | | whitespacedgp2010-06-081-17/+19
* | | Ensure proper reset of [info errorstack] even when compiling constant expr's ...ferrieux2010-06-071-47/+49
* | | Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel offs...ferrieux2010-06-021-10/+7
* | | Fix computation of [uplevel] offsets in TIP 341.ferrieux2010-05-311-2/+2
* | | TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-051-1/+42
* | | Code Audit results:dkf2010-03-051-7/+6
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-8/+8
* | | Fix [Bug 2950259] so that deleting an object by killing its namespace willdkf2010-02-151-1/+22
* | | Corrected a comment.dkf2010-02-141-3/+2
* | | Hive off the ensemble code into its own file.dkf2010-02-131-2809/+90
* | | * generic/tclBasic.c: Fix lerak of coroutines on namespaceMiguel Sofer2010-01-031-1/+25
* | | * generic/tclBasic.c: Release TclPopCallFrame() from itsMiguel Sofer2009-12-131-6/+1
* | | factoring TclSpliceTailcall out of TclPopStackFrameMiguel Sofer2009-12-061-45/+2
* | | * generic/tclBasic.c: Fixed things so that you can tailcallMiguel Sofer2009-12-051-1/+24
* | | Revert mistaken commitdgp2009-11-161-34/+2
* | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta...ferrieux2009-11-161-2/+34
* | | * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-1/+3
* | | Added code to save space in namespaces. Currently #ifdef'ed out for compat.dkf2009-07-151-25/+232
* | | * generic/tclBasic.c: fixed "leaks" in aliases, imports andMiguel Sofer2009-03-211-1/+4
* | | * generic/tcl.h:Miguel Sofer2009-03-191-2/+29
* | | - eliminate some unnessary type castsnijtmans2009-02-101-18/+18
* | | Fix [Bug 2519474]dkf2009-01-291-2/+3
* | | Fix [Bug 2529117]dkf2009-01-291-21/+40
* | | Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c wheredkf2009-01-281-10/+10
* | | Fix [Bug 1558654]dkf2009-01-091-1/+9
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-8/+8
* | | TIP #336 IMPLEMENTATIONdgp2008-12-021-2/+2
* | | Eliminate warning: passing arg 4 of `Tcl_SplitList' fromnijtmans2008-11-111-6/+6
* | | patch #2215022: clean up the binary ensemble initialization codepatthoyts2008-11-071-33/+69
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-4/+4
* | | Add "const" to many internalnijtmans2008-10-151-33/+33
* | | Implement TIP 314. [Patch 1901783]dkf2008-09-281-38/+247
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-3/+3
* | | NRE-enable the ensemble creator (add extra field!)dkf2008-08-231-2/+3
* | | Fix performance bug introduced by fix of [Bug 2037727]dkf2008-08-201-1/+11
* | | * generic/tclBasic.c: new unsupported command atProcExitMiguel Sofer2008-08-031-5/+3