summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-12-12erb: suppress warningsnobu
2014-12-12* gems/bundled_gems: Upgrade to test-unit 3.0.8. assert_throw andkou
2014-12-12erb: set variables from the command linenobu
2014-12-12erb: lineno and location settersnobu
2014-12-12* gc.c (gc_latest_gc_info): return :state field to show currentko1
2014-12-12string.c: check arguments for cryptnobu
2014-12-11io.c: Fix spelling [ci skip]nobu
2014-12-11ChangeLog: typonobu
2014-12-11add missing space [ci skip]kazu
2014-12-11* class.c (class_alloc): Strat from age == 2.ko1
2014-12-10* lib/prime.rb: Remove useless loop and block capture.marcandre
2014-12-10* vm_core.h: introduce new fieldko1
2014-12-10struct.c: use iseqvalnobu
2014-12-10thread.c: use the same method namenobu
2014-12-09* test/net/http/test_https.rbusa
2014-12-09struct: avoid all O(n) behavior on accessnormal
2014-12-09* string.c: [DOC] Add missing documentation around String#chomp.hsbt
2014-12-09object.c: [DOC] Revise documentationnobu
2014-12-09vm_eval.c: fix `rb_eval_string_wrap` rdocnobu
2014-12-09thread.c: get rid of invalid ID symbolnobu
2014-12-07fix a typo [ci skip]kazu
2014-12-07* ext/socket/basicsocket.c, ext/socket/sockssocket.c:ktsj
2014-12-07* lib/rdoc: Update to RDoc 4.2.0.drbrain
2014-12-07* lib/rubygems: Update to RubyGems 2.4.5.drbrain
2014-12-06* lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo
2014-12-06thread.c (do_select): rename parameters to avoid shadowingnormal
2014-12-06* lib/rake: Update to rake 10.4.2hsbt
2014-12-05compile.c (rb_iseq_build_from_ary): remove misc handlingnormal
2014-12-05configure.in: fix --with-ruby-version [ci skip]nobu
2014-12-05* lib/pp.rb (File::Stat#pritty_print): some platforms (such as Windows)usa
2014-12-05* ext/psych/lib/psych.rb: bump version to 2.0.8hsbt
2014-12-05fix a typo [ci skip]kazu
2014-12-05socket/option.c: fix inet_ntop link error on mswinnobu
2014-12-05iseq.c: remove unused rb_iseq_new_with_boptnormal
2014-12-05parse.y: fix lex_state after tLABEL_ENDnobu
2014-12-04extmk.rb: no EXTOBJS to main if enable-sharednobu
2014-12-03mostly fix rb_iseq_loadnormal
2014-12-03iseq.c: avoid segfault on incomplete iseqnormal
2014-12-03load.c: reset errinfonobu
2014-12-03load.c: defer static linked ininobu
2014-12-03encoding.c: load by rb_require_internalnobu
2014-12-03load.c: defer static linked initnobu
2014-12-03dmyenc.c: try to load encdbnobu
2014-12-03string.c: fake string is not sharingnobu
2014-12-03* win32/win32.c (w32_spawn): `v2` is used not only for `shell` but alsousa
2014-12-03cparse.c: typed datanobu
2014-12-02* ext/win32ole/win32ole.c: use typed data for com_hash.suke
2014-12-02array.c (rb_ary_plus): in documentation, added note aboutduerst
2014-12-01iseq.c (iseq_data_to_ary): keep hidden variablesnormal
2014-12-01* ext/psych/lib/psych.rb: bumping versiontenderlove