You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by bu...@apache.org on 2001/09/09 00:44:36 UTC

[DO NOT REPLY: Bug 986] Leading "\b" word boundary is ignored

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=986

*** shadow/986	Tue Jun 26 10:29:15 2001
--- shadow/986.tmp.3188	Sat Sep  8 15:44:36 2001
***************
*** 2,8 ****
  | Leading "\b" word boundary is ignored                                      |
  +----------------------------------------------------------------------------+
  |        Bug #: 986                         Product: Regexp                  |
! |       Status: NEW                         Version: unspecified             |
  |   Resolution:                            Platform: Other                   |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Medium                    Component: Other                   |
--- 2,8 ----
  | Leading "\b" word boundary is ignored                                      |
  +----------------------------------------------------------------------------+
  |        Bug #: 986                         Product: Regexp                  |
! |       Status: ASSIGNED                    Version: unspecified             |
  |   Resolution:                            Platform: Other                   |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Medium                    Component: Other                   |
***************
*** 36,38 ****
--- 36,43 ----
      char cLast = ((idx == 0) ? '\n' : search.charAt(idx - 1));
  
  
+ 
+ 
+ ------- Additional Comments From gholam@xtra.co.nz  2001-09-08 15:44 -------
+ This is not necessary for posix compliance but if the given fix works I will
+ integrate it.