Lines Matching refs:bug
11 2013/10/21: [bug] fixes an issue on Windows x64. (thanks Anatoliy Belsky)
25 2012/10/15: fix print_tree ENCLOSE_OPTION bug. (thanks Suraj N. Kurapati)
29 2010/01/05: [bug] fix utf16be_code_to_mbc() and utf16le_code_to_mbc().
30 2008/09/16: [bug] fix memory leaks in parse_exp().
31 2008/08/01: [bug] fix memory leaks.
32 2008/06/17: [bug] invalid type of argument was used
34 2008/06/16: [bug] invalid CaseFoldMap entry in ISO-8859-5. 0xdf -> 0xde
41 2008/01/30: [bug] (thanks akr)
43 2008/01/23: [bug] update enc/koi8.c.
48 2007/11/28: [bug] (thanks Andy Armstrong)
50 2007/11/12: [bug] utf8 mbc length of code 0xfe, 0xff are not 1,
59 2007/09/03: [bug] xxx_code_to_mbclen() should return
67 2007/08/03: [bug] fix the case of undefined USE_NAMED_GROUP.
76 2007/07/13: [bug] add check into onig_reduce_nested_quantifier().
82 2007/06/18: [bug] (thanks KUBO Takehiro)
85 2007/06/18: [bug] initialization miss.
100 2007/05/30: [bug] should check USE_CRNL_AS_LINE_TERMINATOR case
113 2007/04/12: [bug] must not use UChar in oniguruma.h.
125 2007/03/06: [bug] add #include <malloc.h> for bcc32.
127 2007/03/02: [bug] invalid optimization for semi-end-buf in onig_search().
148 2006/12/05: [bug] should add unfold-1 codes from folded code into
165 2006/11/24: [bug] should call callback for to[j] <-> to[k] in
172 2006/11/21: [bug] invalid array access.
185 2006/11/10: [bug] 0x24, 0x2b, 0x3c, 0x3d, 0x3e, 0x5e, 0x60, 0x7c, 0x7e
194 2006/11/07: [bug] get_case_fold_codes_by_str() should handle 'Ss' and 'sS'
199 2006/11/07: [bug] (thanks Byte)
209 2006/10/30: [bug] (thanks Wolfgang Nadasi-Donner)
224 2006/10/23: [bug] should fold string in expand_case_fold_string().
225 2006/10/23: [bug] (thanks Km)
229 2006/10/23: [bug] (thanks K.Takata)
234 2006/10/23: [bug] (thanks K.Takata)
241 2006/10/18: [bug] ONIGENC_GET_CASE_FOLD_CODES_MAX_NUM should be 13.
247 2006/10/18: [bug] return duplicated code in
265 2006/10/16: [bug] unfold expand for 1->2, 1->3 folding in
268 2006/10/16: [bug] (thanks Akinori Musha)
273 2006/10/10: [bug] should call onig_st_free_table() in
329 2006/09/15: [bug] (thanks Allan Odgaard)
342 2006/09/08: [bug] (thanks K.Takata)
376 2006/08/17: [bug] should check scan_env.num_call > 0 for backrefed pattern
386 2006/08/15: [bug] OP_REPEAT_INC process in match_at().
403 2006/08/03: [bug] (thanks Hiroyuki Yamamoto)
405 2006/08/02: [bug] combination of \G in look-ahead/look-behind and other
414 2006/07/31: [bug] (thanks Kimura Minoru)
417 2006/07/31: [bug] (thanks Kimura Minoru)
447 2006/05/22: [bug] (thanks NARUSE, Yui)
468 2006/05/11: [bug] (thanks Yuji Kaneda)
475 2006/05/08: [bug] (thanks Allan Odgaard)
501 2006/02/07: [bug] memory leaks in onig_free_shared_cclass_table().
522 2006/01/24: [bug] (thanks KIMURA Koichi)
538 2005/11/21: [bug] (thanks Allan Odgaard)
544 2005/11/20: [bug] (thanks MATSUMOTO Satoshi) (thanks Isao Sonobe)
555 2005/11/15: [bug] (thanks Allan Odgaard)
578 2005/08/22: [bug] (thanks nobu, matz) [ruby-dev:26840]
579 UTF-8 0xFE, 0xFF handling bug in code_is_in_cclass_node().
588 2005/08/09: [bug] (thanks Allan Odgaard)
605 2005/07/11: [bug] (thanks nobu) [ruby-dev:26505]
619 2005/06/30: [bug] invalid ctype check for multibyte encodings.
623 2005/06/30: [bug] invalid conversion from code point to mbc in
630 2005/06/27: [bug] (thanks Wolfgang Nadasi-Donner)
645 2005/05/30: [bug] (thanks Allan Odgaard)
691 2005/03/05: [bug] ANCHOR_ANYCHAR_STAR didn't work in onig_search().
694 2005/03/01: [bug] (thanks matz) [ruby-dev:25778]
714 2005/02/12: [bug] (thanks nobu) [ruby-dev:25676]
725 2005/02/01: [bug] add key_free() call to st_free_table().
744 2005/01/19: [bug] (thanks Isao Sonobe)
757 2005/01/13: [bug] ignore case match bug.
760 2005/01/13: [bug] (thanks Isao Sonobe)
761 ignore case match bug.
769 2005/01/05: [bug] (thanks Isao Sonobe)
770 ignore case match bug.
773 2005/01/05: [bug] (thanks Isao Sonobe)
783 2004/12/15: [bug] (thanks matz)
839 2004/11/22: [bug] (thanks MIYAMUKO Katsuyuki)
843 2004/11/19: [bug] (thanks Yoshida Masato)
846 2004/11/19: [bug] (thanks Yoshida Masato)
852 2004/11/17: [bug] (thanks nobu)
864 2004/11/11: [bug] fix enc/utf8.c.
868 2004/11/09: [bug] (thanks UK-taniyama)
894 2004/10/30: [bug] (thanks Guy Decoux)
895 reluctant infinite repeat bug.
904 2004/10/18: [bug] (thanks Imai Yasumasa)
907 2004/09/25: [bug] fix OP_SEMI_END_BUF process in match_at() for
915 2004/09/17: [bug] (thanks Isao Sonobe)
925 2004/09/04: [bug] (thanks Bob Kerstetter and Richard Koch)
930 2004/09/04: [bug] fix ONIGENC_AMBIGUOUS_MATCH_COMPOUND/ASCII/NONASCII
933 2004/08/28: [bug] fix ONIGENC_AMBIGUOUS_MATCH_COMPOUND/ASCII/NONASCII
943 2004/08/24: [bug] (thanks starfish)
951 2004/08/21: [bug] (thanks Isao Sonobe) (thanks kage)
959 2004/07/24: [bug] fix warnings for regexec.c. (gcc 2.91.66)
962 2004/07/20: [bug] (thanks Isao Sonobe)
966 2004/07/20: [bug] (thanks Isao Sonobe)
975 2004/07/01: [bug] (thanks Isao Sonobe)
988 2004/06/25: [bug] (thanks Isao Sonobe)
999 2004/06/24: [bug] (thanks Isao Sonobe)
1010 2004/06/17: [bug] (thanks nobu) [ruby-dev:23703]
1018 2004/06/14: [bug] (thanks Greg A. Woods)
1047 2004/05/25: [bug] (thanks Masahiro Sakai) [ruby-dev:23560]
1067 2004/05/19: [bug] (thanks Simon Strandgaard)
1072 2004/05/19: [bug] (thanks Simon Strandgaard)
1105 2004/04/26: [bug] add error check to re.c.181.patch and re.c.168.patch.
1114 2004/04/14: [bug] (thanks Isao Sonobe)
1121 2004/04/09: [bug] (thanks HIROSE Masaaki) fix onig_version().
1149 2004/03/08: [bug] (thanks eban) [ruby-dev:23172]
1165 2004/03/02: [bug] (thanks Isao Sonobe)
1167 is used. (OP_MEMORY_END_PUSH_REC bug)
1182 2004/02/26: [bug] [bugs.php.net:#26677] (thanks behrens)
1190 2004/02/24: [bug] undefined IS_BLANK() and IS_GRAPH() was used in
1193 2004/02/24: [bug] should not fold match for 0xdf in iso8859_6.c.
1197 2004/02/20: [bug] fix iso_8859_4_mbc_is_case_ambig().
1199 2004/02/19: [bug] correct ctype tables for ISO-8859-3, ISO-8859-4,
1201 2004/02/18: [bug] wrong replaced name OnigSyntaxGnuOnigex.
1210 2004/02/13: [bug] (thanks Simon Strandgaard)
1214 2004/02/12: [bug] (thanks Simon Strandgaard)
1217 2004/02/12: [bug] (thanks Simon Strandgaard)
1219 2004/02/12: [bug] (thanks Simon Strandgaard)
1225 2004/02/03: [bug] oniggnu.h was not installed by 'make install'.
1237 2004/01/30: [bug] ISO-8859-7 0xb7 (middle dot) is Punct type.
1246 2004/01/26: [bug] EncISO_8859_{1,15}_CtypeTable[256] was wrong.
1251 2004/01/22: [bug] definition of GET_ALIGNMENT_PAD_SIZE() and
1292 2003/12/24: [bug] (thanks H.Miyamoto) /[\W]/ was wrong in 1.9.5.
1313 2003/12/15: [bug] unexpected infinite loop in regex_snprintf_with_pattern().
1352 2003/11/18: [bug] (thanks Masaru Tsuda)
1354 2003/11/18: [bug] (thanks Masaru Tsuda)
1356 2003/11/17: [bug] memory leak in parse_char_class().
1357 2003/11/17: [bug] (thanks Masaru Tsuda)
1386 2003/10/03: [bug] (thanks nobu) [ruby-dev:21472]
1397 2003/09/16: [bug] (thanks Guy Decoux)
1404 2003/09/11: [bug] change to IS_SYNTAX_OP2 at REG_SYN_OP2_ESC_GNU_BUF_ANCHOR.
1450 2003/08/26: [bug] (thanks Guy Decoux)
1466 2003/08/18: [bug] REG_MBLEN_TABLE[SJIS][0xFD-0xFF] should be 1.
1467 2003/08/18: [bug] (thanks nobu) mbctab_sjis[0x80] should be 0.
1468 2003/08/18: [bug] (thanks nobu)
1472 2003/08/18: [bug] should update BitSet in the case inc_n >= 0
1474 2003/08/13: [bug] change re.c.180.patch for fix rb_reg_to_s() in re.c.
1475 2003/08/11: [bug] should clear region->list in regex_region_resize().
1488 2003/08/06: [bug] OP_MEMORY_END_PUSH_REC case in match_at().
1508 2003/07/14: [bug] add fetch_name() for USE_NAMED_SUBEXP off case.
1522 2003/07/07: [bug] (thanks nobu) REG_MBLEN_TABLE[SJIS][0x80] should be 1.
1532 2003/07/04: [bug] conflict values on REG_SYN_WARN_FOR_CC_OP_NOT_ESCAPEED and
1557 2003/06/24: [bug] should invert REG_OPTION_SINGLELINE flag
1567 2003/06/18: [bug] return wrong result UTF-8 case in regex_mb2wc().
1576 2003/06/13: [bug] modify onigposix.h.
1577 2003/06/13: [bug] should use -DIMPORT for link with DLL in win32/Makefile.
1579 2003/06/12: [bug] range should be from - 1 in not_wc_range_buf().
1588 2003/06/03: [bug] should compare strings with min-length in is_not_included().
1594 2003/05/30: [bug] should use bbuf_free() for CClassNode in regex_node_free().
1595 2003/05/29: [bug] wrong usage of syntax REG_SYN_ALLOW_EMPTY_RANGE_IN_CC.
1609 2003/05/26: [bug] OP_REPEAT in recursive subexp call.
1615 2003/05/26: [bug] change print_names() to external regex_print_names().
1630 2003/05/16: [bug] move RegOpInfo[] definition to regint.h.
1635 2003/05/14: [bug] use _vsnprintf() on Win32.
1645 2003/05/13: [bug] correct is_code_ascii() for /[[:ascii:]]/.
1662 2003/03/17: [bug] mistake(high -> to) in add_wc_range_to_buf().
1669 2003/03/12: [bug] escaped alphabet should be TK_RAW_BYTE
1674 2003/03/11: [bug] if UNALIGNED_WORD_ACCESS isn't setted
1677 2003/03/10: [bug] should handle multi-byte code name in fetch_name().
1684 2003/03/10: [bug] can not compile with Ruby 1.6.8.
1689 2003/03/08: [bug] called group in 0-repeat should not be eliminated from
1697 2003/03/06: [bug] if REG_OPTION_FIND_LONGEST or REG_OPTION_NOT_EMPTY,
1712 2003/03/05: [bug] forgotten N_ANCHOR case in check_backref_number(),
1720 2003/03/03: [bug] /(?<n>a(?*n)|)/ isn't infinite recursion.
1722 2003/03/03: [bug] /(?<n>|(?*n))+/ segmentation fault.
1727 2003/03/01: [bug] change STACK_GET_MEM_START() and STACK_PUSH_MEM_END().
1770 2003/02/12: [bug] mismatch /\?a/i.match('?A').
1815 2003/02/04: [bug] typo miss in regex_region_copy().
1821 2003/02/04: [bug] add REGERR_OVER_THREAD_PASS_LIMIT_COUNT
1823 2003/02/03: [bug] Hankaku-Kana may be second byte in Shift_JIS
1833 2003/01/31: [bug] STRING_CMP() in regexec.c was wrong in ignore-case.
1837 2003/01/30: [bug] .c.o --> .c.obj in win32\Makefile.
1850 2003/01/22: [bug] POSIX API regexec() was not thread safe.
1864 2003/01/17: [bug] bad implemeted POSIX API options.
1872 2003/01/15: [bug] change '/' to \' in win32/Makefile.
1879 2003/01/10: [bug] lacked a comma in ESTRING[]. (regposerr.c)
1880 2003/01/10: [bug] local variable name was wrong. buf -> tbuf (regerror())
1894 2003/01/08: [bug] move GET_WCINT() from regcomp.c to regint.h.
1896 2002/12/30: [bug] wrong merge in multibyte mode (alt_merge_opt_exact_info()).
1898 2002/12/28: [bug] /\xfe/.match("\xfe") mismatch in multibyte mode.
1900 2002/12/25: [bug] check condition was wrong in alt_merge_opt_map_info().
1902 2002/12/23: [bug] prec-read in alternative (/a|(?=z).f/.match("zf") => nil)
1903 2002/12/23: [bug] \G in alternative (/a|\Gz/.match("bza") => "z").
1909 2002/12/10: [bug] [ruby-dev:19042] (thanks Nobu)
1911 2002/11/30: [bug] [ruby-dev:18966] (thanks Nobu)
1913 2002/11/29: [bug] infinite loop on NULL-pointer str search (regex_search()).
1915 2002/11/29: [bug] change static -> extern (regex_chain_reduce()).
1916 2002/11/29: [bug] change encoding to RegDefaultCharEncoding
1941 2002/03/27: [bug] MBCTYPE_XXX symbol values should be same with GNU regex.
1947 2002/03/23: [bug] should set all bits of reg->mem_stats,
1957 2002/03/19: [bug] OP_CCLASS_MB_NOT process in matchAt() is wrong.
1962 2002/03/18: [bug] /[\w-a]/ should be error. (thanks Guy Decoux)
1963 2002/03/18: [bug] /[\]/ should be error. (thanks Guy Decoux)
1964 2002/03/18: [bug] /()*/ etc.. should not be error. (thanks Guy Decoux)
1966 2002/03/18: [bug] ab{2}{3} was interpreded to (?:a(?:b{2})){3}
1968 2002/03/18: [bug] abort /(?i)*a/ etc... (thanks Guy Decoux)
1969 2002/03/18: [bug] abort /a|*/,/a|{1}/ etc... (thanks Guy Decoux)
1975 2002/03/13: [bug] OP_EXACTMBN process in matchAt() is wrong.
1976 2002/03/13: [bug] start argument of BackwardSearchRange() is wrong.
1979 2002/03/12: [bug] if pattern has nested null-check, cause infinite loop.
1981 2002/03/11: [bug] it is wrong that four numbers to continue as
2001 2002/03/06: [bug] if pattern has NULL(\000) char, infinite loop happens
2003 2002/03/06: [bug] range argument of ForwardSearchRange() is wrong.
2008 2002/03/04: [bug] make up a break-statement in compileTree().
2020 2002/02/28: [bug] sub_anchor($) in ForwardSearch() and BackwardSearch().
2023 2002/02/27: [bug] use StackIndex instead of StackType* for realloc problem.
2026 2002/02/26: [bug] ex. /$*/, /[a-]/, /((?i)a)b/ (thanks matz)
2031 [bug: bug fix]