Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -1/+1 |
| | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) | ||||
* | free(3) won't mess with errno so return it as-is. | delphij | 2009-06-22 | 1 | -5/+1 |
| | | | | Submitted by: Jaakko Heinonen <jh saunalahti fi> | ||||
* | Split tolower/toupper code from usual xlat16 kiconv table, and make it | delphij | 2009-06-22 | 3 | -25/+163 |
| | | | | | | | | possible to do tolower/toupper independently without code conversion. Submitted by: imura (but bugs are mine) Obtained from: http://people.freebsd.org/~imura/kiconv/ (1_kiconv_wctype_kern.diff, 1_kiconv_wctype_user.diff) | ||||
* | 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 |
| | | | | Ok'd by: kan | ||||
* | - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv, | imura | 2005-08-24 | 1 | -1/+1 |
| | | | | | | - Add checking range of strings to iconv_sysctl_add(). Submitted by: Rudolf Cejka | ||||
* | 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 |
| | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) | ||||
* | 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 |
| | | | | | PR: 59765 Submitted by: Ryuichiro Imura <imura@ryu16.org> | ||||
* | Correct .Xr's in kiconv.3. | bms | 2003-10-05 | 1 | -3/+3 |
| | | | | Submitted by: osa | ||||
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 6 | -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> |