aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* file.c: skip invalid bytenobu2015-07-071-0/+6
* * vm_backtrace.c: remove debug flag introduced accidentaly.ko12015-07-071-0/+4
* * cont.c (cont_free): remove mysterious fflush()ko12015-07-071-0/+5
* * proc.c (rb_method_call): because data->me should be non-NULL,ko12015-07-071-0/+7
* * vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()ko12015-07-071-0/+7
* * iseq.c, internal.h (rb_iseq_clone): removed because we don't need toko12015-07-071-0/+8
* string.c: ensure String#freeze resizes internal buffernormal2015-07-061-0/+6
* * vm.c (vm_define_method): remove an unused local variable.ko12015-07-061-0/+4
* * vm_core.h: remove rb_iseq_t::defined_method_id because it is notko12015-07-061-0/+16
* * vm_core.h: remove a useless declaration.ko12015-07-061-0/+4
* * vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko12015-07-061-0/+27
* * cont.c (fiber_init): initialize control frame correctly.ko12015-07-061-0/+6
* fix a typo [ci skip]kazu2015-07-061-1/+1
* * vm_insnhelper.c (vm_search_super_method): do not skip callingko12015-07-061-0/+8
* * ext/tk/tcltklib.c: removed deprecated safe level.hsbt2015-07-061-0/+4
* * method.h, proc.c (rb_method_entry_location): make it staticko12015-07-061-0/+5
* * test/lib/memory_status.rb: removed redundant path.hsbt2015-07-061-0/+4
* parallel.rb: upper directorynobu2015-07-051-0/+5
* Fix typo in optparse library [ci skip] [Fix GH-956]nobu2015-07-051-0/+4
* gc.c (gc_profile_record_get): fix spelling error in keysnormal2015-07-051-0/+4
* * README.md: fix a typo pointed out by raoulvdberge. [ci skip] [DOC]nagachika2015-07-051-0/+5
* Update README.md [ci skip] [Fix GH-953]nobu2015-07-051-0/+4
* array.c: fix memory leaknobu2015-07-051-0/+7
* test/ruby/test_process.rb: test for fd=3 usability in childnormal2015-07-051-0/+4
* fix typos [ci skip]kazu2015-07-041-4/+4
* * Add test case for empty array and first method with args.hsbt2015-07-041-0/+5
* * Add test for `Enumerable#sort` with block. Patch by @yui-knkhsbt2015-07-041-0/+5
* enum.c: remove volatile, use RB_GC_GUARDnormal2015-07-041-0/+5
* test_case.rb: fix multiple loadnobu2015-07-041-0/+7
* vm.c: reduce branches for always-set VM fieldsnormal2015-07-041-0/+5
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-031-0/+115
* file.c: _wfreopen_s on mingwnobu2015-07-031-0/+5
* transcode.c: empty encoding namenobu2015-07-031-0/+5
* delay `exception: false' checks for minor speedupnormal2015-07-021-0/+26
* dir.c: set errnonobu2015-07-021-0/+5
* fix typos [ci skip]kazu2015-07-021-2/+2
* dir.c: show warningsnobu2015-07-021-0/+5
* * gc.c: remove `#define RGENGC_OBJ_INFO 1' line introduced toko12015-07-021-0/+5
* * gc.c (rb_raw_obj_info): separated from rb_obj_info().ko12015-07-021-0/+7
* dir.c: update path typenobu2015-07-021-0/+5
* * st.c: get rid of VC++'s warnings of C4700 (uninitialized localusa2015-07-021-0/+6
* rubygems.rb: use @gem_prelude_indexnobu2015-07-021-0/+8
* ruby.c: copy initial load path marksnobu2015-07-021-0/+5
* revert r51101nobu2015-07-021-7/+0
* skip test_dash_i_beats_gemsnobu2015-07-021-0/+7
* test_gem_server.rb: Don't specify port numbernobu2015-07-021-0/+5
* * test/rubygems/test_gem_specification.rb: skip tests which theusa2015-07-021-0/+5
* fix redefinitionsnobu2015-07-021-0/+8
* socket: memoize common socket families in fptr->modenormal2015-07-021-0/+10
* * lib/rubygems/resolver.rb: fixed NameError of Gem::Util::NULL_DEVICE.hsbt2015-07-021-0/+4