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