index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* string.c (rb_str_dump): use MBCLEN_CHARFOUND_P properly.
akr
2009-02-04
1
-2
/
+2
*
* string.c (hash): suppress a warning.
nobu
2009-01-21
1
-0
/
+2
*
* string.c (hash): fixed the tail bytes handling in the aligned
nobu
2009-01-20
1
-4
/
+10
*
* string.c (hash): fixed typo. [ruby-dev:37791]
nobu
2009-01-19
1
-1
/
+1
*
* string.c (hash): defaulted to MurmurHash 2.0.
nobu
2009-01-19
1
-2
/
+2
*
* string.c (hash): added MurmurHash 2.0.
nobu
2009-01-19
1
-54
/
+93
*
* string.c (rb_external_str_new_with_enc): set ASCII-8BIT if
matz
2008-12-23
1
-0
/
+5
*
* string.c (rb_str_upto): should return enumerator if called
matz
2008-12-22
1
-0
/
+1
*
* string.c (rb_str_hash): gets rid of collisions between different
nobu
2008-12-17
1
-1
/
+5
*
* string.c (sym_printable): wrong condition for string iteration.
matz
2008-12-13
1
-4
/
+3
*
* string.c (sym_inspect): quote if symbol contains non-printable
matz
2008-12-13
1
-1
/
+15
*
* string.c (sym_equal): remove documentation error "Otherwise,
matz
2008-12-13
1
-2
/
+1
*
* string.c (rb_string_value_ptr, rb_to_id): do not use a side
nobu
2008-12-12
1
-4
/
+7
*
* string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomas
nobu
2008-12-05
1
-2
/
+2
*
* string.c (sym_to_proc): tabified.
nobu
2008-12-04
1
-8
/
+8
*
* string.c (sym_to_proc): use hidden object.
nobu
2008-12-04
1
-1
/
+1
*
* string.c (sym_to_proc): caches Symbol procs, based on a patch from
nobu
2008-12-04
1
-2
/
+25
*
* include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimized
nobu
2008-11-11
1
-0
/
+2
*
* ext/curses/curses.c: curses encoding should obey locale.
matz
2008-11-07
1
-0
/
+6
*
* string.c (Init_String): remove Symbol#===. [ruby-dev:37026]
matz
2008-11-06
1
-8
/
+0
*
* string.c (rb_str_check_dummy_enc): new function to check dummy
matz
2008-10-29
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
[next]