index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* string.c (rb_str_splice): integer overflow for length.
shyouhei
2007-09-07
1
-1
/
+1
*
* string.c (rb_str_sub_bang): calling rb_str_modify() should be just
usa
2007-01-30
1
-1
/
+1
*
* string.c (rb_str_upto): String#upto from empty string makes
matz
2007-01-08
1
-1
/
+1
*
Revert r11453
matz
2007-01-03
1
-1
/
+4
*
* io.c (ruby_dup): start GC on ENOMEM as well.
matz
2007-01-03
1
-4
/
+1
*
* string.c (rb_str_aset): index double decode problem.
matz
2006-12-11
1
-1
/
+1
*
* string.c (rb_str_substr): should be infected with only original
nobu
2006-10-22
1
-4
/
+7
*
* string.c (rb_str_scan): small documentation fix.
matz
2006-10-07
1
-1
/
+1
*
* string.c (rb_str_intern): raise SecurityError only when $SAFE
matz
2006-09-14
1
-1
/
+1
*
* string.c (rb_str_intern): prohibit interning tainted string.
matz
2006-09-13
1
-0
/
+3
*
* ruby.h: use ifdef (or defined) for macro constants that may or
matz
2006-07-31
1
-2
/
+2
*
* string.c (rb_str_scan): add string modification check.
matz
2006-07-26
1
-0
/
+2
*
* string.c (rb_str_dump): need to extend len for \b.
usa
2006-07-11
1
-1
/
+1
*
* string.c (rb_str_inspect): encode \b (\010) for escape.
matz
2006-07-02
1
-0
/
+8
*
* string.c: RDoc update for =~ method. a patch from Alex Young
matz
2006-06-27
1
-4
/
+2
*
* re.c (rb_reg_initialize): should not modify untainted objects in
matz
2006-05-16
1
-3
/
+3
*
* string.c (scan_once): wrong condition to use mbclen2().
matz
2005-10-27
1
-1
/
+1
*
* lib/cgi.rb (CGI::Cookie): should handle multiple values for a
matz
2005-09-17
1
-4
/
+9
*
* string.c (rb_str_times): make empty strings to keep taintness,
nobu
2005-09-09
1
-5
/
+4
*
fixed error on rdoc generation
ocean
2005-04-20
1
-1
/
+1
*
* string.c (rb_str_cmp_m): should not return false but nil.
matz
2005-03-07
1
-1
/
+1
*
* ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check.
matz
2005-02-12
1
-13
/
+16
*
* string.c (rb_str_new4): should propagate taintedness.
matz
2005-01-20
1
-0
/
+1
*
* string.c (rb_str_justify): [ruby-dev:25367]
matz
2004-12-29
1
-1
/
+1
*
* string.c (rb_str_justify): create buffer string after argument type
nobu
2004-12-28
1
-1
/
+1
*
* string.c (rb_str_inspect): escape # which starts an expression
nobu
2004-12-09
1
-3
/
+9
*
* object.c (convert_type): [ruby-core:03845]
matz
2004-11-29
1
-1
/
+2
*
* io.c (read_all): [ruby-dev:24955]
matz
2004-11-25
1
-1
/
+1
*
* file.c (rb_file_chown): integer conversion should be prior to
matz
2004-11-22
1
-3
/
+9
*
* string.c (rb_str_splice, rb_str_upcase_bang): cleanups.
eban
2004-11-20
1
-2
/
+0
*
* test/ruby/test_stringchar.rb (test_bang): added.
eban
2004-11-20
1
-0
/
+3
*
* process.c (proc_getpgrp): prohibit for $SAFE=2.
matz
2004-11-18
1
-11
/
+6
*
* numeric.c (flo_divmod): protect float values from GC by
matz
2004-11-16
1
-7
/
+17
*
* string.c (rb_str_locktmp): check STR_TMPLOCK flag before
matz
2004-11-05
1
-7
/
+11
*
* gc.c (gc_mark): enable GC stack checking.
matz
2004-11-04
1
-2
/
+7
*
* string.c (rb_str_locktmp): lock string temporarily.
matz
2004-10-30
1
-0
/
+20
*
* string.c (str_gsub): use STR_NOCAPA.
nobu
2004-10-27
1
-1
/
+1
*
* string.c (RESIZE_CAPA): check string attribute before modifying
matz
2004-10-27
1
-9
/
+11
*
* string.c (str_gsub): use a string object for exception safeness.
nobu
2004-10-27
1
-28
/
+30
*
* string.c (rb_str_include): should not treat char as negative value.
nobu
2004-10-21
1
-9
/
+2
*
* string.c (str_gsub): reentrant check. [ruby-dev:24432]
matz
2004-10-20
1
-5
/
+5
*
* io.c (read_all): block string buffer modification during
matz
2004-10-19
1
-0
/
+1
*
* indent and tabify
nobu
2004-10-18
1
-47
/
+47
*
* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]
nobu
2004-10-18
1
-0
/
+1
*
* io.c (rb_io_s_sysopen): preserve path in the buffer allocated by
matz
2004-10-06
1
-26
/
+25
*
* string.c (rb_str_sum): check was done with false pointer.
matz
2004-10-02
1
-11
/
+37
*
* array.c (rb_ary_equal): element size might change during
matz
2004-09-18
1
-2
/
+3
*
* io.c (rb_io_reopen): should clear allocated OpenFile. pointed
matz
2004-08-17
1
-3
/
+0
*
* range.c (rb_range_beg_len): returns Qnil only when "beg" points
matz
2004-07-24
1
-1
/
+2
*
* string.c (rb_str_match): raise TypeError when both arguments are
usa
2004-07-07
1
-25
/
+2
[next]