summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* change http::geturl -keepalive default to 0 as it has poor true pipeline supporthobbs2008-03-123-6/+7
* * unix/Makefile.in (install-libraries): Bump http to 2.7hobbs2008-03-127-153/+530
* * library/http/http.tcl (http::geturl): add -method option to supporthobbs2008-03-124-7/+21
* * library/http/http.tcl: whitespace changes, code cleanup. Allowhobbs2008-03-122-49/+55
* improve darwin9 constraintdas2008-03-121-2/+3
* * unix/configure: autoconf-2.59das2008-03-111-19/+19
* * macosx/GNUmakefile: fix quoting to allow paths todas2008-03-118-168/+212
* * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 anddas2008-03-113-8/+210
* * generic/tclEncoding.c (LoadEscapeEncoding): avoid leaking escapedas2008-03-111-4/+9
* * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() ondas2008-03-111-7/+3
* * unix/tclUnixNotfy.c: fix warningdas2008-03-111-2/+2
* * tests/exec.test (exec-9.7): reduce timing sensitivitydas2008-03-112-4/+5
* * tests/fCmd.test (fCmd-9.4): skip on Darwin 9 (xfail).das2008-03-111-2/+6
* * generic/tclVar.c (TclDeleteNamespaceVars):Miguel Sofer2008-03-113-3/+33
* * changes: Updated for 8.5.2 release.dgp2008-03-102-1/+41
* * doc/http.n: Revised to indicate that [package require http 2.5.5]dgp2008-03-102-3/+6
* * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added errordgp2008-03-103-15/+109
* * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs()dgp2008-03-103-4/+29
* typodgp2008-03-101-2/+2
* * generic/tclResult.c (ReleaseKeys): Workaround for [Bugandreas_kupries2008-03-073-3/+17
* commentary cleanupdgp2008-03-071-3/+3
* * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecodedgp2008-03-072-41/+112
* * generic/tclCmdAH.c: Revised direct evaluation implementation ofdgp2008-03-072-6/+13
* * tests/execute.test (execute-6.*): More tests checking thatdgp2008-03-071-17/+97
* * tests/execute.test (execute-6.*): More tests checking thatdgp2008-03-072-2/+86
* regendkf2008-03-071-2/+425
* Add AC_HEADER_STDC to support msys/win64.dkf2008-03-072-2/+7
* Minor tidying up. [Bug 1909019]dkf2008-03-062-65/+69
* * tests/execute.test (6.3,4): Added tests for Bug 1899164].dgp2008-03-042-1/+23
* * unix/tclUnixChan.c: Fix mark and space parity on Linux, whichrmax2008-03-032-1/+9
* test added (did not fail previously, just to make sure it never does)Miguel Sofer2008-03-022-3/+21
* * generic/tclNamesp.c (GetNamespaceFromObj): spoil the intrep ofMiguel Sofer2008-03-022-6/+14
* date fixdgp2008-02-291-1/+1
* * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcountdgp2008-02-293-2/+13
* * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised thedgp2008-02-293-3/+14
* * generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak whendgp2008-02-282-1/+9
* * generic/tclCompExpr.c (ParseExpr): Plug memory leak in errordgp2008-02-282-3/+6
* Oops! Forgot to record patch number [#1903339] for last commit.jenglish2008-02-281-2/+3
* Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes.jenglish2008-02-284-50/+33
* Consolidate all code conditionalized on -DUSE_FIONBIO into one place.jenglish2008-02-285-133/+52
* * generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big]dgp2008-02-282-1/+7
* * generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commitdgp2008-02-282-1/+8
* bug #705956 - fix inverted logic when cleaning up socket error in geturl. Doc...patthoyts2008-02-273-17/+41
* autoheader-2.59das2008-02-271-1/+1
* Remove dead/unused portability-related #defines and unused conditional code.jenglish2008-02-274-165/+15
* * doc/clock.n: Corrected minor indentation gaffe in theKevin B Kenny2008-02-275-9/+72
* fix warningdas2008-02-271-2/+2
* More stray trailing ","s.jenglish2008-02-263-4/+9
* Define socklen_t as "int" if missing, not "unsigned".jenglish2008-02-263-25/+55
* Remove stray trailing "," from enum InstOperandType definition (C99ism).jenglish2008-02-262-2/+7