diff options
author | Tor Lillqvist <tml@novell.com> | 2005-09-28 18:39:48 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-09-28 18:39:48 +0800 |
commit | 7670176dd23a4aee7875ea6c20f480d5f3c5a4e4 (patch) | |
tree | 72fd501bfb79f87c5bebf51780b0854a7f0139a4 /mail/ChangeLog | |
parent | c8bc7fc32c0cec40ca5f547e5b01d02985f37510 (diff) | |
download | gsoc2013-evolution-7670176dd23a4aee7875ea6c20f480d5f3c5a4e4.tar.gz gsoc2013-evolution-7670176dd23a4aee7875ea6c20f480d5f3c5a4e4.tar.zst gsoc2013-evolution-7670176dd23a4aee7875ea6c20f480d5f3c5a4e4.zip |
Define localtime_r() for Win32 using localtime() (which is thread-safe in
2005-09-28 Tor Lillqvist <tml@novell.com>
* em-format-html-display.c: Define localtime_r() for Win32 using
localtime() (which is thread-safe in Microsoft's C library).
svn path=/trunk/; revision=30398
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c415ac891a..8628b2deea 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -7,6 +7,9 @@ to literal ASCII strings, so just casefolding ASCII is enough. Also better for portability. + * em-format-html-display.c: Define localtime_r() for Win32 using + localtime() (which is thread-safe in Microsoft's C library). + 2005-09-28 Parthasarathi Susarla <sparthasarathi@novell.com> See bug ** 317329 |