summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-15* LEGAL: Added information for missing/langinfo.cduerst
2009-01-15* parse.y (stmt): explicit error for "Object::Far += foo 1" justmatz
2009-01-15* encoding.c (rb_locale_charmap): fixed typo.nobu
2009-01-15 * win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c.usa
2009-01-15* configure.in, win32/Makefile.sub (MISSING): added langinfo on mingwnobu
2009-01-15 * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,usa
2009-01-15 * io.c (pipe_open): revert a part of previous commit. it may be ausa
2009-01-15* symbian/README.SYMBIAN: symbian support added. great appreciatematz
2009-01-15* symbian/README.SYMBIAN: symbian support added. great appreciatematz
2009-01-14* enc/trans/gb18030.trans: get rid of a 1.9 feature for crossnobu
2009-01-14* encoding.c (rb_locale_charmap): fallback to codepage if nonobu
2009-01-14* gc.c (negative_size_allocation_error_with_gvl): abolish a warning.akr
2009-01-14* enc/trans/gb18030.trans, gb18030-tbl.rb:duerst
2009-01-14* ext/curses/extconf.rb: check ncursesw earlier than ncurses tomatz
2009-01-14* cont.c: fix prototype declare of register_stack_extendtakano32
2009-01-14* win32/win32.c (rb_w32_aspawn): should not escape with carretnobu
2009-01-14* ext/socket/extconf.rb (gai_strerror): checks if available and ifnobu
2009-01-14* io.c (rb_io_wait_readable, rb_io_wait_writable): need rb_fd_ptr.nobu
2009-01-14* io.c (appendline): reformed.nobu
2009-01-14* io.c (rb_io_s_pipe): reduced nest of rb_ensure of main block.nobu
2009-01-13* ext/socket/addrinfo.h (AI_NUMERICSERV): defined.akr
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* template/{encdb,transdb}.h.tmpl: moved enc/make_encdb.rb andnobu
2009-01-13* enc/trans/make_transdb.rb (converters): should not depend on thenobu
2009-01-13Add dummy definition for fake rdoc.naruse
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-13Commit miss in previous commit.duerst
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-12describe Encoding.find("locale") in rdoc of Encoding.locale_charmap.akr
2009-01-12properties.nobu
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* 2009-01-13svn
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* enc/trans: ignore files generated in build.usa
2009-01-12* ext/socket/socket.c (IS_IP_FAMILY): defined.akr
2009-01-12add test for AddrInfo.akr
2009-01-12* lib/test/unit/assertions.rb (assert_nothing_raised): removes thenobu
2009-01-12* instruby.rb (install): erased a garbage.nobu