about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2023-02-28 14:25:57 +0100
committerMikael Magnusson <mikachu@gmail.com>2023-10-16 10:36:12 +0200
commit6b34f3dc14d5caf7f4e3ef0a6416224edf905c48 (patch)
treec63410d0fa2aa7da8447af926d717fdb1dc5d8b2 /ChangeLog
parentc9da370470754fe4760a5c62671174fce4441931 (diff)
downloadzsh-6b34f3dc14d5caf7f4e3ef0a6416224edf905c48.tar.gz
zsh-6b34f3dc14d5caf7f4e3ef0a6416224edf905c48.tar.xz
zsh-6b34f3dc14d5caf7f4e3ef0a6416224edf905c48.zip
51490: Use time_t for lastt which stores result of time(0)
Coverity complained about this, and possibly some more people would in 15
years
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eb4876b8..2774ca119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 	* 52056: Completion/Unix/Command/_sccs: _sccs: don't handle
 	subcommands in main namespace
 
+	* 51490: Src/Zle/computil.c: Use time_t for lastt which stores
+	result of time(0)
+
 2023-10-15  Bart Schaefer  <schaefer@zsh.org>
 
 	* 52218: Etc/BUGS, NEWS, README: notes since 5.9 release