summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * tests/namespace-old.test (5.4 6.12,14,15): tip_278_branchMiguel Sofer2006-10-103-24/+48
* * generic/tclNamesp.c (Tcl_FindNamespaceVar): second changeMiguel Sofer2006-10-103-8/+30
* * tests/var.test (var-3.4,7.5,7.8): refer to global vars explicitly (not what...Miguel Sofer2006-10-092-5/+9
* * tests/parse.test: fixing some incomplete references to globalMiguel Sofer2006-10-092-4/+7
* * generic/tclVar.c: minimal change, provides behaviour of TIP 278Miguel Sofer2006-10-092-7/+9
* == Miguel Sofer2006-10-0938-11070/+215
* bug #1571954: avoid /RTCc flag with MSVC8tip_278_branch_rootpatthoyts2006-10-063-7/+7
* TIP #275: Support unsigned values in binary commandpatthoyts2006-10-064-29/+238
* * library/http/http.tcl (http::geturl): only do geturl url rfchobbs2006-10-062-4/+12
* (UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systemshobbs2006-10-061-2/+2
* * library/tm.tcl: Fixed bug in TIP #189 implementation, nowandreas_kupries2006-10-062-1/+6
* * generic/tcl.h: note limitation on changing Tcl_UniChar sizehobbs2006-10-054-31/+51
* * generic/tclVar.c (Tcl_LappendObjCmd):Miguel Sofer2006-10-053-3/+23
* nroff typohobbs2006-10-051-2/+2
* Olson's tzdata2006mKevin B Kenny2006-10-04545-640/+831
* dup test namedgp2006-10-041-2/+2
* Handle possible missing definepatthoyts2006-10-012-4/+9
* Bug 1567956Kevin B Kenny2006-10-012-4/+10
* * doc/Eval.3 (TclEvalObjv): added note on refCount management forMiguel Sofer2006-10-012-1/+9
* bug #1420432 - file mtime fails for directories on windowspatthoyts2006-10-013-6/+33
* bug 1567956: handle Msys environment a little differently in getuser functionpatthoyts2006-10-012-11/+25
* * generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747]Miguel Sofer2006-09-302-5/+19
* * generic/tclInt.decls:Miguel Sofer2006-09-306-22/+77
* * generic/tclCompile.c:Miguel Sofer2006-09-305-63/+90
* * generic/tclPkg.c (CompareVersions): Bugfix. Check string lengthsandreas_kupries2006-09-283-13/+31
* * generic/tclExecute.c: Corrected error in INST_LSHIFT in thedgp2006-09-283-3/+12
* * 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