summaryrefslogtreecommitdiff
path: root/lib/libc/citrus
AgeCommit message (Expand)Author
2014-01-18revert previous, it causes other problem and I cannot easily debug it.christos
2014-01-16PR/47602: Christos Zoulas: getwc() modifies input instead of returning EILSEQ.christos
2013-09-19look in the right place for the modules of compat binarieschristos
2013-09-14GC put16.joerg
2013-09-13Redo the locale cache to be constant. It now contains the localeconv()joerg
2013-08-20Extract the data for nl_langinfo directly from the correspondingjoerg
2013-08-19Remove most LC_CTYPE specific parts of locale.cache.joerg
2013-08-18Rename fixup to update_global to better reflect the purpose.joerg
2013-06-24Fix header guard, courtesy of clang.joerg
2013-05-28Add mbsnrtowcs and wcsnrtombs. Approved by core.joerg
2013-04-26Restore standalone strtol/strtoul for citrus for now.joerg
2013-04-16Add strtol_l and friends. Switch _citrus_bcs_strtol to use plainjoerg
2013-04-13Extend ctype classification table to 16bit. Based on patch byjoerg
2012-10-15-Wstrict-overflowmsaitoh
2012-06-08Henning Petersen in PR lib/46560: fix memory leak in error pathmartin
2012-05-04Do not depend on failing malloc to set errnojoerg
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2012-03-04don't use __link_set_* stuff for locale implementation.tnozaki
2012-02-12Remove unused variables. From cppcheck via Henning Petersen in PR 45997.wiz
2011-11-20add comment about r1.6 -> r1.7 change.tnozaki
2011-11-19fix memory leak, pointed by nonaka-san(again^3).tnozaki
2011-11-19remove useless free(), pointed by nonaka-san(again^2).tnozaki
2011-11-19return EINVAL when module validation failed, pointed by nonaka-san(again).tnozaki
2011-11-19remove unused variable, pointed by nonaka-san, thanks.tnozaki
2011-10-30Use boolean AND instead of bitwise one in _DIAGASSERT.wiz
2011-10-15close on exec fixes:christos
2011-10-10revert r1.21, still problem exists for posix2008 mbsnrtowcs(not yet commited),tnozaki
2011-10-07update string pointer when input is partial escape sequence or multibyte.tnozaki
2011-05-23Make intermediate size variable size_t like the rest to avoidjoerg
2011-05-23Use C99-style init in _CITRUS_PROP_HINT_END to avoid warnings forjoerg
2011-05-23Actually return something deterministicjoerg
2011-03-30From Henning Petersen in PR # 44641: C99 primitive type 'bool' usedjruoho
2010-12-07Remove tautology.joerg
2010-12-07Mark function as static and give it an explicit return type.joerg
2010-06-191. refactoring new locale-db(RuneCT10) loading method with mmap(2).tnozaki
2010-06-131. split runetype_local.h -> runetype_file.htnozaki
2010-06-071. MB_LEN_MAX switch MD to MI.tnozaki
2010-06-01more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.htnozaki
2010-05-301. fix build problem CITRUS=notnozaki
2010-05-22rune.h is not public, so merge with rune_local.h.tnozaki
2010-03-27_locale_cache_t: change ldata and items to pointer for future binary compatib...tnozaki
2010-03-20fix byte order mark related bug introduced by previous commit,tnozaki
2010-03-151. fix wrong byte order mark of utf-16, reported by NARUSE Yui -san.tnozaki
2009-09-05Add parentheses around a misleading string constant concatenation,dholland
2009-04-12fix -Wcast-qual issuelukem
2009-02-09fix typo, don't overwrite LC_TIME's t_fmt_ampm by t_fmt.tnozaki
2009-02-03sign-compare fixlukem
2009-01-18PR lib/40411, nuke wctrans_init(). lazy initialization is not good idea.tnozaki
2009-01-11merge christos-time_tchristos
2009-01-05move nbtool_config.h include to top.dogcow