Lines Matching refs:code
44 don't overwrite error code in fetch_name().
45 2007/11/12: [bug] utf8 mbc length of code 0xfe, 0xff are not 1,
52 2007/09/03: [impl] change error message to "invaid code point value"
55 ONIGERR_INVALID_WIDE_CHAR_VALUE for invalid code point.
143 2006/12/05: [bug] should add unfold-1 codes from folded code into
207 (ASCII code check)
242 2006/10/18: [bug] return duplicated code in
482 2006/03/22: [spec] add error code ONIGERR_INVALID_COMBINATION_OF_OPTIONS.
516 2006/01/24: [dist] test programs return exit code -1 when test fails.
618 2005/06/30: [bug] invalid conversion from code point to mbc in
802 2004/11/30: [tune] map_position_value() return 20 if code is 0
836 should use tok->u.code instead of tok->u.c in
839 invalid multibyte code causes segmentation fault.
1272 2004/01/13: [impl] remove ENC_CODE_TO_MBC_FIRST(enc,code) in regenc.h.
1379 add error code REGERR_MULTIPLEX_DEFINED_NAME.
1509 2003/07/07: [impl] OP_SET_OPTION is not needed in compiled code.
1592 2003/05/28: [impl] optimize stop-backtrack compiled code.
1672 2003/03/10: [bug] should handle multi-byte code name in fetch_name().
1685 compile code. ex. /(?*n)(?<n>){0}/ (thanks akr)
1724 2003/03/01: [impl] use OP_MEMORY_END_PUSH in callable subexp compiled code
1756 2003/02/21: [spec] rename some error code symbols.
1769 2003/02/12: [impl] rename 'code' to 'enc' in regex_t.
1939 multibyte code range in char class.
1950 2002/03/19: [impl] word alignment of char class multi-byte code ranges.