[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mbstring/oniguruma HISTORY index.html oniguruma.h regcomp.c regexec.c regint.h regparse.c regparse.h regposix.c

2006-08-24 Thread Seiji Masugata
masugataThu Aug 24 17:03:47 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/ext/mbstring/oniguruma HISTORY index.html oniguruma.h 
regcomp.c regexec.c regint.h 
regparse.c regparse.h regposix.c 
  Log:
  Updated bundled oniguruma library (used for multibyte regular expression) to 
4.3.1.
  http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/HISTORY?r1=1.5.4.1r2=1.5.4.2diff_format=u
Index: php-src/ext/mbstring/oniguruma/HISTORY
diff -u php-src/ext/mbstring/oniguruma/HISTORY:1.5.4.1 
php-src/ext/mbstring/oniguruma/HISTORY:1.5.4.2
--- php-src/ext/mbstring/oniguruma/HISTORY:1.5.4.1  Thu Jul 20 15:45:06 2006
+++ php-src/ext/mbstring/oniguruma/HISTORY  Thu Aug 24 17:03:47 2006
@@ -1,5 +1,61 @@
 History
 
+2006/08/21: Version 4.3.1
+
+2006/08/21: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
+2006/08/21: [impl] change stack type values
+   and re-define STK_MASK_TO_VOID_TARGET etc...
+2006/08/21: [impl] set repeat_range[].upper to 0x7fff as infinite.
+2006/08/21: [impl] add STATE_CHECK_BUFF_MALLOC_THRESHOLD_SIZE.
+2006/08/21: [impl] reduce (?:a*){n,m}, (?:a+){n,m} = (?:a*){n,n}, (?:a+){n,n}
+2006/09/21: [impl] reduce (a*){n,m}, (a+){n,m} = (a*){n,n}, (a+){n,n}
+   if backreference is not used.
+2006/08/17: [bug]  should check scan_env.num_call  0 for backrefed pattern
+   in combination explosion check.
+
+2006/08/17: Version 4.3.0
+
+2006/08/17: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
+2006/08/17: [new]  add config USE_COMBINATION_EXPLOSION_CHECK.
+   check /(.+)*/, /(\s*foo\s*)*/ etc...
+[API]  add num_comb_exp_check member in regex_t.
+[dist] change LTVERSION value to 1:0:0 in configure.in.
+2006/08/15: [bug]  OP_REPEAT_INC process in match_at().
+   should check repeat-count = range-upper and
+   range-upper may be infinite.
+
+2006/08/11: Version 4.2.3
+
+2006/08/11: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
+2006/08/10: [impl] remove double call in set_qualifier().
+2006/08/10: [impl] remove by_number member in QualifierNode.
+2006/08/09: [impl] remove a comma at the end of enum ReduceType
+   for escape warning on Mac OS X.
+2006/08/07: [impl] remove warning in regcomp.c.
+2006/08/07: [spec] move definition of USE_BACKREF_AT_LEVEL into NOT_RUBY.
+
+2006/08/03: Version 4.2.2
+
+2006/08/03: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
+2006/08/03: [bug]  (thanks Hiroyuki Yamamoto)
+   segmentation fault in regexec(). (POSIX API)
+2006/08/02: [bug]  combination of \G in look-ahead/look-behind and other
+   anchors(\A, \z, \Z) cause invalid result.
+   ex. /(?!\G)a\z/.match(ba)
+   start arg. of MATCH_ARG_INIT() should be original
+   arg. of onig_search().
+
+2006/07/31: Version 4.2.1
+
+2006/07/31: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
+2006/07/31: [bug] (thanks Kimura Minoru)
+   re-implement bm_search_notrev().
+2006/07/31: [impl] bm_search_notrev() refactoring.
+2006/07/31: [bug]  (thanks Kimura Minoru)
+   fix incomplete multibyte string in exact info.
+2006/07/31: [impl] (thanks Seiji Masugata)
+   remove cast in va_init_list() for Intel C Compiler.
+
 2006/07/18: Version 4.2.0
 
 2006/07/18: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/index.html?r1=1.2.4.1r2=1.2.4.2diff_format=u
Index: php-src/ext/mbstring/oniguruma/index.html
diff -u php-src/ext/mbstring/oniguruma/index.html:1.2.4.1 
php-src/ext/mbstring/oniguruma/index.html:1.2.4.2
--- php-src/ext/mbstring/oniguruma/index.html:1.2.4.1   Thu Jul 20 15:45:06 2006
+++ php-src/ext/mbstring/oniguruma/index.html   Thu Aug 24 17:03:47 2006
@@ -8,7 +8,7 @@
 h1Oniguruma/h1
 
 p
-2006/07/18 (C) K.Kosako
+2006/08/21 (C) K.Kosako
 /p
 
 p
@@ -37,8 +37,8 @@
 dtbWhat's new/b
 /font
 ul
-liVersion 4.2.0 released. (2006/07/18)
-liVersion 2.5.6 released. (2006/05/29)
+liVersion 4.3.1 released. (2006/08/21)
+liVersion 2.5.7 released. (2006/07/28)
 /ul
 /dl
 
@@ -70,13 +70,13 @@
 
 dtbDownload:/b
 ul
-li a href=archive/onig-4.2.0.tar.gzLatest release version 4.2.0/a 
(2006/07/18)   a href=HISTORY_4X.txtChange Log/a
-li a href=archive/onig-4.1.2.tar.gz4.1.2/a (2006/07/03)
-li a href=archive/onig-4.1.1.tar.gz4.1.1/a (2006/05/22)
-li a href=archive/onig-4.1.0.tar.gz4.1.0/a (2006/05/15)
-li a href=archive/onigd2_5_6.tar.gzLatest release version 2.5.6/a 
(2006/05/29)   a href=HISTORY_2X.txtChange Log/a
+li a href=archive/onig-4.3.1.tar.gzLatest release version 4.3.1/a 
(2006/08/21)   a href=HISTORY_4X.txtChange Log/a
+li a href=archive/onig-4.3.0.tar.gz4.3.0/a (2006/08/17)
+li a href=archive/onig-4.2.2.tar.gz4.2.2/a (2006/08/03)
+li 

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/mbstring/oniguruma HISTORY index.html oniguruma.h regcomp.c regexec.c regint.h regparse.c regparse.h regposix.c

2006-08-24 Thread Antony Dovgal

On 24.08.2006 21:03, Seiji Masugata wrote:

masugataThu Aug 24 17:03:47 2006 UTC

  Modified files:  (Branch: PHP_5_2)
/php-src/ext/mbstring/oniguruma	HISTORY index.html oniguruma.h 
   	regcomp.c regexec.c regint.h 
   	regparse.c regparse.h regposix.c 
  Log:

  Updated bundled oniguruma library (used for multibyte regular expression) to 
4.3.1.


Could you plz check out this report: http://bugs.php.net/bug.php?id=38452 ?

From what I can see, this commit didn't fix it.

Thanks in advance.

--
Wbr, 
Antony Dovgal


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php