diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-19 12:33:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-09-19 12:33:25 (GMT) |
commit | 562176ad5a881a5f92f2985feab5401c375d559a (patch) | |
tree | a7583828161f3fa6868e69c2c9f818f83c503037 /ChangeLog | |
parent | 87baa038943501504fc76d2f330ad6987b384602 (diff) | |
download | tcl-562176ad5a881a5f92f2985feab5401c375d559a.zip tcl-562176ad5a881a5f92f2985feab5401c375d559a.tar.gz tcl-562176ad5a881a5f92f2985feab5401c375d559a.tar.bz2 |
Let "nmakehlp -V" start searching digits after the found match (suggested by Harald Oehlmann)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ 2012-09-19 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tcl.h: make Tcl_Interp a fully opaque structure + * generic/tcl.h: make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP 330 and 336). + * win/nmakehlp.c: Let "nmakehlp -V" start searching digits + after the found match (suggested by Harald Oehlmann) 2012-09-07 Harald Oehlmann <oehhar@users.sf.net> |