mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge r32233 and r32320 from ruby_1_8_7.
* ext/tk/extconf.rb: copy from trunk, as requested by Hidetoshi NAGAI. * ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl with mingw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@37217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
669775baae
commit
71ac625b71
3 changed files with 835 additions and 379 deletions
|
@ -1,3 +1,9 @@
|
|||
Tue Oct 16 16:26:15 2012 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/tk/extconf.rb: copy from trunk, as requested by Hidetoshi NAGAI.
|
||||
|
||||
* ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl with mingw.
|
||||
|
||||
Fri Jul 27 13:04:31 2012 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* numeric.c (int_pow, fix_mul): Avoid optimization bugs of
|
||||
|
|
|
@ -1,12 +1,16 @@
|
|||
##############################################
|
||||
# configure options for Ruby/Tk
|
||||
# release date: 2009-07-28
|
||||
# release date: 2011-06-05
|
||||
##############################################
|
||||
with tk-old-extconf
|
||||
with ActiveTcl
|
||||
with tk-shlib-search-path
|
||||
enable tcltk-stubs
|
||||
with tcltkversion
|
||||
enable tcl-h-ver-check
|
||||
enable tk-h-ver-check
|
||||
with tcl-build-dir
|
||||
with tk-build-dir
|
||||
with tcl-config
|
||||
with tk-config
|
||||
with tclConfig-dir
|
||||
|
|
1202
ext/tk/extconf.rb
1202
ext/tk/extconf.rb
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue