about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2021-05-15 14:11:49 -0700
committerBart Schaefer <schaefer@ipost.com>2021-05-15 14:11:49 -0700
commit4fa4dcad17f593a8def8799ad1d5258c328d9ead (patch)
treeefcfb9a34916f69fdc067a2a0264979db005fb27 /ChangeLog
parentdb3614900602b51edd79ae8c1308b8665de9f913 (diff)
downloadzsh-4fa4dcad17f593a8def8799ad1d5258c328d9ead.tar.gz
zsh-4fa4dcad17f593a8def8799ad1d5258c328d9ead.tar.xz
zsh-4fa4dcad17f593a8def8799ad1d5258c328d9ead.zip
48723: locale-safe recognition of "Inf" and "NaN" constants in math
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e241fa6a..91d45894b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-05-15  Bart Schaefer  <schaefer@zsh.org>
 
+	* Vincent Lefevre: 48723: Src/math.c: locale-safe recognition of
+	"Inf" and "NaN" constants
+
 	* Peter Stephenson: users/26742: Src/builtin.c: break out of
 	surrounding shell loops when "exit" is called from an exit hook