summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * tests/http.test (http-5.1): bump http to 2.5.3dgp2006-09-163-6/+8
* * library/http/http.tcl: Change " " -> "+" url encoding mappinghobbs2006-09-164-6/+12
* * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognizeandreas_kupries2006-09-123-1/+34
* * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation ofandreas_kupries2006-09-122-5/+17
* Added tommath_(super)class headers to include installpatthoyts2006-09-112-1/+4
* Fixed error launching win98 testpatthoyts2006-09-111-3/+3
* Updated to install http, tcltest and msgcat as Tcl Modules (as per Makefile.in).patthoyts2006-09-113-48/+68
* * unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0.andreas_kupries2006-09-112-2/+6
* * unix/tclUnixCompat.c: make compatLock static and only declare it whendas2006-09-112-107/+116
* * tests/msgcat.test: Bumped version in auxiliary files as well.andreas_kupries2006-09-113-4/+9
* bump msgcat version to 1.4.2Kevin B Kenny2006-09-113-6/+11
* * library/msgcat/msgcat.tcl: Removed some unneeded [uplevel]s.dgp2006-09-112-5/+8
* * generic/tclExecute.c: Corrected INST_EXPON flaw that treateddgp2006-09-113-5/+12
* * doc/tcltest.n: Bump to version tcltest 2.3.0 to accountdgp2006-09-118-19/+27
* * library/msgcat/msgcat.tcl: Bump to version msgcat 1.4.2 to accountdgp2006-09-103-3/+8
* * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-1011-746/+907
* Added special handling for Darwin where gethostbyname/addr are actuallyvasiljevic2006-09-084-15/+53
* * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString,andreas_kupries2006-09-082-6/+11
* unix/tclUnixCompat.c: Added fallback to MT-unsafevasiljevic2006-09-072-21/+69
* Rewritten MT-safe wrappers to return ptrs to TSD storage.vasiljevic2006-09-076-217/+169
* Use MODULE_SCOPE declaration where appropriatevasiljevic2006-09-061-7/+7
* Added for fixing Tcl Bug 999544vasiljevic2006-09-061-0/+584
* Added fixes for Tcl Bug 999544 (ported from core-8-4-branch).vasiljevic2006-09-069-14/+2089
* typodgp2006-09-051-1/+1
* * generic/tclCompExpr.c: Removed much complexity that isdgp2006-09-052-292/+91
* * tests/main.text (Tcl_Main-4.4): Test corrected to not bedgp2006-09-042-3/+8
* correct package examplehobbs2006-09-042-3/+8
* * generic/tclCompExpr.c: Corrected flawed logic fordgp2006-08-312-1/+8
* * tests/expr-old.test: The remaining failing tests reported indgp2006-08-313-4/+11
* * generic/tclParseExpr.c: Dropped the old expr parser.dgp2006-08-302-1965/+12
* * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadIdhobbs2006-08-302-1/+4
* * win/tclWinChan.c [Bug 819667] Improve logic for identifying COMhobbs2006-08-302-51/+55
* see changeshobbs2006-08-301-4/+16
* * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-302-5/+6
* * unix/Makefile.in (valgrindshell): add valgrindshell target andhobbs2006-08-301-2/+9
* * generic/tclFileName.c (DoGlob): match incrs with decrs.hobbs2006-08-301-1/+3
* silence compiler warndgp2006-08-291-2/+2
* undo mistaken commitdgp2006-08-291-2/+2
* * generic/tclParseExpr.c: Use the "parent" field ofdgp2006-08-292-6/+19
* add casts to make gcc2 happy with previous commit [Bug 1548330]das2006-08-292-31/+31
* Fix for stack.test failures on FreeBSDJoe Mistachkin2006-08-293-13/+11
* fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-296-22/+48
* ftp://elsie.nci.nih.gov/pub/tzdata2006kKevin B Kenny2006-08-284-95/+106
* * generic/tclStringObj.c: Revised ObjPrintfVA to take caredgp2006-08-283-25/+42
* * generic/tclStringObj.c: Corrected TclFormatObj's failuredgp2006-08-282-4/+17
* undo last commit.dgp2006-08-282-6/+2
* simplification of previous commit, whitespace cleanupdas2006-08-281-13/+8
* fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defineddas2006-08-282-10/+10
* Fixes for [Bug 1547662] and [Bug 1547681]Joe Mistachkin2006-08-283-7/+21
* bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833]Miguel Sofer2006-08-264-17/+134