summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2010-02-05* ext/rational/rational.c: Added to provide a fast implementationknu
2010-01-31* ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.nagai
2010-01-27* ext/dl/dl.c (c_parray): get rid of a deprecated function.nobu
2010-01-26* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656]naruse
2010-01-26* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.naruse
2010-01-19* Makefile.in (clean-ext): allow glob patterns.nobu
2010-01-17* ext/digest/digest.c (rb_digest_instance_digest)knu
2010-01-15 * ext/zlib/zlib.c: backport r18029 and r21861 from trunk.nahi
2009-12-31* ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppressknu
2009-12-31* ext/socket/socket.c: include addrinfo.h only when using our ownusa
2009-12-30* ext/socket/extconf.rb: fix for wide-getaddrinfo option.nobu
2009-12-30* ext/extmk.rb: fix for extstatic.nobu
2009-12-21 * ext/stringio/stringio.c (strio_getline): fix for "" as separator.nahi
2009-12-06* ext/bigdecimal/bigdecimal_en.html: Remove obsolete information, fix typosmarcandre
2009-12-06* lib/bigdecimal.rb: fix comparison operators [ruby-core:26646]marcandre
2009-11-30* ext/extmk.rb (command_output): $makeflags are already quoted.nobu
2009-11-25* ext/digest/digest.c (rb_digest_instance_method_unimpl): Do notknu
2009-11-24* ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Add anknu
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