Results 326 comments of Alejandro Colomar
trafficstars

> > The mail provider fixed the bug in a few minutes after my report, though, so they were nice. :-) > > Wow, it's nice to hear stories like...

I've found a few headers that are used by mailing lists: `List-Archive`, `List-Help`, `List-ID`, `List-Owner`, `List-Post`, `List-Subscribe`, `List-Unsubscribe`, `List-Unsubscribe-Post`. Please ask that mailing list to use these instead of editing...

> > I believe the benchmarks you provide compared to find(1) are unfair. find(1) should not be used for grepping; following the Unix principles, find(1) should just find, and grep(1)...

> > Relevant stuff: http://doc.cat-v.org/unix/find-history > > Thanks for this link, very cool! :-) > > > The pipe shouldn't be a bottleneck. The bottleneck is usually I/O. > >...

@jgardona That's a small thing, actually. Compare to this: ```sh alx@debian:~$ time find ~ | wc -l 660487 real 0m0.338s user 0m0.080s sys 0m0.273s alx@debian:~$ time find ~ -type f...

Not sure if you're interested in supporting systems from the early 80's today. If so, please close the PR. Otherwise, I'm happy to simplify the code base a little bit....

Changes: - Drop changes. It is C99 stuff. [@tbeu] ``` $ git range-diff develop..gh/stdc develop..stdc 1: 3702222 = 1: 3702222 RIP pre-ANSI C 2: f2a4676 = 2: f2a4676 Fix indentation...

Changes: - Remove spurious configure message for test that I had removed. - Update comment. - Remove always-true conditional, since we removed the corresponding macro definition.

On 2023-09-21 21:13, tbeu wrote: > @tbeu commented on this pull request. > > Might be good to rebase and resolve conflicts. > > > Yup. Rebased. Also removed NO_ERRNO_H....

On Wed, Sep 27, 2023 at 02:01:53PM -0700, AraHaan wrote: > Would this affect those who compile zlib for the following toolsets though? > > - Visual Studio 2010 >...