This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sat Jul 9 19:25:02 2011 Yuki Sonoda (Yugui) <[email protected]> | |
* ext/tk/extconf.rb: I gave up to fix the build issue of ext/tk with Windows | |
installer (mingw32). Ported whole ext/tk/extconf.rb from trunk. | |
Mon Jul 4 00:28:05 2011 Yuki Sonoda (Yugui) <[email protected]> | |
* ext/tk/extconf.rb (find_tcl): fixed a TypeError on --with-opt-dir. | |
reported by luislavena and ksmakoto. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# robgleeson's fork much improved | |
class ErrorDelegate | |
attr_reader :pointer | |
alias_method :to_pointer, :pointer | |
def initialize | |
@pointer = Pointer.new_with_type '@' | |
end |
NewerOlder