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
2013-12-20
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-08
parse.y: use rb_fstring() for strings stored in the symbol table
tmm1
2013-12-05
* string.c (rb_str_scrub): [DOC] add param str.
nobu
2013-12-04
string.c: fix declaration-after-statement
nobu
2013-12-04
* string.c (fstr_update_callback): Improve implementation in r43968
tmm1
2013-12-03
* string.c (rb_fstring): Use st_update instead of st_lookup +
tmm1
2013-11-28
* string.c (rb_fstring): fstrings should be ELTS_SHARED.
ko1
2013-11-26
* compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...
tmm1
2013-11-26
string.c: fix memsize of frozen shared string
nobu
2013-11-25
* internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()
ko1
2013-11-19
* gc.c (rb_gc_resurrect): added.
ko1
2013-11-17
string.c: constify
nobu
2013-11-11
* internal.h: move common string/hash flags to include file.
tmm1
2013-11-09
* compile.c (iseq_compile_each): emit opt_str_freeze if the #freeze
charliesome
2013-11-01
string.c: fix typo
nobu
2013-11-01
string.c: export rb_str_scrub
nobu
2013-10-17
* string.c (STR_HEAP_SIZE): includes TERM_LEN(str).
ko1
2013-10-17
* gc.c, internal.h: rename ruby_xsizefree/realloc to
ko1
2013-10-17
* array.c, string.c: use ruby_xsizedfree() and ruby_xsizedrealloc().
ko1
2013-10-10
string.c: use str_duplicate
nobu
2013-10-09
string.c: mark frozen string
nobu
2013-09-25
* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().
ko1
2013-09-24
string.c: fix for UTF-16/32
nobu
2013-09-20
string.c: scan coderange
nobu
2013-09-18
* string.c (rb_str_enumerate_lines): make String#each_line and
glass
2013-09-05
* string.c (fstring_cmp): take string encoding into account when
charliesome
2013-09-05
string.c: reduce objects in rb_fstring
nobu
2013-09-05
* include/ruby/ruby.h: add RSTRING_FSTR flag
charliesome
2013-09-04
string.c: fix for \K
nobu
2013-09-03
string.c: rb_enc_str_new_cstr
nobu
2013-08-31
dir.c: reduce string object
nobu
2013-08-08
* string.c (rb_str_format_m): use RARRAY_RAWPTR() instead of
ko1
2013-08-07
* string.c: [DOC] Description of rb_str_equal [Fixes GH-375]
zzak
2013-08-06
string.c: fix typo
nobu
2013-08-01
* string.c (str_rindex): remove comment.
glass
2013-07-31
* string.c (rb_str_rindex): fix bug introduced in r42269.
glass
2013-07-31
* string.c (rb_str_rindex): performance improvement by using
glass
2013-07-31
* string.c (rb_str_rindex): refactoring and avoid to call str_nth() if
glass
2013-07-28
* string.c: add internal API rb_str_locktmp_ensure().
glass
2013-07-22
* string.c (rb_str_enumerate_chars): specify array capa
glass
2013-07-22
* string.c (rb_str_enumerate_chars): specify array capa.
glass
2013-07-22
* string.c (rb_str_each_char_size): performance implement by
glass
2013-07-20
* string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.
naruse
2013-07-20
string.c: wchar succ
nobu
2013-07-18
* string.c (str_alloc): no need to clear RString (already cleared).
ko1
2013-07-14
string.c: char length
nobu
2013-07-14
string.c: consider old terminator
nobu
2013-07-12
encoding.c: refill terminator at associating encoding
nobu
2013-07-11
transcode.c: fill terminator
nobu
2013-07-11
string.c: multi-byte terminator
nobu
[next]