diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-21 09:13:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-21 09:13:31 (GMT) |
commit | f87e7cdade0bf88329c0502b62047b06a645b264 (patch) | |
tree | db3d92d7f56253982dc962f282e591a5cdb1d393 /ChangeLog | |
parent | 296aebbd6ee092a25741684fa37ee31ef5a3e222 (diff) | |
parent | cd8d5b5a18221b00c35aa76c901a50d7fa45bef8 (diff) | |
download | tcl-f87e7cdade0bf88329c0502b62047b06a645b264.zip tcl-f87e7cdade0bf88329c0502b62047b06a645b264.tar.gz tcl-f87e7cdade0bf88329c0502b62047b06a645b264.tar.bz2 |
Inline compat Tcl_GetDefaultEncodingDir.
Eliminate unnecessary static HasStubSupport() and isDigit() functions, just do the same inline.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-12-21 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/dltest/pkgb.c: Inline compat Tcl_GetDefaultEncodingDir. + * generic/tclStubLib.c: Eliminate unnecessary static HasStubSupport() and + isDigit() functions, just do the same inline. + 2012-12-18 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmdsSZ.c (TclSubstCompile): Improved the sequence of |