aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_time_timeval): made a real prototype. a patch fromnobu2009-01-221-0/+5
* * array.c (ary_double_capa): a new function to expand array morematz2009-01-211-0/+11
* * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOFnobu2009-01-211-0/+8
* * io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.nobu2009-01-211-0/+4
* * array.c (take_items): to_ary() raises ArgumentError if cannot tousa2009-01-211-0/+5
* * parse.y (debug_lines): calls rb_intern() once.nobu2009-01-211-0/+4
* * include/ruby/io.h (FMODE_EOF): EOF flag on TTY.nobu2009-01-211-8/+11
* * include/ruby/io.h (typedef struct rb_io_t):nobu2009-01-211-0/+9
* Imported minitest 1.3.1 r4532.ryan2009-01-201-0/+5
* * ext/socket/socket.c (socket_s_list_ip_address): new method.akr2009-01-201-0/+14
* * ext/socket/rubysocket.h (pseudo_AF_FTIP): moved from mkconstants.rb.akr2009-01-201-0/+6
* * ext/nkf/nkf-utf8/nkf.c (nkf_buf): use nkf_char.naruse2009-01-201-0/+4
* * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixednobu2009-01-201-3/+10
* * Makefile.in (miniruby): renames and then removes, to get rid ofnobu2009-01-201-0/+15
* * string.c (hash): fixed the tail bytes handling in the alignednobu2009-01-201-0/+5
* * ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.usa2009-01-201-0/+6
* * array.c (take_items), enum.c (enum_zip): tries to convert tonobu2009-01-191-0/+5
* * ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9.naruse2009-01-191-0/+5
* * string.c (hash): fixed typo. [ruby-dev:37791]nobu2009-01-191-0/+4
* * ext/socket/mkconstants.rb (SOMAXCONN): defined.akr2009-01-191-0/+4
* * ext/socket/mkconstants.rb: use erb for generating code.akr2009-01-191-0/+4
* * string.c (hash): defaulted to MurmurHash 2.0.nobu2009-01-191-0/+4
* * include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added.nobu2009-01-191-2/+2
* * include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added.nobu2009-01-191-0/+8
* * string.c (hash): added MurmurHash 2.0.nobu2009-01-191-0/+4
* * thread.c (rb_thread_execute_interrupts): needsnobu2009-01-191-0/+5
* * ruby.c (require_libraries): reset th->parse_in_eval whileko12009-01-191-0/+5
* * vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko12009-01-191-0/+11
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-0/+15
* * ext/socket/rubysocket.h (rb_cUNIXSocket, rb_cUNIXServer),nobu2009-01-191-0/+5
* * vm_dump.c: add a prefix "rb_vmdebug_" toko12009-01-191-0/+15
* * ext/socket/raddrinfo.c (addrinfo_ip_port): use AF_INET6 only whennobu2009-01-191-0/+5
* * gc.c (garbage_collect_with_gvl): suppress warnings.ko12009-01-191-0/+4
* * ext/socket/depend: workaround for nmake. files in depend withoutusa2009-01-191-0/+6
* * iseq.c:ko12009-01-191-0/+22
* * ext/socket/raddrinfo.c (addrinfo_mdump, addrinfo_mload): supportusa2009-01-191-0/+8
* * eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.cko12009-01-191-0/+8
* * iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it isnobu2009-01-181-0/+5
* * transcode.c (str_transcode0): fix: :xml option doesn'tnaruse2009-01-181-0/+5
* * ext/socket/raddrinfo.c (addrinfo_inspect_sockaddr): newakr2009-01-181-0/+8
* * ext/socket/raddrinfo.c (addrinfo_ip_address): new methodakr2009-01-181-0/+7
* * ext/socket/unixsocket.c: redandant #ifdef removed.akr2009-01-181-0/+4
* * ext/socket/raddrinfo.c (addrinfo_mdump): don't use symbol.akr2009-01-171-0/+5
* * ext/socket/raddrinfo.c (addrinfo_mdump): new method.akr2009-01-171-0/+16
* * ext/socket/socket.c (sock_s_getnameinfo): accept AddrInfo object.akr2009-01-171-0/+8
* fix typos.akr2009-01-171-2/+2
* * ext/socket/lib/socket.rb: new file.akr2009-01-171-0/+4
* * configure.in (VCSUP): fixed the cases for git-svn or git.yugui2009-01-171-0/+8
* * ext/socket/mkconstants.rb: generate a header file for generatedakr2009-01-171-0/+12
* * lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod.yugui2009-01-171-0/+5