summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
...
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-2/+2
* * generic/tclBasic.c (CallCommandTraces): delete traces now receiveMiguel Sofer2002-07-181-3/+17
* using the new variable name caching possibilities when setting errorMiguel Sofer2002-07-161-9/+9
* fix for [Bug 571385]Miguel Sofer2002-06-201-9/+12
* Added parens for claritydgp2002-06-201-3/+4
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-98/+99
* fixed [Bug 568123]Miguel Sofer2002-06-121-2/+2
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-111-4/+4
* Fix for [info locals] bug #567386; added compile functions forMiguel Sofer2002-06-111-4/+4
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-291-4/+24
* passing the correct commandSize to TclEvalObjvInternal. [Bug 219362],Miguel Sofer2002-03-271-2/+3
* avoid exceptional returns at level 0 [Bug 219181]Miguel Sofer2002-03-271-1/+11
* Allow NULL callback on trace deletions [Bug 534728]Miguel Sofer2002-03-251-2/+4
* fix for [Bug 533907] in tclBasic.c (Tcl_EvalObjv).Miguel Sofer2002-03-241-27/+34
* fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) toMiguel Sofer2002-03-221-4/+15
* * generic/tclBasic.c (Tcl_CreateObjTrace): set tracePtr->flags correc...hobbs2002-03-011-1/+2
* * generic/tclBasic.c (Tcl_EvalTokensStandard): corrected mem leakhobbs2002-02-281-5/+6
* avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207]Miguel Sofer2002-02-251-4/+24
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-1/+4
* Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken andKevin B Kenny2002-02-101-80/+368
* * tests/regexpComp.test (new):hobbs2002-01-291-2/+2
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-251-4/+4
* docs and comments corrections [Bug 493412]Miguel Sofer2001-12-141-3/+3
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces):dgp2001-11-211-2/+6
* moving all code relative to bytecodes from tclBasic.c to tclExecute.cMiguel Sofer2001-11-201-432/+21
* code reorganisation and factorisation.Miguel Sofer2001-11-201-94/+90
* a better variant of the previous-to-last commit (restoring numLevels computat...Miguel Sofer2001-11-201-10/+10
* Code reorganisation: moving all eval functions from tclParse.c to tclBasic.cMiguel Sofer2001-11-191-2/+903
* Code reordering; execution levels made consistent [Bug 480896].Miguel Sofer2001-11-161-3/+3
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-2/+5
* * generic/tcl.h: added TclCompileListCmd headerhobbs2001-09-011-2/+2
* use MAX_NESTING_DEPTH as default nesting depth for interps [Bug: 232564]Miguel Sofer2001-08-141-2/+2
* Changes from TIP#15 "Functions to List and Detail Math Functions"dkf2001-05-301-1/+115
* * generic/tclBasic.c: added new CompileProc invocations to basichobbs2001-05-171-5/+5
* Added a bunch of missing CONST declarations to stop warnings aboutdkf2001-04-251-2/+2
* (TIP #27) Another round of CONST changes, thisKevin B Kenny2001-04-241-26/+27
* * doc/trace.n: Updated documentation for new syntax; flagged oldericm2000-08-251-11/+115
* * generic/tclInt.h: Added function prototypes forericm2000-05-231-3/+3
* * generic/tclBasic.c (Tcl_GetVersion): adjusted use of major/minorhobbs2000-04-151-11/+11
* * generic/tclBasic.c (Tcl_SetCommandInfo): comment fixhobbs2000-04-101-2/+2
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added commentshobbs2000-03-311-3/+13
* * generic/tclCmdIL.c (InfoBodyCmd): made [info body] return ahobbs2000-01-211-1/+12
* * tests/var.test:hobbs1999-12-121-12/+28
* * generic/tclProc.c: corrected error reporting for default casehobbs1999-11-191-3/+1
* added intospection variable to determine if the interp was compiled with thre...surles1999-05-141-1/+14
* * tests/regexp.test:stanton1999-05-131-15/+1
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-676/+702
* * generic/tclAlloc.c: Changed TCL_NATIVE_MALLOC to USE_TCLALLOC sostanton1999-03-111-2/+2
* Add Tcl_GetVersion C APIredman1999-03-101-1/+40
* Merged stubs changes into mainline for 8.0stanton1999-03-101-9/+75