aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * misc/ruby-mode.el (ruby-encoding-map): added shift-jis for oldernobu2008-04-152-12/+34
* * array.c (rb_ary_take_while, rb_ary_drop_while): removed unusednobu2008-04-151-2/+0
* typotadf2008-04-141-1/+1
* * complex.c (nucomp_div): [ruby-dev:34357]tadf2008-04-144-6/+33
* * re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz2008-04-144-51/+74
* * test/ruby/test_objectspace.rb: add a test formame2008-04-142-0/+20
* * file.c (SET_EXTERNAL_ENCODING): avoid call rb_enc_check() onmatz2008-04-142-2/+6
* * hash.c (rb_hash_delete_if, rb_hash_reject_bang, env_delete_if,knu2008-04-142-3/+12
* * compile.c, compile.h (compile_debug): made runtime option.nobu2008-04-147-88/+172
* * array.c (ary_new): new integer overflow check condition.matz2008-04-142-2/+10
* * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]nobu2008-04-143-64/+9
* * gc.c (rb_objspace_t): packed globals. [ruby-dev:34348]nobu2008-04-142-26/+72
* * gc.c (finalizers): removed. [ruby-dev:34349]nobu2008-04-142-67/+4
* bootstraptest/test_knownbug.rb: wrong conditionmatz2008-04-141-4/+4
* * test/ruby/test_parse.rb: add tests to achieve over 95% test coveragemame2008-04-133-3/+872
* * enum.c (enum_cycle): Make Enumerable#cycle do a finite loop whenknu2008-04-133-19/+57
* * thread_pthread.c (lock_func): should not check interrupts innobu2008-04-133-12/+21
* bootstraptest/test_knownbug.rb: add testsmatz2008-04-121-0/+45
* * prelude.rb (require_relative): move require_relative frommatz2008-04-1212-20/+17
* * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu2008-04-128-97/+57
* Update to RubyGems 1.1.1 r1701.drbrain2008-04-1131-888/+272
* * file.c (file_expand_path): set external encoding.nobu2008-04-112-2/+14
* * file.c (rb_file_s_basename, rb_file_s_dirname, rb_file_s_extname):nobu2008-04-113-3/+11
* * enum.c (count_i): modified to shut warning up.matz2008-04-112-1/+5
* * enum.c (count_i, count_iter_i, enum_count, enum_find_index):knu2008-04-112-33/+30
* * enum.c (find_index_i): modified to shut warning up.matz2008-04-112-2/+11
* * enum.c (enum_find_index): Add support for find_index(obj);knu2008-04-114-15/+56
* * test/test_pstore.rb, test/yaml/test_yamlstore.rb: properties.nobu2008-04-110-0/+0
* * lib/yaml/store.rb (YAML::load): modified to support emptymatz2008-04-114-3/+103
* * marshal.c (w_object): add volatile to avoid potential GC bug. amatz2008-04-103-4/+10
* * lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz2008-04-103-5/+26
* * test/test_generator.rb: removed as well. [ruby-dev:34306]matz2008-04-102-4/+2
* Add a bug#.knu2008-04-101-1/+1
* * misc/rdebug.el, misc/README: Remove rdebug.el as per requestknu2008-04-102-136/+6
* Mention the ruby-debug project at RubyForge.knu2008-04-101-1/+2
* * eval.c (rb_f_loop): Mention StopIteration in the document.knu2008-04-102-0/+6
* Fix mistake in the previous commit.knu2008-04-101-2/+2
* * array.c (rb_ary_pop_m, rb_ary_shift_m): Update documents forknu2008-04-102-9/+19
* * marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.akr2008-04-103-15/+28
* * lib/pstore.rb: replaced by Hongli Lai's faster version.matz2008-04-103-75/+279
* * lib/generator.rb: removed obsolete library. [ruby-core:16233]matz2008-04-102-385/+4
* * thread_pthread.c (native_sleep): sleep_cond is initialized atnobu2008-04-103-4/+8
* * thread.c (lock_func): optimized and checks for interrupt_flag.nobu2008-04-092-25/+17
* * test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu2008-04-094-3/+133
* * thread.c (lock_func): optimized. based on a patch from Sylvainnobu2008-04-081-1/+4
* * thread.c (rb_mutex_sleep): ensures to re-acquire at waking up.nobu2008-04-082-4/+23
* * lib/complex.rb: remove Math first before overwriting by CMath.matz2008-04-082-0/+5
* * re.c (rb_reg_quote): should always copy the quoting string.matz2008-04-082-3/+6
* * load.c (rb_require_safe): should check fname path after $SAFE ismatz2008-04-082-2/+7
* * common.mk (prelude.c): depends on enc/prelude.rb.nobu2008-04-083-4/+12