aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-12 22:27:18 -0800
committerPaul Eggert2011-03-12 22:27:18 -0800
commit313c1e544ab88d0ca95015b30e23dfbabe36a2ac (patch)
tree8433b2864d93515d7ad5e5f666fe6ab141d007e3 /src/ChangeLog
parent803110b53623077719e4a9d301e416f31007c946 (diff)
downloademacs-313c1e544ab88d0ca95015b30e23dfbabe36a2ac.tar.gz
emacs-313c1e544ab88d0ca95015b30e23dfbabe36a2ac.zip
* editfns.c (lisp_time_argument): Check for time stamp overflow.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b3362b9fbca..546b02d2a96 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 * editfns.c (lisp_time_argument): Check for time stamp overflow.
4
12011-03-12 Paul Eggert <eggert@cs.ucla.edu> 52011-03-12 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Improve quality of tests for time stamp overflow. For example, 7 Improve quality of tests for time stamp overflow. For example,