summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* TIP#217 implementationdkf2004-10-141-12/+32
* Speed up [info <thing> <simplePattern>]dkf2004-10-141-47/+158
* Convert to using the TclGetString macro; slightly faster...dkf2004-10-061-27/+27
* * generic/tclBasic.c:dgp2004-10-061-64/+52
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* Fix a shimmering bugdkf2004-01-171-1/+9
* Minor fixes and update of UNIX documentation installerdkf2004-01-171-1/+2
* Basic implementation of TIP#57 - TclX's [lassign] command into Tcl coredkf2004-01-171-1/+97
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-2/+2
* remove warningvincentdarley2003-11-031-2/+2
* Increased robustness and speed for [lrepeat] with help of new list constructordkf2003-11-011-13/+40
* Fixed bug 823768 by pre-parsing the index listdkf2003-10-151-240/+225
* whitespace policedkf2003-10-141-131/+116
* TIP#127 Implementation. Thanks to Michael Schlenker for his implementation workdkf2003-10-141-155/+443
* TIP#136 IMPLEMENTATION. We now have an [lrepeat] command!dkf2003-08-111-1/+89
* Fixed error message to be less confusing [Bug 771539]dkf2003-07-151-2/+2
* suppress compiler warning about uninitialized variables.dgp2003-04-291-7/+4
* Made [incr] able to accept and work with wide increments [Bug 728838]dkf2003-04-281-186/+193
* * 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