summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-2113-72/+408
* Backported fix for bug #2015723patthoyts2008-07-212-5/+11
* Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot.dkf2008-07-203-11/+64
* Fix error in example. [Bug 2016740]dkf2008-07-152-2/+6
* * generic/tclGet.c: Corrected out of date comments.dgp2008-07-082-7/+13
* * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-072-2/+7
* Correct examples. [Bug 1982642]dkf2008-07-073-16/+33
* UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8jenglish2008-07-042-2/+8
* * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leakandreas_kupries2008-07-032-1/+19
* * library/package.tcl: Removed [file readable] testing fromdgp2008-07-032-11/+37
* typodgp2008-06-301-2/+2
* * generic/tcl.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-309-13/+25
* * doc/ObjectType.3: Updated documentation of the Tcl_ObjTypedgp2008-06-302-36/+77
* * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanksdgp2008-06-292-3/+12
* * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanksdgp2008-06-282-3/+13
* Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintaindgp2008-06-271-3/+3
* typosdgp2008-06-271-4/+4
* * unix/Makefile.in: Followup to my change of 2008-06-25, make codeandreas_kupries2008-06-262-2/+9
* remove stray .REdgp2008-06-251-2/+1
* Add test suite changes for 1999119 bug fix commit.dgp2008-06-253-19/+20
* * library/tm.tcl: Modified the handling of Tcl Modules and of theandreas_kupries2008-06-254-19/+157
* * changes: Update for 8.5.3 release.dgp2008-06-252-2/+10
* Backported fix for dde/registry versions and the staticpkg build optionpatthoyts2008-06-253-11/+45
* * generic/tclPathObj.c: Fixed some internals management in the "path"dgp2008-06-242-2/+31
* * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() whendgp2008-06-232-2/+19
* another update for 8.5.3dgp2008-06-202-1/+5
* * generic/tclInterp.c: Fixed completely boneheaded mistake thatdgp2008-06-206-12/+45
* Solaris changes for 8.5.3das2008-06-201-1/+5
* * changes: Updates for 8.5.3 release.dgp2008-06-192-1/+27
* * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed leftandreas_kupries2008-06-172-2/+6
* * doc/tm.n: Followup to changelog entry 2008-03-18 regardingandreas_kupries2008-06-172-9/+23
* 2006-06-17 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2008-06-173-8/+33
* * generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on theandreas_kupries2008-06-163-49/+64
* * unix/Makefile.in: add complete deps on tclDTrace.h.das2008-06-122-4/+6
* s/target/config/das2008-06-121-2/+2
* * unix/Makefile.in: clean generated tclDTrace.h file.das2008-06-122-2/+16
* * unix/configure: autoconf-2.59das2008-06-121-20/+52
* * unix/configure.in: fix static DTrace-enabled build on Solaris.das2008-06-121-1/+10
* * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-24/+39
* * macosx/Tcl.xcodeproj/project.pbxproj: add debug configs with gcov,das2008-06-123-71/+292
* (io-53.9): need to close chan before removing filehobbs2008-05-262-1/+6
* * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-235-19/+35
* * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability todgp2008-05-222-1/+10
* * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()dgp2008-05-213-6/+21
* Backport of fixes to Tcl_SetNamespaceUnknownHandlerdkf2008-05-213-25/+53
* * generic/tclCompile.c: fix crash with tcl_traceExec. Found andMiguel Sofer2008-05-162-2/+7
* Fix off-by-one error that caused crashes. Backport from HEAD.dkf2008-05-073-15/+25
* fix Makefile dependencydas2008-05-061-2/+2
* fix warningdas2008-05-031-2/+1
* use Tcl_Panic() instead of panic()das2008-05-031-3/+3