summaryrefslogtreecommitdiff
path: root/lib/libc/iconv
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-07libc/iconv: don't export nonexistant symbolsBrooks Davis
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-28libc: Implement N2630.Dag-Erling Smørgrav
2023-08-24libc: Fix parsing of hexadecimal numbers in strtol() family.Dag-Erling Smørgrav
2023-08-22libc: iconv: zero out cv_shared on allocationKyle Evans
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-27libc: Use secure_getenv(3) where appropriateMark Johnston
2023-02-23iconvlist(3): fix count argument typeKyle Evans
2022-08-11libc: iconv: add mb_cur_min for encoder traitsKyle Evans
2022-08-11libc: iconv: push option ignore into citrus_iconv_open()Kyle Evans
2021-12-21libc: Fix "harmless" iconv one-byte overreadJessica Clarke
2021-11-29citrus_prop.c: do not ignore signKonstantin Belousov
2020-04-30Remove the SYMVER build option.John Baldwin
2019-07-02libc: correct iconv buffer overflowEd Maste
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20iconv: Fix a pointer mismatch.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-23__iconv_get_list: separate .Nm entries with commasEnji Cooper
2017-03-12libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni
2017-03-12libc: small cleanups.Pedro F. Giffuni
2017-01-20Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper
2016-06-02citrus: Remove redundant code in _citrus_esdb_get_list().Pedro F. Giffuni
2016-05-14iconvctl(3): remove superfluous NULL pointer testsEric van Gyzen
2016-04-30libc: spelling fixes.Pedro F. Giffuni
2016-03-15libc: don't build compat functions if building WITHOUT_SYMVEREd Maste
2015-12-20libc: Use namespace.h in a few more files.Jilles Tjoelker
2015-10-29Use memmove(3) to avoid overlapping copy.Bryan Drewery
2015-10-29Fix several memory leaks, and crashes, in iconvlist(3).Bryan Drewery
2015-04-20Fix improbable memory leak in _citrus_prop_read_str().Pedro F. Giffuni
2015-04-15Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans
2015-02-28Avoid lookup of CODESET aliases using uninitialized pathAlexander Kabaev
2015-01-04mdoc: paragraph improvements.Joel Dahl
2014-12-27mdoc: improvements to SEE ALSO.Joel Dahl
2014-12-15Fix incorrect type of "invalids" argument in __iconv() prototype.Jun Kuriyama
2014-08-04fix misordering...John-Mark Gurney
2014-08-04add xrefs for the other functions...John-Mark Gurney
2014-06-23use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin
2014-06-13iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_sharedTijl Coosemans
2014-06-13Replace malloc+memset with calloc.Tijl Coosemans
2014-04-01- In the libiconv module for ISO 2022 restore the original order of theTijl Coosemans
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2014-02-24Consistently pass around context information using a simple pointer. ThisTijl Coosemans