summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tcl.h: Bump to 8.5.6 for release.core_8_5_6dgp2008-12-211-2/+2
* Backport re-fix of [2431847]ferrieux2008-12-161-5/+2
* Fix [Bug 2431847]dkf2008-12-151-2/+5
* * generic/tclIO.c (SetChannelFromAny and related): Modified theandreas_kupries2008-12-111-3/+17
* * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added anotherdgp2008-12-041-13/+76
* * generic/tclFileName.c (DoGlob): One of thedgp2008-12-031-3/+4
* * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandreandreas_kupries2008-12-021-3/+3
* * generic/tclParse.c: Backport fix for [Bug 2251175].dgp2008-12-011-10/+26
* * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandreandreas_kupries2008-11-251-2/+2
* * generic/tclIO.c: Backport of fix for [Bug 2333466].andreas_kupries2008-11-231-2/+5
* fix [Bug 2308236] signature of Tcl_HashStats() wrongnijtmans2008-11-183-7/+7
* Fixed [Bug 2269431]: load of shared objectsnijtmans2008-11-143-16/+13
* * generic/tclPort.h: remove the ../win/ header dir as the buildhobbs2008-11-041-2/+2
* * generic/tcl.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-231-3/+3
* * generic/tclProc.c: Reset -level and -code values to defaultsdgp2008-10-191-1/+6
* * generic/tcl.h: Bump to 8.5.5 for release.dgp2008-10-101-2/+2
* * generic/tclTrace.c: Corrected handling of errors returned bydgp2008-10-082-44/+29
* * tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc:nijtmans2008-10-071-3/+5
* Missed a (minor) change.dkf2008-09-271-2/+2
* Fix [Bug 2130992].dkf2008-09-271-2/+18
* remove outdated commentarydgp2008-09-181-5/+3
* * generic/tclInt.h: Correct the TclGetLongFromObj,dgp2008-09-171-4/+4
* Fix efficiency bug detected by Kieran Elby.dkf2008-09-101-2/+11
* * generic/tcl.h: Bump version number to 8.5.5b1 to distinguishdgp2008-08-281-3/+3
* * generic/tclUtil.c (TclReToGlob): Added missing set of thedgp2008-08-221-9/+15
* * generic/tclUtil.c (TclReToGlob): Added missing set of thedgp2008-08-221-1/+4
* really fix translation to escape glob-sensitive charshobbs2008-08-211-13/+24
* * tests/regexp.test, tests/regexpComp.test: correct re2glob ***=hobbs2008-08-211-4/+3
* * generic/tclTest.c (TestconcatobjCmd): fix use of internal-onlydas2008-08-201-3/+9
* * generic/tclTest.c (TestconcatobjCmd):Miguel Sofer2008-08-172-7/+284
* typodas2008-08-141-4/+1
* * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-142-3/+126
* * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line beforedas2008-08-141-2/+4
* * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-1/+5
* * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreas_kupries2008-08-111-4/+24
* * generic/tcl.h: Bump to 8.5.4 for release.dgp2008-08-081-3/+3
* * generic/tclVar.c (TclLookupSimpleVar): Retrieve the number ofdgp2008-08-071-3/+2
* * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-041-1/+11
* * generic/tclBasic.c: Corrected the timing of when the flagdgp2008-07-301-3/+3
* * generic/tclExecute.c: fix [Bug 2030670] that causeMiguel Sofer2008-07-291-5/+6
* * generic/tclBasic.c: Added missing ref count when creating anandreas_kupries2008-07-281-2/+2
* backport casting fix from HEADdgp2008-07-281-2/+3
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-253-84/+96
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-233-24/+34
* * generic/tclBasic.c: Added missing function comments.andreas_kupries2008-07-221-1/+41
* * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-222-15/+15
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-225-60/+156
* define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0.nijtmans2008-07-221-16/+17
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-219-64/+385
* Backported fix for bug #2015723patthoyts2008-07-211-5/+7