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
*
merges r20952 from trunk into ruby_1_9_1.
yugui
2008-12-26
1
-0
/
+5
*
merges r20906 from trunk into ruby_1_9_1.
yugui
2008-12-25
1
-0
/
+1
*
merges r20804 from trunk into ruby_1_9_1.
yugui
2008-12-17
1
-1
/
+5
*
merges r20723 and r20724 from trunk into ruby_1_9_1.
yugui
2008-12-16
1
-1
/
+14
*
merges r20722 from trunk into ruby_1_9_1.
yugui
2008-12-16
1
-2
/
+1
*
merges r20651 from trunk into ruby_1_9_1.
yugui
2008-12-13
1
-4
/
+7
*
merges r20534 from trunk into ruby_1_9_1.
yugui
2008-12-05
1
-2
/
+2
*
merges r20224 from trunk into ruby_1_9_1
yugui
2008-11-18
1
-0
/
+2
*
merges r20145 from trunk into ruby_1_9_1.
yugui
2008-11-11
1
-0
/
+6
*
merges r20125 from trunk into ruby_1_9_1.
yugui
2008-11-11
1
-8
/
+0
*
merges r20046 from trunk into ruby_1_9_1.
yugui
2008-10-30
1
-3
/
+14
*
* string.c (rb_str_cmp): fix condition which always returned true
mame
2008-10-29
1
-1
/
+1
*
* string.c (rb_str_dump): should have removed commented out
matz
2008-10-24
1
-1
/
+0
*
* string.c (rb_str_dump): do not use C++ comment.
shyouhei
2008-10-24
1
-1
/
+1
*
* string.c (rb_str_dump): use \u{ff} escape for UTF-8 encoding
matz
2008-10-23
1
-9
/
+33
*
* string.c (rb_str_conv_enc_opts): new function to convert with
matz
2008-10-22
1
-2
/
+8
*
* string.c (rb_external_str_new_with_enc): no implicit strlen call.
matz
2008-10-22
1
-1
/
+12
*
* string.c (rb_external_str_new_with_enc): wrong condition to
matz
2008-10-21
1
-2
/
+3
*
* ext/zlib/zlib.c: remove obsolete prototype macros.
matz
2008-10-21
1
-6
/
+11
*
* include/ruby/ruby.h (ExportStringValue): new macro to convert
matz
2008-10-20
1
-38
/
+59
*
* string.c (rb_locale_str_new): new function to convert string
matz
2008-10-20
1
-0
/
+6
*
* string.c (rb_external_str_new): a new function to convert from
matz
2008-10-18
1
-0
/
+54
*
* .gdbinit (rp): REGEXP handling fixed.
matz
2008-10-16
1
-1
/
+1
*
* string.c (rb_str_comparable): string comparison should be
matz
2008-10-06
1
-3
/
+0
*
* string.c (rb_str_sub_bang): fix coderange.
akr
2008-10-02
1
-1
/
+5
*
* string.c (rb_str_split_m): should use rb_str_subseq() which use
matz
2008-09-30
1
-2
/
+2
*
* string.c (rb_str_subseq): don't use rb_str_drop_bytes for short
akr
2008-09-29
1
-2
/
+3
*
* string.c (rb_str_subseq): use rb_str_drop_bytes if possible.
akr
2008-09-29
1
-1
/
+9
*
* string.c (str_new): sets empty string to coderange 7bit.
nobu
2008-09-28
1
-0
/
+3
*
* string.c (rb_str_rstrip_bang): raise exception when the encoding of
usa
2008-09-24
1
-2
/
+6
*
* string.c (rb_str_strip_bang): workaround for VC++8 x64.
usa
2008-09-24
1
-1
/
+1
*
* string.c (rb_str_rstrip_bang): removing mixed spaces and nuls at
matz
2008-09-24
1
-5
/
+2
*
* string.c (rb_str_casecmp): make the ordering consistent with
akr
2008-09-23
1
-16
/
+26
*
* string.c (rb_str_comparable): make ascii8bit string to be
matz
2008-09-18
1
-1
/
+4
*
* grapheme cluster implementation reverted. [ruby-dev:36375]
akr
2008-09-18
1
-50
/
+112
*
* string.c (rb_str_casecmp): don't use rb_enc_codepoint.
akr
2008-09-17
1
-15
/
+38
*
* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret
akr
2008-09-16
1
-97
/
+12
*
* string.c (rb_str_concat): fix rdoc. (codepoint is integer)
naruse
2008-09-16
1
-5
/
+5
*
* string.c (rb_str_crypt): orthodox crypt() sees only first two bytes
nobu
2008-09-16
1
-16
/
+13
*
* string.c (rb_str_each_codepoint): add new methods, #codepoints
matz
2008-09-16
1
-0
/
+55
*
* string.c ():
matz
2008-09-16
1
-121
/
+243
*
* string.c (rb_str_buf_cat_ascii): codepoint is unsigned int.
naruse
2008-09-15
1
-5
/
+5
*
* string.c (rb_str_squeeze_bang): specialized for 7bit characters in
matz
2008-09-15
1
-30
/
+93
*
* encoding.c (RUBY_MAX_CHAR_LEN): defined.
naruse
2008-09-15
1
-1
/
+2
*
* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for
akr
2008-09-13
1
-7
/
+8
*
* include/ruby/oniguruma.h (onigenc_get_prev_char_head): add end
akr
2008-09-13
1
-6
/
+6
*
* include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): add
akr
2008-09-13
1
-2
/
+3
*
* include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.
naruse
2008-09-11
1
-51
/
+54
*
* configure.in: Mac OS X's crypt(2) is broken with invalid salt.
kazu
2008-09-07
1
-0
/
+15
*
* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.
matz
2008-09-05
1
-1
/
+1
[next]