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
/
test
/
ruby
/
test_m17n_comb.rb
Age
Commit message (
Expand
)
Author
2021-01-24
Add test for String#casecmp?
NARUSE, Yui
2020-01-24
reroute musl unistd.h weirdness
卜部昌平
2019-06-01
Update String#crypt tests to work on OpenBSD
Jeremy Evans
2016-06-02
* string.c: Raise ArgumentError when invalid string is detected in
duerst
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-14
test: use String#b instead of dup.force_encoding
nobu
2015-10-04
refix through 52016,52017,52019,52020 [Bug #11486]
naruse
2015-10-04
test_m17n_comb.rb: message
nobu
2015-10-04
add a test for r52016
naruse
2015-04-21
* test/ruby/test_m17n_comb.rb: test_str_crypt split into strict
headius
2015-02-24
string.c: smart chomp
nobu
2014-07-22
string.c: raise at invalid byte sequence
nobu
2014-05-18
Fix a constant reference.
akr
2014-05-18
* test/ruby/test_m17n_comb.rb (test_str_crypt): Use Etc.confstr to
akr
2014-03-27
test_m17n_comb.rb: refine assertions
nobu
2013-12-13
test/ruby: better assertions
nobu
2013-09-18
* string.c (rb_str_enumerate_lines): make String#each_line and
glass
2013-07-20
rename a() to b() and define a() for US-ASCII
naruse
2013-07-20
* string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.
naruse
2013-07-20
string.c: wchar succ
nobu
2013-02-12
Get libc's path by ldd [Bug #7828] [ruby-core:52129]
naruse
2012-11-20
* test/ruby/test_m17n_comb.rb (test_str_crypt): Use RbConfig to get
naruse
2012-11-20
fix guards for glibc crypt(3) see #7312
naruse
2012-11-11
glibc 2.16 or later denies salt contained other than [0-9A-Za-z./] [Bug #7312]
naruse
2012-05-20
* enc/shift_jis.c (code_to_mbclen): return
naruse
2012-03-12
Add missing assert_warning.
naruse
2011-02-15
* encoding.c (rb_enc_compatible): change the rule for empty strings:
naruse
2011-02-11
* test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_scan):
nobu
2010-10-13
move a non-combinational test.
akr
2010-10-12
* string.c (rb_str_concat): use unsigned int for GB18030.
naruse
2010-03-16
* parse.y (rb_intern3): prohibit Symbol with an invalid encoding.
mame
2010-01-26
* ext/socket/extconf.rb: suppress a warning.
akr
2009-11-05
300 should be enough for testing cyclic byte succ.
naruse
2009-10-27
* string.c (chopped_length): get rid of unexpected exception.
nobu
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-12-13
* test/ruby/test_m17n_comb.rb: feature changed in r20626.
yugui
2008-10-08
revert previous commit.
akr
2008-10-08
add an assertion.
akr
2008-10-06
* string.c (rb_str_comparable): string comparison should be
matz
2008-10-02
* string.c (rb_str_sub_bang): fix coderange.
akr
2008-09-24
add a test. cf. [ruby-dev:36484].
akr
2008-09-18
* string.c (rb_str_comparable): make ascii8bit string to be
matz
2008-09-18
* transcode.c: add "Error" suffix for Encoding exception classes.
matz
2008-09-16
* string.c ():
matz
2008-08-21
* test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...
kazu
2008-08-12
* error.c (rb_eEncCompatError): add Exception.
naruse
2008-07-05
test_str_slice! refactored.
akr
2008-05-07
* string.c (tr_trans): should squeeze properly. [ruby-dev:34587]
matz
2008-04-12
* prelude.rb (require_relative): move require_relative from
matz
2008-03-03
* re.c (rb_reg_regsub): remove too strict encoding check.
matz
[next]