aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h (rb_check_safe_str): deprecated.nobu2009-08-142-3/+3
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): fasternobu2009-08-141-5/+5
* * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windowsusa2009-08-121-0/+3
* * ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai2009-08-092-5/+7
* * ext/ripper/eventids2.c (token_to_eventid): addednobu2009-08-081-0/+1
* * ext/digest/sha2/sha2.c: The ULL suffix is not supported byknu2009-08-061-60/+65
* * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu2009-08-064-16/+0
* * ext/tk/extconf.rb (search_tclConfig): fix logic bug.nagai2009-08-061-3/+2
* * ext/digest/sha2/lib/sha2.eb: should require sha2.so.usa2009-08-061-0/+1
* * ext/digest/sha2/sha2.c (*_Final): typos.usa2009-08-061-6/+6
* * ext/digest/sha2/sha2.h (BYTE_ORDER): Define BYTE_ORDER asknu2009-08-061-1/+10
* * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes anknu2009-08-052-137/+446
* * ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai2009-08-038-66/+293
* * ext/json/lib/json/common.rb (JSON#recurse_proc): removematz2009-07-281-1/+0
* * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.nagai2009-07-273-170/+319
* * 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