https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318
--- Comment #7 from Jonathan Wakely ---
I don't understand your concern, you don't need anyone's permission to use a
published algorithm. A specific implementation of the algorithm would be
covered by copyright, but not the abstract algorithm.
I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318
--- Comment #6 from Jim Michaels ---
ummm. I could get personal permission to use the algorithm. but that does not
give gnu permission to use the algorithm. that's why I posted this here. that
does not necessarily mean I could post the algorithm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318
--- Comment #5 from joseph at codesourcery dot com ---
glibc's strstr already uses an asymptotically fast (i.e. O(m+n) instead of
O(mn)) algorithm. See string/str-two-way.h.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318
--- Comment #4 from Jonathan Wakely ---
See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3905.html which
proposes adding it to the C++ standard library as a separate API. The new
components are part of the Library Fundamentals TS:
htt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318
--- Comment #2 from Andreas Schwab ---
*** Bug 62317 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62318
Jim Michaels changed:
What|Removed |Added
URL||http://webhome.cs.uvic.ca/~