head 1.2; access; symbols pkgsrc-2013Q3:1.1.0.6 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.4 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.2 pkgsrc-2013Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2013.10.18.21.02.02; author jmmv; state dead; branches; next 1.1; commitid WbDmlKlFNpAlOO9x; 1.1 date 2013.03.02.18.16.39; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.7: Experimental version released on October 18th, 2013. * Made failures from testers more resilent. If a tester fails, the corresponding test case will be marked as broken instead of causing kyua to exit. * Added the '--results-filter' option to the 'report-html' command and set its default value to skip passed results from HTML reports. This is to keep these reports more succint and to avoid generating tons of detail files that will be, in general, useless. * Switched to use Lutok 0.3 to gain compatibility with Lua 5.2. * Issue 69: Cope with the lack of AM_PROG_AR in configure.ac, which first appeared in Automake 1.11.2. Fixes a problem in Ubuntu 10.04 LTS, which appears stuck in 1.11.1. @ text @$NetBSD: patch-utils_units.cpp,v 1.1 2013/03/02 18:16:39 joerg Exp $ --- utils/units.cpp.orig 2013-02-28 22:07:12.000000000 +0000 +++ utils/units.cpp @@@@ -143,7 +143,7 @@@@ units::bytes::operator uint64_t(void) co /// /// \post The bad bit of input is set to 1 if the parsing failed. std::istream& -operator>>(std::istream& input, units::bytes& rhs) +units::operator>>(std::istream& input, units::bytes& rhs) { std::string word; input >> word; @@@@ -166,7 +166,7 @@@@ operator>>(std::istream& input, units::b /// /// \return The output stream. std::ostream& -operator<<(std::ostream& output, const units::bytes& rhs) +units::operator<<(std::ostream& output, const units::bytes& rhs) { return (output << rhs.format()); } @ 1.1 log @Fix class vs struct conflict. Put operator in the correct namespace. @ text @d1 1 a1 1 $NetBSD$ @