index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string.c
Age
Commit message (
Expand
)
Author
2017-01-30
string.c (rb_str_tmp_frozen_release): release embedded strings
normal
2017-01-30
io.c: recycle garbage on write
normal
2017-01-19
string.c: rindex(//) should set $~.
shugo
2017-01-16
file.c: refine message
nobu
2017-01-11
string.c: replacement and block
nobu
2017-01-11
string.c: yield invalid part
nobu
2017-01-11
string.c: block for scrub with ASCII-incompatible
nobu
2016-12-25
string.c: CRLF in paragraph mode
nobu
2016-12-25
string.c: consistent paragraph mode with IO
nobu
2016-12-22
string.c: suppress a warning
nobu
2016-12-20
string.c: add missing size_t cast
rhe
2016-12-16
no crypt.h on FreeBSD 12
nobu
2016-12-16
fix chomping newline only line
nobu
2016-12-12
string.c: fix method name in rdoc [ci skip]
nobu
2016-12-12
String#match? and Symbol#match?
nobu
2016-12-03
string.c: chomp option
nobu
2016-11-29
Fix/improve documentation of String/Symbol#casecmp[?]
duerst
2016-11-29
string.c: use xmalloc
nobu
2016-11-28
string.c: fix zero-length array
nobu
2016-11-28
string.c: enable rdoc
nobu
2016-11-28
implement String/Symbol#casecmp? including Unicode case folding
duerst
2016-11-05
chomp option
nobu
2016-10-26
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-21
Fixed typo [ci skip]
nobu
2016-10-04
* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.
usa
2016-10-01
string.c: negative hash
nobu
2016-10-01
* string.c (rb_str_hash_m): st_index_t is not guaranteed as the same
usa
2016-09-26
string.c: fast path of lstrip_offset
nobu
2016-09-26
string.c: fix integer overflow in enc_strlen() and rb_enc_strlen_cr()
rhe
2016-09-16
* internal.h (WARN_UNUSED_RESULT): moved to configure.in, to
shyouhei
2016-09-13
string.c: avoid signed integer overflow
rhe
2016-09-13
string.c: rename STR_EMBEDABLE_P to STR_EMBEDDABLE_P
rhe
2016-09-13
string.c: STR_EMBEDABLE_P
nobu
2016-09-13
string.c: fix integer overflow
nobu
2016-09-13
string.c: fix buffer overflow check condition in rb_str_set_len()
rhe
2016-09-08
replace fixnum by integer in documents.
akr
2016-08-27
multiple arguments
nobu
2016-08-23
string.c: rb_fs_setter
nobu
2016-08-22
string.c: $; name in error message
nobu
2016-07-30
* string.c (String#downcase), NEWS: Mentioned that case mapping for all
duerst
2016-07-29
rb_funcallv
nobu
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-22
Fix Issues reported by PVS-Studio static analyzer
nobu
2016-07-22
* string.c (String#dump): Change escaping of non-ASCII characters in
duerst
2016-07-15
* string.c (str_buf_cat): Fix potential interger overflow of capa.
ngoto
2016-07-15
* string.c (str_buf_cat): Fix capa size for embed string.
ngoto
2016-07-14
string.c: reduce malloc overhead for default buffer size
normal
2016-07-05
* string.c (rb_str_change_terminator_length): New function to change
ngoto
2016-07-01
* string.c: Partially reverts r55547 and r55555.
ngoto
2016-07-01
* string.c (str_fill_term): When termlen increases, re-allocation
ngoto
[next]