aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_module.rb: Bump up timeout inheadius2014-07-201-1/+1
* vm_core.h: fix commentnobu2014-07-201-1/+1
* rb_proc_t: reduce to 64 bytes from 72 on 64-bitnormal2014-07-202-3/+7
* rb_econv_t: reduce to 184 bytes from 200 on 64-bitnormal2014-07-202-3/+7
* rb_io_buffer_t: pack structurenormal2014-07-202-2/+9
* rb_io_t: shrink from 216 to 200 bytes on 64-bitnormal2014-07-202-2/+9
* * remove trailing spaces.svn2014-07-201-1/+1
* re_pattern_buffer: shrink from 464 to 448 bytes on 64-bitnormal2014-07-202-2/+10
* thread.c: use RUBY_VM_CHECK_INTSnobu2014-07-201-3/+1
* * ext/openssl/ossl.c: use encryptor instead of encrypter in doc.hsbt2014-07-192-10/+15
* * ext/thread/thread.c: added nodoc attribute intohsbt2014-07-191-0/+1
* * 2014-07-20svn2014-07-191-2/+2
* io.c: fix rdoc of append modenobu2014-07-192-5/+10
* compile.c: FCALL flag on AREFnobu2014-07-191-1/+1
* * string.c: [DOC] teach rdoc symbol.c.ktsj2014-07-191-3/+3
* compile.c: private reader in op_assignnobu2014-07-193-6/+12
* Fix `Time.parse` for out of range arguments with an offsetnobu2014-07-194-3/+23
* * 2014-07-19svn2014-07-181-2/+2
* * refactoringsuke2014-07-182-10/+14
* array.c: array may be modified in the blocknobu2014-07-181-1/+3
* * ext/win32ole/win32ole.c (folevariant_initialize): WIN32OLE_VARIANTsuke2014-07-183-1/+20
* optimized any? methodsnobu2014-07-183-4/+74
* revert r46859 and r46860nobu2014-07-185-43/+2
* * ext/win32ole/win32ole.c (folevariant_initialize): remove unnecessarysuke2014-07-182-2/+6
* * lib/matrix/eigenvalue_decomposition: Style fixmarcandre2014-07-182-3/+8
* * lib/matrix.rb: Avoid using `and`.marcandre2014-07-182-2/+7
* * test/matrix/test_matrix.rb: Add tests for Matrix class.hsbt2014-07-182-0/+40
* ChangeLog: fix GH referencenobu2014-07-181-1/+1
* enum.c: optimize any? object allocations for Array and Hashnobu2014-07-185-2/+43
* vm_core.h: redefined_flag in rb_vm_tnobu2014-07-183-41/+43
* configure.in: with-destdirnobu2014-07-182-0/+7
* * lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.hsbt2014-07-182-1/+6
* * 2014-07-18svn2014-07-171-2/+2
* iseq.h: check rangenobu2014-07-171-2/+6
* thread/thread.c: simplifynobu2014-07-171-34/+21
* thread/thread.c: non-blocking push on SizedQueuenobu2014-07-173-6/+44
* test_queue.rb: non-blocking pop testsnobu2014-07-171-0/+14
* parse.y: separate from parse_identnobu2014-07-171-114/+108
* parse.y: parse_atmarknobu2014-07-171-17/+29
* parse.y: parse_identnobu2014-07-171-134/+141
* parse.y: parse_gvarnobu2014-07-171-85/+96
* parse.y: parse_percentnobu2014-07-171-91/+99
* parse.y: parse_qmarknobu2014-07-171-78/+86
* parse.y: parse_rationalnobu2014-07-171-5/+12
* * 2014-07-17svn2014-07-171-2/+2
* parse.y: parse_numericnobu2014-07-171-239/+241
* parse.y: negate_litnobu2014-07-171-16/+15
* * ext/win32ole/win32ole.c (ole_variant2val): support array ofsuke2014-07-162-8/+23
* * vm_core.h (struct rb_iseq_struct): stack_max is changed to intngoto2014-07-163-3/+11
* * vm_core.h (struct rb_iseq_struct): temporal workaround of [Bug 10037].ngoto2014-07-162-0/+8