summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-01-20* ext/socket/rubysocket.h (pseudo_AF_FTIP): moved from mkconstants.rb.akr
2009-01-20* ext/nkf/nkf-utf8/nkf.c (nkf_buf): use nkf_char.naruse
2009-01-20* cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixednobu
2009-01-20* Makefile.in (miniruby): renames and then removes, to get rid ofnobu
2009-01-20* string.c (hash): fixed the tail bytes handling in the alignednobu
2009-01-20 * ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.usa
2009-01-19* array.c (take_items), enum.c (enum_zip): tries to convert tonobu
2009-01-19* ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9.naruse
2009-01-19* string.c (hash): fixed typo. [ruby-dev:37791]nobu
2009-01-19* ext/socket/mkconstants.rb (SOMAXCONN): defined.akr
2009-01-19* ext/socket/mkconstants.rb: use erb for generating code.akr
2009-01-19* string.c (hash): defaulted to MurmurHash 2.0.nobu
2009-01-19* include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added.nobu
2009-01-19* include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added.nobu
2009-01-19* string.c (hash): added MurmurHash 2.0.nobu
2009-01-19* thread.c (rb_thread_execute_interrupts): needsnobu
2009-01-19* ruby.c (require_libraries): reset th->parse_in_eval whileko1
2009-01-19* vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko1
2009-01-19* vm.c: add a prefix "rb_" to exposed functionsko1
2009-01-19* ext/socket/rubysocket.h (rb_cUNIXSocket, rb_cUNIXServer),nobu
2009-01-19* vm_dump.c: add a prefix "rb_vmdebug_" toko1
2009-01-19* ext/socket/raddrinfo.c (addrinfo_ip_port): use AF_INET6 only whennobu
2009-01-19* gc.c (garbage_collect_with_gvl): suppress warnings.ko1
2009-01-19 * ext/socket/depend: workaround for nmake. files in depend withoutusa
2009-01-19* iseq.c:ko1
2009-01-19 * ext/socket/raddrinfo.c (addrinfo_mdump, addrinfo_mload): supportusa
2009-01-19* eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.cko1
2009-01-18* iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it isnobu
2009-01-18* transcode.c (str_transcode0): fix: :xml option doesn'tnaruse
2009-01-18* ext/socket/raddrinfo.c (addrinfo_inspect_sockaddr): newakr
2009-01-18* ext/socket/raddrinfo.c (addrinfo_ip_address): new methodakr
2009-01-18* ext/socket/unixsocket.c: redandant #ifdef removed.akr
2009-01-17* ext/socket/raddrinfo.c (addrinfo_mdump): don't use symbol.akr
2009-01-17* ext/socket/raddrinfo.c (addrinfo_mdump): new method.akr
2009-01-17* ext/socket/socket.c (sock_s_getnameinfo): accept AddrInfo object.akr
2009-01-17fix typos.akr
2009-01-17* ext/socket/lib/socket.rb: new file.akr
2009-01-17* configure.in (VCSUP): fixed the cases for git-svn or git.yugui
2009-01-17* ext/socket/mkconstants.rb: generate a header file for generatedakr
2009-01-17* lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod.yugui
2009-01-17* ext/socket/raddrinfo.c (make_inspectname): add a res argument toakr
2009-01-17* ext/socket/mkconstants.rb: don't cause an error for duplicate names.akr
2009-01-17* ext/socket: split files for each class.akr
2009-01-17* cont.c (cont_restore_0): padding size doesn't need to be largenobu
2009-01-17* vm_dump.c (vm_stack_dump_each): initialized at declarations.nobu
2009-01-16* ext/socket/socket.c: move addrinfo code.akr
2009-01-16 * win32/Makefile.sub (up): tell nmake that need to run command viausa
2009-01-16* tool/make-snapshot (package): includes all rules and expandnobu
2009-01-16* include/ruby/ruby.h (VALUE): use unsigned long or long longnobu
2009-01-16* configure.in (Makefile): set VCS and VCSUP to support `git svn'nobu