aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* strfmon: style fixesJose Luis Duran2023-12-101-98/+99
* strfmon: Silence scan-build warningJose Luis Duran2023-12-091-1/+0
* strfmon.3: Cleanup example codeJose Luis Duran2023-12-091-3/+5
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-5/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-2759-147/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-152-6/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0154-54/+0
* libc: Fix missing or misspelled MLINKS.Dag-Erling Smørgrav2023-10-181-13/+37
* memory(3): Mention more functions.Dag-Erling Smørgrav2023-10-181-14/+43
* ptsname.3: accommodate upcoming POSIX Issue 8 ptsname_rEd Maste2023-10-141-2/+15
* libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics.Dag-Erling Smørgrav2023-09-261-24/+16
* libc: add LIBC_MALLOC optionBrooks Davis2023-09-011-1/+1
* libc: Document support for binary integers.Dag-Erling Smørgrav2023-08-282-2/+6
* libc: Implement N2630.Dag-Erling Smørgrav2023-08-286-2/+45
* libc: regoranize malloc buildBrooks Davis2023-08-164-3/+4
* jemalloc: drop unused .PATHBrooks Davis2023-08-161-3/+0
* libc: include malloc via stdlib/Makefile.incBrooks Davis2023-08-161-0/+2
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1629-29/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1614-28/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1658-116/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* libc: unsplit log message to to make it greppable in srcEd Maste2023-08-051-2/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1211-11/+11
* Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm."Hans Petter Selasky2023-04-206-505/+1
* libc: Sorting is not needed when there are less than two elementsHans Petter Selasky2023-04-191-1/+2
* libc: Add missing object size check to qsort_s(3)Hans Petter Selasky2023-04-192-3/+11
* bsort.3: Fix warnings as reported by mandoc -W warningHans Petter Selasky2023-04-191-6/+4
* libc: Implement bsort(3) a bitonic type of sorting algorithm.Hans Petter Selasky2023-04-196-1/+507
* secure_getenv: Improve documentation wordingWarner Losh2023-03-251-14/+16
* secure_getenv: Add () around return valuesWarner Losh2023-03-251-2/+2
* Add GNU glibc compatible secure_getenvlucy2023-03-144-3/+40
* libc: move declaration of 'char **environ' to common private headerKonstantin Belousov2023-03-111-2/+1
* xlocale: garbage collect references to strtoq_l/strtouq_lVal Packett2023-03-021-2/+0
* getopt_long(3): note an inconsistency with getopt(3) in BUGSKyle Evans2023-02-111-1/+17
* strfmon(3): Match the return typeJose Luis Duran2023-01-251-2/+2
* strfmon(3): Wording improvementsJose Luis Duran2023-01-251-12/+11
* strfmon(3): Add an EXAMPLES sectionJose Luis Duran2023-01-251-0/+25
* strfmon: Remove XXX marksJose Luis Duran2022-10-291-3/+3
* strfmon_l: Use specified locale for number formattingJose Luis Duran2022-10-291-24/+23
* strfmon_l(3): Add name to the man pageJose Luis Duran2022-10-291-3/+5
* strfmon(3): Fix # explanationJose Luis Duran2022-10-251-2/+8
* strfmon(3): Remove repeated wordsJose Luis Duran2022-10-251-1/+1
* strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-10-251-1/+1
* strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-10-251-2/+6
* strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran2022-10-251-2/+10
* strfmon: Trim the SPACE from international currency symbolJose Luis Duran2022-10-251-1/+3
* strfmon: Avoid an out-of-bounds accessJose Luis Duran2022-10-251-2/+3
* strfmon: Fix typos in source code commentsJose Luis Duran2022-10-251-2/+2