diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-07 04:47:08 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-07 04:47:08 +0000 |
| commit | 7e4ab6fb6326480cb14c137fbcba4c6f3e2713c2 (patch) | |
| tree | eb5fa22b493a34469100e90b9120e4b1c2ef6c1f /ChangeLog | |
| parent | 9485c9f1b74a6a9f1b24fe0d862c6a527f3904f1 (diff) | |
| download | ruby-7e4ab6fb6326480cb14c137fbcba4c6f3e2713c2.tar.gz ruby-7e4ab6fb6326480cb14c137fbcba4c6f3e2713c2.tar.xz ruby-7e4ab6fb6326480cb14c137fbcba4c6f3e2713c2.zip | |
* ext/tk/stubs.c (_nativethread_consistency_check): use simpler
(low cost) way to check whether the Tcl interpreter was compiled
with threads enabled of not.
* ext/tk/tcltklib.c: reduce warnings.
* ext/tk/tkutil/tkutil.c: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Mon Nov 7 13:43:51 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/stubs.c (_nativethread_consistency_check): use simpler + (low cost) way to check whether the Tcl interpreter was compiled + with threads enabled of not. + + * ext/tk/tcltklib.c: reduce warnings. + + * ext/tk/tkutil/tkutil.c: ditto. + Mon Nov 7 00:06:12 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324] |
