| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent potential buffer overflow on enclen | Yusuke Endoh | 2022-12-12 | 1 | -1/+1 |
* | Use `roomof` macro for rounding up divisions | Nobuyoshi Nakada | 2022-10-14 | 1 | -4/+3 |
* | Move ruby.h in `#ifdef RUBY` block | Nobuyoshi Nakada | 2022-03-11 | 1 | -2/+1 |
* | [Feature #18249] Include ruby.h in extensions to have ABI version | Peter Zhu | 2022-02-22 | 1 | -0/+2 |
* | initializer paren-string `{("str")}` is a C99ism | shyouhei | 2018-01-02 | 1 | -1/+1 |
* | fix UTF-32 valid_encoding? | nobu | 2017-03-09 | 1 | -0/+3 |
* | Merge Onigmo 6.0.0 | naruse | 2016-12-10 | 1 | -61/+75 |
* | * regenc.h/c, include/ruby/oniguruma.h, enc/ascii.c, big5.c, cp949.c, | duerst | 2016-07-24 | 1 | -7/+2 |
* | * string.c: New static function rb_str_ascii_casemap; special-casing | duerst | 2016-06-08 | 1 | -1/+0 |
* | * regenc.h/c: Rename onigenc_not_support_case_map to | duerst | 2016-06-07 | 1 | -1/+2 |
* | regenc.h/c: Define new function onigenc_not_support_case_map | duerst | 2016-05-22 | 1 | -0/+8 |
* | * configure.in: check function attirbute const and pure, | naruse | 2016-05-08 | 1 | -11/+11 |
* | oniguruma.h: constify | nobu | 2015-08-27 | 1 | -2/+2 |
* | regenc.h: shrink PosixBracketEntryType | nobu | 2014-09-16 | 1 | -3/+3 |
* | * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544 | naruse | 2014-09-15 | 1 | -2/+12 |
* | * regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09. | naruse | 2014-07-16 | 1 | -0/+1 |
* | constify rb_encoding and OnigEncoding | nobu | 2014-06-01 | 1 | -3/+3 |
* | defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} | nobu | 2013-04-05 | 1 | -6/+2 |
* | * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820] | naruse | 2012-02-17 | 1 | -3/+11 |
* | * configure.in (XCFLAGS): use -fvisibility=hidden if possible. | nobu | 2010-07-21 | 1 | -0/+8 |
* | * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2. | matz | 2010-03-01 | 1 | -1/+4 |
* | * regenc.h (PosixBracketEntryType): constified. | nobu | 2009-09-22 | 1 | -1/+2 |
* | * id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h, | nobu | 2008-12-09 | 1 | -1/+1 |
* | * grapheme cluster implementation reverted. [ruby-dev:36375] | akr | 2008-09-18 | 1 | -2/+2 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret | akr | 2008-09-16 | 1 | -2/+2 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for | akr | 2008-09-13 | 1 | -1/+1 |
* | * regparse.c (PINC): use optimized enclen() instead of | matz | 2008-05-19 | 1 | -1/+1 |
* | * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h: | nobu | 2008-01-18 | 1 | -3/+3 |
* | * common.mk (encdb.h): give output file name to make_encdb.rb. | nobu | 2008-01-17 | 1 | -0/+1 |
* | * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding* | naruse | 2008-01-13 | 1 | -2/+2 |
* | * enc/make_encdb.rb: added. search enc/*.c and make encoding database. | naruse | 2008-01-12 | 1 | -0/+4 |
* | * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressed | nobu | 2008-01-08 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged. | matz | 2008-01-03 | 1 | -7/+11 |
* | * regenc.h (onigenc_ascii_is_code_ctype): put back. | akr | 2008-01-03 | 1 | -0/+1 |
* | * include/ruby/encoding.h (rb_isascii): simplified. | akr | 2008-01-03 | 1 | -1/+0 |
* | * regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c. | akr | 2007-12-22 | 1 | -0/+1 |
* | * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb. | nobu | 2007-12-21 | 1 | -3/+3 |
* | * common.mk (enc.mk): depends on rbconfig.rb. | nobu | 2007-12-20 | 1 | -0/+16 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncoding | matz | 2007-10-10 | 1 | -14/+14 |
* | * regenc.c, regenc.h (onigenc_single_byte_mbc_enc_len): should take | usa | 2007-09-07 | 1 | -1/+1 |
* | * regenc.h: check RUBY_EXTERN before including config.h and defines.h | usa | 2007-08-30 | 1 | -0/+2 |
* | * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixes | matz | 2007-07-23 | 1 | -8/+7 |
* | * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined. | usa | 2007-07-03 | 1 | -0/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
* | * oniguruma.h: updated to Oniguruma 5.7.0. | matz | 2007-05-23 | 1 | -31/+63 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -59/+31 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -31/+59 |
* | * oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290] | matz | 2006-02-04 | 1 | -12/+14 |
* | This commit was generated by cvs2svn to compensate for changes in r8021, | ksaito | 2005-02-23 | 1 | -17/+17 |
* | This commit was generated by cvs2svn to compensate for changes in r7843, | ksaito | 2005-01-28 | 1 | -3/+7 |