summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-04-23* ext/etc/extconf.rb: Build ext/etc unconditionally.akr
2014-04-23* file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse
2014-04-23stringio.c: use rb_str_append other than ASCII-8BITnobu
2014-04-22Revert r45670 "stringio.c: use rb_str_append"naruse
2014-04-22* win32/win32.c, include/ruby/win32.h (ustatfs): implementation ofusa
2014-04-22* file.c (rb_io_stafs): use statfs(2) if fstatfs(2) is unavailable.usa
2014-04-22stringio.c: use rb_str_appendnobu
2014-04-22* file.c (rb_io_statfs): need to define even if the system doesn't haveusa
2014-04-22fix a typokazu
2014-04-22* file.c: newly added a class File::Statfs. (experimental)naruse
2014-04-21* gc.c (objspace_malloc_increase): don't cause GC by malloc_increaseko1
2014-04-21gc.c: full mark after malloc/reallocnobu
2014-04-21gc.c: GC.stress after reallocnobu
2014-04-21* string.c (rb_str_coderange_scan_restartable): coderange is alwaysnaruse
2014-04-21* string.c (coderange_scan): remove useless condtion `p < e` afternaruse
2014-04-21* ext/-test-/string/coderange.c: add Bug::String.new#coderange_scannaruse
2014-04-21* string.c (coderange_scan): remove unused logic.naruse
2014-04-21stringio.c: non-ascii encodingnobu
2014-04-20ChangeLog: fix typonobu
2014-04-20 * st.c (st_foreach_check): chnage start point of search at checktarui
2014-04-19mkmf.rb: prefer $LIBPATH than $DEFLIBPATHnobu
2014-04-19gc.c: drop special case for big hash/arraynormal
2014-04-19parse.y: allow parenthesed do-block in cmdargnobu
2014-04-19* internal.h (struct RBignum): Use size_t for len.akr
2014-04-18* remove trailing spaces.nobu
2014-04-18* numeric.c (rb_num2long): Returns a long.akr
2014-04-18string.c: SHARABLE_SUBSTRING_Pnobu
2014-04-18string.c: share middle of a stringnobu
2014-04-18* string.c: use uintptr_t instead of VALUE because they are not rubynaruse
2014-04-18* string.c: check str_strlen's argument, and add comment ornaruse
2014-04-18* string.c (str_strlen): use enc_strlen if the coderange is known.naruse
2014-04-18* string.c (enc_strlen): move UTF-8 optimization from str_strlen tonaruse
2014-04-17configure.in: rb_cv_getcwd_mallocnobu
2014-04-17* prelude.rb: [DOC] Update Thread::exclusive docs by @stevenharman.hsbt
2014-04-17fileutils.rb: [DOC] update rdocnobu
2014-04-16enum.c: fix condition to recycle block argumentnobu
2014-04-16ossl_pkey.c: fix memory leaknobu
2014-04-15* include/ruby/win32.h (rb_w32_cmdvector): removed.usa
2014-04-15* ext/extmk.rb: Re-generate extmk.mk and dummy makefiles only ifakr
2014-04-15enum.c: make each_slice and each_cons more efficientnobu
2014-04-14fix a typokazu
2014-04-14* addr2line.c (fill_lines): get base addrs in fill_lines to use itnaruse
2014-04-14* addr2line.c (main_exe_path): support FreeBSD.naruse
2014-04-14proc.c: use already included ancestor iclassnobu
2014-04-13* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr
2014-04-13* common.mk: Unused target, $(MKMAIN_CMD), removed.akr
2014-04-12string.c: clear env self in symbol procnobu
2014-04-12* ext/openssl/ossl_ocsp.c: [DOC] Document OpenSSL::OCSP.drbrain
2014-04-11fix a typokazu
2014-04-11* array.c (ARY_SET): added.ko1