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_format_m): use RARRAY_RAWPTR() instead of
ko1
2013-08-08
1
-1
/
+1
*
* string.c: [DOC] Description of rb_str_equal [Fixes GH-375]
zzak
2013-08-07
1
-3
/
+8
*
string.c: fix typo
nobu
2013-08-06
1
-1
/
+1
*
* string.c (str_rindex): remove comment.
glass
2013-08-01
1
-1
/
+0
*
* string.c (rb_str_rindex): fix bug introduced in r42269.
glass
2013-07-31
1
-5
/
+6
*
* string.c (rb_str_rindex): performance improvement by using
glass
2013-07-31
1
-16
/
+61
*
* string.c (rb_str_rindex): refactoring and avoid to call str_nth() if
glass
2013-07-31
1
-11
/
+17
*
* string.c: add internal API rb_str_locktmp_ensure().
glass
2013-07-28
1
-0
/
+7
*
* string.c (rb_str_enumerate_chars): specify array capa
glass
2013-07-22
1
-12
/
+14
*
* string.c (rb_str_enumerate_chars): specify array capa.
glass
2013-07-22
1
-2
/
+2
*
* string.c (rb_str_each_char_size): performance implement by
glass
2013-07-22
1
-10
/
+1
*
* string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.
naruse
2013-07-20
1
-1
/
+8
*
string.c: wchar succ
nobu
2013-07-20
1
-2
/
+43
*
* string.c (str_alloc): no need to clear RString (already cleared).
ko1
2013-07-18
1
-5
/
+0
*
string.c: char length
nobu
2013-07-14
1
-2
/
+1
*
string.c: consider old terminator
nobu
2013-07-14
1
-17
/
+18
*
encoding.c: refill terminator at associating encoding
nobu
2013-07-12
1
-9
/
+14
*
transcode.c: fill terminator
nobu
2013-07-11
1
-0
/
+10
*
string.c: multi-byte terminator
nobu
2013-07-11
1
-27
/
+44
*
string.c: multi-byte terminator
nobu
2013-07-11
1
-1
/
+29
*
string.c: check null char
nobu
2013-07-11
1
-0
/
+20
*
string.c: rb_str_subpos
nobu
2013-07-10
1
-1
/
+1
*
* string.c (rb_str_index): cache single byte flag and some
glass
2013-07-10
1
-9
/
+10
*
Add a missing line for rb_str_equal of string.c by @JuanitoFatas [fixes GH-353]
hsbt
2013-07-09
1
-0
/
+1
*
* string.c (rb_str_succ): use ONIGENC_MBCLEN_CHARFOUND_P correctly.
naruse
2013-07-04
1
-4
/
+8
*
string.c: use built-in encoding indexes
nobu
2013-07-02
1
-24
/
+14
*
Revert r41728
naruse
2013-07-01
1
-18
/
+20
*
* string.c (rb_str_inspect): use encoding index macros in encdb.h.
naruse
2013-07-01
1
-20
/
+18
*
string.c: coderange appending to empty string
nobu
2013-07-01
1
-2
/
+3
*
intern.h: define rb_enumerator_size_func
nobu
2013-06-26
1
-2
/
+2
*
* include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):
ktsj
2013-06-17
1
-2
/
+2
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-7
/
+1
*
* internal.h (numberof): Gathered from various files.
akr
2013-06-07
1
-2
/
+0
*
* string.c (String#b): Allow code range scan to happen later so
knu
2013-06-05
1
-1
/
+1
*
string.c: remove old interfaces
nobu
2013-06-01
1
-29
/
+0
*
string.c: check argument type
nobu
2013-05-24
1
-1
/
+3
*
string.c: infect
nobu
2013-05-20
1
-0
/
+1
*
fix typos. Patch by k_takata.
ktsj
2013-05-19
1
-1
/
+1
*
* string.c (str_scrub0): added for refactoring.
naruse
2013-05-18
1
-24
/
+51
*
* string.c (str_scrub_bang): add String#scrub!. [Feature #8414]
naruse
2013-05-18
1
-0
/
+23
*
* string.c (rb_str_new_frozen): remove debug print.
ko1
2013-05-13
1
-3
/
+0
*
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-13
1
-12
/
+18
*
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
1
-3
/
+3
*
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
1
-1
/
+1
*
* string.c: Add call-seq alias for String#=== [Bug #8381]
zzak
2013-05-09
1
-1
/
+2
*
* string.c: Document String#setbyte return value by @gjmurakami-10gen
zzak
2013-04-24
1
-2
/
+2
*
* string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual character
naruse
2013-04-23
1
-5
/
+0
*
string.c: fix for UTF-32
nobu
2013-04-23
1
-14
/
+12
*
string.c: suppress warnings
nobu
2013-04-23
1
-4
/
+6
*
* string.c (rb_str_inspect): NUL should not be represented as
knu
2013-04-23
1
-1
/
+5
[next]