summaryrefslogtreecommitdiff
path: root/ext/strscan/strscan.c
AgeCommit message (Expand)Author
2016-02-02* re.c: Introduce RREGEXP_PTR.naruse
2015-12-09* ext/**/*.c (*_memsize): same as r52986 for extensions.ko1
2015-05-16allocate structs with wrappernobu
2014-12-01re.c: rb_reg_region_copynobu
2014-12-01strscan.c: fix conditionnobu
2014-12-01re.c: check if onig_region_copy failednobu
2014-12-01use 0 for reservednobu
2014-09-30protoize no-arguments functionsnobu
2014-08-03strscan.c: encoding in messagesnobu
2014-08-03ext: get rid of inadvertent ID creationnobu
2014-07-25introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal
2014-05-11* ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.akr
2014-01-14strscan.c: fix typonobu
2014-01-14strscan.c: make string directlynobu
2014-01-13ext: real class namenobu
2014-01-12ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-05-25Remove unused variablenaruse
2013-05-24* ext/strscan/strscan.c (strscan_aref): raise error if givennaruse
2013-05-21* ext/strscan/strscan.c (strscan_aref): support named captures.naruse
2012-11-28Added #charpos for multibyte string position.ryan
2011-12-15* ext/strscan/strscan.c: use typed data withnobu
2011-03-31* ext/strscan/strscan.c: parenthesize macro arguments.akr
2011-03-25* ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-01-26* ext/strscan/strscan.c: fix rdoc. (length -> bytesize)naruse
2009-08-26* ext/strscan/strscan.c (strscan_set_string): set string should not benobu
2009-06-17* ext/strscan/strscan.c (Init_strscan): remove obsoletematz
2008-08-31* ext/strscan/strscan.c (strscan_do_scan): fix usecnt decrement.akr
2008-08-30* ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.matz
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-03* ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fixmame
2008-06-03* ext/strscan/strscan.c (strscan_exist_p): fix document.mame
2008-05-12* re.c (rb_reg_prepare_re): made non static with small refactoring.matz
2007-12-28* ext/strscan/strscan.c (str_new): new function for allocate an stringakr
2007-09-24* ext/strscan/strscan.c (strscan_initialize, strscan_getch): use thenobu
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-06-10* include/ruby: moved public headers.nobu
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-07-26* ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee...aamine
2006-07-26* ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-10-06* ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]...aamine
2005-09-24* ext/strscan/strscan.c: document enhancement.aamine
2005-03-04* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-02-28strscan.c: use new Oniguruma API.kosako
2005-02-26remove oniggnu.h (GNU regex API).kosako