glibc/signal
Ulrich Drepper 447777715a Update.
2003-12-29  Jakub Jelinek  <jakub@redhat.com>

	* posix/regexec.c (re_copy_regs): Revert comment change.
	Avoid memory leak if realloc fails.
	(proceed_next_node): Return -2 if re_node_set_insert fails.
	Return -2 if push_fail_stack fails.
	(push_fail_stack): Change fs->alloc only after successful
	realloc.
	(pop_fail_stack): Formatting.
	(set_regs): If proceed_next_node returns -2, free eps_via_nodes
	and fs.
	(check_arrival_add_next_nodes): Merge identical statements
	from if branches.

	* signal/Makefile (tests): Add tst-raise.
	* signal/tst-raise.c: New test.
2003-12-29 17:59:41 +00:00
..
sys initial import 1995-02-18 01:27:10 +00:00
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 2003-12-29 17:59:41 +00:00
Versions Update. 2002-10-09 09:42:48 +00:00
sigaddset.c Update. 2003-04-29 22:49:58 +00:00
sigandset.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigdelset.c Update. 2003-04-29 22:49:58 +00:00
sigempty.c 2002-08-03 Roland McGrath <roland@redhat.com> 2002-08-03 22:26:02 +00:00
siggetmask.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sighold.c Update. 2003-04-17 18:12:31 +00:00
sigisempty.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigismem.c 2002-08-03 Roland McGrath <roland@redhat.com> 2002-08-03 22:26:02 +00:00
signal.h Update. 2003-08-30 09:10:12 +00:00
sigorset.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigrelse.c Update. 2003-04-17 18:39:26 +00:00
sigsetops.c Update. 1998-10-08 16:12:50 +00:00
sigsetops.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-raise.c Update. 2003-12-29 17:59:41 +00:00
tst-signal.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst-sigset.c 2003-03-31 Roland McGrath <roland@redhat.com> 2003-04-01 06:49:23 +00:00
tst-sigsimple.c Update. 2003-04-17 23:30:20 +00:00