diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-02-22 14:52:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-02-22 14:52:45 (GMT) |
commit | 13460529f07c3b6cefa73a73c4b20677a974859e (patch) | |
tree | 62dd725cfd18cac73df0af016563dc4793cd8299 /ChangeLog | |
parent | ae707bf53694039c55ae485a246b5f037caaf2df (diff) | |
download | tcl-13460529f07c3b6cefa73a73c4b20677a974859e.zip tcl-13460529f07c3b6cefa73a73c4b20677a974859e.tar.gz tcl-13460529f07c3b6cefa73a73c4b20677a974859e.tar.bz2 |
Added TIP#76 implementation, docs + tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2002-02-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> + --- TIP#76 CHANGES --- + * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): Final-argument-less + [regsub] returns the modified string. + * doc/regsub.n: Updated docs. + * tests/regexp.test: Updated and added tests. + * compat/strtoll.c (strtoll): * compat/strtoull.c (strtoull): * unix/tclUnixPort.h: |