monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision 399e068a8adb5d449817e1e727fe236dd82f2e


From: monotone
Subject: [Monotone-commits-diffs] Revision 399e068a8adb5d449817e1e727fe236dd82f2ed5
Date: Sat, 3 Mar 2007 21:05:26 +0100

-----------------------------------------------------------------
Revision: 399e068a8adb5d449817e1e727fe236dd82f2ed5
Ancestor: 2a9425b72d721abc606a49d7c520d1dc4156b484
Author: address@hidden
Date: 2007-03-03T19:23:35
Branch: net.venge.monotone

Added files:
        dates.cc dates.hh
Modified files:
        HACKING Makefile.am annotate.cc app_state.hh asciik.cc
        asciik.hh cert.cc cert.hh cmd_automate.cc cmd_db.cc
        cmd_diff_log.cc cmd_files.cc cmd_key_cert.cc cmd_list.cc
        cmd_merging.cc cmd_packet.cc cmd_ws_commit.cc commands.cc
        configure.ac debian/control keys.cc m4/boost.m4 monotone.cc
        options.cc options.hh options_list.hh pch.hh project.cc
        project.hh rcs_import.cc selectors.cc

ChangeLog: 

        * dates.cc, dates.hh: New files.
        * Makefile.am (MOST_SOURCES): Add them.
        * cert.cc: Don't include boost::date_time headers.
        (cert_revision_date_time): Take a date_t.  Remove unused overload.
        (cert_revision_date_now): Remove, unused.
        * cert.hh: Include dates.hh; not time.h nor boost::date_time
        headers.  Remove prototypes for deleted functions.
        * project.cc: Don't include boost::date_time headers.
        (time_from_time_t): Delete.
        (put_standard_certs): Use a date_t.
        (put_standard_certs_from_options): now() is a date_t staticmember.
        * project.hh: Don't include boost::date_time headers.
        (now): Delete.
        (put_standard_certs): Adjust prototype.
        * rcs_import.cc (store_auxiliary_certs): Use date_t::from_unix_epoch.
        * options_list.hh (OPT(date)): Variable is now a date_t.  Just
        call date_t::from_string.
        * app_state.hh, options.hh, pch.hh: Don't include boost::date_time
        headers.

        * configure.ac: Remove call to MTN_BOOST_LIB_DATE_TIME.
        * m4/boost.m4: Delete MTN_BOOST_LIB_DATE_TIME.
        * debian/control: Remove build-dependency on libboost-date-time-dev.

        * annotate.cc, cmd_automate.cc, cmd_db.cc, cmd_diff_log.cc
        * cmd_files.cc, cmd_key_cert.cc, cmd_list.cc, cmd_merging.cc
        * cmd_packet.cc, cmd_ws_commit.cc, commands.cc, keys.cc, monotone.cc:
        Include <iostream>.
        * selectors.cc: Include boost/tokenizer.hpp.
        * asciik.hh (asciik): Exchange order of constructor arguments.
        Don't default the stream to anything.
        * asciik.cc, cmd_db.cc: Update to match.
        * HACKING: Augment the notes on use of standard streams.

Attachment: txtannPD4bhsn.txt
Description: Diff [2a9425b72d721abc606a49d7c520d1dc4156b484] -> [399e068a8adb5d449817e1e727fe236dd82f2ed5]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]