Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2011-02-16 | Conditionalize use of SIGRTMIN in psiginfo. | Samuel Thibault | |
2010-10-11 | psiginfo relied too much on sys_siglist. | Ulrich Drepper | |
2010-10-11 | Unify psiginfo output. | Ulrich Drepper | |
2010-03-26 | Fix printf format warning for si_band. | Richard Henderson | |
Signed-off-by: Richard Henderson <rth@twiddle.net> | |||
2009-04-24 | * stdio-common/psiginfo.c: Include <errno.h>. | Ulrich Drepper | |
2009-02-26 | * libio/stdio.h: dprintf, fmemopen, getdelim, getline, | Ulrich Drepper | |
open_memstream, and vdprintf are in POSIX 2008. | |||
2009-02-26 | * locale/langinfo.h: nl_langinfo_l is in POSIX 2008. | Ulrich Drepper | |
* locale/xlocale.h: Define locale_t type. * locale/locale.h: duplocale, freelocale, newlocale, uselocale are in POSIX 2008. Don't define locale_t here. * stdlib/monetary.h: strfmon_l is in POSIX 2008. * signal/signal.h: Declare psignal and psiginfo for POSIX 2008. * stdio-common/psiginfo.c: New file. * stdio-common/psiginfo-data.h: New file. * stdio-common/psiginfo-define.h: New file. * stdio-common/Makefile (routines): Add psiginfo. * stdio-common/Versions: Export psiginfo for GLIBC_2.10. |