Re: [PATCH] readlink: Support --, -n always

2023-04-16 Thread Denys Vlasenko
Applied, thank you On Mon, Apr 10, 2023 at 4:00 PM Eric Blake wrote: > > Ping > > On Fri, Mar 24, 2023 at 09:58:14AM -0500, Eric Blake wrote: > > POSIX will be standardizing readlink (just the -n option) and realpath > > (just -E and -e options): > >

Re: [PATCH] tr: display usage for incorrect arguments

2023-04-16 Thread Denys Vlasenko
Applied, thank you. On Sun, Apr 16, 2023 at 9:24 AM Ron Yorston wrote: > > tr must have one or two non-option arguments. Display the usage > message if any other number is present. > > function old new delta > .rodata

Re: [PATCH 1/1] ash,hush: tab completion of functions and aliases

2023-04-16 Thread Denys Vlasenko
Applied, thank you. On Thu, Apr 13, 2023 at 1:56 PM Ron Yorston wrote: > > Since commit 9e2a5668f (ash,hush: allow builtins to be tab-completed, > closes 7532) ash and hush have supported tab completion of builtins. > > Other shells, bash and ksh for example, also support tab completion > of

[PATCH] tr: display usage for incorrect arguments

2023-04-16 Thread Ron Yorston
tr must have one or two non-option arguments. Display the usage message if any other number is present. function old new delta .rodata 108389 108392 +3