summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2015-02-23vcs.rb: do not use -C for older gitnobu
2015-02-23string.c: proper exceptionnobu
2015-02-22* time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.eregon
2015-02-22* common.mk: use ruby organization for rubyspec.hsbt
2015-02-22tabify [ci skip]kazu
2015-02-22fix a typo [ci skip]kazu
2015-02-22* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinementsktsj
2015-02-22* gc.c (rb_objspace_call_finalizer): control GC execution duringko1
2015-02-21* ext/openssl/ossl_asn1.c: [DOC] RDoc formatting fixes forzzak
2015-02-21re.c: RMatch::regexp can be nilnobu
2015-02-21compar.c: variable name [ci skip]nobu
2015-02-20file.c: fix handle leaknobu
2015-02-20ChangeLog: add refnobu
2015-02-20win32.c: volume serial numbersnobu
2015-02-18win32/file.c: fix drive letternobu
2015-02-18win32.c: EXDEV for directorynobu
2015-02-17* ext/psych/lib/psych.rb: bump psych version.tenderlove
2015-02-17resolv.rb: fix equalitynobu
2015-02-17* doc/syntax/calling_methods.rdoc: Fix documentation for "calling_methods"hsbt
2015-02-17win32/file.c: fix drive letternobu
2015-02-17* hash.c: Added docs to explain that #include? and #member? do nothsbt
2015-02-16compile.c: massign optimizationnobu
2015-02-15* doc/standard_library.rdoc: [DOC] delete removed libraries.sho-h
2015-02-14random.c: rand_random_numbernobu
2015-02-14random.c: Random.raw_seednobu
2015-02-13* ext/coverage/coverage.c: Add Coverage.peek_result. Allows you totenderlove
2015-02-13* string.c (str_discard): does not free for STR_NOFREE string.mame