aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-05-20 00:59:28 -0700
committerPaul Eggert2014-05-20 00:59:28 -0700
commitd352738b8b757785f8cdfa3d9c1eb8450a675d92 (patch)
tree5c9b8e30bf9203f7bb94db5036dadf475f968901 /lib-src/ChangeLog
parent5833dd932d5169e0228e8f72939b1e85d2b35e26 (diff)
downloademacs-d352738b8b757785f8cdfa3d9c1eb8450a675d92.tar.gz
emacs-d352738b8b757785f8cdfa3d9c1eb8450a675d92.zip
Fix rcs2log problems with CVS.
Problem reported by Glenn Morris in <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>. Plus, fix some security and filename quoting problems. * rcs2log (logdir): Prefer mktemp if available. (logdir, llogdir): Work even if TMPDIR begins with '-' or has spaces. (output_authors, main awk script): Parse more-recent CVS output format.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c0df532fbb6..42a44f9712d 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,13 @@
12014-05-20 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix rcs2log problems with CVS.
4 Problem reported by Glenn Morris in
5 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>.
6 Plus, fix some security and filename quoting problems.
7 * rcs2log (logdir): Prefer mktemp if available.
8 (logdir, llogdir): Work even if TMPDIR begins with '-' or has spaces.
9 (output_authors, main awk script): Parse more-recent CVS output format.
10
12014-05-03 Paul Eggert <eggert@cs.ucla.edu> 112014-05-03 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 Handle systems without WCONTINUED consistently. (Bug#15110, 17339) 13 Handle systems without WCONTINUED consistently. (Bug#15110, 17339)