summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwl <wl>2010-12-18 06:46:05 +0000
committerwl <wl>2010-12-18 06:46:05 +0000
commitdf0c148d4098b18d6855357a775f519914297836 (patch)
tree8b745e1782a436ea5cc0e8120dd650c7bcceb877 /ChangeLog
parent1741c826642ccd2204b2fece7452c2c0e462474a (diff)
downloadgroff-df0c148d4098b18d6855357a775f519914297836.tar.gz
Remove compiler warning.
* src/libs/libgroff/relocate.cpp (msw2posixpath): Remove redundant dereferencing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 790dafb1..f5963d93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-12-18 Werner LEMBERG <wl@gnu.org>
+
+ Remove compiler warning.
+
+ * src/libs/libgroff/relocate.cpp (msw2posixpath): Remove redundant
+ dereferencing.
+
+2010-12-16 Daiki Ueno <ueno@unixuser.org>
+
+ Don't change srcdir if building in a separate builddir.
+
+ * Makefile.in ($GNULIBDIRS): Copy configuring stuff of gnulib if
+ necessary.
+
2010-12-15 Werner LEMBERG <wl@gnu.org>
Fix compilation problem.