summaryrefslogtreecommitdiff
path: root/range.c
AgeCommit message (Expand)Author
2008-02-15* range.c (rb_range_beg_len): check if responds to "begin" and "end"nobu
2008-02-11* range.c (range_include): specialize single character stringmatz
2008-01-29* range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }.mame
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-05* range.c (step_i, range_step): support non-fixnum steps.nobu
2007-12-01* insns.def (concatarray, splatarray): use to_a instead ofmatz
2007-11-23* struct.c (rb_struct_alloc_noinit): new function.akr
2007-11-23* struct.c (rb_struct_define_without_accessor): new function.akr
2007-10-19* range.c (range_last): commit miss.nobu
2007-10-18* range.c (Init_Range): typo fixed.matz
2007-10-18* range.c (range_first): takes first n element if argument ismatz
2007-09-10* range.c (range_dumper): make uninitialized range dumpable.akr
2007-09-10* range.c: represent initialized state using EXCL instead of FL_USER3.akr
2007-09-09* range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz
2007-09-08* eval_method.ci (rb_get_alloc_func): new function to get allocationakr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-07-26* range.c (range_eqq): call_super() in === does not work wellmatz
2007-07-13* range.c (range_max, range_min): return nil for empty set as well asnobu
2007-07-12* range.c (range_max): use FIX2LONG instead of FIX2INT to avoidakr
2007-06-22* string.c (rb_str_upto): add optional argument to specifymatz
2007-06-10* include/ruby: moved public headers.nobu
2007-02-02* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu
2006-12-31 * Merge YARVko1
2006-10-02* eval.c (splat_value): use "to_splat" instead of "to_ary" tomatz
2006-08-03* range.c (range_include): should always call Enumerable#include?matz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-12-12* range.c (range_cover): new method Range#cover? added. thematz
2005-12-09remove unused variable `tmp'.akr
2005-12-09* range.c (range_include): return false unless included in numericnobu
2005-12-07* sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz
2005-11-25* range.c (range_max): treat end exclusion without iteration ifmatz
2005-11-25* range.c (range_min): use <=> comparison rather than iteration.matz
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-08-30* array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu
2005-08-14* eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE.nobu
2005-08-04* numeric.c (Init_Numeric): do not share implementation amongmatz
2005-08-04* numeric.c (fix_div): should not convert the result intomatz
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-10-29* parse.y (ripper_s_allocate): add prototype for Microsoft compiler.usa
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-06* io.c (rb_io_mode_flags): preserve append mode flag.matz
2004-07-24* range.c (rb_range_beg_len): returns Qnil only when "beg" pointsmatz
2004-05-14* range.c (range_each_func): terminates loop if generating valuematz
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-24Michael Granger added RDoc for range.cdave
2003-07-24* gcc -Wall clean-up.matz
2003-06-20* parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz
2003-06-07* parse.y (value_expr0): class and module statements should not bematz