aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+2
* * parse.y (ripper_s_allocate): add prototype for Microsoft compiler.usa2004-10-291-2/+4
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-51/+9
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-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
* * range.c (range_member): beginning check wasnobu2002-01-051-1/+1
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-081-0/+34
* * intern.h (rb_protect_inspect): follow the change of array.c.usa2001-10-291-1/+2
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-0/+21
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-1/+1
* * range.c (range_step): new method.matz2001-08-141-0/+87
* * regex.c (re_search): should consider reverse search.matz2001-07-141-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-3/+2
* * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz2001-06-011-0/+1