aboutsummaryrefslogtreecommitdiffstats
path: root/ext/strscan/strscan.c
Commit message (Expand)AuthorAgeFilesLines
* [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-141-62/+226
* no ID cache in Init functionsnobu2018-02-161-0/+1
* ext/strscan/strscan.c: [DOC] grammar fixesstomar2017-12-081-4/+4
* strscan.c: add MatchData-like methodsnobu2017-11-291-0/+89
* strscan.c: fix segfault in arefnobu2017-07-211-0/+1
* strscan.c: minlnobu2016-09-281-9/+11
* strscan.c: use S_RESTLENnobu2016-09-281-6/+6
* * re.c: Introduce RREGEXP_PTR.naruse2016-02-021-4/+4
* * ext/**/*.c (*_memsize): same as r52986 for extensions.ko12015-12-091-5/+1
* allocate structs with wrappernobu2015-05-161-2/+2
* 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
* protoize no-arguments functionsnobu2014-09-301-1/+1
* strscan.c: encoding in messagesnobu2014-08-031-10/+6
* ext: get rid of inadvertent ID creationnobu2014-08-031-1/+2
* introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal2014-07-251-2/+1
* * ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.akr2014-05-111-1/+0
* strscan.c: fix typonobu2014-01-141-1/+1
* strscan.c: make string directlynobu2014-01-141-7/+7
* ext: real class namenobu2014-01-131-4/+4
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-121-27/+20
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-1/+2
* Remove unused variablenaruse2013-05-251-1/+1
* * ext/strscan/strscan.c (strscan_aref): raise error if givennaruse2013-05-241-3/+20
* * ext/strscan/strscan.c (strscan_aref): support named captures.naruse2013-05-211-1/+34
* Added #charpos for multibyte string position.ryan2012-11-281-1/+31
* * ext/strscan/strscan.c: use typed data withnobu2011-12-151-20/+34
* * ext/strscan/strscan.c: parenthesize macro arguments.akr2011-03-311-2/+2
* * ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse2011-03-251-2/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-12/+12
* * ext/strscan/strscan.c: fix rdoc. (length -> bytesize)naruse2010-01-261-3/+3
* * ext/strscan/strscan.c (strscan_set_string): set string should not benobu2009-08-261-2/+1
* * ext/strscan/strscan.c (Init_strscan): remove obsoletematz2009-06-171-12/+0
* * ext/strscan/strscan.c (strscan_do_scan): fix usecnt decrement.akr2008-08-311-1/+1
* * ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.matz2008-08-301-0/+14
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fixmame2008-06-031-4/+4
* * ext/strscan/strscan.c (strscan_exist_p): fix document.mame2008-06-031-1/+1
* * re.c (rb_reg_prepare_re): made non static with small refactoring.matz2008-05-121-2/+5
* * ext/strscan/strscan.c (str_new): new function for allocate an stringakr2007-12-281-4/+12
* * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use thenobu2007-09-241-3/+1
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-1/+1
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+4
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * ruby.h (struct RString): embed small strings.matz2006-08-311-6/+6
* * ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee...aamine2006-07-261-1/+4