summaryrefslogtreecommitdiff
path: root/range.c
AgeCommit message (Expand)Author
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
2003-06-02* array.c (push_values_at): Array#values_at should work withmatz
2003-05-19* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz
2003-04-18* struct.c (rb_struct_eql): should compare values with "eql?".matz
2003-03-29* eval.c (avalue_to_svalue): use rb_check_array_type() again.matz
2003-03-20* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz
2003-02-13* range.c (range_step): step might be float 0 < x < 1.matz
2003-01-31* variable.c (rb_obj_classname): new function.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-08* range.c (range_each): treat fixnums specially to boost.matz
2002-12-29* gc.c (gc_sweep): adjust GC trigger.nobu
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-09-30* range.c (range_check): need no Fixnum check.matz
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-08-27* file.c (rb_find_file): $LOAD_PATH must not be empty.matz
2002-08-21*.c: Int vs Long cleanupmichal
2002-07-30range.c: small-cleanup [ruby-core:276]michal
2002-07-02object.c: rb_Integer reformat, nil#to_f added to rb_define_method.michal
2002-06-18* parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-05-30* range.c (range_step): iteration done using "+" if elements arematz
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-28 * array.c: fixed format string for 'long' args (%d -> %ld).michal
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz