head	1.2;
access;
symbols
	old_old_old_RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.02.20.20.24.36;	author tobez;	state dead;
branches;
next	1.1;

1.1
date	2005.06.24.09.17.06;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 5.8.8.

Also:
Do not strip when built with -DWITH_DEBUGGING. [1]
Do not build non-threaded perl with -pthread. [2]
Add rebuild-xs target which should be used when
perl-after-upgrade does not do its job adequately. [3]
Fix perl-after-upgrade to handle threaded perl. [4]

Submitted by:	John Narron <jnarron@@cdsinet.net> [2],
		Sergey Prikhodko <sergey@@network-asp.biz> [4],
		parv@@pair.com [1],
		pavel@@ctk.ru [2],
		skv [3],
		vasilis <vasilis@@karkampounas.gr> [2]
PR:	83223 [4], 83767 [2], 84255 [2], 89443 [1], 90832 [2]
@
text
@--- ext/SDBM_File/sdbm/sdbm.c.orig	Thu Jun 23 08:06:21 2005
+++ ext/SDBM_File/sdbm/sdbm.c	Thu Jun 23 08:06:57 2005
@@@@ -34,11 +34,8 @@@@
 /*
  * externals
  */
-#ifndef WIN32
-#ifndef sun
-extern int errno;
-#endif
-#endif
+
+#include <errno.h>
 
 extern Malloc_t malloc proto((MEM_SIZE));
 extern Free_t free proto((Malloc_t));
@


1.1
log
@Upgrade to 5.8.7.  In addition:

    - add perl-after-upgrade utility to move around
      dependent packages
    - fix $0 expansion in use.perl [1]
    - enable threaded perl on amd64 [2]
    - always compile perl with -pthread [3]
    - fix errno issue in SDBM_File [4]
    - add support for // and err (defined-or) [5]
    - add WITH_DEBUGGING option [6]
    - fix suidperl symlink [7]
    - fix several small bugs in use.perl
    - print possible WITH_XXX flags (no OPTIONS support yet)

[1] Submitted by:	erwin, Nil Dogger <niel@@introweb.nl>
[2] Nudged by:		Mike Schroll <FreeBSD@@LogicX.us>
[3] Nudged by:		skv
[4] perl bug #35938
[5] Obtained from:	H.Merijn Brand <h.m.brand@@xs4all.nl>
[6] PR:	78811, submitted by:	skv
[7] PR:	80069, submitted by:	Sergey N. Voronkov <serg@@tmn.ru>
    A different solution was actually implemented.
@
text
@@

