summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* removing wrong commentMiguel Sofer2005-10-102-3/+3
* * generic/tclExecute.c: fixing errors in last commit.Miguel Sofer2005-10-102-1/+7
* * generic/tclBasic.c:Miguel Sofer2005-10-095-56/+83
* TIP#237 IMPLEMENTATIONdgp2005-10-0843-3346/+6845
* * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tomsofer_wcodes_branch_20051007kennykb_numerics_branch_20051008hobbs2005-10-073-36/+60
* * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bugandreas_kupries2005-10-052-7/+14
* * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application ofandreas_kupries2005-10-052-9/+15
* * generic/tclIORChan.c (RcClose): Removed unreachable panic/returnandreas_kupries2005-10-052-4/+6
* * tests/env.test (env-6.1):hobbs2005-10-054-10/+50
* win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708]hobbs2005-10-052-24/+36
* * tests/http.test: do not URI encode -._~ accordinghobbs2005-10-053-7/+14
* * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on secondhobbs2005-10-052-2/+5
* scan %[] requires "one or more chars" [Bug 1277503]hobbs2005-10-052-5/+5
* * tests/winFile.test (getuser): allow valid Windows usernames.hobbs2005-10-052-4/+7
* * generic/tclParse.c (Tcl_ParseCommand): add code that recognizeshobbs2005-10-042-15/+29
* See file.vasiljevic2005-10-041-0/+9
* Tcl_DeleteTimerHandler(): bail out early if passed NULL argument.vasiljevic2005-10-041-3/+6
* Tcl_ClearChannelHandlers(): now deletes any outstandingvasiljevic2005-10-041-6/+18
* fixed test cases for new US DST rules.Kevin B Kenny2005-10-033-1124/+1126
* Rebuild tzdata from Olson's tzdata2005n.tar.gzKevin B Kenny2005-10-0348-3630/+4077
* Fixed a typo.davidw2005-10-011-2/+2
* * generic/tclMain.c: Separate encoding conversion of command linedgp2005-09-302-28/+28
* fix comment typohobbs2005-09-301-3/+3
* init value to (-)Inf for min/max expr functions to simplify codehobbs2005-09-301-15/+9
* implementation for TIP #255, expr min/maxhobbs2005-09-295-13/+114
* Test for [Bug 1116542]dkf2005-09-272-250/+258
* Formatting fixesdkf2005-09-271-127/+126
* update tclTomMath.h for bug 1263012Kevin B Kenny2005-09-262-3/+17
* Regen tommath.h from release 0.36Kevin B Kenny2005-09-262-11/+33
* merge tommath 0.36 changes into HEADKevin B Kenny2005-09-265-26/+28
* re-import of three damaged PDF'sKevin B Kenny2005-09-263-0/+0
* Import of libtommath 0.36Kevin B Kenny2005-09-26153-434/+1562
* silence compiler warningdgp2005-09-161-2/+1
* * doc/ParseCmd.3: copy/paste fix [Bug 1292427]Miguel Sofer2005-09-152-2/+6
* * generic/tclStringObj.c (TclAppendFormattedObjs): Revisionkennykb_numerics_branch_20050915dgp2005-09-152-9/+10
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-1512-64/+194
* More flags hacking, this time for open64 under RHEL3. [Bug 1287638]dkf2005-09-152-0/+7
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-1410-97/+67
* * generic/tclBasic.c: Updated several callers to usedgp2005-09-143-49/+33
* * 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