| Age | Commit message (Expand) | Author |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2021-11-05 | Implementations of cexpl() | Steve Kargl |
| 2018-07-15 | msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd | Matt Macy |
| 2018-05-13 | Add implementations for clog(3), clogf(3), and clog(3). | Konstantin Belousov |
| 2017-11-25 | include: General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-18 | Add new catrigl.c (r313761) APIs to include/complex.h | Mahdi Mokhtari |
| 2013-05-30 | I'm happy to finally commit stephen@'s implementations of cacos, | David Schultz |
| 2013-05-25 | Add C11 macros CMPLX(), CMPLXF() and CMPLXL(). | Ed Schouten |
| 2012-01-17 | Only use the static assertion when __generic is available. | Ed Schouten |
| 2012-01-05 | Remove redundant inclusion of <sys/cdefs.h>. | Ed Schouten |
| 2012-01-05 | Make _Complex_I a proper float _Complex when using GCC 4.2. | Ed Schouten |
| 2011-10-17 | Add c{cos,sin,tan}{,h}{,f} functions. This is joint work with | David Schultz |
| 2011-03-07 | Add missing declarations that I intended to commit with r219359. | David Schultz |
| 2008-08-07 | Implement cproj{,f,l}(). | David Schultz |
| 2008-08-07 | Annotate creal(), cimag(), and conj() with __pure2. | David Schultz |
| 2008-03-30 | Implement csqrtl(). | David Schultz |
| 2008-03-30 | Hook hypotl() and cabsl() up to the build. | David Schultz |
| 2007-12-15 | Implement and document csqrt(3) and csqrtf(3). | David Schultz |
| 2007-12-12 | Implement carg(3) and cargf(3). | David Schultz |
| 2004-08-14 | Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword. | Stefan Farfeleder |
| 2004-08-14 | Use tabulators after '#define'. | Stefan Farfeleder |
| 2004-05-30 | Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are | Stefan Farfeleder |
| 2004-05-30 | Remove the macros for creal{,f} and cimag{,f}. They failed to convert their | Stefan Farfeleder |
| 2002-03-23 | Breath deep and take __P out of the system include files. | Warner Losh |
| 2001-06-13 | Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostly | Ruslan Ermilov |