| Commit message (Expand) | Author | Age | Files | Lines |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * enum.c (enum_cycle): typo fixed. a patch from Kazuhiro | matz | 2007-08-08 | 1 | -1/+1 |
* | * enumerator.c (enumerator_next_p): should check correctly even when | matz | 2007-08-08 | 1 | -1/+1 |
* | * enum.c (enum_zip): zip no longer converts arguments into | matz | 2007-08-06 | 1 | -26/+30 |
* | * enum.c (enum_cycle): new method to cycle enumerable forever. | matz | 2007-08-06 | 1 | -0/+39 |
* | * enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291] | nobu | 2007-07-14 | 1 | -1/+6 |
* | * enum.c (enum_minmax): fix SEGV by [].minmax. | akr | 2007-06-23 | 1 | -2/+5 |
* | * enum.c (enum_minmax): new method to get the minimum and maximum | matz | 2007-06-23 | 1 | -2/+139 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -3/+3 |
* | * enum.c (each_with_index_i): should work well with continuation. | matz | 2007-05-31 | 1 | -2/+2 |
* | * enum.c (enum_inject): minor improvement. [ruby-dev:30792] | nobu | 2007-05-18 | 1 | -51/+34 |
* | * enum.c (enum_inject): it is now can work without block. you | matz | 2007-05-18 | 1 | -6/+73 |
* | * enum.c (enum_each_with_index): each_with_index to forward | matz | 2007-04-16 | 1 | -4/+4 |
* | * enum.c (take_i): small cosmetic / documentation patch from | matz | 2007-02-27 | 1 | -6/+2 |
* | * enum.c (enum_take): new method. [ruby-dev:30407] | matz | 2007-02-27 | 1 | -0/+119 |
* | * enum.c (enum_each_with_index): reuse array for yield parameters. | matz | 2006-12-29 | 1 | -15/+42 |
* | * enum.c (enum_inject): reuse array for yield parameters. | matz | 2006-12-29 | 1 | -10/+16 |
* | * enum.c (enum_zip): add RETURN_ENUMERATOR() to zip method. | matz | 2006-10-25 | 1 | -0/+1 |
* | enum.c: revert last changes | matz | 2006-09-04 | 1 | -21/+0 |
* | * lib/cgi.rb (CGI::out): specify -x option for nkf. | matz | 2006-09-04 | 1 | -0/+21 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -8/+8 |
* | Documentation typo. | drbrain | 2006-06-15 | 1 | -1/+1 |
* | * enum.c (enum_find_index): a new method Enumerable#find_index. | matz | 2006-02-05 | 1 | -0/+40 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -28/+116 |
* | * eval.c (rb_mod_define_method): should save safe_level in the | matz | 2005-12-29 | 1 | -6/+106 |
* | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz | 2005-12-12 | 1 | -1/+1 |
* | * array.c, enum.c, eval.c, util.c: safer function pointer usage. | nobu | 2005-10-11 | 1 | -4/+4 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -118/+48 |
* | * enum.c (enum_count): new method. [ruby-dev:26895] | matz | 2005-08-30 | 1 | -0/+62 |
* | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu | 2005-08-30 | 1 | -19/+9 |
* | * enum.c (enum_member): Enumerable#member? is not an iterator. | nobu | 2005-07-14 | 1 | -2/+0 |
* | * enum.c (enumeratorize): create new enumerator for current method if | nobu | 2005-07-14 | 1 | -7/+36 |
* | * enum.c (enum_min, enum_max): must not return Qundef. | nobu | 2005-06-30 | 1 | -0/+2 |
* | * enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignore | nobu | 2005-06-25 | 1 | -10/+12 |
* | * enum.c (enum_inject): default the result value to Qundef to use | nobu | 2005-06-09 | 1 | -1/+3 |
* | * enum.c (enum_min_by, enum_max_by): return nil if no iteration. | nobu | 2005-06-07 | 1 | -113/+97 |
* | * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. | matz | 2004-10-30 | 1 | -0/+3 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -23/+8 |
* | * io.c (rb_fopen): mode string copy at the lowest level. | matz | 2004-10-05 | 1 | -0/+3 |
* | * string.c (rb_str_sum): wrong cast caused wrong result. | matz | 2004-10-02 | 1 | -0/+2 |
* | * string.c (rb_str_sum): string may be altered. [ruby-dev:24381] | matz | 2004-10-01 | 1 | -13/+12 |
* | * enum.c (sort_by_i): internally used object must not be changed | nobu | 2004-09-29 | 1 | -0/+1 |
* | * enum.c (enum_sort_by): do not use qsort directly. use | matz | 2004-09-21 | 1 | -7/+10 |
* | * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by | matz | 2004-07-14 | 1 | -14/+88 |
* | * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg | ocean | 2004-07-09 | 1 | -1/+1 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -1/+1 |
* | * eval.c: remove specialized version of rb_Array(). use simple | matz | 2004-03-18 | 1 | -1/+1 |
* | * eval.c (localjump_destination): lambda should not interfere | matz | 2004-02-26 | 1 | -1/+1 |
* | * enum.c (enum_find): mention about ifnone argument. [ruby-talk:90003] | nobu | 2004-01-16 | 1 | -8/+9 |
* | Add RDoc for Kernel global functions, tidy array and error | dave | 2003-12-29 | 1 | -0/+14 |