| Commit message (Expand) | Author | Age | Files | Lines |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 40 | -118/+133 |
* | avoid dead lock on MacOS X. | akr | 2008-06-08 | 1 | -2/+4 |
* | * hash.c (hash_i): make Hash#hash order insensitive. | akr | 2008-06-07 | 3 | -5/+15 |
* | * ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix up | knu | 2008-06-07 | 2 | -3/+10 |
* | * configure.in (VENDOR_DIR): use LIBDIR instead of PREFIX as well as | nobu | 2008-06-07 | 2 | -3/+9 |
* | * io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode): | nobu | 2008-06-07 | 5 | -5/+15 |
* | * configure.in (CFLAGS, CXXFLAGS): append default flags. | nobu | 2008-06-07 | 2 | -2/+6 |
* | * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int. | usa | 2008-06-06 | 3 | -7/+14 |
* | * vm_insnhelper.c (vm_callee_setup_arg): check simple flag before | ko1 | 2008-06-06 | 2 | -80/+89 |
* | * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h. | usa | 2008-06-06 | 3 | -1/+16 |
* | * test/iconv/utils.rb (default_test): override not to croak. | nobu | 2008-06-06 | 5 | -21/+15 |
* | * include/ruby/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528] | usa | 2008-06-06 | 2 | -0/+5 |
* | * gc.c (count_objects): clear hash after counting objects. | akr | 2008-06-06 | 2 | -4/+9 |
* | * ext/iconv/iconv.c (iconv_iconv): no needs to initialize with Qnil | nobu | 2008-06-06 | 2 | -4/+3 |
* | * lib/time.rb (Time.xmlschema): don't use float. fix | akr | 2008-06-05 | 2 | -1/+10 |
* | * test/ruby/test_gc.rb: add tests to achieve over 90% test coverage of | mame | 2008-06-05 | 4 | -0/+59 |
* | * gc.c (rb_objspace_alloc): this function is needed only when | mame | 2008-06-05 | 3 | -0/+11 |
* | * test/stringio/test_stringio.rb: add tests to achieve over 95% test | mame | 2008-06-05 | 3 | -0/+444 |
* | * eval.c (ruby_finalize_0): clear trace_func after executing END | mame | 2008-06-05 | 3 | -4/+11 |
* | * gc.c (os_obj_of): heaps may be modified in yield. | akr | 2008-06-05 | 2 | -5/+20 |
* | * st.c (st_reverse_foreach): comment out unused function. | mame | 2008-06-05 | 3 | -0/+10 |
* | * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize): | knu | 2008-06-05 | 4 | -3/+25 |
* | * thread.c (thread_set_trace_func_m): fix check for proc argument. | mame | 2008-06-05 | 2 | -1/+5 |
* | * lib/rexml/document.rb (REXML::Document:write): leaky modification | mame | 2008-06-05 | 3 | -3/+10 |
* | * test/iconv/utils.rb (TestIconv.testcase): make test cases conditionally. | nobu | 2008-06-05 | 4 | -6/+20 |
* | * ext/iconv/iconv.c (iconv_create): find encoding without options. | nobu | 2008-06-05 | 2 | -1/+11 |
* | * test/iconv/test_{basic,option}.rb, test/iconv/utils.rb: added. | nobu | 2008-06-05 | 5 | -27/+143 |
* | * test/iconv/test_simple.rb: added. | nobu | 2008-06-05 | 1 | -0/+27 |
* | * string.c (hash): should be "static". | ko1 | 2008-06-04 | 2 | -1/+5 |
* | * test/ruby/test_transcode.rb: add tests for iso-2022-jp. | mame | 2008-06-04 | 2 | -0/+19 |
* | * test/ruby/test_process.rb: add tests. | mame | 2008-06-04 | 3 | -3/+148 |
* | * ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo. | mame | 2008-06-04 | 2 | -1/+5 |
* | * object.c (rb_obj_alloc): RDoc updated. a patch from Gaston | matz | 2008-06-04 | 2 | -2/+20 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 58 | -91/+96 |
* | * ext/iconv/iconv.c (iconv_iconv): fix for length argument and now | nobu | 2008-06-04 | 2 | -20/+33 |
* | * enumerator.c (enumerator_with_index, enumerator_with_memo): Fix | knu | 2008-06-04 | 2 | -4/+9 |
* | avoid infinite loop on FreeBSD 6.3. | akr | 2008-06-04 | 1 | -0/+8 |
* | * configure.in (CFLAGS, CXXFLAGS): include additional flags to | nobu | 2008-06-04 | 3 | -5/+16 |
* | * ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fix | mame | 2008-06-03 | 2 | -4/+9 |
* | * ext/strscan/strscan.c (strscan_exist_p): fix document. | mame | 2008-06-03 | 2 | -1/+5 |
* | * test/ruby/test_dir.rb: add tests to achieve over 90% test coverage | mame | 2008-06-03 | 4 | -0/+219 |
* | * test/etc/test_etc.rb: new tests for etc. | mame | 2008-06-03 | 2 | -0/+131 |
* | * enumerator.c (enumerator_with_memo): New method: with_memo(). | knu | 2008-06-03 | 4 | -0/+61 |
* | * win32/Makefile.sub (miniruby$(EXEEXT)): miniruby cannot be | nobu | 2008-06-03 | 2 | -1/+6 |
* | * enumerator.c (enumerator_init_copy): Take care of | knu | 2008-06-03 | 2 | -1/+11 |
* | * file.c (file_expand_path): fix for non-existent files and SFN of | nobu | 2008-06-03 | 2 | -19/+21 |
* | * lib/set.rb (Set#classify): Back out the `group_by' alias. | knu | 2008-06-03 | 2 | -1/+5 |
* | Properly back out. | knu | 2008-06-03 | 1 | -1/+3 |
* | * lib/set.rb (Set#collect, Set#select): Back out. I thought it | knu | 2008-06-03 | 2 | -20/+6 |
* | * lib/set.rb (Set#collect, Set#select): Override Enumerable | knu | 2008-06-03 | 2 | -3/+39 |