ruby/ext/strscan
Jean Boussier bf6c106d54 [ruby/strscan] scan_integer(base: 16) ignore x suffix if not
followed by hexadecimal
(https://github.com/ruby/strscan/pull/141)

Fix: https://github.com/ruby/strscan/issues/140

`0x<EOF>`, `0xZZZ` should be parsed as `0` instead of not matching at
all.

c4e4795ed2
2025-02-21 11:31:36 +09:00
..
lib/strscan Removed trailing spaces 2024-12-02 10:50:34 +09:00
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
extconf.rb Add function rb_reg_onig_match 2023-07-27 13:33:40 -04:00
strscan.c [ruby/strscan] scan_integer(base: 16) ignore x suffix if not 2025-02-21 11:31:36 +09:00
strscan.gemspec StringScanner#scan_integer support base 16 integers (#116) 2024-12-02 10:50:34 +09:00