summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclProc.c:stanton1999-02-031-18/+13
* * generic/tclIOCmd.c:stanton1999-02-021-2/+2
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* updated copyright info & sccs idsrjohnson1998-08-101-1/+2
* fixed style problemsrjohnson1998-08-101-13/+19
* Fixed to handle import links when redefining commandswelch1998-08-101-3/+55
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-201-3/+23
* Added check for precompiled ByteCodes, to avoid recompilation if the epochescoffon1998-07-151-4/+25
* *** empty log message ***welch1998-07-061-2/+2
* Undid the change to Tcl_EvalObjwelch1998-07-061-3/+2
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-011-3/+3
* Added Jans compatibility patchwelch1998-06-291-3/+6
* replaced the SCCS id string in header to display idsescoffon1998-06-101-1/+1
* modified the check for no source string in Tcl_EvalObj to account forescoffon1998-06-101-1/+1
* Initial revisionrjohnson1998-03-261-0/+3992