summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* silence compiler warningsdgp2009-08-262-4/+4
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-2512-338/+1313
* regression testsdgp2009-08-211-1/+33
* another testdgp2009-08-191-1/+11
* test for 2806250dgp2009-08-181-1/+11
* nicer test failure modedgp2009-08-181-2/+2
* * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-173-4/+64
* fix SunCC warningdas2009-07-231-2/+2
* Fix for [Bug 2820349]Joe Mistachkin2009-07-232-1/+7
* * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-147-132/+169
* * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-134-8/+31
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-283-357/+364
* Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l...ferrieux2009-04-274-10/+119
* Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix ...ferrieux2009-04-272-2/+19
* * generic/tclStringObj.c (UpdateStringOfString): Added cast to fixandreas_kupries2009-04-222-2/+7
* UpdateStringOfString: matchup with core-8-5-branch changesdas2009-04-151-6/+6
* * generic/tclStringObj.c: AppendUnicodeToUnicodeRep faileddgp2009-04-152-1/+7
* Regen unix/configurestwo2009-04-141-1/+1
* Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-142-1/+5
* * library/tcltest/tcltest.tcl: Fixed unsafe [eval]s in the tcltestdgp2009-04-083-8/+13
* * generic/tclStringObj.c: Completed backports of fixes fordgp2009-04-072-66/+118
* * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263]dgp2009-03-302-2/+4
* * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-304-4/+139
* * tests/fileName.test: Tests for [Bug 2710920] to guard againstdgp2009-03-272-1/+18
* * generic/tclStringObj.c: Test stringObj-6.9 checks thatdgp2009-03-213-3/+19
* * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflowdgp2009-03-202-2/+13
* * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.dgp2009-03-182-2/+17
* * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-203-2/+25
* * generic/tcl.h (Darwin): workaround conflict between deprecated tcldas2009-02-062-1/+7
* * generic/tclStringObj.c: Added overflow protections to thedgp2009-02-052-4/+35
* * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-042-46/+40
* typodgp2009-01-141-2/+2
* * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limitdgp2009-01-092-4/+13
* * generic/tclStringObj.c (STRING_UALLOC): Added missing parensdgp2009-01-082-2/+8
* Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logicdas2008-12-071-28/+36
* * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): Added anotherdgp2008-12-042-11/+84
* * generic/tclFileName.c (TclDoGlob): One of thedgp2008-12-032-4/+12
* * generic/tclIO.c (TclFinalizeIOSubsystem): Revised latest commit todgp2008-12-012-3/+8
* * generic/tclIO.c (TclFinalizeIOSubsystem): Applied backport ofandreas_kupries2008-11-252-2/+9
* * generic/tclIO.c: Backport of fix for [Bug 2333466].andreas_kupries2008-11-232-2/+8
* * generic/tclPort.h: remove the ../{win,unix}/ header dirs as thehobbs2008-11-042-3/+9
* * doc/global.n: Correct false claim about [info locals].dgp2008-09-252-3/+8
* * tests/fileName.test: Revise new tests for portability to casedgp2008-08-142-4/+9
* * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-143-3/+119
* autoconf-2.13das2008-08-131-1/+5
* * unix/Makefile.in: ensure Makefile shell is /bin/bash fordas2008-08-133-3/+17
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-1/+1
* * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-133-3/+51
* * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreas_kupries2008-08-113-10/+62
* * generic/tclBasic.c: Added missing release of extended commandandreas_kupries2008-07-284-98/+146