summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-19* ext/tk/tkutil.c: backport from CVS HEADnagai
2004-10-18* ext/tk/MANIFEST: add lib/tkextlib/tcllib/ico.rb.eban
2004-10-17* ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai
2004-10-17 * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke
2004-10-16* ext/tk/lib/tkextlib/tcllib: based on Tcllib 1.7nagai
2004-10-15* ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.nagai
2004-10-11* ext/tk/lib/tk/*: untabifynagai
2004-10-07* ext/tk/lib/tk/optiondb.rb: make it more securenagai
2004-10-07* ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai
2004-10-07* ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai
2004-10-06* ext/stringio/stringio.c: use FMODE_APPEND.nobu
2004-10-06* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai
2004-10-04* ext/tk/lib/tk/image.rb: bug fixnagai
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-10-01* ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai
2004-09-29* ext/tcltklib/tcltklib.c (ip_init): bug fixnagai
2004-09-27merged from HEAD.ttate
2004-09-18* array.c (rb_ary_equal): element size might change duringmatz
2004-09-17* ext/tk/lib/multi-tk.rb: improve exit operationnagai
2004-09-17* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai
2004-09-15* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIpnagai
2004-09-14* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by thenagai
2004-09-14* ext/tcltklib/tcltklib.c: fix SEGVnagai
2004-09-13* ext/zlib/zlib.c: backported from HEAD.eban
2004-09-13* ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave acceptnagai
2004-09-12* ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkipnagai
2004-09-11* ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai
2004-09-10* ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspiciousocean
2004-09-09* ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...nagai
2004-09-08* ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.nobu
2004-09-08* ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4nagai
2004-09-06* ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct methodocean
2004-09-03* ext/tk/lib/tk.rb: Tk.after makes TkCore::INTERP.tk_cmd_tbl grow [ruby-dev:2...nagai
2004-09-02* ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]nagai
2004-09-02* ext/extmk.rb: already built-in libraries satisfy dependencies.nobu
2004-09-01* ext/tk/lib/tk/spinbox.rb: fix typoocean
2004-08-31* ext/tk/tkutil.c (cbsubst_init): fix memory leakocean
2004-08-31* ext/tcltklib/tcltklib.c (ip_delete): when a tcltkip is deleted, destroy its...nagai
2004-08-31* ext/tcltklib/tcltklib.c (del_root): fix SEGVnagai
2004-08-30* ext/tk/lib/multi-tk.rb: 'restart' method accepts argumentsnagai
2004-08-29* ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]nagai
2004-08-24* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2igotoyuzo
2004-08-23* ext/openssl/ossl_ssl.c (ossl_ssl_read):gotoyuzo
2004-08-20* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu
2004-08-19* ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.nagai
2004-08-18* ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy
2004-08-18* ext/tcltklib/stubs.c (ruby_tcltk_stubs): need to calleban
2004-08-07* lib/implicit.c: added sexagecimal float#base60.why
2004-08-06* ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.akr