summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2020-05-05 20:28:31 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2020-05-05 20:28:31 +0100
commitc486040220e07f2d9fbf45fe6b74f46b669553dc (patch)
treebb74c9d31facb89fe17b4b10ba3338bb1a08aa65 /ChangeLog
parent455c80e4bbeb10e68f7a0e8d9296097c20c15949 (diff)
downloadzsh-c486040220e07f2d9fbf45fe6b74f46b669553dc.tar.gz
zsh-c486040220e07f2d9fbf45fe6b74f46b669553dc.tar.xz
zsh-c486040220e07f2d9fbf45fe6b74f46b669553dc.zip
45772: Restore locale on parameter scope end.
Check if relevant parameters changes and if so restore system settings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2cd48943..aa17d136a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-05-05  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 45772: Src/params.c: Upon restoring locale variables, restore
+	the corresponding system settings.
+
 2020-05-23  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
 
 	* unposted: Src/Builtins/rlimits.c: add a comment about how to