Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | 2012-06-01 | 1 | -7/+2 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Conditionalize use of SIGRTMIN in psiginfo. | Samuel Thibault | 2011-02-16 | 1 | -1/+6 |
| | |||||
* | psiginfo relied too much on sys_siglist. | Ulrich Drepper | 2010-10-11 | 1 | -2/+21 |
| | |||||
* | Unify psiginfo output. | Ulrich Drepper | 2010-10-11 | 1 | -5/+6 |
| | |||||
* | Fix printf format warning for si_band. | Richard Henderson | 2010-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Henderson <rth@twiddle.net> | ||||
* | * stdio-common/psiginfo.c: Include <errno.h>. | Ulrich Drepper | 2009-04-24 | 1 | -0/+1 |
| | |||||
* | * libio/stdio.h: dprintf, fmemopen, getdelim, getline, | Ulrich Drepper | 2009-02-26 | 1 | -0/+5 |
| | | | | open_memstream, and vdprintf are in POSIX 2008. | ||||
* | * locale/langinfo.h: nl_langinfo_l is in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -0/+178 |
* 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. |