summaryrefslogtreecommitdiff
path: root/enum.c
AgeCommit message (Expand)Author
2006-09-04enum.c: revert last changesmatz
2006-09-04* lib/cgi.rb (CGI::out): specify -x option for nkf.matz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-06-15Documentation typo.drbrain
2006-02-05* enum.c (enum_find_index): a new method Enumerable#find_index.matz
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-10-11* array.c, enum.c, eval.c, util.c: safer function pointer usage.nobu
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-08-30* enum.c (enum_count): new method. [ruby-dev:26895]matz
2005-08-30* array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu
2005-07-14* enum.c (enum_member): Enumerable#member? is not an iterator.nobu
2005-07-14* enum.c (enumeratorize): create new enumerator for current method ifnobu
2005-06-30* enum.c (enum_min, enum_max): must not return Qundef.nobu
2005-06-25* enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignorenobu
2005-06-09* enum.c (enum_inject): default the result value to Qundef to usenobu
2005-06-07* enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-05* io.c (rb_fopen): mode string copy at the lowest level.matz
2004-10-02* string.c (rb_str_sum): wrong cast caused wrong result.matz
2004-10-01* string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz
2004-09-29* enum.c (sort_by_i): internally used object must not be changednobu
2004-09-21* enum.c (enum_sort_by): do not use qsort directly. usematz
2004-07-14* enum.c (enum_min_by): new method Enum#min_by. added Enum#max_bymatz
2004-07-09* array.c, enum.c, pack.c: rdoc patch from Johan Holmbergocean
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-03-18* eval.c: remove specialized version of rb_Array(). use simplematz
2004-02-26* eval.c (localjump_destination): lambda should not interferematz
2004-01-16* enum.c (enum_find): mention about ifnone argument. [ruby-talk:90003]nobu
2003-12-29Add RDoc for Kernel global functions, tidy array and errordave
2003-12-18Annotate enum.c. Add pager support, and report on methods in included modulesdave
2003-08-22* enum.c (each_with_index_i): typo.matz
2003-08-22* enum.c (inject_i): use rb_yield_values.matz
2003-05-20* eval.c (rb_yield_0): give warning for multiple values for amatz
2003-05-19* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-15* enum.c (enum_all): now works without block.matz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-11-19* array.c (rb_ary_zip): iterates over items in the receiver.matz
2002-11-03* object.c (Init_Object): added Object#object_id, new name formatz
2002-08-01* parse.y (tokadd_string): ignore backslashed spaces in %w.matz
2002-07-05enum.c: Fix bug in enum_sort_by and some code indentsmichal
2002-06-13* eval.c (svalue_to_avalue): v may be Qundef. This fix wasmatz
2002-05-01* numeric.c (num_step): better iteration condition for floatmatz
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-03-18* enum.c (enum_find): catch a value before recycle.nobu
2002-03-18* enum.c (enum_inject): use the first iterated element as thenobu