summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclIO.c (Tcl_GetsObj): added two test'n'panic guards forMiguel Sofer2006-09-282-1/+12
* * generic/tclPkg.c (CompareVersion): Flatten strcmp() results todgp2006-09-282-1/+7
* * generic/regc_color.c (uncolorchain):Miguel Sofer2006-09-273-4/+10
* changed last commit - ifdef'ing out unused mcce (multi char collationMiguel Sofer2006-09-274-6/+61
* * generic/regc_cvec.c (addmcce):Miguel Sofer2006-09-272-0/+14
* * tests/pkg.test: Added test for version comparison at the 32bitandreas_kupries2006-09-273-39/+110
* * generic/tclFileName.c (TclGlob): added a panic for a call withMiguel Sofer2006-09-272-2/+13
* TIP 27 changes for Tcl_CreateEncodingKevin B Kenny2006-09-265-10/+17
* Additional compiler flags and amd64 support.patthoyts2006-09-264-19/+55
* * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellowsdgp2006-09-262-5/+8
* Fixing msvc8 and stat modificationspatthoyts2006-09-261-1/+4
* More fixing which struct stat to refer to. Some casts from time_t to int requ...patthoyts2006-09-267-60/+97
* * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642],andreas_kupries2006-09-252-2/+8
* another nitdgp2006-09-251-2/+2
* * doc/package.n: Fixed nits reported by Daniel Steffen in theandreas_kupries2006-09-252-4/+9
* Minor change: Improved code styledkf2006-09-251-14/+21
* yet another stab at 1564777Kevin B Kenny2006-09-251-2/+2
* yet another stab at 1564777Kevin B Kenny2006-09-252-9/+35
* fix line endingsdgp2006-09-252-6340/+6340
* Fix [Bug 1564677]dkf2006-09-252-6331/+6340
* * generic/tclStringObj.c (STRING_SIZE): fix allocation forMiguel Sofer2006-09-242-2/+7
* * generic/tclParse.c (Tcl_ParseCommand): also return an error ifMiguel Sofer2006-09-242-2/+7
* * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to theandreas_kupries2006-09-222-11/+14
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-2216-208/+1455
* Fix [Bug 1562528]dkf2006-09-222-29/+35
* * generic/tclUtil.c: Dropped ParseInteger() routine.dgp2006-09-212-80/+20
* correct registry version numbervincentdarley2006-09-211-2/+2
* fix line endingsdgp2006-09-201-5162/+5162
* Fix nasty bug with limits, vwait's (C) traces, and interpreter restart...dkf2006-09-192-5161/+5168
* * generic/tclExecute.c (INST_EXPON): Native type overflow detectiondgp2006-09-193-47/+21
* * 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