summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-04-17configure.in: rb_cv_getcwd_mallocnobu
2014-04-17ruby.c: drop older cygwinnobu
2014-04-17gc.c: suppress a warningnobu
2014-04-17* prelude.rb: [DOC] Update Thread::exclusive docs by @stevenharman.hsbt
2014-04-17* template/opt_sc.inc.tmpl: [DOC] Fix typo in comment by @imasahiro [ci skip]...hsbt
2014-04-17string.c: argument checknobu
2014-04-17string.c: rb_str_cat_cstrnobu
2014-04-17configure.in: FUNC_MINIMIZEDnobu
2014-04-17string.c: alias of rb_str_buf_cat and rb_str_buf_cat2nobu
2014-04-17string.c: reduce duplicated codenobu
2014-04-17* 2014-04-17svn
2014-04-17fileutils.rb: [DOC] update rdocnobu
2014-04-16enum.c: fix condition to recycle block argumentnobu
2014-04-16test_enum.rb: add testsnobu
2014-04-16* test/fileutils/test_fileutils.rb: revert r45600.nobu
2014-04-16test_fileutils.rb: test :preserve optionnobu