aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * enum.c (grep_i): Be aware of multiple values;knu2008-05-122-50/+168
* * process.c (rb_spawn_internal): remove calling run_exec_options()usa2008-05-122-0/+7
* * process.c (rb_spawn_internal): need to call run_exec_options() beforeusa2008-05-122-8/+16
* * gc.c (ruby_vm_xmalloc): increase malloc_increase only if mallocakr2008-05-122-5/+13
* * re.c (rb_reg_prepare_re): made non static with small refactoring.matz2008-05-124-6/+17
* * eval.c (is_defined): add NODE_OP_ASGN_{OR,AND}. "defined?(a||=1)"matz2008-05-122-0/+7
* * bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649]akr2008-05-123-1/+6
* add a test for [ruby-dev:34579].akr2008-05-121-0/+10
* add a test for [ruby-dev:34646].akr2008-05-121-0/+7
* add tests for [ruby-dev:34591].akr2008-05-121-0/+25
* * common.mk (RUBYOPT): affected BASERUBY too. [ruby-talk:301514]nobu2008-05-122-1/+5
* * gc.c (assign_heap_slot): fix condition for number of objects inakr2008-05-122-1/+6
* * string.c (sym_to_i): really removed. [ruby-dev:34641]matz2008-05-121-0/+4
* * ChangeLog: changelog of the changeset 16372. It was:yugui2008-05-121-0/+4
* * gc.c (assign_heap_slot): put the binary-search routine in order.yugui2008-05-121-15/+14
* * ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is definednobu2008-05-123-6/+7
* * gem_prelude.rb (load_full_rubygems_library, const_missing): preventnobu2008-05-123-5/+16
* * enum.c (all_iter_i, any_iter_i): reduced duplicated code.nobu2008-05-112-16/+12
* * enum.c: removed trailing garbage spaces.nobu2008-05-111-110/+110
* * bootstraptest/runner.rb (main): leave -I options for purelib.rbnobu2008-05-112-7/+10
* * bootstraptest/runner.rb (main): handle relative path -r options.nobu2008-05-112-1/+6
* fix typokazu2008-05-111-1/+1
* fix a typo.akr2008-05-111-1/+1
* * test/ruby/test_thread.rb: kill and join temporal threads that aremame2008-05-112-0/+21
* fix typos.akr2008-05-111-19/+19
* * test/ruby/test_process.rb (TestProcess#with_stdin): defined.akr2008-05-112-8/+30
* * configure.in (MINIRUBY): should not include extension library path.nobu2008-05-113-3/+6
* * include/ruby/ruby.h (SIZET2NUM): new macro.akr2008-05-113-31/+64
* * thread.c (thread_cleanup_func_before_exec): extracted fromakr2008-05-115-3/+55
* add tests of UnboundMethod#{name,owner}kazu2008-05-112-1/+3
* * gc.c (gc_count): rdoc corrected.yugui2008-05-101-2/+2
* * string.c (tr_trans): should not turn on modify flag if nomatz2008-05-102-1/+3
* * string.c (tr_trans): should check src size, not str size.matz2008-05-103-4/+7
* * string.c (tr_trans): single '^' does not mean negation.matz2008-05-102-1/+8
* * string.c (rb_str_each_line): zero length record separator shouldmatz2008-05-103-6/+17
* * vm.c (env_mark): mark env->block.self. prevent SEGV when GC occurakr2008-05-102-0/+7
* ChangeLog: address mangling.matz2008-05-091-1/+1
* * thread.c (timeofday): use monotonic clock. based on a patchmatz2008-05-092-3/+17
* * cont.c (cont_restore_0): dynamic stack direction code should bematz2008-05-082-1/+6
* * parse.y (arg): operator assignment "a += b rescue c" should bematz2008-05-084-6/+45
* * bignum.c (rb_big_and): bit-wise operation should not take floatmatz2008-05-082-3/+24
* * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu2008-05-084-5/+6
* * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu2008-05-084-5/+6
* * file.c (rb_find_file_ext): guard load_path from GC.akr2008-05-082-0/+8
* * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu2008-05-086-3/+17
* ChangeLog: add an entry and ML ref.matz2008-05-081-0/+5
* test/ruby/test_continuation.rb: remove duplicated test.matz2008-05-082-18/+10
* * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr2008-05-083-0/+18
* * eval_intern.h (enum ruby_tag_type): enum for debug.nobu2008-05-082-9/+22
* * array.c (rb_ary_sort_bang): freeze temporary array.nobu2008-05-082-0/+7