index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
range.c
Age
Commit message (
Expand
)
Author
2007-01-31
* removed svn:keywords for compatibility.
shugo
2005-08-14
* eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE.
nobu
2005-02-28
* exception error messages updated. [ruby-core:04497]
matz
2004-10-19
* io.c (read_all): block string buffer modification during
matz
2004-10-18
* range.c (range_step, range_each): need cast.
usa
2004-10-06
* io.c (rb_io_s_sysopen): preserve path in the buffer allocated by
matz
2004-07-24
* range.c (rb_range_beg_len): returns Qnil only when "beg" points
matz
2004-05-14
* range.c (range_each_func): terminates loop if generating value
matz
2003-12-30
Add RDoc for kernel functions, and tidy up
dave
2003-12-24
Michael Granger added RDoc for range.c
dave
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 be
matz
2003-06-02
* array.c (push_values_at): Array#values_at should work with
matz
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-16
Updated 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 instance
matz
2002-08-27
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-21
*.c: Int vs Long cleanup
michal
2002-07-30
range.c: small-cleanup [ruby-core:276]
michal
2002-07-02
object.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's
matz
2002-05-30
* range.c (range_step): iteration done using "+" if elements are
matz
2002-05-29
* parse.y: yyparse #defines moved from intern.h
matz
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 float
matz
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 was
nobu
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
[next]