[Toybox] [PATCH] xxd: -d Decimal Lables flag, Don't cap at one file

2024-04-20 Thread Oliver Webb via Toybox
Looking at xxd, I noticed that the -b[inary] flag wasn't there, Having some facility to print binary is nice, but since printf doesn't have anything in built for it implementing it isn't hard, but it looks _ugly_. Which is why I decided not to do that in this patch. xxd also runs on average about

Re: [Toybox] shuf works on FreeBSD

2024-04-20 Thread Vidar Karlsen via Toybox
On Sat, Apr 20, 2024 at 11:18:31AM -0500, Rob Landley wrote: > On 4/20/24 03:42, Vidar Karlsen via Toybox wrote: > > toys/other/shuf.c builds and runs on FreeBSD and can be enabled in > > freebsd_miniconfig with CONFIG_SHUF=y. > > > > I can't think of a use case for it, but I'm sure there are

Re: [Toybox] shuf works on FreeBSD

2024-04-20 Thread Rob Landley
On 4/20/24 03:42, Vidar Karlsen via Toybox wrote: > toys/other/shuf.c builds and runs on FreeBSD and can be enabled in > freebsd_miniconfig with CONFIG_SHUF=y. > > I can't think of a use case for it, but I'm sure there are some. I thought it was enabled in commit 93c8ea40a back in November? Rob

[Toybox] shuf works on FreeBSD

2024-04-20 Thread Vidar Karlsen via Toybox
toys/other/shuf.c builds and runs on FreeBSD and can be enabled in freebsd_miniconfig with CONFIG_SHUF=y. I can't think of a use case for it, but I'm sure there are some. ___ Toybox mailing list Toybox@lists.landley.net

[Toybox] [mkroot] mkroot package to build lua

2024-04-20 Thread Oliver Webb via Toybox
(Posting this to the list because discussion on the list is preferred over GitHub) Since there is discussion about building a ruby interpreter under mkroot. I decided to take a shot at building a lua interpreter under mkroot. This is as easy as easy can be. Being pure ANSI C, there are a few