summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclClock.c: Removed some dead code.dgp2005-10-191-55/+1
* TIP#237 IMPLEMENTATIONdgp2005-10-081-2/+17
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-15/+5
* More whitespace cleansing and _ANSI_ARGS_ purgingdkf2005-08-261-192/+166
* Take care with globals that have an entry in the var table but "don't exist"dkf2005-07-291-19/+41
* Getting more systematic about styledkf2005-07-171-556/+582
* Stop warningdkf2005-07-141-2/+2
* Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-14/+48
* TIP#229 implementationdkf2005-05-301-6/+124
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-1/+8
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-33/+13
* changing the isProcCallFrame field of the CallFrame struct from a 0/1 fieldMiguel Sofer2004-12-141-3/+4
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-9/+2
* * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in newdgp2004-11-241-6/+8
* Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-311-1/+9
* defined new macros to get/set the flags of variables.Miguel Sofer2004-10-251-5/+5
* 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