summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2009-11-13* ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value.nagai
2009-11-13* ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have anagai
2009-11-09* ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): rdoc fixmarcandre
2009-10-27* ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method.nagai
2009-10-26* ext/tk/tcltklib.c: mistake on operation. sorry.nagai
2009-10-26* ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai
2009-10-26* ext/tk/lib/remote-tk.rb: typo fixed.nagai
2009-10-22* intern.h (rb_thread_join): added prototype. a patch fromnobu
2009-10-15* ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu
2009-10-13* ext/tk/variable.rb: bug fix. additional trace definition changes thenagai
2009-10-11* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu
2009-10-08ext/curses/curses: more whitespacemarcandre
2009-10-08* ext/curses/curses.c: Many functions of module Curses could cause a crash if...marcandre
2009-10-08ext/curses/curses.c: fix whitespacemarcandre
2009-10-05* ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai
2009-10-03* ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_arynagai
2009-09-24* ext/openssl/ossl_config.c (ossl_config_add_value_m, ossl_config_set_section...marcandre
2009-09-21* numeric.c: Fix doc for #remainder [ruby-core:18796]marcandre
2009-09-12* ext/win32ole/win32ole.c (EVENTSINK_Invoke): initialize resultsuke
2009-08-28* ext/win32ole/win32ole.c (fole_s_show_help): fixed the commentsuke
2009-08-14* ext/curses/curses.c ({curses,window}_addstr),nobu
2009-08-11 * ext/digest/sha2/sha2.h: need to include defs.h instead of inttypes.husa
2009-08-09* ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai
2009-08-07* ext/digest/sha2/sha2.h: include inttypes.h for uint32_h, etc.akr
2009-08-06* ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes anknu
2009-08-06* ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu
2009-08-06* ext/digest/sha2/lib/sha2.eb: should require sha2.so.knu
2009-08-06* ext/tk/extconf.rb (search_tclConfig): fix logic bug.nagai
2009-08-03* ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai
2009-07-27* ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.nagai
2009-07-23* ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai
2009-07-17* ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.nagai
2009-07-17* ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().nagai
2009-07-16* ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai
2009-07-14* ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai
2009-07-14* ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.nagai
2009-07-13* ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.nagai
2009-07-12* ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai
2009-06-11* ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu
2009-06-11* ext/bigdecimal/bigdecimal.c (VpCtoV): big number should resultmatz
2009-06-11* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introducedmatz
2009-06-01* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz
2009-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz
2009-05-29* ext/thread/thread.c (unlock_mutex_inner): fixed wrong variable.nobu
2009-05-20* ext/openssl/ossl_digest.c (Init_ossl_digest): avoid recursingmatz
2009-05-18* ext/thread/thread.c (unlock_mutex_inner): should adjust joinnobu
2009-05-15* eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjustsnobu
2009-04-26* ext/tk/sample/tkcombobox.rb: fix conflict with autoload definitionnagai
2009-04-09* ext/nkf/nkf.c: RDoc typo fixed. [ruby-core:23170]matz
2009-04-03* ext/extmk.rb: quotes arguments with spaces always.nobu