[PATCH v2 0/8] Synchronize *div() implementations with FreeBSD

Sebastian Huber <[email protected]> Sat, 20 Jun 2026 11:52:02 +0200
Newsgroups gmane.comp.lib.newlib
Message-ID <[email protected]>
The resulting *div() implementation are also in line with glibc and musl.

Aymeric Wibo (2):
  libc: Remove leftover comments
  libc: Improve {,l,ll,imax}div(3) manpages

Minsoo Choo (1):
  libc: Remove support for pre-C99 C standards

Pedro F. Giffuni (2):
  General further adoption of SPDX licensing ID tags.
  libc: further adoption of SPDX licensing ID tags.

Warner Losh (3):
  spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
  Remove $FreeBSD$: one-line .c pattern
  libc: Purge unneeded cdefs.h

 newlib/libc/stdlib/div.c     | 46 ++++++------------------------------
 newlib/libc/stdlib/imaxdiv.c | 13 +++-------
 newlib/libc/stdlib/ldiv.c    | 20 +++++-----------
 newlib/libc/stdlib/lldiv.c   | 31 +++---------------------
 4 files changed, 19 insertions(+), 91 deletions(-)

--=20
2.51.0