// -*- C++ -*- // Boost general library 'format' --------------------------- // See http://www.boost.org for updates, documentation, and revision history. // (C) Samuel Krempp 2001 // krempp@crans.ens-cachan.fr // Permission to copy, use, modify, sell and // distribute this software is granted provided this copyright notice appears // in all copies. This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. // ideas taken from Rüdiger Loos's format class // and Karl Nelson's ofstream // ---------------------------------------------------------------------------- // format.hpp : primary header // ---------------------------------------------------------------------------- #ifndef BOOST_FORMAT_HPP #define BOOST_FORMAT_HPP #include #include #include #include #if HAVE_LOCALE #include #else #define BOOST_NO_STD_LOCALE #define BOOST_NO_LOCALE_ISIDIGIT #include #endif #include // **** Forward declarations ---------------------------------- #include // basic_format, and other frontends #include // misc forward declarations for internal use // **** Auxiliary structs (stream_format_state , and format_item ) #include // **** Format class interface -------------------------------- #include // **** Exceptions ----------------------------------------------- #include // **** Implementation ------------------------------------------- //#include // member functions #include // class for grouping arguments #include // argument-feeding functions //#include // format-string parsing (member-)functions // **** Implementation of the free functions ---------------------- //#include #endif // BOOST_FORMAT_HPP ef='/guix/log/gnu/packages?id=abbf26238d19f2d2c574cd96bc3a786dd0755377'>packages/ntp.scm
AgeCommit message (Expand)Author
2016-06-05gnu: ntp: Update to 4.2.8p8 [fixes CVE-2016-{4953, 4954, 4955, 4956, 4957}]....Leo Famulari
2016-06-05gnu: ntp: Add HTTPS URL....Leo Famulari
2016-05-09gnu: openntpd: Update to 5.9p1....Efraim Flashner
2016-05-05gnu: ntp: Update to 4.2.8p7 [security fixes]....Leo Famulari
2016-02-02gnu: ntp: Update to 4.2.8p6....Leo Famulari
2015-12-19gnu: Add tlsdate....Ludovic Courtès
2015-10-22gnu: ntp: Update to 4.2.8p4....Mark H Weaver
2015-07-18gnu packages: Clean up synopses and descriptions....Alex Kost
2015-07-11gnu: ntp: Update to 4.2.8p3; use system libevent....Mark H Weaver
2015-07-05gnu: Move content of openssl module into tls module....Andreas Enge
2015-04-18gnu: ntp: Update to 4.2.8p2....Mark H Weaver
2015-03-04gnu: Move 'which' to (gnu packages base)....Ludovic Courtès
2015-02-10gnu: Add openntpd....Taylan Ulrich Bayırlı/Kammer
2015-02-06gnu: ntp: Update to 4.2.8p1....Mark H Weaver
2014-12-25gnu: ntp: Update to 4.2.8....Mark H Weaver
2014-11-05gnu: ntp: Build with POSIX capabilities support on GNU/Linux....Ludovic Courtès
2014-10-19gnu: Add ntp...John Darrington