Skip to content

Instantly share code, notes, and snippets.

View RobertLowe's full-sized avatar

Robert Lowe RobertLowe

View GitHub Profile
@RobertLowe
RobertLowe / gist:1085832
Created July 16, 2011 00:25
Changes from ruby 1.9.2p180 -> 1.9.2p290
Sat Jul 9 19:25:02 2011 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* 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) <yugui@yugui.jp>
* ext/tk/extconf.rb (find_tcl): fixed a TypeError on --with-opt-dir.
reported by luislavena and ksmakoto.
# robgleeson's fork much improved
class ErrorDelegate
attr_reader :pointer
alias_method :to_pointer, :pointer
def initialize
@pointer = Pointer.new_with_type '@'
end