summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-12-09* *.c (*_memsize): do not check ptr.ko1
2015-12-09* test/net/smtp/test_response.rb: use Test::Unit. We should use Test::Unithsbt
2015-12-08lib/uri/generic.rb: enable frozen_string_literalnormal
2015-12-08test/uri/test_generic.rb (to_s): new testnormal
2015-12-08* compile.c (ibf_dump_memsize): should check NULL.ko1
2015-12-08* string.c (rb_str_init): now accepts new option parameter `encoding'.usa
2015-12-08file.c: call get_stat only oncenobu
2015-12-08* compile.c (iseq_ibf_dump): dump extra data just string length.ko1
2015-12-08gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0.rc1yuki
2015-12-08* compile.c (ibf_load_setup): cast to int.ko1
2015-12-08* compile.c (ibf_setup_load): rename to ibf_load_setup().ko1
2015-12-08fix typos [ci skip]kazu
2015-12-08* test/io/console/test_io_console.rb (run_pty): Avoid waiting twicengoto
2015-12-08* compile.c (iseq_ibf_dump): fix for clang type checker.ko1
2015-12-08* iseq.c (iseq_s_load): fix mysterious bug.ko1
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-12-08mention about Enumerator::Lazy#grep_v in NEWSkazu
2015-12-08Revert r52907 "* configure.in: add missing x."kazu
2015-12-08string.c: removed unused variableduerst
2015-12-08enumerator.c: lazy_grep_vnobu
2015-12-08error.c: name_err_local_variablesnobu
2015-12-08marshal.c: skip internal namesnobu
2015-12-08* test/io/console/test_io_console.rb (test_getpass): s.getpassngoto
2015-12-08compile optimized case dispatch for nil/true/falsenormal
2015-12-08optparse.rb: Fix typo [ci skip]nobu
2015-12-08date_core.c: missing argument checknobu
2015-12-07insns.def (opt_case_dispatch): check Float#=== redefinitionnormal
2015-12-07* test/lib/iseq_loader_checker.rb: add iseq dumper/loader checker.ko1
2015-12-07doc/extension.rdoc: warn about kwargs performance in C [ci skip]normal
2015-12-07* iseq.c (iseq_load): disable peephole optimization optionko1
2015-12-07* compile.c (rb_iseq_build_from_ary): do not allocate tableko1
2015-12-07socket: expand docs+tests for recv_io/send_ionormal
2015-12-07* iseq.c (iseq_translate): at the end of constructing an iseq,ko1
2015-12-07* ext/psych/*: update psych to 2.0.16tenderlove
2015-12-07* string.c: introduce String#+@ and String#-@ to controlko1
2015-12-07parse.y: indented hereocnobu
2015-12-07fix a typo [ci skip]kazu
2015-12-07add missing options to call-seq of IO#read_nonblockkazu
2015-12-07.gitignore: added cygwin*.def for Cygwinduerst
2015-12-06introduce rb_autoload_str to replace rb_autoloadnormal
2015-12-06* configure.in: add missing x.kazu
2015-12-06fix a typo [ci skip]kazu
2015-12-06* test/webrick/test_cgi.rb (TestWEBrickCGI#test_cgi): gave up the testusa
2015-12-06console.c: console_getpassnobu
2015-12-05* ext/json/json.gemspec: bump version to json 1.8.3. CRuby already containedhsbt
2015-12-05Fix cross buildnobu
2015-12-05hash.c: env encoding fallback on Windowsnobu
2015-12-05ruby_atomic.h: fix old value type of ATOMIC_CASnobu
2015-12-05ruby_atomic.h: fix the argument ordernobu
2015-12-05random.c: fix filling sizenobu