diff options
author | ericm <ericm> | 2000-06-19 21:34:45 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-19 21:34:45 (GMT) |
commit | 3eb9179c354793e398482a1a00b12e7c3ef645b9 (patch) | |
tree | 40d4f2ca318046590b8ada7f5cae3eb5d53a8d35 /ChangeLog | |
parent | 8bb9bc448fdea2fd557b000733dda032dbc90067 (diff) | |
download | tcl-3eb9179c354793e398482a1a00b12e7c3ef645b9.zip tcl-3eb9179c354793e398482a1a00b12e7c3ef645b9.tar.gz tcl-3eb9179c354793e398482a1a00b12e7c3ef645b9.tar.bz2 |
* doc/RegExp.3: Replaced instances of "Tcl_GetRegExpInfo" with
"Tcl_RegExpGetInfo", the correct name of the function [Bug: 5901].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-06-19 Eric Melski <ericm@scriptics.com> + + * doc/RegExp.3: Replaced instances of "Tcl_GetRegExpInfo" with + "Tcl_RegExpGetInfo", the correct name of the function [Bug: 5901]. + 2000-06-13 Eric Melski <ericm@scriptics.com> * win/tcl.m4: |