diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-08-11 13:26:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-08-11 13:26:10 (GMT) |
commit | 65e17722f171ca567827a4d59ea436f636f938d2 (patch) | |
tree | 451d47fff87eb5ac1a61afbfd2d8d408f50ac26e /ChangeLog | |
parent | 632196139ecb87e0d5c65db14c7d1565a91a54a7 (diff) | |
download | tcl-65e17722f171ca567827a4d59ea436f636f938d2.zip tcl-65e17722f171ca567827a4d59ea436f636f938d2.tar.gz tcl-65e17722f171ca567827a4d59ea436f636f938d2.tar.bz2 |
TIP#136 IMPLEMENTATION. We now have an [lrepeat] command!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-08-11 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + TIP #136 IMPLEMENTATION from Simon Geard <simon.geard@ntlworld.com> + * generic/tclCmdIL.c (Tcl_LrepeatObjCmd): Adapted version of Simon's + * doc/lrepeat.n: patch, updated to the HEAD + * tests/lrepeat.test: and matching the core style. + * generic/tclBasic.c (buildIntCmds): Splice into core. + * generic/tclInt.h: + * doc/list.n: Cross-reference. + 2003-08-06 Jeff Hobbs <jeffh@ActiveState.com> * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus. |