aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/socket.c (socket_s_list_ip_address): new method.akr2009-01-206-1/+281
* * ext/socket/rubysocket.h (pseudo_AF_FTIP): moved from mkconstants.rb.akr2009-01-203-4/+22
* * ext/nkf/nkf-utf8/nkf.c (nkf_buf): use nkf_char.naruse2009-01-202-20/+26
* * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixednobu2009-01-204-9/+16
* * Makefile.in (miniruby): renames and then removes, to get rid ofnobu2009-01-205-18/+31
* * string.c (hash): fixed the tail bytes handling in the alignednobu2009-01-202-4/+15
* * ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.usa2009-01-202-1/+9
* * array.c (take_items), enum.c (enum_zip): tries to convert tonobu2009-01-195-3/+24
* * ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9.naruse2009-01-192-264/+334
* * string.c (hash): fixed typo. [ruby-dev:37791]nobu2009-01-192-1/+5
* * 2009-01-20svn2009-01-191-2/+2
* * ext/socket/mkconstants.rb (SOMAXCONN): defined.akr2009-01-192-0/+6
* * ext/socket/mkconstants.rb: use erb for generating code.akr2009-01-192-7/+14
* * string.c (hash): defaulted to MurmurHash 2.0.nobu2009-01-192-2/+6
* * include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added.nobu2009-01-193-7/+7
* * include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added.nobu2009-01-193-8/+23
* * vm_dump.c (vm_stack_dump_each): used only if debug mode.nobu2009-01-191-1/+2
* * string.c (hash): added MurmurHash 2.0.nobu2009-01-192-54/+97
* * thread.c (rb_thread_execute_interrupts): needsnobu2009-01-193-2/+6
* * ruby.c (require_libraries): reset th->parse_in_eval whileko12009-01-192-0/+9
* * vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko12009-01-196-44/+55
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-1914-77/+92
* * ext/socket/rubysocket.h (rb_cUNIXSocket, rb_cUNIXServer),nobu2009-01-192-1/+8
* * vm_dump.c: add a prefix "rb_vmdebug_" toko12009-01-194-23/+35
* * ext/socket/raddrinfo.c (addrinfo_ip_port): use AF_INET6 only whennobu2009-01-192-2/+15
* * gc.c (garbage_collect_with_gvl): suppress warnings.ko12009-01-192-1/+5
* * ext/socket/depend: workaround for nmake. files in depend withoutusa2009-01-192-2/+8
* * iseq.c:ko12009-01-1910-47/+69
* * ext/socket/raddrinfo.c (addrinfo_mdump, addrinfo_mload): supportusa2009-01-193-6/+18
* * eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.cko12009-01-194-62/+68
* * iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it isnobu2009-01-184-4/+9
* * transcode.c (str_transcode0): fix: :xml option doesn'tnaruse2009-01-183-3/+9
* * ext/socket/raddrinfo.c (addrinfo_inspect_sockaddr): newakr2009-01-183-16/+67
* * ext/socket/raddrinfo.c (addrinfo_ip_address): new methodakr2009-01-183-0/+77
* * ext/socket/unixsocket.c: redandant #ifdef removed.akr2009-01-182-4/+4
* Fixed LocalJumpErrorryan2009-01-171-1/+1
* * ext/socket/raddrinfo.c (addrinfo_mdump): don't use symbol.akr2009-01-172-21/+17
* * ext/socket/raddrinfo.c (addrinfo_mdump): new method.akr2009-01-176-10/+253
* updated.akr2009-01-171-0/+2
* * ext/socket/socket.c (sock_s_getnameinfo): accept AddrInfo object.akr2009-01-175-1/+23
* fix typos.akr2009-01-171-2/+2
* * 2009-01-18svn2009-01-171-2/+2
* rdoc update.akr2009-01-171-0/+4
* set property.akr2009-01-170-0/+0
* * ext/socket/lib/socket.rb: new file.akr2009-01-174-0/+379
* * configure.in (VCSUP): fixed the cases for git-svn or git.yugui2009-01-174-5/+13
* eol-stylenobu2009-01-170-0/+0
* * configure.in (darwin): get rid of strange settings issue ofnobu2009-01-172-2/+10
* * ext/socket/mkconstants.rb: generate a header file for generatedakr2009-01-175-28/+74
* extract TestBasicSocket from test_socket.rb.akr2009-01-172-83/+88