summaryrefslogtreecommitdiffstats
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-132-1/+14
* 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-138-859/+15
* * compat/tclErrno.h: Removed obsolete file.dgp2005-10-132-99/+2
* Formatting cleanup to more accurately match the coding standards ofdkf2005-10-131-734/+713
* * generic/tclStrToD.c (TclParseNumber): Missing goto caused crashdgp2005-10-132-1/+7
* 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-122-1/+13
* 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-123-6/+16
* performance improvements to [incr]Kevin B Kenny2005-10-122-60/+71
* TIP#237 introduced a new function, entier, so add it to the list of functions.dkf2005-10-101-5/+4
* * generic/tclCompCmds.c: New convenience macro CompileTokens().Miguel Sofer2005-10-102-18/+26
* * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Alsodgp2005-10-103-7/+6
* * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build.dgp2005-10-103-6/+15
* Fix two bugs in limits, one a crash and the other a failed flag reset.dkf2005-10-103-385/+446
* 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