FreeBSD Bugzilla – Attachment 27251 Details for
Bug 46292
new ports at http://people.freebsd.org/~alane/.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-tools.h
patch-tools.h (text/x-chdr; charset="us-ascii"), 1.54 KB, created by
David Holm
on 2002-12-20 23:29:18 UTC
(
hide
)
Description:
patch-tools.h
Filename:
MIME Type:
Creator:
David Holm
Created:
2002-12-20 23:29:18 UTC
Size:
1.54 KB
patch
obsolete
>--- kaptain/tools.h.orig Wed Aug 14 12:17:34 2002 >+++ kaptain/tools.h Fri Dec 20 16:14:31 2002 >@@ -3,20 +3,21 @@ > > #include <list> > #include <string> >+#include <iostream> >+#include <iterator> > >-using namespace std; > > /**********/ > class Error > { >- list<string> messages; >+ std::list<std::string> messages; > bool stop; > > public: > Error(); > >- void warning(string); >- void error(string); >+ void warning(std::string); >+ void error(std::string); > > bool go_on() { return !stop; } > >@@ -32,19 +33,19 @@ > public: > Regexp(); > >- static bool matches(string, string, list<string> & ); >+ static bool matches(std::string, std::string, std::list<std::string> & ); > >- static bool substitute_local(string, string, string, >- string &, int &); >- static void substitute(string, string, string, >- string &, bool); >+ static bool substitute_local(std::string, std::string, std::string, >+ std::string &, int &); >+ static void substitute(std::string, std::string, std::string, >+ std::string &, bool); > >- static void transliterate(string, string, >- string, string &); >+ static void transliterate(std::string, std::string, >+ std::string, std::string &); > >- static void split(char, string, list<string> &); >+ static void split(char, std::string, std::list<std::string> &); > >- static void join(char, list<string> &, string &); >+ static void join(char, std::list<std::string> &, std::string &); > }; > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 46292
:
27247
|
27248
|
27249
|
27250
| 27251 |
27252
|
27253
|
27254
|
27255
|
27256
|
27257
|
27258
|
27259
|
27260