summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-05-12* lib/date.rb (once): use Object#object_id instead of Symbol#to_i.akr
2008-05-12 * test/ruby/envutil.rb (rubybin): return expanded rubyexe instead ofusa
2008-05-12* string.c (sym_to_i): really removed. [ruby-dev:34641]matz
2008-05-12* enum.c (grep_i): Be aware of multiple values;knu
2008-05-12 * process.c (rb_spawn_internal): remove calling run_exec_options()usa
2008-05-12 * process.c (rb_spawn_internal): need to call run_exec_options() beforeusa
2008-05-12* gc.c (ruby_vm_xmalloc): increase malloc_increase only if mallocakr
2008-05-12* re.c (rb_reg_prepare_re): made non static with small refactoring.matz
2008-05-12* eval.c (is_defined): add NODE_OP_ASGN_{OR,AND}. "defined?(a||=1)"matz
2008-05-12* bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649]akr
2008-05-12add a test for [ruby-dev:34579].akr
2008-05-12add a test for [ruby-dev:34646].akr
2008-05-12add tests for [ruby-dev:34591].akr
2008-05-12* common.mk (RUBYOPT): affected BASERUBY too. [ruby-talk:301514]nobu