summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TIP #330 IMPLEMENTATIONdgp2008-10-027-22/+44
| | | | | | | | | | * generic/tcl.h: Remove the "result" and "freeProc" fields * generic/tclBasic.c: from the default public declaration of the * generic/tclResult.c: Tcl_Interp struct. Code should no longer * generic/tclStubLib.c: be accessing these fields. Access can be * generic/tclTest.c: restored by defining USE_INTERP_RESULT, but * generic/tclUtil.c: that should only be a temporary migration aid. *** POTENTIAL INCOMPATIBILITY ***
* forgot one missing unmatched font changeJoe Mistachkin2008-10-021-2/+2
|
* Fixes for [Bug 1934272, 2072891]Joe Mistachkin2008-10-028-15/+31
|
* remove outdated commentdgp2008-09-301-14/+1
|
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-294-13/+13
| | | | | | * doc/glob.n: Revise [glob] to accept zero patterns. * generic/tclFileName.c: * tests fileName.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-294-8/+22
| | | | | | * doc/linsert.n: Revise [linsert] to accept zero elements. * generic/tclCmdIL.c: * tests/linsert.test:
* TIP #326 IMPLEMENTATIONdkf2008-09-294-22/+196
|
* TIP #313 IMPLEMENTATIONdkf2008-09-294-25/+108
|
* Implement TIP 318.dkf2008-09-293-8/+34
|
* regendkf2008-09-282-33/+52
|
* Implement TIP 314. [Patch 1901783]dkf2008-09-287-53/+569
|
* Added test for [Bug 2130726].dkf2008-09-281-1/+4
|
* * generic/tclBasic.c: Fix the numLevels computations onMiguel Sofer2008-09-284-6/+111
| | | | | * generic/tclInt.h: coroutine yield/resume * tests/unsupported.test:
* Reduce the magic number countdkf2008-09-271-4/+6
|
* Fix [Bug 2130726].dkf2008-09-272-1/+28
|
* Stylistic improvements (consistent function separation standards, etc.) anddkf2008-09-271-324/+320
| | | | some reduction in nesting in functions.
* Corrected sanity test in zero-element casedkf2008-09-271-2/+3
|
* Fix [Bug 2130992].dkf2008-09-272-4/+26
|
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-264-26/+33
| | | | | | * doc/lrepeat.n: Revise [lrepeat] to accept both zero * generic/tclCmdIL.c: repetitions and zero elements to be repeated. * tests/lrepeat.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-264-6/+20
| | | | | | * doc/object.n: Revise standard oo method [my variable] to * generic/tclOOBasic.c: accept zero variable names. * tests/oo.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-264-12/+16
| | | | | | * doc/tm.n: Revise [tcl::tm::path add] and * library/tm.tcl: [tcl::tm::path remove] to accept zero paths. * tests/tm.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-264-7/+24
| | | | | | * doc/namespace.n: Revise [namespace upvar] to accept zero * generic/tclNamesp.c: variable names. * tests/upvar.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-264-12/+20
| | | | | | * doc/lassign.n: Revise [lassign] to accept zero variable names. * generic/tclCmdIL.c: * tests/cmdIL.test:
* Bump the TclOO version. (Forgot when checking in TIP320 impl.)dkf2008-09-262-3/+8
|
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-254-15/+13
| | | | | | | | * doc/global.n: Revise [global] to accept zero variable names. * doc/variable.n: Revise [variable] likewise. * generic/tclVar.c: * tests/proc-old.test: * tests/var.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-255-15/+28
| | | | | | | | | * doc/global.n: Revise [global] to accept zero variable names. * generic/tclVar.c: * tests/proc-old.test: * tests/var.test: * doc/global.n: Correct false claim about [info locals].
* * tests/platform.test: Update tests to expect revised resultsdgp2008-09-253-3/+6
| | | | * tests/safe.test: corresponding to the TIP 315 change.
* overlooked 85 -> 86 bumpdgp2008-09-252-5/+5
|
* Implement TIP #315.dkf2008-09-254-3/+31
|
* correct bug numberdkf2008-09-251-1/+1
|
* slightly more efficientdkf2008-09-251-3/+1
|
* Fix [Bug 2120903]dkf2008-09-253-21/+39
|
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-246-23/+27
| | | | | | | | * doc/file.n: Revise [file delete] and [file mkdir] to * generic/tclCmdAH.c: accept zero "pathname" arguments (the * generic/tclFCmd.c: no-op case). * tests/cmdAH.test: * tests/fCmd.test:
* Remove obsolete debugging macro. [Bug 2124814]dkf2008-09-242-7/+4
|
* Implement TIP #316.dkf2008-09-246-244/+630
|
* Apply [Patch 2082450]dkf2008-09-232-7/+10
|
* Fix [Bug 2118123]dkf2008-09-235-8/+24
|
* Implementation of TIP #320.#320.#320.dkf2008-09-239-173/+856
|
* Clean up paragraph order in chan.n [chan pipe]ferrieux2008-09-222-11/+15
|
* simplify TCL_CT_ASSERTMiguel Sofer2008-09-181-4/+2
|
* * generic/tclExecute.c (NEXT_INST_F):Miguel Sofer2008-09-183-40/+50
| | | | | * generic/tclInt.h (TCL_CT_ASSERT): new compile-time assertions, adapted from www.pixelbeat.org/programming/gcc/static_assert.html
* * generic/tclInt.h: Correct the TclGetLongFromObj,dgp2008-09-172-4/+11
| | | | | | TclGetIntFromObj, and TclGetIntForIndexM macros so that they retrieve the internalRep.longValue field instead of casting the internalRep.otherValuePtr field to type long.
* * library/init.tcl: export min and max commands from the mathfuncMiguel Sofer2008-09-172-1/+7
| | | | namespace [Bug 2116053]
* * generic/tclParse.c: move TclResetCancellation to be called onJoe Mistachkin2008-09-172-2/+8
| | | | | returning to level 0, as opposed to it being called on starting a substitution at level 0.
* * generic/tclBasic.c: move TclResetCancellation to be called onMiguel Sofer2008-09-172-2/+23
| | | | | | returning to level 0, as opposed to it being called on starting a command at level 0. Add a call on returning via Tcl_EvalObjEx to fix [Bug 2114165].
* 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
| | | | (though not of its output format).
* * tests/nre.test: add missing constraints; enable test of foreachMiguel Sofer2008-09-105-8/+68
| | | | | | | | | recursion. * generic/tclBasic.c: * generic/tclCompile.h: * generic/tclExecute.c (INST_EVAL_STK): fix for [Bug 2102930], wrong numLevels when evaling a canonical list.
* Fix efficiency bug detected by Kieran Elby.dkf2008-09-102-2/+18
|
* Simplify test bodies using tcltest2dkf2008-09-084-522/+529
|