summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generatemdejong2005-06-201-2/+15
* * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fatdas2005-06-181-1/+26
* Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-10/+17
* Fix an odd [after]-and-limits problem. [Bug 1221395]dkf2005-06-171-35/+71
* Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg.dkf2005-06-142-5/+16
* correct fix to file mkdirvincentdarley2005-06-131-4/+7
* D'oh!dkf2005-06-121-2/+2
* Simplify command compilation by moving numerous common stanzas into macros so...dkf2005-06-121-863/+887
* fix to race condition in file mkdir and fix to glob documentationvincentdarley2005-06-091-3/+27
* * generic/tclInt.h: Reduced the Tcl_ObjTypes "index",dgp2005-06-075-30/+26
* * generic/tclObj.c: Restored registration of the "procbody"dgp2005-06-071-1/+2
* Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway!dkf2005-06-072-8/+21
* Bump patchlevel to a4dkf2005-06-071-3/+3
* Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgsdkf2005-06-073-7/+25
* Add missing return TCL_ERRORdkf2005-06-071-111/+103
* Another indentation fixdkf2005-06-071-2/+2
* Clean up indentationdkf2005-06-071-9/+9
* Add missing return in wrong#args casedkf2005-06-071-1/+2
* copy/paste/modify errordgp2005-06-071-3/+2
* typodgp2005-06-071-2/+2
* make genstubsdgp2005-06-072-2/+26
* TIP#208 implementationdkf2005-06-066-13/+196
* Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on h...Kevin B Kenny2005-06-061-8/+8
* This close to a release, simple is better.dgp2005-06-022-4/+4
* * generic/tclProc.c: Revised fix for [Bug 1209759] is more complex,dgp2005-06-012-5/+5
* * generic/tclBasic.c: For compatibility with earlier Tcl releases,dgp2005-06-013-4/+42
* Implementation of TIP#241 from Joe Mistachkindkf2005-06-013-53/+109
* Increase efficiency of [lindex] compilationdkf2005-06-011-3/+32
* TIP#229 implementationdkf2005-05-305-36/+508
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary casthobbs2005-05-251-2/+3
* TIP#182 IMPLEMENTATION [Patch 1165062]dgp2005-05-251-1/+25
* * generic/tclIOUtil.c (TclLoadFile):das2005-05-232-2/+62
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with adas2005-05-231-5/+11
* Fixed a bug in expr round(x) function: returned an empty string if x was an i...chengyemao2005-05-221-1/+2
* * generic/tclParseExpr.c: Corrected parser to recognize alldgp2005-05-201-59/+36
* Quell a gcc warningdkf2005-05-191-4/+5
* Scratch one bizarre while loop... :^)dkf2005-05-191-66/+61
* * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper arounddgp2005-05-183-80/+49
* * generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, sodgp2005-05-182-20/+64
* * generic/tclObj.c (TclInitObjSubsystem): Removed thedgp2005-05-171-7/+1
* whitespace/style policingdkf2005-05-141-561/+515
* * generic/tclInt.decls:das2005-05-146-30/+54
* * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration.dgp2005-05-133-22/+4
* Added UCHAR's to ctype macros in tclStrToD.cKevin B Kenny2005-05-111-6/+6
* * tests/string.test: string-10.[21-30]hobbs2005-05-111-2/+5
* Fixes for C++-style comment and bad NaN on PA-RISCKevin B Kenny2005-05-101-3/+16
* Fixed uninitialized memory read in tclBinary.c when passing a NaN to 'd','q',...Kevin B Kenny2005-05-101-1/+2
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-1058-1278/+4381
* * generic/tclExecute.c (ExponLong, ExponWide): fixed special caseMiguel Sofer2005-05-101-3/+3
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-0512-164/+253