aboutsummaryrefslogtreecommitdiff
path: root/lib/libkiconv
Commit message (Collapse)AuthorAgeFilesLines
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,R. Imura2005-08-241-1/+1
| | | | | | | | | - Add checking range of strings to iconv_sysctl_add(). Submitted by: Rudolf Cejka Notes: svn path=/head/; revision=149415
* Use char * when doing pointer arithmetics.Stefan Farfeleder2005-08-051-3/+4
| | | | Notes: svn path=/head/; revision=148717
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Markup fixes.Ruslan Ermilov2004-07-051-22/+28
| | | | Notes: svn path=/head/; revision=131610
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131504
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131472
* Fixed misspellings of '\0' as NULL.Bruce Evans2004-03-141-2/+2
| | | | Notes: svn path=/head/; revision=126949
* Make msdosfs long filenames matching case insensitive again.Max Khon2003-12-083-0/+42
| | | | | | | | PR: 59765 Submitted by: Ryuichiro Imura <imura@ryu16.org> Notes: svn path=/head/; revision=123293
* Correct .Xr's in kiconv.3.Bruce M Simpson2003-10-051-3/+3
| | | | | | | Submitted by: osa Notes: svn path=/head/; revision=120814
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-266-0/+815
- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org> Notes: svn path=/head/; revision=120492