File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
ext/tk/lib/tkextlib/tcllib Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ Fri Mar 25 18:35:08 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
2
+
3
+ * ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb: fix method name typo.
4
+ [ruby-core:72513] [Bug #11893] The patch provided by Akira Matsuda.
5
+
6
+
1
7
Fri Mar 25 18:34:20 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
2
8
3
9
* ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.
Original file line number Diff line number Diff line change 15
15
Tk ::Tcllib ::Tablelist_usingTile = true
16
16
end
17
17
18
- requrie 'tkextlib/tcllib/tablelist_core'
18
+ require 'tkextlib/tcllib/tablelist_core'
19
19
20
20
module Tk
21
21
module Tcllib
Original file line number Diff line number Diff line change 1
1
#define RUBY_VERSION "2.1.9"
2
2
#define RUBY_RELEASE_DATE "2016-03-25"
3
- #define RUBY_PATCHLEVEL 478
3
+ #define RUBY_PATCHLEVEL 479
4
4
5
5
#define RUBY_RELEASE_YEAR 2016
6
6
#define RUBY_RELEASE_MONTH 3
You can’t perform that action at this time.
0 commit comments