summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilipp Weis <pweis@pweis.com>2010-11-28 19:40:17 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-11-28 19:40:17 +0800
commit83a7565d3c3a74cc2df831e86f9fd3f979a3f7aa (patch)
tree74e81d2b75338b8143399384543e9c2139307a57 /ChangeLog
parent[EVAL] Fixed trap/return regression due to SKIPEVAL removal (diff)
downloaddash-83a7565d3c3a74cc2df831e86f9fd3f979a3f7aa.tar.gz
dash-83a7565d3c3a74cc2df831e86f9fd3f979a3f7aa.zip
[MAN] Document optional open parenthesis for case patterns
While inspecting some dash scripts on my system, I was surprised to
see that some of them use an open parenthesis at the beginning of case
patterns while that's not mentioned in the manpage. Dash currently is
fine with and without that parenthesis (parser.c:413). The attached
patch documents this feature.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f148ef6..76cbeb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-28  Philipp Weis <pweis@pweis.com>
+
+	* Document optional open parenthesis for case patterns.
+
 2010-11-28  Herbert Xu <herbert@gondor.apana.org.au>
 
 	* Fixed trap/return regression due to SKIPEVAL removal.