aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix a typo [ci skip]kazu2014-07-221-1/+1
* * lib/drb/extserv.rb: remove duplicate code with sample direcotry.hsbt2014-07-222-30/+5
* * 2014-07-23svn2014-07-221-2/+2
* split assertions into algorithmsnaruse2014-07-222-23/+36
* string.c: simplifynobu2014-07-221-8/+15
* string.c: raise at invalid byte sequencenobu2014-07-222-6/+14
* string.c: fix wrong single-byte optimizationnobu2014-07-223-2/+15
* * 2014-07-22svn2014-07-211-2/+2
* rb_io_buffer_t: fix packing on gccnormal2014-07-212-2/+9
* Makefile.sub: no PACKED_STRUCT on old VCnobu2014-07-211-1/+3
* ruby/io.h: fix rb_io_buffer_tnobu2014-07-211-2/+2
* optparse.rb: getopts message improvementnobu2014-07-212-3/+10
* test/rake: fix tests under test-allnobu2014-07-212-2/+4
* * 2014-07-21svn2014-07-201-2/+2
* * 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