[PATCH 1/4] Import date/time parser from GNU coreutils
Jameson Rollins
jrollins at finestructure.net
Mon Jan 24 13:25:18 PST 2011
On Sun, 23 Jan 2011 12:47:24 +0100, Michal Sojka <sojkam1 at fel.cvut.cz> wrote:
> This function have quite a lot dependencies. We may reduce them later it
> it is a problem.
> ---
> lib/c-ctype.c | 398 +++++++
> lib/c-ctype.h | 297 +++++
> lib/getdate.c | 3497 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> lib/getdate.h | 22 +
> lib/getdate.y | 1572 +++++++++++++++++++++++++
> lib/gettime.c | 48 +
> lib/intprops.h | 83 ++
> lib/timespec.h | 39 +
> lib/verify.h | 140 +++
> 9 files changed, 6096 insertions(+), 0 deletions(-)
> create mode 100644 lib/c-ctype.c
> create mode 100644 lib/c-ctype.h
> create mode 100644 lib/getdate.c
> create mode 100644 lib/getdate.h
> create mode 100644 lib/getdate.y
> create mode 100644 lib/gettime.c
> create mode 100644 lib/gettime.h
> create mode 100644 lib/intprops.h
> create mode 100644 lib/timespec.h
> create mode 100644 lib/verify.h
Hi, Michal. I don't fully understand what's going on here, but it seems
like you're embedding code copies from somewhere else. If that's the
case, is there a reason that we would need to do that, rather than just
linking against an external library?
jamie.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110124/47f5bb49/attachment.pgp>
More information about the notmuch
mailing list