summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-22fix a typokazu
2014-04-22refix the point is seeknaruse
2014-04-22fix typonaruse
2014-04-22show what filesystem it is on failurenaruse
2014-04-22* file.c: newly added a class File::Statfs. (experimental)naruse
2014-04-22[DOC]akr
2014-04-22test_io.rb: test with holesnobu
2014-04-22enable test-all and add -j2 on travis-cinaruse
2014-04-22Add to check ruby_2_0_0 and ruby_2_1 (and ruby_2_2) branchnaruse
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-21* 2014-04-22svn
2014-04-21gc.c: GC.stress after reallocnobu
2014-04-21* properties.nobu
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-21string.c: rename rb_str_splice as rb_str_updatenobu
2014-04-21stringio.c: non-ascii encodingnobu
2014-04-21* 2014-04-21svn
2014-04-21gc.c: fixnum GC stressnobu
2014-04-20ChangeLog: fix typonobu
2014-04-20 * st.c (st_foreach_check): chnage start point of search at checktarui
2014-04-20win32ole.c: suppress warningsnobu
2014-04-19mkmf.rb: prefer $LIBPATH than $DEFLIBPATHnobu
2014-04-19* 2014-04-20svn
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-18fix typonobu
2014-04-18* 2014-04-19svn
2014-04-18time.c: fix non-terminated stringnobu
2014-04-18parse.y: shared substring of sourcenobu
2014-04-18string.c: share middle of a stringnobu
2014-04-18README.EXT: about string terminationnobu
2014-04-18ossl_x509name.c: null-terminate field namenobu
2014-04-18zlib.c: return unshared stringnobu
2014-04-18string.c: revert r45622nobu
2014-04-18string.c: r45621nobu
2014-04-18string.c: don't clear coderange at expandingnobu
2014-04-18string.c: keep code rangenobu
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-17* 2014-04-18svn