Re: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++

2009-08-01 Thread Jim Meyering
Bruno Haible wrote: > Jim Meyering wrote: >> I've pushed them, after adding a ChangeLog entry to each. > > And I've updated the copyright years accordingly: Updating copyright year lists piecemeal is tiresome and unnecessary, now. http://marc.info/?l=coreutils-bug&m=124788185110393&w=2 Would

Re: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++

2009-08-01 Thread Bruno Haible
Jim Meyering wrote: > I've pushed them, after adding a ChangeLog entry to each. And I've updated the copyright years accordingly: --- lib/md2.h.orig 2009-08-01 11:24:43.0 +0200 +++ lib/md2.h 2009-08-01 11:23:39.0 +0200 @@ -1,6 +1,7 @@ /* Declarations of functions and data

Re: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++

2009-07-22 Thread Simon Josefsson
Jim Meyering writes: > Peter Simons wrote: >> Hi Jim, >> >> > Would you please adjust that patch to do the same for all lib/sha*.h >> > files as well as lib/md5.h, and (if Simon agrees) lib/md[24].h? >> >> sure, the updated patch is attached below. > > Thanks. > I've pushed them, after adding a

Re: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++

2009-07-22 Thread Jim Meyering
Peter Simons wrote: > Hi Jim, > > > Would you please adjust that patch to do the same for all lib/sha*.h > > files as well as lib/md5.h, and (if Simon agrees) lib/md[24].h? > > sure, the updated patch is attached below. Thanks. I've pushed them, after adding a ChangeLog entry to each. >From abc

Re: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++

2009-07-21 Thread Peter Simons
Hi Jim, > Would you please adjust that patch to do the same for all lib/sha*.h > files as well as lib/md5.h, and (if Simon agrees) lib/md[24].h? sure, the updated patch is attached below. Take care, Peter >From 98e9105fa23067d396f25beb8406cfe407de469d Mon Sep 17 00:00:00 2001 From: Peter Sim

Re: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++

2009-07-21 Thread Jim Meyering
Peter Simons wrote: >>From 640f2ed9570eef3189e43ec7550b32776fdebd0f Mon Sep 17 00:00:00 2001 > From: Peter Simons > Date: Sun, 19 Jul 2009 18:25:44 +0200 > Subject: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when > included from C++ > >

[PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++

2009-07-20 Thread Peter Simons
>From 640f2ed9570eef3189e43ec7550b32776fdebd0f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 19 Jul 2009 18:25:44 +0200 Subject: [PATCH] lib/sha1.h: wrap declarations in extern "C" scope when included from C++ --- lib/sha1.h |8 1 files changed, 8 ins