All of lore.kernel.org
 help / color / mirror / Atom feed
* [V2 0/4] hwclock: remove date(1)
@ 2017-02-25 18:25 J William Piggott
  2017-02-25 18:28 ` [V2 1/4] hwclock: use parse_datetime function J William Piggott
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: J William Piggott @ 2017-02-25 18:25 UTC (permalink / raw)
  To: Karel Zak; +Cc: util-linux


* The last commit/patch adds hwclock-date.c
   I added this file in case testers do not have 'bison' installed. It
   may, or may not, need to be tracked depending on how it is to be
   maintained. The 'c' file probably should be included in the
   distributed source archive to avoid the bison dependency.  Karel, I
   don't know if you want to create a separate clean and build target
   for hwclock-date.c, or how you want to handle this. So, if you don't
   mind, I'll leave this detail to you.

   Testers that want to build it can:
   $ cd sys-utils/
   $ rm hwclock-date.c 
   $ bison -o hwclock-date.c hwclock-date.y

   It does require bison 2.0 or newer, yacc won't work.

 ---

The following changes since commit 7ab6461fae3848ea85f494f29e26229717685ae3:

  docs: add note about branches to README (2017-02-24 14:19:04 +0100)

are available in the git repository at:

  git@github.com:jwpi/util-linux.git hwclock-date2m

for you to fetch changes up to 46f1d03062ff66125f38abafd922412b6c182f49:

  hwclock: add sys-utils/hwclock-date.c (2017-02-24 14:41:32 -0500)

----------------------------------------------------------------
J William Piggott (4):
      hwclock: use parse_datetime function
      build-system: add hwclock-date
      hwclock: add hwclock-date files
      hwclock: add sys-utils/hwclock-date.c

 include/cctype.h         |  357 ++++
 sys-utils/Makemodule.am  |    1 +
 sys-utils/hwclock-date.c | 4307 ++++++++++++++++++++++++++++++++++++++++++++++
 sys-utils/hwclock-date.y | 2427 ++++++++++++++++++++++++++
 sys-utils/hwclock.c      |  104 +-
 sys-utils/hwclock.h      |   10 +
 6 files changed, 7107 insertions(+), 99 deletions(-)
 create mode 100644 include/cctype.h
 create mode 100644 sys-utils/hwclock-date.c
 create mode 100644 sys-utils/hwclock-date.y

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-03-04 21:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-25 18:25 [V2 0/4] hwclock: remove date(1) J William Piggott
2017-02-25 18:28 ` [V2 1/4] hwclock: use parse_datetime function J William Piggott
2017-02-25 18:30 ` [V2 2/4] build-system: add hwclock-date J William Piggott
2017-02-25 18:32 ` [V2 3/4] hwclock: add hwclock-date files J William Piggott
2017-02-25 18:33 ` [V2 4/4] hwclock: add sys-utils/hwclock-date.c J William Piggott
2017-02-28 13:37 ` [V2 0/4] hwclock: remove date(1) Karel Zak
2017-02-28 15:23   ` J William Piggott
2017-02-28 16:10     ` Karel Zak
2017-02-28 17:01       ` Assaf Gordon
2017-03-04 21:57         ` J William Piggott
2017-03-02 11:43     ` [PATCH] lib: add parse-date.y Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.