[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102433: * src/strftime.c (_strftime_
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102433: * src/strftime.c (_strftime_copytm): Add declaration. |
Date: |
Thu, 18 Nov 2010 13:39:15 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102433
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Thu 2010-11-18 13:39:15 -0800
message:
* src/strftime.c (_strftime_copytm): Add declaration.
modified:
src/ChangeLog
src/strftime.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-11-18 16:59:12 +0000
+++ b/src/ChangeLog 2010-11-18 21:39:15 +0000
@@ -1,5 +1,7 @@
2010-11-18 Dan Nicolaescu <address@hidden>
+ * strftime.c (_strftime_copytm): Add declaration.
+
* callproc.c (syms_of_callproc): Use intern_c_string.
Move declarations from .c files to .h files.
=== modified file 'src/strftime.c'
--- a/src/strftime.c 2010-11-18 16:49:30 +0000
+++ b/src/strftime.c 2010-11-18 21:39:15 +0000
@@ -461,6 +461,9 @@
/* Solaris 2.5 tzset sometimes modifies the storage returned by localtime.
Work around this bug by copying *tp before it might be munged. */
size_t
+ _strftime_copytm (CHAR_T *s, size_t maxsize, const CHAR_T *format,
+ const struct tm *tp extra_args_spec LOCALE_PARAM_DECL);
+ size_t
my_strftime (CHAR_T *s, size_t maxsize, const CHAR_T *format,
const struct tm *tp extra_args_spec)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102433: * src/strftime.c (_strftime_copytm): Add declaration.,
Dan Nicolaescu <=