summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Incomplete docs for [binary encode] and [binary decode].dkf2008-09-102-4/+23
* Use the powers of tcltest2 for good! Also add basic testing of disassmblerdkf2008-09-107-1440/+1401
* * tests/nre.test: add missing constraints; enable test of foreachMiguel Sofer2008-09-105-8/+68
* Fix efficiency bug detected by Kieran Elby.dkf2008-09-102-2/+18
* Simplify test bodies using tcltest2dkf2008-09-084-522/+529
* * generic/tclCompile.c (TclCompileTokens):Miguel Sofer2008-09-083-21/+27
* * doc/namespace.n: fix [Bug 2098441]Miguel Sofer2008-09-072-2/+6
* * generic/tclTrace.test (TraceVarProc):Miguel Sofer2008-09-053-3/+45
* * generic/tclExecute.c (CACHE_STACK_INFO):Miguel Sofer2008-09-043-3/+51
* * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macrodgp2008-09-035-204/+176
* unbreak the build with TCL_NO_DEPRECATED defineddas2008-09-021-1/+3
* * generic/tcl.h: Removed the conditional #define ofdgp2008-09-022-9/+23
* Use tcltest2 better.dkf2008-09-022-419/+399
* * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are nowMiguel Sofer2008-09-016-47/+244
* Improve the semantics of C-implemented destructors slightly.dkf2008-09-013-19/+50
* Ensure that all TclOO headers get installed. [Bug 2082299]dkf2008-08-295-3/+18
* * README: Bump version number to 8.6a3dgp2008-08-2810-16/+29
* typodgp2008-08-271-2/+2
* Added cross references to manual pages that discuss specific variables createddkf2008-08-273-4/+60
* * generic/tclBasic.c (InfoCoroutine):Miguel Sofer2008-08-263-2/+62
* * generic/tclBasic.c (NRInterpCoroutine): store the caller'sMiguel Sofer2008-08-252-2/+8
* Split off the ChangeLog entries for 2006-2007 into their own file.dkf2008-08-242-5916/+5926
* NRE-enable non-compiled [foreach]. [Bug 2017632]dkf2008-08-244-144/+257
* * generic/tclBasic.c: Removed unused var; fixed functionMiguel Sofer2008-08-235-9/+14
* NRE-enable the ensemble creator (add extra field!)dkf2008-08-234-282/+374
* Silence some warnings.dkf2008-08-231-5/+5
* fix ChangeLog entryMiguel Sofer2008-08-231-1/+2
* * generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY,Miguel Sofer2008-08-233-3/+8
* * generic/tclBasic.c: Set a special COROUTINE_BUSY errorcodeMiguel Sofer2008-08-232-1/+6
* * changes: Updates for 8.6a2 release.core_8_6_a2dgp2008-08-222-2/+14
* speling ficksdgp2008-08-222-7/+7
* * generic/tcl.h: Drop use of USE_COMPAT85_CONST. That addeddgp2008-08-222-4/+6
* * generic/tclUtil.c (TclReToGlob): Added missing set of thedgp2008-08-222-10/+17
* * generic/tclUtil.c (TclReToGlob): Added missing set of thedgp2008-08-223-10/+19
* * generic/tclBasic.c: Previous fix, now done right.Miguel Sofer2008-08-215-56/+65
* really fix translation to escape glob-sensitive charshobbs2008-08-212-13/+45
* * tests/regexp.test, tests/regexpComp.test: correct re2glob ***=hobbs2008-08-214-6/+73
* * generic/tcl.h: Reduced the use of CONST86 and eliminateddgp2008-08-214-50/+65
* parts of last commit were not saved :}Miguel Sofer2008-08-211-4/+15
* * generic/tclBasic.c: Fix the cmdFrame level count inMiguel Sofer2008-08-214-9/+40
* Added disassembly of TclOO methods.dkf2008-08-212-136/+232
* Align variable naming and typing a bit better with tclNamesp.c.dkf2008-08-211-10/+10
* Added casts to make MSVC happy and re-enable the debug build.patthoyts2008-08-203-4/+9
* Fix performance bug introduced by fix of [Bug 2037727]dkf2008-08-207-29/+89
* General whitespace/style policingdkf2008-08-201-281/+271
* Squelch warningdkf2008-08-201-2/+2
* Remove pointless castsdkf2008-08-201-3/+3
* Minor cleanupdkf2008-08-201-84/+81
* * generic/tclTest.c (TestconcatobjCmd): fix use of internal-onlydas2008-08-202-3/+15
* * generic/tclBasic.c: Implementation of [coroutine] and [yield]Miguel Sofer2008-08-177-30/+891