User Details
- User Since
- Jun 6 2021, 5:11 PM (252 w, 3 d)
Today
Looks reasonable. I'll be waiting for kargl to say something, too.
Yesterday
Sat, Apr 4
Two changes will be made before landing this:
Fri, Apr 3
Nice submission! I'll find some time in the next days to work on this one. Please note that kargl thinks fmaximum and fminimum should never raise FE_INVALID, so some slight rework is needed (we do return (a+b) which triggers FE_INVALID if a or b are signalling nans). He has also asked that the build scripts be in alphabetic order. I have prepared patches for both which I will land in the next days, you can then rebase your feature based on that.
Thu, Apr 2
Once we get fmaximum_num and fminimum_num in, we should recommend that those be used instead. CC @jesuscblazquez_gmail.com.
Wed, Apr 1
Without having tested this patch, it sure looks like it would sidestep the problem elegantly.
@ngie Is it better now with comments?
This seems to have broken the build when building natively with WITHOUT_CROSS_COMPILER=yes, see thread on src-committers-all:
Tue, Mar 31
This looks pretty good.
Mon, Mar 30
Sat, Mar 28
Now fails to build like so:
Fri, Mar 27
Thu, Mar 26
Fails to build on FreeBSD 15:
Would it be possible to generate the same bootstrap for arm as for the others? I can give you access to an ARM box if you need.
Wed, Mar 25
- libc/strrchr_test.c: explain what the unit tests test for
Tue, Mar 24
This test is an adaption of the memrchr test with minor modifications.
Sun, Mar 22
Do you plan to follow up on this before the start of GSoC?
Sat, Mar 21
Mon, Mar 16
LGTM.
Please add a link to the changelog to the commit message when you land this one.
Sun, Mar 15
I would get rid of the type changes, as I don't think they actually improve the code. The end_result change is wrong.
Sat, Mar 14
Fri, Mar 13
Looks pretty reasonable, though I'll let Steve Kargl have the last word.
Needs a man page.