aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * bootstraptest/test_io.rb: Add etc.so to $" before require 'tmpdir'.akr2014-04-241-0/+4
* revert r45709.akr2014-04-241-5/+0
* * bootstraptest/test_io.rb: Don't use tmpdir because etc.so is notakr2014-04-241-0/+5
* * man/ruby.1: fix broken link.kazu2014-04-241-0/+4
* * lib/tmpdir.rb: Don't need to rescue LoadError for etc.so.akr2014-04-241-0/+4
* * file.c (statfs_inspect): suppress warnings.naruse2014-04-241-0/+5
* ossl_asn1.c: fix undefined behaviornobu2014-04-241-0/+6
* parse.y: check for symbolnobu2014-04-241-0/+5
* * parse.y (dsym_node_gen): like r45492, call rb_gc_resurrect().naruse2014-04-231-0/+4
* * ext/etc/extconf.rb: Build ext/etc unconditionally.akr2014-04-231-0/+4
* * file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse2014-04-231-0/+5
* stringio.c: use rb_str_append other than ASCII-8BITnobu2014-04-231-0/+6
* Revert r45670 "stringio.c: use rb_str_append"naruse2014-04-221-6/+0
* * 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