index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* class.c (rb_make_metaclass): obj.meta.super.meta should be equal
matz
2002-09-04
1
-5
/
+7
*
* variable.c (rb_copy_generic_ivar): remove old generic instance
matz
2002-09-03
1
-20
/
+32
*
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-27
1
-16
/
+33
*
*.c: Int vs Long cleanup
michal
2002-08-21
1
-5
/
+5
*
* array.c (sort_2): *a - *b may overflow.
matz
2002-08-19
1
-6
/
+4
*
* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead of
matz
2002-08-12
1
-4
/
+8
*
object.c: rb_Integer reformat, nil#to_f added to rb_define_method.
michal
2002-07-02
1
-9
/
+3
*
* re.c (rb_reg_expr_str): need to process backslashes properly.
matz
2002-06-28
1
-4
/
+32
*
* object.c (Init_Object): should do exact match for Module#==.
matz
2002-05-21
1
-2
/
+2
*
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-14
1
-1
/
+2
*
* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.
matz
2002-04-24
1
-2
/
+3
*
* eval.c (assign): ruby_verbose should be surrounded by RTEST().
matz
2002-04-11
1
-1
/
+1
*
* eval.c (cvar_cbase): utility function to find innermost non
matz
2002-03-08
1
-5
/
+7
*
* eval.c (method_inspect): should not dump core for unbound
matz
2002-02-25
1
-1
/
+9
*
* object.c (rb_class_real): should not follow ICLASS link
matz
2002-02-04
1
-3
/
+0
*
* intern.h: prototypes for new functions; rb_cstr_to_inum(),
nobu
2002-02-01
1
-48
/
+86
*
* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.
matz
2002-02-01
1
-6
/
+3
*
* eval.c (is_defined): defined?(Foo::Baz) should check constants
matz
2002-01-28
1
-0
/
+6
*
* array.c (Init_Array): remove Array#filter.
matz
2002-01-23
1
-7
/
+23
*
* object.c (rb_Float): remove underscores between digits.
nobu
2002-01-16
1
-5
/
+12
*
* re.c (match_select): should propagate taintness.
matz
2002-01-11
1
-8
/
+1
*
* class.c (rb_make_metaclass): [new]
nobu
2002-01-10
1
-10
/
+5
*
* process.c (rb_f_system): abandon vfork.
matz
2002-01-04
1
-43
/
+39
*
* object.c (rb_class_real): follow included modules.
nobu
2001-12-10
1
-0
/
+3
*
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-12-10
1
-2
/
+1
*
* string.c (rb_str_equal): object with to_str must be treated as a
matz
2001-11-29
1
-0
/
+20
*
* string.c (rb_str_index): wrong increment for non alphanumeric
matz
2001-10-16
1
-1
/
+3
*
* file.c (rb_stat_clone): should copy internal data too.
matz
2001-10-10
1
-1
/
+6
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-18
/
+52
*
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-10-02
1
-34
/
+2
*
* range.c (range_step): 'iter' here should be an array.
matz
2001-08-20
1
-5
/
+5
*
* eval.c (rb_provide_feature): should not tweak extension used for
matz
2001-07-24
1
-1
/
+2
*
* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and
matz
2001-07-18
1
-13
/
+1
*
* regex.c (re_search): should consider reverse search.
matz
2001-07-14
1
-6
/
+14
*
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-07-02
1
-7
/
+5
*
* error.c (Init_Exception): NameError went under StandardError,
matz
2001-06-05
1
-3
/
+3
*
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-30
1
-3
/
+1
*
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-16
1
-0
/
+1
*
* bignum.c (bigdivrem): access boundary bug.
matz
2001-05-11
1
-6
/
+21
*
* parse.y (arg): "||=" should not warn for uninitialized instance
matz
2001-05-07
1
-11
/
+0
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
1
-43
/
+26
*
* object.c (rb_str2cstr): warn if string contains \0 and length
matz
2001-03-28
1
-0
/
+3
*
* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.
matz
2001-03-26
1
-0
/
+8
*
* gc.c (id2ref): sometimes confused symbol and reference.
matz
2001-03-21
1
-1
/
+1
*
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
matz
2001-03-13
1
-2
/
+2
*
* process.c (proc_waitall): new method based on a patch from Brian
matz
2001-02-15
1
-3
/
+0
*
* string.c (str_independent): should not clear str->orig here.
matz
2001-01-29
1
-1
/
+1
*
* io.c (rb_io_s_read): new method to call IO#read from
matz
2001-01-18
1
-3
/
+3
*
Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
matz
2001-01-15
1
-15
/
+27
*
* string.c (rb_str_reverse_bang): forgot to call rb_str_modify().
matz
2001-01-09
1
-0
/
+6
[next]