aboutsummaryrefslogtreecommitdiffstats
path: root/ext/strscan
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-131-2/+7
* Added #charpos for multibyte string position.ryan2012-11-281-1/+31
* * ext/strscan/strscan.c: use typed data withnobu2011-12-152-20/+35
* * 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
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-4/+0
* * 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