| Commit message (Expand) | Author | Age | Files | Lines |
* | * enc/trans/gb18030.trans: get rid of a 1.9 feature for cross | nobu | 2009-01-14 | 1 | -0/+5 |
* | * encoding.c (rb_locale_charmap): fallback to codepage if no | nobu | 2009-01-14 | 1 | -0/+8 |
* | * gc.c (negative_size_allocation_error_with_gvl): abolish a warning. | akr | 2009-01-14 | 1 | -0/+7 |
* | * enc/trans/gb18030.trans, gb18030-tbl.rb: | duerst | 2009-01-14 | 1 | -0/+12 |
* | * ext/curses/extconf.rb: check ncursesw earlier than ncurses to | matz | 2009-01-14 | 1 | -0/+6 |
* | * cont.c: fix prototype declare of register_stack_extend | takano32 | 2009-01-14 | 1 | -0/+4 |
* | * win32/win32.c (rb_w32_aspawn): should not escape with carret | nobu | 2009-01-14 | 1 | -0/+5 |
* | * ext/socket/extconf.rb (gai_strerror): checks if available and if | nobu | 2009-01-14 | 1 | -0/+8 |
* | * io.c (rb_io_wait_readable, rb_io_wait_writable): need rb_fd_ptr. | nobu | 2009-01-14 | 1 | -1/+3 |
* | * io.c (appendline): reformed. | nobu | 2009-01-14 | 1 | -1/+3 |
* | * io.c (rb_io_s_pipe): reduced nest of rb_ensure of main block. | nobu | 2009-01-14 | 1 | -0/+4 |
* | * ext/socket/addrinfo.h (AI_NUMERICSERV): defined. | akr | 2009-01-13 | 1 | -0/+7 |
* | * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check. | yugui | 2009-01-13 | 1 | -1/+9 |
* | * io.c (io_reopen, rb_io_init_copy): should register fptr to pipe_list | usa | 2009-01-13 | 1 | -0/+5 |
* | * ext/socket/socket.c (rb_getaddrinfo): use getaddrinfo with GVL if | akr | 2009-01-13 | 1 | -0/+10 |
* | * object.c (rb_obj_not_match): rdoc. | yugui | 2009-01-13 | 1 | -0/+5 |
* | * io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead of | usa | 2009-01-13 | 1 | -1/+7 |
* | * io.c (rb_io_initialize): workaround for Windows. [ruby-dev:37686] | usa | 2009-01-13 | 1 | -0/+5 |
* | * enc/trans/make_transdb.rb (converters): should not depend on the | nobu | 2009-01-13 | 1 | -0/+5 |
* | * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t, | usa | 2009-01-13 | 1 | -0/+12 |
* | * tool/file2lastrev.rb (get_revisions): fixes problem with | yugui | 2009-01-13 | 1 | -0/+6 |
* | * lib/irb/input-method.rb: IRB did not prompt for MSwin32. | yugui | 2009-01-13 | 1 | -0/+6 |
* | * ext/socket/{getaddrinfo,getnameinfo}.c: need to include ws2tcpip.h | usa | 2009-01-13 | 1 | -0/+5 |
* | ext/socket/socket.c: removed warning about unused variable 'rai'. | duerst | 2009-01-13 | 1 | -0/+4 |
* | * instruby.rb: require "tool/mdoc2man.rb" before chdir if needed. | usa | 2009-01-12 | 1 | -0/+4 |
* | * ext/socket/extconf.rb: use headers instead of "netdb.h" in checking | usa | 2009-01-12 | 1 | -1/+11 |
* | * win32/win32.c (internal_cmd_match): extracted from | nobu | 2009-01-12 | 1 | -0/+11 |
* | * ext/tk/lib/tk.rb: use Encoding.find("locale") instaed of | nagai | 2009-01-12 | 1 | -0/+5 |
* | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short | akr | 2009-01-12 | 1 | -0/+6 |
* | * ext/socket/socket.c (addrinfo_ip_unpack): new method | akr | 2009-01-12 | 1 | -0/+7 |
* | * ext/socket/socket.c (IS_IP_FAMILY): defined. | akr | 2009-01-12 | 1 | -0/+5 |
* | * lib/test/unit/assertions.rb (assert_nothing_raised): removes the | nobu | 2009-01-12 | 1 | -0/+9 |
* | * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir. | nobu | 2009-01-12 | 1 | -0/+7 |
* | * ChangeLog: fixed indent and removed trailing spaces. | nobu | 2009-01-12 | 1 | -12/+12 |
* | * instruby.rb (parse_args, install): added --strip option. | nobu | 2009-01-12 | 1 | -7/+9 |
* | * gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree): | ko1 | 2009-01-12 | 1 | -0/+7 |
* | * instruby.rb (install_recursive): skips the directory if matched | nobu | 2009-01-12 | 1 | -0/+5 |
* | * ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent. | akr | 2009-01-12 | 1 | -0/+5 |
* | * thread.c: fix comment (terminology: Global VM Lock). | ko1 | 2009-01-12 | 1 | -0/+13 |
* | * eval.c: remove unused decl. | ko1 | 2009-01-12 | 1 | -0/+4 |
* | remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997] | seki | 2009-01-11 | 1 | -0/+7 |
* | * ext/socket/mkconstants.rb (c_str): get rid of a 1.9 feature for | nobu | 2009-01-11 | 1 | -0/+5 |
* | * hash.c (rb_hash_s_create): set nil as the value if assoc length | nobu | 2009-01-11 | 1 | -0/+5 |
* | * ext/socket/mkconstants.rb: don't generate unintended newlines. | akr | 2009-01-10 | 1 | -0/+4 |
* | * ext/socket/mkconstants.rb: refactored to nest properly in statically | akr | 2009-01-10 | 1 | -0/+5 |
* | * version.h: make version string succinct: | akr | 2009-01-10 | 1 | -0/+5 |
* | * cont.c (cont_restore_1): should not be inlined. | ko1 | 2009-01-10 | 1 | -0/+4 |
* | * ext/socket/socket.c (sock_define_const): use INT2NUM. | akr | 2009-01-09 | 1 | -0/+4 |
* | * ext/socket/mkconstants.rb: define macro if default_value is passed. | usa | 2009-01-09 | 1 | -0/+4 |
* | * ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value. | nagai | 2009-01-09 | 1 | -0/+4 |