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
/
strscan
Age
Commit message (
Expand
)
Author
6 days
[ruby/strscan] named_captures: fix incompatibility with
Sutou Kouhei
2025-02-25
[ruby/strscan] Enable tests passing on TruffleRuby
Andrii Konchyn
2025-02-25
[ruby/strscan] Fix a bug that inconsistency of IndexError vs nil for
NAITOH Jun
2025-02-25
[ruby/strscan] Fix a bug that scanning methods that don't use Regexp
NAITOH Jun
2025-02-21
[ruby/strscan] `scan_integer(base: 16)` ignore x suffix if not
Jean Boussier
2025-02-17
[ruby/strscan] Fix a bug that scan_until behaves differently with
NAITOH Jun
2025-02-14
[ruby/strscan] Fix a bug that scan_integer doesn't update matched
Jean Boussier
2024-12-02
[ruby/strscan] test: don't omit "(...)" for method calls that have at least o...
Sutou Kouhei
2024-12-02
StringScanner#scan_integer support base 16 integers (#116)
Jean Boussier
2024-12-02
[ruby/strscan] Prevent a warning "ambiguous first argument" during a
Yusuke Endoh
2024-11-27
[ruby/strscan] Implement #scan_integer to efficiently parse Integer
Jean Boussier
2024-10-26
[ruby/strscan] [JRuby] Optimize `scan()`: Remove duplicate `if
NAITOH Jun
2024-09-17
[ruby/strscan] Accept String as a pattern at non head
NAITOH Jun
2024-03-27
[ruby/strscan] Omit tests for `#scan_byte` and `#peek_byte` on
Andrii Konchyn
2024-02-26
[ruby/strscan] Add a method for peeking and reading bytes as
Aaron Patterson
2024-02-08
[ruby/strscan] Don't add begin to length for new string slice
Charles Oliver Nutter
2024-01-19
[ruby/strscan] Add test to check encoding for empty string
NAITOH Jun
2024-01-14
[ruby/strscan] StringScanner#captures: Return nil not "" for
NAITOH Jun
2023-07-27
[ruby/strscan] Sync missed commit
Peter Zhu
2023-02-21
[ruby/strscan] Mask out this test on JRuby/Windows
Charles Oliver Nutter
2023-02-21
[ruby/strscan] test: Run test more with fixed anchor mode
Sutou Kouhei
2023-02-21
[ruby/strscan] Add test case to `test_string`
OKURA Masafumi
2022-12-09
Merge strscan-3.0.5
Hiroshi SHIBATA
2021-05-06
[ruby/strscan] Fix segmentation fault of `StringScanner#charpos` when `String...
Kenichi Kamiya
2021-05-06
Import from https://github.com/ruby/strscan/pull/19
Hiroshi SHIBATA
2020-12-18
[strscan] Make strscan Ractor safe (#17)
Kenta Murata
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-10-14
Import StringScanner 1.0.3 (#2553)
Sutou Kouhei
2017-11-29
strscan.c: add MatchData-like methods
nobu
2017-07-21
strscan.c: fix segfault in aref
nobu
2017-02-06
{ext,test}/strscan: Specify frozen_string_literal: true.
kazu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-08-03
strscan.c: encoding in messages
nobu
2014-03-11
* test: get rid of warnings.
usa
2013-05-24
* ext/strscan/strscan.c (strscan_aref): raise error if given
naruse
2013-05-21
* ext/strscan/strscan.c (strscan_aref): support named captures.
naruse
2012-11-28
Added #charpos for multibyte string position.
ryan
2010-02-14
avoid method redefinition.
akr
2009-08-26
* ext/strscan/strscan.c (strscan_set_string): set string should not be
nobu
2009-06-17
* ext/strscan/strscan.c (Init_strscan): remove obsolete
matz
2008-09-24
* test: assert_raises has been deprecated since a long time ago.
nobu
2008-06-05
* test/stringio/test_stringio.rb: add tests to achieve over 95% test
mame
2008-05-12
* re.c (rb_reg_prepare_re): made non static with small refactoring.
matz
2007-12-28
add a test.
akr
2007-12-28
* ext/strscan/strscan.c (str_new): new function for allocate an string
akr
2007-11-14
* test/socket/test_socket.rb: update not to use 1.8 assignment to
matz
2006-07-26
* ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...
aamine
2004-03-05
* ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d...
aamine
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2003-12-16
introduce some new methods
aamine
[next]