summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-2/+2
* * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-071-2/+2
* * generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on theandreas_kupries2008-06-161-26/+30
* * generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditionalandreas_kupries2008-06-121-9/+18
* Prevent shimmering crash in [lsearch] when -exact and -integer/-real aredkf2007-12-051-1/+3
* Fix [Bug 1675116] in a way suitable for 8.4.dkf2007-03-101-1/+13
* * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-6/+291
* Fix [Bug 1374778]dkf2005-12-091-2/+13
* Fix [Bug 1366683]dkf2005-11-291-3/+18
* * generic/tclBasic.c:Miguel Sofer2005-10-231-2/+3
* Take care with globals that have an entry in the var table but "don't exist"dkf2005-07-291-3/+6
* * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp2004-11-241-6/+8
* Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-311-2/+10
* Speed up [info <thing> <simplePattern>]dkf2004-10-141-51/+163
* Fixed confusing error message. [Bug 771539]dkf2003-07-151-2/+2
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-5/+2
* Stop [lsearch -start 0 {} x] from crashing. [Bug #694232]dkf2003-02-271-3/+4
* lint init regexphobbs2003-02-111-2/+2
* * tests/lsearch.test:hobbs2003-02-111-2/+19
* Fix for [info locals] bug #567386; added compile functions forMiguel Sofer2002-06-111-2/+3
* Fixed Bug #545644; [info body] always gives a proper string now!dkf2002-04-181-1/+8
* 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