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-10-26
string.c: improved comment.
duerst
2014-10-17
* Avoid undefined behaviors found by gcc -fsanitize=undefined.
akr
2014-10-14
symbol.c: rename rb_str_dynamic_intern
nobu
2014-10-11
string.c (rb_str_intern): remove unnecessary RB_GC_GUARD
normal
2014-09-29
string.c: fix NOFREE
nobu
2014-09-19
string.c: rb_str_new_static
nobu
2014-09-18
string.c: UTF-8 string function
nobu
2014-09-11
string.c (Init_frozen_strings): use st_init_table_with_size
normal
2014-09-11
* string.c (sym_find): remove Symbol.find because we have Symbol GC now.
naruse
2014-08-29
string.c: remove vm_core.h dependency [ruby-core:64627]
normal
2014-08-29
string.c: move frozen_strings table to rb_vm_t
normal
2014-08-22
* string.c (rb_fstring): fix condition (easy to cause infinite loop!).
ko1
2014-08-22
* string.c (rb_fstring, fstr_update_callback): simply delete garbage
ko1
2014-08-16
string.c: rb_setup_fake_str
nobu
2014-08-15
* string.c (setup_fake_str): fake strings should not set class by
ko1
2014-07-30
string.c: rb_to_symbol
nobu
2014-07-22
string.c: simplify
nobu
2014-07-22
string.c: raise at invalid byte sequence
nobu
2014-07-22
string.c: fix wrong single-byte optimization
nobu
2014-07-19
* string.c: [DOC] teach rdoc symbol.c.
ktsj
2014-07-09
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-07-06
string.c: do not use garbage object
nobu
2014-07-06
* string.c (fstr_update_callback): do not use rb_gc_resurrect()
ko1
2014-07-04
string.c: rb_fstring_new assumes US-ASCII
nobu
2014-06-30
string.c: rb_fstring_new
nobu
2014-06-16
string.c: no copy of interned strings
nobu
2014-06-14
string.c: fix wrong capa
nobu
2014-06-12
string.c: consider capacity
nobu
2014-06-12
string.c: shrink before freezing
nobu
2014-06-12
string.c: shrink too big buffer
nobu
2014-06-07
string.c: update rdoc of rb_str_slice_bang()
nobu
2014-06-02
encoding.h: constify rb_encoding
nobu
2014-06-01
constify rb_encoding and OnigEncoding
nobu
2014-05-30
string.c: reset code range
nobu
2014-05-19
string.c: byte offset
nobu
2014-05-19
string.c: constify
nobu
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
[next]