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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
strscan
/
strscan.c
Age
Commit message (
Expand
)
Author
2023-02-21
[ruby/strscan] Bump version
Sutou Kouhei
2023-02-21
[ruby/strscan] Mention return value of `rest?` in the doc
OKURA Masafumi
2022-12-26
[ruby/strscan] Bump version
Sutou Kouhei
2022-12-09
Merge strscan-3.0.5
Hiroshi SHIBATA
2021-10-24
[ruby/strscan] Bump version
Sutou Kouhei
2021-05-06
[ruby/strscan] Replace "iff" with "if and only if" (#18)
Gannon McGibbon
2021-05-06
[ruby/strscan] Fix segmentation fault of `StringScanner#charpos` when `String...
Kenichi Kamiya
2021-02-10
Update class documentation for StringScanner
Jeremy Evans
2020-12-18
[strscan] Fix license comment and files
Kenta Murata
2020-12-18
[strscan] Version 3.0.0
Kenta Murata
2020-12-18
[strscan] Make strscan Ractor safe (#17)
Kenta Murata
2020-10-02
mark regex internal to string scanner
Aaron Patterson
2020-09-02
Document that StringScanner#matched_size returns size in bytes [ci skip]
Jeremy Evans
2020-08-31
[ruby/strscan] Bump version
Sutou Kouhei
2020-08-31
[ruby/strscan] Replaced examples using $KCODE with encodings
Nobuyoshi Nakada
2020-04-08
Suppress -Wshorten-64-to-32 warnings
Nobuyoshi Nakada
2019-11-18
[ruby/strscan] Remove taint support
Jeremy Evans
2019-10-14
Fixed overflow at onig_region_set
Nobuyoshi Nakada
2019-10-14
Import StringScanner 1.0.3 (#2553)
Sutou Kouhei
2018-02-16
no ID cache in Init functions
nobu
2017-12-08
ext/strscan/strscan.c: [DOC] grammar fixes
stomar
2017-11-29
strscan.c: add MatchData-like methods
nobu
2017-07-21
strscan.c: fix segfault in aref
nobu
2016-09-28
strscan.c: minl
nobu
2016-09-28
strscan.c: use S_RESTLEN
nobu
2016-02-02
* re.c: Introduce RREGEXP_PTR.
naruse
2015-12-09
* ext/**/*.c (*_memsize): same as r52986 for extensions.
ko1
2015-05-16
allocate structs with wrapper
nobu
2014-12-01
re.c: rb_reg_region_copy
nobu
2014-12-01
strscan.c: fix condition
nobu
2014-12-01
re.c: check if onig_region_copy failed
nobu
2014-12-01
use 0 for reserved
nobu
2014-09-30
protoize no-arguments functions
nobu
2014-08-03
strscan.c: encoding in messages
nobu
2014-08-03
ext: get rid of inadvertent ID creation
nobu
2014-07-25
introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use
normal
2014-05-11
* ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.
akr
2014-01-14
strscan.c: fix typo
nobu
2014-01-14
strscan.c: make string directly
nobu
2014-01-13
ext: real class name
nobu
2014-01-12
ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE
nobu
2013-10-29
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-05-25
Remove unused variable
naruse
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
2011-12-15
* ext/strscan/strscan.c: use typed data with
nobu
2011-03-31
* ext/strscan/strscan.c: parenthesize macro arguments.
akr
2011-03-25
* ext/sdbm/_sdbm.c (sdbm_open): use size_t.
naruse
2010-04-22
* ext/**/*.[ch]: removed trailing spaces.
nobu
[next]