| Commit message (Expand) | Author | Age | Files | Lines |
* | * array.c (rb_values_at): extract common procedure from | matz | 2003-07-03 | 1 | -22/+27 |
* | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 1 | -4/+4 |
* | * re.c (rb_reg_quote): \n \r \f \v quoting was wrong. | aamine | 2003-05-19 | 1 | -6/+6 |
* | * object.c (rb_class_allocate_instance): singleton class check | matz | 2003-05-16 | 1 | -1/+22 |
* | * object.c (rb_obj_methods): list singleton methods if recur | matz | 2003-05-06 | 1 | -1/+4 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -1/+30 |
* | * eval.c (avalue_to_svalue): use rb_check_array_type() again. | matz | 2003-03-29 | 1 | -1/+0 |
* | * intern.h, re.c (rb_memsearch): returns long. | nobu | 2003-02-07 | 1 | -1/+1 |
* | * re.c (rb_reg_initialize_m): shoule not preset "kcode" unless | matz | 2003-02-06 | 1 | -15/+17 |
* | * re.c (rb_reg_initialize_m): 3rd argument was ignored. | matz | 2003-02-06 | 1 | -1/+1 |
* | * re.c (rb_reg_initialize_m): unfotunate serious typo. | matz | 2003-02-03 | 1 | -1/+1 |
* | * object.c (Init_Object): default Object#=== now calls "==" | matz | 2003-02-03 | 1 | -22/+43 |
* | * re.c (rb_memsearch): a little improvement. | nobu | 2003-02-03 | 1 | -12/+13 |
* | * re.c (rb_memsearch): algolithm body of String#index. | matz | 2003-02-03 | 1 | -1/+54 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa | 2002-12-21 | 1 | -0/+2 |
* | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz | 2002-12-20 | 1 | -2/+2 |
* | * re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a, | nobu | 2002-12-19 | 1 | -7/+9 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -1/+22 |
* | * re.c (rb_reg_nth_match): tail sharing. | nobu | 2002-12-17 | 1 | -2/+2 |
* | * re.c (rb_reg_hash): define Regexp#hash to make regexps to be | matz | 2002-12-12 | 1 | -0/+21 |
* | * io.c (io_read): takes optional second argument to specify a | matz | 2002-12-11 | 1 | -3/+0 |
* | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz | 2002-12-10 | 1 | -4/+4 |
* | * dir.c (glob_helper): must not closedir() when exception raised | nobu | 2002-09-25 | 1 | -17/+0 |
* | * io.c: add parameter prototype. | aamine | 2002-09-16 | 1 | -1/+1 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 1 | -10/+27 |
* | * re.c (rb_reg_search): MatchData must be rb_cMatch. (ruby-bugs-ja:PR#319) | nobu | 2002-09-02 | 1 | -6/+4 |
* | re.c: match_become based on (ruby-core:382, :386, :389) | michal | 2002-08-30 | 1 | -36/+17 |
* | * array.c (rb_ary_become): should not free ptr if it's shared. | matz | 2002-08-29 | 1 | -1/+1 |
* | Int vs Long cleanup #3 (ruby-core:352) | michal | 2002-08-28 | 1 | -5/+5 |
* | * file.c (rb_find_file): $LOAD_PATH must not be empty. | matz | 2002-08-27 | 1 | -21/+26 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -14/+15 |
* | * io.c (rb_io_putc): output via rb_io_write(). | matz | 2002-08-20 | 1 | -3/+3 |
* | * array.c (sort_2): *a - *b may overflow. | matz | 2002-08-19 | 1 | -0/+3 |
* | * numeric.c (num_to_int): default to_int implementaion for every | matz | 2002-07-29 | 1 | -0/+3 |
* | * random.c: replace with Mersenne Twister RNG. | matz | 2002-07-26 | 1 | -14/+46 |
* | * re.c (rb_reg_expr_str): need to process backslashes properly. | matz | 2002-06-28 | 1 | -1/+9 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * re.c (rb_reg_s_quote): # also should be quoted. | matz | 2002-05-07 | 1 | -1/+1 |
* | * numeric.c (num_step): better iteration condition for float | matz | 2002-05-01 | 1 | -11/+30 |
* | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz | 2002-04-24 | 1 | -44/+22 |
* | * re.c (rb_reg_to_s): remove redundant shy group. | nobu | 2002-04-19 | 1 | -20/+6 |
* | * eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED, | matz | 2002-04-19 | 1 | -29/+81 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -1/+7 |
* | * re.c (rb_reg_to_s): new function for Regexp#to_s. | akr | 2002-04-18 | 1 | -1/+42 |
* | * re.c (match_select): fix index references and make | knu | 2002-04-08 | 1 | -1/+1 |
* | * re.c (match_setter): it's OK to assign nil to $~. | matz | 2002-04-01 | 1 | -1/+3 |
* | * re.c (rb_reg_search): should clear last_match if pos is out of | matz | 2002-03-19 | 1 | -1/+4 |
* | * re.c (rb_reg_match): should clear $~ if operand is nil. | matz | 2002-03-14 | 1 | -3/+8 |
* | * parse.y (stmt): local variable declaration order was changed | matz | 2002-02-13 | 1 | -1/+0 |