BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000766 [uClibc++] Other minor always 03-04-06 11:00 03-07-06 17:54
Reporter dcas View Status public  
Assigned To gkajmowi
Priority normal Resolution fixed  
Status resolved   Product Version 0.2.0
Summary 0000766: std::string::find_last_not_of is not implemented
Description uClibc++ does not implement the std::string::find_last_not_of family of member functions.
Additional Information I have attached a patch that adds tests related to find_last_not_of to the stringtest.cpp. I generated the patch with svk; I hope that it is correct!
Attached Files  stringtest_find_last_not_of.patch [^] (2,191 bytes) 03-04-06 11:00
 string-find_last_not_of.patch [^] (4,126 bytes) 03-04-06 11:02

- Relationships

- Notes
(0001163)
dcas
03-04-06 11:04

string-find_last_not_of.patch is a patch files that implements the missing family of functions. It probably needs some optimization, but it generates the correct output.
 
(0001168)
gkajmowi
03-07-06 17:53

Fixed in SVN
I modified your approach somewhat to use string internals where possible and thus avoid overhead of iterators, etc.
 

- Issue History
Date Modified Username Field Change
03-04-06 11:00 dcas New Issue
03-04-06 11:00 dcas Status new => assigned
03-04-06 11:00 dcas Assigned To  => gkajmowi
03-04-06 11:00 dcas File Added: stringtest_find_last_not_of.patch
03-04-06 11:00 dcas Issue Monitored: dcas
03-04-06 11:02 dcas File Added: string-find_last_not_of.patch
03-04-06 11:04 dcas Note Added: 0001163
03-07-06 17:53 gkajmowi Status assigned => resolved
03-07-06 17:53 gkajmowi Fixed in Version  => 0.2.1
03-07-06 17:53 gkajmowi Resolution open => fixed
03-07-06 17:53 gkajmowi Note Added: 0001168
03-07-06 19:16 dcas Issue End Monitor: dcas


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker