summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-03-10* thread.c (thread_join): Fixnum (except TAG_FATAL) andko1
2015-03-09* vm_insnhelper.c (ep_cref): rename to lep_cref() because it should beko1
2015-03-09stringio.c: don't raise after closenobu
2015-03-08* vm_insnhelper.h: define struct SVAR for SVAR.ko1
2015-03-08* vm_insnhelper.c (lep_svar_set): add WBs.ko1
2015-03-08* internal.h: define rb_cref_t and change to use it.ko1
2015-03-08* vm_insnhelper.h (COPY_CREF_OMOD): fix translation miss.ko1
2015-03-08* internal.h: define CREF accessor macros.ko1
2015-03-08* ext/zlib/zlib.c (rb_gzfile_close): Don't raise on doubleakr
2015-03-08dir.c: glob short namesnobu
2015-03-07* array.c: document that first element is kept when usinghsbt
2015-03-07* thread.c: Mutex#owned? is no longer experimental since 2.1.0hsbt
2015-03-07* tool/merger.rb: Added documentation to version method.hsbt
2015-03-06* class.c (rb_prepend_module): need a WB for klass -> origin.ko1
2015-03-06* fix namespace issue on singleton class expressions. [Bug #10943]ko1
2015-03-06fix typos [ci skip]kazu
2015-03-06* test/webrick/test_filehandler.rb: on vboxsf (on VirtualBoxko1
2015-03-06* test/ruby/test_beginendblock.rb: do not change directory.ko1
2015-03-06vm_eval.c: next super class from the originalnobu
2015-03-05* lib/matrix.rb: Add Vector#round. Patch by Jordan Stephens.marcandre
2015-03-05* gc.c (obj_info): show node name too.ko1
2015-03-05add Changelogko1
2015-03-05* internal.h: remove struct method_table_wrapper.ko1
2015-03-05* dir.c (replace_real_basename): need to check the return value ofusa
2015-03-05* dir.c (replace_real_basename): shouldn't create Ruby object beforeusa
2015-03-05fix a typo [ci skip]kazu
2015-03-05fix typos [ci skip]kazu
2015-03-05* hash.c: [DOC] #delete method actually returns nil, if the keygogotanaka
2015-03-05* math.c: refactoring: remove unnecessary variable d0 to unify codegogotanaka
2015-03-05* vm_eval.c (eval_string_with_cref): A binding should keepshugo
2015-03-05* test/ruby/test_refinement.rb: There is no need anymore to supressshugo
2015-03-04* random.c (random_raw_seed): Avoid calling fill_random_bytes()odaira
2015-03-04* test/ruby/test_math.rb (assert_float_and_int): Refactor test casesgogotanaka
2015-03-04symbol.c: make dsym_fstrs an identity hashnobu
2015-03-04* enum.c: Fix typo in slice_after's exception message.hsbt
2015-03-04* doc/syntax/methods.rdoc: add some missing spaces andhsbt
2015-03-03* tool/redmine-backporter.rb (backport_command_string): pick up onlyusa
2015-03-03thread.c: volatile inside EXEC_TAGnobu
2015-03-03* tool/redmine-backporter.rb: now can specify shorten form of commands.usa
2015-03-03* tool/redmine-backporter.rb (Readline.readline): drop untreated controlusa
2015-03-03* test/lib/envutil.rb (EnvUtil.invoke_ruby): need to rescue becauseusa
2015-03-03* tool/redmine-backporter.rb: use 'b' instead of 's' for showingusa
2015-03-03* tool/redmine-backporter.rb: show selected ticket number at prompt.usa
2015-03-03* test/ruby/test_math.rb: add tests for the above change.gogotanaka
2015-03-03* math.c (num2dbl_with_to_f): direct casting from Rational to double.gogotanaka
2015-03-02* test/ruby/test_symbol.rb: avoid a false positive in AIXodaira
2015-03-02* configure.in: set PRELOADENV in Solaris to avoid "wrong ELF class" error.ngoto
2015-03-02configure.in: _setjmp only if _longjmp is foundnobu
2015-03-02configure.in: remove extra unsignednobu
2015-03-02signal.c: nil for invalid signumnobu