pkgsrc/lang/perl58/patches
jlam a7f077f4f1 The Open Group says that localtime_r() doesn't need to ensure that
the tz* related variables are initialized when it is invoked.  In
fact, Solaris does do this while NetBSD 2.0 does not.  Explicitly call
tzset() before calling localtime_r() to initialize the local timezone
data.  This fixes the output of:

	perl -e '$t = localtime($^T); print "$t\n";' ; date

to always print the time in the local timezone twice instead of the
first time in UTC and the second in the local timezone.  Bump the
PKGREVISION.
2004-12-11 16:19:29 +00:00
..
patch-aa Make perl58 work on Interix, with full shared-object module support. 2004-04-24 21:04:43 +00:00
patch-ae Update lang/perl58 to 5.8.1. Changes from version 5.8.0nb2 include: 2003-10-05 07:07:14 +00:00
patch-ah Update to 5.8.5: 2004-11-07 16:20:11 +00:00
patch-ba make this compile with perl58-thread by excluding the _r functions for 2004-06-09 20:47:20 +00:00
patch-ca Modify the probed linker flags by using a call-back script that is 2004-11-23 17:32:36 +00:00
patch-cb Update lang/perl58 to 5.8.4. Changes from version 5.8.3 include Unicode 2004-04-26 04:42:12 +00:00
patch-cc Don't use poll() on Interix. 2004-04-28 15:55:25 +00:00
patch-cd Update lang/perl58 to 5.8.4. Changes from version 5.8.3 include Unicode 2004-04-26 04:42:12 +00:00
patch-ce Make perl58 work on Interix, with full shared-object module support. 2004-04-24 21:04:43 +00:00
patch-cf Make perl58 work on Interix, with full shared-object module support. 2004-04-24 21:04:43 +00:00
patch-cg Make perl58 work on Interix, with full shared-object module support. 2004-04-24 21:04:43 +00:00
patch-ch fix hints to not append CFLAGS to LDFLAGS on OSF1 when calling the 2004-11-26 03:29:43 +00:00
patch-ci The Open Group says that localtime_r() doesn't need to ensure that 2004-12-11 16:19:29 +00:00
patch-zc Update lang/perl58 to 5.8.1. Changes from version 5.8.0nb2 include: 2003-10-05 07:07:14 +00:00