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
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
2001-07-02
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-06-01
* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntax
matz
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 metacharacters
matz
2001-02-02
* array.c (rb_ary_sort_bang): returns self, even if its length is
matz
2000-12-29
thread_critical bug reported by Dave - matz
matz
2000-12-27
matz
matz
2000-11-27
matz
matz
2000-08-31
matz
matz
2000-08-24
matz
matz
2000-05-01
2000-05-01
matz
2000-04-10
2000-04-10
matz
2000-03-07
2000-03-07
matz
2000-02-29
2000-02-29
matz
2000-01-05
20000105
matz
1999-12-14
19991214
matz
1999-12-07
991207
matz
1999-12-06
19991206
matz
1999-09-16
1.4.1
matz
1999-08-13
1.4.0
matz
1999-01-20
This commit was generated by cvs2svn to compensate for changes in r372,
matz
1998-01-16
This commit was generated by cvs2svn to compensate for changes in r11,
matz
1998-01-16
Initial revision
v1_0_r2
replaced
matz
2019-08-17
version 1.0-971118
v1_0_971118
Yukihiro Matsumoto
2019-08-17
version 1.0-971002
v1_0_971002
Yukihiro Matsumoto
[next]