summaryrefslogtreecommitdiffstats
path: root/lib/libc/iconv
Commit message (Expand)AuthorAgeFilesLines
* MFC r263986:tijl2014-04-1513-28/+25
* MFC r262441-262442,262447,262461-262464,262655:tijl2014-03-042-5/+4
* MFC r258537, r258587:gjb2013-11-2915-282/+728
* MFC r258283 - move iconv* symbols out of libc.so.7 namespace withpeter2013-11-205-41/+200
* MFC r257583, r258012, r258013:gjb2013-11-162-20/+0
* MFC r257859:dim2013-11-111-1/+1
* MFC r256833:delphij2013-10-241-0/+2
* Fix the namespace pollution caused by iconv.h including stdbool.htheraven2013-09-061-0/+1
* Expose _citrus_bcs_trunc_rws_len for libintl's use.peter2013-08-131-0/+1
* The iconv in libc did two things - implement the standard APIs, the GNUpeter2013-08-132-15/+20
* Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has apeter2013-08-081-0/+13
* Make it clear that there are three separate internal locks.peter2013-07-034-25/+28
* As a followup to r252547, propate const down the call stack.peter2013-07-034-9/+9
* Replace the #define for "iconv" so it is for the function name instead ofpeter2013-07-033-5/+5
* If strdup failed, don't try and free the wrong thing.peter2013-07-011-1/+1
* __weak_alias() doesn't exist on FreeBSD. Use __weak_reference();peter2013-07-013-11/+19
* Make some tiny improvements to iconv_open().ed2013-05-251-21/+15
* Only call free() on something we allocated.ed2013-05-251-2/+2
* Let iconv build on -HEAD properly.ed2013-05-233-0/+3
* libc/iconv: Fix race condition with setting FD_CLOEXEC.jilles2012-12-171-5/+1
* Fix Fo arguments.joel2012-03-281-1/+1
* mdoc: add missing El macro.joel2012-03-271-0/+2
* mdoc: correct .Bd/.Bl arguments.joel2012-03-261-1/+1
* Fix date.joel2012-03-261-1/+1
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-231-1/+2
* - Fix a trivial bug in iconv. When there is no space to perform thegabor2011-09-191-2/+1
* Put a quick bandaid on internal citrus locking.kan2011-06-192-1/+3
* mdoc: reorder sections consistentlyuqs2011-06-021-3/+3
* - Move some internal functions to the private namespacegabor2011-05-271-9/+12
* Add the BSD-licensed Citrus iconv to the base system with default offgabor2011-02-2562-0/+8775
OpenPOWER on IntegriCloud