aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-16/+79
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-021-3/+3
* thread_critical bug reported by Dave - matzmatz2000-12-291-0/+1
* matzmatz2000-12-271-0/+3
* matzmatz2000-11-271-7/+22
* matzmatz2000-08-311-1/+2
* matzmatz2000-08-241-3/+3
* 2000-05-01matz2000-05-011-2/+2
* 2000-04-10matz2000-04-101-2/+6
* 2000-03-07matz2000-03-071-1/+1
* 2000-02-29matz2000-02-291-12/+16
* 20000105matz2000-01-051-1/+1
* 19991214matz1999-12-141-2/+12
* 991207matz1999-12-071-1/+20
* 19991206matz1999-12-061-0/+1
* 1.4.1matz1999-09-161-5/+19
* 1.4.0matz1999-08-131-62/+139
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-79/+95