Re: [PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-24 Thread David Bremner
vladimir.ma...@oracle.com writes: From: Blake Jones bla...@foo.net The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-23 Thread David Bremner
Vladimir.Marek at oracle.com writes: > From: Blake Jones > > The timegm(3) function is a non-standard extension to libc which is > available in GNU libc and on some BSDs. Although SunOS had this > function in its libc, Solaris (unfortunately) removed it. This patch > implements a very simple

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-21 Thread Tomi Ollila
On Wed, Aug 21 2013, Vladimir.Marek at oracle.com wrote: > From: Blake Jones > > The timegm(3) function is a non-standard extension to libc which is > available in GNU libc and on some BSDs. Although SunOS had this > function in its libc, Solaris (unfortunately) removed it. This patch >

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-21 Thread vladimir.ma...@oracle.com
From: Blake Jones The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very simple version of timegm() which is good

Re: [PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-21 Thread Tomi Ollila
On Wed, Aug 21 2013, vladimir.ma...@oracle.com wrote: From: Blake Jones bla...@foo.net The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread vladimir.ma...@oracle.com
From: Blake Jones The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very simple version of timegm() which is good

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Blake Jones
> The copyright header gives FSF "owner"ship to the file -- which would > be fine by the project -- but does assigning copyright to the FSF work > like this... ... I started to look around and found (among other > pages) this: > >

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Blake Jones
> From: Blake Jones > > The timegm(3) function is a non-standard extension to libc which is > available in GNU libc and on some BSDs. Although SunOS had this > function in its libc, Solaris (unfortunately) removed it. This patch > implements a very simple version of timegm() which is good

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Vladimir . Marek
From: Blake Jones bla...@foo.net The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very simple version of timegm() which is good

Re: [PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-20 Thread Blake Jones
From: Blake Jones bla...@foo.net The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very simple version of timegm() which is

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-17 Thread Tomi Ollila
Hi Vladimir, Blake and everyone else. This patch set looks good to me and tests (in Linux) pass. >From code point of view these patches are IMO pushable. There is just a small (but not so minor) thing missing; The timegm(.c) implementation lacks copyright & licensing information -- all the

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-08-16 Thread vladimir.ma...@oracle.com
From: Blake Jones The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very simple version of timegm() which is good

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-05-06 Thread vladimir.ma...@oracle.com
From: Blake Jones The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very simple version of timegm() which is good

[PATCH 4/4] timegm: add portable implementation (Solaris support)

2013-05-06 Thread Vladimir . Marek
From: Blake Jones bla...@foo.net The timegm(3) function is a non-standard extension to libc which is available in GNU libc and on some BSDs. Although SunOS had this function in its libc, Solaris (unfortunately) removed it. This patch implements a very simple version of timegm() which is good