aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ruby.h: unused parameternobu2017-02-031-3/+3
* .gitignore: add ext/rbconfig/sizeof/limits.cnormal2017-02-031-0/+1
* ext/rbconfig/sizeof: add limits.c to svn:ignorenormal2017-02-030-0/+0
* doc: Fix error for escape sequences in string literalsnormal2017-02-031-1/+1
* * 2017-02-04svn2017-02-031-1/+1
* lib/ostruct.rb: Fix returned value of each_pair.marcandre2017-02-032-0/+2
* test/unit.rb: share job slotsnobu2017-02-033-6/+40
* test/unit.rb: job testing flagnobu2017-02-031-7/+3
* Added initial gemspec for zlib module.hsbt2017-02-031-0/+17
* ensured.c: fix conflictnobu2017-02-031-2/+2
* eval.c: hide internal objectsnobu2017-02-033-1/+36
* internal.h: fix r57507nobu2017-02-031-5/+5
* io.c: remove rb_ensure usage for rb_str_tmp_frozen_* callsnormal2017-02-021-73/+20
* fix typo and argument of r57506naruse2017-02-021-3/+3
* Use carry flag to reduce instructionsnaruse2017-02-024-34/+54
* * 2017-02-03svn2017-02-021-1/+1
* ext/fcntl: Specify frozen_string_literal: true.kazu2017-02-021-1/+1
* Add class name to assert messageskazu2017-02-021-2/+2
* Added initial gemspec for Date module.hsbt2017-02-021-0/+17
* escape.c: check argumentnobu2017-02-022-1/+8
* Added initial gemspec for CMath module.hsbt2017-02-021-0/+16
* test_cgi_util.rb: encoding testsnobu2017-02-021-4/+10
* compile.c: restore catch entry spnobu2017-02-021-1/+8
* compile.c: restore misc paramsnobu2017-02-021-5/+13
* compile.c: keyword table for required kwargnobu2017-02-021-1/+2
* test_iseq_load.rb: refine test_require_integrationnobu2017-02-021-8/+8
* test_time.rb: use UTCnobu2017-02-011-1/+1
* * 2017-02-02svn2017-02-011-1/+1
* test_queue.rb: fix portabilitynobu2017-02-011-4/+4
* Prepare to make CSV module to default gem.hsbt2017-02-012-5/+28
* configure.in: use AC_SEARCH_LIBSnobu2017-02-011-10/+2
* common.mk: remove explicit MFLAGSnobu2017-02-013-18/+18
* win32/setup.mak: reordernobu2017-02-011-27/+30
* * 2017-02-01svn2017-01-311-2/+2
* Add IMEMO type to heap dump output.tenderlove2017-01-312-0/+40
* ruby.c: defining DATAnobu2017-01-311-20/+18
* ruby.c: forbid optionsnobu2017-01-311-8/+6
* Describe about RUBY_CODESIGNnaruse2017-01-311-0/+3
* openssl: import v2.0.3rhe2017-01-318-9/+32
* Initial commit for gem release of webrick.hsbt2017-01-311-0/+16
* mkmf.rb: message format stringnobu2017-01-311-3/+3
* allow Queue operation in trap.ko12017-01-312-1/+18
* define rb_thread_sleep_deadly_allow_spurious_wakeup().ko12017-01-312-1/+9
* use TRUE/FALSE.ko12017-01-312-4/+4
* time.c (time_strftime): avoid garbage in common casenormal2017-01-312-3/+16
* limits.c.tmpl: fallback ULLONG_MAXnobu2017-01-311-0/+3
* test_io.rb: separate a testnobu2017-01-311-0/+3
* sprintf.c: avoid garbage in common (no exception) casenormal2017-01-312-2/+14
* io.c (rb_io_syswrite): avoid leaving garbage after writenormal2017-01-302-10/+39
* string.c (rb_str_tmp_frozen_release): release embedded stringsnormal2017-01-302-5/+21