Re: [PATCH v5 0/3] c: Add __lengthof__ operator

2024-08-07 Thread Alejandro Colomar
Hi David, On Wed, Aug 07, 2024 at 10:11:12AM GMT, david.brown wrote: > Hi,The address david.br...@hesbynett.no is not bouncing.  Its my email > address, and I'm getting the emails in this discussion just fine. Ahh, sorry, I didn't read the bounce notification properly; the address is indeed reach

Re: [PATCH v5 0/3] c: Add __lengthof__ operator

2024-08-07 Thread david.brown
ustedt , David Brown , Florian Weimer , Andreas Schwab Subject: Re: [PATCH v5 0/3] c: Add __lengthof__ operator is bouncing.  FYI.  I've removed it.On Wed, Aug 07, 2024 at 01:12:00AM GMT, Alejandro Colomar wrote:> Hi!> > This is ready for review.> > v5:> > -  Add

Re: [PATCH v5 0/3] c: Add __lengthof__ operator

2024-08-06 Thread Alejandro Colomar
is bouncing. FYI. I've removed it. On Wed, Aug 07, 2024 at 01:12:00AM GMT, Alejandro Colomar wrote: > Hi! > > This is ready for review. > > v5: > > - Add changelog entries. > - Wording fixes in commit messages. > - s/sizeof/lengthof/ in comment. > - CC += David, Florian, Andreas [Qing]