aboutsummaryrefslogtreecommitdiffstats
path: root/test/strscan
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* strscan.c: encoding in messagesnobu2014-08-031-0/+1
* * test: get rid of warnings.usa2014-03-111-1/+1
* * ext/strscan/strscan.c (strscan_aref): raise error if givennaruse2013-05-241-4/+7
* * ext/strscan/strscan.c (strscan_aref): support named captures.naruse2013-05-211-0/+11
* Added #charpos for multibyte string position.ryan2012-11-281-0/+12
* avoid method redefinition.akr2010-02-141-1/+1
* * ext/strscan/strscan.c (strscan_set_string): set string should not benobu2009-08-261-0/+20
* * ext/strscan/strscan.c (Init_strscan): remove obsoletematz2009-06-171-2/+1
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-2/+2
* * test/stringio/test_stringio.rb: add tests to achieve over 95% testmame2008-06-051-0/+123
* * re.c (rb_reg_prepare_re): made non static with small refactoring.matz2008-05-121-1/+1
* add a test.akr2007-12-281-0/+7
* * ext/strscan/strscan.c (str_new): new function for allocate an stringakr2007-12-281-4/+9
* * test/socket/test_socket.rb: update not to use 1.8 assignment tomatz2007-11-141-29/+10
* * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine2006-07-261-0/+10
* * ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d...aamine2004-03-051-0/+61
* * test/*: should not depend on $KCODE.nahi2004-02-181-16/+28
* introduce some new methodsaamine2003-12-161-7/+86
* * test/strscan/test_stringscanner.rb: require test/unit.aamine2003-09-171-8/+1
* * test/strscan/test_stringscanner.rb: new file.aamine2003-09-171-0/+403