summaryrefslogtreecommitdiff
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa2007-02-061-1/+1
* * removed svn:keywords for compatibility.shugo2007-01-311-2/+2
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-311-2/+2
* * 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_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
* * re.c (rb_reg_initialize): should not modify untainted objects inmatz2006-05-161-3/+3
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-271-1/+1
* * lib/cgi.rb (CGI::Cookie): should handle multiple values for amatz2005-09-171-4/+9
* * string.c (rb_str_times): make empty strings to keep taintness,nobu2005-09-091-5/+4
* fixed error on rdoc generationocean2005-04-201-1/+1
* * string.c (rb_str_cmp_m): should not return false but nil.matz2005-03-071-1/+1
* * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check.matz2005-02-121-13/+16
* * string.c (rb_str_new4): should propagate taintedness.matz2005-01-201-0/+1
* * string.c (rb_str_justify): [ruby-dev:25367]matz2004-12-291-1/+1
* * 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/+2
* * io.c (read_all): [ruby-dev:24955]matz2004-11-251-1/+1
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-221-3/+9
* * string.c (rb_str_splice, rb_str_upcase_bang): cleanups.eban2004-11-201-2/+0
* * test/ruby/test_stringchar.rb (test_bang): added.eban2004-11-201-0/+3
* * process.c (proc_getpgrp): prohibit for $SAFE=2.matz2004-11-181-11/+6
* * numeric.c (flo_divmod): protect float values from GC bymatz2004-11-161-7/+17
* * string.c (rb_str_locktmp): check STR_TMPLOCK flag beforematz2004-11-051-7/+11
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-2/+7
* * string.c (rb_str_locktmp): lock string temporarily.matz2004-10-301-0/+20
* * string.c (str_gsub): use STR_NOCAPA.nobu2004-10-271-1/+1
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-9/+11
* * 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
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-5/+5
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-0/+1
* * indent and tabifynobu2004-10-181-47/+47
* * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu2004-10-181-0/+1
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-26/+25
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-11/+37
* * array.c (rb_ary_equal): element size might change duringmatz2004-09-181-2/+3
* * io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz2004-08-171-3/+0
* * range.c (rb_range_beg_len): returns Qnil only when "beg" pointsmatz2004-07-241-1/+2
* * string.c (rb_str_match): raise TypeError when both arguments areusa2004-07-071-25/+2
* * string.c (str_new4): should share shared instance if it alreadymatz2004-06-051-3/+2
* * range.c (range_each_func): terminates loop if generating valuematz2004-05-141-1/+1
* * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz2004-05-071-6/+6
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-2/+2
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-051-5/+5
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-2/+2
* * io.c, re.c, string.c, time.c: fixed up positions of RDocs.akira2004-01-191-5/+5
* Add RDoc for kernel functions, and tidy updave2003-12-301-4/+148