summaryrefslogtreecommitdiff
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-1/+0
* * string.c (rb_str_new2): NULL pointer check added.matz2002-01-071-0/+3
* * io.c (io_fread): EAGAIN/EWOULDBLOCK should not terminate andmatz2001-12-041-15/+1
* * string.c (to_str): should return VALUE.eban2001-12-031-1/+2
* * time.c (time_new_internal): round usec overflow and underflowmatz2001-12-031-2/+17
* * parse.y (str_extend): should not terminate string interpolationmatz2001-11-191-2/+0
* * parse.y (str_extend): term can be any character.matz2001-11-191-1/+1
* * dir.c (my_getcwd): do not rely on MAXPATHLEN.matz2001-11-071-0/+2
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-221-2/+2
* * marshal.c: backport from 1.7 marshal.cmatz2001-10-051-9/+13
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-3/+10
* * class.c (rb_include_module): should check whole ancestors tomatz2001-09-061-2/+2
* * array.c (rb_ary_equal): check identiry equality first.matz2001-08-241-0/+1
* * string.c (rb_str_cmp): remove needless conditional.matz2001-08-141-1/+0
* * eval.c: wrapper modifies updated to 1.7 changes.matz2001-07-131-0/+2
* * eval.c (rb_f_require): move rb_file_s_expand_path frommatz2001-07-061-0/+1
* * string.c (rb_str_replace): add taint status infectionmatz2001-05-251-1/+9
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-5/+5
* * string.c (trnext): support backslash escape in String#tr.eban2001-03-041-1/+4
* * string.c (rb_str_delete_bang): delete! should take at least 1matz2001-02-281-0/+3
* * string.c (rb_str_substr): "a"[1,2] should return ""; needmatz2001-02-191-1/+0
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-1/+1
* * eval.c (POP_VARS): propagate DVAR_DONT_RECYCLE, ifmatz2001-02-021-4/+7
* * string.c (rb_str_reverse_bang): forgot to call rb_str_modify().matz2001-01-091-0/+1
* matzmatz2000-12-281-4/+8
* 001225matz2000-12-251-18/+29
* matzmatz2000-12-051-55/+31
* ebaneban2000-11-171-1/+1
* matzmatz2000-10-101-6/+6
* matzmatz2000-10-021-1/+1
* ebaneban2000-09-261-0/+1
* matzmatz2000-09-071-1/+9
* matzmatz2000-09-011-1/+1
* matzmatz2000-08-251-0/+12
* matzmatz2000-08-071-19/+31
* matz - irb (PR#46)matz2000-07-251-1/+1
* matzmatz2000-07-241-0/+4
* 2000-06-23matz2000-06-231-2/+7
* 2000-06-22matz2000-06-221-15/+18
* 2000-06-16matz2000-06-161-1/+5
* 2000-06-14-2matz2000-06-141-15/+24
* 2000-06-14matz2000-06-141-18/+19
* 2000-06-05matz2000-06-051-2/+2
* 2000-05-24matz2000-05-241-43/+23
* 2000-05-12matz2000-05-121-2/+2
* 2000-05-09matz2000-05-091-1/+1
* 2000-05-01matz2000-05-011-15/+24
* 2000-04-10matz2000-04-101-4/+21
* 2000-03-23matz2000-03-231-2/+11
* 2000-03-17matz2000-03-171-6/+22