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
...
*
Use WORDS_BIGENDIAN
naruse
2016-05-01
1
-3
/
+3
*
* string.c (search_nonascii): use nlz on big endian environments.
naruse
2016-04-30
1
-0
/
+4
*
More optimization for r54854's search_nonascii
naruse
2016-04-30
1
-10
/
+10
*
* string.c (search_nonascii): unroll and use ntz
naruse
2016-04-30
1
-23
/
+37
*
string.c: rb_str_concat_literals
nobu
2016-04-05
1
-6
/
+17
*
string.c: skip invalid char gap
nobu
2016-03-21
1
-5
/
+11
*
string.c: Symbol#match
nobu
2016-02-18
1
-2
/
+14
*
string.c: fix rb_str_init
nobu
2016-02-17
1
-19
/
+29
*
Additional fix and tests for r53851
naruse
2016-02-17
1
-3
/
+3
*
remove unnecessary declaration so that rdoc works
nobu
2016-02-17
1
-1
/
+0
*
fix rubyspec error from r53850
naruse
2016-02-17
1
-0
/
+4
*
* string.c (rb_str_init): introduce String.new(capacity: size)
naruse
2016-02-17
1
-6
/
+45
*
* string.c, enc/unicode.c: Disassociating ONIGENC_CASE_FOLD flag from
duerst
2016-02-08
1
-1
/
+1
*
string.c: remove magic number
nobu
2016-02-08
1
-2
/
+3
*
string.c: use encoding index
nobu
2016-02-08
1
-8
/
+10
*
fstring_enc_new
nobu
2016-02-04
1
-0
/
+14
*
* string.c (str_new_frozen): if the given string is embeddedable
naruse
2016-02-03
1
-0
/
+7
*
* re.c: Introduce RREGEXP_PTR.
naruse
2016-02-02
1
-1
/
+1
*
RUBY_ASSERT
nobu
2016-01-22
1
-1
/
+1
*
* string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
hsbt
2016-01-18
1
-1
/
+1
*
* string.c: Any kind of option is now taking the new code path for
duerst
2016-01-17
1
-4
/
+4
*
* enc/unicode.c: Removed artificial expansion for Turkic,
duerst
2016-01-17
1
-15
/
+27
*
* enc/unicode.c: Artificial mapping to test buffer expansion code.
duerst
2016-01-16
1
-1
/
+11
*
* enc/unicode.c: fix implicit conversion error with clang. fixup r53548.
hsbt
2016-01-16
1
-1
/
+1
*
* remove trailing spaces.
svn
2016-01-16
1
-1
/
+1
*
* string.c, enc/unicode.c: New code path as a preparation for Unicode-wide
duerst
2016-01-16
1
-8
/
+80
*
string.c: made a variable name more grammatically correct
duerst
2016-01-12
1
-18
/
+18
*
string.c: minor grammar fix [ci skip]
duerst
2016-01-12
1
-1
/
+1
*
* remove trailing spaces.
svn
2016-01-12
1
-1
/
+1
*
string.c: Added option parsing/checking for upcase/downcase/
duerst
2016-01-12
1
-36
/
+93
*
Fix rdoc for String#rstrip!, lstrip! [ci skip]
nobu
2015-12-27
1
-2
/
+4
*
* string.c: Fix document. Default value of the first
yui-knk
2015-12-23
1
-3
/
+3
*
string.c: no exception on dummy encoding
nobu
2015-12-22
1
-10
/
+3
*
string.c: infection
nobu
2015-12-17
1
-10
/
+13
*
string.c: radix indicators [ci skip]
nobu
2015-12-15
1
-0
/
+3
*
* enum.c: fix a typo in documentation.
hsbt
2015-12-14
1
-1
/
+1
*
* object.c (rb_inspect): dump inspected result with rb_str_escape()
naruse
2015-12-10
1
-0
/
+64
*
string.c: use rb_id_encoding
nobu
2015-12-08
1
-1
/
+1
*
* string.c (rb_str_init): now accepts new option parameter `encoding'.
usa
2015-12-08
1
-2
/
+19
*
string.c: removed unused variable
duerst
2015-12-08
1
-5
/
+1
*
* string.c: introduce String#+@ and String#-@ to control
ko1
2015-12-07
1
-0
/
+42
*
string.c: should not taint fstring
nobu
2015-12-04
1
-1
/
+3
*
Revert r52872 "string.c: should not taint fstring"
naruse
2015-12-04
1
-3
/
+1
*
string.c: should not taint fstring
nobu
2015-12-03
1
-1
/
+3
*
string.c: adjust argument qualifier
nobu
2015-12-02
1
-1
/
+1
*
string.c: no frozen error at cstr
nobu
2015-12-01
1
-30
/
+47
*
string.c: use predefined IDs for minor bloat reduction
normal
2015-11-07
1
-10
/
+7
*
* encoding.c (rb_enc_check_str): add for performance.
ko1
2015-10-29
1
-2
/
+2
*
RUBY_DTRACE_CREATE_HOOK
nobu
2015-10-29
1
-13
/
+4
*
revert r52336 (commit miss)
ko1
2015-10-29
1
-1
/
+1
[prev]
[next]