summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz
2002-01-07* string.c (rb_str_new2): NULL pointer check added.matz
2001-12-04* io.c (io_fread): EAGAIN/EWOULDBLOCK should not terminate andmatz
2001-12-03* string.c (to_str): should return VALUE.eban
2001-12-03* time.c (time_new_internal): round usec overflow and underflowmatz
2001-11-19* parse.y (str_extend): should not terminate string interpolationmatz
2001-11-19* parse.y (str_extend): term can be any character.matz
2001-11-07* dir.c (my_getcwd): do not rely on MAXPATHLEN.matz
2001-10-22* string.c (rb_str_index): wrong increment for non alphanumericmatz
2001-10-05* marshal.c: backport from 1.7 marshal.cmatz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-06* class.c (rb_include_module): should check whole ancestors tomatz
2001-08-24* array.c (rb_ary_equal): check identiry equality first.matz
2001-08-14* string.c (rb_str_cmp): remove needless conditional.matz
2001-07-13* eval.c: wrapper modifies updated to 1.7 changes.matz
2001-07-06* eval.c (rb_f_require): move rb_file_s_expand_path frommatz
2001-05-25* string.c (rb_str_replace): add taint status infectionmatz
2001-03-26* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz
2001-03-04* string.c (trnext): support backslash escape in String#tr.eban
2001-02-28* string.c (rb_str_delete_bang): delete! should take at least 1matz
2001-02-19* string.c (rb_str_substr): "a"[1,2] should return ""; needmatz
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-02-02* eval.c (POP_VARS): propagate DVAR_DONT_RECYCLE, ifmatz
2001-01-09* string.c (rb_str_reverse_bang): forgot to call rb_str_modify().matz
2000-12-28matzmatz
2000-12-25001225matz
2000-12-05matzmatz
2000-11-17ebaneban
2000-10-10matzmatz
2000-10-02matzmatz
2000-09-26ebaneban
2000-09-07matzmatz
2000-09-01matzmatz
2000-08-25matzmatz
2000-08-07matzmatz
2000-07-25matz - irb (PR#46)matz
2000-07-24matzmatz
2000-06-232000-06-23matz
2000-06-222000-06-22matz
2000-06-162000-06-16matz
2000-06-142000-06-14-2matz
2000-06-142000-06-14matz
2000-06-052000-06-05matz
2000-05-242000-05-24matz
2000-05-122000-05-12matz
2000-05-092000-05-09matz
2000-05-012000-05-01matz
2000-04-102000-04-10matz
2000-03-232000-03-23matz
2000-03-172000-03-17matz