aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * proc.c (proc_dup): should copy safe_level from src procmatz2008-05-212-1/+7
* * lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo2008-05-213-7/+64
* * test/ruby/test_require.rb: new tests for library requiring, tomame2008-05-214-0/+285
* * insns.def, vm_insnhelper.c: specify "const".ko12008-05-214-97/+112
* * bootstraptest/test_eval.rb: fix syntax.ko12008-05-212-2/+6
* * ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index):naruse2008-05-212-1/+6
* * array.c (rb_ary_compact_bang): avoid forceful realloc.matz2008-05-212-3/+9
* * ChangeLog: reverted logs erased at r16491.nobu2008-05-211-3/+33
* * fix for (rb_enc_get_index(obj) == idx) case.naruse2008-05-201-1/+1
* * string.c (rb_usascii_str_new): use rb_str_new.naruse2008-05-202-8/+13
* * encoding.c, include/ruby/encoding.hnaruse2008-05-203-6/+13
* * encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII.naruse2008-05-203-2/+18
* * test/ruby/test_file_exhaustive.rb (setup): workaround for Windowsusa2008-05-204-10/+16
* * transcode.c, include/ruby/encodng.h (rb_str_transcode):naruse2008-05-204-8/+28
* * test/ruby/test_array.rb: fix tests for 64bit CPU.mame2008-05-202-6/+20
* * ext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom):naruse2008-05-203-2371/+2525
* * string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT ifmatz2008-05-203-16/+52
* * ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.cnobu2008-05-203-32/+24
* * ruby.c (process_options): --dump option exit immediately.nobu2008-05-201-0/+2
* * ruby.c (proc_options, process_options): --dump option.nobu2008-05-202-1/+30
* * include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE.nobu2008-05-203-1/+19
* * eval.c, vm_insnhelper.c: fix cref in instance_evalko12008-05-196-52/+105
* * bootstraptest/test_knownbug.rb: fix a test.ko12008-05-192-2/+7
* * parse.y (assignable_gen): when "self = 1" was evalueted, unnecessarymame2008-05-193-4/+11
* * vm.c (invoke_block_from_c): fix call flow.ko12008-05-192-9/+24
* * regexec.c (slow_search): check the case when the length is 1.mame2008-05-192-2/+7
* * thread_pthread.c (native_thread_apply_priority):ko12008-05-192-4/+9
* * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): Fix the typeknu2008-05-192-1/+7
* * regparse.c (PINC): use optimized enclen() instead ofmatz2008-05-199-69/+115
* add a test.akr2008-05-191-0/+4
* * version.h: fix strange change by version.h update tool.ko12008-05-192-1/+5
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-1911-122/+140
* * process.c (rb_spawn_internal): set last_status when status == -1usa2008-05-192-0/+11
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-1918-338/+228
* fix grammo.knu2008-05-191-1/+1
* test material for r16453.gotoyuzo2008-05-182-0/+37
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-187-33/+152
* * pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame2008-05-174-3/+24
* * file.c (file_expand_path): fix for short file name on Cygwin.nobu2008-05-172-4/+12
* * vm.c (Init_VM): removed the definition of Thread#initialize,yugui2008-05-172-1/+5
* * array.c (rb_ary_sort_bang): should not free shared pointer, and setnobu2008-05-173-1/+17
* Kernel#.sleep used never to sleep on Mac OS X. Fixed it and added error checks.yugui2008-05-172-1/+13
* * test/ruby/test_eval.rb (test_define_method_block): new testnobu2008-05-171-0/+13
* * parse.y (ripper_warnS): now unused.nobu2008-05-171-1/+5
* * file.c (rb_file_s_extname): first dot is not an extension name.nobu2008-05-173-2/+17
* * array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726]matz2008-05-165-28/+53
* * test/ruby/test_module.rb (assert_method_defined?): added.nobu2008-05-161-6/+52
* * math.c (to_flo): rb_Float() accepts even strings for input.matz2008-05-166-14/+32
* * test/ruby/test_string.rb: add tests to achieve over 90% testmame2008-05-155-5/+288
* * string.c (tr_find): String#delete returned wrong result when multiplemame2008-05-153-5/+16