head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2009.09.11.11.23.31;	author skv;	state dead;
branches;
next	1.1;

1.1
date	2009.06.08.14.35.28;	author skv;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 5.10.1

Changes:	http://search.cpan.org/~dapm/perl-5.10.1/pod/perl5101delta.pod
@
text
@# http://perl5.git.perl.org/perl.git/commit/1f200948c4c45a9bc088451dd377e4ab8733c722
diff --git a/pp_sys.c b/pp_sys.c
index cfbf918..0d2c970 100644
--- pp_sys.c
+++ pp_sys.c
@@@@ -4318,6 +4318,7 @@@@ PP(pp_setpgrp)
     if (MAXARG < 2) {
 	pgrp = 0;
 	pid = 0;
+	XPUSHi(-1);
     }
     else {
 	pgrp = POPi;
@


1.1
log
@- Add more essential bugfixes
- Add perl-threaded-5.* to CONFLICTS [1]
- Introduce PERL_VENDOR_PREFIX variable
- Be really PREFIX-neutral [2}

Submitted by:	lth [1], rafan [2]
@
text
@@

