gnats/gnats ChangeLog misc.c
Yngve Svendsen <[email protected]> Mon, 14 Oct 2002 18:50:13 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/gnats Module name: gnats Changes by: Yngve Svendsen <[email protected]> 02/10/14 18:50:11 Modified files: gnats : ChangeLog misc.c Log message: * misc.c (gnats_strftime): Fix a bug seriously affecting systems without support for the format code %z. The dates in PRs would be incorrect when the timezone was different from GMT. The brokentime pointer passed to gnats_strftime() would point to static data that might be overwritten by calls to (among others) gmtime(). Fix due to Lars Henriksen, [email protected]. Fixes PR 414. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/gnats/gnats/gnats/ChangeLog.diff?tr1=1.271&tr2=1.272&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/gnats/gnats/gnats/misc.c.diff?tr1=1.36&tr2=1.37&r1=text&r2=text