| Age | Commit message (Expand) | Author |
| 2021-10-29 | citrus: Use calloc instead of malloc'ing and clearing the array manually | nia |
| 2020-06-02 | Don't overalign _RuneStatePriv, it must share the alignment of mbstate_t | joerg |
| 2019-10-13 | introduce some common variables for use in GCC warning disables: | mrg |
| 2019-10-09 | bump size | christos |
| 2019-07-28 | PR/54414: Valery Ushakov: c99 requires that wcsrtombs(3) updates the source | christos |
| 2019-07-08 | The correct fix for lib/51000 is not to remove the apparently dead assignment | mlelstv |
| 2018-06-11 | Avoid left-shifting a negative number in the non-compat case, too. | maya |
| 2018-06-11 | Correct Undefined Behavior in libc/citrus | kamil |
| 2018-01-05 | Include namespace.h in citrus/citrus_lc_ctype.c | kamil |
| 2018-01-04 | Add bunch of missing includes of namespace.h in libc | kamil |
| 2017-07-13 | s == NULL is illegal. | christos |
| 2017-07-13 | Redo previous: catch NULL pointer earlier, check for empty string | joerg |
| 2017-07-13 | Spell NULL correctly. | joerg |
| 2017-01-10 | need <sys/stat.h> | christos |
| 2016-05-31 | PR 51000 David Binderman: comment out unused assignment | dholland |
| 2015-08-28 | Don't unconditionally pass MLIBDIR via CPPFLAGS. Drop now dead branch. | joerg |
| 2014-06-24 | Fix our iconv version for the issues that apply to us from CVE-2014-3951 | spz |
| 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 |