aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* transcode.c: fill terminatornobu2013-07-114-1/+15
* string.c: multi-byte terminatornobu2013-07-112-28/+53
* string.c: multi-byte terminatornobu2013-07-114-5/+48
* string.c: check null charnobu2013-07-113-0/+44
* * array.c: Replace confusing example for #reverse_each in overviewzzak2013-07-112-3/+9
* * test/drb/ut_eq.rb: Use localhost for drb tests [Bug #7311]zzak2013-07-114-3/+10
* * sprintf.c: Fix typo patch by @hynkle [Fixes GH-357]zzak2013-07-112-1/+6
* * lib/securerandom.rb: Refactor conditions by Rafal Chmielzzak2013-07-112-5/+10
* * bignum.c: Don't use toom3 after once karatsuba is choosen.akr2013-07-112-21/+98
* probes_to_wiki.rb: fix comment and reduce unnecessary arraynobu2013-07-112-3/+8
* call GC.start before fork-related tests to decrease GC cost on fork childrennaruse2013-07-112-0/+2
* * process.c (rb_daemon): daemon(3) is implemented with fork(2).naruse2013-07-113-12/+6
* * properties.nobu2013-07-100-0/+0
* * tool/probes_to_wiki.rb: adding a script to convert probes.d to wikitenderlove2013-07-102-0/+21
* * man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hillzzak2013-07-102-1/+6
* * lib/delegate.rb: Add example for __setobj__ and __getobj__zzak2013-07-102-0/+33
* * 2013-07-11svn2013-07-101-2/+2
* On FreeBSD, threads don't die on daemon(3)naruse2013-07-101-1/+13
* * lib/logger.rb: Use :call-seq: for method signature rdoczzak2013-07-102-6/+7
* * lib/logger.rb (#add): Remove incorrect rdoc for return valuezzak2013-07-102-2/+5
* string.c: rb_str_subposnobu2013-07-103-1/+6
* * bignum.c: Add a static assertion for RBIGNUM_EMBED_LEN_MAX.akr2013-07-102-0/+5
* * string.c (rb_str_index): cache single byte flag and someglass2013-07-102-9/+15
* * bignum.c (bary_2comp): Don't use bary_plus_one.akr2013-07-102-15/+27
* bignum.c: sizeof_bdigit_dblnobu2013-07-102-1/+5
* internal.h: STATIC_ASSERTnobu2013-07-103-2/+6
* * bignum.c (SIZEOF_BDIGIT_DBL): Add a ifdef guard for test.akr2013-07-102-6/+12
* Use Tempfile.create to unlink the tempfile on Windowsnaruse2013-07-101-0/+3
* fix PATH environ related test failure introduced at r41873naruse2013-07-101-1/+1
* fix shebang test failure introduced at r41873naruse2013-07-101-1/+5
* remove duplicated entrykazu2013-07-101-5/+0
* fix test failure introduced at r41873naruse2013-07-101-1/+1
* bignum.c: select by preprocessor conditionsnobu2013-07-101-30/+24
* Turns out [Fix GH-***] doesn't work while [Fixes GH-***] does.knu2013-07-101-8/+8
* process.c: kill threads in daemon processnobu2013-07-103-1/+32
* fix a typokazu2013-07-101-1/+1
* fix typoskazu2013-07-101-2/+2
* * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa2013-07-102-2/+9
* ossl.c: fix argument typenobu2013-07-101-3/+3
* ossl.c: rb_gc_register_mark_objectnobu2013-07-101-1/+1
* ossl.c: check allocationnobu2013-07-101-0/+3
* ossl.c: check integer overflownobu2013-07-101-2/+6
* * tool/rbinstall.rb: always require rubygems to stabilize rubygemsnaruse2013-07-102-0/+12
* * remove trailing spaces.nobu2013-07-0910-29/+29
* * lib/rubygems: Import RubyGems 2.1drbrain2013-07-09113-2536/+4890
* * lib/rubygems/ext/ext_conf_builder.rb: Remove siteconf file afterdrbrain2013-07-095-0/+19
* * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].tadf2013-07-093-1/+14
* * 2013-07-10svn2013-07-091-2/+2
* * bignum.c (bary_mul): x*1 is x.akr2013-07-092-0/+15
* * bignum.c (bary_mul_single): Invoke MEMZERO here.akr2013-07-092-5/+4