aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-1237-25/+850
* * 2012-11-13svn2012-11-121-2/+2
* fix typoskazu2012-11-121-2/+2
* Fix build on DragonFly where configure fails to detect isinf()/isnan().knu2012-11-122-0/+9
* * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo),shugo2012-11-125-16/+13
* * 2012-11-12svn2012-11-121-2/+2
* * win32/mkexports.rb (each_export): skip garbages generated by VS2012'susa2012-11-122-1/+7
* * test/date/test_date_{parse,strptime}.rb: changed the format oftadf2012-11-113-454/+458
* * ext/date/date_parse.c (date__parse): revised the tight parsertadf2012-11-112-38/+83
* glibc 2.16 or later denies salt contained other than [0-9A-Za-z./] [Bug #7312]naruse2012-11-111-0/+10
* hash.c: warn for wrong elementsnobu2012-11-113-3/+16
* hash.c: refine error messagesnobu2012-11-115-5/+17
* * eval.c (top_using): remove Kernel#using, and add main.using instead.shugo2012-11-113-7/+34
* * eval.c (rb_using_refinement, rb_mod_using, f_using): clear methodshugo2012-11-113-1/+78
* * lib/pstore.rb (PStore): fix not to replace ThreadError raised inglass2012-11-112-4/+18
* * vm_core.h (rb_call_info_t::refinements), compile.c (new_callinfo):shugo2012-11-115-3/+51
* ruby.c: removed a comma before "before"duerst2012-11-102-1/+5
* * 2012-11-11svn2012-11-101-2/+2
* * gc.c: move immutable fields from struct heaps_slot and structnari2012-11-102-50/+47
* typotadf2012-11-101-1/+1
* * complex.c: modified doc.tadf2012-11-103-8/+22
* * ext/date/date_parse.c: edited about era.tadf2012-11-102-11/+111
* Revert of 37541 "* test/ruby/test_enumerator.rb: Add test to shed light upon ...marcandre2012-11-101-3/+0
* * tool/rbinstall.rb: Don't install *.gemspec under lib/.kou2012-11-102-1/+7
* * ruby_atomic.h: renamed from atomic.h to avoid header file name conflictngoto2012-11-096-4/+12
* * atomic.h: Revert r37491 which is a temporary workaroud.ngoto2012-11-092-1/+4
* * tool/merger.rb: typo.usa2012-11-091-1/+1
* * siphash.h: check configure macros before include newer headers.usa2012-11-092-2/+4
* * 2012-11-10svn2012-11-091-2/+2
* * siphash.h: include inttypes.h only when HAVE_INTTYPES_H is defined.usa2012-11-092-0/+6
* * ChangeLog: remove redundant entries for r37581-r37584.nagachika2012-11-091-28/+0
* erb.rb: safe concurrent usenobu2012-11-093-3/+25
* random.c: BYTE_ORDERnobu2012-11-092-1/+16
* siphash.c: union sip_init_statenobu2012-11-091-0/+5
* siphash.c: union sip_init_statenobu2012-11-091-2/+5
* fix typoskazu2012-11-091-2/+2
* fix typoszzak2012-11-091-5/+3
* * array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse2012-11-093-1/+18
* Use C90 comment stylenaruse2012-11-091-1/+1
* siphashnobu2012-11-096-7/+553
* array.c: speedup Array#unshift by using space in shared arraynobu2012-11-092-10/+65
* array.c: use shared array in rb_ary_slicenobu2012-11-092-5/+8
* array.c: make array really suitable for queuenobu2012-11-092-9/+47
* array.c: steal shared array's container when ARY_SHARED_NUM == 1nobu2012-11-092-6/+55
* * ext/bigdecimal/bigdecimal.c:zzak2012-11-092-83/+168
* * parse.y (warn_balanced): use bit-wise operation.nobu2012-11-091-3/+1
* Add back my original example of Shellwords#shellescape.knu2012-11-092-2/+14
* Fix an example of Shellwords#shellescape.knu2012-11-092-3/+7
* * string.c (rb_str_crypt): crypt(3) may return NULL.naruse2012-11-092-1/+11
* Fix build when gcc is used and the platform's libc lacks alloca().knu2012-11-095-49/+51