summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2015-03-02* test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINEngoto
2015-03-02configure.in: restore unsignednessnobu
2015-03-01io/wait: fix return value for buffered readnormal
2015-03-01configure.in: restore convertible typenobu
2015-03-01configure.in: check broken memmem before earliernobu
2015-03-01gc.c: hide internal objectsnobu
2015-03-01* lib/time.rb (strptime): Support %s.%N.akr
2015-02-28enum.c: limit sizenobu
2015-02-28vm_dump.c: no new strings in signal contextnobu
2015-02-28variable.c: rb_search_class_pathnobu
2015-02-28variable.c: preserve name encoding of subclassnobu
2015-02-27* ext/pty/pty.c: AIX supports autopush. Patch by Perry Smith [ruby-core:58539...odaira
2015-02-27* lib/rubygems: Update to RubyGems 2.4.6 and HEAD(800f2e6).hsbt
2015-02-27* lib/rake: Update to rake (9237e74), typo fix and remove needlesshsbt
2015-02-27* vm_core.h: define vm_svar_index.ko1
2015-02-27io.c: wipe away ioctl buffernobu
2015-02-25* spec/default.mspec: use default configuration file name.hsbt
2015-02-25* spec/default.mspec: remove specific version number.hsbt
2015-02-25* ext/win32/Win32API.rb (initialize): accept both a string and an arrayusa
2015-02-25signal.c: preserve errnonormal
2015-02-25dir.c: same encoding to the patternnobu
2015-02-25* tool/merger.rb: support 2.1+ versioning scheme.naruse
2015-02-24* lib/cmath.rb (log): raise ArgumentError when more than 2 argumentsgogotanaka
2015-02-24* test/ruby/test_math.rb: Use assert_infinity instead of assert_equal(1.0/0, ...gogotanaka
2015-02-24complex.c: multiply as rotationnobu
2015-02-24* test/ruby/test_math.rb(test_cbrt): Add an assertion for Math.cbrt(1.0/0)gogotanaka
2015-02-24* vm_insnhelper.c (lep_svar_place, lep_svar_get): do not createko1
2015-02-24ChangeLog: commit missnobu
2015-02-24time.c: locale time zone namenobu
2015-02-24string.c: smart chompnobu