index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
iconv
Commit message (
Expand
)
Author
Age
Files
Lines
*
citrus: Remove redundant code in _citrus_esdb_get_list().
pfg
2016-06-02
1
-12
/
+6
*
iconvctl(3): remove superfluous NULL pointer tests
vangyzen
2016-05-14
1
-6
/
+4
*
libc: spelling fixes.
pfg
2016-04-30
1
-1
/
+1
*
libc: don't build compat functions if building WITHOUT_SYMVER
emaste
2016-03-15
1
-1
/
+5
*
libc: Use namespace.h in a few more files.
jilles
2015-12-20
1
-3
/
+5
*
Use memmove(3) to avoid overlapping copy.
bdrewery
2015-10-29
1
-1
/
+1
*
Fix several memory leaks, and crashes, in iconvlist(3).
bdrewery
2015-10-29
1
-18
/
+26
*
Fix improbable memory leak in _citrus_prop_read_str().
pfg
2015-04-20
1
-1
/
+3
*
Remove the const qualifier from iconv(3) to comply with POSIX:
tijl
2015-04-15
12
-21
/
+21
*
Avoid lookup of CODESET aliases using uninitialized path
kan
2015-02-28
1
-0
/
+8
*
mdoc: paragraph improvements.
joel
2015-01-04
1
-1
/
+1
*
mdoc: improvements to SEE ALSO.
joel
2014-12-27
1
-2
/
+2
*
Fix incorrect type of "invalids" argument in __iconv() prototype.
kuriyama
2014-12-15
1
-1
/
+1
*
fix misordering...
jmg
2014-08-04
1
-3
/
+3
*
add xrefs for the other functions...
jmg
2014-08-04
1
-1
/
+5
*
use .Mt to mark up email addresses consistently (part4)
bapt
2014-06-23
4
-4
/
+4
*
iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_shared
tijl
2014-06-13
1
-2
/
+3
*
Replace malloc+memset with calloc.
tijl
2014-06-13
2
-5
/
+2
*
- In the libiconv module for ISO 2022 restore the original order of the
tijl
2014-04-01
13
-28
/
+25
*
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
marcel
2014-03-04
1
-3
/
+3
*
Consistently pass around context information using a simple pointer. This
tijl
2014-02-24
2
-5
/
+4
*
mdoc: fix several uses of the Fx macro to point to actual releases.
uqs
2014-01-28
4
-4
/
+4
*
Move the iconv wrapper source from libc_nonshared to libc/iconv so that
peter
2013-11-25
13
-287
/
+701
*
Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQ
hrs
2013-11-25
3
-1
/
+33
*
Attempt to move the POSIX iconv* symbols out of runtime linker space.
peter
2013-11-17
5
-41
/
+200
*
Fix typo in include guard, found by clang 3.4.
dim
2013-11-08
1
-1
/
+1
*
Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm than
peter
2013-11-03
2
-20
/
+0
*
Drop cm_lock before calling mapper_close, which in turn could call
delphij
2013-10-21
1
-0
/
+2
*
Fix the namespace pollution caused by iconv.h including stdbool.h
theraven
2013-09-06
1
-0
/
+1
*
Expose _citrus_bcs_trunc_rws_len for libintl's use.
peter
2013-08-13
1
-0
/
+1
*
The iconv in libc did two things - implement the standard APIs, the GNU
peter
2013-08-13
2
-15
/
+20
*
Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has a
peter
2013-08-08
1
-0
/
+13
*
Make it clear that there are three separate internal locks.
peter
2013-07-03
4
-25
/
+28
*
As a followup to r252547, propate const down the call stack.
peter
2013-07-03
4
-9
/
+9
*
Replace the #define for "iconv" so it is for the function name instead of
peter
2013-07-03
3
-5
/
+5
*
If strdup failed, don't try and free the wrong thing.
peter
2013-07-01
1
-1
/
+1
*
__weak_alias() doesn't exist on FreeBSD. Use __weak_reference();
peter
2013-07-01
3
-11
/
+19
*
Make some tiny improvements to iconv_open().
ed
2013-05-25
1
-21
/
+15
*
Only call free() on something we allocated.
ed
2013-05-25
1
-2
/
+2
*
Let iconv build on -HEAD properly.
ed
2013-05-23
3
-0
/
+3
*
libc/iconv: Fix race condition with setting FD_CLOEXEC.
jilles
2012-12-17
1
-5
/
+1
*
Fix Fo arguments.
joel
2012-03-28
1
-1
/
+1
*
mdoc: add missing El macro.
joel
2012-03-27
1
-0
/
+2
*
mdoc: correct .Bd/.Bl arguments.
joel
2012-03-26
1
-1
/
+1
*
Fix date.
joel
2012-03-26
1
-1
/
+1
*
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
cperciva
2011-12-23
1
-1
/
+2
*
- Fix a trivial bug in iconv. When there is no space to perform the
gabor
2011-09-19
1
-2
/
+1
*
Put a quick bandaid on internal citrus locking.
kan
2011-06-19
2
-1
/
+3
*
mdoc: reorder sections consistently
uqs
2011-06-02
1
-3
/
+3
*
- Move some internal functions to the private namespace
gabor
2011-05-27
1
-9
/
+12
[next]