Re: [Toybox] [PATCH] Make it easier to switch regex implementations.

2020-11-11 Thread Rob Landley
On 11/10/20 6:02 PM, enh wrote: >> He can't tell you what your _objectives_ are, but if you want libc host >> compatibility domain expertise, that's the guy who knows where the bodies are >> buried. > > no, it's actually stuff like "non-Android keeps its list of users in > /etc/passwd" > > and

[Toybox] [PATCH] file: identify Android Binary XML.

2020-11-11 Thread enh via Toybox
Android is introducing a new binary XML format that is a drop-in replacement for many existing .xml files written by system_server. Since engineers may be surprised when encountering this new format, add it to the "file" tool to aid identification in the field. --- toys/posix/file.c | 5 + 1

Re: [Toybox] [PATCH] date: add --utc (synonymous with -u)

2020-11-11 Thread enh via Toybox
this one came up for me this week, but note that the existing pull request https://github.com/landley/toybox/pull/249/commits/4f8a13cdf266702dc9e3281621a9b33793fa65bc covers this and more. obviously as "captain longopts" i'd support merging that pull request instead of this patch :-) (i

[Toybox] [PATCH] date: add --utc (synonymous with -u)

2020-11-11 Thread enh via Toybox
--- toys/posix/date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) From 608089dae59b1587f3f6cdcf280cf157df77e3de Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 11 Nov 2020 10:07:01 -0800 Subject: [PATCH] date: add --utc (synonymous with -u) --- toys/posix/date.c | 2 +- 1