summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclCompCmds.c: Factored common efficiency trick intodgp2005-05-051-91/+32
* * generic/tclCompCmds.c: Replaced all instance ofdgp2005-05-053-100/+102
* * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-0311-445/+447
* * generic/tcl.decls:dgp2005-05-023-57/+24
* TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-292-27/+104
* TIP#183 IMPLEMENTATION [Patch 577093]dgp2005-04-273-27/+91
* * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-2/+5
* fix commentsMiguel Sofer2005-04-251-2/+5
* * generic/tclExecute.c: fix for [Bug 1189274].Miguel Sofer2005-04-251-2/+2
* silence compiler warningsdgp2005-04-252-5/+5
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-227-65/+34
* * generic/tclLiteral.c: Disabled the code that forces some literalsdgp2005-04-211-1/+3
* * generic/tclDictObj.c: Updated callers to call new routine.dgp2005-04-211-2/+2
* * generic/tclBasic.c: Updated callers to call new routine.dgp2005-04-212-25/+6
* stifle compiler warningdgp2005-04-211-9/+11
* * generic/tclGet.c: Radical code simplification. Converteddgp2005-04-214-216/+174
* Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep.dgp2005-04-211-1/+4
* * generic/tclObj.c: Re-ordered error detection code so all valuesdgp2005-04-211-54/+39
* * doc/GetInt.3: Convert argument "string" to "str" to agree with code.dgp2005-04-211-157/+49
* * generic/tclGet.c (Tcl_GetInt): Corrected error that did notdgp2005-04-202-38/+22
* silenced a compiler warningKevin B Kenny2005-04-201-2/+2
* * generic/tclBasic.c: Added unsupported commanddgp2005-04-194-69/+51
* * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leakMiguel Sofer2005-04-161-2/+2
* Force clenaup of the interp result in TclLoadFile(). Some implementationsvasiljevic2005-04-161-5/+12
* Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCachevasiljevic2005-04-161-1/+3
* Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache().vasiljevic2005-04-161-1/+3
* * tests/unixInit.test: Disabled obsolete tests and removed codedgp2005-04-151-45/+41
* * generic/tclExecute.c: missing semicolons caused failure toMiguel Sofer2005-04-151-3/+3
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-141-4/+4