aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/iconv
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc: fix several uses of the Fx macro to point to actual releases.Ulrich Spörlein2014-01-284-4/+4
* Move the iconv wrapper source from libc_nonshared to libc/iconv so thatPeter Wemm2013-11-2513-287/+701
* Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQHiroki Sato2013-11-253-1/+33
* Attempt to move the POSIX iconv* symbols out of runtime linker space.Peter Wemm2013-11-175-41/+200
* Fix typo in include guard, found by clang 3.4.Dimitry Andric2013-11-081-1/+1
* Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanPeter Wemm2013-11-032-20/+0
* Drop cm_lock before calling mapper_close, which in turn could callXin LI2013-10-211-0/+2
* Fix the namespace pollution caused by iconv.h including stdbool.hDavid Chisnall2013-09-061-0/+1
* Expose _citrus_bcs_trunc_rws_len for libintl's use.Peter Wemm2013-08-131-0/+1
* The iconv in libc did two things - implement the standard APIs, the GNUPeter Wemm2013-08-132-15/+20
* Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has aPeter Wemm2013-08-081-0/+13
* Make it clear that there are three separate internal locks.Peter Wemm2013-07-034-25/+28
* As a followup to r252547, propate const down the call stack.Peter Wemm2013-07-034-9/+9
* Replace the #define for "iconv" so it is for the function name instead ofPeter Wemm2013-07-033-5/+5
* If strdup failed, don't try and free the wrong thing.Peter Wemm2013-07-011-1/+1
* __weak_alias() doesn't exist on FreeBSD. Use __weak_reference();Peter Wemm2013-07-013-11/+19
* Make some tiny improvements to iconv_open().Ed Schouten2013-05-251-21/+15
* Only call free() on something we allocated.Ed Schouten2013-05-251-2/+2
* Let iconv build on -HEAD properly.Ed Schouten2013-05-233-0/+3
* libc/iconv: Fix race condition with setting FD_CLOEXEC.Jilles Tjoelker2012-12-171-5/+1
* Fix Fo arguments.Joel Dahl2012-03-281-1/+1
* mdoc: add missing El macro.Joel Dahl2012-03-271-0/+2
* mdoc: correct .Bd/.Bl arguments.Joel Dahl2012-03-261-1/+1
* Fix date.Joel Dahl2012-03-261-1/+1
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-1/+2
* - Fix a trivial bug in iconv. When there is no space to perform theGabor Kovesdan2011-09-191-2/+1
* Put a quick bandaid on internal citrus locking.Alexander Kabaev2011-06-192-1/+3
* mdoc: reorder sections consistentlyUlrich Spörlein2011-06-021-3/+3
* - Move some internal functions to the private namespaceGabor Kovesdan2011-05-271-9/+12
* Add the BSD-licensed Citrus iconv to the base system with default offGabor Kovesdan2011-02-2562-0/+8775