diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2012-11-13 20:03:42 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2012-11-13 20:03:42 (GMT) |
commit | 41552a3de10d3861ea5aa312bef58918d99de3c2 (patch) | |
tree | 4ab00204aef4bc26bf81744426b7a619c2560c69 /ChangeLog | |
parent | 4980b7bd80aaa2e11a6c4c5e2459aabe975a6150 (diff) | |
parent | a4d552f93c2ab129b82405cb45b7e2324a67cbd7 (diff) | |
download | tcl-41552a3de10d3861ea5aa312bef58918d99de3c2.zip tcl-41552a3de10d3861ea5aa312bef58918d99de3c2.tar.gz tcl-41552a3de10d3861ea5aa312bef58918d99de3c2.tar.bz2 |
also search for the library directory (init.tcl, encodings, etc) relative to the build directory associated with the source checkout.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-11-13 Joe Mistachkin <joe@mistachkin.com> + + * win/tclWinInit.c: also search for the library directory (init.tcl, + encodings, etc) relative to the build directory associated with the + source checkout. + 2012-11-10 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c: re-enable bcc-tailcall, after fixing an |