summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * tests/info.test: Add !singleTestInterp constraint to various tests;das2008-07-252-27/+33
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-242-1/+91
* Contrain the new test to run only when tip280 is active.andreas_kupries2008-07-231-2/+2
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-235-33/+79
* Fixed the failure to link in the default (non-TCL_TIP280) build.dgp2008-07-231-1/+3
* * generic/tclBasic.c: Added missing function comments.andreas_kupries2008-07-222-3/+44
* * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-223-11/+14
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-226-59/+169
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-2110-56/+391
* * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-072-2/+7
* UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8jenglish2008-07-042-3/+9
* * library/package.tcl: Removed [file readable] testing fromdgp2008-07-032-13/+42
* * generic/tclIOUtil.c: Plug memory leak in latest commit. Thanksdgp2008-06-282-3/+13
* formattingdgp2008-06-231-2/+2
* * generic/tclIOUtil.c: Fixed bug in Tcl_GetTranslatedPath() whendgp2008-06-232-2/+19
* * tests/binary.test: Corrected flawed tests revealed by a -debug 1dgp2008-06-203-10/+9