From 895e9beb294a9e86c8ead01ff177624848f495ff Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 28 Jul 2016 09:46:40 +0100 Subject: users/21793: Remove raw integers as glob qualifiers. There was an ancient undocumented feature that these were treated as a file mode to "or" with that of the file under test. The only documented way of doing this has always been the "f" qualifier, so removed the effect of raw integers to make errors more obvious. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf74cbe3c..88cf4cd19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-07-28 Peter Stephenson + + * users/21793: README, Src/glob.c: remove ancient undocumented + pre-"f" glob qualifer feature that unqualified integers were + treated as octal file mode. + 2016-07-27 Daniel Shahaf * unposted: Functions/Misc/add-zle-hook-widget: Prefix function's -- cgit 1.4.1