summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2006-08-13Describe String#split grouping behavior. Patch by Jan Svitok [ruby-core:08603].drbrain
2006-07-26* string.c (rb_str_scan): add string modification check.matz
2006-07-11* string.c (rb_str_dump): need to extend len for \b.usa
2006-07-07* string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]nobu
2006-07-03* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz
2006-07-02* string.c (rb_str_inspect): encode \b (\010) for escape.matz
2006-06-27* string.c: RDoc update for =~ method. a patch from Alex Youngmatz
2006-06-22* string.c (rb_str_aref): "abc"[3] should not return an emptymatz
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-10* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-03-24RDoc description updatedkosako
2006-03-22add back reference by name in replace stringkosako
2006-02-14* string.c: fixed typo.ocean
2005-12-29unused function uscore_get removed.akr
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-10-27* string.c (scan_once): wrong condition to use mbclen2().matz
2005-09-17* test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-13* string.c, missing.h: failed to build on powerpc-apple-darwin7.9.0ocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-09-09* string.c (rb_str_times): make empty strings to keep taintness,nobu
2005-09-08* missing/strchr.c (strrchr): fixed a bug for detecting NUL in amatz
2005-08-30* string.c (rb_str_scan): already String#scan behaves differentlynobu
2005-08-30* array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu
2005-07-23* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-12-28* string.c (rb_str_justify): create buffer string after argument typenobu
2004-12-09* string.c (rb_str_inspect): escape # which starts an expressionnobu
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-25* configure.in: AC_PREREQ(2.53) [ruby-core:03800]matz
2004-11-20* string.c (rb_str_splice): should place index wrapping aftermatz
2004-11-19* string.c (str_gsub): internal buffer should not be listed bymatz
2004-11-18* string.c (str_gsub): internal buffer should not be listed bymatz
2004-11-17* re.c (rb_reg_initialize_m): should raise exception instead ofmatz
2004-11-16* string.c (str_mod_check): frozen check should be separated.matz
2004-11-15* array.c (rb_ary_update): pedantic check to detectmatz
2004-11-14* string.c (rb_str_clear): avoid revealing NULL pointer.matz
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-04* string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz
2004-11-04* string.c (str_gsub): string modify check no longer based onmatz
2004-11-04* gc.c (gc_mark): enable GC stack checking.matz
2004-11-03* array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz
2004-10-31* io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]matz
2004-10-27* string.c (str_gsub): use STR_NOCAPA.nobu
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-27* string.c (str_gsub): use a string object for exception safeness.nobu
2004-10-21* string.c (rb_str_include): should not treat char as negative value.nobu
2004-10-20* parse.y (lex_getline): should not touch ruby_debug_lines ifmatz
2004-10-19* io.c (read_all): block string buffer modification duringmatz