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
2014-04-21
* string.c (rb_str_coderange_scan_restartable): coderange is always
naruse
2014-04-21
* string.c (coderange_scan): remove useless condtion `p < e` after
naruse
2014-04-21
* string.c (coderange_scan): remove unused logic.
naruse
2014-04-21
string.c: rename rb_str_splice as rb_str_update
nobu
2014-04-18
string.c: SHARABLE_SUBSTRING_P
nobu
2014-04-18
string.c: share middle of a string
nobu
2014-04-18
string.c: revert r45622
nobu
2014-04-18
string.c: r45621
nobu
2014-04-18
string.c: don't clear coderange at expanding
nobu
2014-04-18
string.c: keep code range
nobu
2014-04-18
* string.c: use uintptr_t instead of VALUE because they are not ruby
naruse
2014-04-18
* string.c: check str_strlen's argument, and add comment or
naruse
2014-04-18
* string.c (str_strlen): use enc_strlen if the coderange is known.
naruse
2014-04-18
* string.c (enc_strlen): move UTF-8 optimization from str_strlen to
naruse
2014-04-17
string.c: argument check
nobu
2014-04-17
string.c: rb_str_cat_cstr
nobu
2014-04-17
string.c: alias of rb_str_buf_cat and rb_str_buf_cat2
nobu
2014-04-17
string.c: reduce duplicated code
nobu
2014-04-14
string.c: reduce function calls
nobu
2014-04-14
string.c: keep source code range
nobu
2014-04-12
string.c: clear env self in symbol proc
nobu
2014-04-09
string.c: remove unnecessary terminator space
nobu
2014-04-09
string.c: fix capacity
nobu
2014-03-30
* parse.y (rb_str_dynamic_intern): [DOC] move rdoc from rb_str_intern.
ktsj
2014-03-28
string.c: infect match result
nobu
2014-03-28
string.c: backref substitution
nobu
2014-03-28
string.c: unset $~ if unmatch
nobu
2014-03-27
string.c: suppress warnings
nobu
2014-03-27
string.c: search by rb_str_index
nobu
2014-03-27
string.c: mustnot_broken
nobu
2014-03-27
string.c: invert flag
nobu
2014-03-26
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-25
Stop allocating backref strings within gsub's search loop
charliesome
2014-03-14
[DOC] add links to `Object#hash`
nobu
2014-03-14
string.c: [DOC] rb_str_hash_m
nobu
2014-02-27
adjust indent and style
nobu
2014-02-25
* string.c (sym_find): Add Symbol.find(str), which returns whether given
naruse
2014-02-14
string.c (rb_str_format_m): trade volatile for RB_GC_GUARD
normal
2014-02-05
* internal.h, vm_core.h: move LIKELY/UNLIKELY/UNINITIALIZED_VAR()
ko1
2014-02-05
* string.c (rb_str_free): use FL_TEST(str, STR_SHARED) directly
ko1
2014-02-05
* internal.h: remove macros STR_NOCAPA and STR_NOCAPA_P().
ko1
2014-02-05
* string.c: refactoring, especially about string flags.
ko1
2014-02-05
* string.c (RESIZE_CAPA): should not resize shared string.
ko1
2014-02-05
* string.c (rb_str_new_frozen): refactoring code.
ko1
2014-02-04
* string.c: use long allocator names instead of numbered
ko1
2014-02-04
* string.c: use STR_SHARED instead of ELTS_SHARED.
ko1
2014-02-04
* string.c: remvoe STR_ASSOC related code.
ko1
2014-02-04
pack.c: use ivar for associated objects
nobu
2014-02-04
string.c: enable capacity when setting capa
nobu
2014-01-15
string.c: respect BOM
nobu
[next]