summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-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-13* eval.c (rb_call0): defer calling of rb_frame_self() until itmatz
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-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* 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-12* common.mk (RUBYOPT): affected BASERUBY too. [ruby-talk:301514]nobu
2008-05-12* gc.c (assign_heap_slot): fix condition for number of objects inakr
2008-05-12* string.c (sym_to_i): really removed. [ruby-dev:34641]matz
2008-05-12 * ChangeLog: changelog of the changeset 16372. It was:yugui
2008-05-12* ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is definednobu
2008-05-12* gem_prelude.rb (load_full_rubygems_library, const_missing): preventnobu
2008-05-11* enum.c (all_iter_i, any_iter_i): reduced duplicated code.nobu
2008-05-11* bootstraptest/runner.rb (main): leave -I options for purelib.rbnobu
2008-05-11* bootstraptest/runner.rb (main): handle relative path -r options.nobu
2008-05-11fix a typo.akr
2008-05-11* test/ruby/test_thread.rb: kill and join temporal threads that aremame
2008-05-11fix typos.akr
2008-05-11* test/ruby/test_process.rb (TestProcess#with_stdin): defined.akr
2008-05-11* configure.in (MINIRUBY): should not include extension library path.nobu
2008-05-11* include/ruby/ruby.h (SIZET2NUM): new macro.akr
2008-05-11* thread.c (thread_cleanup_func_before_exec): extracted fromakr
2008-05-11add tests of UnboundMethod#{name,owner}kazu
2008-05-10* string.c (tr_trans): should not turn on modify flag if nomatz
2008-05-10* string.c (tr_trans): should check src size, not str size.matz
2008-05-10* string.c (tr_trans): single '^' does not mean negation.matz
2008-05-10* string.c (rb_str_each_line): zero length record separator shouldmatz
2008-05-10* vm.c (env_mark): mark env->block.self. prevent SEGV when GC occurakr
2008-05-09ChangeLog: address mangling.matz