[Toybox] 0BSD is finally recognized by github.

2019-10-27 Thread Rob Landley
https://github.com/github/choosealicense.com/issues/464#issuecomment-546752469 I poked 'em to rescan toybox's license, as suggested there. (I can't tweet anymore, so if anybody else wants to spread the good word of 0BSD...) Rob ___ Toybox mailing list

Re: [Toybox] [PATCH] ls: Ensure file names are separated by 2 spaces

2019-10-27 Thread Rob Landley
On 10/27/19 7:23 PM, Andrew Ilijic wrote: > I did `git format-patch -2 $HEAD` "2" for two commits. Clearly, that > did not have the desired effect. I think I also had to copy and paste > the patch for some reason, which also may have messed it up. The git format-patch line should have worked, it

Re: [Toybox] [PATCH] ls: Ensure file names are separated by 2 spaces

2019-10-27 Thread Andrew Ilijic
Hi Rob, Thank you for the critique. Whatever advice you have time to give I will gladly take. I remember reading somewhere that it said to ping you if you did not get to a patch in a week. It had not been a week so I did not say anything. I put the links in my previous email to try and make it

Re: [Toybox] [landley/toybox] Add ln -r (#145)

2019-10-27 Thread Andrew Ilijic
Hi Rob, Thank you, I will take a look and let you know tomorrow. It is probably a yes. ~Andrew ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

[Toybox] [PATCH]cp: treat a directory name with a slash at the end the same as one without a slash

2019-10-27 Thread William Haddon
When a directory is specified a source to the cp command with a slash at the end of the name, it has been treated as the list of files in the directory. This is very annoying when using command completion in bash. This causes such a directory name to be treated the same as one without the

Re: [Toybox] [landley/toybox] Add ln -r (#145)

2019-10-27 Thread Rob Landley
On 10/26/19 1:17 PM, enh wrote: >> P.S. And I need an xabspath(file, -2) variant that resolves everything except >> the last path component, Which is in now, I should do macros for the second constant ala DIRTREE and MKPATHAT and HR _SPACE and such. >> because that's what tar wants for this

Re: [Toybox] [PATCH] ls: Ensure file names are separated by 2 spaces

2019-10-27 Thread Rob Landley
On 10/25/19 3:21 PM, Andrew Ilijic wrote: > Hi Jarno, > > Thank you for your email. It caused me to learn a lot about Unicode > today. I still need to collect my thoughts but I wanted to respond to > your email. I tried throwing all kinds of crazy Unicode at XTerm, > Gnome Terminal, and Suckless

Re: [Toybox] [PATCH] cut: re-enable crunch_str on cut -C

2019-10-27 Thread Rob Landley
On 10/25/19 1:14 AM, Jarno Mäkipää wrote: > ping > > While its not necessary to apply this patch I was hoping to rise some > conversation. My point is that crunch_str() works correctly. It pushes > 0 width combining chars to stdout even after colums==width. And reason > it renders wrong is

Re: [Toybox] [PATCH] ls: Ensure file names are separated by 2 spaces

2019-10-27 Thread Rob Landley
On 10/25/19 1:00 AM, Jarno Mäkipää wrote: > Hey Andrew > > Relating to combining char "issue" did you see patch I send to list. > > http://lists.landley.net/pipermail/toybox-landley.net/2019-October/011076.html > > I would say that crunch_str() on lib cuts strings with combining chars >

Re: [Toybox] [PATCH] ls: Ensure file names are separated by 2 spaces

2019-10-27 Thread Rob Landley
On 10/26/19 5:39 PM, Andrew Ilijic wrote: > Hi Rob, > > Here are the links to the two patches, no rush. > https://www.mail-archive.com/toybox@lists.landley.net/msg06039.html > https://www.mail-archive.com/toybox@lists.landley.net/msg06040.html The rule of thumb is to ping me if I haven't gotten

Re: [Toybox] What am I doing wrong with ndk-r20?

2019-10-27 Thread Rob Landley
On 10/23/19 12:27 PM, enh wrote: > i can't say whether it _works_, but that certainly builds for me on Android. Close enough. :) Rob ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] Android sitrep

2019-10-27 Thread Rob Landley
On 10/23/19 11:58 AM, Denys Nykula wrote: >> What behavior do you expect here? >> deleting the usr symlink and replacing it with a directory > > This, yes. "Other implementations replace the symlink with the dir and > keep unpacking files there". Try now? Rob

Re: [Toybox] [PATCH] Pass cflags and hostcc in mkroot.

2019-10-27 Thread Denys Nykula
On Sat, Oct 26, 2019 at 07:06:54PM -0500, Rob Landley wrote: > On 10/16/19 6:19 PM, Denys Nykula wrote: > > Yes, NetBSD package repository appears to be easier to bootstrap on Linux > > than > > those of GNU/distros. Package recipes are an independent layer from > > toolchain and > > core utils

[Toybox] The ELC talk went up on youtube.

2019-10-27 Thread Rob Landley
Toybox vs busybox: https://www.youtube.com/watch?v=MkJkyMuBm3g Rob (Alas, I can't tweet a link to it due to https://twitter.com/fadeaccompli/status/1186487986793472000 but on the bright side edited and posting a couple months of my blog at https://landley.net/notes.html since then. Might