aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/iconv
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libc/iconv: don't export nonexistant symbolsBrooks Davis2024-03-071-38/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0121-21/+0
* libc: Implement N2630.Dag-Erling Smørgrav2023-08-282-0/+14
* libc: Fix parsing of hexadecimal numbers in strtol() family.Dag-Erling Smørgrav2023-08-242-2/+8
* libc: iconv: zero out cv_shared on allocationKyle Evans2023-08-232-6/+1
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-164-8/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1655-55/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1613-26/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1214-14/+14
* libc: Use secure_getenv(3) where appropriateMark Johnston2023-03-272-4/+5
* iconvlist(3): fix count argument typeKyle Evans2023-02-231-2/+2
* libc: iconv: add mb_cur_min for encoder traitsKyle Evans2022-08-115-1/+24
* libc: iconv: push option ignore into citrus_iconv_open()Kyle Evans2022-08-112-22/+22
* libc: Fix "harmless" iconv one-byte overreadJessica Clarke2021-12-211-2/+2
* citrus_prop.c: do not ignore signKonstantin Belousov2021-11-291-4/+5
* Remove the SYMVER build option.John Baldwin2020-04-301-4/+1
* libc: correct iconv buffer overflowEd Maste2019-07-021-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2566-0/+132
* iconv: Fix a pointer mismatch.Pedro F. Giffuni2017-11-201-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* __iconv_get_list: separate .Nm entries with commasEnji Cooper2017-05-231-1/+1
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-1/+1
* libc: small cleanups.Pedro F. Giffuni2017-03-121-2/+0
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* citrus: Remove redundant code in _citrus_esdb_get_list().Pedro F. Giffuni2016-06-021-12/+6
* iconvctl(3): remove superfluous NULL pointer testsEric van Gyzen2016-05-141-6/+4
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* libc: don't build compat functions if building WITHOUT_SYMVEREd Maste2016-03-151-1/+5
* libc: Use namespace.h in a few more files.Jilles Tjoelker2015-12-201-3/+5
* Use memmove(3) to avoid overlapping copy.Bryan Drewery2015-10-291-1/+1
* Fix several memory leaks, and crashes, in iconvlist(3).Bryan Drewery2015-10-291-18/+26
* Fix improbable memory leak in _citrus_prop_read_str().Pedro F. Giffuni2015-04-201-1/+3
* Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-1512-21/+21
* Avoid lookup of CODESET aliases using uninitialized pathAlexander Kabaev2015-02-281-0/+8
* mdoc: paragraph improvements.Joel Dahl2015-01-041-1/+1
* mdoc: improvements to SEE ALSO.Joel Dahl2014-12-271-2/+2
* Fix incorrect type of "invalids" argument in __iconv() prototype.Jun Kuriyama2014-12-151-1/+1
* fix misordering...John-Mark Gurney2014-08-041-3/+3
* add xrefs for the other functions...John-Mark Gurney2014-08-041-1/+5
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-234-4/+4
* iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_sharedTijl Coosemans2014-06-131-2/+3
* Replace malloc+memset with calloc.Tijl Coosemans2014-06-132-5/+2
* - In the libiconv module for ISO 2022 restore the original order of theTijl Coosemans2014-04-0113-28/+25
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-3/+3
* Consistently pass around context information using a simple pointer. ThisTijl Coosemans2014-02-242-5/+4