summaryrefslogtreecommitdiff
path: root/test/ruby/test_m17n_comb.rb
AgeCommit message (Expand)Author
2014-07-22string.c: raise at invalid byte sequencenobu
2014-05-18Fix a constant reference.akr
2014-05-18* test/ruby/test_m17n_comb.rb (test_str_crypt): Use Etc.confstr toakr
2014-03-27test_m17n_comb.rb: refine assertionsnobu
2013-12-13test/ruby: better assertionsnobu
2013-09-18* string.c (rb_str_enumerate_lines): make String#each_line andglass
2013-07-20rename a() to b() and define a() for US-ASCIInaruse
2013-07-20* string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse
2013-07-20string.c: wchar succnobu
2013-02-12Get 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 getnaruse
2012-11-20fix guards for glibc crypt(3) see #7312naruse
2012-11-11glibc 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): returnnaruse
2012-03-12Add 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-13move 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-05300 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-08revert previous commit.akr
2008-10-08add an assertion.akr
2008-10-06* string.c (rb_str_comparable): string comparison should bematz
2008-10-02* string.c (rb_str_sub_bang): fix coderange.akr
2008-09-24add a test. cf. [ruby-dev:36484].akr
2008-09-18* string.c (rb_str_comparable): make ascii8bit string to bematz
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-05test_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 frommatz
2008-03-03* re.c (rb_reg_regsub): remove too strict encoding check.matz
2008-03-01* test/ruby/allpairs.rb: new file for all pairs method.akr
2008-02-29* test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz
2008-02-29* string.c (rb_str_rpartition): calculation was done in byte indexing.matz
2008-02-17* re.c (rb_reg_prepare_re): add enable_warning parameter.akr
2008-01-27* string.c (rb_str_succ): don't increment/decrement codepoint.akr
2008-01-27tests refined.akr
2008-01-26add tests.akr
2008-01-23fix previous change.akr
2008-01-23test refined.akr
2008-01-23add a test.akr
2008-01-06* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr