Please note: This file provides a summary of significant changes between versions and sub-versions of Perl, not necessarily a complete list of each modification. If you'd like more detailed information, please consult the comments in the patches on which the relevant release of Perl is based. (Patches can be found on any CPAN site, in the .../src/5.0 directory for full version releases, or in the .../src/5/0/unsupported directory for sub-version releases.) --------------- CAST AND CREW --------------- To give due honor to those who have made Perl what is is today, here are some of the more common names in the Changes file, and their current addresses (as of July 1998): Gisle Aas Abigail Kenneth Albanowski Russ Allbery Spider Boardman Tom Christiansen Hallvard B Furuseth M. J. T. Guy Jarkko Hietaniemi Nick Ing-Simmons Andreas Koenig Doug MacEachern Paul Marquess Stephen McCamant Laszlo Molnar Hans Mulder Matthias Neeracher Jeff Okamoto Ulrich Pfeifer Tom Phoenix Joshua Pritikin Norbert Pueschel Dean Roehrich Hugo van der Sanden Roderick Schertler Kurt D. Starsinic Dan Sugalski Larry W. Virden Ilya Zakharevich And the Keepers of the Patch Pumpkin: Charles Bailey Graham Barr Malcolm Beattie Tim Bunce Andy Dougherty Gurusamy Sarathy Chip Salzenberg Leon Brocard And, of course, the Author of Perl: Larry Wall NOTE: Each change entry shows the change number; who checked it into the repository; when; description of the change; which branch the change happened in; and the affected files. The file lists have a short symbolic indicator: ! modified + added - deleted +> branched (from elsewhere) !> merged changes (from elsewhere) ---------------- Version 5.005_05 Fifth maintenance release of 5.005 ---------------- ____________________________________________________________________________ [ 22612] By: acme on 2004/03/30 16:14:19 Log: Correctly skip db-btree test if we're not building DB_File as an extension. Thanks to James Bromberger. Branch: maint-5.005/perl ! t/lib/db-btree.t ---------------- Version 5.005_04 Fourth maintenance release of 5.005 ---------------- ____________________________________________________________________________ [ 22360] By: acme on 2004/02/23 13:23:16 Log: Update for 5.005_04 release Branch: maint-5.005/perl ! pod/perlhist.pod ____________________________________________________________________________ [ 22339] By: acme on 2004/02/18 13:48:15 Log: Mention 5.005_04 RC2 Branch: maint-5.005/perl ! pod/perlhist.pod ____________________________________________________________________________ [ 22335] By: acme on 2004/02/18 12:24:19 Log: Warn correctly about old DB under Mac OS X Jaguar (spotted by Elizabeth Mattijsen) Branch: maint-5.005/perl ! t/lib/db-btree.t t/lib/db-recno.t ____________________________________________________________________________ [ 22333] By: acme on 2004/02/18 12:09:27 Log: Note that I released a release candidate (spotted by Abigail) Branch: maint-5.005/perl ! pod/perlhist.pod ___________________________________________________________________________ [ 22331] By: acme on 2004/02/18 11:01:39 Log: Apply Jarkko's suidperl security patch. (Thanks to Yitzchak Scott-Thoennes for noticing) Branch: maint-5.005/perl ! perl.c pod/perldelta.pod ____________________________________________________________________________ [ 22274] By: acme on 2004/02/06 15:16:07 Log: Add META.yml and NINJA support Branch: maint-5.005/perl + META.yml NINJA ! MANIFEST ____________________________________________________________________________ [ 22270] By: acme on 2004/02/04 20:50:31 Log: Bump up patchlevel for release Branch: maint-5.005/perl ! patchlevel.h ____________________________________________________________________________ [ 22269] By: acme on 2004/02/04 20:49:27 Log: Documentation updates to prepare for release Branch: maint-5.005/perl ! INSTALL README pod/perl.pod pod/perldelta.pod pod/perlhist.pod ____________________________________________________________________________ [ 22213] By: acme on 2004/01/25 08:53:17 Log: Applied patch from Jarkko Hietaniemi to add support for Mac OS X Branch: maint-5.005/perl + ext/DynaLoader/dl_dyld.xs hints/darwin.sh ! MANIFEST ____________________________________________________________________________ [ 22212] By: acme on 2004/01/25 08:15:58 Log: Applied patch by Andrew Dougherty to not install into /usr and use -fPIC instead of -fpic under SPARC (under Linux) Branch: maint-5.005/perl ! hints/linux.sh ___________________________________________________________________________ [ 22211] By: acme on 2004/01/25 08:09:49 Log: Copy the Solaris 8 / Tru64 / IRIX 6 hints from blead, thanks to Jarkko Hietaniemi Branch: maint-5.005/perl ! hints/dec_osf.sh hints/irix_6.sh hints/solaris_2.sh ____________________________________________________________________________ [ 22210] By: acme on 2004/01/25 07:50:50 Log: Apply a patch from Paul Green for VOS. He writes: Here is a rather trivial patch that updates one of the files in the "vos" subdir. I keep an old copy of config_h.SH in there so I can see what changes. (It has a funky name to prevent various clever bits of Makefile trickery from recognizing it.) This lets me update my own private copy of config.h easily. This patch updates my copy of config_h.SH to be the same as the version in the main directory; no changes are needed to any other files. I do not support the native (Configure-based) build method for this release of perl. However, when perl5.005_03 is built using the scripts found in the vos subdir, it builds just fine on current releases of VOS. Branch: maint-5.005/perl ! vos/config_h.SH_orig ____________________________________________________________________________ [ 22178] By: acme on 2004/01/19 20:30:12 Log: Integrated the FreeBSD hints file from 5.6.2, thanks to Nicholas Clark Branch: maint-5.005/perl !> hints/freebsd.sh ____________________________________________________________________________ [ 22157] By: acme on 2004/01/15 17:04:55 Log: Integrate stat.t from blead (suggested by Abe Timmerman), slightly modified Branch: maint-5.005/perl + t/test.pl ! MANIFEST t/op/stat.t ____________________________________________________________________________ [ 22156] By: acme on 2004/01/15 16:59:52 Log: Integrate the OpenBSD hints from blead Branch: maint-5.005/perl ! hints/openbsd.sh ____________________________________________________________________________ [ 22130] By: acme on 2004/01/13 20:13:10 Log: Remove ext/DB_File/Makefile.old as spotted by Abe Timmerman Branch: maint-5.005/perl - ext/DB_File/Makefile.old ____________________________________________________________________________ [ 22065] By: acme on 2004/01/05 21:33:04 Log: Work around bug where Linux libc's have Berekeley DB 2 in them Patch by Paul Marquess , DB_File's maintainer. His description: The patch is to work around a problem where some versions of Linux have a C library with Berkeley DB version 2 embedded in it. This makes life difficult if you want to build with a version of Berkeley DB other than the one embedded in libc. This problem is compounded by the way Perl used to *always* include the Berkeley DB library when it was being built. The DB_File patches solves the latter problem, by retrofitting the fix to Configure et al that was included from perl 5.6 on. I think your best course of action is to just apply the 5.00503 patch to the 5.00504 source. I just tried applying it and it seems ok. Branch: maint-5.005/perl ! Configure Makefile.SH lib/ExtUtils/Embed.pm ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 22062] By: acme on 2004/01/05 21:11:24 Log: Fix locale-dependant test failures From: "Marcus Holland-Moritz" Subject: [PATCH perl-5.005xx] Locale-dependant test failures Branch: maint-5.005/perl ! t/lib/safe2.t t/op/mkdir.t __________________________________________________________________________ [ 22060] By: acme on 2004/01/05 20:50:07 Log: Remove test files from DB_File's MANIFEST as they are in t/ now Branch: maint-5.005/perl ! ext/DB_File/MANIFEST ____________________________________________________________________________ [ 21792] By: acme on 2003/11/28 11:47:18 Log: Merge in DB_File-1.807 from CPAN Also, alphabetically sort MANIFEST Branch: maint-5.005/perl + ext/DB_File/MANIFEST ext/DB_File/META.yml + ext/DB_File/Makefile.old ext/DB_File/README + ext/DB_File/config.in ext/DB_File/fallback.h + ext/DB_File/fallback.xs ext/DB_File/hints/sco.pl + ext/DB_File/patches/5.004 ext/DB_File/patches/5.004_01 + ext/DB_File/patches/5.004_02 ext/DB_File/patches/5.004_03 + ext/DB_File/patches/5.004_04 ext/DB_File/patches/5.004_05 + ext/DB_File/patches/5.005 ext/DB_File/patches/5.005_01 + ext/DB_File/patches/5.005_02 ext/DB_File/patches/5.005_03 + ext/DB_File/patches/5.6.0 ext/DB_File/ppport.h + ext/DB_File/version.c ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/DB_File_BS ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ! ext/DB_File/hints/dynixptx.pl ext/DB_File/typemap ! t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t ____________________________________________________________________________ [ 21790] By: acme on 2003/11/28 08:41:42 Log: Subject: [PATCH perl5.005_03] low hanging fruit. bring perl5.005_03 up to compiling on a modern linux system From: Richard Clamp To: perl5-porters@perl.org, Chip Salzenberg Date: Sun, 4 May 2003 20:53:33 +0100 First part: Teach makedepend about gcc3's extra output that needs stripping (stolen from bleadperls makedepend.SH) Branch: maint-5.005/perl ! makedepend.SH ____________________________________________________________________________ [ 17647] By: chip on 2002/07/19 22:47:57 Log: ensure that hashes never attempt to malloc with a negative size From: Hugo Subject: Re: [ID 20000421.002] Math::BigInt out of memory? Branch: maint-5.005/perl ! hv.c ____________________________________________________________________________ [ 17646] By: chip on 2002/07/19 20:15:23 Log: Update Changes in preparation for 5.005_04. Branch: maint-5.005/perl ! Changes ---------------- Version 5.005_03 Third maintenance release of 5.005 ---------------- ____________________________________________________________________________ [ 3198] By: gbarr on 1999/03/28 22:21:49 Log: redo #3193 which #3195 undid Branch: maint-5.005/perl ! pod/perlhist.pod ____________________________________________________________________________ [ 3197] By: gbarr on 1999/03/28 21:04:04 Log: Updated CPAN.pm to 1.48 Branch: maint-5.005/perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm ____________________________________________________________________________ [ 3196] By: gbarr on 1999/03/28 17:21:27 Log: AIX hints update from Jarkko Branch: maint-5.005/perl ! hints/aix.sh ____________________________________________________________________________ [ 3195] By: jhi on 1999/03/28 16:42:54 Log: Update perlhist on 5_03. Branch: maint-5.005/perl ! pod/perlhist.pod ____________________________________________________________________________ [ 3193] By: gsar on 1999/03/28 09:46:29 Log: =end needs matching =begin (or installhtml will croak) Branch: maint-5.005/perl ! pod/perlhist.pod ____________________________________________________________________________ [ 3192] By: gsar on 1999/03/28 09:10:15 Log: update pod/Makefile Branch: maint-5.005/perl ! pod/Makefile ____________________________________________________________________________ [ 3191] By: gsar on 1999/03/28 08:43:47 Log: integrate change#3180 from mainline fix bogus OPf_REF context for the BLOCK in C (sometimes caused bizarreness in the BLOCK) Branch: maint-5.005/perl +> t/op/grep.t !> MANIFEST op.c ____________________________________________________________________________ [ 3190] By: gsar on 1999/03/28 08:29:51 Log: integrate change#3147 from mainline warn about newfangled vfork() caveats Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 3189] By: gsar on 1999/03/28 08:22:00 Log: various pod niggles Branch: maint-5.005/perl ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod ! pod/perlfunc.pod pod/perlhist.pod ____________________________________________________________________________ [ 3188] By: gsar on 1999/03/28 07:37:43 Log: integrate binary compatible variant of change#3098 from mainline Branch: maint-5.005/perl ! op.c perl.h t/base/lex.t toke.c ____________________________________________________________________________ [ 3187] By: gsar on 1999/03/28 07:31:16 Log: regularize CAPI declarations (CAPI extensions now build under the Borland compiler) Branch: maint-5.005/perl ! win32/GenCAPI.pl ____________________________________________________________________________ [ 3186] By: gsar on 1999/03/28 07:26:33 Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under -DPERL_CAPI Branch: maint-5.005/perl ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 3185] By: gbarr on 1999/03/28 06:37:41 Log: integrate change #2846 from mainline a modified version of suggested patch for pack template 'Z'; added docs From: "Valeriy E. Ushakov" Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD) Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru> Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings Branch: maint-5.005/perl ! pod/perldelta.pod pod/perlfunc.pod pp.c !> t/op/pack.t ____________________________________________________________________________ [ 3184] By: gbarr on 1999/03/28 06:35:50 Log: integrate change # 3160 from mainline better description of OP_UNSTACK (s/unstack/iteration finalizer/) Branch: maint-5.005/perl ! opcode.h opcode.pl ____________________________________________________________________________ [ 3182] By: gbarr on 1999/03/28 03:40:28 Log: Integrate changes #3067 and #3106 from mainline exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo From: Graham Barr Date: Wed, 3 Mar 1999 17:23:56 -0600 Message-ID: <19990303172356.F7442@dal.asp.ti.com> Subject: Re: 'use strict' doesn't work for one-letter variables change#3067 failed package.t due to needless creation of $a and $b; fixed to do that only for C, not C Branch: maint-5.005/perl ! gv.c op.c t/pragma/warn-1global ____________________________________________________________________________ [ 3179] By: gsar on 1999/03/28 02:14:04 Log: fix thread segfault when passing large number of arguments to child a la Cnew($foo, 1..1000)> Branch: maint-5.005/perl ! ext/Thread/Thread.xs t/lib/thread.t ____________________________________________________________________________ [ 3178] By: gbarr on 1999/03/28 01:39:23 Log: fix $Config{'usethreads'} typo in perlthrtut From: Ian Maloney Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET) Message-Id: <199903251540.QAA02439@wsblob.> Subject: perlthrtut documentation error Branch: maint-5.005/perl ! pod/perlthrtut.pod ____________________________________________________________________________ [ 3177] By: gbarr on 1999/03/28 01:09:59 Log: Integrate #2910 from mainline slurping an empty file should return '' rather than undef, with commensurate effects on ARGV processing Branch: maint-5.005/perl ! pod/perldelta.pod pp_hot.c sv.h !> t/io/argv.t ____________________________________________________________________________ [ 3176] By: gbarr on 1999/03/28 00:00:30 Log: Integrate relevant doc changes from mainline Branch: maint-5.005/perl !> (integrate 34 files) ____________________________________________________________________________ [ 3175] By: gbarr on 1999/03/27 19:20:32 Log: Integrated #2352 and #2397 from mainline Implement $^C to allow perl access to -c flag - I think this was agreed once... Update docs and English.pm for $^C Branch: maint-5.005/perl ! gv.c mg.c !> lib/English.pm ____________________________________________________________________________ [ 3174] By: gbarr on 1999/03/27 18:21:01 Log: Update Copyright year Branch: maint-5.005/perl ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h ! op.c op.h perl.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c ! regcomp.c regexec.c run.c scope.c sv.c sv.h toke.c util.c ! util.h ____________________________________________________________________________ [ 3173] By: gbarr on 1999/03/27 18:19:47 Log: Update Test.pm to VERSION 1.122 from CPAN Branch: maint-5.005/perl ! lib/Test.pm ____________________________________________________________________________ [ 3154] By: jhi on 1999/03/24 21:40:51 Log: Reword the shared library search path (LD_LIBRARY_PATH) info based on suggestions from Andy Dougherty. Branch: maint-5.005/perl ! INSTALL ____________________________________________________________________________ [ 3146] By: jhi on 1999/03/24 09:20:14 Log: Bring in changes #2808 and #2812 (from mainline perl) that enhance the perlbug checklist. Branch: maint-5.005/perl ! utils/perlbug.PL ____________________________________________________________________________ [ 3130] By: jhi on 1999/03/23 22:02:23 Log: Don't use config.msg to remind about the LD_LIBRARY_PATH because Makefile.SH takes care of that. Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX. This used to be the default but in some MT or another it was dropped because of some transient error or another. Branch: maint-5.005/perl ! Configure hints/dec_osf.sh ____________________________________________________________________________ [ 3122] By: jhi on 1999/03/19 21:12:14 Log: Describe the new Benchmark feature in more detail. Branch: cfgperl ! pod/perldelta.pod Branch: maint-5.005/perl ! pod/perldelta.pod ____________________________________________________________________________ [ 3121] By: jhi on 1999/03/19 08:16:12 Log: AVAILABILITY tuning. Branch: cfgperl ! pod/perl.pod Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 3119] By: jhi on 1999/03/17 14:33:43 Log: More Apollo fixes. Branch: maint-5.005/perl ! README.apollo hints/apollo.sh t/lib/io_udp.t ____________________________________________________________________________ [ 3118] By: jhi on 1999/03/16 17:23:39 Log: Nada. Branch: maint-5.005/perl ! README.apollo ____________________________________________________________________________ [ 3117] By: jhi on 1999/03/16 17:18:49 Log: Apollo DomainOS AVAILABILITY. Branch: cfgperl ! pod/perl.pod Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 3116] By: jhi on 1999/03/16 17:14:00 Log: Apollo DomainOS patch From: Johann Klasek Subject: Re: DomainPerl Date: Tue, 16 Mar 1999 17:46:32 +0100 Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at> Branch: maint-5.005/perl + README.apollo apollo/netinet/in.h ! MANIFEST hints/apollo.sh ____________________________________________________________________________ [ 3115] By: jhi on 1999/03/16 14:23:54 Log: From: Paul Marquess To: Gurusamy Sarathy , Graham Barr Cc: Perl5 Porters , "Paul.Marquess" Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65 Date: Sun, 14 Mar 1999 14:43:57 -0000 Message-Id: <199903141841.NAA17040@defender.perl.org> Branch: maint-5.005/perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/typemap ____________________________________________________________________________ [ 3114] By: jhi on 1999/03/16 12:42:20 Log: Mention Rhapsody in 5.005_5X perldelta, and in Rhapsody and Netware in 5.005_0X and 5.005_5X *planned* AVAILABILITY. Branch: cfgperl ! pod/perl.pod pod/perldelta.pod Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 3113] By: jhi on 1999/03/16 10:38:53 Log: perldelta niggling. Branch: cfgperl ! pod/perldelta.pod Branch: maint-5.005/perl ! pod/perldelta.pod ____________________________________________________________________________ [ 3111] By: jhi on 1999/03/16 10:28:10 Log: AVAILABILITY update: still mention PowerUX, Novell Netware now has sources available. Branch: cfgperl ! pod/perl.pod Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 3105] By: jhi on 1999/03/12 15:54:57 Log: Recognize the NetBSD packages collection. Branch: maint-5.005/perl ! hints/netbsd.sh ____________________________________________________________________________ [ 3104] By: jhi on 1999/03/12 09:07:04 Log: From: pvhp@forte.com (Peter Prymmer) To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED) Date: Thu, 11 Mar 99 14:24:54 PST Message-Id: <9903112224.AA24346@forte.com> Branch: maint-5.005/perl ! README.os390 t/lib/posix.t ____________________________________________________________________________ [ 3102] By: jhi on 1999/03/10 11:01:20 Log: From: pvhp@forte.com (Peter Prymmer) To: perl5-porters@perl.org Subject: [5.005_03-MT6]Patch: time passes Date: Tue, 9 Mar 99 18:42:17 PST Message-Id: <9903100242.AA29057@forte.com> Branch: maint-5.005/perl ! perl.c ____________________________________________________________________________ [ 3101] By: jhi on 1999/03/10 10:30:15 Log: From: Mark-Jason Dominus To: perl5-porters@perl.com Subject: Minor fix to perlfunc.pod Date: Mon, 08 Mar 1999 20:05:53 -0500 Message-ID: <19990309010553.13757.qmail@plover.com> Branch: maint-5.005/perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 3094] By: jhi on 1999/03/06 16:16:15 Log: From: Mark Kettenis To: jhi@iki.fi Subject: Oops Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET) Message-Id: <199903061615.RAA00207@delius.kettenis.nl> Branch: maint-5.005/perl ! README.hurd ____________________________________________________________________________ [ 3093] By: jhi on 1999/03/06 15:59:46 Log: From: Mark Kettenis To: jhi@iki.fi Subject: New Hurd README Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET) Message-Id: <199903061601.RAA00185@delius.kettenis.nl> Branch: maint-5.005/perl ! README.hurd ____________________________________________________________________________ [ 3092] By: jhi on 1999/03/06 12:52:06 Log: From: Paul_Green@stratus.com To: perl5-porters@perl.org Cc: jhi@iki.fi, Paul_Green@stratus.com Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5 Date: Fri, 5 Mar 1999 18:08:49 -0500 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com> Branch: maint-5.005/perl ! vos/config.h vos/config_h.SH_orig ____________________________________________________________________________ [ 3091] By: jhi on 1999/03/06 12:42:21 Log: From: Dan Sugalski To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.005_03-MT6]VMS build patch Date: Fri, 05 Mar 1999 12:36:19 -0800 Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu> Branch: maint-5.005/perl ! vms/subconfigure.com ____________________________________________________________________________ [ 3090] By: gsar on 1999/03/06 04:40:03 Log: integrate change#3089 from mainline tolerate CRs after options Branch: maint-5.005/perl !> perl.c ____________________________________________________________________________ [ 3086] By: gbarr on 1999/03/05 01:48:05 Log: #3085 was a bit premature, this is MT6 as 2 files were missing from MANIFEST Branch: maint-5.005/perl ! MANIFEST ____________________________________________________________________________ [ 3085] By: gbarr on 1999/03/05 01:41:06 Log: Trial release 6 Branch: maint-5.005/perl ! Changes ____________________________________________________________________________ [ 3084] By: gbarr on 1999/03/05 01:34:07 Log: Don't process - as a file in Errno_pm.PL From: Jarkko Hietaniemi Date: Thu, 4 Mar 1999 13:29:23 +0200 (EET) Message-ID: <14046.28307.561693.849859@alpha.hut.fi> Subject: Re: maint-5.005 Branch: maint-5.005/perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 3081] By: gsar on 1999/03/05 00:14:33 Log: protect against doubled backslashes Branch: maint-5.005/perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 3080] By: gsar on 1999/03/04 23:37:20 Log: pick up AIX hints from mainline Branch: maint-5.005/perl !> hints/aix.sh ____________________________________________________________________________ [ 3079] By: gsar on 1999/03/04 21:09:43 Log: tweak cast and crew Branch: maint-5.005/perl ! Changes ____________________________________________________________________________ [ 3078] By: gsar on 1999/03/04 21:03:04 Log: update patchlevel, Changes Branch: maint-5.005/perl ! Changes README.win32 patchlevel.h !> pod/perlhist.pod ____________________________________________________________________________ [ 3075] By: gsar on 1999/03/04 07:36:53 Log: integrate changes#3037,3041 from mainline fix longstanding bug: searches for lexicals originating within eval'' weren't stopping at the subroutine boundary correctly -- fix subtle bug in eval'' testsuite Branch: maint-5.005/perl !> op.c proto.h t/op/eval.t ____________________________________________________________________________ [ 3074] By: gsar on 1999/03/04 07:32:15 Log: integrate change#3048 from mainline updated HP-UX notes from Jeff Okamoto Branch: maint-5.005/perl !> MANIFEST README.hpux ____________________________________________________________________________ [ 3073] By: gsar on 1999/03/04 07:29:43 Log: integrate changes#3014,3015,3021,3032,3034,3045 from mainline more "correct" utbuf for utime() -- avoid modifying readonly values from qw() -- ansify perlio.c, fix PerlIO-ish typos -- add README.hpux -- s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION -- destroy PL_svref_mutex in perl_destruct() Branch: maint-5.005/perl +> README.hpux !> MANIFEST doio.c ext/DynaLoader/dl_beos.xs !> ext/DynaLoader/dl_cygwin32.xs iperlsys.h !> lib/ExtUtils/MM_Unix.pm lib/Getopt/Std.pm perl.c perlio.c ____________________________________________________________________________ [ 3072] By: gsar on 1999/03/04 07:12:15 Log: integrate changes#2978,2979 from mainline bring '*' prototype closer to how it behaves internally -- doc for change#2978 Branch: maint-5.005/perl +> t/lib/fatal.t !> MANIFEST lib/Fatal.pm op.c pod/perlsub.pod t/comp/proto.t ____________________________________________________________________________ [ 3071] By: gsar on 1999/03/04 07:05:50 Log: integrate changes#2919,2920,2921,2928,2932,2933 from mainline applied suggested patch, with several language/readability tweaks From: Ilya Zakharevich Date: Fri, 29 Jan 1999 00:25:02 -0500 Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.005_*] Better parsing docs -- tweak READ() docs to mention $buffer must be altered by reference -- use New() et al., rather than safemalloc() et al. From: jan.dubois@ibm.net (Jan Dubois) Date: Fri, 29 Jan 1999 23:27:22 +0100 Message-ID: <36bd33f2.51029616@smtp1.ibm.net> Subject: [PATCH _03-MT5] POSIX.xs memory API -- allow the Carp routines to pass through exception objects -- clarify what a "line" is -- From: "J. van Krieken" Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET) Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl> Subject: s2p incorrectly handles hold space commands Branch: maint-5.005/perl !> ext/POSIX/POSIX.xs lib/Carp.pm pod/perlfunc.pod pod/perlop.pod !> pod/perltie.pod pod/perlvar.pod x2p/s2p.PL ____________________________________________________________________________ [ 3070] By: gsar on 1999/03/04 06:43:57 Log: integrate changes#2748,2753,2754,2819,2824,2855,2866,2867,2869,2885,2888,2889 from mainline From: "Jonathan I. Kamens" Date: Thu, 3 Dec 1998 15:10:17 -0500 Message-Id: <199812032010.PAA09692@jik.shore.net> Subject: sample checksum code in "perlfunc" man page is wrong -- Todo tweaks -- Todo updates from Andy Dougherty -- avoid garbage in db->dirbuf From: Masahiro KAJIURA Date: Sat, 05 Dec 1998 14:14:54 +0900 Message-Id: <199812050514.OAA23268@toshiba.co.jp> Subject: SDBM bug -- tweak doc on bitwise ops -- applied suggested patch; added tests From: Adam Krolnik Date: Sat, 12 Dec 98 15:30:18 -0600 Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com> Subject: Range operation doesn't handle IV_MAX -- display full pathname of unreadable files -- av_extend() doc tweak from Jan Dubois -- update win32/pod.mak -- note how to find REG_INFTY limit -- add note about test-notty target -- tweak PERL_STRICT_CR notes Branch: maint-5.005/perl !> Porting/pumpkin.pod README.win32 Todo Todo-5.005 !> ext/SDBM_File/sdbm/sdbm.c pod/perldelta.pod pod/perlfunc.pod !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod pp_ctl.c !> t/op/range.t utils/perldoc.PL win32/pod.mak ____________________________________________________________________________ [ 3069] By: gsar on 1999/03/04 06:02:29 Log: integrate change#2747 from mainline typos in Pod/Text.pm Branch: maint-5.005/perl !> lib/Pod/Text.pm ____________________________________________________________________________ [ 3059] By: jhi on 1999/03/03 22:46:43 Log: Document HP-UX 11 Y2K patch effect, based on From: "Richard L. England" To: perlbug@perl.com CC: "England, Richard" Subject: test io/fs.t number 18 fails on HPUX 11.0 when Y2K patch installed. Date: Fri, 26 Feb 1999 15:35:49 -0800 Message-ID: <36D72FD4.4136C84F@mentorg.com> Branch: maint-5.005/perl ! INSTALL ____________________________________________________________________________ [ 3057] By: jhi on 1999/03/03 21:42:22 Log: The *symbols patch (for Kurt's h2ph fixes) haunted us in AIX. Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 3056] By: jhi on 1999/03/03 21:21:46 Log: Fixed the pthreads_created_joinable test messed up by the Mach cthreads change. Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 3055] By: jhi on 1999/03/03 18:17:55 Log: Configure and make gotchas. Branch: maint-5.005/perl ! INSTALL ____________________________________________________________________________ [ 3051] By: jhi on 1999/03/02 08:24:52 Log: From: Dan Sugalski To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS Date: Mon, 01 Mar 1999 16:10:57 -0800 Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu> Branch: cfgperl ! README.vms Branch: maint-5.005/perl ! README.vms ____________________________________________________________________________ [ 3049] By: jhi on 1999/03/02 07:34:21 Log: From: Spider Boardman To: perl5-porters@perl.org Subject: [PATCH] Eliminate (valid) warning in byterun.c Date: Mon, 01 Mar 1999 17:27:59 -0500 Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com> Branch: cfgperl ! bytecode.h Branch: maint-5.005/perl ! bytecode.h ____________________________________________________________________________ [ 3028] By: jhi on 1999/02/26 14:40:00 Log: HP-UX 11 threads. From: Jeff Okamoto To: perl5-porters@perl.org Cc: jhi@cc.hut.fi Subject: Maint 5 and _54 with threading on HP-UX 11.00 Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST) Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com> NOTE from jhi: the hpux hints could still be more robust by disabling gdbm when necessary. Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11, linking -lgdbm -lpthread creates an executable that instantly core dumps on a pthreads internal panic: ./gdpt Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096 Return Pointer is 0xc082bf33 17639 quit (core dumped) ./gdpt You don't have to *use* either gdbm or pthreads in the executable, just linking them together is enough. Workaround is to recompile the GDBM under HP-UX 11, that makes the problem to go away. Branch: maint-5.005/perl ! hints/hpux.sh thread.h ____________________________________________________________________________ [ 3027] By: jhi on 1999/02/26 09:04:29 Log: From: abigail@fnx.com To: perl5-porters@perl.org (Perl Porters) Subject: [PATCH 5.005_02 Getopt::Std] warn() instead of print STDERR. Date: Thu, 25 Feb 1999 22:08:41 -0500 (EST) Message-ID: <19990226030841.5985.qmail@alexandra.wayne.fnx.com> Branch: maint-5.005/perl ! lib/Getopt/Std.pm ____________________________________________________________________________ [ 3026] By: jhi on 1999/02/26 08:18:26 Log: full_ar wasn't propagated. Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 3013] By: jhi on 1999/02/22 19:27:44 Log: Fix MacPerl version, change PowerUX to PowerMAX. From: Chris Nandor To: jhi@iki.fi Cc: perl5-porters@perl.org Subject: Re: perl current availability as documented by perl.pod Date: Sun, 21 Feb 1999 11:06:03 -0500 Message-Id: From: Tom Horsley To: jhi@iki.fi Cc: perl5-porters@perl.org Subject: Re: perl current availability as documented by perl.pod Date: Mon, 22 Feb 1999 13:08:30 GMT Message-Id: <199902221308.NAA19971@cleo.ccur.com> Branch: cfgperl ! pod/perl.pod Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 3010] By: jhi on 1999/02/22 10:21:55 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess) To: gbarr@pobox.com (Graham Barr) Cc: perl5-porters@perl.org Subject: [PATCH 5.005_03-MT5] DB_File 1.64 patch Date: Mon, 22 Feb 1999 10:12:34 +0000 (GMT) Message-Id: <9902221012.AA17784@claudius.bfsec.bt.co.uk> Branch: maint-5.005/perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t ____________________________________________________________________________ [ 3005] By: jhi on 1999/02/22 08:35:30 Log: Configure/Perl knew how to look for use Mach cthreads but Configure didn't let them to be used ($osname 'next'). Branch: cfgperl ! Configure config_h.SH Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 3004] By: jhi on 1999/02/21 15:46:02 Log: Update Acorn AVAILABILITY. Branch: cfgperl ! pod/perl.pod Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 3003] By: jhi on 1999/02/21 14:50:42 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball) To: perl5-porters@perl.org (Perl 5 Porters) Subject: PATCH: perlref.pod - symbolic ref example Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST) Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu> Branch: cfgperl ! pod/perlref.pod Branch: maint-5.005/perl ! pod/perlref.pod ____________________________________________________________________________ [ 3000] By: jhi on 1999/02/21 14:15:31 Log: pack s/l for negative numbers was broken on platforms where sizeof(short) != 2 or sizeof(long) != 4 (Alpha, Cray). pack v was broken for sizeof(short) == 8 big-endian platforms (Cray), only zeros were produced. Branch: maint-5.005/perl ! perl.h pod/perlfunc.pod pp.c t/op/pack.t ____________________________________________________________________________ [ 2997] By: jhi on 1999/02/20 14:00:26 Log: Glossary update. Branch: maint-5.005/perl ! Porting/Glossary ____________________________________________________________________________ [ 2995] By: jhi on 1999/02/20 12:25:10 Log: Document #2893, Mach cthreads support. Branch: maint-5.005/perl ! pod/perldelta.pod ____________________________________________________________________________ [ 2986] By: jhi on 1999/02/19 23:26:34 Log: Remove the unnecessary osf1 -D__LANGUAGE_C__. Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2983] By: jhi on 1999/02/19 20:35:51 Log: Mach cthreads: From: brie@corp.home.net (Brian Harrison) Subject: perl5.005_02 patch for mthreads To: perl5-porters@perl.org Date: Fri, 23 Oct 1998 14:20:57 -0700 (PDT) Message-ID: Branch: maint-5.005/perl ! Configure Porting/Glossary config_h.SH malloc.c perl.h ! thread.h ____________________________________________________________________________ [ 2981] By: jhi on 1999/02/19 19:49:03 Log: From: "Kurt D. Starsinic" To: Chaim Frenkel , Russ Allbery , Jarkko Hietaniemi , Gurusamy Sarathy , Graham Barr Cc: bdensch@ameritech.net, perlbug@perl.com Subject: [PATCH] Re: Solaris 7 for Intel Message-ID: <19990219124404.A30182@O2.chapin.edu> and Glossary update. Branch: maint-5.005/perl ! Configure Makefile.SH Porting/Glossary ____________________________________________________________________________ [ 2980] By: gbarr on 1999/02/19 16:06:53 Log: Make result of h2xs work when user adds C Branch: maint-5.005/perl ! utils/h2xs.PL ____________________________________________________________________________ [ 2976] By: gsar on 1999/02/18 21:54:09 Log: integrate change#2975 from mainline distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation of lexical searches in BEGIN|INIT|END) Branch: maint-5.005/perl !> cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t !> vms/perly_c.vms ____________________________________________________________________________ [ 2971] By: jhi on 1999/02/18 11:14:24 Log: AIX syscalls.exp scan missed explicitly 32/64-bit syscalls. From: Joe Buehler To: perl5-porters@perl.org Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3 Date: 12 Feb 1999 11:25:21 -0500 Message-ID: Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2967] By: jhi on 1999/02/17 23:12:59 Log: Make SCO/Unixware scan to work in Unixware, too. From: Tom Hughes To: perlbug@perl.com Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED) Date: 17 Feb 1999 15:34:15 +0000 Message-ID: Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2956] By: jhi on 1999/02/15 21:03:28 Log: OpenBSD sparc SHMLBA (like change #2945). Branch: maint-5.005/perl ! ext/IPC/SysV/SysV.xs ____________________________________________________________________________ [ 2950] By: jhi on 1999/02/15 13:37:28 Log: AVAILABILITY sync. Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 2906] By: jhi on 1999/02/13 14:55:47 Log: AVAILABILITY sync. Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 2905] By: gsar on 1999/02/13 00:12:53 Log: integrate change#2898 from mainline support win32_putenv() Branch: maint-5.005/perl !> mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h !> win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 2904] By: jhi on 1999/02/12 21:23:30 Log: Add README.hurd, from Mark Kettenis . Branch: maint-5.005/perl + README.hurd ! MANIFEST ____________________________________________________________________________ [ 2900] By: jhi on 1999/02/12 12:07:28 Log: SCO ODT/OSR release scanning. Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2897] By: jhi on 1999/02/12 11:24:25 Log: Undo a big bad paste from change #2884. Branch: maint-5.005/perl ! hints/openbsd.sh ____________________________________________________________________________ [ 2896] By: jhi on 1999/02/12 11:19:52 Log: Update the error message of db-recno.t to DB version 1.86 and the URL to www.sleepycat.com instead of www.bostic.com. Branch: maint-5.005/perl ! t/lib/db-recno.t ____________________________________________________________________________ [ 2895] By: gsar on 1999/02/12 11:18:59 Log: integrate change#2854 from mainline compatibility fix: magic non-propagation in foreach implicit localization Branch: maint-5.005/perl !> pp_ctl.c t/op/local.t ____________________________________________________________________________ [ 2884] By: jhi on 1999/02/12 08:36:14 Log: OpenBSD pthreads awareness, thanks to David Leonard Branch: maint-5.005/perl ! Configure hints/openbsd.sh ____________________________________________________________________________ [ 2883] By: jhi on 1999/02/12 08:29:51 Log: AVAILABILITY sync. Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 2878] By: jhi on 1999/02/11 22:00:50 Log: Replace changes #2783, #2784, #2785, with a single tested patch from Francois Desarmenien . Branch: maint-5.005/perl ! MANIFEST ext/GDBM_File/hints/sco.pl ext/IPC/SysV/SysV.xs ! hints/sco.sh ____________________________________________________________________________ [ 2876] By: jhi on 1999/02/11 20:43:17 Log: From: Chris Nandor To: perl5-porters@perl.org Subject: [PATCH] perlport.pod 1.39 Date: Thu, 11 Feb 1999 12:28:35 -0500 Message-Id: Branch: maint-5.005/perl ! pod/perlport.pod ____________________________________________________________________________ [ 2875] By: jhi on 1999/02/11 20:35:08 Log: The fpsetmask() really is SCO5 only. Branch: maint-5.005/perl ! unixish.h ____________________________________________________________________________ [ 2874] By: jhi on 1999/02/11 20:32:06 Log: Change #2783 missed these. Branch: maint-5.005/perl ! ext/IPC/SysV/SysV.xs unixish.h ____________________________________________________________________________ [ 2873] By: jhi on 1999/02/11 20:27:45 Log: Import the change #2810 from cfgperl. Branch: maint-5.005/perl + ext/GDBM_File/hints/sco.pl ! MANIFEST hints/sco.sh unixish.h ____________________________________________________________________________ [ 2872] By: jhi on 1999/02/11 19:57:37 Log: Sync the current AVAILABILITY. Branch: maint-5.005/perl ! pod/perl.pod pod/perldelta.pod ____________________________________________________________________________ [ 2871] By: jhi on 1999/02/11 19:42:54 Log: Copied the GNU/Hurd hints file over from cfgperl because it works well enough (there are still some rough edges in Hurd), verified via private email from Mark Kettenis Branch: maint-5.005/perl + hints/gnu.sh ____________________________________________________________________________ [ 2864] By: jhi on 1999/02/11 08:45:00 Log: From: Spider Boardman To: perlbug@perl.com Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED) Date: Wed, 10 Feb 1999 23:33:31 -0500 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com> Branch: maint-5.005/perl ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh ____________________________________________________________________________ [ 2863] By: jhi on 1999/02/11 08:35:35 Log: AVAILABILITY. Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 2858] By: gsar on 1999/02/11 07:10:59 Log: remove dup hunk Branch: maint-5.005/perl ! pod/perldelta.pod ____________________________________________________________________________ [ 2857] By: gsar on 1999/02/11 07:09:20 Log: sync with parent version of perldelta.pod Branch: maint-5.005/perl !> pod/perldelta.pod ____________________________________________________________________________ [ 2853] By: gsar on 1999/02/11 00:33:06 Log: integrate change#2816 from mainline minor bug in dumping blessed subrefs Branch: maint-5.005/perl !> ext/Data/Dumper/Dumper.pm ____________________________________________________________________________ [ 2852] By: gsar on 1999/02/10 23:17:49 Log: fair warning about -Dusethreads Branch: maint-5.005/perl ! Configure INSTALL README.threads ____________________________________________________________________________ [ 2851] By: jhi on 1999/02/10 23:00:39 Log: Snapshot of the ongoing AVAILABILITY discussion. Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 2850] By: jhi on 1999/02/10 16:07:32 Log: OS390 and Windows AVAILABILITY entries enhanced. Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 2849] By: jhi on 1999/02/10 12:39:46 Log: AS/400 and Mac were not described right. Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 2848] By: jhi on 1999/02/10 09:13:49 Log: Added AVAILABILITY section. Branch: maint-5.005/perl ! pod/perl.pod ____________________________________________________________________________ [ 2837] By: jhi on 1999/02/08 14:51:39 Log: Fix typo introduced in change #2836. Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2836] By: jhi on 1999/02/08 14:44:31 Log: Augment change #2809, the h2ph-*symbols patch. Branch: maint-5.005/perl ! Configure t/lib/h2ph.pht ____________________________________________________________________________ [ 2815] By: gsar on 1999/02/05 03:44:50 Log: integrate change#2242 from mainline fix skipspace() to properly account for newlines in eval''-ed strings (caused bogus line numbers in diagnostics and debugger) Branch: maint-5.005/perl !> toke.c ____________________________________________________________________________ [ 2814] By: jhi on 1999/02/04 21:21:39 Log: Stratus perlport update. Branch: maint-5.005/perl ! pod/perlport.pod ____________________________________________________________________________ [ 2813] By: jhi on 1999/02/04 21:16:54 Log: Stratus VOS update. From: Paul_Green@stratus.com To: jhi@iki.fi Subject: RE: VOS changes for Perl5.005_03 are ready! Date: Thu, 4 Feb 1999 14:51:07 -0500 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A0168@exna1.stratus.com> Branch: maint-5.005/perl + vos/vos_accept.c ! MANIFEST README.vos perl.c pod/perlport.pod vos/Changes ! vos/build.cm vos/compile_perl.cm vos/config.h ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c ! vos/vos_dummies.c vos/vosish.h ____________________________________________________________________________ [ 2809] By: jhi on 1999/02/03 19:54:16 Log: h2ph fixes + Configure patch to support them. From: "Kurt D. Starsinic" To: Graham Barr , Jarkko Hietaniemi , Gurusamy Sarathy Cc: perl5-porters@perl.org Subject: [PATCH 5.00503_MT5] h2ph.PL Date: Tue, 2 Feb 1999 19:48:06 -0500 Message-ID: <19990202194806.E10647@O2.chapin.edu> Branch: maint-5.005/perl ! Configure utils/h2ph.PL ____________________________________________________________________________ [ 2802] By: jhi on 1999/02/02 17:41:23 Log: From: John Bley To: perlbug@perl.org Subject: [PATCH]5.005_54 (DOC) fix minor typos Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST) Message-ID: Branch: maint-5.005/perl ! pod/perlre.pod ____________________________________________________________________________ [ 2790] By: jhi on 1999/02/02 16:51:45 Log: Re-introduce the typo corrections (update to CGI 2.46 overran them). Branch: maint-5.005/perl ! lib/CGI.pm ____________________________________________________________________________ [ 2781] By: jhi on 1999/02/02 14:27:01 Log: Update the MkLinux note. Branch: maint-5.005/perl ! hints/linux.sh ____________________________________________________________________________ [ 2775] By: jhi on 1999/02/02 13:13:24 Log: Mention lib/Dumpvalue.pm. Branch: maint-5.005/perl ! pod/roffitall ____________________________________________________________________________ [ 2767] By: jhi on 1999/02/02 12:29:57 Log: Demangle spaces to tab+space. Branch: maint-5.005/perl ! hints/freebsd.sh ____________________________________________________________________________ [ 2758] By: jhi on 1999/02/02 10:51:26 Log: Detypo. Branch: maint-5.005/perl ! lib/Math/Trig.pm ____________________________________________________________________________ [ 2755] By: jhi on 1999/02/02 09:07:51 Log: Make FreeBSD 2.2.7 work with -Duseshrplib -ders. Branch: maint-5.005/perl ! hints/freebsd.sh ____________________________________________________________________________ [ 2752] By: jhi on 1999/02/01 22:15:12 Log: Add perlthrtut.pod. From: Dan Sugalski To: perl5-porters@perl.org Subject: perlthrtut.pod Date: Mon, 01 Feb 1999 10:57:11 -0800 Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu> Branch: maint-5.005/perl + pod/perlthrtut.pod ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod ! pod/roffitall ____________________________________________________________________________ [ 2741] By: gbarr on 1999/02/01 03:00:42 Log: Fix typecasts in #2728 From: "G. Del Merritt" Date: Fri, 29 Jan 1999 11:47:25 -0700 Message-Id: <199901291847.LAA04828@jhereg.perl.com> Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included) Branch: maint-5.005/perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 2740] By: gsar on 1999/02/01 02:43:07 Log: CAPI inheritance tweak and doc Branch: maint-5.005/perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 2739] By: jhi on 1999/01/31 18:31:54 Log: Undo changes #2730 and #2731 and replace them with an extensively tested patch from Anton Berezin (via private email). Branch: maint-5.005/perl ! Makefile.SH hints/freebsd.sh ____________________________________________________________________________ [ 2738] By: gsar on 1999/01/31 05:04:32 Log: fix bogus CAPI inheritance from change#2541 Branch: maint-5.005/perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 2737] By: gsar on 1999/01/31 04:55:06 Log: remove the big ugly thing jhi sneezed into INSTALL :-) Branch: maint-5.005/perl ! INSTALL ____________________________________________________________________________ [ 2736] By: jhi on 1999/01/30 12:57:06 Log: From: pvhp@forte.com (Peter Prymmer) To: perl-mvs@perl.org, perlbug@perl.com Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on os390 05.00 (UNINSTALLED) Date: Fri, 29 Jan 99 19:22:31 PST Message-Id: <9901300322.AA19136@forte.com> (slighty edited at the end) Branch: maint-5.005/perl ! README.os390 ____________________________________________________________________________ [ 2735] By: jhi on 1999/01/30 11:49:54 Log: Undo 5.005-devel random, srandom mention. Branch: maint-5.005/perl ! INSTALL ____________________________________________________________________________ [ 2734] By: jhi on 1999/01/29 22:22:00 Log: Add perlreftut. Branch: maint-5.005/perl + pod/perlreftut.pod ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall ____________________________________________________________________________ [ 2732] By: gsar on 1999/01/29 20:09:44 Log: integrate change#2720 from mainline missing space while munging CCFLAGS for PERL_CAPI Branch: maint-5.005/perl !> lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 2731] By: jhi on 1999/01/29 14:33:12 Log: FreeBSD version numbers can be like "2.2.8-release". Branch: maint-5.005/perl ! hints/freebsd.sh ____________________________________________________________________________ [ 2730] By: jhi on 1999/01/29 12:40:38 Log: FreeBSD hints iteration (hopefully convergent). usethreads: require at least FreeBSD 2.2.8. signal type: mirror change #2429 in cfgperl. Branch: maint-5.005/perl ! hints/freebsd.sh ____________________________________________________________________________ [ 2729] By: gbarr on 1999/01/29 05:06:32 Log: Trial release 5 Branch: maint-5.005/perl ! Changes patchlevel.h pod/perlhist.pod ____________________________________________________________________________ [ 2728] By: gbarr on 1999/01/29 04:10:37 Log: From: Ted Law Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST) Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com> Subject: POSIX::strftime buffer overflow problem Branch: maint-5.005/perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 2728] By: gbarr on 1999/01/29 04:10:37 Log: From: Ted Law Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST) Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com> Subject: POSIX::strftime buffer overflow problem Branch: maint-5.005/perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 2727] By: gbarr on 1999/01/29 04:09:57 Log: From: Tom Spindler Date: Thu, 28 Jan 1999 17:15:11 -0800 Message-ID: <19990128171510.A11778@isi.net> Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4 Branch: maint-5.005/perl + ext/DynaLoader/dl_beos.xs ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 2726] By: gbarr on 1999/01/29 03:30:51 Log: Remove use of File::Slurp in t/lib/textfill.t Branch: maint-5.005/perl ! t/lib/textfill.t ____________________________________________________________________________ [ 2725] By: gbarr on 1999/01/29 03:11:41 Log: From: Gurusamy Sarathy Date: Wed, 27 Jan 1999 23:14:33 -0800 Message-Id: <199901280714.XAA10176@activestate.com> Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object Branch: maint-5.005/perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 2724] By: jhi on 1999/01/28 19:27:15 Log: Change jhi@iki.fi to perlbug@perl.com. Cosmetic change in semctl probing messages. Branch: maint-5.005/perl ! Configure hints/freebsd.sh ____________________________________________________________________________ [ 2723] By: jhi on 1999/01/28 17:27:49 Log: Yet another typo in a test program. Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2722] By: jhi on 1999/01/28 17:13:52 Log: The pthreads_created_joinable test had a typo, by blind luck the default value works almost anywhere. Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2721] By: jhi on 1999/01/28 13:04:23 Log: MinT support, adapted from change #2594. Branch: maint-5.005/perl + README.mint ext/POSIX/hints/mint.pl hints/mint.sh + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h + mint/sys/time.h mint/time.h ! MANIFEST doio.c malloc.c miniperlmain.c perl.c ! pod/perldelta.pod t/io/fs.t t/lib/safe2.t t/op/groups.t ! t/op/mkdir.t t/op/taint.t ____________________________________________________________________________ [ 2719] By: jhi on 1999/01/27 19:49:49 Log: From: "M.J.T. Guy" To: perl5-porters@perl.org Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts Date: Tue, 26 Jan 1999 22:25:07 +0000 Message-Id: Branch: maint-5.005/perl ! pod/perlguts.pod ____________________________________________________________________________ [ 2718] By: jhi on 1999/01/27 19:46:04 Log: io/fs.t fails test #18 (sense of tests appears to have been changed incompletely; this patch just skips the test attached, a la test #17 preceding it). From: "G. Del Merritt" To: perlbug@perl.com Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included) Date: Tue, 26 Jan 1999 12:09:09 -0700 Message-Id: <199901261909.MAA25525@jhereg.perl.com> Branch: maint-5.005/perl ! t/io/fs.t ____________________________________________________________________________ [ 2717] By: jhi on 1999/01/27 19:44:46 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't) From: "G. Del Merritt" To: perlbug@perl.com Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included) Date: Tue, 26 Jan 1999 12:09:09 -0700 Message-Id: <199901261909.MAA25525@jhereg.perl.com> Branch: maint-5.005/perl ! iperlsys.h ____________________________________________________________________________ [ 2716] By: jhi on 1999/01/27 19:38:36 Log: From: Dan Sugalski To: perlbug@perl.com, vmsperl@perl.org Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course) Date: Tue, 26 Jan 1999 14:40:38 -0800 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu> From: Dan Sugalski To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches Date: Tue, 26 Jan 1999 14:55:29 -0800 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu> Branch: maint-5.005/perl ! t/lib/textfill.t t/lib/textwrap.t vms/ext/Stdio/test.pl ! vms/subconfigure.com ____________________________________________________________________________ [ 2715] By: jhi on 1999/01/27 19:34:28 Log: From: Mark Bixby To: perl5-porters@perl.org Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST) Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu> Branch: maint-5.005/perl ! hints/mpeix.sh mpeix/relink ____________________________________________________________________________ [ 2714] By: jhi on 1999/01/27 19:32:41 Log: NetBSD does not do setruid, setrgid. Branch: maint-5.005/perl ! hints/netbsd.sh ____________________________________________________________________________ [ 2713] By: jhi on 1999/01/27 19:28:53 Log: FreeBSD usethreads, based on private email with Anton Berezin . Branch: maint-5.005/perl ! hints/freebsd.sh ____________________________________________________________________________ [ 2712] By: jhi on 1999/01/27 19:26:17 Log: From: Ilya Zakharevich To: Mailing list Perl5 Subject: [PATCH 5.005_*] OS/2 threads Date: Tue, 26 Jan 1999 13:39:46 -0500 Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu> Branch: maint-5.005/perl ! os2/os2ish.h ____________________________________________________________________________ [ 2711] By: jhi on 1999/01/27 19:24:28 Log: "make ok", "make okfile", and "make nok" were broken with -Duseshrplib, because of a shared typo. From: Spider Boardman To: perlbug@perl.com Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) Date: Wed, 27 Jan 1999 12:27:15 -0500 Message-Id: <199901271727.MAA233455@web.zk3.dec.com> Branch: maint-5.005/perl ! Makefile.SH ____________________________________________________________________________ [ 2710] By: jhi on 1999/01/27 19:22:23 Log: Errno fixes: From: Spider Boardman To: perlbug@perl.com Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) Date: Wed, 27 Jan 1999 12:27:15 -0500 Message-Id: <199901271727.MAA233455@web.zk3.dec.com> From: Spider Boardman To: perlbug@perl.com Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) Date: Wed, 27 Jan 1999 13:31:16 -0500 Message-Id: <199901271831.NAA241001@web.zk3.dec.com> Branch: maint-5.005/perl ! Configure ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 2709] By: jhi on 1999/01/27 19:17:35 Log: Fix Configure installusrbinperl: From: Spider Boardman To: jhi@iki.fi cc: perl5-porters@perl.org Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) Date: Wed, 27 Jan 1999 13:03:35 -0500 Message-Id: <199901271803.NAA238257@web.zk3.dec.com> Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2708] By: gbarr on 1999/01/26 04:14:42 Log: Trial release 4 Branch: maint-5.005/perl ! Changes patchlevel.h pod/perlhist.pod ____________________________________________________________________________ [ 2707] By: gbarr on 1999/01/26 02:06:17 Log: Add redef IO::Handle::* for setv?buf() Branch: maint-5.005/perl ! ext/POSIX/POSIX.pm ____________________________________________________________________________ [ 2706] By: jhi on 1999/01/24 22:26:12 Log: Better AIX libc nm scan. Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2703] By: jhi on 1999/01/24 14:26:18 Log: Minor Configure adjustments. Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2702] By: jhi on 1999/01/24 13:57:33 Log: Use usethreads.cbu consistently. Branch: maint-5.005/perl ! Configure hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh ! hints/linux.sh hints/os2.sh hints/solaris_2.sh ____________________________________________________________________________ [ 2701] By: jhi on 1999/01/24 13:55:43 Log: Mention year-1900 and month 0..11 also here. Branch: maint-5.005/perl ! lib/Time/Local.pm ____________________________________________________________________________ [ 2700] By: jhi on 1999/01/24 13:52:36 Log: Document Configure -Uinstallusrbinperl. Branch: maint-5.005/perl ! INSTALL pod/perldelta.pod ____________________________________________________________________________ [ 2699] By: jhi on 1999/01/24 13:01:57 Log: perlopentut was missing. Branch: maint-5.005/perl + pod/perlopentut.pod ! MANIFEST pod/perldelta.pod ____________________________________________________________________________ [ 2697] By: jhi on 1999/01/24 12:31:33 Log: Remove t/op/grent.t (t/op/pwent.t was removed by #2685). Branch: maint-5.005/perl - t/op/grent.t ! MANIFEST ____________________________________________________________________________ [ 2696] By: gsar on 1999/01/24 11:39:39 Log: integrate changes#2255,2694 from mainline another win32 portability fix: make sysread() and syswrite() work on sockets better notes on 'make' on win32 Branch: maint-5.005/perl ! README.win32 pp_sys.c win32/win32.h ____________________________________________________________________________ [ 2693] By: gbarr on 1999/01/24 00:53:31 Log: Integrate changes #2646,2647 from cfgperl Show LANGUAGE env var when needed. (Augment change #2645). SHMLBA strikes back in NetBSD/sparc. From: Dave Nelson To: jhi@iki.fi Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc Date: Mon, 18 Jan 1999 22:07:56 -0600 Message-Id: <199901190407.WAA02543@longhorn.bellcow.com> Branch: maint-5.005/perl ! util.c utils/perlbug.PL !> ext/IPC/SysV/SysV.xs ____________________________________________________________________________ [ 2692] By: gbarr on 1999/01/24 00:28:52 Log: Integrate #2630 from mainline and an errno save fix Branch: maint-5.005/perl !> doio.c ____________________________________________________________________________ [ 2691] By: gbarr on 1999/01/24 00:28:37 Log: Update CGI modules to 2.46 and Getopt::Long to 2.19 Branch: maint-5.005/perl ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm ! lib/CGI/Push.pm lib/Getopt/Long.pm t/lib/cgi-html.t ____________________________________________________________________________ [ 2690] By: gbarr on 1999/01/23 23:35:39 Log: Integrate #2681 from cfgperl Better (I hope) LANGUAGE documentation. Branch: maint-5.005/perl !> pod/perllocale.pod ____________________________________________________________________________ [ 2689] By: gbarr on 1999/01/23 23:31:59 Log: More nosuid patches From: Jarkko Hietaniemi Date: Fri, 22 Jan 1999 12:12:45 +0200 (EET) Message-ID: <13992.20253.269284.841300@alpha.hut.fi> Subject: Re: [PATCH] 5.005*: the "nosuid" problem: v2 Branch: maint-5.005/perl ! Configure config_h.SH perl.c perl.h pod/perldelta.pod ! pod/perldiag.pod ____________________________________________________________________________ [ 2688] By: gbarr on 1999/01/23 23:03:39 Log: From: Anton Berezin Date: 21 Jan 1999 17:07:28 +0100 Message-ID: <86emood2yn.fsf@lion.plab.ku.dk> Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0 Branch: maint-5.005/perl ! hints/freebsd.sh ____________________________________________________________________________ [ 2687] By: gbarr on 1999/01/23 22:52:58 Log: overload syntax is no longer experimental Branch: maint-5.005/perl ! lib/overload.pm ____________________________________________________________________________ [ 2685] By: gbarr on 1999/01/23 22:15:46 Log: Remove t/op/pwent.t added from cfgperl, but is not robust. Branch: maint-5.005/perl - t/op/pwent.t ! MANIFEST ____________________________________________________________________________ [ 2684] By: gbarr on 1999/01/23 22:13:07 Log: More doc typos from Abigail, and undo some in lib/diagnostics.pm from change #2672 From: abigail@fnx.com Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST) Message-Id: <19990120003242.19938.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos From: abigail@fnx.com Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST) Message-Id: <19990120004041.20052.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos Branch: maint-5.005/perl ! lib/CGI.pm lib/CPAN.pm lib/diagnostics.pm ____________________________________________________________________________ [ 2677] By: gbarr on 1999/01/22 03:38:07 Log: Integrate #2645, #2648 and update patching.pod Document the GNU LANGUAGE env var. Mention /usr/share/locale. From: Daniel Grisinger Date: 21 Jan 1999 00:17:35 -0700 Message-Id: Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?) Branch: maint-5.005/perl ! Porting/patching.pod !> pod/perllocale.pod ____________________________________________________________________________ [ 2676] By: gbarr on 1999/01/22 01:54:02 Log: Fixup FindBin to use File::Spec Message-Id: <19990120185157.D24479@west-tip.transeda.com> Date: Wed, 20 Jan 1999 18:51:57 +0000 From: Paul Johnson Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths Branch: maint-5.005/perl ! lib/FindBin.pm ____________________________________________________________________________ [ 2675] By: gbarr on 1999/01/22 01:38:31 Log: Add new config values added for nosuid fix into VMS configure From: Dan Sugalski Date: Wed, 20 Jan 1999 12:05:18 -0800 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu> Subject: [PATCH 5.005_03MT3]VMS configure tweak Branch: maint-5.005/perl ! vms/subconfigure.com ____________________________________________________________________________ [ 2674] By: gbarr on 1999/01/22 01:36:35 Log: Fix for buggy compiler optimization on dec for pack("I",...) From: Achim Bohnet Date: Wed, 20 Jan 1999 20:25:53 +0100 Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de> Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 Branch: maint-5.005/perl ! pp.c ____________________________________________________________________________ [ 2673] By: gbarr on 1999/01/22 01:29:37 Log: OS/2 patches from Ilya Date: Thu, 21 Jan 1999 02:08:27 -0500 From: Ilya Zakharevich Subject: [PATCH 5.00*] makedepend Message-Id: <19990121020827.A25509@monk.mps.ohio-state.edu> Date: Thu, 21 Jan 1999 02:46:34 -0500 From: Ilya Zakharevich Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too Message-Id: <19990121024634.A25600@monk.mps.ohio-state.edu> Date: Thu, 21 Jan 1999 02:50:16 -0500 From: Ilya Zakharevich Subject: [PATCH 5.005_03] Resend of OS/2 patch Message-Id: <19990121025016.A25612@monk.mps.ohio-state.edu> Date: Thu, 21 Jan 1999 03:58:29 -0500 From: Ilya Zakharevich Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs Message-Id: <19990121035829.A25822@monk.mps.ohio-state.edu> Branch: maint-5.005/perl ! ext/Errno/Errno_pm.PL makedepend.SH os2/Changes ! os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c ____________________________________________________________________________ [ 2672] By: gbarr on 1999/01/22 01:05:45 Log: More doc typo patches from Abigail From: abigail@fnx.com Message-Id: <19990120001410.19645.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST) From: abigail@fnx.com Message-Id: <19990120004312.20152.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST) From: abigail@fnx.com Message-Id: <19990120004429.20190.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST) From: abigail@fnx.com Message-Id: <19990120005241.20693.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST) From: abigail@fnx.com Message-Id: <19990120005525.20788.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST) From: abigail@fnx.com Message-Id: <19990120005821.20926.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST) From: abigail@fnx.com Message-Id: <19990120010002.20973.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST) From: abigail@fnx.com Message-Id: <19990120013823.23015.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST) From: abigail@fnx.com Message-Id: <19990120013909.23085.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST) From: abigail@fnx.com Message-Id: <19990120015817.24306.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST) From: abigail@fnx.com Message-Id: <19990120020326.24373.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST) Branch: maint-5.005/perl ! ext/Opcode/Safe.pm ext/Opcode/ops.pm ext/re/re.pm ! lib/AutoLoader.pm lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm ! lib/Symbol.pm lib/Test.pm lib/diagnostics.pm lib/overload.pm ____________________________________________________________________________ [ 2671] By: gbarr on 1999/01/22 00:40:13 Log: Fix win32 for Borland compiler and spaces in paths From: Gurusamy Sarathy Date: Mon, 18 Jan 1999 20:33:17 -0800 Message-Id: <199901190433.UAA03656@activestate.com> Subject: [PATCH] 5.005_03-trial3 win32 issues Branch: maint-5.005/perl ! README.win32 win32/Makefile win32/config_sh.PL ! win32/makefile.mk win32/runperl.c ____________________________________________________________________________ [ 2637] By: gbarr on 1999/01/18 02:52:18 Log: Update DB_File to 1.63 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT) Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk> Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03 Branch: maint-5.005/perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap ____________________________________________________________________________ [ 2636] By: gbarr on 1999/01/17 18:03:31 Log: Trial release 3 Branch: maint-5.005/perl ! Changes patchlevel.h ____________________________________________________________________________ [ 2635] By: gbarr on 1999/01/17 17:32:01 Log: Update to CPAN-1.44 From: Mark-Jason Dominus Date: Sat, 16 Jan 1999 17:22:06 -0500 Message-ID: <19990116222206.3674.qmail@plover.com> Subject: Re: DOC PATCH (5.005_54 perlsub.pod) Branch: maint-5.005/perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm ! pod/perlsub.pod ____________________________________________________________________________ [ 2634] By: gbarr on 1999/01/17 17:27:12 Log: Fix for suidperl when script is on a nosuid filesystem From: Jarkko Hietaniemi Date: Sun, 17 Jan 1999 16:27:06 +0200 (EET) Message-ID: <13985.62266.324824.292401@alpha.hut.fi> Subject: [PATCH] 5.005*: the "nosuid" problem: v2 Branch: maint-5.005/perl ! Configure config_h.SH perl.c perl.h pod/perldiag.pod ____________________________________________________________________________ [ 2618] By: gbarr on 1999/01/16 19:18:26 Log: Added Dumpvalue.pm From: Ilya Zakharevich Date: Mon, 7 Dec 1998 02:44:25 -0500 (EST) Message-Id: <199812070744.CAA18949@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Dumpvar.pm Branch: maint-5.005/perl + lib/Dumpvalue.pm ! MANIFEST pod/perldelta.pod ____________________________________________________________________________ [ 2617] By: gbarr on 1999/01/16 19:09:36 Log: Minor change to perlxstut and added perlopentut.pod From: Nathan Torkington Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT) Message-ID: <13956.15285.933914.320849@localhost.frii.com> Subject: [PATCH] perlxstut.pod fix From: Tom Christiansen Date: Sat, 09 Jan 1999 08:13:18 -0700 Message-Id: <199901091513.IAA17512@jhereg.perl.com> Subject: perlopentut.pod Branch: maint-5.005/perl ! MANIFEST pod/perl.pod pod/perldelta.pod pod/perlxstut.pod ! pod/roffitall ____________________________________________________________________________ [ 2616] By: gbarr on 1999/01/16 18:59:55 Log: Win32 changes from Jan From: jan.dubois@ibm.net (Jan Dubois) Date: Fri, 15 Jan 1999 23:38:35 +0100 Message-ID: <36a7c10d.16311905@smtp1.ibm.net> Subject: [PATCH 5.005_03m2] Win32 Makefile patches From: jan.dubois@ibm.net (Jan Dubois) Date: Sat, 16 Jan 1999 13:02:45 +0100 Message-ID: <36a07da6.10722337@smtp1.ibm.net> Subject: [PATCH 5.005_03m2] minor tweaks to README.win32 Branch: maint-5.005/perl ! README.win32 win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 2615] By: gbarr on 1999/01/16 18:48:48 Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS From: Gurusamy Sarathy Date: Thu, 07 Jan 1999 00:12:00 -0500 Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu> Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds From: Gurusamy Sarathy Date: Thu, 14 Jan 1999 19:21:46 -0500 Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu> Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds Branch: maint-5.005/perl ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc ! win32/makedef.pl win32/runperl.c win32/win32.c ____________________________________________________________________________ [ 2614] By: gbarr on 1999/01/16 16:48:38 Log: From: Jarkko Hietaniemi Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET) Message-Id: <199901151528.RAA08785@alpha.hut.fi> Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches From: Jarkko Hietaniemi Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET) Message-Id: <199901151644.SAA08184@alpha.hut.fi> Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl From: Jarkko Hietaniemi Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET) Message-Id: <199901151652.SAA11259@alpha.hut.fi> Subject: the promised "installusrbinperl + NetBSD" fix Branch: maint-5.005/perl ! Configure Makefile.SH hints/netbsd.sh installperl ! makedepend.SH unixish.h ____________________________________________________________________________ [ 2613] By: gbarr on 1999/01/16 16:28:40 Log: From: Laszlo Molnar Date: Thu, 14 Jan 1999 22:37:26 +0100 Message-ID: <19990114223726.A177@beeblebrox> Subject: [PATCH for 5.005_03-MAINT_TRIAL_2] dos-djgpp update Branch: maint-5.005/perl ! djgpp/config.over djgpp/djgpp.c ____________________________________________________________________________ [ 2612] By: gbarr on 1999/01/16 16:27:25 Log: Hints for sco.sh to automatically support dynamic linking From: Peter Wolfe Date: Mon, 11 Jan 1999 11:50:20 -0800 (PST) Message-Id: <199901111950.LAA01703@titan.teloseng.com> Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1 Branch: maint-5.005/perl ! hints/sco.sh ____________________________________________________________________________ [ 2610] By: gbarr on 1999/01/14 03:07:33 Log: Fix login in installperl for pods From: Robin Barker Date: Mon, 4 Jan 1999 13:50:10 GMT Message-Id: <199901041350.NAA19665@cyclone.cise.npl.co.uk> Subject: PATCH to installperl Branch: maint-5.005/perl ! installperl ____________________________________________________________________________ [ 2609] By: gbarr on 1999/01/14 03:04:37 Log: Fix incorrect "used only once" warnings From: Ilya Zakharevich Date: Fri, 8 Jan 1999 04:37:10 -0500 Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu> Subject: Re: change#965 flakiness Branch: maint-5.005/perl ! gv.c ____________________________________________________________________________ [ 2608] By: gbarr on 1999/01/14 02:56:46 Log: Fixed double GLOB de-reference From: Gurusamy Sarathy Date: Sat, 09 Jan 1999 23:40:24 -0500 Message-Id: <199901100440.XAA12360@aatma.engin.umich.edu> Subject: Re: IO::Pipe with perl -d (on HPUX) Branch: maint-5.005/perl ! ext/IO/lib/IO/Pipe.pm ____________________________________________________________________________ [ 2607] By: gbarr on 1999/01/14 02:53:40 Log: Added Carp::cluck to perldelta.pod Branch: maint-5.005/perl ! pod/perldelta.pod ____________________________________________________________________________ [ 2606] By: gbarr on 1999/01/14 02:44:04 Log: New perlfaq*.pod from Tom (private mail) Branch: maint-5.005/perl ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod ! pod/perlfaq9.pod ____________________________________________________________________________ [ 2584] By: gbarr on 1999/01/08 04:50:56 Log: implemented Ilya's suggested fix, and added a testcase From: Ilya Zakharevich Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST) Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu> Subject: Re: Text::ParseWords: regex fix Branch: maint-5.005/perl ! lib/Text/ParseWords.pm t/lib/parsewords.t ____________________________________________________________________________ [ 2583] By: gbarr on 1999/01/08 04:50:03 Log: From: Jarkko Hietaniemi Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET) Message-Id: <199901071047.MAA24100@alpha.hut.fi> Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins Branch: maint-5.005/perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 2582] By: gbarr on 1999/01/08 03:37:55 Log: More doc changes from Abigail, and included change #2575 from cfgperl From: abigail@fnx.com Message-ID: <19990107041434.22326.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Time/gmtime.pm] Typo fix Date: Wed, 6 Jan 1999 23:14:34 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107041746.22376.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Time/localtime.pm] Typo fix Date: Wed, 6 Jan 1999 23:17:46 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107042105.22527.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/User/grent.pm] Typo fix Date: Wed, 6 Jan 1999 23:21:05 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107042254.22624.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/User/pwent.pw] Typo fix Date: Wed, 6 Jan 1999 23:22:54 -0500 (EST) Branch: maint-5.005/perl ! lib/Math/Trig.pm lib/Time/gmtime.pm lib/Time/localtime.pm ! lib/User/grent.pm lib/User/pwent.pm ____________________________________________________________________________ [ 2578] By: gbarr on 1999/01/07 04:30:26 Log: From: Dan Sugalski Date: Wed, 06 Jan 1999 13:47:34 -0800 Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu> Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error Branch: maint-5.005/perl ! vms/vms.c ____________________________________________________________________________ [ 2577] By: gbarr on 1999/01/07 04:26:28 Log: Another set of doc patches from Abigail From: abigail@fnx.com Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST) From: abigail@fnx.com Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST) Branch: maint-5.005/perl ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm ! lib/Tie/Array.pm lib/Tie/Hash.pm ____________________________________________________________________________ [ 2568] By: gbarr on 1999/01/06 03:13:15 Log: From: jan.dubois@ibm.net (Jan Dubois) Date: Wed, 06 Jan 1999 01:24:09 +0100 Message-ID: <3696aa85.18259325@smtp1.ibm.net> Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds Branch: maint-5.005/perl ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h ! win32/GenCAPI.pl win32/makedef.pl ____________________________________________________________________________ [ 2567] By: gbarr on 1999/01/06 02:31:28 Log: From: Dan Sugalski Date: Tue, 05 Jan 1999 16:47:31 -0800 Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu> Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS Branch: maint-5.005/perl ! taint.c ____________________________________________________________________________ [ 2566] By: gbarr on 1999/01/06 02:29:05 Log: From: "W. Phillip Moore" Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST) Message-ID: <13970.20107.190314.549471@zappa> Subject: [PATCH] POSIX getpgrp is not -w clean Branch: maint-5.005/perl ! ext/POSIX/POSIX.pm ____________________________________________________________________________ [ 2565] By: gbarr on 1999/01/06 02:19:00 Log: From: Slaven Rezic Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET) Message-Id: <199901042201.XAA01875@cabulja.herceg.de> Subject: FindBin.pm on Win32 systems Branch: maint-5.005/perl ! lib/FindBin.pm ____________________________________________________________________________ [ 2564] By: gbarr on 1999/01/06 02:13:23 Log: From: Mark Bixby Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST) Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu> Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX Branch: maint-5.005/perl ! t/op/sysio.t ____________________________________________________________________________ [ 2563] By: gbarr on 1999/01/06 02:03:44 Log: From: Jarkko Hietaniemi Date: Mon, 4 Jan 1999 19:25:03 +0200 (EET) Message-Id: <199901041725.TAA30462@alpha.hut.fi> Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: undo untrue HP-UX 64-bitness (mostly harmless but misleading) Branch: maint-5.005/perl ! hints/hpux.sh ____________________________________________________________________________ [ 2562] By: gbarr on 1999/01/06 02:02:18 Log: Jumbo doc patch from Abigail From: abigail@fnx.com Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix. Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com> Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes. Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST) From: abigail@fnx.com Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes. Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST) From: abigail@fnx.com Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST) From: abigail@fnx.com Message-ID: <19990106012338.9536.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Socket.pm] Typo fix Date: Tue, 5 Jan 1999 20:23:38 -0500 (EST) Branch: maint-5.005/perl ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm ! ext/IO/lib/IO/Socket.pm lib/ExtUtils/Command.pm ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm ! lib/ExtUtils/Mksymlists.pm ____________________________________________________________________________ [ 2560] By: gbarr on 1999/01/03 16:59:01 Log: Trial release 2 Branch: maint-5.005/perl ! Changes patchlevel.h ____________________________________________________________________________ [ 2559] By: gbarr on 1999/01/02 15:37:35 Log: From: Blair Zajac Date: Wed, 23 Dec 1998 17:13:32 -0800 Message-ID: <3681953C.8B6A90AA@geostaff.com> Subject: Tie::SubstrHash patch Branch: maint-5.005/perl ! lib/Tie/SubstrHash.pm ____________________________________________________________________________ [ 2558] By: gbarr on 1999/01/02 15:30:01 Log: integrate change #2544 From: Tim Bunce Subject: bug in pod2man search for perl binary [5.005_5x] Date: Sat, 12 Dec 1998 23:08:51 +0000 Message-ID: <19981212230851.A20578@ig.co.uk> Branch: maint-5.005/perl !> pod/pod2man.PL ____________________________________________________________________________ [ 2557] By: gbarr on 1999/01/02 15:20:42 Log: integrate change #2548 From: Hugo van der Sanden To: perl5-porters@perl.org cc: hv@crypt0.demon.co.uk Subject: [bug 5.004_54] duplicate error message Date: Thu, 31 Dec 1998 04:05:25 +0000 Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk> Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net> From: Stephen McCamant To: hv@crypt0.demon.co.uk Cc: perl5-porters@perl.org Subject: [PATCH _54] Re: duplicate error message Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST) Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk> From: Hugo van der Sanden To: Stephen McCamant cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org Subject: [TEST PATCH _54] Re: duplicate error message Date: Fri, 01 Jan 1999 07:32:14 +0000 Branch: maint-5.005/perl ! op.c t/pragma/warn-1global taint.c ____________________________________________________________________________ [ 2556] By: gbarr on 1999/01/02 15:18:58 Log: From: abigail@fnx.com Date: Mon, 28 Dec 1998 14:16:12 -0500 (EST) Message-ID: <19981228191612.8380.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod. Branch: maint-5.005/perl ! lib/fields.pm ____________________________________________________________________________ [ 2555] By: gbarr on 1999/01/02 15:11:45 Log: intregrate change #2547 From: Chris Nandor Subject: Re: [PATCH] perlport.pod 1.38 Date: Thu, 31 Dec 1998 09:06:48 -0500 Message-Id: Branch: maint-5.005/perl !> pod/perlport.pod ____________________________________________________________________________ [ 2543] By: gbarr on 1998/12/31 06:17:13 Log: integrated relevant parts og changes #2385 & #2387 from mainline various fixes for race conditions under threads: mutex locks based on PL_threadnum were seriously flawed, since it means more than one thread could enter the critical region; PL_na was global instead of thread-local; child thread could finish and free thr structures before Thread->new() got around to creating the Thread object; cv_clone() needed locking, as it mucks with PL_comppad and other global data; new_struct_thread() needed to lock template-thread's mutex while copying its data another threads reliability fix: serialize writes to thr->threadsv avoid most uses of PL_na (which is much more inefficient than a simple local); update docs to suit; PL_na now being thr->Tna may be a minor compatibility issue for extensions--will require dTHR outside of XSUBs (those get automatic dTHR) Branch: maint-5.005/perl ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c embedvar.h ! ext/DynaLoader/dl_next.xs ext/IO/IO.xs ext/Opcode/Opcode.xs ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/attrs/attrs.xs ! gv.c malloc.c mg.c objXSUB.h op.c os2/OS2/REXX/REXX.xs ! os2/os2.c perl.c perlvars.h perly.c perly.y pod/perlcall.pod ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c pp.h ! pp_ctl.c pp_hot.c pp_sys.c run.c sv.c taint.c thread.h toke.c ! universal.c util.c vms/ext/Stdio/Stdio.xs vms/perly_c.vms ! vms/vms.c win32/win32.c win32/win32thread.c ____________________________________________________________________________ [ 2542] By: gbarr on 1998/12/30 14:46:40 Log: doc updates From: abigail@fnx.com Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST) Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_02] Typo in documentation of pod2html. From: abigail@fnx.com Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST) Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented) pod/perldelta.pod from: From: Jarkko Hietaniemi Date: Thu, 17 Dec 1998 16:13:34 +0200 (EET) Message-ID: <13945.4494.140163.973953@alpha.hut.fi> Subject: Re: important UNDOC issues for 5.005_54 Branch: maint-5.005/perl ! pod/perldelta.pod pod/perlop.pod pod/pod2html.PL ____________________________________________________________________________ [ 2541] By: gbarr on 1998/12/30 14:37:14 Log: From: jan.dubois@ibm.net (Jan Dubois) Date: Wed, 23 Dec 1998 21:26:38 +0100 Message-ID: <36895086.8849224@smtp1.ibm.net> Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line Branch: maint-5.005/perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 2538] By: gbarr on 1998/12/29 14:41:29 Log: From: Jarkko Hietaniemi Date: Tue, 22 Dec 1998 10:57:48 +0200 (EET) Message-ID: <13951.24332.932827.831376@alpha.hut.fi> Subject: Re: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch) Branch: maint-5.005/perl ! t/op/repeat.t util.c ____________________________________________________________________________ [ 2535] By: gbarr on 1998/12/29 14:27:56 Log: From: Jarkko Hietaniemi Date: Fri, 18 Dec 1998 16:39:27 +0200 (EET) Message-ID: <13946.26911.140905.387070@alpha.hut.fi> Subject: Math::Trig, Math::Complex, Fcntl, addressed (Re: Undocumentation Issues for 5.005) Branch: maint-5.005/perl ! pod/perldelta.pod ____________________________________________________________________________ [ 2534] By: gbarr on 1998/12/29 14:23:02 Log: From: Jarkko Hietaniemi Date: Tue, 15 Dec 1998 17:52:32 +0200 (EET) Message-ID: <13942.34240.66558.169330@alpha.hut.fi> Subject: some doc link fixes Branch: maint-5.005/perl ! pod/perlcall.pod pod/perldata.pod pod/perldiag.pod ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfunc.pod ! pod/perlguts.pod pod/perllocale.pod pod/perlobj.pod ! pod/perlsub.pod pod/perlvar.pod ____________________________________________________________________________ [ 2533] By: gbarr on 1998/12/29 14:23:00 Log: From: Chris Nandor Date: Sat, 19 Dec 1998 12:54:34 -0500 Message-Id: Subject: [PATCH] perlport.pod v1.37 Branch: maint-5.005/perl ! pod/perlport.pod ____________________________________________________________________________ [ 2531] By: gbarr on 1998/12/29 14:12:25 Log: change in_pod pattern to /^=\w/ from /^=/ From: Frank Ridderbusch Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET) Message-ID: <13942.32480.700000.640927@utensil> Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004 Branch: maint-5.005/perl ! lib/AutoSplit.pm ____________________________________________________________________________ [ 2530] By: gbarr on 1998/12/29 14:09:51 Log: undo the "perlsyn intrusion" into perlfunc Branch: maint-5.005/perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 2529] By: gbarr on 1998/12/29 14:04:35 Log: From: Jarkko Hietaniemi Date: Sun, 13 Dec 1998 14:54:56 +0200 (EET) Message-Id: <199812131254.OAA24494@koah.research.nokia.com> Subject: ignore_versioned_libs isn't used anywhere (it became ignore_versioned_solibs) Branch: maint-5.005/perl ! hints/linux.sh ____________________________________________________________________________ [ 2528] By: gbarr on 1998/12/29 13:59:49 Log: From: Ilya Zakharevich Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST) Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu> Subject: [PATCH 5.00552] Make sort respect overloading Branch: maint-5.005/perl ! pp_ctl.c t/pragma/overload.t ____________________________________________________________________________ [ 2527] By: gbarr on 1998/12/29 13:58:56 Log: doc update, quads only work on 64-but platforms Branch: maint-5.005/perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 2526] By: gbarr on 1998/12/29 13:49:55 Log: From: Andy Dougherty Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST) Message-Id: Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2512] By: gbarr on 1998/12/28 14:56:36 Log: change t/op/pwent.t to ignore NIS includes From: achampio@lehman.com (Alan Champion) Date: Tue, 1 Dec 1998 15:18:03 GMT Message-Id: <9812011518.AA00005@lonhpov1.lehman.com> Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED) From: pvhp@forte.com (Peter Prymmer) Date: Fri, 4 Dec 98 17:11:41 PST Message-Id: <9812050111.AA16778@forte.com> Subject: [PATCH 5.005_03-MAINT_TRIAL_1 && 5.005_54]dumper and searchdict ebcdic style Branch: maint-5.005/perl ! t/lib/dumper.t t/lib/searchdict.t t/op/pwent.t ____________________________________________________________________________ [ 2511] By: gbarr on 1998/12/28 14:55:28 Log: From: jan.dubois@ibm.net (Jan Dubois) Date: Tue, 01 Dec 1998 00:07:33 +0100 Message-ID: <366921b5.14512598@smtp1.ibm.net> Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32 From: jan.dubois@ibm.net (Jan Dubois) Date: Wed, 02 Dec 1998 00:24:54 +0100 Message-ID: <366a77bb.19498126@smtp1.ibm.net> Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support Branch: maint-5.005/perl ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_sh.PL win32/makedef.pl ____________________________________________________________________________ [ 2510] By: gbarr on 1998/12/28 14:37:35 Log: From: Ilya Zakharevich Date: Tue, 1 Dec 1998 00:34:08 -0500 (EST) Message-Id: <199812010534.AAA21371@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Debugger 'v' command Branch: maint-5.005/perl ! lib/perl5db.pl ____________________________________________________________________________ [ 2478] By: gbarr