aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-7/+0
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-1/+1
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-1/+1
* * array.c (rb_ary_fill): shouldn't yield unless block given.nobu2002-01-281-1/+1
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-9/+45
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-2/+10
* * array.c (Init_Array): remove Array#filter.matz2002-01-231-9/+0
* * eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz2002-01-191-1/+2
* * re.c (match_select): should propagate taintness.matz2002-01-111-1/+1
* * array.c (rb_cmpint): fixed typo.nobu2001-12-281-2/+2
* * intern.h: add prototypes.nobu2001-12-171-1/+1
* * time.c (time_new_internal): avoid loop to calculate negativematz2001-12-131-1/+3
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-111-0/+30
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-92/+117
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-1/+23
* * eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz2001-11-191-2/+4
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-7/+9
* * array.c (rb_ary_join): non-nil separator must be converted tonobu2001-11-151-2/+3
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-2/+16
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-1/+1
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-161-8/+26
* * marshal.c (w_unique): should not dump anonymous class.matz2001-10-051-1/+1
* * marshal.c (r_object): better allocation type check formatz2001-10-031-33/+26
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-28/+41
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-0/+1
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-1/+1
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-1/+1
* * range.c (range_step): new method.matz2001-08-141-1/+3
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-1/+2
* * regex.c (re_search): should consider reverse search.matz2001-07-141-6/+20
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-10/+13
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-2/+15
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-29/+11
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-29/+35
* forgot some checkins.matz2001-05-061-31/+34
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-43/+76
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-2/+2
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-8/+2
* * string.c (rb_str_substr): "a"[1,2] should return ""; needmatz2001-02-191-1/+1
* * eval.c (secure_visibility): visibility check for untainted modules.matz2001-02-191-1/+1
* * 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/+25
* * m17n baseline.matz2001-01-101-1/+1
* thread_critical bug reported by Dave - matzmatz2000-12-291-2/+1
* 001225matz2000-12-251-3/+0
* matzmatz2000-12-121-2/+1
* matzmatz2000-12-081-31/+24
* matzmatz2000-12-051-29/+62
* matzmatz2000-11-201-11/+9
* matzmatz2000-10-311-1/+1