From bb7226277bc7a3ada662c831a92dd5dc21c0098c Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 10 Aug 2016 18:20:05 +0000 Subject: [PATCH] fixes --- check.t | 4 ++-- lksh.1 | 7 ++----- mksh.1 | 39 ++++++++++++++++++++++++++++++++++----- 3 files changed, 38 insertions(+), 12 deletions(-) diff --git a/check.t b/check.t index 39b2ff7..45479b0 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.749 2016/08/04 20:51:32 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.750 2016/08/10 18:20:03 tg Exp $ # -*- mode: sh -*- #- # Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, @@ -9375,7 +9375,7 @@ stdin: (exit 42) . ./dotfile echo 1 $? . -expected-stdout: +expected-stdout: 1 0 . --- name: alias-function-no-conflict diff --git a/lksh.1 b/lksh.1 index a1a8337..95acfca 100644 --- a/lksh.1 +++ b/lksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/lksh.1,v 1.17 2016/02/11 20:12:09 tg Exp $ +.\" $MirOS: src/bin/mksh/lksh.1,v 1.18 2016/08/10 18:20:05 tg Exp $ .\"- .\" Copyright (c) 2008, 2009, 2010, 2012, 2013, 2015, 2016 .\" mirabilos @@ -74,7 +74,7 @@ .\" with -mandoc, it might implement .Mx itself, but we want to .\" use our own definition. And .Dd must come *first*, always. .\" -.Dd $Mdocdate: February 11 2016 $ +.Dd $Mdocdate: August 10 2016 $ .\" .\" Check which macro package we use, and do other -mdoc setup. .\" @@ -241,9 +241,6 @@ Division of the largest negative number by \-1 is Undefined Behaviour. The compiler is permitted to delete all data and crash the system if Undefined Behaviour occurs (see above for an example). .It -.Nm -only offers the traditional ten file descriptors to scripts. -.It .\"XXX TODO: move this to FPOSIX The rotation arithmetic operators are not available. .It diff --git a/mksh.1 b/mksh.1 index 28dcf0e..596fa3c 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.412 2016/08/10 18:15:18 tg Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.413 2016/08/10 18:20:05 tg Exp $ .\" $OpenBSD: ksh.1,v 1.160 2015/07/04 13:27:04 feinerer Exp $ .\"- .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, @@ -2681,10 +2681,11 @@ Additionally, base-16 integers may be specified by prefixing them with .Pq case-insensitive in all forms of arithmetic expressions, except as numeric arguments to the .Ic test -built-in command. +built-in utility. Prefixing numbers with a sole digit zero .Pq Sq 0 -does not cause interpretation as octal, as that's unsafe to do. +does not cause interpretation as octal (except in POSIX mode, +as required by the standard), as that's unsafe to do. .Pp As a special .Nm mksh @@ -5424,7 +5425,7 @@ The builtin does not interpret backslashes and only supports the exact option .Dq Fl n . .It -\&... (list is incomplete and may change for R53) +\&... (list is incomplete and may change for R54) .El .Ss SH mode Compatibility mode; intended for use with legacy scripts that @@ -5445,7 +5446,35 @@ The builtin does not interpret backslashes and only supports the exact option .Dq Fl n . .It -\&... (list is incomplete and may change for R53) +The substitution operations +.Sm off +.Xo +.Pf ${ Ar x +.Pf # Ar pat No } , +.Sm on +.Xc +.Sm off +.Xo +.Pf ${ Ar x +.Pf ## Ar pat No } , +.Sm on +.Xc +.Sm off +.Xo +.Pf ${ Ar x +.Pf % Ar pat No } , +.Sm on +.Xc +and +.Sm off +.Xo +.Pf ${ Ar x +.Pf %% Ar pat No } +.Sm on +.Xc +wrongly do not require a parenthesis to be escaped and do not parse extglobs. +.It +\&... (list is incomplete and may change for R54) .El .Ss Interactive input line editing The shell supports three modes of reading command lines from a