summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* TIP#81 implementation, tests and docsdkf2002-03-061-142/+252
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-1/+27
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-2/+2
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-4/+4
* * Updated socket interfaces according to TIP 27. Updated callers.dgp2002-01-231-2/+2
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-4/+4
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-30/+384
* removed unnecessary inclusions of tclCompile.h [Patch 466823]Miguel Sofer2001-10-011-16/+9
* Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly...dkf2001-09-281-11/+18
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-8/+5
* * generic/tclCmdIL.c (InfoProcsCmd): fixed potential mem leak inhobbs2001-06-281-9/+9
* Changes from TIP#15 "Functions to List and Detail Math Functions"dkf2001-05-301-3/+57
* Added several missing CONSTs in calls to TclGetNamespaceForQualNameKevin B Kenny2001-04-271-6/+9
* Fixed memory leak from Bug #119398dkf2000-11-231-5/+2
* * tests/cmdIL.test: Added a test for fix for [Bug: 6212].ericm2000-09-171-2/+1
* * tests/info.test:hobbs2000-05-271-5/+18
* * tests/lsearch.test:ericm2000-05-091-31/+218
* * generic/tclCmdIL.c (Tcl_LinsertObjCmd): made use ofhobbs2000-05-081-75/+56
* * generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtrhobbs2000-04-041-2/+2
* * generic/tclClock.c (FormatClock): inlined resultPtr, as ithobbs2000-01-261-4/+8
* * generic/tclCmdIL.c (InfoBodyCmd): made [info body] return ahobbs2000-01-211-9/+8
* * tests/cmdIL.test: Added tests for lsort -dictionary withericm2000-01-131-18/+16
* * generic/tclClock.c: fixed support for 64bit handling of clockhobbs2000-01-121-29/+108
* * generic/tclCmdIL.c: added -unique option to lsorthobbs1999-12-211-9/+35
* * generic/tclCmdIL.c: made SORTMODE_INTEGER work with Longshobbs1999-11-241-4/+4
* * generic/tclNamesp.c:hobbs1999-10-051-21/+21
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-3/+7
* * generic/tclListObj.c:core_8_2_b3_baseredman1999-08-101-2/+2
* 1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so theywelch1999-08-101-4/+2
* * tests/regexp.test:stanton1999-06-171-4/+4
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-154/+212
* * generic/tclProc.c:stanton1999-02-031-16/+8
* Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passedrjohnson1998-10-131-1/+2
* Fixed bug in "lsort -dictionary" that caused problems when comparingrjohnson1998-10-131-3/+3
* Fixed bug in "info complete" - it did not handle NULLs correctly.rjohnson1998-10-131-5/+3
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* changed isArg and isTemp fields to us flags field in CompiledLocal structurestanton1998-08-071-4/+5
* Info body creates a copy of the procedure body if it is a precompiledescoffon1998-07-281-3/+25
* *** empty log message ***rjohnson1998-07-011-1/+1
* fixed "info vars" and "info locals" to not report compiled temporary variablesstanton1998-06-181-66/+64
* Moved the definition of 'char *tclExecutableName' to the file 'tclUtil.c'suresh1998-06-121-11/+6
* Initial revisionrjohnson1998-03-261-0/+2926