aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add to check ruby_2_0_0 and ruby_2_1 (and ruby_2_2) branchnaruse2014-04-221-0/+3
* * gc.c (objspace_malloc_increase): don't cause GC by malloc_increaseko12014-04-212-13/+22
* gc.c: full mark after malloc/reallocnobu2014-04-212-3/+12
* * 2014-04-22svn2014-04-211-2/+2
* gc.c: GC.stress after reallocnobu2014-04-212-1/+6
* * properties.nobu2014-04-210-0/+0
* * string.c (rb_str_coderange_scan_restartable): coderange is alwaysnaruse2014-04-212-3/+10
* * string.c (coderange_scan): remove useless condtion `p < e` afternaruse2014-04-212-33/+24
* * ext/-test-/string/coderange.c: add Bug::String.new#coderange_scannaruse2014-04-213-2/+83
* * string.c (coderange_scan): remove unused logic.naruse2014-04-212-8/+8
* string.c: rename rb_str_splice as rb_str_updatenobu2014-04-211-7/+3
* stringio.c: non-ascii encodingnobu2014-04-213-8/+29
* * 2014-04-21svn2014-04-211-2/+2
* gc.c: fixnum GC stressnobu2014-04-211-3/+13
* ChangeLog: fix typonobu2014-04-201-1/+1
* * st.c (st_foreach_check): chnage start point of search at checktarui2014-04-203-5/+27
* win32ole.c: suppress warningsnobu2014-04-201-24/+25
* mkmf.rb: prefer $LIBPATH than $DEFLIBPATHnobu2014-04-192-4/+10
* * 2014-04-20svn2014-04-191-2/+2
* gc.c: drop special case for big hash/arraynormal2014-04-192-14/+8
* parse.y: allow parenthesed do-block in cmdargnobu2014-04-193-3/+20
* * internal.h (struct RBignum): Use size_t for len.akr2014-04-196-26/+51
* * remove trailing spaces.nobu2014-04-181-1/+1
* * numeric.c (rb_num2long): Returns a long.akr2014-04-185-10/+24
* string.c: SHARABLE_SUBSTRING_Pnobu2014-04-182-3/+16
* fix typonobu2014-04-182-5/+5
* * 2014-04-19svn2014-04-181-2/+2
* time.c: fix non-terminated stringnobu2014-04-181-4/+4
* parse.y: shared substring of sourcenobu2014-04-181-11/+11
* string.c: share middle of a stringnobu2014-04-183-11/+28
* README.EXT: about string terminationnobu2014-04-182-0/+12
* ossl_x509name.c: null-terminate field namenobu2014-04-181-2/+3
* zlib.c: return unshared stringnobu2014-04-181-2/+1
* string.c: revert r45622nobu2014-04-181-4/+1
* string.c: r45621nobu2014-04-181-1/+1
* string.c: don't clear coderange at expandingnobu2014-04-181-1/+4
* string.c: keep code rangenobu2014-04-181-1/+1
* * string.c: use uintptr_t instead of VALUE because they are not rubynaruse2014-04-182-23/+28
* * string.c: check str_strlen's argument, and add comment ornaruse2014-04-182-24/+26
* * string.c (str_strlen): use enc_strlen if the coderange is known.naruse2014-04-182-6/+15
* * string.c (enc_strlen): move UTF-8 optimization from str_strlen tonaruse2014-04-182-61/+66
* * 2014-04-18svn2014-04-171-2/+2
* configure.in: rb_cv_getcwd_mallocnobu2014-04-172-0/+36
* ruby.c: drop older cygwinnobu2014-04-171-13/+2
* gc.c: suppress a warningnobu2014-04-171-1/+1
* * prelude.rb: [DOC] Update Thread::exclusive docs by @stevenharman.hsbt2014-04-172-3/+7
* * template/opt_sc.inc.tmpl: [DOC] Fix typo in comment by @imasahiro [ci skip]...hsbt2014-04-173-3/+3
* string.c: argument checknobu2014-04-171-6/+11
* string.c: rb_str_cat_cstrnobu2014-04-175-12/+17
* configure.in: FUNC_MINIMIZEDnobu2014-04-172-4/+13