aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/oniguruma.h
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: check function attirbute const and pure,naruse2016-05-081-4/+2
* * include/ruby/oniguruma.h: Additional flag for characters that are titlecase.duerst2016-03-221-0/+1
* * include/ruby/oniguruma.h, enc/unicode.c: Adjusting flag assignmentsduerst2016-03-141-20/+18
* * remove trailing spaces.svn2016-02-241-1/+1
* * include/ruby/oniguruma.h: Rearranging flag assignments and makingduerst2016-02-241-12/+35
* include/ruby/oniguruma.h: Added flags needed for upcase/downcaseduerst2016-01-111-0/+8
* oniguruma.h: constifynobu2015-08-271-1/+1
* * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544naruse2014-09-151-2/+2
* re_pattern_buffer: shrink from 464 to 448 bytes on 64-bitnormal2014-07-201-2/+4
* * regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09.naruse2014-07-161-5/+9
* constify rb_encoding and OnigEncodingnobu2014-06-011-17/+17
* Revert r41786 "broken utf-8"naruse2013-07-091-6/+3
* broken utf-8naruse2013-07-051-3/+6
* * regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161.naruse2013-07-041-1/+1
* * Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee.naruse2013-04-131-2/+2
* defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu2013-04-051-6/+2
* * Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757fnaruse2013-03-011-1/+1
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-171-29/+61
* * include/ruby/oniguruma.h (ONIGENC_CTYPE_SPECIAL_MASK):naruse2010-10-281-1/+1
* * configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu2010-07-211-0/+8
* * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz2010-03-011-2/+8
* \d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse2009-08-151-0/+8
* Warn duplicated characters in character class of regexp. [ruby-core:24593]naruse2009-08-041-0/+1
* * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu2009-06-301-3/+3
* * id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h,nobu2008-12-091-2/+2
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-181-3/+2
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-161-2/+3
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-131-4/+4
* * include/ruby/oniguruma.h (ONIGENC_STEP_BACK): add end argument.akr2008-09-131-3/+3
* * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr2008-09-131-1/+1
* * include/ruby/oniguruma.hakr2008-09-131-1/+1
* * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr2008-09-131-1/+1
* * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse2008-09-111-1/+1
* * include/ruby/oniguruma.h (OnigEncoding): removed auxiliary_data.nobu2008-07-041-1/+0
* * regexec.c (stack_double): use MatchStackLimitSize atomically.nobu2008-07-011-16/+16
* * include/ruby/oniguruma.h: precise mbclen API redesigned to avoidakr2008-01-271-19/+10
* * encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse2008-01-151-2/+0
* * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse2008-01-131-58/+0
* * encoding.c, Makefile.in, include/ruby/oniguruma.h,naruse2008-01-081-8/+8
* * include/ruby/oniguruma.h (OnigEncodingType): new memberakr2008-01-071-0/+1
* * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz2008-01-031-6/+13
* * regenc.h (onigenc_ascii_is_code_ctype): put back.akr2008-01-031-2/+0
* * include/ruby/encoding.h (rb_isascii): simplified.akr2008-01-031-0/+2
* * include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE):akr2007-12-111-1/+1
* * encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr2007-12-061-2/+27
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz2007-10-101-24/+25
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-4/+4
* * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz2007-07-231-1/+1
* * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined.usa2007-07-031-0/+4
* * include/ruby: moved public headers.nobu2007-06-101-0/+816