[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r109406: Merge from gnulib.
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r109406: Merge from gnulib. |
Date: |
Thu, 02 Aug 2012 17:42:11 -0700 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 109406
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2012-08-02 17:42:11 -0700
message:
Merge from gnulib.
2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
modified:
ChangeLog
lib/stat-time.c
lib/timespec.c
lib/u64.c
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-08-02 10:39:47 +0000
+++ b/ChangeLog 2012-08-03 00:42:11 +0000
@@ -1,3 +1,8 @@
+2012-08-03 Paul Eggert <address@hidden>
+
+ Merge from gnulib, incorporating:
+ 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
+
2012-08-02 YAMAMOTO Mitsuharu <address@hidden>
* lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
=== modified file 'lib/stat-time.c'
--- a/lib/stat-time.c 2012-08-02 04:46:10 +0000
+++ b/lib/stat-time.c 2012-08-03 00:42:11 +0000
@@ -1,3 +1,3 @@
#include <config.h>
#define _GL_STAT_TIME_INLINE _GL_EXTERN_INLINE
-#include <stat-time.h>
+#include "stat-time.h"
=== modified file 'lib/timespec.c'
--- a/lib/timespec.c 2012-08-02 04:46:10 +0000
+++ b/lib/timespec.c 2012-08-03 00:42:11 +0000
@@ -1,3 +1,3 @@
#include <config.h>
#define _GL_TIMESPEC_INLINE _GL_EXTERN_INLINE
-#include <timespec.h>
+#include "timespec.h"
=== modified file 'lib/u64.c'
--- a/lib/u64.c 2012-08-02 04:46:10 +0000
+++ b/lib/u64.c 2012-08-03 00:42:11 +0000
@@ -1,3 +1,3 @@
#include <config.h>
#define _GL_U64_INLINE _GL_EXTERN_INLINE
-#include <u64.h>
+#include "u64.h"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r109406: Merge from gnulib.,
Paul Eggert <=