summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Added some more clarifying comments in Tcl_ClearChannelHandlers()vasiljevic2005-10-131-7/+6
* Temporary ifdef TCL_THREADS changes done to de-activate pendingvasiljevic2005-10-131-1/+8
* Remove _ANSI_ARGS_ and clean up a few commentsdkf2005-10-131-161/+160
* * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.dgp2005-10-131-11/+3
* Formatting cleanup to more accurately match the coding standards ofdkf2005-10-131-734/+713
* * generic/tclStrToD.c (TclParseNumber): Missing goto caused crashdgp2005-10-131-1/+2
* formattingdkf2005-10-131-182/+178
* quick typo fix; testingdgp2005-10-131-2/+2
* formatting and de-_ANSI_ARGS_-ificationdkf2005-10-131-82/+75
* formattingdkf2005-10-121-12/+19
* * generic/tclExecute.c (GetNumberFromObj): Restored some lostdgp2005-10-121-1/+7
* Formattingdkf2005-10-121-53/+66
* Scrap _ANSI_ARGS_ macro use, yay!dkf2005-10-121-97/+92
* Formatting and pure ANSI function declsdkf2005-10-121-152/+161
* Fix for [Bug 1325099]dkf2005-10-121-2/+2
* performance improvements to [incr]Kevin B Kenny2005-10-121-60/+65
* * generic/tclCompCmds.c: New convenience macro CompileTokens().Miguel Sofer2005-10-101-16/+20
* * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Alsodgp2005-10-102-3/+4
* * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build.dgp2005-10-102-6/+8
* Fix two bugs in limits, one a crash and the other a failed flag reset.dkf2005-10-101-380/+376
* removing wrong commentMiguel Sofer2005-10-101-2/+1
* * generic/tclExecute.c: fixing errors in last commit.Miguel Sofer2005-10-101-1/+3
* * generic/tclBasic.c:Miguel Sofer2005-10-094-56/+75
* TIP#237 IMPLEMENTATIONdgp2005-10-0830-3295/+5655
* * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bugandreas_kupries2005-10-051-7/+11
* * generic/tclIORChan.c (RcClose): Removed unreachable panic/returnandreas_kupries2005-10-051-4/+1
* * tests/env.test (env-6.1):hobbs2005-10-051-7/+27
* * generic/tclParse.c (Tcl_ParseCommand): add code that recognizeshobbs2005-10-041-15/+23
* Tcl_DeleteTimerHandler(): bail out early if passed NULL argument.vasiljevic2005-10-041-3/+6
* Tcl_ClearChannelHandlers(): now deletes any outstandingvasiljevic2005-10-041-6/+18
* * generic/tclMain.c: Separate encoding conversion of command linedgp2005-09-301-28/+23
* Formatting fixesdkf2005-09-271-127/+126
* update tclTomMath.h for bug 1263012Kevin B Kenny2005-09-261-1/+11
* Regen tommath.h from release 0.36Kevin B Kenny2005-09-261-11/+28
* silence compiler warningdgp2005-09-161-2/+1
* * 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