Re: [Toybox] [PATCH] devmem: add -f FILE, arbitrary amounts of data.

2024-07-25 Thread Ivo van Poorten
On Thu, 25 Jul 2024 14:17:51 -0400 enh via Toybox wrote: > +fd = xopen(TT.f ?: "/dev/mem", (writing ? O_RDWR : O_RDONLY) | > O_SYNC); Don't know Rob cares about this, but ?: is not ISO C. It's a GNU extension. Up until a few minutes ago I didn't even know this existed :) Would be nice if

Re: [Toybox] interesting new (?) env(1) options

2024-03-17 Thread Ivo van Poorten
On Sun, 17 Mar 2024 06:30:15 -0500 Rob Landley wrote: > On 3/15/24 17:48, enh wrote: > > i remember when apropros(1) was useful... > > > > ~$ apropos nice > > nice: nothing appropriate. > > ~$  > >   > > :-( > > Sadly arpopos requires some silly cron job to create a database, but > instead of

Re: [Toybox] __attribute__((__noreturn__)) vs _Noreturn

2022-05-14 Thread Ivo van Poorten
On Sat, 14 May 2022 04:31:24 -0500 Rob Landley wrote: > On 5/11/22 11:55, Ivo van Poorten wrote: > > https://github.com/rui314/chibicc > > Yeah, I saw your poke about that through the old qcc mailing list. :) Haha, wasn't sure if it was still read, so I thought I'd post a link h

Re: [Toybox] __attribute__((__noreturn__)) vs _Noreturn

2022-05-11 Thread Ivo van Poorten
On Wed, 11 May 2022 09:04:01 -0700 enh via Toybox wrote: > there's plenty of C++ in the GNU stuff these days; that's orthogonal. Yes. gcc cannot compile itself anymore without g++. chibicc looks promising. https://github.com/rui314/chibicc A book and all. But so did pcc (haven't heard much

Re: [Toybox] Finally being forced off gmail...

2019-12-18 Thread Ivo van Poorten
On Tue, 17 Dec 2019 15:38:30 -0600 Rob Landley wrote: > Sometime between now and Feb 15 I need to move my email off gmail > because pop3 support is joining the Google Graveyard (at least that's > how I read the attached email). I'll probably switch it to use > dreamhost's servers, but just

[Toybox] mkfs.vfat / mkdosfs (was: Re: [PATCH] grep: add --line-buffered and fix regular buffering.)

2019-04-26 Thread Ivo van Poorten
On Fri, 26 Apr 2019 14:54:38 -0500 Rob Landley wrote: > the gzip second file bug and finish deflate and the new mkfs.vfat and > ... Many years ago I started on mkdosfs, but RL got in the way. Meant to continue with it for years, but well, other projects, blabla At the moment, it doesn't do much

Re: [Toybox] Tired of gmails nonsense.

2018-12-04 Thread Ivo van Poorten
On Tue, 4 Dec 2018 13:54:10 +1000 David Seikel wrote: > I'm not sure if it's gmails fault entirely, but I've only been seeing > about half of the posts to this list. Mostly those from enh of late. The same is happening here. I only see enh's replies and none of Rob. Regards, Ivo

Re: [Toybox] Toybox bc's transcendental and irrational functions produce incorrect results, memory leaks and exhibit brute force algorithmic complexity.

2018-08-28 Thread Ivo van Poorten
On Tue, 28 Aug 2018 16:25:48 -0400 Zach van Rijn wrote: > On Tue, 2018-08-28 at 14:53 -0500, Sasha Toltec wrote: > > Otherwise, I am deleting this account. No idea about the difference between an account and a mailing-list subscription? > Why would you "delete your account"? Do you not offer

Re: [Toybox] Toybox bc's transcendental and irrational functions produce incorrect results, memory leaks and exhibit brute force algorithmic complexity.

2018-08-28 Thread Ivo van Poorten
On Tue, 28 Aug 2018 00:35:38 -0500 Sasha Toltec wrote: > naive algorithm [...] > The only time subtractive chunking is used is by school children. [...] > You (both?) seem to have no idea how to force errors out of a badly > scaled irrational function so I supplied an example (though judging >

Re: [Toybox] md5sum cleanup

2014-06-07 Thread Ivo van Poorten
On Sun, 01 Jun 2014 12:00:08 -0500 Rob Landley r...@landley.net wrote: On 05/15/14 11:50, Ivo van Poorten wrote: On Wed, 14 May 2014 21:56:13 -0700 Daniel Verkamp dan...@drv.nu wrote: Here's a quick cleanup of md5sum. Executive summary: smaller and faster. Nice! It got me excited

Re: [Toybox] md5sum cleanup

2014-06-07 Thread Ivo van Poorten
On Sat, 7 Jun 2014 15:36:27 +0200 Ivo van Poorten ivo...@gmail.com wrote: On Sun, 01 Jun 2014 12:00:08 -0500 Rob Landley r...@landley.net wrote: On 05/15/14 11:50, Ivo van Poorten wrote: cur-hg 8.6 daniel 6.7 ivo 4.9 md5sum 2.8 openssl 2.7