summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-19* regexec.c (slow_search): check the case when the length is 1.mame
2008-05-19* thread_pthread.c (native_thread_apply_priority):ko1
2008-05-19* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): Fix the typeknu
2008-05-19* regparse.c (PINC): use optimized enclen() instead ofmatz
2008-05-19add a test.akr
2008-05-19* version.h: fix strange change by version.h update tool.ko1
2008-05-19* bootstraptest/test_knownbug.rb: move solved tests.ko1
2008-05-19 * process.c (rb_spawn_internal): set last_status when status == -1usa
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-19fix grammo.knu
2008-05-18test material for r16453.gotoyuzo
2008-05-18* lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo
2008-05-17* pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame
2008-05-17* file.c (file_expand_path): fix for short file name on Cygwin.nobu
2008-05-17* vm.c (Init_VM): removed the definition of Thread#initialize,yugui
2008-05-17* array.c (rb_ary_sort_bang): should not free shared pointer, and setnobu
2008-05-17Kernel#.sleep used never to sleep on Mac OS X. Fixed it and added error checks.yugui
2008-05-17* test/ruby/test_eval.rb (test_define_method_block): new testnobu
2008-05-17* parse.y (ripper_warnS): now unused.nobu
2008-05-17* file.c (rb_file_s_extname): first dot is not an extension name.nobu
2008-05-16* array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726]matz
2008-05-16* test/ruby/test_module.rb (assert_method_defined?): added.nobu
2008-05-16* math.c (to_flo): rb_Float() accepts even strings for input.matz
2008-05-15* test/ruby/test_string.rb: add tests to achieve over 90% testmame
2008-05-15* string.c (tr_find): String#delete returned wrong result when multiplemame
2008-05-15 * parse.y (ripper_warningS): now used.usa
2008-05-15* object.c (rb_cstr_to_dbl): no need for forceful warning whenmatz
2008-05-15* re.c (rb_reg_prepare_enc): error condition was updated for nonmatz
2008-05-15* ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted tomatz
2008-05-15* file.c (file_expand_path): support for alternative data streamnobu
2008-05-14* ChangeLog: fix typo.mame
2008-05-14* test/ruby/test_object.rb: new tests to achieve over 90% testmame
2008-05-14* test/ruby/test_file_exhaustive.rb (assert_integer): may not Fixnum.nobu
2008-05-14Remove spaces before BOL.knu
2008-05-14* iseq.c (insn_operand_intern): remove Qundef related code.ko1
2008-05-14* array.c (rb_ary_count): Override Enumerable#count for betterknu
2008-05-14* insns.def: add a "putcbase" instruction.ko1
2008-05-14test the actual value of (10**32768-1).to_s.akr
2008-05-13* eval.c (rb_call0): defer calling of rb_frame_self() until itmatz
2008-05-13add a test.akr
2008-05-13* test/ruby/test_io_m17n.rb: remove a duplicative method.mame
2008-05-13* eval_method.c (rb_add_method): fix check for warning whenmame
2008-05-13* enum.c (enum_yield): use rb_yield_values2.nobu
2008-05-13* enumerator.c: Update rdoc.knu
2008-05-13check the chracters in (10**32768-1).to_s.akr
2008-05-13* string.c (rb_str_cat): fixed buffer overrun reported bymatz
2008-05-12* io.c (rb_f_gets.): re-enable rdoc.akr
2008-05-12* vm.c (collect_local_variables_in_env): remove unnecessary checkmame
2008-05-12* ChangeLog: small fixes.usa
2008-05-12 * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa