aboutsummaryrefslogtreecommitdiff
path: root/bin/csh/iconv_stub.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit b3e7694832e8)
* Make dynamic link of libiconv from ports work again.Hajimu UMEMOTO2016-02-021-3/+3
| | | | | | | | | | | | | | The symbols of libiconv from ports were changed to have prefixed. Since we have iconv in our libc these days, we don't need it on 10.X and later. However, 9.X still need this. Spotted by: Yoshihiko Sarumaru MFC after: 1 days Notes: svn path=/head/; revision=295147
* Check error of dlfunc(3).Hajimu UMEMOTO2009-10-171-0/+11
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=198189
* Enable NLS catalog of csh(1).Hajimu UMEMOTO2006-02-191-0/+69
The tcsh 6.14 uses libiconv to convert catalogs to appropriate charset dynamically. However, we don't have libiconv in our tree. So, I made some hack to load libiconv dynamically. If libiconv is available, you can use catalogs for more locales than the locales which catalog is actually installed. To use this feature, you need to symlink catalogs to appropriate locales. You can do this by installing ports/shells/tcsh_nls. Reviewed by: arch (no objection) MFC after: 1 week Notes: svn path=/head/; revision=155835