aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal.c: moved BASE_FIG definition before it is used first time.azav2009-07-251-18/+18
* * ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai2009-07-231-8/+8
* * ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windowsusa2009-07-221-0/+3
* * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6usa2009-07-221-1/+1
* * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin.usa2009-07-221-1/+1
* * ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addressesusa2009-07-221-0/+4
* * ext/socket/extconf.rb: enable ipv6 support for win32.usa2009-07-221-0/+2
* * ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object suke2009-07-211-124/+34
* * ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in akr2009-07-201-1/+1
* * ext/socket/lib/socket.rb (Socket.accept_loop): rescueakr2009-07-191-2/+2
* * ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.nagai2009-07-171-1/+1
* * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().nagai2009-07-172-8/+36
* * ext/readline/readline.c (Init_readline): rl_catch_signals doesyugui2009-07-172-0/+3
* * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa2009-07-171-1/+11
* * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch onlyusa2009-07-172-0/+3
* * ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsocknameakr2009-07-171-1/+1
* * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai2009-07-163-17/+63
* * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): serversusa2009-07-161-1/+1
* Fix SEGV of readline on FreeBSD. [ruby-core:21884]naruse2009-07-161-0/+3
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-4/+0
* * ext/purelib.rb: translates a fake path to rubygems in $" intoyugui2009-07-151-1/+8
* * ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai2009-07-141-2/+2
* * ext/io/nonblock: moved from ext/io/wait/lib.nobu2009-07-143-23/+116
* * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.nagai2009-07-142-2/+3
* * ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.nagai2009-07-131-1/+1
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-12227-1043/+7234
* * ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning.nobu2009-07-111-1/+1
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2009-07-101-6/+6
* * ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji2009-07-102-0/+23
* * ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji2009-07-103-6/+75
* Update ext/.document with extensions that appear to have documentation.drbrain2009-07-081-0/+12
* rdoc update.akr2009-07-071-9/+9
* rdoc update.akr2009-07-011-3/+0
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-011-3/+9
* * ext/pty/pty.c (pty_getpty): check dup failure.akr2009-06-261-1/+23
* * variable.c (rb_generic_ivar_memsize): typo fixed. a patch frommatz2009-06-221-2/+2
* * ext/stringio/stringio.c (strio_each_codepoint): new method.matz2009-06-221-0/+33
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity toomatz2009-06-181-1/+1
* * ext/strscan/strscan.c (Init_strscan): remove obsoletematz2009-06-171-12/+0
* * ext/objspace: added. objspace library extends some methods toko12009-06-162-0/+558
* * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu2009-06-112-12/+14
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz2009-05-311-3/+5
* * ext/readline/readline.c (readline_getc): the function fornaruse2009-05-261-3/+3
* * ext/dl/handle.c (rb_dlhandle_s_sym): added a method to accessnobu2009-05-231-10/+46
* * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu2009-05-231-1/+1
* * ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrictnobu2009-05-231-1/+4
* update rdoc.akr2009-05-221-3/+3
* * ext/win32ole/win32ole.c (foletypelib_name): should returnsuke2009-05-171-2/+3
* * ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignorenobu2009-05-161-1/+1
* * sample/drb/dhasenc.rb: add magic comment for encoding.matz2009-05-161-1/+1