summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclStringObj.c (TclAppendFormattedObjs): Revisionkennykb_numerics_branch_20050915dgp2005-09-151-9/+7
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-159-58/+70
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-149-93/+57
* * generic/tclBasic.c: Updated several callers to usedgp2005-09-142-49/+31
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-144-44/+53
* * generic/tclBasic.c: First caller of TclFormatToErrorInfo.dgp2005-09-143-55/+61
* * generic/tcl.h: Explicitly standardized on the use of stdarg.hdgp2005-09-137-61/+51
* 2005-09-12 Don Porter <dgp@users.sourceforge.net>dgp2005-09-121-4/+6
* silence compiler warningsdgp2005-09-091-5/+2
* * generic/tclIORChan.c (RcDecodeEventMask): Added missing typeandreas_kupries2005-09-091-1/+2
* * generic/tclInt.h: New internal routine TclObjPrintf()dgp2005-09-092-2/+132
* added missing casts in tclStringObj.cKevin B Kenny2005-09-091-3/+3
* * generic/tclInt.h: New internal routines TclFormatObj()dgp2005-09-093-3/+622
* Squelch warningdkf2005-09-081-2/+2
* Test suite about fixed up for TIP#254dkf2005-09-081-3/+1
* Oops!dkf2005-09-081-19/+19
* Added support machinery for TIP#254 testsdkf2005-09-081-8/+269
* TIP #254 implementationdkf2005-09-082-962/+1132
* * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negativedgp2005-09-071-36/+38
* Add flag to lists so that evaluating contexts can handle them efficiently muchdkf2005-09-064-963/+1038
* Make symbol static to stop it from being visible outside the Tcl library ondkf2005-09-051-2/+2
* * unix/tclUnixSock.c (InitializeHostName): Synchronized use ofandreas_kupries2005-09-024-9/+9
* allow NULL interp in Tcl_FSMatchInDirectoryvincentdarley2005-08-311-2/+3
* Bug 1275043Kevin B Kenny2005-08-291-16/+28
* * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel toandreas_kupries2005-08-262-10/+154
* 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-261-2/+5
* Better to panic sanely than to crash with a bad memory access. [Bug 1267380]dkf2005-08-251-1/+7
* Fix memory leak caused by throwing away a duplicated objectdkf2005-08-251-5/+4
* TIP#219 IMPLEMENTATIONandreas_kupries2005-08-2411-56/+3461
* fix formatting of fp number with smallest significandKevin B Kenny2005-08-241-2/+2
* fix a namespace clash with pendingObjData.georgeps2005-08-171-2/+2
* 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-171-19/+1
* bug 1257830Kevin B Kenny2005-08-121-4/+6
* radical refactoring of thread storage to untangle dependenciesKevin B Kenny2005-08-114-817/+226
* further untangling of Tcl_Finalize, and test cleanup on Win32 threadedKevin B Kenny2005-08-101-19/+19
* Squelch a message about an unused variable.dkf2005-08-091-9/+8
* More informative comment.dkf2005-08-091-2/+6
* added nul-termination missing from earlier commit todaydgp2005-08-091-1/+2
* file rootname bug fixvincentdarley2005-08-081-2/+5
* regendkf2005-08-052-154/+54
* Stop exposing the thread storage guts. Non-core code should never touch it.dkf2005-08-053-158/+125
* Handle abs(-0x80000000) [Bug 1241572]Kevin B Kenny2005-08-051-2/+10
* silence compiler warningdgp2005-08-041-2/+2
* * generic/tclIO.c (CloseChannel): Fixed comment nit, addedandreas_kupries2005-08-042-4/+4
* Deleted the UpdateStringOfBoolean() routine, that can never be called.dgp2005-08-041-34/+2