summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2009-09-01NaN is now 0.0/0 because of 1.8/1.9 compat.naruse
2009-09-01* ext/json: Update to JSON 1.1.9.naruse
2009-08-29* ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse
2009-08-28* ext/win32ole/win32ole.c: use SafeStringValue instead ofsuke
2009-08-26* ext/strscan/strscan.c (strscan_set_string): set string should not benobu
2009-08-22YAML parser don't need identity hash.akr
2009-08-22* ext/syck/rubyext.c (id_hash_new): new function to create a hashakr
2009-08-21use rl_prep_terminal only on Windows. [ruby-core:25009]naruse
2009-08-20Fix: change terminal's size on Widows when the window size is changednaruse
2009-08-14* include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu
2009-08-14* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): fasternobu
2009-08-12 * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windowsusa
2009-08-09* ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai
2009-08-08* ext/ripper/eventids2.c (token_to_eventid): addednobu
2009-08-06* ext/digest/sha2/sha2.c: The ULL suffix is not supported byknu
2009-08-06* ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu
2009-08-06* ext/tk/extconf.rb (search_tclConfig): fix logic bug.nagai
2009-08-06 * ext/digest/sha2/lib/sha2.eb: should require sha2.so.usa
2009-08-06 * ext/digest/sha2/sha2.c (*_Final): typos.usa
2009-08-06* ext/digest/sha2/sha2.h (BYTE_ORDER): Define BYTE_ORDER asknu
2009-08-05* ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes anknu
2009-08-03* ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai
2009-07-28* ext/json/lib/json/common.rb (JSON#recurse_proc): removematz
2009-07-27* ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.nagai
2009-07-25* ext/bigdecimal.c: moved BASE_FIG definition before it is used first time.azav
2009-07-23* ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai
2009-07-22 * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windowsusa
2009-07-22 * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6usa
2009-07-22 * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.usa
2009-07-22 * ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addressesusa
2009-07-22 * ext/socket/extconf.rb: enable ipv6 support for win32.usa
2009-07-21* ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object suke
2009-07-20* ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in akr
2009-07-19* ext/socket/lib/socket.rb (Socket.accept_loop): rescueakr
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-17* ext/readline/readline.c (Init_readline): rl_catch_signals doesyugui
2009-07-17 * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa
2009-07-17 * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch onlyusa
2009-07-17* ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsocknameakr
2009-07-16* ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai
2009-07-16 * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): serversusa
2009-07-16Fix SEGV of readline on FreeBSD. [ruby-core:21884]naruse
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-15* ext/purelib.rb: translates a fake path to rubygems in $" intoyugui
2009-07-14* ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai
2009-07-14* ext/io/nonblock: moved from ext/io/wait/lib.nobu
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