aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vm_eval.c: fix `rb_eval_string_wrap` rdocnobu2014-12-092-1/+7
* thread.c: get rid of invalid ID symbolnobu2014-12-094-1/+34
* * 2014-12-09svn2014-12-091-2/+2
* ruby.c: do not modify shared stringnobu2014-12-091-0/+2
* * 2014-12-08svn2014-12-081-2/+2
* struct.c: trivial optimizationnobu2014-12-081-1/+2
* fix a typo [ci skip]kazu2014-12-071-1/+1
* * test/net/imap/test_imap.rb (ImapTest#imaps_test): forced error on SSL socketsusa2014-12-071-1/+1
* * ext/socket/basicsocket.c, ext/socket/sockssocket.c:ktsj2014-12-073-12/+5
* known_classes.rb: remove DLnobu2014-12-071-1/+0
* io.c: Typo close -> closes.hone2014-12-071-1/+1
* * properties.svn2014-12-070-0/+0
* * remove trailing spaces.svn2014-12-073-109/+109
* * lib/rdoc: Update to RDoc 4.2.0.drbrain2014-12-0728-177/+622
* * remove trailing spaces.svn2014-12-071-4/+4
* * 2014-12-07svn2014-12-071-2/+2
* * lib/rubygems: Update to RubyGems 2.4.5.drbrain2014-12-0732-107/+462
* * lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo2014-12-063-8/+94
* thread.c (do_select): rename parameters to avoid shadowingnormal2014-12-062-18/+23
* * lib/rake: Update to rake 10.4.2hsbt2014-12-067-34/+47
* compile.c (rb_iseq_build_from_ary): remove misc handlingnormal2014-12-052-7/+8
* ruby.c: no safe_level 4nobu2014-12-051-10/+0
* configure.in: fix --with-ruby-version [ci skip]nobu2014-12-053-2/+10
* io.c: fix rdoc [ci skip]nobu2014-12-051-1/+1
* * test/test_pp.rb (PPTestModule::PPFileStatTest): test for r48719.usa2014-12-051-0/+8
* * 2014-12-06svn2014-12-051-2/+2
* * lib/pp.rb (File::Stat#pritty_print): some platforms (such as Windows)usa2014-12-052-2/+9
* * ext/psych/lib/psych.rb: bump version to 2.0.8hsbt2014-12-055-3/+14
* test_rubyoptions.rb: non-codepage names globnobu2014-12-051-0/+2
* test_rubyoptions.rb: non-codepage names globnobu2014-12-051-0/+10
* fix a typo [ci skip]kazu2014-12-051-1/+1
* socket/option.c: fix inet_ntop link error on mswinnobu2014-12-052-1/+9
* iseq.c: remove unused rb_iseq_new_with_boptnormal2014-12-052-26/+19
* parse.y: fix lex_state after tLABEL_ENDnobu2014-12-053-3/+9
* extmk.rb: no EXTOBJS to main if enable-sharednobu2014-12-042-0/+8
* * 2014-12-05svn2014-12-041-2/+2
* socket/option.c: use rb_w32_inet_ntopnobu2014-12-041-2/+2
* prelude.c.tmpl: require_relativenobu2014-12-031-4/+8
* iseq_load.c: rb_path2classnobu2014-12-031-1/+1
* * properties.svn2014-12-030-0/+0
* mostly fix rb_iseq_loadnormal2014-12-037-67/+352
* iseq.c: avoid segfault on incomplete iseqnormal2014-12-033-5/+17
* * 2014-12-04svn2014-12-031-2/+2
* load.c: reset errinfonobu2014-12-032-1/+9
* load.c: defer static linked ininobu2014-12-031-0/+6
* encoding.c: load by rb_require_internalnobu2014-12-034-11/+10
* load.c: defer static linked initnobu2014-12-033-5/+19
* enc/prelude.rb: no encdb and transdbnobu2014-12-031-7/+0
* load.c: tweak the return valuenobu2014-12-032-8/+16
* dmyenc.c: try to load encdbnobu2014-12-034-12/+43