summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-2/+1
* Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-5/+7
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-4/+15
* * generic/tcl.decls: Changed the implementation ofMiguel Sofer2008-07-211-12/+6
* fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-4/+5
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-9/+9
* Factor the ensemble code a bit more.dkf2008-07-151-168/+236
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-82/+131
* * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability todgp2008-05-221-1/+4
* Correct logic for handling error cases when setting the namespace unknown han...dkf2008-05-201-24/+37
* * generic/tclNamesp.c (GetNamespaceFromObj): spoil the intrep ofMiguel Sofer2008-03-021-6/+8
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Fix [Bug 1845320] and [Bug 1845397]dkf2007-12-061-1/+2
* * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checksdgp2007-11-281-2/+24
* Factor out the core compiled-ensemble builder for simplicity.dkf2007-11-211-1/+75
* Reduce cast count.dkf2007-11-191-118/+116
* Simplification+comments for ensemble dispatch enginedkf2007-11-181-128/+175
* Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-9/+27
* Must pass non-NULL interp to Tcl_SetEnsemble* functions.dkf2007-11-151-17/+11
* Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-1/+25
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-17/+17
* * generic/tclNamesp.c (Tcl_FindCommand): insure that FQ commandMiguel Sofer2007-10-271-2/+2
* Generate literal values more efficiently using TclNewLiteralStringObj macro.dkf2007-09-171-6/+6
* * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-091-217/+106
* Tidying up.dkf2007-08-031-31/+31
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-150/+37
* clarify comments for last commitMiguel Sofer2007-07-051-2/+2
* * generic/tclNamesp.c (SetNsNameFromAny):Miguel Sofer2007-07-051-21/+28
* * generic/tclNamesp.c: Fix case where a FQ cmd or ns was beingMiguel Sofer2007-07-041-1/+2
* * generic/tclCmdIL.c: More conversions to use TclStackAlloc.dgp2007-06-221-9/+2
* * generic/tclExecute.c: Revised TclStackRealloc() signature to betterdgp2007-06-221-29/+6
* correct pointer type mismatch in latest commitdgp2007-06-201-2/+2
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-4/+6
* Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced withdkf2007-06-121-40/+26
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-111-33/+16
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-111-5/+3
* * generic/tclInt.h:Miguel Sofer2007-06-101-78/+63
* * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-051-3/+3
* [Tcl Bug 1706140]dgp2007-05-071-3/+3