TW-1733: taskwarrior 2.5.0 can not compile FreeBSD 10.1
- Thanks to ribbon.
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
- TW-1724 some commands show color codes when redirected (thanks to Alan Young).
|
- TW-1724 some commands show color codes when redirected (thanks to Alan Young).
|
||||||
- TW-1729 zsh completion: zregexparse:4: not enough regex argument (thanks to
|
- TW-1729 zsh completion: zregexparse:4: not enough regex argument (thanks to
|
||||||
Daniel Shahaf).
|
Daniel Shahaf).
|
||||||
|
- TW-1733 taskwarrior 2.5.0 can not compile FreeBSD 10.1 (thanks to ribbon).
|
||||||
- TW-1738 add defined languages JAPANESE (thanks to ribbon).
|
- TW-1738 add defined languages JAPANESE (thanks to ribbon).
|
||||||
- Fixed broken build for Cygwin and older GCC (thanks to Richard Boß).
|
- Fixed broken build for Cygwin and older GCC (thanks to Richard Boß).
|
||||||
- The default configuration is now 256-color only.
|
- The default configuration is now 256-color only.
|
||||||
|
|||||||
@@ -1581,12 +1581,6 @@ bool ISO8601d::sameYear (const ISO8601d& rhs) const
|
|||||||
return this->year () == rhs.year ();
|
return this->year () == rhs.year ();
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ISO8601d ISO8601d::operator+ (time_t delta)
|
|
||||||
{
|
|
||||||
return ISO8601d (_date + delta);
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
ISO8601d ISO8601d::operator+ (const int delta)
|
ISO8601d ISO8601d::operator+ (const int delta)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -97,7 +97,6 @@ public:
|
|||||||
bool sameWeek (const ISO8601d&) const;
|
bool sameWeek (const ISO8601d&) const;
|
||||||
bool sameMonth (const ISO8601d&) const;
|
bool sameMonth (const ISO8601d&) const;
|
||||||
bool sameYear (const ISO8601d&) const;
|
bool sameYear (const ISO8601d&) const;
|
||||||
ISO8601d operator+ (time_t);
|
|
||||||
ISO8601d operator+ (const int);
|
ISO8601d operator+ (const int);
|
||||||
ISO8601d operator- (const int);
|
ISO8601d operator- (const int);
|
||||||
ISO8601d& operator+= (const int);
|
ISO8601d& operator+= (const int);
|
||||||
|
|||||||
Reference in New Issue
Block a user