This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]Remove concat.cc and concat.h


This patch is intended to be applied after Robert's String class patch.  It
removes all calls to concat() and vconcat() and replaces String cygpath
(const char *, ...) with String cygpath (String const &).  After this patch
concat.cc and concat.h should not be needed.

To get the program to compile, I had to replace 'url' with 'Purl in
nio-http.cc and make add 'const' to the definition of f2 in script.cc.

After compiling, I updated two packages from the internet.  Everything
appeared to work correctly.

--
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.

Attachment: cinstall-mac-020202-1.patch.bz2
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]