summaryrefslogtreecommitdiff
path: root/range.c
AgeCommit message (Expand)Author
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
2002-05-02* error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz
2002-05-01* numeric.c (num_step): better iteration condition for floatmatz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz
2002-01-11* re.c (match_select): should propagate taintness.matz
2002-01-07* string.c (rb_str_new2): NULL pointer check added.matz
2002-01-05* range.c (range_member): beginning check wasnobu
2001-11-08* file.c (path_check_1): forgot to initialize 'p'.matz
2001-10-29 * intern.h (rb_protect_inspect): follow the change of array.c.usa
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-08-20* range.c (range_step): 'iter' here should be an array.matz
2001-08-14* range.c (range_step): new method.matz
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-01* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-02-14* dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz
2001-02-02* array.c (rb_ary_sort_bang): returns self, even if its length ismatz
2000-12-29thread_critical bug reported by Dave - matzmatz
2000-12-27matzmatz
2000-11-27matzmatz