summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2009-07-11* ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning.nobu
2009-07-10* ext/readline/readline.c (readline_attempted_completion_function):nobu
2009-07-10* ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji
2009-07-10* ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji
2009-07-08Update ext/.document with extensions that appear to have documentation.drbrain
2009-07-07rdoc update.akr
2009-07-01rdoc update.akr
2009-07-01* include/ruby/intern.h (rb_time_num_new): declared.akr
2009-06-26* ext/pty/pty.c (pty_getpty): check dup failure.akr
2009-06-22* variable.c (rb_generic_ivar_memsize): typo fixed. a patch frommatz
2009-06-22* ext/stringio/stringio.c (strio_each_codepoint): new method.matz
2009-06-18* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity toomatz
2009-06-17* ext/strscan/strscan.c (Init_strscan): remove obsoletematz
2009-06-16* ext/objspace: added. objspace library extends some methods toko1
2009-06-11* ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu
2009-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz
2009-05-26* ext/readline/readline.c (readline_getc): the function fornaruse
2009-05-23* ext/dl/handle.c (rb_dlhandle_s_sym): added a method to accessnobu
2009-05-23* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu
2009-05-23* ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrictnobu
2009-05-22update rdoc.akr
2009-05-17* ext/win32ole/win32ole.c (foletypelib_name): should returnsuke