aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * intern.h, re.c (rb_memsearch): returns long.nobu2003-02-071-1/+1
* * re.c (rb_reg_initialize_m): shoule not preset "kcode" unlessmatz2003-02-061-15/+17
* * re.c (rb_reg_initialize_m): 3rd argument was ignored.matz2003-02-061-1/+1
* * re.c (rb_reg_initialize_m): unfotunate serious typo.matz2003-02-031-1/+1
* * object.c (Init_Object): default Object#=== now calls "=="matz2003-02-031-22/+43
* * re.c (rb_memsearch): a little improvement.nobu2003-02-031-12/+13
* * re.c (rb_memsearch): algolithm body of String#index.matz2003-02-031-1/+54
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-0/+2
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-2/+2
* * re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a,nobu2002-12-191-7/+9
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-1/+22
* * re.c (rb_reg_nth_match): tail sharing.nobu2002-12-171-2/+2
* * re.c (rb_reg_hash): define Regexp#hash to make regexps to bematz2002-12-121-0/+21
* * io.c (io_read): takes optional second argument to specify amatz2002-12-111-3/+0
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-4/+4
* * dir.c (glob_helper): must not closedir() when exception raisednobu2002-09-251-17/+0
* * io.c: add parameter prototype.aamine2002-09-161-1/+1
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-10/+27
* * re.c (rb_reg_search): MatchData must be rb_cMatch. (ruby-bugs-ja:PR#319)nobu2002-09-021-6/+4
* re.c: match_become based on (ruby-core:382, :386, :389)michal2002-08-301-36/+17
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-1/+1
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-5/+5
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-21/+26
* *.c: Int vs Long cleanupmichal2002-08-211-14/+15
* * io.c (rb_io_putc): output via rb_io_write().matz2002-08-201-3/+3
* * array.c (sort_2): *a - *b may overflow.matz2002-08-191-0/+3
* * numeric.c (num_to_int): default to_int implementaion for everymatz2002-07-291-0/+3
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-14/+46
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-281-1/+9
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * re.c (rb_reg_s_quote): # also should be quoted.matz2002-05-071-1/+1
* * numeric.c (num_step): better iteration condition for floatmatz2002-05-011-11/+30
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-44/+22
* * re.c (rb_reg_to_s): remove redundant shy group.nobu2002-04-191-20/+6
* * eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,matz2002-04-191-29/+81
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-1/+7
* * re.c (rb_reg_to_s): new function for Regexp#to_s.akr2002-04-181-1/+42
* * re.c (match_select): fix index references and makeknu2002-04-081-1/+1
* * re.c (match_setter): it's OK to assign nil to $~.matz2002-04-011-1/+3
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-1/+4
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-3/+8
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-1/+0
* * file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz2002-02-011-0/+1
* * re.c (match_select): should propagate taintness.matz2002-01-111-7/+5
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-0/+7
* * time.c (time_plus): result should not be negative unlessmatz2001-12-211-5/+10
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-111-1/+28
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-1/+1
* * marshal.c (w_unique): should not dump anonymous class.matz2001-10-051-18/+15