aboutsummaryrefslogtreecommitdiff
path: root/lib/libkiconv
Commit message (Expand)AuthorAgeFilesLines
* libkiconv: address memory leak in not-found casesEd Maste2021-04-281-0/+2
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-1/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-264-0/+8
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-1/+1
* lib: minor spelling fixes in comments.Pedro F. Giffuni2016-05-011-2/+2
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-10/+9
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\
| * \ Merge from headSimon J. Gerraty2013-09-051-2/+1
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-121-2/+1
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| * | | | Sync from headSimon J. Gerraty2012-11-041-1/+2
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+16
* | | | | | Remove the const qualifier from iconv(3) to comply with POSIX:Tijl Coosemans2015-04-151-10/+9
* | | | | | Revert r274772: it is not valid on MIPSEd Maste2014-11-253-6/+6
* | | | | | Use canonical __PIC__ flagEd Maste2014-11-213-6/+6
| |_|_|_|/ |/| | | |
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|/ |/| | |
* | | | The iconv in libc did two things - implement the standard APIs, the GNUPeter Wemm2013-08-131-2/+1
| |_|/ |/| |
* | | no one bothered to write the iconv.9 man page... If it appears weJohn-Mark Gurney2013-02-261-2/+1
| |/ |/|
* | Make sure libkiconv.so.4 is installed into /lib, not into /usr/lib,Dimitry Andric2012-06-121-1/+2
|/
* - Include forgotten bsd.own.mk and fix conditionGabor Kovesdan2012-05-281-1/+3
* - Add support for BSD iconv when it is build into libcGabor Kovesdan2012-05-252-0/+14
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-0/+12
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* free(3) won't mess with errno so return it as-is.Xin LI2009-06-221-5/+1
* Split tolower/toupper code from usual xlat16 kiconv table, and make itXin LI2009-06-223-25/+163
* Add prototypes when the library is compiled static.Xin LI2009-06-222-2/+10
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,R. Imura2005-08-241-1/+1
* Use char * when doing pointer arithmetics.Stefan Farfeleder2005-08-051-3/+4
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* Markup fixes.Ruslan Ermilov2004-07-051-22/+28
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
* Fixed misspellings of '\0' as NULL.Bruce Evans2004-03-141-2/+2
* Make msdosfs long filenames matching case insensitive again.Max Khon2003-12-083-0/+42
* Correct .Xr's in kiconv.3.Bruce M Simpson2003-10-051-3/+3
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-266-0/+815