aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_m17n_comb.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test: use String#b instead of dup.force_encodingnobu2015-12-141-2/+2
* refix through 52016,52017,52019,52020 [Bug #11486]naruse2015-10-041-1/+2
* test_m17n_comb.rb: messagenobu2015-10-041-1/+1
* add a test for r52016naruse2015-10-041-0/+4
* * test/ruby/test_m17n_comb.rb: test_str_crypt split into strictheadius2015-04-211-17/+32
* string.c: smart chompnobu2015-02-241-1/+14
* string.c: raise at invalid byte sequencenobu2014-07-221-3/+9
* Fix a constant reference.akr2014-05-181-1/+1
* * test/ruby/test_m17n_comb.rb (test_str_crypt): Use Etc.confstr toakr2014-05-181-6/+6
* test_m17n_comb.rb: refine assertionsnobu2014-03-271-5/+6
* test/ruby: better assertionsnobu2013-12-131-69/+69
* * string.c (rb_str_enumerate_lines): make String#each_line andglass2013-09-181-5/+0
* rename a() to b() and define a() for US-ASCIInaruse2013-07-201-49/+50
* * string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse2013-07-201-0/+5
* string.c: wchar succnobu2013-07-201-4/+15
* Get libc's path by ldd [Bug #7828] [ruby-core:52129]naruse2013-02-121-1/+2
* * test/ruby/test_m17n_comb.rb (test_str_crypt): Use RbConfig to getnaruse2012-11-201-1/+1
* fix guards for glibc crypt(3) see #7312naruse2012-11-201-2/+2
* glibc 2.16 or later denies salt contained other than [0-9A-Za-z./] [Bug #7312]naruse2012-11-111-0/+10
* * enc/shift_jis.c (code_to_mbclen): returnnaruse2012-05-201-0/+14
* Add missing assert_warning.naruse2012-03-121-57/+0
* * encoding.c (rb_enc_compatible): change the rule for empty strings:naruse2011-02-151-9/+5
* * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_scan):nobu2011-02-111-1/+1
* move a non-combinational test.akr2010-10-131-3/+0
* * string.c (rb_str_concat): use unsigned int for GB18030.naruse2010-10-121-0/+3
* * parse.y (rb_intern3): prohibit Symbol with an invalid encoding.mame2010-03-161-1/+3
* * ext/socket/extconf.rb: suppress a warning.akr2010-01-261-1/+1
* 300 should be enough for testing cyclic byte succ.naruse2009-11-051-1/+1
* * string.c (chopped_length): get rid of unexpected exception.nobu2009-10-271-9/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/ruby/test_m17n_comb.rb: feature changed in r20626.yugui2008-12-131-3/+7
* revert previous commit.akr2008-10-081-1/+0
* add an assertion.akr2008-10-081-0/+1
* * string.c (rb_str_comparable): string comparison should bematz2008-10-061-3/+1
* * string.c (rb_str_sub_bang): fix coderange.akr2008-10-021-12/+21
* add a test. cf. [ruby-dev:36484].akr2008-09-241-3/+2
* * string.c (rb_str_comparable): make ascii8bit string to bematz2008-09-181-4/+5
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-38/+38
* * string.c ():matz2008-09-161-2/+2
* * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...kazu2008-08-211-1/+1
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-37/+37
* test_str_slice! refactored.akr2008-07-051-3/+5
* * string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz2008-05-071-0/+4
* * prelude.rb (require_relative): move require_relative frommatz2008-04-121-1/+0
* * re.c (rb_reg_regsub): remove too strict encoding check.matz2008-03-031-2/+0
* * test/ruby/allpairs.rb: new file for all pairs method.akr2008-03-011-14/+4
* * test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz2008-02-291-2/+6
* * string.c (rb_str_rpartition): calculation was done in byte indexing.matz2008-02-291-0/+2
* * re.c (rb_reg_prepare_re): add enable_warning parameter.akr2008-02-171-0/+2