aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-23/+15
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-1/+2
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-35/+16
* array small opt. changes (ruby-core:355)michal2002-08-271-8/+8
* array.c: Mem optim for Array#selectmichal2002-08-231-1/+3
* array.c: Int vs Long #2michal2002-08-231-24/+21
* *.c: Int vs Long cleanupmichal2002-08-211-6/+6
* * array.c (sort_2): fatal typo.matz2002-08-191-1/+1
* * array.c (sort_2): comparison should be done as signed long.matz2002-08-191-4/+4
* * array.c (sort_2): *a - *b may overflow.matz2002-08-191-10/+13
* * hash.c (rb_hash_replace): should copy ifnone.matz2002-08-131-11/+10
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-111-1/+1
* * array.c: fixed format string for 'long' args (%d -> %ld).michal2002-05-281-4/+4
* minor bug fixes.matz2002-05-221-4/+2
* * object.c (Init_Object): should do exact match for Module#==.matz2002-05-211-145/+132
* * 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