mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/MANUAL_tcltklib.eng: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bb98e0ecec
commit
b062e60805
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Oct 23 18:21:23 2011 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||||
|
|
||||||
|
* ext/tk/MANUAL_tcltklib.eng: fix typo.
|
||||||
|
|
||||||
Sun Oct 23 18:03:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sun Oct 23 18:03:31 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* numeric.c (rb_infinity, rb_nan): aggregated member initializers
|
* numeric.c (rb_infinity, rb_nan): aggregated member initializers
|
||||||
|
|
|
@ -11,7 +11,7 @@ module TclTklib
|
||||||
: Tcl/Tk interpreters
|
: Tcl/Tk interpreters
|
||||||
|
|
||||||
module TclTkLib::EventFlag
|
module TclTkLib::EventFlag
|
||||||
: Defines flags to define taget events on 'do_one_event' methods.
|
: Defines flags to define target events on 'do_one_event' methods.
|
||||||
: When to give, please use bit-operator (e.g. WINDOW | DONT_WAIT).
|
: When to give, please use bit-operator (e.g. WINDOW | DONT_WAIT).
|
||||||
|
|
||||||
[constants]
|
[constants]
|
||||||
|
|
Loading…
Add table
Reference in a new issue