summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-146-47/+70
* * generic/tclBasic.c: First caller of TclFormatToErrorInfo.dgp2005-09-144-55/+67
* * generic/tcl.h: Explicitly standardized on the use of stdarg.hdgp2005-09-1314-78/+86
* 2005-09-12 Don Porter <dgp@users.sourceforge.net>dgp2005-09-122-4/+12
* silence compiler warningsdgp2005-09-091-5/+2
* * generic/tclIORChan.c (RcDecodeEventMask): Added missing typeandreas_kupries2005-09-092-1/+9
* typodgp2005-09-091-1/+1
* * generic/tclInt.h: New internal routine TclObjPrintf()dgp2005-09-093-2/+136
* added missing casts in tclStringObj.cKevin B Kenny2005-09-092-3/+8
* * generic/tclInt.h: New internal routines TclFormatObj()dgp2005-09-094-3/+633
* D'oh, missed a spotdkf2005-09-081-2/+2
* Final fixesdkf2005-09-081-3/+3
* Squelch warningdkf2005-09-081-2/+2
* Test suite about fixed up for TIP#254dkf2005-09-083-8/+7
* Closer to being right...dkf2005-09-081-11/+29
* More fixingdkf2005-09-081-17/+17
* A bit more fixing...dkf2005-09-081-15/+17
* First step to fixing test suitedkf2005-09-081-20/+20
* Oops!dkf2005-09-081-19/+19
* Added support machinery for TIP#254 testsdkf2005-09-082-9/+271
* TIP #254 implementationdkf2005-09-084-967/+1233
* * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negativedgp2005-09-073-37/+49
* Add flag to lists so that evaluating contexts can handle them efficiently muchdkf2005-09-066-964/+1071
* Make symbol static to stop it from being visible outside the Tcl library ondkf2005-09-052-2/+7
* * unix/tclUnixSock.c (InitializeHostName): Synchronized use ofandreas_kupries2005-09-027-13/+37
* fix datevincentdarley2005-08-311-1/+1
* allow NULL interp in Tcl_FSMatchInDirectoryvincentdarley2005-08-315-18/+34
* * library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patchandreas_kupries2005-08-293-3/+9
* renumber expr-39.* to expr-46.*Kevin B Kenny2005-08-292-14/+14
* fix test case bracing and numberingKevin B Kenny2005-08-291-10/+10
* removed inappropriate swizzling of tcl_precisionKevin B Kenny2005-08-291-3/+1
* Bug 1275043Kevin B Kenny2005-08-293-17/+111
* * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel toandreas_kupries2005-08-263-10/+164
* Style systematization and _ANSI_ARGS_ removaldkf2005-08-261-1423/+1335
* Remove _ANSI_ARGS_dkf2005-08-261-20/+18
* More whitespace cleansing and _ANSI_ARGS_ purgingdkf2005-08-263-522/+445
* Remove _ANSI_ARGS_ and tidy up commentsdkf2005-08-261-236/+208
* Fix crashes when running Snit's test suite caused by traces forcing the interpdkf2005-08-262-2/+12
* Better to panic sanely than to crash with a bad memory access. [Bug 1267380]dkf2005-08-252-1/+11
* Fix memory leak caused by throwing away a duplicated objectdkf2005-08-252-12/+17
* Remove extra blank lines between tests so groups go together better.dkf2005-08-241-220/+1
* TIP#219 IMPLEMENTATIONandreas_kupries2005-08-2420-89/+7028
* fix formatting of fp number with smallest significandKevin B Kenny2005-08-243-3/+106
* * unix/configure.in:mdejong2005-08-234-10/+11
* * unix/tclConfig.h.in: autoheader-2.59.das2005-08-222-11/+6
* updated entry with another clashgeorgeps2005-08-171-0/+3
* fix a namespace clash with pendingObjData.georgeps2005-08-171-2/+2
* new entry. fixed the dates on KBK's entries.georgeps2005-08-171-3/+8
* Added static to prevent a namespace clash with BuiltinFuncTable.georgeps2005-08-171-2/+2
* fixed bad clock test, removed duplicated code in Tcl_FinalizeKevin B Kenny2005-08-173-41/+26