summaryrefslogtreecommitdiff
path: root/stdlib/ullabs.c
AgeCommit message (Collapse)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-10-28Rename uimaxabs to umaxabs (bug 33325)Joseph Myers
The C2y function uimaxabs has been renamed to umaxabs. Implement this change in glibc, keeping a compat symbol under the old name, copying the test to test the new name and changing the old test to test the compat symbol. Jakub has done the corresponding change to the built-in function in GCC. Tested for x86_64 and x86.
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf
C2Y adds unsigned versions of the abs functions (see C2Y draft N3467 and proposal N3349). Tested for x86_64. Signed-off-by: Lenard Mollenkopf <glibc@lenardmollenkopf.de>