| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * lib/open-uri.rb (OpenURI.redirectable?): reverted https redirection. | akr | 2009-01-07 | 2 | -1/+5 |
| * | updated. | akr | 2009-01-07 | 1 | -0/+7 |
| * | * lib/test/unit/assertions.rb (assert_no_match): don't count up as two | akr | 2009-01-07 | 2 | -0/+6 |
| * | * ext/socket/socket.c (addrinfo_getnameinfo): use NI_DGRAM if socktype | akr | 2009-01-07 | 2 | -0/+8 |
| * | * 2009-01-08 | svn | 2009-01-07 | 1 | -2/+2 |
| * | * ext/socket/socket.c (host_str): add flags_ptr argument to specify | akr | 2009-01-07 | 2 | -5/+18 |
| * | * test/rubygems/test_gem.rb (test_self_user_home_user_drive_and_path): removed. | nobu | 2009-01-07 | 1 | -22/+0 |
| * | * ext/socket/socket.c (rb_cAddrInfo): new class AddrInfo. | akr | 2009-01-07 | 4 | -14/+1135 |
| * | * instruby.rb (man, gem): fixed errors. | nobu | 2009-01-07 | 2 | -2/+9 |
| * | * instruby.rb: use installed libraries. [ruby-core:21006] | nobu | 2009-01-07 | 1 | -1/+3 |
| * | * instruby.rb (gem), lib/rubygems/defaults.rb (Gem.default_dir): | nobu | 2009-01-07 | 4 | -40/+39 |
| * | * 2009-01-07 | svn | 2009-01-07 | 1 | -2/+2 |
| * | * ext/socket/socket.c (ruby_getaddrinfo, ruby_getaddrinfo__aix): | nobu | 2009-01-07 | 1 | -26/+21 |
| * | * ext/socket/socket.c (io_call_close, io_close, pair_yield): | nobu | 2009-01-06 | 2 | -2/+3 |
| * | * cont.c (cont_restore_0): streamlined to ensure O(1) time. based on | nobu | 2009-01-06 | 2 | -18/+33 |
| * | * 2009-01-06 | svn | 2009-01-05 | 1 | -2/+2 |
| * | * io.c (rb_close_before_exec): more heuristics to detect maximum fd. | akr | 2009-01-05 | 2 | -1/+10 |
| * | don't get a name for anonymous Unix socket. | akr | 2009-01-05 | 1 | -10/+14 |
| * | * vm.c (rb_iseq_eval): fixed indent. | nobu | 2009-01-05 | 1 | -2/+2 |
| * | * missing/langinfo.c (nl_langinfo_0): fixed typos for SJIS. | nobu | 2009-01-05 | 2 | -3/+5 |
| * | * configure.in (cygwin): needs properly implemented nl_langinfo(). | nobu | 2009-01-05 | 3 | -1/+138 |
| * | * encoding.c (rb_locale_charmap): use GetConsoleCP() instead of | usa | 2009-01-05 | 2 | -2/+10 |
| * | fix typos and cleanup spaces | kazu | 2009-01-05 | 1 | -47/+47 |
| * | * encoding.c (rb_filesystem_encoding): use ANSI codepage for file | nobu | 2009-01-05 | 2 | -10/+18 |
| * | * ext/curses/curses.c (free_window): use xfree instead of free. | kazu | 2009-01-05 | 2 | -1/+6 |
| * | rdoc update. | kazu | 2009-01-05 | 1 | -1/+1 |
| * | * ext/gdbm/gdbm.c (rb_gdbm_fetch): remove needless cast. | kazu | 2009-01-05 | 2 | -1/+5 |
| * | * win32/win32.c (init_env): use user profile folder than personal | nobu | 2009-01-05 | 2 | -7/+29 |
| * | * file.c (rb_file_s_stat): need type check for non string values. | matz | 2009-01-04 | 2 | -9/+28 |
| * | * range.c (range_step): should not add up errors on loops. | matz | 2009-01-04 | 2 | -3/+11 |
| * | * random.c (rb_f_srand): update RDoc. [ruby-core:21113] | matz | 2009-01-04 | 2 | -1/+5 |
| * | * 2009-01-05 | svn | 2009-01-04 | 1 | -2/+2 |
| * | * range.c (range_max): max value from ... not defined for non | matz | 2009-01-04 | 2 | -3/+11 |
| * | * ext/socket/socket.c (rb_getaddrinfo): defined for address lookup without GVL. | akr | 2009-01-04 | 2 | -11/+91 |
| * | * enc/trans/gbk.trans, gbk-tbl.rb: | duerst | 2009-01-04 | 4 | -1/+21932 |
| * | * test/ruby/test_transcode.rb: added tests for GB2312 | duerst | 2009-01-04 | 3 | -1/+60 |
| * | * enc/trans/big5.trans, big5-tbl.rb: | duerst | 2009-01-04 | 4 | -1/+13796 |
| * | * lib/rubygems.rb (Gem.set_home, Gem.set_paths): should not create | nobu | 2009-01-04 | 4 | -34/+26 |
| * | * encoding.c (rb_filesystem_encoding, rb_locale_charmap): uses | nobu | 2009-01-04 | 3 | -5/+19 |
| * | properties. | nobu | 2009-01-04 | 0 | -0/+0 |
| * | * numeric.c (ruby_float_step): extracted from num_step(). | nobu | 2009-01-04 | 3 | -21/+41 |
| * | * ext/extmk.rb (extmake): does not use both of makefile.rb and | nobu | 2009-01-04 | 3 | -6/+14 |
| * | * ext/socket/socket.c (constant_arg): constified. | nobu | 2009-01-04 | 3 | -1/+14 |
| * | * ext/socket/socket.c: redundant #ifdef removed. | akr | 2009-01-03 | 2 | -2/+4 |
| * | * io.c (maygvl_copy_stream_wait_read): renamed to add prefix to | akr | 2009-01-03 | 2 | -17/+28 |
| * | * 2009-01-04 | svn | 2009-01-03 | 1 | -2/+2 |
| * | merged r20850, r17881, r16811, r16763, r16748, r15829, r15794 and r15698 from... | seki | 2009-01-03 | 3 | -135/+223 |
| * | change encoding name. | naruse | 2009-01-03 | 1 | -2/+2 |
| * | * common.mk, Makefile.in, win32/Makefile.sub (INSNS): move the macro | usa | 2009-01-03 | 4 | -6/+15 |
| * | * enc/trans/chinese.trans: added for transcoding EUC-CN and GB12345. | naruse | 2009-01-03 | 6 | -0/+30337 |