| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the const qualifier from iconv(3) to comply with POSIX: | tijl | 2015-04-15 | 1 | -10/+9 |
* | Revert r274772: it is not valid on MIPS | emaste | 2014-11-25 | 3 | -6/+6 |
* | Use canonical __PIC__ flag | emaste | 2014-11-21 | 3 | -6/+6 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | The iconv in libc did two things - implement the standard APIs, the GNU | peter | 2013-08-13 | 1 | -2/+1 |
* | no one bothered to write the iconv.9 man page... If it appears we | jmg | 2013-02-26 | 1 | -2/+1 |
* | Make sure libkiconv.so.4 is installed into /lib, not into /usr/lib, | dim | 2012-06-12 | 1 | -1/+2 |
* | - Include forgotten bsd.own.mk and fix condition | gabor | 2012-05-28 | 1 | -1/+3 |
* | - Add support for BSD iconv when it is build into libc | gabor | 2012-05-25 | 2 | -0/+14 |
* | Add unicode support to msdosfs and smbfs; original pathes from imura, | kevlo | 2011-11-18 | 1 | -0/+12 |
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -1/+1 |
* | free(3) won't mess with errno so return it as-is. | delphij | 2009-06-22 | 1 | -5/+1 |
* | Split tolower/toupper code from usual xlat16 kiconv table, and make it | delphij | 2009-06-22 | 3 | -25/+163 |
* | Add prototypes when the library is compiled static. | delphij | 2009-06-22 | 2 | -2/+10 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv, | imura | 2005-08-24 | 1 | -1/+1 |
* | Use char * when doing pointer arithmetics. | stefanf | 2005-08-05 | 1 | -3/+4 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Markup fixes. | ru | 2004-07-05 | 1 | -22/+28 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
* | Removed trailing whitespace. | ru | 2004-07-02 | 1 | -1/+1 |
* | Fixed misspellings of '\0' as NULL. | bde | 2004-03-14 | 1 | -2/+2 |
* | Make msdosfs long filenames matching case insensitive again. | fjoe | 2003-12-08 | 3 | -0/+42 |
* | Correct .Xr's in kiconv.3. | bms | 2003-10-05 | 1 | -3/+3 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 6 | -0/+815 |