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 ---------------- ____________________________________________________________________________ [2a912a] By: acme on 2009/02/27 15:55:07 Log: Update for 5.005_05 RC2 Branch: maint-5.005/perl ! patchlevel.h ____________________________________________________________________________ [0ac4d9] By: acme on 2009/02/17 20:38:29 Log: Refer to 5.005 not 5.004 in README.cygwin32 Branch: maint-5.005/perl ! README.cygwin32 ____________________________________________________________________________ [265430] By: acme on 2009/02/17 11:17:23 Log: Add a diag() method to t/lib/ipc_sysv.t (as we copied it from blead) Branch: maint-5.005/perl ! t/lib/ipc_sysv.t ____________________________________________________________________________ [827511] By: acme on 2009/02/17 01:27:01 Log: Copy over FreeBSD hints from blead to make dynamic extensions work (thanks Nicholas) Branch: maint-5.005/perl ! hints/freebsd.sh ____________________________________________________________________________ [ba76e1] By: acme on 2009/02/16 16:20:47 Log: Remove Perl6::Say (thanks rgs), perltidy Branch: maint-5.005/perl ! Porting/genlog_git ____________________________________________________________________________ [bf2d1f] By: acme on 2009/02/16 16:04:22 Log: Ignore .git files Branch: maint-5.005/perl ! Porting/makerel ____________________________________________________________________________ [e7612f] By: acme on 2009/02/16 16:01:44 Log: Add Porting/genlog_git to the MANIFEST Branch: maint-5.005/perl ! MANIFEST ____________________________________________________________________________ [fceb80] By: acme on 2009/02/16 15:48:14 Log: Update for 5.005_05 RC1 Branch: maint-5.005/perl ! patchlevel.h ____________________________________________________________________________ [33a728] By: acme on 2009/02/16 15:45:27 Log: Copy over perlhist from blead Branch: maint-5.005/perl ! pod/perlhist.pod ____________________________________________________________________________ [4c71ee] By: acme on 2009/02/16 15:41:38 Log: Add information about the 5.005_05 release to perldelta Branch: maint-5.005/perl ! pod/perldelta.pod ____________________________________________________________________________ [6cc52c] By: acme on 2009/02/16 15:41:06 Log: Add a script to generate the Changes file from git Branch: maint-5.005/perl + Porting/genlog_git ____________________________________________________________________________ [891d57] By: acme on 2009/01/11 21:37:08 Log: Add config.sh.old and */Makefile.old files to .gitignore Branch: maint-5.005/perl ! .gitignore ____________________________________________________________________________ [00951a] By: acme on 2009/01/11 18:10:12 Log: Find signal names under recent sorts. Previously, you would get "AAK! I can't compile the test programs -- Guessing" Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [205bd5] By: acme on 2008/12/24 19:13:31 Log: Patched IPC::SysV to compile under recent Linuxes. No longer include asm/page.h Branch: maint-5.005/perl ! ext/IPC/SysV/ChangeLog ext/IPC/SysV/SysV.xs ____________________________________________________________________________ [d64920] By: acme on 2008/12/23 16:09:58 Log: Allow recent gccs (4.2.0 20060715 onwards) to build perl. It switched from '' to ''. From Perforce change 28615 (Git cf14425e2bd169ce935f76d359f3253b51e441a0) Branch: maint-5.005/perl ! makedepend.SH ____________________________________________________________________________ [cec7e5] By: acme on 2008/12/23 15:59:12 Log: Add files to .gitignore which are generated while building perl Branch: maint-5.005/perl ! .gitignore ____________________________________________________________________________ [502572] By: acme on 2008/12/19 12:04:25 Log: copy over bleads .gitignore Branch: maint-5.005/perl ! .gitignore ____________________________________________________________________________ [060039] By: acme on 2007/10/02 07:20:07 Log: Update time.t to blead's as it was occasionally failing Branch: maint-5.005/perl ! Changes t/op/time.t ____________________________________________________________________________ [0216df] By: acme on 2007/10/02 06:49:52 Log: Fix IPC::SysV test under VC++ 6.0 (Thanks to Steve Hay) Branch: maint-5.005/perl ! Changes t/lib/ipc_sysv.t ____________________________________________________________________________ [c4bc74] By: acme on 2007/10/01 18:41:51 Log: For newer FreeBSDs the return type of malloc() and free() is being guessed wrong because the 5.005 configure doesn't check that if the malloc.h exists that it doesn't simply do "#error ..." as it does in a number of more recent OS - I've copied in the test from the blead Configure and jiggled a few things around and all is hunk-dory - with this everything compiles and tests fine on FreeBSD 6.2-RELEASE-p4 (Thanks to Jonathan Stowe) Branch: maint-5.005/perl ! Changes Configure ____________________________________________________________________________ [faa7dc] By: acme on 2007/07/01 14:27:22 Log: remove TODO Branch: maint-5.005/perl ! TODO ____________________________________________________________________________ [1024a7] By: acme on 2007/06/10 15:16:57 Log: Fix line endings on Windows files Branch: maint-5.005/perl ! Changes README.dos README.win32 djgpp/configure.bat win32/Makefile win32/makefile.mk ____________________________________________________________________________ [44fd7e] By: acme on 2007/06/10 15:11:33 Log: Update compare test from blead (hopefully is more portable) Branch: maint-5.005/perl ! Changes t/op/cmp.t ____________________________________________________________________________ [1c5f2b] By: acme on 2007/06/10 12:21:32 Log: Update IPC SysV test from blead (hopefully is more graceful under duress) Branch: maint-5.005/perl ! Changes t/lib/ipc_sysv.t ____________________________________________________________________________ [7a4182] By: acme on 2007/06/10 12:07:01 Log: Update perlbug email address to perlbug@perl.org Branch: maint-5.005/perl ! Changes Configure INSTALL README README.vms README.win32 configure.com hints/README.hints pod/perl.pod pod/perlfaq2.pod pod/perllocale.pod utils/perlbug.PL ____________________________________________________________________________ [f5f404] By: acme on 2007/06/10 11:58:03 Log: Tests in t/lib/db-recno.t fail on both of these machines. The attached patch fixes this by making sure the file DB_File is being tied to is created. The cause is probably in the DB_File.xs DoTie_ but I didn't track down where (patch by Avar) Branch: maint-5.005/perl ! Changes t/lib/db-recno.t ____________________________________________________________________________ [4bdb4d] By: acme on 2007/06/09 14:01:16 Log: whoops, fix the right files Branch: maint-5.005/perl ! Changes t/lib/db-btree.t t/lib/db-hash.t ____________________________________________________________________________ [4e1d75] By: acme on 2007/06/09 06:31:31 Log: Skip the test if DB_File is not being built Branch: maint-5.005/perl ! Changes t/lib/db-hash.t ____________________________________________________________________________ [2046d3] By: acme on 2007/06/04 14:13:05 Log: TODO Branch: maint-5.005/perl ! TODO ____________________________________________________________________________ [063cca] By: acme on 2007/06/02 14:37:31 Log: Update for new releases Branch: maint-5.005/perl ! Changes pod/perlhist.pod ____________________________________________________________________________ [723ed9] By: acme on 2007/06/02 14:28:47 Log: fix for ubuntu feisty Branch: maint-5.005/perl ! Changes makedepend.SH ____________________________________________________________________________ [ 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 on 1998/12/13 16:02:24 Log: From: pvhp@forte.com (Peter Prymmer) Date: Mon, 30 Nov 98 21:08:36 PST Message-Id: <9812010508.AA07791@forte.com> Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390 Branch: maint-5.005/perl ! hints/os390.sh ____________________________________________________________________________ [ 2477] By: gbarr on 1998/12/13 16:00:23 Log: From: Dan Sugalski Date: Mon, 30 Nov 1998 17:08:12 -0800 Message-Id: <3.0.6.32.19981130170812.00b12b70@ous.edu> Subject: [PATCH 5.005_03]Minor VMS patches needed to build Branch: maint-5.005/perl ! lib/ExtUtils/MM_VMS.pm vms/subconfigure.com ____________________________________________________________________________ [ 2476] By: gbarr on 1998/12/13 15:30:58 Log: From: pvhp@forte.com (Peter Prymmer) Date: Fri, 4 Dec 98 00:37:32 PST Message-Id: <9812040837.AA10908@forte.com> Subject: Re: [PATCH 5.005_03-MAINT-TRIAL1] some tweaks to the build process for OS/390 Branch: maint-5.005/perl ! Makefile.SH regcomp.c ____________________________________________________________________________ [ 2472] By: gbarr on 1998/12/12 17:12:28 Log: undo changes to Exporter.pm from #2312 Branch: maint-5.005/perl ! lib/Exporter.pm ____________________________________________________________________________ [ 2471] By: gbarr on 1998/12/12 17:09:39 Log: integrate change#2459 from cfgperl enclose case want_vtbl_collxfrm with #ifdef USE_LOCALE_COLLATE From: hansm@icgroup.nl Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED) Date: Sun, 6 Dec 98 22:19:54 +0100 Message-Id: <9812062116.AA26445@icgned.icgroup.nl> Branch: maint-5.005/perl ! util.c ____________________________________________________________________________ [ 2470] By: gbarr on 1998/12/12 16:46:03 Log: re-sync'd Text::Wrap with new version from CPAN Branch: maint-5.005/perl +> t/lib/textfill.t ! MANIFEST !> lib/Text/Wrap.pm t/lib/textwrap.t ____________________________________________________________________________ [ 2469] By: gbarr on 1998/12/12 15:58:43 Log: integrate changes#2435,2436 from cfgperl Pod::Html and Pod::Text were not locale-savvy: for example in =head1 all non-ASCII-\w-runs were turned into underscores in NAME tags. This could result in several NAME tags becoming identical. Reported by: From: Fyodor Krasnov Subject: pod2html vs Russian Characters To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) Message-Id: <199811241600.TAA05149@stat.aha.ru> One paste too many in #2435. Branch: maint-5.005/perl !> lib/Pod/Html.pm lib/Pod/Text.pm ____________________________________________________________________________ [ 2468] By: gbarr on 1998/12/12 15:01:58 Log: redirect trail program to error msg file in Configure From: Andy Dougherty Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST) Message-Id: Subject: [PATCH 5.005_xx] Missing redirection of simple test program Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2467] By: gbarr on 1998/12/12 14:52:24 Log: Change reall_srchlen back to an int from a #define From: Graham Barr Date: Mon, 30 Nov 1998 14:29:14 -0600 Message-ID: <19981130142914.X1504@asic.sc.ti.com> Subject: [PATCH 5.005_03-MT!] Re: one compilation warning from 5_03-MT1 Branch: maint-5.005/perl ! malloc.c ____________________________________________________________________________ [ 2466] By: gbarr on 1998/12/12 14:40:56 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIALs/ in Socket.xs From: Andy Dougherty Date: Thu, 3 Dec 1998 11:26:25 -0500 (EST) Message-Id: Subject: [PATCH 5.005_03-MAINT_TRIAL_1] Trivial grammar patch Branch: maint-5.005/perl ! Porting/Glossary !> ext/Socket/Socket.xs ____________________________________________________________________________ [ 2456] By: gsar on 1998/12/06 13:49:02 Log: branch perldelta.pod Branch: maint-5.005/perl +> pod/perldelta.pod ____________________________________________________________________________ [ 2455] By: gsar on 1998/12/06 13:47:21 Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod Branch: maint-5.005/perl - pod/perldelta.pod ____________________________________________________________________________ [ 2415] By: gbarr on 1998/11/30 02:31:15 Log: Chnages,patchlevel.h etc... Branch: maint-5.005/perl ! Changes MANIFEST patchlevel.h t/op/tr.t win32/Makefile ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/makefile.mk ____________________________________________________________________________ [ 2411] By: gbarr on 1998/11/30 01:31:22 Log: integrated changes#2323,2353,2369 From: maeda@src.ricoh.co.jp Date: Tue, 24 Nov 1998 10:37:45 +0900 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp> Subject: format "..." bug Locale collation, ctype, and numeric, were initialized wrong (if LC_ALL or LANG were unset, so were the collation/ctype/numeric), as reported by From: Ilya.Sandler@etak.com (Ilya Sandler) Subject: a bug in locale handling: LC_COLLATE ignored sometimes Date: 25 Nov 1998 04:53:52 +0200 Message-ID: allow final period in a file (not followed by a newline) to terminate format spec Branch: maint-5.005/perl ! pp_ctl.c toke.c util.c !> t/op/write.t ____________________________________________________________________________ [ 2408] By: gbarr on 1998/11/30 01:29:19 Log: integrated ext/B/... changes from mainline Branch: maint-5.005/perl !> ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm ext/B/B/C.pm !> ext/B/B/Disassembler.pm ____________________________________________________________________________ [ 2404] By: gbarr on 1998/11/30 00:26:36 Log: integrate some of change#2318 from mainline Branch: maint-5.005/perl +> t/op/grent.t t/op/pwent.t !> ext/DB_File/Changes ext/DB_File/DB_File.pm !> ext/DB_File/DB_File.xs ext/POSIX/hints/dynixptx.pl !> ext/Socket/Socket.pm ext/Socket/Socket.xs lib/Benchmark.pm !> pod/perldata.pod t/op/sort.t ____________________________________________________________________________ [ 2398] By: gbarr on 1998/11/29 22:11:16 Log: integrate changes#2254,2259,2335,2345,2348,2361,2368,2380 from mainline win32_recvfrom() compatibility fix From: "Kurt D. Starsinic" Subject: Re: [PATCH] Re: pod2man bug in date generated line To: Albert Dvornik , "Larry W. Virden" Cc: perlbug@perl.com Date: 20 Nov 1998 21:30:17 +0200 Message-ID: make $1 et al readonly under threads; make C fail like C<$1 = undef> does fix typo in pp_defined() causing C to fail more conservative version of changes#2345,2346,2347; those break C which seems to be extensively used in the libs :-( fix uninitialized warnings From: Brian Callaghan Date: Thu, 19 Nov 1998 17:49:10 -0800 Message-Id: <3654CA96.B64FCAEB@itginc.com> Subject: Complete.pm patch (version 1.1) Liblist tweak suggested by Swen Thuemmler ; add C<$Config{installarchlib}/CORE> to the default locations searched on win32 prefer IO::Handle for IO if FileHandle:: is empty (as suggested by Tim Bunce) Branch: maint-5.005/perl ! gv.c op.c pp.c !> lib/ExtUtils/Liblist.pm lib/Term/Complete.pm pod/perlfaq4.pod !> pod/pod2man.PL t/op/undef.t win32/win32sck.c ____________________________________________________________________________ [ 2315] By: gbarr on 1998/11/27 05:16:50 Log: integrate change#2246 from mainline, while still allowing C allow C Branch: maint-5.005/perl ! op.c sv.c !> t/op/sort.t ____________________________________________________________________________ [ 2314] By: gbarr on 1998/11/27 04:03:58 Log: integrate change#2159 from mainline Data::Dumper update Branch: maint-5.005/perl !> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t ____________________________________________________________________________ [ 2313] By: gbarr on 1998/11/27 03:04:21 Log: Fix typo in change#2312 Branch: maint-5.005/perl ! ext/Thread/Thread.xs ____________________________________________________________________________ [ 2312] By: gbarr on 1998/11/27 03:03:03 Log: integrate change#1837,1967,1986,2060,2068,2146,2214,2224,2300,2301 from mainline (via private mail) From: Charles Bailey Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT) Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu> Subject: [Patch 5.005_02] Miscellaneous VMS cleanup correct bugs exposed in MM_Unix.pm by commenting out Selfloader (MAN3PODS cannot be set to ' '; stray stricture violation) qualify names of builtins handle '::' in section names properly From: Graham Barr Date: Sat, 17 Oct 1998 12:57:54 -0500 Message-ID: <19981017125754.C510@pobox.com> Subject: Re: pod2html From: Zachary Miller Date: Tue, 20 Oct 1998 20:52:20 -0500 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov> Subject: Exporter.pm's export_to_level() argument handling buggy hand-apply whitespace-mutiliated patch From: "vishal bhatia" Date: Wed, 28 Oct 1998 23:45:32 PST Message-ID: <19981029074534.2334.qmail@hotmail.com> Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B typo in newHVhv() avoid endless loops in Text::Wrap (from a suggestion by Lupe Christoph ) properly free temporaries created by threads fix PL_defoutgv leak under threads Branch: maint-5.005/perl !> (integrate 31 files) ____________________________________________________________________________ [ 2311] By: gbarr on 1998/11/27 01:31:36 Log: integrate change#2210 from mainline fix AvREALISH bogusness Branch: maint-5.005/perl ! av.c !> t/op/array.t ____________________________________________________________________________ [ 2310] By: gbarr on 1998/11/27 00:20:21 Log: integrate changes#2235,2299,2300 from mainline catch a neophyte trap: open(), close() etc. fix C misoptimization that fails to set the package for the block properly properly free temporaries created by threads Branch: maint-5.005/perl ! ext/Thread/Thread.xs op.c perl.h util.c !> t/comp/package.t ____________________________________________________________________________ [ 2309] By: gbarr on 1998/11/27 00:16:36 Log: integrate change#2298 from mainline Branch: maint-5.005/perl !> universal.c ____________________________________________________________________________ [ 2308] By: gbarr on 1998/11/27 00:11:44 Log: Updates for MPE/iX DynaLoader and installperl, via private mail forwarded by Jarkko Hietaniemi from Mark Bixby Branch: maint-5.005/perl ! ext/DynaLoader/dl_mpeix.xs installperl ____________________________________________________________________________ [ 2307] By: gbarr on 1998/11/27 00:07:27 Log: Remove docs for feature not in _0* Branch: maint-5.005/perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 2306] By: gbarr on 1998/11/26 23:44:47 Log: Allow PL_FILES to have multiple targets from one source by allowing an array ref as the value in the hash Branch: maint-5.005/perl ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 2305] By: gbarr on 1998/11/26 23:38:06 Log: fix unsigned variables to use SvUV and sv_setuv Branch: maint-5.005/perl ! lib/ExtUtils/typemap ____________________________________________________________________________ [ 2304] By: gbarr on 1998/11/26 23:36:17 Log: Fix embeded \n in ABSTRACT and <> in AUTHOR Branch: maint-5.005/perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 2302] By: gbarr on 1998/11/26 15:27:03 Log: integrate changes#2177,2189,2228,2229 from cfgperl 0**0 = 1, from From: d-lewart@uiuc.edu (Daniel S. Lewart) Subject: Math::Complex 0**0 patches Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST) Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu> sysio.t failure: fix undefined order of evaluation, from From: Spider Boardman Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH] Date: 4 Nov 1998 01:22:30 +0200 Message-ID: From: "Martin J. Bligh" Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com> Subject: Re: Making Perl work on DYNIX/ptx Date: Tue, 10 Nov 1998 18:01:10 -0800 From: "Martin J. Bligh" Subject: Re: Making Perl work on DYNIX/ptx Date: Tue, 10 Nov 1998 16:24:26 -0800 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com> Branch: maint-5.005/perl +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl ! pp_sys.c !> hints/dynixptx.sh lib/Math/Complex.pm t/lib/complex.t ____________________________________________________________________________ [ 2297] By: gbarr on 1998/11/24 02:32:38 Log: integrate change#2266 from cfgperl From: John Tobey Subject: [PATCH] perlfaq typos To: perl5-porters@perl.com Date: 22 Nov 1998 04:25:15 +0200 Message-ID: Branch: maint-5.005/perl !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod !> pod/perlfaq7.pod pod/perlfaq8.pod ____________________________________________________________________________ [ 2296] By: gbarr on 1998/11/24 01:39:18 Log: integrated changes#2011,2092,2106,2108,2143 from cfgperl More robust yacc/bison failure output handling. More robustness. Bison says 'parse error', not 'parser error'. The "parse error" must be converted to "syntax error", just matching it aint' enough. There can be multiple yacc/bison errors. Branch: maint-5.005/perl !> t/comp/require.t t/op/misc.t t/pragma/subs.t !> t/pragma/warning.t ____________________________________________________________________________ [ 2295] By: gbarr on 1998/11/24 00:49:28 Log: integrate change#1823 from mainline From: Joe Buehler Date: 29 Aug 1998 17:13:28 -0400 Message-ID: Subject: patches for perl 5.005_51 under U/WIN Branch: maint-5.005/perl +> hints/uwin.sh ! Configure !> installman makedepend.SH t/lib/posix.t ____________________________________________________________________________ [ 2258] By: gbarr on 1998/11/21 20:48:02 Log: Another Configure patch from Jarkko Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 2257] By: gbarr on 1998/11/21 17:23:13 Log: Big Configure patch from Jarkko Hietaniemi via private mail Branch: maint-5.005/perl ! Configure Makefile.SH config_h.SH hints/dec_osf.sh ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh ! hints/next_3.sh hints/os390.sh pp_sys.c ____________________________________________________________________________ [ 2239] By: gbarr on 1998/11/14 03:59:58 Log: more doc changes from mainline Branch: maint-5.005/perl ! pod/perldiag.pod pod/perlfunc.pod pod/perlre.pod !> INSTALL README.vms vms/ext/Stdio/Stdio.pm ____________________________________________________________________________ [ 2238] By: gbarr on 1998/11/14 02:51:51 Log: integrate doc changes from mainline, including changes#1796,1811,1830,1831,1844,1846,1876,1905,2149,2152 Branch: maint-5.005/perl !> README.os390 pod/perl.pod pod/perldelta.pod pod/perlfaq1.pod !> pod/perlform.pod pod/perlfunc.pod pod/perlguts.pod !> pod/perlipc.pod pod/perllocale.pod pod/perlport.pod !> pod/perlref.pod pod/perlrun.pod pod/perlvar.pod pod/perlxs.pod !> pod/pod2man.PL ____________________________________________________________________________ [ 2237] By: gbarr on 1998/11/14 02:51:49 Log: integrate change#1847 from mainline From: Roderick Schertler Date: Wed, 09 Sep 1998 23:52:48 -0400 Message-ID: <20567.905399568@eeyore.ibcinc.com> Subject: seed srand from /dev/urandom when possible Branch: maint-5.005/perl ! pp.c ____________________________________________________________________________ [ 2232] By: gbarr on 1998/11/13 03:12:37 Log: integrate change#2215 from mainline set close-on-exec bit on pipe() FDs Branch: maint-5.005/perl ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c ____________________________________________________________________________ [ 2231] By: gbarr on 1998/11/13 02:16:03 Log: integrate change#2188 from mainline fix return value of win32_pclose() Branch: maint-5.005/perl !> win32/win32.c ____________________________________________________________________________ [ 2218] By: gbarr on 1998/11/08 16:48:44 Log: From: Graham Barr Date: Mon, 2 Nov 1998 07:38:52 -0600 Message-ID: <19981102073852.A12751@asic.sc.ti.com> Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03 Branch: maint-5.005/perl ! ext/IPC/SysV/Msg.pm ____________________________________________________________________________ [ 2217] By: gbarr on 1998/11/08 05:22:39 Log: fix changes in 2213 not to break binary compat Branch: maint-5.005/perl ! pp_ctl.c proto.h ____________________________________________________________________________ [ 2216] By: gbarr on 1998/11/08 04:21:01 Log: integrate change#2192 from mainline indeterminate order-of-evaluation fixes Branch: maint-5.005/perl ! mg.c ____________________________________________________________________________ [ 2213] By: gbarr on 1998/11/08 00:39:44 Log: integrate change#2051 from mainline properly restore PL_rsfp_filters after require Branch: maint-5.005/perl ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c ! scope.h ____________________________________________________________________________ [ 2212] By: gbarr on 1998/11/07 23:13:29 Log: integrate changes#1914,1925,1926,1945,1956,1987 from mainline normalize tm struct passed to strftime() with mktime() From: Spider Boardman Date: Wed, 30 Sep 1998 15:12:09 -0400 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US> Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date disable USE_THREADS when PERL_OBJECT is enabled From: Mark-Jason Dominus Date: Sun, 04 Oct 1998 14:48:11 -0400 Message-ID: <19981004184811.16048.qmail@plover.com> Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc. defer "deep recursion" warnings until CXt_SUB context is properly set up Mutexen should be initialized only once. perldoc pod update From: Daniel Grisinger Date: 06 Oct 1998 23:56:51 -0600 Message-ID: Subject: [PATCH _02 and _52] perldoc Branch: maint-5.005/perl ! gv.c op.c pp_hot.c !> ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs utils/perldoc.PL !> win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 2207] By: gbarr on 1998/11/06 01:36:17 Log: integrate changes#1912,1948 from mainline change warning about glob process failure Branch: maint-5.005/perl ! pod/perldiag.pod pp_hot.c ____________________________________________________________________________ [ 2200] By: gbarr on 1998/11/05 04:26:26 Log: integrate changes#1840,1855,1860,1882,1884,1891,1900,1907 from mainline pl2bat tweak from Tye McQueen reset errno after C search (as suggested by Larry) upgrade to CPAN-1.40 missing file in last submit (1881) temporarily disable perl malloc for a2p until we clean up conflicting malloc() declarations everywhere Fixed apostrophe problem from Mark Knutsen. use SETERRNO() to reset errno (suggested by Charles Bailey) applied patches, but retained old behavior for win32 (where compilers can't read from stdin at all) From: Graham Barr Date: Mon, 28 Sep 1998 09:41:49 -0500 Message-ID: <19980928094149.B26576@asic.sc.ti.com> Subject: Re: 5.005_51 Errno invokes cpprun incorrectly -- Date: Tue, 29 Sep 1998 12:35:43 -0500 Message-ID: <19980929123543.Z26576@asic.sc.ti.com> Subject: Re: 5.005_51 Errno invokes cpprun incorrectly and ext/Errno/Errno_pm.PL from change#2050 Branch: maint-5.005/perl ! perl.h pp_ctl.c proto.h sv.h !> ext/Errno/Errno_pm.PL lib/CPAN.pm lib/CPAN/FirstTime.pm !> win32/bin/pl2bat.pl x2p/Makefile.SH ____________________________________________________________________________ [ 2199] By: gbarr on 1998/11/05 03:35:00 Log: integrate changes#1817,1856,1869,1909 from mainline updated usethreads hints for hpux 10.X From: Matthew T Harden Date: Fri, 28 Aug 1998 14:10:42 GMT Message-Id: <199808281410.AA11058@mthard1.monsanto.com> Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED) update hints for OPENSTEP 4.2 on i386 From: Gerben Wierda Date: Sun, 20 Sep 1998 01:03:18 +0200 Message-Id: <9809192303.AA29190@Spike> Subject: Perl 5.005_02 compilation problems use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again From: Scott Henry Date: 13 Aug 1998 09:52:15 PDT Message-Id: Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...) update SCO hints for dynamic loading From: Andy Dougherty Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT) Message-Id: Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV -- Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT) Message-Id: Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV Branch: maint-5.005/perl !> hints/hpux.sh hints/irix_6.sh hints/next_4.sh hints/sco.sh ____________________________________________________________________________ [ 2198] By: gbarr on 1998/11/05 03:00:51 Log: integrate OS2 changes from mainline, change#1836,1930,1996,2063 and os2/os2,c from #2145 From: Ilya Zakharevich Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT) Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] OS/2 spawning typos From: Ilya Zakharevich Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu> Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT) Subject: [PATCH 5.005_52] Cumulative OS/2-related patch From: Ilya Zakharevich Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT) Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_52] Memory overrun in os2.c From: Ilya Zakharevich Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT) Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Improve sbrk() on OS/2 remaining PL_foo stragglers Branch: maint-5.005/perl ! mg.c perl_exp.SH util.c !> hints/os2.sh os2/Changes os2/Makefile.SHs os2/os2.c ____________________________________________________________________________ [ 2197] By: gbarr on 1998/11/05 02:15:53 Log: integrate changes#1826,1862 from mainline From: Jarkko Hietaniemi Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST) Message-Id: <199808121941.WAA06263@alpha.hut.fi> Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it remove bogus warn() Branch: maint-5.005/perl - interp.sym ! MANIFEST Makefile.SH embed.pl perl_exp.SH ____________________________________________________________________________ [ 2194] By: gbarr on 1998/11/05 01:26:46 Log: integarte malloc.c changes from mainline change#1807,2112,2133 Branch: maint-5.005/perl !> malloc.c ____________________________________________________________________________ [ 2193] By: gbarr on 1998/11/05 01:25:31 Log: integrate changes#1763,1778,1801,1804 from mainline From: Stephen McCamant Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT) Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net> Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V() Implicit require during compile reset line numbering silence redefined warning for XS(INIT) {} From: Laszlo Molnar Date: Sun, 9 Aug 1998 22:38:23 +0200 Message-ID: <19980809223823.A215@cdata.tvnet.hu> Subject: [PATCH 5.5002] dos-djgpp update Branch: maint-5.005/perl ! op.c pp_ctl.c !> t/io/fs.t ____________________________________________________________________________ [ 2176] By: gbarr on 1998/11/02 04:51:48 Log: integrate change#2030 from mainline fix handling of mayhaps-extended @_ in goto &sub Branch: maint-5.005/perl ! av.c pp_ctl.c !> t/op/goto.t ____________________________________________________________________________ [ 2175] By: gbarr on 1998/11/02 04:32:02 Log: integrate chnage#1934,1935 from mainline fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh add test for previous fix Branch: maint-5.005/perl ! util.c !> ext/Thread/create.t ____________________________________________________________________________ [ 2174] By: gbarr on 1998/11/02 04:22:20 Log: integrate change#1863,1881 from mainline provide locked access to string table for USE_THREADS serial access to PL_x[inpr]v_root for USE_THREADS Branch: maint-5.005/perl ! embedvar.h objXSUB.h perl.c proto.h sv.c !> hv.c intrpvar.h thread.h ____________________________________________________________________________ [ 2173] By: gbarr on 1998/11/02 04:10:46 Log: integrate change#1990 from mainline provide option to enable optimization with VC (suggested by Jan Dubois) Branch: maint-5.005/perl !> win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 2172] By: gbarr on 1998/11/02 02:52:29 Log: integrate changes#1944,1948,1966 from mainline change#1614 merely disabled earlier fix (doh!); undo it and properly fixup the cop_seq value that must be seen by lexical lookups that emanate within eval'' tweak to make fix in change#1944 behave correctly for closures created within eval'' Branch: maint-5.005/perl ! op.c pp_ctl.c pp_hot.c scope.c !> cop.h t/op/eval.t ____________________________________________________________________________ [ 2171] By: gbarr on 1998/11/01 03:59:39 Log: integrate changes 1835,2003,2067 and File::Find change in 1938 warn on C silence -w noises (suggested by Greg Bacon) Term::Complete From: jan.dubois@ibm.net (Jan Dubois) Date: Wed, 21 Oct 1998 00:55:51 +0200 Message-ID: <36380269.55370608@smtp1.ibm.net> Subject: Make _really_ sure Dynaloader.xs code is initialized only once Branch: maint-5.005/perl ! op.c pod/perldiag.pod !> ext/DynaLoader/DynaLoader_pm.PL lib/File/Find.pm !> lib/Term/Complete.pm ____________________________________________________________________________ [ 2170] By: gbarr on 1998/11/01 03:48:38 Log: integrate change 1992 from mainline applied suggested patch with small doc tweak From: Gisle Aas Date: 11 Oct 1998 12:53:13 +0200 Message-ID: Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument Branch: maint-5.005/perl ! pod/perlfunc.pod pp_sys.c !> opcode.h opcode.pl t/op/sysio.t t/op/tiehandle.t ____________________________________________________________________________ [ 2168] By: gbarr on 1998/11/01 01:58:58 Log: From: jan.dubois@ibm.net (Jan Dubois) Date: Fri, 09 Oct 1998 23:28:31 +0200 Message-ID: <36217b7f.3193091@smtp1.ibm.net> Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT Branch: maint-5.005/perl ! XSUB.h ____________________________________________________________________________ [ 2167] By: gbarr on 1998/11/01 01:22:41 Log: integrate change#2029 from mainline restore sanity to "constant" references Branch: maint-5.005/perl ! op.c pod/perldiag.pod !> lib/constant.pm t/pragma/constant.t ____________________________________________________________________________ [ 2166] By: gbarr on 1998/11/01 01:04:24 Log: integrate changes#1895,1896,2066,2147,2148 from mainline fix win32_stat() to do the right thing for share names small tweak on last change recognize '%' as a shell metachar for win32 From: jan.dubois@ibm.net (Jan Dubois) Date: Tue, 20 Oct 1998 21:57:35 +0200 Message-ID: <3636ea31.49170453@smtp1.ibm.net> Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes? tweaked version of suggested patch From: Anton Berezin Date: 29 Oct 1998 14:48:54 +0100 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk> Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC From: Anton Berezin Date: 29 Oct 1998 17:06:25 +0100 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk> Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives Branch: maint-5.005/perl !> win32/win32.c ____________________________________________________________________________ [ 2165] By: gbarr on 1998/11/01 00:10:15 Log: integrated changes#1941,1942,1943,1975,2061,2111,2151 from mainline don't longjmp() in pp_goto() (regressive bug from old single-stack implementation) force copy of substrings when matching against temporaries ensure recursive attempts to findlex()icals know enough about where the last eval'' context was encountered propagate typeness of lexicals while cloning them From: Graham Barr Date: Sat, 17 Oct 1998 22:22:02 -0500 Message-ID: <19981017222202.J510@pobox.com> Subject: Re: '*' prototype does not allow bareword with strict smarter C<$SIG{FOO} = BAREWORD;> warning From: Mark-Jason Dominus Date: Fri, 30 Oct 1998 14:24:23 EST Message-Id: <19981030192423.27276.qmail@plover.com> Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop' Branch: maint-5.005/perl ! op.c pp_ctl.c pp_hot.c t/op/pat.t toke.c !> t/op/eval.t t/op/runlevel.t x2p/walk.c ____________________________________________________________________________ [ 2158] By: gbarr on 1998/10/31 05:03:02 Log: integrate changes#1821 & 1857 from mainline s/runops/CALLRUNOPS/ From: Ilya Zakharevich Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT) Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu> Subject: More verbose Test::Harness [PATCH] Branch: maint-5.005/perl !> cc_runtime.h lib/Test/Harness.pm ____________________________________________________________________________ [ 2157] By: gbarr on 1998/10/31 02:35:07 Log: integrate change#1839 from mainline From: Drago Goricanec Date: Mon, 7 Sep 1998 17:36:09 +0900 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp> Subject: Thread::cond_wait bug in 5.005.51 causes deadlock Branch: maint-5.005/perl ! ext/Thread/Thread.xs ____________________________________________________________________________ [ 2156] By: gbarr on 1998/10/31 02:22:11 Log: integrate change#1829 from mainline fix problematic typecast in filter_del() From: Mark P Lutz Date: Mon, 31 Aug 1998 21:13:11 GMT Message-Id: <199808312113.VAA53356@triton.ca.boeing.com> Subject: perl5.005_02 does not build on Cray T90 Branch: maint-5.005/perl ! toke.c ____________________________________________________________________________ [ 2155] By: gbarr on 1998/10/31 01:59:08 Log: integrate chnages#1824,2118 from mainline From: Ilya Zakharevich Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT) Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits From: Ilya Zakharevich Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST) Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu> Subject: [PATCH 5.00552] Minor debugger tweaks Branch: maint-5.005/perl !> lib/perl5db.pl ____________________________________________________________________________ [ 2154] By: gbarr on 1998/10/31 01:06:35 Log: integrate all lib/ExtUtils/... changes from mainline Branch: maint-5.005/perl !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mkbootstrap.pm !> lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 2139] By: gbarr on 1998/10/30 04:17:53 Log: apply chnage#2071 from mainline From: Graham Barr Date: Sat, 17 Oct 1998 20:42:41 -0500 Message-ID: <19981017204241.G510@pobox.com> Subject: Re: taint checking for: use lib "$ENV{'EVIL'}" Branch: maint-5.005/perl ! pp_ctl.c ____________________________________________________________________________ [ 2138] By: gbarr on 1998/10/30 04:14:35 Log: apply change#2077 from mainline From: Graham Barr Date: Sat, 24 Oct 1998 21:45:50 -0500 Message-ID: <19981024214550.C508@pobox.com> Subject: Re: die with a reference should use overload "" operator Branch: maint-5.005/perl ! pp_ctl.c ____________________________________________________________________________ [ 2137] By: gbarr on 1998/10/30 04:01:06 Log: integrate change#1937 from mainline fix $/ init for USE_THREADS Branch: maint-5.005/perl ! perl.c ____________________________________________________________________________ [ 2136] By: gbarr on 1998/10/30 03:40:55 Log: apply change#2076 from mainline From: Graham Barr Date: Sat, 24 Oct 1998 12:45:21 -0500 Message-ID: <19981024124521.C512@pobox.com> Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV Branch: maint-5.005/perl ! sv.c ____________________________________________________________________________ [ 2135] By: gbarr on 1998/10/30 03:28:29 Log: integrate change#1873 from mainline From: Ilya Zakharevich Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT) Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B) Branch: maint-5.005/perl ! regcomp.c ____________________________________________________________________________ [ 2134] By: gbarr on 1998/10/30 03:15:12 Log: integrate change#1816 from mainline don't create empty directories in installperl From: Robin Barker Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST) Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk> Subject: [PATCH 5.005_02] install: empty dirs Branch: maint-5.005/perl !> installperl ____________________________________________________________________________ [ 2132] By: gbarr on 1998/10/30 01:39:00 Log: integrate changes#1815 & 1828 from mainline make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches From: Ilya Zakharevich Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT) Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu> Subject: Re: your mail From: Ilya Zakharevich Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT) Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_5*] (?>) broken in RE Branch: maint-5.005/perl ! regexec.c !> t/op/re_tests ____________________________________________________________________________ [ 2131] By: gbarr on 1998/10/30 01:09:19 Log: integrate change#1947 from mainline let docatch() pass the buck when restartop turns out to be null, making exceptions in BEGIN{} propagate as expected Branch: maint-5.005/perl ! pp_ctl.c !> t/op/misc.t ____________________________________________________________________________ [ 2129] By: gbarr on 1998/10/29 14:53:11 Log: integrate change#1810 from mainline fix bogus integerization of pop()'s return value From: Gurusamy Sarathy Date: Sat, 15 Aug 1998 23:27:54 -0400 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu> Subject: Re: Complex expression does integer arithmetic Branch: maint-5.005/perl !> opcode.h opcode.pl ____________________________________________________________________________ [ 2128] By: gbarr on 1998/10/29 14:28:13 Log: integrate change#1870 from mainline From: Dan Sugalski Date: Fri, 14 Aug 1998 09:20:16 PDT Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu> Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch Branch: maint-5.005/perl !> configure.com ____________________________________________________________________________ [ 2127] By: gbarr on 1998/10/29 13:36:29 Log: Integrate change#1789 from mainline delay freeing itervar so C works Branch: maint-5.005/perl !> cop.h t/cmd/for.t ____________________________________________________________________________ [ 2123] By: gbarr on 1998/10/29 02:43:01 Log: Apply change#2075 from mainline fix C etc. Branch: maint-5.005/perl ! toke.c ____________________________________________________________________________ [ 2122] By: gbarr on 1998/10/29 02:40:31 Log: Apply change#2070 from mainline avoid bogus line number in XSUB redefined warnings Branch: maint-5.005/perl ! op.c ____________________________________________________________________________ [ 2121] By: gbarr on 1998/10/29 02:38:59 Log: Apply change#2052 from mainline avoid the circular refcnt logic in magic_mutexfree() Branch: maint-5.005/perl ! mg.c pp.c pp_hot.c ____________________________________________________________________________ [ 2120] By: gbarr on 1998/10/29 02:36:23 Log: Remove "5.005" hard-coded and expose vtbl_* from the perl DLL From: "Douglas Lankshear" Date: Mon, 28 Sep 1998 08:49:13 -0700 Message-ID: <000001bdeaf7$8a189350$a32fa8c0@tau.Active> Subject: PATCH [5.005_02] update Branch: maint-5.005/perl ! embed.h global.sym objXSUB.h objpp.h perl.h proto.h util.c ! win32/win32.c ____________________________________________________________________________ [ 2084] By: gbarr on 1998/10/25 19:09:11 Log: Integrate change#2069 from mainline From: Martijn Koster Date: Wed, 21 Oct 1998 13:12:03 +0100 Message-ID: <19981021131203.A15661@excitecorp.com> Subject: File::Path::mkpath reports the wrong error Branch: maint-5.005/perl !> lib/File/Path.pm ____________________________________________________________________________ [ 2083] By: gbarr on 1998/10/25 18:48:39 Log: Integrate change#1965 from mainline use better numbers for exitstatus test Branch: maint-5.005/perl !> t/op/die_exit.t ____________________________________________________________________________ [ 2082] By: gbarr on 1998/10/25 18:22:54 Log: Apply change 2054 from mainline disallow 'x' in hex numbers (except leading '0x') From: Gisle Aas Date: 16 Oct 1998 16:33:12 +0200 Message-ID: Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit Branch: maint-5.005/perl ! perlvars.h util.c !> t/op/oct.t ____________________________________________________________________________ [ 2081] By: gbarr on 1998/10/25 17:58:04 Log: Apply change #1998 from mainline skip readonly vars and unref references when doing a reset() Branch: maint-5.005/perl ! sv.c ____________________________________________________________________________ [ 2080] By: gbarr on 1998/10/25 16:06:35 Log: Integrate changes #2072 & #1993 from mainline fix bug in B::CC::pp_sassign() From: "vishal bhatia" Date: Sun, 11 Oct 1998 18:41:38 PDT Message-ID: <19981012014139.19614.qmail@hotmail.com> Subject: B::CC problems with pp_sassign routine implement C and other fixes (via private mail) From: "vishal bhatia" Date: Wed, 21 Oct 1998 22:59:03 PDT Message-Id: <19981022055904.20083.qmail@hotmail.com> Subject: [PATCH 5.005_52] More fixes for B Branch: maint-5.005/perl !> ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ____________________________________________________________________________ [ 2079] By: gbarr on 1998/10/25 14:08:00 Log: integrate from mainline more FSF address changes Branch: maint-5.005/perl !> Copying ext/B/README lib/Getopt/Long.pm ____________________________________________________________________________ [ 2053] By: gbarr on 1998/10/25 04:56:47 Log: From: Graham Barr Date: Sat, 17 Oct 1998 23:05:18 -0500 Message-ID: <19981017230518.K510@pobox.com> Subject: Re: redo LOOP not restoring $` $' $& Branch: maint-5.005/perl ! cop.h t/cmd/while.t ____________________________________________________________________________ [ 2048] By: gbarr on 1998/10/24 04:20:10 Log: Change Free Software Foundation address in README Branch: maint-5.005/perl !> README ____________________________________________________________________________ [ 2047] By: gbarr on 1998/10/24 04:02:20 Log: Remove #ifdef DEBUGGING around SvTEMP_off From: Gurusamy Sarathy Date: Mon, 28 Sep 1998 15:23:39 -0400 Message-Id: <199809281923.PAA10303@aatma.engin.umich.edu> Subject: Re: [PATCH] Re: 5.005_52: the miniperl coredump: touch magic and you're toast Branch: maint-5.005/perl ! scope.c ____________________________________________________________________________ [ 2046] By: gbarr on 1998/10/24 04:00:54 Log: use cpp symbols instead of hardwired constants From: Hugo van der Sanden Date: Mon, 05 Oct 1998 09:23:33 +0100 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk> Subject: [PATCH 5.005_52] By the numbers (resend) Branch: maint-5.005/perl ! op.c ____________________________________________________________________________ [ 2045] By: gbarr on 1998/10/24 03:50:25 Log: squelch undef warnings From: Hugo van der Sanden Date: Fri, 02 Oct 1998 11:01:14 +0100 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk> Subject: [PATCH] Re: Apparent bug in Math::BigInt Branch: maint-5.005/perl !> lib/Math/BigInt.pm ____________________________________________________________________________ [ 2044] By: gbarr on 1998/10/24 03:47:24 Log: Add note to INSTALL about ANSI C Branch: maint-5.005/perl ! INSTALL ____________________________________________________________________________ [ 2043] By: gbarr on 1998/10/24 02:38:12 Log: make C AUTOLOAD-aware (autouse now works for modules that are autoloaded) From: Gurusamy Sarathy Date: Thu, 24 Sep 1998 03:01:01 -0400 Message-Id: <199809240701.DAA16223@aatma.engin.umich.edu> Subject: Re: autouse and Getopt::Long don't work together anymore Branch: maint-5.005/perl ! pp_ctl.c t/op/goto.t ____________________________________________________________________________ [ 2042] By: gbarr on 1998/10/24 02:16:26 Log: From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi) Date: Wed, 12 Aug 1998 15:42:35 +0300 Message-Id: <199808121242.PAA29761@comanche.spices> Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands Branch: maint-5.005/perl + t/op/tr.t ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c ____________________________________________________________________________ [ 2021] By: gbarr on 1998/10/20 01:25:23 Log: From: Chip Salzenberg Date: Tue, 6 Oct 1998 13:33:05 -0400 Message-ID: <19981006133305.A2348@perlsupport.com> Subject: [PATCH] 5.005_02: Eliminate leak on self-ties Branch: maint-5.005/perl ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c ! t/op/tie.t ____________________________________________________________________________ [ 2015] By: gbarr on 1998/10/17 21:49:56 Log: make h2xs generate ANSI prototypes Branch: maint-5.005/perl !> utils/h2xs.PL ____________________________________________________________________________ [ 2014] By: gbarr on 1998/10/17 20:31:42 Log: Fix POSIX::sigprocmask not to check type of $old parameter as it is output only Branch: maint-5.005/perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 2013] By: gbarr on 1998/10/17 17:51:16 Log: From: "Kurt D. Starsinic" Date: Thu, 20 Aug 1998 20:59:03 -0400 Message-ID: <19980820205903.A12908@O2.chapin.edu> Subject: [PATCH] h2ph misquotes #error directives fix h2ph handling of C<#error "foo"> From: SAKAI Kiyotaka Date: Thu, 10 Sep 1998 09:59:33 +0900 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp> Subject: [5.005_02] h2ph problem Branch: maint-5.005/perl !> t/lib/h2ph.pht utils/h2ph.PL ____________________________________________________________________________ [ 1985] By: gbarr on 1998/10/17 00:41:40 Log: s/last/first/ typo in append_list() Branch: maint-5.005/perl ! op.c ____________________________________________________________________________ [ 1984] By: gbarr on 1998/10/17 00:36:51 Log: From: "Green, Paul" Date: Thu, 10 Sep 1998 00:02:07 -0400 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com> Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port Branch: maint-5.005/perl + README.vos 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 ! MANIFEST perl.c perl.h pod/perlport.pod ____________________________________________________________________________ [ 1983] By: gbarr on 1998/10/17 00:23:31 Log: define PUT_svindex(), PUT_opindex() Branch: maint-5.005/perl !> ext/B/B/Assembler.pm ____________________________________________________________________________ [ 1982] By: gbarr on 1998/10/17 00:20:57 Log: From: Jochen Wiedmann Date: Thu, 17 Sep 1998 17:16:06 +0200 Message-ID: <360127B6.E44564A@ispsoft.de> Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0 Branch: maint-5.005/perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1981] By: gbarr on 1998/10/16 02:58:10 Log: better CR-handling on shebang line and in formats (fixed variant of patch suggested by Igor Sysoev ) Branch: maint-5.005/perl ! perl.c toke.c ____________________________________________________________________________ [ 1980] By: gbarr on 1998/10/16 02:21:57 Log: From: Roderick Schertler Date: 11 Sep 1998 16:19:21 -0400 Message-ID: Subject: Re: Open2 and memory leaks Branch: maint-5.005/perl !> lib/IPC/Open3.pm ____________________________________________________________________________ [ 1979] By: gbarr on 1998/10/16 02:15:54 Log: integrate change #1908 from mainline Branch: maint-5.005/perl !> lib/File/Find.pm ____________________________________________________________________________ [ 1977] By: gbarr on 1998/10/16 01:52:46 Log: tests missing from change #1794 Branch: maint-5.005/perl ! t/op/re_tests ____________________________________________________________________________ [ 1794] By: gbarr on 1998/09/20 15:59:20 Log: From: Ilya Zakharevich Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT) Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu> Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/ Branch: maint-5.005/perl ! regcomp.c t/op/re_tests ____________________________________________________________________________ [ 1793] By: gbarr on 1998/09/20 15:39:41 Log: From: Peter Prymmer Date: Mon, 10 Aug 98 16:58:22 PDT Message-Id: <9808102358.AA10616@forte.com> Subject: fix for unpack('u') failures on OS/390 Branch: maint-5.005/perl ! pp.c ____________________________________________________________________________ [ 1792] By: gbarr on 1998/09/20 15:11:33 Log: From: "M.J.T. Guy" Date: Sun, 9 Aug 1998 15:51:48 +0100 Message-Id: Subject: Fix typo, change "an array" to "a hash" Branch: maint-5.005/perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 1791] By: gbarr on 1998/09/20 14:49:26 Log: From: Gurusamy Sarathy Date: Wed, 16 Sep 1998 22:13:17 -0400 Message-Id: <199809170213.WAA10546@aatma.engin.umich.edu> Subject: fill gaps in sig_* entries in win32/config.?c and resync win32/config.?c with Porting/config.sh to pick up apiversion Branch: maint-5.005/perl ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 1790] By: gbarr on 1998/09/20 14:40:56 Log: From: Gurusamy Sarathy Date: Sun, 06 Sep 1998 15:35:11 -0400 Message-Id: <199809061935.PAA21531@aatma.engin.umich.edu> Subject: suppress bogus warning on C Branch: maint-5.005/perl ! toke.c ____________________________________________________________________________ [ 1784] By: nick on 1998/09/12 09:53:36 Log: Two tweaks to allow quiet compile qith egcs-1.1 Branch: maint-5.005/perl ! win32/win32.h ____________________________________________________________________________ [ 1783] By: gbarr on 1998/09/07 20:33:11 Log: Subject: index() applied BM optimization to wrong argument From: larry@wall.org (Larry Wall) Date: Thu, 3 Sep 1998 12:49:13 -0700 Message-Id: <199809031949.MAA29566@wall.org>, <199809060004.RAA23792@wall.org> Branch: maint-5.005/perl ! op.c util.c ____________________________________________________________________________ [ 1782] By: gbarr on 1998/09/07 18:54:49 Log: From: Gurusamy Sarathy Date: Fri, 28 Aug 1998 00:33:15 -0400 Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu> Subject: socket problems on NT Branch: maint-5.005/perl ! objXSUB.h ____________________________________________________________________________ [ 1759] By: gsar on 1998/08/08 20:57:47 Log: pending submit of 5.005_02 Branch: maint-5.005/perl ! Changes ---------------- Version 5.005_02 Second maintenance release of 5.005 ---------------- ____________________________________________________________________________ [ 1758] By: gsar on 1998/08/08 03:45:04 Log: set patchlevel.h, other minor tweaks Branch: maint-5.005/perl ! Changes patchlevel.h pod/perlhist.pod pod/perlport.pod ____________________________________________________________________________ [ 1757] By: gsar on 1998/08/08 03:33:33 Log: prevent lexical leaks from Benchmark into target code (inspired by an attempt by John Allen) Branch: maint-5.005/perl ! lib/Benchmark.pm ____________________________________________________________________________ [ 1755] By: gsar on 1998/08/07 23:58:33 Log: temporary opcode.pl workaround for ebcdic (suggested by David J. Fiander and M.J.T. Guy) Branch: maint-5.005/perl ! opcode.pl ____________________________________________________________________________ [ 1754] By: gsar on 1998/08/07 22:21:10 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess) Date: Fri, 7 Aug 1998 09:56:01 +0100 (BST) Message-Id: <9808070856.AA28065@claudius.bfsec.bt.co.uk> Subject: [PATCH 5.005_50 & 5.005_02] Fix for command line use of source filters Branch: maint-5.005/perl ! perl.c ____________________________________________________________________________ [ 1753] By: gsar on 1998/08/07 22:19:42 Log: perlport.pod notes from Jarkko Hietaniemi; utime() note for Win32 Branch: maint-5.005/perl ! pod/perlport.pod ____________________________________________________________________________ [ 1752] By: gsar on 1998/08/07 22:08:29 Log: perlport.pod v1.33 from Chris Nandor Branch: maint-5.005/perl ! pod/perlport.pod ____________________________________________________________________________ [ 1751] By: gsar on 1998/08/07 22:01:04 Log: From: Ilya Zakharevich Date: Thu, 6 Aug 1998 19:44:16 -0400 (EDT) Message-Id: <199808062344.TAA09505@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Minor cleanup of RE tests and docs Branch: maint-5.005/perl ! pod/perlre.pod t/op/regexp.t ____________________________________________________________________________ [ 1750] By: gsar on 1998/08/07 21:51:52 Log: allow more compatible interpretation of spaces File::DosGlob::glob() patterns Branch: maint-5.005/perl ! lib/File/DosGlob.pm ____________________________________________________________________________ [ 1749] By: gsar on 1998/08/07 21:36:04 Log: don't use � in Test.pm (suggested by M.J.T. Guy) Branch: maint-5.005/perl ! lib/Test.pm ____________________________________________________________________________ [ 1748] By: gsar on 1998/08/07 21:31:46 Log: From: Dominic Dunlop Date: Thu, 6 Aug 1998 12:38:07 +0000 Message-Id: Subject: [Patch perl5.005_02-TRIAL2] Update hints, Configure for MachTen 4.1.1 Branch: maint-5.005/perl ! Configure hints/machten.sh ____________________________________________________________________________ [ 1746] By: gsar on 1998/08/05 22:55:59 Log: MM_Win32.pm and Liblist.pm tweaks Branch: maint-5.005/perl ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm ____________________________________________________________________________ [ 1745] By: gsar on 1998/08/05 21:57:00 Log: pod/perlfaq* update from Tom Christiansen Branch: maint-5.005/perl ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod ____________________________________________________________________________ [ 1744] By: gsar on 1998/08/05 21:53:30 Log: From: Chris Nandor Date: Wed, 5 Aug 1998 15:38:48 -0400 Message-Id: Subject: [PATCH] perlport 1.32 Branch: maint-5.005/perl ! pod/perlport.pod ____________________________________________________________________________ [ 1743] By: gsar on 1998/08/05 21:52:05 Log: README.os2 update From: Ilya Zakharevich Date: Wed, 5 Aug 1998 05:44:46 -0400 (EDT) Message-Id: <199808050944.FAA09053@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Additional OS/2 tweaks: docs, tests Branch: maint-5.005/perl ! README.os2 t/lib/posix.t t/op/exec.t ____________________________________________________________________________ [ 1742] By: gsar on 1998/08/05 21:50:07 Log: additional INSTALL notes from Jarkko Hietaniemi on semget failure in t/lib/ipc_sysv.t Branch: maint-5.005/perl ! INSTALL ____________________________________________________________________________ [ 1741] By: gsar on 1998/08/05 21:46:13 Log: correct URL for perlcrt.dll Branch: maint-5.005/perl ! Changes win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1740] By: gsar on 1998/08/05 10:05:46 Log: update Changes, patchlevel, tweak Liblist.pm Branch: maint-5.005/perl ! Changes lib/ExtUtils/Liblist.pm patchlevel.h ____________________________________________________________________________ [ 1739] By: gsar on 1998/08/05 09:10:45 Log: newer cperl-mode.el From: Ilya Zakharevich Date: Wed, 5 Aug 1998 03:50:16 -0400 (EDT) Message-Id: <199808050750.DAA07240@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] CPerl update Branch: maint-5.005/perl ! emacs/cperl-mode.el ____________________________________________________________________________ [ 1738] By: gsar on 1998/08/05 09:08:33 Log: support :nosearch in ExtUtils::Liblist for win32, and make -lfoo processing (somewhat) compiler-specific Branch: maint-5.005/perl ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm ____________________________________________________________________________ [ 1737] By: gsar on 1998/08/05 03:20:03 Log: add index entries for -X From: Ilya Zakharevich Date: Sun, 02 Aug 1998 16:33:18 EDT Message-Id: <199808022033.QAA18778@monk.mps.ohio-state.edu> Subject: [PATCH] A missing docu patch Branch: maint-5.005/perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 1736] By: gsar on 1998/08/05 03:09:58 Log: make Test::Harness optionally check for stray files when running tests From: Ilya Zakharevich Date: Sun, 2 Aug 1998 18:12:48 -0400 (EDT) Message-Id: <199808022212.SAA20126@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] File leaked from test suite Branch: maint-5.005/perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 1735] By: gsar on 1998/08/05 02:29:46 Log: back out change#1703 that break bincompat with PERL_OBJECT and MULTIPLICITY Branch: maint-5.005/perl ! ext/re/re.pm regcomp.c regexec.c thrdvar.h ____________________________________________________________________________ [ 1734] By: gsar on 1998/08/05 02:23:47 Log: fixes to enable ISC to build IPC/SysV From: Jarkko Hietaniemi Date: 05 Aug 1998 00:59:13 +0300 Message-ID: Subject: [PATCH] 5.005_02-TRIAL1: (Re: Bug in pp_rename and ISC hint) Branch: maint-5.005/perl ! ext/IPC/SysV/SysV.xs hints/isc.sh hints/isc_2.sh ____________________________________________________________________________ [ 1733] By: gsar on 1998/08/05 01:20:29 Log: let some 'tr' be '$tr' for occult reasons From: Jeff Okamoto Date: Mon, 3 Aug 1998 11:04:30 -0700 (PDT) Message-Id: <199808031804.LAA25595@xfiles.intercon.hp.com> Subject: PATCH: Configure uses tr, not $tr Branch: maint-5.005/perl ! Configure ____________________________________________________________________________ [ 1732] By: gsar on 1998/08/05 01:16:40 Log: perlre.pod tweak suggested by Mike Wescott Branch: maint-5.005/perl ! pod/perlre.pod ____________________________________________________________________________ [ 1731] By: gsar on 1998/08/05 01:10:41 Log: explain caveat about use of numeric constants in podoc for sysopen() From: "David J. Fiander" Date: Tue, 4 Aug 1998 13:09:58 -0400 Message-Id: <199808041709.NAA01750@mks.com> Subject: Re: [PATCH] 5.005_01: OE MVS Branch: maint-5.005/perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 1730] By: gsar on 1998/08/05 00:46:53 Log: end pod processing when source file is closed (prevents it carrying over into require()d files) Branch: maint-5.005/perl ! t/comp/require.t toke.c ____________________________________________________________________________ [ 1729] By: gsar on 1998/08/04 23:03:23 Log: correct prototype for des_fcrypt(), explain how to add it in more detail, and supply a patch for libdes-3.06 Branch: maint-5.005/perl + win32/des_fcrypt.patch ! MANIFEST README.win32 win32/Makefile win32/makefile.mk ! win32/win32.c ____________________________________________________________________________ [ 1728] By: gsar on 1998/08/04 21:50:40 Log: tweak to avoid ambiguity warnings Branch: maint-5.005/perl ! pp.c ____________________________________________________________________________ [ 1727] By: gsar on 1998/08/04 20:31:04 Log: remove useless 'rcsid' (extension of a suggestion by Stephen McCamant) Branch: maint-5.005/perl ! embed.h ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c ! global.sym gv.c perl.c vms/gen_shrfls.pl ____________________________________________________________________________ [ 1726] By: gsar on 1998/08/04 19:52:43 Log: correct Pod::Html's notion of email addresses From: abigail@fnx.com Date: Mon, 3 Aug 1998 20:22:49 -0400 (EDT) Message-ID: <19980804002249.2011.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.005_01] lib/Pod/Html.pm Branch: maint-5.005/perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 1725] By: gsar on 1998/08/04 19:50:06 Log: perlport.pod additions from Peter Prymmer Date: Mon, 3 Aug 98 15:31:35 PDT Message-Id: <9808032231.AA22324@forte.com> -- Date: Tue, 4 Aug 98 12:44:20 PDT Message-Id: <9808041944.AA04815@forte.com> Branch: maint-5.005/perl ! pod/perlport.pod ____________________________________________________________________________ [ 1724] By: gsar on 1998/08/04 18:08:07 Log: From: Chris Nandor Date: Mon, 3 Aug 1998 13:35:25 -0400 Message-Id: Subject: [PATCH] perlport 1.30 Branch: maint-5.005/perl ! pod/perlport.pod ____________________________________________________________________________ [ 1723] By: gsar on 1998/08/04 18:06:13 Log: update postscript generator From: Tom Christiansen Date: Mon, 3 Aug 1998 05:29:25 -0600 Message-Id: <199808031129.FAA24985@chthon.perl.com> Subject: PATCH: pod/roffitall (5.005_02) Branch: maint-5.005/perl ! pod/roffitall ____________________________________________________________________________ [ 1722] By: gsar on 1998/08/03 17:01:12 Log: applied suggested patch, slightly tweaked From: Jarkko Hietaniemi Date: Mon, 3 Aug 1998 11:52:30 +0300 (EET DST) Message-Id: <199808030852.LAA14153@alpha.hut.fi> Subject: [PATCH] perl5.005_02-TRIAL1: pod/perlhist.pod Branch: maint-5.005/perl ! pod/perlhist.pod ____________________________________________________________________________ [ 1721] By: gsar on 1998/08/03 16:30:20 Log: fix segfault when threadsv is used as foreach itervar From: Stephen McCamant Date: Sun, 02 Aug 1998 21:44:34 CDT Message-Id: <13765.8641.997452.14516@alias-2.pr.mcs.net> Subject: [PATCH] threadsv index in enteriter targ in op_free() Branch: maint-5.005/perl ! op.c ____________________________________________________________________________ [ 1720] By: gsar on 1998/08/02 23:33:42 Log: close() open files before unlink() From: Ilya Zakharevich Date: Sun, 2 Aug 1998 18:14:22 -0400 (EDT) Message-Id: <199808022214.SAA20135@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] File leaked from test suite - tests Branch: maint-5.005/perl ! t/base/rs.t t/op/defins.t ____________________________________________________________________________ [ 1719] By: gsar on 1998/08/02 23:31:51 Log: more pack() tests From: Jarkko Hietaniemi Date: Mon, 3 Aug 1998 00:59:41 +0300 (EET DST) Message-Id: <199808022159.AAA17160@alpha.hut.fi> Subject: Re: uudecode 'u' problem Branch: maint-5.005/perl ! t/op/pack.t ____________________________________________________________________________ [ 1718] By: gsar on 1998/08/02 23:26:51 Log: t/TEST aesthetic tweak suggested by Jarkko Branch: maint-5.005/perl ! t/TEST ____________________________________________________________________________ [ 1717] By: gsar on 1998/08/02 23:23:43 Log: add Digital Unix 3.x notes to README.threads (as suggested by Phoenix ) Branch: maint-5.005/perl ! README.threads ____________________________________________________________________________ [ 1716] By: gsar on 1998/08/02 23:15:00 Log: allow *FOO{BAR}[0] etc. (without intervening arrow) From: Stephen McCamant Date: Sun, 2 Aug 1998 16:16:50 -0500 (CDT) Message-ID: <13764.54929.60137.104838@alias-2.pr.mcs.net> Subject: [PATCH] Re: Minor nit in glob notation Branch: maint-5.005/perl ! Changes op.c ____________________________________________________________________________ [ 1715] By: gsar on 1998/08/02 22:49:53 Log: fix unpack('u',...) problem with spaces in input Branch: maint-5.005/perl ! pp.c t/op/pack.t ____________________________________________________________________________ [ 1714] By: gsar on 1998/08/02 21:27:19 Log: update location of perlcrt.dll for win32 builds Branch: maint-5.005/perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1713] By: gsar on 1998/08/02 09:28:32 Log: From: Ilya Zakharevich Date: Sun, 2 Aug 1998 04:35:11 -0400 (EDT) Message-Id: <199808020835.EAA09367@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Better debugging output from malloc.c Branch: maint-5.005/perl ! malloc.c ____________________________________________________________________________ [ 1712] By: gsar on 1998/08/02 09:16:55 Log: fix longstanding bug in pack('u',...) (reads garbage beyond the end of the input string) Branch: maint-5.005/perl ! pp.c ____________________________________________________________________________ [ 1711] By: gsar on 1998/08/02 08:14:25 Log: update Changes, tweak Porting/makerel Branch: maint-5.005/perl ! Changes Porting/makerel ____________________________________________________________________________ [ 1710] By: gsar on 1998/08/02 07:31:37 Log: remove CRs from djgpp/configure.bat (Porting/makerel adds them) Branch: maint-5.005/perl ! djgpp/configure.bat ____________________________________________________________________________ [ 1709] By: gsar on 1998/08/02 07:27:34 Log: Porting/makerel tweaks Branch: maint-5.005/perl ! Porting/makerel ____________________________________________________________________________ [ 1708] By: gsar on 1998/08/02 07:09:35 Log: fixes for pod noises Branch: maint-5.005/perl ! ext/B/B/Bytecode.pm ext/Thread/Thread/Specific.pm ! pod/perlembed.pod pod/perlfaq.pod ____________________________________________________________________________ [ 1707] By: gsar on 1998/08/02 06:59:47 Log: malloc.c tweaks From: Ilya Zakharevich Date: Sat, 01 Aug 1998 18:46:32 EDT Message-Id: <199808012246.SAA00699@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Better malloc.c Branch: maint-5.005/perl ! malloc.c ____________________________________________________________________________ [ 1706] By: gsar on 1998/08/02 06:56:37 Log: fix quoting of keys with embedded nulls From: Slaven Rezic Date: Sat, 01 Aug 1998 13:38:03 +0200 Message-Id: <199808011138.NAA05189@mail.cs.tu-berlin.de> Subject: Data::Dumper 2.09, patch Branch: maint-5.005/perl ! ext/Data/Dumper/Dumper.xs ____________________________________________________________________________ [ 1705] By: gsar on 1998/08/02 06:50:07 Log: From: pvhp@forte.com (Peter Prymmer) Date: Fri, 31 Jul 1998 14:50:41 PDT Message-Id: <9807312150.AA08867@forte.com> Subject: Re: \Q doesn't work in interpolated regular expressions Branch: maint-5.005/perl ! pod/perlre.pod ____________________________________________________________________________ [ 1704] By: gsar on 1998/08/02 06:37:06 Log: add test for magic autovivification From: "M.J.T. Guy" Date: Thu, 30 Jul 1998 12:18:15 +0100 Message-Id: Subject: Re: Perl5.005_01 failing to autovivify subroutine args Branch: maint-5.005/perl ! pod/perldiag.pod t/cmd/subval.t ____________________________________________________________________________ [ 1703] By: gsar on 1998/08/02 06:26:57 Log: From: Ilya Zakharevich Date: Tue, 21 Jul 1998 23:58:53 -0400 (EDT) Message-Id: <199807220358.XAA19811@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] better RE colors Branch: maint-5.005/perl ! ext/re/re.pm regcomp.c regexec.c thrdvar.h ____________________________________________________________________________ [ 1702] By: gsar on 1998/08/02 06:22:15 Log: mark link type of exported functions for OS/2 From: Ilya Zakharevich Date: Sun, 26 Jul 1998 21:03:03 -0400 (EDT) Message-Id: <199807270103.VAA04977@monk.mps.ohio-state.edu> Subject: Re: Compiler linkage's types [PATCH 5.005] Branch: maint-5.005/perl ! os2/os2ish.h proto.h ____________________________________________________________________________ [ 1701] By: gsar on 1998/08/02 06:16:03 Log: tweaked version of suggested patch From: Ilya Zakharevich Date: Mon, 20 Jul 1998 21:40:00 -0400 (EDT) Message-Id: <199807210140.VAA17186@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_75] Enable -DS Branch: maint-5.005/perl ! README.threads ext/Thread/Thread.xs ext/Thread/typemap mg.c ! op.c perl.c perl.h pod/perlrun.pod pp.c pp_hot.c scope.c ! thread.h util.c win32/win32thread.c ____________________________________________________________________________ [ 1700] By: gsar on 1998/08/02 05:54:00 Log: up patchlevel to 5.005_02 Branch: maint-5.005/perl ! Changes patchlevel.h win32/Makefile win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 1699] By: gsar on 1998/08/02 05:50:01 Log: From: Ilya Zakharevich Message-Id: <199807180809.EAA09379@monk.mps.ohio-state.edu> Date: Sat, 18 Jul 1998 04:09:26 -0400 (EDT) Subject: [PATCH 5.004_72] Make tests succeed on OS/2 Branch: maint-5.005/perl ! t/io/fs.t t/lib/io_pipe.t t/lib/io_sock.t t/op/stat.t ____________________________________________________________________________ [ 1698] By: gsar on 1998/08/02 05:41:41 Log: use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY) Branch: maint-5.005/perl ! regcomp.c ____________________________________________________________________________ [ 1697] By: gsar on 1998/08/02 05:20:12 Log: support OE/MVS From: Jarkko Hietaniemi Message-Id: <199808010903.MAA09371@alpha.hut.fi> Date: Sat, 1 Aug 1998 12:03:02 +0300 (EET DST) Subject: [PATCH] 5.005_01: OE MVS Branch: maint-5.005/perl + README.os390 ebcdic.c ! Configure MANIFEST doio.c ext/Errno/Errno_pm.PL gv.c handy.h ! hints/os390.sh lib/bigint.pl mg.c patchlevel.h perl.c perl.h ! perly.c perly.h perly.y perly_c.diff pod/perldelta.pod ! pod/perlport.pod pp.c pp_ctl.c pp_hot.c pp_sys.c sv.c ! t/base/term.t t/comp/package.t t/comp/require.t ! t/lib/bigintpm.t t/lib/cgi-html.t t/lib/filehand.t t/lib/ph.t ! t/op/auto.t t/op/bop.t t/op/each.t t/op/magic.t t/op/misc.t ! t/op/ord.t t/op/pack.t t/op/quotemeta.t t/op/re_tests ! t/op/regexp.t t/op/sort.t t/op/sprintf.t t/op/subst.t ! t/op/taint.t t/op/universal.t t/pragma/constant.t ! t/pragma/overload.t t/pragma/subs.t toke.c x2p/a2p.h ! x2p/a2py.c ____________________________________________________________________________ [ 1696] By: gsar on 1998/08/02 05:03:09 Log: VMS patches From: pvhp@forte.com (Peter Prymmer) Message-Id: <9807290017.AA01833@forte.com> Date: Tue, 28 Jul 98 17:17:33 PDT Subject: Re: Not OK: perl 5.00501 on VMS_AXP-thread I7.2 -- From: Dan Sugalski Message-Id: <3.0.5.32.19980729125623.00b562b0@ous.edu> Date: Wed, 29 Jul 1998 12:56:23 -0700 Subject: [PATCH 5.005_01]Typo in CONFIGURE.COM (vms) -- From: Dan Sugalski Date: Thu, 30 Jul 1998 09:02:24 -0700 Message-Id: <3.0.5.32.19980730090224.00b70eb0@ous.edu> Subject: [PATCH 5.005_01]VMS config SOCKETSHR typo patch and fcntl check Branch: maint-5.005/perl ! configure.com vms/subconfigure.com ____________________________________________________________________________ [ 1695] By: gsar on 1998/08/02 04:49:32 Log: rename duplicate warning in regexec.c Branch: maint-5.005/perl ! regexec.c ____________________________________________________________________________ [ 1694] By: gsar on 1998/08/02 04:44:20 Log: beware egcs' ld on Solaris From: Tom Spindler Message-ID: <19980801212158.A2934@home.merit.edu> Date: Sat, 1 Aug 1998 21:21:58 -0400 Subject: Re: [PATCH perl5.005_01] hints/solaris_2.sh, egcs, and ld Branch: maint-5.005/perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 1693] By: gsar on 1998/08/02 04:41:43 Log: de-utf-ized variation of Ilya's patch From: Jan-Pieter Cornet Date: 31 Jul 1998 12:44:57 +0200 Message-ID: <6ps779$hmj$1@xs1.xs4all.nl> Subject: Re: s/\s*$//g in majordomo causes segfault under 5.005_01 Branch: maint-5.005/perl ! regexec.c ____________________________________________________________________________ [ 1692] By: gsar on 1998/08/02 04:39:14 Log: better validation of SysV IPC availability From: Jarkko Hietaniemi Date: Fri, 31 Jul 1998 13:13:57 +0300 (EEST) Message-Id: <199807311013.NAA28887@koah.research.nokia.com> Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1 Branch: maint-5.005/perl ! Configure INSTALL ext/IPC/SysV/SysV.xs pod/perldiag.pod ! t/lib/ipc_sysv.t ____________________________________________________________________________ [ 1691] By: gsar on 1998/08/02 04:32:30 Log: fix bug in display of watched expressions From: Ilya Zakharevich Date: Thu, 30 Jul 1998 20:02:04 -0400 (EDT) Message-Id: <199807310002.UAA21681@monk.mps.ohio-state.edu> Subject: Re: Bug? in perl5db.pl [PATCH] Branch: maint-5.005/perl ! lib/perl5db.pl ____________________________________________________________________________ [ 1690] By: gsar on 1998/08/02 04:29:08 Log: applied all but one hunk From: Horst von Brand Date: Thu, 30 Jul 1998 17:19:42 -0400 Message-Id: <199807302119.RAA06852@sleipnir.valparaiso.cl> Subject: Some typos in perldelta.pod Branch: maint-5.005/perl ! pod/perldelta.pod ____________________________________________________________________________ [ 1689] By: gsar on 1998/08/02 04:27:02 Log: From: Andy Dougherty Date: Thu, 30 Jul 1998 10:22:36 -0400 (EDT) Message-Id: Subject: [PATCH 5.005_05] Remove redundant dTHR Branch: maint-5.005/perl ! mg.c sv.c ____________________________________________________________________________ [ 1688] By: gsar on 1998/08/02 04:25:49 Log: From: Tom Hughes Date: 30 Jul 1998 09:47:31 +0100 Message-ID: Subject: Class::Struct has an incomplete tied array package Branch: maint-5.005/perl ! lib/Class/Struct.pm ____________________________________________________________________________ [ 1687] By: gsar on 1998/08/02 04:21:48 Log: ensure implicit close on local(*FH) doesn't affect $! and thence $? Branch: maint-5.005/perl ! sv.c t/op/die_exit.t ____________________________________________________________________________ [ 1686] By: gsar on 1998/08/02 03:57:28 Log: From: Jarkko Hietaniemi Date: Thu, 30 Jul 1998 00:39:30 +0300 (EET DST) Message-Id: <199807292139.AAA01795@alpha.hut.fi> Subject: Re: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixes Branch: maint-5.005/perl ! ext/POSIX/POSIX.xs pod/perllocale.pod ____________________________________________________________________________ [ 1685] By: gsar on 1998/08/02 03:54:15 Log: PERL_OBJECT bincompat fixes from Douglas Lankshear Date: Wed, 29 Jul 1998 10:45:31 -0700 Message-ID: <000101bdbb18$ae767550$a32fa8c0@tau.Active> Subject: [PATCH 5.005_01] Fixes binary compatibility for PERL_OBJECT -- Date: Sat, 1 Aug 1998 09:33:19 -0700 Message-ID: <000701bdbd6a$17ada180$a32fa8c0@tau.Active> Subject: [PATCH 5.005_01] Branch: maint-5.005/perl ! perl.h proto.h ____________________________________________________________________________ [ 1684] By: gsar on 1998/08/02 03:49:33 Log: hand-apply whitespace-mutiliated patch From: Nicholas Clark Date: Tue, 28 Jul 1998 16:40:42 +0100 (BST) Message-Id: <199807281540.QAA04640@flirble.org> Subject: [PATCH] POSIX::ELOOP Branch: maint-5.005/perl ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 1683] By: gsar on 1998/08/02 03:45:26 Log: document return values of do() better From: "M.J.T. Guy" Date: Tue, 28 Jul 1998 12:44:36 +0100 Message-Id: Subject: [PATCH] Re: Obscurity of lexicals with do "" Branch: maint-5.005/perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 1682] By: gsar on 1998/08/02 03:42:26 Log: avoid reusing foreach itervar if magic got tacked onto it From: Stephen McCamant Date: Tue, 28 Jul 1998 22:18:25 -0500 (CDT) Message-ID: <13758.36756.215424.719750@alias-2.pr.mcs.net> Subject: [PATCH] Re: pos() resetting changed with 5.005? Branch: maint-5.005/perl ! pp_hot.c ____________________________________________________________________________ [ 1681] By: gsar on 1998/08/02 03:39:27 Log: From: Nick Ing-Simmons Date: Wed, 29 Jul 1998 13:28:14 +0100 Message-Id: <199807291228.NAA20055@tiuk.ti.com> Subject: [Patch] Math::Complex - Ambiguous call resolved as CORE::foo() Branch: maint-5.005/perl + Porting/fixCORE ! MANIFEST lib/Math/Complex.pm ____________________________________________________________________________ [ 1680] By: gsar on 1998/08/02 03:33:07 Log: From: h.sanden@elsevier.nl (Hugo van der Sanden) Date: Mon, 27 Jul 1998 13:34:45 +0200 Message-Id: <199807271134.NAA24475@dorlas.elsevier.nl> Subject: perlcall.pod Branch: maint-5.005/perl ! pod/perlcall.pod ____________________________________________________________________________ [ 1679] By: gsar on 1998/08/02 03:29:41 Log: MM_Win32::maybe_command() case-insesitivity tweak Branch: maint-5.005/perl ! lib/ExtUtils/MM_Win32.pm ____________________________________________________________________________ [ 1678] By: gsar on 1998/08/02 03:24:29 Log: fix MM_Win32::maybe_command() Branch: maint-5.005/perl ! lib/ExtUtils/MM_Win32.pm ____________________________________________________________________________ [ 1677] By: gsar on 1998/08/01 19:52:19 Log: fixes for overloading bugs and docs, tweaked some From: Ilya Zakharevich Date: Sat, 25 Jul 1998 21:28:16 -0400 (EDT) Message-Id: <199807260128.VAA10543@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] better overloading Branch: maint-5.005/perl ! Changes gv.c lib/dumpvar.pl lib/overload.pm lib/perl5db.pl ! t/pragma/overload.t ____________________________________________________________________________ [ 1676] By: gsar on 1998/08/01 19:37:13 Log: stray s/foo/PL_foo/ From: win@in.rhein-main.de (Winfried Koenig) Date: Mon, 27 Jul 98 21:13 MET Message-Id: Subject: Bug in pp_rename and ISC hint Branch: maint-5.005/perl ! pp_sys.c ____________________________________________________________________________ [ 1675] By: gsar on 1998/08/01 19:22:13 Log: newer Porting/patchls from maint-5.004 Branch: maint-5.005/perl ! Porting/patchls ____________________________________________________________________________ [ 1674] By: gsar on 1998/08/01 17:50:44 Log: fix buggy detection of failed glob() Branch: maint-5.005/perl ! pp_hot.c ____________________________________________________________________________ [ 1673] By: gsar on 1998/07/29 18:14:32 Log: fix typo in change#1489 that prevented magic-autovivification Branch: maint-5.005/perl ! mg.c ---------------- Version 5.005_01 First maintenance release of 5.005 ---------------- ____________________________________________________________________________ [ 1669] By: gsar on 1998/07/26 23:19:02 Log: update Changes; add sv_*_mg() entries in win32/GenCAPI.pl Branch: maint-5.005/perl ! Changes proto.h win32/GenCAPI.pl ____________________________________________________________________________ [ 1668] By: gsar on 1998/07/26 21:12:11 Log: s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so they can disable it from config.sh if they want; up patchlevel to 5_01; little tweaks to pods Branch: maint-5.005/perl ! README.win32 patchlevel.h pod/perldelta.pod toke.c ! win32/Makefile win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/makefile.mk win32/win32.c ____________________________________________________________________________ [ 1662] By: gsar on 1998/07/26 05:01:52 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod Branch: maint-5.005/perl ! pod/perlhist.pod proto.h ____________________________________________________________________________ [ 1658] By: gsar on 1998/07/26 02:23:46 Log: VMS patches from Dan Sugalski Date: Fri, 24 Jul 1998 11:38:25 -0700 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu> Subject: [PATCH 5.005] version number problem with VMS (Corrected) -- Date: Fri, 24 Jul 1998 12:30:36 -0700 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu> Subject: [PATCH 5.005]Tweaks to README.vms -- Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT) Message-ID: Subject: [PATCH 5.005] Final build cleanup patch Branch: maint-5.005/perl ! README.vms vms/descrip_mms.template vms/subconfigure.com ____________________________________________________________________________ [ 1657] By: gsar on 1998/07/26 02:19:50 Log: another platform where pp_sselect() needs a whole fd_set buffer From: Lupe Christoph Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST) Message-Id: <199807251749.TAA22347@alanya.m.isar.de> Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6 Branch: maint-5.005/perl ! pp_sys.c ____________________________________________________________________________ [ 1656] By: gsar on 1998/07/26 02:12:46 Log: fix problem building modules on dos-djgpp From: Laszlo Molnar Date: Sat, 25 Jul 1998 00:53:39 +0200 Message-ID: <19980725005339.C222@cdata.tvnet.hu> Subject: [PATCH 5.005] dos-djgpp and modules problem Branch: maint-5.005/perl ! djgpp/fixpmain ____________________________________________________________________________ [ 1655] By: gsar on 1998/07/26 02:11:09 Log: From: Tom Spindler Date: Wed, 22 Jul 1998 16:11:07 -0400 Message-ID: <19980722161107.A16813@home.merit.edu> Subject: [PATCH 5.005] BeOS tweak Branch: maint-5.005/perl ! hints/beos.sh ____________________________________________________________________________ [ 1654] By: gsar on 1998/07/26 02:09:29 Log: various pod tweaks Branch: maint-5.005/perl ! Changes pod/perldelta.pod pod/perlmodinstall.pod ! pod/perltoc.pod ____________________________________________________________________________ [ 1653] By: gsar on 1998/07/26 02:05:46 Log: fix emacs/ptags for PL_* changes From: Ilya Zakharevich Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT) Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] Yet better ptags Branch: maint-5.005/perl ! emacs/ptags ____________________________________________________________________________ [ 1652] By: gsar on 1998/07/26 02:03:01 Log: fix behavior of <=> on bigints From: "M.J.T. Guy" Message-Id: Date: Fri, 24 Jul 1998 18:29:53 +0100 Subject: [PATCH] Re: Math::BigInt <=> op is not correct. Branch: maint-5.005/perl ! lib/Math/BigInt.pm t/lib/bigintpm.t ____________________________________________________________________________ [ 1649] By: gsar on 1998/07/24 03:56:56 Log: create maint-5.005 branch Branch: maint-5.005/perl +> (branch 1079 files) ____________________________________________________________________________ [ 1648] By: gsar on 1998/07/24 03:36:35 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*) Branch: perl ! Changes ------------- Version 5.005 Production release ------------- ____________________________________________________________________________ [ 1647] By: gsar on 1998/07/22 21:11:29 Log: sneak in hints/irix_6.sh update Branch: perl ! Changes hints/irix_6.sh ____________________________________________________________________________ [ 1646] By: gsar on 1998/07/22 21:00:44 Log: Update perldelta and Changes; refresh perltoc; newer perlembed.pod from Jon Orwant ; update guts documentation to reflect PL_* changes; is this *it* for 5.005? Branch: perl ! Changes README.win32 patchlevel.h pod/perlcall.pod ! pod/perldelta.pod pod/perlembed.pod pod/perlguts.pod ! pod/perltoc.pod pod/perlxs.pod ____________________________________________________________________________ [ 1645] By: gsar on 1998/07/22 19:37:41 Log: don't use qualify() in class methods From: Albert Dvornik Date: 22 Jul 1998 15:14:46 EDT Message-Id: Subject: [PATCH 5.005-MAYBE] Bug in IO::Handle->input_record_separator Branch: perl ! ext/IO/lib/IO/Handle.pm ____________________________________________________________________________ [ 1644] By: gsar on 1998/07/22 18:13:31 Log: newer perlembed.pod Branch: perl ! pod/perlembed.pod ____________________________________________________________________________ [ 1643] By: gsar on 1998/07/22 18:03:42 Log: From: Andy Dougherty Date: Wed, 22 Jul 1998 13:42:20 EDT Message-Id: Subject: Re: 5.005 - a sneak preview Branch: perl ! Porting/pumpkin.pod ____________________________________________________________________________ [ 1642] By: gsar on 1998/07/22 17:58:42 Log: add perlmodinstall, regen perltoc Branch: perl + pod/perlmodinstall.pod ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod ! pod/perltoc.pod win32/pod.mak ____________________________________________________________________________ [ 1641] By: gsar on 1998/07/22 17:11:55 Log: support optional crypt() with PERL_OBJECT From: "Douglas Lankshear" Date: Wed, 22 Jul 1998 08:21:10 PDT Message-Id: <000701bdb584$5b57c070$a32fa8c0@tau.Active> Subject: [PATCH 5.005 maybe] for crypt with PERL_OBJECT Branch: perl ! iperlsys.h pp.c win32/Makefile win32/makefile.mk ! win32/perlhost.h win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 1640] By: gsar on 1998/07/22 17:09:11 Log: win32 tweaks Date: Wed, 22 Jul 1998 07:09:09 PDT Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active> From: "Douglas Lankshear" Branch: perl ! win32/Makefile win32/makefile.mk win32/win32.h ____________________________________________________________________________ [ 1639] By: gsar on 1998/07/22 17:00:30 Log: From: d-lewart@uiuc.edu (Daniel S. Lewart) Date: Wed, 22 Jul 1998 06:20:08 CDT Message-Id: <199807221120.GAA07962@staff2.cso.uiuc.edu> Subject: [PATCH] lib/Sys/Syslog.pm doc Branch: perl ! Changes lib/Sys/Syslog.pm ____________________________________________________________________________ [ 1638] By: gsar on 1998/07/22 09:12:26 Log: up patchlevel etc (only doc patching from now on, testing in progress) Branch: perl ! Changes patchlevel.h win32/Makefile win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 1637] By: gsar on 1998/07/22 08:27:09 Log: VMS patches from Dan Sugalski Date: Tue, 21 Jul 1998 16:04:40 PDT Message-Id: <3.0.5.32.19980721160440.00a916f0@ous.edu> Subject: [PATCH 5.004_76]Document Vax C's death for VMS -- Date: Tue, 21 Jul 1998 16:08:57 PDT Message-Id: <3.0.5.32.19980721160857.00a6d250@ous.edu> Subject: [PATCH 5.004_76]fix clean/realclean targets of VMS' makefile -- Date: Tue, 21 Jul 1998 16:05:56 PDT Message-Id: <3.0.5.32.19980721160556.00a1a100@ous.edu> Subject: [PATCH 5.004_76]Note the record-read capabilities of $/ in perldelta.pod Branch: perl ! README.vms pod/perldelta.pod vms/descrip_mms.template ____________________________________________________________________________ [ 1636] By: gsar on 1998/07/22 08:04:37 Log: fix quoting in t/io/inplace.t Branch: perl ! t/io/inplace.t ____________________________________________________________________________ [ 1635] By: gsar on 1998/07/22 07:59:30 Log: From: Dan Sugalski Date: Tue, 21 Jul 1998 13:06:44 PDT Message-Id: <3.0.5.32.19980721130644.00ac5100@ous.edu> Subject: [PATCH 5.004_76]t/io/inplace.t enabled for VMS Branch: perl ! t/io/inplace.t vms/test.com ____________________________________________________________________________ [ 1634] By: gsar on 1998/07/22 07:55:35 Log: From: Dan Sugalski Date: Tue, 21 Jul 1998 12:42:20 PDT Message-Id: <3.0.5.32.19980721124220.00a82a20@ous.edu> Subject: [PATCH 5.004_76]Fix inplace editing for VMS Branch: perl ! doio.c ____________________________________________________________________________ [ 1633] By: gsar on 1998/07/22 07:53:53 Log: fix AIX hints for PL_* changes From: Jarkko Hietaniemi Date: Tue, 21 Jul 1998 22:53:54 +0300 Message-Id: <199807211953.WAA55724@vipunen.hut.fi> Subject: Re: _76 fails to link B extension on AIX 414 Branch: perl ! perl_exp.SH ____________________________________________________________________________ [ 1632] By: gsar on 1998/07/22 07:51:56 Log: From: Anton Berezin Date: Tue, 21 Jul 1998 21:46:45 +0200 Message-Id: <199807211946.VAA01301@lion.plab.ku.dk> Subject: [PATCH _76] t/op/eval.t test for eval & scoping of lexicals Branch: perl ! t/op/eval.t ____________________________________________________________________________ [ 1631] By: gsar on 1998/07/22 07:48:20 Log: applied patch, with tweak suggested by Michael Parker From: Andy Dougherty Date: Tue, 21 Jul 1998 14:30:05 EDT Message-Id: Subject: Re: Not OK: _76 on IP22-irix6.2 fails tests Branch: perl ! hints/irix_6.sh ____________________________________________________________________________ [ 1630] By: gsar on 1998/07/22 07:40:25 Log: better diagnostic on errno.t failure From: Graham Barr Date: Tue, 21 Jul 1998 13:07:29 CDT Message-Id: <19980721130729.K4337@asic.sc.ti.com> Branch: perl ! t/lib/errno.t ____________________________________________________________________________ [ 1629] By: gsar on 1998/07/22 07:36:38 Log: win32 tweaks: disable XSLOCKS in perl.c, correct typo, search the registry for anything that begins with "PERL", not "PERL5" From: "Douglas Lankshear" Date: Tue, 21 Jul 1998 11:08:00 PDT Message-Id: <000601bdb4d2$7ee74720$a32fa8c0@tau.Active> Branch: perl ! perl.c win32/perlhost.h win32/win32.c ____________________________________________________________________________ [ 1628] By: gsar on 1998/07/22 07:28:35 Log: suppress redefined warnings on C Branch: perl ! op.c ____________________________________________________________________________ [ 1627] By: gsar on 1998/07/22 07:15:19 Log: remove spurious $VERSION line that confuses CPAN From: Johan Vromans Date: Tue, 21 Jul 1998 20:01:36 +0200 Message-Id: <13748.55168.397720.564438@phoenix.squirrel.nl> Subject: Re: 5.004_76 missing version numbers Branch: perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 1626] By: gsar on 1998/07/22 06:57:56 Log: From: Andy Dougherty Date: Tue, 21 Jul 1998 10:20:13 EDT Message-Id: Subject: [PATCH] Porting/config* updates for 5.005 Branch: perl ! Changes Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 1625] By: gsar on 1998/07/22 06:46:38 Log: add a few more globals with old names #defined Branch: perl ! embed.pl embedvar.h ____________________________________________________________________________ [ 1624] By: gsar on 1998/07/22 06:39:22 Log: allow extensions to be specified as paths From: Paul Johnson Date: Tue, 21 Jul 1998 12:04:27 BST Message-Id: <19980721120427.F903@west-tip.transeda.com> Subject: [PATCH] 5.004_75 Embed and static extensions Branch: perl ! lib/ExtUtils/Embed.pm ____________________________________________________________________________ [ 1623] By: gsar on 1998/07/22 06:12:50 Log: make $ prototype to accept THREADSVs Branch: perl ! op.c ____________________________________________________________________________ [ 1622] By: gsar on 1998/07/22 06:04:25 Log: fix Liblist.pm to find entries that are plain pathnames on win32 Branch: perl ! lib/ExtUtils/Liblist.pm ____________________________________________________________________________ [ 1621] By: gsar on 1998/07/22 05:10:53 Log: perlfaq update from From Tom Christiansen and Nathan Torkington (removes all mention of training courses from perlfaq*.pod) Branch: perl ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod ! pod/perlfaq8.pod pod/perlfaq9.pod ____________________________________________________________________________ [ 1620] By: gsar on 1998/07/22 02:51:13 Log: applied patch, modulo parts already added to perldelta From: Stephen McCamant Date: Tue, 21 Jul 1998 17:06:23 CDT Message-Id: <13749.3106.995764.413053@alias-2.pr.mcs.net> Subject: [PATCH] Re: Beta2 is available Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 1619] By: gsar on 1998/07/22 02:45:55 Log: applied patch, add new message to perldeta From: Stephen McCamant Date: Tue, 21 Jul 1998 16:12:25 CDT Message-Id: <13749.910.83378.949909@alias-2.pr.mcs.net> Subject: [PATCH] Band-aid patch for local($avhv->{a}) Branch: perl ! pod/perldelta.pod pod/perldiag.pod pp.c pp_hot.c ____________________________________________________________________________ [ 1618] By: gsar on 1998/07/22 02:08:00 Log: fix up B modules for PL_* changes Branch: perl ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm ____________________________________________________________________________ [ 1617] By: gsar on 1998/07/22 01:42:14 Log: From: Malcolm Beattie Date: Tue, 21 Jul 1998 18:13:16 BST Message-Id: <199807211713.SAA20735@sable.ox.ac.uk> Subject: Compiler docs for 5.005 Branch: perl ! ext/B/B.pm ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm ! ext/B/O.pm ____________________________________________________________________________ [ 1616] By: gsar on 1998/07/22 01:29:09 Log: s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitive names Branch: perl ! bytecode.h bytecode.pl byterun.c embedvar.h interp.sym ! intrpvar.h ____________________________________________________________________________ [ 1615] By: nick on 1998/07/21 22:26:34 Log: Mingw32 PERL_OBJECT tweaks Branch: perl ! ext/Fcntl/Fcntl.xs ext/IO/IO.xs ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 1614] By: gsar on 1998/07/21 19:43:32 Log: fix off-by-one in change#623 that broke lexical lookups in eval'' Branch: perl ! pp_ctl.c ---------------- Version 5.004_76 5.005 Public Beta, Issue 2 ---------------- ____________________________________________________________________________ [ 1613] By: gsar on 1998/07/21 10:26:01 Log: final tweaks before beta2 Branch: perl + Porting/findvars +> Porting/fixvars - fixvars ! Changes MANIFEST intrpvar.h iperlsys.h ! lib/ExtUtils/MM_Win32.pm win32/perlhost.h ____________________________________________________________________________ [ 1612] By: gsar on 1998/07/21 07:15:54 Log: fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2 Branch: perl ! ext/Opcode/Opcode.xs proto.h win32/makedef.pl ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h ! win32/win32sck.c ____________________________________________________________________________ [ 1611] By: gsar on 1998/07/21 07:12:00 Log: fix bytecode.pl with moved var names Branch: perl ! bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm ____________________________________________________________________________ [ 1610] By: gsar on 1998/07/21 05:51:10 Log: tweak toke.c Branch: perl ! toke.c ____________________________________________________________________________ [ 1609] By: gsar on 1998/07/21 05:46:59 Log: change case of PERL_OBJECT filenames, consistent with the rest Branch: perl + XSlock.h objXSUB.h - ObjXSub.h XSLock.h ! MANIFEST XSUB.h lib/ExtUtils/MM_Win32.pm perl.h ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1608] By: gsar on 1998/07/21 05:31:13 Log: part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h) Branch: perl ! bytecode.h byterun.c embedvar.h interp.sym intrpvar.h ____________________________________________________________________________ [ 1607] By: gsar on 1998/07/21 05:29:10 Log: part 1 of PERL_OBJECT fixes for new var names Branch: perl ! ObjXSub.h bytecode.h globals.c iperlsys.h perl.h pp_ctl.c ! run.c win32/GenCAPI.pl ____________________________________________________________________________ [ 1606] By: gsar on 1998/07/21 05:17:26 Log: From: Stephen McCamant Date: Mon, 20 Jul 1998 23:53:32 CDT Message-Id: <13748.6947.311341.657005@alias-2.pr.mcs.net> Subject: [PATCH] redundant RV2GVs in ck_fun() Branch: perl ! op.c ____________________________________________________________________________ [ 1605] By: gsar on 1998/07/21 05:13:28 Log: From: Stephen McCamant Date: Mon, 20 Jul 1998 23:32:42 CDT Message-Id: <13748.6392.921893.643238@alias-2.pr.mcs.net> Subject: B::Deparse 0.56 (first testsuite fixes; big) Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 1604] By: gsar on 1998/07/21 05:07:29 Log: applied a slightly tweaked version of suggested patch From: Colin Kuskie Date: Mon, 20 Jul 1998 15:58:31 -0700 (PDT) Message-ID: Subject: [PATCH _75] More documentation for -i prefix Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 1603] By: gsar on 1998/07/21 04:59:19 Log: disable malloced_size() feedback with -DLEAKTEST From: Ilya Zakharevich Date: Mon, 20 Jul 1998 21:20:21 -0400 (EDT) Message-Id: <199807210120.VAA15031@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_75] -DLEAKTEST broken Branch: perl ! av.c sv.c ____________________________________________________________________________ [ 1602] By: gsar on 1998/07/21 04:57:43 Log: fix hints/hpux.sh for cpp recognition From: Andy Dougherty Date: Mon, 20 Jul 1998 12:46:33 -0400 (EDT) Message-Id: Subject: RE: Configure misses preprocessor on HP-UX Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 1601] By: gsar on 1998/07/21 04:55:51 Log: From: Ilya Zakharevich Date: Sun, 19 Jul 1998 18:16:38 -0400 (EDT) Message-Id: <199807192216.SAA10482@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Compile (?{}) into a correct package Branch: perl ! pp_ctl.c t/op/pat.t ____________________________________________________________________________ [ 1600] By: gsar on 1998/07/21 04:48:32 Log: allocate a whole fd_set for pp_sselect() on more platforms From: Jarkko Hietaniemi Date: 20 Jul 1998 00:14:18 +0300 Message-ID: Subject: Re: Not OK: perl 5.00475 +DEVEL_BETA_ISSUE_1 on OPENSTEP-Mach 4_1 (UNINSTALLED) Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 1599] By: gsar on 1998/07/21 04:44:04 Log: add tests to check if context propagation works From: Francois Desarmenien Date: Sun, 19 Jul 1998 12:28:33 +0200 Message-ID: <35B1CA51.A606AD27@club-internet.fr> Subject: Re: m//g strange behaviour in 5.004 Branch: perl + t/op/context.t ! MANIFEST ____________________________________________________________________________ [ 1598] By: gsar on 1998/07/21 04:37:49 Log: applied RE doc patches, with tweaks to the prose From: Ilya Zakharevich Date: Sat, 18 Jul 1998 23:11:13 -0400 (EDT) Message-Id: <199807190311.XAA25080@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Document irregular zero-length matches -- Date: Sun, 19 Jul 1998 00:38:44 -0400 (EDT) Message-Id: <199807190438.AAA26226@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Another irregularity of expressions documented Branch: perl ! pod/perlre.pod ____________________________________________________________________________ [ 1597] By: gsar on 1998/07/21 04:16:51 Log: pod tweak suggested by Ilya Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 1596] By: gsar on 1998/07/21 04:12:39 Log: enable color output with -Mre=debugcolor with -DDEBUGGING From: Ilya Zakharevich Date: Sat, 18 Jul 1998 17:34:00 -0400 (EDT) Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Better -Mre=colordb Branch: perl ! ext/re/re.xs ____________________________________________________________________________ [ 1595] By: gsar on 1998/07/21 04:07:44 Log: From: "John L. Allen" Date: Thu, 16 Jul 1998 11:43:54 -0400 (EDT) Message-ID: Subject: [PATCH _75 & _05] perlbug does not report usage on invalid flags Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 1594] By: gsar on 1998/07/21 04:06:06 Log: don't use SelectSaver on IO::Handle->input_*() methods From: Robin Barker Date: Thu, 16 Jul 1998 15:00:39 +0100 (BST) Message-Id: <199807161400.PAA25532@tempest.cise.npl.co.uk> Subject: Re: Bug in IO::Handle->input_record_separator Branch: perl ! ext/IO/lib/IO/Handle.pm ____________________________________________________________________________ [ 1593] By: gsar on 1998/07/21 04:03:46 Log: applied a tweaked version of suggested patch From: Ilya Zakharevich Date: Wed, 15 Jul 1998 17:02:48 -0400 (EDT) Message-Id: <199807152102.RAA19952@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Enable/document colors in re.pm Branch: perl ! ext/re/re.pm ____________________________________________________________________________ [ 1592] By: gsar on 1998/07/21 03:49:55 Log: remove compat3.sym and rename perld4.pod Branch: perl +> pod/perl5004delta.pod - compat3.sym pod/perld4.pod ! MANIFEST ____________________________________________________________________________ [ 1591] By: gsar on 1998/07/21 03:38:16 Log: update patchlevel, Changes Branch: perl ! Changes patchlevel.h win32/Makefile win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 1590] By: gsar on 1998/07/21 03:06:04 Log: documentation tweaks from Abigail Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT) Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com> Subject: Re: [PATCH 5.00475] pod/perlsyn.pod -- Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT) Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.00475] pod/perlguts.pod -- Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT) Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod -- Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT) Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH, 5.00475], pod/perlsub.pod -- Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT) Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.00475] pod/perlfunc.pod Branch: perl ! pod/perlfunc.pod pod/perlguts.pod pod/perlsub.pod ! pod/perlsyn.pod ____________________________________________________________________________ [ 1589] By: gsar on 1998/07/21 02:44:25 Log: VMS patches from Dan Sugalski Date: Wed, 15 Jul 1998 09:38:12 -0700 Message-Id: <3.0.5.32.19980715093812.00a42a50@ous.edu> Subject: [PATCH 5.005-beta1]Quick VMS config update -- Date: Wed, 15 Jul 1998 12:53:52 -0700 Message-Id: <3.0.5.32.19980715125352.00a25cb0@ous.edu> Subject: Re: $ebcdic has broken VMS in _75 (Now with doc patch!) -- Date: Thu, 16 Jul 1998 11:15:44 -0700 Message-Id: <3.0.5.32.19980716111544.00b78770@ous.edu> Subject: [PATCH 5.004_75]Another VMS tweak for the Vax C compiler -- Date: Thu, 16 Jul 1998 11:21:55 -0700 Message-Id: <3.0.5.32.19980716112155.00a66c50@ous.edu> Subject: [PATCH 5.004_75]Get archname correct for thread build on VMS -- Date: Thu, 16 Jul 1998 11:25:04 -0700 Message-Id: <3.0.5.32.19980716112504.00ae0d50@ous.edu> Subject: [PATCH 5.004_75]Thread build tweaks for VMS 6.2 and older -- Date: Fri, 17 Jul 1998 15:29:13 -0700 Message-Id: <3.0.5.32.19980717152913.00a469b0@ous.edu> Subject: [PATCH 5.004_75]Missed a header file in VMS build procedure -- Date: Mon, 20 Jul 1998 10:20:49 -0700 Message-Id: <3.0.5.32.19980720102049.00a05100@ous.edu> Subject: [PATCH 5.004_75]Tweaks to Thread.XS for OLD_PTHREADS_API build -- Date: Mon, 20 Jul 1998 10:13:03 -0700 Message-Id: <3.0.5.32.19980720101303.00a17100@ous.edu> Subject: [PATCH 5.004_75]Explicitly specify extensions during VMS config process -- From: Brad Hughes Date: Mon, 20 Jul 1998 15:51:22 -0700 Message-Id: <3.0.5.32.19980720155122.00a41950@ous.edu> Subject: patch for readme.vms Branch: perl ! README.vms ext/Thread/Thread.xs vms/descrip_mms.template ! vms/gen_shrfls.pl vms/subconfigure.com ____________________________________________________________________________ [ 1588] By: gsar on 1998/07/21 01:26:20 Log: change#1481 didn't go through at all, redo it Branch: perl ! t/base/rs.t ____________________________________________________________________________ [ 1587] By: gsar on 1998/07/21 01:21:41 Log: workaround C<"foo" "bar"> catenation-intolerant compilers Branch: perl ! regexec.c toke.c ____________________________________________________________________________ [ 1586] By: gsar on 1998/07/21 01:05:49 Log: do not override PERL_DESTRUCT_LEVEL if use has it set Branch: perl ! t/TEST ____________________________________________________________________________ [ 1585] By: gsar on 1998/07/21 00:39:17 Log: fix small memory leak when mess_sv happens to be touched by magic Branch: perl ! perl.c t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t ____________________________________________________________________________ [ 1584] By: gsar on 1998/07/21 00:37:32 Log: fix memory leak in C Branch: perl ! scope.c ____________________________________________________________________________ [ 1583] By: TimBunce on 1998/07/20 22:14:11 Log: Update Changes and patchlevel.h for release. At last. Branch: maint-5.004/perl ! Changes patchlevel.h ____________________________________________________________________________ [ 1582] By: gsar on 1998/07/20 21:28:43 Log: add rsfp_filters and perldb to pollutants list Branch: perl ! embed.pl ____________________________________________________________________________ [ 1581] By: nick on 1998/07/20 19:22:37 Log: Integrate mainline pre-beta2 - just in case Branch: ansiperl !> (integrate 66 files) ____________________________________________________________________________ [ 1580] By: TimBunce on 1998/07/20 17:16:38 Log: Assorted patches: Title: "Clean up hash array allocation" From: Gurusamy Sarathy Msg-ID: <199807201052.GAA13336@aatma.engin.umich.edu> Files: hv.c Title: "Further fixes for cppstdin on HP-UX 11" From: Andy Dougherty Msg-ID: Files: hints/hpux.sh Branch: maint-5.004/perl ! hints/hpux.sh hv.c ____________________________________________________________________________ [ 1579] By: TimBunce on 1998/07/20 09:46:14 Log: Assorted patches: Title: "Fix C<$1 .. $2> coredump under debugger" From: Gurusamy Sarathy Msg-ID: <199807200042.UAA23288@aatma.engin.umich.edu> Files: pp_ctl.c Title: "Fix lvalue leaks stemming from failure to free LvTARG(sv)" From: Gurusamy Sarathy Msg-ID: <199807191829.OAA12433@aatma.engin.umich.edu> Files: embed.h perl.h proto.h global.sym mg.c sv.c t/op/substr.t t/op/vec.t Title: "fix major bug (from 5.003_96); void contexts were using the context of the enclosing sub!" From: Francois Desarmenien , Gurusamy Sarathy Msg-ID: <199807180927.FAA08032@aatma.engin.umich.edu>, <35B1CA51.A606AD27@club-internet.fr> Files: op.h Title: "Update lib/Getopt/Long.pm (from perl5.005 beta 1)" From: Johan Vromans Msg-ID: <13745.47704.943964.34613@phoenix.squirrel.nl> Files: lib/Getopt/Long.pm Title: "Add Porting/p4d2p utility for converting perforce diffs" From: Gurusamy Sarathy Msg-ID: <199807200002.UAA21398@aatma.engin.umich.edu> Files: MANIFEST Porting/p4d2p Branch: maint-5.004/perl + Porting/p4d2p ! MANIFEST embed.h global.sym lib/Getopt/Long.pm mg.c op.h ! perl.h pp_ctl.c proto.h sv.c t/op/substr.t t/op/vec.t ____________________________________________________________________________ [ 1578] By: gsar on 1998/07/20 09:38:39 Log: complete s/foo/PL_foo/ changes (all escaped cases identified with brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. Branch: perl ! XSLock.h XSUB.h bytecode.h bytecode.pl byterun.c cc_runtime.h ! djgpp/djgpp.c embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ! ext/B/byteperl.c ext/DB_File/DB_File.xs ext/DB_File/typemap ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_next.xs ! ext/DynaLoader/dl_vms.xs ext/GDBM_File/typemap ext/IO/IO.xs ! ext/IPC/SysV/SysV.xs ext/NDBM_File/typemap ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/typemap ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/SDBM_File/typemap ! ext/Thread/Thread.xs ext/attrs/attrs.xs fakethr.h gv.c hv.c ! lib/ExtUtils/typemap malloc.c mg.c op.c os2/OS2/PrfDB/PrfDB.xs ! os2/OS2/PrfDB/typemap os2/OS2/REXX/REXX.xs os2/os2.c ! os2/os2ish.h perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c ! regcomp.c regcomp.h regexec.c scope.c scope.h sv.h taint.c ! toke.c util.c vms/ext/DCLsym/DCLsym.xs vms/ext/Stdio/Stdio.xs ! vms/vms.c vms/vmsish.h win32/win32.c win32/win32thread.c ____________________________________________________________________________ [ 1577] By: TimBunce on 1998/07/20 08:28:17 Log: Title: "Make failed matches return empty list in list context" From: "Paul E. Maisano" , Gurusamy Sarathy , Paul Maisano Msg-ID: <199807200002.UAA21398@aatma.engin.umich.edu>, <199807200027.KAA27815@ironbark-ridge.aaii.oz.au>, <35B156FB.504E66E@aaii.oz.au> Files: pod/perlop.pod pp_hot.c t/op/pat.t Branch: maint-5.004/perl ! pod/perlop.pod pp_hot.c t/op/pat.t ____________________________________________________________________________ [ 1576] By: TimBunce on 1998/07/20 08:11:37 Log: Title: "win32 update from 5.005 beta 2 for 5.004_05" From: Gurusamy Sarathy Msg-ID: <199807192332.TAA20905@aatma.engin.umich.edu> Files: win32/include/dirent.h win32/include/sys/socket.h proto.h lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm win32/win32.h win32/win32iop.h README.win32 installperl pp_ctl.c win32/Makefile win32/config.bc win32/config.vc win32/config_H.bc win32/config_H.vc win32/config_h.PL win32/config_sh.PL win32/dl_win32.xs win32/makedef.pl win32/makefile.mk win32/pod.mak win32/win32.c win32/win32sck.c win32/bin/pl2bat.pl Branch: maint-5.004/perl ! README.win32 installperl lib/ExtUtils/Liblist.pm ! lib/ExtUtils/Mksymlists.pm pp_ctl.c proto.h win32/Makefile ! win32/bin/pl2bat.pl win32/config.bc win32/config.vc ! win32/config_H.bc win32/config_H.vc win32/config_h.PL ! win32/config_sh.PL win32/dl_win32.xs win32/include/dirent.h ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk ! win32/pod.mak win32/win32.c win32/win32.h win32/win32iop.h ! win32/win32sck.c ____________________________________________________________________________ [ 1575] By: gsar on 1998/07/20 01:27:14 Log: integrate ansi branch to get s/foo/PL_foo/ changes Branch: perl +> fixvars !> (integrate 537 files) ____________________________________________________________________________ [ 1574] By: gsar on 1998/07/20 00:33:43 Log: fix C<$1 .. $2> coredump under debugger Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 1573] By: gsar on 1998/07/20 00:28:27 Log: misc win32 config tweaks Branch: perl ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc ! win32/config_h.PL win32/makefile.mk ____________________________________________________________________________ [ 1572] By: nick on 1998/07/19 19:04:58 Log: Missed file that had changed Branch: ansiperl ! embedvar.h ____________________________________________________________________________ [ 1571] By: nick on 1998/07/19 18:57:35 Log: Another threaded, perl malloc issue, x2p's Makefile.SH has a pattern match... Branch: ansiperl ! x2p/Makefile.SH ____________________________________________________________________________ [ 1570] By: nick on 1998/07/19 18:16:20 Log: Drat! - threaded perl-malloc has mutex that needs PL_ Branch: ansiperl ! malloc.c perl.h ____________________________________________________________________________ [ 1569] By: nick on 1998/07/19 17:55:22 Log: PL_ for perl's malloc Branch: ansiperl ! hv.c malloc.c ____________________________________________________________________________ [ 1568] By: nick on 1998/07/19 16:23:30 Log: PL_ minir tidy up Branch: ansiperl ! embed.pl ext/Thread/Thread.xs util.c ____________________________________________________________________________ [ 1567] By: nick on 1998/07/19 13:21:07 Log: Add PL_ to merged file Branch: ansiperl ! pp_hot.c ____________________________________________________________________________ [ 1566] By: nick on 1998/07/19 12:38:30 Log: Merge Mainline Branch: ansiperl + fixvars !> (integrate 29 files) ____________________________________________________________________________ [ 1565] By: gsar on 1998/07/19 07:06:54 Log: tweak pod in MakeMaker.pm From: Paul Johnson Date: Sat, 18 Jul 1998 15:58:48 +0100 Message-ID: <19980718155847.D903@west-tip.transeda.com> Subject: [PATCH]5.004_75 (DOC) MakeMaker.pm Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1564] By: gsar on 1998/07/19 07:04:45 Log: From: Gisle Aas Date: 17 Jul 1998 22:49:32 +0200 Message-ID: Subject: [PATCH _75] sv_gets() did not NUL-terminate SV when reading records Branch: perl ! sv.c ____________________________________________________________________________ [ 1563] By: gsar on 1998/07/19 07:03:32 Log: update freebsd hints From: Mik Firestone Date: Fri, 17 Jul 1998 15:24:26 -0400 (EDT) Message-Id: <199807171924.AA05297@interlock2.lexmark.com> Subject: [PATCH 5.005b1] hints/freebsd.sh Branch: perl ! hints/freebsd.sh ____________________________________________________________________________ [ 1562] By: gsar on 1998/07/19 07:01:33 Log: From: Mark Bixby Date: Fri, 17 Jul 1998 10:37:49 -0700 (PDT) Message-Id: <199807171737.KAA06967@spock.dis.cccd.edu> Subject: [PATCH 5.005b1] MPE/iX hints and readme tweaks Branch: perl ! README.mpeix hints/mpeix.sh ____________________________________________________________________________ [ 1561] By: gsar on 1998/07/19 07:00:19 Log: From: Norton Allen Date: Fri, 17 Jul 1998 12:37:27 -0400 (edt) Message-Id: <199807171637.MAA24830@bottesini.harvard.edu> Subject: [PATCH: 75] make install fails Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 1560] By: gsar on 1998/07/19 06:58:55 Log: fix flawed substitution-loop detection on zero-length matches From: Ilya Zakharevich Date: Fri, 17 Jul 1998 13:55:38 -0400 (EDT) Message-Id: <199807171755.NAA27720@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Substitution loop in devel branch Branch: perl ! pp_hot.c t/op/subst.t ____________________________________________________________________________ [ 1559] By: gsar on 1998/07/19 06:56:19 Log: add perltrap entry about "${#a}", as suggested by andy barfoot Branch: perl ! pod/perltrap.pod ____________________________________________________________________________ [ 1558] By: gsar on 1998/07/19 06:43:53 Log: From: Anton Berezin Date: Fri, 17 Jul 1998 11:49:30 +0200 (CEST) Message-Id: <199807170949.LAA18099@lion.plab.ku.dk> Subject: [PATCH 5.005b1] perlcall.pod SAVETMPS/FREETMPS bracket Branch: perl ! pod/perlcall.pod ____________________________________________________________________________ [ 1557] By: gsar on 1998/07/19 06:40:33 Log: From: "Art Green" Date: Thu, 16 Jul 1998 21:37:05 -0500 Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com> Subject: [PATCH]:_75 - Update hints/aix.sh for c_r library Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 1556] By: gsar on 1998/07/19 06:38:17 Log: update README.threads From: Andy Dougherty Date: Thu, 16 Jul 1998 11:10:33 -0400 (EDT) Message-Id: Subject: Re: Sort of OK: 5.005-beta1 and threads on ppc-powerux-threads Branch: perl ! README.threads ____________________________________________________________________________ [ 1555] By: gsar on 1998/07/19 06:36:32 Log: From: Scott Henry Date: 15 Jul 1998 20:23:02 -0700 Message-ID: Subject: [PATCH 5.005-beta1] update hints/irix_6.sh Branch: perl ! hints/irix_6.sh ____________________________________________________________________________ [ 1554] By: gsar on 1998/07/19 06:35:10 Log: From: Spider Boardman Date: Wed, 15 Jul 1998 16:56:48 -0400 Message-Id: <199807152056.QAA369057@web.zk3.dec.com> Subject: [PATCH _75] dec_osf hints still wrong Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 1553] By: gsar on 1998/07/19 06:33:29 Log: tweak hpux hints in vain attempt to get cppstdin set properly From: Andy Dougherty Date: Wed, 15 Jul 1998 16:11:43 -0400 (EDT) Subject: Re: HP-UX 11, perl 5.004_04, Oracle 7.3.3.4, DBI 0.93 Message-Id: -- From: Andy Dougherty Date: Thu, 16 Jul 1998 11:37:58 -0400 (EDT) Subject: Re: Configure misses preprocessor on HP-UX Message-Id: Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 1552] By: gsar on 1998/07/19 06:26:24 Log: From: Tye McQueen Date: Wed, 15 Jul 1998 13:46:44 -0500 (CDT) Message-Id: <199807151846.AA12653@metronet.com> Subject: Minor debugger fix Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 1551] By: gsar on 1998/07/19 06:25:05 Log: From: Andy Dougherty Date: Wed, 15 Jul 1998 14:23:39 -0400 (EDT) Message-Id: Subject: Re: Configure s?rand support [PATCH 5.004_75] -- better patch Branch: perl ! INSTALL pp.c ____________________________________________________________________________ [ 1550] By: gsar on 1998/07/19 06:23:10 Log: minor re.pm cleanup From: "M.J.T. Guy" Date: Wed, 15 Jul 1998 12:41:14 +0100 Message-Id: Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl Branch: perl ! ext/re/re.pm pod/perldiag.pod ____________________________________________________________________________ [ 1549] By: gsar on 1998/07/19 06:20:49 Log: export additional symbols on OS/2 From: Ilya Zakharevich Date: Wed, 15 Jul 1998 06:13:07 -0400 (EDT) Message-Id: <199807151013.GAA11279@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Export more symbols from Perl DLL Branch: perl ! os2/os2.sym ____________________________________________________________________________ [ 1548] By: gsar on 1998/07/19 06:18:58 Log: From: Ilya Zakharevich Date: Wed, 15 Jul 1998 06:10:36 -0400 (EDT) Message-Id: <199807151010.GAA11270@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Minor improvements to perlcc Branch: perl ! utils/perlcc.PL ____________________________________________________________________________ [ 1547] By: gsar on 1998/07/19 06:17:22 Log: applied slightly tweaked version of patch From: Ilya Zakharevich Date: Thu, 16 Jul 1998 15:49:15 -0400 (EDT) Message-Id: <199807161949.PAA08214@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Updated patch to Test::Harness Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 1546] By: gsar on 1998/07/19 06:11:03 Log: improve 'frame' handling in debugger From: Ilya Zakharevich Date: Wed, 15 Jul 1998 00:52:10 -0400 (EDT) Message-Id: <199807150452.AAA06685@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Better debugger trace Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 1545] By: gsar on 1998/07/19 06:07:51 Log: fix and test handling of literal newlines in heredocs From: Gisle Aas Date: 17 Jul 1998 14:58:25 +0200 Message-ID: Subject: Re: [PATCH _71] CRs et al -- From: larry@wall.org (Larry Wall) Date: Fri, 17 Jul 1998 09:32:35 -0700 Message-Id: <199807171632.JAA12959@wall.org> Subject: Re: [PATCH _71] CRs et al Branch: perl ! t/comp/multiline.t toke.c ____________________________________________________________________________ [ 1544] By: gsar on 1998/07/19 06:00:12 Log: remove possibly unwritable lib/re.pm before overwrite From: larry@wall.org (Larry Wall) Date: Wed, 15 Jul 1998 14:26:03 -0700 Message-Id: <199807152126.OAA04623@wall.org> Subject: Re: bug encountered building perl5.005beta1 Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 1543] By: gsar on 1998/07/19 05:56:18 Log: unsubmitted Changes tweak Branch: perl ! Changes cygwin32/ld2 ____________________________________________________________________________ [ 1542] By: gsar on 1998/07/19 01:21:22 Log: make failed matches return empty list in list context Branch: perl ! pod/perlop.pod pp_hot.c t/op/pat.t ____________________________________________________________________________ [ 1541] By: gsar on 1998/07/18 22:27:59 Log: remove obsolete perltrap about m//g's pos() reset behavior Branch: perl ! pod/perltrap.pod ____________________________________________________________________________ [ 1540] By: nick on 1998/07/18 22:16:26 Log: PL_ stuff passes non-threaded on Mingw32 (Why did it compile without this fix?) Branch: ansiperl ! pp_sys.c ____________________________________________________________________________ [ 1539] By: TimBunce on 1998/07/18 22:04:58 Log: Assorted patches: Title: "Minor fixes to MakeMaker docs re ExtUtils::Embed" From: Paul Johnson Msg-ID: <19980718155847.D903@west-tip.transeda.com> Files: lib/ExtUtils/MakeMaker.pm Title: "Update t/op/array.t (from 5.005 beta 1)" Files: t/op/array.t Branch: maint-5.004/perl ! lib/ExtUtils/MakeMaker.pm t/op/array.t ____________________________________________________________________________ [ 1538] By: TimBunce on 1998/07/18 21:57:50 Log: Title: "Remove flawed '// with parens or $&' performance patch (Change 662)" From: "M.J.T. Guy" , Tim Bunce , larry@wall.org (Larry Wall) Msg-ID: <19980717015308.E6244@ig.co.uk>, <199807171819.LAA13771@wall.org>, Files: cop.h embed.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c pp_hot.c regexec.c scope.c Branch: maint-5.004/perl ! cop.h embed.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c ! pp_hot.c proto.h regexec.c regexp.h scope.c ____________________________________________________________________________ [ 1537] By: nick on 1998/07/18 20:56:58 Log: PL_ scheme Builds under Minw32 - some SEGFAULT snags Branch: ansiperl ! doio.c mg.c perl.c pp_hot.c pp_sys.c util.c win32/perllib.c ! win32/win32.c win32/win32.h ____________________________________________________________________________ [ 1536] By: nick on 1998/07/18 20:50:26 Log: Merge latest mainline Branch: ansiperl ! patchlevel.h !> ext/Thread/Thread.xs op.h util.c ____________________________________________________________________________ [ 1535] By: nick on 1998/07/18 16:45:29 Log: Edited "behind my back" ... Branch: ansiperl ! vms/perly_c.vms ____________________________________________________________________________ [ 1534] By: nick on 1998/07/18 16:38:27 Log: PL_ stuff for threads Branch: ansiperl ! byterun.c cop.h deb.c doio.c doop.c embed.pl embedvar.h ! ext/B/B.xs ext/Thread/Thread.xs gv.c intrpvar.h mg.c ! miniperlmain.c op.c op.h perl.c perl.h perly.y pp.c pp.h ! pp_ctl.c pp_hot.c pp_sys.c regexec.c run.c scope.c sv.c sv.h ! thread.h toke.c util.c win32/perllib.c ____________________________________________________________________________ [ 1533] By: nick on 1998/07/18 14:30:54 Log: Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CC (still with PERL_GLOBAL_STRUCT) - to cover more #if branches Branch: ansiperl ! embed.pl intrpvar.h perl.c toke.c ____________________________________________________________________________ [ 1532] By: nick on 1998/07/18 13:53:03 Log: PL_ prefix to all perlvars, part1 Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT Branch: ansiperl ! XSUB.h av.c bytecode.h byterun.c byterun.h cop.h deb.c doio.c ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs ! ext/Data/Dumper/Dumper.xs ext/DynaLoader/dl_next.xs ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/attrs/attrs.xs ! ext/re/re.xs gv.c hv.c hv.h lib/ExtUtils/typemap ! lib/ExtUtils/xsubpp mg.c miniperlmain.c op.c perl.c perl.h ! perly.c perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c ! regcomp.h regexec.c run.c scope.c scope.h sv.c sv.h taint.c ! thrdvar.h toke.c universal.c util.c ____________________________________________________________________________ [ 1531] By: gsar on 1998/07/18 08:48:13 Log: fix yet another USE_THREADS leak due to failure to free stacks Branch: perl ! ext/Thread/Thread.xs util.c ____________________________________________________________________________ [ 1530] By: gsar on 1998/07/18 08:46:58 Log: fix major bug in GIMME (introduced in 5.003_96); void contexts were using the context of the enclosing sub! Branch: perl ! op.h ____________________________________________________________________________ [ 1529] By: nick on 1998/07/18 08:18:03 Log: Integrate post-beta tweaks to ansiperl Branch: ansiperl !> ObjXSub.h embed.h ext/Thread/Thread.xs global.sym gv.c mg.c !> objpp.h op.c perl.c perl.h pp_sys.c proto.h sv.c t/op/substr.t !> t/op/vec.t toke.c util.c ____________________________________________________________________________ [ 1528] By: gsar on 1998/07/18 04:23:12 Log: fix lvalue leaks stemming from failure to free LvTARG(sv) Branch: perl ! ObjXSub.h embed.h global.sym mg.c objpp.h perl.h proto.h sv.c ! t/op/substr.t t/op/vec.t ____________________________________________________________________________ [ 1527] By: gsar on 1998/07/18 02:16:40 Log: check ferror() only if read() returned 0 Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 1526] By: gsar on 1998/07/18 02:08:01 Log: fix another CvMUTEXP() leak Branch: perl ! gv.c ____________________________________________________________________________ [ 1525] By: TimBunce on 1998/07/18 01:51:52 Log: Assorted patches: Title: "Fix @a=@a=qw(...) properly" From: Stephen McCamant Msg-ID: <13742.49404.367751.437966@alias-2.pr.mcs.net> Files: opcode.h Title: "Larry's patch to support CR LF in scripts (updated)" From: Gisle Aas , larry@wall.org (Larry Wall) Msg-ID: <199807120054.RAA19550@wall.org>, Files: t/comp/multiline.t toke.c Title: "Change getc() docs to match behaviour. Make read() return undef on error." From: Gurusamy Sarathy Msg-ID: <199807052257.SAA10004@aatma.engin.umich.edu> Files: pod/perlfunc.pod pp_sys.c Title: "Update patchls utility" Files: Porting/patchls Branch: maint-5.004/perl ! Porting/patchls opcode.h pod/perlfunc.pod pp_sys.c ! t/comp/multiline.t toke.c ____________________________________________________________________________ [ 1524] By: gsar on 1998/07/18 01:22:35 Log: fix CvMUTEXP() leaks with -Dusethreads Branch: perl ! op.c toke.c ____________________________________________________________________________ [ 1523] By: gsar on 1998/07/18 01:17:28 Log: fix $/ init for multiple interpreters/threads Branch: perl ! ext/Thread/Thread.xs perl.c util.c ____________________________________________________________________________ [ 1522] By: gsar on 1998/07/18 01:11:07 Log: fix missing init that caused RE alternations to fail under -Dusethreads Branch: perl ! util.c ____________________________________________________________________________ [ 1521] By: TimBunce on 1998/07/16 22:23:25 Log: Assorted patches: Title: "Allow $SIG{CHLD}='IGNORE' to work (reap zombies) on Solaris" From: Albert Dvornik , Chip Salzenberg Msg-ID: <19980708181055.A8005@perlsupport.com>, Files: util.c Title: "Document perltrap on precedence of keys/values/each" From: Gurusamy Sarathy Msg-ID: <199807151857.OAA04704@aatma.engin.umich.edu> Files: pod/perltrap.pod Title: "perlbook.pod patch" From: Tom Christiansen Msg-ID: <199807140037.SAA04556@chthon.perl.com> Files: pod/perlbook.pod Title: "perlmod.pod patch" From: Tom Christiansen Msg-ID: <199807140109.TAA04678@chthon.perl.com> Files: pod/perlmod.pod Title: "Fix bug in IO::Handle->input_record_separator" From: Robin Barker , Swen Thuemmler Msg-ID: <199807161400.PAA25532@tempest.cise.npl.co.uk>, Files: ext/IO/lib/IO/Handle.pm Title: "update h2ph, Math::Complex and Math::Trig (from 5.005 beta 1)" Files: lib/Math/Complex.pm lib/Math/Trig.pm t/lib/complex.t t/lib/h2ph.t t/lib/trig.t utils/h2ph.PL Title: "Update hints/irix_6.sh" From: Scott Henry Msg-ID: Files: hints/irix_6.sh Title: "Configure misses preprocessor on HP-UX (further fix)" From: Andy Dougherty Msg-ID: Files: hints/hpux.sh Title: "update perlbug to v1.26 (from 5.005 beta 1)" Files: utils/perlbug.PL Branch: maint-5.004/perl ! ext/IO/lib/IO/Handle.pm hints/hpux.sh hints/irix_6.sh ! lib/Math/Complex.pm lib/Math/Trig.pm pod/perlbook.pod ! pod/perlmod.pod pod/perltrap.pod t/lib/complex.t t/lib/h2ph.t ! t/lib/trig.t util.c utils/h2ph.PL utils/perlbug.PL ____________________________________________________________________________ [ 1520] By: TimBunce on 1998/07/15 21:24:12 Log: Assorted patches: Title: "Add stub attrs.pm" From: Graham Barr , Gurusamy Sarathy Msg-ID: <19980713163312.A18222@asic.sc.ti.com>, <199807132140.RAA09583@aatma.engin.umich.edu> Files: MANIFEST lib/attrs.pm Title: "Fix @a=@a=qw(...)" From: Gurusamy Sarathy , Stephen McCamant Msg-ID: <13737.12300.950886.821143@alias-2.pr.mcs.net>, <199807122351.TAA05649@aatma.engin.umich.edu> Files: op.c opcode.pl t/op/array.t Title: "Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop" From: Gisle Aas , Stephen McCamant Msg-ID: <13739.55551.205810.338648@alias-2.pr.mcs.net>, Files: sv.c Title: "Make Power MachTen use vfork() and system malloc()" From: Dominic Dunlop , Jarkko Hietaniemi Msg-ID: Files: hints/machten.sh malloc.c Title: "Use REG_INFTY in place of hardwired constant" From: Dominic Dunlop Msg-ID: Files: regcomp.h regcomp.c regexec.c Title: "Minor debugger fix (history adds an extra newline)" From: Tye McQueen Msg-ID: <199807151846.AA12653@metronet.com> Files: lib/perl5db.pl Title: "Protect Term::ReadLine against non-default $/ value" From: Ilya Zakharevich , kstar@chapin.edu@ig.co.uk () Msg-ID: <19980713151749.G8596@O2.chapin.edu>, <199807132139.RAA11270@monk.mps.ohio-state.edu> Files: lib/Term/ReadLine.pm Title: "Fix HP-UX 11 build (cppstdin)" From: Andy Dougherty Msg-ID: Files: Configure hints/hpux.sh Title: "VMS filetest operator fixup (SS$_ACCONFLICT)" From: Dan Sugalski Msg-ID: <3.0.5.32.19980702135255.00a6ad90@ous.edu> Files: vms/vms.c Branch: maint-5.004/perl + lib/attrs.pm ! Configure MANIFEST hints/hpux.sh hints/machten.sh ! lib/Term/ReadLine.pm lib/perl5db.pl malloc.c op.c opcode.pl ! regcomp.c regcomp.h regexec.c sv.c t/op/array.t vms/vms.c ____________________________________________________________________________ [ 1519] By: nick on 1998/07/15 18:56:17 Log: Integrate mainline at beta1 Branch: ansiperl +> Porting/p4d2p README.mpeix Todo-5.005 +> ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl +> mpeix/mpeixish.h mpeix/nm mpeix/relink perly_c.diff +> pod/perld4.pod pod/perlport.pod t/lib/ipc_sysv.t - Todo.5.005 lib/Bundle/CPAN.pm perly.c.diff pod/perldelta4.pod - t/op/ipcmsg.t t/op/ipcsem.t !> (integrate 167 files) ---------------- Version 5.004_75 5.005 Public Beta, Issue 1 ---------------- ____________________________________________________________________________ [ 1518] By: gsar on 1998/07/15 10:01:41 Log: add stub docs for ext/B, other minor tweaks Branch: perl ! Changes Porting/config_H config_h.SH ext/B/B.pm ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bblock.pm ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Showlex.pm ! ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/O.pm sv.c ____________________________________________________________________________ [ 1517] By: gsar on 1998/07/15 08:27:15 Log: up patchlevel to 75 (Beta, Issue 1), add podpatch From: abigail@fnx.com Date: Wed, 15 Jul 1998 04:03:44 -0400 (EDT) Message-ID: <19980715080344.21975.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.004_74] pod/perlop.pod Branch: perl ! Changes patchlevel.h pod/perlop.pod win32/Makefile ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/makefile.mk ____________________________________________________________________________ [ 1516] By: gsar on 1998/07/15 08:04:24 Log: From: abigail@fnx.com Date: Wed, 15 Jul 1998 03:47:56 EDT Message-Id: <19980715074756.21868.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.004_74] pod/pod2man.PL Fix use of < inside C<> Branch: perl ! pod/pod2man.PL ____________________________________________________________________________ [ 1515] By: gsar on 1998/07/15 08:02:14 Log: From: Ilya Zakharevich Date: Wed, 15 Jul 1998 03:49:24 EDT Message-Id: <199807150749.DAA09177@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Additional targets for OS/2 build Branch: perl ! os2/Makefile.SHs ____________________________________________________________________________ [ 1514] By: gsar on 1998/07/15 07:58:29 Log: rename some long file names to be 8.3 truncation-safe Branch: perl +> Todo-5.005 perly_c.diff pod/perld4.pod - Todo.5.005 perly.c.diff pod/perldelta4.pod ! MANIFEST Porting/pumpkin.pod perly.fixer ____________________________________________________________________________ [ 1513] By: gsar on 1998/07/15 07:35:29 Log: minor tweaks to docs on qr// Branch: perl ! ext/re/re.pm pod/perldelta.pod pod/perlop.pod pod/perlre.pod ____________________________________________________________________________ [ 1512] By: gsar on 1998/07/15 07:06:02 Log: applied patch, with tab tweak suggest by Peter Prymmer From: Dan Sugalski Date: Tue, 14 Jul 1998 16:41:14 -0700 Message-Id: <3.0.5.32.19980714164114.00a3e2a0@ous.edu> Subject: [PATCH 5.004_74]VMS build cleanups Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 1511] By: gsar on 1998/07/15 07:03:33 Log: allow perlbug -ok when STDIN it not a tty From: Hugo van der Sanden Date: Wed, 15 Jul 1998 03:24:56 +0200 Message-Id: Subject: Re: [NOT OK] 5.004_74: "make ok" not ok in IRIX 6.2 Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 1510] By: gsar on 1998/07/15 06:59:43 Log: From: "Art Green" Date: Tue, 14 Jul 1998 20:53:48 -0500 Message-ID: <86256642.0004D7AB.00@FDLTest1.mercmarine.com> Subject: [PATCH]:_74 - Allow Configure to recognize _AIX41 & _POWER compiler defines Branch: perl ! Configure ____________________________________________________________________________ [ 1509] By: gsar on 1998/07/15 06:57:50 Log: typecast long vs. IV compares in pp_flip/pp_flop Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 1508] By: gsar on 1998/07/15 06:50:49 Log: don't copy foreach itervar when no external refs exist From: Gisle Aas Date: 15 Jul 1998 03:35:25 +0200 Message-ID: Subject: Re: Testcase for 1..n closure change Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 1507] By: gsar on 1998/07/15 06:46:41 Log: applied patch, regen headers From: Stephen McCamant Date: Tue, 14 Jul 1998 19:56:47 -0500 (CDT) Message-ID: <13739.64763.792570.626015@alias-2.pr.mcs.net> Subject: B::Deparse update for qr// and regcreset Branch: perl ! ext/B/B/Deparse.pm opcode.h opcode.pl ____________________________________________________________________________ [ 1506] By: gsar on 1998/07/15 06:43:04 Log: make pregcomp et al VIRTUAL again for PERL_OBJECT From: "Douglas Lankshear" Date: Tue, 14 Jul 1998 16:40:30 -0700 Message-ID: <000301bdaf80$c93d14a0$a32fa8c0@tau.Active> Subject: [PATCH 5.004_74] Branch: perl ! proto.h ____________________________________________________________________________ [ 1505] By: gsar on 1998/07/15 06:41:43 Log: dont use sv_dump() in -DD diagnostic From: Gisle Aas Date: 14 Jul 1998 23:55:36 +0200 Message-ID: Subject: [PATCH] Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop Branch: perl ! sv.c ____________________________________________________________________________ [ 1504] By: gsar on 1998/07/15 06:39:37 Log: add a few more thread.t tests Branch: perl ! t/lib/thread.t ____________________________________________________________________________ [ 1503] By: gsar on 1998/07/15 06:31:33 Log: fix thread.t ('join $t' ne '$t->join' !) Branch: perl ! t/lib/thread.t ____________________________________________________________________________ [ 1502] By: gsar on 1998/07/15 06:26:00 Log: From: Jarkko Hietaniemi Date: Wed, 15 Jul 1998 01:45:57 +0300 (EET DST) Message-Id: <199807142245.BAA09651@alpha.hut.fi> Subject: [PATCH] 5.004_74: MPE/iX final touches Branch: perl ! installperl lib/File/Copy.pm ____________________________________________________________________________ [ 1501] By: gsar on 1998/07/15 05:59:49 Log: apply (reversed) patch From: Peter Wolfe Date: Tue, 14 Jul 1998 13:01:58 -0700 (PDT) Message-Id: <199807142001.NAA26550@titan.teloseng.com> Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4 Branch: perl ! ext/IPC/SysV/SysV.xs ____________________________________________________________________________ [ 1500] By: gsar on 1998/07/15 05:57:39 Log: From: Andy Dougherty Date: Tue, 14 Jul 1998 14:14:59 -0400 (EDT) Message-Id: Subject: [PATCH 5.004_74] Config_74-01 Branch: perl ! Configure MANIFEST Porting/Glossary Porting/config.sh ! Porting/config_H Porting/pumpkin.pod config_h.SH ! vms/subconfigure.com win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 1499] By: gsar on 1998/07/15 05:48:38 Log: From: Jarkko Hietaniemi Date: Tue, 14 Jul 1998 21:35:02 +0300 (EET DST) Message-Id: <199807141835.VAA09030@alpha.hut.fi> Subject: [PATCH] 5.004_74: trig.t: math inaccuracy fudge for unicos Branch: perl ! t/lib/trig.t ____________________________________________________________________________ [ 1498] By: gsar on 1998/07/15 05:47:33 Log: -w, strict clean perldoc (via PM) From: Robin Barker Date: Tue, 14 Jul 98 17:22:01 BST Message-Id: <18695.9807141622@tempest.cise.npl.co.uk> Subject: [PATCH 5.004_74] perldoc.PL Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 1497] By: gsar on 1998/07/15 05:35:54 Log: add comment about cpprun etc., to hints/hpux.sh Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 1496] By: gsar on 1998/07/15 05:15:16 Log: fix warning from CGI::Carp Branch: perl ! lib/CGI/Carp.pm ____________________________________________________________________________ [ 1495] By: gsar on 1998/07/14 23:47:18 Log: fix off-by-one in win32 registry handling From: "Douglas Lankshear" Date: Tue, 14 Jul 1998 07:39:06 -0700 Message-ID: <000401bdaf35$27489e80$a32fa8c0@tau.Active> Subject: [PATCH 5.004_73] Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 1494] By: gsar on 1998/07/14 23:45:58 Log: doc patches from Gisle Aas Date: 14 Jul 1998 16:18:31 +0200 Message-ID: Subject: [PATCH] substr/splice changes for perldelta.pod -- Date: 14 Jul 1998 20:31:27 +0200 Message-ID: Subject: [PATCH] Duplicate description of use integer % Branch: perl ! pod/perldelta.pod pod/perlop.pod ____________________________________________________________________________ [ 1493] By: gsar on 1998/07/14 23:39:31 Log: File/Spec.pm needs trailing newline Branch: perl ! lib/File/Spec.pm ____________________________________________________________________________ [ 1492] By: gsar on 1998/07/14 21:43:03 Log: unsubmitted _74 tweaks Branch: perl ! Changes mpeix/nm mpeix/relink pod/perldelta.pod ! pod/perldiag.pod ---------------- Version 5.004_74 ---------------- ____________________________________________________________________________ [ 1491] By: gsar on 1998/07/14 08:48:28 Log: up patchlevel to 74; introduce distinct archname for PERL_OBJECT Branch: perl ! Changes patchlevel.h pod/perlhist.pod win32/Makefile ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/makefile.mk ____________________________________________________________________________ [ 1490] By: gsar on 1998/07/14 08:31:13 Log: From: Gisle Aas Date: 14 Jul 1998 10:20:34 +0200 Message-Id: Subject: [PATCH] Make -DP work (and readable) Branch: perl ! run.c ____________________________________________________________________________ [ 1489] By: gsar on 1998/07/14 08:23:46 Log: fix function parameter autovivification for pseudohashes Branch: perl ! mg.c t/op/avhv.t ____________________________________________________________________________ [ 1488] By: gsar on 1998/07/14 07:34:45 Log: merge changes#1423,1465 from maintbranch; checkin two missed files from earlier changes#1461,1478 Branch: perl ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod pp_sys.c ! t/TEST t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t ! t/op/substr.t t/op/vec.t ____________________________________________________________________________ [ 1487] By: gsar on 1998/07/14 07:04:54 Log: tweak t/lib/thread.t Branch: perl ! t/lib/thread.t ____________________________________________________________________________ [ 1486] By: gsar on 1998/07/14 06:38:15 Log: applied patch, slightly tweaked From: Dan Sugalski Date: Mon, 13 Jul 1998 11:52:27 -0700 Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu> Subject: [PATCH 5.004_73]Get re module working on VMS Branch: perl ! ext/re/Makefile.PL perl.h proto.h ____________________________________________________________________________ [ 1485] By: gsar on 1998/07/14 06:32:58 Log: add Porting/p4d2p Branch: perl + Porting/p4d2p ! MANIFEST ____________________________________________________________________________ [ 1484] By: gsar on 1998/07/14 06:08:20 Log: doc patches from Tom Christiansen (via PM) Date: Mon, 13 Jul 1998 19:09:09 -0600 Message-Id: <199807140109.TAA04678@chthon.perl.com> Subject: perlmod.pod patch -- Date: Mon, 13 Jul 1998 18:37:07 -0600 Message-Id: <199807140037.SAA04556@chthon.perl.com> Subject: perlbook.pod patch Branch: perl ! pod/perlbook.pod pod/perlmod.pod ____________________________________________________________________________ [ 1483] By: gsar on 1998/07/14 06:04:25 Log: OS/2 update From: Ilya Zakharevich Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu> Date: Mon, 13 Jul 1998 19:36:05 -0400 (EDT) Subject: [PATCH 5.004_72] OS/2 system() and friends additions Branch: perl ! README.os2 hints/os2.sh os2/Changes os2/os2.c t/op/magic.t ____________________________________________________________________________ [ 1482] By: gsar on 1998/07/14 06:01:12 Log: more VMS patches from Dan Sugalski Date: Mon, 13 Jul 1998 16:37:49 -0700 Message-Id: <3.0.5.32.19980713163749.00af1c40@ous.edu> Subject: [PATCH 5.004_73]t/io/iprefix.t patch for VMS -- Date: Mon, 13 Jul 1998 15:51:09 -0700 Message-Id: <3.0.5.32.19980713155109.00a52c30@ous.edu> Subject: [PATCH5.004_73]Tweak t/lib/cgi-html.t to work on VMS Branch: perl ! t/io/iprefix.t t/lib/cgi-html.t ____________________________________________________________________________ [ 1481] By: gsar on 1998/07/14 05:57:36 Log: From: Dan Sugalski Date: Mon, 13 Jul 1998 15:41:53 -0700 Message-Id: <3.0.5.32.19980713154153.00a87be0@ous.edu> Subject: [PATCH 5.004_73]Fix t/base/rs.t test failures on VMS Branch: perl ! t/base/rs.t ____________________________________________________________________________ [ 1480] By: gsar on 1998/07/14 05:56:14 Log: From: Dan Sugalski Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu> Date: Mon, 13 Jul 1998 15:04:27 -0700 Subject: [PATCH 5.004_73]Thread tweak for VMS.C Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 1479] By: gsar on 1998/07/14 05:55:13 Log: From: Laszlo Molnar Date: Mon, 13 Jul 1998 23:13:43 +0200 Message-ID: <19980713231343.A178@cdata.tvnet.hu> Subject: [PATCH _72] Configure problem on dos-djgpp Branch: perl ! Configure ____________________________________________________________________________ [ 1478] By: gsar on 1998/07/14 05:53:08 Log: add files and tweaks needed for MPE/iX port (via PM) From: Jarkko Hietaniemi Date: Tue, 14 Jul 1998 00:07:30 +0300 (EET DST) Message-Id: <199807132107.AAA20603@alpha.hut.fi> Subject: MPE/iX patches for _73 Branch: perl + README.mpeix ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl + mpeix/mpeixish.h mpeix/nm mpeix/relink ! MANIFEST ext/Socket/Socket.xs hints/mpeix.sh installperl ! lib/File/Copy.pm perl.c perl.h pod/perldelta.pod ____________________________________________________________________________ [ 1477] By: gsar on 1998/07/14 04:23:28 Log: added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING From: Andy Dougherty Date: Mon, 13 Jul 1998 16:50:55 -0400 (EDT) Message-Id: Subject: Re: _70 and Devel::RE Branch: perl ! ext/re/Makefile.PL ext/re/re.xs regcomp.c regexec.c ____________________________________________________________________________ [ 1476] By: gsar on 1998/07/14 04:06:25 Log: minor Configure nits From: Jarkko Hietaniemi Date: Mon, 13 Jul 1998 23:25:27 +0300 (EET DST) Message-Id: <199807132025.XAA10771@alpha.hut.fi> Subject: Configure patches for MVS (and one x2p/Makefile.SH) Branch: perl ! Configure x2p/Makefile.SH ____________________________________________________________________________ [ 1475] By: gsar on 1998/07/14 03:59:56 Log: From: Dan Sugalski Date: Mon, 13 Jul 1998 12:54:19 -0700 Message-Id: <3.0.5.32.19980713125419.009e0100@ous.edu> Subject: [PATCH 5.004_73] Fixes to the VMS configuration system Branch: perl ! vms/munchconfig.c vms/subconfigure.com ____________________________________________________________________________ [ 1474] By: gsar on 1998/07/14 03:58:13 Log: make Term::Readline::get_line() independent of caller's $/ From: kstar@chapin.edu Date: Mon, 13 Jul 1998 15:17:49 -0400 Message-ID: <19980713151749.G8596@O2.chapin.edu> Subject: [PATCH] Was: CPAN.pm still fails Branch: perl ! lib/Term/ReadLine.pm ____________________________________________________________________________ [ 1473] By: gsar on 1998/07/14 03:55:29 Log: fix $trnl interpolation in here-docs (via PM) From: Andy Dougherty Date: Mon, 13 Jul 1998 15:49:00 -0400 (EDT) Message-Id: Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness Branch: perl ! Configure ____________________________________________________________________________ [ 1472] By: gsar on 1998/07/14 03:50:18 Log: From: Dominic Dunlop Date: Mon, 13 Jul 1998 15:55:09 +0100 (WET DST) Message-Id: <199807131455.PAA23621@ppp52.vo.lu> Subject: Not OK: perl 5.00473 on powerpc-machten 4.1 [PATCH 5.004_73] Branch: perl ! hints/machten.sh ____________________________________________________________________________ [ 1471] By: gsar on 1998/07/14 03:49:07 Log: From: Dan Sugalski Message-Id: <3.0.5.32.19980713123005.00b6be50@ous.edu> Date: Mon, 13 Jul 1998 12:30:05 -0700 Subject: [PATCH 5.004_73] Add Data::Dumper and re modules to VMS config stuff Branch: perl ! configure.com vms/descrip_mms.template ____________________________________________________________________________ [ 1470] By: gsar on 1998/07/14 03:40:14 Log: consistently refer to functions as C From: abigail@fnx.com Date: Mon, 13 Jul 1998 03:04:24 -0400 (EDT) Message-ID: <19980713070424.19841.qmail@betelgeuse.wayne.fnx.com> Subject: Re: [PATCH 5.004_71] pod/perlfunc.pod Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 1469] By: gsar on 1998/07/14 03:35:06 Log: From: Tom Hughes Date: 13 Jul 1998 09:34:16 +0100 Message-ID: Subject: [PATCH 5.004_72] Fix d_Gconvert definition in hints/svr4.sh Branch: perl ! hints/svr4.sh ____________________________________________________________________________ [ 1468] By: gsar on 1998/07/14 03:34:03 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig) Date: 13 Jul 1998 11:16:27 +0200 Message-ID: Subject: Parallel Makefiles Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 1467] By: gsar on 1998/07/14 03:31:39 Log: From: Ilya Zakharevich Date: Mon, 13 Jul 1998 00:12:19 -0400 (EDT) Message-Id: <199807130412.AAA27128@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] t/io/pipe.t - completely broken? Branch: perl ! t/io/pipe.t ____________________________________________________________________________ [ 1466] By: gsar on 1998/07/14 03:29:25 Log: minor tweaks to perldelta and README.win32 Branch: perl ! Changes README.win32 pod/perldelta.pod ____________________________________________________________________________ [ 1465] By: TimBunce on 1998/07/13 21:33:45 Log: Assorted patches: Title: "Fix string substitution returncode problem" From: Dominic Dunlop , Gurusamy Sarathy Msg-ID: <199805271236.IAA28213@aatma.engin.umich.edu>, Files: pp_hot.c Title: "umask EXPR is fatal only if (EXPR & 0700) > 0" From: Gurusamy Sarathy Msg-ID: <199807111656.MAA03310@aatma.engin.umich.edu> Files: pod/perldiag.pod pp_sys.c Title: "Remove reference to qsort from perlfunc.pod" From: Gurusamy Sarathy Msg-ID: <199807111923.PAA05124@aatma.engin.umich.edu> Files: pod/perlfunc.pod Title: "Deprecate AvFILL in favor of av_len()" From: Gurusamy Sarathy Msg-ID: <199807111945.PAA05489@aatma.engin.umich.edu> Files: pod/perlguts.pod Title: "Further clarify effects of using quotes with m operator" From: Gurusamy Sarathy Msg-ID: <199806201921.PAA03829@aatma.engin.umich.edu> Files: pod/perlop.pod Title: "Add PERL_DESTRUCT_LEVEL=2 to test suite" From: Tim Bunce Files: t/TEST t/op/local.t t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t Branch: maint-5.004/perl ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod ! pod/perlop.pod pp_hot.c pp_sys.c t/TEST t/op/local.t ! t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t toke.c ---------------- Version 5.004_73 ---------------- ____________________________________________________________________________ [ 1464] By: gsar on 1998/07/13 04:41:07 Log: up patchlevel to 73, update Changes &c. Branch: perl ! Changes patchlevel.h pod/perlhist.pod t/op/array.t ! win32/Makefile win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 1463] By: gsar on 1998/07/13 02:58:51 Log: avoid empty rm -f in MM_Unix.pm Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 1462] By: gsar on 1998/07/13 02:54:52 Log: update perldelta Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 1461] By: gsar on 1998/07/13 02:44:30 Log: added patch, tweaked PERL_OBJECT things From: Graham Barr Date: Sun, 12 Jul 1998 19:57:47 CDT Message-Id: <19980712195747.C493@pobox.com> Subject: [ PATCH perl5.004_72] patch to add qr// Branch: perl ! dump.c embed.h ext/Opcode/Opcode.pm global.sym globals.c ! keywords.h keywords.pl op.c op.h opcode.h opcode.pl ! pod/perlfunc.pod pp.c pp_hot.c pp_proto.h proto.h regcomp.c ! regexp.h sv.c t/op/pat.t toke.c ____________________________________________________________________________ [ 1460] By: gsar on 1998/07/13 01:25:07 Log: add a few more PURIFY guards Branch: perl ! av.c sv.c ____________________________________________________________________________ [ 1459] By: gsar on 1998/07/12 23:38:31 Log: add tests for change#1458 and then some Branch: perl ! t/op/array.t ____________________________________________________________________________ [ 1458] By: gsar on 1998/07/12 22:42:47 Log: apply patch for smarter AASSIGN_COMMON detection; regen headers From: Stephen McCamant Date: Sun, 12 Jul 1998 17:17:00 CDT Message-Id: <13737.12300.950886.821143@alias-2.pr.mcs.net> Subject: [PATCH] @a=@a=qw(1) not working, both 5.004_04 and 5.004_71 Branch: perl ! op.c opcode.h opcode.pl ____________________________________________________________________________ [ 1457] By: gsar on 1998/07/12 22:06:05 Log: small tweaks from Jarkko Hietaniemi Branch: perl ! Configure Makefile.SH ext/Socket/Socket.xs perl.c ____________________________________________________________________________ [ 1456] By: gsar on 1998/07/12 21:56:39 Log: From: Doug MacEachern Date: Sun, 12 Jul 1998 14:29:29 -0400 Message-Id: <199807121829.OAA00525@postman.opengroup.org> Subject: [PATCH 5.004_72] Embed.pm support for PERL_OBJECT Branch: perl ! lib/ExtUtils/Embed.pm ____________________________________________________________________________ [ 1455] By: gsar on 1998/07/12 21:54:02 Log: applied installperl patch, corrected other little nits From: andreas.koenig@kulturbox.de (Andreas J. Koenig) Date: 12 Jul 1998 16:27:21 +0200 Message-ID: Subject: [5.004_72] installperl tweak Branch: perl ! Changes Configure README.win32 installperl win32/makefile.mk ____________________________________________________________________________ [ 1454] By: gsar on 1998/07/12 10:14:24 Log: update MANIFEST, Changes Branch: perl - lib/Bundle/CPAN.pm ! Changes MANIFEST ---------------- Version 5.004_72 ---------------- ____________________________________________________________________________ [ 1453] By: gsar on 1998/07/12 10:04:33 Log: merge changes 1424, 1428 from maintbranch Branch: perl ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm ____________________________________________________________________________ [ 1452] By: gsar on 1998/07/12 09:46:40 Log: patchlevel up to 72, update Changes, minor tweaks to win32/config* and README.win32 Branch: perl ! Changes README.win32 patchlevel.h win32/Makefile ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/makefile.mk ____________________________________________________________________________ [ 1451] By: gsar on 1998/07/12 07:01:26 Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS From: Jarkko Hietaniemi Date: Sat, 11 Jul 1998 17:51:07 +0300 (EET DST) Message-Id: <199807111451.RAA27010@alpha.hut.fi> Subject: M3 "generic" parts Branch: perl ! Configure Makefile.SH config_h.SH ext/POSIX/POSIX.xs ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm ! makedepend.SH mv-if-diff perl.h plan9/plan9ish.h pp_sys.c ! unixish.h vms/subconfigure.com vms/vmsish.h win32/config_H.bc ! win32/config_H.gc x2p/Makefile.SH ____________________________________________________________________________ [ 1450] By: gsar on 1998/07/12 06:38:27 Log: various tweaks for PERL_OBJECT build & test Branch: perl ! globals.c iperlsys.h win32/GenCAPI.pl win32/Makefile ! win32/makefile.mk win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 1449] By: gsar on 1998/07/12 06:29:23 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig) Date: 12 Jul 1998 08:22:16 +0200 Message-Id: Subject: [5.004_71] Patch: let CPAN.pm work with threaded perl Branch: perl ! lib/CPAN.pm lib/SelfLoader.pm ____________________________________________________________________________ [ 1448] By: gsar on 1998/07/12 05:10:50 Log: make RE engine threadsafe; -Dusethreads builds, tests on Solaris, and runs regexes in 1000s of threads without crashing; also fixed statcache not being thread-local Branch: perl ! embed.h embedvar.h ext/Thread/Thread.xs ext/re/re.xs ! intrpvar.h op.c perl.c pp_ctl.c regcomp.c regexec.c sv.c ! t/lib/thread.t thrdvar.h util.c ____________________________________________________________________________ [ 1447] By: gsar on 1998/07/12 02:40:45 Log: From: Hugo van der Sanden Date: Sun, 12 Jul 1998 03:23:04 +0200 Message-Id: Subject: Re: perlbug doesn't check that save succeeded Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 1446] By: gsar on 1998/07/12 02:39:24 Log: be generous about CRs From: larry@wall.org (Larry Wall) Date: Sat, 11 Jul 1998 17:54:21 PDT Message-Id: <199807120054.RAA19550@wall.org> Subject: [PATCH _71] CRs et al Branch: perl ! toke.c ____________________________________________________________________________ [ 1445] By: gsar on 1998/07/12 02:11:16 Log: fix pp_caller() to fully traverse stacklevels Branch: perl ! objpp.h pp_ctl.c proto.h t/op/runlevel.t ____________________________________________________________________________ [ 1444] By: gsar on 1998/07/11 23:43:37 Log: add patch, along with all the missing bits, and doc tweaks From: Ilya Zakharevich Date: Thu, 9 Jul 1998 18:47:25 -0400 (EDT) Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.004_71] Secure RE update Branch: perl ! ObjXSub.h embed.h embedvar.h ext/Opcode/Opcode.pm ext/re/re.pm ! global.sym globals.c interp.sym intrpvar.h op.c opcode.h ! opcode.pl pp_ctl.c pp_proto.h regcomp.c sv.c t/op/misc.t ! t/op/pat.t t/op/subst.t ____________________________________________________________________________ [ 1443] By: gsar on 1998/07/11 23:08:14 Log: tweak to get BSDI to build IPC/SysV From: Jarkko Hietaniemi Date: 11 Jul 1998 16:26:44 +0300 Message-ID: Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1 Branch: perl ! ext/IPC/SysV/SysV.xs ____________________________________________________________________________ [ 1442] By: gsar on 1998/07/11 23:03:39 Log: fix closures in optimized C (only the tests are in this change, the pp_hot.c fix accidentally went in change#1441) Branch: perl ! t/op/closure.t ____________________________________________________________________________ [ 1441] By: gsar on 1998/07/11 22:35:40 Log: From: Ilya Zakharevich Date: Sat, 11 Jul 1998 18:21:21 -0400 (EDT) Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_71] Update os2's OS2::Process Branch: perl ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm ! os2/OS2/Process/Process.xs pp_hot.c ____________________________________________________________________________ [ 1440] By: gsar on 1998/07/11 19:41:59 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig) Date: 11 Jul 1998 17:00:21 +0200 Message-ID: Subject: [perl5.004_71] Patch: change MakeMaker default compress --> gzip Branch: perl ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1439] By: gsar on 1998/07/11 19:36:58 Log: export newRV_noinc on win32, deprecate AvFILL in favor of av_len() Branch: perl ! pod/perlguts.pod win32/makedef.pl ____________________________________________________________________________ [ 1438] By: gsar on 1998/07/11 19:14:21 Log: applied patch for perlfunc tweaks, removed reference to system qsort() From: abigail@fnx.com Date: Sat, 11 Jul 1998 04:20:54 -0400 (EDT) Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.004_71] pod/perlfunc.pod Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 1437] By: gsar on 1998/07/11 19:05:00 Log: From: abigail@fnx.com Date: Sat, 11 Jul 1998 04:09:57 -0400 (EDT) Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com> Subject: [PATCH 5.004_71] pod/pod2man.PL Branch: perl ! pod/pod2man.PL ____________________________________________________________________________ [ 1436] By: gsar on 1998/07/11 18:58:03 Log: more complete version of change#1421 From: Stephen McCamant Date: Fri, 10 Jul 1998 23:46:46 -0500 (CDT) Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net> Subject: [PATCH] Re: B::Deparse for(1..100000) Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 1435] By: gsar on 1998/07/11 18:54:42 Log: win32 fixes for VC 6.0 nits Branch: perl ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk ! win32/win32.h ____________________________________________________________________________ [ 1434] By: gsar on 1998/07/11 18:45:32 Log: s/AVHV/pseudo-hash/ (via PM) From: Gisle Aas Date: 11 Jul 1998 00:16:53 +0200 Message-ID: Subject: [PATCH] trivial fields.pm doc patch Branch: perl ! lib/fields.pm ____________________________________________________________________________ [ 1433] By: gsar on 1998/07/11 18:43:11 Log: From: Laszlo Molnar Date: Fri, 10 Jul 1998 23:12:11 +0200 Message-ID: <19980710231211.A161@cdata.tvnet.hu> Subject: [PATCH _71] dos-djgpp update Branch: perl ! Configure djgpp/config.over djgpp/djgppsed.sh djgpp/fixpmain ____________________________________________________________________________ [ 1432] By: gsar on 1998/07/11 18:41:00 Log: applied patch, reformatted long lines in places From: Dominic Dunlop Date: Fri, 10 Jul 1998 23:11:30 +0000 Message-Id: Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression warning Branch: perl ! pod/perldiag.pod regexec.c ____________________________________________________________________________ [ 1431] By: gsar on 1998/07/11 18:29:18 Log: From: "John L. Allen" Date: Fri, 10 Jul 1998 13:57:01 -0400 (EDT) Message-ID: Subject: [PATCH]: _71 & _04 - Make AIX hints preserve ccflags as per docs Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 1430] By: TimBunce on 1998/07/11 18:15:09 Log: Title: "Fix string substitution returncode problem" From: Dominic Dunlop , Gurusamy Sarathy Msg-ID: <199805271236.IAA28213@aatma.engin.umich.edu>, Files: pp_hot.c Branch: maint-5.004/perl ! pp_hot.c ____________________________________________________________________________ [ 1429] By: gsar on 1998/07/11 18:07:52 Log: applied patch, tweaked doc and code that does labels/indentation From: Ilya Zakharevich Date: Thu, 9 Jul 1998 21:39:40 -0400 (EDT) Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_71] perldebug.pod and RE Branch: perl ! pod/perldebug.pod regcomp.c regexec.c ____________________________________________________________________________ [ 1428] By: TimBunce on 1998/07/11 17:45:56 Log: Assorted patches: Title: "makerel now reads local patch list from patchlevel.h" Files: patchlevel.h Porting/makerel Title: "pod/pod2man.PL" From: abigail@fnx.com Msg-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com> Files: pod/pod2man.PL Title: "Clarify taint example in re.pm" From: Tom Phoenix Msg-ID: Files: lib/re.pm Title: "Anohter ptags improvement" From: Ilya Zakharevich Msg-ID: <199807070059.UAA28815@monk.mps.ohio-state.edu> Files: emacs/ptags Title: "_71 & _04 - Make AIX hints preserve ccflags as per docs" From: "John L. Allen" Msg-ID: Files: hints/aix.sh Branch: maint-5.004/perl ! Porting/makerel emacs/ptags hints/aix.sh lib/re.pm ! patchlevel.h pod/pod2man.PL ____________________________________________________________________________ [ 1427] By: gsar on 1998/07/11 17:04:47 Log: make Liblist return consistently backslashed paths Branch: perl ! lib/ExtUtils/Liblist.pm ____________________________________________________________________________ [ 1426] By: gsar on 1998/07/11 16:53:56 Log: don't 'touch a2p.c', it might readonly (via PM) From: Robin Barker Date: Fri, 10 Jul 98 17:19:54 BST Message-Id: <20430.9807101619@tempest.cise.npl.co.uk> Branch: perl ! x2p/Makefile.SH ____________________________________________________________________________ [ 1425] By: TimBunce on 1998/07/11 16:42:26 Log: Title: "Add newCONSTSUB (from 5.005_70)" Files: embed.h proto.h global.sym op.c Branch: maint-5.004/perl ! embed.h global.sym op.c proto.h ____________________________________________________________________________ [ 1424] By: TimBunce on 1998/07/11 16:20:21 Log: Title: "Assorted fixes for Sys::Syslog.pm" From: "M.J.T. Guy" , Sean Robinson , Tim.Bunce@ig.co.uk Msg-ID: <01IXGLISWJ7Q0001B6@sc.maricopa.edu>, <199805270939.KAA08453@toad.ig.co.uk>, Files: lib/Sys/Syslog.pm Branch: maint-5.004/perl ! lib/Sys/Syslog.pm ____________________________________________________________________________ [ 1423] By: TimBunce on 1998/07/11 15:53:37 Log: Assorted patches: Title: "umask: die if EXPR & 0700 else return undef" From: Chip Salzenberg , Jarkko Hietaniemi , Jarkko Hietaniemi , Malcolm Beattie , Tim.Bunce@ig.co.uk (Tim Bunce), kstar@chapin.ed, kstar@chapin.edu@ig.co.uk () Msg-ID: <199805291520.QAA01615@sable.ox.ac.uk>, <199805291549.SAA01439@alpha.hut.fi>, <199805291608.RAA29283@toad.ig.co.uk>, <19980530105129.A24006@O2.chapin.edu>, <19980608133037.A8793@perlsupport.com> Files: pod/perldiag.pod pod/perlfunc.pod pp_sys.c Title: "File name DynaLoader.pm.PL is 8.3 unfriendly" From: Laszlo Molnar Msg-ID: <19980610005417.G162@cdata.tvnet.hu> Files: MANIFEST ext/DynaLoader/Makefile.PL Branch: maint-5.004/perl +> ext/DynaLoader/DynaLoader_pm.PL - ext/DynaLoader/DynaLoader.pm.PL ! MANIFEST ext/DynaLoader/Makefile.PL pod/perldiag.pod ! pod/perlfunc.pod pp_sys.c ____________________________________________________________________________ [ 1421] By: gsar on 1998/07/11 02:54:02 Log: From: Gisle Aas Subject: [PATCH] B::Deparse for(1..100000) Date: 10 Jul 1998 14:04:44 +0200 Message-ID: Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 1420] By: gsar on 1998/07/11 02:28:18 Log: add 'clean' target for ext/re Branch: perl ! ext/re/Makefile.PL ____________________________________________________________________________ [ 1419] By: gsar on 1998/07/11 02:20:32 Log: From: Tom Hughes Date: 10 Jul 1998 10:25:18 +0100 Message-ID: Subject: [5.004_71] Patch: svr4 hints updates for Unixware Branch: perl ! hints/svr4.sh ____________________________________________________________________________ [ 1418] By: gsar on 1998/07/11 02:19:12 Log: move op/ipc{msg,sem}.t into lib/ipc_sysv.t From: Jarkko Hietaniemi Date: Fri, 10 Jul 1998 13:08:08 +0300 (EET DST) Message-Id: <199807101008.NAA10817@alpha.hut.fi> Subject: Re: make minitest does not work out of the box - test subset needs pruning Branch: perl + t/lib/ipc_sysv.t - t/op/ipcmsg.t t/op/ipcsem.t ! MANIFEST ____________________________________________________________________________ [ 1417] By: gsar on 1998/07/11 02:14:16 Log: disable CR croaking (via #define, default off) in lieu of more complete fix Branch: perl ! toke.c ____________________________________________________________________________ [ 1416] By: gsar on 1998/07/11 02:06:11 Log: added patch, made linking with setargv a build option From: "Douglas Lankshear" Date: Thu, 9 Jul 1998 09:51:42 -0700 Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active> Subject: [PATCH 5.004_71] Branch: perl ! perl.c pp_sys.c win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1415] By: gsar on 1998/07/11 01:47:19 Log: From: Tom Hughes Date: 10 Jul 1998 09:01:12 +0100 Message-ID: Subject: [5.004_71] Patch: Fix perl_exp.SH for Unixware Branch: perl ! perl_exp.SH ____________________________________________________________________________ [ 1414] By: gsar on 1998/07/11 01:45:45 Log: make lib/re.pm a prereq for minitest Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 1413] By: gsar on 1998/07/11 01:40:56 Log: add patch (via PM) From: Stephen McCamant Date: Fri, 10 Jul 1998 01:14:11 -0500 (CDT) Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net> Subject: Big B::Deparse update Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 1412] By: gsar on 1998/07/11 00:25:17 Log: add perlport.pod v1.23 from Chris Nandor Branch: perl + pod/perlport.pod ! pod/perl.pod ____________________________________________________________________________ [ 1411] By: gsar on 1998/07/10 21:53:06 Log: make binmode(STDIN) not whine From: Dan Sugalski Date: Thu, 09 Jul 1998 16:51:27 -0700 Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu> Subject: [PATCH 5.004_70] Fix up binmode() for VMS Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 1410] By: gsar on 1998/07/10 21:50:57 Log: CPAN-1.39 update From: koenig@kulturbox.de (Andreas J. Koenig) Date: 10 Jul 1998 00:45:36 +0200 Message-ID: Subject: Re: perl5.004_71 hit the stands this morn Branch: perl ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm ____________________________________________________________________________ [ 1409] By: gsar on 1998/07/10 21:45:10 Log: manually apply patch with conflicts From: Dan Sugalski Date: Thu, 09 Jul 1998 12:08:33 -0700 Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu> Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch Branch: perl ! configpm ____________________________________________________________________________ [ 1408] By: gsar on 1998/07/10 21:36:54 Log: From: Andy Dougherty Date: Thu, 9 Jul 1998 11:58:30 -0400 (EDT) Message-Id: Subject: Re: perldelta.pod [PATCH] Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 1407] By: gsar on 1998/07/10 21:35:13 Log: From: Andy Dougherty Date: Thu, 9 Jul 1998 11:26:03 -0400 (EDT) Subject: [PATCH 5.004_71] Allow static build of IPC::SysV Message-Id: Branch: perl ! ext/IPC/SysV/Makefile.PL ____________________________________________________________________________ [ 1406] By: gsar on 1998/07/10 21:33:30 Log: manually apply patch with conflicts From: kstar@chapin.edu Message-ID: <19980709093621.B7857@O2.chapin.edu> Date: Thu, 9 Jul 1998 09:36:21 -0400 Subject: Re: [PATCH] 5.004_70 installperl and docs Branch: perl ! installperl ____________________________________________________________________________ [ 1405] By: gsar on 1998/07/10 21:28:29 Log: misc tweaks to docs and qsortsv() warning Branch: perl ! Changes pod/perldelta.pod pod/perlsub.pod pp_ctl.c ____________________________________________________________________________ [ 1404] By: gsar on 1998/07/10 21:23:53 Log: add more correct version of change#1350 (as yet untested) From: joshua.pritikin@db.com Date: Thu, 9 Jul 1998 09:22:46 -0400 Message-Id: Subject: Re: [PATCH _70] cache missing methods Branch: perl ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h ____________________________________________________________________________ [ 1403] By: gsar on 1998/07/10 20:46:12 Log: add win32_rename() that does what docs say Branch: perl ! win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h ! win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 1402] By: gsar on 1998/07/10 20:19:18 Log: inet_aton() should do DNS lookup only if arg isn't a dotted-quad (suggested by Philippe.Simonet@swisscom.com) Branch: perl ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 1401] By: gsar on 1998/07/10 03:24:45 Log: undo change#1379 (order of tests *is* significant) Branch: perl ! t/lib/posix.t ____________________________________________________________________________ [ 1400] By: nick on 1998/07/09 17:43:14 Log: Integrate mainline (_071-ish) Branch: ansiperl +> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm +> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL +> ext/Data/Dumper/Todo ext/IPC/SysV/ChangeLog +> ext/IPC/SysV/MANIFEST ext/IPC/SysV/Makefile.PL +> ext/IPC/SysV/Msg.pm ext/IPC/SysV/README +> ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm +> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t +> ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs pp_proto.h +> t/io/iprefix.t t/lib/dumper-ovl.t t/lib/dumper.t !> (integrate 145 files) ---------------- Version 5.004_71 ---------------- ____________________________________________________________________________ [ 1399] By: gsar on 1998/07/09 12:15:12 Log: update Changes, perlhist.pod, beginnings of perldelta.pod Branch: perl ! Changes pod/perldelta.pod pod/perlhist.pod ____________________________________________________________________________ [ 1397] By: gsar on 1998/07/09 08:35:39 Log: merge changes from maintbranch (1354, and relevant part of 1356); all maintenance changes upto 1356 merged Branch: perl ! pod/perldiag.pod pp_hot.c t/op/misc.t ____________________________________________________________________________ [ 1396] By: gsar on 1998/07/09 08:02:52 Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to make all configs build on Solaris and win32 Branch: perl + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 1395] By: gsar on 1998/07/09 05:39:48 Log: From: Stephen McCamant Date: Wed, 08 Jul 1998 23:16:49 CDT Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net> Subject: [PATCH] UNOP opclass test in B.xs Branch: perl ! ext/B/B.xs ____________________________________________________________________________ [ 1394] By: gsar on 1998/07/09 05:37:48 Log: get it building again on win32 Branch: perl ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h ! pp_sys.c proto.h win32/Makefile win32/makedef.pl ! win32/makefile.mk ____________________________________________________________________________ [ 1393] By: gsar on 1998/07/09 05:20:31 Log: applied patch from Ilya, tweaked some to get clean static build of the ext/re stuff (untested on win32) Branch: perl ! regcomp.c regexec.c ____________________________________________________________________________ [ 1392] By: gsar on 1998/07/09 03:56:45 Log: fix installperl typo From: kstar@chapin.edu Date: Wed, 08 Jul 1998 23:51:57 EDT Message-Id: <19980708235157.D1380@O2.chapin.edu> Subject: Re: [PATCH] 5.004_70 installperl and docs Branch: perl ! installperl ____________________________________________________________________________ [ 1391] By: gsar on 1998/07/09 01:48:16 Log: From: Chip Salzenberg Date: Wed, 8 Jul 1998 18:10:55 -0400 Message-ID: <19980708181055.A8005@perlsupport.com> Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris Branch: perl ! util.c ____________________________________________________________________________ [ 1390] By: gsar on 1998/07/09 01:45:16 Log: added patch, tweaked per Ilya's suggestion From: "M.J.T. Guy" Date: Wed, 8 Jul 1998 13:34:42 +0100 Message-Id: Subject: [PATCH] perl5db.pl complains about non-integer condition Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 1389] By: gsar on 1998/07/09 01:42:13 Log: reenable misaligned memory checks, cast to UV & check alignment From: Dominic Dunlop Date: Wed, 8 Jul 1998 11:21:48 +0000 Message-Id: Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT Branch: perl ! malloc.c ____________________________________________________________________________ [ 1388] By: gsar on 1998/07/09 01:36:22 Log: From: Andy Dougherty Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT) Message-Id: Subject: [PATCH 5.004_70] more on finding metaconfig units. Branch: perl ! Porting/pumpkin.pod ____________________________________________________________________________ [ 1387] By: gsar on 1998/07/09 01:35:23 Log: From: Andy Dougherty Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT) Message-Id: Subject: Configure indentation patch Branch: perl ! Configure ____________________________________________________________________________ [ 1386] By: gsar on 1998/07/09 01:33:31 Log: don't try to hardlink perldiag.pod; that is no longer not needed From: Andy Dougherty Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT) Message-Id: Subject: Re: pelr installation attempts hard links between file systems Branch: perl ! installperl ____________________________________________________________________________ [ 1385] By: gsar on 1998/07/09 01:28:05 Log: win32/makefile.mk =~ s|gcc -pipe|gcc| Branch: perl ! win32/makefile.mk ____________________________________________________________________________ [ 1384] By: gsar on 1998/07/09 01:26:19 Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere Branch: perl ! t/TEST ____________________________________________________________________________ [ 1383] By: gsar on 1998/07/09 01:06:47 Log: manually apply patch with a dependency on unapplied patch From: Ilya Zakharevich Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT) Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] make quoted RE embeddable Branch: perl ! sv.c t/op/pat.t ____________________________________________________________________________ [ 1382] By: gsar on 1998/07/09 01:02:23 Log: change order of libs for extensions From: Laszlo Molnar Date: Tue, 7 Jul 1998 23:48:05 +0200 Message-ID: <19980707234805.C180@cdata.tvnet.hu> Subject: [PATCH _70] linking problem with modules Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 1381] By: gsar on 1998/07/09 00:56:12 Log: patch for more flexible initialization of xsub parameters From: Tye McQueen Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT) Message-Id: <199807070004.AA16454@metronet.com> Subject: Enhanced arg inits for xsubpp Branch: perl ! lib/ExtUtils/xsubpp pod/perlxs.pod ____________________________________________________________________________ [ 1380] By: gsar on 1998/07/09 00:44:01 Log: From: Tye McQueen Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT) Message-Id: <16619-17073@lyris.activestate.com> Subject: New pl2bat.pl Branch: perl ! win32/bin/pl2bat.pl ____________________________________________________________________________ [ 1379] By: gsar on 1998/07/09 00:30:58 Log: remove ordering dependency in posix.t Branch: perl ! t/lib/posix.t ____________________________________________________________________________ [ 1378] By: gsar on 1998/07/08 20:17:43 Log: make -i'*suffix' work too Branch: perl ! doio.c ____________________________________________________________________________ [ 1377] By: gsar on 1998/07/08 08:56:28 Log: regen headers; result builds & tests on Solaris again (threaded) Branch: perl ! embedvar.h ____________________________________________________________________________ [ 1376] By: gsar on 1998/07/08 08:55:03 Log: change#1350 breaks things, back it out Branch: perl ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h ____________________________________________________________________________ [ 1375] By: gsar on 1998/07/08 07:47:00 Log: From: Ilya Zakharevich Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT) Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] Switch modifiers in RE off Branch: perl ! pod/perlre.pod regcomp.c t/op/re_tests ____________________________________________________________________________ [ 1374] By: gsar on 1998/07/08 07:41:06 Log: From: Gisle Aas Date: 07 Jul 1998 23:08:59 +0200 Message-ID: Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv() Branch: perl ! sv.c ____________________________________________________________________________ [ 1373] By: gsar on 1998/07/08 07:36:01 Log: From: Laszlo Molnar Date: Tue, 7 Jul 1998 23:47:50 +0200 Message-ID: <19980707234750.A180@cdata.tvnet.hu> Subject: [PATCH _70] dos-djgpp update Branch: perl ! djgpp/config.over djgpp/djgppsed.sh ____________________________________________________________________________ [ 1372] By: gsar on 1998/07/08 07:12:47 Log: add extension to support SysV IPC From: Jarkko Hietaniemi Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST) Message-Id: <199807062332.CAA25792@alpha.hut.fi> Subject: [PATCH] 5.004_70: IPC::SysV Branch: perl + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t + ext/IPC/SysV/t/sem.t ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod ! t/op/ipcmsg.t t/op/ipcsem.t ____________________________________________________________________________ [ 1371] By: gsar on 1998/07/08 05:12:07 Log: add patch for C From: Ilya Zakharevich Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT) Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu> Subject: Re: _70 and Devel::RE Branch: perl + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs - lib/re.pm ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c ____________________________________________________________________________ [ 1370] By: gsar on 1998/07/08 04:27:27 Log: added patch to generate PPDEF(pp_foo) From: Ilya Zakharevich Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT) Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes Branch: perl + pp_proto.h ! MANIFEST Makefile.SH opcode.pl proto.h ____________________________________________________________________________ [ 1369] By: gsar on 1998/07/08 04:19:49 Log: suggest 'make test' after make Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 1368] By: gsar on 1998/07/08 03:58:19 Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc From: Colin Kuskie Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT) Message-ID: Subject: Corrected -i prefix patch Branch: perl + t/io/iprefix.t ! MANIFEST doio.c pod/perlrun.pod ____________________________________________________________________________ [ 1366] By: gsar on 1998/07/08 02:28:30 Log: From: Gisle Aas Date: 07 Jul 1998 17:48:36 +0200 Message-ID: Subject: [PATCH] Remove some rendundant SvOOK_on tests Branch: perl ! sv.c sv.h ____________________________________________________________________________ [ 1365] By: gsar on 1998/07/08 02:25:17 Log: applied patch to clarify m//g From: "M.J.T. Guy" Date: Tue, 7 Jul 1998 15:59:03 +0100 Message-Id: Subject: [PATCH] Re: m//g in perlop.pod Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 1364] By: gsar on 1998/07/08 02:13:07 Log: From: "M.J.T. Guy" Subject: [PATCH] 5.004_70 bug in perlfaq.pod Message-Id: Date: Tue, 7 Jul 1998 11:59:41 +0100 Branch: perl ! pod/perlfaq.pod ____________________________________________________________________________ [ 1363] By: gsar on 1998/07/08 02:11:11 Log: applied tweak (via private mail) From: Jarkko Hietaniemi Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST) Message-Id: <199807071027.NAA20829@alpha.hut.fi> Subject: tiny perllocale.pod patch for 5.004_70 Branch: perl ! pod/perllocale.pod ____________________________________________________________________________ [ 1362] By: gsar on 1998/07/08 02:07:48 Log: applied patch, various tweaks to pander to pod2man tantrums From: Ilya Zakharevich Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT) Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] CONFIGPM Branch: perl ! Porting/Glossary configpm ____________________________________________________________________________ [ 1361] By: gsar on 1998/07/07 22:13:11 Log: From: Stephen McCamant Date: Mon, 6 Jul 1998 21:22:17 -0500 (CDT) Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net> Subject: Re: Inconsistent arithmetics on refs Branch: perl ! sv.c ____________________________________________________________________________ [ 1360] By: gsar on 1998/07/07 22:11:11 Log: From: Ilya Zakharevich Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT) Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_70] Anohter ptags improvement Branch: perl ! emacs/ptags ____________________________________________________________________________ [ 1359] By: gsar on 1998/07/07 22:08:48 Log: fix accidental RE-de-optimization From: larry@wall.org (Larry Wall) Date: Mon, 6 Jul 1998 17:49:31 -0700 Message-Id: <199807070049.RAA23475@wall.org> Subject: Re: before you deluge us with patches -- From: Ilya Zakharevich Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT) Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu> Subject: Re: before you deluge us with patches Branch: perl ! pp_hot.c regexec.c ____________________________________________________________________________ [ 1358] By: gsar on 1998/07/07 21:36:29 Log: From: Gisle Aas Subject: [PATCH] Evaluation of AVHVs in scalar context Date: 06 Jul 1998 21:41:14 +0200 Message-ID: Branch: perl ! pp_hot.c t/op/avhv.t ____________________________________________________________________________ [ 1357] By: gsar on 1998/07/07 21:29:46 Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall Branch: perl ! lib/Math/Trig.pm lib/fields.pm thread.sym ____________________________________________________________________________ [ 1356] By: TimBunce on 1998/07/07 17:19:42 Log: Assorted patches: ------ BUILD PROCESS ------ Title: "Add Test.pm (from perl 5.004_70)" Files: MANIFEST lib/Test.pm ------ EXTENSIONS ------ Title: "Add CR LF CRLF to Socket.pm" From: Chris Nandor Msg-ID: Files: ext/Socket/Socket.pm ------ LIBRARY ------ Title: "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)" Files: lib/AutoSplit.pm Title: "Upgrade base.pm (from perl 5.004_70)" Files: lib/base.pm Title: "Add File::Spec modules (from 5.004_70)" Files: lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm ------ TESTS ------ Title: "fixup test for method call on undefined value" Files: t/op/misc.t ------ UTILITIES ------ Title: "perlbug upgrade (from 5.004_70)" Files: utils/perlbug.PL Title: "Upgrade perldoc (from 5.004_70)" Files: utils/perldoc.PL Branch: maint-5.004/perl + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + lib/File/Spec/Win32.pm lib/Test.pm ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL ____________________________________________________________________________ [ 1355] By: TimBunce on 1998/07/07 14:39:51 Log: Title: "Fix memory leak in Safe module" From: Gurusamy Sarathy Msg-ID: <199806290544.BAA18463@aatma.engin.umich.edu> Files: ext/Opcode/Opcode.xs ext/Opcode/Safe.pm Branch: maint-5.004/perl ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm ____________________________________________________________________________ [ 1354] By: TimBunce on 1998/07/07 14:35:25 Log: Title: "Better error message for $undef->method call" From: Tim Bunce , Graham Barr , joshua.pritikin@db.com Msg-ID: <19980615171027.U4120@asic.sc.ti.com>, Files: pod/perldiag.pod pp_hot.c Branch: maint-5.004/perl ! pod/perldiag.pod pp_hot.c ____________________________________________________________________________ [ 1353] By: gsar on 1998/07/06 23:33:38 Log: From: Andy Dougherty Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT) Message-Id: Subject: [PATCH 5.004_70] Update metaconfig info Branch: perl ! Porting/pumpkin.pod ____________________________________________________________________________ [ 1352] By: gsar on 1998/07/06 23:30:54 Log: From: Andy Dougherty Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT) Message-Id: Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share" Branch: perl ! Configure INSTALL Policy_sh.SH Porting/Glossary ! Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 1351] By: gsar on 1998/07/06 23:24:47 Log: try harder to run non-executable tests Branch: perl ! t/TEST ____________________________________________________________________________ [ 1350] By: gsar on 1998/07/06 23:12:17 Log: add patch to improve method caching, regen headers From: joshua.pritikin@db.com Date: Mon, 6 Jul 1998 09:19:29 -0400 Message-Id: Subject: [PATCH _70] cache missing methods Branch: perl ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h ____________________________________________________________________________ [ 1349] By: TimBunce on 1998/07/06 23:03:16 Log: Assorted patches: ------ BUILD PROCESS ------ Title: "Configure: Workaround bash CDPATH oddity" From: Andy Dougherty Msg-ID: Files: Configure Title: "Don't suppress display of Makefile recipes that invoke perl" From: Gurusamy Sarathy Msg-ID: <199806252213.SAA08545@aatma.engin.umich.edu> Files: Makefile.SH ------ CORE LANGUAGE ------ Title: "one more^Wless quad unpack bug" From: Jarkko Hietaniemi Msg-ID: <199806301132.OAA27353@alpha.hut.fi> Files: pp.c Title: "minor fixups to bring maint closer to devel for patching" From: Gurusamy Sarathy Msg-ID: <199805200046.UAA19284@aatma.engin.umich.edu> Files: pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c Title: "-Pw switches used together report bogus error" From: Gurusamy Sarathy Msg-ID: <199806252331.TAA10160@aatma.engin.umich.edu> Files: perl.c Title: "Add doc and perl home page info to -v output" From: Tom Christiansen Msg-ID: <199802172229.PAA29309@jhereg.perl.com> Files: perl.c Title: "Fix C<@a = (%a = 1)> bizarreness" From: Gurusamy Sarathy , Tom Christiansen Msg-ID: <199807012026.OAA31507@jhereg.perl.com>, <199807012339.TAA26024@aatma.engin.umich.edu> Files: pp_hot.c Title: "make find_script() return saved string, reenable missing diagnostics" From: Gurusamy Sarathy Msg-ID: <199806262224.SAA00422@aatma.engin.umich.edu> Files: perl.c util.c Title: "minor e_script optimization" From: Gurusamy Sarathy Msg-ID: <199807060704.DAA25988@aatma.engin.umich.edu> Files: perl.c ------ DOCUMENTATION ------ Title: "Insecure $ENV{} message out of step with perldiag" From: "M.J.T. Guy" Msg-ID: Files: pod/perldiag.pod pod/perlsec.pod Title: "documenting close without arguments" From: Tom Phoenix Msg-ID: Files: pod/perlfunc.pod Title: "pod for scalar .. op" From: "M.J.T. Guy" Msg-ID: Files: pod/perlop.pod ------ EXTENSIONS ------ Title: "Fcntl: add few constants, enhance maintainability" From: Jarkko Hietaniemi Msg-ID: <199806221558.SAA18626@alpha.hut.fi> Files: ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ------ LIBRARY ------ Title: "Fix undef warnings in Text::Parsewords" From: Jarkko Hietaniemi Msg-ID: <199806300842.LAA26409@alpha.hut.fi> Files: lib/Text/ParseWords.pm Title: "Add Symbol::delete_package()" From: Gurusamy Sarathy Msg-ID: <199807060702.DAA25976@aatma.engin.umich.edu> Files: pod/perlembed.pod lib/Symbol.pm Branch: maint-5.004/perl ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t ! t/op/split.t taint.c util.c ____________________________________________________________________________ [ 1348] By: gsar on 1998/07/06 22:55:56 Log: remove #! line from Errno_pm.PL Branch: perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 1347] By: gsar on 1998/07/06 22:51:34 Log: added patch to fix Cwd.pm warnings, fixed a couple more places From: Gisle Aas Date: 06 Jul 1998 13:08:53 +0200 Message-ID: Subject: [PATCH] 5.004_70 Cwd.pm now give warnings Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 1346] By: gsar on 1998/07/06 22:20:29 Log: much simpler fix to typecheck read/sysread/recv, as suggested by Stephen McCamant Branch: perl ! op.c ____________________________________________________________________________ [ 1345] By: gsar on 1998/07/06 21:58:52 Log: undo ck_sysread() changes#1319,1337 in preparation for a much simpler fix Branch: perl ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h ! opcode.pl proto.h ____________________________________________________________________________ [ 1344] By: TimBunce on 1998/07/06 21:51:05 Log: Title: "Fix for broken goto &xsub" From: Albert Dvornik , Msg-ID: Files: MANIFEST pp_ctl.c t/op/goto_xs.t Branch: maint-5.004/perl + t/op/goto_xs.t ! MANIFEST pp_ctl.c ____________________________________________________________________________ [ 1343] By: TimBunce on 1998/07/06 21:40:14 Log: Title: "Undo sub stub optimization and add comments on GV_FOO constants" From: Gurusamy Sarathy Msg-ID: <199807050841.EAA25114@aatma.engin.umich.edu> Files: gv.h gv.c op.c toke.c Branch: maint-5.004/perl ! gv.c gv.h op.c toke.c ____________________________________________________________________________ [ 1342] By: gsar on 1998/07/06 20:57:06 Log: From: Gisle Aas Message-Id: Date: 06 Jul 1998 21:52:12 +0200 Subject: Keepers of the Patch Pumpkin Branch: perl ! Changes ____________________________________________________________________________ [ 1341] By: gsar on 1998/07/06 20:43:35 Log: remove dup entry in perldiag Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 1340] By: gsar on 1998/07/06 20:31:44 Log: more reasonable diagnostic on keyword vs. sub ambiguity Branch: perl ! pod/perldiag.pod toke.c ____________________________________________________________________________ [ 1339] By: gsar on 1998/07/06 19:23:06 Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers Branch: perl ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c ! sv.c toke.c util.c ____________________________________________________________________________ [ 1338] By: gsar on 1998/07/06 18:45:35 Log: per Larry suggestion, toss change#1327 and fix the documentation to match behavior instead Branch: perl ! pod/perlfunc.pod pp_sys.c ____________________________________________________________________________ [ 1337] By: gsar on 1998/07/06 17:15:26 Log: allow read(FH,threadsv,...) Branch: perl ! op.c ---------------- Version 5.004_70 ---------------- ____________________________________________________________________________ [ 1336] By: gsar on 1998/07/06 09:06:33 Log: 5.004_70 tweaks Branch: perl ! Changes win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1335] By: gsar on 1998/07/06 07:05:37 Log: update Changes Branch: perl ! Changes pod/perldiag.pod ____________________________________________________________________________ [ 1334] By: gsar on 1998/07/06 06:41:17 Log: allow eval-groups in patterns only if they C Branch: perl ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t ____________________________________________________________________________ [ 1333] By: gsar on 1998/07/06 03:22:52 Log: From: Hans Mulder Date: Mon, 6 Jul 98 02:11:32 +0200 Message-Id: <9807060021.AA29027@icgned.icgroup.nl> Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT Branch: perl ! malloc.c ____________________________________________________________________________ [ 1332] By: gsar on 1998/07/06 03:18:34 Log: added Errno-1.09 from CPAN Branch: perl ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 1331] By: gsar on 1998/07/06 02:59:09 Log: fix small memleak on -e, don't try to find_script() when e_script Branch: perl ! perl.c ____________________________________________________________________________ [ 1330] By: gsar on 1998/07/06 00:40:24 Log: add Symbol::delete_package() Branch: perl ! lib/Symbol.pm pod/perlembed.pod ____________________________________________________________________________ [ 1329] By: gsar on 1998/07/05 23:05:40 Log: patch to remove assumptions about offset of IV being == sizeof(XPV) From: Stephen McCamant Date: Sun, 5 Jul 1998 17:36:14 -0500 (CDT) Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net> Subject: [PATCH] alignment in X[IN]V allocation Branch: perl ! sv.c ____________________________________________________________________________ [ 1328] By: gsar on 1998/07/05 22:47:57 Log: make read() return undef on errors as documented, and clarify docs Branch: perl ! pod/perlfunc.pod pp_sys.c ____________________________________________________________________________ [ 1327] By: gsar on 1998/07/05 22:11:21 Log: fix getc() to return empty string instead of undef on eof, as it was documented to behave; still returns undef on error Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 1326] By: gsar on 1998/07/05 21:53:30 Log: patch whitespace-mutiliated; applied manually From: Hans Mulder Date: Sun, 5 Jul 98 23:23:20 +0200 Message-Id: <9807052133.AA28626@icgned.icgroup.nl> Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT Branch: perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 1325] By: gsar on 1998/07/05 21:38:39 Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod From: Tom Christiansen Date: Sun, 05 Jul 1998 09:15:22 -0500 Subject: Re: docpatch Message-Id: <199807051515.JAA03644@jhereg.perl.com> Branch: 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 pod/perlfunc.pod pod/perlipc.pod ! pod/perlrun.pod ____________________________________________________________________________ [ 1324] By: gsar on 1998/07/05 21:06:56 Log: applied patch, and undid change#1302 which it made unnecessary From: Billy Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST) Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t Message-ID: Branch: perl ! t/lib/h2ph.t utils/h2ph.PL ____________________________________________________________________________ [ 1323] By: gsar on 1998/07/05 20:56:39 Log: fix t/lib/fields.t's @INC so make test runs Branch: perl ! t/lib/fields.t ____________________________________________________________________________ [ 1322] By: gsar on 1998/07/05 20:26:43 Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/ Branch: perl ! gv.c gv.h toke.c ____________________________________________________________________________ [ 1321] By: gsar on 1998/07/05 07:41:50 Log: sundry win32 config tweaks Branch: perl ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc ! win32/config.gc win32/config.vc win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/config_h.PL ! win32/config_sh.PL win32/makefile.mk ____________________________________________________________________________ [ 1320] By: gsar on 1998/07/05 06:30:35 Log: update Changes Branch: perl ! Changes ____________________________________________________________________________ [ 1319] By: gsar on 1998/07/05 06:27:37 Log: add ck_sysread() for better sysread/read/recv sanity Branch: perl ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h ! opcode.pl proto.h ____________________________________________________________________________ [ 1318] By: gsar on 1998/07/05 04:34:05 Log: From: Stephen McCamant Date: Sat, 4 Jul 1998 23:24:47 -0500 (CDT) Subject: [PATCH] Document B::Deparse, add pp_threadsv Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 1317] By: gsar on 1998/07/05 04:15:25 Log: added patch with tweak to doc From: Chip Salzenberg Message-ID: <19980704205136.A16319@perlsupport.com> Date: Sat, 4 Jul 1998 20:51:36 -0400 Subject: [PATCH _69] Take 2: Warn on C Branch: perl ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c ____________________________________________________________________________ [ 1316] By: gsar on 1998/07/05 03:56:22 Log: Porting/Glossary goes podly into Config.pm Branch: perl ! Porting/Glossary configpm ____________________________________________________________________________ [ 1315] By: gsar on 1998/07/05 02:50:18 Log: add suggested tool as an example in ExtUtils::Packlist From: Alan Burlison Message-Id: <199807031028.LAA10456@sale-wts> Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST) Subject: Re: [make install] another horror story Branch: perl ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm ____________________________________________________________________________ [ 1314] By: gsar on 1998/07/05 02:28:04 Log: avoid race condition (storing ptr to SV before incrementing its REFCNT) and warning in newRV() Branch: perl ! sv.c ____________________________________________________________________________ [ 1313] By: gsar on 1998/07/05 02:06:40 Log: applied suggested fix for xhv_array sizing, with portability tweaks From: Gisle Aas Subject: Re: [PATCH] Re: perl5.004_69 core dump Date: 04 Jul 1998 10:20:35 +0200 Message-ID: Branch: perl ! hv.c ____________________________________________________________________________ [ 1312] By: gsar on 1998/07/05 01:36:45 Log: From: Gisle Aas Subject: [PATCH] hv_max may be a few too many Date: 04 Jul 1998 09:28:46 +0200 Message-ID: Branch: perl ! doop.c ____________________________________________________________________________ [ 1311] By: gsar on 1998/07/05 00:35:27 Log: patchlevel up to 5.004_70, various tweaks * fix taint problems due to maintbranch regression * PERL_OBJECT now builds again * deal with C++ strong-typing problems in hv.c * fix mismatch in "reserved word" diagnostic Branch: perl ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c ____________________________________________________________________________ [ 1310] By: TimBunce on 1998/07/04 11:35:25 Log: Remove old RE //t flag from scan_subst(). Branch: maint-5.004/perl ! toke.c ____________________________________________________________________________ [ 1309] By: gsar on 1998/07/04 08:32:53 Log: various small tweaks (still fails a few taint tests in {taint,locale}.t) Branch: perl ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t ____________________________________________________________________________ [ 1307] By: gsar on 1998/07/04 07:00:14 Log: fix C, add tests Branch: perl ! pp_hot.c t/op/local.t ____________________________________________________________________________ [ 1306] By: gsar on 1998/07/04 05:52:34 Log: fixes for mortalization bug in xsubpp, other efficiency tweaks From: joshua.pritikin@db.com Date: Wed, 1 Jul 1998 10:09:43 -0400 Message-Id: Subject: [PATCH _69] sv_2mortal fix Branch: perl ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h ____________________________________________________________________________ [ 1305] By: gsar on 1998/07/04 05:46:42 Log: add patch preextend global string table, tweak for 512 entries From: Gisle Aas Date: 04 Jul 1998 01:04:08 +0200 Subject: Re: [PATCH] Re: perl5.004_69 core dump Message-ID: Branch: perl ! perl.c ____________________________________________________________________________ [ 1304] By: gsar on 1998/07/04 05:40:35 Log: simplify xhv_array sizing From: Gisle Aas Date: 04 Jul 1998 00:49:42 +0200 Subject: Re: [PATCH] Re: perl5.004_69 core dump Message-ID: Branch: perl ! hv.c ____________________________________________________________________________ [ 1303] By: gsar on 1998/07/04 05:37:29 Log: make 4-arg win32_select() sleep more reasonably on false values From: Blair Zajac Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu> Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT) Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86 -- Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu> Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT) Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86 Branch: perl ! win32/win32sck.c ____________________________________________________________________________ [ 1302] By: gsar on 1998/07/04 05:32:50 Log: adjust h2ph.t for dos-specific problem From: Laszlo Molnar Message-ID: <19980703234525.C208@cdata.tvnet.hu> Date: Fri, 3 Jul 1998 23:45:25 +0200 Subject: Re: [PATCH _68] t/lib/h2ph.t problem Branch: perl ! t/lib/h2ph.t ____________________________________________________________________________ [ 1301] By: gsar on 1998/07/04 05:31:04 Log: fix CPAN.pm problem, OS2 tweaks From: Ilya Zakharevich Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] PAtch to CPAN first-time Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT) Branch: perl ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1300] By: gsar on 1998/07/04 05:27:20 Log: From: Ilya Zakharevich Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu> Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT) Subject: [PATCH 5.004_68] Add elc target to to makefile Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 1299] By: gsar on 1998/07/04 05:25:56 Log: newer emacs/cperl-mode.el (via private mail) From: Ilya Zakharevich Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu> Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT) Subject: [PATCH 5.004_68] cperl-mode Branch: perl ! emacs/cperl-mode.el ____________________________________________________________________________ [ 1298] By: gsar on 1998/07/04 05:22:41 Log: From: Dominic Dunlop Message-Id: Date: Thu, 2 Jul 1998 22:57:26 +0000 Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc Branch: perl ! hints/machten.sh malloc.c ____________________________________________________________________________ [ 1297] By: gsar on 1998/07/04 05:20:52 Log: allow a flags args to fbm_instr() for future needs From: Ilya Zakharevich Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT) Branch: perl ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c ____________________________________________________________________________ [ 1296] By: gsar on 1998/07/04 05:16:15 Log: From: Andy Dougherty Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT) Message-Id: Subject: [PATCH 5.004_69] INSTALL-1.39 Branch: perl ! INSTALL ____________________________________________________________________________ [ 1295] By: gsar on 1998/07/04 05:15:05 Log: Configure update From: doughera@newton.phys.lafayette.edu (Andy Dougherty) Date: Wed, 1 Jul 98 23:07:50 EDT Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu> Subject: [PATCH 5.004_69] Config_69-01 Branch: perl ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary ! Porting/config.sh Porting/config_H Porting/pumpkin.pod ! config_h.SH win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 1294] By: gsar on 1998/07/04 05:10:25 Log: add perlbug -F switch to save message to file From: Hugo van der Sanden Message-Id: Date: Wed, 1 Jul 1998 21:14:22 +0200 Subject: Re: [PATCH 5.004_69] perlbug -fok Branch: perl ! Makefile.SH utils/perlbug.PL ____________________________________________________________________________ [ 1293] By: gsar on 1998/07/04 05:06:52 Log: catch nonexistent backrefs in REs From: Hugo van der Sanden Message-Id: Date: Wed, 1 Jul 1998 20:14:05 +0200 Subject: Re: [PATCH _66] for bad backrefs -- Message-Id: Date: Wed, 1 Jul 1998 20:47:16 +0200 Subject: Re: [PATCH _66] for bad backrefs Branch: perl ! regcomp.c t/op/re_tests util.c ____________________________________________________________________________ [ 1292] By: gsar on 1998/07/04 05:02:01 Log: fix perlcc to not rm output file, and other -w(arts) Branch: perl ! utils/perlcc.PL ____________________________________________________________________________ [ 1291] By: gsar on 1998/07/04 04:30:03 Log: ignore stash entries that are not GVs in dump.c Branch: perl ! dump.c ____________________________________________________________________________ [ 1290] By: gsar on 1998/07/04 03:55:10 Log: cleaner page headers from pod2man Branch: perl ! pod/pod2man.PL ____________________________________________________________________________ [ 1288] By: gsar on 1998/07/04 03:16:39 Log: tweaks to Getopt::Std From: Robin Barker Date: Tue, 30 Jun 98 14:45:49 BST Message-Id: <14103.9806301345@tempest.cise.npl.co.uk> Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm -- Message-Id: <17918.9807021053@tempest.cise.npl.co.uk> To: perl5-porters@perl.org Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm Branch: perl ! lib/Getopt/Std.pm ____________________________________________________________________________ [ 1287] By: gsar on 1998/07/04 03:13:02 Log: added patch, with tweaks From: Gisle Aas Date: 03 Jul 1998 00:50:15 +0200 Message-ID: Subject: [PATCH] Some AVHV documentation Branch: perl ! pod/perlref.pod ____________________________________________________________________________ [ 1286] By: gsar on 1998/07/04 02:53:26 Log: applied patch with tweaks to prose From: Gisle Aas Subject: [PATCH] Simplified AVHV support Date: 30 Jun 1998 13:34:07 +0200 Message-ID: Branch: perl ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod ! pp.c proto.h t/op/avhv.t ____________________________________________________________________________ [ 1285] By: gsar on 1998/07/04 02:30:48 Log: tweak doc for ".." From: "M.J.T. Guy" Subject: [PATCH] pod for scalar .. Message-Id: Date: Tue, 30 Jun 1998 12:14:50 +0100 Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 1284] By: gsar on 1998/07/04 02:28:43 Log: fix use of uninitialized var in pp_unpack() From: Jarkko Hietaniemi Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST) Message-Id: <199806301132.OAA27353@alpha.hut.fi> Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug Branch: perl ! pp.c ____________________________________________________________________________ [ 1283] By: gsar on 1998/07/04 02:26:37 Log: From: Jarkko Hietaniemi Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST) Message-Id: <199806300840.LAA04872@alpha.hut.fi> Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings Branch: perl ! lib/Text/ParseWords.pm ____________________________________________________________________________ [ 1282] By: gsar on 1998/07/04 02:24:32 Log: VMS updates from Dan Sugalski Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu> Date: Mon, 29 Jun 1998 16:53:56 -0700 Subject: [PATCH 5.004_69]README.vms doc patch -- Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu> Date: Mon, 29 Jun 1998 16:51:25 -0700 -- Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu> Date: Thu, 02 Jul 1998 13:53:57 -0700 Subject: [PATCH 5.004_69]VMS filetest operator fixup Branch: perl ! README.vms vms/descrip_mms.template vms/vms.c ____________________________________________________________________________ [ 1281] By: gsar on 1998/07/04 02:17:48 Log: From: Dan Sugalski Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu> Date: Mon, 29 Jun 1998 16:46:25 -0700 Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure Branch: perl ! vms/subconfigure.com ____________________________________________________________________________ [ 1280] By: gsar on 1998/07/04 02:16:03 Log: don't attempt to copy directories on VMS From: Dan Sugalski Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu> Date: Mon, 29 Jun 1998 16:31:29 -0700 Subject: [PATCH 5.004_69]Tweak to installperl Branch: perl ! installperl ____________________________________________________________________________ [ 1279] By: gsar on 1998/07/04 02:09:26 Log: add 'installhtml*dir' to win32 config templates From: "Douglas Lankshear" Subject: [PATCH 5.004_68] For Win32 config Date: Mon, 29 Jun 1998 09:00:13 -0700 Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active> Branch: perl ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 1278] By: gsar on 1998/07/04 02:06:23 Log: implemented described fix for h2ph hanging on "enum" From: Billy Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler Message-ID: Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST) Branch: perl ! utils/h2ph.PL ____________________________________________________________________________ [ 1277] By: gsar on 1998/07/04 01:51:47 Log: merge changes#1210,1211,1270 from maintbranch Branch: perl + lib/re.pm ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c ____________________________________________________________________________ [ 1276] By: gsar on 1998/07/04 00:33:37 Log: deprecate use of reserved word "our" (Larry's idea) Date: Mon, 22 Jun 1998 08:55:09 -0700 From: larry@wall.org (Larry Wall) Message-Id: <199806221555.IAA07212@wall.org> Subject: Re: our Branch: perl ! pod/perldiag.pod toke.c ____________________________________________________________________________ [ 1275] By: nick on 1998/07/02 18:36:59 Log: Integrate mainline, just to keep up. Branch: ansiperl +> t/lib/fields.t - lib/Math/Trig/Radial.pm !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL !> win32/config.bc win32/config.gc win32/config.vc !> win32/include/dirent.h win32/makedef.pl win32/win32.c !> win32/win32iop.h ____________________________________________________________________________ [ 1274] By: gsar on 1998/07/02 16:47:20 Log: tweak win32/config.* variables Branch: perl ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 1273] By: gsar on 1998/07/02 16:33:53 Log: export opendir() set of functions on win32 Branch: perl ! win32/include/dirent.h win32/makedef.pl win32/win32.c ! win32/win32iop.h ____________________________________________________________________________ [ 1272] By: gsar on 1998/07/01 23:21:49 Log: fix C<@a = (%a = 1)> bizarreness Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 1271] By: gsar on 1998/06/30 22:49:39 Log: document perltrap on precedence of keys/values/each Branch: perl ! pod/perltrap.pod ____________________________________________________________________________ [ 1270] By: TimBunce on 1998/06/30 09:06:21 Log: Added lib/re.pm missing from change 1210 Branch: maint-5.004/perl + lib/re.pm ____________________________________________________________________________ [ 1269] By: gsar on 1998/06/30 08:20:52 Log: From: Murray Nesbitt Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com> Date: Mon, 29 Jun 1998 14:30:59 PDT Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support Branch: perl ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1268] By: gsar on 1998/06/30 05:38:34 Log: From: Robin Barker Message-Id: <13254.9806291404@tempest.cise.npl.co.uk> Date: Mon, 29 Jun 1998 15:04:57 -0000 Subject: [PATCH perl5.004_69] perldoc.PL Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 1267] By: gsar on 1998/06/30 05:34:06 Log: add patch to integrate Math::Trig::Radial into Math::Trig From: Jarkko Hietaniemi Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST) Message-Id: <199806291328.QAA16916@alpha.hut.fi> Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig Branch: perl - lib/Math/Trig/Radial.pm ! MANIFEST lib/Math/Trig.pm t/lib/trig.t ____________________________________________________________________________ [ 1266] By: gsar on 1998/06/30 05:17:33 Log: From: Gisle Aas Message-Id: Date: 29 Jun 1998 12:36:09 +0200 Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm Branch: perl + t/lib/fields.t ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod ! t/op/array.t ____________________________________________________________________________ [ 1265] By: gsar on 1998/06/30 05:12:57 Log: tweaks to overloaded constants (change#1259) Branch: perl ! scope.c scope.h toke.c ____________________________________________________________________________ [ 1264] By: nick on 1998/06/29 17:38:03 Log: Integrate mainline c. _69 to ansiperl Branch: ansiperl +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t !> (integrate 100 files) ---------------- Version 5.004_69 ---------------- ____________________________________________________________________________ [ 1263] By: gsar on 1998/06/29 09:17:28 Log: update Changes and perlhist.pod Branch: perl ! Changes pod/perlhist.pod ____________________________________________________________________________ [ 1262] By: gsar on 1998/06/29 08:26:36 Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris under several build configurations) Branch: perl ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 1261] By: gsar on 1998/06/29 06:51:10 Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259 Branch: perl ! scope.h ____________________________________________________________________________ [ 1260] By: gsar on 1998/06/29 06:46:12 Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr> Date: Mon, 29 Jun 1998 08:10:46 +0200 From: ts Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix Branch: perl ! pod/perlembed.pod ____________________________________________________________________________ [ 1259] By: gsar on 1998/06/29 06:01:35 Log: added patch for overloading constants, made PERL_OBJECT-aware From: Ilya Zakharevich Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu> Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT) Branch: perl ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h ! t/pragma/overload.t toke.c ____________________________________________________________________________ [ 1258] By: gsar on 1998/06/29 05:32:25 Log: fix Socket.pm typo from change#1240 Branch: perl ! ext/Socket/Socket.pm ____________________________________________________________________________ [ 1257] By: gsar on 1998/06/29 05:09:24 Log: applied patch, tweak for threads awareness From: Albert Dvornik Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub" Date: 24 Jun 1998 19:33:09 -0400 Message-Id: Branch: perl + t/op/goto_xs.t ! MANIFEST pp_ctl.c ____________________________________________________________________________ [ 1256] By: gsar on 1998/06/29 03:34:18 Log: applied patch, fixed one more leak, tweaked whitespace bugs From: Guy Decoux (via) Date: Fri, 26 Jun 1998 09:59:32 -0400 From: "Chunhui Teng" Message-Id: <199806261359.JAA02393@bmers357.nortel.ca> Subject: Memory leak in Perl 5.004 and the fix Branch: perl ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm ____________________________________________________________________________ [ 1255] By: gsar on 1998/06/29 02:50:37 Log: From: koenig@kulturbox.de (Andreas J. Koenig) Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm) Date: 28 Jun 1998 23:47:07 +0200 Message-ID: Branch: perl ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1254] By: gsar on 1998/06/28 21:35:02 Log: From: joshua.pritikin@db.com Date: Fri, 26 Jun 1998 09:34:34 -0400 Message-Id: Subject: [PATCH _68] PUSHSTACK renovation Branch: perl ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c ____________________________________________________________________________ [ 1253] By: gsar on 1998/06/28 21:21:22 Log: From: Stephen McCamant Message-Id: Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT) Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN) Branch: perl ! perlvars.h sv.c ____________________________________________________________________________ [ 1252] By: gsar on 1998/06/28 21:16:34 Log: From: Ilya Zakharevich Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT) Branch: perl ! regcomp.c ____________________________________________________________________________ [ 1251] By: gsar on 1998/06/28 21:14:32 Log: add Math/Trig/Radial.pm, update MANIFEST From: Jarkko Hietaniemi Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST) Message-Id: <199806271428.RAA05307@alpha.hut.fi> Subject: Math::Trig::Radial ? Branch: perl + lib/Math/Trig/Radial.pm ! MANIFEST ____________________________________________________________________________ [ 1250] By: gsar on 1998/06/28 21:09:48 Log: applied patch, tweaked doc, and regen regnodes.h From: Ilya Zakharevich Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] \z in RE Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT) Branch: perl ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h ! t/op/re_tests t/op/regexp.t toke.c ____________________________________________________________________________ [ 1249] By: gsar on 1998/06/28 20:56:38 Log: From: mike@bill.iac.net Message-ID: <19980627034913.A32220@bill.minivend.com> Date: Sat, 27 Jun 1998 03:49:13 +0000 Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1 Branch: perl ! lib/Text/ParseWords.pm t/lib/parsewords.t ____________________________________________________________________________ [ 1248] By: gsar on 1998/06/28 20:54:43 Log: From: Ilya Zakharevich Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu> Subject: [PATCH] Fix ptags Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT) Branch: perl ! emacs/ptags ____________________________________________________________________________ [ 1247] By: gsar on 1998/06/28 20:42:54 Log: apply patch sent via private mail From: Stephen McCamant Message-Id: Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT) Subject: Re: Enhanced B::Deparse Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 1246] By: gsar on 1998/06/28 20:38:24 Log: From: Ilya Zakharevich Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_68] pat.t tests Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT) Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 1245] By: gsar on 1998/06/28 20:36:08 Log: From: joshua.pritikin@db.com Date: Fri, 26 Jun 1998 10:02:32 -0400 Message-Id: Subject: [PATCH _68] improve recursive error messages! Branch: perl ! gv.c pod/perldiag.pod universal.c ____________________________________________________________________________ [ 1244] By: gsar on 1998/06/28 20:09:02 Log: From: Dominic Dunlop Message-Id: Date: Thu, 25 Jun 1998 17:46:55 +0000 Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t to op/pat.t; add tests for a few more regexp parse failures etc. Branch: perl ! t/op/pat.t t/op/re_tests t/op/regexp.t ____________________________________________________________________________ [ 1243] By: gsar on 1998/06/28 20:06:30 Log: specify *.sym files needed in perl_exp.SH instead of picking up all From: Andy Dougherty Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT) Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0 Message-Id: Branch: perl ! perl_exp.SH ____________________________________________________________________________ [ 1242] By: gsar on 1998/06/28 20:01:28 Log: From: Gisle Aas Subject: Re: [PATCH] 4-arg substr update for perl5.004_68 Date: 25 Jun 1998 10:32:43 +0200 Message-ID: Branch: perl ! op.c pod/perlfunc.pod pp.c t/op/substr.t ____________________________________________________________________________ [ 1241] By: gsar on 1998/06/28 19:55:11 Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h From: Stephen McCamant Message-Id: Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT) Subject: [PATCH REPOST] refgen in opcode.pl Branch: perl ! opcode.h opcode.pl ____________________________________________________________________________ [ 1240] By: gsar on 1998/06/28 19:46:29 Log: From: Chris Nandor Message-Id: Date: Wed, 24 Jun 1998 19:58:28 -0400 Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm Branch: perl ! ext/Socket/Socket.pm ____________________________________________________________________________ [ 1239] By: gsar on 1998/06/28 19:44:19 Log: From: Gisle Aas Subject: [PATCH] Optimize foreach (1..1000000) Date: 24 Jun 1998 20:26:48 +0200 Message-ID: Branch: perl ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c ! pp_hot.c t/op/range.t ____________________________________________________________________________ [ 1238] By: gsar on 1998/06/28 19:28:13 Log: avoid creation of %^R From: Ilya Zakharevich Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu> Subject: Re: [5.004_68] What is %^R ? [PATCH?] Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT) Branch: perl ! perl.c t/op/splice.t ____________________________________________________________________________ [ 1237] By: gsar on 1998/06/28 19:23:40 Log: From: Gisle Aas Subject: [PATCH] Negative LENGTH argument to splice Date: 24 Jun 1998 15:11:35 +0200 Message-ID: Branch: perl + t/op/splice.t ! MANIFEST pod/perlfunc.pod pp.c ____________________________________________________________________________ [ 1236] By: gsar on 1998/06/28 19:18:29 Log: From: "M.J.T. Guy" Subject: [PATCH] Insecure $ENV{} message out of step with perldiag Message-Id: Date: Wed, 24 Jun 1998 13:13:02 +0100 Branch: perl ! pod/perldiag.pod pod/perlsec.pod ____________________________________________________________________________ [ 1235] By: gsar on 1998/06/28 19:16:13 Log: Complex.pm update From: Jarkko Hietaniemi Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST) Message-Id: <199806241219.PAA04061@alpha.hut.fi> Subject: [PATCH] 5.004_68: Complex.pm, complex.t Branch: perl ! lib/Math/Complex.pm t/lib/complex.t ____________________________________________________________________________ [ 1234] By: gsar on 1998/06/28 19:13:05 Log: disable perl malloc on UNICOS for now From: Jarkko Hietaniemi Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST) Message-Id: <199806240937.MAA01669@alpha.hut.fi> Subject: [PATCH] 5.004_68: UNICOS hints Branch: perl ! hints/unicos.sh ____________________________________________________________________________ [ 1233] By: gsar on 1998/06/28 19:10:53 Log: fixes unpack("q"...), and semctl() tests for UNICOS From: Jarkko Hietaniemi Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST) Message-Id: <199806240855.LAA16152@alpha.hut.fi> Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack) Branch: perl ! pp.c t/op/ipcsem.t t/op/pack.t ____________________________________________________________________________ [ 1232] By: gsar on 1998/06/28 19:01:23 Log: tweak various places for iperlsys.h awareness Branch: perl ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod ____________________________________________________________________________ [ 1231] By: gsar on 1998/06/28 18:37:07 Log: add a perlio.h stub for compat (some extensions seem to #include it) Branch: perl + perlio.h ____________________________________________________________________________ [ 1230] By: gsar on 1998/06/28 18:35:23 Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu> Date: Wed, 24 Jun 1998 00:37:01 +0200 From: Laszlo Molnar Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp Branch: perl ! pod/pod2text.PL ____________________________________________________________________________ [ 1229] By: gsar on 1998/06/28 18:33:42 Log: hand apply mutiliated patch Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu> Date: Tue, 23 Jun 1998 11:41:00 -0700 From: Dan Sugalski Subject: [PATCH 5.004_68]Configure update for VMS Branch: perl ! configure.com vms/descrip_mms.template vms/subconfigure.com ____________________________________________________________________________ [ 1228] By: gsar on 1998/06/28 17:17:35 Log: hand apply whitespace mutiliated patch Date: Tue, 23 Jun 98 16:38:06 BST Message-Id: <5389.9806231538@tempest.cise.npl.co.uk> From: Robin Barker Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 1227] By: gsar on 1998/06/28 17:14:34 Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT) From: Tom Phoenix Subject: [PATCH] documenting close without arguments Message-ID: Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 1226] By: gsar on 1998/06/28 17:12:56 Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT) From: Tom Phoenix Subject: Better diags for vars.pm Message-ID: Branch: perl ! lib/vars.pm ____________________________________________________________________________ [ 1225] By: gsar on 1998/06/28 17:05:59 Log: hand apply whitespace mutiliated perldoc.PL patches Date: Tue, 23 Jun 98 15:49:52 BST Message-Id: <5302.9806231449@tempest.cise.npl.co.uk> From: Robin Barker Subject: PATCH [5.004_68] perldoc.PL -- Date: Fri, 26 Jun 98 17:50:05 BST Message-Id: <6834.9806261650@tempest.cise.npl.co.uk> From: Robin Barker Subject: [PATCH 5.004_68] perldoc.PL Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 1224] By: gsar on 1998/06/28 16:50:59 Log: integrate ansiperl to get makedef.pl tweak Branch: perl ! Porting/pumpkin.pod win32/makedef.pl ____________________________________________________________________________ [ 1223] By: gsar on 1998/06/28 16:33:32 Log: add CGI-2.42, its and testsuite Branch: perl + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm ! lib/CGI/Switch.pm ____________________________________________________________________________ [ 1222] By: gsar on 1998/06/28 15:28:29 Log: enable Errno build on win32, add Errno-1.08 files to repository Branch: perl + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL + ext/Errno/Makefile.PL t/lib/errno.t ! MANIFEST win32/Makefile win32/config.bc win32/config.gc ! win32/config.vc win32/makefile.mk ____________________________________________________________________________ [ 1221] By: gsar on 1998/06/28 14:34:06 Log: tweak win32 config templates for cpp Branch: perl ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 1220] By: nick on 1998/06/26 16:46:13 Log: Integrate mainline Branch: ansiperl !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c !> util.c win32/win32.h ____________________________________________________________________________ [ 1219] By: gsar on 1998/06/26 04:33:57 Log: make find_script() return saved string, reenable missing diagnostics Branch: perl ! perl.c util.c ____________________________________________________________________________ [ 1218] By: gsar on 1998/06/25 23:24:53 Log: avoid warning with -P switch Branch: perl ! perl.c ____________________________________________________________________________ [ 1217] By: gsar on 1998/06/25 22:06:58 Log: don't suppress display of Makefile recipes that invoke perl Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 1216] By: gsar on 1998/06/25 21:32:06 Log: tweak order of destruction so OBJECTs in GLOBs are visited after those in RVs Branch: perl ! sv.c ____________________________________________________________________________ [ 1215] By: gsar on 1998/06/25 18:56:59 Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199 Branch: perl ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 1214] By: gsar on 1998/06/25 18:11:22 Log: add FILE_SHARE_DELETE ifndef in win32.h Branch: perl ! win32/win32.h ____________________________________________________________________________ [ 1213] By: nick on 1998/06/24 17:18:59 Log: Correct perl malloc tweak to .def generation Branch: ansiperl ! win32/makedef.pl ____________________________________________________________________________ [ 1212] By: gsar on 1998/06/24 12:40:13 Log: check in what change#1182 didn't, and Changes Branch: perl ! Changes pod/perlre.pod pod/perlvar.pod ____________________________________________________________________________ [ 1211] By: TimBunce on 1998/06/23 23:09:37 Log: Update test count in t/lib/basename.t (see change 1210) Branch: maint-5.004/perl ! t/lib/basename.t ____________________________________________________________________________ [ 1210] By: TimBunce on 1998/06/23 22:58:18 Log: Title: "Add C pragma to propagate tainting in m// and s///" From: Chip Salzenberg , Gurusamy Sarathy , Tim.Bunce@ig.co.uk (Tim Bunce) Msg-ID: <19980525155222.A18445@perlsupport.com>, <199805261143.MAA04260@toad.ig.co.uk>, <199805261235.IAA10371@aatma.engin.umich.edu>, Files: MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c installperl lib/re.pm lib/File/Basename.pm mg.c op.c pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c Branch: maint-5.004/perl ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c ____________________________________________________________________________ [ 1209] By: nick on 1998/06/23 21:33:34 Log: Perl_malloced_size() only available with perl's malloc Branch: ansiperl ! win32/makefile.mk ____________________________________________________________________________ [ 1208] By: nick on 1998/06/23 18:15:23 Log: Integrate mainline c. 5.004_68 into ansiperl, mainly so see what has changed... Branch: ansiperl +> Porting/genlog iperlsys.h lib/File/Spec.pm +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h +> t/lib/filespec.t win32/perlhost.h - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h - perlproc.h perlsock.h !> (integrate 96 files) ---------------- Version 5.004_68 ---------------- ____________________________________________________________________________ [ 1207] By: gsar on 1998/06/23 10:55:05 Log: final touches to 5.004_68 Branch: perl ! perl.c ____________________________________________________________________________ [ 1206] By: gsar on 1998/06/23 10:50:10 Log: more MULTIPLICITY tweaks Branch: perl ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc ! win32/config.gc win32/config.vc win32/config_H.bc ! win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 1205] By: gsar on 1998/06/23 09:03:46 Log: partial MULTIPLICITY cleanup Branch: perl ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h ! thrdvar.h ____________________________________________________________________________ [ 1204] By: gsar on 1998/06/23 09:00:48 Log: tweak MANIFEST, add Dev_t to POSIX/typemap Branch: perl ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap ____________________________________________________________________________ [ 1203] By: gsar on 1998/06/23 07:08:02 Log: bump patchlevel to 68, Porting/makerel tweaks Branch: perl ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc ! win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 1202] By: gsar on 1998/06/23 06:16:19 Log: remove atomic.h pending resolution of licensing issues, EMULATE_ATOMIC_REFCOUNTS everywhere Branch: perl - atomic.h ! MANIFEST perl.h sv.h ____________________________________________________________________________ [ 1201] By: gsar on 1998/06/23 06:06:23 Log: applied patch, regen headers From: Ilya Zakharevich Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Malloc size feedback Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT) Branch: perl ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c ! pp_sys.c proto.h sv.c toke.c ____________________________________________________________________________ [ 1200] By: gsar on 1998/06/23 05:59:09 Log: Message-Id: Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT) From: Stephen McCamant Subject: [PATCH] Inheritance of B:: classes Branch: perl ! ext/B/B.pm ____________________________________________________________________________ [ 1199] By: gsar on 1998/06/23 05:57:58 Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST) Message-Id: <199806222101.AAA16456@alpha.hut.fi> Subject: [PATCH] _67: somebody said POSIX::mknod? From: Jarkko Hietaniemi Branch: perl ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ! ext/POSIX/POSIX.xs perl.h ____________________________________________________________________________ [ 1198] By: gsar on 1998/06/23 05:48:56 Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT) From: Daniel Grisinger Subject: PATCH [5.004_67] perldoc.PL Message-ID: Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 1197] By: gsar on 1998/06/23 05:47:24 Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu> Date: Mon, 22 Jun 1998 09:29:18 -0700 From: Dan Sugalski Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS Branch: perl ! lib/AutoSplit.pm ____________________________________________________________________________ [ 1196] By: gsar on 1998/06/23 05:45:19 Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST) Message-Id: <199806221558.SAA18626@alpha.hut.fi> Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability From: Jarkko Hietaniemi Branch: perl ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ____________________________________________________________________________ [ 1195] By: gsar on 1998/06/23 05:43:32 Log: Message-Id: Date: Mon, 22 Jun 1998 15:22:24 +0000 From: Dominic Dunlop Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY; update machten.sh to vary REG_INFTY Branch: perl ! hints/machten.sh t/op/re_tests t/op/regexp.t ____________________________________________________________________________ [ 1194] By: gsar on 1998/06/23 05:38:36 Log: filter out array subscripts when generating symbols for AIX Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST) Message-Id: <199806220914.MAA13631@alpha.hut.fi> Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy From: Jarkko Hietaniemi Branch: perl ! perl_exp.SH ____________________________________________________________________________ [ 1193] By: gsar on 1998/06/23 05:32:52 Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86 Message-Id: <199806221102.NAA12106@alanya.m.isar.de> Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST) From: Lupe Christoph Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 1192] By: gsar on 1998/06/23 05:27:13 Log: add detailed changelogs and 'genlog'--the script which generates them Branch: perl + Porting/genlog ! Changes INSTALL ____________________________________________________________________________ [ 1191] By: gsar on 1998/06/22 15:56:27 Log: tweak win32 makefiles for PERL_OBJECT build Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1190] By: gsar on 1998/06/22 04:06:02 Log: backout change#1178 as it was dependent on an unapplied patch, fix filespec.t to know its @INC Branch: perl ! sv.c t/lib/filespec.t ____________________________________________________________________________ [ 1189] By: gsar on 1998/06/22 03:47:43 Log: eliminate use of tokenbuf in util.c Branch: perl ! util.c ____________________________________________________________________________ [ 1188] By: gsar on 1998/06/22 01:53:59 Log: add patch that generates regnodes.h via regcomp.pl From: Ilya Zakharevich Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT) Branch: perl + regcomp.pl regcomp.sym regnodes.h ! MANIFEST Makefile.SH regcomp.h ____________________________________________________________________________ [ 1187] By: gsar on 1998/06/22 01:42:21 Log: From: Ilya Zakharevich Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Avoid temporaries on recursion Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT) Branch: perl ! pp_ctl.c pp_hot.c ____________________________________________________________________________ [ 1186] By: gsar on 1998/06/22 01:14:14 Log: merge relevant portions from maintbranch change#1155 Branch: perl ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod ! pod/perlrun.pod pp_hot.c ____________________________________________________________________________ [ 1185] By: gsar on 1998/06/22 00:59:28 Log: From: Ilya Zakharevich Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Zero-length matching bug Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT) Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 1184] By: gsar on 1998/06/22 00:57:27 Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail) From: Ilya Zakharevich Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu> Subject: Re: _67 not okay Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT) Branch: perl ! malloc.c ____________________________________________________________________________ [ 1183] By: gsar on 1998/06/22 00:53:37 Log: From: Ilya Zakharevich Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Test study/re/ Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT) Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 1182] By: gsar on 1998/06/21 21:25:07 Log: From: Ilya Zakharevich Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] $^R documented Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT) Branch: perl ! pod/perlre.pod pod/perlvar.pod ____________________________________________________________________________ [ 1181] By: gsar on 1998/06/21 21:23:41 Log: From: Ilya Zakharevich Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Re docs Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT) Branch: perl ! pod/perlop.pod pod/perlre.pod ____________________________________________________________________________ [ 1180] By: gsar on 1998/06/21 21:22:16 Log: adapted contents of message into comments in malloc.c and INSTALL From: Ilya Zakharevich Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu> Subject: [5.004_67] malloc.c -Defines Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT) Branch: perl ! INSTALL malloc.c ____________________________________________________________________________ [ 1179] By: gsar on 1998/06/21 07:26:35 Log: applied patch, with edits to the prose From: Ilya Zakharevich Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Error variables compared Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT) Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 1178] By: gsar on 1998/06/21 07:07:16 Log: From: Ilya Zakharevich Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] print study /re/ broken Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT) Branch: perl ! sv.c ____________________________________________________________________________ [ 1177] By: gsar on 1998/06/21 07:06:10 Log: applied patch, tweaked wording From: Ilya Zakharevich Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Documentation patch for malloc Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT) Branch: perl ! malloc.c pod/perldiag.pod ____________________________________________________________________________ [ 1176] By: gsar on 1998/06/21 07:00:30 Log: From: Ilya Zakharevich Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Cosmetic malloc patch Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT) Branch: perl ! malloc.c ____________________________________________________________________________ [ 1175] By: gsar on 1998/06/21 06:58:37 Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu> Date: Fri, 19 Jun 1998 16:00:57 -0700 From: Dan Sugalski Subject: [PATCH 5.004_67] fixup patches for VMS Branch: perl ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t ! t/op/taint.t vms/test.com vms/vms.c ____________________________________________________________________________ [ 1174] By: gsar on 1998/06/21 06:55:18 Log: applied VMS patch from Dan Sugalski Date: Fri, 19 Jun 1998 15:36:34 -0700 From: SYSTEM@cedar.osshe.edu Message-Id: <980619153634.2063ee12@cedar.osshe.edu> Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures Branch: perl ! configure.com lib/ExtUtils/MM_VMS.pm perl.h ! vms/descrip_mms.template vms/gen_shrfls.pl ! vms/subconfigure.com ____________________________________________________________________________ [ 1173] By: gsar on 1998/06/21 06:51:38 Log: applied patch, modified logic to avoid reentering lexer at compile-time Message-ID: <19980619113104.S9711@asic.sc.ti.com> Date: Fri, 19 Jun 1998 11:31:04 -0500 From: Graham Barr Subject: Re: [PATCH perl5.004_67] Add Errno in ext/ Branch: perl ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c ! lib/English.pm ____________________________________________________________________________ [ 1172] By: gsar on 1998/06/21 06:27:57 Log: applied patch, along with many changes: - ipfoo.h headers have been coalesced along with perlfoo.h into iperlsys.h - win32/cp*.h have been combined in perlhost.h - CPerlObj::PerlParse() takes an extra xsinit arg - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT From: "Douglas Lankshear" Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active> Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler Date: Fri, 19 Jun 1998 10:59:50 -0700 Branch: perl + iperlsys.h win32/perlhost.h - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h - perlsock.h ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c ! win32/Makefile win32/dl_win32.xs win32/makefile.mk ! win32/runperl.c win32/win32.h ____________________________________________________________________________ [ 1171] By: gsar on 1998/06/21 00:44:42 Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT) From: Daniel Grisinger Subject: Re: PATCH _67 (Doc) perlop.pod Message-ID: Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 1170] By: gsar on 1998/06/21 00:43:06 Log: a tweaked version of: From: "Douglas Lankshear" Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll Date: Wed, 17 Jun 1998 20:25:51 -0700 Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active> Branch: perl ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1169] By: gsar on 1998/06/21 00:10:18 Log: added patch, regen headers From: Ilya Zakharevich Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu> Subject: Re: Ilya's patches Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT) Branch: perl ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c ____________________________________________________________________________ [ 1168] By: gsar on 1998/06/21 00:05:01 Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT) From: Tom Phoenix Subject: [PATCH] docs creating files via open Message-ID: Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 1167] By: gsar on 1998/06/21 00:03:34 Log: From: Ilya Zakharevich Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] Better version of malloc improver Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT) Branch: perl ! malloc.c ____________________________________________________________________________ [ 1166] By: gsar on 1998/06/20 23:59:23 Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment Branch: perl ! pod/perlre.pod ____________________________________________________________________________ [ 1165] By: gsar on 1998/06/20 23:47:09 Log: added patch, tweaked missed files, excised comment that doesn't really belong in the sources From: joshua.pritikin@db.com Date: Mon, 15 Jun 1998 10:03:37 -0400 Message-Id: Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup Branch: perl ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h ! t/op/avhv.t ____________________________________________________________________________ [ 1164] By: gsar on 1998/06/20 23:29:09 Log: add File-Spec-0.6 from CPAN Branch: perl + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + lib/File/Spec/Win32.pm t/lib/filespec.t ! MANIFEST ____________________________________________________________________________ [ 1163] By: gsar on 1998/06/20 23:15:41 Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test Branch: perl ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1162] By: gsar on 1998/06/20 21:48:32 Log: manual integration of all outstanding ansi branch stuff into mainline Branch: perl ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t ! win32/config.gc win32/dl_win32.xs win32/makefile.mk ! win32/win32.h ____________________________________________________________________________ [ 1161] By: gsar on 1998/06/20 21:12:01 Log: undo goofed change 1157 (backed out the fix instead of keeping it) Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 1160] By: nick on 1998/06/20 21:05:51 Log: Patches to build with EGCS-1.0.2 Mingw32 port. Branch: ansiperl ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc ! win32/dl_win32.xs win32/makefile.mk win32/win32.h ____________________________________________________________________________ [ 1159] By: gsar on 1998/06/20 02:51:35 Log: cleanup installation of utilities on win32 Branch: perl ! installperl pod/Makefile win32/Makefile win32/makefile.mk ! win32/pod.mak ____________________________________________________________________________ [ 1158] By: gsar on 1998/06/20 02:50:35 Log: intuit @INC pathnames from exe location only if dll location is unknown (ensures that multiple executables will coexist) Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 1157] By: gsar on 1998/06/20 02:48:34 Log: make perldoc ignore null files (it tried to open() them) Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 1156] By: gsar on 1998/06/19 21:18:47 Log: fix perldoc to ignore unfound null filenames Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 1155] By: TimBunce on 1998/06/19 18:47:57 Log: Assorted patches: ------ BUILD PROCESS ------ Title: "Clarify varargs issues in INSTALL docs" From: Andy Dougherty Msg-ID: Files: INSTALL ------ CORE LANGUAGE ------ Title: "Further fixes for updated SysV IPC support" From: Jarkko Hietaniemi Msg-ID: <199805211644.TAA15139@alpha.hut.fi> Files: Configure perl.h doio.c Title: "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()" From: Andrew Bettison Msg-ID: Files: pp_hot.c Title: "Invalidate method cache on C" From: Chip Salzenberg Msg-ID: <19980604134731.D24343@perlsupport.com> Files: scope.c t/op/method.t Title: "fix uninitialized cv variable in op.c" From: joshua.pritikin@db.com Msg-ID: Files: op.c Title: "fix for undef as last arg to setsockopt" From: Graham Barr Msg-ID: <19980603112219.B7638@asic.sc.ti.com> Files: pp_sys.c Title: "Fix -i when @ARGV is empty" From: Chip Salzenberg , Gurusamy Sarathy , Ilya Zakharevich , Tim.Bunce@ig.co.uk (Tim Bunce) Msg-ID: <19980606184942.A4583@perlsupport.com>, <199806070029.UAA18709@monk.mps.ohio-state.edu>, <199806071817.OAA28141@aatma.engin.umich.edu>, <199806191549.QAA16376@toad.ig.co.uk> Files: pp_hot.c ------ DOCUMENTATION ------ Title: "Discrepancy between perlop.pod and m// operator docs" From: Tom Phoenix Msg-ID: Files: pod/perlop.pod Title: "Doc addition for perlfunc entry for system()" From: Ilya Zakharevich , Mike Fletcher Msg-ID: <199806011908.PAA31069@dewdrop2.mindspring.com>, <199806012057.QAA26830@monk.mps.ohio-state.edu> Files: pod/perlfunc.pod Title: "Clarify effects of using quotes with m operator" From: Daniel Grisinger Msg-ID: Files: pod/perlop.pod Title: "Document -i with STDIN" From: joshua.pritikin@db.com Msg-ID: Files: pod/perlrun.pod ------ EXTENSIONS ------ Title: "Fix Liblist.pm to tolerate backslashen in paths" From: Gurusamy Sarathy Msg-ID: <199806011954.PAA10900@aatma.engin.umich.edu> Files: lib/ExtUtils/Liblist.pm ------ LIBRARY ------ Title: "Typo fix for Math::BogFloat" From: Mike Stok Msg-ID: Files: lib/Math/BigFloat.pm ------ PORTABILITY - GENERAL ------ Title: "Add docs about types of diff to Porting/patching.pod" From: Gurusamy Sarathy Msg-ID: <199806090105.VAA20005@aatma.engin.umich.edu> Files: Porting/patching.pod Title: "Set dont_use_nlink for PowerMAX OS 4.2" From: Tom Horsley Msg-ID: <199806161354.NAA21316@cleo.ssd.hcsc.com> Files: hints/powerux.sh Title: "Assorted improvements to hints/solaris_2.sh" From: Andy Dougherty Msg-ID: Files: hints/solaris_2.sh Branch: maint-5.004/perl ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c ! t/op/method.t ____________________________________________________________________________ [ 1154] By: gsar on 1998/06/19 17:22:23 Log: update repository copy of Asmdata.pm after `perl bytecode.pl` Branch: perl ! ext/B/B/Asmdata.pm regcomp.c ____________________________________________________________________________ [ 1153] By: nick on 1998/06/19 17:21:21 Log: Use libxxx.a for -lxxx with GCC Branch: ansiperl ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc ! win32/makefile.mk ____________________________________________________________________________ [ 1152] By: TimBunce on 1998/06/19 17:08:18 Log: Title: Tom's jumbo doc patch From: Tom Christiansen Msg-Id: <199806140419.WAA20549@chthon.perl.com> Files: pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod 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 pod/perlform.pod pod/perlfunc.pod pod/perlipc.pod pod/perllocale.pod pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod pod/perlvar.pod Branch: maint-5.004/perl ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod ! 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 pod/perlform.pod pod/perlfunc.pod ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod ____________________________________________________________________________ [ 1151] By: nick on 1998/06/19 15:38:28 Log: Resolve latest Branch: ansiperl !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h !> sv.c t/TEST ____________________________________________________________________________ [ 1150] By: gsar on 1998/06/18 20:43:07 Log: Date: Tue, 16 Jun 1998 13:54:17 GMT Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com> From: Tom Horsley Subject: [PATCH] perl5.004 hints file (maint and dev paths) Branch: perl ! hints/powerux.sh ____________________________________________________________________________ [ 1149] By: gsar on 1998/06/18 20:41:30 Log: hand apply whitespace-mutiliated patch From: joshua.pritikin@db.com Date: Mon, 15 Jun 1998 09:21:36 -0400 Message-Id: Subject: [PATCH 5.004_67] SvREADONLY for av_clear Branch: perl ! av.c ____________________________________________________________________________ [ 1148] By: gsar on 1998/06/18 20:33:59 Log: hand apply whitespace-mutiliated and reversed patch Date: Tue, 16 Jun 1998 16:31:40 -0400 From: Les Peters Message-Id: <199806162031.QAA08202@ds9> Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3 Branch: perl ! ext/Socket/Socket.xs ____________________________________________________________________________ [ 1147] By: gsar on 1998/06/18 20:26:59 Log: close child pipe in t/TEST, other cosmetic tweaks Branch: perl ! t/TEST ____________________________________________________________________________ [ 1146] By: gsar on 1998/06/18 19:37:41 Log: back out problematic change#1105, tweak perlsub.pod Branch: perl ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod ! pp_ctl.c proto.h sv.c ____________________________________________________________________________ [ 1145] By: nick on 1998/06/18 19:31:07 Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking Branch: ansiperl +> configure.com ext/DB_File/dbinfo +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c +> vms/subconfigure.com - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms - vms/fndvers.com !> (integrate 499 files) ____________________________________________________________________________ [ 1144] By: gsar on 1998/06/18 16:35:11 Log: fix spurious cxstack_max init that trampled memory Branch: perl ! perl.c ____________________________________________________________________________ [ 1143] By: gsar on 1998/06/18 16:33:01 Log: fix memory leaks and uninitialized memory accesses found by Purify Branch: perl ! doio.c perl.c regexec.c sv.c ____________________________________________________________________________ [ 1142] By: gsar on 1998/06/18 16:28:48 Log: fix off-by-one that trampled memory in re_croak2() Branch: perl ! regcomp.c ____________________________________________________________________________ [ 1141] By: gsar on 1998/06/18 16:26:59 Log: fix AutoLoader to do the right thing when there are relative paths in @INC Branch: perl ! lib/AutoLoader.pm ____________________________________________________________________________ [ 1140] By: gsar on 1998/06/18 16:22:47 Log: fix Makefile.SH typo Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 1139] By: gsar on 1998/06/17 18:06:16 Log: 5.004_67 niggles Branch: perl ! Makefile.SH op.c ---------------- Version 5.004_67 ---------------- ____________________________________________________________________________ [ 1138] By: gsar on 1998/06/15 10:09:27 Log: up patchlevel.h to 67, other small tweaks Branch: perl ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms ! win32/Makefile win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 1137] By: gsar on 1998/06/15 09:08:57 Log: tweaks to get PERL_OBJECT building again; passes tests Branch: perl ! ObjXSub.h objpp.h proto.h ____________________________________________________________________________ [ 1136] By: gsar on 1998/06/15 08:51:54 Log: back out previous change (it breaks PERL_OBJECT) Branch: perl ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c ____________________________________________________________________________ [ 1135] By: gsar on 1998/06/15 05:32:01 Log: added patch, fixed typo, reworked documentation Message-Id: Date: Sun, 14 Jun 1998 14:03:15 EDT From: joshua.pritikin@db.com Subject: [PATCH 5.004_66] JMPENV! Branch: perl ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c ____________________________________________________________________________ [ 1134] By: gsar on 1998/06/15 04:07:18 Log: various win32 odds and ends - added support for waitpid(), open2/open3, and a bugfix for kill() from Ronald Schmidt - tweak testsuite mods of above - regenerate win32/config_H.?c - change kill() to win32_kill() and export it - coalesce common code in win32.c - add PerlProc_waitpid() and export win32_waitpid() result builds and passes on the three win32 compilers Branch: perl ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t ! t/lib/open3.t util.c win32/config.bc win32/config.gc ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/makedef.pl win32/runperl.c ! win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 1133] By: gsar on 1998/06/15 01:39:13 Log: newer Getopt/Long.pm from public distribution cited in: Message-Id: Date: 14 Jun 1998 15:15:28 +0200 From: Johan Vromans Subject: Getopt::Long version 2.17 released Branch: perl ! lib/Getopt/Long.pm ____________________________________________________________________________ [ 1132] By: gsar on 1998/06/15 01:37:12 Log: documentation update from tchrist Message-Id: <199806140419.WAA20549@chthon.perl.com> Date: Sat, 13 Jun 1998 22:19:32 MDT From: Tom Christiansen Subject: doc patches Branch: perl ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod ! 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 pod/perlform.pod pod/perlfunc.pod ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod ____________________________________________________________________________ [ 1131] By: gsar on 1998/06/14 19:33:36 Log: Message-ID: From: Roderick Schertler Subject: [PATCH] Re: Exceptions in IPC::Open2 Date: 12 Jun 1998 13:24:15 -0400 Branch: perl ! lib/IPC/Open3.pm ____________________________________________________________________________ [ 1130] By: gsar on 1998/06/14 19:32:25 Log: fixup MANIFEST Branch: perl ! MANIFEST ____________________________________________________________________________ [ 1129] By: gsar on 1998/06/14 18:51:53 Log: various win32 fixes - fixes that silence VC noises about dup exports, non-default libs, and unsupported *.def file directives - s/inplace/inplace_label/ malloc.c - update Config{usemymalloc} based on d_mymalloc - export Perl_*Vars - fix makefiles to not build miniperl.exe twice, and to make it properly when defaults are changed Branch: perl ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c ! win32/Makefile win32/config_sh.PL win32/makedef.pl ! win32/makefile.mk win32/perllib.c win32/win32.h ____________________________________________________________________________ [ 1128] By: gsar on 1998/06/14 01:38:39 Log: remove unused global `scrgv' Branch: perl ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h ____________________________________________________________________________ [ 1127] By: nick on 1998/06/13 08:39:07 Log: Move specialsv_list to embed.sym, regen embed*.h Branch: win32/perl ! embed.h embedvar.h global.sym interp.sym ____________________________________________________________________________ [ 1126] By: gsar on 1998/06/12 07:23:06 Log: From: jan.dubois@ibm.net (Jan Dubois) Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66 Date: Thu, 11 Jun 1998 21:13:31 +0200 Message-ID: <35842ac5.7883075@smtp1.ibm.net> Branch: perl ! win32/makedef.pl win32/win32.c win32/win32iop.h ____________________________________________________________________________ [ 1125] By: gsar on 1998/06/12 07:21:29 Log: added patch, undo earlier workaround From: jan.dubois@ibm.net (Jan Dubois) Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66 Date: Thu, 11 Jun 1998 20:28:36 +0200 Message-ID: <35831f69.4975644@smtp1.ibm.net> Branch: perl ! perl.c util.c ____________________________________________________________________________ [ 1124] By: gsar on 1998/06/12 07:16:12 Log: hand-applied patch with wrapped lines From: "Douglas Lankshear" Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32 Date: Thu, 11 Jun 1998 11:06:33 -0700 Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active> Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 1123] By: gsar on 1998/06/12 07:07:25 Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT) From: Andy Dougherty Subject: [PATCH 5.004_66] Config_66-01-02.diff Message-Id: Branch: perl ! Configure ____________________________________________________________________________ [ 1122] By: gsar on 1998/06/12 07:06:02 Log: Message-Id: Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT) From: Andy Dougherty Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp Branch: perl ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL ____________________________________________________________________________ [ 1121] By: gsar on 1998/06/12 07:01:20 Log: a tweaked version of: Message-Id: Date: Fri, 12 Jun 1998 01:26:53 +0200 From: Hugo van der Sanden Subject: Re: Misparsing s///x Branch: perl ! pod/perlre.pod ____________________________________________________________________________ [ 1120] By: gsar on 1998/06/12 06:51:08 Log: applied patch, with indentation tweaks From: Ilya Zakharevich Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] Remove REG_ALIGN junk Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT) Branch: perl ! regcomp.c regcomp.h regexec.c ____________________________________________________________________________ [ 1119] By: gsar on 1998/06/11 17:42:07 Log: make REG_INFTY default to something saner when sizeof(short) > 2 Message-Id: Date: Thu, 11 Jun 1998 11:50:07 EDT From: Andy Dougherty Subject: Re: [PATCH for tests] Regexp fails on long string Branch: perl ! regcomp.h ____________________________________________________________________________ [ 1118] By: gsar on 1998/06/11 07:09:06 Log: regen embedvar.h Branch: perl ! embedvar.h ____________________________________________________________________________ [ 1117] By: gsar on 1998/06/11 06:45:52 Log: From: Ilya Zakharevich Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT) Branch: perl ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h ! regexec.c regexp.h t/op/pat.t t/op/subst.t ____________________________________________________________________________ [ 1116] By: gsar on 1998/06/11 06:35:54 Log: misc win32 fixes From: "Douglas Lankshear" Subject: [PATCH 5.004_66] Date: Wed, 10 Jun 1998 11:28:27 -0700 Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active> Branch: perl ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1115] By: gsar on 1998/06/11 06:33:21 Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu> Date: Wed, 10 Jun 1998 00:53:25 +0200 From: Laszlo Molnar Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 1114] By: gsar on 1998/06/11 06:31:34 Log: back out change#1111 and add alternative patch: From: Ilya Zakharevich Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu> Subject: Re: PATCH for study/foo/ Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT) Branch: perl ! pp.c sv.c ____________________________________________________________________________ [ 1113] By: gsar on 1998/06/11 02:59:23 Log: fix outdated bytecode.pl Branch: perl ! bytecode.h bytecode.pl byterun.c byterun.h ____________________________________________________________________________ [ 1112] By: gsar on 1998/06/10 07:56:06 Log: Added patch, regenerated perly.c and perly.c.diff Message-Id: Date: Sun, 31 May 1998 12:56:14 -0500 (CDT) From: Stephen McCamant Subject: [PATCH] too many RV2GVs in *foo{THING} Branch: perl ! perly.c perly.c.diff perly.y t/op/gv.t ____________________________________________________________________________ [ 1111] By: gsar on 1998/06/10 07:40:30 Log: From: Ilya Zakharevich Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu> Subject: Re: PATCH for study/foo/ Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT) Branch: perl ! pp.c ____________________________________________________________________________ [ 1110] By: gsar on 1998/06/10 07:37:04 Log: From: Ilya Zakharevich Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT) Branch: perl ! pod/perldebug.pod ____________________________________________________________________________ [ 1109] By: gsar on 1998/06/10 07:35:29 Log: From: Ilya Zakharevich Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT) Branch: perl ! regcomp.h ____________________________________________________________________________ [ 1108] By: gsar on 1998/06/10 07:31:25 Log: Added patch, tweaked other places affected by name change Message-ID: <19980610005417.G162@cdata.tvnet.hu> Date: Wed, 10 Jun 1998 00:54:17 +0200 From: Laszlo Molnar Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly Branch: perl +> ext/DynaLoader/DynaLoader_pm.PL - ext/DynaLoader/DynaLoader.pm.PL ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile ! win32/makefile.mk ____________________________________________________________________________ [ 1107] By: gsar on 1998/06/10 07:24:20 Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu> Date: Wed, 10 Jun 1998 00:53:42 +0200 From: Laszlo Molnar Subject: [PATCH for _66] new version of README.dos Branch: perl ! README.dos ____________________________________________________________________________ [ 1106] By: gsar on 1998/06/10 07:22:31 Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu> Date: Wed, 10 Jun 1998 00:54:04 +0200 From: Laszlo Molnar Subject: [PATCH for _66] op/taint.t problem on dos/djgpp Branch: perl ! t/op/taint.t ____________________________________________________________________________ [ 1105] By: gsar on 1998/06/10 07:21:21 Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl` From: Ilya Zakharevich Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] Resend of RE cache patch (modified) Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT) Branch: perl ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h ! perlvars.h pp_ctl.c proto.h sv.c ____________________________________________________________________________ [ 1104] By: gsar on 1998/06/10 07:06:01 Log: From: Ilya Zakharevich Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu> Subject: Lost chunk of RE jumbo patch Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT) Branch: perl + t/op/regexp_noamp.t ____________________________________________________________________________ [ 1103] By: gsar on 1998/06/10 07:04:20 Log: From: Ilya Zakharevich Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] Combined OS/2 support Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT) Branch: perl ! os2/Changes os2/diff.configure os2/os2.c ____________________________________________________________________________ [ 1102] By: gsar on 1998/06/10 07:00:08 Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu> Date: Fri, 13 Mar 1998 20:03:52 EST From: Ilya Zakharevich Subject: [PATCH 5.004_62 5_004_04m1] pod2html again Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 1101] By: gsar on 1998/06/10 06:55:20 Log: From: Ilya Zakharevich Subject: Re: 5.004_65 uninitialized variable regexec.c (2) Date: Thu, 28 May 1998 01:28:54 -0400 (EDT) Branch: perl ! regexec.c ____________________________________________________________________________ [ 1100] By: gsar on 1998/06/10 06:52:50 Log: updated MANIFEST for previous change Branch: perl ! MANIFEST ____________________________________________________________________________ [ 1099] By: gsar on 1998/06/10 06:51:08 Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t: Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu> Date: Fri, 05 Jun 1998 11:08:40 -0700 From: Dan Sugalski Subject: Re: [PATCH 5.004_66]Add record read capability to <> Branch: perl + t/base/rs.t ! perl.h pod/perlvar.pod sv.c ____________________________________________________________________________ [ 1098] By: gsar on 1998/06/10 06:36:59 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess) Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk> Subject: [PATCH fror 5.004_66] DB_File-1.60 Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST) Branch: perl + ext/DB_File/dbinfo ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t ! t/lib/db-hash.t t/lib/db-recno.t ____________________________________________________________________________ [ 1097] By: gsar on 1998/06/10 06:33:16 Log: Message-ID: <19980604134731.D24343@perlsupport.com> Date: Thu, 4 Jun 1998 13:47:31 -0400 From: Chip Salzenberg Subject: [PATCH] Invalidate method cache on C Branch: perl ! scope.c t/op/method.t ____________________________________________________________________________ [ 1096] By: gsar on 1998/06/10 06:30:51 Log: From: Norton Allen Message-Id: <199806031908.PAA04183@bottesini.harvard.edu> Subject: [PATCH] _66 MM_Unix.pm for QNX Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt) Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 1095] By: gsar on 1998/06/10 06:29:21 Log: From: Norton Allen Message-Id: <199806031909.PAA04358@bottesini.harvard.edu> Subject: [PATCH] _66 proto.h Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt) Branch: perl ! proto.h ____________________________________________________________________________ [ 1094] By: gsar on 1998/06/10 06:26:39 Log: Applied relevant parts of: From: Paul Johnson Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST) Message-Id: <199806031807.TAA04100@west-tip.transeda.com> Subject: [PATCH] Enhancing xsubpp's support for C++ Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 1093] By: gsar on 1998/06/10 06:22:54 Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com> Date: Wed, 3 Jun 1998 11:22:19 -0500 From: Graham Barr Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 1092] By: gsar on 1998/06/10 06:20:44 Log: Message-Id: <199806030919.KAA03527@sale-wts> Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST) From: Alan Burlison Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm Branch: perl ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm ____________________________________________________________________________ [ 1091] By: gsar on 1998/06/10 06:18:42 Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu> Date: Mon, 01 Jun 1998 12:22:29 -0700 From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski ) Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS Branch: perl ! proto.h ____________________________________________________________________________ [ 1090] By: gsar on 1998/06/10 06:14:24 Log: A tweaked version of: Date: Mon, 1 Jun 1998 12:05:47 -0700 From: SYSTEM@cedar.osshe.edu Message-Id: <980601120547.20617d54@cedar.osshe.edu> Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS Branch: perl ! ext/SDBM_File/sdbm/Makefile.PL ____________________________________________________________________________ [ 1089] By: gsar on 1998/06/10 05:58:00 Log: Message-Id: Date: Fri, 29 May 1998 23:52:26 -0500 (CDT) From: Stephen McCamant Subject: [PATCH] Re: Uninitialised error from -M() Branch: perl ! op.c t/op/stat.t ____________________________________________________________________________ [ 1088] By: gsar on 1998/06/10 05:55:24 Log: Date: Sat, 30 May 1998 08:07:01 -0400 From: lvirden@cas.org (Larry Virden) Message-Id: <199805301207.IAA08856@cas.org> Subject: PATCH for pod and warning notice Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 1087] By: gsar on 1998/06/10 05:52:05 Log: From: Andy Dougherty Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT) Message-Id: Subject: [PATCH 5.004_66] Config_66-01 Branch: perl ! Configure MANIFEST Porting/Glossary Porting/config.sh ! Porting/config_H config_h.SH ____________________________________________________________________________ [ 1086] By: gsar on 1998/06/10 05:46:38 Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu> Date: Mon, 08 Jun 1998 16:13:14 -0700 From: Dan Sugalski Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm Branch: perl ! ext/Thread/Thread/Semaphore.pm ____________________________________________________________________________ [ 1085] By: gsar on 1998/06/10 05:44:44 Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu> Date: Mon, 08 Jun 1998 16:10:02 -0700 From: Dan Sugalski Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue Branch: perl - vms/descrip.mms ! ext/Thread/Thread/Queue.pm ____________________________________________________________________________ [ 1084] By: gsar on 1998/06/10 05:38:11 Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu> Date: Mon, 08 Jun 1998 15:38:28 -0700 From: Dan Sugalski Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl Branch: perl + configure.com vms/descrip_mms.template vms/munchconfig.c + vms/subconfigure.com - vms/config.vms vms/fndvers.com ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 1083] By: gsar on 1998/06/10 05:07:04 Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a variant of: Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu> Date: Sat, 13 Dec 1997 07:31:02 EST From: Ilya Zakharevich Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS Branch: perl ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod ____________________________________________________________________________ [ 1082] By: gsar on 1998/06/10 04:52:26 Log: add newer malloc.c from Ilya Zakharevich (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65) Branch: perl ! malloc.c ____________________________________________________________________________ [ 1081] By: gsar on 1998/06/10 03:45:10 Log: reverse integrate contents of win32 branch into mainline Branch: perl !> (integrate 44 files) ____________________________________________________________________________ [ 1080] By: gsar on 1998/06/09 17:37:55 Log: `p4 integrate -b ASPerl && p4 resolve -at` Branch: asperl !> (integrate 43 files) ____________________________________________________________________________ [ 1079] By: gsar on 1998/06/09 00:59:06 Log: add examples of diff(1) usage Branch: win32/perl ! Porting/patching.pod ____________________________________________________________________________ [ 1078] By: gsar on 1998/06/09 00:52:23 Log: undo change#1077 Branch: win32/perl ! sv.c ____________________________________________________________________________ [ 1077] By: gsar on 1998/06/06 16:47:32 Log: make sv_setsv() treat freed SVs like SVt_NULL Branch: win32/perl ! sv.c ____________________________________________________________________________ [ 1076] By: gsar on 1998/06/05 19:03:14 Log: delete undiscussed AS changes for PPD (broke .packlist mechanism) Branch: win32/perl ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 1075] By: gsar on 1998/06/05 18:18:44 Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash with the xsubpp-generated symbol) Branch: win32/perl ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c ! win32/dl_win32.xs ____________________________________________________________________________ [ 1074] By: gsar on 1998/06/04 22:45:18 Log: add AS patch#25 (allow B build with -DPERL_OBJECT) Branch: win32/perl ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1073] By: nick on 1998/06/04 17:18:14 Log: resolve -at win32 branch into ansiperl Branch: ansiperl +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht +> t/lib/h2ph.t win32/GenCAPI.pl !> (integrate 127 files) ____________________________________________________________________________ [ 1072] By: gsar on 1998/06/04 01:49:24 Log: document CORE::GLOBAL:: and global overriding, fix up File::DosGlob, testsuited and all Branch: win32/perl ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t ____________________________________________________________________________ [ 1071] By: gsar on 1998/06/03 22:12:55 Log: add AS patch#24, remove one other instance of error_no that was missed (patch#23 was intentionally skipped) Branch: win32/perl ! embedvar.h globals.c perlvars.h win32/makedef.pl ! win32/runperl.c ____________________________________________________________________________ [ 1070] By: gsar on 1998/06/01 19:42:06 Log: fix Liblist.pm to tolerate backslashen in paths Branch: win32/perl ! lib/ExtUtils/Liblist.pm ____________________________________________________________________________ [ 1069] By: gsar on 1998/06/01 07:43:02 Log: @INC construction on win32 cleaned up - perl.dll location based paths should be much more reliable now - registry stuff unchanged - Config.pm now has all the installfoolib entries for MakeMaker et al Branch: win32/perl ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk ! win32/runperl.c win32/win32.c win32/win32.h ____________________________________________________________________________ [ 1068] By: gsar on 1998/05/31 21:52:18 Log: semctl tweak Message-Id: <199805312127.QAA06750@gbarr.connect.net> Date: Sun, 31 May 1998 16:27:33 CDT From: Graham Barr Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 Branch: win32/perl ! doio.c ____________________________________________________________________________ [ 1067] By: gsar on 1998/05/31 21:07:44 Log: minimal fix to enable compiling with -DMULTIPLICITY (non-threadsafe regcomp.c globals need revisiting) Branch: win32/perl ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c ! win32/GenCAPI.pl win32/makedef.pl ____________________________________________________________________________ [ 1066] By: gsar on 1998/05/30 21:35:37 Log: integrate mainline changes (ASPerl branch is identical to win32 branch as of this change) Branch: asperl !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc !> win32/config.gc win32/config.vc win32/config_H.bc !> win32/config_H.gc win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 1065] By: gsar on 1998/05/30 21:13:06 Log: change#1060 was inexplicably missing some of the "ensure AS stuff does no harm" fixes Branch: win32/perl ! embed.h global.sym win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 1064] By: gsar on 1998/05/30 21:10:27 Log: integrate mainline to pick up trivial changes Branch: win32/perl !> MANIFEST pp_sys.c ---------------- Version 5.004_66 ---------------- ____________________________________________________________________________ [ 1063] By: mbeattie on 1998/05/29 15:19:55 Log: Remove duplicate win32/TEST line from MANIFEST. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 1062] By: mbeattie on 1998/05/29 15:18:33 Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi). Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 1061] By: mbeattie on 1998/05/29 12:02:17 Log: Integrate from win32 branch into mainline (this now pulls in the asperl stuff). Branch: perl +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht +> t/lib/h2ph.t win32/GenCAPI.pl !> (integrate 104 files) ____________________________________________________________________________ [ 1060] By: gsar on 1998/05/29 11:05:50 Log: reverse integrate asperl branch contents (phew!) - various fixups to ensure AS stuff does no harm - adjust win32/makefiles for the new directory layout (new layout looks rather a muddle--needs rework) - verified build & test on NT and Solaris/gcc Branch: win32/perl +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/makefile.mk !> (integrate 77 files) ____________________________________________________________________________ [ 1059] By: gsar