Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2024-01-01 | 1 | -1/+1 |
| | |||||
* | stdlib: Avoid undefined behavior in stdlib/tst-labs | Florian Weimer | 2023-05-17 | 1 | -12/+13 |
| | | | | | | | | | The last loop could attempt to overflow beyond INT_MAX on 32-bit architectures. Also switch to GNU style. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org> | ||||
* | stdlib: Add testcases for labs(). (BZ #30263) | Joe Simmons-Talbott | 2023-05-16 | 1 | -0/+51 |
Test minimum and maximum long values, zero, and part of the range of long values. Use '-fno-builtin' to ensure we are testing the implementation. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com> |