aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_scan): add string modification check.matz2006-07-261-0/+2
* * string.c (rb_str_dump): need to extend len for \b.usa2006-07-111-1/+1
* * string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]nobu2006-07-071-1/+1
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-031-2/+2
* * string.c (rb_str_inspect): encode \b (\010) for escape.matz2006-07-021-0/+8
* * string.c: RDoc update for =~ method. a patch from Alex Youngmatz2006-06-271-4/+2
* * string.c (rb_str_aref): "abc"[3] should not return an emptymatz2006-06-221-0/+6
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1
* * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz2006-06-101-0/+23
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-50/+114
* RDoc description updatedkosako2006-03-241-10/+13
* add back reference by name in replace stringkosako2006-03-221-2/+2
* * string.c: fixed typo.ocean2006-02-141-1/+1
* unused function uscore_get removed.akr2005-12-291-13/+0
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-228/+0
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-271-1/+1
* * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz2005-09-171-4/+9
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-3/+3
* * string.c, missing.h: failed to build on powerpc-apple-darwin7.9.0ocean2005-09-131-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-397/+150
* * string.c (rb_str_times): make empty strings to keep taintness,nobu2005-09-091-4/+4
* * missing/strchr.c (strrchr): fixed a bug for detecting NUL in amatz2005-09-081-1/+0
* * string.c (rb_str_scan): already String#scan behaves differentlynobu2005-08-301-2/+0
* * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu2005-08-301-5/+12
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-13/+4
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-16/+20
* * string.c (rb_str_justify): create buffer string after argument typenobu2004-12-281-1/+1
* * string.c (rb_str_inspect): escape # which starts an expressionnobu2004-12-091-3/+9
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-1/+1
* * configure.in: AC_PREREQ(2.53) [ruby-core:03800]matz2004-11-251-1/+1
* * string.c (rb_str_splice): should place index wrapping aftermatz2004-11-201-2/+4
* * string.c (str_gsub): internal buffer should not be listed bymatz2004-11-191-4/+2
* * string.c (str_gsub): internal buffer should not be listed bymatz2004-11-181-0/+3
* * re.c (rb_reg_initialize_m): should raise exception instead ofmatz2004-11-171-8/+5
* * string.c (str_mod_check): frozen check should be separated.matz2004-11-161-1/+12
* * array.c (rb_ary_update): pedantic check to detectmatz2004-11-151-3/+4
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-141-4/+5
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-8/+8
* * string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz2004-11-041-1/+0
* * string.c (str_gsub): string modify check no longer based onmatz2004-11-041-6/+5
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-0/+5
* * array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz2004-11-031-2/+2
* * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]matz2004-10-311-0/+20
* * string.c (str_gsub): use STR_NOCAPA.nobu2004-10-271-1/+1
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-10/+12
* * string.c (str_gsub): use a string object for exception safeness.nobu2004-10-271-28/+30
* * string.c (rb_str_include): should not treat char as negative value.nobu2004-10-211-9/+2
* * parse.y (lex_getline): should not touch ruby_debug_lines ifmatz2004-10-201-0/+3
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-0/+1
* * indent and tabifynobu2004-10-191-38/+38