aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (ripper_warningS): now used.usa2008-05-152-5/+5
* * object.c (rb_cstr_to_dbl): no need for forceful warning whenmatz2008-05-153-3/+10
* * re.c (rb_reg_prepare_enc): error condition was updated for nonmatz2008-05-152-19/+33
* * ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted tomatz2008-05-154-14/+69
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-156-36/+227
* * ChangeLog: fix typo.mame2008-05-141-1/+5
* * test/ruby/test_object.rb: new tests to achieve over 90% testmame2008-05-1411-0/+882
* * test/ruby/test_file_exhaustive.rb (assert_integer): may not Fixnum.nobu2008-05-141-29/+32
* Remove spaces before BOL.knu2008-05-141-47/+43
* * iseq.c (insn_operand_intern): remove Qundef related code.ko12008-05-142-8/+8
* * array.c (rb_ary_count): Override Enumerable#count for betterknu2008-05-143-0/+57
* * insns.def: add a "putcbase" instruction.ko12008-05-143-31/+32
* test the actual value of (10**32768-1).to_s.akr2008-05-141-3/+1
* * eval.c (rb_call0): defer calling of rb_frame_self() until itmatz2008-05-132-2/+12
* add a test.akr2008-05-131-0/+4
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-139-16/+25
* * eval_method.c (rb_add_method): fix check for warning whenmame2008-05-133-6/+11
* * enum.c (enum_yield): use rb_yield_values2.nobu2008-05-132-54/+36
* * enumerator.c: Update rdoc.knu2008-05-132-10/+17
* check the chracters in (10**32768-1).to_s.akr2008-05-131-1/+3
* * string.c (rb_str_cat): fixed buffer overrun reported bymatz2008-05-133-4/+9
* * io.c (rb_f_gets.): re-enable rdoc.akr2008-05-122-3/+12
* * vm.c (collect_local_variables_in_env): remove unnecessary checkmame2008-05-123-3/+14
* * ChangeLog: small fixes.usa2008-05-121-2/+1
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-126-23/+152
* * lib/date.rb (once): use Object#object_id instead of Symbol#to_i.akr2008-05-122-3/+7
* * test/ruby/envutil.rb (rubybin): return expanded rubyexe instead ofusa2008-05-122-1/+6
* * string.c (sym_to_i): really removed. [ruby-dev:34641]matz2008-05-121-21/+0