aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/date/date_core.c: edited doc.tadf2011-06-112-23/+31
* add to bug numberkosaki2011-06-111-1/+1
* * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT,kosaki2011-06-116-38/+71
* * ext/date/date_core.c: edited doc.tadf2011-06-112-9/+211
* * ext/openssl/lib/openssl/buffering.rb (module OpenSSL):nahi2011-06-113-9/+40
* * time.c: a correction of doc for strftime (%v).tadf2011-06-112-1/+5
* * ext/date/date_core.c: replaced doc for strftime based on Time's one.tadf2011-06-112-1/+173
* * ext/date/date_core.c (datetime_s_{iso8601,rfc3339,xmlschema,rfc2822,httpda...tadf2011-06-112-24/+17
* * ext/date/date_core.c: added examples.tadf2011-06-112-3/+266
* * gc.c: expand heap if initial_heap_min_slots is bigger thannari2011-06-112-41/+67
* * ChangeLog (vim): set shiftwidth to 2.eban2011-06-111-1/+5
* * ext/openssl/ossl_x509req.c: raise RequestError instead ofnahi2011-06-112-1/+8
* * ext/date/date_core.c (Date::(ABBR_)?(MONTH|DAY)NAMES): should be usascii.tadf2011-06-113-1/+18
* * ext/date/date_core.c: rewrote doc.tadf2011-06-112-765/+578
* * lib/test/unit.rb (Test::Unit::GlobOption#non_options): should runnobu2011-06-112-1/+6
* * bootstraptest/runner.rb: should initilize $stress to avoid warnings.eban2011-06-112-0/+5
* * io.c (io_getc): should be 7bit if ascii. fixes #4557nobu2011-06-113-1/+14
* * numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu2011-06-113-1/+9
* * ChangeLog: fix ticket number at r31995. fixes #4161 is correct.kou2011-06-111-1/+1
* * lib/rexml/formatters/pretty.rbkou2011-06-113-1/+71
* * test/rexml/test_core.rbkou2011-06-112-4/+8
* * lib/rexml/parsers/xpathparser.rbkou2011-06-113-1/+20
* * test/rexml/test_elements.rb (ElementsTester): remove needlesskou2011-06-112-10/+15
* fixed a grammatical errorduerst2011-06-112-1/+4
* * vm.c (thread_memsize): don't ignore size of th->local_storage.kosaki2011-06-112-1/+5
* * lib/mkmf.rb: should quote arch_hdrdir and libpath for the casenobu2011-06-112-5/+10
* * thread_pthread.c (native_cond_timeout): wrap conditinally used label.nobu2011-06-112-1/+8
* * thread.c (rb_thread_execute_interrupts): use GetThreadPtr to extractakr2011-06-112-2/+10
* * 2011-06-11svn2011-06-111-2/+2
* * ruby.c (ruby_process_options): add missing return type.nobu2011-06-112-1/+5
* * ext/tk/tcltklib.c (lib_eventloop_core): replace CHECK_INTS withkosaki2011-06-102-1/+6
* * encoding.c (rb_locale_charmap): When ruby process is run as Windowsnaruse2011-06-102-1/+11
* Don't break test-all.naruse2011-06-102-9/+1
* * common.mk: restore TESTRUN_SCRIPT to "$(srcdir)/test.rb".ko12011-06-102-1/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#skip): reason tonobu2011-06-102-1/+9
* * test/testunit: add skip messages.nobu2011-06-102-2/+2
* * test/ruby/test_transcode.rb (TestTranscode#test_Big5_Hkscs): fixnobu2011-06-101-1/+1
* * test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu2011-06-102-3/+9
* * encoding.c: Mention that Encoding.compatible? can work with moredrbrain2011-06-102-5/+16
* * ext/psych/lib/psych.rb: updating version to match released gem.tenderlove2011-06-092-1/+5
* * ext/bigdecimal (BigDecimal_to_i): Integer#** may return flonum.tadf2011-06-092-4/+13
* * complex.c (string_to_c_internal): uses rb_reg_nth_match;tadf2011-06-093-28/+21
* * gc.c: remove an unused declaration.nagachika2011-06-092-1/+4
* * rational.c (string_to_r): Rational#** may return flonum.tadf2011-06-092-3/+11
* * 2011-06-10svn2011-06-091-2/+2
* * io.c: fix IO.copy_stream interrupt handling.akr2011-06-096-23/+137
* * gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() fornagachika2011-06-095-1/+34
* * test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):nagachika2011-06-092-0/+16
* * test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):nagachika2011-06-092-0/+13
* * string.c: Fix the ambiguous description of the behavior ofmrkn2011-06-092-1/+8