summaryrefslogtreecommitdiff
path: root/lib/libc/citrus
AgeCommit message (Expand)Author
2004-01-08PR/24023: Min Sik Kim: Don't deadlock while closing mappers. The modulechristos
2004-01-02KNFitojun
2004-01-02comment on values from 0x80000000 to 0xffffffffitojun
2004-01-02safer reallocitojun
2004-01-02safer realloc, some KNF. noted by deraadt@openbsditojun
2003-12-29_citrus_iconv_std_iconv_convert:yamt
2003-12-29_citrus_MSKanji_wcrtomb_priv: return E2BIG correctly.yamt
2003-12-29_citrus_NONE_stdenc_cstomb: return E2BIG correctly.yamt
2003-10-28SUSE3 says htonl and friends come in via arpa/inet.h. This will actually notjmc
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-14don't use uninitialized variable ('chlenbak').yamt
2003-09-01fix the problem about resetting the state of iconv().tshiozak
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-21Pull in host-tool config.h, if necessary.thorpej
2003-07-16correct boundary check in _citrus_db_lookup_string_by_string().tshiozak
2003-07-16use bounded string opitojun
2003-07-14use NONIDENTICAL instead of ILSEQ if the reverse conversion of ISO646.tshiozak
2003-07-12separate "nonidentical conversion" and "ilseq" under csmapper.tshiozak
2003-07-10add forgotten _CITRUS_HASH_REMOVE() at release_shared().tshiozak
2003-07-10make _DIAGNOSTIC happy.tshiozak
2003-07-02separate "close" process into two parts (with and without handling hash).tshiozak
2003-07-01add iconv_t cache.tshiozak
2003-07-01cosmetic change.tshiozak
2003-07-01fix lib/22023 - there were references to uninitialized variables.tshiozak
2003-06-30use __attribute__((__packed__)) instead of __packed.christos
2003-06-30add #include "config.h" when these files are built as parts of host tools.tshiozak
2003-06-29u_int*_t -> uint*_t.tshiozak
2003-06-27sync with the last change for citrus_hash.h.tshiozak
2003-06-27make sure to use LIST_* macros defined in sys/queue.h.tshiozak
2003-06-27in _citrus_ctype_btowc_fallback() and _citrus_ctype_wctob_fallback(),yamt
2003-06-27$NetBSD $ -> $NetBSD$yamt
2003-06-27i guess the original intent was this...itojun
2003-06-27memset() after null checkitojun
2003-06-27clear memory after malloc()itojun
2003-06-26correct wcrtomb(3) - it is not conforming to standard on handling L'\0'.tshiozak
2003-06-26make sure that key is case-insensitive.tshiozak
2003-06-25Citrus iconv support (1)tshiozak
2003-05-08No need in default label if default case is not processed.petrov
2003-03-25add support for zh_CN.GB18030 locale.tshiozak
2003-03-25fix the problem if EILSEQ is caused in mbrtowc(3) under *.UTF-8 locales.tshiozak
2003-03-05changes related to lib/20576 and lib/20577.tshiozak
2003-01-01- handle s==NULL case of wcrtomb.yamt
2003-01-01- add missing _CEI_TO_EI/_TO_CEI.yamt
2003-01-01- add missing _CEI_TO_EI/_TO_CEI.yamt
2003-01-01in _RESTART_BEGIN macro, don't use external variable directly.yamt
2003-01-01when s==0, wctomb should initialize its internal state and return ifyamt
2003-01-01mbsrtowcs_priv template:yamt
2002-12-26Typos in comments.uebayasi
2002-08-19More use of ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-05-24Add some casts to quiet a "discards qualifier from pointer target type"thorpej