summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
2003-11-04* io.c (read_all): fptr->f may be NULL, if IO is closed in thematz
2003-10-30* parse.y (logop): left may be NULL. [ruby-talk:84539]matz
2003-10-29* re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.akr
2003-09-01* re.c (rb_memsearch): fix overrun. [ruby-talk:80759]nobu
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-07-25* re.c (rb_reg_options_m): use rb_reg_options() to mask internalnobu
2003-07-17* re.c (match_captures): rename from "groups".matz
2003-07-09* re.c (match_entry): add prototype to avoid VC++ warnings.usa
2003-07-03* array.c (rb_values_at): extract common procedure frommatz
2003-05-19* object.c (init_copy): rename copy_object as initialize_copy,matz
2003-05-19* re.c (rb_reg_quote): \n \r \f \v quoting was wrong.aamine
2003-05-16* object.c (rb_class_allocate_instance): singleton class checkmatz
2003-05-06* object.c (rb_obj_methods): list singleton methods if recurmatz
2003-05-04* array.c (rb_ary_values_at): new method to replace select(index..).matz
2003-03-29* eval.c (avalue_to_svalue): use rb_check_array_type() again.matz
2003-02-07* intern.h, re.c (rb_memsearch): returns long.nobu
2003-02-06* re.c (rb_reg_initialize_m): shoule not preset "kcode" unlessmatz
2003-02-06* re.c (rb_reg_initialize_m): 3rd argument was ignored.matz
2003-02-03* re.c (rb_reg_initialize_m): unfotunate serious typo.matz
2003-02-03* object.c (Init_Object): default Object#=== now calls "=="matz
2003-02-03* re.c (rb_memsearch): a little improvement.nobu
2003-02-03* re.c (rb_memsearch): algolithm body of String#index.matz
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-19* re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a,nobu
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-17* re.c (rb_reg_nth_match): tail sharing.nobu
2002-12-12* re.c (rb_reg_hash): define Regexp#hash to make regexps to bematz
2002-12-11* io.c (io_read): takes optional second argument to specify amatz
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-09-25* dir.c (glob_helper): must not closedir() when exception raisednobu
2002-09-16* io.c: add parameter prototype.aamine
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