summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strfmon.c
AgeCommit message (Expand)Author
2017-11-27use calloc rather than malloc + memset 0maya
2017-11-27Fix various bugs with strfmon:christos
2017-08-16Add missing strfmon_l. Noticed by Bruno Haible. Add test case.joerg
2012-03-21unsigned char portability castschristos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-08-14no need for the snprintf/asprintf dance; use fixed width formats.christos
2009-01-30sign-compare fixlukem
2008-03-27Fix another integer overflow issue discovered by Maksymilian Arciemowicz.christos
2008-03-18Avoid integer overflow; reported by Maksymilian Arciemowicz.christos
2006-03-19Coverity CID 1560: Don't leak memory when multiple currency symbols are presentchristos
2005-12-02redo the previous; constify rather than making a string writable.yamt
2005-11-29WARNS=4christos
2005-04-03Add FreeBSD's strfmon(3). From Rui Paulo. No bump this time. Take advantagechristos