summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-09-02* re.c (rb_reg_search): MatchData must be rb_cMatch. (ruby-bugs-ja:PR#319)nobu
2002-08-30re.c: match_become based on (ruby-core:382, :386, :389)michal
2002-08-29* array.c (rb_ary_become): should not free ptr if it's shared.matz
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal
2002-08-27* file.c (rb_find_file): $LOAD_PATH must not be empty.matz
2002-08-21*.c: Int vs Long cleanupmichal
2002-08-20* io.c (rb_io_putc): output via rb_io_write().matz
2002-08-19* array.c (sort_2): *a - *b may overflow.matz
2002-07-29* numeric.c (num_to_int): default to_int implementaion for everymatz
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-05-07* re.c (rb_reg_s_quote): # also should be quoted.matz
2002-05-01* numeric.c (num_step): better iteration condition for floatmatz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-19* re.c (rb_reg_to_s): remove redundant shy group.nobu
2002-04-19* eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,matz
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-04-18* re.c (rb_reg_to_s): new function for Regexp#to_s.akr
2002-04-08* re.c (match_select): fix index references and makeknu
2002-04-01* re.c (match_setter): it's OK to assign nil to $~.matz
2002-03-19* re.c (rb_reg_search): should clear last_match if pos is out ofmatz
2002-03-14* re.c (rb_reg_match): should clear $~ if operand is nil.matz
2002-02-13* parse.y (stmt): local variable declaration order was changedmatz
2002-02-01* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz
2002-01-11* re.c (match_select): should propagate taintness.matz
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2001-12-21* time.c (time_plus): result should not be negative unlessmatz
2001-12-11* string.c (rb_str_match_m): should convert an argument intomatz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-10-05* marshal.c (w_unique): should not dump anonymous class.matz
2001-10-05* re.c (rb_reg_s_alloc): avoid inifinte recursion.nobu
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-20* eval.c, intern.h (rb_svar): return reference to special variablenobu
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-07-24* eval.c (rb_provide_feature): should not tweak extension used formatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-02-02* array.c (rb_ary_sort_bang): returns self, even if its length ismatz
2001-01-29* string.c (str_independent): should not clear str->orig here.matz
2001-01-15Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz
2001-01-13* re.c (rb_reg_desc): separate RE_OPTION_MULTILINEeban
2001-01-09* enum.c (enum_inject): new method.matz
2000-11-20matzmatz
2000-10-10matzmatz
2000-09-01matzmatz