aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Check __builtin_popcountl, __builtin_bswap32 andakr2013-07-144-6/+33
* * bignum.c (bary_subb): Support xn < yn.akr2013-07-142-38/+42
* * bignum.c (DIGSPERLONG): Unused macro removed.akr2013-07-132-6/+5
* * bignum.c (rb_big_aref): Less scan when the number is negative.akr2013-07-132-14/+16
* * bignum.c (big_shift): Avoid signed integer overflow.akr2013-07-132-1/+5
* * 2013-07-14svn2013-07-131-2/+2
* * bignum.c (bary_mul_precheck): Use bary_small_lshift orakr2013-07-132-8/+22
* * bignum.c (big_shift3): New function.akr2013-07-133-93/+140
* * bignum.c (bary_small_lshift): Use size_t instead of long.akr2013-07-132-3/+8
* * bignum.c (bary_small_lshift): Functions moved to removeakr2013-07-132-32/+35
* * properties.nobu2013-07-130-0/+0
* encoding.c: new termlen not oldtermlennobu2013-07-132-1/+6
* ext/win32: movenobu2013-07-1310-1268/+16
* * bignum.c (biglsh_bang): Removed.akr2013-07-132-63/+10
* * 2013-07-13svn2013-07-121-2/+2
* * lib/rubygems/psych_additions.rb: Ignore Psych docs herezzak2013-07-122-1/+5
* * ext/fiddle/win32/lib/win32/registry.rbusa2013-07-122-1/+6
* signal.c: for valgrindnobu2013-07-121-0/+14
* encoding.c: refill terminator at associating encodingnobu2013-07-125-12/+34
* * hash.c (rb_hash_reject_bang): do not call rb_hash_foreach() if RHashglass2013-07-122-3/+7
* * hash.c (recursive_hash): use RHASH_SIZE() to check hash size.glass2013-07-122-5/+6
* * hash.c (rb_hash_size): use RHASH_SIZE().glass2013-07-112-3/+5
* * hash.c (rb_hash_values): set array capa to RHASH_SIZE().glass2013-07-112-1/+5
* * 2013-07-12svn2013-07-111-2/+2
* * hash.c (rb_hash_keys): set array capa to RHASH_SIZE().glass2013-07-112-1/+5
* win32.c: fix infinite recursionnobu2013-07-112-0/+6
* win32/registry.rb: remove workaroundnobu2013-07-112-2/+5
* 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