summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * tests/info.test (info-37.0): Add !singleTestInterp constraint;das2008-07-252-21/+28
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-256-99/+211
* * tests/info.test: Reordered the tests to have monotonouslyandreas_kupries2008-07-232-151/+154
* Rename new test to avoid duplicate test name.andreas_kupries2008-07-231-2/+2
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-235-25/+72
* * generic/tclBasic.c: Added missing function comments.andreas_kupries2008-07-222-1/+43
* * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-223-15/+18
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-226-60/+167
* define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0.nijtmans2008-07-221-16/+17
* * tests/encoding.test: Make failing tests pass again. [Bug 1972867]dgp2008-07-222-1/+7
* Undo local changes which did not belong in the last commit.andreas_kupries2008-07-213-11/+8
* * 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