aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-05-281-24/+29
* Merge -r16241:16456 from ruby_1_8.knu2008-05-181-7/+12
* * range.c (range_each, range_step): Return an enumerator if noknu2008-04-141-0/+4
* * range.c (range_step): should not round step into integer ifmatz2008-04-031-3/+4
* * range.c (step_i): rb_funcall receives VALUE as an argument.mame2008-01-291-2/+1
* * range.c (range_each): followed step_i change.nobu2007-12-051-3/+2
* * range.c (step_i, range_step): support non-fixnum steps.nobu2007-12-051-17/+30
* * range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz2007-09-091-1/+4
* * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE.nobu2005-08-141-6/+5
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-2/+2
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-51/+9
* * range.c (range_step, range_each): need cast.usa2004-10-181-2/+4
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-18/+24
* * range.c (rb_range_beg_len): returns Qnil only when "beg" pointsmatz2004-07-241-4/+2
* * range.c (range_each_func): terminates loop if generating valuematz2004-05-141-2/+8
* Add RDoc for kernel functions, and tidy updave2003-12-301-1/+37
* Michael Granger added RDoc for range.cdave2003-12-241-0/+184
* * gcc -Wall clean-up.matz2003-07-241-23/+0
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-6/+2
* * parse.y (value_expr0): class and module statements should not bematz2003-06-071-26/+31
* * array.c (push_values_at): Array#values_at should work withmatz2003-06-021-7/+2
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-3/+3
* * struct.c (rb_struct_eql): should compare values with "eql?".matz2003-04-181-8/+10
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-291-1/+0
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-25/+0
* * range.c (range_step): step might be float 0 < x < 1.matz2003-02-131-3/+7
* * variable.c (rb_obj_classname): new function.matz2003-01-311-3/+3
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-3/+3
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * range.c (range_each): treat fixnums specially to boost.matz2003-01-081-1/+10
* * gc.c (gc_sweep): adjust GC trigger.nobu2002-12-291-1/+1
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-6/+11
* * range.c (range_check): need no Fixnum check.matz2002-09-301-4/+2
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-2/+4
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-2/+2
* *.c: Int vs Long cleanupmichal2002-08-211-1/+1
* range.c: small-cleanup [ruby-core:276]michal2002-07-301-6/+8
* object.c: rb_Integer reformat, nil#to_f added to rb_define_method.michal2002-07-021-10/+4
* * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz2002-06-181-1/+1
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-28/+71
* * range.c (range_step): iteration done using "+" if elements arematz2002-05-301-165/+98
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-2/+2
* * array.c: fixed format string for 'long' args (%d -> %ld).michal2002-05-281-1/+1
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz2002-05-021-28/+15
* * numeric.c (num_step): better iteration condition for floatmatz2002-05-011-66/+45
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-2/+0
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-1/+1
* * re.c (match_select): should propagate taintness.matz2002-01-111-1/+1
* * string.c (rb_str_new2): NULL pointer check added.matz2002-01-071-6/+6