aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c, include/ruby/win32.h (ustatfs): implementation ofusa2014-04-221-0/+9
* * file.c (rb_io_stafs): use statfs(2) if fstatfs(2) is unavailable.usa2014-04-221-0/+6
* stringio.c: use rb_str_appendnobu2014-04-221-0/+6
* * file.c (rb_io_statfs): need to define even if the system doesn't haveusa2014-04-221-0/+8
* fix a typokazu2014-04-221-1/+1
* * file.c: newly added a class File::Statfs. (experimental)naruse2014-04-221-0/+4
* * gc.c (objspace_malloc_increase): don't cause GC by malloc_increaseko12014-04-211-0/+9
* gc.c: full mark after malloc/reallocnobu2014-04-211-1/+4
* gc.c: GC.stress after reallocnobu2014-04-211-0/+5
* * string.c (rb_str_coderange_scan_restartable): coderange is alwaysnaruse2014-04-211-0/+6
* * string.c (coderange_scan): remove useless condtion `p < e` afternaruse2014-04-211-0/+7
* * ext/-test-/string/coderange.c: add Bug::String.new#coderange_scannaruse2014-04-211-0/+5
* * string.c (coderange_scan): remove unused logic.naruse2014-04-211-0/+6
* stringio.c: non-ascii encodingnobu2014-04-211-0/+5
* ChangeLog: fix typonobu2014-04-201-1/+1
* * st.c (st_foreach_check): chnage start point of search at checktarui2014-04-201-0/+5
* mkmf.rb: prefer $LIBPATH than $DEFLIBPATHnobu2014-04-191-0/+6
* gc.c: drop special case for big hash/arraynormal2014-04-191-0/+5
* parse.y: allow parenthesed do-block in cmdargnobu2014-04-191-0/+6
* * internal.h (struct RBignum): Use size_t for len.akr2014-04-191-0/+14
* * remove trailing spaces.nobu2014-04-181-1/+1
* * numeric.c (rb_num2long): Returns a long.akr2014-04-181-0/+14
* string.c: SHARABLE_SUBSTRING_Pnobu2014-04-181-0/+7
* string.c: share middle of a stringnobu2014-04-181-0/+8
* * string.c: use uintptr_t instead of VALUE because they are not rubynaruse2014-04-181-0/+5
* * string.c: check str_strlen's argument, and add comment ornaruse2014-04-181-0/+5
* * string.c (str_strlen): use enc_strlen if the coderange is known.naruse2014-04-181-0/+4
* * string.c (enc_strlen): move UTF-8 optimization from str_strlen tonaruse2014-04-181-0/+5
* configure.in: rb_cv_getcwd_mallocnobu2014-04-171-0/+5
* * prelude.rb: [DOC] Update Thread::exclusive docs by @stevenharman.hsbt2014-04-171-0/+4
* fileutils.rb: [DOC] update rdocnobu2014-04-171-0/+6
* enum.c: fix condition to recycle block argumentnobu2014-04-161-0/+6
* ossl_pkey.c: fix memory leaknobu2014-04-161-0/+7
* * include/ruby/win32.h (rb_w32_cmdvector): removed.usa2014-04-151-0/+12
* * ext/extmk.rb: Re-generate extmk.mk and dummy makefiles only ifakr2014-04-151-0/+7
* enum.c: make each_slice and each_cons more efficientnobu2014-04-151-0/+6
* fix a typokazu2014-04-141-1/+1
* * addr2line.c (fill_lines): get base addrs in fill_lines to use itnaruse2014-04-141-0/+6
* * addr2line.c (main_exe_path): support FreeBSD.naruse2014-04-141-0/+6
* proc.c: use already included ancestor iclassnobu2014-04-141-0/+6
* * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr2014-04-131-0/+10
* * common.mk: Unused target, $(MKMAIN_CMD), removed.akr2014-04-131-0/+8
* string.c: clear env self in symbol procnobu2014-04-121-0/+6
* * ext/openssl/ossl_ocsp.c: [DOC] Document OpenSSL::OCSP.drbrain2014-04-121-0/+4
* fix a typokazu2014-04-111-1/+1
* * array.c (ARY_SET): added.ko12014-04-111-0/+7
* * array.c: make shared arrays WB-protected objects.ko12014-04-111-0/+22
* proc.c: fix super in bound UnboundMethodnobu2014-04-111-0/+9
* * addr2line.c (rb_dump_backtrace_with_lines): set base addressnaruse2014-04-111-0/+6
* array.c: maybe shared arraynobu2014-04-111-0/+5