aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * *.c (*_memsize): do not check ptr.ko12015-12-0916-76/+57
* * test/net/smtp/test_response.rb: use Test::Unit. We should use Test::Unithsbt2015-12-092-2/+7
* mark as experimentalko12015-12-091-1/+1
* test_generic.rb: fix assertionnobu2015-12-081-1/+1
* string.c: use rb_id_encodingnobu2015-12-081-1/+1
* lib/uri/generic.rb: enable frozen_string_literalnormal2015-12-082-15/+27
* test/uri/test_generic.rb (to_s): new testnormal2015-12-082-0/+12
* gc.c: NULL check at memsizenobu2015-12-081-5/+7
* * compile.c (ibf_dump_memsize): should check NULL.ko12015-12-082-5/+14
* * string.c (rb_str_init): now accepts new option parameter `encoding'.usa2015-12-084-5/+56
* envutil.rb: improve messagenobu2015-12-081-2/+4
* compile.c: suppress warningnobu2015-12-081-1/+2
* file.c: call get_stat only oncenobu2015-12-082-4/+12
* * compile.c (iseq_ibf_dump): dump extra data just string length.ko12015-12-083-2/+13
* compile.c: fix extra_strnobu2015-12-081-1/+1
* gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0.rc1yuki2015-12-082-1/+5
* * compile.c (ibf_load_setup): cast to int.ko12015-12-082-1/+5
* * compile.c (ibf_setup_load): rename to ibf_load_setup().ko12015-12-082-3/+27
* make local symbols staticnobu2015-12-085-7/+9
* * 2015-12-09svn2015-12-081-2/+2
* fix indent [ci skip]kazu2015-12-081-7/+7
* Add ticket numbers [ci skip]kazu2015-12-081-1/+4
* free ibf_dump at exceptionnobu2015-12-081-23/+74
* fix typos [ci skip]kazu2015-12-081-2/+2
* compile.c: make opt a string valuenobu2015-12-081-2/+3
* * test/io/console/test_io_console.rb (run_pty): Avoid waiting twicengoto2015-12-082-1/+6
* check loading object index rangenobu2015-12-081-0/+3
* suppress warningsnobu2015-12-082-4/+4
* * compile.c (iseq_ibf_dump): fix for clang type checker.ko12015-12-082-1/+5
* * iseq.c (iseq_s_load): fix mysterious bug.ko12015-12-082-1/+5
* fix a typo [ci skip]kazu2015-12-081-1/+1
* * properties.svn2015-12-080-0/+0
* * remove trailing spaces.svn2015-12-082-2/+2
* * introduce new ISeq binary format serializer/de-serializerko12015-12-0816-90/+1980
* retry IO#getpassnobu2015-12-083-4/+102
* mention about Enumerator::Lazy#grep_v in NEWSkazu2015-12-082-1/+10
* Revert r52907 "* configure.in: add missing x."kazu2015-12-082-5/+1
* Revert r52902,r52903,r52910,r52911,r52937,r52939naruse2015-12-082-103/+5
* string.c: removed unused variableduerst2015-12-082-5/+5
* enumerator.c: lazy_grep_vnobu2015-12-083-1/+70
* error.c: name_err_local_variablesnobu2015-12-086-1/+75
* * array.c: Improve and fix documentation for Array#digmarcandre2015-12-084-8/+22
* marshal.c: skip internal namesnobu2015-12-085-9/+66
* test_io_console.rb: separate master and slavenobu2015-12-081-8/+16
* compile.c (iseq_build_from_ary_body): avoid rb_ary_dup for CDHASHnormal2015-12-081-1/+0
* * test/io/console/test_io_console.rb (test_getpass): s.getpassngoto2015-12-082-10/+16
* * tool/merger.rb: get user's attention by using colored message when requirin...usa2015-12-081-1/+1
* NEWS: indented heredoc [ci skip]nobu2015-12-081-0/+6
* * properties.svn2015-12-080-0/+0
* compile optimized case dispatch for nil/true/falsenormal2015-12-089-1/+91