aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove2011-10-033-1/+31
* * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can betenderlove2011-10-033-5/+12
* * ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODINGtenderlove2011-10-033-5/+32
* * 2011-10-04svn2011-10-031-2/+2
* * gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika2011-10-033-4/+23
* * vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371ktsj2011-10-022-1/+6
* * test/psych/test_yamldbm.rb: add test case.ayumin2011-10-023-0/+63
* * lib/yaml/store.rb: make initialize method signature match thetenderlove2011-10-022-10/+10
* * io.c: fix documentation of ARGF.lineno=.ktsj2011-10-022-2/+6
* * test/mkmf/test_framework.rb: forgot to set property.nobu2011-10-020-0/+0
* * test/mkmf/test_framework.rb: test for r33372.nobu2011-10-021-0/+9
* * lib/mkmf.rb (have_framework): try as Objective-C.nobu2011-10-022-1/+6
* * vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should notktsj2011-10-013-2/+7
* * 2011-10-02svn2011-10-011-2/+2
* * vm.c (rb_thread_mark): rb_thread_t needs self to be marked.ktsj2011-10-012-0/+6
* * gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika2011-10-014-2/+29
* * test/ruby/test_bignum.rb: use more descriptive assertions.nobu2011-09-301-16/+16
* * 2011-10-01svn2011-09-301-3/+3
* * test/ruby/test_bignum.rb (TestBignum#test_interrupt): fix fornobu2011-09-301-4/+6
* Fix wrong expectaion of r33363.naruse2011-09-301-1/+2
* * array.c (ary_join_1): should not copy the encoding of non-stringnobu2011-09-293-0/+8
* * 2011-09-30svn2011-09-291-2/+2
* * gc.c (slot_sweep, rb_gc_finalize_deferred)nobu2011-09-292-3/+17
* * ext/gdbm/gdbm.c (rb_gdbm_fatal): adjust argument type.nobu2011-09-292-1/+5
* * gc.c (is_id_value, is_live_object): extract from id2ref().nobu2011-09-292-5/+23
* * gc.c (run_finalizer): use object instead of object id.nobu2011-09-292-7/+13
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-2937-159/+164
* * 2011-09-29svn2011-09-291-2/+2
* * vm_eval.c (rb_eval_cmd): fix indent.nobu2011-09-291-1/+1
* Fix typoayumin2011-09-281-1/+1
* fix commit miss.nobu2011-09-281-1/+1
* * configure.in (pthread_np.h): needs pthread.h to be includednobu2011-09-282-1/+7
* * test/psych/test_yamlstore.rb: use tmpdir for tmpfile.ayumin2011-09-273-4/+25
* * ext/bigdecimal/README: update report to.ayumin2011-09-272-3/+7
* * 2011-09-28svn2011-09-271-2/+2
* * ext/bigdecimal/bigdecimal_en.html: removed because this file isn'tmrkn2011-09-273-1591/+7
* * thread_pthread.c: make native_fd_select().kosaki2011-09-273-12/+14
* * thread.c (do_select): remove cygwin specific hack. It's layerkosaki2011-09-272-73/+7
* Oops! fix psych -> syckayumin2011-09-261-1/+1
* * test/rexml/test_sax.rb: add require 'rexml/document.ayumin2011-09-262-0/+5
* Fix typoayumin2011-09-261-2/+2
* * 2011-09-27svn2011-09-261-2/+2
* * test/psych/test_yamldbm.rb (require): fix #setup and #terdown.ayumin2011-09-263-5/+29
* * lib/webrick/httputils.rb: Add MIME Type definition of .js and .svg.naruse2011-09-262-0/+7
* * configure.in: remove DJGPP support. It's not longer supportedkosaki2011-09-262-13/+6
* * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsodykosaki2011-09-266-135/+15
* * configure.in: remove a code for human68k. it's no longerkosaki2011-09-262-55/+6
* * 2011-09-26svn2011-09-251-2/+2
* fix typoskazu2011-09-251-2/+2
* * ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss2011-09-253-4/+51