summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Second merge from trunk.rexml_adds_testsser2008-09-22124-2283/+5045
* Merged changes from trunkser2008-09-21570-93265/+103729
* Merged revisions 15970-15975,15978-15980,15983,15985-15986,15990-15997,16003,...ser2008-06-12594-12337/+33668
* Prepped for merging with svnmerge.py.ser2008-06-120-0/+0
* Final cleanup; this should be ready to merge with the trunk.ser2008-04-123-6/+24
* Moving stuff around to get the tests running with the standard ruby makeser2008-04-1240-126/+180
* Copies REXML's unit tests into the Ruby branch; a following change will renam...ser2008-04-1288-0/+34718
* Finally migrating the REXML test suite into the main Ruby test suite. Thisser2008-04-110-0/+0
* * 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
* * bootstraptest/test_autoload.rb: tests for [ruby-dev:34268].nobu2008-04-071-4/+31
* * load.c (rb_provided): check expanded path for relative pathnobu2008-04-075-6/+45
* trivial change.tadf2008-04-071-2/+2
* * numeric.c: cancelled recent changes (except to remove rdiv).tadf2008-04-074-38/+63
* * ignores all libruby stuffs.nobu2008-04-070-0/+0
* * encoding.c (enc_init_db): moved to enc/encdb.c.nobu2008-04-0710-58/+76
* * bootstraptest/test_knownbug.rb: add a known-bug.ko12008-04-072-0/+17
* * range.c (range_each_func): should not leave a variablenobu2008-04-072-13/+9
* * string.c (rb_str_intern): need not to check if tainted.matz2008-04-062-3/+5
* * bignum.c (rb_cmpint): moved from compar.c, to check bignummatz2008-04-066-34/+54
* * tool/compile_prelude.rb: allows extra suffix after .c.nobu2008-04-061-1/+1
* * lib/cmath.rb: set properties.nobu2008-04-060-0/+0
* * dir.c (dir_tell): check if closed. [ruby-core:16223]nobu2008-04-063-4/+8
* lib/complex.rb depends lib/cmath.rb.tadf2008-04-051-224/+0
* * lib/cmath.rb: new.tadf2008-04-057-133/+270
* * lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.drbrain2008-04-045-5/+17
* * re.c (rb_memsearch_qs): wrong boundary condition.naruse2008-04-042-4/+10
* * re.c (rb_memsearch_qs): wrong boundary condition. a patch frommatz2008-04-043-4/+9
* * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz2008-04-032-0/+7
* * numeric.c (num_quo): RDoc updated.matz2008-04-032-4/+6
* * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz2008-04-037-89/+27