summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-01-13* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.yugui
2009-01-13 * io.c (io_reopen, rb_io_init_copy): should register fptr to pipe_listusa
2009-01-13* ext/socket/socket.c (rb_getaddrinfo): use getaddrinfo with GVL ifakr
2009-01-13* object.c (rb_obj_not_match): rdoc.yugui
2009-01-13 * io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead ofusa
2009-01-13 * io.c (rb_io_initialize): workaround for Windows. [ruby-dev:37686]usa
2009-01-13* enc/trans/make_transdb.rb (converters): should not depend on thenobu
2009-01-13 * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa
2009-01-13* tool/file2lastrev.rb (get_revisions): fixes problem withyugui
2009-01-13* lib/irb/input-method.rb: IRB did not prompt for MSwin32.yugui
2009-01-13 * ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.husa
2009-01-13ext/socket/socket.c: removed warning about unused variable 'rai'.duerst
2009-01-12 * instruby.rb: require "tool/mdoc2man.rb" before chdir if needed.usa
2009-01-12 * ext/socket/extconf.rb: use headers instead of "netdb.h" in checkingusa
2009-01-12* win32/win32.c (internal_cmd_match): extracted fromnobu
2009-01-12* ext/tk/lib/tk.rb: use Encoding.find("locale") instaed ofnagai
2009-01-12* ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too shortakr
2009-01-12* ext/socket/socket.c (addrinfo_ip_unpack): new methodakr
2009-01-12* ext/socket/socket.c (IS_IP_FAMILY): defined.akr
2009-01-12* lib/test/unit/assertions.rb (assert_nothing_raised): removes thenobu
2009-01-12* win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu
2009-01-12* ChangeLog: fixed indent and removed trailing spaces.nobu
2009-01-12* instruby.rb (parse_args, install): added --strip option.nobu
2009-01-12* gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree):ko1
2009-01-12* instruby.rb (install_recursive): skips the directory if matchednobu
2009-01-12* ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent.akr
2009-01-12* thread.c: fix comment (terminology: Global VM Lock).ko1
2009-01-12* eval.c: remove unused decl.ko1
2009-01-11remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]seki
2009-01-11* ext/socket/mkconstants.rb (c_str): get rid of a 1.9 feature fornobu
2009-01-11* hash.c (rb_hash_s_create): set nil as the value if assoc lengthnobu
2009-01-10* ext/socket/mkconstants.rb: don't generate unintended newlines.akr
2009-01-10* ext/socket/mkconstants.rb: refactored to nest properly in staticallyakr
2009-01-10* version.h: make version string succinct:akr
2009-01-10* cont.c (cont_restore_1): should not be inlined.ko1
2009-01-09* ext/socket/socket.c (sock_define_const): use INT2NUM.akr
2009-01-09 * ext/socket/mkconstants.rb: define macro if default_value is passed.usa
2009-01-09* ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.nagai
2009-01-09* common.mk (test-sample), rubytest.rb: use runruby.rbnobu
2009-01-09* test/ruby/test_process.rb (TestProcess::MANDATORY_ENVS): somenobu
2009-01-08* ChangeLog: forgotten to commit.usa
2009-01-08* ext/socket/socket.c (bsock_shutdown): accept symbol/string as how.akr
2009-01-08* ext/socket/mkconstants.rb (gen_name_to_int_func): generateakr
2009-01-08* ext/socket/socket.c: don't use AI_NUMERICSERV for platforms whichakr
2009-01-08* instruby.rb: should not depend on a library which does not existnobu
2009-01-07* ext/socket/socket.c (init_unix_addrinfo): don't return a value.akr
2009-01-07* lib/open-uri.rb (OpenURI.redirectable?): reverted https redirection.akr
2009-01-07* lib/test/unit/assertions.rb (assert_no_match): don't count up as twoakr
2009-01-07* ext/socket/socket.c (addrinfo_getnameinfo): use NI_DGRAM if socktypeakr
2009-01-07* ext/socket/socket.c (host_str): add flags_ptr argument to specifyakr