summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* Added compilation of [string last] and improved the compilation of [string ra...donal.k.fellows@manchester.ac.uk2012-11-031-19/+19
* Compile [namespace which -command]; big performance saving in some contexts.donal.k.fellows@manchester.ac.uk2012-10-261-1/+1
* Added compilation of [namespace code] (except for gnarly edge cases).donal.k.fellows@manchester.ac.uk2012-10-251-1/+1
* merge trunkdonal.k.fellows@manchester.ac.uk2012-08-041-41/+40
|\
| * more result generation conversiondonal.k.fellows@manchester.ac.uk2012-08-041-32/+32
| * Factor out a number of common patterns of use of Tcl_DStringAppend.donal.k.fellows@manchester.ac.uk2012-07-031-7/+6
| * NRInterpCoroutine -> TclNRInterpCoroutinenijtmans@users.sourceforge.net2012-07-021-2/+2
* | Compilation of misc info sometimes used in high-performance code.donal.k.fellows@manchester.ac.uk2012-03-041-138/+137
|/
* 3423059 silence compiler warningdgp@users.sourceforge.net2011-10-131-1/+1
* Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware ...donal.k.fellows@manchester.ac.uk2011-05-091-17/+41
* TclFreeIntRep() cleanup.dgp@users.sourceforge.net2011-04-271-1/+0
* fix for [Bug 3288345]: use _stat32i64 for CYGWIN toonijtmans@users.sourceforge.net2011-04-271-19/+19
|\
* \ Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-1/+6
|\ \ | |/
| * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-1/+6
| |\
| | * Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp@users.sourceforge.net2011-04-211-0/+4
* | | More generation of error codes (namespace creation, path normalization,donal.k.fellows@manchester.ac.uk2011-04-031-0/+4
* | | More generation of errorCode information.donal.k.fellows@manchester.ac.uk2011-03-261-0/+6
* | | Squelch another unnecessary cast.donal.k.fellows@manchester.ac.uk2011-03-261-1/+1
* | | Reduce the number of casts used to manage Tcl_Obj internal representations.donal.k.fellows@manchester.ac.uk2011-03-261-3/+3
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-21/+19
* | | Merge to feature branchdonal.k.fellows@manchester.ac.uk2011-03-091-13/+9
|\ \ \
| * \ \ * generic/tclNamesp.c: Tighten the detector of nested [namespace code]dgp@users.sourceforge.net2011-03-091-13/+9
| |\ \ \ | | |/ /
| | * | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] dgp@users.sourceforge.net2011-03-091-13/+9
* | | | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ...donal.k.fellows@manchester.ac.uk2011-03-091-202/+161
|/ / /
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreask@activestate.com2008-07-211-4/+7
| | * * generic/tclNamesp.c: Plugged memory leak related todgp@users.sourceforge.net2007-05-151-2/+8
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreask@activestate.com2006-11-281-1/+12
| | * * generic/tclNamesp.c (NamespaceInscopeCmd): revert [Bug 1400572]hobbs2006-05-311-5/+3
| | * * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]dgp@users.sourceforge.net2006-01-091-3/+5
| | * * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-181-8/+13
| | * * generic/tclInt.h:Miguel Sofer2005-11-041-4/+4
| | * * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so thatdgp@users.sourceforge.net2005-07-261-16/+16
| | * * generic/tclNamesp.c: Allow for [namespace import] of a commanddgp@users.sourceforge.net2005-07-051-1/+11
| | * * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021dgp@users.sourceforge.net2004-10-051-19/+1
| | * * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ifieddgp@users.sourceforge.net2004-09-301-33/+25
| | * * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolveddgp@users.sourceforge.net2004-09-101-12/+8
| | * Also corrected faulty prevention of [namespace import] cycles.dgp@users.sourceforge.net2004-09-091-21/+27
| | * * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp@users.sourceforge.net2004-09-091-45/+78
| | * 2003-06-18 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2003-06-181-4/+2
| * | Backport fix for [Bug 2519474]donal.k.fellows@manchester.ac.uk2009-01-291-2/+3
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreask@activestate.com2008-07-211-4/+7
| * | * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability todgp@users.sourceforge.net2008-05-221-1/+4
| * | Backport of fixes to Tcl_SetNamespaceUnknownHandlerdonal.k.fellows@manchester.ac.uk2008-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]ferrieux@users.sourceforge.net2010-10-201-9/+100
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,donal.k.fellows@manchester.ac.uk2010-10-011-3/+4