aboutsummaryrefslogtreecommitdiffstats
path: root/ext/strscan
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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-102-4/+3
* * ruby.h (struct RString): embed small strings.matz2006-08-311-6/+6
* add regint.h and oniguruma.h to dependencekosako2006-08-251-1/+2
* * ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee...aamine2006-07-261-1/+4
* * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine2006-07-261-7/+0
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-104/+49
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-8/+4
* * ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]...aamine2005-10-061-1/+0
* * ext/strscan/strscan.c: document enhancement.aamine2005-09-241-50/+34
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu2005-03-041-9/+21
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+2
* strscan.c: use new Oniguruma API.kosako2005-02-281-10/+3
* remove oniggnu.h (GNU regex API).kosako2005-02-261-4/+4
* remove GNU regex APIkosako2005-02-171-10/+8
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-4/+0
* * ext/strscan/strscan.c (strscan_init_copy): struct re_registers mustnobu2004-03-061-1/+7
* * ext/strscan/depend: depends on re.h and regex.h.nobu2004-03-062-7/+2
* * ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d...aamine2004-03-051-0/+35
* * ext/strscan/strscan.c: improved documentationgsinclair2004-02-191-30/+35
* * ext/strscan/strscan.c: StringScanner#restsize is obsolete; use #rest_size i...aamine2004-02-181-3/+27