aboutsummaryrefslogtreecommitdiffstats
path: root/ext/strscan
Commit message (Expand)AuthorAgeFilesLines
* [strscan] Fix license comment and filesKenta Murata2020-12-181-2/+2
* [strscan] Version 3.0.0Kenta Murata2020-12-182-2/+13
* [strscan] Make strscan Ractor safe (#17)Kenta Murata2020-12-182-0/+5
* mark regex internal to string scannerAaron Patterson2020-10-021-1/+3
* Document that StringScanner#matched_size returns size in bytes [ci skip]Jeremy Evans2020-09-021-2/+3
* [ruby/strscan] Bump versionSutou Kouhei2020-08-312-2/+2
* [ruby/strscan] Replaced examples using $KCODE with encodingsNobuyoshi Nakada2020-08-311-7/+5
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-141/+141
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-141/+141
* Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada2020-04-081-3/+3
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+153
* Update dependenciesNobuyoshi Nakada2019-11-181-2/+0
* [ruby/strscan] Remove taint supportJeremy Evans2019-11-181-16/+8
* Fixed overflow at onig_region_setNobuyoshi Nakada2019-10-141-3/+7
* Import StringScanner 1.0.3 (#2553)Sutou Kouhei2019-10-143-67/+233
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Removed needless date attribute from gemspec of default gems.hsbt2018-08-071-1/+0
* no ID cache in Init functionsnobu2018-02-161-0/+1
* Update version of strscan to 1.0.0.hsbt2017-12-191-4/+4
* ext/strscan/strscan.c: [DOC] grammar fixesstomar2017-12-081-4/+4
* strscan.c: add MatchData-like methodsnobu2017-11-291-0/+89
* To use github url for gemspec.hsbt2017-09-151-1/+1
* Update gemspec for gem released versions.hsbt2017-09-141-1/+3
* strscan.c: fix segfault in arefnobu2017-07-211-0/+1
* Make string literal to frozen object on gemspec of defulte gems.hsbt2017-06-191-0/+1
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+1
* Added initial gemspec for StringScanner class.hsbt2017-02-071-0/+17
* {ext,test}/strscan: Specify frozen_string_literal: true.kazu2017-02-061-1/+1
* strscan.c: minlnobu2016-09-281-9/+11
* strscan.c: use S_RESTLENnobu2016-09-281-6/+6
* Update dependencies.akr2016-04-111-0/+1
* * re.c: Introduce RREGEXP_PTR.naruse2016-02-021-4/+4
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/**/*.c (*_memsize): same as r52986 for extensions.ko12015-12-091-5/+1
* allocate structs with wrappernobu2015-05-161-2/+2
* Update dependencies.akr2014-12-191-1/+1
* re.c: rb_reg_region_copynobu2014-12-011-2/+3
* strscan.c: fix conditionnobu2014-12-011-1/+1
* re.c: check if onig_region_copy failednobu2014-12-011-0/+1
* use 0 for reservednobu2014-12-011-1/+1
* Update dependency.akr2014-11-211-3/+5
* Mark auogenerated part.akr2014-11-151-0/+2
* * common.mk: Remove comments in Dependency lines.akr2014-11-151-13/+13
* * tool/update-deps: Extend to fix dependencies.akr2014-11-151-7/+13
* protoize no-arguments functionsnobu2014-09-301-1/+1
* strscan.c: encoding in messagesnobu2014-08-031-10/+6