Please note: This file provides a complete, temporally ordered log of changes that went into every version of Perl. If you'd like more detailed information, please consult the comments in the individual patches posted to the perl5-porters mailing list. Patches for each individual change may also be obtained through ftp and rsync--see perlhack.pod for the details. [The "CAST AND CREW" list has been moved to AUTHORS.] 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) The Message-Ids in the change entries refer to the email messages sent to the perl5-porters mailing list. You can retrieve the messages for example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ This file contains only changes that affect the mainline branch, not those that affect the (now decommissioned) cfgperl, or vmsperl, or any other branch. -------------- Version v5.7.1 Development release working toward v5.8 -------------- ____________________________________________________________________________ [ 8268] By: jhi on 2000/12/30 17:18:40 Log: Add a test for Unicode split //. The #8267 was the cure. Branch: perl ! t/op/split.t ____________________________________________________________________________ [ 8267] By: jhi on 2000/12/30 17:14:19 Log: Subject: more UTF8 test suites and an UTF8 patch From: Inaba Hiroto Date: Sat, 30 Dec 2000 14:27:10 +0900 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> Just the patch part for now, and the pragma renamed as unicode::distinct. Branch: perl + lib/unicode/distinct.pm ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c ! regcomp.h regexec.c sv.c toke.c utf8.c ____________________________________________________________________________ [ 8266] By: nick on 2000/12/30 16:40:49 Log: Integrate mainline Branch: perlio +> lib/Pod/Text/Overstrike.pm !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c !> vms/vms.c vms/vmsish.h vms/vmspipe.com ____________________________________________________________________________ [ 8265] By: jhi on 2000/12/30 07:28:55 Log: The sv_catsv() fix, take two. Branch: perl ! sv.c t/op/join.t ____________________________________________________________________________ [ 8264] By: jhi on 2000/12/30 06:19:18 Log: Undo all the join-related changes since #8248: relevant portions of 8248, 8249, 8250, 8251, 8260, 8263 must go. The new sv_catsv() doesn't fly so it must go back to the drawing board. Branch: perl ! sv.c t/op/join.t t/pragma/utf8.t ____________________________________________________________________________ [ 8263] By: jhi on 2000/12/30 01:08:32 Log: (Retracted by #8264) Tweak sv_catsv() some more. Branch: perl ! sv.c ____________________________________________________________________________ [ 8262] By: jhi on 2000/12/30 00:45:14 Log: Retract #8261. Branch: perl ! hv.c util.c ____________________________________________________________________________ [ 8261] By: jhi on 2000/12/30 00:38:32 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.) Branch: perl ! hv.c util.c ____________________________________________________________________________ [ 8260] By: jhi on 2000/12/29 22:51:33 Log: (Retracted by #8264) More fixing for #8251. Branch: perl ! sv.c ____________________________________________________________________________ [ 8259] By: jhi on 2000/12/29 18:27:30 Log: Subject: podlators 1.06 released From: Russ Allbery Date: 25 Dec 2000 05:09:30 -0800 Message-ID: Branch: perl + lib/Pod/Text/Overstrike.pm ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm ! lib/Pod/Text/Termcap.pm pod/pod2text.PL ____________________________________________________________________________ [ 8258] By: jhi on 2000/12/29 18:20:45 Log: Make the large file tests more robust/talkative as suggested by Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED) From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 29 Dec 2000 14:23:01 +0100 Message-ID: Branch: perl ! t/lib/syslfs.t t/op/lfs.t ____________________________________________________________________________ [ 8257] By: jhi on 2000/12/29 17:48:04 Log: Further VMS piping fixes from Charles Lane: In summary, error messages produced when a subprocess terminated abnormally were being sent not just to the parent process, but to grandparents, because of default values for error output that were not completely overridden when the subprocess was started. This patch fixes this behavior by defining user-mode (i.e., temporary for the duration of the program) logical names for SYS$OUTPUT and SYS$ERROR when they are (re)opened inside Perl. And a bunch of other changes to make it so that the user-mode logicals are the ones that control where Perl's error messages go if it terminates abnormally. I also added some gratuitous fixes to the indentation of braces in the piping code. It just looked ugly, before. Branch: perl ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com ____________________________________________________________________________ [ 8256] By: jhi on 2000/12/29 17:45:12 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd) From: "Casey R. Tweten" Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST) Message-ID: Tests for for #8240. Branch: perl ! t/pragma/constant.t ____________________________________________________________________________ [ 8255] By: jhi on 2000/12/29 17:43:07 Log: Subject: Re: [PATCH] Interesting syntax idea From: Simon Cozens Date: Fri, 29 Dec 2000 14:34:04 +0000 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org> Tests for #8254. Branch: perl ! t/pragma/sub_lval.t ____________________________________________________________________________ [ 8254] By: jhi on 2000/12/29 17:42:11 Log: Subject: [PATCH] Interesting syntax idea From: Simon Cozens Date: Wed, 27 Dec 2000 05:08:57 +0000 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org> Make opens + bareword assigns do typeglob assigns. Branch: perl ! op.c ____________________________________________________________________________ [ 8253] By: jhi on 2000/12/29 17:36:45 Log: Output the (apparent) version of gcc, as suggested by Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure From: jhbrown@ai.mit.edu (Jeremy H. Brown) Date: 26 Dec 2000 04:29:17 -0500 Message-Id: (The patch as such didn't any more apply as the misparsing had already been addressed in #6474.) Also change the wording about gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did. Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 8252] By: nick on 2000/12/29 12:14:31 Log: Integrate mainline Branch: perlio !> (integrate 27 files) ____________________________________________________________________________ [ 8251] By: jhi on 2000/12/29 08:45:46 Log: (Retracted by #8264) (Fixed by #8260.) sv_catsv() needs one more byte space than seems reasonable. (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging). Curiouser and curiouser. Branch: perl ! sv.c ____________________________________________________________________________ [ 8250] By: jhi on 2000/12/29 07:57:52 Log: More split // UTF-8 tests. Branch: perl ! t/pragma/utf8.t ____________________________________________________________________________ [ 8249] By: jhi on 2000/12/29 07:54:51 Log: (Retracted by #8264) More join() testing which was good because it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong). Branch: perl ! pp.c t/op/join.t utf8.c utf8.h ____________________________________________________________________________ [ 8248] By: jhi on 2000/12/29 07:08:32 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware. Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed that the only cases to care about are byte+byte and byte+character. TODO: See how well pp_concat() could be implemented in terms of sv_catsv(). Branch: perl ! doop.c sv.c t/op/join.t utf8.h ____________________________________________________________________________ [ 8247] By: jhi on 2000/12/29 06:35:23 Log: Signedness nit. Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 8246] By: jhi on 2000/12/29 01:23:31 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED) From: Lupe Christoph Date: Thu, 28 Dec 2000 23:00:00 +0100 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de> Suggest rsync --delete --dry-run. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 8245] By: jhi on 2000/12/28 23:57:05 Log: The maxiters upper limit sanity check (guarding against non-progress) assumed bytes instead of characters in s/// and split(). Branch: perl ! pp.c pp_hot.c ____________________________________________________________________________ [ 8244] By: jhi on 2000/12/28 23:34:08 Log: Make some panic messages a bit more logical. Branch: perl ! doop.c pod/perldiag.pod pp.c pp_hot.c ____________________________________________________________________________ [ 8243] By: jhi on 2000/12/28 22:59:16 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really. From: Simon Cozens Date: Wed, 27 Dec 2000 02:30:03 +0000 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! pp.c t/pragma/sub_lval.t ____________________________________________________________________________ [ 8242] By: jhi on 2000/12/28 22:56:53 Log: Subject: [PATCH blead] Fix B::Terse indentation From: Daniel Chetlin Date: Wed, 27 Dec 2000 06:43:30 -0800 Message-ID: <20001227064329.B9573@darkstar> Branch: perl ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t ____________________________________________________________________________ [ 8241] By: jhi on 2000/12/28 22:48:59 Log: The latter patch from the Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile From: Peter Prymmer Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST) Message-ID: (the former patch from the above should have been taken care of by Nick I-S) Branch: perl ! win32/Makefile ____________________________________________________________________________ [ 8240] By: jhi on 2000/12/28 22:45:22 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once From: "Casey R. Tweten" Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST) Message-ID: Branch: perl ! lib/constant.pm ____________________________________________________________________________ [ 8239] By: jhi on 2000/12/28 22:37:45 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args From: Simon Cozens Date: Wed, 27 Dec 2000 14:12:44 +0000 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! t/op/method.t t/op/sort.t toke.c ____________________________________________________________________________ [ 8238] By: jhi on 2000/12/28 22:30:32 Log: Subject: [PATCH perl@8229] Call.pm From: "Paul Marquess" Date: Mon, 25 Dec 2000 10:47:15 -0000 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com> Branch: perl ! ext/Filter/Util/Call/Call.pm ____________________________________________________________________________ [ 8237] By: jhi on 2000/12/28 22:19:21 Log: Subject: [PATCH blead] Fix problem with `&' prototype From: Daniel Chetlin Date: Wed, 27 Dec 2000 15:55:32 -0800 Message-ID: <20001227155532.D9573@darkstar> Branch: perl ! op.c t/comp/proto.t ____________________________________________________________________________ [ 8236] By: jhi on 2000/12/28 22:09:25 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find From: Daniel Chetlin Date: Sun, 24 Dec 2000 04:09:49 -0800 Message-ID: <20001224040949.B3090@darkstar> Branch: perl ! gv.c mg.c t/op/attrs.t ____________________________________________________________________________ [ 8235] By: jhi on 2000/12/28 22:07:11 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly From: Jan Dubois Date: Tue, 26 Dec 2000 20:57:31 -0800 Message-ID: Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 8234] By: jhi on 2000/12/28 21:52:42 Log: Subject: Re: [PATCH] Warn on use of reference as array elem From: Simon Cozens Date: Thu, 28 Dec 2000 20:33:13 +0000 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot ____________________________________________________________________________ [ 8233] By: jhi on 2000/12/28 19:40:49 Log: Integrate perlio. Branch: perl !> ext/Encode/Makefile.PL ext/Encode/compile ____________________________________________________________________________ [ 8232] By: nick on 2000/12/23 16:06:00 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.) Branch: perlio ! ext/Encode/Makefile.PL ____________________________________________________________________________ [ 8231] By: nick on 2000/12/23 14:30:34 Log: "Compiled" encode build cleanup - Makefile uses catfile $(MAKEFILE) etc. for platform issues. - .c files do not export sub-tables Branch: perlio ! ext/Encode/Makefile.PL ext/Encode/compile ____________________________________________________________________________ [ 8230] By: nick on 2000/12/23 12:50:37 Log: Integrate mainline Branch: perlio !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod !> pod/perl5004delta.pod pod/perl5005delta.pod !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod !> pod/perlsub.pod ____________________________________________________________________________ [ 8229] By: jhi on 2000/12/22 15:32:12 Log: Integrate perlio. Branch: perl +> win32/distclean.bat !> MANIFEST t/io/utf8.t ____________________________________________________________________________ [ 8228] By: jhi on 2000/12/22 15:29:40 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update From: Robin Barker Date: Fri, 22 Dec 2000 12:17:38 GMT Message-Id: <200012221217.MAA21332@tempest.npl.co.uk> Branch: perl ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod ! pod/perl5004delta.pod pod/perl5005delta.pod ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod ! pod/perlsub.pod ____________________________________________________________________________ [ 8227] By: jhi on 2000/12/22 15:24:28 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending? From: "John L. Allen" Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST) Message-ID: Document APPLLIB_EXP. Branch: perl ! INSTALL ____________________________________________________________________________ [ 8226] By: nick on 2000/12/21 22:11:50 Log: Handy script for when one forgets to "dmake clean" Branch: perlio + win32/distclean.bat ! MANIFEST ____________________________________________________________________________ [ 8225] By: nick on 2000/12/21 21:54:04 Log: CRLF platform issue with io/utf8 fix. Branch: perlio ! t/io/utf8.t ____________________________________________________________________________ [ 8224] By: nick on 2000/12/21 21:02:20 Log: Integrate mainline Branch: perlio !> Changes Configure Makefile.SH Porting/Glossary !> Porting/config.sh Porting/config_H configure.com !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t !> win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 8223] By: jhi on 2000/12/21 17:09:16 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8222] By: jhi on 2000/12/21 16:24:01 Log: Metaconfig unit changes for #8221. Branch: metaconfig/U/perl +> issymlink.U - testsyml.U ! Mksymlinks.U ____________________________________________________________________________ [ 8221] By: jhi on 2000/12/21 16:23:48 Log: Rename testsyml to issymlink. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 8220] By: jhi on 2000/12/21 15:47:26 Log: Robustness support for #8218 (symlink forest) since the GNU tools seem to be overly picky about symlinkage depths. Branch: perl ! Makefile.SH t/io/fs.t ____________________________________________________________________________ [ 8219] By: jhi on 2000/12/21 15:38:27 Log: Metaconfig changes for #8218. Branch: metaconfig ! U/modified/Oldconfig.U Branch: metaconfig/U/perl + Mksymlinks.U ! testsyml.U ____________________________________________________________________________ [ 8218] By: jhi on 2000/12/21 15:37:57 Log: Add Configure option -Dmksymlinks which will create a symlink forest if the current/build differs from the source directory. TODO: mkdir -p is not portable. Branch: perl ! Configure ____________________________________________________________________________ [ 8217] By: jhi on 2000/12/21 14:39:12 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads From: Nick Ing-Simmons Date: Thu, 21 Dec 2000 09:38:18 GMT Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com> The ofs became an SV. Branch: perl ! ext/Thread/Thread.xs ____________________________________________________________________________ [ 8216] By: jhi on 2000/12/21 05:40:21 Log: The polymorphism seems to have fixed 20000517.001. Branch: perl ! t/pragma/utf8.t ____________________________________________________________________________ [ 8215] By: jhi on 2000/12/21 04:44:52 Log: read() documentation tweak for 20001121.004. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 8214] By: jhi on 2000/12/21 03:54:11 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv". Branch: perl ! pp_sys.c t/op/misc.t ____________________________________________________________________________ [ 8213] By: jhi on 2000/12/21 00:28:10 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com From: Peter Prymmer Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST) Message-ID: Branch: perl ! configure.com ____________________________________________________________________________ [ 8212] By: jhi on 2000/12/21 00:26:21 Log: Edit edit edit. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8211] By: jhi on 2000/12/20 18:52:46 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8210] By: jhi on 2000/12/20 18:34:47 Log: Yet another editor edit. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8209] By: jhi on 2000/12/20 15:33:28 Log: More Win32 Perling. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8208] By: jhi on 2000/12/20 15:07:46 Log: More Win32 editor/IDE/shell hints. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8207] By: jhi on 2000/12/20 03:54:08 Log: Subject: [PATCH] obscure timing knowledge From: Nicholas Clark Date: Tue, 19 Dec 2000 19:22:31 +0000 Message-ID: <20001219192231.F2827@plum.flirble.org> Branch: perl ! sv.c ____________________________________________________________________________ [ 8206] By: jhi on 2000/12/20 03:45:57 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED) From: Spider Boardman Date: Tue, 19 Dec 2000 21:30:16 -0500 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com> Branch: perl ! sv.c ____________________________________________________________________________ [ 8205] By: jhi on 2000/12/19 23:02:01 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8204] By: jhi on 2000/12/19 22:58:18 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff]) using the \xHH notation. No more inlined UTF-8, sigh, but easier on editors and diffing/patching. Branch: perl ! t/op/utf8decode.t ____________________________________________________________________________ [ 8203] By: nick on 2000/12/19 21:36:16 Log: Integrate mainline (forgot my own change...) Branch: perlio !> ext/Encode/compile ____________________________________________________________________________ [ 8202] By: nick on 2000/12/19 21:34:42 Log: Integrate mainline. Branch: perlio !> (integrate 61 files) ____________________________________________________________________________ [ 8201] By: nick on 2000/12/19 21:34:06 Log: Avoid looking for File::Glob when we don't need it. Branch: perl ! ext/Encode/compile ____________________________________________________________________________ [ 8200] By: jhi on 2000/12/19 18:35:49 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8199] By: jhi on 2000/12/19 18:35:07 Log: Microperl tweaks. Branch: perl ! sv.c uconfig.h uconfig.sh ____________________________________________________________________________ [ 8198] By: jhi on 2000/12/19 18:29:59 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed). Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh ____________________________________________________________________________ [ 8197] By: jhi on 2000/12/19 17:55:29 Log: In VMS embedded perls couldn't access the statically built Socket, from Charles Lane. Branch: perl ! configure.com ____________________________________________________________________________ [ 8196] By: jhi on 2000/12/19 17:49:50 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File) From: "Paul Marquess" Date: Sun, 17 Dec 2000 19:11:44 -0000 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> Branch: perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ____________________________________________________________________________ [ 8195] By: jhi on 2000/12/19 17:47:53 Log: Subject: [patch perl@8150] h2xs SYNOPSIS From: Jonathan Stowe Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT) Message-ID: Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 8194] By: jhi on 2000/12/19 17:46:28 Log: Subject: Re: useless use of void context work-around From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 16 Dec 2000 15:13:36 +0100 Message-ID: Document (comment) the q(di ds ig) trick in the code. Branch: perl ! op.c ____________________________________________________________________________ [ 8193] By: jhi on 2000/12/19 17:10:57 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG From: "Mark J. Reed" Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST) Message-Id: <200012160222.VAA13986@strange.turner.com> Branch: perl ! ext/Sys/Syslog/Syslog.pm ____________________________________________________________________________ [ 8192] By: jhi on 2000/12/19 17:07:45 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing From: Nicholas Clark Date: Sat, 16 Dec 2000 19:03:13 +0000 Message-ID: <20001216190313.D68304@plum.flirble.org> Branch: perl ! t/op/64bitint.t ____________________________________________________________________________ [ 8191] By: jhi on 2000/12/19 17:06:13 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4 From: Dominic Dunlop Date: Mon, 18 Dec 2000 12:00:15 +0100 Message-Id: This patchlet is needed in order that perl can be statically linked. Branch: perl ! regexec.c ____________________________________________________________________________ [ 8190] By: jhi on 2000/12/19 17:03:08 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS From: "Craig A. Berry" Date: Sun, 17 Dec 2000 00:18:35 -0600 Message-Id: Branch: perl ! perlio.h vms/gen_shrfls.pl ____________________________________________________________________________ [ 8189] By: jhi on 2000/12/19 16:20:28 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES From: Prymmer/Kahn Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST) Message-ID: A better version of #8188. Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8188] By: jhi on 2000/12/19 15:57:06 Log: (Replaced by #8189) Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST) From: Prymmer/Kahn Message-ID: Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES From: Ronald J Kimball Date: Mon, 18 Dec 2000 11:10:45 -0500 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu> Branch: perl ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8187] By: jhi on 2000/12/19 15:54:19 Log: Email address fix for Anton Berezin. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 8186] By: jhi on 2000/12/19 15:38:54 Log: Subject: [PATCH perl@8102] cygwin port From: "Eric Fifer" Date: Thu, 14 Dec 2000 13:41:29 -0000 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk> When compiling modules the data item that is being imported from libperl.dll needs to be tagged as imported/shared data: extern __declspec(dllimport) PerlIO_funcs PerlIO_pending; Branch: perl ! perliol.h ____________________________________________________________________________ [ 8185] By: jhi on 2000/12/19 14:53:24 Log: Regen uconfig.h and uconfig.sh. Branch: perl ! uconfig.h uconfig.sh ____________________________________________________________________________ [ 8184] By: jhi on 2000/12/18 20:43:49 Log: Comments work so much better when they are closed. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 8183] By: jhi on 2000/12/18 18:04:02 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers. Fixes the bug 20001218.016. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 8182] By: gsar on 2000/12/18 09:53:47 Log: delete spurious files Branch: maint-5.6/perl - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def - vos/config.h vos/config_h.SH_orig ____________________________________________________________________________ [ 8181] By: gsar on 2000/12/18 09:46:08 Log: regen perltoc Branch: maint-5.6/perl ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod ____________________________________________________________________________ [ 8180] By: gsar on 2000/12/18 09:20:27 Log: integrate changes#7924..7926,7946,7952 from mainline Branch: maint-5.6/perl !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm !> lib/File/stat.pm t/lib/class-struct.t ____________________________________________________________________________ [ 8179] By: gsar on 2000/12/18 08:55:54 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917, 7918,7919,7988,8907 from mainline (various) Branch: maint-5.6/perl +> t/lib/class-struct.t !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL ____________________________________________________________________________ [ 8178] By: gsar on 2000/12/18 08:16:30 Log: avoid redefinition warnings on windows due to sys/socket.h getting #included before win32.h Branch: maint-5.6/perl ! win32/include/sys/socket.h ____________________________________________________________________________ [ 8177] By: gsar on 2000/12/18 05:24:04 Log: make regen_headers; fix POSIX.xs problems; remove outdated code from sys/socket.h that makes build fail now Branch: maint-5.6/perl ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c ! pod/perlapi.pod !> win32/include/sys/socket.h ____________________________________________________________________________ [ 8176] By: gsar on 2000/12/18 05:20:17 Log: update Changes Branch: maint-5.6/perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8175] By: gsar on 2000/12/18 04:57:48 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659, 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683, 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723, 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773, 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816, 7823,7825,7838 Branch: maint-5.6/perl +> lib/File/Spec/Epoc.pm !> (integrate 88 files) ____________________________________________________________________________ [ 8174] By: gsar on 2000/12/18 03:53:09 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623, 7625..7629,7631..7634,7637,7639,7642 from mainline Branch: maint-5.6/perl +> README.solaris !> (integrate 26 files) ____________________________________________________________________________ [ 8173] By: gsar on 2000/12/18 03:37:02 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496, 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534, 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563, 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline Branch: maint-5.6/perl +> t/lib/tie-refhash.t t/lib/tie-substrhash.t - MAINTAIN !> (integrate 111 files) ____________________________________________________________________________ [ 8172] By: jhi on 2000/12/18 02:49:27 Log: Regen pods. Branch: perl ! pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 8171] By: gsar on 2000/12/18 02:49:24 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462, 7465..7471 from mainline Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link in platforms that strictly require all the symbols being present at link time. Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl Subject: [ID 20001026.006] C gives uninitialized warning Subject: [PATCH] todo Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined Use $sort, $uniq (and $tr) consistently as wondered by Nicholas Clark. Too enthusiastic editing in #7460. The reëntrant version shouldn't be needed unless USE_PURE_BISON. Upgrade to CPAN 1.58_55. Subject: CPAN.pm status Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118 Make target reordering to avoid pointless re-makes. Subject: Re: Total re-make of 'make okfile' after 7451 ? Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos Subject: DOC PATCH 5.6.0 Add the repository doc by Malcolm, Sarathy, and by Simon, name as suggested by Michael Bletzinger . Branch: maint-5.6/perl +> Porting/repository.pod !> Configure MANIFEST Makefile.SH README.dos README.os2 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c ____________________________________________________________________________ [ 8169] By: gsar on 2000/12/18 02:33:34 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433, 7435..7441,7445 from mainline Make the UTF-8 decoding stricter and more verbose when malformation happens. This involved adding an argument to utf8_to_uv_chk(), which involved changing its prototype, and prefer STRLEN over I32 for the UTF-8 length, which as a domino effect necessitated changing the prototypes of scan_bin(), scan_oct(), scan_hex(), and reg_uni(). The stricter UTF-8 decoding checking uses Markus Kuhn's UTF-8 Decode Stress Tester from http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt Run vms/vms_yfix.pl, should have done that after changing perly.c in #7382. Subject: [PATCH 5.7.0] static linking with uninstalled perl (Replaced by #7440.) Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16 Fix the bug ID 20001024.005, the bug introduced by #7416. Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current] Fix the bug reported in From: andreas.koenig@anima.de (Andreas J. Koenig) Also make is_utf8_char() stricter. Missed the header file changes from #7425. Check if stdio supports tweaking lval and cnt simultaneously. Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) Stratus VOS updates from Paul Green. Podify README.epoc and README.vos. Add targets to Makefile.SH, most importantly 'regen_all' which also remembers to update vms/perly*. Subject: Minor update to find2perl, for portability Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included) Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV Rename UTF8LEN() to be UNISKIP(), too confusing to have UTF8LEN() and UTF8SKIP(). Allow poking holes at the UTF-8 decoding strictness. Continue the internal UTF-8 API tweaking. Rename utf8_to_uv_chk() back to utf8_to_uv() because it's used much more than the simpler API, now called utf8_to_uv_simple(). Still not quite happy with API, too much partial duplication of functionality. A new version of making the syslog test more robust. (Replaces #7421.) Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16 buildtoc target tweaks. Integrate with vmsperl #7430 by Charles Bailey: Cleanup from prior patch (Charles Lane?): - improve handling of MFDs in Basename and Path - default to no xsubpp line # munging when building debug images Branch: maint-5.6/perl +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm !> (integrate 67 files) ____________________________________________________________________________ [ 8168] By: gsar on 2000/12/18 02:05:49 Log: integrate changes#7512,7733 from mainline (regex bugfixes) Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c From: Martin Husemann Subject: [PATCH 5.7.0] restore match data on backtracing From: Ilya Zakharevich Branch: maint-5.6/perl !> regcomp.c regexec.c t/op/re_tests ____________________________________________________________________________ [ 8167] By: gsar on 2000/12/18 01:55:22 Log: integrate changes#7858,7986 from mainline C in pseudo-fork()ed process may diddle parent's memory; fix it by keeping track of the actual pad offset rather than a raw pointer (this change is probably also relevant to non-ithreads case to avoid fallout from reallocs of the pad array, but is currently only enabled for the ithreads case in the interests of minimal disruption to existing "well tested" code) fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is due to the notorious GetFileType() bug in Windows 9x, which fstat() tickles) Branch: maint-5.6/perl !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h !> win32/win32.c win32/win32.h win32/win32sck.c ____________________________________________________________________________ [ 8166] By: gsar on 2000/12/18 01:52:59 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915 from mainline (xsubpp and ExtUtils::LibList fixups, various other small items) Branch: maint-5.6/perl !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t !> win32/bin/search.pl ____________________________________________________________________________ [ 8165] By: gsar on 2000/12/18 01:28:45 Log: integrate changes#7533,7563,7611,7623 from mainline (various malloc.c embellishments) Branch: maint-5.6/perl !> malloc.c pod/perldiag.pod ____________________________________________________________________________ [ 8164] By: gsar on 2000/12/18 01:23:33 Log: integrate changes#7419,7806,8129 from mainline (various h2xs fixups) Branch: maint-5.6/perl !> utils/h2xs.PL ____________________________________________________________________________ [ 8163] By: gsar on 2000/12/18 01:17:50 Log: integrate changes#7493,7599,7803 from mainline (various perlbug fixups) Branch: maint-5.6/perl !> Makefile.SH utils/perlbug.PL ____________________________________________________________________________ [ 8162] By: gsar on 2000/12/18 00:25:43 Log: always export Perl_deb() (it is required by re.xs whether Perl is built with or without -DDEBUGGING) Branch: maint-5.6/perl ! makedef.pl ____________________________________________________________________________ [ 8161] By: gsar on 2000/12/18 00:23:38 Log: integrate change#7414 from mainline Undo the basename() part of #7412 since the lib/basename tests would need upgrading too. squelch two tests in tr.t that rely on tr/// paranoia change that's not in 5.6.x Branch: maint-5.6/perl ! t/op/tr.t !> lib/File/Basename.pm ____________________________________________________________________________ [ 8160] By: gsar on 2000/12/18 00:05:30 Log: missing change in previous integrate Branch: maint-5.6/perl !> README.aix ____________________________________________________________________________ [ 8159] By: gsar on 2000/12/18 00:03:38 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226, 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362, 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408, 7410..7413 from mainline Branch: maint-5.6/perl +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl +> t/lib/tie-splice.t - lib/unicode/Is/DCinital.pl !> (integrate 112 files) ____________________________________________________________________________ [ 8158] By: jhi on 2000/12/17 23:04:24 Log: Subject: [PATCHES] RE: perl@8150 From: "Gerrit P. Haase" Date: Sun, 17 Dec 2000 21:46:39 +0100 Message-ID: <3A3D343F.13566.1ACA7D93@localhost> Neither cygwin has a getpwuid() one can trust on. Branch: perl ! t/lib/glob-basic.t ____________________________________________________________________________ [ 8157] By: jhi on 2000/12/17 23:01:54 Log: More MAN.PODS => {} fixes. Branch: perl ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL ! os2/OS2/REXX/Makefile.PL ____________________________________________________________________________ [ 8156] By: gsar on 2000/12/17 22:49:13 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093, 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134, 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158, 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199, 7201,7204 from mainline Branch: maint-5.6/perl !> (integrate 121 files) ____________________________________________________________________________ [ 8155] By: jhi on 2000/12/17 22:30:58 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions From: "Craig A. Berry" Date: Sun, 17 Dec 2000 13:09:28 -0600 Message-Id: MAN.PODS => ' ' is naughty. Branch: perl ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL ____________________________________________________________________________ [ 8154] By: nick on 2000/12/17 22:07:13 Log: MULTIPLICITY nit. Branch: perl ! mg.c ____________________________________________________________________________ [ 8153] By: gsar on 2000/12/17 21:23:05 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039, 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074 from mainline Document the SvIOK_.*UV(). Update Unicode todo list. Guard against bad string->int conversion for quads. Subject: small apidoc fix Subject: [PATCH] Tie::StdHandle did not know about 3-arg open Subject: [PATCH] Tied filehandle documentation Subject: [PATCH] Modernize Opcode.pm documentation Make Data::Dumper (non-XS) to work with changed semantics of ref(). Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0 [applied even though said semantics didn't change in 5.6.x] Subject: [PATCH@7014] \G in non-/g is well-defined now ... right? Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 Fix the URL, but the server is still missing in action. Subject: [ID 20000905.002] perlfaq1.pod URL error Subject: [ID 20000903.001] \w in utf8-strings Fix the ccversion detection for 5.1 and beyond. Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question] Subject: [ID 20000904.008] Tiny fix for perldiag Subject: Re: [ID 20000906.004] segfault with bad perl statement Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f Subject: [ID 20000908.002] perlipc documentation bug. Subject: [PATCH lib/Benchmark.pm] Re-allow vec() for characters > 255. Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) Do away with memory models cruft. Sorry, PDP users. Continue #7041. Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3 Upgrade to CPAN 1.57_65, from Andreas König. Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05), by Russ Allbery. Silence t/pod/*.t about alternate quote-mappings now implemented by Pod::Text, from Brad Appleton. Modern Borland C now seems to have anon unions for info.wProcessorArchitecture Subject: borland C++ win32.c tweak C<@a = @b = split(...)> optimization coredumps under ithreads (missed a spot when fixing up op_pmreplroot hack for ithreads) Document the SvUTF8*(). Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output Subject: RE: [Patch 5.7.0] Removing -ldb from the core build Do in VMS as the #7054 does. Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED) Subject: [patch: perl@7045] vms updates Test for the #7049. Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED) Break up the myconfig lines a bit. Subject: perlbug/perl -V output format Subject: [ID 20000911.011] misplaced typemap in perlxs.pod The #7054 truncated Configure badly. change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES initialization in all the threads on Windows Allow for whitespace between "#" and "line" in cpp output. Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9 Remove vestiges of tr//CU. Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU The return value of setlocale must be copied away. Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n Allow chop() and chomp() to be overridden. Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop? Hints optimization. Subject: Minor nit Subject: [PATCH] de-wall t/README Subject: Re: Two advertising clauses need to be removed Branch: maint-5.6/perl !> (integrate 75 files) ____________________________________________________________________________ [ 8152] By: gsar on 2000/12/17 20:30:11 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961, 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997, 6999..7001,7003..7005,7007,7009,7011,7012 from mainline Don't attach -ld to the archname if pointless. Document UNTIE in a very minimalistic way. POSIX doesn't report long double values under -Duselongdouble when the long doubles are "real" (bigger than doubles). More author updates. Try to deduce NV_MAX. Really should be Configure fodder. :: not allowed in pathnames, change to . Subject: [PATCH perl@6938] cygwin port Forget about NV_MAX (#6951). Various floating point tweaks, ideas from Eric Fifer, Yitzchak, Alan, and Spider. Move the Solaris 7 scan to use64bitall, make the failure to find 64-bot sparc libc to mention the possibility of being in an intel, from Lupe and Alan. Regen perltoc. AUTHORS tweaks, from Peter Prymmer. More address tweaking. Small tweaks all over. File::Temp patches from Andreas König, Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status Subject: CPAN.pm beta 1.57_57 for the core Part of the solution. Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory Subject: [PATCH@6961] Fix misleading example in perlretut.pod Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant Add the overload warnings to perldiag. Drop unused argument. Subject: Re: [ID 20000831.034] overload::constant and number of arguments. Subject: Nit in Configure (bleadperl@6961) Update to PodParser 1.18, from Brad Appleton. Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world Subject: [PATCH: 6948] add SCNfldbl to configure.com Document UNTIE. Also tweak implementation to suppress the 'inner references' warning when UNTIE exists and instead pass the cound of extra references to the UNTIE method. Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64, so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant Feature ordering tweak. Regen perltoc. Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?) Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status Subject: http:// in L<> Detypo. change#6791 accidentally clobbered change#6710, put it back Only the first line, thank you very much. Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod plus rework the http: spots as suggested by Tom Christiansen, plus regen perltoc. Undo part of change 6489 which looks like a bulk edit which changed _all_ gv_efullname3() calls to gv_efullname4() calls. The supressing of main:: on return from select() is undesirable. Apparently avoiding the swapping is too costly. Various Configure nits by Philip Newton, plus the ebcdic one by me. Make certain cc is set before trying to run it. If overloaded %{} etc. return the object do not loop. Thus sub deref { $_[0] } functions if object is wanted type. Update perlhist. More %{} and other deref special casing - do not pass to 'nomethod'. Branch: maint-5.6/perl !> (integrate 59 files) ____________________________________________________________________________ [ 8151] By: gsar on 2000/12/17 19:14:38 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918, 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements Make the epsilon to be relative, not absolute. Put back the flags dump as reasoned in Subject: Re: [PATCH] Glob dumping Introduce ccname to keep track of what compiler kind of we have. Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps Put back the slice accidentally removed by #6907. Reset archname and archname64 always, forcing them be recomputed at each Configure run, make Configure and the hints files agree on the naming of largefiles variables. Don't say "Perl 5.0 source kit". Subject: [PATCH] fix misc cast warnings Subject: typos in pods NVs not necessarily doubles, as pointed out by Yitzchak. Subject: [PATCH 6889] add a few ldbl formats to configure.com Subject: [ID 20000830.036] [DOC] chom?p %hash not documented Better options for rsync. Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite() Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001 Subject: [PATCH] Re: UNTIE method A better fix for the Socket building problem from Craig Berry. Retract the dummy test, skip the security tests (instead of failing), explain what the warnings mean. Heap decorruption. Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble Update to Unicode 3.0.1. Missed one Unicode file. Subject: Re: typos in pods The #6929 was too skimpy. sscanf() may be the only way to read long doubles from strings. Reveal Borland's isnan. Subject: build with BC++ tweak Issue useful diagnostic on unknown pod commands. Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048] Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13 Clarify the third case of ftmp-security warnings. Make -Dusemorebits find long doubles in Solaris. Wrap the test in eval. Branch: maint-5.6/perl +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt +> lib/unicode/PropList.txt lib/unicode/README.perl +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html +> lib/unicode/Unicode.301 vms/vmspipe.com - lib/unicode/Props.txt lib/unicode/UCD300.html - lib/unicode/Unicode.300 lib/unicode/Unicode3.html !> (integrate 305 files) ____________________________________________________________________________ [ 8150] By: jhi on 2000/12/17 18:47:57 Log: Uncheckedin generated files. Branch: perl ! global.sym perlapi.c pod/perlapi.pod ____________________________________________________________________________ [ 8149] By: jhi on 2000/12/17 18:41:22 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8148] By: jhi on 2000/12/17 18:39:16 Log: Subject: [PATCH] Fcntl constants speedup From: Nicholas Clark Date: Sun, 17 Dec 2000 16:29:24 +0000 Message-ID: <20001217162924.E97668@plum.flirble.org> Use IVs for the Fcntl constants instead of NVs. Branch: perl ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t ____________________________________________________________________________ [ 8147] By: jhi on 2000/12/17 18:33:41 Log: Add test for #8145 (binmode() warning), add warning for ioctl() and sockpair(), document them. (fileno() cannot be tripwired with the same kind of warning because 'defined fileno($foo)' seems to be an idiom.) Branch: perl ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys ____________________________________________________________________________ [ 8146] By: gsar on 2000/12/17 18:09:08 Log: update Changes Branch: maint-5.6/perl ! Changes ____________________________________________________________________________ [ 8145] By: jhi on 2000/12/17 17:39:35 Log: Subject: [PATCH] Re: The long awaited feature ... From: Simon Cozens Date: Sun, 17 Dec 2000 12:31:56 +0000 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org> Add a warning to binmode() about using bad filehandles (can happen e.g. if someone forgets the filehandle argument) Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 8144] By: jhi on 2000/12/17 17:33:48 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :( From: Jonathan Stowe Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT) Message-ID: Branch: perl ! lib/Net/Ping.pm ____________________________________________________________________________ [ 8143] By: jhi on 2000/12/17 05:31:37 Log: Polymorphic regexps. Fixes at least the bugs 20001028.003 (both of them...) and 20001108.001. The bugs 20001114.001 and 20001205.014 seem also to be fixed by now, probably already before this patch. Branch: perl ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c ! t/op/utf8decode.t t/pragma/utf8.t ____________________________________________________________________________ [ 8142] By: jhi on 2000/12/16 17:16:05 Log: Subject: [patch perl@8102] dos/djgpp update From: Laszlo Molnar Date: Sat, 16 Dec 2000 01:40:52 +0100 Message-ID: <20001216014052.A335@freemail.hu> Branch: perl ! djgpp/config.over t/base/commonsense.t ____________________________________________________________________________ [ 8141] By: jhi on 2000/12/16 17:09:27 Log: Few uncheckedin files. Branch: perl ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod ____________________________________________________________________________ [ 8140] By: nick on 2000/12/15 22:14:31 Log: Integrate mainline Branch: perlio !> (integrate 53 files) ____________________________________________________________________________ [ 8139] By: jhi on 2000/12/15 19:49:49 Log: One more IVUV tweak from Nicholas Clark. Branch: perl ! sv.c ____________________________________________________________________________ [ 8138] By: jhi on 2000/12/15 19:17:06 Log: Return of the IVUV-preservation, now seems to be happy even in Digital UNIX (the broken strtoul brokenness detection seems to have been the fly in the ointment). Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com embed.h embed.pl epoc/config.sh ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def ! vos/config.ga.h win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 8137] By: jhi on 2000/12/15 18:12:14 Log: Metaconfig unit change for #8136. Branch: metaconfig ! U/modified/d_strtoul.U Branch: metaconfig/U/perl ! d_strtoull.U d_strtouq.U ____________________________________________________________________________ [ 8136] By: jhi on 2000/12/15 18:11:35 Log: I don't think it's sensible or portable to test the strtou* on /^-/ strings. Branch: perl ! Configure ____________________________________________________________________________ [ 8135] By: jhi on 2000/12/15 17:18:49 Log: Metaconfig unit change for #8134. Branch: metaconfig ! U/modified/d_strtoul.U ____________________________________________________________________________ [ 8134] By: jhi on 2000/12/15 17:14:13 Log: If longsize is 8 we don't need a LL suffix for integer constants. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 8133] By: jhi on 2000/12/15 16:00:23 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8132] By: jhi on 2000/12/15 15:44:16 Log: Some compilers get huffy if you do not cast a const pointer to a non-const when assigning. Branch: perl ! gv.c ____________________________________________________________________________ [ 8131] By: jhi on 2000/12/15 15:38:30 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times From: Ilya Zakharevich Date: Fri, 15 Dec 2000 05:26:57 -0500 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu> Branch: perl ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c ! t/pragma/overload.t ____________________________________________________________________________ [ 8130] By: jhi on 2000/12/15 15:36:08 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading From: Ilya Zakharevich Date: Thu, 14 Dec 2000 22:02:43 -0500 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu> Branch: perl ! gv.c perl.h ____________________________________________________________________________ [ 8129] By: jhi on 2000/12/15 15:34:16 Log: Subject: PATCH: h2xs nit From: Tim Jenness Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST) Message-ID: Add a template README. Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 8128] By: jhi on 2000/12/15 15:32:22 Log: Still buggy findgteprime, fix from Eric Joanis . Branch: perl ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t ____________________________________________________________________________ [ 8127] By: jhi on 2000/12/15 15:19:34 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe:: From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 14 Dec 2000 20:04:42 EST Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu> Branch: perl ! ext/Opcode/Opcode.xs ____________________________________________________________________________ [ 8126] By: jhi on 2000/12/15 15:17:49 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds From: Peter Prymmer Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST) Message-ID: Branch: perl ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm ____________________________________________________________________________ [ 8125] By: jhi on 2000/12/15 15:11:05 Log: This seems to be a stage sane and stable enough to checkin. (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124) Branch: perl ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t ! t/op/cmp.t t/op/numconvert.t ____________________________________________________________________________ [ 8124] By: jhi on 2000/12/15 04:20:26 Log: Something is really wonky. Branch: perl ! sv.c ____________________________________________________________________________ [ 8123] By: jhi on 2000/12/15 04:00:50 Log: Fixes for the IV UV patches to compile in Digital UNIX. Branch: perl ! sv.c ____________________________________________________________________________ [ 8122] By: jhi on 2000/12/15 02:53:40 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name From: "Craig A. Berry" Date: Thu, 14 Dec 2000 19:10:49 -0600 Message-Id: Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 8121] By: jhi on 2000/12/15 02:50:00 Log: Metaconfig changes for #8120. Branch: metaconfig + U/modified/d_strtoul.U Branch: metaconfig/U/perl ! d_strtoull.U d_strtouq.U ____________________________________________________________________________ [ 8120] By: jhi on 2000/12/15 02:49:42 Log: From: Nicholas Clark Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic) Date: Thu, 14 Dec 2000 18:38:57 +0000 Message-ID: <20001214183857.B97909@plum.flirble.org> Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h ! uconfig.sh vos/config.alpha.def vos/config.alpha.h ! vos/config.ga.def vos/config.ga.h win32/config.bc ! win32/config.gc win32/config.vc ____________________________________________________________________________ [ 8119] By: jhi on 2000/12/14 23:40:58 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic From: Nicholas Clark Date: Wed, 13 Dec 2000 20:08:50 +0000 Message-ID: <20001213200849.B71166@plum.flirble.org> Branch: perl ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t ____________________________________________________________________________ [ 8118] By: jhi on 2000/12/14 22:46:26 Log: Integrate perlio. Branch: perl !> MANIFEST ext/Encode/compile makedef.pl ____________________________________________________________________________ [ 8117] By: nick on 2000/12/14 22:38:53 Log: Win32 tweaks to get Encode to build - temp hack to makedef.pl till PerlIO is properly "exported". - MSVC dislikes static encpage_t foo[]; so make 'em extern for now. Branch: perlio ! ext/Encode/compile makedef.pl ____________________________________________________________________________ [ 8116] By: nick on 2000/12/14 22:00:53 Log: Document the new files Branch: perlio ! MANIFEST ____________________________________________________________________________ [ 8115] By: jhi on 2000/12/14 21:58:01 Log: MANIFEST new files of #8114. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 8114] By: jhi on 2000/12/14 21:50:49 Log: Integrate perlio. Branch: perl +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h !> ext/Encode/Encode.pm ext/Encode/Encode.xs !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc !> ext/Encode/Makefile.PL ____________________________________________________________________________ [ 8113] By: jhi on 2000/12/14 21:48:49 Log: The documentation part of the Subject: [ID 20001214.002] Net::Ping patch From: Jonathan Stowe Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT) Message-Id: since the #7529 had already addressed the same problem. Branch: perl ! lib/Net/Ping.pm ____________________________________________________________________________ [ 8112] By: jhi on 2000/12/14 21:42:57 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed From: Dominic Dunlop Date: Tue, 12 Dec 2000 10:47:10 +0100 Message-Id: Document how elusive subroutines can be. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 8111] By: jhi on 2000/12/14 21:38:05 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous From: Dominic Dunlop Date: Thu, 14 Dec 2000 10:13:51 +0100 Message-Id: Branch: perl ! ext/POSIX/POSIX.pod ____________________________________________________________________________ [ 8110] By: jhi on 2000/12/14 21:36:32 Log: Subject: [patch] perlfaq7 From: "Gerrit P. Haase" Date: Thu, 14 Dec 2000 15:31:07 +0100 Message-ID: <3A38E7BB.13178.11C40A8@localhost> Branch: perl ! pod/perlfaq7.pod ____________________________________________________________________________ [ 8109] By: jhi on 2000/12/14 21:29:20 Log: Subject: [8104] Encode From: "H.Merijn Brand" Date: Thu, 14 Dec 2000 14:49:34 +0100 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl> Type casting for nervous compilers. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 8108] By: jhi on 2000/12/14 21:26:17 Log: Subject: [8104] DB_File From: "H.Merijn Brand" Date: Thu, 14 Dec 2000 14:49:35 +0100 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl> Type definition incorrect for DB 2.7.7. Not known when it changed, so only changed it for a known revision. Branch: perl ! ext/DB_File/DB_File.xs ____________________________________________________________________________ [ 8107] By: jhi on 2000/12/14 21:23:41 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc. From: Peter Prymmer Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST) Message-ID: Use '?' (0x6F in EBCDIC) for the illegal codepoint. Branch: perl ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc ! ext/Encode/Encode/posix-bc.enc ____________________________________________________________________________ [ 8106] By: nick on 2000/12/14 20:36:13 Log: "Cold" build correction to Encode's Makefile.PL Branch: perlio ! ext/Encode/Makefile.PL ____________________________________________________________________________ [ 8105] By: nick on 2000/12/14 20:09:37 Log: "Compiled" encodings. Correct replacement character in EBCDIC .enc files Add 0x7F to ASCII repertoire. Branch: perlio ! ext/Encode/Encode.pm ext/Encode/Encode.xs ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc ! ext/Encode/Makefile.PL ext/Encode/compile ! ext/Encode/encengine.c ext/Encode/encode.h ____________________________________________________________________________ [ 8104] By: nick on 2000/12/14 00:38:20 Log: Integrate mainline Branch: perlio !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t !> t/lib/db-hash.t t/lib/db-recno.t ____________________________________________________________________________ [ 8103] By: nick on 2000/12/13 23:16:13 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts so far and so it does not get lost. Branch: perlio + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h ____________________________________________________________________________ [ 8102] By: jhi on 2000/12/13 17:14:22 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8101] By: jhi on 2000/12/13 16:53:41 Log: Move the proto of start_glob() to a better place; regen api files. Branch: perl ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h ____________________________________________________________________________ [ 8100] By: jhi on 2000/12/13 16:47:11 Log: Metaconfig change for #8099. Branch: metaconfig ! U/modified/Head.U ____________________________________________________________________________ [ 8099] By: jhi on 2000/12/13 16:46:48 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp From: Andy Dougherty Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST) Message-ID: Branch: perl ! Configure ____________________________________________________________________________ [ 8098] By: jhi on 2000/12/13 16:39:02 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix From: rspier@pobox.com (Robert Spier) Date: Tue, 12 Dec 2000 21:12:39 -0500 Message-ID: <14902.56087.678086.725773@rls.cx> fastgetcwd is defined using a glob alias on a $^O dependent basis - and there was no default assignment or perl subroutine. Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 8097] By: jhi on 2000/12/13 16:16:01 Log: Subject: [PATCH] move startglob out of pp_hot.c From: Nicholas Clark Date: Mon, 11 Dec 2000 23:16:39 +0000 Message-ID: <20001211231638.A55550@plum.flirble.org> Branch: perl ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h ____________________________________________________________________________ [ 8096] By: jhi on 2000/12/13 15:26:23 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio From: "H.Merijn Brand" Date: Wed, 13 Dec 2000 14:01:37 +0100 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl> perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which in turn requires libpthread in libswanted. Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 8095] By: jhi on 2000/12/12 19:51:05 Log: The integration wars continue. Branch: perl !> sv.c ____________________________________________________________________________ [ 8094] By: jhi on 2000/12/12 19:48:26 Log: Subject: [PATCH perl@8070] DB_File-1.74 From: "Paul Marquess" Date: Mon, 11 Dec 2000 23:07:17 -0000 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> Branch: 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 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t ! t/lib/db-recno.t ____________________________________________________________________________ [ 8093] By: nick on 2000/12/12 19:42:13 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff. Branch: perlio ! sv.c !> lib/File/DosGlob.pm ____________________________________________________________________________ [ 8092] By: jhi on 2000/12/12 19:28:11 Log: Integrate perlio. Branch: perl !> sv.c ____________________________________________________________________________ [ 8091] By: nick on 2000/12/12 18:49:45 Log: Fix for Tk, and upgrading shared SVs. Branch: perlio ! sv.c ____________________________________________________________________________ [ 8090] By: jhi on 2000/12/12 16:48:59 Log: Subject: [PATCH] Re: Breadperl & Tk From: Nick Ing-Simmons Date: Tue, 12 Dec 2000 14:48:27 GMT Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> Branch: perl ! sv.c ____________________________________________________________________________ [ 8089] By: jhi on 2000/12/12 03:37:19 Log: Subject: DosGlob.pm diff for bash style brace expansion. From: "Mestnik, Mike" Date: Fri, 8 Dec 2000 10:45:30 -0600 Message-ID: Branch: perl ! lib/File/DosGlob.pm ____________________________________________________________________________ [ 8088] By: nick on 2000/12/11 23:59:59 Log: Integrate mainline Branch: perlio !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t !> t/op/local.t t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 8087] By: jhi on 2000/12/11 23:20:23 Log: Integrate perlio. Branch: perl !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h ____________________________________________________________________________ [ 8086] By: jhi on 2000/12/11 22:50:59 Log: Tune further the OS detection of CGI. Branch: perl ! lib/CGI.pm ____________________________________________________________________________ [ 8085] By: nick on 2000/12/11 22:50:46 Log: Finish 1st pass of "encoding" layer e.g. : open($fh," Date: Mon, 11 Dec 2000 15:54:24 +0000 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org> More io/utf8 tests. Branch: perl ! t/io/utf8.t ____________________________________________________________________________ [ 8080] By: jhi on 2000/12/11 18:19:36 Log: Subject: PATCH MakeMaker manpage clarification From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 10 Dec 2000 20:46:13 +0100 Message-ID: Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 8079] By: jhi on 2000/12/11 15:35:07 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing From: Simon Cozens Date: Sun, 10 Dec 2000 19:06:19 +0000 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! ext/B/B/Deparse.pm t/lib/b.t ____________________________________________________________________________ [ 8078] By: jhi on 2000/12/11 15:09:11 Log: Subject: [PATCH] docs on NaN From: Nicholas Clark Date: Mon, 11 Dec 2000 01:48:38 +0000 Message-ID: <20001211014838.B99205@plum.flirble.org> Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 8077] By: jhi on 2000/12/11 15:02:21 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements From: Simon Cozens Date: Mon, 11 Dec 2000 01:21:45 +0000 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! pp.c pp_hot.c scope.c t/op/local.t ____________________________________________________________________________ [ 8076] By: nick on 2000/12/10 20:43:32 Log: Not merge worthy... Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name) syntax is modelled on attributes. Untested fix for io/utf8 on Win32 etc. Very clumsy start to the encode layer. Branch: perlio ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h ____________________________________________________________________________ [ 8075] By: jhi on 2000/12/10 18:39:33 Log: Darwin is not Windows. Branch: perl ! lib/CGI.pm ____________________________________________________________________________ [ 8074] By: jhi on 2000/12/10 18:31:27 Log: Subject: Ambiguous -%c() resolved as a file test From: "Paul Marquess" Date: Sun, 10 Dec 2000 15:35:07 -0000 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com> Branch: perl ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 8073] By: jhi on 2000/12/10 18:16:29 Log: Subject: PATCH installperl misinformed From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 10 Dec 2000 13:01:32 +0100 Message-ID: Branch: perl ! installperl ____________________________________________________________________________ [ 8072] By: jhi on 2000/12/10 18:07:55 Log: The walkoptree confusion rages; walkoptree() seems to be coming from B.xs, while walkoptree_slow() comes from B.pm. Branch: perl ! ext/B/B.pm ____________________________________________________________________________ [ 8071] By: nick on 2000/12/10 11:45:47 Log: Integrate mainline Branch: perlio +> t/base/commonsense.t !> (integrate 37 files) ____________________________________________________________________________ [ 8070] By: jhi on 2000/12/10 04:46:21 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8069] By: jhi on 2000/12/10 04:39:19 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies) From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 09 Dec 2000 17:14:25 +0100 Message-ID: Branch: perl + t/base/commonsense.t ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST ____________________________________________________________________________ [ 8068] By: jhi on 2000/12/10 04:17:36 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef From: "Paul Marquess" Date: Sat, 9 Dec 2000 16:47:22 -0000 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com> Branch: perl ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t ! t/lib/sdbm.t ____________________________________________________________________________ [ 8067] By: jhi on 2000/12/10 03:52:02 Log: Test case for #8066. Branch: perl ! t/op/misc.t ____________________________________________________________________________ [ 8066] By: jhi on 2000/12/10 03:50:30 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination From: Simon Cozens Date: Sun, 10 Dec 2000 00:55:37 +0000 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 8065] By: jhi on 2000/12/10 03:44:52 Log: Test case for #8064. Branch: perl ! t/comp/proto.t ____________________________________________________________________________ [ 8064] By: jhi on 2000/12/10 03:42:32 Log: Subject: Re: prototype of substr From: Simon Cozens Date: Sun, 10 Dec 2000 00:13:33 +0000 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org> Make CORE::substr to be '$$;$$' instead of '$$;$;$'. Branch: perl ! pp.c ____________________________________________________________________________ [ 8063] By: jhi on 2000/12/10 03:39:42 Log: Subject: [PATCH] perlguts.pod From: Simon Cozens Date: Sun, 10 Dec 2000 00:06:47 +0000 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org> Documentation of the different types of ops, plus the functions in dump.c Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 8062] By: jhi on 2000/12/10 03:30:04 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED) From: Nicholas Clark Date: Sat, 09 Dec 2000 18:57:25 +0000 Message-Id: Be more robust in weird hostname setups. Branch: perl ! t/lib/net-hostent.t ____________________________________________________________________________ [ 8061] By: jhi on 2000/12/10 03:28:21 Log: Pacify fussy compiler. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 8060] By: jhi on 2000/12/10 02:52:46 Log: Integrate perlio. Branch: perl !> pp_sys.c t/io/utf8.t ____________________________________________________________________________ [ 8059] By: nick on 2000/12/09 23:40:14 Log: read/sysread/recv should now be utf8 aware. Basic test for utf8 read. Branch: perlio ! pp_sys.c t/io/utf8.t ____________________________________________________________________________ [ 8058] By: jhi on 2000/12/09 21:56:02 Log: Integrate perlio. Branch: perl +> t/io/utf8.t !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c ____________________________________________________________________________ [ 8057] By: jhi on 2000/12/09 21:53:35 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016) From: Inaba Hiroto Date: Sun, 10 Dec 2000 05:53:21 +0900 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp> Tests for #8056. Branch: perl ! t/op/each.t ____________________________________________________________________________ [ 8056] By: jhi on 2000/12/09 21:51:16 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016) From: Inaba Hiroto Date: Sat, 09 Dec 2000 18:02:00 +0900 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp> exists() didn't work for UTF-8 keys, and neither did shared hash keys. Branch: perl ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c ____________________________________________________________________________ [ 8055] By: nick on 2000/12/09 20:11:48 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather than raw PerlIO_write() - does not seem to break any tests. Branch: perlio ! pp_sys.c ____________________________________________________________________________ [ 8054] By: nick on 2000/12/09 19:47:30 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO. (sysread, recv and write i.e. formats still to do...) Allow :utf8 or :bytes in PerlIO_apply_layers() so that open($fh,">:utf8","name") etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer, so no extra overhead is involved. Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM to a non-utf8 stream. Add initial io/utf8.t Fix SvPVutf8() - sv_2pv() was not expecting to be called with something that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead. Branch: perlio + t/io/utf8.t ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t ____________________________________________________________________________ [ 8053] By: nick on 2000/12/09 19:26:37 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot was only testing this_utf8. Branch: perlio ! toke.c ____________________________________________________________________________ [ 8052] By: nick on 2000/12/09 19:09:41 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8 i.e. the output string has one, but don't mess with source assumption. Branch: perlio ! toke.c ____________________________________________________________________________ [ 8051] By: jhi on 2000/12/09 16:55:17 Log: Integrate perlio. Branch: perl !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c !> sv.c thrdvar.h util.c ____________________________________________________________________________ [ 8050] By: jhi on 2000/12/09 16:48:07 Log: Nits noticed by Peter Prymmer. Branch: perl ! lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 8049] By: nick on 2000/12/09 13:49:40 Log: UTF8 output prework. - Store $\ and $, as SVs so they can have SvUTF8 flag - use do_print() rather than raw PerlIO_write() to print them. Branch: perlio ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c ! thrdvar.h util.c ____________________________________________________________________________ [ 8048] By: nick on 2000/12/09 12:30:43 Log: Integrate mainline. Branch: perlio +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl +> t/op/reverse.t !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h ____________________________________________________________________________ [ 8047] By: jhi on 2000/12/09 00:23:27 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)] From: Michael G Schwern Date: Fri, 8 Dec 2000 14:43:04 -0600 Branch: perl ! lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 8046] By: jhi on 2000/12/08 23:10:27 Log: A missed check-in. Branch: perl ! lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 8045] By: jhi on 2000/12/08 21:57:12 Log: (null check-in) Branch: perl ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod ____________________________________________________________________________ [ 8044] By: jhi on 2000/12/08 21:11:06 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be at the final draft stage. Branch: perl + ext/Encode/Encode/iso8859-16.enc ! MANIFEST ____________________________________________________________________________ [ 8043] By: jhi on 2000/12/08 16:39:04 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8042] By: jhi on 2000/12/08 16:33:39 Log: Do not return the Unicode replacement character if UTF-8 decoding goes awry, it should be up to the caller to decide. Branch: perl ! pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 8041] By: jhi on 2000/12/08 16:22:28 Log: metaconfig maintenance. Branch: metaconfig ! U/modified/stdchar.U Branch: metaconfig/U/perl + testsyml.U ____________________________________________________________________________ [ 8040] By: jhi on 2000/12/08 16:03:08 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30 From: sthoenna@efn.org Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST) Message-Id: <200012080532.eB85Wh729109@garcia.efn.org> Branch: perl ! Changes lib/ExtUtils/MM_OS2.pm ____________________________________________________________________________ [ 8039] By: jhi on 2000/12/08 15:57:11 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful From: Simon Cozens Date: Fri, 8 Dec 2000 13:33:31 +0000 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> (The pp_hot part needed a rewrite.) Branch: perl ! doop.c pp_hot.c utf8.c ____________________________________________________________________________ [ 8038] By: jhi on 2000/12/08 15:25:08 Log: Subject: djSP From: Michael Stevens Date: Wed, 6 Dec 2000 23:24:01 +0000 Message-ID: <20001206232400.A21381@firedrake.org> Plus a note from Nick Ing-Simmons. Branch: perl ! pp.h ____________________________________________________________________________ [ 8037] By: jhi on 2000/12/08 15:18:35 Log: Filetype is text. Branch: perl ! t/op/utf8decode.t ____________________________________________________________________________ [ 8036] By: jhi on 2000/12/08 03:31:27 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support From: Andy Dougherty Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST) Message-Id: Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support From: Andy Dougherty Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST) Message-ID: Branch: perl + ext/POSIX/hints/svr4.pl ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t ____________________________________________________________________________ [ 8035] By: jhi on 2000/12/08 03:26:01 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built From: Andy Dougherty Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST) Message-Id: Branch: perl ! t/README t/base/term.t ____________________________________________________________________________ [ 8034] By: jhi on 2000/12/08 03:21:59 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented From: mjd@plover.com Date: 7 Dec 2000 21:04:20 -0000 Message-ID: <20001207210420.22282.qmail@plover.com> Plus -z doc. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 8033] By: jhi on 2000/12/08 03:19:03 Log: Use the UTF8 macros a bit. They can't be used with abandon everywhere because we do generate illegal UTF-8 in some situations. This is of course naughty. Branch: perl ! pod/perlapi.pod utf8.c utf8.h ____________________________________________________________________________ [ 8032] By: jhi on 2000/12/08 03:00:09 Log: Out of sync? Branch: perl ! t/pragma/warn/utf8 ____________________________________________________________________________ [ 8031] By: jhi on 2000/12/08 02:22:39 Log: Cnt spl. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 8030] By: jhi on 2000/12/08 01:23:54 Log: Add test for reverse(). Branch: perl + t/op/reverse.t ! MANIFEST ____________________________________________________________________________ [ 8029] By: jhi on 2000/12/08 01:21:47 Log: Integrate perlio. Branch: perl !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c !> perlio.c perlio.h perlsdio.h warnings.pl ____________________________________________________________________________ [ 8028] By: jhi on 2000/12/08 01:19:08 Log: Introduce macros for UTF8 decoding. Branch: perl ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h ____________________________________________________________________________ [ 8027] By: nick on 2000/12/07 22:18:19 Log: Integrate mainline Branch: perlio !> embed.pl pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 8026] By: nick on 2000/12/07 21:45:08 Log: Various oddities p4 diff -se showed up Remove 'our' from warnings.pl Branch: perlio ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl ____________________________________________________________________________ [ 8025] By: nick on 2000/12/07 21:43:32 Log: Change PerlIO_(get|set)pos to take SV * Should fix, OS/2, VMS, (sfio??) Branch: perlio ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h ____________________________________________________________________________ [ 8024] By: jhi on 2000/12/07 19:05:32 Log: Document utf8_to_uv() better. Branch: perl ! pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 8023] By: jhi on 2000/12/07 18:23:47 Log: Document utf8_length(), utf8_distance(), and utf8_hop(). Branch: perl ! embed.pl pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 8022] By: jhi on 2000/12/07 04:13:51 Log: Integrate perlio. Branch: perl !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc !> win32/config_H.gc win32/config_H.vc win32/config_h.PL !> win32/makefile.mk ____________________________________________________________________________ [ 8021] By: nick on 2000/12/07 00:28:14 Log: Various attempts at MSVC debug - not sure what has changed but works now. Seems atexit() _may_ work for DLLs built with MSVC so don't call cleanup that way. Branch: perlio ! perlio.c win32/makefile.mk ____________________________________________________________________________ [ 8020] By: nick on 2000/12/06 19:57:20 Log: Integrate mainline Branch: perlio +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t !> (integrate 75 files) ____________________________________________________________________________ [ 8019] By: nick on 2000/12/06 19:28:21 Log: Add useperlio to config.vc Turn off binmode in config_H.PL Regen all the config_H.xx Attempt to get debugging build with MSVC. Branch: perlio ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/config_h.PL win32/makefile.mk ____________________________________________________________________________ [ 8018] By: nick on 2000/12/06 19:21:57 Log: Test various dup/external program options on all platforms. Branch: perlio ! t/io/dup.t ____________________________________________________________________________ [ 8017] By: nick on 2000/12/06 19:20:47 Log: Fix harness to be less picky Branch: perlio ! lib/Test/Harness.pm ____________________________________________________________________________ [ 8016] By: jhi on 2000/12/06 16:45:12 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 8015] By: jhi on 2000/12/06 16:41:03 Log: Test \x{...} with ord(). Branch: perl ! t/op/ord.t ____________________________________________________________________________ [ 8014] By: jhi on 2000/12/06 16:20:33 Log: Test tweak because of #8013. Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 8013] By: jhi on 2000/12/06 16:09:09 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/ From: Michael G Schwern Date: Tue, 5 Dec 2000 21:23:28 -0500 Message-ID: <20001205212328.C6473@blackrider.aocn.com> Carp::Heavy parts not very applicable because of recent changes. Branch: perl ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm ! lib/Exporter.pm lib/Exporter/Heavy.pm ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t ! warnings.pl ____________________________________________________________________________ [ 8012] By: jhi on 2000/12/06 15:22:38 Log: Subject: [PATCH] Re: New harness is failing things From: Nick Ing-Simmons Date: Wed, 6 Dec 2000 13:00:30 GMT Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com> Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 8011] By: jhi on 2000/12/06 15:12:08 Log: Subject: installhtml changes From: Michael Stevens Date: Wed, 6 Dec 2000 13:15:53 +0000 Message-ID: <20001206131553.A27317@firedrake.org> Branch: perl ! installhtml ____________________________________________________________________________ [ 8010] By: jhi on 2000/12/06 15:06:05 Log: Subject: the dTHR hits From: Michael Stevens Date: Wed, 6 Dec 2000 12:06:03 +0000 Message-ID: <20001206120603.A24581@firedrake.org> More, errrm, less dTHRs. Branch: perl ! bytecode.pl ext/B/B/C.pm ____________________________________________________________________________ [ 8009] By: jhi on 2000/12/06 15:04:25 Log: Subject: MakeMaker mailing list gone? From: Michael G Schwern Date: Tue, 5 Dec 2000 19:29:59 -0500 Message-ID: <20001205192959.B6473@blackrider.aocn.com> The MakeMaker mailing list is dead, perlbug is the right address to report bugs. Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 8008] By: jhi on 2000/12/06 15:00:32 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP] From: Michael G Schwern Date: Tue, 5 Dec 2000 19:21:21 -0500 Message-ID: <20001205192121.A6473@blackrider.aocn.com> Add a default MANIFEST skip that ignores things like version control files, editor temporary files, and the Makefile. Branch: perl + lib/ExtUtils/MANIFEST.SKIP ! MANIFEST lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 8007] By: jhi on 2000/12/06 14:57:20 Log: In Amiga more manual hackery of the scripts seems to be needed, from Jan-Erik Karlsson. Why Configure does not get this right is unknown, may be shell-induced. Branch: perl ! README.amiga ____________________________________________________________________________ [ 8006] By: jhi on 2000/12/05 23:53:12 Log: Add TOPm1s to peek at the second topmost stack item. Branch: perl ! pp.h ____________________________________________________________________________ [ 8005] By: jhi on 2000/12/05 23:13:55 Log: Avaunt, you foul UTF-8 tests. Branch: perl ! t/op/ver.t t/pragma/utf8.t ____________________________________________________________________________ [ 8004] By: jhi on 2000/12/05 23:09:54 Log: Continue utf8 dispersal. Branch: perl + t/op/concat.t ! MANIFEST t/pragma/utf8.t ____________________________________________________________________________ [ 8003] By: nick on 2000/12/05 23:02:39 Log: Integrate mainline. Branch: perlio +> t/op/length.t t/op/utf8decode.t !> (integrate 69 files) ____________________________________________________________________________ [ 8002] By: jhi on 2000/12/05 22:59:28 Log: Integrate perlio. Branch: perl !> iperlsys.h perl.c perlio.c win32/perllib.c ____________________________________________________________________________ [ 8001] By: nick on 2000/12/05 22:07:52 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO - calloc/free suffer from damage on TerminateThread() - use PerlMemShared (as originally planned) now fixed - avoid doing anything important on DLL "detach". Branch: perlio ! perl.c perlio.c win32/perllib.c ____________________________________________________________________________ [ 8000] By: nick on 2000/12/05 21:05:09 Log: Fix gross PerlMemShared issue. Branch: perlio ! iperlsys.h ____________________________________________________________________________ [ 7999] By: jhi on 2000/12/05 20:46:58 Log: Test for Unicode (UTF-8) hash keys. Branch: perl ! t/op/each.t ____________________________________________________________________________ [ 7998] By: jhi on 2000/12/05 20:30:35 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...} is now always UTF-8), empty line cosmetics. Branch: perl ! t/pragma/utf8.t ____________________________________________________________________________ [ 7997] By: jhi on 2000/12/05 20:15:40 Log: Subject: Re: STRLEN - what? From: Andy Dougherty Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST) Message-ID: Explain STRLEN. Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 7996] By: jhi on 2000/12/05 20:13:34 Log: Split off the UTF-8 decoder tests, make them to check also the error message. Branch: perl + t/op/utf8decode.t ! MANIFEST t/pragma/utf8.t utf8.c ____________________________________________________________________________ [ 7995] By: jhi on 2000/12/05 16:39:47 Log: Start migrating bits of pragma/utf8 to elsewhere (since the long term plan is to obsolete 'use utf8'). Branch: perl + t/op/length.t ! MANIFEST t/pragma/utf8.t ____________________________________________________________________________ [ 7994] By: jhi on 2000/12/05 16:30:21 Log: Fix a manual edit typo from #7993, fix the message formatting for Unicode, add few our declarations. Branch: perl ! lib/Carp/Heavy.pm ____________________________________________________________________________ [ 7993] By: jhi on 2000/12/05 16:09:15 Log: Subject: Need help with warnings :-( From: "Ben Tilly" Date: Tue, 05 Dec 2000 01:35:54 -0500 Message-ID: Subject: UPDATE: Carp/Heavy now passes all tests From: "Ben Tilly" Date: Tue, 05 Dec 2000 07:59:41 -0500 Message-ID: The Brave New Carp. Branch: perl ! lib/Carp.pm lib/Carp/Heavy.pm ____________________________________________________________________________ [ 7992] By: jhi on 2000/12/05 15:55:08 Log: Subject: [PATCH perl@7979] cygwin port From: "Eric Fifer" Date: Tue, 5 Dec 2000 14:04:09 -0000 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk> Branch: perl ! t/lib/net-hostent.t ____________________________________________________________________________ [ 7991] By: jhi on 2000/12/05 15:52:34 Log: Subject: Re: [PATCH] The largest hoax of all times? From: Ilya Zakharevich Date: Tue, 5 Dec 2000 00:40:25 -0500 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu> Subject: Re: [PATCH] The largest hoax of all times? From: Ilya Zakharevich Date: Mon, 4 Dec 2000 23:55:53 -0500 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu> Subject: Re: [PATCH] The largest hoax of all times? From: Ilya Zakharevich Date: Tue, 5 Dec 2000 01:28:45 -0500 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu> Fix the unpredictable order of DESTROYs. Branch: perl ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c ! sv.c sv.h t/op/ref.t ____________________________________________________________________________ [ 7990] By: jhi on 2000/12/05 14:38:53 Log: Subject: [PATCH] shrink pp_hot fractionally From: Nicholas Clark Date: Tue, 5 Dec 2000 12:44:31 +0000 Message-ID: <20001205124431.E74518@plum.flirble.org> Use report_evil_fh(). Branch: perl ! opcode.pl opnames.h pp_hot.c util.c ____________________________________________________________________________ [ 7989] By: jhi on 2000/12/05 14:21:27 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED) From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 04 Dec 2000 22:21:59 -0800 Message-ID: Harness shouldn't ignore responses like "ok 3\r\r\n". Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 7988] By: jhi on 2000/12/05 13:51:28 Log: Integrate the "skip" messages to explain(). Branch: perl ! t/lib/syslfs.t t/op/lfs.t ____________________________________________________________________________ [ 7987] By: jhi on 2000/12/05 12:34:54 Log: The one that got away in #7984. Subject: Re: dTHR - what and why? From: Michael Stevens Date: Tue, 5 Dec 2000 11:15:52 +0000 Message-ID: <20001205111552.A4647@firedrake.org> Branch: perl ! sv.h ____________________________________________________________________________ [ 7986] By: gsar on 2000/12/05 09:14:44 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is due to the notorious GetFileType() bug in Windows 9x, which fstat() tickles) Branch: perl ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c ____________________________________________________________________________ [ 7985] By: jhi on 2000/12/05 05:49:03 Log: Integrate perlio. Branch: perl !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t !> win32/perlhost.h win32/perllib.c ____________________________________________________________________________ [ 7984] By: jhi on 2000/12/05 05:48:16 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go. Branch: perl ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs ! win32/win32.c ____________________________________________________________________________ [ 7983] By: nick on 2000/12/04 23:27:43 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal" Branch: perlio ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t ! win32/perlhost.h win32/perllib.c ____________________________________________________________________________ [ 7982] By: jhi on 2000/12/04 19:44:09 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug uncovered by #7980. Branch: perl ! op.c ____________________________________________________________________________ [ 7981] By: jhi on 2000/12/04 19:42:07 Log: Subject: [PATCH] Trivial dump.c feature From: Simon Cozens Date: Mon, 4 Dec 2000 18:08:38 +0000 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk> Show whether a constant is UTF-8. Branch: perl ! dump.c ____________________________________________________________________________ [ 7980] By: jhi on 2000/12/04 19:36:51 Log: UTF-8 hash keys, patch from Inaba Hiroto. Branch: perl ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h ____________________________________________________________________________ [ 7979] By: jhi on 2000/12/04 17:36:28 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7978] By: jhi on 2000/12/04 16:42:17 Log: Retract #7977, still too volatile (the euphemism of the day for unfinished and buggy :-) Branch: perl ! doop.c hv.c pp.c sv.h ____________________________________________________________________________ [ 7977] By: jhi on 2000/12/04 16:25:15 Log: (Retracted by #7978, too shaky yet.) Subject: Re: utf8 in hash keys, implementor missing From: Simon Cozens Date: Sat, 2 Dec 2000 19:49:35 +0000 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk> The first step at UTF-8 hash keys. Branch: perl ! doop.c hv.c pp.c sv.h ____________________________________________________________________________ [ 7976] By: jhi on 2000/12/04 16:13:53 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED) From: sthoenna@efn.org Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST) Message-Id: <200012040306.eB436rE18922@garcia.efn.org> Branch: perl ! os2/os2.c perlio.c ____________________________________________________________________________ [ 7975] By: jhi on 2000/12/04 16:05:25 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED) From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 30 Nov 2000 20:50:37 -0800 Message-ID: Branch: perl ! os2/os2.c ____________________________________________________________________________ [ 7974] By: jhi on 2000/12/04 16:03:57 Log: Subject: [PATCH] ++ 20% faster From: Nicholas Clark Date: Mon, 4 Dec 2000 12:17:27 +0000 Message-ID: <20001204121726.B52976@plum.flirble.org> Make '$i = ""; $i++' to produce true IVs without a hint of NVs. Branch: perl ! sv.c ____________________________________________________________________________ [ 7973] By: jhi on 2000/12/04 16:00:48 Log: Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED) From: "H.Merijn Brand" Date: Mon, 04 Dec 2000 12:30:45 +0100 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl> AIX 4.2 (using latest patchlevels on 20001130) has a broken bind library (getprotobyname and getprotobynumber are outversioned by the same calls in libc, at least for xlc version 3. Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 7972] By: jhi on 2000/12/04 02:58:31 Log: Integrate perlio. Branch: perl !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c !> win32/makefile.mk win32/perlhost.h win32/perllib.c !> win32/win32.h win32/win32iop.h win32/win32thread.h ____________________________________________________________________________ [ 7971] By: nick on 2000/12/04 00:24:33 Log: Quieten some noise in Win32 builds: - win32.h is included after , so need to set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **. Branch: perlio ! doio.c perl.h toke.c win32/win32.h ____________________________________________________________________________ [ 7970] By: nick on 2000/12/03 22:57:46 Log: PERL_IMPLICIT_SYS compiles but does not work. Branch: perlio ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk ! win32/perlhost.h win32/perllib.c win32/win32.h ! win32/win32iop.h win32/win32thread.h ____________________________________________________________________________ [ 7969] By: jhi on 2000/12/03 22:12:58 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV used to swash_init(), makes regprop() dumps more informative (+utf8::IsAlpha, -utf8::IsDigit, for example). Branch: perl ! regcomp.c regexec.c ____________________________________________________________________________ [ 7968] By: jhi on 2000/12/03 21:39:56 Log: Implement ANYOFUTF8 regprop() dumping. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 7967] By: jhi on 2000/12/03 20:57:19 Log: Make uv_to_utf8() to zero-terminate its output buffer, always use (at least) UTF8_MAXLEN + 1 U8s deep buffer. Branch: perl ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c ____________________________________________________________________________ [ 7966] By: nick on 2000/12/03 18:41:21 Log: Integrate mainline (STDCHAR) Branch: perlio !> Configure t/pragma/utf8.t ____________________________________________________________________________ [ 7965] By: jhi on 2000/12/03 17:58:20 Log: Raw zero bytes in text files confuse at least GNU patch 2.1. Branch: perl ! t/pragma/utf8.t ____________________________________________________________________________ [ 7964] By: jhi on 2000/12/03 17:35:56 Log: Integrate perlio. Branch: perl !> iperlsys.h perlio.c ____________________________________________________________________________ [ 7963] By: jhi on 2000/12/03 17:33:55 Log: Metaconfig unit change for #7962. Branch: metaconfig ! U/modified/stdchar.U ____________________________________________________________________________ [ 7962] By: jhi on 2000/12/03 17:33:27 Log: Untangle the #include nest for the stdchar test, from Andy Dougherty. Branch: perl ! Configure ____________________________________________________________________________ [ 7961] By: nick on 2000/12/03 16:53:00 Log: Make iperlsys.h vector stdio not PerlIO. Branch: perlio ! iperlsys.h perlio.c ____________________________________________________________________________ [ 7960] By: nick on 2000/12/03 14:43:01 Log: Integrate mainline Branch: perlio !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c ____________________________________________________________________________ [ 7959] By: jhi on 2000/12/03 08:16:36 Log: Use DO_UTF8(). Branch: perl ! op.c ____________________________________________________________________________ [ 7958] By: jhi on 2000/12/02 18:33:05 Log: Subject: Re: [ID 20001130.011] expression parsing bug ? From: Mike Guy Date: Sat, 02 Dec 2000 17:27:13 +0000 Message-Id: An extraneous argument. Branch: perl ! toke.c ____________________________________________________________________________ [ 7957] By: jhi on 2000/12/02 18:22:32 Log: A missing hunk. Branch: perl ! t/lib/net-hostent.t ____________________________________________________________________________ [ 7956] By: jhi on 2000/12/02 18:06:20 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent) From: Nicholas Clark Date: Sat, 2 Dec 2000 14:28:27 +0000 Message-ID: <20001202142827.A12308@plum.flirble.org> Test robustness. Branch: perl ! t/lib/net-hostent.t ____________________________________________________________________________ [ 7955] By: jhi on 2000/12/02 17:58:06 Log: Metaconfig unit change for #7954. Branch: metaconfig ! U/modified/stdchar.U ____________________________________________________________________________ [ 7954] By: jhi on 2000/12/02 17:54:32 Log: An inconvenient hang would happen if the stdio _ptr wasn't found in and didn't exist. (grep would be grepping stdin for all eternity for the _ptr.) Branch: perl ! Configure ____________________________________________________________________________ [ 7953] By: jhi on 2000/12/02 00:07:15 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7952] By: jhi on 2000/12/01 23:54:47 Log: Subject: Re: long shell lines From: Andy Dougherty Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST) Message-ID: Split overly long shell command lines. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 7951] By: jhi on 2000/12/01 23:48:02 Log: The metaconfig unit change for #7950. Branch: metaconfig + U/modified/stdchar.U ____________________________________________________________________________ [ 7950] By: jhi on 2000/12/01 23:47:39 Log: Try to find stdchar also from . Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7949] By: jhi on 2000/12/01 23:46:45 Log: Subject: Re: [ID 20001130.011] expression parsing bug ? From: Ronald J Kimball Date: Fri, 1 Dec 2000 16:26:08 -0500 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu> Reword the diagnostic message. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 7948] By: nick on 2000/12/01 22:49:43 Log: Integrate mainline (for s/y/m as sub names stuff). Branch: perlio !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t !> t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 7947] By: jhi on 2000/12/01 20:55:41 Log: Integrate perlio. Branch: perl !> perlio.c perliol.h t/io/pipe.t ____________________________________________________________________________ [ 7946] By: jhi on 2000/12/01 20:36:51 Log: Upgrade to CPAN 1.59_51, from Andreas König. Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 7945] By: nick on 2000/12/01 20:31:32 Log: Integrate mainline Branch: perlio +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t +> t/lib/net-hostent.t !> (integrate 35 files) ____________________________________________________________________________ [ 7944] By: jhi on 2000/12/01 20:23:29 Log: Some help for 20001130.011. Now one gets warnings like "Ambiguous -f() resolved as a file test ..." Branch: perl ! pod/perldiag.pod t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 7943] By: jhi on 2000/12/01 19:44:44 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because that also breaks using them as methods. Branch: perl ! pod/perldiag.pod t/op/misc.t toke.c ____________________________________________________________________________ [ 7942] By: nick on 2000/12/01 17:56:46 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail. Make 'unix' pass most tests - do unread by temporary push of layer ("pending") holding unread chars - fast_gets is now based on per-handle flag - relax one of io/pipe.t tests to allow print to fail and close to succeed so that it passes on unbuffered "unix" layer. Remaining fail is sporadic and a genuine race condition between parent/child in fork test. Branch: perlio ! perlio.c perliol.h t/io/pipe.t ____________________________________________________________________________ [ 7941] By: jhi on 2000/12/01 15:28:58 Log: (Retracted by #7943.) Reserve the short named string operator names. Branch: perl ! pod/perldiag.pod t/op/misc.t toke.c ____________________________________________________________________________ [ 7940] By: jhi on 2000/12/01 06:45:53 Log: Get the three different space character classes right under utf8. Branch: perl + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c ! regexec.c t/op/pat.t utf8.c ____________________________________________________________________________ [ 7939] By: jhi on 2000/12/01 03:26:26 Log: Two more tests that make no sense in UTF-8 since the test data is not in UTF-8. Branch: perl ! t/op/regexp.t ____________________________________________________________________________ [ 7938] By: jhi on 2000/12/01 03:20:39 Log: \x{} doesn't any more require 'use utf8' outside regexen so why should it be required inside regexen? Branch: perl ! regcomp.c t/op/regmesg.t ____________________________________________________________________________ [ 7937] By: jhi on 2000/12/01 02:58:53 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't stored and restored, and thusly was trounced by the utf8 swash routines. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 7936] By: jhi on 2000/11/30 20:41:39 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade(). Why the different platforms behave so differently (core dump vs no core dump) on this bug is a but of a mystery, but if I had to guess I would mumble something like 'alignment'. Branch: perl ! sv.c ____________________________________________________________________________ [ 7935] By: jhi on 2000/11/30 16:17:02 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits From: Robin Barker Message-Id: <200011301427.OAA00030@tempest.npl.co.uk> Date: Thu, 30 Nov 2000 14:27:12 GMT Branch: perl ! perlio.c toke.c ____________________________________________________________________________ [ 7934] By: jhi on 2000/11/30 16:04:49 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'. Branch: perl ! t/lib/net-hostent.t ____________________________________________________________________________ [ 7933] By: jhi on 2000/11/30 06:07:26 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED) From: Peter Prymmer Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST) Message-Id: In VMS the localhost may be LOCALHOST. Branch: perl ! t/lib/net-hostent.t ____________________________________________________________________________ [ 7932] By: jhi on 2000/11/30 01:11:11 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv() From: Peter Prymmer Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST) Message-ID: plus regen perlapi.pod. Branch: perl ! pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 7931] By: jhi on 2000/11/30 01:06:19 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 29 Nov 2000 17:15:11 EST Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu> Branch: perl ! t/lib/filter-util.pl t/lib/filter-util.t ____________________________________________________________________________ [ 7930] By: jhi on 2000/11/29 18:51:55 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7929] By: jhi on 2000/11/29 18:50:55 Log: Update the va_copy() metaconfig unit. Branch: metaconfig/U/perl ! need_va_copy.U ____________________________________________________________________________ [ 7928] By: jhi on 2000/11/29 17:50:43 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17 From: Dominic Dunlop Date: Tue, 28 Nov 2000 16:41:57 +0100 Message-Id: Patch to catch a core dump in the Configure va_copy test. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7927] By: jhi on 2000/11/29 17:31:59 Log: Retract #7921, the patch shouldn't be needed. Branch: perl ! sv.c ____________________________________________________________________________ [ 7926] By: jhi on 2000/11/29 17:01:41 Log: Make the Class::Struct import() wiser. Branch: perl ! lib/Class/Struct.pm t/lib/class-struct.t ____________________________________________________________________________ [ 7925] By: jhi on 2000/11/29 16:36:33 Log: All the core library users of Class::Struct seem to be using "use Class::Struct 'struct';" instead of the bare "use Class::Struct;", which isn't documented in Class::Struct. This can't be right. Branch: perl ! lib/File/stat.pm ____________________________________________________________________________ [ 7924] By: jhi on 2000/11/29 16:32:15 Log: A test works better if it has the right 1..$n output. Branch: perl ! t/lib/class-struct.t ____________________________________________________________________________ [ 7923] By: jhi on 2000/11/29 16:29:11 Log: Forgot to MANIFEST the new Net::hostent test. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 7922] By: jhi on 2000/11/29 16:27:49 Log: Integrate perlio. Branch: perl !> iperlsys.h perlio.c ____________________________________________________________________________ [ 7921] By: jhi on 2000/11/29 16:27:10 Log: (Retracted by #7927.) Subject: [PATCH] Is infinity a number? From: Simon Cozens Date: Wed, 29 Nov 2000 14:48:20 +0000 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk> Branch: perl ! sv.c ____________________________________________________________________________ [ 7920] By: jhi on 2000/11/29 16:23:02 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?) From: rspier@pobox.com (Robert Spier) Date: Wed, 29 Nov 2000 02:17:49 -0500 Message-ID: <14884.44445.760322.278647@localhost.localdomain> Add a test for Net::hostent. Branch: perl + t/lib/net-hostent.t ____________________________________________________________________________ [ 7919] By: jhi on 2000/11/29 16:21:31 Log: Make "use Class::Struct 'struct';" work again (broken by #7617); add a test for Class::Struct. Branch: perl + t/lib/class-struct.t ! MANIFEST lib/Class/Struct.pm ____________________________________________________________________________ [ 7918] By: jhi on 2000/11/29 15:48:40 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH] From: rspier@pobox.com (Robert Spier) Date: Wed, 29 Nov 2000 02:25:39 -0500 Message-ID: <14884.44915.86028.422238@localhost.localdomain> More checking in case someone has broken their services or protocol databases. Branch: perl ! ext/Sys/Syslog/Syslog.pm ____________________________________________________________________________ [ 7917] By: jhi on 2000/11/29 15:46:25 Log: Subject: [PATCH] $^O win32 -> MSWin32 From: rspier@pobox.com (Robert Spier) Date: Wed, 29 Nov 2000 02:17:38 -0500 Message-ID: <14884.44434.340627.126145@localhost.localdomain> plus similar nits for vms, err, VMS, and UNICOS. Branch: perl ! t/lib/syslfs.t t/op/lfs.t ____________________________________________________________________________ [ 7916] By: jhi on 2000/11/29 15:42:51 Log: Subject: [PATCH] Tokeniser debugging From: Simon Cozens Date: Wed, 29 Nov 2000 14:15:45 +0000 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk> Branch: perl ! perl.c perl.h pod/perlrun.pod toke.c ____________________________________________________________________________ [ 7915] By: jhi on 2000/11/29 15:41:36 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp From: Ilya Zakharevich Date: Wed, 29 Nov 2000 02:13:14 -0500 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu> OUT keyword nits. Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp From: Ilya Zakharevich Date: Wed, 29 Nov 2000 03:09:04 -0500 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu> OUT and IN_OUT documentation. Branch: perl ! lib/ExtUtils/xsubpp pod/perlxs.pod ____________________________________________________________________________ [ 7914] By: jhi on 2000/11/29 03:35:01 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger From: John Tobey Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST) Message-Id: plus a performance speedup noticed by Sarathy. Branch: perl ! op.c ____________________________________________________________________________ [ 7913] By: jhi on 2000/11/29 03:16:59 Log: Use "1 while unlink" so that VMS gets clean, too. Branch: perl ! t/lib/filter-util.t ____________________________________________________________________________ [ 7912] By: jhi on 2000/11/29 03:09:08 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp From: Ilya Zakharevich Date: Tue, 28 Nov 2000 03:27:09 -0500 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu> Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 7911] By: jhi on 2000/11/29 03:06:30 Log: This should have been part of #7872: no need to scan UTF-8 until eternity. Branch: perl ! utf8.c ____________________________________________________________________________ [ 7910] By: jhi on 2000/11/29 02:50:04 Log: One more perltie.pod nit from Casey R. Tweten. Branch: perl ! pod/perltie.pod ____________________________________________________________________________ [ 7909] By: jhi on 2000/11/29 02:44:23 Log: Document the known sprintf test failures, exact standard reference from Dominic Dunlop, NonStop-UX testing from Tom Bates. Branch: perl ! pod/perldelta.pod t/op/sprintf.t ____________________________________________________________________________ [ 7908] By: jhi on 2000/11/29 02:36:23 Log: Add the Encoding table format documentation. Branch: perl + ext/Encode/Encode/EncodeFormat.pod ! MANIFEST ____________________________________________________________________________ [ 7907] By: jhi on 2000/11/29 02:07:24 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays From: "Casey R. Tweten" Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST) Message-ID: Subject: Re: [PATCH] Updating perltie.pod for arrays From: "Casey R. Tweten" Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST) Message-ID: Branch: perl ! pod/perltie.pod ____________________________________________________________________________ [ 7906] By: nick on 2000/11/28 22:40:59 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it). Branch: perlio ! iperlsys.h perlio.c ____________________________________________________________________________ [ 7905] By: nick on 2000/11/28 22:04:34 Log: Integrate mainline Branch: perlio !> (integrate 39 files) ____________________________________________________________________________ [ 7904] By: jhi on 2000/11/28 16:44:43 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy? From: Nicholas Clark Date: Tue, 28 Nov 2000 11:16:57 +0000 Message-Id: Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 7903] By: jhi on 2000/11/28 16:40:31 Log: Subject: [PATCH] Updating perltie.pod for arrays From: "Casey R. Tweten" Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST) Message-ID: Branch: perl ! pod/perltie.pod ____________________________________________________________________________ [ 7902] By: jhi on 2000/11/28 16:39:37 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM) From: Robin Barker Date: Mon, 27 Nov 2000 17:56:44 GMT Message-Id: <200011271756.RAA22706@tempest.npl.co.uk> Branch: perl ! pod/perlfunc.pod t/op/split.t ____________________________________________________________________________ [ 7901] By: jhi on 2000/11/28 16:28:04 Log: setmode() is a DOSish-only thing. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7900] By: jhi on 2000/11/28 16:21:46 Log: Subject: [PATCH] perlcc.PL cleanups From: Simon Cozens Date: Tue, 28 Nov 2000 12:44:35 +0000 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk> Branch: perl ! utils/perlcc.PL ____________________________________________________________________________ [ 7899] By: gsar on 2000/11/28 06:32:55 Log: reintegrate files missed by change#7895 Branch: maint-5.6/perl +> ext/ByteLoader/bytecode.h utils/Makefile - utils/perlbc.PL ____________________________________________________________________________ [ 7897] By: gsar on 2000/11/27 18:22:47 Log: can't integrate these two files, for some reason Branch: maint-5.6/perl - ext/ByteLoader/bytecode.h utils/Makefile ____________________________________________________________________________ [ 7895] By: gsar on 2000/11/27 18:11:21 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780, 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849, 6757..6890,6892..6901 from mainline Bytecompiler patches from Benjamin Stuhl. More bytecompiler. Subject: [PATCH blead] B:: missing dependency Subject: [PATCH: 6757] configure.com updates and syslog build Long double Gconvert fixes from Yitzchak Scott-Thoennes and Spider Boardman. Subject: [PATCH blead] nextchar() abuse misses an optimisation Long double fixes from Spider Boardman. Make the selection of NVff et al stricter. cSVOPo_*v things index into the current PL_curpad under ithreads, which is different from the curpad used by the XSUB. (In other words, the code as-is before this patch wouldn't work under ithreads.) Be portable. VMS MMS (make) wants null action. Mac and other portability updates from Chris Nandor. Storable support, v-version fixes. Subject: CPAN.pm beta for testing available Portability fix from Hugo van der Sanden. Bad makefile. Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core Replace #6705 with a minimal doc patch. Subject: [PATCH 5.6.0] replace change #6705 Drop the separate perlbc, perlcc -b should be enough. installperl couldn't tell whether it had run tests or not. Subject: [PATCH] Re: installperl and t/TEST Add silencer flags to installperl. Subject: [PATCH] Making installperl silent. Make "make install" by default silent. A new "install-verbose" target is verbose. More liberal parsing of version numbers. Subject: Re: CPAN.pm beta for testing available Create directories in silence. Subject: [PATCH] Another silencer for MakeMaker DOS patches and portability/porting notes, from Tim Jenness. Make installman to recognize the silence flag -S. Actually do something with the silencer option. Continue silencing. Show the doc file, not the temp file. Regen perltoc. Subject: [PATCH] More silencing of installman. Better wording for the vec lvalue diagnostic. Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core Subject: [PATCH: 6805] several more tweaks to configure.com Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS Missing parts of Subject: [PATCH: 6789] some endl fixes for VMS wackiness Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems (applied slightly modified) installperl --verbose and --silent. Subject: Re: [PATCH] More silencing of installman. Add install-silent target. AIX 4.3.3 has SOCKS in libc with a differently named init routine, the problem reported in Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS Tweak the sfio/useperlio logic, hopefully as wished in Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED) One forgotten file from #6816. Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.) Remove duplicately applied patch shards. Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test' Support preserving extremely big/small angles. Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) Subject: [PATCH] installation not quite silent yet. Update the test count. Use UVxf, PTR2UV, NVff. Document PTR2XX and INT2PTR. no-install target a la make -n. Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.) grep -e isn't portable. Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it Can't get the test to reliably work thanks to the inaccurateness of floating point. "Resolves" bug ids 20000826.003, 20000826.009, 20000826.010, Subject: installman buglet DJGPP update from Laszlo Molnar. Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris Passing -R in ldflags makes now it to appear in the default for lddlflags, just like with -L. Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris Test nit. Use the actual thread type, not the pointer-to-struct. Provice virtual $Config{ccflags_nolargefiles} etc. display_format used as a class method without arguments was broken, reported in Subject: Math::Complex->display_format() sets style to 'Math::Complex' Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED) Subject: [PATCH@6855] _Minor_ change to overload.pm pod opmini.o may be left around if a build is interrupted. Typo in #6858. Fix for ID 20000828.001, long doubles were not formatted correctly (showed up in $], which stopped installing perl). An attempt to fix the problem reported in Subject: Building perl@6856 using gcc/AIX 4.3.3 I can't test this properly since the gcc installation I have access to seems to be botched (gcc is calling the AIX cpp, a losing proposition...) Add -ld to archname on long tr...double platforms. Subject: hv.h Doc Patch Potential cruft. Subject: [PATCH bleedperl@6856] warnings fixes -S is the silent flag, -s is the strip flag. Subject: [PATCH] Re: [PATCH] make no-install Take out the SUIDMAIL thing, that will not be a problem in 5.7.*. Subject: [PATCH bleedperl@6866] spellings Subject: [PATCH] Re: files not cleaned even by veryclean Use minimal @INC in tests, most of the time just '../lib', so that we simply can't pick up stuff from other Perls than the one we are testing. Pointed out by Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built Update to Getopt::Long 2.24, from Johan Vromans. Fix for thinko in #6848. Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866) Patches all over for people and the files they (hopefully) care about. Subject: Net::protoent does not export 'getproto' Missed a change in #6869. Subject: [PATCH] Warnings in B::Deparse Subject: [PATCH] Glob dumping Disable one of the tests for now. Disabling the one test is a bit tricky. Don't forget to tidy up. The #6881 removed one dump line. Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd Under usethreads the dumped variable is IN_PAD. Subject: Re: [PATCH] Glob dumping Subject: [ID 20000829.026] [PATCH 6868] File::Temp Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org Regen Configure for #6894. Subject: [PATCH: 6889] updates to perlebcdic.pod Undo namespace pollution of #6878. Subject: Re: Net::protoent does not export 'getproto' Admit that we are leaking scalars. Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs Branch: maint-5.6/perl !> (integrate 271 files) ____________________________________________________________________________ [ 7894] By: gsar on 2000/11/27 16:00:34 Log: a couple of nits Branch: maint-5.6/perl ! MANIFEST pp_sys.c ____________________________________________________________________________ [ 7893] By: gsar on 2000/11/27 15:10:56 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733, 6740..6745,6747..6757,6760 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling Doc nits spotted by Richard Soderberg. move WNOHANG definition to where other such things are Make $Config{byteorder} more magical so that it is dynamically computed: nice for 'fat binaries'. Subject: [PATCH]: default byteorder Subject: [PATCH] Cwd.pm now uses strict Subject: Re: [PATCH]Re: Questions about Math::BigFloat Get -DLEAKTEST to compile (not necessarily to work, mind) Subject: [ID 20000724.006] -DLEAKTEST problem perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit. Add perlebcdic from Peter Prymmer, regen toc. Don't propose using modules built for 5.005 if no binary compatibility with 5.005 is attempted. Do not use prototyping here. Subject: [ID 20000817.016] [PATCH] Peek.xs Document what the backtick returns if the command fails. Add byteorder to the myconfig output. Introduce NVef, NVff, and NVgf, use the middle one. (helps for lib/peek + Linux + long doubles) Reported in Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 Use NVs in POSIX math, not doubles. Subject: [ID 20000817.014] POSIX & modfl Subject: [PATCH 5.6.0+] newSVrv() memory leak The byteorder code in #6671 was wrong. Fix the lib/complex failure of Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 Linux long double accuracy issue: something that when printed with %g looks like "2" but int() of it is 1. Propagate new Configure vars. Unbuffer the output. Subject: [PATCH] perltrap.pod spring cleaning Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value" Tiny Getopt::Long patch from Johan Vromans. Document code point which makes if (defined %stash::) to work (noted by Spider Boardman). Subject: [PATCH perl@6698] cygwin port Document the NDBM_File and ODBM_File as SDBM_File was documented in #6417. The new tests were missing from #6415. Add [[:blank:]] as suggested in Subject: [ID 20000716.024] [=cc=] / [:blank:] (the [=cc=] has already been taken care of by #6439 so the whole bug report can be closed) and make [[:space:]] to be equivalent to isspace(3) (as opposed to \s, which is isSPACE()). The difference is that now [[:space:]] matches the mythical vertical tab, while \s doesn't. Don't eat leading os from index entries. Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'! Subject: [PATCH 5.6.0+] fix for Win32::DomainName Typo in pp_complement(). Subject: [PATCH perl-current] Deparse Add warnif(), check warnings further up the stack, all the warnings functions now can take an optional object reference. Subject: [PATCH bleedperl@6691] warnings pragma update Fix a core dump in lib/selfloader under -DDEBUGGING. Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd) Put back the long double avoidance code to POSIX.xs because VMS seems to need it still. Introduce a 'veryclean' target that is like 'distclean' but also removes *~ and *.orig. Subject: [ID 20000817.023] endianness description in perlfunc.pod Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS Let's try #6717 again. UTF8 concat fixes. Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps pp_open() could pass an uninitialized filename down to do_open9(). Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED) Update to CGI 2.72, from Lincoln Stein. Subject: [PATCH] Silence MakeMaker (Was: installman) Use temporary directory instead of current directory. Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t Document odd vs even subreleases and -Dusedevel. The veryclean target needs to clobber. Use File::Spec->tmpdir(). Document the number of exponent digits. Mention perlebcdic and perlposix-bc. s/this one/the 5.6.0 release/ The #6724 is here. The correct cleaning order is an art. small tweaks for change#6705: avoid C++ style comments in C code; use Perl's malloc API rather than the low level system one Array context keeps slithering in. Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable Subject: [PATCH] os2.c fix for use64bitint Update to Pod::LaTeX 0.53. Subject: [PATCH] lib/Pod/LaTeX.pm updates Document the endianness of Alpha more precisely. Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered Rename the macro argument because some preprocessors can't tell the difference and expand arguments also inside double quoted strings. free TLS slot properly on Windows use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows Unicos/mk requires elaborate paranoia. Tweak the floating point output routine preferences. Also under djgpp the timestamps are funky. Apply some PodParser 1.18 patches; the Pod/Find.pm patches cannot be applied since #6712 conflicts. Use PodParser 1.18 new test. A pod nit. Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns) Be verydeepclean. Branch: maint-5.6/perl +> pod/perlebcdic.pod !> (integrate 106 files) ____________________________________________________________________________ [ 7892] By: jhi on 2000/11/27 15:02:32 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7891] By: jhi on 2000/11/27 14:57:23 Log: Subject: Re: perlfaq style changes From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Sat, 25 Nov 2000 23:32:26 -0800 Message-ID: plus a note from Ronald Kimball. Branch: perl ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod ____________________________________________________________________________ [ 7890] By: jhi on 2000/11/27 14:53:14 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $| From: Benjamin Holzman Date: Sun, 26 Nov 2000 16:27:33 -0500 Message-ID: <20001126162733.J25040@ecnvantage.com> Branch: perl ! gv.c ____________________________________________________________________________ [ 7889] By: jhi on 2000/11/27 14:43:11 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod From: lvirden@cas.org Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST) Message-Id: <200011271432.JAA09550@lwv26awu.cas.org> Branch: perl ! README.amiga ____________________________________________________________________________ [ 7888] By: jhi on 2000/11/27 14:32:34 Log: Restore also the locale test to no-sprintf-taint state. Fixes the bug 20001127.003. Branch: perl ! sv.c t/pragma/locale.t ____________________________________________________________________________ [ 7887] By: gsar on 2000/11/27 14:13:05 Log: integrate changes#6613..6616,6620..6665 from mainline VMS configure.com update continues. Subject: Test fails / warnings with perl-current #6612 Subject: [PATCH] @+, @- readonly (was Re: @ interpolating in "") Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0" For now remove the mail code. Subject: Re: [PATCH] @+, @- readonly Subject: warning: storage class after type is obsolescent Subject: sfio2000 Subject: Re: File::Temp problems on VMS in bleedperl README.os2 update. Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive, Make the user to give up his firstborn, err, to knowingly verify installing an unstable developer release. Also bump the release to 5.7.0, but leave a patch tag in the local patches saying that this is not yet the real thing. Update (kinda) to Test 1.14, from Joshua Pritikin. make ok etc also for win32. Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod Don't blow limited stacks, a lower number is enough to tickle the lookbehind limit. Use -Dusedevel; regen Configure and the respective Porting stuff. Subject: [PATCH] debugger exit code should reflect user exit code Subject: [PATCH perl@6620] cygwin port Missed a file from #6638. Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13) magic callbacks all need to have same type signature Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support. Fix a dependency problem. Subject: [PATCH: 6640] VMS Makefile.SH update The numeric locale was reset to "C" by s?printf and never restored. Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6 No test since adding the failing example to locale.t does not fail -- probably because the locale settings are so thoroughly tweaked by that time. Running the example standalone does fail, though. UPDATE: test case added at change #7540. Subject: [ID 20000324.040] minor fix to perlhpux.pod Update to CPAN 1.57. Subject: [PATCH] Cwd::_backtick_pwd does not check return value Change the perlbug address to perl.org since it's more forgiving. Change the regx compilation error markers to use = instead of < since pod makes using the latter quite messy. Reported in ID 20000814.006 by Abigail and in Subject: Unknown escape E<> ? Update to perldebtut 1.9, from Richard Foley. check that the number pseudo children doesn't exceed MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing the WaitForMultipleObjects() limit that would cause wait() to crash) wait() and waitpid() could potentially be rewritten to use more than one thread to do the waiting to eliminate this limitation change#6328 could make close(SOCKET) return false on windows when it shouldn't pod nit seen in passing on windows, the return values from wait() and waitpid() don't match those of pseudo-pids waitpid() now handles externally spawned pids correctly; fixes for backtick/wait/waitpid failures on Windows 9x these changes make the pid returned by process functions on Windows 9x always positive by clearing the high bit (which is always set on Win9x); pseudo-process PIDs are likewise always negative now on Win9x (just as on NT/2000) trailing new %ENV entries weren't being pushed into the real environment of subprocesses on Windows Tweak the regex compilation errors once more. avoid warnings from dense compiler add "ok" targets from change#6632 in makefile.mk Branch: maint-5.6/perl - lib/Pod/PlainText.pm vms/configure.com !> (integrate 66 files) ____________________________________________________________________________ [ 7886] By: jhi on 2000/11/27 13:54:18 Log: __FUNCTION__ isn't portable and trying to emulate it leads into practically spelling out the name of the function. Takes care of the bug 20001127.001. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7885] By: gsar on 2000/11/27 13:53:18 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606, 6610..6611 from mainline Make regular expression parse error messages easier to understand. Subject: Re: enhanced(?) regex error messages Tiny tidying on report_evil_fh(). Subject: Re: enhanced(?) regex error messages plus Capitalize the error messages, plus perldiag them. Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg" Document here-doc better. Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0" Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu) Do away with array context, from Daniel Chetlin (either perlbug or p5p ate the original), plus regen perlapi and perltoc. Regen global.sym. Double check that we have a dirhandle. Subject: Re: enhanced(?) regex error messages (plus two small patches sent privately) (this still seems to leave few test failures) warn is a macro, avoid using at a variable to avoid warnings in some configurations; readdir.t is too conservative in estimating number of *.t's Get back into sync with Jeffrey on the enhanced regex warnings. Subject: [PATCH 5.6.0] cygwin port Zero entries were skipped, fix from Adrian Goalby Subject: Remove dead entry in perldiag Amend the description of Perl6. Subject: [PATCH Perl-5.6.0] perlfaq1.pod detypo It's the 2ndO'ROSSC. Revert the sv.c part of #6559, a better fix is needed. Iterating perl6 description. Update to Term::ANSIColor 1.03, from Russ Allbery. Update to Getopt::Long 2.23_05, from Johan Vromans. Small AUTHORS and MAINTAIN updates. Could do with big updates. Update to Pod::Parser 1.17, from Brad Appleton. Update to CPAN 1.56, from Andreas König. Update to CGI 2.70, from Lincoln Stein. Put back the std @INC thing. Fixes to looking-like-number to keep behaviour as it was in 5.005_03. Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0] Document the IO::Select timeout. sleep(1) does not necessarily return 1. Subject: [PATCH bleadperl] op/lex_assign.t Subject: debugger "d" command doesnt check line number B::Deparse didn't do sub attributes. Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues?? Preprocessing and postprocessing for File::Find. Subject: Patch to Find::File.pm to allow alphabetical results Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al Subject: Re: [ID 20000730.003] utf8::length() bad Subject: Getting perlio and threads to compile (the Solaris version changes in Configure skipped) Tests for #6589. Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues?? Add Perl debugging tutorial, regen toc. Subject: perldebtut.pod Add a few missing files, update MANIFEST. Rewrite of vms/subconfigure.com as configure.com, from Peter Prymmer and the vmsperl crew. Should have deleted this in #6603. Fix the test for 5005threads. Fix-n-skip the tests under 5005threads. Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set Upgrade to CGI 2.71, from Lincoln Stein. Branch: maint-5.6/perl +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t +> t/op/regmesg.t t/pod/find.t vms/configure.com - vms/subconfigure.com ! lib/lib.pm !> (integrate 115 files) ____________________________________________________________________________ [ 7884] By: jhi on 2000/11/27 13:44:33 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Mon, 27 Nov 2000 08:23:54 EST Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu> Branch: perl ! vms/descrip_mms.template vms/test.com ____________________________________________________________________________ [ 7883] By: gsar on 2000/11/27 11:50:46 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509, 6511..6513,6515..6523,6525..6536 The swallow_bom() saga continues. The #23 of require.t (UTF16-LE) still fails (silently, no output) but the #22 (UTF16-BE) seems to be working now. The root of the failure may be in sv_gets(): is it UTF-16LE-aware, especially when it comes to line endings? Document the problem with -P in HP-UX and its workaround. Subject: [PATCH] allow non-variable as lhs of non-updating tr/// (aka ID 20000730.002) Subject: fix and question re: waitpid() under win32 Make the safety catch for buggy gccs work with triple version numbers like 2.95.2. Reported in Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2 In Digital UNIX warn if gcc explicitly chosen because even 2.95.2 is known to cause problems. Make chr() for values >127 to create utf8 when under utf8. various syntax errors and such (not fixed: comp/require.t#22 coredump on Windows) Stash away the largefiles flags and libswanted. BOM patching from Simon Cozens. If gccosandvers is equal to osname, clear gccosandvers. Make p4desc to skip non-mainperl branches by default. Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself The test from this Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions In new BSDs changes to argv[] do not show up in ps(1) output, instead one must use setproctitle(). This was already addressed by change #6457, but the below has a new variant for FreeBSD 4.0 or later, and the matter is also documented more. FreeBSD 3.* updates from Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps regen_headers, regen perltoc. Document in one place the memory abstractions used in Perl core. memcpy has n o in it, as pinted ut by Sarathy. Remove the extraneous "main::" prefix from all the "opened only for", "on closed", and "never opened" warnings. The name of a filehandle does not have . The tr utf8 patching continues. The new setproctitle() feature is available only in bleeding edge FreeBSD. From Paul Saab. Subject: [PATCH bleadperl] [ID 20000731.010] regex error Dump UVs as UVs in Data::Dumper. detypo #6494 Document the IVdf UVuf UVof UVxf. require.t needs binmode() to work on windows Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros that are hopefully soon put into use. Allow "no Module;" even if there is no 'unimport'. Better skip message for the test; one of the two problems in Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7 The subtest 4 may fail also on VOBS, as pointed out by Nick Ing-Simmons in November 1999, bug id 19991124.003 (but the failure in that bug report isn't the subtest 4). Be more informative on what is skipped and why, also repeat the list at the end. Add a URL for FSF. Subject: [PATCH] sv.h documentation - SvLEN Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems Subject: [PATCH perl-current] Comings and goings in op/sprintf.t Subject: [PATCH] bad cppsymbols on os2 + Configure question Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily mention the idea of @( and @) This is 6512. Really. Subject: [ID 19990721.004] Documentation bug in perlfunc Subject: Minor tweak to perlvar.pod In the warnings call filehandles consistently so; add "unopened" warning for stat(). After the #6519 a warning about stat() is just that, not about a filetest, which now have their own warning. Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters Subject: Re: Array vs. List context Subject: New perlcc, take 2 Weed buglets pointed out by Subject: Re: [ID 20000803.005] miniperl aborts during Perl make gcc versions might have (parentheses) in them. Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock Essential prototype changes were missing from #6527. Also make report_evil_fh() more bomb-proof. Zap lib/Sys directory when cleaning up. Change the Policy policy: now -Dprefix= with an existing Policy.sh and prefix == siteprefix == vendorprefix, then all of them follow along the new prefix. Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH] Continue fixing the io warnings. This also sort of fixes bug ID 20000802.003: the core dump is no more. Whether the current behaviour is correct (giving a warning: "Not a format reference"), is another matter. Have symbols for the IoTYPEs. Subject: [PATCH] perlfunc.pod use documentation (5.6.0) Document a bit that UDP is not what you might think. Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation tr memory corruption fix from Simon Cozens. Plug the security hole described in the Aug 05 2000 bugtraq message "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski. The security hole exists only in suidperls, which isn't installed or even built by default. Branch: maint-5.6/perl !> (integrate 71 files) ____________________________________________________________________________ [ 7882] By: gsar on 2000/11/27 10:25:36 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468 from mainline Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]] to be fatal errors (instead of by default ignoring them, and ignoring with a bug: even though -w gave an error, the opening [ was left in) Reported in: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX) Subject: [PATCH] split /^/ MacOS nits from Matthias Neeracher. More split() doc and test patches from Mike Guy. Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance, from Graham Barr in the module list. docfix from Peter Scott . File::Temp patches for VMS and OS/2 from Tim Jenness. open() wariness in perlbug. Subject: [PATCH] minor doc change - perlguts Subject: Minor doc patch: handy.h Be wary of close()s, too. Further File::Temp patches from Yitzchak Scott-Thoennes and Craig A. Berry. Subject: [PATCH] fixes bug 20000508.004 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag Allow "no AutoLoader;", based on change #6444, suggested by Graham Barr. Use setproctitle() if available to modify $0. Warn if the version of the operating system used to compile gcc differs from the current version of the operating system. Also display the gcc compilation os and version in myconfig. Inspiration from Tiny fixes for #6460. The problem described in this Subject: [ID 20000322.018] named chars aren't magical enough has been fixed in perl 5.6.0 but just in case added a test to keep it away. (The report from Joseph Hall.) Tune the comments and hopefully stop a memory leak. Subject: UTF8 concat (with a memory leak fixed, plus a few casts added) This also seems to help for Subject: [ID 20000716.015] join UTF8 weirdness Do not upgrade SVs into utf8 just because they participate in eq or cmp. Reported and fix suggested in Subject: [ID 20000720.009] sv_eq UTF8 bug Fix the HALF_UPGRADE() macro introduced in #6263. Find green threads before native threads. Subject: Re: Patch to jpl/JNI/Makefile.PL Branch: maint-5.6/perl !> (integrate 30 files) ____________________________________________________________________________ [ 7881] By: jhi on 2000/11/27 05:48:41 Log: It seems that *both* the unused submatch loop cleanup codes are needed. Branch: perl ! regexec.c ____________________________________________________________________________ [ 7880] By: jhi on 2000/11/27 04:50:07 Log: Clean .exists deeper. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 7879] By: jhi on 2000/11/27 02:31:35 Log: The code in regcppop() (see #7878) contains the correct lower limit for the unused submatch 'cleanup' loop so that under "use utf8" the following code wouldn't dump core: "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1) the cleanup loop in regtry() stomped beyond allocated area in the startp[] array. Therefore, copied the correct lower loop limit (*PL_reglastparen) to regtry(). Note: something may still not be quite right: why was the _higher_ loop limit (prog->nparens) different in the utf8 case? After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works without core dumps, there were about 17 of them before the patch (with us since Perl 5.7.0). Two failures, still: 496 and 505 (though these may not be severe). Patch #7881 is also needed since both the cleanup loops seem to be needed. Also, the t/op/pat#44 seems to core dump under utf8. Plus a couple of failures. UGH-8. Branch: perl ! regexec.c ____________________________________________________________________________ [ 7878] By: jhi on 2000/11/27 02:21:17 Log: The unused submatch cleanup code in regtry() seems to be more crucial, the code in regcppop() seems to be redundant for the test suite -- but it contains a germ of truth, and it needed for the build process itself: see #7879 and #7881. Branch: perl ! regexec.c ____________________________________________________________________________ [ 7877] By: jhi on 2000/11/27 01:53:09 Log: Comment on comment. Branch: perl ! regexec.c ____________________________________________________________________________ [ 7876] By: jhi on 2000/11/27 00:49:59 Log: Adjust the docs to agree with #7875. Branch: perl ! pod/perllocale.pod ____________________________________________________________________________ [ 7875] By: jhi on 2000/11/27 00:49:27 Log: Retract #7863. It makes more sense not to taint formatted output, not even by sprintf(). Branch: perl ! sv.c ____________________________________________________________________________ [ 7874] By: jhi on 2000/11/26 23:36:02 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF). Not really fixed (should really dump the UTF-8 charclass), but stopped displaying the garbage. Also add a note on the (missing) Unicode PSXSPC and BLANK. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 7873] By: jhi on 2000/11/26 21:31:13 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8. Branch: perl ! regexec.c ____________________________________________________________________________ [ 7872] By: jhi on 2000/11/26 21:06:04 Log: No need to scan till infinity, 13 is enough. Branch: perl ! handy.h utf8.c ____________________________________________________________________________ [ 7871] By: jhi on 2000/11/26 20:20:32 Log: Test line numbers are different with utf8. Branch: perl ! t/op/re_tests ____________________________________________________________________________ [ 7870] By: jhi on 2000/11/26 20:10:12 Log: Message nit. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 7869] By: jhi on 2000/11/26 19:01:05 Log: Make utf8_length() and utf8_distance() (the latter of which is unused at the moment) to be less forgiving about bad UTF-8. Branch: perl ! embed.h embed.pl objXSUB.h proto.h utf8.c ____________________________________________________________________________ [ 7868] By: jhi on 2000/11/26 18:45:56 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED) From: Benjamin Holzman Date: Sat, 25 Nov 2000 20:40:20 -0500 Message-ID: <20001125204020.A25040@ecnvantage.com> Debian allows installing /usr/bin/locale without installing any locales, an error message will ensue. Branch: perl ! t/pragma/locale.t ____________________________________________________________________________ [ 7867] By: jhi on 2000/11/26 18:31:12 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc From: Benjamin Holzman Date: Sun, 26 Nov 2000 02:42:34 -0500 Message-ID: <20001126024234.G25040@ecnvantage.com> Patch for the bug 20000212.002. Branch: perl ! sv.c t/op/array.t ____________________________________________________________________________ [ 7866] By: jhi on 2000/11/26 18:28:09 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS From: Tim Jenness Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST) Message-ID: File::Temp 0.11. Branch: perl ! lib/File/Temp.pm t/lib/ftmp-tempfile.t ____________________________________________________________________________ [ 7865] By: jhi on 2000/11/26 18:24:22 Log: The metaconfig unit change for #7864. Branch: metaconfig/U/perl ! need_va_copy.U ____________________________________________________________________________ [ 7864] By: jhi on 2000/11/26 18:23:41 Log: Make the va_copy() test not to be so talkative. Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7863] By: jhi on 2000/11/26 18:11:02 Log: Fix locale inconsistencies unearthed by Hugo's work. Now the floating point sprintf really does taint the result string as perllocale promises (has promised for a long time) if "use locale" is in the lexical scope. Branch: perl ! sv.c t/pragma/locale.t ____________________________________________________________________________ [ 7862] By: jhi on 2000/11/26 00:35:15 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack? From: Nicholas Clark Date: Sun, 26 Nov 2000 00:07:50 +0000 Message-ID: <20001126000750.A22446@plum.flirble.org> Infinit. Branch: perl ! sv.c ____________________________________________________________________________ [ 7861] By: jhi on 2000/11/26 00:01:26 Log: Integrate perlio. Branch: perl !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk ____________________________________________________________________________ [ 7860] By: nick on 2000/11/25 22:04:17 Log: Correct relative path from new ext\Filter\Util\Call location back to miniperl. Branch: perlio ! win32/makefile.mk ____________________________________________________________________________ [ 7859] By: nick on 2000/11/25 21:26:54 Log: Integrate mainline. Branch: perlio +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl +> t/lib/filter-util.t - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl - t/lib/filt-util.t !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile !> win32/makefile.mk ____________________________________________________________________________ [ 7858] By: gsar on 2000/11/25 20:52:17 Log: C in pseudo-fork()ed process may diddle parent's memory; fix it by keeping track of the actual pad offset rather than a raw pointer (this change is probably also relevant to non-ithreads case to avoid fallout from reallocs of the pad array, but is currently only enabled for the ithreads case in the interests of minimal disruption to existing "well tested" code) Branch: perl ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c ! proto.h scope.c scope.h sv.c t/op/fork.t ____________________________________________________________________________ [ 7857] By: nick on 2000/11/25 20:01:28 Log: All tests pass on Win32/gcc/USE_PERLIO. - when crlf layer is pushed make unix-level binary. - remove :crlf injection in pp_backtick in pp_sys.c - (Change dependacy of extension .dll's to perldll.def rather than perl.exe) Branch: perlio ! doio.c perlio.c pp_sys.c win32/makefile.mk ____________________________________________________________________________ [ 7856] By: jhi on 2000/11/25 18:38:30 Log: Update the metaconfig units for #7855. Branch: metaconfig/U/perl ! useperlio.U usesocks.U ____________________________________________________________________________ [ 7855] By: jhi on 2000/11/25 18:37:54 Log: Undo the SOCKS workarounds, instead start using PerlIO if SOCKS is selected. Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup From: Jens Hamisch Date: Fri, 24 Nov 2000 18:31:30 +0100 Message-ID: <20001124183130.E28337@Strawberry.COM> Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ... From: Jens Hamisch Date: Fri, 24 Nov 2000 19:11:51 +0100 Message-ID: <20001124191151.A28753@Strawberry.COM> Branch: perl ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c ! perlio.h perlsdio.h proto.h t/lib/io_sock.t ____________________________________________________________________________ [ 7854] By: jhi on 2000/11/25 17:39:08 Log: Undo #7848. Some of the code seems to use walkoptree(), some walkoptree_slow(). An unfinished renaming? Now the sub is walkoptree() (which is @EXPORT_OK), the walkoptree_slow() is a typeglob alias to walkoptree. This makes the tests to pass, at least. Branch: perl ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm ____________________________________________________________________________ [ 7853] By: nick on 2000/11/24 22:24:33 Log: Re-arrange crlf vs binary for platforms that care. crlf layer is now "the" buffer layer and can turn its behaviour on/off. Lip-service to making stdio layer work on such platfroms (untested). Now fails 3 tests rather than one, checkin to see if I can debug the issue under linux. (Do not merge.) Branch: perlio ! doio.c perlio.c perliol.h ____________________________________________________________________________ [ 7852] By: jhi on 2000/11/24 18:57:39 Log: AUTHORS edits. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 7851] By: jhi on 2000/11/24 17:34:56 Log: Add Jan-Erik Karlsson. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 7850] By: jhi on 2000/11/24 17:27:56 Log: Configure should find stdchar on its own. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 7849] By: jhi on 2000/11/24 17:24:55 Log: Subject: PATCH over 7848: Filter test flawed From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 24 Nov 2000 10:28:29 +0100 Message-ID: Branch: perl ! t/lib/filter-util.t ____________________________________________________________________________ [ 7848] By: jhi on 2000/11/24 17:22:15 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it From: Simon Cozens Date: Fri, 24 Nov 2000 16:12:58 +0000 Message-Id: Branch: perl ! ext/B/B.pm ____________________________________________________________________________ [ 7847] By: jhi on 2000/11/24 03:07:01 Log: Integrate perlio. Branch: perl !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t !> win32/makefile.mk ____________________________________________________________________________ [ 7846] By: gsar on 2000/11/24 00:55:57 Log: integrate changes#6415..6418,6420..6438 from mainline Fix the bitvector ops for utf8 (tricky since past 7 bits the utf8 'characters' can be more than one octet). MPE/ix updates for perl 5.6.0 from Mark Bixby. Subject: SDBM_File documentation Detypo. Decutandpasto. Send all installperl messages to STDERR and be -w clean. Out-of-date note removed. Protect against "wild next"s, that is, callbacks doing "next" instead of "return". Use STDOUT consistently. The output might have been produced in the wrong order. A missing 'break' after the [[:space:]] switch case. Add tests for [ID 19991110.003] another matching finding by pcre author which has already been fixed by some patch, as verified in Documentation to explain the behaviour of map(). Add an optimization for map-maps-a-list-element-to-more-list-elements case, but add also notes explaining the relationship of this patch and the earlier notes by Sarathy. Subject: [ID 20000716.023] syslog test fails without sockets Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../) Test cases for #6431. File::Spec::VMS fixup for tmpdir from Craig Berry. Make the "uninit variable" warning to say "concat or string" or "join or string" when in concat or join . Get UTF16 BOMs working. Patch from Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00 Subject: [PATCH] Make large file tests deal with SIGXFSZ Subject: [ID 20000724.003] Documentation changes for perllocale.pod Subject: [PATCH] av.c apidoc Branch: maint-5.6/perl !> (integrate 43 files) ____________________________________________________________________________ [ 7845] By: gsar on 2000/11/24 00:20:45 Log: integrate changes#6406..6414 from mainline Merge perlhacktut into perlhack, update perlguts. Fix AutoSplit to use File::Spec the right way in VMS, from Peter Prymmer. The bug report [ID 19991110.002] minimal matching discrepancy found by pcre author seems to have been fixed (though differently from what was suggested in the report) in 5.6.0. Add tests to keep the bug from reappearing. thinko fix in vms/descrip_mms.template, the win32.pod in lib, not in pod, from Peter Prymmer Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift From: Hugo Date: Fri, 14 Jul 2000 23:05:20 +0100 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk> Didn't anymore apply, but that point still could use another fix. lib/b test fixes from Peter Prymmer. More docs for sv functions. perlvms.pod whitespace cleanup to keep pod utils happy. another VMS build tweak from Peter Prymmer Branch: maint-5.6/perl !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests !> vms/descrip_mms.template vms/perlvms.pod ____________________________________________________________________________ [ 7844] By: nick on 2000/11/23 23:42:45 Log: Win32/perlio Now just fails one io/argv.t test - lack of default :crlf on standard streams. Branch: perlio ! doio.c perlio.c ____________________________________________________________________________ [ 7843] By: nick on 2000/11/23 23:04:05 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf. peek fail is showing a real problem (multiple crlf layers are getting pushed.) Branch: perlio ! doio.c perlio.c win32/makefile.mk ____________________________________________________________________________ [ 7842] By: nick on 2000/11/23 19:46:23 Log: Implement PerlIO_binmode() Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...) Test on UNIX with PERLIO="perlio crlf" to mimic Win32, make binmode in t/lib/io_tell.t unconditional so that works. Checkin just so Win32 machine can see these changes. Branch: perlio ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t ____________________________________________________________________________ [ 7841] By: jhi on 2000/11/23 19:30:00 Log: README.amiga changes from Jan-Erik Karlsson . Branch: perl ! README.amiga ____________________________________________________________________________ [ 7840] By: jhi on 2000/11/23 17:18:02 Log: SOCKS wrestling continues, patches from Jens Hamisch. Branch: perl ! doio.c embed.h embed.pl perlsdio.h proto.h ____________________________________________________________________________ [ 7839] By: jhi on 2000/11/23 16:54:14 Log: Push Filter::Util::Call one level deeper. Branch: perl + t/lib/filter-util.t +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl - t/lib/filt-util.t ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 7838] By: jhi on 2000/11/23 16:52:40 Log: Reach back one higher up when searching for PERL_SRC. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 7837] By: jhi on 2000/11/23 16:05:41 Log: Subject: Re: perl@7826 Date: Thu, 23 Nov 2000 02:20:25 -0600 From: "Craig A. Berry" Message-Id: Make VMS to like Filter::Util::Call. Branch: perl ! configure.com ext/Filter/Util/Makefile.PL ____________________________________________________________________________ [ 7836] By: nick on 2000/11/23 16:04:08 Log: Implement crlf layer - not ready for merge. Branch: perlio ! perlio.c win32/makefile.mk ____________________________________________________________________________ [ 7835] By: jhi on 2000/11/23 15:56:52 Log: STDCHAR is different in Sparc v9 vs x86. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 7834] By: jhi on 2000/11/23 15:50:47 Log: The type needs to be visible to protos. Branch: perl ! perl.h ____________________________________________________________________________ [ 7833] By: jhi on 2000/11/23 15:40:46 Log: Finish unfinished SOCKS workaround changes. Branch: perl ! doio.c ____________________________________________________________________________ [ 7832] By: jhi on 2000/11/23 15:33:30 Log: Integrate perlio. Branch: perl !> win32/config_H.bc win32/config_H.gc win32/config_H.vc !> win32/makefile.mk ____________________________________________________________________________ [ 7831] By: nick on 2000/11/23 10:31:07 Log: Correct makefile.mk dependancies for ext/Filter/Util Build ext/Encode Run dmake regen_config_h Branch: perlio ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ! win32/makefile.mk ____________________________________________________________________________ [ 7830] By: nick on 2000/11/23 08:05:07 Log: Integrate mainline Branch: perlio +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm +> t/lib/filt-util.pl t/lib/filt-util.t !> (integrate 41 files) ____________________________________________________________________________ [ 7829] By: gsar on 2000/11/23 03:07:11 Log: build the Filter extension on windows Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 7828] By: gsar on 2000/11/23 02:46:35 Log: regenerate win32/config* and fix some inconsistencies in the makefiles; always export Perl_deb() because it is needed by ext/re/* (whether perl itself is built with -DDEBUGGING or not) Branch: perl ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc ! win32/config_H.vc win32/makefile.mk ____________________________________________________________________________ [ 7827] By: gsar on 2000/11/23 02:18:38 Log: get sources building on windows+MSVC again (untested with other compilers) Branch: perl ! win32/include/sys/socket.h win32/perllib.c ____________________________________________________________________________ [ 7826] By: jhi on 2000/11/23 01:18:26 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7825] By: jhi on 2000/11/23 00:20:41 Log: Subject: Re: av.c patch (having slight problems) From: "Ben Tilly" Date: Tue, 21 Nov 2000 23:29:31 -0500 Message-ID: unshift() speedup. Branch: perl ! av.c ____________________________________________________________________________ [ 7824] By: jhi on 2000/11/22 23:59:15 Log: Fixes for signedness warnings noticed by VMSperlers. Branch: perl ! ext/Storable/Storable.xs regcomp.c sv.c ____________________________________________________________________________ [ 7823] By: jhi on 2000/11/22 23:19:31 Log: Subject: [PATCH perl@7795] small cleanup task for test suite From: Peter Prymmer Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST) Message-ID: Branch: perl ! t/pragma/warn/pp_hot ____________________________________________________________________________ [ 7822] By: jhi on 2000/11/22 22:52:20 Log: Be clean. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 7821] By: jhi on 2000/11/22 22:46:39 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01 by Damian Conway, as suggested by Paul Marquess. Branch: perl + lib/Filter/Simple.pm ____________________________________________________________________________ [ 7820] By: jhi on 2000/11/22 22:45:51 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19. Branch: perl + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl + t/lib/filt-util.t ! MANIFEST ____________________________________________________________________________ [ 7819] By: jhi on 2000/11/22 22:03:27 Log: Integrate perlio. Branch: perl !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc !> win32/makefile.mk ____________________________________________________________________________ [ 7818] By: jhi on 2000/11/22 21:56:02 Log: More SOCKS versus 64-bit patches from Jens Hamisch. Branch: perl ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h ! t/lib/io_sock.t ____________________________________________________________________________ [ 7817] By: jhi on 2000/11/22 21:39:49 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries From: Ilya Zakharevich Date: Wed, 22 Nov 2000 16:08:12 -0500 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu> Branch: perl ! lib/ExtUtils/Liblist.pm ____________________________________________________________________________ [ 7816] By: jhi on 2000/11/22 21:38:25 Log: Go ahead and #include in perl.h. Branch: perl ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c ! util.c ____________________________________________________________________________ [ 7815] By: jhi on 2000/11/22 21:22:52 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations From: Ilya Zakharevich Date: Mon, 20 Nov 2000 18:30:52 -0500 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu> Branch: perl ! pod/perlre.pod regcomp.c t/op/re_tests ____________________________________________________________________________ [ 7814] By: jhi on 2000/11/22 21:21:46 Log: Subject: [PATCH 5.7.0] Liblist finally works From: Ilya Zakharevich Date: Tue, 21 Nov 2000 22:02:17 -0500 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu> Branch: perl ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 7813] By: jhi on 2000/11/22 21:20:23 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] From: "H.Merijn Brand" Date: Wed, 22 Nov 2000 17:53:15 +0100 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl> AIX dynaloader and perlio patch. Branch: perl ! ext/DynaLoader/dl_aix.xs ____________________________________________________________________________ [ 7812] By: jhi on 2000/11/22 21:17:52 Log: (Accidentally empty patch.) Branch: perl ! av.c ____________________________________________________________________________ [ 7811] By: jhi on 2000/11/22 21:16:31 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix From: Peter Prymmer Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST) Message-ID: Branch: perl ! vms/test.com ____________________________________________________________________________ [ 7810] By: jhi on 2000/11/22 21:15:36 Log: Subject: Re: perl@7777 From: "John P. Linderman" Date: Wed, 22 Nov 2000 13:11:11 -0500 Message-Id: <200011221811.NAA90072@raptor.research.att.com> Detypoing. Branch: perl ! lib/CPAN.pm ____________________________________________________________________________ [ 7809] By: jhi on 2000/11/22 21:14:19 Log: Subject: [PATCH perl@7795] Perlio_tell fix From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 22 Nov 2000 13:51:37 EST Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu> Branch: perl ! perlsdio.h ____________________________________________________________________________ [ 7808] By: jhi on 2000/11/22 21:13:27 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost' From: Casey Tweten Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST) Message-Id: <200011201653.LAA10194@home.kiski.net> Branch: perl ! t/lib/io_udp.t ____________________________________________________________________________ [ 7807] By: jhi on 2000/11/22 21:12:35 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost' From: Casey Tweten Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST) Message-Id: <200011201636.LAA07227@home.kiski.net> Branch: perl ! t/lib/io_sock.t ____________________________________________________________________________ [ 7806] By: jhi on 2000/11/22 21:10:59 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm] From: "Casey R. Tweten" Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST) Message-ID: Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 7805] By: nick on 2000/11/22 21:05:06 Log: Integrate mainline Branch: perlio !> Changes Porting/genlog ext/DB_File/DB_File.xs !> ext/DB_File/version.c lib/Test.pm patchlevel.h !> utils/perlbug.PL ____________________________________________________________________________ [ 7804] By: jhi on 2000/11/22 21:01:12 Log: Subject: [PATCH] Test.pm POD peculiarity From: "Casey R. Tweten" Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST) Message-ID: Branch: perl ! lib/Test.pm ____________________________________________________________________________ [ 7803] By: jhi on 2000/11/22 20:59:59 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug From: "Philip Newton" Date: Wed, 22 Nov 2000 14:25:53 +0100 Message-Id: <3A1BD771.25462.1939FAD@localhost> Be case-understanding also on 's', and use the -oi of sendmail not to terminate the transmission on a lone '.'. Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 7802] By: nick on 2000/11/22 20:51:42 Log: Win32 PerlIO intermediate state now working as expected. - In current state we are still using C runtime in text/binary mode and "crlf" layer is just a dummy (clone of perlio buffer layer). - PERLIO=stdio and PERLIO=unix pass all expected tests. - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell() and PerlIO_seek() and the dummy crlf layer is not making adjustments for CRLF translation happening in C runtime. All other tests pass. Added note to README.win32 to point out the snags of doing a perl build with Norton AntiVirus turned on. Tweaked t/pragma/warnings.t so that when run stand-alone you can tell which file a fail comes from. Updated "canned" config.h to match the one generated. Branch: perlio ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc ! win32/makefile.mk ____________________________________________________________________________ [ 7801] By: jhi on 2000/11/22 06:50:20 Log: Nickety nits. Branch: perl ! ext/DB_File/DB_File.xs ext/DB_File/version.c ____________________________________________________________________________ [ 7800] By: jhi on 2000/11/22 01:29:55 Log: Changes had accidentally gone too silent on non-main branches. Branch: perl ! Changes Porting/genlog patchlevel.h ____________________________________________________________________________ [ 7799] By: gsar on 2000/11/22 01:02:56 Log: some lib_pm.PL changes snuck in via change#7772 Branch: maint-5.6/perl ! Makefile.SH ____________________________________________________________________________ [ 7798] By: nick on 2000/11/21 21:59:40 Log: Integrate mainline Branch: perlio !> (integrate 28 files) ____________________________________________________________________________ [ 7797] By: jhi on 2000/11/21 21:01:45 Log: Integrate perlio. Branch: perl !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c ____________________________________________________________________________ [ 7796] By: nick on 2000/11/21 20:36:22 Log: Win32 builds and runs (mostly) with USE_PERLIO. PERLIO=perlio passes all tests. PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319 Branch: perlio ! perlio.c win32/perllib.c win32/win32.c ____________________________________________________________________________ [ 7795] By: jhi on 2000/11/21 19:03:44 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7794] By: jhi on 2000/11/21 18:56:34 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS) From: "Craig A. Berry" Date: Mon, 20 Nov 2000 20:27:06 -0600 Message-Id: A cut-and-pasto. Branch: perl ! perlio.h ____________________________________________________________________________ [ 7793] By: jhi on 2000/11/21 18:54:41 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] From: Dominic Dunlop Date: Mon, 20 Nov 2000 18:55:29 +0100 Message-Id: va_copy() and the need of it. See . Branch: metaconfig/U/perl + need_va_copy.U Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh handy.h perlio.c ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 7792] By: jhi on 2000/11/21 17:04:10 Log: Integrate scope.h@7790 from perlio, works better with multiplicity. Branch: perl !> scope.h ____________________________________________________________________________ [ 7791] By: jhi on 2000/11/21 17:01:16 Log: Export the SOCKS workaround symbols only if necessary. Branch: perl ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h ____________________________________________________________________________ [ 7790] By: nick on 2000/11/20 23:57:11 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_). Branch: perlio ! scope.h ____________________________________________________________________________ [ 7789] By: nick on 2000/11/20 23:38:33 Log: Integrate mainline Branch: perlio +> lib/File/Spec/Epoc.pm !> (integrate 34 files) ____________________________________________________________________________ [ 7788] By: nick on 2000/11/20 23:20:18 Log: Make extra buffer layer work (dummy crlf layer) Branch: perlio ! doio.c perlio.c perlio.h ____________________________________________________________________________ [ 7787] By: jhi on 2000/11/20 22:44:04 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS From: Peter Prymmer Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST) Message-ID: Branch: perl ! t/pragma/locale.t ____________________________________________________________________________ [ 7786] By: jhi on 2000/11/20 22:29:10 Log: Subject: DOC PATCH 5.6.0 perlreftut From: mjd@plover.com Date: 20 Nov 2000 19:45:06 -0000 Message-ID: <20001120194506.9505.qmail@plover.com> Branch: perl ! pod/perlreftut.pod ____________________________________________________________________________ [ 7785] By: jhi on 2000/11/20 22:27:44 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir From: David Dyck Date: Mon, 20 Nov 2000 11:43:40 -0800 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com> Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 7784] By: jhi on 2000/11/20 22:23:21 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{}) Date: Mon, 20 Nov 2000 17:06:10 -0500 To: Mailing list Perl5 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu> Branch: perl ! pp_ctl.c t/op/pat.t ____________________________________________________________________________ [ 7783] By: jhi on 2000/11/20 22:11:18 Log: Subject: [PATCH] doop.c - UTF8 tr/// From: Simon Cozens Date: Sat, 18 Nov 2000 18:49:30 +0000 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk> Subject: Re: [PATCH] doop.c - UTF8 tr/// From: Simon Cozens Date: Mon, 20 Nov 2000 20:45:22 +0000 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk> Make tr on UTF-8 better but still not correct. Branch: perl ! doop.c ____________________________________________________________________________ [ 7782] By: jhi on 2000/11/20 22:02:16 Log: Remove the shared object before attempting to create (by linking) a new one. E.g. in AIX not removing becomes quite painful if one tries to do more than one build in the same tree (an interrupted build, for example), since the AIX' shared dynaloader seemingly keeps the shared objects open and therefore 'busy' for quite a while, even when nobody is using the objects, leading into link failures. Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 7781] By: gsar on 2000/11/20 19:02:55 Log: type mismatch due to faulty integration Branch: maint-5.6/perl ! toke.c win32/Makefile ____________________________________________________________________________ [ 7780] By: gsar on 2000/11/20 17:31:55 Log: integrate changes#6392,6394..6399,6401..6404 The {multiplier} of a fixed substring was overlooked which caused a wrong initial search offset for that substring. Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06 From: Hugo Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk> Date: Thu, 13 Jul 2000 19:27:13 +0100 Fix the BOM bug: not a byteorder bug, a signedness bug. Replace change #6337 with a better one. Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking From: Hugo Date: Fri, 14 Jul 2000 04:16:20 +0100 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk> MakeMaker should not remove editor backups (*~) on `make clean` by default (completes change#6383) move new variables to the end of the interpreter structure (for bincompat in code that doesn't #include XSUB.h) rename totally bletcherous SvLOCK() thingy (doesn't do what the name suggests anyway) various cleanups (typos, misformatted code, and small bugs) typecasts needed for change#6394 typos in change#6399, regen headers inconsistent types needs casts PERL_OBJECT build tweaks Branch: maint-5.6/perl !> MANIFEST doop.c embed.h embed.pl embedvar.h !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h !> toke.c util.c ____________________________________________________________________________ [ 7779] By: gsar on 2000/11/20 17:06:29 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391 Cosmetics and perldelta. Fix nits noticed by Boston.pm. Do the cc sanity check both before the hints and after the cc selction. get sprintf.t to adjust properly for 3-digit exponents don't clobber *.orig files on *clean targets fix bugs in processing %v-*d and similar format specs (from Avi Finkel ) sprintf test tweaks (from Dominic Dunlop) new selfloader.t in change#6183 doesn't close DATA handles, and thus fails to clean up tmp files on dosish platforms typos (spotted by Peter Prymmer) typo fix from Craig Berry Branch: maint-5.6/perl !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com !> x2p/Makefile.SH ____________________________________________________________________________ [ 7778] By: gsar on 2000/11/20 16:46:51 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375 Subject: Re: format bug report [Patch] From: "H.Merijn Brand" Date: Wed, 05 Jul 2000 13:12:52 +0200 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl> Subject: Re: format bug report [Patch] From: "H.Merijn Brand" Date: Wed, 05 Jul 2000 14:10:01 +0200 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl> Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs From: "M.J.T. Guy" Message-Id: Date: Fri, 07 Jul 2000 17:57:16 +0100 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors To: perl5-porters@perl.org From: Karsten Sperling Date: Mon, 10 Jul 2000 15:12:52 +0200 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com> README.posix-bc podified from Thomas Dorner. Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2 From: Dominic Dunlop Date: Tue, 11 Jul 2000 12:27:33 +0200 Message-Id: Typo in #6341. Fix for Subject: [ID 20000711.005] spurious uninit warning with msgrcv() From: Roderick Schertler Date: Tue, 11 Jul 2000 13:55:05 -0400 Message-Id: <200007111755.NAA05077@jones.argon.org> Minor cleanups on the booklist. Reintroduce perlbook (updated for Mk III), introduce perlposix-bc, regen perltoc. windows build tweaks (op/sprintf.t still fails tests 120-121, 149) Branch: maint-5.6/perl +> pod/perlbook.pod !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c ____________________________________________________________________________ [ 7777] By: jhi on 2000/11/20 16:08:49 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7776] By: jhi on 2000/11/20 15:27:56 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris. This may be overly harsh but until proven otherwise, we think this way, or until we have a simple test for Configure (having to start up servers is does not count as simple) to check for the problems. Branch: perl ! perl.h ____________________________________________________________________________ [ 7775] By: jhi on 2000/11/20 15:22:17 Log: Solaris hints tweaks. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 7774] By: jhi on 2000/11/20 15:01:20 Log: Add a workaround to SOCKS 64-bit problems. Branch: perl ! doio.c embed.h embed.pl perlsdio.h proto.h ____________________________________________________________________________ [ 7773] By: jhi on 2000/11/20 14:51:47 Log: sysseek() instead of seek(). Branch: perl ! t/lib/syslfs.t ____________________________________________________________________________ [ 7772] By: gsar on 2000/11/20 13:06:23 Log: integrate changes#6315..6319,6321..6331,6333..6338 Integrate with Sarathy, preliminary fix for unicos alignment problems in [ID 20000612.002] Perl problem on Cray system. some debugger output does not go to the socket when RemotePort is set winsock cleanup never done on Windows (leads to handle leaks) fix UNC path handling on Windows under ithreads, and chdir() return value when given a non-existent directory Autogenerate pod/Makefile and pod/buildtoc. buildtoc also checks whether the existin pods are mentioned in MANIFEST and perl.pod, and vice versa. (None of the thusly found discrepancies fixed yet.) roffitall also needs to be autogenerated similarly but it seems so badly out of date that I didn't touch it yet. Config is being used. Add =head1 NAMEs so that buildtoc is happy. (The CGI::Util nit reported to Lincoln.) Fix complaints of buildtoc. Fix the alignment problem in Crays ([ID 20000612.002]). Remove perlbook, update perlfaq book listing, rearrange perl.pod, regenerate perltoc. Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer was cast to an unsigned (32-bit) integer with wild abandon. winsock options weren't being set in all threads under ithreads (caused send()s from second and subsequent threads to fail) accept() leaks memory on windows due to incorrect ordering of closesocket() and fclose() calls Reorder perl.pod once more. More POSIX.pod tweaks. Sprinkle ldlibpath. Precedence goof, fix based on Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget() From: Hugo Date: Tue, 11 Jul 2000 12:52:38 +0100 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk> Subject: PATCH perlguts.pod: Document D and d magic types From: mjd@plover.com Date: 5 Jul 2000 18:01:51 -0000 Message-ID: <20000705180151.29413.qmail@plover.com> Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc From: Hubert Feyrer Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST) Message-Id: Subject: [PATCH cfgperl] $& segfaults if you trick it From: simon@brecon.co.uk (Simon Cozens) Date: 7 Jul 2000 11:26:09 GMT Message-ID: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking From: Hugo Date: Tue, 11 Jul 2000 12:44:50 +0100 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk> Subject: [PATCH] Re: "%#p" format specifier: document and test or not? From: "M.J.T. Guy" Date: Tue, 11 Jul 2000 13:50:51 +0100 Message-Id: Branch: maint-5.6/perl +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH +> pod/buildtoc.PL - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod !> (integrate 26 files) ____________________________________________________________________________ [ 7771] By: gsar on 2000/11/20 12:31:42 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307, 6310,6311,6314 Subject: [PATCH bleedperl] File::Spec 0.82 beta From: Barrie Slaymaker Date: Wed, 28 Jun 2000 11:35:29 -0400 Message-Id: <200006281535.LAA21095@jester.slaysys.com> tweak perlembed for multiplicity/usethreads sanity; correct notes about Windows localize %INC in a Safe compartment so that use/require work (many other magic globals probably need similar treatment) dounwind() may cause POPSUB() to diddle the wrong PL_curpad when @_ is modified, causing coredumps slurp mode fix in change#4736 still not quite right Point to perlipc for more SysV IPC examples. Elaborate POSIX.pod. Still needs work. fix ~320 byte memory leak (psig_{ptr,name} tables were never freed) fix large memory leak that has been around for ever, masked by -DPURIFY (most of the arenas were never freed!) fix memory leak on Windows (PL_sys_intern contents were never freed) PERL_OBJECT build tweak adjust change#6299 remove rel2abs prototypes (from Barrie Slaymaker) missing perldiag entry for unpack("w",...) diagnostic (from Andreas Koenig) better diagnostic on Frob->stuff() when Frob:: doesn't exist (from Richard Soderberg ) Win32 patches for cfgperl from Sarathy. b.t fails under OS/2 (from Yitzchak Scott-Thoennes) More POSIX.pod embellishment. tyop in change#6306 Branch: maint-5.6/perl !> (integrate 44 files) ____________________________________________________________________________ [ 7770] By: gsar on 2000/11/20 11:51:00 Log: integrate changes#6268..6282 from cfgperl branch Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive From: Dominic Dunlop Date: Thu, 29 Jun 2000 12:32:39 +0200 Message-Id: Regen headers for #6261 (and update embed.pl for this) and #6267, silence few compiler warnings. Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?) From: Nicholas Clark Date: Fri, 23 Jun 2000 16:21:15 +0100 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net> Subject: PATCH pod/perltie.pod From: Ian Phillipps Date: Fri, 16 Jun 2000 00:17:19 +0100 Message-ID: <20000616001719.A17108@homer.diplex.co.uk> (only the first hunk, the second hunk had already been done by some other patch) Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs From: Tom Phoenix Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT) Subject: [PATCH] xsub attributes From: Doug MacEachern Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT) Message-ID: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility From: Andy Dougherty Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT) Message-Id: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm From: "Daniel S. Lewart" Date: Tue, 13 Jun 2000 02:43:48 -0500 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu> Subject: [PATCH] Re: eval documentation: context From: "M.J.T. Guy" Date: Mon, 12 Jun 2000 15:07:29 +0100 Message-Id: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem) From: "M.J.T. Guy" Date: Mon, 12 Jun 2000 14:55:59 +0100 Message-Id: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly From: "Milton L. Hankins" Date: Fri, 09 Jun 2000 12:39:27 -0400 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com> (plus update the version "number" of Text::Wrap) Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure" From: Tim Ayers Date: Thu, 08 Jun 2000 08:11:06 +0200 Message-id: <393F38FA.9B5F4C7D@m.dasa.de> [resent by Richard Foley, Message-Id probably wrong] Subject: Re: backwards compatibility in h2xs and makemaker [PATCH] From: rspier@pobox.com (Robert Spier) Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT) Message-ID: <14654.31913.845602.610277@rls.cx> Subject: [PATCH 5.6.0] utils/h2xs.PL From: "Daniel S. Lewart" Date: Wed, 7 Jun 2000 04:02:04 -0500 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu> Subject: [PATCH 5.6.0]ITHREADs for VMS From: Dan Sugalski Date: Tue, 06 Jun 2000 11:59:50 -0400 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48> Branch: maint-5.6/perl !> (integrate 31 files) ____________________________________________________________________________ [ 7769] By: gsar on 2000/11/20 11:29:06 Log: integrate changes#6261..6266 from cfgperl Subject: Re: [PATCH cfgperl] BOMs away! From: simon@brecon.co.uk (Simon Cozens) Date: 17 Jun 2000 11:49:57 GMT Message-ID: Subject: 5.6.0 Patch for EPOC From: Olaf Flebbe Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST) Message-ID: <23449.960929969@www11.gmx.net> tr fixes from Simon Cozens Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232] From: Marty Lucich Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT) Message-Id: <200006282116.OAA11148@netcom.com> ccdlflags update (the BSD/OS 4.1 part had already been taken care of by #6141). Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 28 Jun 2000 17:50:12 -0700 Message-ID: Subject: [PATCH 5.6.0] cygwin port Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com> From: "Fifer, Eric" Date: Thu, 29 Jun 2000 12:58:29 +0100 Branch: maint-5.6/perl !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c ____________________________________________________________________________ [ 7768] By: gsar on 2000/11/20 11:13:44 Log: integrate changes#6252..6256,6259..6260 Paranoia tweak on #6249. Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's From: Ronald J Kimball Date: Sun, 25 Jun 2000 23:43:12 -0400 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu> Subject: tr///, help wanted. From: simon@brecon.co.uk (Simon Cozens) Date: 28 Jun 2000 11:29:04 GMT Message-ID: small thinko tweaks tweaks from Simon Conzes to further fix tr/// under utf8 perlnewmod was missing from MANIFEST. Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8 From: simon@brecon.co.uk (Simon Cozens) Date: 17 Jun 2000 11:56:44 GMT Message-ID: pack U0, pack C0 Branch: maint-5.6/perl !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op ____________________________________________________________________________ [ 7767] By: gsar on 2000/11/20 10:51:38 Log: integrate change#6250 from cfgperl Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...' From: Doug MacEachern Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT) Message-ID: Branch: maint-5.6/perl +> t/op/my_stash.t !> MANIFEST embed.pl global.sym proto.h toke.c ____________________________________________________________________________ [ 7766] By: gsar on 2000/11/20 10:48:34 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl Subject: [ID 20000626.007] h2xs man page contains trailing garbage From: Nicholas Clark Date: Mon, 26 Jun 2000 18:40:14 +0100 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net> Subject: [PATCH] bytes<->utf8 fixes From: simon@brecon.co.uk (Simon Cozens) Date: 26 Jun 2000 04:55:45 GMT Message-ID: Subject: [PATCH] is_utf8_string From: simon@brecon.co.uk (Simon Cozens) Date: 26 Jun 2000 02:25:59 GMT Message-ID: Subject: [PATCH] avoid mg_ptr in '*' magic From: Doug MacEachern Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT) Message-ID: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong From: Nicholas Clark Date: Sat, 24 Jun 2000 13:06:20 +0100 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net> Allow for standalone testing. Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example From: Mark-Jason Dominus Date: Tue, 27 Jun 2000 22:36:42 -0400 Message-ID: <20000628023642.12166.qmail@plover.com> Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's From: Frank Tobin Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT) Message-ID: Branch: maint-5.6/perl !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t !> utf8.c utils/h2xs.PL ____________________________________________________________________________ [ 7765] By: gsar on 2000/11/20 10:29:13 Log: integrate change#6239 from cfgperl Configure maintenance. Sever some dependency cycles, separate gccversion from the cc unit, address [ID 20000623.006] Configure script patch for using gcc on AIX (but solve it a little bit differently), unduplex some accidentally duplicated units, suggest using gcc if no cc available (p5p thread: "Solaris configure: counterproposal", 1999-09) Branch: maint-5.6/perl !> Configure Todo-5.6 config_h.SH ____________________________________________________________________________ [ 7764] By: gsar on 2000/11/20 10:25:55 Log: integrate changes#6233..6238 from cfgperl Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes From: Mark-Jason Dominus Date: Fri, 16 Jun 2000 20:53:04 -0400 Message-ID: <20000617005304.8008.qmail@plover.com> Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp because when run as services (Win32ese for daemons) no environment variables are set and tmpdir ends up as /tmp, which is ambiguous. Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service From: matt@sergeant.org Date: 16 Jun 2000 16:30:43 -0000 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org> The thread begun by Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh From: Kevin.Ruscoe@ubsw.com Date: Fri, 16 Jun 2000 16:38:51 +0100 Message-Id: Tweak embed.pl, regen headers. Subject: [PATCH 5.6.0] XS module loading fixup for VMS From: Dan Sugalski Date: Fri, 23 Jun 2000 17:00:00 -0400 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48> Branch: maint-5.6/perl !> (integrate 27 files) ____________________________________________________________________________ [ 7763] By: gsar on 2000/11/20 10:08:08 Log: s/perl56delta/perldelta/g Branch: maint-5.6/perl ! pod/Makefile ____________________________________________________________________________ [ 7762] By: gsar on 2000/11/20 10:04:00 Log: integrate changes#6225,6229,6231,6232 from cfgperl Add source code filenames to apidoc. From: simon@brecon.co.uk (Simon Cozens) Subject: [PATCH embed.pl] Source X-ref Date: 22 Jun 2000 02:18:49 GMT Message-ID: Subject: README.hpux version 0.6.1 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT) From: Jeff Okamoto Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com> Subject: [PATCH 5.6.0] cygwin port From: "Fifer, Eric" Date: Tue, 20 Jun 2000 14:30:58 +0100 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com> Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution From: simon@brecon.co.uk (Simon Cozens) Date: 19 Jun 2000 15:18:27 GMT Message-ID: plus update pod/Makefile and regenerate perltoc Branch: maint-5.6/perl +> pod/perlutil.pod !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall ____________________________________________________________________________ [ 7761] By: jhi on 2000/11/20 04:09:55 Log: Miraculous typo. Branch: perl ! t/op/pat.t ____________________________________________________________________________ [ 7760] By: jhi on 2000/11/20 04:06:08 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine From: Ilya Zakharevich Date: Sun, 19 Nov 2000 22:30:26 -0500 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu> Branch: perl ! regexec.c scope.h t/op/pat.t ____________________________________________________________________________ [ 7759] By: jhi on 2000/11/20 02:05:22 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY. Branch: perl ! perl.h ____________________________________________________________________________ [ 7758] By: jhi on 2000/11/20 01:58:11 Log: Subject: [perl 7711: EPOC] updates From: Olaf Flebbe Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET) Message-ID: <25575.974658810@www23.gmx.net> Branch: perl + lib/File/Spec/Epoc.pm ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm ! lib/File/Spec.pm perl.c sv.c ____________________________________________________________________________ [ 7757] By: jhi on 2000/11/20 01:53:11 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 7756] By: jhi on 2000/11/20 01:47:22 Log: Integrate perlio. Branch: perl - ext/re/hints/MSWin32.pl !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c !> win32/config.gc win32/config_H.gc win32/win32sck.c ____________________________________________________________________________ [ 7755] By: nick on 2000/11/19 20:57:17 Log: Add dummy crlf layer (just as buffer) Correct 1st bug - one layer of indirection. Branch: perlio ! perlio.c perlio.h perliol.h ____________________________________________________________________________ [ 7754] By: nick on 2000/11/19 20:56:12 Log: Work-round to Perl_deb_nocontext is no longer required Branch: perlio - ext/re/hints/MSWin32.pl ____________________________________________________________________________ [ 7753] By: nick on 2000/11/19 20:01:16 Log: diff -se shows these as different Branch: perlio ! global.sym pod/perlapi.pod ____________________________________________________________________________ [ 7752] By: nick on 2000/11/19 18:57:30 Log: Configure GCC/Win32 build -Duseperlio Fix a couple of gross issues - double-include of ../deb.o in re.dll - win32sck.c needs PerlIO and FILE Branch: perlio ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc ! win32/win32sck.c ____________________________________________________________________________ [ 7751] By: nick on 2000/11/19 17:05:36 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7750] By: nick on 2000/11/19 16:57:14 Log: Missing aTHX_ Branch: perlio ! sv.c ____________________________________________________________________________ [ 7749] By: jhi on 2000/11/19 16:28:40 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm From: "Peter J. Farley III" Date: Sun, 19 Nov 2000 01:42:58 -0500 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net> Branch: perl ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh ____________________________________________________________________________ [ 7748] By: jhi on 2000/11/19 16:08:10 Log: Subject: podlators 1.05 available From: Russ Allbery Date: 18 Nov 2000 22:04:28 -0800 Message-ID: Branch: perl ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL ____________________________________________________________________________ [ 7747] By: nick on 2000/11/19 11:19:39 Log: Integrate mainline Branch: perlio !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c !> util.c ____________________________________________________________________________ [ 7746] By: jhi on 2000/11/19 06:42:22 Log: Make hex scanning warn on "\x{x}" and "\xx". "\x" and and hex("x") are still valid. Branch: perl ! util.c ____________________________________________________________________________ [ 7745] By: nick on 2000/11/18 22:52:28 Log: Integrate mainline Branch: perlio !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm !> perl.h perlio.c proto.h regcomp.c regcomp.h ____________________________________________________________________________ [ 7744] By: jhi on 2000/11/18 22:50:28 Log: Introduce Perl_utf8_length(). Use it. Branch: perl ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c ____________________________________________________________________________ [ 7743] By: jhi on 2000/11/18 22:38:51 Log: Compiler denit. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7742] By: jhi on 2000/11/18 20:33:05 Log: Integrate perlio. Branch: perl !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c !> perlio.h pp_ctl.c pp_sys.c sv.c ____________________________________________________________________________ [ 7741] By: jhi on 2000/11/18 20:31:27 Log: Subject: [PATCH 5.7.0] make regcomp reenterable From: Ilya Zakharevich Date: Fri, 17 Nov 2000 20:35:11 -0500 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.7.0] make regcomp reenterable From: Ilya Zakharevich Date: Fri, 17 Nov 2000 21:03:47 -0500 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu> Plus a little bit of tweaking in pregcomp(). Branch: perl ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h ____________________________________________________________________________ [ 7740] By: nick on 2000/11/18 20:17:22 Log: Lexical use open ... support: add ->cop_io to COP structure in cop.h. Make mg.c and gv.c associate it with ${^OPEN}. Make lib/open.pm set it. Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner manner similar to ->cop_warnings. Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and call new PerlIO_apply_layers(). Declare latter in perlio.h and define in perlio.c Branch: perlio ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c ! perlio.h pp_ctl.c pp_sys.c sv.c ____________________________________________________________________________ [ 7739] By: jhi on 2000/11/18 19:54:00 Log: Integrate perlio. Branch: perl !> doio.c perlio.c pp.c ____________________________________________________________________________ [ 7738] By: jhi on 2000/11/18 17:16:13 Log: Subject: [PATCH 5.7.0] etags broken again From: Ilya Zakharevich Date: Sat, 18 Nov 2000 02:41:36 -0500 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu> Branch: perl ! emacs/ptags ____________________________________________________________________________ [ 7737] By: jhi on 2000/11/18 17:12:18 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König. Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 7736] By: nick on 2000/11/18 14:06:20 Log: Basic tweaks to do_open() type parsing to allow layer/discipline part to be isolated. Branch: perlio ! doio.c perlio.c ____________________________________________________________________________ [ 7735] By: nick on 2000/11/18 11:03:32 Log: Integrate mainline Branch: perlio !> Changes README.amiga README.win32 patchlevel.h !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests ____________________________________________________________________________ [ 7734] By: jhi on 2000/11/18 01:18:56 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7733] By: jhi on 2000/11/18 00:32:54 Log: Subject: [PATCH 5.7.0] restore match data on backtracing From: Ilya Zakharevich Date: Fri, 17 Nov 2000 17:28:02 -0500 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu> Branch: perl ! regcomp.c regexec.c t/op/re_tests ____________________________________________________________________________ [ 7732] By: jhi on 2000/11/18 00:28:56 Log: Sparc 64-bit pack() fix from Jens Hamisch. Branch: perl ! pp.c ____________________________________________________________________________ [ 7731] By: jhi on 2000/11/18 00:18:39 Log: Explain in more detail the {} syntax ambiguousity. Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error From: Nicholas Clark Date: Fri, 17 Nov 2000 22:10:28 +0000 Message-ID: <20001117221028.A88930@plum.flirble.org> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 7730] By: jhi on 2000/11/18 00:12:18 Log: Subject: Fix for README.amiga (20000323.033) From: "Stephen P. Potter" Date: Fri, 17 Nov 2000 12:25:51 -0500 Message-Id: <200011171725.MAA05768@spotter.yi.org> Branch: perl ! README.amiga ____________________________________________________________________________ [ 7729] By: jhi on 2000/11/18 00:08:34 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos From: "A. C. Yardley" Date: Mon, 3 Apr 2000 11:35:33 -0700 Message-ID: <3483.000403@tanet.net> Branch: perl ! README.win32 ____________________________________________________________________________ [ 7728] By: nick on 2000/11/17 21:59:47 Log: Integrate mainline Branch: perlio !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t ____________________________________________________________________________ [ 7727] By: nick on 2000/11/17 21:56:31 Log: Experiment on use of attributes.pm interface. Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to SVt_PVRV if not already something better (else vivify of say magic gets core dump). Branch: perlio ! perlio.c pp.c ____________________________________________________________________________ [ 7726] By: jhi on 2000/11/17 14:15:49 Log: Subject: Fix for 20000815.006 From: "Stephen P. Potter" Date: Fri, 17 Nov 2000 08:57:45 -0500 Message-Id: <200011171357.IAA05122@spotter.yi.org> It's really 20000518.006. Branch: perl ! pod/perlmodlib.PL ____________________________________________________________________________ [ 7725] By: jhi on 2000/11/17 14:12:31 Log: Subject: Fix for 20000409.001 From: "Stephen P. Potter" Date: Fri, 17 Nov 2000 08:55:45 -0500 Message-Id: <200011171355.IAA05104@spotter.yi.org> Branch: perl ! pod/perlfaq9.pod ____________________________________________________________________________ [ 7724] By: jhi on 2000/11/17 14:08:58 Log: Undo #7627 now that we have =head3. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 7723] By: jhi on 2000/11/17 14:04:09 Log: As surmised the #7719 wasn't a good move. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 7722] By: jhi on 2000/11/17 13:59:04 Log: Also the 64bitall hints can be either here or there. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 7721] By: jhi on 2000/11/17 02:26:23 Log: Test tweak for the open pragma. Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 7720] By: jhi on 2000/11/17 00:23:22 Log: The long double hints can be here or there. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 7719] By: jhi on 2000/11/17 00:14:06 Log: For Solaris use64bitall the stdchar needs a little bit of help. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 7718] By: jhi on 2000/11/16 23:27:34 Log: Subject: Re: Bug in Carp::Heavy/5.6.0? From: Wolfgang Laun Date: Wed, 15 Nov 2000 08:56:32 +0100 Message-ID: <3A1241B0.64477E00@alcatel.at> Branch: perl ! lib/Carp/Heavy.pm ____________________________________________________________________________ [ 7717] By: jhi on 2000/11/16 23:23:29 Log: Subject: [PATCH] Re: 20001101.003 PDL From: Nicholas Clark Date: Thu, 16 Nov 2000 16:48:25 +0000 Message-ID: <20001116164825.B93487@plum.flirble.org> Branch: perl ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod ____________________________________________________________________________ [ 7716] By: jhi on 2000/11/16 23:21:31 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head From: "Casey R. Tweten" Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST) Message-ID: Branch: perl ! lib/Pod/Checker.pm pod/perlpod.pod ____________________________________________________________________________ [ 7715] By: jhi on 2000/11/16 23:19:40 Log: Avoid an infinite loop in VMS when utils scripts are run with no arguments, from Charles Lane. Branch: perl ! configure.com ____________________________________________________________________________ [ 7714] By: jhi on 2000/11/16 23:17:08 Log: Subject: perllocale.pod changes From: "Konovalov, Vadim" Date: Mon, 13 Nov 2000 10:09:22 +0300 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com> Branch: perl ! pod/perllocale.pod ____________________________________________________________________________ [ 7713] By: jhi on 2000/11/16 23:14:06 Log: Integrate perlio. Branch: perl !> doio.c perlio.c perlio.h util.c ____________________________________________________________________________ [ 7712] By: nick on 2000/11/16 21:10:58 Log: Integrate mainline Branch: perlio !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h !> uconfig.sh vos/config.alpha.def vos/config.alpha.h !> vos/config.ga.def vos/config.ga.h win32/config.bc !> win32/config.gc win32/config.vc ____________________________________________________________________________ [ 7711] By: nick on 2000/11/16 19:56:41 Log: Minor tweaks: consistent way of getting 'rb', 'wb' etc. for binary opens move *perlio::layers to *open::layers a #define to show layers available DOSISH popen/PerlIO had export/import sense inverted. Branch: perlio ! doio.c perlio.c perlio.h util.c ____________________________________________________________________________ [ 7710] By: jhi on 2000/11/16 15:46:05 Log: Add HAS_SBRK_PROTO. Branch: metaconfig/U/perl + d_sbrkproto.U Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h ! uconfig.sh vos/config.alpha.def vos/config.alpha.h ! vos/config.ga.def vos/config.ga.h win32/config.bc ! win32/config.gc win32/config.vc ____________________________________________________________________________ [ 7709] By: nick on 2000/11/16 07:31:49 Log: Integrate mainline Branch: perlio !> (integrate 35 files) ____________________________________________________________________________ [ 7708] By: jhi on 2000/11/16 05:33:03 Log: These files are text, not binary. Branch: perl ! ext/Encode/Encode/iso8859-10.enc ! ext/Encode/Encode/iso8859-13.enc ! ext/Encode/Encode/iso8859-14.enc ! ext/Encode/Encode/iso8859-15.enc ____________________________________________________________________________ [ 7707] By: jhi on 2000/11/16 01:53:37 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7706] By: jhi on 2000/11/16 01:35:59 Log: More #undefing of stdio. Branch: perl ! fakesdio.h nostdio.h ____________________________________________________________________________ [ 7705] By: jhi on 2000/11/16 01:34:18 Log: Add fwalk() probe to the configuration files and regen perltoc. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod ! uconfig.h uconfig.sh util.c vos/config.alpha.def ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 7704] By: jhi on 2000/11/16 01:33:07 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for an optional third argument to Inlibc?) Branch: metaconfig/U/perl + d__fwalk.U ____________________________________________________________________________ [ 7703] By: jhi on 2000/11/16 01:09:22 Log: The type of the hash_cb() size argument is tricky. Branch: perl ! ext/DB_File/DB_File.xs ____________________________________________________________________________ [ 7702] By: jhi on 2000/11/15 23:01:16 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons. Branch: perl ! nostdio.h ____________________________________________________________________________ [ 7701] By: jhi on 2000/11/15 22:52:32 Log: Detypo. Branch: perl ! t/lib/bigfltpm.t ____________________________________________________________________________ [ 7700] By: jhi on 2000/11/15 22:51:56 Log: UINT64_C() work continues. Branch: perl ! handy.h perl.h utf8.h ____________________________________________________________________________ [ 7699] By: jhi on 2000/11/15 14:13:04 Log: SOCKS has its own USE_THREADS, based on Subject: [ID 20001114.002] et. al. bugfix followup From: Jens Hamisch Date: Wed, 15 Nov 2000 14:23:11 +0100 Message-ID: <20001115142311.A21164@Strawberry.COM> Branch: perl ! perl.h ____________________________________________________________________________ [ 7698] By: jhi on 2000/11/15 03:50:56 Log: Add few missing #undefs and sort them. Branch: perl ! fakesdio.h ____________________________________________________________________________ [ 7697] By: jhi on 2000/11/15 03:39:14 Log: Linenumber fix. Branch: perl ! t/pragma/warn/utf8 ____________________________________________________________________________ [ 7696] By: jhi on 2000/11/15 02:55:26 Log: EBCDIC tweaks. Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise) From: Peter Prymmer Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST) Message-ID: Branch: perl ! t/op/regmesg.t t/pragma/warn/utf8 ____________________________________________________________________________ [ 7695] By: jhi on 2000/11/15 02:53:58 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text From: Peter Prymmer Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST) Message-ID: Branch: perl ! utf8.c ____________________________________________________________________________ [ 7694] By: jhi on 2000/11/15 02:50:55 Log: Subject: [PATCH: perl@7674] updates to README.os390 From: Prymmer/Kahn Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST) Message-ID: Branch: perl ! README.os390 ____________________________________________________________________________ [ 7693] By: jhi on 2000/11/15 02:48:37 Log: Quit utf8_to_uv() instantly if curlen == 0. Branch: perl ! utf8.c ____________________________________________________________________________ [ 7692] By: jhi on 2000/11/15 02:24:29 Log: Use u_int32_t for the size of hash_cb(), not size_t. Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch From: Jens Hamisch Date: Tue, 14 Nov 2000 19:03:55 +0100 Message-Id: <20001114190355.A20559@Strawberry.COM> Branch: perl ! ext/DB_File/DB_File.xs ____________________________________________________________________________ [ 7691] By: jhi on 2000/11/15 02:20:12 Log: Use UINT64_C(). Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch From: Jens Hamisch Date: Tue, 14 Nov 2000 19:16:23 +0100 Message-Id: <20001114191623.G20559@Strawberry.COM> Branch: perl ! utf8.c utf8.h ____________________________________________________________________________ [ 7690] By: jhi on 2000/11/15 02:17:06 Log: Defined INT64_C() and UINT64_C() unless defined by (a macro to define signed and unsigned integer constants). Branch: perl ! handy.h ____________________________________________________________________________ [ 7689] By: jhi on 2000/11/15 01:56:51 Log: Regen Configure. Branch: perl ! Configure ____________________________________________________________________________ [ 7688] By: jhi on 2000/11/15 01:56:32 Log: Make the unit know about SOCKS. Branch: metaconfig ! U/protos/socksizetype.U ____________________________________________________________________________ [ 7687] By: jhi on 2000/11/15 01:54:47 Log: Remove unused dependencies. Branch: metaconfig ! U/compline/d_getpagsz.U ____________________________________________________________________________ [ 7686] By: nick on 2000/11/14 21:25:13 Log: Integrate mainline. Branch: perlio +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile !> win32/config.bc win32/config.gc win32/config.vc !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c ____________________________________________________________________________ [ 7685] By: jhi on 2000/11/14 17:54:56 Log: Integrate perlio. Branch: perl +> fakesdio.h perliol.h !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h !> perlsdio.h perlsfio.h pod/perlfunc.pod ____________________________________________________________________________ [ 7684] By: nick on 2000/11/14 17:43:04 Log: PerlIO #include and #ifdef re-work. Branch: perlio + fakesdio.h perliol.h ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h ! perlsdio.h perlsfio.h ____________________________________________________________________________ [ 7683] By: jhi on 2000/11/14 15:42:40 Log: Hoist the duplicated socket/netdb include logic to perl.h; undef SETERRNO in case SOCKS has defined it. Based on: Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris From: Jens Hamisch Date: Tue, 14 Nov 2000 11:34:40 +0100 Message-Id: <20001114113440.A20005@Strawberry.COM> Branch: perl ! doio.c perl.h pp_sys.c ____________________________________________________________________________ [ 7682] By: jhi on 2000/11/14 14:07:28 Log: Subject: some additions for makefiles for win32 (for perl@7674) From: "Konovalov, Vadim" Date: Tue, 14 Nov 2000 09:31:13 +0300 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com> Branch: perl ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc ! win32/makefile.mk ____________________________________________________________________________ [ 7681] By: jhi on 2000/11/14 14:01:41 Log: Subject: tiny typo in perl5db.pl From: "Konovalov, Vadim" Date: Tue, 14 Nov 2000 09:29:28 +0300 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 7680] By: jhi on 2000/11/14 04:13:50 Log: Redo #7679 with LFs instead of CRLFs. Branch: perl ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c ____________________________________________________________________________ [ 7679] By: jhi on 2000/11/14 01:21:09 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32 From: Benjamin Stuhl Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST) Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com> Branch: perl + win32/bin/mdelete.bat ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm ! makedef.pl perlio.c win32/Makefile win32/config.gc ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c ____________________________________________________________________________ [ 7678] By: jhi on 2000/11/14 01:19:20 Log: Fix the re extension building for Win32. Subject: [PATCH perl@7638] Get PerlIO building on Win32 From: Benjamin Stuhl Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST) Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com> Branch: perl + ext/re/hints/MSWin32.pl ! MANIFEST ____________________________________________________________________________ [ 7677] By: jhi on 2000/11/14 01:13:54 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values From: sthoenna@efn.org Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST) Message-Id: <200011132249.eADMnek09679@garcia.efn.org> Branch: perl ! doop.c pp.c toke.c utf8.c utf8.h ____________________________________________________________________________ [ 7676] By: jhi on 2000/11/13 20:23:15 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return From: Nicholas Clark Date: Mon, 13 Nov 2000 18:55:04 +0000 Message-ID: <20001113185504.J29183@plum.flirble.org> Branch: perl ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm ____________________________________________________________________________ [ 7675] By: nick on 2000/11/13 20:21:57 Log: Integrate mainline ... Branch: perlio !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c ____________________________________________________________________________ [ 7674] By: jhi on 2000/11/13 15:07:56 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7673] By: jhi on 2000/11/13 14:42:42 Log: Remove the new two tests of lib/io_xs for now, they seem to fail under perlio on some platforms. Branch: perl ! t/lib/io_xs.t ____________________________________________________________________________ [ 7672] By: jhi on 2000/11/13 13:57:53 Log: Make PerlIO_getpos() to behave like fgetpos() on return. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7671] By: jhi on 2000/11/13 05:30:48 Log: Placate nervous compilers that see longer than ints switch()ing. Branch: perl ! utf8.c ____________________________________________________________________________ [ 7670] By: jhi on 2000/11/13 05:14:21 Log: fputs() does return EOF on error but here we don't care. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7669] By: jhi on 2000/11/13 05:02:45 Log: Declare reg_data like reg_substr_data. Branch: perl ! regexp.h ____________________________________________________________________________ [ 7668] By: jhi on 2000/11/13 04:54:34 Log: Typos in #7667. Branch: perl ! perl.h ____________________________________________________________________________ [ 7667] By: jhi on 2000/11/13 04:49:49 Log: Cleanup messy #ifdef. Branch: perl ! perl.h ____________________________________________________________________________ [ 7666] By: jhi on 2000/11/13 04:17:34 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return From: Nicholas Clark Date: Sun, 12 Nov 2000 21:14:11 +0000 Message-Id: Note: only one breakage of the two reported is fixed by this patch. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7665] By: jhi on 2000/11/13 04:05:07 Log: Tweak the definition of the bit complement on UTF-8 data: if none of the characters in the string are > 0xff, the result is a complemented byte string, not a (UTF-8) char string. Based on the summary in Subject: Re: [ID 20000918.005] ~ on wide chars From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Fri, 10 Nov 2000 09:47:15 -0800 Message-ID: This should give us the maximum backward (pre-char string) compatibility and utf8 compatibility. The other alternative would be to limit the bit complement to be always byte only, taking the least significant byte of the chars. Branch: perl ! doop.c pod/perlunicode.pod pp.c t/op/bop.t ____________________________________________________________________________ [ 7664] By: jhi on 2000/11/13 00:23:44 Log: Couple of tests from #7660 salvaged. Branch: perl - t/op/tell.t ! MANIFEST t/io/tell.t ____________________________________________________________________________ [ 7663] By: jhi on 2000/11/13 00:02:48 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell From: Nicholas Clark Date: Sun, 12 Nov 2000 21:23:43 +0000 Message-Id: Branch: perl ! perlsfio.h ____________________________________________________________________________ [ 7662] By: jhi on 2000/11/13 00:01:39 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure From: Nicholas Clark Date: Sun, 12 Nov 2000 21:30:04 +0000 Message-Id: Branch: perl ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t ____________________________________________________________________________ [ 7661] By: jhi on 2000/11/12 23:57:29 Log: Document tell() on special streams. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 7660] By: jhi on 2000/11/12 23:54:22 Log: (Subsumed by #7664) Branch: perl + t/op/tell.t ! MANIFEST ____________________________________________________________________________ [ 7659] By: jhi on 2000/11/12 22:55:25 Log: Many subdocumented return values of the IO extension now documented. ungetc and write still left subdocumented. Subject: [PATCH] (was Re: IO::Handle::ungetc) From: Nicholas Clark Date: Sun, 12 Nov 2000 21:35:53 +0000 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net> Branch: perl ! ext/IO/lib/IO/Handle.pm ____________________________________________________________________________ [ 7658] By: jhi on 2000/11/12 21:37:06 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return From: Nicholas Clark Date: Sun, 12 Nov 2000 20:03:22 +0000 Message-Id: Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 7657] By: jhi on 2000/11/12 20:34:55 Log: Integrate perlio. Branch: perl !> perlio.c ____________________________________________________________________________ [ 7656] By: nick on 2000/11/12 19:25:06 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.) Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7655] By: nick on 2000/11/12 19:09:41 Log: Integrate mainline Branch: perlio +> README.solaris ext/Encode/Encode/cp1006.enc +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc +> ext/Encode/Encode/iso8859-13.enc +> ext/Encode/Encode/iso8859-14.enc +> ext/Encode/Encode/iso8859-15.enc !> (integrate 34 files) ____________________________________________________________________________ [ 7654] By: jhi on 2000/11/12 19:00:22 Log: Add a metaconfig unit for fsync. Branch: metaconfig/U/perl + d_fsync.U ____________________________________________________________________________ [ 7653] By: jhi on 2000/11/12 19:00:01 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def ! vos/config.ga.h win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 7652] By: jhi on 2000/11/11 21:12:01 Log: Copy the s// information of README.hpux also to the perlrun. Branch: perl ! README.hpux pod/perlrun.pod ____________________________________________________________________________ [ 7651] By: jhi on 2000/11/11 21:03:13 Log: More README.solaris updates from Andy Dougherty. Branch: perl ! README.solaris ____________________________________________________________________________ [ 7650] By: jhi on 2000/11/11 18:38:57 Log: More descriptive error for unknown perlio layers. Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do. From: Dominic Dunlop Date: Sat, 11 Nov 2000 18:20:32 +0100 Message-Id: Branch: perl ! perlio.c pod/perldiag.pod ____________________________________________________________________________ [ 7649] By: jhi on 2000/11/11 18:37:52 Log: MachTen doesn't really do mmap() and munmap(). Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do. From: Dominic Dunlop Date: Sat, 11 Nov 2000 18:20:32 +0100 Message-Id: Branch: perl ! hints/machten.sh ____________________________________________________________________________ [ 7648] By: jhi on 2000/11/11 18:36:46 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch From: rspier@pobox.com (Robert Spier) Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST) Message-ID: <14861.32839.491271.985797@rls.cx> Branch: perl ! Porting/Contract pod/perltoot.pod ____________________________________________________________________________ [ 7647] By: jhi on 2000/11/11 18:35:30 Log: Simplify the getpagesize() unit by dropping the pagesize probe since it's nowadays slightly more complicated because of sysconf(). (Note: if some platform really needs the -lPW for getpagesize, I just broke it.) TODO: a new pagesize unit. Branch: metaconfig ! U/compline/d_getpagsz.U ____________________________________________________________________________ [ 7646] By: jhi on 2000/11/11 18:33:23 Log: Add getpagesize() probing, on non-UNIX guess 'undef'. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def ! vos/config.ga.h win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 7645] By: jhi on 2000/11/11 16:45:15 Log: Use sysconf() or getpagesize() to find out the pagesize. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7644] By: jhi on 2000/11/11 15:46:08 Log: Integrate perlio. Branch: perl !> perlio.c ____________________________________________________________________________ [ 7643] By: jhi on 2000/11/11 15:33:36 Log: Subject: Re: [PATCH] README.solaris From: Lupe Christoph Date: Sat, 11 Nov 2000 14:08:10 +0100 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de> Branch: perl ! README.solaris ____________________________________________________________________________ [ 7642] By: jhi on 2000/11/11 15:22:12 Log: Subject: [PATCH perl@7638] cygwin port From: "Eric Fifer" Date: Fri, 10 Nov 2000 19:30:30 -0000 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer> Branch: perl ! README.cygwin lib/ExtUtils/MM_Cygwin.pm ____________________________________________________________________________ [ 7641] By: nick on 2000/11/11 14:50:36 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries. Also call "Buf" layer directly when unread'ing non-read chars. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7640] By: jhi on 2000/11/11 02:05:02 Log: Add more encoding tables. Branch: perl + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc + ext/Encode/Encode/iso8859-10.enc + ext/Encode/Encode/iso8859-13.enc + ext/Encode/Encode/iso8859-14.enc + ext/Encode/Encode/iso8859-15.enc ! MANIFEST ____________________________________________________________________________ [ 7639] By: jhi on 2000/11/10 18:49:25 Log: Subject: [PATCH] README.solaris From: Andy Dougherty Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST) Message-ID: Branch: perl + README.solaris ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL ! pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 7638] By: jhi on 2000/11/10 15:04:15 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7637] By: jhi on 2000/11/10 14:14:28 Log: Explain better why certain regex tests are skipped. Subject: Re: tests skipped: unknown reason From: Lupe Christoph Date: Fri, 10 Nov 2000 09:08:56 +0100 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de> Branch: perl ! t/op/regexp.t ____________________________________________________________________________ [ 7636] By: nick on 2000/11/10 13:40:00 Log: Integrate mainline. Branch: perlio !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh !> hints/uts.sh lib/unicode/syllables.txt perlio.c !> win32/bin/search.pl ____________________________________________________________________________ [ 7635] By: nick on 2000/11/10 13:25:52 Log: Re-instate stdio large file support via perlio. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7634] By: jhi on 2000/11/10 04:49:55 Log: Amdahl UTS hints updates. Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6 From: hom00@utsglobal.com (Harold O Morris) Date: Thu, 9 Nov 2000 20:02 PST Message-Id: Branch: perl ! hints/uts.sh ____________________________________________________________________________ [ 7633] By: jhi on 2000/11/09 23:33:28 Log: Subject: [PATCH] IO::Seekable pod From: Nicholas Clark Date: Thu, 9 Nov 2000 20:29:45 +0000 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net> Branch: perl ! ext/IO/lib/IO/Handle.pm ____________________________________________________________________________ [ 7632] By: jhi on 2000/11/09 21:55:41 Log: Various doc oddball characters. Subject: [ID 20001106.004] Perl 5.6.0 bugs From: Michael Somos Date: Mon, 6 Nov 2000 17:44:20 -0500 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu> Branch: perl ! emacs/cperl-mode.el lib/unicode/syllables.txt ! win32/bin/search.pl ____________________________________________________________________________ [ 7631] By: jhi on 2000/11/09 21:12:29 Log: Subject: Re: bash -c exit and linux hints From: "John P. Linderman" Date: Thu, 02 Nov 2000 09:37:25 -0500 Message-Id: <200011021437.JAA63199@raptor.research.att.com> Branch: perl ! hints/linux.sh ____________________________________________________________________________ [ 7630] By: nick on 2000/11/09 20:34:11 Log: Integrate mainline. Branch: perlio !> (integrate 91 files) ____________________________________________________________________________ [ 7629] By: jhi on 2000/11/09 19:46:31 Log: Missing dTHXs. Subject: RE: perl@7595 builds not on cygwin From: "Eric Fifer" Date: Thu, 9 Nov 2000 19:26:50 -0000 Message-ID: <000201c04a83$05ef1660$933570c2@fifer> Branch: perl ! ext/Devel/Peek/Peek.xs ____________________________________________________________________________ [ 7628] By: jhi on 2000/11/09 14:48:27 Log: Disable only the tests 99 and 166 for UTF-8 locales. Branch: perl ! t/pragma/locale.t ____________________________________________________________________________ [ 7627] By: jhi on 2000/11/09 14:40:27 Log: There's no =head3. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 7626] By: jhi on 2000/11/09 13:54:26 Log: The generated boot_* headers are wrong. Pickier compiler, such as KAI C++ will refuse to compile the resulting perlmain. Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0 From: Harri Pasanen Date: Thu, 09 Nov 2000 14:23:28 +0100 Message-Id: <3A0AA550.26D548A3@trema.com> Branch: perl ! minimod.pl ____________________________________________________________________________ [ 7625] By: jhi on 2000/11/09 13:50:44 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod From: Prymmer/Kahn Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST) Message-ID: All except the "cow orker" change. Branch: perl ! Porting/pumpkin.pod ____________________________________________________________________________ [ 7624] By: jhi on 2000/11/09 13:45:33 Log: Fix for Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED) From: "H.Merijn Brand" Date: Thu, 09 Nov 2000 11:05:52 +0100 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl> Branch: perl ! pod/perldiag.pod t/pragma/warn/pp_sys ____________________________________________________________________________ [ 7623] By: jhi on 2000/11/09 13:37:16 Log: Typo in an ifndef. Subject: Re: [PATCH 5.7.0] better messages from malloc() From: Joe Smith Date: Thu, 09 Nov 2000 01:33:14 -0800 Message-Id: <3A0A6F5A.1E3969BB@inwap.com> Branch: perl ! malloc.c ____________________________________________________________________________ [ 7622] By: jhi on 2000/11/09 13:31:18 Log: Remove unused extra arguments. Branch: metaconfig/U/perl ! perlxv.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7621] By: jhi on 2000/11/09 13:16:36 Log: More VMS moves on environment handling, from Charles Lane. Branch: perl ! t/pragma/locale.t ____________________________________________________________________________ [ 7620] By: jhi on 2000/11/09 04:42:38 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning From: David Dyck Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST) Message-ID: Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 7619] By: jhi on 2000/11/09 04:36:21 Log: Forgot from #7618. Branch: perl ! lib/File/stat.pm ____________________________________________________________________________ [ 7618] By: jhi on 2000/11/09 04:28:44 Log: Make deleting for %ENV work for (newer versions of) VMS, from Craig A. Berry. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 7617] By: jhi on 2000/11/09 04:25:05 Log: Subject: [PATCH] Class::Struct at compile time From: "Casey R. Tweten" Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST) Message-ID: Branch: perl ! lib/Class/Struct.pm ____________________________________________________________________________ [ 7616] By: jhi on 2000/11/09 04:15:17 Log: Subject: [ID 20001108.013] spelling From: "Todd T. Fries" Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST) Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com> Branch: perl ! lib/ftp.pl ____________________________________________________________________________ [ 7615] By: jhi on 2000/11/09 04:12:42 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests From: Peter Prymmer Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST) Message-ID: Branch: perl ! configure.com ____________________________________________________________________________ [ 7614] By: jhi on 2000/11/08 22:42:55 Log: A missing aTHX_. Branch: perl ! ext/IPC/SysV/SysV.xs ____________________________________________________________________________ [ 7613] By: jhi on 2000/11/08 19:30:21 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7612] By: jhi on 2000/11/08 18:35:25 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning From: David Dyck Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST) Message-ID: Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 7611] By: jhi on 2000/11/08 18:30:26 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen From: Dominic Dunlop Date: Tue, 7 Nov 2000 12:05:25 +0100 Message-Id: Branch: perl ! malloc.c ____________________________________________________________________________ [ 7610] By: jhi on 2000/11/08 18:25:14 Log: Do not test UTF-8 locales since that the tests would require polymorphic regexen. Branch: perl ! t/pragma/locale.t ____________________________________________________________________________ [ 7609] By: jhi on 2000/11/08 17:12:51 Log: Locale buglets. Subject: RE: Locales support (setlocale) fixes From: "Konovalov, Vadim" Date: Wed, 8 Nov 2000 20:01:39 +0300 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com> Branch: perl ! t/pragma/locale.t util.c ____________________________________________________________________________ [ 7608] By: jhi on 2000/11/08 17:00:16 Log: Deleting $ENV{PATH} in VMS is not recommendable. Branch: perl ! t/pragma/locale.t ____________________________________________________________________________ [ 7607] By: jhi on 2000/11/08 16:58:26 Log: Subject: PATCH std stdio for (Free)BSD From: Nicholas Clark Date: Wed, 8 Nov 2000 15:36:29 +0000 Message-ID: <20001108153629.D98736@plum.flirble.org> Branch: metaconfig ! U/compline/d_stdstdio.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7606] By: jhi on 2000/11/08 16:43:31 Log: Forgot to bump the line numbers in #7601. Branch: perl ! t/pragma/warn/pp_sys ____________________________________________________________________________ [ 7605] By: jhi on 2000/11/08 16:39:12 Log: More careful detection of how well NVs and UVs mix. Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)) From: Nicholas Clark Date: Wed, 8 Nov 2000 15:14:12 +0000 Message-ID: <20001108151412.B98736@plum.flirble.org> Added some SIGFPE paranoia. Branch: metaconfig/U/perl ! perlxv.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7604] By: jhi on 2000/11/08 14:39:10 Log: Subject: [patch perl@7595] VMS configure.com tweak From: "Craig A. Berry" Date: Wed, 8 Nov 2000 00:24:12 -0600 Message-Id: Branch: perl ! configure.com ____________________________________________________________________________ [ 7603] By: jhi on 2000/11/08 14:27:11 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c From: Robin Barker Date: Wed, 8 Nov 2000 11:11:39 GMT Message-Id: <200011081111.LAA07377@tempest.npl.co.uk> Branch: perl ! perlio.c ____________________________________________________________________________ [ 7602] By: jhi on 2000/11/08 14:25:03 Log: Fix for the tie-refhash string table leaks. From: Nick Ing-Simmons Date: Wed, 8 Nov 2000 13:03:04 GMT Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com> Branch: perl ! t/lib/tie-refhash.t ____________________________________________________________________________ [ 7601] By: jhi on 2000/11/08 14:21:08 Log: Try to avoid flockless and emulationless places. Branch: perl ! t/pragma/warn/pp_sys ____________________________________________________________________________ [ 7600] By: jhi on 2000/11/08 02:28:54 Log: Overrideable keys, each, pop, push, shift, splice, unshift. Subject: [PATCH] prototyped functions that should be overrideable From: "Casey R. Tweten" Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST) Message-ID: Branch: perl ! toke.c ____________________________________________________________________________ [ 7599] By: jhi on 2000/11/08 01:12:05 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty. Subject: [PATCH] perlbug.PL From: "Kurt D. Starsinic" Date: Mon, 6 Nov 2000 21:39:01 -0500 Message-ID: <20001106213901.B20955@O2.chapin.edu> Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 7598] By: jhi on 2000/11/07 23:42:00 Log: Bad thinko in #7581 (I used the test program with the expanded values as-is). Branch: metaconfig ! U/compline/d_stdstdio.U Branch: perl ! Configure ____________________________________________________________________________ [ 7597] By: jhi on 2000/11/07 21:43:29 Log: Subject: [PATCH perl@7573] cygwin port From: "Fifer, Eric" Date: Tue, 7 Nov 2000 18:08:51 -0000 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com> Synchronize with Cygwin 1.1.5. Branch: perl ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c ! pod/perlport.pod unixish.h util.c ____________________________________________________________________________ [ 7596] By: jhi on 2000/11/07 21:39:25 Log: perlhack updates from H.Merijn Brand. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 7595] By: jhi on 2000/11/07 20:21:41 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7594] By: jhi on 2000/11/07 19:18:58 Log: Be more robust in Dynaloader.pm. Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL ____________________________________________________________________________ [ 7593] By: jhi on 2000/11/07 16:49:31 Log: AUTHORS update. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 7592] By: gsar on 2000/11/07 16:39:51 Log: normalize relative paths in virtualized current directory on windows, under ithreads (avoids ".." etc showing up in what Cwd::cwd() returns) Branch: perl ! win32/vdir.h ____________________________________________________________________________ [ 7591] By: jhi on 2000/11/07 16:04:26 Log: Too profiler-happy: with optimization the #7590 actually makes the test to run 0.5% _slower_. Requires much more instrumentation. Retract #7590. Branch: perl ! regcomp.c regcomp.h ____________________________________________________________________________ [ 7590] By: jhi on 2000/11/07 15:51:13 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp execution time in regcomp.c S_cl_any() and S_cl_is_anything() by using memset() and testing bytewise (as opposed to bitwise). Branch: perl ! regcomp.c regcomp.h ____________________________________________________________________________ [ 7589] By: jhi on 2000/11/07 12:56:39 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for From: "Craig A. Berry" Date: Mon, 06 Nov 2000 23:45:30 -0500 Message-Id: <0011079735.AA973576259@univpress.com> Branch: perl ! configure.com t/lib/st-lock.t ____________________________________________________________________________ [ 7588] By: jhi on 2000/11/07 01:03:28 Log: Tweak #7587. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 7587] By: jhi on 2000/11/07 01:00:27 Log: A doc addition for bug id 20001105.019, beware \p. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 7586] By: jhi on 2000/11/07 00:32:22 Log: Fake support of holey files in win/dosish platforms. Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302) From: kipp@shonanblue.ne.jp Date: Mon, 6 Nov 2000 13:30:55 -0800 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com> Branch: perl ! ext/SDBM_File/sdbm/sdbm.c ____________________________________________________________________________ [ 7585] By: jhi on 2000/11/07 00:12:54 Log: Subject: Pod updates From: "Stephen P. Potter" Date: Mon, 06 Nov 2000 18:56:43 -0500 Message-Id: <200011062357.SAA18173@spotter.yi.org> Branch: perl ! README.dos README.os2 README.win32 pod/buildtoc.PL ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod ! pod/perltootc.pod pod/perlunicode.pod ____________________________________________________________________________ [ 7584] By: jhi on 2000/11/07 00:04:17 Log: Varargs don't always work too well if one puts an unsigned char on the stack and pop an unsigned quad off the stack. Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED) From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 06 Nov 2000 15:19:05 -0800 Message-ID: Branch: perl ! utf8.c ____________________________________________________________________________ [ 7583] By: jhi on 2000/11/06 23:58:48 Log: %ENV note tweaks from Dan Sugalski. Branch: perl ! pod/perlport.pod vms/perlvms.pod ____________________________________________________________________________ [ 7582] By: jhi on 2000/11/06 23:05:49 Log: glibc5 detection by __GNU_LIBRARY__. Branch: perl ! toke.c ____________________________________________________________________________ [ 7581] By: jhi on 2000/11/06 22:51:29 Log: Make the stdio test program of 7427 less noisy while being compiled so that Digital UNIX wouldn't get both d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt undefined. This makes perlio happy. Branch: metaconfig ! U/compline/d_stdstdio.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7580] By: jhi on 2000/11/06 22:41:41 Log: Document %ENV = () portability issues. Branch: perl ! pod/perlport.pod vms/perlvms.pod ____________________________________________________________________________ [ 7579] By: jhi on 2000/11/06 21:29:24 Log: VOS updates from Paul Green. Branch: perl ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h ____________________________________________________________________________ [ 7578] By: jhi on 2000/11/06 21:00:40 Log: Sanitize the environment further. Branch: perl ! t/pragma/locale.t ____________________________________________________________________________ [ 7577] By: jhi on 2000/11/06 20:53:51 Log: Re-introduce 7552 lost in integration. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7576] By: jhi on 2000/11/06 20:33:46 Log: Admit that the test leaks scalars. Branch: perl ! t/comp/proto.t ____________________________________________________________________________ [ 7575] By: jhi on 2000/11/06 20:17:08 Log: Integrate perlio. Branch: perl !> perlio.c ____________________________________________________________________________ [ 7574] By: nick on 2000/11/06 20:07:28 Log: Remove debug. Try (Mmap_t) on madvise() call. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7573] By: jhi on 2000/11/06 13:56:05 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7572] By: jhi on 2000/11/06 13:48:41 Log: Subject: Re: rsync'ed patches vs. rsync'ed source From: "H.Merijn Brand" Date: Mon, 06 Nov 2000 10:11:42 +0100 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl> Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 7571] By: jhi on 2000/11/06 01:45:51 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 7570] By: jhi on 2000/11/06 00:18:00 Log: Fix for Subject: [ID 20000728.005] perl -P broken From: David Dyck Date: Fri, 28 Jul 2000 17:19:16 -0700 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com> (hopefully). The fix is also not complete, it seems to break BOM swallowing for libc5 systems, but until someone figures out a way to do this without ftell(), this will do. Branch: perl ! toke.c ____________________________________________________________________________ [ 7569] By: jhi on 2000/11/06 00:05:30 Log: Document that the evaled syntax errors cause scalar leaks. Branch: perl ! t/comp/proto.t ____________________________________________________________________________ [ 7568] By: jhi on 2000/11/05 23:14:47 Log: opmini.o can linger from Configures past. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 7567] By: jhi on 2000/11/05 21:28:39 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise() first argument correctly. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7566] By: jhi on 2000/11/05 21:15:56 Log: Integrate perlio. Branch: perl !> perlio.c ____________________________________________________________________________ [ 7565] By: jhi on 2000/11/05 21:15:13 Log: Use -dM for gcc (the suggested patch did it only for Linux, but I think it can be generalized). Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing) From: Pixel Date: 05 Nov 2000 21:49:34 +0100 Message-ID: Branch: perl ! ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 7564] By: nick on 2000/11/05 21:09:18 Log: Added a mmap layer as a "subclass" of perlio. PERLIO=mmap ./perl harness passes Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7563] By: jhi on 2000/11/05 19:48:55 Log: Add a note for future generations about bug id 20000229.006. Branch: perl ! malloc.c ____________________________________________________________________________ [ 7562] By: jhi on 2000/11/05 19:38:24 Log: Fix for bug id 19990615.008, pos() unset during s///ge. Branch: perl ! pp_ctl.c t/op/pos.t ____________________________________________________________________________ [ 7561] By: jhi on 2000/11/05 18:21:46 Log: Add =pod to be tidy. Branch: perl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 7560] By: jhi on 2000/11/05 17:38:46 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi. Branch: perl ! ext/Storable/ChangeLog ext/Storable/Storable.pm ! ext/Storable/Storable.xs t/lib/st-recurse.t ____________________________________________________________________________ [ 7559] By: jhi on 2000/11/05 17:32:59 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16 From: "Peter J. Farley III" Date: Sun, 05 Nov 2000 11:55:59 -0500 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> Branch: perl ! t/lib/syslog.t ____________________________________________________________________________ [ 7558] By: jhi on 2000/11/05 17:29:19 Log: Integrate perlio. Branch: perl !> perlio.c ____________________________________________________________________________ [ 7557] By: jhi on 2000/11/05 17:22:01 Log: A fix of sorts for 20000329.026, a better error message for a missing "use charnames" when using the \N{...}. Branch: perl ! pod/perldiag.pod toke.c ____________________________________________________________________________ [ 7556] By: jhi on 2000/11/05 16:33:50 Log: Test tweak: show also the failed locales. Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8 From: Lupe Christoph Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET) Message-Id: <200011051139.MAA12442@lupe-christoph.de> Branch: perl ! t/pragma/locale.t ____________________________________________________________________________ [ 7555] By: nick on 2000/11/05 11:09:34 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is open RDWR so does not fail. (pragma/warnings 303 again...) Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7554] By: nick on 2000/11/05 10:10:13 Log: Fix case where ungetc(f,EOF) was allowed. Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file so we can see similarities. Use types more carefully and a STDCHAR array in hope that this will fix Jarrko's 64bit machine. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7553] By: jhi on 2000/11/05 01:12:16 Log: Fix for Subject: [ID 20001004.007] taint propogation is inconsistent From: pimlott@idiomtech.com (Andrew Pimlott) Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT) Message-Id: The culprit was sv_setsv() which was rather blindly propagating taint, which lead to behaviour where if a tainted anon hash value was seen all the hash values from then on at that level became tainted, or at any upper levels in the case of nested anon hashes. Branch: perl ! sv.c t/op/taint.t ____________________________________________________________________________ [ 7552] By: jhi on 2000/11/04 23:44:18 Log: Some cpps don't like splitting conditionals across several lines. Branch: perl ! perlio.c ____________________________________________________________________________ [ 7551] By: nick on 2000/11/04 23:40:44 Log: Integrate mainline Branch: perlio !> pp_hot.c t/op/taint.t ____________________________________________________________________________ [ 7550] By: nick on 2000/11/04 23:39:05 Log: Integrate mainline again Branch: perlio !> Configure config_h.SH embed.h embed.pl perl.h proto.h !> t/lib/b.t t/op/misc.t util.c ____________________________________________________________________________ [ 7549] By: jhi on 2000/11/04 23:14:01 Log: Fix for Subject: [ID 20001004.006] undef is never tainted From: pimlott@idiomtech.com (Andrew Pimlott) Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT) Message-Id: An undef read from a slurped file was not tainted. Branch: perl ! pp_hot.c t/op/taint.t ____________________________________________________________________________ [ 7548] By: jhi on 2000/11/04 22:56:21 Log: Test tweak ($Config{useperlio} is by default undef) . Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 7547] By: jhi on 2000/11/04 22:43:56 Log: Integrate perlio. Branch: perl +> lib/perlio.pm !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c !> pod/perlapi.pod t/lib/b.t ____________________________________________________________________________ [ 7546] By: jhi on 2000/11/04 22:40:59 Log: Configure would use a bad $myuname from an old config.sh. Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug From: Andy Dougherty Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST) Message-ID: Branch: metaconfig ! U/modified/Oldconfig.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7545] By: jhi on 2000/11/04 22:36:54 Log: Subject: Locales support (setlocale) fixes From: "Konovalov, Vadim" Date: Sat, 4 Nov 2000 10:15:48 +0300 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com> Modified quite a bit to be more portable. Branch: perl ! embed.h embed.pl perl.h proto.h util.c ____________________________________________________________________________ [ 7544] By: jhi on 2000/11/04 22:32:47 Log: Dying is too strict here, better just skip. Branch: perl ! t/op/misc.t ____________________________________________________________________________ [ 7543] By: nick on 2000/11/04 21:55:13 Log: Merge mainline Branch: perlio +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl +> t/lib/tie-refhash.t t/lib/tie-substrhash.t !> (integrate 64 files) ____________________________________________________________________________ [ 7542] By: jhi on 2000/11/04 21:09:28 Log: More Changes tweakery. Branch: perl ! Changes Porting/genlog ____________________________________________________________________________ [ 7541] By: jhi on 2000/11/04 20:58:18 Log: Changes fixups. Branch: perl ! Changes ____________________________________________________________________________ [ 7540] By: jhi on 2000/11/04 20:42:38 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc, create a "fast path" for locale name probing using "locale -a" if available, squash finally hopefully the s?printf resetting the numeric locale (since, IIUC perllocale, it never shouldn't). Branch: perl ! sv.c t/op/misc.t t/pragma/locale.t ____________________________________________________________________________ [ 7539] By: nick on 2000/11/04 19:56:10 Log: PerlIO infrastructure complete. Branch: perlio + lib/perlio.pm ! MANIFEST iperlsys.h perlio.c t/lib/b.t ____________________________________________________________________________ [ 7538] By: nick on 2000/11/04 14:31:32 Log: Type tweaks + less contorted allocation scheme Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7537] By: nick on 2000/11/04 12:40:42 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was fully buffered rather than unbuffered (on Solaris, Linux seemed to do something sensible) which lead to some interesting fails. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7536] By: jhi on 2000/11/04 00:20:02 Log: Add FCNTL_CAN_LOCK. Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) From: Andy Dougherty Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST) Message-ID: Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) From: Andy Dougherty In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net> Message-ID: Branch: metaconfig/U/perl + d_fcntl_can_lock.U ! startperl.U Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def ! vos/config.ga.h win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 7535] By: nick on 2000/11/03 22:19:10 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...) - Works on Linux with perlio + unix stdio - Works on Solaris with perlio + unix - Fails ONE test (print to STDIN should fail) on Solaris with stdio. - Fails (hangs in openpid) if you try and stack perlio + stdio - Linux stdio's read() logic is hanging. Branch: perlio ! iperlsys.h perlio.c ____________________________________________________________________________ [ 7534] By: jhi on 2000/11/03 15:16:02 Log: Subject: Re: README.aix From: "H.Merijn Brand" Date: Fri, 03 Nov 2000 16:03:15 +0100 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl> Branch: perl ! README.aix ____________________________________________________________________________ [ 7533] By: jhi on 2000/11/03 03:59:02 Log: Subject: [PATCH 5.7.0] better messages from malloc() From: Ilya Zakharevich Date: Wed, 1 Nov 2000 23:39:56 -0500 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu> Branch: perl ! malloc.c pod/perldiag.pod ____________________________________________________________________________ [ 7532] By: jhi on 2000/11/03 00:11:56 Log: The #7521 touched things it shouldn't have. Branch: perl ! ext/POSIX/POSIX.xs ext/POSIX/typemap ____________________________________________________________________________ [ 7531] By: jhi on 2000/11/02 22:32:33 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 2 Nov 2000 16:58:36 EST Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu> Branch: perl ! vms/gen_shrfls.pl ____________________________________________________________________________ [ 7530] By: jhi on 2000/11/02 22:08:49 Log: Fix the problem discussed in Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions) Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) Message-Id: <200010160148.EAA14523@alpha.hut.fi> originally from Linc Madison. Also Andreas König's comments taken into account. Some other problems with Tie::SubstrHash fixed: didn't croak when the table exceeded the requested number of entries (as documented) but instead when the number of entries exceeded the size of the table, a croak() had an unnecessary \n, didn't have a CLEAR method, documented that there is no exists(). Didn't fix to be strict-proof because the module uses &foo; and dynamic scope. Added a test script exercizing both first tamely the basic functionality, and then the failure cases reported by Linc Madison. Branch: perl + t/lib/tie-substrhash.t ! MANIFEST lib/Tie/SubstrHash.pm ____________________________________________________________________________ [ 7529] By: jhi on 2000/11/02 17:58:08 Log: recv() can fail and return undef. Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable From: "Alexey V. Barantsev" Date: Thu, 2 Nov 2000 20:12:20 +0300 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru> Branch: perl ! lib/Net/Ping.pm ____________________________________________________________________________ [ 7528] By: jhi on 2000/11/02 17:49:09 Log: Detpyo. Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 7527] By: jhi on 2000/11/02 15:48:37 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm), fix a autovivification bug in Tie::RefHash, add tests for both. Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes From: Edward Avis Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT) Message-ID: Branch: perl + t/lib/tie-refhash.t ! MANIFEST lib/Tie/RefHash.pm ____________________________________________________________________________ [ 7526] By: jhi on 2000/11/02 13:56:26 Log: Test::Harness revealed buglets in the new DynaLoader. Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED) From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 02 Nov 2000 11:26:48 +0100 Message-Id: Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL ____________________________________________________________________________ [ 7525] By: jhi on 2000/11/01 23:52:08 Log: The entry for #7503 was missing. Branch: perl ! Changes ____________________________________________________________________________ [ 7524] By: jhi on 2000/11/01 23:40:52 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7523] By: jhi on 2000/11/01 22:57:09 Log: More tweaking on the #7522 theme. Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL ____________________________________________________________________________ [ 7522] By: jhi on 2000/11/01 22:06:15 Log: Expand %Config variables and %ENV variables only if so requested during build time using the PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS. Not expanding makes relocating distributions easier. Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL ____________________________________________________________________________ [ 7521] By: jhi on 2000/11/01 20:56:34 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid() and setgid() because they were just changing $< and $( which means only changing the real uid/gid, as opposed to changing both real and effective ids. (The alternative way could have been in POSIX.pm to change $> and $), too, but making a direct call to the C API feels cleaner.) Fixes the bug Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid() From: "Garry T. Williams" Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT) Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net> Branch: perl ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ! ext/POSIX/typemap pod/perlvar.pod ____________________________________________________________________________ [ 7520] By: jhi on 2000/11/01 20:08:33 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks" From: "Garry T. Williams" Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT) Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net> Branch: perl ! pod/perlsec.pod ____________________________________________________________________________ [ 7519] By: jhi on 2000/11/01 20:01:22 Log: Locale warning explanation tweak. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 7518] By: jhi on 2000/11/01 18:57:13 Log: C.pm part of Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0] From: Jarkko Hietaniemi Date: Tue, 10 Oct 2000 08:22:28 -0500 Message-Id: <20001010082228.B17030@chaos.wustl.edu> Branch: perl ! ext/B/B/C.pm ____________________________________________________________________________ [ 7517] By: jhi on 2000/11/01 18:41:59 Log: Subject: [ID 20001005.006] Documentation -- description of qr// From: Martien Verbruggen Date: Fri, 6 Oct 2000 14:09:10 +1100 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au> Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 7516] By: jhi on 2000/11/01 18:34:55 Log: Generalize the Camel wording. Subject: Re: perlfaq style changes From: John Borwick Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST) Message-ID: Branch: perl ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod ____________________________________________________________________________ [ 7515] By: jhi on 2000/11/01 16:52:31 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output From: pimlott@idiomtech.com (Andrew Pimlott) Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT) Message-Id: Branch: perl ! pod/perlsec.pod ____________________________________________________________________________ [ 7514] By: jhi on 2000/11/01 15:03:40 Log: More AIX lore. Branch: perl ! ext/re/hints/aix.pl ____________________________________________________________________________ [ 7513] By: jhi on 2000/11/01 14:48:30 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes From: root Date: Wed, 1 Nov 2000 12:31:32 +0100 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz> Branch: perl ! lib/Net/Ping.pm ____________________________________________________________________________ [ 7512] By: jhi on 2000/11/01 14:46:47 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c From: Martin Husemann Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET) Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 7511] By: jhi on 2000/11/01 14:39:50 Log: AUTHORS updates. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 7510] By: jhi on 2000/11/01 14:29:50 Log: Subject: [PATCH] startperl to respect versiononly From: Robin Barker Date: Tue, 31 Oct 2000 16:29:36 GMT Message-Id: <200010311629.QAA01771@tempest.npl.co.uk> Branch: metaconfig/U/perl ! startperl.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7509] By: jhi on 2000/11/01 14:19:53 Log: printf UVs the correct way, noticed by Robin Barker. Branch: perl ! utf8.c ____________________________________________________________________________ [ 7508] By: jhi on 2000/11/01 14:10:03 Log: Do not cleanup *% because the % has special meanings in some shell environments. Branch: perl ! ext/Storable/Makefile.PL ____________________________________________________________________________ [ 7507] By: jhi on 2000/11/01 14:06:00 Log: The NonStop-UX libraries have a novel way to say NaN. Branch: perl ! t/lib/bigfltpm.t ____________________________________________________________________________ [ 7506] By: jhi on 2000/11/01 14:03:35 Log: The osname has been lowercased by now, from Tom Bates. Branch: metaconfig ! U/modified/Oldconfig.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7505] By: jhi on 2000/10/31 19:18:39 Log: The compiler is either gcc or cc, from Tom Bates. Branch: perl ! hints/nonstopux.sh ____________________________________________________________________________ [ 7504] By: jhi on 2000/10/31 14:53:42 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7503] By: jhi on 2000/10/31 14:30:50 Log: Whitespace style tweak. Was originally going to see to Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) From: Joe Smith Date: Mon, 30 Oct 2000 18:47:57 -0800 Message-Id: <39FE32DD.24AAC4D@inwap.com> but that had already been taken care of. Branch: metaconfig ! U/compline/d_stdstdio.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7502] By: jhi on 2000/10/31 14:25:02 Log: AUTHORS tweaks. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 7501] By: jhi on 2000/10/31 14:23:59 Log: Subject: perlfaq style changes From: John Borwick Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST) Message-ID: 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 ____________________________________________________________________________ [ 7500] By: jhi on 2000/10/31 14:22:15 Log: Be more lenient on bad UTF-8 when doing bit arithmetics. Subject: Re: [ID 20000918.005] ~ on wide chars From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 30 Oct 2000 21:09:55 -0800 Message-ID: (The ord() part of the patch skipped.) Branch: perl ! doop.c ____________________________________________________________________________ [ 7499] By: jhi on 2000/10/31 14:20:08 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c From: Jens Hamisch Date: Mon, 30 Oct 2000 15:17:07 +0100 Message-Id: <20001030151707.A9597@Strawberry.COM> Branch: perl ! av.c ____________________________________________________________________________ [ 7498] By: jhi on 2000/10/31 14:16:29 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests From: Peter Prymmer Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST) Message-ID: Branch: perl + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc + ext/Encode/Encode/posix-bc.enc ! MANIFEST t/lib/encode.t ____________________________________________________________________________ [ 7497] By: jhi on 2000/10/31 14:13:22 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t From: Peter Prymmer Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST) Message-ID: Branch: perl ! t/lib/cgi-html.t ____________________________________________________________________________ [ 7496] By: jhi on 2000/10/31 14:12:05 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests From: Peter Prymmer Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST) Message-ID: Branch: perl ! t/lib/cgi-function.t ____________________________________________________________________________ [ 7495] By: jhi on 2000/10/31 14:11:08 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension From: Peter Prymmer Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST) Message-ID: Branch: perl + ext/re/hints/aix.pl ! MANIFEST ext/re/Makefile.PL ____________________________________________________________________________ [ 7494] By: jhi on 2000/10/31 14:08:32 Log: Use Errno magic. Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing From: Casey Tweten Date: Mon, 30 Oct 2000 15:51:17 -0500 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com> Branch: perl ! lib/File/Temp.pm ____________________________________________________________________________ [ 7493] By: jhi on 2000/10/31 14:05:07 Log: Add a perlbug flag, -A, to avoid acknowledgement messages. Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED)) From: Nicholas Clark Date: Mon, 30 Oct 2000 17:38:45 +0000 Message-ID: <20001030173845.O60355@plum.flirble.org> Branch: perl ! Makefile.SH utils/perlbug.PL ____________________________________________________________________________ [ 7492] By: nick on 2000/10/30 19:37:23 Log: Change files which are mysteriously different to mainline to be copies of mainline. Branch: perlio ! objXSUB.h perlapi.c pod/perlapi.pod ____________________________________________________________________________ [ 7491] By: nick on 2000/10/30 18:05:54 Log: Perlio fixes discovered on big-endian & very traditional Solaris: - typo in endian code in putc. - Don't allow read of write-only files and vice-versa - and off-by-one in flush-all loop. Remove debug calls as they were using GCC specific features. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7490] By: nick on 2000/10/29 21:45:45 Log: Integrate mainline to perlio Branch: perlio !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t !> toke.c ____________________________________________________________________________ [ 7489] By: jhi on 2000/10/29 21:11:08 Log: Subject: [Chris Winters ] patch to ExtUtils::Manifest From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 29 Oct 2000 22:05:59 +0100 Message-ID: Branch: perl ! lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 7488] By: jhi on 2000/10/29 21:07:47 Log: Tests for #7487. Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED) From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 29 Oct 2000 19:37:09 +0100 Message-ID: Branch: perl ! t/comp/proto.t ____________________________________________________________________________ [ 7487] By: jhi on 2000/10/29 21:06:27 Log: constsub spillage. Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED) From: John Tobey Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST) Message-Id: Branch: perl ! op.c ____________________________________________________________________________ [ 7486] By: nick on 2000/10/29 21:05:04 Log: Integrate mainline to perlio branch Branch: perlio +> Porting/repository.pod lib/unicode/Is/DCmedial.pl +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm +> vos/install_perl.cm - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def - vos/config.h vos/config_h.SH_orig !> (integrate 141 files) ____________________________________________________________________________ [ 7485] By: jhi on 2000/10/29 21:00:47 Log: Make \x{...} consistently produce UTF-8. Subject: Re: \x{...} is confused From: Simon Cozens Date: Sun, 29 Oct 2000 19:36:48 +0000 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk> Branch: perl ! t/pragma/utf8.t toke.c ____________________________________________________________________________ [ 7484] By: nick on 2000/10/29 20:05:29 Log: PerlIO passes all tests. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7483] By: jhi on 2000/10/29 18:06:55 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7482] By: nick on 2000/10/29 17:43:28 Log: Include to get correct lseek() prototype etc. (I thought perl.h did that) - down to two fails - comp/require.t (last test) - lib/io_xs.t - possibly import/export of FILE * ? Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7481] By: jhi on 2000/10/29 17:02:37 Log: UTF-8 decoder tweak. Branch: perl ! utf8.c ____________________________________________________________________________ [ 7480] By: nick on 2000/10/29 16:26:11 Log: Fixed two bugs: - error code not being set on close (of broken pipe) - append mode was truncating. At least one seek/tell bug remains. Branch: perlio ! perlio.c ____________________________________________________________________________ [ 7479] By: nick on 2000/10/29 11:18:16 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in in case of accidents. Still several worrying fails, no line disciplines yet. Branch: perlio ! iperlsys.h perlio.c ____________________________________________________________________________ [ 7478] By: jhi on 2000/10/29 02:04:01 Log: Add also emailless people. Branch: perl ! AUTHORS ____________________________________________________________________________ [ 7477] By: jhi on 2000/10/29 01:36:00 Log: The #7476 needs a MANIFEST change, too. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 7476] By: jhi on 2000/10/29 01:35:21 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN. Branch: perl - MAINTAIN ! AUTHORS Changes ____________________________________________________________________________ [ 7475] By: jhi on 2000/10/28 23:57:25 Log: De-quoted-unreadable to ISO Latin 1. (There's one ISO-2022-JP name in Changes5.004.) Branch: perl ! Changes Changes5.6 ____________________________________________________________________________ [ 7474] By: jhi on 2000/10/28 19:13:06 Log: Subject: [ID 20001027.007] uniq array in perlfaq From: Hans Ginzel Date: Fri, 27 Oct 2000 19:28:30 +0200 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 7473] By: jhi on 2000/10/28 18:02:05 Log: Locking null mutexes is not recommendable. Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) From: Hugo Date: Sat, 28 Oct 2000 18:41:12 +0100 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk> Branch: perl ! op.c ____________________________________________________________________________ [ 7472] By: jhi on 2000/10/28 17:52:58 Log: Better create a true mailing list for the repository keepers. Branch: perl ! Porting/repository.pod ____________________________________________________________________________ [ 7471] By: jhi on 2000/10/28 17:28:24 Log: Add the repository doc by Malcolm, Sarathy, and by Simon, name as suggested by Michael Bletzinger . Branch: perl + Porting/repository.pod ! MANIFEST ____________________________________________________________________________ [ 7470] By: jhi on 2000/10/28 17:20:54 Log: Subject: DOC PATCH 5.6.0 From: mjd@plover.com Date: 27 Oct 2000 17:32:44 -0000 Message-ID: <20001027173244.23754.qmail@plover.com> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 7469] By: jhi on 2000/10/28 17:16:45 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos From: "Peter J. Farley III" Date: Fri, 27 Oct 2000 20:32:56 -0400 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net> Branch: perl ! README.dos ____________________________________________________________________________ [ 7468] By: jhi on 2000/10/28 17:07:18 Log: Make target reordering to avoid pointless re-makes. Subject: Re: Total re-make of 'make okfile' after 7451 ? From: Nicholas Clark Date: Sat, 28 Oct 2000 00:31:02 +0100 Message-ID: <20001028003101.A54517@plum.flirble.org> Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 7467] By: jhi on 2000/10/28 17:05:31 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118 From: lvirden@cas.org Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT) Message-Id: <200010271714.NAA22015@lwv26awu.cas.org> Branch: perl ! README.os2 ____________________________________________________________________________ [ 7466] By: jhi on 2000/10/28 16:09:16 Log: Upgrade to CPAN 1.58_55. Subject: CPAN.pm status From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 28 Oct 2000 08:18:00 +0200 Message-ID: Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 7465] By: jhi on 2000/10/28 16:02:47 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON. Branch: perl ! embed.h embed.pl perl.h proto.h toke.c ____________________________________________________________________________ [ 7464] By: nick on 2000/10/28 10:43:44 Log: Fix for sv_2iv() on "shared" value from keys %hash. Branch: perl ! sv.c ____________________________________________________________________________ [ 7463] By: jhi on 2000/10/27 16:18:29 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7462] By: jhi on 2000/10/27 16:17:44 Log: Too enthusiastic editing in #7460. Branch: metaconfig ! U/modified/Oldsym.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7461] By: jhi on 2000/10/27 15:37:38 Log: Retract #7459, the script needs more work. Branch: perl - mkreef ! MANIFEST ____________________________________________________________________________ [ 7460] By: jhi on 2000/10/27 15:23:14 Log: Use $sort, $uniq (and $tr) consistently as wondered by Nicholas Clark. Branch: metaconfig ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U ! U/modified/libc.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7459] By: jhi on 2000/10/27 15:02:07 Log: (Retracted by #7461) Add a shell script for creating/removing symbolic link farms, useful for keeping the source code read-only and doing the builds somewhere else. Branch: perl + mkreef ! MANIFEST ____________________________________________________________________________ [ 7458] By: jhi on 2000/10/27 14:42:20 Log: Do away with the fix_pl. Branch: perl - fix_pl ! MANIFEST Makefile.SH ____________________________________________________________________________ [ 7457] By: jhi on 2000/10/27 12:43:13 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined From: Jens Hamisch Date: Fri, 27 Oct 2000 14:38:21 +0200 Message-Id: <20001027143821.B3366@Strawberry.COM> Branch: perl ! perl.h ____________________________________________________________________________ [ 7456] By: jhi on 2000/10/27 12:33:42 Log: Subject: [PATCH] todo From: Nicholas Clark Date: Thu, 26 Oct 2000 22:32:29 +0100 Message-ID: <20001026223229.A44540@plum.flirble.org> Branch: perl ! pod/perltodo.pod ____________________________________________________________________________ [ 7455] By: jhi on 2000/10/27 12:02:21 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch From: John Tobey Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT) Message-Id: Branch: perl ! op.c t/pragma/sub_lval.t ____________________________________________________________________________ [ 7454] By: jhi on 2000/10/27 11:59:42 Log: Subject: [ID 20001026.006] C gives uninitialized warning From: sthoenna@efn.org Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT) Message-Id: <200010262100.e9QL03U06386@garcia.efn.org> Branch: perl ! pp.c t/op/assignwarn.t ____________________________________________________________________________ [ 7453] By: jhi on 2000/10/27 00:15:08 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi. Branch: perl ! ext/Storable/ChangeLog ext/Storable/Storable.pm ! ext/Storable/Storable.xs t/lib/st-lock.t ____________________________________________________________________________ [ 7452] By: jhi on 2000/10/26 13:05:52 Log: Undo #7451, this seems to be a deficiency in Perforce, there is no per-file line-terminator type, only per-client. Branch: perl ! README.dos README.win32 djgpp/configure.bat win32/Makefile ! win32/makefile.mk ____________________________________________________________________________ [ 7451] By: jhi on 2000/10/26 04:56:03 Log: Experimenting in DOS arcana. Branch: perl ! README.dos README.win32 djgpp/configure.bat win32/Makefile ! win32/makefile.mk ____________________________________________________________________________ [ 7450] By: jhi on 2000/10/26 04:50:52 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl From: "Peter J. Farley III" Date: Wed, 25 Oct 2000 23:10:18 -0400 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net> Branch: perl ! t/io/open.t ____________________________________________________________________________ [ 7449] By: jhi on 2000/10/26 04:49:16 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking From: Hugo Date: Thu, 26 Oct 2000 01:55:17 +0100 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk> minus one unneeded mutex lock/unlock pointed out by Dan Sugalski. Branch: perl ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t ____________________________________________________________________________ [ 7448] By: jhi on 2000/10/26 04:38:36 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS From: Peter Prymmer Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT) Message-ID: Branch: perl ! configure.com ____________________________________________________________________________ [ 7447] By: jhi on 2000/10/25 23:20:02 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link in platforms that strictly require all the symbols being present at link time. Branch: perl ! handy.h ____________________________________________________________________________ [ 7446] By: jhi on 2000/10/25 21:55:57 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7445] By: jhi on 2000/10/25 21:27:08 Log: Integrate with vmsperl #7430 by Charles Bailey: Cleanup from prior patch (Charles Lane?): - improve handling of MFDs in Basename and Path - default to no xsubpp line # munging when building debug images Branch: perl !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm ____________________________________________________________________________ [ 7444] By: jhi on 2000/10/25 21:03:50 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format From: John Peacock Date: Thu, 18 May 2000 11:55:27 -0400 Message-ID: <3924126F.A58BE57A@UnivPress.com> Branch: perl ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c ! t/op/write.t ____________________________________________________________________________ [ 7443] By: jhi on 2000/10/25 20:43:10 Log: Temporary stopgap for the self-tying issue: for now only array and hash self-ties are verboten. The real fix, of course, would be to comprehensively test (and implement?) and debug (and document) self-ties. Branch: perl ! pod/perldiag.pod pp_sys.c t/op/tie.t ____________________________________________________________________________ [ 7442] By: jhi on 2000/10/25 20:14:30 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking From: Dan Sugalski Date: Wed, 25 Oct 2000 13:36:35 -0400 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48> plus regen global.sym. Branch: perl ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c ! thrdvar.h util.c ____________________________________________________________________________ [ 7441] By: jhi on 2000/10/25 20:12:20 Log: buildtoc target tweaks. Branch: perl ! pod/Makefile.SH ____________________________________________________________________________ [ 7440] By: jhi on 2000/10/25 20:03:53 Log: A new version of making the syslog test more robust. (Replaces #7421.) Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16 From: "Kurt D. Starsinic" Date: Wed, 25 Oct 2000 12:13:54 -0400 Message-ID: <20001025121354.B2264@O2.chapin.edu> Branch: perl ! t/lib/syslog.t ____________________________________________________________________________ [ 7439] By: jhi on 2000/10/25 20:00:48 Log: Continue the internal UTF-8 API tweaking. Rename utf8_to_uv_chk() back to utf8_to_uv() because it's used much more than the simpler API, now called utf8_to_uv_simple(). Still not quite happy with API, too much partial duplication of functionality. Branch: perl ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h ! regcomp.c regexec.c sv.c toke.c utf8.c ____________________________________________________________________________ [ 7438] By: jhi on 2000/10/25 18:52:30 Log: Allow poking holes at the UTF-8 decoding strictness. Branch: perl ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c ! utf8.h ____________________________________________________________________________ [ 7437] By: jhi on 2000/10/25 13:53:05 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have UTF8LEN() and UTF8SKIP(). Branch: perl ! pp.c utf8.c utf8.h ____________________________________________________________________________ [ 7436] By: jhi on 2000/10/25 13:51:37 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc? From: Nicholas Clark Date: Wed, 25 Oct 2000 14:44:05 +0100 Message-ID: <20001025144404.D27253@plum.flirble.org> Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 7435] By: jhi on 2000/10/25 13:49:32 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV From: Mike Guy Date: Tue, 24 Oct 2000 14:59:40 +0100 Message-Id: Branch: perl ! scope.c ____________________________________________________________________________ [ 7434] By: jhi on 2000/10/25 13:48:41 Log: AIX is picky about its symbol exports. Solution for now is to include the deb.o explicitly to the re extension build. Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions) From: Peter Prymmer Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT) Message-ID: Branch: perl ! ext/re/Makefile.PL hints/aix.sh ____________________________________________________________________________ [ 7433] By: jhi on 2000/10/25 13:46:49 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included) From: "H.Merijn Brand" Date: Wed, 25 Oct 2000 12:02:20 +0200 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl> Branch: perl ! perlsdio.h ____________________________________________________________________________ [ 7432] By: jhi on 2000/10/25 13:44:28 Log: Subject: Minor update to find2perl, for portability From: "Moore, Paul" Date: Wed, 25 Oct 2000 12:05:47 +0100 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com> Branch: perl ! x2p/find2perl.PL ____________________________________________________________________________ [ 7431] By: jhi on 2000/10/25 13:40:39 Log: Add targets to Makefile.SH, most importantly 'regen_all' which also remembers to update vms/perly*. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 7430] By: bailey on 2000/10/25 03:13:53 Log: Cleanup from prior patch (Charles Lane?): - improve handling of MFDs in Basename and Path - default to no xsubpp line # munging when building debug images Branch: vmsperl ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm ____________________________________________________________________________ [ 7429] By: jhi on 2000/10/24 20:03:40 Log: Podify README.epoc and README.vos. Branch: perl ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod ! pod/perlport.pod pod/perltoc.pod ____________________________________________________________________________ [ 7428] By: jhi on 2000/10/24 19:10:33 Log: Stratus VOS updates from Paul Green. Branch: perl + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm - vos/config.def vos/config.h vos/config_h.SH_orig ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h ____________________________________________________________________________ [ 7427] By: jhi on 2000/10/24 18:59:48 Log: Check if stdio supports tweaking lval and cnt simultaneously. Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) From: Nicholas Clark Date: Mon, 23 Oct 2000 15:39:32 +0100 Message-ID: <20001023153932.A10786@plum.flirble.org> Branch: metaconfig ! U/compline/d_stdstdio.U Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def ! vos/config.h vos/config_h.SH_orig win32/config.bc ! win32/config.gc win32/config.vc ____________________________________________________________________________ [ 7426] By: jhi on 2000/10/24 17:57:44 Log: Missed the header file changes from #7425. Branch: perl ! embed.h embed.pl objXSUB.h proto.h ____________________________________________________________________________ [ 7425] By: jhi on 2000/10/24 17:55:17 Log: Fix the bug reported in From: andreas.koenig@anima.de (Andreas J. Koenig) Subject: Encode bug? Date: 24 Oct 2000 14:01:26 +0200 Message-ID: Also make is_utf8_char() stricter. Branch: perl ! ext/Encode/Encode.xs utf8.c ____________________________________________________________________________ [ 7424] By: jhi on 2000/10/24 15:15:39 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current] From: Peter Scott Date: Mon, 23 Oct 2000 19:46:01 -0700 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com> Branch: perl ! pod/perlfaq5.pod ____________________________________________________________________________ [ 7423] By: jhi on 2000/10/24 14:25:30 Log: Test tweak to avoid pulling in the whole Config. Branch: perl ! t/lib/st-lock.t ____________________________________________________________________________ [ 7422] By: jhi on 2000/10/24 14:03:16 Log: Fix the bug ID 20001024.005, the bug introduced by #7416. Branch: perl ! pp.c ____________________________________________________________________________ [ 7421] By: jhi on 2000/10/24 13:32:09 Log: (Replaced by #7440.) Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16 From: "Kurt D. Starsinic" Date: Mon, 23 Oct 2000 16:40:54 -0400 Message-ID: <20001023164054.B14491@O2.chapin.edu> Branch: perl ! t/lib/syslog.t ____________________________________________________________________________ [ 7420] By: jhi on 2000/10/24 13:30:53 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl From: Ilya Zakharevich Date: Mon, 23 Oct 2000 17:29:03 -0400 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 7419] By: jhi on 2000/10/24 13:29:57 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module From: Ilya Zakharevich Date: Mon, 23 Oct 2000 19:01:32 -0400 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu> Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 7418] By: jhi on 2000/10/24 13:26:04 Log: Replace #7409 with Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp From: Raphael Manfredi Date: Mon, 23 Oct 2000 20:08:56 +0200 Message-ID: <20001023200855.A14850@nice.ram.loc> Branch: perl ! ext/Storable/Storable.pm t/lib/st-lock.t ____________________________________________________________________________ [ 7417] By: jhi on 2000/10/24 13:17:52 Log: Run vms/vms_yfix.pl, should have done that after changing perly.c in #7382. Branch: perl ! vms/perly_c.vms vms/perly_h.vms ____________________________________________________________________________ [ 7416] By: jhi on 2000/10/24 02:55:33 Log: Make the UTF-8 decoding stricter and more verbose when malformation happens. This involved adding an argument to utf8_to_uv_chk(), which involved changing its prototype, and prefer STRLEN over I32 for the UTF-8 length, which as a domino effect necessitated changing the prototypes of scan_bin(), scan_oct(), scan_hex(), and reg_uni(). The stricter UTF-8 decoding checking uses Markus Kuhn's UTF-8 Decode Stress Tester from http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt Branch: perl ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c ____________________________________________________________________________ [ 7415] By: jhi on 2000/10/23 14:06:06 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7414] By: jhi on 2000/10/23 12:39:52 Log: Undo the basename() part of #7412 since the lib/basename tests would need upgrading too. Branch: perl ! lib/File/Basename.pm ____________________________________________________________________________ [ 7413] By: jhi on 2000/10/23 12:19:27 Log: Document PERL_INSTALL_ROOT of #7210. Branch: perl ! lib/ExtUtils/Install.pm ____________________________________________________________________________ [ 7412] By: jhi on 2000/10/23 12:16:47 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher. Branch: perl ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl ____________________________________________________________________________ [ 7411] By: jhi on 2000/10/23 12:07:41 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods From: Prymmer/Kahn Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT) Message-ID: Branch: perl ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm ____________________________________________________________________________ [ 7410] By: jhi on 2000/10/23 04:10:11 Log: The change #7187 was not so good on VMS. Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename From: "Craig A. Berry" Date: Sun, 22 Oct 2000 23:03:08 -0500 Message-Id: Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 7409] By: jhi on 2000/10/23 03:57:36 Log: Avoid Storable locking on DJGPP for now. Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp From: "Peter J. Farley III" Date: Sun, 22 Oct 2000 20:00:00 -0400 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net> Branch: perl ! ext/Storable/Storable.pm t/lib/st-lock.t ____________________________________________________________________________ [ 7408] By: jhi on 2000/10/23 03:50:24 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH] From: Ronald J Kimball Date: Sun, 22 Oct 2000 21:12:22 -0400 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu> Branch: perl ! lib/vars.pm ____________________________________________________________________________ [ 7407] By: jhi on 2000/10/23 03:43:12 Log: Subject: Re: [ID 20001021.005] SEGV with regex match From: Hugo Date: Mon, 23 Oct 2000 00:47:22 +0100 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk> Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 7406] By: jhi on 2000/10/23 03:40:29 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty. Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 7405] By: jhi on 2000/10/22 21:32:00 Log: Doc patch. Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs From: rspier@pobox.com (Robert Spier) Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT) Message-ID: <14835.16112.13457.447971@rls.cx> Branch: perl ! lib/strict.pm ____________________________________________________________________________ [ 7404] By: jhi on 2000/10/22 21:30:51 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker From: rspier@pobox.com (Robert Spier) Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT) Message-ID: <14835.17223.72448.705566@rls.cx> Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 7403] By: jhi on 2000/10/22 21:24:11 Log: Subject: [PATCH bleadperl] ripples from constsub patch From: John Tobey Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT) Message-Id: Branch: perl ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t ____________________________________________________________________________ [ 7402] By: jhi on 2000/10/22 20:59:35 Log: Support s?printf parameter reordering. Branch: perl ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t ____________________________________________________________________________ [ 7401] By: jhi on 2000/10/22 19:19:14 Log: Expand %Config variables only if explicitly so requested during build time by PERL_BUILD_EXPAND_CONFIG_VARS. Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL From: Gurusamy Sarathy Date: Sun, 22 Oct 2000 11:47:32 -0700 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com> Branch: perl ! Makefile.SH lib/lib_pm.PL ____________________________________________________________________________ [ 7400] By: jhi on 2000/10/22 18:24:10 Log: Move the #7390 test from warn/op to comp/redef. Subject: Re: Creating const subs for constants. From: John Tobey Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT) Message-Id: Branch: perl ! t/comp/redef.t t/pragma/warn/op ____________________________________________________________________________ [ 7399] By: jhi on 2000/10/22 17:49:59 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL From: Nicholas Clark Date: Sat, 21 Oct 2000 22:23:19 +0100 Message-ID: <20001021222319.B45586@plum.flirble.org> Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL ____________________________________________________________________________ [ 7398] By: jhi on 2000/10/22 17:47:35 Log: Subject: [PATCH bleadperl] -MO=C falls over on package From: Hugo Date: Sat, 21 Oct 2000 18:19:59 +0100 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk> Branch: perl ! ext/B/B.pm ext/B/B/C.pm ____________________________________________________________________________ [ 7397] By: jhi on 2000/10/22 17:35:18 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh From: "Todd C. Miller" Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT) Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com> Branch: perl ! hints/openbsd.sh ____________________________________________________________________________ [ 7396] By: jhi on 2000/10/22 17:19:46 Log: Subject: installman go-faster stripes From: Nicholas Clark Date: Sat, 21 Oct 2000 17:24:53 +0100 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net> Subject: Re: installman go-faster stripes From: Russ Allbery Date: 21 Oct 2000 11:04:13 -0700 Message-ID: Branch: perl ! installman pod/pod2man.PL ____________________________________________________________________________ [ 7395] By: jhi on 2000/10/22 17:17:35 Log: Hints tweak from Anton Berezin. Branch: perl ! hints/freebsd.sh ____________________________________________________________________________ [ 7394] By: jhi on 2000/10/22 04:50:04 Log: Tweak the Is* definitions of Unicode character classes to better match the official categorizations; embrace the official categorizations; add the combining marks as alpha (and -numeric); fix DCinital (a typo and edito) to be DCmedial. Branch: perl + lib/unicode/Is/DCmedial.pl - lib/unicode/Is/DCinital.pl ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL ____________________________________________________________________________ [ 7393] By: jhi on 2000/10/21 18:06:05 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy From: Daniel Chetlin Date: Sat, 21 Oct 2000 02:57:03 -0700 Message-ID: <20001021025703.A2115@darkstar.chetlin.org> Branch: perl + t/lib/tie-splice.t ! MANIFEST lib/Tie/Array.pm ____________________________________________________________________________ [ 7392] By: gsar on 2000/10/21 18:05:15 Log: resync utfperl branch with mainline Branch: utfperl !> (integrate 1760 files) ____________________________________________________________________________ [ 7391] By: jhi on 2000/10/21 14:37:49 Log: Testcases for a #7383,#7385 related bug. Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable From: Nicholas Clark Date: Sat, 21 Oct 2000 15:04:51 +0100 Message-ID: <20001021150451.A51566@plum.flirble.org> Branch: perl ! t/pragma/utf8.t ____________________________________________________________________________ [ 7390] By: jhi on 2000/10/21 14:35:57 Log: Add a testcase for #7389. Branch: perl ! t/pragma/warn/op ____________________________________________________________________________ [ 7389] By: jhi on 2000/10/21 14:26:45 Log: Subject: Re: Creating const subs for constants. From: John Tobey Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT) Message-Id: Branch: perl ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod ! proto.h sv.c ____________________________________________________________________________ [ 7388] By: nick on 2000/10/21 11:44:23 Log: Populate perlio branch Branch: perlio +> (branch 1760 files) ____________________________________________________________________________ [ 7387] By: nick on 2000/10/21 10:52:05 Log: Get branch back as replica of mainline via : p4 integrate -b utfperl p4 resolve -at ./... Branch: utfperl +> (branch 269 files) - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt - lib/unicode/UCD300.html lib/unicode/Unicode.300 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def !> (integrate 965 files) ____________________________________________________________________________ [ 7386] By: jhi on 2000/10/21 01:31:12 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7385] By: jhi on 2000/10/21 01:28:42 Log: The #7383 was right only in the context of the original bug report, not in more general case. Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 7384] By: jhi on 2000/10/21 01:08:23 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd. Branch: perl ! ext/IO/lib/IO/Select.pm ____________________________________________________________________________ [ 7383] By: jhi on 2000/10/21 00:44:18 Log: Fix for ID 20001020.006, concatenating an unset submatch with utf8 resulted in "Modification of a read-only value". Branch: perl ! pp_hot.c t/pragma/utf8.t ____________________________________________________________________________ [ 7382] By: jhi on 2000/10/20 20:44:31 Log: Make scan_num() reëntrant, as suggested in Subject: [PATCH perl@7229] Rentrant parser and yylex() From: "Roca, Ignasi" Date: Fri, 20 Oct 2000 14:17:27 +0100 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es> Branch: perl ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h ! toke.c ____________________________________________________________________________ [ 7381] By: jhi on 2000/10/20 20:07:29 Log: Reëntrancy fix. Subject: [PATCH perl@7229] Rentrant parser and yylex() From: "Roca, Ignasi" Date: Fri, 20 Oct 2000 14:17:27 +0100 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es> Branch: perl ! embed.h embed.pl perl.h proto.h toke.c ____________________________________________________________________________ [ 7380] By: jhi on 2000/10/20 19:15:54 Log: Don't write double values through long double pointers, based on a part of Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler] From: Jens Hamisch Date: Tue, 17 Oct 2000 08:39:36 +0200 Message-Id: <20001017083936.A11104@Strawberry.COM> Branch: perl ! perl.h pp.c ____________________________________________________________________________ [ 7379] By: jhi on 2000/10/20 18:43:37 Log: Portability tweak on #7377. Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)] From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Fri, 20 Oct 2000 13:13:41 EDT Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu> Branch: perl ! t/lib/dprof.t ____________________________________________________________________________ [ 7378] By: jhi on 2000/10/20 12:57:19 Log: SOCKS function redefinitions need prototypes, too, otherwise for example 32 bit versus 64 bit differences cause a lot of problems. Part of Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler] From: Jens Hamisch Date: Tue, 17 Oct 2000 08:39:36 +0200 Message-Id: <20001017083936.A11104@Strawberry.COM> Branch: perl ! doio.c pp_sys.c ____________________________________________________________________________ [ 7377] By: jhi on 2000/10/20 12:37:12 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Fri, 20 Oct 2000 08:26:04 EDT Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu> Branch: perl ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com ____________________________________________________________________________ [ 7376] By: jhi on 2000/10/20 12:35:31 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Fri, 20 Oct 2000 07:48:15 EDT Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu> Branch: perl ! configure.com vms/gen_shrfls.pl ____________________________________________________________________________ [ 7375] By: bailey on 2000/10/20 04:44:37 Log: SYN SYN Branch: vmsperl +> (branch 134 files) - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi - eg/cgi/frameset.cgi eg/cgi/index.html - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl - lib/unicode/Props.txt lib/unicode/UCD300.html - lib/unicode/Unicode.300 lib/unicode/Unicode3.html - utils/perlbc.PL vms/subconfigure.com !> (integrate 785 files) ____________________________________________________________________________ [ 7374] By: jhi on 2000/10/20 00:59:48 Log: In the latest compiler builds cccdlflags must not become -fpic, from Wilfredo Sánchez. Branch: perl ! hints/darwin.sh ____________________________________________________________________________ [ 7373] By: jhi on 2000/10/20 00:56:35 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop From: Tony Cook Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST) Message-ID: Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 7372] By: jhi on 2000/10/19 19:34:40 Log: Typo noted by Mark Lutz. Branch: perl ! t/op/64bitint.t ____________________________________________________________________________ [ 7371] By: jhi on 2000/10/19 19:33:13 Log: NonStop-UX patches from Tom Bates Branch: metaconfig ! U/modified/Cppsym.U U/modified/Oldconfig.U Branch: metaconfig/U/perl ! End.U dlsrc.U libperl.U Branch: perl + hints/nonstopux.sh ! Configure MANIFEST config_h.SH ____________________________________________________________________________ [ 7370] By: jhi on 2000/10/19 17:18:08 Log: Subject: PATCH do_print has 2 PerlIO_error()s From: nick@ccl4.org Date: Thu, 19 Oct 2000 18:09:20 +0100 Message-ID: <20001019180920.A8440@babyhippo.co.uk> Branch: perl ! doio.c ____________________________________________________________________________ [ 7369] By: jhi on 2000/10/19 14:01:49 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7368] By: jhi on 2000/10/19 13:04:29 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC From: "H.Merijn Brand" Date: Wed, 18 Oct 2000 13:12:01 +0200 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl> Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 7367] By: jhi on 2000/10/19 02:22:40 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace of a 'pmshort' anywhere in the B, so the offending line was simply removed. Branch: perl ! ext/B/B/Debug.pm ____________________________________________________________________________ [ 7366] By: jhi on 2000/10/19 02:12:37 Log: Add the test case for the bug id 20000730.004 which seems to have been fixed by now. Branch: perl ! t/pragma/utf8.t ____________________________________________________________________________ [ 7365] By: jhi on 2000/10/18 23:36:24 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no From: Hugo Date: Wed, 18 Oct 2000 23:25:58 +0100 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk> Branch: perl ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot ____________________________________________________________________________ [ 7364] By: jhi on 2000/10/18 21:12:53 Log: (retracted) Branch: perl ! pp.c ____________________________________________________________________________ [ 7363] By: jhi on 2000/10/18 20:55:38 Log: Missing change from #7362. Branch: perl ! win32/perlhost.h ____________________________________________________________________________ [ 7362] By: jhi on 2000/10/18 20:52:01 Log: Borland C fstat() never saw the fd as writable. Subject: fix for Borland's weak "stat" (perl@7211) From: "Konovalov, Vadim" Date: Mon, 16 Oct 2000 09:55:03 +0400 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com> Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 7361] By: jhi on 2000/10/18 17:43:50 Log: Regen toc. Branch: perl ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod ____________________________________________________________________________ [ 7360] By: jhi on 2000/10/18 17:07:44 Log: From: "H.Merijn Brand" Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl> Date: Mon, 16 Oct 2000 15:19:49 +0200 Branch: perl + README.aix ! MANIFEST ____________________________________________________________________________ [ 7359] By: jhi on 2000/10/18 17:04:49 Log: Subject: Pod patch for Devel::Peek From: "H.Merijn Brand" Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl> Date: Mon, 16 Oct 2000 12:26:34 +0200 Branch: perl ! ext/Devel/Peek/Peek.pm ____________________________________________________________________________ [ 7358] By: jhi on 2000/10/18 17:03:15 Log: Make Cwd more bulletproof in chrooted environments. Subject: [ID 20001018.001] Fix for Cwd.pm (chroot) From: "Eric E. Coe" Date: Wed, 18 Oct 2000 04:03:54 -0400 Message-Id: <39ED596A.70E599FE@oracle.com> Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 7357] By: jhi on 2000/10/18 16:37:26 Log: Disable the UTF8 downgrade croakage for now to avoid too many not okay messages. Branch: perl ! doio.c ____________________________________________________________________________ [ 7356] By: jhi on 2000/10/17 23:29:41 Log: Show the failed remote port, instead of the failing line number. Subject: [PATCH 5.6.1 Debugger] More diagnostics From: David Sparks Date: Tue, 17 Oct 2000 15:00:24 -0700 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 7355] By: jhi on 2000/10/17 14:11:31 Log: On output try to downgrade to bytes, croak if impossible, from Simon Cozens. This means that outputting >255 UTF8 is impossible. Consider this as a strong incentive to get the I/O disciplines implemented. Branch: perl ! doio.c pod/perldiag.pod sv.c ____________________________________________________________________________ [ 7354] By: jhi on 2000/10/17 13:42:23 Log: Clarify documentation on 'use bytes'. Subject: Re: What does 'use bytes' "mean" ? From: Simon Cozens Date: Mon, 18 Sep 2000 18:24:25 +0100 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! lib/bytes.pm ____________________________________________________________________________ [ 7353] By: jhi on 2000/10/17 13:28:12 Log: Workaround for a sfio bug where the stream error indicator is not cleared as documented. Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED)) From: Nicholas Clark Date: Mon, 16 Oct 2000 18:28:23 +0100 Message-ID: <20001016182823.J19700@plum.flirble.org> Branch: perl ! doio.c ____________________________________________________________________________ [ 7352] By: jhi on 2000/10/17 13:06:19 Log: More IoTYPE sprinkling. Branch: perl ! doio.c pp_hot.c ____________________________________________________________________________ [ 7351] By: jhi on 2000/10/16 22:47:07 Log: Detect early whether the std streams have gone bad. Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED)) Date: Mon, 16 Oct 2000 23:28:42 +0100 From: Nicholas Clark Message-ID: <20001016232842.A37942@plum.flirble.org> Branch: perl ! t/op/misc.t ____________________________________________________________________________ [ 7350] By: jhi on 2000/10/16 22:45:16 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp From: "Peter J. Farley III" Date: Mon, 16 Oct 2000 18:15:59 -0400 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net> Branch: perl ! djgpp/djgpp.c dosish.h t/io/open.t ____________________________________________________________________________ [ 7349] By: jhi on 2000/10/16 22:36:45 Log: perldelta tweak. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 7348] By: jhi on 2000/10/16 15:17:53 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7347] By: jhi on 2000/10/16 13:55:27 Log: Add the capability to include/exclude branches. Branch: perl ! Porting/genlog ____________________________________________________________________________ [ 7346] By: jhi on 2000/10/16 13:18:04 Log: Add Charles Lane. Branch: perl ! AUTHORS Changes ____________________________________________________________________________ [ 7345] By: jhi on 2000/10/16 13:13:21 Log: Add a perldelta note about the change #6024, pointed out by Sarathy. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 7344] By: gsar on 2000/10/16 09:30:21 Log: integrate change#6220 from cfgperl Win32 patches from Benjamin Stuhl. Branch: maint-5.6/perl !> makedef.pl win32/win32.h ____________________________________________________________________________ [ 7343] By: gsar on 2000/10/16 08:32:19 Log: integrate changes#6221,6222 from cfgperl Remove tr///CU (the feature is to be obsoleted by better interfaces). From: simon@brecon.co.uk (Simon Cozens) Subject: [PATCH] Eliminate tr///[CU][CU] Date: 23 Jun 2000 11:05:40 GMT Message-ID: doc typo fix Subject: [PATCH] documentation typo in lib/Pod/Usage.pm From: Ian Phillipps Date: Fri, 23 Jun 2000 10:40:58 +0100 Message-ID: <20000623104058.A22791@homer.diplex.co.uk> Branch: maint-5.6/perl !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c ____________________________________________________________________________ [ 7342] By: gsar on 2000/10/16 08:28:08 Log: integrate change#6217 from cfgperl (in part) Rename the fdpid locking and integrate with Sarathy. Branch: maint-5.6/perl !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c !> win32/win32.c ____________________________________________________________________________ [ 7341] By: gsar on 2000/10/16 08:23:39 Log: integrate changes#6214..6216 from mainline @_ can't have junk in it even in the non-USE_ITHREADS case because caller() wants to populate @DB::args with it (causes a coredump in Carp::confess()) tweak comment about @DB::args be more optimal about clearing @_ Branch: maint-5.6/perl !> av.h cop.h pp_ctl.c t/op/runlevel.t ____________________________________________________________________________ [ 7340] By: gsar on 2000/10/16 08:20:37 Log: integrate changes#6207..6210 from cfgperl Subject: [PATCH 5.6.0] Threadsafe patches From: Dan Sugalski To: perl5-porters@perl.org Date: Mon, 08 May 2000 18:08:13 -0400 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48> Regen headers for #6207. Lock PL_fdpid against race conditions, based on: Subject: [PATCH 5.6.0]subprocess fixup for threads From: Dan Sugalski To: perl5-porters@perl.org Date: Tue, 11 Apr 2000 17:02:32 -0400 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48> Mopup for #6207 and #6209. Branch: maint-5.6/perl !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c !> win32/win32.c ____________________________________________________________________________ [ 7339] By: gsar on 2000/10/16 08:14:34 Log: integrate change#6203 from cfgperl perldiag should refer to perlos2.pod not README.os2 Branch: maint-5.6/perl !> pod/perldiag.pod ____________________________________________________________________________ [ 7338] By: gsar on 2000/10/16 08:11:42 Log: integrate change#6201 from mainline Perl_eval_pv() leaks 4 bytes every time it is called because it does a PUSHMARK that's never ever POPMARKed; in general, only Perl_call_[sp]v() need a PUSHMARK for incoming arguments; Perl_eval_[sp]v() don't because they don't take any incoming arguments (this leak has been around since the original version of perl_eval_pv() in 5.003_97e) Branch: maint-5.6/perl !> perl.c ____________________________________________________________________________ [ 7337] By: gsar on 2000/10/16 08:08:47 Log: integrate changes#6197..6200 from cfgperl Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod From: John Borwick Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT) Message-Id: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY From: Dan Sugalski To: vmsperl@perl.org, perl5-porters@perl.org Date: Fri, 02 Jun 2000 16:00:41 -0400 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48> Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48> Subject: [PATCH 5.6.0]Make perl's malloc work on VMS From: Dan Sugalski To: perl5-porters@perl.org, vmsperl@perl.org Date: Fri, 02 Jun 2000 17:30:51 -0400 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48> Update to cperl-mode.el 4.31 from ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el Subject: A couple of notes From: Ilya Zakharevich To: Mailing list Perl5 Date: Sat, 3 Jun 2000 23:33:32 -0400 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu> Branch: maint-5.6/perl !> emacs/cperl-mode.el embed.h embed.pl embedvar.h !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c !> vms/vmsish.h ____________________________________________________________________________ [ 7336] By: gsar on 2000/10/16 08:03:46 Log: integrate changes#6194,6195 from mainline fix small eval"" memory leaks under USE_ITHREADS fix yet another eval"" leak under USE_ITHREADS Branch: maint-5.6/perl !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c !> vms/perly_c.vms ____________________________________________________________________________ [ 7335] By: gsar on 2000/10/16 08:02:15 Log: integrate changes#6190,6191 from mainline submit missing embed.pl change vec() loses numericalness (modified version of patch suggested by Robin Barker) Branch: maint-5.6/perl !> doop.c embed.pl t/op/vec.t ____________________________________________________________________________ [ 7334] By: gsar on 2000/10/16 08:01:03 Log: integrate change#6189 from mainline counting tr/// corrupts later operation (from M.J.T Guy) Branch: maint-5.6/perl !> doop.c t/op/tr.t ____________________________________________________________________________ [ 7333] By: gsar on 2000/10/16 07:59:07 Log: integrate changes#6183..6188 from mainline SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark ) tweak for change#6127 remove incorrect documentation about implicit split to @_ in list context, which never really worked in perl 5 (from M.J.T. Guy) further qualify references to "alphanumeric" (from Wolfgang Laun ) replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN (from Tim Jenness ) h2xs tweaks Branch: maint-5.6/perl +> lib/Pod/LaTeX.pm t/lib/selfloader.t !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod !> pod/pod2latex.PL utils/h2xs.PL ____________________________________________________________________________ [ 7332] By: gsar on 2000/10/16 07:53:52 Log: integrate change#6179 from mainline buggy modulus on UVs introduced by change#3378 (resulted in 4063328477 % 65535 amounting to 27406, instead of 27407) Branch: maint-5.6/perl !> pp.c t/op/arith.t ____________________________________________________________________________ [ 7331] By: gsar on 2000/10/16 07:52:49 Log: integrate changes#6176,6177,6178,6182 from cfgperl Single-quoted utf8 patch from Simon Cozens. Substitution utf8 patch from Simon Cozens. Be cleaner. Be Cleaner Part Deux. Branch: maint-5.6/perl !> Makefile.SH pp_hot.c toke.c ____________________________________________________________________________ [ 7330] By: gsar on 2000/10/16 07:41:36 Log: integrate change#6172 from mainline fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m> (from Ilya Zakharevich) Branch: maint-5.6/perl !> regexec.c t/op/re_tests ____________________________________________________________________________ [ 7329] By: gsar on 2000/10/16 07:40:25 Log: integrate change#6171 from mainline scalar() doesn't force scalar context when used in void context (from Simon Cozens) Branch: maint-5.6/perl !> op.c t/op/wantarray.t ____________________________________________________________________________ [ 7328] By: gsar on 2000/10/16 07:39:33 Log: integrate change#6170 from mainline change#6142 needs tweaks to tests to work where there's no symlink() (from Helmut Jarausch ) Branch: maint-5.6/perl !> t/lib/filefind.t ____________________________________________________________________________ [ 7327] By: gsar on 2000/10/16 07:35:34 Log: integrate changes#6166..6168 from cfgperl Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT in case somebody wants to write an extension for more shadow database interfaces. tweak todo Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched. Branch: maint-5.6/perl !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl !> vos/config_h.SH_orig 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 ____________________________________________________________________________ [ 7326] By: gsar on 2000/10/16 07:29:05 Log: integrate changes#6157,6159..6161,6164 from cfgperl Regen Configure to jive with #6149. Upgrade to File::Temp 0.08 from Tim Jenness via CPAN. Changes for the File::Temp 0.08 (change #6159) test suite to fit better into the Perl distribution test framework. Add autogeneration of perlmodlib.pod and the new perlnewmod.pod, both from Simon Cozens. detypo Branch: maint-5.6/perl +> pod/perlmodlib.PL pod/perlnewmod.pod !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t ____________________________________________________________________________ [ 7325] By: gsar on 2000/10/16 07:25:13 Log: integrate change#6158 from vmsperl Add fallback to tmpfile for use in cases where user's relying on ACLs on SYS$SCRATCH to permit file creation. (based on Charles Lane's patch) Branch: maint-5.6/perl !> vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 7324] By: gsar on 2000/10/16 07:20:50 Log: integrate changes#6153..6155 from mainline prettier Test::Harness output on failed tests (from Nicholas Clark ) avoid type mismatch warning small bug in change#6144; remove random \xA0 character that snuck in via change#6145 Branch: maint-5.6/perl !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm !> perl.c ____________________________________________________________________________ [ 7323] By: gsar on 2000/10/16 07:18:47 Log: integrate changes#6151,6152 from mainline fix accidental pessimization in RE optimizer (from Ilya Zakharevich) cosmetic fixups of RE debug output (from Ilya Zakharevich) Branch: maint-5.6/perl !> regexec.c ____________________________________________________________________________ [ 7322] By: gsar on 2000/10/16 07:17:25 Log: integrate changes#6146..6150 from mainline doc typo add a make entry to Config.pm so "perl -V:make" works on VMS (from Peter Prymmer) close open file before chmod() (from Rocco Caputo ) OS/2 tweaks for usethreads build (from Rocco Caputo ) perlrequick.pod updates (from Mark Kvale ) Branch: maint-5.6/perl !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h !> warnings.pl x2p/a2p.h ____________________________________________________________________________ [ 7321] By: gsar on 2000/10/16 07:14:02 Log: integrate changes#6143..6145 from mainline MacOS support, part 1 (from Matthias Neeracher ) MacOS support, part 2: make AutoSplit use File::Spec instead of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher ) make xsubpp skip embedded pod (from Matthias Neeracher ) Branch: maint-5.6/perl +> ext/DynaLoader/dl_mac.xs !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod !> pp_ctl.c proto.h toke.c util.c util.h ____________________________________________________________________________ [ 7320] By: gsar on 2000/10/16 07:12:13 Log: integrate changes#6141,6142 from mainline BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller, forwarded by Peter Seebach from the bsdi-users mailing list. p5p Message-Id: <200005280543.AAA24519@guild.plethora.net> File::Find fails to chdir when chasing symlinks (from Helmut Jarausch ) Branch: maint-5.6/perl !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t ____________________________________________________________________________ [ 7319] By: gsar on 2000/10/16 07:04:30 Log: integrate change#6139 from mainline revise mktables.PL for bugs and newness in Unicode 3.0 (from James Bence ) Branch: maint-5.6/perl +> (branch 30 files) !> (integrate 49 files) ____________________________________________________________________________ [ 7318] By: gsar on 2000/10/16 07:01:01 Log: integrate changes#6137,6138 from mainline fix bogus redeclaration warning for "our" variables in different scopes add note about the handling of negative indices to tied arrays (from Michael G Schwern ) Branch: maint-5.6/perl !> op.c pod/perltie.pod t/pragma/strict-vars ____________________________________________________________________________ [ 7317] By: gsar on 2000/10/16 06:58:46 Log: integrate changes#6127..6136 from mainline call_method(...,G_EVAL) can longjmp() out if the method probing failed (from Gisle Aas) new perlxstut example for passing/returning refs to arrays (from David Lowe ) VMS test harness tweak (from Jesper Naur ) fix places that mean C<"word" character> but say C avoid warnings in POSIX.pm (from Barrie Slaymaker) warnings::enabled() doesn't fall back to looking at $^W if caller isn't using lexical warnings (from Paul Marquess) elide bogus test in change#6132 make Test::Harness use wait.h/WCOREDUMP if available (from Ben Tilly ) enable Test::Harness to dynamically determine column width etc. (from Rob Napier ) random pod typos (from Peter Scott ) Branch: maint-5.6/perl !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm !> lib/Test/Harness.pm perl.c pod/perldebguts.pod !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com ____________________________________________________________________________ [ 7316] By: gsar on 2000/10/16 06:53:23 Log: integrate change#6126 from mainline change#2879 broke rvalue autovivification of magicals such as ${$num} (reworked variant of patch suggested by Simon Cozens) Branch: maint-5.6/perl !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c !> pp_hot.c proto.h t/op/gv.t ____________________________________________________________________________ [ 7315] By: gsar on 2000/10/16 06:51:38 Log: integrate changes#6123,6125 from mainline clarify gotcha with #line directives (from Rocco Caputo ) enable propagating exception objects via Perl_croak() in XS code (from Gisle Aas) Branch: maint-5.6/perl !> pod/perldebug.pod pod/perlsyn.pod util.c ____________________________________________________________________________ [ 7314] By: gsar on 2000/10/16 06:49:28 Log: integrate change#6122 from mainline downgrade fatal error on C<"foo@nosucharray.com"> to optional warning (from Mark-Jason Dominus) Branch: maint-5.6/perl !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t !> toke.c ____________________________________________________________________________ [ 7313] By: gsar on 2000/10/16 06:46:54 Log: integrate changes#6112..6121 from vmsperl Check for existence of file before trying to delete Ugly workaround for version-specific RTL error Urk -- undo previous removal of vmsish 'exit' change Add bounds checking for several strings (Charles Lane) Miscellaneous cosmetic fixes (Charles Lane) Treat sockets as special in sys(read|write) (Charles Lane et al.) Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry) Flatten case labels in switch statements uniformly (Charles Bailey) Quiet error messages in vmsish.t (Charles Lane) Add missing escape (Charles Lane) Allow eliminate_macros() and fixpath() to handle space-delimited lists (based on fixes by Craig Berry) Branch: maint-5.6/perl !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c !> vms/vmsish.h ____________________________________________________________________________ [ 7312] By: gsar on 2000/10/16 06:41:18 Log: integrate changes#6107,6110 from cfgperl Tweak the todo list. todo tweak Branch: maint-5.6/perl !> Todo-5.6 ____________________________________________________________________________ [ 7311] By: gsar on 2000/10/16 06:38:38 Log: integrate changes#6104,6108 from mainline PL_sys_intern was being initialized too late on windows reenable fake signal handling on Windows, bugs and all Branch: maint-5.6/perl !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h !> win32/win32.c ____________________________________________________________________________ [ 7310] By: gsar on 2000/10/16 06:36:03 Log: integrate changes#6095,6097..6103 from cfgperl Introduce NV_PRESERVED_BITS. Not yet used anywhere but might be useful in future. Add a note about possible compilation problems from Allen Smith. Add a note about other, yet unsupported, shadow password APIs. Tweaks for the cc bugs from Allen Smith. More compilation tweakery from Allen Smith. Hints and test tweaks for Unicos. The test suite tweak in #6101 wasn't quite right. Test tweaking for Unicos continues. Branch: maint-5.6/perl !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t !> t/lib/complex.t t/op/64bitint.t ____________________________________________________________________________ [ 7309] By: gsar on 2000/10/16 06:29:41 Log: integrate changes#6093,6094 from mainline fork() failure to create pseudo process sets errno=EAGAIN and returns undef on windows (from Clinton Pierce ) cygwin update (from Eric Fifer ) Branch: maint-5.6/perl !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h ____________________________________________________________________________ [ 7308] By: gsar on 2000/10/16 06:27:29 Log: integrate change#6092 from cfgperl Regen perltoc with the fixed buildtoc. Branch: maint-5.6/perl !> pod/perltoc.pod ____________________________________________________________________________ [ 7307] By: gsar on 2000/10/16 06:26:40 Log: integrate changes#6089,6090 from mainline buildtoc tweak to fix newline lossage concat doesn't preserve utf8-ness, and doesn't invalidate [NI]OK; added tests for both Branch: maint-5.6/perl !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t ____________________________________________________________________________ [ 7306] By: gsar on 2000/10/16 06:24:05 Log: integrate change#6088 from cfgperl Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT, because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. Branch: maint-5.6/perl !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h !> vos/config_h.SH_orig 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 ____________________________________________________________________________ [ 7305] By: gsar on 2000/10/16 06:15:52 Log: integrate changes#6084,6085,6087 from mainline substr() does not preserve utf8-ness (from Stefan Eissing ); added tests repeat operator (x) doesn't preserve utf8-ness reverse() and quotemeta() weren't preserving utf8-ness; add tests Branch: maint-5.6/perl !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c ____________________________________________________________________________ [ 7304] By: gsar on 2000/10/16 06:13:10 Log: integrate changes#6077..6083 from mainline avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer and Tom Phoenix) workaround for CRT bug in chdir() (from Charles Lane, via Peter Prymmer) remove outdated kludge in Carp (NULLs are permitted in diagnostics now) add File::Temp v0.08 from CPAN, with small tweaks to testsuite (from Tim Jenness ) better default perlbug categories for ok reports (from Richard Foley) peek.t non-portable to ithreads note about undocumented caller() return value (from M.J.T. Guy); yet another peek.t tweak Branch: maint-5.6/perl +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c !> vms/vmsish.h ____________________________________________________________________________ [ 7303] By: gsar on 2000/10/16 06:03:18 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059, 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts) &HUGE_VAL is not defined, it exists. Do not warn that an infinity does not look like a number. Rewrite the pwent/spent logic to be a little bit more clearer. Continue on the pwent/spent case. Correct Freudian slip. Use HUGE_VALL if applicable. pwent/spent #ifdef imbalance. Infinite problems. Call getspnam() only iff needd. Test both the scalar and list contexts. Use setxxent()/endxxent(). Complex tweakery. Unicos hint tweak. Be more forgiving in POSIX about HUGE_VALL. Detypo. The search of infinity continues, this time simplified. The logic of choosing strtol/strtoul/strtoll/strtoull was wrong in natively 64-bit platforms where a long is a quad (no need for long longs). Also added bias for IVs. Complex tweaks. Introduce t/lib/peek.t. Make the test more portable. Branch: maint-5.6/perl +> t/lib/peek.t ! pp_sys.c !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t !> t/op/pwent.t toke.c util.c ____________________________________________________________________________ [ 7302] By: gsar on 2000/10/16 05:03:37 Log: integrate changes#6066..6071 from mainline s/END/CHECK/ replace direct call to sighandler() with (*PL_sighandlerp)() note about values() File::Spec compatibility update (from Barrie Slaymaker ) remove misleading comment (from M.J.T. Guy) misformatted perllocal.pod (from Tim Jenness ) Branch: maint-5.6/perl !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c ____________________________________________________________________________ [ 7301] By: gsar on 2000/10/16 05:00:08 Log: integrate changes#6061..6063 from mainline change#5921 neglected to make eq honor "use bytes" additional tests for utf8.t tokeq() could read unallocated field in argument Branch: maint-5.6/perl !> sv.c t/pragma/utf8.t toke.c ____________________________________________________________________________ [ 7300] By: gsar on 2000/10/16 04:56:54 Log: integrate changes#6046,6048,6057,6058 from mainline libscheck has insufficient checks for n32 libs (from Albert Chin-A-Young ) add note about how $( doesn't interpolate in REs (from Philip Newton ) fix broken parsing of /\x{ab}/ printf(...) should be PerlIO_printf(PerlIO_stdout(), ...) (spotted by Donald Kinzer ) Branch: maint-5.6/perl !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c !> t/pragma/utf8.t ____________________________________________________________________________ [ 7299] By: gsar on 2000/10/16 04:52:50 Log: integrate change#6044 from mainline change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it such that underscores are only ignored in literal numbers, "\x{...}", and hex/oct argument Branch: maint-5.6/perl !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c ____________________________________________________________________________ [ 7298] By: gsar on 2000/10/16 04:50:53 Log: integrate changes#6027..6043 from mainline podlators-1.02 update (from Russ Allbery) Pod::Man generates groff-incompatible macro definition (from Tom Christiansen) add CGI.pm v2.66 (from Lincoln Stein) introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases for @- and @+ (from Johan Vromans) small nits in diagnostics.pm (from Robin Barker) whitespace adjustments missing files in MANIFEST cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel to compensate remove outdated perltrap entry (from Peter Scott ) perlretut revisions (from Mark Kvale ) Branch: maint-5.6/perl +> lib/CGI/Util.pm t/lib/cgi-pretty.t !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t !> t/lib/cgi-html.t t/lib/cgi-request.t ____________________________________________________________________________ [ 7297] By: gsar on 2000/10/16 04:44:30 Log: integrate change#6025 from mainline Is{Alnum,Alpha,Word} don't match titlecase TODO: IsSpace is defined recursively! (both spotted by Larry) Branch: maint-5.6/perl !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL ____________________________________________________________________________ [ 7296] By: gsar on 2000/10/16 04:39:30 Log: integrate change#6023 from mainline debugger stomps on $. (from M.J.T. Guy) Branch: maint-5.6/perl !> lib/perl5db.pl ____________________________________________________________________________ [ 7295] By: gsar on 2000/10/16 04:38:02 Log: integrate change#6022 from mainline unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern) Branch: maint-5.6/perl !> sv.c ____________________________________________________________________________ [ 7294] By: gsar on 2000/10/16 04:37:05 Log: integrate changes#6018..6021 from mainline make lib/syslog.t portable to systems that don't have _PATH_LOG, make _PATH_LOG() return "" if unavailable windows portability tweaks test tweak remove Win2K issue in pod (fixed by change#6020) Branch: maint-5.6/perl !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t !> t/lib/open3.t t/lib/syslog.t win32/win32.h ____________________________________________________________________________ [ 7293] By: gsar on 2000/10/16 04:20:00 Log: integrate changes#6013..6015 from mainline tweak change#5945 to display correct switch name in diagnostic glob() loading File::Glob behind the scenes may cause syntax errors tweak test for portability Branch: maint-5.6/perl !> op.c perl.c pod/perldiag.pod t/lib/b.t ____________________________________________________________________________ [ 7292] By: gsar on 2000/10/16 04:18:11 Log: integrate changes#6005..6010 from mainline, cfgperl perldoc might fail via "use blib" (from Hugo van der Sanden) Regen Configure. note about compile failures and END blocks (from M.J.T. Guy) VMS config tweak (from Craig A. Berry ) (change#6009 integrated earlier in change#7255) clarify note about shadow password support (from gellyfish@gellyfish.com) Branch: maint-5.6/perl !> Configure Porting/Glossary Porting/config.sh Porting/config_H !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com ____________________________________________________________________________ [ 7291] By: gsar on 2000/10/16 04:12:03 Log: integrate changes#6002,6003 from mainline destructive sv_setsv() can lose UV-ness from source, causing numeric promotions/comparisons to fail to do the right thing allow REG_EXPAND_SZ keys in Windows registry (from John Clayton ) Branch: maint-5.6/perl !> sv.c win32/win32.c ____________________________________________________________________________ [ 7290] By: gsar on 2000/10/16 04:10:19 Log: integrate change#6001 from mainline support additional library locations via $Config{otherlibdirs} (from Andy Dougherty) Branch: maint-5.6/perl !> Configure INSTALL Porting/Glossary Porting/config.sh !> Porting/config_H config_h.SH epoc/config.sh perl.c !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig !> win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 7289] By: gsar on 2000/10/16 04:08:28 Log: integrate change#5999 from mainline fix line renumbering bug in C Branch: maint-5.6/perl !> t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 7288] By: gsar on 2000/10/16 04:07:01 Log: integrate changes#5997,5998 from cfgperl Preserve $!. Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf. Branch: maint-5.6/perl !> lib/Math/Complex.pm ____________________________________________________________________________ [ 7287] By: gsar on 2000/10/16 04:04:37 Log: integrate change#5995 from mainline fixes for bugs in C (from Paul Marquess) Branch: maint-5.6/perl !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl ____________________________________________________________________________ [ 7286] By: gsar on 2000/10/16 04:03:21 Log: integrate change#5994 from mainline fix for missed accounting for null byte in pack("Z",...) (from M.J.T. Guy) Branch: maint-5.6/perl !> pp.c t/op/pack.t ____________________________________________________________________________ [ 7285] By: gsar on 2000/10/16 04:02:11 Log: integrate changes#5989..5993 from mainline qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes itself and no other (from Tom Hughes) use $ENV{LIB} to search for libs under Visual C compiler on Windows (from Jochen Wiedmann ) posix-bc patches (from Dorner Thomas ) pod nit (from Simon Cozens) various minor tweaks seen on p5p Branch: maint-5.6/perl !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod !> t/op/array.t toke.c ____________________________________________________________________________ [ 7284] By: gsar on 2000/10/16 03:59:00 Log: integrate changes#5978..5988 from mainline sync version numbers in File::Spec with the ones on CPAN (from Barrie Slaymaker) under useithreads, constant pad entries could inadvertantly be shared across threads (from Eric Blood ); added Eric's test case to testsuite allow Configure -S to run non-interactively (spotted by Greg Hudson ) rename File::Glob::glob() to File::Glob::bsd_glob() to avoid prototype mismatch with CORE::glob(); update pod and tests to suit (File::Glob::glob() is still available for backward compatibility, but should be considered deprecated) avoid error in IO::Socket::INET when given an unknown service name with a port number (from Brian Raven ) numeric conversion of non-number in change#3378 tramples on OOK offset, causing segfaults attributes::reftype() doesn't work on tied argument forked child may not exit correctly if it failed to open /dev/console (from Graham Barr) add regular expressions tutorial and quick-start guide (from Mark Kvale ) B::Bytecode tweaks (from Simon Cozens ) s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe ) Branch: maint-5.6/perl +> pod/perlrequick.pod pod/perlretut.pod !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.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 op.c sv.c t/lib/glob-basic.t !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c ____________________________________________________________________________ [ 7283] By: gsar on 2000/10/16 03:52:14 Log: integrate change#5977 from mainline autoquote barewords followed by newline and arrow properly (variant of fix suggested by Rick Delaney and M.J.T. Guy) Branch: maint-5.6/perl !> t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 7282] By: gsar on 2000/10/16 03:50:48 Log: integrate change#5976 from mainline DB_File v1.73 update (from Paul Marquess) Branch: maint-5.6/perl !> ext/DB_File/Changes ext/DB_File/DB_File.pm !> ext/DB_File/DB_File.xs ext/DB_File/version.c ____________________________________________________________________________ [ 7281] By: gsar on 2000/10/16 03:49:14 Log: integrate change#5975 from mainline allow sort() reentrancy (variant of patch suggested by Hugo van der Sanden) Branch: maint-5.6/perl !> pp_ctl.c t/op/sort.t ____________________________________________________________________________ [ 7280] By: gsar on 2000/10/16 03:48:22 Log: integrate change#5974 from mainline change#4197 somehow missed initializing PL_errors, meaning syntax error queueing wasn't working outside eval"" at all; also fixed eval"" to localize PL_error_count, so that compile-time eval's don't clobber the error state of the outer context Branch: maint-5.6/perl !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op !> t/pragma/warn/toke ____________________________________________________________________________ [ 7279] By: gsar on 2000/10/16 03:46:21 Log: integrate change#5973 from mainline fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich) Branch: maint-5.6/perl !> regcomp.c regexec.c t/op/re_tests ____________________________________________________________________________ [ 7278] By: gsar on 2000/10/16 03:44:54 Log: integrate change#5971 from cfgperl Unicos tweaks from Mark P. Lutz. Branch: maint-5.6/perl !> hints/unicos.sh lib/Math/Complex.pm ____________________________________________________________________________ [ 7277] By: gsar on 2000/10/16 03:42:59 Log: integrate changes#5966..5970 from mainline add testsuite for B backends, fix bug in B::Deparse (from Simon Cozens ) improved docs on the warn_uninit diagnostic (from David Glasser and Simon Cozens) tolerate spaces in group names in test on solaris (from David Boyce ) fix Sys::Syslog breakage on domain sockets (from Tom Hughes) Data::Dumper fumbles negative numbers on 32-bit platforms where IV is >32bits Branch: maint-5.6/perl +> t/lib/b.t t/lib/syslog.t !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t ____________________________________________________________________________ [ 7276] By: gsar on 2000/10/16 03:39:30 Log: integrate change#5965 from mainline avoid "will not stay shared" warnings for our variables (from Robin Barker) Branch: maint-5.6/perl !> op.c t/pragma/warn/op ____________________________________________________________________________ [ 7275] By: gsar on 2000/10/16 03:38:18 Log: integrate change#5964 from mainline reformat to 72 columns (again) Branch: maint-5.6/perl !> pod/perldiag.pod ____________________________________________________________________________ [ 7274] By: gsar on 2000/10/16 03:36:58 Log: integrate change#5963 from mainline patch from Larry to make (\&) prototype work; added tests for the same Branch: maint-5.6/perl !> op.c t/comp/proto.t ____________________________________________________________________________ [ 7273] By: gsar on 2000/10/16 03:35:51 Log: integrate changes#5956..5962 from mainline better diagnostics on failed tests (from Ilya Zakharevich) pod nits (from A. C. Yardley ) change#3569 deleted some essential code, revert; avoid use of atexit() to make DynaLoader work properly on AIX under mod_perl (from Jens-Uwe Mager ) doubled words in pods (from Simon Cozens ) better INSTALL notes on Solaris issues (from Dominic Dunlop) recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern) updated README.hpux (from Jeff Okamoto) Branch: maint-5.6/perl !> INSTALL README.hpux emacs/cperl-mode.el !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod !> t/op/lex_assign.t ____________________________________________________________________________ [ 7272] By: gsar on 2000/10/16 03:31:22 Log: integrate change#5955 from mainline longstanding bug exposed by change#3307: sort arguments weren't compiled with the right wantarray context (ensuing runtime lookup via block_gimme() was getting the incidental context of the sort() itself) Branch: maint-5.6/perl !> op.c t/op/sort.t ____________________________________________________________________________ [ 7271] By: gsar on 2000/10/16 03:29:11 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl branch Flatten the cpp jungle doing the nosuid checking. Do not assume sign propagation. (from M.J.T. Guy) Various Unicos 10.0.0.6 fixes. (from Mark Lutz) Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. Now pp_ncmp() returns undef is either operand is a NaN. On second thoughts frexp() does have two arguments. Document that tr() is not tr(1). Be more robust on "extreme" (large absolute value) arguments. Originally reported by Daniel Connelly as a problem with asinh() on large negative arguments, asinh() used to bail out because an argument to log() ended up being zero. Ilya Zakharevich proposed using Taylor's series in such cases, which for such large arguments is a very good approximation. Undo "use integer" addition from 64bitint as it seems to break most of the subtests in Digital UNIX; Unicos needs to find another way. Branch: maint-5.6/perl !> (integrate 29 files) ____________________________________________________________________________ [ 7270] By: gsar on 2000/10/16 03:09:44 Log: integrate changes#5948,5949,5950 from mainline typo in vars.pm that leads to cryptic message (from Piotr Piatkowski ) make perldoc use the pod2man from the same version (from M.J.T. Guy) reformat perldiag to avoid long lines Branch: maint-5.6/perl !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL ____________________________________________________________________________ [ 7269] By: gsar on 2000/10/16 03:05:54 Log: integrate change#5947 from mainline use &dl_error rather than &dl_load_file as the guard for calling boot_DynaLoader() (meant to fix dl_error() redefined warnings in statically built perl) Branch: maint-5.6/perl !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL ____________________________________________________________________________ [ 7268] By: gsar on 2000/10/16 03:04:48 Log: integrate change#5945 from mainline make module name mandatory after -M switch; reorder perldiag alphabetically (from Mark-Jason Dominus) Branch: maint-5.6/perl !> perl.c pod/perldiag.pod ____________________________________________________________________________ [ 7267] By: gsar on 2000/10/16 03:03:01 Log: integrate change#5939 from mainline more pod nits (from Larry Virden) Branch: maint-5.6/perl !> README.win32 pod/perlsub.pod pod/perlsyn.pod !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod ____________________________________________________________________________ [ 7266] By: gsar on 2000/10/16 03:01:39 Log: integrate change#5938 from mainline Consolidated B::Deparse fixes (from Stephen McCamant) Branch: maint-5.6/perl !> ext/B/B/Deparse.pm ____________________________________________________________________________ [ 7265] By: gsar on 2000/10/16 03:00:43 Log: integrate change#5936 from mainline additional tests for change#7263 (from Paul Marquess) Branch: maint-5.6/perl !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint !> t/pragma/warn/5nolint t/pragma/warn/6default ____________________________________________________________________________ [ 7264] By: gsar on 2000/10/16 02:58:34 Log: integrate change#5934 from mainline propagate lexical warnings from surrounding scope correctly within string eval() (from Paul Marquess) Branch: maint-5.6/perl !> pp_ctl.c t/pragma/warn/pp_ctl ____________________________________________________________________________ [ 7263] By: gsar on 2000/10/16 02:56:53 Log: integrate change#5932 from mainline add rsignal(), whichsig() and do_join() to public API list (mod_perl uses them to good advantage) Branch: maint-5.6/perl !> embed.pl global.sym objXSUB.h perlapi.c proto.h ____________________________________________________________________________ [ 7262] By: gsar on 2000/10/16 02:55:53 Log: integrate change#5931 from mainline fix RE brokenness on refs/overloaded things (from Ilya Zakharevich) Branch: maint-5.6/perl !> pp_hot.c regexec.c t/op/pat.t ____________________________________________________________________________ [ 7261] By: gsar on 2000/10/16 02:55:01 Log: integrate change#5930 from mainline small os390 tweaks (from Peter Prymmer) Branch: maint-5.6/perl !> config_h.SH makedepend.SH ____________________________________________________________________________ [ 7260] By: gsar on 2000/10/16 02:54:10 Log: integrate change#5929 from mainline pod nits Branch: maint-5.6/perl !> pod/perlguts.pod ____________________________________________________________________________ [ 7259] By: gsar on 2000/10/16 02:52:55 Log: integrate change#5927 from mainline arrange for next() to resume at the unstack op rather than the loop conditional, so that scope cleanup happens correctly (from Stephen McCamant) Branch: maint-5.6/perl !> op.c pp_ctl.c t/op/misc.t ____________________________________________________________________________ [ 7258] By: gsar on 2000/10/16 02:51:38 Log: integrate change#5926 from mainline on windows, reserve 16M of stack rather than 128M (allows more threads to run concurrently) Branch: maint-5.6/perl !> win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 7257] By: gsar on 2000/10/16 02:50:37 Log: integrate change#5925 from mainline POSIX-BC tweak (from Ignasi Roca ) Branch: maint-5.6/perl !> toke.c ____________________________________________________________________________ [ 7256] By: gsar on 2000/10/16 02:49:36 Log: integrate change#5924 from mainline avoid using uninitialized memory in require version check Branch: maint-5.6/perl !> pp_ctl.c universal.c ____________________________________________________________________________ [ 7255] By: gsar on 2000/10/16 02:48:03 Log: integrate changes#5923,5928,6009 from mainline IO::Poll bugs fixed (from Lincoln Stein ) Branch: maint-5.6/perl !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t ____________________________________________________________________________ [ 7254] By: gsar on 2000/10/16 02:44:46 Log: integrate change#5922 from mainline commentary about IoTYPE() (from Nathan Torkington) Branch: maint-5.6/perl !> sv.h ____________________________________________________________________________ [ 7253] By: gsar on 2000/10/16 02:43:49 Log: integrate change#5921 from mainline make eq unicode-aware (from Gisle Aas); fix bogus tests revealed Branch: maint-5.6/perl !> sv.c t/lib/charnames.t t/pragma/utf8.t ____________________________________________________________________________ [ 7252] By: gsar on 2000/10/16 02:42:31 Log: integrate change#5920 from mainline Larry's fix for buggy propagation of utf8-ness in join(); add test Branch: maint-5.6/perl !> doop.c t/op/ver.t ____________________________________________________________________________ [ 7251] By: gsar on 2000/10/16 02:41:14 Log: integrate changes#5915..5919 from mainline various (pod tweaks &c) Branch: maint-5.6/perl !> (integrate 33 files) ____________________________________________________________________________ [ 7250] By: gsar on 2000/10/16 02:38:16 Log: integrate change#5914 from mainline caller() wasn't returning the right number of elements for eval {...} Branch: maint-5.6/perl !> pp_ctl.c t/pragma/warn/9enabled ____________________________________________________________________________ [ 7249] By: gsar on 2000/10/16 02:37:02 Log: integrate change#5913 from mainline pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from Mark-Jason Dominus) Branch: maint-5.6/perl !> pod/perlfunc.pod ____________________________________________________________________________ [ 7248] By: gsar on 2000/10/16 02:35:58 Log: integrate change#5912 from mainline fix totally broken caching in UNIVERSAL::isa() (from Nick Ing-Simmons) Branch: maint-5.6/perl !> t/op/universal.t universal.c ____________________________________________________________________________ [ 7247] By: gsar on 2000/10/16 02:34:27 Log: integrate changes#5910,5911 from mainline typo in pod add linebreak properties from unicode/LineBrk.txt (from Dave Hartnoll ) Branch: maint-5.6/perl +> (branch 29 files) !> ext/Thread/Thread.pm lib/unicode/mktables.PL ____________________________________________________________________________ [ 7246] By: gsar on 2000/10/16 02:33:29 Log: integrate change#5909 from mainline mode argument to do_binmode() should be file mode, not boolean Branch: maint-5.6/perl !> pp_sys.c ____________________________________________________________________________ [ 7245] By: gsar on 2000/10/16 02:31:04 Log: integrate change#5908 from mainline introduce illegal symbols into null package so that gv_fetchpv(...,TRUE) always returns a valid GV even when the symbol is trapped by strictures (avoids coredumps) Branch: maint-5.6/perl !> embedvar.h gv.c intrpvar.h perl.c perlapi.h !> t/pragma/strict-vars ____________________________________________________________________________ [ 7244] By: jhi on 2000/10/16 02:29:54 Log: Subject: $Carp::ExportLevel confusion in Exporter From: "Ben Tilly" Date: Sat, 14 Oct 2000 16:44:34 EDT Message-ID: Branch: perl ! lib/Exporter/Heavy.pm ____________________________________________________________________________ [ 7243] By: jhi on 2000/10/16 02:28:33 Log: Subject: [PATCH perlguts.pod] Document offset hack From: Simon Cozens Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk> Date: Sat, 14 Oct 2000 19:32:25 +0100 Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 7242] By: gsar on 2000/10/16 02:26:51 Log: integrate changes#5905,5906,5907,6064 from mainline printf/sprintf didn't get quad types right under use64bitint Branch: maint-5.6/perl !> pp_sys.c sv.c t/op/64bitint.t ____________________________________________________________________________ [ 7241] By: jhi on 2000/10/16 02:22:44 Log: Subject: small pod patch From: Dan Boorstein Date: Sat, 14 Oct 2000 14:29:24 -0400 Message-ID: <39E8A604.B501DB4F@bellsouth.net> Branch: perl ! pod/perlfaq7.pod pod/perlmod.pod ____________________________________________________________________________ [ 7240] By: jhi on 2000/10/16 02:13:46 Log: -w cleanup. Subject: Re: Problems with bleadperl From: "Stephen P. Potter" Date: Fri, 13 Oct 2000 13:32:49 -0400 Message-Id: <200010131732.NAA19391@spp.users.ds.net> Branch: perl ! t/pragma/overload.t ____________________________________________________________________________ [ 7239] By: jhi on 2000/10/16 01:41:18 Log: One more ~utf8 tweak. Branch: perl ! t/op/bop.t ____________________________________________________________________________ [ 7238] By: jhi on 2000/10/16 01:34:14 Log: Tweak the test of #7235. Branch: perl ! t/op/bop.t ____________________________________________________________________________ [ 7237] By: jhi on 2000/10/16 01:25:04 Log: Fix a couple of compiler-noted nits in #7235. Branch: perl ! pp.c ____________________________________________________________________________ [ 7236] By: jhi on 2000/10/16 01:22:46 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8. Branch: perl ! pp.c pp_hot.c ____________________________________________________________________________ [ 7235] By: jhi on 2000/10/15 16:24:44 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8. From: Simon Cozens Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars Date: Sat, 14 Oct 2000 20:52:13 +0100 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk> Branch: perl ! pp.c t/op/bop.t utf8.h ____________________________________________________________________________ [ 7234] By: jhi on 2000/10/15 15:19:29 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003. The problem was that rx->minlen was in chars while pp_split() thought it would be in bytes. Branch: perl ! pp.c t/pragma/utf8.t ____________________________________________________________________________ [ 7233] By: jhi on 2000/10/14 20:24:24 Log: Document FNCASE=y as discussed in the bug 20000902.009. Branch: perl ! README.dos ____________________________________________________________________________ [ 7232] By: jhi on 2000/10/14 18:52:21 Log: Add test for bug id 20000427.003 (which seems to have been fixed) (also duplicate as 20000427.004, though with a higher severity). Move one utf8 from op/append to pragma/utf8, tag the tests with bug ids. Branch: perl ! t/op/append.t t/pragma/utf8.t ____________________________________________________________________________ [ 7231] By: jhi on 2000/10/14 17:28:37 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed). Branch: perl ! t/pragma/utf8.t ____________________________________________________________________________ [ 7230] By: jhi on 2000/10/14 14:24:50 Log: Needs to be conditional on SunOS 4. Subject: [Pach 5.7.0@7229] Removing -ldb from the core build From: "Paul Marquess" Date: Sat, 14 Oct 2000 13:37:49 +0100 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com> Branch: metaconfig/U/perl ! End.U Branch: perl ! Configure myconfig.SH pod/perldelta.pod ____________________________________________________________________________ [ 7229] By: jhi on 2000/10/14 00:49:22 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7228] By: jhi on 2000/10/14 00:46:10 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC From: Peter Prymmer Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT) Message-ID: Branch: perl ! lib/utf8.pm ____________________________________________________________________________ [ 7227] By: jhi on 2000/10/13 23:20:30 Log: Make the test acknowledge that self-ties are disabled as #7213 said. Branch: perl ! t/op/tie.t ____________________________________________________________________________ [ 7226] By: jhi on 2000/10/13 22:14:32 Log: Tweak #7225. Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl] From: Peter Prymmer Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT) Message-ID: Branch: perl ! t/op/sprintf.t ____________________________________________________________________________ [ 7225] By: jhi on 2000/10/13 22:11:31 Log: op/sprintf.t patch for OS/390 (and any other host with limited floating-point exponent length) Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl] From: Dominic Dunlop Date: Fri, 13 Oct 2000 19:17:57 +0200 Message-Id: Branch: perl ! t/op/sprintf.t ____________________________________________________________________________ [ 7224] By: jhi on 2000/10/13 18:40:48 Log: Allow @+ and @- to be doublequoted, from Simon Cozens. Branch: perl ! toke.c ____________________________________________________________________________ [ 7223] By: jhi on 2000/10/13 18:37:13 Log: Thinko in #7222. Branch: perl ! utf8.c ____________________________________________________________________________ [ 7222] By: jhi on 2000/10/13 18:05:23 Log: Use UTF8SKIP(), from Simon Cozens. Branch: perl ! utf8.c ____________________________________________________________________________ [ 7221] By: jhi on 2000/10/13 15:43:19 Log: (accidentally empty check-in) Branch: perl ! utf8.c ____________________________________________________________________________ [ 7220] By: jhi on 2000/10/13 15:23:51 Log: Add (optimistically) Storable to static extensions. Branch: perl ! hints/uwin.sh hints/vmesa.sh ____________________________________________________________________________ [ 7219] By: jhi on 2000/10/13 15:20:05 Log: Amdahl UTS doesn't seem to do dynaloading. Branch: perl ! hints/uts.sh ____________________________________________________________________________ [ 7218] By: jhi on 2000/10/13 15:15:20 Log: Slight tweak of the code to appease Amdahl UTS cc. Branch: perl ! pp.c ____________________________________________________________________________ [ 7217] By: jhi on 2000/10/13 14:50:42 Log: In Amdahl UTS "struct sv" is defined by a system header, . Branch: perl ! perl.h sv.h ____________________________________________________________________________ [ 7216] By: jhi on 2000/10/13 11:58:25 Log: Ilya implemented the memory profiling API. Branch: perl ! Todo ____________________________________________________________________________ [ 7215] By: jhi on 2000/10/13 02:56:38 Log: Subject: [PATCH 5.7.0] Perl API for mstats From: Ilya Zakharevich Date: Thu, 12 Oct 2000 22:52:40 -0400 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu> Branch: perl ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs ____________________________________________________________________________ [ 7214] By: jhi on 2000/10/13 02:55:38 Log: Subject: [PATCH 5.7.0] IVs in mtats From: Ilya Zakharevich Date: Thu, 12 Oct 2000 22:51:04 -0400 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu> Branch: perl ! malloc.c perl.h ____________________________________________________________________________ [ 7213] By: jhi on 2000/10/13 02:31:47 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison. Branch: perl ! pod/perldiag.pod pp_sys.c ____________________________________________________________________________ [ 7212] By: jhi on 2000/10/13 01:27:38 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests From: Peter Prymmer Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT) Message-ID: Branch: perl ! t/op/oct.t ____________________________________________________________________________ [ 7211] By: jhi on 2000/10/13 00:35:09 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7210] By: jhi on 2000/10/12 23:59:40 Log: The Install.pm third of Subject: Proposed patches, Install.pm getopts.pl termcap.pl From: Bill Campbell Message-ID: <20001005180451.A22029@kstarr.celestial.com> Date: Thu, 5 Oct 2000 18:04:51 -0700 Branch: perl ! lib/ExtUtils/Install.pm ____________________________________________________________________________ [ 7209] By: jhi on 2000/10/12 23:58:43 Log: Two thirds of Subject: Proposed patches, Install.pm getopts.pl termcap.pl Date: Thu, 5 Oct 2000 18:04:51 -0700 From: Bill Campbell Message-ID: <20001005180451.A22029@kstarr.celestial.com> The Install.pm changes will be submitted separately because they need some work and discussion still. Branch: perl ! lib/getopts.pl lib/termcap.pl ____________________________________________________________________________ [ 7208] By: jhi on 2000/10/12 23:41:19 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 12 Oct 2000 07:30:02 EDT Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu> Branch: perl ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t ! t/pod/testp2pt.pl vms/gen_shrfls.pl ____________________________________________________________________________ [ 7207] By: jhi on 2000/10/12 23:39:01 Log: An updated EBCDIC tr patch. Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390 From: Peter Prymmer Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT) Message-ID: Branch: perl ! t/op/tr.t ____________________________________________________________________________ [ 7206] By: jhi on 2000/10/12 23:34:55 Log: Upgrade to CPAN 1.58, from Andreas König. Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 7205] By: jhi on 2000/10/12 23:29:08 Log: Introduce the man[24-8] variables, from Andy Dougherty. Branch: metaconfig/U/perl + mandirs.U mandirstyle.U Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def ! vos/config.h vos/config.pl vos/config_h.SH_orig ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 7204] By: gsar on 2000/10/12 18:11:24 Log: restore change#7202 Branch: perl ! mg.c ____________________________________________________________________________ [ 7203] By: gsar on 2000/10/12 18:09:40 Log: another test of the Emergency Broadcast System--back out change#7202 Branch: perl ! mg.c ____________________________________________________________________________ [ 7202] By: gsar on 2000/10/12 16:40:47 Log: (submitted on behalf of Jarkko) Fix the lib/encode.t subtest 6 failure as reported by Andreas Koenig, gmagical substr() wasn't propagating UTF8ness. The bug was unearthed by change 7182, as was a bug in HTML::Entities. Branch: perl ! mg.c ____________________________________________________________________________ [ 7201] By: jhi on 2000/10/11 03:16:05 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs. Branch: perl ! pp_hot.c t/pragma/utf8.t ____________________________________________________________________________ [ 7200] By: jhi on 2000/10/11 00:40:30 Log: The #7198 was a false alarm. Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 7199] By: jhi on 2000/10/11 00:26:04 Log: Remove duplicated code. Branch: perl ! t/lib/cgi-html.t ____________________________________________________________________________ [ 7198] By: jhi on 2000/10/10 23:30:46 Log: (Retracted by #7200.) Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 7197] By: jhi on 2000/10/10 21:49:30 Log: Add the test case for #7190, from the original bug report by Andreas König. Branch: perl ! t/pragma/utf8.t ____________________________________________________________________________ [ 7196] By: jhi on 2000/10/10 21:40:49 Log: Reapply Andy's patch and regen Configure. Branch: perl ! Configure INSTALL Makefile.SH Porting/Glossary ! Porting/config.sh config_h.SH epoc/config.sh installperl ! uconfig.sh vos/config.def win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 7195] By: jhi on 2000/10/10 21:09:30 Log: Use the versiononly instead of the installscripts, retract the changes 7146 and 7147. Branch: perl ! Configure INSTALL Makefile.SH Porting/Glossary ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh ! installperl uconfig.sh vos/config.def win32/config.bc ! win32/config.gc win32/config.vc ____________________________________________________________________________ [ 7194] By: jhi on 2000/10/10 21:06:15 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390 From: Peter Prymmer Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT) Message-ID: Branch: perl ! t/op/ver.t ____________________________________________________________________________ [ 7193] By: jhi on 2000/10/10 21:05:12 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390 From: Peter Prymmer Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT) Message-ID: Branch: perl ! t/op/tr.t ____________________________________________________________________________ [ 7192] By: jhi on 2000/10/10 20:57:30 Log: Add versiononly, delete installscripts, from Andy Dougherty. Branch: metaconfig - U/installdirs/installscripts.U Branch: metaconfig/U/perl + versiononly.U ____________________________________________________________________________ [ 7191] By: jhi on 2000/10/10 19:41:21 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections From: Peter Prymmer Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT) Message-ID: Branch: perl ! pod/perlebcdic.pod ____________________________________________________________________________ [ 7190] By: jhi on 2000/10/10 19:26:14 Log: Subject: Re: utf8 concat, mg_get From: Simon Cozens Date: Tue, 10 Oct 2000 17:40:17 +0100 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk> Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 7189] By: jhi on 2000/10/10 19:23:03 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone) Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT) Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 7188] By: jhi on 2000/10/10 15:31:24 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions From: "Moore, Paul" Date: Fri, 14 Jul 2000 10:47:36 +0100 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com> Branch: perl ! README.win32 ____________________________________________________________________________ [ 7187] By: jhi on 2000/10/10 13:30:10 Log: Quote the temp file name, needed in Win32 because the default name unfortunately contains spaces, shouldn't hurt elsewhere. Subject: FW: perldoc fails if $TEMP contains spaces From: "Moore, Paul" Date: Thu, 14 Sep 2000 08:58:45 +0100 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com> Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 7186] By: jhi on 2000/10/10 13:16:27 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread From: hv@hugo.hybyte.com Date: Tue, 10 Oct 2000 14:10:20 +0100 Message-Id: <200010101310.OAA00953@hugo.hybyte.com> Branch: perl ! t/lib/thr5005.t util.c ____________________________________________________________________________ [ 7185] By: jhi on 2000/10/10 12:06:22 Log: Upgrade to podlators 1.04, from Russ Allbery. Branch: perl ! lib/Pod/Man.pm lib/Pod/Text.pm ____________________________________________________________________________ [ 7184] By: jhi on 2000/10/10 12:01:32 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein. Branch: perl ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t ____________________________________________________________________________ [ 7183] By: jhi on 2000/10/09 23:47:15 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure From: Peter Prymmer Message-ID: Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT) Branch: perl ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 7182] By: jhi on 2000/10/09 23:43:16 Log: Make eq work again with utf8 (disabling the upgrading should no more be necessary since the copies of the scalars are upgraded, not the scalars themselves). Takes care of ID 20001009.001. (The claimed length() bug in 20001009.001 seems bogus to me.) Branch: perl ! sv.c t/pragma/utf8.t ____________________________________________________________________________ [ 7181] By: gsar on 2000/10/09 19:41:54 Log: tweak for change#7173 Branch: perl ! win32/win32sck.c ____________________________________________________________________________ [ 7180] By: gsar on 2000/10/09 19:26:56 Log: on Windows, clean targets might not work under some flavors of the shell Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 7179] By: jhi on 2000/10/09 19:21:02 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7178] By: jhi on 2000/10/09 19:18:23 Log: Warn about unknown scripts. Subject: Re: ideas? patches? [PATCH bleadperl] From: Dominic Dunlop Date: Mon, 9 Oct 2000 14:57:17 +0200 Message-Id: Branch: perl ! lib/charnames.pm ____________________________________________________________________________ [ 7177] By: jhi on 2000/10/09 19:13:27 Log: Change #7160 had a nasty typo. Branch: metaconfig ! U/compline/Compile.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7176] By: gsar on 2000/10/09 18:59:33 Log: pod nit Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 7175] By: gsar on 2000/10/09 18:54:28 Log: Windows9x doesn't support link(), despite what Config.pm might think Branch: perl ! lib/ExtUtils/Manifest.pm ____________________________________________________________________________ [ 7174] By: gsar on 2000/10/09 18:50:03 Log: avoid nonportable example code Branch: perl ! lib/File/Copy.pm ____________________________________________________________________________ [ 7173] By: gsar on 2000/10/09 18:46:54 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't being used) when closing a socket handle Branch: perl ! win32/win32.c win32/win32.h win32/win32sck.c ____________________________________________________________________________ [ 7172] By: gsar on 2000/10/09 18:41:40 Log: on Windows, cwd strings in the environment should be of the form =X:=X:\foo instead of =X=X:\foo\ Branch: perl ! win32/vdir.h ____________________________________________________________________________ [ 7171] By: gsar on 2000/10/09 18:30:09 Log: on Windows, LoadLibrary() could load an extension DLL multiple times if forward slashes are used in the path Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 7170] By: jhi on 2000/10/09 17:53:59 Log: Add a todo note about overloadable assertions. Branch: perl ! Todo-5.6 ____________________________________________________________________________ [ 7169] By: jhi on 2000/10/09 13:43:45 Log: Subject: PATCH 5.6 perldebguts grammar cleanup From: mjd@plover.com Date: 9 Oct 2000 00:24:44 -0000 Message-ID: <20001009002444.10616.qmail@plover.com> Branch: perl ! pod/perldebguts.pod ____________________________________________________________________________ [ 7168] By: nick on 2000/10/08 13:16:33 Log: Tables assume network byte order for 16 bit forms, so 'S' packing is not right thing to do on (e.g. x86). Network order is also "right" for X fonts. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 7167] By: nick on 2000/10/08 12:54:42 Log: Make "encodings" work post-install when Encode/*.enc files may not be in same directory as Encode.pm Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 7166] By: nick on 2000/10/08 11:51:26 Log: Work round the fact that $hash->{$key} does not take into account UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))} so that key is always in the "expected" encoding - i.e. same way we put it in the hash. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 7165] By: gsar on 2000/10/08 04:15:29 Log: save_re_context() could reset PL_curcop to freed memory, causing core dumps in code such as C Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 7164] By: jhi on 2000/10/06 20:51:48 Log: UTF8ize split() so that the cloned substrings get the UTF8 flag of the original scalar. Problem reported by Simon Cozens. Branch: perl ! pp.c t/pragma/utf8.t ____________________________________________________________________________ [ 7163] By: nick on 2000/10/06 20:48:34 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and got a false +ve and so did not reach code which would have un-FAKEd the SV. Branch: perl ! sv.c ____________________________________________________________________________ [ 7162] By: nick on 2000/10/06 20:25:37 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery. To fix (sort {$a <=> $b} keys %hash) in particular but should cover a number of other as-yet-unknown cases as well. Branch: perl ! sv.c ____________________________________________________________________________ [ 7161] By: jhi on 2000/10/06 19:56:18 Log: Change the version number of Tie::Handle in the core to 4.0, the (unrelated) Tie::Handle in CPAN will remain at 3.0. Subject: Note on Tie::Handle From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 06 Oct 2000 21:48:58 +0200 Message-ID: Branch: perl ! lib/Tie/Handle.pm ____________________________________________________________________________ [ 7160] By: jhi on 2000/10/06 18:20:35 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo as the first option of cc/ld because of ultrapicky compilers (e.g. OS/390 R2.5) Branch: metaconfig + U/modified/d_getpgrp.U U/modified/d_setpgrp.U ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U ! U/compline/orderlib.U U/modified/Cppsym.U ! U/modified/d_access.U Branch: metaconfig/U/perl ! Checkcc.U d_dlsymun.U gccvers.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7159] By: jhi on 2000/10/06 13:56:39 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7158] By: jhi on 2000/10/06 12:48:40 Log: Eliminate $Is_VMS code from the test. Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu> Date: Thu, 5 Oct 2000 07:46:33 EDT Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 7157] By: jhi on 2000/10/06 12:47:13 Log: Also the $ccflags is needed for the C compiler check. Subject: Configure (check for C-compiler) From: "H.Merijn Brand" Date: Fri, 06 Oct 2000 08:47:15 +0200 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl> Branch: metaconfig/U/perl ! Checkcc.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7156] By: jhi on 2000/10/06 11:45:15 Log: The HINT_BYTE patch is apparently unnecessary, retracted. Branch: perl ! perl.c pp_ctl.c sv.h utf8.c ____________________________________________________________________________ [ 7155] By: jhi on 2000/10/06 11:40:41 Log: IO::Handle->syswrite() did not handle length omission like CORE::syswrite() does. Subject: [Fwd] IO::Handle, syswrite and arguments From: Graham Barr Date: Fri, 6 Oct 2000 10:22:05 +0100 Message-ID: <20001006102205.U6312@pobox.com> The original patch from andrew@ugh.net.au. Branch: perl ! ext/IO/lib/IO/Handle.pm ____________________________________________________________________________ [ 7154] By: jhi on 2000/10/06 01:42:15 Log: Tweak #7153. Branch: perl ! utf8.h ____________________________________________________________________________ [ 7153] By: jhi on 2000/10/06 00:39:55 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC. Branch: perl ! utf8.h ____________________________________________________________________________ [ 7152] By: jhi on 2000/10/06 00:38:11 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms. Branch: perl ! perl.c pp_ctl.c sv.h utf8.c ____________________________________________________________________________ [ 7151] By: jhi on 2000/10/06 00:36:38 Log: Subject: Re: Questions about Tie::Array and perl modules From: Nick Ing-Simmons Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST) Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com> Bug reported and fix suggested by Philip D Crow . Branch: perl ! lib/Tie/Array.pm t/op/array.t ____________________________________________________________________________ [ 7150] By: jhi on 2000/10/05 00:20:45 Log: Regen Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7149] By: jhi on 2000/10/05 00:20:01 Log: Regen toc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 7148] By: jhi on 2000/10/04 23:35:08 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug reported several times by Dominic Dunlop, for example in ID 20000315.008. Patch from Dominic. Patch affects at least MachTen, and possibly other oldish BSDs. Should not break non-broken platforms (tested on LinuxPPC). Branch: perl ! doio.c ____________________________________________________________________________ [ 7147] By: jhi on 2000/10/04 23:26:34 Log: The one that got away from 7146. Branch: metaconfig + U/installdirs/installscripts.U ____________________________________________________________________________ [ 7146] By: jhi on 2000/10/04 23:25:04 Log: Enable disabling scripts installation by Configure -Uinstallscripts, suggested by H. Merijn Brand. Branch: perl ! Configure INSTALL Makefile.SH Porting/Glossary ! Porting/config.sh Porting/config_H epoc/config.sh installperl ! uconfig.sh vos/config.def win32/config.bc win32/config.gc ! win32/config.vc ____________________________________________________________________________ [ 7145] By: jhi on 2000/10/04 22:08:21 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module From: Ilya Zakharevich Date: Wed, 4 Oct 2000 17:37:46 -0400 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu> Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 7144] By: jhi on 2000/10/04 18:11:41 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification From: Jeff Pinyan Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT) Message-ID: Branch: perl ! pod/perlrun.pod ____________________________________________________________________________ [ 7143] By: jhi on 2000/10/04 18:09:58 Log: Subject: perlhack.pod Patch for Externals Tools From: Fisher Mark Date: Tue, 3 Oct 2000 15:43:27 -0500 Message-ID: Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 7142] By: jhi on 2000/10/04 18:08:41 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Wed, 4 Oct 2000 12:11:11 EDT Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 7141] By: jhi on 2000/10/04 12:20:16 Log: Subject: [PATCH 5.7.0] h2xs not working From: Ilya Zakharevich Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu> Date: Tue, 3 Oct 2000 21:43:01 -0400 Subject: [PATCH 5.7.0] h2xs not documenting the created module From: Ilya Zakharevich Date: Tue, 3 Oct 2000 22:55:19 -0400 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu> Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 7140] By: jhi on 2000/10/04 11:53:44 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::" From: nick@babyhippo.com Date: Wed, 4 Oct 2000 12:06:45 +0100 Message-Id: <20001004120645.A7356@babyhippo.com> Retract 7118 and 7135. Branch: perl ! installman installperl op.c t/pragma/subs.t ____________________________________________________________________________ [ 7139] By: jhi on 2000/10/03 22:09:41 Log: It is possible to have no hosts database at all. Pointed out in Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's From: Peter Prymmer Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT) Message-ID: Branch: metaconfig ! U/modified/myhostname.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7138] By: jhi on 2000/10/03 21:49:49 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's From: Peter Prymmer Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT) Message-ID: Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 7137] By: jhi on 2000/10/03 20:10:05 Log: One remaining nit less at the VMS mailbox sizing. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 7136] By: jhi on 2000/10/03 20:08:47 Log: Test harness update to sync with the new perlcc, from Simon Cozens. Branch: perl ! t/TEST t/UTEST ____________________________________________________________________________ [ 7135] By: jhi on 2000/10/03 15:15:42 Log: Subject: Re: PATCH for 20001003.004 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT) From: "AARON B. DOSSETT" Message-Id: Branch: perl ! installman installperl ____________________________________________________________________________ [ 7134] By: jhi on 2000/10/03 15:00:34 Log: Subject: [ID 20001003.006] B::Debug not -w clean From: Nicholas Clark Date: Tue, 03 Oct 2000 15:46:32 +0100 Message-Id: Branch: perl ! ext/B/B/Debug.pm ____________________________________________________________________________ [ 7133] By: jhi on 2000/10/03 14:58:39 Log: Scale down the VMS message boxes, by Charles Lane. Fix for ID 20000903.009, workaround at http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 7132] By: jhi on 2000/10/03 11:20:37 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi. Branch: perl + t/lib/st-lock.t t/lib/st-utf8.t ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm ! ext/Storable/Storable.xs t/lib/st-recurse.t ____________________________________________________________________________ [ 7131] By: jhi on 2000/10/03 03:38:23 Log: Encode nits. Branch: perl ! MANIFEST Makefile.SH ____________________________________________________________________________ [ 7130] By: jhi on 2000/10/03 03:31:05 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7129] By: jhi on 2000/10/03 02:24:02 Log: Misplaced else. Branch: metaconfig/U/perl ! d_strtoll.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7128] By: jhi on 2000/10/03 02:08:29 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)' From: sthoenna@efn.org Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT) Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org> Branch: metaconfig/U/perl ! d_strtoll.U Branch: perl ! Configure config_h.SH hints/os2.sh os2/os2ish.h ____________________________________________________________________________ [ 7127] By: jhi on 2000/10/03 01:13:14 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7126] By: jhi on 2000/10/03 00:57:08 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines as suggested by Olaf Flebbe and Nick Clark. Branch: perl ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h ____________________________________________________________________________ [ 7125] By: jhi on 2000/10/03 00:50:56 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED) From: Nick Clark Date: Mon, 2 Oct 2000 11:03:24 +0100 Message-Id: <20001002110324.D20073@plum.flirble.org> Also fixes bug ID 20001002.005. Branch: perl ! t/lib/encode.t ____________________________________________________________________________ [ 7124] By: jhi on 2000/10/03 00:34:59 Log: Subject: [PATCH 5.7.0] Epoc update From: Olaf Flebbe Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST) Message-ID: <26423.969484586@www10.gmx.net> Branch: perl ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c ! util.c util.h ____________________________________________________________________________ [ 7123] By: jhi on 2000/10/03 00:30:07 Log: Regen headers. Branch: perl ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h ____________________________________________________________________________ [ 7122] By: jhi on 2000/10/03 00:10:48 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail. Branch: perl ! hints/openbsd.sh ____________________________________________________________________________ [ 7121] By: jhi on 2000/10/03 00:05:06 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement. From: Date: Tue, 26 Sep 2000 13:36:14 -0400 Message-ID: <20000926173614.4356.qmail@foad.org> Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 7120] By: jhi on 2000/10/03 00:04:00 Log: Inside require() $^S was always left undefined. Subject: Re: Tiny 2-byte change to fix debugger's eval bug From: Ilya Zakharevich Date: Wed, 27 Sep 2000 18:54:49 -0400 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu> Branch: perl ! cop.h mg.c pp_ctl.c util.c ____________________________________________________________________________ [ 7119] By: jhi on 2000/10/03 00:00:16 Log: Subject: [PATCH] DLL not restartabke with threaded perl From: "Dave Hartnoll" Date: Thu, 28 Sep 2000 09:20:46 +0100 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com> Branch: perl ! perl.c ____________________________________________________________________________ [ 7118] By: jhi on 2000/10/02 23:59:20 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs; From: Nicholas Clark Date: Thu, 28 Sep 2000 11:52:24 +0100 Message-ID: <20000928115224.D7924@plum.flirble.org> Branch: perl ! op.c ____________________________________________________________________________ [ 7117] By: jhi on 2000/10/02 23:57:51 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch From: Nicholas Clark Date: Thu, 28 Sep 2000 12:18:10 +0100 Message-Id: Did not apply cleanly, manual intervention was needed. Branch: perl ! ext/B/B/Bytecode.pm utils/perlcc.PL ____________________________________________________________________________ [ 7116] By: jhi on 2000/10/02 23:50:40 Log: Document the issue (is not a syntax error, kind of) Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error From: Nicholas Clark Date: Thu, 28 Sep 2000 17:12:42 +0100 Message-ID: <20000928171242.K7924@plum.flirble.org> Branch: perl ! pod/perldata.pod ____________________________________________________________________________ [ 7115] By: jhi on 2000/10/02 23:48:58 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start From: Ilya Zakharevich Date: Thu, 28 Sep 2000 21:55:31 -0400 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu> Branch: perl ! regexec.c ____________________________________________________________________________ [ 7114] By: jhi on 2000/10/02 23:47:57 Log: Subject: DOC PATCH 5.6.0 From: mjd@plover.com Date: 30 Sep 2000 06:02:34 -0000 Message-ID: <20000930060234.4559.qmail@plover.com> Branch: perl ! pod/perldebguts.pod ____________________________________________________________________________ [ 7113] By: jhi on 2000/10/02 23:46:43 Log: SOCK_DGRAM and listen() do not mix as reported in Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket From: Petter Reinholdtsen Date: Sun, 1 Oct 2000 10:57:20 +0800 Message-Id: <200010010257.KAA05735@localhost.localdomain> The patch for 5.7.0+ had to be reengineered, though. Branch: perl ! ext/IO/lib/IO/Socket/UNIX.pm ____________________________________________________________________________ [ 7112] By: jhi on 2000/10/02 23:36:57 Log: Subject: Re: [PATCH 5.005_64 missed] From: Ilya Zakharevich Date: Sun, 1 Oct 2000 18:50:10 -0400 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu> Branch: perl ! pod/perlxs.pod ____________________________________________________________________________ [ 7111] By: jhi on 2000/10/02 23:35:40 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) From: Radu Greab Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST) Message-ID: <14808.56336.594486.626712@busy.netsoft.ro> Branch: perl ! op.c opcode.pl t/op/substr.t ____________________________________________________________________________ [ 7110] By: jhi on 2000/10/02 23:32:38 Log: Subject: [PATCH] Fix aliasing of tied filehandles From: Daniel Chetlin Date: Mon, 2 Oct 2000 14:53:27 -0700 Message-ID: <20001002145327.C1617@ilmd> Branch: perl ! perl.h pp_hot.c t/op/tiehandle.t ____________________________________________________________________________ [ 7109] By: jhi on 2000/10/02 23:31:30 Log: s/Robin Parker/Robin Barker/ Branch: perl ! Changes5.6 ____________________________________________________________________________ [ 7108] By: jhi on 2000/10/02 23:15:46 Log: Retract #7091 as suggested in From: Robin Barker Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST) Message-Id: <200009291210.NAA17098@tempest.npl.co.uk> Branch: perl ! embed.pl proto.h ____________________________________________________________________________ [ 7107] By: nick on 2000/10/02 18:23:14 Log: A few tweaks to get Tk803 to work with Encode scheme. Branch: perl ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t ____________________________________________________________________________ [ 7106] By: nick on 2000/10/01 21:34:14 Log: Add checking cases to Encode's toUnicode and fromUnicode. Branch: perl ! ext/Encode/Encode.pm ____________________________________________________________________________ [ 7105] By: nick on 2000/10/01 17:18:01 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm To read and use them. Add a lib/encode.t which checks a few things. Branch: perl + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc + ext/Encode/Encode/iso2022-jp.enc + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc + ext/Encode/Encode/iso8859-1.enc + ext/Encode/Encode/iso8859-2.enc + ext/Encode/Encode/iso8859-3.enc + ext/Encode/Encode/iso8859-4.enc + ext/Encode/Encode/iso8859-5.enc + ext/Encode/Encode/iso8859-6.enc + ext/Encode/Encode/iso8859-7.enc + ext/Encode/Encode/iso8859-8.enc + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc + ext/Encode/Encode/macCentEuro.enc + ext/Encode/Encode/macCroatian.enc + ext/Encode/Encode/macCyrillic.enc + ext/Encode/Encode/macDingbats.enc + ext/Encode/Encode/macGreek.enc + ext/Encode/Encode/macIceland.enc + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc + ext/Encode/Encode/macTurkish.enc + ext/Encode/Encode/macUkraine.enc + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc + t/lib/encode.t ! MANIFEST ext/Encode/Encode.pm ____________________________________________________________________________ [ 7104] By: nick on 2000/09/30 13:04:30 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm From: Daniel Chetlin Date: Mon, 18 Sep 2000 05:05:40 -0700 Message-Id: <20000918050540.C652@ilmd> Branch: perl ! lib/overload.pm sv.c t/pragma/overload.t ____________________________________________________________________________ [ 7103] By: nick on 2000/09/30 12:53:36 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man From: Johan Vromans Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST) Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl> Branch: perl ! pod/Makefile.SH ____________________________________________________________________________ [ 7102] By: nick on 2000/09/30 12:52:31 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse From: Spider Boardman Date: Sat, 16 Sep 2000 16:36:45 -0400 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 7101] By: nick on 2000/09/30 12:51:41 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable From: Craig A. Berry Date: Sat, 16 Sep 2000 10:11:10 -0500 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 7100] By: nick on 2000/09/30 12:50:33 Log: Subject: Re: unicode support and perl [ID 20000901.097] From: Spider Boardman Date: Fri, 15 Sep 2000 16:37:58 -0400 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US> Branch: perl ! t/op/append.t ____________________________________________________________________________ [ 7099] By: nick on 2000/09/30 12:49:35 Log: Subject: Re: unicode support and perl [ID 20000901.097] From: Spider Boardman Date: Fri, 15 Sep 2000 16:25:30 -0400 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US> Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 7098] By: nick on 2000/09/30 12:48:00 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH] From: Gisle Aas Date: 15 Sep 2000 16:23:41 +0200 Message-Id: Branch: perl ! toke.c ____________________________________________________________________________ [ 7097] By: nick on 2000/09/30 12:45:16 Log: Subject: [PATCH] Nits in perlmod.pod From: Daniel Chetlin Date: Fri, 15 Sep 2000 02:04:09 -0700 Message-Id: <20000915020409.A2104@ilmd> Branch: perl ! pod/perlmod.pod ____________________________________________________________________________ [ 7096] By: nick on 2000/09/30 12:18:00 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing 0 to checking to get the warning. Branch: perl ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c ! regexec.c sv.c toke.c utf8.c ____________________________________________________________________________ [ 7095] By: nick on 2000/09/15 16:55:59 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED) From: Spider Boardman Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US> Date: Fri, 15 Sep 2000 06:37:30 -0400 Branch: perl ! ext/Encode/Encode.xs sv.c ____________________________________________________________________________ [ 7094] By: jhi on 2000/09/15 03:23:32 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7093] By: jhi on 2000/09/15 03:11:44 Log: Fix for the charnames.t failures from Spider Boardman. Branch: perl ! toke.c ____________________________________________________________________________ [ 7092] By: jhi on 2000/09/15 00:15:48 Log: Botched the #7090 check-in. Branch: perl ! sv.c ____________________________________________________________________________ [ 7091] By: jhi on 2000/09/14 23:33:24 Log: Part of #7081 didn't come through. Branch: perl ! embed.pl proto.h ____________________________________________________________________________ [ 7090] By: jhi on 2000/09/14 23:17:39 Log: Subject: Re: perl@7078 From: Spider Boardman Date: Thu, 14 Sep 2000 19:06:36 -0400 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com> Branch: perl ! sv.c toke.c ____________________________________________________________________________ [ 7089] By: jhi on 2000/09/14 23:11:21 Log: Small portability tweaks. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 7088] By: jhi on 2000/09/14 22:57:23 Log: Fake return to pacify picky compilers. Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 7087] By: jhi on 2000/09/14 22:53:37 Log: Subject: [PATCH] utf8.c apidoc From: Simon Cozens Date: Thu, 14 Sep 2000 23:46:57 +0100 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! perlapi.c pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 7086] By: jhi on 2000/09/14 22:40:38 Log: We don't need to count the high bit bytes, a boolean is enough. Branch: perl ! sv.c ____________________________________________________________________________ [ 7085] By: jhi on 2000/09/14 21:20:09 Log: Replace #7084 with Subject: Re: perl@7078 From: Spider Boardman Date: Thu, 14 Sep 2000 17:09:36 -0400 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com> Branch: perl ! sv.c utf8.c ____________________________________________________________________________ [ 7084] By: jhi on 2000/09/14 20:03:34 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is convertable to bytes by checking it doesn't go above 0xc3 Subject: Re: perl@7078 From: Simon Cozens Date: Thu, 14 Sep 2000 20:59:19 +0100 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! utf8.c ____________________________________________________________________________ [ 7083] By: jhi on 2000/09/14 19:38:47 Log: Subject: Re: perl@7078 From: Simon Cozens Date: Thu, 14 Sep 2000 20:13:09 +0100 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! t/op/bop.t ____________________________________________________________________________ [ 7082] By: jhi on 2000/09/14 17:50:44 Log: The one that got away. Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 7081] By: jhi on 2000/09/14 17:45:35 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support From: Robin Barker Message-Id: <200009141707.SAA13276@tempest.npl.co.uk> Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST) Branch: perl ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h ! regcomp.c toke.c universal.c ____________________________________________________________________________ [ 7080] By: jhi on 2000/09/14 17:40:35 Log: Problems picked up by AIX cc. Subject: Re: perl@7078 (patch included) From: "H.Merijn Brand" Date: Thu, 14 Sep 2000 18:53:30 +0200 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl> Branch: perl ! ext/Encode/Encode.xs ____________________________________________________________________________ [ 7079] By: jhi on 2000/09/14 17:38:27 Log: Subject: File::Find 5.7.0 POD nits From: Rich Morin Date: Wed, 13 Sep 2000 22:03:58 -0700 Message-Id: Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 7078] By: jhi on 2000/09/14 14:58:20 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7077] By: jhi on 2000/09/14 14:55:54 Log: Compilation warnings and an error. Branch: perl ! sv.c ____________________________________________________________________________ [ 7076] By: jhi on 2000/09/14 14:42:56 Log: Fix for a parsing bug, not for the original bug. Subject: Re: [ID 20000910.005] Another segfault with regexes. From: Spider Boardman Date: Wed, 13 Sep 2000 17:52:20 -0400 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 7075] By: jhi on 2000/09/14 14:40:40 Log: Batch of UTF-8 patches from Simon Cozens. Branch: perl ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c ! toke.c utf8.c ____________________________________________________________________________ [ 7074] By: jhi on 2000/09/14 14:29:58 Log: Subject: Re: Two advertising clauses need to be removed From: Russ Allbery Date: 13 Sep 2000 18:50:26 -0700 Message-ID: Branch: perl ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h ____________________________________________________________________________ [ 7073] By: jhi on 2000/09/14 14:28:20 Log: Subject: [PATCH] de-wall t/README From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 13 Sep 2000 17:46:55 -0700 Message-ID: Branch: perl ! t/README ____________________________________________________________________________ [ 7072] By: jhi on 2000/09/14 14:25:10 Log: Hints optimization. Subject: Minor nit From: "H.Merijn Brand" Date: Wed, 13 Sep 2000 21:42:07 +0200 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl> Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 7071] By: jhi on 2000/09/14 14:23:30 Log: Allow chop() and chomp() to be overridden. Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop? From: "Casey R. Tweten" Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT) Message-ID: Branch: perl ! toke.c ____________________________________________________________________________ [ 7070] By: jhi on 2000/09/14 14:20:36 Log: The return value of setlocale must be copied away. Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n From: Alan Burlison Date: Wed, 13 Sep 2000 16:27:37 +0100 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com> Branch: perl ! util.c ____________________________________________________________________________ [ 7069] By: jhi on 2000/09/14 14:16:27 Log: Remove vestiges of tr//CU. Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU From: Nick Clark Date: Tue, 12 Sep 2000 22:50:14 +0100 Message-Id: Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 12 Sep 2000 21:38:48 -0700 Message-ID: Branch: perl ! op.h pod/perlunicode.pod ____________________________________________________________________________ [ 7068] By: jhi on 2000/09/13 14:18:39 Log: Add the Encode extension. The code is still largely just skeleton. Branch: perl + ext/Encode/Encode.pm ext/Encode/Encode.xs + ext/Encode/Makefile.PL ext/Encode/Todo ! MANIFEST Todo-5.6 ____________________________________________________________________________ [ 7067] By: jhi on 2000/09/12 17:43:33 Log: Allow for whitespace between "#" and "line" in cpp output. Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9 From: Calle Dybedahl Date: 12 Sep 2000 19:38:02 +0200 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se> Branch: perl ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL ____________________________________________________________________________ [ 7066] By: gsar on 2000/09/12 17:24:29 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES initialization in all the threads on Windows Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 7065] By: jhi on 2000/09/12 15:11:31 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7064] By: jhi on 2000/09/12 14:54:54 Log: Retract #7062, the pod tests are not ready. Branch: perl ! t/TEST t/harness ____________________________________________________________________________ [ 7063] By: jhi on 2000/09/12 14:25:41 Log: The #7054 truncated Configure badly. Branch: metaconfig/U/perl ! End.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7062] By: jhi on 2000/09/12 14:08:32 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test From: sthoenna@efn.org Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT) Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org> Branch: perl ! t/TEST t/harness ____________________________________________________________________________ [ 7061] By: jhi on 2000/09/12 14:07:18 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod From: sthoenna@efn.org Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT) Message-Id: <200009120507.e8C57LA02461@garcia.efn.org> Branch: perl ! pod/perlxs.pod ____________________________________________________________________________ [ 7060] By: jhi on 2000/09/12 14:06:08 Log: Break up the myconfig lines a bit. Subject: perlbug/perl -V output format From: sthoenna@efn.org Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT) Message-Id: <200009120704.e8C74BX10562@garcia.efn.org> Branch: perl ! myconfig.SH ____________________________________________________________________________ [ 7059] By: jhi on 2000/09/12 14:05:04 Log: Test for the #7049. Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED) From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 12 Sep 2000 06:42:01 +0200 Message-ID: Branch: perl ! t/op/my.t ____________________________________________________________________________ [ 7058] By: jhi on 2000/09/12 14:03:05 Log: Subject: [patch: perl@7045] vms updates From: Peter Prymmer Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT) Message-ID: Branch: perl ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template ____________________________________________________________________________ [ 7057] By: jhi on 2000/09/12 14:00:51 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED) From: sthoenna@efn.org Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT) Message-Id: <200009112328.e8BNSD616812@garcia.efn.org> Branch: perl ! t/op/64bitint.t ____________________________________________________________________________ [ 7056] By: jhi on 2000/09/12 13:58:14 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause From: Jeff Pinyan Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT) Message-ID: Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 7055] By: jhi on 2000/09/12 13:56:32 Log: Do in VMS as the #7054 does. Branch: perl ! configure.com ____________________________________________________________________________ [ 7054] By: jhi on 2000/09/12 13:50:31 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build From: "Paul Marquess" Date: Mon, 11 Sep 2000 08:33:09 +0100 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com> Branch: metaconfig/U/perl ! End.U Branch: perl ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 7053] By: jhi on 2000/09/12 13:29:19 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Tue, 12 Sep 2000 08:35:59 EDT Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu> Branch: perl ! vms/test.com ____________________________________________________________________________ [ 7052] By: jhi on 2000/09/11 23:01:50 Log: Document the SvUTF8*(). Branch: perl ! pod/perlapi.pod sv.h ____________________________________________________________________________ [ 7051] By: gsar on 2000/09/11 14:46:30 Log: C<@a = @b = split(...)> optimization coredumps under ithreads (missed a spot when fixing up op_pmreplroot hack for ithreads) Branch: perl ! op.c t/op/split.t ____________________________________________________________________________ [ 7050] By: nick on 2000/09/11 10:03:51 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture Subject: borland C++ win32.c tweak From: Vadim Konovalov Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com> Date: Mon, 11 Sep 2000 11:22:33 +0400 Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 7049] By: nick on 2000/09/11 09:57:33 Log: Point fix for s/// on foreach (keys %xxx). Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 7048] By: jhi on 2000/09/10 23:37:09 Log: Silence t/pod/*.t about alternate quote-mappings now implemented by Pod::Text, from Brad Appleton. Branch: perl ! t/pod/testp2pt.pl ____________________________________________________________________________ [ 7047] By: jhi on 2000/09/10 14:32:53 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05), by Russ Allbery. Branch: perl ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL ____________________________________________________________________________ [ 7046] By: jhi on 2000/09/10 14:15:08 Log: Upgrade to CPAN 1.57_65, from Andreas König. Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 7045] By: jhi on 2000/09/08 21:36:32 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7044] By: jhi on 2000/09/08 21:29:56 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3 From: Peter Prymmer Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT) Message-ID: Branch: perl ! configure.com ____________________________________________________________________________ [ 7043] By: jhi on 2000/09/08 21:27:50 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly From: Peter Prymmer Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT) Message-ID: Branch: perl ! Makefile.SH installperl ____________________________________________________________________________ [ 7042] By: jhi on 2000/09/08 21:23:21 Log: Continue #7041. Branch: perl ! cygwin/Makefile.SHs os2/Makefile.SHs ____________________________________________________________________________ [ 7041] By: jhi on 2000/09/08 21:18:10 Log: Do away with memory models cruft. Sorry, PDP users. Branch: metaconfig ! U/modified/cc.U U/modified/libpth.U Branch: perl ! Configure Makefile.SH Porting/Glossary Porting/config.sh ! Porting/config_H cflags.SH config_h.SH configure.com ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH ____________________________________________________________________________ [ 7040] By: jhi on 2000/09/08 14:34:18 Log: Major rewrite of s2p. And I mean really major, it is an implementation of sed in perl. If called as s2p it will function as s2p. Note: needs non-UNIXifying. Subject: s2p From: Wolfgang Laun Date: Mon, 28 Aug 2000 14:05:12 +0200 Message-ID: <39AA5578.2102E2AA@alcatel.at> Branch: perl ! x2p/s2p.PL ____________________________________________________________________________ [ 7039] By: jhi on 2000/09/08 14:19:49 Log: Re-allow vec() for characters > 255. Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) From: Spider Boardman Date: Fri, 08 Sep 2000 02:21:02 -0400 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com> Branch: perl ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod ! t/op/vec.t ____________________________________________________________________________ [ 7038] By: jhi on 2000/09/08 14:14:18 Log: Subject: [PATCH lib/Benchmark.pm] From: Date: Thu, 7 Sep 2000 15:03:20 -0400 Message-ID: <20000907190320.888.qmail@foad.org> Branch: perl ! lib/Benchmark.pm ____________________________________________________________________________ [ 7037] By: jhi on 2000/09/08 14:11:06 Log: Optimizing hash keys into shared strings doesn't work with ithreads. Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi From: Spider Boardman Date: Fri, 08 Sep 2000 01:30:27 -0400 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com> Branch: perl ! op.c ____________________________________________________________________________ [ 7036] By: jhi on 2000/09/08 14:08:58 Log: Subject: [ID 20000908.002] perlipc documentation bug. From: Major Sébastien Date: Fri, 08 Sep 2000 12:38:32 +0200 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr> Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 7035] By: jhi on 2000/09/08 14:03:12 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f From: "H.Merijn Brand" Date: Fri, 08 Sep 2000 11:47:34 +0200 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl> Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 7034] By: jhi on 2000/09/08 13:59:35 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement From: Simon Cozens Date: Thu, 7 Sep 2000 20:40:38 +0100 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 7033] By: jhi on 2000/09/08 04:03:03 Log: Subject: [ID 20000904.008] Tiny fix for perldiag From: "Larry W. Virden" Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT) Message-Id: <200009042245.SAA22916@lwv26awu.cas.org> Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 7032] By: jhi on 2000/09/07 22:18:30 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question] From: Peter Scott Date: Mon, 04 Sep 2000 13:16:38 -0700 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 7031] By: jhi on 2000/09/07 22:02:29 Log: Fix the ccversion detection for 5.1 and beyond. Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f From: Spider Boardman Date: Thu, 7 Sep 2000 17:54:27 -0400 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com> Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 7030] By: jhi on 2000/09/07 19:12:28 Log: Fix for Subject: [ID 20000903.001] \w in utf8-strings From: Marc Lehmann Date: Sun, 03 Sep 2000 09:44:29 +0200 Message-Id: and various related nits. Branch: perl ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c ____________________________________________________________________________ [ 7029] By: jhi on 2000/09/07 18:49:09 Log: Fix the URL, but the server is still missing in action. Subject: [ID 20000905.002] perlfaq1.pod URL error From: "Larry W. Virden" Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT) Message-Id: <200009051224.IAA11226@lwv26awu.cas.org> Branch: perl ! pod/perlfaq1.pod ____________________________________________________________________________ [ 7028] By: jhi on 2000/09/07 18:47:13 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 From: Hugo Date: Tue, 05 Sep 2000 14:13:37 +0100 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk> Branch: perl ! toke.c ____________________________________________________________________________ [ 7027] By: jhi on 2000/09/07 18:45:35 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right? From: Daniel Chetlin Date: Tue, 5 Sep 2000 04:57:07 -0700 Message-ID: <20000905045707.A8620@ilmd.chetlin.org> Branch: perl ! pod/perlfaq6.pod pod/perlop.pod ____________________________________________________________________________ [ 7026] By: jhi on 2000/09/07 18:44:01 Log: Document the new ref() semantics. Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0 From: Gisle Aas Date: 05 Sep 2000 08:10:30 +0200 Message-ID: Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 7025] By: jhi on 2000/09/07 18:42:27 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref(). Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0 From: Gisle Aas Date: 05 Sep 2000 08:11:40 +0200 Message-ID: Branch: perl ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t ____________________________________________________________________________ [ 7024] By: jhi on 2000/09/07 18:39:32 Log: Subject: [PATCH] Modernize Opcode.pm documentation From: Gisle Aas Date: 4 Sep 2000 00:18:55 -0000 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no> Branch: perl ! ext/Opcode/Opcode.pm ____________________________________________________________________________ [ 7023] By: jhi on 2000/09/07 18:37:42 Log: Subject: [PATCH] Tied filehandle documentation From: Gisle Aas Date: 4 Sep 2000 00:14:40 -0000 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no> Branch: perl ! pod/perlfunc.pod pod/perltie.pod ____________________________________________________________________________ [ 7022] By: jhi on 2000/09/07 18:35:37 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open From: Gisle Aas Date: 4 Sep 2000 00:04:22 -0000 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no> Branch: perl ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t ____________________________________________________________________________ [ 7021] By: jhi on 2000/09/07 18:33:22 Log: Subject: small apidoc fix From: Marc Lehmann Date: Sun, 3 Sep 2000 05:12:06 +0200 Message-ID: <20000903051206.A5909@cerebro.laendle> Branch: perl ! pod/perlapi.pod utf8.c ____________________________________________________________________________ [ 7020] By: jhi on 2000/09/07 16:14:57 Log: Tiny perldelta nits. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 7019] By: jhi on 2000/09/07 16:04:20 Log: Guard against bad string->int conversion for quads. Branch: perl ! t/op/64bitint.t ____________________________________________________________________________ [ 7018] By: jhi on 2000/09/06 17:07:03 Log: Update Unicode todo list. Branch: perl ! Todo-5.6 ____________________________________________________________________________ [ 7017] By: jhi on 2000/09/05 21:16:01 Log: Document the SvIOK_.*UV(). Branch: perl ! pod/perlapi.pod sv.h ____________________________________________________________________________ [ 7016] By: nick on 2000/09/03 21:54:46 Log: Hash lookup of constant strings optimization: Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing to string table (as per sharepvn). Add newSV_pvn_share to create such a thing. Make hv.c compare addresses of strings and skip string compare if equal. Make method_named and helem ops use these shared-string SVs when arg is constant. Make keys op return shared-string SVs (less clearly a win). Branch: perl ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod ! pod/perlintern.pod pp_hot.c proto.h sv.c ____________________________________________________________________________ [ 7015] By: jhi on 2000/09/02 17:48:59 Log: This is 5.7.0. Branch: perl ! Changes ____________________________________________________________________________ [ 7014] By: jhi on 2000/09/02 17:35:45 Log: Changes and patchlevel tweaks. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7013] By: jhi on 2000/09/02 17:30:50 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7012] By: nick on 2000/09/02 17:25:20 Log: More %{} and other deref special casing - do not pass to 'nomethod'. Branch: perl ! gv.c lib/overload.pm ____________________________________________________________________________ [ 7011] By: jhi on 2000/09/02 17:16:25 Log: Update perlhist. Branch: perl ! pod/perlhist.pod ____________________________________________________________________________ [ 7010] By: jhi on 2000/09/02 17:01:35 Log: perldelta nits. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 7009] By: nick on 2000/09/02 16:48:35 Log: If overloaded %{} etc. return the object do not loop. Thus sub deref { $_[0] } functions if object is wanted type. Branch: perl ! pp.h ____________________________________________________________________________ [ 7008] By: jhi on 2000/09/02 16:26:11 Log: Retab MANIFEST. Branch: perl ! ext/Storable/MANIFEST ____________________________________________________________________________ [ 7007] By: jhi on 2000/09/02 16:23:02 Log: Make certain cc is set before trying to run it. Branch: perl ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh ____________________________________________________________________________ [ 7006] By: jhi on 2000/09/02 15:45:41 Log: Unicode notes. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 7005] By: jhi on 2000/09/02 15:42:11 Log: Various Configure nits by Philip Newton, plus the ebcdic one by me. Branch: metaconfig + U/modified/pager.U ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U Branch: metaconfig/U/perl ! Devel.U quadfio.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 7004] By: jhi on 2000/09/02 15:06:14 Log: Apparently avoiding the swapping is too costly. From: "Ben Tilly" Subject: Re: the door is closed. Date: Fri, 01 Sep 2000 20:23:16 EDT Message-ID: Branch: perl ! pod/perlfaq4.pod ____________________________________________________________________________ [ 7003] By: nick on 2000/09/02 12:26:04 Log: Undo part of change 6489 which looks like a bulk edit which changed _all_ gv_efullname3() calls to gv_efullname4() calls. The supressing of main:: on return from select() is undesirable. Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 7002] By: jhi on 2000/09/01 23:08:54 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 7001] By: jhi on 2000/09/01 23:00:13 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod From: Peter Prymmer Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT) Message-ID: plus rework the http: spots as suggested by Tom Christiansen, plus regen perltoc. Branch: perl ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod ____________________________________________________________________________ [ 7000] By: jhi on 2000/09/01 22:36:01 Log: Only the first line, thank you very much. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 6999] By: gsar on 2000/09/01 22:16:40 Log: change#6791 accidentally clobbered change#6710, put it back Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 6998] By: jhi on 2000/09/01 22:14:16 Log: Mention the HP-UX LP64 freak failure. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6997] By: jhi on 2000/09/01 21:48:32 Log: Detypo. Branch: perl ! hints/hpux.sh ____________________________________________________________________________ [ 6996] By: jhi on 2000/09/01 21:27:10 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6995] By: jhi on 2000/09/01 21:14:24 Log: Mi splgn s gnin.g Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 6994] By: jhi on 2000/09/01 21:09:54 Log: Subject: http:// in L<> From: Nicholas Clark Date: Fri, 1 Sep 2000 22:03:21 +0100 Message-ID: <20000901220321.B72074@plum.flirble.org> Branch: perl ! README.os2 pod/perl56delta.pod pod/perlxs.pod ____________________________________________________________________________ [ 6993] By: jhi on 2000/09/01 21:06:54 Log: Update to Storable 1.0, from Raphael Manfredi. Branch: perl ! ext/Storable/ChangeLog ext/Storable/MANIFEST ! ext/Storable/Makefile.PL ext/Storable/README ! ext/Storable/Storable.pm ext/Storable/Storable.xs ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t ! t/lib/st-tiedhook.t t/lib/st-tieditems.t ____________________________________________________________________________ [ 6992] By: jhi on 2000/09/01 20:43:05 Log: Mention known sfio+linux buglet. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6991] By: jhi on 2000/09/01 20:40:11 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status From: Peter Prymmer Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT) Message-ID: Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 6990] By: jhi on 2000/09/01 20:25:26 Log: Retract #6986. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 6989] By: jhi on 2000/09/01 20:23:00 Log: Mergesort is back. Branch: perl ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c ____________________________________________________________________________ [ 6988] By: jhi on 2000/09/01 19:37:40 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?) From: Mike Guy Date: Fri, 01 Sep 2000 17:43:33 +0100 Message-Id: Branch: perl ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c ____________________________________________________________________________ [ 6987] By: jhi on 2000/09/01 19:17:10 Log: Regen perltoc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 6986] By: jhi on 2000/09/01 18:51:10 Log: Subject: Re: Solaris x86 has no SPARC libraries! From: Lupe Christoph Date: Fri, 1 Sep 2000 20:41:20 +0200 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de> Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 6985] By: jhi on 2000/09/01 18:28:10 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6984] By: jhi on 2000/09/01 18:26:53 Log: Feature ordering tweak. Branch: perl ! myconfig.SH ____________________________________________________________________________ [ 6983] By: jhi on 2000/09/01 18:19:50 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant From: Date: Fri, 1 Sep 2000 13:07:32 -0400 Message-ID: <20000901170732.18249.qmail@foad.org> Branch: perl ! t/pragma/overload.t ____________________________________________________________________________ [ 6982] By: jhi on 2000/09/01 18:17:54 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64, so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. Branch: metaconfig/U/perl ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH configure.com epoc/config.sh hints/aix.sh ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh ! vos/config.def vos/config.h vos/config_h.SH_orig ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 6981] By: nick on 2000/09/01 17:21:57 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references' warning when UNTIE exists and instead pass the cound of extra references to the UNTIE method. Branch: perl ! pod/perltie.pod pp_sys.c ____________________________________________________________________________ [ 6980] By: jhi on 2000/09/01 16:54:44 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com From: Peter Prymmer Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT) Message-ID: Branch: perl ! configure.com ____________________________________________________________________________ [ 6979] By: jhi on 2000/09/01 16:06:20 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world From: Mike Guy Date: Fri, 01 Sep 2000 16:49:27 +0100 Message-Id: Branch: perl ! t/base/rs.t ____________________________________________________________________________ [ 6978] By: jhi on 2000/09/01 16:00:42 Log: Update to PodParser 1.18, from Brad Appleton. Branch: perl ! lib/Pod/Checker.pm t/pod/find.t ____________________________________________________________________________ [ 6977] By: jhi on 2000/09/01 14:48:58 Log: Subject: Nit in Configure (bleadperl@6961) From: Lupe Christoph Date: Fri, 1 Sep 2000 16:34:29 +0200 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de> Branch: metaconfig ! U/compline/ccflags.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6976] By: jhi on 2000/09/01 14:39:52 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6975] By: jhi on 2000/09/01 14:37:36 Log: microperl config update. Branch: perl ! uconfig.h uconfig.sh ____________________________________________________________________________ [ 6974] By: jhi on 2000/09/01 14:36:53 Log: Document known deficiencies. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6973] By: jhi on 2000/09/01 14:10:20 Log: Mention warnings fixes and updates. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6972] By: jhi on 2000/09/01 14:01:52 Log: Drop unused argument. Subject: Re: [ID 20000831.034] overload::constant and number of arguments. From: Spider Boardman Date: Thu, 31 Aug 2000 16:10:15 -0400 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com> Branch: perl ! toke.c ____________________________________________________________________________ [ 6971] By: jhi on 2000/09/01 13:59:24 Log: Add the overload warnings to perldiag. Branch: perl ! lib/overload.pm pod/perldiag.pod ____________________________________________________________________________ [ 6970] By: jhi on 2000/09/01 13:55:10 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant From: "Paul Marquess" Date: Fri, 1 Sep 2000 13:43:15 +0100 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com> Branch: perl ! lib/overload.pm t/pragma/overload.t ____________________________________________________________________________ [ 6969] By: jhi on 2000/09/01 13:52:27 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant From: Date: Fri, 1 Sep 2000 05:46:54 -0400 Message-ID: <20000901094654.6476.qmail@foad.org> Branch: perl ! lib/overload.pm ____________________________________________________________________________ [ 6968] By: jhi on 2000/09/01 13:50:05 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod From: Daniel Chetlin Date: Fri, 1 Sep 2000 02:10:55 -0700 Message-ID: <20000901021055.C3400@ilmd.chetlin.org> Branch: perl ! pod/perlretut.pod ____________________________________________________________________________ [ 6967] By: jhi on 2000/09/01 13:47:54 Log: Part of the solution. Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory From: Mike Guy Date: Fri, 01 Sep 2000 14:16:01 +0100 Message-Id: Branch: perl ! gv.c mg.c ____________________________________________________________________________ [ 6966] By: jhi on 2000/09/01 13:46:17 Log: Subject: CPAN.pm beta 1.57_57 for the core From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 01 Sep 2000 15:16:31 +0200 Message-ID: Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 6965] By: jhi on 2000/09/01 13:43:18 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status From: "Craig A. Berry" Date: Fri, 01 Sep 2000 01:47:22 -0500 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01> Branch: perl ! pod/perldelta.pod vms/vms.c ____________________________________________________________________________ [ 6964] By: jhi on 2000/09/01 13:35:35 Log: File::Temp patches from Andreas König, Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED) From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 01 Sep 2000 10:07:20 +0200 Message-ID: Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED) From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 31 Aug 2000 23:26:08 +0200 Message-ID: Branch: perl ! lib/File/Temp.pm t/lib/ftmp-security.t ____________________________________________________________________________ [ 6963] By: jhi on 2000/09/01 02:22:24 Log: Retract the mergesort code, way too incompatible licensing and copyrights. Branch: perl ! pod/perldelta.pod pp_ctl.c ____________________________________________________________________________ [ 6962] By: jhi on 2000/08/31 23:27:32 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6961] By: jhi on 2000/08/31 23:20:04 Log: Small tweaks all over. Branch: metaconfig ! U/compline/d_gconvert.U Branch: perl ! AUTHORS Configure config_h.SH pp_ctl.c ____________________________________________________________________________ [ 6960] By: jhi on 2000/08/31 22:39:36 Log: Further rewording. Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 6959] By: jhi on 2000/08/31 21:26:44 Log: More address tweaking. Branch: perl ! AUTHORS Changes ____________________________________________________________________________ [ 6958] By: jhi on 2000/08/31 20:47:25 Log: AUTHORS tweaks, from Peter Prymmer. Subject: [PATCH: 6948] mvs doesn't exist (not any more) From: Peter Prymmer Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) Message-ID: Branch: perl ! AUTHORS MAINTAIN ____________________________________________________________________________ [ 6957] By: jhi on 2000/08/31 20:34:43 Log: perldelta tweaks. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6956] By: jhi on 2000/08/31 19:11:06 Log: Regen perltoc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 6955] By: jhi on 2000/08/31 19:06:30 Log: Clarify the mergesort situation. Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 6954] By: jhi on 2000/08/31 18:24:17 Log: Move the Solaris 7 scan to use64bitall, make the failure to find 64-bot sparc libc to mention the possibility of being in an intel, from Lupe and Alan. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 6953] By: jhi on 2000/08/31 18:09:20 Log: Forget about NV_MAX (#6951). Various floating point tweaks, ideas from Eric Fifer, Yitzchak, Alan, and Spider. Branch: metaconfig ! U/compline/d_gconvert.U U/threads/archname.U Branch: metaconfig/U/perl ! perlxv.U Branch: perl ! Configure config_h.SH sv.c ____________________________________________________________________________ [ 6952] By: jhi on 2000/08/31 17:42:24 Log: :: not allowed in pathnames, change to . Subject: [PATCH perl@6938] cygwin port From: "Fifer, Eric" Date: Thu, 31 Aug 2000 16:32:59 +0100 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com> Branch: metaconfig/U/perl ! perlxv.U ____________________________________________________________________________ [ 6951] By: jhi on 2000/08/31 17:02:05 Log: Try to deduce NV_MAX. Really should be Configure fodder. Branch: perl ! perl.h ____________________________________________________________________________ [ 6950] By: jhi on 2000/08/31 16:26:08 Log: More author updates. Subject: Re: [PATCH] Mark-Jason Dominus Does Exist From: Simon Cozens Date: Thu, 31 Aug 2000 17:13:32 +0100 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org> Branch: perl ! AUTHORS ____________________________________________________________________________ [ 6949] By: jhi on 2000/08/31 16:04:49 Log: POSIX doesn't report long double values under -Duselongdouble when the long doubles are "real" (bigger than doubles). Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1 From: Spider Boardman Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT) Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com> Branch: perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 6948] By: jhi on 2000/08/31 15:25:10 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6947] By: jhi on 2000/08/31 15:22:29 Log: Document UNTIE in a very minimalistic way. Branch: perl ! pod/perlfunc.pod pod/perltie.pod ____________________________________________________________________________ [ 6946] By: jhi on 2000/08/31 15:15:23 Log: Document known failures. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6945] By: jhi on 2000/08/31 15:07:00 Log: Don't attach -ld to the archname if pointless. Branch: metaconfig ! U/threads/archname.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6944] By: jhi on 2000/08/31 14:37:42 Log: Wrap the test in eval. Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED) From: Tim Jenness Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST) Message-ID: Branch: perl ! t/lib/ftmp-security.t ____________________________________________________________________________ [ 6943] By: jhi on 2000/08/31 14:30:57 Log: Make -Dusemorebits find long doubles in Solaris. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 6942] By: jhi on 2000/08/31 13:48:45 Log: Clarify the third case of ftmp-security warnings. Branch: perl ! INSTALL ____________________________________________________________________________ [ 6941] By: jhi on 2000/08/31 13:40:31 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13 From: Date: Thu, 31 Aug 2000 01:35:05 -0400 Message-ID: <20000831053505.32120.qmail@foad.org> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6940] By: jhi on 2000/08/31 13:38:48 Log: Issue useful diagnostic on unknown pod commands. Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048] From: Date: Thu, 31 Aug 2000 03:41:18 -0400 Message-ID: <20000831074118.24880.qmail@foad.org> Branch: perl ! lib/Pod/Man.pm ____________________________________________________________________________ [ 6939] By: jhi on 2000/08/31 13:34:33 Log: Reveal Borland's isnan. Subject: build with BC++ tweak From: "Konovalov, Vadim" Date: Thu, 31 Aug 2000 13:09:37 +0400 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com> Branch: perl ! win32/win32.h ____________________________________________________________________________ [ 6938] By: jhi on 2000/08/31 05:01:20 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6937] By: jhi on 2000/08/31 04:26:23 Log: sscanf() may be the only way to read long doubles from strings. Branch: metaconfig/U/perl ! longdblfio.U Branch: perl ! Configure config_h.SH perl.h util.c ____________________________________________________________________________ [ 6936] By: jhi on 2000/08/31 04:18:19 Log: The #6929 was too skimpy. Branch: perl ! sv.c ____________________________________________________________________________ [ 6935] By: jhi on 2000/08/31 02:47:07 Log: Subject: Re: typos in pods From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 30 Aug 2000 19:25:34 -0700 Message-ID: Branch: perl ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL ____________________________________________________________________________ [ 6934] By: jhi on 2000/08/31 02:42:55 Log: Missed one Unicode file. Branch: perl + lib/unicode/UCDFF301.html ____________________________________________________________________________ [ 6933] By: jhi on 2000/08/30 23:42:27 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6932] By: jhi on 2000/08/30 23:40:07 Log: Mention UNTIE in perldelta. Still needs documenting in perltie et alia. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6931] By: jhi on 2000/08/30 23:36:02 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds. From: Date: Wed, 30 Aug 2000 19:28:07 -0400 Message-ID: <20000830232807.305.qmail@foad.org> Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6930] By: jhi on 2000/08/30 23:32:40 Log: Update to Unicode 3.0.1. Branch: perl + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt + lib/unicode/PropList.txt lib/unicode/README.perl + lib/unicode/UCD301.html lib/unicode/Unicode.301 - lib/unicode/Props.txt lib/unicode/UCD300.html - lib/unicode/Unicode.300 lib/unicode/Unicode3.html ! (edit 257 files) ____________________________________________________________________________ [ 6929] By: jhi on 2000/08/30 22:38:18 Log: Heap decorruption. Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble From: Alan Burlison Date: Wed, 30 Aug 2000 22:39:52 +0100 Message-ID: <39AD7F28.A06533CF@uk.sun.com> Branch: perl ! sv.c ____________________________________________________________________________ [ 6928] By: jhi on 2000/08/30 22:29:34 Log: Retract the dummy test, skip the security tests (instead of failing), explain what the warnings mean. Branch: perl ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t ____________________________________________________________________________ [ 6927] By: jhi on 2000/08/30 22:14:13 Log: Change the internal implementation of sort() to be mergesort instead of quicksort, from John Linderman . Gives us better worst case, better average case, and stability. What's there not to like? (Small fixes for threaded builds were required). Branch: perl ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t ____________________________________________________________________________ [ 6926] By: jhi on 2000/08/30 20:55:20 Log: A better fix for the Socket building problem from Craig Berry. Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 6925] By: jhi on 2000/08/30 20:20:25 Log: Subject: [PATCH] Re: UNTIE method From: Nick Ing-Simmons Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST) Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com> Branch: perl ! pp_sys.c t/op/tie.t ____________________________________________________________________________ [ 6924] By: jhi on 2000/08/30 20:17:11 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001 From: "Craig A. Berry" Date: Wed, 30 Aug 2000 15:03:14 -0500 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 6923] By: jhi on 2000/08/30 20:15:18 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite() From: "Craig A. Berry" Date: Wed, 30 Aug 2000 13:30:36 -0500 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 6922] By: jhi on 2000/08/30 19:54:43 Log: Better options for rsync. Branch: perl ! pod/perlhack.pod ____________________________________________________________________________ [ 6921] By: jhi on 2000/08/30 19:40:16 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented From: Rick Delaney Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT) Message-Id: Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6920] By: jhi on 2000/08/30 19:36:40 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com From: Peter Prymmer Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT) Message-ID: Branch: perl ! configure.com ____________________________________________________________________________ [ 6919] By: jhi on 2000/08/30 14:52:02 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6918] By: jhi on 2000/08/30 14:48:34 Log: NVs not necessarily doubles, as pointed out by Yitzchak. Branch: perl ! lib/ExtUtils/typemap ____________________________________________________________________________ [ 6917] By: jhi on 2000/08/30 14:46:34 Log: Subject: typos in pods From: Nicholas Clark Date: Wed, 30 Aug 2000 01:12:50 +0100 Message-ID: <20000830011249.A61388@plum.flirble.org> Branch: perl ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod ____________________________________________________________________________ [ 6916] By: jhi on 2000/08/30 14:19:09 Log: Document Storable problems on Crays. (Will have to document all the other Storable problems, too.) Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6915] By: jhi on 2000/08/30 14:06:02 Log: Subject: [PATCH] fix misc cast warnings From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 29 Aug 2000 23:16:14 -0700 Message-ID: Branch: perl ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c ! os2/os2ish.h ____________________________________________________________________________ [ 6914] By: jhi on 2000/08/30 14:03:45 Log: Timestamp mismatch again. Need to fix this dependence on config_h.SH timestamp, since it's the contents of config_h.SH that matter. Branch: perl ! uconfig.h uconfig.sh ____________________________________________________________________________ [ 6913] By: jhi on 2000/08/30 13:54:06 Log: Don't say "Perl 5.0 source kit". Branch: perl ! perl.c ____________________________________________________________________________ [ 6912] By: jhi on 2000/08/30 13:51:24 Log: Reset archname and archname64 always, forcing them be recomputed at each Configure run, make Configure and the hints files agree on the naming of largefiles variables. Branch: metaconfig ! U/threads/archname.U Branch: metaconfig/U/perl ! use64bits.U Branch: perl ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh ! hints/linux.sh hints/solaris_2.sh ____________________________________________________________________________ [ 6911] By: jhi on 2000/08/30 13:30:13 Log: Put back the slice accidentally removed by #6907. Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 6910] By: jhi on 2000/08/30 01:24:26 Log: Be consistent: other Net::get* do export theirs. Subject: Re: Net::protoent does not export 'getproto' From: Yasushi Nakajima Date: Wed, 30 Aug 2000 09:53:14 +0900 Message-Id: <200008300051.DAA24700@taku.hut.fi> Branch: perl ! lib/Net/protoent.pm ____________________________________________________________________________ [ 6909] By: jhi on 2000/08/30 01:17:25 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps From: Gurusamy Sarathy Date: Tue, 29 Aug 2000 17:17:07 -0700 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com> Branch: perl ! cop.h ____________________________________________________________________________ [ 6908] By: jhi on 2000/08/30 00:58:05 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6907] By: jhi on 2000/08/30 00:57:22 Log: Introduce ccname to keep track of what compiler kind of we have. Branch: metaconfig/U/perl ! Checkcc.U gccvers.U Branch: perl ! Configure config_h.SH hints/solaris_2.sh ____________________________________________________________________________ [ 6906] By: jhi on 2000/08/30 00:25:47 Log: Put back the flags dump as reasoned in Subject: Re: [PATCH] Glob dumping From: Mike Guy Date: Tue, 29 Aug 2000 21:41:32 +0100 Message-Id: Branch: perl ! dump.c t/lib/peek.t ____________________________________________________________________________ [ 6905] By: jhi on 2000/08/30 00:16:17 Log: Make the epsilon to be relative, not absolute. Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED) From: Spider Boardman Date: Tue, 29 Aug 2000 19:58:56 -0400 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com> Branch: perl ! t/lib/trig.t ____________________________________________________________________________ [ 6904] By: jhi on 2000/08/30 00:13:09 Log: From now on, Gisle is on my list of usual suspects :-) Retract #6902. Branch: perl ! ext/Opcode/Safe.pm ____________________________________________________________________________ [ 6903] By: jhi on 2000/08/29 23:51:20 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements From: "Craig A. Berry" Date: Tue, 29 Aug 2000 18:43:26 -0500 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01> Branch: perl + vms/vmspipe.com ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com ! vms/vms.c ____________________________________________________________________________ [ 6902] By: jhi on 2000/08/29 23:44:14 Log: Retry what #6882 attempted. Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment From: Gisle Aas Date: 30 Aug 2000 00:33:09 +0200 Message-ID: Branch: perl ! ext/Opcode/Safe.pm ____________________________________________________________________________ [ 6901] By: jhi on 2000/08/29 22:59:32 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs From: Hugo Date: Mon, 12 Jun 2000 19:36:08 +0100 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk> Branch: perl ! sv.c ____________________________________________________________________________ [ 6900] By: jhi on 2000/08/29 22:58:35 Log: Admit that we are leaking scalars. Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED) From: Spider Boardman Date: Tue, 29 Aug 2000 18:48:29 -0400 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com> Branch: perl ! t/pragma/warnings.t ____________________________________________________________________________ [ 6899] By: jhi on 2000/08/29 20:53:13 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6898] By: jhi on 2000/08/29 20:46:21 Log: Undo namespace pollution of #6878. Subject: Re: Net::protoent does not export 'getproto' From: Mike Guy Date: Tue, 29 Aug 2000 21:32:37 +0100 Message-Id: Branch: perl ! lib/Net/protoent.pm ____________________________________________________________________________ [ 6897] By: jhi on 2000/08/29 20:44:29 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod From: Peter Prymmer Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT) Message-ID: Branch: perl ! pod/perlebcdic.pod ____________________________________________________________________________ [ 6896] By: jhi on 2000/08/29 20:40:57 Log: There's no point repeating the 'revision' (5) of perl5. Branch: metaconfig/U/perl ! Devel.U patchlevel.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6895] By: jhi on 2000/08/29 20:16:58 Log: Regen Configure for #6894. Branch: metaconfig/U/perl ! perladmin.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6894] By: jhi on 2000/08/29 19:59:52 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org From: "Philip Newton" Date: Tue, 29 Aug 2000 21:39:14 +0200 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de> Branch: perl ! Configure INSTALL README hints/README.hints hints/bsdos.sh ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod ! utils/perlbug.PL ____________________________________________________________________________ [ 6893] By: jhi on 2000/08/29 19:55:30 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml From: "Philip Newton" Date: Tue, 29 Aug 2000 21:39:14 +0200 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de> Branch: perl ! installhtml ____________________________________________________________________________ [ 6892] By: jhi on 2000/08/29 19:53:59 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp From: "Philip Newton" Date: Tue, 29 Aug 2000 21:48:18 +0200 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de> Branch: perl ! lib/File/Temp.pm ____________________________________________________________________________ [ 6891] By: jhi on 2000/08/29 18:30:03 Log: Nail the ID 20000828.023. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6890] By: jhi on 2000/08/29 16:50:17 Log: Under usethreads the dumped variable is IN_PAD. Subject: Re: [PATCH] Glob dumping From: Gisle Aas Date: 29 Aug 2000 18:45:05 +0200 Message-ID: Branch: perl ! t/lib/peek.t ____________________________________________________________________________ [ 6889] By: jhi on 2000/08/29 15:17:37 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6888] By: jhi on 2000/08/29 14:49:59 Log: Retract #6882, broke the safe tests. Branch: perl ! ext/Opcode/Safe.pm ____________________________________________________________________________ [ 6887] By: jhi on 2000/08/29 14:47:06 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd From: Gisle Aas Date: 09 Jun 2000 20:00:11 +0200 Message-ID: Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 6886] By: jhi on 2000/08/29 14:42:45 Log: The #6881 removed one dump line. Branch: perl ! t/lib/peek.t ____________________________________________________________________________ [ 6885] By: jhi on 2000/08/29 14:30:47 Log: Don't forget to tidy up. Branch: perl ! t/lib/ftmp-security.t ____________________________________________________________________________ [ 6884] By: jhi on 2000/08/29 14:25:17 Log: Disabling the one test is a bit tricky. Branch: perl ! t/lib/ftmp-security.t ____________________________________________________________________________ [ 6883] By: jhi on 2000/08/29 14:16:25 Log: Disable one of the tests for now. Branch: perl ! t/lib/ftmp-security.t ____________________________________________________________________________ [ 6882] By: jhi on 2000/08/29 14:05:50 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment From: gisle@aas.no Date: 29 Aug 2000 10:35:06 -0000 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no> Branch: perl ! ext/Opcode/Safe.pm ____________________________________________________________________________ [ 6881] By: jhi on 2000/08/29 14:03:51 Log: Subject: [PATCH] Glob dumping From: Gisle Aas Date: 29 Aug 2000 07:59:42 -0000 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no> Branch: perl ! dump.c ____________________________________________________________________________ [ 6880] By: jhi on 2000/08/29 14:02:01 Log: Subject: [PATCH] Warnings in B::Deparse From: Date: Tue, 29 Aug 2000 00:00:01 -0400 Message-ID: <20000829040001.2999.qmail@foad.org> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 6879] By: jhi on 2000/08/29 13:57:26 Log: Missed a change in #6869. Branch: perl ! mg.c ____________________________________________________________________________ [ 6878] By: jhi on 2000/08/29 13:45:04 Log: Subject: Net::protoent does not export 'getproto' From: Yasushi Nakajima Date: Tue, 29 Aug 2000 17:28:57 +0900 Branch: perl ! lib/Net/protoent.pm ____________________________________________________________________________ [ 6877] By: jhi on 2000/08/29 13:39:19 Log: Patches all over for people and the files they (hopefully) care about. Branch: perl ! AUTHORS Changes MAINTAIN ____________________________________________________________________________ [ 6876] By: jhi on 2000/08/29 12:53:54 Log: Fix for thinko in #6848. Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866) From: Lupe Christoph Date: Tue, 29 Aug 2000 09:04:08 +0200 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de> Branch: perl ! ext/Thread/Thread.xs ____________________________________________________________________________ [ 6875] By: jhi on 2000/08/29 12:50:14 Log: Update to Getopt::Long 2.24, from Johan Vromans. Branch: perl ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t ____________________________________________________________________________ [ 6874] By: jhi on 2000/08/29 02:09:53 Log: Use minimal @INC in tests, most of the time just '../lib', so that we simply can't pick up stuff from other Perls than the one we are testing. Pointed out by From: Mike Guy Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built Date: Fri, 25 Aug 2000 15:15:59 +0100 Message-Id: Branch: perl ! (edit 185 files) ____________________________________________________________________________ [ 6873] By: jhi on 2000/08/29 01:07:11 Log: Subject: [PATCH] Re: files not cleaned even by veryclean From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 28 Aug 2000 17:45:52 -0700 Message-ID: Branch: perl ! Makefile.SH hints/os2.sh ____________________________________________________________________________ [ 6872] By: jhi on 2000/08/28 23:33:39 Log: Subject: [PATCH bleedperl@6866] spellings From: marcel@codewerk.com (Marcel Grunauer) Date: Tue, 29 Aug 2000 01:19:59 +0200 Message-Id: <200008282319.BAA29862@gandalf.local> Branch: perl ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod ____________________________________________________________________________ [ 6871] By: jhi on 2000/08/28 23:22:09 Log: Take out the SUIDMAIL thing, that will not be a problem in 5.7.*. Branch: perl ! patchlevel.h ____________________________________________________________________________ [ 6870] By: jhi on 2000/08/28 23:19:30 Log: -S is the silent flag, -s is the strip flag. Subject: [PATCH] Re: [PATCH] make no-install From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 28 Aug 2000 15:12:55 -0700 Message-ID: Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6869] By: jhi on 2000/08/28 23:12:05 Log: Subject: [PATCH bleedperl@6856] warnings fixes From: "Paul Marquess" Date: Mon, 28 Aug 2000 23:55:06 +0100 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com> Branch: perl ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal ! warnings.h warnings.pl ____________________________________________________________________________ [ 6868] By: jhi on 2000/08/28 21:38:22 Log: Potential cruft. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6867] By: jhi on 2000/08/28 21:35:36 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6866] By: jhi on 2000/08/28 21:33:49 Log: Subject: hv.h Doc Patch From: Fisher Mark Date: Mon, 28 Aug 2000 16:24:59 -0500 Message-ID: Branch: perl ! hv.h ____________________________________________________________________________ [ 6865] By: jhi on 2000/08/28 21:02:15 Log: Add -ld to archname on long tr...double platforms. Branch: metaconfig ! U/threads/archname.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6864] By: jhi on 2000/08/28 20:38:59 Log: An attempt to fix the problem reported in Subject: Building perl@6856 using gcc/AIX 4.3.3 From: Daniel Muino Date: Mon, 28 Aug 2000 15:50:01 -0300 Message-ID: <20000828155001.A14403@con2-dgi> I can't test this properly since the gcc installation I have access to seems to be botched (gcc is calling the AIX cpp, a losing proposition...) Branch: perl ! hints/aix.sh ____________________________________________________________________________ [ 6863] By: jhi on 2000/08/28 18:57:52 Log: Fix for ID 20000828.001, long doubles were not formatted correctly (showed up in $], which stopped installing perl). Branch: perl ! sv.c ____________________________________________________________________________ [ 6862] By: jhi on 2000/08/28 18:07:15 Log: Typo in #6858. Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 6861] By: jhi on 2000/08/28 17:57:27 Log: opmini.o may be left around if a build is interrupted. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6860] By: jhi on 2000/08/28 16:52:50 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod From: Daniel Chetlin Date: Mon, 28 Aug 2000 01:14:18 -0700 Message-ID: <20000828011418.J769@ilmd.chetlin.org> Branch: perl ! lib/overload.pm ____________________________________________________________________________ [ 6859] By: jhi on 2000/08/28 16:08:46 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED) From: Nicholas Clark Date: Mon, 28 Aug 2000 16:03:27 +0100 Message-Id: <20000828160327.C49785@plum.flirble.org> Branch: perl ! ext/ByteLoader/bytecode.h ____________________________________________________________________________ [ 6858] By: jhi on 2000/08/28 16:02:10 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm From: Wolfgang Laun Date: Mon, 28 Aug 2000 13:08:30 +0200 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at> Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 6857] By: jhi on 2000/08/28 15:42:47 Log: display_format used as a class method without arguments was broken, reported in Subject: Math::Complex->display_format() sets style to 'Math::Complex' From: Yasushi Nakajima Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST) Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp> Branch: perl ! lib/Math/Complex.pm t/lib/complex.t ____________________________________________________________________________ [ 6856] By: jhi on 2000/08/27 22:09:48 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6855] By: jhi on 2000/08/27 21:59:21 Log: Retract #6853 (false alarm). Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 6854] By: jhi on 2000/08/27 21:37:44 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6853] By: jhi on 2000/08/27 21:37:16 Log: Subject: [PATCH perl@6850] workaround for xsubpp From: Hugo Date: Sun, 27 Aug 2000 22:30:25 +0100 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk> Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 6852] By: jhi on 2000/08/27 21:33:58 Log: Big-endian 64-bit patch from Raphael Manfredi. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6851] By: jhi on 2000/08/27 21:22:21 Log: More ruthless editing from Hugo van der Sanden. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6850] By: jhi on 2000/08/27 16:11:46 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6849] By: jhi on 2000/08/27 16:11:05 Log: Provice virtual $Config{ccflags_nolargefiles} etc. Branch: perl ! configpm pod/perldelta.pod ____________________________________________________________________________ [ 6848] By: jhi on 2000/08/27 15:35:08 Log: Use the actual thread type, not the pointer-to-struct. Branch: perl ! ext/Thread/Thread.xs ____________________________________________________________________________ [ 6847] By: jhi on 2000/08/27 15:30:49 Log: Test nit. Branch: perl ! t/pragma/warn/pp_sys ____________________________________________________________________________ [ 6846] By: jhi on 2000/08/27 15:19:02 Log: Passing -R in ldflags makes now it to appear in the default for lddlflags, just like with -L. Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris From: Lupe Christoph Date: Sun, 27 Aug 2000 10:28:21 +0200 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de> Branch: metaconfig/U/perl ! dlsrc.U Branch: perl ! Configure ____________________________________________________________________________ [ 6845] By: jhi on 2000/08/27 15:08:54 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris From: Alan Burlison Date: Sat, 26 Aug 2000 22:23:27 +0100 Message-ID: <39A8354F.E1E832C9@uk.sun.com> Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 6844] By: jhi on 2000/08/27 15:02:37 Log: DJGPP update from Laszlo Molnar. Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH] From: ml1050 Date: Sat, 26 Aug 2000 23:24:40 +0200 Message-Id: <20000826232440.A439@freemail.hu> Branch: perl ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys ____________________________________________________________________________ [ 6843] By: jhi on 2000/08/27 14:53:58 Log: Subject: installman buglet From: Lupe Christoph Date: Sun, 27 Aug 2000 14:38:59 +0200 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de> Branch: perl ! installman ____________________________________________________________________________ [ 6842] By: jhi on 2000/08/27 14:52:08 Log: Can't get the test to reliably work thanks to the inaccurateness of floating point. "Resolves" bug ids 20000826.003, 20000826.009, 20000826.010, Branch: perl ! t/lib/trig.t ____________________________________________________________________________ [ 6841] By: jhi on 2000/08/26 15:53:58 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6840] By: jhi on 2000/08/26 14:23:03 Log: grep -e isn't portable. Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it From: chris@broadband.att.com Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT) Message-Id: <200008260617.AAA10219@lazlo.tci.com> Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 6839] By: jhi on 2000/08/26 14:12:23 Log: no-install target a la make -n. Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.) From: Date: Sat, 26 Aug 2000 03:57:34 -0400 Message-ID: <20000826075735.18912.qmail@foad.org> Branch: perl ! Makefile.SH installman installperl ____________________________________________________________________________ [ 6838] By: jhi on 2000/08/26 14:06:33 Log: Retract #6826 as the #6828 should be do the same in a More Correct Way. Branch: perl ! installperl ____________________________________________________________________________ [ 6837] By: jhi on 2000/08/26 05:24:00 Log: More casting. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6836] By: jhi on 2000/08/26 05:05:46 Log: Nicer in decimal. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6835] By: jhi on 2000/08/26 05:03:50 Log: There be no UVdf. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6834] By: jhi on 2000/08/26 05:00:18 Log: Continue IVdfing and UVxfing. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6833] By: jhi on 2000/08/26 04:53:14 Log: Use IVdf. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6832] By: jhi on 2000/08/26 04:40:41 Log: Document PTR2XX and INT2PTR. Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 6831] By: jhi on 2000/08/26 04:33:18 Log: Use UVxf, PTR2UV, NVff. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6830] By: jhi on 2000/08/26 04:31:32 Log: Update the test count. Branch: perl ! t/lib/trig.t ____________________________________________________________________________ [ 6829] By: jhi on 2000/08/26 03:05:50 Log: Subject: [PATCH] installation not quite silent yet. From: Date: Fri, 25 Aug 2000 20:07:53 -0400 Message-ID: <20000826000753.7822.qmail@foad.org> Branch: perl ! installman installperl ____________________________________________________________________________ [ 6828] By: jhi on 2000/08/26 03:05:14 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) From: Spider Boardman Date: Fri, 25 Aug 2000 19:12:40 -0400 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com> Branch: perl ! gv.c ____________________________________________________________________________ [ 6827] By: jhi on 2000/08/25 23:54:34 Log: Support preserving extremely big/small angles. Branch: perl ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t ____________________________________________________________________________ [ 6826] By: jhi on 2000/08/25 23:01:20 Log: Patch installperl to be long double-aware. Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) From: Spider Boardman Date: Fri, 25 Aug 2000 18:15:23 -0400 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com> Branch: perl ! installperl ____________________________________________________________________________ [ 6825] By: jhi on 2000/08/25 22:58:25 Log: Remove duplicately applied patch shards. Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test' From: Spider Boardman Date: Fri, 25 Aug 2000 16:45:03 -0400 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com> Branch: perl ! t/lib/cgi-html.t ____________________________________________________________________________ [ 6824] By: jhi on 2000/08/25 22:57:00 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.) From: Daniel Chetlin Date: Fri, 25 Aug 2000 12:23:16 -0700 Message-ID: <20000825122316.A10250@ilmd.chetlin.org> Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.) From: Daniel Chetlin Date: Fri, 25 Aug 2000 14:47:19 -0700 Message-ID: <20000825144719.A20587@ilmd.chetlin.org> Branch: perl ! installman ____________________________________________________________________________ [ 6823] By: jhi on 2000/08/25 22:44:17 Log: Timestamp problem? Branch: perl ! uconfig.h uconfig.sh ____________________________________________________________________________ [ 6822] By: jhi on 2000/08/25 19:01:06 Log: One forgotten file from #6816. Branch: perl ! vos/config.h ____________________________________________________________________________ [ 6821] By: jhi on 2000/08/25 18:56:39 Log: Regen Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6820] By: jhi on 2000/08/25 18:52:35 Log: Fix Changes ordering. Branch: perl ! Changes ____________________________________________________________________________ [ 6819] By: jhi on 2000/08/25 18:50:25 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6818] By: jhi on 2000/08/25 18:47:45 Log: Tweak the sfio/useperlio logic, hopefully as wished in Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED) From: Nicholas Clark Date: Fri, 25 Aug 2000 12:01:45 +0100 Message-Id: Branch: metaconfig/U/perl ! d_sfio.U Branch: perl ! Configure ____________________________________________________________________________ [ 6817] By: jhi on 2000/08/25 18:32:51 Log: Allow microperl to assume , without it the math functions like floor() are assumed to return int, which makes for core dumps in machines where integer and floating register don't mix. Branch: perl ! uconfig.h uconfig.sh ____________________________________________________________________________ [ 6816] By: jhi on 2000/08/25 18:27:17 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine, the problem reported in Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS From: danhale@us.ibm.com Date: Fri, 25 Aug 2000 10:58:06 -0400 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com> Branch: metaconfig/U/perl + d_socks5_init.U Branch: perl ! Configure INSTALL config_h.SH configure.com epoc/config.sh ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h ! vos/config.pl vos/config_h.SH_orig win32/config.bc ! win32/config.gc win32/config.vc ____________________________________________________________________________ [ 6815] By: jhi on 2000/08/25 17:43:31 Log: A solution for the retrieve_fd autosplit warning, idea suggested by Mike Guy. Branch: perl ! ext/Storable/Storable.pm ____________________________________________________________________________ [ 6814] By: jhi on 2000/08/25 17:16:03 Log: Add install-silent target. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6813] By: jhi on 2000/08/25 17:14:23 Log: Subject: Re: [PATCH] More silencing of installman. From: Date: Thu, 24 Aug 2000 19:27:03 -0400 Message-ID: <20000824232703.7001.qmail@foad.org> Subject: Re: [PATCH] More silencing of installman. From: Date: Fri, 25 Aug 2000 03:00:58 -0400 Message-ID: <20000825070058.10697.qmail@foad.org> Branch: perl ! installman ____________________________________________________________________________ [ 6812] By: jhi on 2000/08/25 17:11:28 Log: installperl --verbose and --silent. Subject: Re: [PATCH] More silencing of installman. From: Message-ID: <20000825064430.9719.qmail@foad.org> Date: Fri, 25 Aug 2000 02:44:30 -0400 Branch: perl ! installperl ____________________________________________________________________________ [ 6811] By: jhi on 2000/08/25 17:05:43 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems From: "Peter J. Farley III" Date: Thu, 24 Aug 2000 21:58:03 -0400 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net> (applied slightly modified) Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 6810] By: jhi on 2000/08/25 17:01:18 Log: Missing parts of Subject: [PATCH: 6789] some endl fixes for VMS wackiness From: Peter Prymmer Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT) Message-ID: Branch: perl ! t/lib/cgi-html.t ____________________________________________________________________________ [ 6809] By: jhi on 2000/08/25 16:46:32 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS From: "Craig A. Berry" Date: Thu, 24 Aug 2000 19:13:11 -0500 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01> Branch: perl ! vms/vms.c ____________________________________________________________________________ [ 6808] By: jhi on 2000/08/25 16:39:22 Log: Subject: [PATCH: 6805] several more tweaks to configure.com From: Peter Prymmer Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT) Message-ID: Branch: perl ! configure.com ____________________________________________________________________________ [ 6807] By: jhi on 2000/08/25 16:36:37 Log: Better wording for the vec lvalue diagnostic. Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core From: Ronald J Kimball Date: Wed, 23 Aug 2000 14:12:16 -0400 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu> Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 6806] By: jhi on 2000/08/24 18:17:22 Log: Subject: [PATCH] More silencing of installman. From: Date: Thu, 24 Aug 2000 14:01:44 -0400 Message-ID: <20000824180144.20062.qmail@foad.org> Branch: perl ! installman ____________________________________________________________________________ [ 6805] By: jhi on 2000/08/24 15:00:31 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6804] By: jhi on 2000/08/24 14:59:07 Log: Regen perltoc. Branch: perl ! pod/perltoc.pod ____________________________________________________________________________ [ 6803] By: jhi on 2000/08/24 14:44:39 Log: Show the doc file, not the temp file. Branch: perl ! installman ____________________________________________________________________________ [ 6802] By: jhi on 2000/08/24 14:41:53 Log: Continue silencing. Branch: perl ! installman ____________________________________________________________________________ [ 6801] By: jhi on 2000/08/24 14:34:40 Log: Actually do something with the silencer option. Branch: perl ! installman ____________________________________________________________________________ [ 6800] By: jhi on 2000/08/24 14:26:22 Log: Make installman to recognize the silence flag -S. Branch: perl ! installman ____________________________________________________________________________ [ 6799] By: jhi on 2000/08/24 13:49:38 Log: DOS patches and portability/porting notes, from Tim Jenness. Branch: perl ! lib/File/Temp.pm ____________________________________________________________________________ [ 6798] By: jhi on 2000/08/24 13:48:27 Log: Create directories in silence. Subject: [PATCH] Another silencer for MakeMaker From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 24 Aug 2000 14:18:52 +0200 Message-ID: Branch: perl ! lib/ExtUtils/Command.pm ____________________________________________________________________________ [ 6797] By: jhi on 2000/08/24 13:46:42 Log: More liberal parsing of version numbers. Subject: Re: CPAN.pm beta for testing available From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 24 Aug 2000 13:51:57 +0200 Message-ID: Branch: perl ! lib/CPAN.pm ____________________________________________________________________________ [ 6796] By: jhi on 2000/08/24 13:44:36 Log: Make "make install" by default silent. A new "install-verbose" target is verbose. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6795] By: jhi on 2000/08/24 13:39:14 Log: Add silencer flags to installperl. Subject: [PATCH] Making installperl silent. From: Date: Thu, 24 Aug 2000 05:01:45 -0400 Message-ID: <20000824090145.13141.qmail@foad.org> Branch: perl ! installperl ____________________________________________________________________________ [ 6794] By: jhi on 2000/08/24 13:35:50 Log: installperl couldn't tell whether it had run tests or not. Subject: [PATCH] Re: installperl and t/TEST From: Date: Thu, 24 Aug 2000 04:00:53 -0400 Message-ID: <20000824080053.2494.qmail@foad.org> Branch: perl ! Makefile.SH installperl ____________________________________________________________________________ [ 6793] By: jhi on 2000/08/24 13:27:50 Log: Drop the separate perlbc, perlcc -b should be enough. Branch: perl - utils/perlbc.PL ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile ____________________________________________________________________________ [ 6792] By: jhi on 2000/08/24 04:41:30 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi, plus the typo fix from Peter Prymmer. Branch: perl ! ext/Storable/ChangeLog ext/Storable/Makefile.PL ! ext/Storable/Storable.pm ext/Storable/Storable.xs ____________________________________________________________________________ [ 6791] By: jhi on 2000/08/24 02:10:43 Log: Replace #6705 with a minimal doc patch. Subject: [PATCH 5.6.0] replace change #6705 From: Jan Dubois Date: Wed, 23 Aug 2000 18:31:51 -0700 Message-ID: Branch: perl ! lib/Win32.pod win32/win32.c ____________________________________________________________________________ [ 6790] By: jhi on 2000/08/23 17:52:00 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core From: Mike Guy Date: Wed, 23 Aug 2000 18:38:46 +0100 Message-Id: Branch: perl ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t ____________________________________________________________________________ [ 6789] By: jhi on 2000/08/23 15:34:21 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6788] By: jhi on 2000/08/23 15:33:40 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE From: Wilfredo Sánchez Date: Tue, 22 Aug 2000 19:31:27 -0700 Message-Id: <200008230231.TAA00461@ns1.abstrata.com> Branch: perl ! perl.h ____________________________________________________________________________ [ 6787] By: jhi on 2000/08/23 15:29:31 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained From: Spider Boardman Date: Wed, 23 Aug 2000 10:33:23 -0400 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com> Branch: perl ! lib/Pod/Html.pm ____________________________________________________________________________ [ 6786] By: jhi on 2000/08/23 15:28:11 Log: Bad makefile. Branch: perl ! ext/B/Makefile.PL ____________________________________________________________________________ [ 6785] By: jhi on 2000/08/23 14:37:04 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6784] By: jhi on 2000/08/23 13:58:41 Log: Portability fix from Hugo van der Sanden. Branch: perl ! ext/re/Makefile.PL ____________________________________________________________________________ [ 6783] By: jhi on 2000/08/23 13:53:53 Log: Storable support, v-version fixes. Subject: CPAN.pm beta for testing available From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 22 Aug 2000 23:31:33 +0200 Message-ID: Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 6782] By: jhi on 2000/08/23 13:51:26 Log: Mac and other portability updates from Chris Nandor. Branch: perl ! pod/perlmodinstall.pod ____________________________________________________________________________ [ 6781] By: jhi on 2000/08/23 13:47:33 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs From: Peter Prymmer Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT) Message-ID: Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6780] By: jhi on 2000/08/23 13:33:34 Log: VMS MMS (make) wants null action. Branch: perl ! ext/B/Makefile.PL ____________________________________________________________________________ [ 6779] By: jhi on 2000/08/22 19:44:47 Log: Forgot portability nit. Branch: perl ! t/lib/st-forgive.t ____________________________________________________________________________ [ 6778] By: jhi on 2000/08/22 19:35:25 Log: Be portable. Branch: perl ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t ! t/lib/st-store.t ____________________________________________________________________________ [ 6777] By: jhi on 2000/08/22 18:50:53 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6776] By: jhi on 2000/08/22 18:44:46 Log: cSVOPo_*v things index into the current PL_curpad under ithreads, which is different from the curpad used by the XSUB. (In other words, the code as-is before this patch wouldn't work under ithreads.) From Sarathy. Branch: perl ! ext/B/B.xs ____________________________________________________________________________ [ 6775] By: jhi on 2000/08/22 18:18:37 Log: Make the selection of NVff et al stricter. Branch: metaconfig/U/perl ! perlxvf.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6774] By: jhi on 2000/08/22 17:19:42 Log: perldelta nits. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6773] By: jhi on 2000/08/22 17:06:26 Log: Long double fixes from Spider Boardman. Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED) From: system PRIVILEGED account Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT) Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com> Branch: perl ! t/lib/bigfltpm.t t/lib/st-06compat.t ____________________________________________________________________________ [ 6772] By: jhi on 2000/08/22 15:04:53 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6771] By: jhi on 2000/08/22 15:01:44 Log: perldelta fixes from Hugo van der Sanden. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6770] By: jhi on 2000/08/22 14:34:49 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation From: Hugo Date: Tue, 22 Aug 2000 11:21:53 +0100 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 6769] By: jhi on 2000/08/22 14:30:02 Log: Add Yitzchak, reformat. Branch: perl ! Changes config_h.SH ____________________________________________________________________________ [ 6768] By: jhi on 2000/08/22 14:21:35 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes and Spider Boardman. Branch: metaconfig ! U/compline/d_gconvert.U Branch: perl ! Configure ____________________________________________________________________________ [ 6767] By: jhi on 2000/08/22 14:11:24 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 21 Aug 2000 19:08:31 -0700 Message-ID: Branch: perl - ext/Storable/patchlevel.h ! MANIFEST ext/Storable/MANIFEST ____________________________________________________________________________ [ 6766] By: jhi on 2000/08/22 13:49:29 Log: Subject: [PATCH: 6757] configure.com updates and syslog build From: Peter Prymmer Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT) Message-ID: Branch: perl ! configure.com ext/Storable/Makefile.PL ____________________________________________________________________________ [ 6765] By: jhi on 2000/08/22 13:44:59 Log: Subject: [PATCH blead] B:: missing dependency From: Hugo Date: Tue, 22 Aug 2000 06:44:33 +0100 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk> Branch: perl ! ext/B/Makefile.PL ____________________________________________________________________________ [ 6764] By: jhi on 2000/08/22 13:38:12 Log: More bytecompiler. Branch: perl ! pod/perlutil.pod utils/Makefile utils/perlbc.PL ____________________________________________________________________________ [ 6763] By: jhi on 2000/08/22 13:36:44 Log: Bytecompiler patches from Benjamin Stuhl. Branch: perl ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h ! perl.c perlapi.h pod/perldelta.pod ____________________________________________________________________________ [ 6762] By: jhi on 2000/08/21 23:43:40 Log: An obsoleted diagnostic. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6761] By: jhi on 2000/08/21 23:01:45 Log: The #6759 wasn't quite right. Branch: perl ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t ! t/lib/st-tieditems.t ____________________________________________________________________________ [ 6760] By: jhi on 2000/08/21 22:35:49 Log: Be verydeepclean. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6759] By: jhi on 2000/08/21 22:25:40 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built From: Peter Prymmer Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT) Message-ID: Branch: perl ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t ! t/lib/st-tieditems.t ____________________________________________________________________________ [ 6758] By: jhi on 2000/08/21 22:22:32 Log: Few more casts, need reported in Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED) From: Mike Stok Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT) Message-ID: and Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13 From: abigail@foad.org Date: 21 Aug 2000 21:31:34 -0000 Message-Id: <20000821213134.30170.qmail@foad.org> Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6757] By: jhi on 2000/08/21 18:37:07 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6756] By: jhi on 2000/08/21 18:34:02 Log: A pod nit. Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns) From: Date: Mon, 21 Aug 2000 14:00:16 -0400 Message-ID: <20000821180016.28627.qmail@foad.org> Branch: perl ! pod/perlre.pod ____________________________________________________________________________ [ 6755] By: jhi on 2000/08/21 18:30:56 Log: Use PodParser 1.18 new test. Branch: perl ! t/pod/special_seqs.t t/pod/special_seqs.xr ____________________________________________________________________________ [ 6754] By: jhi on 2000/08/21 18:28:35 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm patches cannot be applied since #6712 conflicts. Branch: perl ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm ____________________________________________________________________________ [ 6753] By: jhi on 2000/08/21 18:15:11 Log: Weed out some smaller changes. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6752] By: jhi on 2000/08/21 18:02:30 Log: Also under djgpp the timestamps are funky. Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 6751] By: jhi on 2000/08/21 17:55:56 Log: Tweak the floating point output routine preferences. Branch: metaconfig ! U/compline/d_gconvert.U Branch: perl ! Configure ____________________________________________________________________________ [ 6750] By: jhi on 2000/08/21 17:51:29 Log: Unicos/mk requires elaborate paranoia. Branch: perl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 6749] By: gsar on 2000/08/21 16:53:31 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 6748] By: gsar on 2000/08/21 16:22:19 Log: free TLS slot properly on Windows Branch: perl ! thread.h win32/perllib.c win32/win32thread.h ____________________________________________________________________________ [ 6747] By: jhi on 2000/08/21 16:20:58 Log: Rename the macro argument because some preprocessors can't tell the difference and expand arguments also inside double quoted strings. Branch: perl ! regcomp.c ____________________________________________________________________________ [ 6746] By: jhi on 2000/08/21 16:09:41 Log: Support long doubles in Storable. Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED) From: Radu Greab Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST) Message-ID: Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6745] By: jhi on 2000/08/21 15:51:40 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered From: "Fifer, Eric" Date: Mon, 21 Aug 2000 15:34:49 +0100 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com> Branch: perl ! t/pragma/warn/9enabled ____________________________________________________________________________ [ 6744] By: jhi on 2000/08/21 15:39:35 Log: Document the endianness of Alpha more precisely. Branch: perl ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod ! pod/perlport.pod ____________________________________________________________________________ [ 6743] By: jhi on 2000/08/21 14:47:05 Log: perldelta fixes from the p5p crowd. Branch: perl ! pod/perldelta.pod pod/perlop.pod ____________________________________________________________________________ [ 6742] By: jhi on 2000/08/21 13:34:51 Log: Update to Pod::LaTeX 0.53. Subject: [PATCH] lib/Pod/LaTeX.pm updates From: Tim Jenness Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST) Message-ID: Branch: perl ! lib/Pod/LaTeX.pm ____________________________________________________________________________ [ 6741] By: jhi on 2000/08/21 13:33:01 Log: Subject: [PATCH] os2.c fix for use64bitint From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 21 Aug 2000 01:32:25 -0700 Message-ID: Branch: perl ! os2/os2.c ____________________________________________________________________________ [ 6740] By: jhi on 2000/08/21 13:28:52 Log: Array context keeps slithering in. Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable From: Daniel Chetlin Date: Sun, 20 Aug 2000 21:40:25 -0700 Message-ID: <20000820214025.C29387@ilmd.chetlin.org> Branch: perl ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm ! pod/perldebtut.pod ____________________________________________________________________________ [ 6739] By: jhi on 2000/08/21 13:23:55 Log: Big-endian quad fixes for Storable from Radu Greab, plus few explicit null casts for picky compilers. Branch: perl ! ext/Storable/Storable.xs ____________________________________________________________________________ [ 6738] By: gsar on 2000/08/21 05:56:13 Log: small tweaks for change#6705: avoid C++ style comments in C code; use Perl's malloc API rather than the low level system one Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 6737] By: gsar on 2000/08/21 05:35:41 Log: add Storable to list of extensions on Windows Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 6736] By: jhi on 2000/08/21 02:57:53 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6735] By: jhi on 2000/08/21 02:57:20 Log: Draft 0. Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6734] By: jhi on 2000/08/21 02:57:03 Log: Add Storable 0.7.2 from Raphael Manfredi, plus the patch from Subject: Re: someone with too much time and a 64-bit box and interest in Storable? From: Radu Greab Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST) Message-ID: plus changes to get Storable to compile with picky ANSI compilers. Branch: perl + ext/Storable/ChangeLog ext/Storable/MANIFEST + ext/Storable/Makefile.PL ext/Storable/README + ext/Storable/Storable.pm ext/Storable/Storable.xs + ext/Storable/patchlevel.h t/lib/st-06compat.t + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t + t/lib/st-tieditems.t ! MANIFEST ____________________________________________________________________________ [ 6733] By: jhi on 2000/08/21 02:29:09 Log: The correct cleaning order is an art. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6732] By: jhi on 2000/08/21 01:23:39 Log: The #6724 is here. Branch: perl ! t/lib/ftmp-security.t ____________________________________________________________________________ [ 6731] By: jhi on 2000/08/20 23:17:03 Log: s/this one/the 5.6.0 release/ Branch: perl ! pod/perl56delta.pod ____________________________________________________________________________ [ 6730] By: jhi on 2000/08/20 23:07:34 Log: Mention perlebcdic and perlposix-bc. Branch: perl ! pod/perlport.pod ____________________________________________________________________________ [ 6729] By: jhi on 2000/08/20 21:32:59 Log: Document the number of exponent digits. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6728] By: jhi on 2000/08/20 21:16:47 Log: Use File::Spec->tmpdir(). Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled) From: Tim Jenness Message-ID: MIME-Version: 1.0 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST) Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 6727] By: jhi on 2000/08/20 20:43:32 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6726] By: jhi on 2000/08/20 20:41:44 Log: The veryclean target needs to clobber. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6725] By: jhi on 2000/08/20 20:37:38 Log: Document odd vs even subreleases and -Dusedevel. Branch: perl ! INSTALL ____________________________________________________________________________ [ 6724] By: jhi on 2000/08/20 19:58:05 Log: Use temporary directory instead of current directory. Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t From: Tim Jenness Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST) Message-ID: Branch: perl ! t/lib/ftmp-security.t ____________________________________________________________________________ [ 6723] By: jhi on 2000/08/20 19:55:55 Log: Subject: [PATCH] Silence MakeMaker (Was: installman) From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 20 Aug 2000 15:52:03 +0200 Message-ID: Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 6722] By: jhi on 2000/08/20 19:46:01 Log: Update to CGI 2.72, from Lincoln Stein. Branch: perl ! lib/CGI.pm ____________________________________________________________________________ [ 6721] By: jhi on 2000/08/20 19:43:54 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED) From: Radu Greab Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST) Message-ID: Branch: perl ! ext/GDBM_File/GDBM_File.xs ____________________________________________________________________________ [ 6720] By: jhi on 2000/08/20 19:42:01 Log: pp_open() could pass an uninitialized filename down to do_open9(). Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 6719] By: jhi on 2000/08/20 14:06:41 Log: UTF8 concat fixes. Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps From: Hugo Date: Sun, 20 Aug 2000 07:30:46 +0100 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk> Branch: perl ! pp_hot.c t/op/append.t ____________________________________________________________________________ [ 6718] By: jhi on 2000/08/20 02:09:37 Log: Let's try #6717 again. Branch: perl ! lib/File/Temp.pm ____________________________________________________________________________ [ 6717] By: jhi on 2000/08/20 01:56:55 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS From: "Craig A. Berry" Date: Sat, 19 Aug 2000 18:15:39 -0500 Message-Id: Branch: perl ! lib/File/Temp.pm ____________________________________________________________________________ [ 6716] By: jhi on 2000/08/19 15:50:11 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6715] By: jhi on 2000/08/19 15:39:09 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod From: Jonathan D Johnston Date: Thu, 17 Aug 2000 23:13:01 -0400 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6714] By: jhi on 2000/08/19 15:34:04 Log: Introduce a 'veryclean' target that is like 'distclean' but also removes *~ and *.orig. Branch: perl ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH ! utils/Makefile x2p/Makefile.SH ____________________________________________________________________________ [ 6713] By: jhi on 2000/08/19 14:15:45 Log: Put back the long double avoidance code to POSIX.xs because VMS seems to need it still. Branch: perl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 6712] By: jhi on 2000/08/19 14:10:41 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd) From: Peter Prymmer Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT) Message-ID: Branch: perl ! lib/Pod/Find.pm t/pod/find.t ____________________________________________________________________________ [ 6711] By: jhi on 2000/08/19 14:09:19 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS From: Peter Prymmer Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT) Message-ID: cc: vmsperl@perl.org Branch: perl ! t/lib/peek.t ____________________________________________________________________________ [ 6710] By: jhi on 2000/08/19 14:08:01 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName From: Jan Dubois Date: Fri, 18 Aug 2000 16:31:48 -0700 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com> Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 6709] By: jhi on 2000/08/19 14:06:57 Log: Fix a core dump in lib/selfloader under -DDEBUGGING. Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) From: Spider.Boardman@Orb.Nashua.NH.US Date: Fri, 18 Aug 2000 18:41:14 -0400 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 6708] By: jhi on 2000/08/18 22:04:49 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6707] By: jhi on 2000/08/18 21:55:14 Log: Add warnif(), check warnings further up the stack, all the warnings functions now can take an optional object reference. Subject: [PATCH bleedperl@6691] warnings pragma update From: "Paul Marquess" Date: Fri, 18 Aug 2000 22:42:06 +0100 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com> Branch: perl ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl ____________________________________________________________________________ [ 6706] By: jhi on 2000/08/18 21:41:45 Log: Typo in pp_complement(). Subject: [PATCH perl-current] Deparse From: Peter Scott Date: Fri, 18 Aug 2000 12:44:37 -0700 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com> Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 6705] By: jhi on 2000/08/18 21:25:59 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName From: Jan Dubois Date: Fri, 18 Aug 2000 14:22:51 -0700 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com> Branch: perl ! lib/Win32.pod win32/win32.c ____________________________________________________________________________ [ 6704] By: jhi on 2000/08/18 21:16:14 Log: Don't eat leading os from index entries. Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'! From: Russ Allbery Date: 10 Aug 2000 20:49:25 -0700 Message-ID: Branch: perl ! lib/Pod/Man.pm ____________________________________________________________________________ [ 6703] By: jhi on 2000/08/18 21:07:06 Log: Add [[:blank:]] as suggested in Subject: [ID 20000716.024] [=cc=] / [:blank:] From: Jeffrey Friedl Date: Sun, 16 Jul 2000 17:55:29 -0700 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com> (the [=cc=] has already been taken care of by #6439 so the whole bug report can be closed) and make [[:space:]] to be equivalent to isspace(3) (as opposed to \s, which is isSPACE()). The difference is that now [[:space:]] matches the mythical vertical tab, while \s doesn't. Branch: perl ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 6702] By: jhi on 2000/08/18 18:47:47 Log: The new tests were missing from #6415. Branch: perl ! t/op/bop.t ____________________________________________________________________________ [ 6701] By: jhi on 2000/08/18 18:20:40 Log: Document the NDBM_File and ODBM_File as SDBM_File was documented in #6417. Branch: perl ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm ! ext/SDBM_File/SDBM_File.pm ____________________________________________________________________________ [ 6700] By: jhi on 2000/08/18 18:10:39 Log: Subject: [PATCH perl@6698] cygwin port From: "Fifer, Eric" Date: Fri, 18 Aug 2000 17:30:05 +0100 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com> Branch: perl ! lib/File/Temp.pm ____________________________________________________________________________ [ 6699] By: jhi on 2000/08/18 16:21:49 Log: Document code point which makes if (defined %stash::) to work (noted by Spider Boardman). Branch: perl ! op.c ____________________________________________________________________________ [ 6698] By: jhi on 2000/08/18 13:43:27 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6697] By: jhi on 2000/08/18 13:35:57 Log: Tiny Getopt::Long patch from Johan Vromans. Branch: perl ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t ____________________________________________________________________________ [ 6696] By: jhi on 2000/08/18 13:26:14 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value" From: Paul David Fardy Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT) Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca> Branch: perl ! pod/perldiag.pod pod/perlsyn.pod ____________________________________________________________________________ [ 6695] By: jhi on 2000/08/18 13:13:26 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues From: Daniel Chetlin Date: Fri, 18 Aug 2000 03:13:36 -0700 Message-ID: <20000818031336.B14165@ilmd.chetlin.org> Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6694] By: jhi on 2000/08/18 13:08:05 Log: Subject: [PATCH] perltrap.pod spring cleaning From: Daniel Chetlin Date: Fri, 18 Aug 2000 03:06:54 -0700 Message-ID: <20000818030654.A14165@ilmd.chetlin.org> plus Mike Guy's nitfix. Branch: perl ! pod/perltrap.pod ____________________________________________________________________________ [ 6693] By: jhi on 2000/08/18 13:00:26 Log: Unbuffer the output. Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 17 Aug 2000 18:39:29 -0700 Message-ID: Branch: perl ! t/op/fork.t ____________________________________________________________________________ [ 6692] By: jhi on 2000/08/18 05:19:17 Log: Delete the image, too, not just its MANIFEStation. Branch: perl - lib/CGI/eg/wilogo.gif ____________________________________________________________________________ [ 6691] By: jhi on 2000/08/18 05:10:26 Log: Propagate new Configure vars. Branch: perl ! configure.com epoc/config.sh uconfig.h uconfig.sh ! vos/config.def vos/config.h vos/config_h.SH_orig ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc ____________________________________________________________________________ [ 6690] By: jhi on 2000/08/18 04:30:56 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6689] By: jhi on 2000/08/18 04:12:30 Log: Fix the lib/complex failure of From: abigail@foad.org Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 Date: 15 Aug 2000 04:06:38 -0000 Message-Id: <20000815040638.8524.qmail@foad.org> Linux long double accuracy issue: something that when printed with %g looks like "2" but int() of it is 1. Branch: perl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 6688] By: jhi on 2000/08/18 03:15:35 Log: The byteorder code in #6671 was wrong. Branch: perl ! configpm ____________________________________________________________________________ [ 6687] By: jhi on 2000/08/18 02:08:42 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak From: Jan Dubois Date: Thu, 17 Aug 2000 18:31:55 -0700 Message-ID: Branch: perl ! sv.c ____________________________________________________________________________ [ 6686] By: jhi on 2000/08/18 02:04:15 Log: Use NVs in POSIX math, not doubles. From: abigail@foad.org Subject: [ID 20000817.014] POSIX & modfl Date: 17 Aug 2000 20:49:18 -0000 Message-Id: <20000817204918.23123.qmail@foad.org> Branch: perl ! ext/POSIX/POSIX.xs ext/POSIX/typemap ____________________________________________________________________________ [ 6685] By: jhi on 2000/08/18 02:02:12 Log: Introduce NVef, NVff, and NVgf, use the middle one. (helps for lib/peek + Linux + long doubles) Reported in From: abigail@foad.org Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 Date: 15 Aug 2000 04:06:38 -0000 Message-Id: <20000815040638.8524.qmail@foad.org> (note: the lib/complex failure has not yet been addressed) Branch: metaconfig/U/perl ! perlxvf.U Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH dump.c perl.h pod/perlguts.pod ____________________________________________________________________________ [ 6684] By: jhi on 2000/08/17 23:22:19 Log: Add byteorder to the myconfig output. Branch: perl ! myconfig.SH ____________________________________________________________________________ [ 6683] By: jhi on 2000/08/17 23:20:19 Log: The image doth not exist, spotted by Johan Vromans. Branch: perl ! MANIFEST ____________________________________________________________________________ [ 6682] By: jhi on 2000/08/17 22:38:16 Log: Document what the backtick returns if the command fails. Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 6681] By: jhi on 2000/08/17 22:33:12 Log: Do not use prototyping here. Subject: [ID 20000817.016] [PATCH] Peek.xs From: abigail@foad.org Date: 17 Aug 2000 20:55:56 -0000 Message-Id: <20000817205556.24270.qmail@foad.org> Branch: perl ! ext/Devel/Peek/Makefile.PL ____________________________________________________________________________ [ 6680] By: jhi on 2000/08/17 19:46:43 Log: Don't propose using modules built for 5.005 if no binary compatibility with 5.005 is attempted. From: Jeff Okamoto Subject: Minor nit with 5.7.0 (6655) Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT) Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com> Branch: metaconfig ! U/installdirs/inc_version_list.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6679] By: jhi on 2000/08/17 19:16:39 Log: Microperl config update. Branch: perl ! uconfig.h uconfig.sh ____________________________________________________________________________ [ 6678] By: jhi on 2000/08/17 19:16:13 Log: The #6648 wasn't protective enough for limited platforms (like microperl). Branch: perl ! dump.c sv.c ____________________________________________________________________________ [ 6677] By: jhi on 2000/08/17 14:46:35 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6676] By: jhi on 2000/08/17 14:44:02 Log: Add perlebcdic from Peter Prymmer, regen toc. Branch: perl + pod/perlebcdic.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 6675] By: jhi on 2000/08/17 14:41:52 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit. Branch: perl ! pod/perldebtut.pod ____________________________________________________________________________ [ 6674] By: jhi on 2000/08/17 14:29:43 Log: Get -DLEAKTEST to compile (not necessarily to work, mind) Subject: [ID 20000724.006] -DLEAKTEST problem From: Gregory Martin Pfeil Date: Tue, 25 Jul 2000 00:36:32 -0500 Message-Id: <20000725003632.A26186@www.llamacom.com> Reminder sent Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error From: Hugo Date: Thu, 17 Aug 2000 15:23:42 +0100 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk> Branch: perl ! util.c ____________________________________________________________________________ [ 6673] By: jhi on 2000/08/17 04:07:10 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat From: John Peacock Date: Tue, 01 Aug 2000 09:38:12 -0400 Message-ID: <3986D2C4.54B78FE4@UnivPress.com> Branch: perl ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t ____________________________________________________________________________ [ 6672] By: jhi on 2000/08/17 03:04:35 Log: Subject: [PATCH] Cwd.pm now uses strict From: Tim Jenness Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST) Message-ID: Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 6671] By: jhi on 2000/08/17 02:16:35 Log: Make $Config{byteorder} more magical so that it is dynamically computed: nice for 'fat binaries'. Subject: [PATCH]: default byteorder From: Wilfredo Sánchez Date: Mon, 31 Jul 2000 19:45:31 -0700 Message-Id: <200008010245.TAA04459@ns1.abstrata.com> Branch: perl ! configpm ____________________________________________________________________________ [ 6670] By: gsar on 2000/08/17 01:22:21 Log: move WNOHANG definition to where other such things are Branch: perl ! win32/win32.h ____________________________________________________________________________ [ 6669] By: jhi on 2000/08/17 01:19:17 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6668] By: jhi on 2000/08/17 01:16:29 Log: Doc nits spotted by Richard Soderberg. Branch: perl ! README.posix-bc README.vmesa ____________________________________________________________________________ [ 6667] By: jhi on 2000/08/17 01:12:11 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling From: "Casey R. Tweten" Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT) Message-ID: Branch: perl ! pod/perldebtut.pod ____________________________________________________________________________ [ 6666] By: jhi on 2000/08/17 01:09:31 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface From: "Casey R. Tweten" Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT) Message-ID: Branch: perl ! lib/Shell.pm ____________________________________________________________________________ [ 6665] By: gsar on 2000/08/17 01:03:52 Log: add "ok" targets from change#6632 in makefile.mk Branch: perl ! pod/perlport.pod win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 6664] By: gsar on 2000/08/17 00:56:11 Log: avoid warnings from dense compiler Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 6663] By: jhi on 2000/08/17 00:51:49 Log: Tweak the regex compilation errors once more. Branch: perl ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests ! t/op/regmesg.t t/pragma/warn/regcomp ____________________________________________________________________________ [ 6662] By: gsar on 2000/08/17 00:28:19 Log: trailing new %ENV entries weren't being pushed into the real environment of subprocesses on Windows Branch: perl ! t/op/magic.t win32/perlhost.h ____________________________________________________________________________ [ 6661] By: gsar on 2000/08/17 00:19:20 Log: waitpid() now handles externally spawned pids correctly; fixes for backtick/wait/waitpid failures on Windows 9x these changes make the pid returned by process functions on Windows 9x always positive by clearing the high bit (which is always set on Win9x); pseudo-process PIDs are likewise always negative now on Win9x (just as on NT/2000) Branch: perl ! pp_sys.c win32/perlhost.h win32/win32.c ____________________________________________________________________________ [ 6660] By: jhi on 2000/08/17 00:04:32 Log: Retract #6645. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c ! t/op/sprintf.t ____________________________________________________________________________ [ 6659] By: gsar on 2000/08/16 23:59:28 Log: on windows, the return values from wait() and waitpid() don't match those of pseudo-pids Branch: perl ! pp_sys.c t/op/fork.t util.c win32/win32.c ____________________________________________________________________________ [ 6658] By: gsar on 2000/08/16 23:56:14 Log: pod nit seen in passing Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6657] By: gsar on 2000/08/16 23:53:42 Log: change#6328 could make close(SOCKET) return false on windows when it shouldn't Branch: perl ! win32/win32sck.c ____________________________________________________________________________ [ 6656] By: gsar on 2000/08/16 23:46:57 Log: check that the number pseudo children doesn't exceed MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing the WaitForMultipleObjects() limit that would cause wait() to crash) wait() and waitpid() could potentially be rewritten to use more than one thread to do the waiting to eliminate this limitation Branch: perl ! win32/perlhost.h ____________________________________________________________________________ [ 6655] By: jhi on 2000/08/16 14:11:05 Log: Update Changes. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6654] By: jhi on 2000/08/16 14:10:12 Log: Update to perldebtut 1.9, from Richard Foley. Branch: perl ! pod/perldebtut.pod ____________________________________________________________________________ [ 6653] By: jhi on 2000/08/16 14:08:17 Log: Change the regx compilation error markers to use = instead of < since pod makes using the latter quite messy. Reported in ID 20000814.006 by Abigail and in Subject: Unknown escape E<> ? From: Lupe Christoph Date: Fri, 11 Aug 2000 00:30:27 +0200 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de> Branch: perl ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests ! t/op/regmesg.t t/pragma/warn/regcomp ____________________________________________________________________________ [ 6652] By: jhi on 2000/08/16 13:25:31 Log: Change the perlbug address to perl.org since it's more forgiving. Subject: [ID 20000814.007] [PATCH] Email address in perlbug. From: abigail@foad.org Date: 15 Aug 2000 04:15:40 -0000 Message-Id: <20000815041540.8633.qmail@foad.org> Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 6651] By: jhi on 2000/08/16 13:22:35 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value From: Tim Jenness Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST) Message-ID: Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 6650] By: jhi on 2000/08/16 13:18:13 Log: Update to CPAN 1.57. Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 16 Aug 2000 15:09:46 +0200 Message-ID: Branch: perl ! lib/CPAN.pm ____________________________________________________________________________ [ 6649] By: jhi on 2000/08/16 13:12:31 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod From: "Larry W. Virden" Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST) Message-Id: <200003241925.OAA27985@lwv26awu.cas.org> Branch: perl ! README.hpux ____________________________________________________________________________ [ 6648] By: jhi on 2000/08/16 13:03:53 Log: The numeric locale was reset to "C" by s?printf and never restored. Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6 From: Christian Kirsch Date: Wed, 9 Aug 2000 17:05:17 +0200 Message-Id: <20000809170517.A25389@held> No test since adding the failing example to locale.t does not fail -- probably because the locale settings are so thoroughly tweaked by that time. Running the example standalone does fail, though. UPDATE: test case added at change #7540. Branch: perl ! dump.c perl.h pp.c pp_ctl.c sv.c ____________________________________________________________________________ [ 6647] By: jhi on 2000/08/16 00:07:54 Log: Update Changes and test semi-automatic patchlevel updating. Branch: perl ! Changes patchlevel.h ____________________________________________________________________________ [ 6646] By: jhi on 2000/08/15 23:35:07 Log: Fix a dependency problem. Subject: [PATCH: 6640] VMS Makefile.SH update From: Peter Prymmer Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT) Message-ID: Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 6645] By: jhi on 2000/08/15 23:33:23 Log: (Retracted by #6660) Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible From: Dominic Dunlop Date: Tue, 15 Aug 2000 22:20:52 +0200 Message-Id: Branch: metaconfig/U/perl + d_printfed.U Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c ! t/op/sprintf.t ____________________________________________________________________________ [ 6644] By: jhi on 2000/08/15 21:17:20 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support. From: abigail@foad.org Date: 15 Aug 2000 20:12:41 -0000 Message-Id: <20000815201241.25556.qmail@foad.org> Branch: perl ! INSTALL ____________________________________________________________________________ [ 6643] By: jhi on 2000/08/15 21:15:28 Log: (an already applied patch) Branch: perl ! lib/CGI.pm ____________________________________________________________________________ [ 6642] By: gsar on 2000/08/15 19:54:05 Log: magic callbacks all need to have same type signature Branch: perl ! embed.pl mg.c proto.h ____________________________________________________________________________ [ 6641] By: jhi on 2000/08/15 17:56:27 Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13) From: Mike Guy Message-Id: Date: Tue, 15 Aug 2000 18:26:45 +0100 Only the peek.t part applied, not the hash quality part. Branch: perl ! t/lib/peek.t ____________________________________________________________________________ [ 6640] By: jhi on 2000/08/15 16:37:37 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6639] By: jhi on 2000/08/15 16:34:55 Log: Missed a file from #6638. Branch: perl ! lib/File/Temp.pm ____________________________________________________________________________ [ 6638] By: jhi on 2000/08/15 16:33:19 Log: Subject: [PATCH perl@6620] cygwin port From: "Fifer, Eric" Date: Tue, 15 Aug 2000 17:00:49 +0100 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com> Branch: perl ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t ____________________________________________________________________________ [ 6637] By: jhi on 2000/08/15 16:29:22 Log: Subject: [PATCH] debugger exit code should reflect user exit code From: Mike Guy Date: Tue, 15 Aug 2000 16:55:59 +0100 Message-Id: Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 6636] By: jhi on 2000/08/15 15:30:58 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6635] By: jhi on 2000/08/15 15:27:21 Log: Use -Dusedevel; regen Configure and the respective Porting stuff. Branch: metaconfig ! U/mkglossary U/mksample Branch: metaconfig/U/perl ! Devel.U Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ____________________________________________________________________________ [ 6634] By: jhi on 2000/08/15 14:11:55 Log: Don't blow limited stacks, a lower number is enough to tickle the lookbehind limit. Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH] From: Dominic Dunlop Date: Tue, 15 Aug 2000 13:51:24 +0200 Message-Id: Branch: perl ! t/op/regmesg.t ____________________________________________________________________________ [ 6633] By: jhi on 2000/08/15 14:01:46 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod From: Mike Guy Date: Tue, 15 Aug 2000 12:10:50 +0100 Message-Id: Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 6632] By: jhi on 2000/08/15 13:58:48 Log: make ok etc also for win32. Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED) From: Prymmer/Kahn Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT) Message-Id: Branch: perl ! win32/Makefile ____________________________________________________________________________ [ 6631] By: jhi on 2000/08/15 13:45:03 Log: Update (kinda) to Test 1.14, from Joshua Pritikin. Branch: perl ! lib/Test.pm ____________________________________________________________________________ [ 6630] By: jhi on 2000/08/15 03:25:09 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6629] By: jhi on 2000/08/15 03:23:53 Log: magic_regdatum_set() is void, not int. Branch: perl ! embed.pl mg.c proto.h ____________________________________________________________________________ [ 6628] By: jhi on 2000/08/15 03:08:02 Log: Make the user to give up his firstborn, err, to knowingly verify installing an unstable developer release. Also bump the release to 5.7.0, but leave a patch tag in the local patches saying that this is not yet the real thing. Branch: metaconfig ! U/modified/Instruct.U Branch: metaconfig/U/perl + Devel.U Branch: perl ! Configure patchlevel.h ____________________________________________________________________________ [ 6627] By: jhi on 2000/08/14 22:32:52 Log: README.os2 update. Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive, From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 02 Aug 2000 21:55:09 -0700 Message-ID: Branch: perl ! README.os2 ____________________________________________________________________________ [ 6626] By: jhi on 2000/08/14 21:00:02 Log: Subject: Re: File::Temp problems on VMS in bleedperl From: Tim Jenness cc: vmsperl@perl.org Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST) Message-ID: Branch: perl ! lib/File/Temp.pm t/lib/ftmp-tempfile.t ____________________________________________________________________________ [ 6625] By: jhi on 2000/08/14 20:52:16 Log: Add SUIDMAIL as was done for the CERT alert. Branch: perl ! patchlevel.h ____________________________________________________________________________ [ 6624] By: jhi on 2000/08/14 20:48:50 Log: Subject: sfio2000 From: Daniel Muino Date: Mon, 14 Aug 2000 16:58:11 -0300 Message-ID: <20000814165811.B16368@con2-dgi> Branch: perl ! perlsdio.h perlsfio.h ____________________________________________________________________________ [ 6623] By: jhi on 2000/08/14 20:47:36 Log: Subject: warning: storage class after type is obsolescent From: Daniel Muino Date: Mon, 14 Aug 2000 16:42:47 -0300 Message-ID: <20000814164247.A16368@con2-dgi> Branch: perl ! regcomp.pl regnodes.h ____________________________________________________________________________ [ 6622] By: jhi on 2000/08/14 20:43:05 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes. From: abigail@foad.org Date: 14 Aug 2000 20:00:10 -0000 Message-Id: <20000814200010.27271.qmail@foad.org> Branch: perl ! Changes ____________________________________________________________________________ [ 6621] By: jhi on 2000/08/14 15:23:05 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6620] By: jhi on 2000/08/14 15:22:14 Log: Subject: Re: [PATCH] @+, @- readonly From: Mike Guy Date: Mon, 14 Aug 2000 15:26:55 +0100 Message-Id: Branch: perl ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h ! sv.c t/op/pat.t ____________________________________________________________________________ [ 6619] By: jhi on 2000/08/14 14:12:08 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6618] By: jhi on 2000/08/14 14:09:34 Log: For now remove the mail code. Branch: perl ! perl.c ____________________________________________________________________________ [ 6617] By: jhi on 2000/08/14 14:08:28 Log: Drop the eg/ mentions and also mention the recent suidperl thing. Branch: perl ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod ! pod/perlfaq8.pod pod/perlsec.pod ____________________________________________________________________________ [ 6616] By: jhi on 2000/08/14 14:00:11 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0" From: Mike Guy Date: Mon, 14 Aug 2000 08:26:02 +0100 Message-Id: Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 6615] By: jhi on 2000/08/14 13:58:45 Log: Subject: [PATCH] @+, @- readonly (was Re: @ interpolating in "") From: Mike Guy Date: Mon, 14 Aug 2000 08:04:22 +0100 Message-Id: Branch: perl ! gv.c mg.c t/op/pat.t ____________________________________________________________________________ [ 6614] By: jhi on 2000/08/14 13:56:45 Log: Subject: Test fails / warnings with perl-current #6612 From: Mike Guy Date: Mon, 14 Aug 2000 07:57:23 +0100 Message-Id: Branch: perl ! t/lib/b.t t/lib/peek.t ____________________________________________________________________________ [ 6613] By: jhi on 2000/08/14 13:45:33 Log: VMS configure.com update continues. Branch: perl - vms/configure.com ! MANIFEST configure.com ____________________________________________________________________________ [ 6612] By: jhi on 2000/08/13 22:13:35 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6611] By: jhi on 2000/08/13 16:21:45 Log: Upgrade to CGI 2.71, from Lincoln Stein. Branch: perl ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t ____________________________________________________________________________ [ 6610] By: jhi on 2000/08/13 15:09:16 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set From: Mike Guy Date: Sun, 13 Aug 2000 13:45:51 +0100 Message-Id: Branch: perl ! t/op/regmesg.t ____________________________________________________________________________ [ 6609] By: jhi on 2000/08/13 14:31:26 Log: Andreas says that 1.56 is fine, so reverting back to it. Branch: perl ! lib/CPAN.pm ____________________________________________________________________________ [ 6608] By: jhi on 2000/08/13 05:34:20 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6607] By: jhi on 2000/08/13 05:32:01 Log: Put back the \z changes of #5406 to CPAN.pm. Branch: perl ! lib/CPAN.pm ____________________________________________________________________________ [ 6606] By: jhi on 2000/08/13 05:20:16 Log: Fix-n-skip the tests under 5005threads. Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 6605] By: jhi on 2000/08/13 05:07:48 Log: Fix the test for 5005threads. Branch: perl ! t/lib/peek.t ____________________________________________________________________________ [ 6604] By: jhi on 2000/08/13 03:35:37 Log: Should have deleted this in #6603. Branch: perl - vms/subconfigure.com ____________________________________________________________________________ [ 6603] By: jhi on 2000/08/12 18:29:32 Log: Rewrite of vms/subconfigure.com as configure.com, from Peter Prymmer and the vmsperl crew. Branch: perl + vms/configure.com ! MANIFEST ____________________________________________________________________________ [ 6602] By: jhi on 2000/08/11 13:00:01 Log: PlainText.pm is dead. Branch: perl - lib/Pod/PlainText.pm ! MANIFEST ____________________________________________________________________________ [ 6601] By: jhi on 2000/08/11 04:06:45 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6600] By: jhi on 2000/08/11 04:06:10 Log: Add a few missing files, update MANIFEST. Branch: perl + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif + lib/Pod/PlainText.pm t/pod/find.t ! MANIFEST t/op/regmesg.t ____________________________________________________________________________ [ 6599] By: jhi on 2000/08/11 03:31:10 Log: Add Perl debugging tutorial, regen toc. Subject: perldebtut.pod From: Richard Foley Date: Wed, 09 Aug 2000 10:17:15 +0200 Message-id: <3991138B.262247B8@m.dasa.de> Branch: perl + pod/perldebtut.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 6598] By: jhi on 2000/08/11 02:48:56 Log: tiny Changes edit Branch: perl ! Changes ____________________________________________________________________________ [ 6597] By: jhi on 2000/08/11 02:39:04 Log: Tests for #6589. Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues?? From: simon@brecon.co.uk (Simon Cozens) Date: 11 Aug 2000 02:24:52 GMT Message-ID: Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 6596] By: jhi on 2000/08/11 01:50:07 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6595] By: jhi on 2000/08/11 01:47:16 Log: nitfix Branch: perl ! Changes ____________________________________________________________________________ [ 6594] By: jhi on 2000/08/11 01:36:16 Log: Subject: Getting perlio and threads to compile From: Lupe Christoph Date: Wed, 9 Aug 2000 11:35:54 +0200 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de> (the Solaris version changes in Configure skipped) Branch: perl ! hints/solaris_2.sh thread.h ____________________________________________________________________________ [ 6593] By: jhi on 2000/08/11 01:30:16 Log: Subject: Re: [ID 20000730.003] utf8::length() bad From: simon@brecon.co.uk (Simon Cozens) Date: 1 Aug 2000 06:55:19 GMT Message-ID: Branch: perl ! lib/utf8.pm ____________________________________________________________________________ [ 6592] By: jhi on 2000/08/11 01:26:39 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al From: Peter Scott Date: Thu, 10 Aug 2000 08:23:27 -0700 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com> Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 6591] By: jhi on 2000/08/11 01:22:02 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value From: Hugo Date: Thu, 10 Aug 2000 19:23:04 +0100 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk> Branch: perl ! regexec.c t/op/pat.t ____________________________________________________________________________ [ 6590] By: jhi on 2000/08/11 01:19:19 Log: Preprocessing and postprocessing for File::Find. Subject: Patch to Find::File.pm to allow alphabetical results From: Joe Smith Date: Wed, 9 Aug 2000 02:44:54 -0700 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM> Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 6589] By: jhi on 2000/08/11 01:12:39 Log: B::Deparse didn't do sub attributes. Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues?? From: simon@brecon.co.uk (Simon Cozens) Date: 9 Aug 2000 04:49:20 GMT Message-ID: Branch: perl ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL ____________________________________________________________________________ [ 6588] By: jhi on 2000/08/11 01:06:40 Log: Subject: debugger "d" command doesnt check line number From: Mike Guy Date: Tue, 08 Aug 2000 21:54:29 +0100 Message-Id: Branch: perl ! lib/perl5db.pl mg.c pod/perldiag.pod ____________________________________________________________________________ [ 6587] By: jhi on 2000/08/11 00:45:03 Log: sleep(1) does not necessarily return 1. Subject: [PATCH bleadperl] op/lex_assign.t From: Hugo Date: Thu, 03 Aug 2000 14:34:22 +0100 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk> Branch: perl ! t/op/lex_assign.t ____________________________________________________________________________ [ 6586] By: jhi on 2000/08/11 00:31:50 Log: Document the IO::Select timeout. Branch: perl ! ext/IO/lib/IO/Select.pm ____________________________________________________________________________ [ 6585] By: jhi on 2000/08/11 00:13:54 Log: Forgot contributor. Branch: perl ! Changes ____________________________________________________________________________ [ 6584] By: jhi on 2000/08/11 00:09:19 Log: detypo Branch: perl ! Changes ____________________________________________________________________________ [ 6583] By: jhi on 2000/08/11 00:07:53 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03. Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0] From: Mike Guy Date: Thu, 10 Aug 2000 15:50:54 +0100 Message-Id: Branch: perl ! sv.c t/op/int.t ____________________________________________________________________________ [ 6582] By: jhi on 2000/08/10 23:29:32 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6581] By: jhi on 2000/08/10 23:26:16 Log: Put back the std @INC thing. Branch: perl ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t ! t/lib/gol-oo.t ____________________________________________________________________________ [ 6580] By: jhi on 2000/08/10 23:03:34 Log: Update to CGI 2.70, from Lincoln Stein. Branch: perl ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t ! t/lib/cgi-request.t ____________________________________________________________________________ [ 6579] By: jhi on 2000/08/10 22:41:50 Log: Update to CPAN 1.56, from Andreas König. Branch: perl ! lib/CPAN.pm lib/CPAN/FirstTime.pm ____________________________________________________________________________ [ 6578] By: jhi on 2000/08/10 22:38:13 Log: Update to Pod::Parser 1.17, from Brad Appleton. Branch: perl ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t ! t/pod/include.t t/pod/included.t t/pod/lref.t ! t/pod/multiline_items.t t/pod/nested_items.t ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t ! t/pod/special_seqs.t ____________________________________________________________________________ [ 6577] By: jhi on 2000/08/10 22:35:41 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates. Branch: perl ! AUTHORS MAINTAIN ____________________________________________________________________________ [ 6576] By: jhi on 2000/08/10 22:24:54 Log: Update to Getopt::Long 2.23_05, from Johan Vromans. Branch: perl + t/lib/gol-oo.t ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t ! t/lib/gol-compat.t t/lib/gol-linkage.t ____________________________________________________________________________ [ 6575] By: jhi on 2000/08/10 22:02:07 Log: Update to Term::ANSIColor 1.03, from Russ Allbery. Branch: perl ! lib/Term/ANSIColor.pm t/lib/ansicolor.t ____________________________________________________________________________ [ 6574] By: jhi on 2000/08/10 21:55:03 Log: Iterating perl6 description. Branch: perl ! pod/perlfaq1.pod ____________________________________________________________________________ [ 6573] By: jhi on 2000/08/10 21:48:26 Log: Revert the sv.c part of #6559, a better fix is needed. Branch: perl ! sv.c ____________________________________________________________________________ [ 6572] By: jhi on 2000/08/10 20:33:43 Log: It's the 2ndO'ROSSC. Branch: perl ! pod/perlfaq1.pod ____________________________________________________________________________ [ 6571] By: jhi on 2000/08/10 15:55:48 Log: detypo Branch: perl ! pod/perlfaq1.pod ____________________________________________________________________________ [ 6570] By: jhi on 2000/08/10 14:11:17 Log: An exceptionally sticky typo. Branch: perl ! Changes ____________________________________________________________________________ [ 6569] By: jhi on 2000/08/10 14:09:33 Log: detypo (and test Changes updating script) Branch: perl ! Changes ____________________________________________________________________________ [ 6568] By: jhi on 2000/08/10 14:07:07 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6567] By: jhi on 2000/08/10 14:06:19 Log: Amend the description of Perl6. Subject: [PATCH Perl-5.6.0] perlfaq1.pod From: Elaine -HFB- Ashton Date: Wed, 9 Aug 2000 22:11:06 -0500 Message-ID: <20000809221106.A12246@chaos.wustl.edu> Branch: perl ! pod/perlfaq1.pod ____________________________________________________________________________ [ 6566] By: jhi on 2000/08/10 13:58:57 Log: Subject: Remove dead entry in perldiag From: Mike Guy Date: Thu, 10 Aug 2000 14:19:19 +0100 Message-Id: Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 6565] By: jhi on 2000/08/10 13:51:48 Log: Zero entries were skipped, fix from Adrian Goalby Branch: perl ! lib/unicode/Number.pl lib/unicode/mktables.PL ____________________________________________________________________________ [ 6564] By: jhi on 2000/08/10 13:00:12 Log: Subject: [PATCH 5.6.0] cygwin port From: "Fifer, Eric" Date: Thu, 10 Aug 2000 13:15:36 +0100 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com> Branch: perl ! README.cygwin hints/cygwin.sh ____________________________________________________________________________ [ 6563] By: jhi on 2000/08/10 12:55:16 Log: Get back into sync with Jeffrey on the enhanced regex warnings. Branch: perl ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t ____________________________________________________________________________ [ 6562] By: gsar on 2000/08/10 08:38:39 Log: warn is a macro, avoid using at a variable to avoid warnings in some configurations; readdir.t is too conservative in estimating number of *.t's Branch: perl ! t/op/readdir.t util.c ____________________________________________________________________________ [ 6561] By: jhi on 2000/08/09 23:35:42 Log: Update Changes. Branch: perl ! Changes ____________________________________________________________________________ [ 6560] By: jhi on 2000/08/09 23:05:47 Log: Subject: Re: enhanced(?) regex error messages From: Jeffrey Friedl Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT) Message-Id: <200008090759.AAA07144@ventrue.yahoo.com> (plus two small patches sent privately) (this still seems to leave few test failures) Branch: perl + t/op/regmesg.t ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t ! t/pragma/warn/regcomp ____________________________________________________________________________ [ 6559] By: jhi on 2000/08/09 20:41:18 Log: (The fix did work but was not right, retracted in #6573) Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6 From: Christian Kirsch Date: Wed, 9 Aug 2000 17:05:17 +0200 Message-Id: <20000809170517.A25389@held> Branch: perl ! sv.c t/pragma/locale.t ____________________________________________________________________________ [ 6558] By: jhi on 2000/08/08 22:34:08 Log: Tiny updates on the contributors list. Branch: perl ! Changes ____________________________________________________________________________ [ 6557] By: jhi on 2000/08/08 19:34:28 Log: Double check that we have a dirhandle. Branch: perl ! util.c ____________________________________________________________________________ [ 6556] By: jhi on 2000/08/08 19:01:51 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean. May be repopulated with fresh maintained examples. Branch: perl + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi + lib/CGI/eg/wilogo_gif.uu - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi - eg/cgi/frameset.cgi eg/cgi/index.html - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp - eg/van/vanish eg/who eg/wrapsuid ! MANIFEST ____________________________________________________________________________ [ 6555] By: jhi on 2000/08/08 18:51:08 Log: Delete chat2 as requested by Randal. Subject: Re: perlfaq8 coyness From: merlyn@stonehenge.com (Randal L. Schwartz) Date: 15 May 2000 18:52:42 -0700 Message-ID: Branch: perl - lib/chat2.pl ! MANIFEST ____________________________________________________________________________ [ 6554] By: jhi on 2000/08/08 18:31:35 Log: Regen global.sym. Branch: perl ! global.sym ____________________________________________________________________________ [ 6553] By: jhi on 2000/08/08 18:28:13 Log: Do away with array context, from Daniel Chetlin (either perlbug or p5p ate the original), plus regen perlapi and perltoc. Branch: perl ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm ____________________________________________________________________________ [ 6552] By: jhi on 2000/08/08 18:06:29 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu) From: Mike Guy Message-Id: Date: Tue, 08 Aug 2000 15:51:27 +0100 Branch: perl ! doop.c sv.h t/op/join.t t/pragma/overload.t ____________________________________________________________________________ [ 6551] By: jhi on 2000/08/08 18:01:11 Log: Re-apply #6549. Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 6550] By: jhi on 2000/08/08 17:43:08 Log: Accidental retraction of #6549. Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 6549] By: jhi on 2000/08/08 17:40:04 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0" From: Mike Guy Date: Mon, 07 Aug 2000 21:49:58 +0100 Message-Id: Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 6548] By: jhi on 2000/08/08 17:37:57 Log: Document here-doc better. Subject: Re: [ID 20000804.003] heredoc in s///e replacement From: Mike Guy Date: Mon, 07 Aug 2000 14:02:09 +0100 Message-Id: Branch: perl ! pod/perldata.pod ____________________________________________________________________________ [ 6547] By: jhi on 2000/08/08 17:33:34 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg" From: "Randy J. Ray" Date: Mon, 07 Aug 2000 19:12:25 -0700 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com> Branch: perl ! perl.c pod/perlrun.pod ____________________________________________________________________________ [ 6546] By: jhi on 2000/08/08 17:29:26 Log: Subject: Re: enhanced(?) regex error messages From: Hugo Date: Tue, 08 Aug 2000 03:25:51 +0100 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk> plus Capitalize the error messages, plus perldiag them. Branch: perl ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests ____________________________________________________________________________ [ 6545] By: jhi on 2000/08/08 13:59:28 Log: Augment #6539 a bit: don't croak if there's magic in the air. Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) From: Hugo Date: Tue, 08 Aug 2000 03:02:03 +0100 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk> Branch: perl ! pp.c t/op/bless.t ____________________________________________________________________________ [ 6544] By: jhi on 2000/08/07 21:11:52 Log: Make the test -w clean. Branch: perl ! t/op/bless.t ____________________________________________________________________________ [ 6543] By: jhi on 2000/08/07 19:49:53 Log: use warnings instead of $^W. Branch: perl ! t/op/bless.t ____________________________________________________________________________ [ 6542] By: jhi on 2000/08/07 17:41:41 Log: Disable a portability warning Because We Know What We Are Doing. Branch: perl ! t/op/bless.t ____________________________________________________________________________ [ 6541] By: jhi on 2000/08/07 17:29:51 Log: Tiny tidying on report_evil_fh(). Branch: perl ! util.c ____________________________________________________________________________ [ 6540] By: jhi on 2000/08/07 16:37:38 Log: Make regular expression parse error messages easier to understand. Subject: Re: enhanced(?) regex error messages From: Jeffrey Friedl Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT) Message-Id: <200008050634.XAA20360@ventrue.yahoo.com> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 6539] By: jhi on 2000/08/07 16:12:27 Log: Make bless(REF, REF) a fatal error, add bless tests. Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) From: Hugo Date: Mon, 07 Aug 2000 16:59:38 +0100 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk> Branch: perl + t/op/bless.t ! MANIFEST pod/perldiag.pod pp.c sv.c ____________________________________________________________________________ [ 6538] By: jhi on 2000/08/07 15:59:43 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented From: Tim Conrow Date: Thu, 3 Aug 2000 14:29:21 -0700 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu> Branch: perl ! lib/lib_pm.PL ____________________________________________________________________________ [ 6537] By: jhi on 2000/08/07 15:47:18 Log: Retract #6419 for now since it breaks in AFS and MachTen. Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 6536] By: jhi on 2000/08/07 15:05:29 Log: Plug the security hole described in the Aug 05 2000 bugtraq message "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski. The security hole exists only in suidperls, which isn't installed or even built by default. Branch: perl ! perl.c ____________________________________________________________________________ [ 6535] By: jhi on 2000/08/07 14:45:14 Log: tr memory corruption fix from Simon Cozens. Branch: perl ! doop.c ____________________________________________________________________________ [ 6534] By: jhi on 2000/08/06 11:38:16 Log: Document a bit that UDP is not what you might think. Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation From: Lupe Christoph Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de> Date: Mon, 24 Jul 2000 08:59:15 +0200 Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 6533] By: jhi on 2000/08/06 11:35:01 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0) From: Jeff Pinyan Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT) Message-ID: Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6532] By: jhi on 2000/08/06 03:45:41 Log: Have symbols for the IoTYPEs. Branch: perl ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c ____________________________________________________________________________ [ 6531] By: jhi on 2000/08/06 01:33:55 Log: Continue fixing the io warnings. This also sort of fixes bug ID 20000802.003: the core dump is no more. Whether the current behaviour is correct (giving a warning: "Not a format reference"), is another matter. Branch: perl ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c ____________________________________________________________________________ [ 6530] By: jhi on 2000/08/05 21:33:12 Log: Change the Policy policy: now -Dprefix= with an existing Policy.sh and prefix == siteprefix == vendorprefix, then all of them follow along the new prefix. Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH] From: Andy Dougherty Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT) Message-ID: Branch: perl ! Policy_sh.SH ____________________________________________________________________________ [ 6529] By: jhi on 2000/08/05 18:57:28 Log: Zap lib/Sys directory when cleaning up. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6528] By: jhi on 2000/08/05 18:40:44 Log: Essential prototype changes were missing from #6527. Also make report_evil_fh() more bomb-proof. Branch: perl ! embed.h util.c ____________________________________________________________________________ [ 6527] By: jhi on 2000/08/05 03:22:05 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock From: "Ronald F. Guilmette" Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT) Message-Id: <200007242247.PAA52177@monkeys.com> Branch: perl ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c ____________________________________________________________________________ [ 6526] By: jhi on 2000/08/04 21:23:27 Log: gcc versions might have (parentheses) in them. Branch: metaconfig/U/perl ! gccvers.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6525] By: jhi on 2000/08/04 20:23:12 Log: Weed buglets pointed out by From: Lupe Christoph Subject: Re: [ID 20000803.005] miniperl aborts during Perl make Date: Fri, 4 Aug 2000 17:34:39 +0200 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de> Branch: metaconfig/U/perl ! gccvers.U uselfs.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6524] By: jhi on 2000/08/04 19:02:08 Log: Warn under -w if lstat(FH) is attempted. Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot From: "Todd C. Miller" Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> Branch: perl ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c ! t/pragma/warn/pp_sys ____________________________________________________________________________ [ 6523] By: jhi on 2000/08/04 12:31:11 Log: Subject: New perlcc, take 2 From: simon@brecon.co.uk (Simon Cozens) Date: 4 Aug 2000 06:21:04 GMT Message-ID: Branch: perl ! utils/perlcc.PL ____________________________________________________________________________ [ 6522] By: jhi on 2000/08/04 12:26:33 Log: Subject: Re: Array vs. List context From: Daniel Chetlin Date: Fri, 4 Aug 2000 00:22:44 -0700 Message-ID: <20000804002244.A5924@ilmd.chetlin.org> Branch: perl ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod ! pod/perlfaq4.pod ____________________________________________________________________________ [ 6521] By: jhi on 2000/08/04 12:22:38 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters From: Raymund Will Date: Fri, 4 Aug 2000 12:07:09 +0200 Message-Id: <20000804120709.A14982@caldera.de> Branch: perl ! configure.gnu ____________________________________________________________________________ [ 6520] By: jhi on 2000/08/04 04:09:06 Log: After the #6519 a warning about stat() is just that, not about a filetest, which now have their own warning. Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 6519] By: jhi on 2000/08/04 04:06:30 Log: In the warnings call filehandles consistently so; add "unopened" warning for stat(). Branch: perl ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio ! t/pragma/warn/pp_sys ____________________________________________________________________________ [ 6518] By: jhi on 2000/08/04 02:55:35 Log: Subject: Minor tweak to perlvar.pod From: "Stephen P. Potter" Date: Tue, 18 Apr 2000 09:26:03 -0400 Message-Id: <200004181326.JAA01560@spp.users.ds.net> Branch: perl ! pod/perlvar.pod ____________________________________________________________________________ [ 6517] By: jhi on 2000/08/04 02:50:08 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc From: "Clinton Pierce" Date: Wed, 21 Jul 1999 16:45:31 -0400 Message-Id: <199907212049.QAA12875@mailfw3.ford.com> Fix by Stephen Potter (visible in the bug db but not in p5p?) Branch: perl ! pod/perlfunc.pod pod/perlop.pod ____________________________________________________________________________ [ 6516] By: jhi on 2000/08/04 02:09:25 Log: This is 6512. Really. Branch: perl ! dump.c ____________________________________________________________________________ [ 6515] By: jhi on 2000/08/04 01:25:50 Log: mention the idea of @( and @) Branch: perl ! Todo-5.6 ____________________________________________________________________________ [ 6514] By: bailey on 2000/08/04 01:18:46 Log: YA resync with mainstem, including VMS patches from others Branch: vmsperl +> (branch 48 files) - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc !> (integrate 354 files) ____________________________________________________________________________ [ 6513] By: jhi on 2000/08/04 01:18:18 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily From: Mark Dickinson Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT) Message-Id: Branch: perl ! t/op/grent.t t/op/pwent.t ____________________________________________________________________________ [ 6512] By: jhi on 2000/08/04 01:14:06 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump From: "M.J.T. Guy" Date: Wed, 02 Aug 2000 10:51:01 +0100 Message-Id: Branch: perl ! sv.c ____________________________________________________________________________ [ 6511] By: jhi on 2000/08/04 00:57:00 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 03 Aug 2000 17:20:04 -0700 Message-ID: <0wgi5gzkgqLb092yn@efn.org> Branch: metaconfig ! U/modified/Cppsym.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6510] By: jhi on 2000/08/04 00:25:28 Log: detypo Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6509] By: jhi on 2000/08/03 23:43:18 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t From: Dominic Dunlop Date: Thu, 3 Aug 2000 22:16:46 +0200 Message-Id: Branch: perl ! t/op/sprintf.t ____________________________________________________________________________ [ 6508] By: jhi on 2000/08/03 23:40:37 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems From: Hugo Date: Thu, 03 Aug 2000 18:25:30 +0100 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk> Branch: perl ! regcomp.c t/op/re_tests ____________________________________________________________________________ [ 6507] By: jhi on 2000/08/03 23:38:28 Log: Subject: [PATCH] sv.h documentation - SvLEN From: Mike Guy Date: Thu, 03 Aug 2000 14:43:09 +0100 Message-Id: Branch: perl ! sv.h ____________________________________________________________________________ [ 6506] By: jhi on 2000/08/03 15:49:14 Log: Disable the fix_pl hack for now. Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6505] By: jhi on 2000/08/03 13:49:04 Log: Add a URL for FSF. Subject: Patch for README From: Elaine -HFB- Ashton Date: Wed, 2 Aug 2000 13:25:09 -0500 Message-ID: <20000802132509.I10379@chaos.wustl.edu> Branch: perl ! README ____________________________________________________________________________ [ 6504] By: jhi on 2000/08/03 13:29:19 Log: Be more informative on what is skipped and why, also repeat the list at the end. Branch: perl ! Porting/p4desc ____________________________________________________________________________ [ 6503] By: jhi on 2000/08/03 13:07:05 Log: Circumvent the removal of .patch by fix_pl. Subject: Re: [ID 20000802.011] unable to 'make test' From: simon@brecon.co.uk (Simon Cozens) Date: 3 Aug 2000 04:17:00 GMT Message-ID: Branch: perl ! Makefile.SH ____________________________________________________________________________ [ 6502] By: jhi on 2000/08/03 00:14:34 Log: Add the missing setproctitle unit. Branch: metaconfig/U/perl + d_setproctitle.U ____________________________________________________________________________ [ 6501] By: jhi on 2000/08/03 00:00:26 Log: The subtest 4 may fail also on VOBS, as pointed out by Nick Ing-Simmons in November 1999, bug id 19991124.003 (but the failure in that bug report isn't the subtest 4). Branch: perl ! t/op/stat.t ____________________________________________________________________________ [ 6500] By: jhi on 2000/08/02 23:49:30 Log: Better skip message for the test; one of the two problems in Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7 From: Lupe Christoph Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET) Message-Id: <200002241054.LAA06808@lupe-christoph.de> Branch: perl ! t/op/numconvert.t ____________________________________________________________________________ [ 6499] By: jhi on 2000/08/02 22:49:16 Log: Allow "no Module;" even if there is no 'unimport'. Subject: [ID 20000324.029] `unimport' is not special the way `import' is From: mjd@plover.com Date: 24 Mar 2000 15:24:34 -0000 Message-Id: <20000324152434.15160.qmail@plover.com> Branch: perl ! gv.c ____________________________________________________________________________ [ 6498] By: jhi on 2000/08/02 22:42:58 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros that are hopefully soon put into use. Branch: perl ! opcode.h opcode.pl opnames.h ____________________________________________________________________________ [ 6497] By: gsar on 2000/08/02 22:28:59 Log: require.t needs binmode() to work on windows Branch: perl ! t/comp/require.t ____________________________________________________________________________ [ 6496] By: jhi on 2000/08/02 22:08:51 Log: Document the IVdf UVuf UVof UVxf. Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 6495] By: jhi on 2000/08/02 21:54:26 Log: detypo #6494 Branch: perl ! ext/Data/Dumper/Dumper.xs ____________________________________________________________________________ [ 6494] By: jhi on 2000/08/02 21:49:17 Log: Dump UVs as UVs in Data::Dumper. Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers From: Gurusamy Sarathy Date: Thu, 27 Apr 2000 12:26:25 -0700 Message-Id: <200004271926.MAA04331@molotok.activestate.com> Branch: perl ! ext/Data/Dumper/Dumper.xs ____________________________________________________________________________ [ 6493] By: jhi on 2000/08/02 17:01:58 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error From: Hugo Date: Wed, 02 Aug 2000 14:53:56 +0100 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk> Branch: perl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 6492] By: jhi on 2000/08/02 15:02:46 Log: The new setproctitle() feature is available only in bleeding edge FreeBSD. From Paul Saab. Branch: perl ! mg.c ____________________________________________________________________________ [ 6491] By: jhi on 2000/08/02 13:34:36 Log: The tr utf8 patching continues. Subject: Re: #6469, too many tests claimed in require.t From: simon@brecon.co.uk (Simon Cozens) Date: 2 Aug 2000 02:37:17 GMT Message-ID: (the logic of the test was the wrong way round in the patch) Branch: perl ! doop.c ____________________________________________________________________________ [ 6490] By: jhi on 2000/08/02 13:27:38 Log: The name of a filehandle does not have . Branch: perl ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio ! t/pragma/warn/pp_sys util.c ____________________________________________________________________________ [ 6489] By: jhi on 2000/08/02 04:26:46 Log: Remove the extraneous "main::" prefix from all the "opened only for", "on closed", and "never opened" warnings. Subject: Re: inappropriate warning From: Gurusamy Sarathy Date: Mon, 20 Mar 2000 11:28:02 -0800 Message-Id: <200003201928.LAA32224@maul.ActiveState.com> Branch: perl ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c ! proto.h t/pragma/warn/4lint t/pragma/warn/doio ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c ____________________________________________________________________________ [ 6488] By: jhi on 2000/08/02 03:02:57 Log: memcpy has n o in it, as pinted ut by Sarathy. Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 6487] By: jhi on 2000/08/02 02:44:51 Log: Document in one place the memory abstractions used in Perl core. Subject: Re: Memory abstraction From: simon@brecon.co.uk (Simon Cozens) Date: 2 Aug 2000 02:20:23 GMT Organization: Earth.li Origins Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 6486] By: jhi on 2000/08/02 02:41:57 Log: regen_headers, regen perltoc. Branch: perl ! perlapi.c pod/perltoc.pod ____________________________________________________________________________ [ 6485] By: jhi on 2000/08/02 01:43:33 Log: "This little thing tests for a file .patch, and if it contains a number, pops into patchlevel.h" (making it easier to track which development version people are reporting bugs against) Subject: Patchlevel autogeneration for repository perls From: simon@brecon.co.uk (Simon Cozens) Date: 14 Jul 2000 07:12:15 GMT Message-ID: Branch: perl + fix_pl ! MANIFEST Makefile.SH ____________________________________________________________________________ [ 6484] By: jhi on 2000/08/02 01:32:54 Log: FreeBSD 3.* updates from From: Paul Saab Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps Date: Tue, 1 Aug 2000 15:41:39 -0700 Message-Id: <20000801154139.A53740@yahoo-inc.com> Branch: perl ! hints/freebsd.sh ____________________________________________________________________________ [ 6483] By: jhi on 2000/08/02 01:27:44 Log: In new BSDs changes to argv[] do not show up in ps(1) output, instead one must use setproctitle(). This was already addressed by change #6457, but the below has a new variant for FreeBSD 4.0 or later, and the matter is also documented more. From: Paul Saab Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps Date: Tue, 1 Aug 2000 15:41:39 -0700 Message-Id: <20000801154139.A53740@yahoo-inc.com> Branch: metaconfig/U/perl + i_libutil.U Branch: perl ! Configure config_h.SH mg.c perl.h pod/perlvar.pod ____________________________________________________________________________ [ 6482] By: jhi on 2000/08/01 22:17:32 Log: The test from this Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions Date: Sat, 15 Apr 2000 17:03:44 +0100 From: Tom Hughes Message-ID: was missing, the code change went in as #5989 (which had a different test?) Branch: perl ! t/op/misc.t ____________________________________________________________________________ [ 6481] By: jhi on 2000/08/01 21:48:38 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself From: Jeff Okamoto Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT) Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com> Branch: perl ! perl.h ____________________________________________________________________________ [ 6480] By: jhi on 2000/08/01 18:05:28 Log: Make p4desc to skip non-mainperl branches by default. Branch: perl ! Porting/p4desc ____________________________________________________________________________ [ 6479] By: jhi on 2000/08/01 17:29:19 Log: If gccosandvers is equal to osname, clear gccosandvers. Branch: metaconfig/U/perl ! gccvers.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6478] By: jhi on 2000/08/01 15:54:08 Log: BOM patching from Simon Cozens. Branch: perl ! toke.c ____________________________________________________________________________ [ 6477] By: jhi on 2000/08/01 04:50:33 Log: Stash away the largefiles flags and libswanted. Branch: perl ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh ____________________________________________________________________________ [ 6476] By: gsar on 2000/08/01 04:24:24 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump on Windows) Branch: perl ! t/pragma/utf8.t utf8.c win32/win32.c ____________________________________________________________________________ [ 6475] By: jhi on 2000/08/01 03:35:24 Log: Make chr() for values >127 to create utf8 when under utf8. Subject: Re: uft8/chr() From: simon@brecon.co.uk (Simon Cozens) Date: 1 Aug 2000 02:37:02 GMT Message-ID: Branch: perl ! pod/perlfunc.pod pp.c t/pragma/utf8.t ____________________________________________________________________________ [ 6474] By: jhi on 2000/08/01 02:36:18 Log: In Digital UNIX warn if gcc explicitly chosen because even 2.95.2 is known to cause problems. Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 6473] By: jhi on 2000/08/01 02:00:56 Log: Make the safety catch for buggy gccs work with triple version numbers like 2.95.2. Reported in Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2 From: Maurizio Loreti Date: Mon, 31 Jul 2000 14:55:06 +0200 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it> Branch: perl ! hints/dec_osf.sh ____________________________________________________________________________ [ 6472] By: jhi on 2000/08/01 01:13:33 Log: Subject: fix and question re: waitpid() under win32 From: Brian Clarke Date: Fri, 28 Jul 2000 15:18:29 -0400 Message-ID: <3981DC85.290314EB@appliedmeta.com> Slightly reformatted and WNOHANG # define moved to win32.h so that also POSIX.xs sees it, as suggsted by Sarathy. Branch: perl ! win32/win32.c win32/win32.h ____________________________________________________________________________ [ 6471] By: jhi on 2000/08/01 00:55:05 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr/// From: "M.J.T. Guy" Message-Id: Date: Mon, 31 Jul 2000 13:28:51 +0100 (aka ID 20000730.002) Branch: perl ! op.c t/op/tr.t ____________________________________________________________________________ [ 6470] By: jhi on 2000/07/31 23:34:42 Log: Document the problem with -P in HP-UX and its workaround. Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P From: Milton Hankins {64892} Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT) Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com> Branch: perl ! README.hpux ____________________________________________________________________________ [ 6469] By: jhi on 2000/07/31 04:15:02 Log: The swallow_bom() saga continues. The #23 of require.t (UTF16-LE) still fails (silently, no output) but the #22 (UTF16-BE) seems to be working now. The root of the failure may be in sv_gets(): is it UTF-16LE-aware, especially when it comes to line endings? Branch: perl ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h ! t/comp/require.t toke.c utf8.c ____________________________________________________________________________ [ 6468] By: jhi on 2000/07/30 19:05:48 Log: Find green threads before native threads. Subject: Re: Patch to jpl/JNI/Makefile.PL From: Jens Thomsen Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT) Message-ID: Branch: perl ! jpl/JNI/Makefile.PL ____________________________________________________________________________ [ 6467] By: jhi on 2000/07/30 18:36:22 Log: Fix the HALF_UPGRADE() macro introduced in #6263. Branch: perl ! doop.c ____________________________________________________________________________ [ 6466] By: jhi on 2000/07/30 04:37:29 Log: A new version of the "remove UPPERACSE string comparison" operators. The problem with the previous one (change #6454) was that it was for Perl 5.6.0. From Paul Marquess. Branch: perl ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal ! t/pragma/warn/8signal t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 6465] By: jhi on 2000/07/29 22:39:56 Log: Do not upgrade SVs into utf8 just because they participate in eq or cmp. Reported and fix suggested in Subject: [ID 20000720.009] sv_eq UTF8 bug From: "Simon Cozens" Date: 21 Jul 2000 04:37:29 -0000 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li> Exercise for the kind reader: should we or should we not cache the utf8 conversion alonside the SV? (as magic, as thestrxfrm()ed version is cached under use locale) Argue both for and against. Branch: perl ! sv.c ____________________________________________________________________________ [ 6464] By: jhi on 2000/07/29 22:36:22 Log: Subject: UTF8 concat From: simon@brecon.co.uk (Simon Cozens) Date: 30 Jun 2000 06:13:25 GMT Message-ID: (with a memory leak fixed, plus a few casts added) This also seems to help for Subject: [ID 20000716.015] join UTF8 weirdness From: root Date: Sat, 15 Jul 2000 15:29:54 +0200 Message-Id: <200007151329.PAA13970@ak-71.mind.de> (from Andreas König) Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 6463] By: jhi on 2000/07/29 00:55:39 Log: Tune the comments and hopefully stop a memory leak. Branch: perl ! toke.c utf8.c ____________________________________________________________________________ [ 6462] By: jhi on 2000/07/29 00:16:53 Log: The problem described in this Subject: [ID 20000322.018] named chars aren't magical enough From: root Date: Wed, 22 Mar 2000 18:37:42 -0700 Message-Id: <200003230137.SAA29532@dixie.cscaper.com> has been fixed in perl 5.6.0 but just in case added a test to keep it away. (The report from Joseph Hall.) Branch: perl ! t/lib/charnames.t ____________________________________________________________________________ [ 6461] By: jhi on 2000/07/28 23:56:36 Log: Tiny fixes for #6460. Branch: metaconfig/U/perl ! gccvers.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6460] By: jhi on 2000/07/28 23:24:41 Log: Warn if the version of the operating system used to compile gcc differs from the current version of the operating system. Also display the gcc compilation os and version in myconfig. Inspiration from Subject: Re: [ID 20000710.003] ERRORS!! From: "Kurt D. Starsinic" Date: Mon, 10 Jul 2000 15:54:16 -0400 Message-ID: <20000710155416.A1384@O2.chapin.edu> Branch: metaconfig/U/perl ! gccvers.U Branch: perl ! Configure config_h.SH myconfig.SH ____________________________________________________________________________ [ 6459] By: jhi on 2000/07/28 22:00:32 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version letter to $Config{osvers}. Branch: metaconfig ! U/modified/Oldconfig.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6458] By: jhi on 2000/07/28 04:15:39 Log: Back out #6454, doesn't seem to work. (Reason: that patch was for perl 5.6.0, not perl-current) (A version of the patch for perl-current came in later as #6466) Branch: perl ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint ! t/pragma/warn/5nolint t/pragma/warn/7fatal ! t/pragma/warn/8signal t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 6457] By: jhi on 2000/07/27 23:31:49 Log: Use setproctitle() if available to modify $0. Subject: setting $* on BSD4 broken From: Jeffrey Friedl Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT) Message-Id: <200007230831.BAA08379@ventrue.yahoo.com> Branch: metaconfig ! U/modified/Myinit.U Branch: perl ! Configure config_h.SH mg.c ____________________________________________________________________________ [ 6456] By: jhi on 2000/07/27 14:50:47 Log: Allow "no AutoLoader;", based on change #6444, suggested by Graham Barr. Branch: perl ! lib/AutoLoader.pm ____________________________________________________________________________ [ 6455] By: jhi on 2000/07/27 14:19:10 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag From: rspier@pobox.com (Robert Spier) Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT) Message-ID: <14720.15855.787664.424783@rls.cx> Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 6454] By: jhi on 2000/07/27 14:03:02 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated for a long time). Reported in Subject: [ID 20000717.004] Unexpected complaint of NE deprecation From: Ryan Herbert Date: Mon, 17 Jul 2000 11:40:42 -0400 Message-Id: <200007171540.LAA20480@beorn.hq.sai> Patched in Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation From: "Paul Marquess" Date: Wed, 26 Jul 2000 23:40:18 +0100 Message-ID: <000001bff752$79511880$0a17073e@tiny> based on an earlier patch from Stephen P. Potter. (Removed later by change #6458 because this patch was for perl 5.6.0, not perl-current) Branch: perl ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint ! t/pragma/warn/5nolint t/pragma/warn/7fatal ! t/pragma/warn/8signal t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 6453] By: jhi on 2000/07/27 13:48:02 Log: Subject: [PATCH] fixes bug 20000508.004 From: Michael Stevens Date: Thu, 27 Jul 2000 13:49:04 +0100 Message-ID: <20000727134903.A9351@athenaeum.globnix.org> Branch: perl ! pod/perldata.pod ____________________________________________________________________________ [ 6452] By: jhi on 2000/07/26 23:51:26 Log: Further File::Temp patches from Yitzchak Scott-Thoennes and Craig A. Berry. Branch: perl ! lib/File/Temp.pm pod/perlport.pod ____________________________________________________________________________ [ 6451] By: jhi on 2000/07/26 19:43:30 Log: Be wary of close()s, too. Subject: Re: [PATCH] perlbug cleanup From: Tim Jenness Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST) Message-ID: Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 6450] By: jhi on 2000/07/26 18:41:40 Log: Subject: Minor doc patch: handy.h From: Daniel =?iso-8859-1?Q?Mui=F1o?= Date: Wed, 26 Jul 2000 15:34:25 -0300 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar> Branch: perl ! handy.h pod/perlapi.pod ____________________________________________________________________________ [ 6449] By: jhi on 2000/07/26 18:23:55 Log: Subject: [PATCH] minor doc change - perlguts From: Michael Stevens Date: Thu, 13 Jul 2000 12:39:18 +0100 Message-ID: <20000713123918.A26561@athenaeum.globnix.org> Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 6448] By: jhi on 2000/07/26 18:20:30 Log: open() wariness in perlbug. Subject: [PATCH] perlbug cleanup From: Michael Stevens Message-ID: <20000713155222.A11380@athenaeum.globnix.org> Date: Thu, 13 Jul 2000 15:52:23 +0100 Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 6447] By: jhi on 2000/07/26 18:13:04 Log: File::Temp patches for VMS and OS/2 from Tim Jenness. Branch: perl ! lib/File/Temp.pm t/lib/ftmp-security.t ____________________________________________________________________________ [ 6446] By: jhi on 2000/07/26 18:06:32 Log: docfix from Peter Scott . Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6445] By: jhi on 2000/07/26 17:53:31 Log: Fix *foo{FORMAT}. From: "H.Merijn Brand" Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?) Date: Wed, 26 Jul 2000 19:51:02 +0200 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl> From: Graham Barr Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?) Date: Wed, 26 Jul 2000 17:38:36 +0100 Message-ID: <20000726173836.L472@pobox.com> Branch: perl ! pp.c sv.c t/op/gv.t ____________________________________________________________________________ [ 6444] By: jhi on 2000/07/26 17:49:14 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance, from Graham Barr in the module list. Branch: perl ! gv.c pod/perlobj.pod ____________________________________________________________________________ [ 6443] By: jhi on 2000/07/26 16:06:56 Log: More split() doc and test patches from Mike Guy. Branch: perl ! pod/perlfunc.pod t/op/split.t ____________________________________________________________________________ [ 6442] By: jhi on 2000/07/26 16:05:30 Log: MacOS nits from Matthias Neeracher. Branch: perl ! perl.c pp_ctl.c ____________________________________________________________________________ [ 6441] By: jhi on 2000/07/26 04:39:57 Log: Subject: [PATCH] split /^/ From: "M.J.T. Guy" Date: Tue, 25 Jul 2000 14:18:57 +0100 Message-Id: (with notes from tchrist and gbarr) Branch: perl ! pod/perlfunc.pod t/op/split.t ____________________________________________________________________________ [ 6440] By: jhi on 2000/07/26 04:32:32 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX) From: Peter Prymmer Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT) Message-ID: Branch: perl ! vms/munchconfig.c ____________________________________________________________________________ [ 6439] By: jhi on 2000/07/26 04:31:01 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]] to be fatal errors (instead of by default ignoring them, and ignoring with a bug: even though -w gave an error, the opening [ was left in) Reported in: Subject: [ID 20000716.024] [=cc=] / [:blank:] From: Jeffrey Friedl Date: Sun, 16 Jul 2000 17:55:29 -0700 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com> Branch: perl ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp ____________________________________________________________________________ [ 6438] By: jhi on 2000/07/25 15:41:15 Log: Subject: [PATCH] av.c apidoc From: simon@brecon.co.uk (Simon Cozens) Date: 24 Jul 2000 06:40:52 GMT Message-ID: Branch: perl ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h ! perlapi.c perlapi.h pod/perlapi.pod proto.h ____________________________________________________________________________ [ 6437] By: jhi on 2000/07/25 14:05:36 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod From: "Stephen P. Potter" Date: Mon, 24 Jul 2000 14:22:23 -0400 Message-Id: <200007241822.OAA06827@spp.users.ds.net> Branch: perl ! pod/perllocale.pod ____________________________________________________________________________ [ 6436] By: jhi on 2000/07/25 14:02:03 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ From: "M.J.T. Guy" Date: Mon, 24 Jul 2000 18:04:28 +0100 Message-Id: Branch: perl ! t/lib/syslfs.t t/op/lfs.t ____________________________________________________________________________ [ 6435] By: jhi on 2000/07/25 13:59:28 Log: Get UTF16 BOMs working. Patch from Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00 From: "M.J.T. Guy" Date: Tue, 25 Jul 2000 12:52:45 +0100 Message-Id: and notes from Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00 From: "M.J.T. Guy" Date: Tue, 25 Jul 2000 11:43:25 +0100 Message-Id: Branch: perl ! t/comp/require.t toke.c utf8.c ____________________________________________________________________________ [ 6434] By: jhi on 2000/07/25 02:39:54 Log: Make the "uninit variable" warning to say "concat or string" or "join or string" when in concat or join . Subject: Re: [ID 20000403.009] uninitialised concatenation??? From: "M.J.T. Guy" Date: Tue, 04 Apr 2000 18:22:58 +0100 Message-Id: Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.) From: William R Ward Date: Thu, 30 Mar 2000 19:50:03 -0800 Message-Id: <200003310350.TAA13319@komodo.bayview.com> Branch: perl ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h ! t/pragma/warn/op t/pragma/warn/sv ____________________________________________________________________________ [ 6433] By: jhi on 2000/07/24 17:52:56 Log: File::Spec::VMS fixup for tmpdir from Craig Berry. Branch: perl ! lib/File/Spec/VMS.pm ____________________________________________________________________________ [ 6432] By: jhi on 2000/07/24 17:44:44 Log: Test cases for #6431. Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../) From: "M.J.T. Guy" Date: Mon, 24 Jul 2000 15:32:29 +0100 Message-Id: Branch: perl ! t/op/pat.t t/op/split.t ____________________________________________________________________________ [ 6431] By: jhi on 2000/07/24 17:43:17 Log: Bind op fix. Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../) From: "M.J.T. Guy" Date: Mon, 17 Jul 2000 20:04:56 +0100 Message-Id: Branch: perl ! op.c ____________________________________________________________________________ [ 6430] By: jhi on 2000/07/24 03:42:42 Log: Subject: [ID 20000716.023] syslog test fails without sockets From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT) Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org> Branch: metaconfig/U/perl ! Extensions.U Branch: perl ! Configure config_h.SH ____________________________________________________________________________ [ 6429] By: jhi on 2000/07/24 03:11:52 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements case, but add also notes explaining the relationship of this patch and the earlier notes by Sarathy. Subject: Map is still slow From: "Ben Tilly" Date: Sat, 15 Jul 2000 17:23:27 EDT Message-ID: <20000715212327.21656.qmail@hotmail.com> Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 6428] By: jhi on 2000/07/24 02:58:52 Log: Documentation to explain the behaviour of map(). Subject: Re: Map is still slow From: Gurusamy Sarathy Date: Sat, 15 Jul 2000 16:05:09 -0700 Message-Id: <200007152305.QAA26887@molotok.activestate.com> Branch: perl ! pp_ctl.c ____________________________________________________________________________ [ 6427] By: jhi on 2000/07/24 02:50:03 Log: Add tests for [ID 19991110.003] another matching finding by pcre author which has already been fixed by some patch, as verified in Subject: Re: two regex bugs from the mists of time (well, last November) From: Hugo Date: Sat, 22 Jul 2000 18:12:58 +0100 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk> Branch: perl ! t/op/re_tests ____________________________________________________________________________ [ 6426] By: jhi on 2000/07/24 02:11:20 Log: A missing 'break' after the [[:space:]] switch case. Subject: [ID 20000718.006] Missing 'break' in regcomp.c From: "Stephen P. Potter" Date: Tue, 18 Jul 2000 16:25:17 -0400 Message-Id: <200007182025.QAA28383@spp.users.ds.net> Branch: perl ! regcomp.c ____________________________________________________________________________ [ 6425] By: jhi on 2000/07/24 02:06:12 Log: The output might have been produced in the wrong order. Subject: [ID 20000720.003] [PATCH] t/op/write.t From: "M.J.T. Guy" Date: Thu, 20 Jul 2000 18:49:18 +0100 Message-Id: Branch: perl ! t/op/write.t ____________________________________________________________________________ [ 6424] By: jhi on 2000/07/24 02:00:07 Log: Use STDOUT consistently. Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output From: "M.J.T. Guy" Date: Thu, 20 Jul 2000 18:04:01 +0100 Message-Id: Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 6423] By: jhi on 2000/07/24 01:54:54 Log: Protect against "wild next"s, that is, callbacks doing "next" instead of "return". Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0 From: "M.J.T. Guy" Date: Tue, 18 Jul 2000 11:30:16 +0100 Message-Id: Branch: perl ! lib/File/Find.pm ____________________________________________________________________________ [ 6422] By: jhi on 2000/07/24 01:35:47 Log: Out-of-date note removed. Subject: [PATCH] documentation perlipc From: rspier@pobox.com (Robert Spier) Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT) Message-ID: <14711.35178.572612.502654@rls.cx> Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 6421] By: jhi on 2000/07/24 00:09:18 Log: Send all installperl messages to STDERR and be -w clean. Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem From: "M.J.T. Guy" Date: Sat, 22 Jul 2000 14:02:11 +0100 Message-Id: Branch: perl ! installperl ____________________________________________________________________________ [ 6420] By: jhi on 2000/07/24 00:04:19 Log: Decutandpasto. Subject: [PATCH perl-current] 19990607.008 - perlipc.pod From: "Richard Soderberg" Date: Sun, 23 Jul 2000 01:37:23 -0700 Message-ID: Branch: perl ! pod/perlipc.pod ____________________________________________________________________________ [ 6419] By: jhi on 2000/07/24 00:01:12 Log: A cleaner abs_path(). Subject: Re: unix alternative to Cwd.pm From: Jeff Pinyan Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT) Message-ID: Branch: perl ! lib/Cwd.pm ____________________________________________________________________________ [ 6418] By: jhi on 2000/07/23 23:48:56 Log: Detypo. Subject: [PATCH perl-current] Typo in hints/powerux.sh From: "Richard Soderberg" Date: Sun, 23 Jul 2000 01:27:33 -0700 Message-ID: Branch: perl ! hints/powerux.sh ____________________________________________________________________________ [ 6417] By: jhi on 2000/07/17 22:13:31 Log: Subject: SDBM_File documentation From: mjd@plover.com Date: 16 Jul 2000 17:41:17 -0000 Message-ID: <20000716174117.18515.qmail@plover.com> Branch: perl ! ext/SDBM_File/SDBM_File.pm ____________________________________________________________________________ [ 6416] By: jhi on 2000/07/17 19:13:26 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby. Branch: perl ! hints/mpeix.sh mpeix/relink ____________________________________________________________________________ [ 6415] By: jhi on 2000/07/15 14:11:02 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits the utf8 'characters' can be more than one octet). Date: Sat, 15 Jul 2000 00:21:56 +0100 From: Tom Hughes Subject: Re: [ID 20000714.002] Message-ID: Reported in Subject: [ID 20000714.002] From: "Simon Cozens" Date: 14 Jul 2000 15:13:09 -0000 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li> Branch: perl ! doop.c ____________________________________________________________________________ [ 6414] By: jhi on 2000/07/15 03:13:41 Log: another VMS build tweak from Peter Prymmer Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 6413] By: jhi on 2000/07/15 03:10:40 Log: perlvms.pod whitespace cleanup to keep pod utils happy. Branch: perl ! vms/perlvms.pod ____________________________________________________________________________ [ 6412] By: jhi on 2000/07/15 00:31:05 Log: More docs for sv functions. Subject: [PATCH cfgperl] sv.c apidoc From: simon@brecon.co.uk (Simon Cozens) Date: 13 Jul 2000 09:00:20 GMT Message-ID: Subject: Re: [PATCH cfgperl] sv.c apidoc From: "M.J.T. Guy" Date: Thu, 13 Jul 2000 12:27:41 +0100 Message-Id: Subject: Re: [PATCH cfgperl] sv.c apidoc From: "M.J.T. Guy" Date: Thu, 13 Jul 2000 13:23:09 +0100 Message-Id: Subject: Re: [PATCH cfgperl] sv.c apidoc From: simon@brecon.co.uk (Simon Cozens) Date: 14 Jul 2000 06:51:02 GMT Message-ID: Branch: perl ! embed.pl pod/perlapi.pod sv.c ____________________________________________________________________________ [ 6411] By: jhi on 2000/07/15 00:10:41 Log: lib/b test fixes from Peter Prymmer. Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 6410] By: jhi on 2000/07/15 00:02:09 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift From: Hugo Date: Fri, 14 Jul 2000 23:05:20 +0100 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk> Didn't anymore apply, but that point still could use another fix. Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6409] By: jhi on 2000/07/14 23:15:15 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib, not in pod, from Peter Prymmer Branch: perl ! vms/descrip_mms.template ____________________________________________________________________________ [ 6408] By: jhi on 2000/07/14 20:35:05 Log: The bug report [ID 19991110.002] minimal matching discrepancy found by pcre author seems to have been fixed (though differently from what was suggested in the report) in 5.6.0. Add tests to keep the bug from reappearing. Branch: perl ! t/op/re_tests ____________________________________________________________________________ [ 6407] By: jhi on 2000/07/14 17:38:08 Log: Fix AutoSplit to use File::Spec the right way in VMS, from Peter Prymmer. Branch: perl ! lib/AutoSplit.pm ____________________________________________________________________________ [ 6406] By: jhi on 2000/07/14 14:13:22 Log: Merge perlhacktut into perlhack, update perlguts. Subject: Re: Perlhacktut From: simon@brecon.co.uk (Simon Cozens) Date: 14 Jul 2000 06:49:21 GMT Message-ID: Subject: Re: Perlhacktut From: simon@brecon.co.uk (Simon Cozens) Date: 14 Jul 2000 07:09:45 GMT Message-ID: Branch: perl ! pod/perlguts.pod pod/perlhack.pod ____________________________________________________________________________ [ 6405] By: jhi on 2000/07/14 14:02:31 Log: Integrate with Sarathy. Branch: cfgperl !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c ____________________________________________________________________________ [ 6404] By: gsar on 2000/07/14 12:15:02 Log: PERL_OBJECT build tweaks Branch: perl ! toke.c ____________________________________________________________________________ [ 6403] By: gsar on 2000/07/14 11:23:41 Log: inconsistent types needs casts Branch: perl ! toke.c ____________________________________________________________________________ [ 6402] By: gsar on 2000/07/14 11:12:04 Log: typos in change#6399, regen headers Branch: perl ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h ____________________________________________________________________________ [ 6401] By: gsar on 2000/07/14 10:59:12 Log: typecasts needed for change#6394 Branch: perl ! toke.c ____________________________________________________________________________ [ 6400] By: gsar on 2000/07/14 10:49:37 Log: integrate cfgperl contents into mainline Branch: perl !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com ____________________________________________________________________________ [ 6399] By: gsar on 2000/07/14 10:38:35 Log: enable UTF-16 filter by default if relevant BOM is seen; various cleanups (typos, misformatted code, and small bugs) Branch: perl ! doop.c embed.pl mg.c op.c pp.c toke.c ____________________________________________________________________________ [ 6398] By: gsar on 2000/07/14 08:55:38 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the name suggests anyway) Branch: perl ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c ____________________________________________________________________________ [ 6397] By: gsar on 2000/07/14 08:44:33 Log: move new variables to the end of the interpreter structure (for bincompat in code that doesn't #include XSUB.h) Branch: perl ! intrpvar.h ____________________________________________________________________________ [ 6396] By: gsar on 2000/07/14 08:13:58 Log: MakeMaker should not remove editor backups (*~) on `make clean` by default (completes change#6383) Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 6395] By: jhi on 2000/07/14 05:20:33 Log: Replace change #6337 with a better one. Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking From: Hugo Date: Fri, 14 Jul 2000 04:16:20 +0100 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk> Branch: cfgperl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 6394] By: jhi on 2000/07/14 01:33:59 Log: Fix the BOM bug: not a byteorder bug, a signedness bug. Branch: cfgperl ! embed.pl global.sym proto.h toke.c ____________________________________________________________________________ [ 6393] By: jhi on 2000/07/13 23:41:23 Log: remove discarded test Branch: cfgperl ! MANIFEST ____________________________________________________________________________ [ 6392] By: jhi on 2000/07/13 23:32:25 Log: The {multiplier} of a fixed substring was overlooked which caused a wrong initial search offset for that substring. Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06 From: Hugo Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk> Date: Thu, 13 Jul 2000 19:27:13 +0100 Branch: cfgperl ! regcomp.c t/op/re_tests ____________________________________________________________________________ [ 6391] By: jhi on 2000/07/13 16:37:42 Log: typo fix from Craig Berry Branch: cfgperl ! vms/subconfigure.com ____________________________________________________________________________ [ 6390] By: jhi on 2000/07/13 13:20:12 Log: Integrate with Sarathy. Branch: cfgperl - t/op/method2entersub.t !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH ____________________________________________________________________________ [ 6389] By: jhi on 2000/07/13 13:18:48 Log: Detypo from Peter Prymmer, part of #6388. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/d_longlong.U ____________________________________________________________________________ [ 6388] By: gsar on 2000/07/13 06:33:40 Log: typos (spotted by Peter Prymmer) Branch: perl ! Configure t/lib/english.t ____________________________________________________________________________ [ 6387] By: gsar on 2000/07/13 05:35:28 Log: new selfloader.t in change#6183 doesn't close DATA handles, and thus fails to clean up tmp files on dosish platforms Branch: perl ! t/lib/selfloader.t ____________________________________________________________________________ [ 6386] By: gsar on 2000/07/12 21:42:39 Log: sprintf test tweaks (from Dominic Dunlop) Branch: perl ! t/op/sprintf.t ____________________________________________________________________________ [ 6385] By: gsar on 2000/07/12 21:33:46 Log: fix bugs in processing %v-*d and similar format specs (from Avi Finkel ) Branch: perl ! sv.c t/op/sprintf.t ____________________________________________________________________________ [ 6384] By: gsar on 2000/07/12 16:04:19 Log: readd missing perldelta.pod changes from changes#6339,6376 Branch: perl ! pod/perldelta.pod ____________________________________________________________________________ [ 6383] By: gsar on 2000/07/12 16:00:51 Log: don't clobber *.orig files on *clean targets Branch: perl ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH ____________________________________________________________________________ [ 6382] By: gsar on 2000/07/12 07:59:12 Log: fix broken integrations in cfgperl Branch: cfgperl !> Changes pod/perldelta.pod ____________________________________________________________________________ [ 6381] By: gsar on 2000/07/12 07:42:17 Log: integrate cfgperl changes into mainline Branch: perl ! Changes !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod !> pod/perlre.pod ____________________________________________________________________________ [ 6380] By: gsar on 2000/07/12 07:31:00 Log: get sprintf.t to adjust properly for 3-digit exponents Branch: perl ! t/op/sprintf.t ____________________________________________________________________________ [ 6379] By: gsar on 2000/07/12 06:40:04 Log: change#6174 needs corresponding change in win32/config_h.PL, which grovels through config_h.SH to find the config.h name Branch: perl ! win32/config_h.PL ____________________________________________________________________________ [ 6378] By: jhi on 2000/07/12 05:03:59 Log: Do the cc sanity check both before the hints and after the cc selction. Branch: cfgperl ! Configure config_h.SH Branch: metaconfig ! U/modified/Oldconfig.U U/modified/cc.U Branch: metaconfig/U/perl + Checkcc.U ____________________________________________________________________________ [ 6377] By: jhi on 2000/07/12 02:49:22 Log: Fix nits noticed by Boston.pm. Branch: cfgperl ! pod/perlre.pod ____________________________________________________________________________ [ 6376] By: jhi on 2000/07/11 21:22:13 Log: Configure cosmetics and perldelta. Branch: cfgperl ! Configure config_h.SH pod/perldelta.pod Branch: metaconfig ! U/modified/cc.U ____________________________________________________________________________ [ 6375] By: gsar on 2000/07/11 21:17:35 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149) Branch: perl ! t/op/sprintf.t win32/Makefile win32/makefile.mk ! win32/win32sck.c ____________________________________________________________________________ [ 6374] By: gsar on 2000/07/11 20:48:50 Log: tweak for build failure under multiplicity Branch: perl ! toke.c ____________________________________________________________________________ [ 6373] By: gsar on 2000/07/11 20:37:23 Log: integrate cfgperl changes#6325..6373 into mainline (NOTE: today's batch of integrations still untested) Branch: perl +> ext/DynaLoader/hints/netbsd.pl ! Changes !> (integrate 26 files) ____________________________________________________________________________ [ 6372] By: jhi on 2000/07/11 20:30:36 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc, regen perltoc. Branch: cfgperl + pod/perlbook.pod ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod ! pod/perltoc.pod ____________________________________________________________________________ [ 6371] By: jhi on 2000/07/11 20:08:56 Log: Minor cleanups on the booklist. Branch: cfgperl ! pod/perlfaq2.pod ____________________________________________________________________________ [ 6370] By: jhi on 2000/07/11 19:31:13 Log: mjd's tr patches "broke" tr/z-Z/z-Z/ Branch: cfgperl ! t/pragma/overload.t ____________________________________________________________________________ [ 6369] By: gsar on 2000/07/11 19:27:48 Log: integrate cfgperl changes#6293..6324 into mainline Branch: perl +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc !> (integrate 30 files) ____________________________________________________________________________ [ 6368] By: gsar on 2000/07/11 19:18:57 Log: skip integrate of problematic change#6292 from cfgperl into mainline Branch: perl !> pp_hot.c ____________________________________________________________________________ [ 6367] By: gsar on 2000/07/11 19:17:21 Log: integrate cfgperl changes#6288..6290 into mainline Branch: perl !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm ____________________________________________________________________________ [ 6366] By: gsar on 2000/07/11 19:11:18 Log: integrate cfgperl changes#6268..6282 into mainline Branch: perl !> (integrate 30 files) ____________________________________________________________________________ [ 6365] By: gsar on 2000/07/11 18:57:00 Log: delete new accidentally branched file Branch: perl - t/op/method2entersub.t ____________________________________________________________________________ [ 6364] By: gsar on 2000/07/11 18:55:13 Log: skip integrate of change#6267 from cfgperl into mainline (the method call optimization is flawed without additional hints from user about immutableness of @ISA and no runtime method definitions) Branch: perl +> t/op/method2entersub.t !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c !> perl.h t/op/sprintf.t xsutils.c ____________________________________________________________________________ [ 6363] By: gsar on 2000/07/11 18:49:43 Log: integrate cfgperl changes#6261..6266 into mainline Branch: perl !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c ____________________________________________________________________________ [ 6362] By: gsar on 2000/07/11 18:43:26 Log: integrate cfgperl changes#6252..6260 into mainline Branch: perl !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp ____________________________________________________________________________ [ 6361] By: gsar on 2000/07/11 18:37:12 Log: skip integrate of problematic change#6251 from cfgperl into mainline Branch: perl !> lib/Exporter.pm ____________________________________________________________________________ [ 6360] By: gsar on 2000/07/11 18:34:56 Log: integrate cfgperl change#6250 into mainline Branch: perl +> t/op/my_stash.t !> MANIFEST embed.pl proto.h toke.c ____________________________________________________________________________ [ 6359] By: gsar on 2000/07/11 18:21:19 Log: integrate cfgperl changes#6242..6249 into mainline Branch: perl !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t !> t/lib/peek.t utf8.c ____________________________________________________________________________ [ 6358] By: gsar on 2000/07/11 18:15:45 Log: skip integrate of problematic change#6241 from cfgperl into mainline Branch: perl !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 6357] By: jhi on 2000/07/11 18:15:16 Log: Fix for Subject: [ID 20000711.005] spurious uninit warning with msgrcv() From: Roderick Schertler Date: Tue, 11 Jul 2000 13:55:05 -0400 Message-Id: <200007111755.NAA05077@jones.argon.org> Branch: cfgperl ! doio.c ____________________________________________________________________________ [ 6356] By: jhi on 2000/07/11 18:12:51 Log: Typo in #6341. Branch: cfgperl ! pp_hot.c ____________________________________________________________________________ [ 6355] By: gsar on 2000/07/11 18:12:10 Log: integrate cfgperl changes#6231..6240 into mainline Branch: perl +> pod/perlutil.pod !> (integrate 35 files) ____________________________________________________________________________ [ 6354] By: jhi on 2000/07/11 18:04:34 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2 From: Dominic Dunlop Date: Tue, 11 Jul 2000 12:27:33 +0200 Message-Id: Replaces change #6268. Branch: cfgperl ! t/op/sprintf.t ____________________________________________________________________________ [ 6353] By: gsar on 2000/07/11 17:59:51 Log: skip integrate of problematic change#6230 from cfgperl into mainline (a later version of File::Spec is already in mainline) Branch: perl !> lib/File/Spec.pm lib/File/Spec/Functions.pm !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t ____________________________________________________________________________ [ 6352] By: gsar on 2000/07/11 17:57:48 Log: integrate cfgperl changes#6224..6229 into mainline Branch: perl +> lib/lib.pm.PL - lib/lib.pm !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm !> lib/English.pm op.c t/lib/english.t ____________________________________________________________________________ [ 6351] By: gsar on 2000/07/11 17:50:10 Log: skip integrate of problematic change#6223 from cfgperl into mainline Branch: perl !> doio.c ____________________________________________________________________________ [ 6350] By: gsar on 2000/07/11 17:48:28 Log: integrate cfgperl changes#6220..6222 into mainline Branch: perl !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod !> toke.c utf8.c win32/win32.h ____________________________________________________________________________ [ 6349] By: gsar on 2000/07/11 17:46:13 Log: skip integrate of problematic changes#6218..6219 from cfgperl into mainline Branch: perl !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h ____________________________________________________________________________ [ 6348] By: jhi on 2000/07/11 17:45:49 Log: README.posix-bc podified from Thomas Dorner. Branch: cfgperl ! README.posix-bc ____________________________________________________________________________ [ 6347] By: gsar on 2000/07/11 17:42:04 Log: integrate cfgperl change#6217 into mainline Branch: perl !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c ____________________________________________________________________________ [ 6346] By: gsar on 2000/07/11 17:39:37 Log: skip integrate of problematic changes#6211..6212 from cfgperl into mainline Branch: perl !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c !> perlapi.h pod/perlapi.pod ____________________________________________________________________________ [ 6345] By: gsar on 2000/07/11 17:36:42 Log: integrate cfgperl changes#6207..6210 into mainline Branch: perl !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c ____________________________________________________________________________ [ 6344] By: gsar on 2000/07/11 17:31:20 Log: skip integrate of problematic changes#6204..6206 from cfgperl into mainline Branch: perl !> (integrate 40 files) ____________________________________________________________________________ [ 6343] By: gsar on 2000/07/11 17:19:08 Log: integrate cfgperl changes#6174..6203 into mainline (first of several) Branch: perl +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh ! Changes !> (integrate 34 files) ____________________________________________________________________________ [ 6342] By: jhi on 2000/07/11 16:05:48 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors To: perl5-porters@perl.org From: Karsten Sperling Date: Mon, 10 Jul 2000 15:12:52 +0200 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com> Branch: cfgperl ! lib/Symbol.pm ____________________________________________________________________________ [ 6341] By: jhi on 2000/07/11 15:59:23 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs From: "M.J.T. Guy" Message-Id: Date: Fri, 07 Jul 2000 17:57:16 +0100 Branch: cfgperl ! pp_hot.c ____________________________________________________________________________ [ 6340] By: jhi on 2000/07/11 15:55:47 Log: Subject: Re: format bug report [Patch] From: "H.Merijn Brand" Date: Wed, 05 Jul 2000 13:12:52 +0200 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl> Subject: Re: format bug report [Patch] From: "H.Merijn Brand" Date: Wed, 05 Jul 2000 14:10:01 +0200 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl> Branch: cfgperl ! t/op/write.t toke.c ____________________________________________________________________________ [ 6339] By: jhi on 2000/07/11 13:54:09 Log: Be less forgiving about ambiguous and illegal tr ranges. Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way From: Mark-Jason Dominus Date: Tue, 04 Jul 2000 10:00:12 -0400 Message-ID: <20000704140012.17772.qmail@plover.com> Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way From: Mark-Jason Dominus Date: Wed, 05 Jul 2000 09:37:36 -0400 Message-ID: <20000705133736.27293.qmail@plover.com> Branch: cfgperl ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c ____________________________________________________________________________ [ 6338] By: jhi on 2000/07/11 13:31:24 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not? From: "M.J.T. Guy" Date: Tue, 11 Jul 2000 13:50:51 +0100 Message-Id: Branch: cfgperl ! sv.c ____________________________________________________________________________ [ 6337] By: jhi on 2000/07/11 13:29:14 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking From: Hugo Date: Tue, 11 Jul 2000 12:44:50 +0100 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk> Branch: cfgperl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 6336] By: jhi on 2000/07/11 13:26:47 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it From: simon@brecon.co.uk (Simon Cozens) Date: 7 Jul 2000 11:26:09 GMT Message-ID: Branch: cfgperl ! mg.c ____________________________________________________________________________ [ 6335] By: jhi on 2000/07/11 13:23:37 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc From: Hubert Feyrer Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST) Message-Id: Branch: cfgperl + ext/DynaLoader/hints/netbsd.pl ! MANIFEST ext/DynaLoader/hints/openbsd.pl ____________________________________________________________________________ [ 6334] By: jhi on 2000/07/11 13:20:38 Log: Subject: PATCH perlguts.pod: Document D and d magic types From: mjd@plover.com Date: 5 Jul 2000 18:01:51 -0000 Message-ID: <20000705180151.29413.qmail@plover.com> Branch: cfgperl ! pod/perlguts.pod ____________________________________________________________________________ [ 6333] By: jhi on 2000/07/11 13:15:51 Log: Precedence goof, fix based on Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget() From: Hugo Date: Tue, 11 Jul 2000 12:52:38 +0100 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk> Branch: cfgperl ! t/op/taint.t ____________________________________________________________________________ [ 6332] By: jhi on 2000/07/11 12:40:17 Log: Integrate with Sarathy. Branch: cfgperl !> win32/win32sck.c ____________________________________________________________________________ [ 6331] By: jhi on 2000/07/10 20:14:16 Log: Sprinkle ldlibpath. Branch: cfgperl ! pod/Makefile.SH ____________________________________________________________________________ [ 6330] By: jhi on 2000/07/10 17:54:49 Log: More POSIX.pod tweaks. Branch: cfgperl ! ext/POSIX/POSIX.pod ____________________________________________________________________________ [ 6329] By: jhi on 2000/07/10 14:02:12 Log: Reorder perl.pod once more. Branch: cfgperl ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 6328] By: gsar on 2000/07/10 07:06:00 Log: accept() leaks memory on windows due to incorrect ordering of closesocket() and fclose() calls Branch: perl ! win32/win32sck.c ____________________________________________________________________________ [ 6327] By: gsar on 2000/07/10 06:49:17 Log: winsock options weren't being set in all threads under ithreads (caused send()s from second and subsequent threads to fail) Branch: perl ! win32/win32sck.c ____________________________________________________________________________ [ 6326] By: jhi on 2000/07/08 02:45:40 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer was cast to an unsigned (32-bit) integer with wild abandon. Branch: cfgperl ! ext/Devel/DProf/DProf.xs ____________________________________________________________________________ [ 6325] By: jhi on 2000/07/07 18:50:33 Log: Remove perlbook, update perlfaq book listing, rearrange perl.pod, regenerate perltoc. Branch: cfgperl - pod/perlbook.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod ! pod/perlfaq2.pod pod/perltoc.pod ____________________________________________________________________________ [ 6324] By: jhi on 2000/07/07 14:03:40 Log: Fix the alignment problem in Crays ([ID 20000612.002]). Branch: cfgperl ! sv.h toke.c ____________________________________________________________________________ [ 6323] By: jhi on 2000/07/06 16:03:55 Log: Fix complaints of buildtoc. Branch: cfgperl + lib/Win32.pod - pod/Win32.pod ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 6322] By: jhi on 2000/07/06 15:15:52 Log: Add =head1 NAMEs so that buildtoc is happy. (The CGI::Util nit reported to Lincoln.) Branch: cfgperl ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm ! pod/perltoc.pod ____________________________________________________________________________ [ 6321] By: jhi on 2000/07/06 03:16:04 Log: Config is being used. Branch: cfgperl ! t/op/method.t ____________________________________________________________________________ [ 6320] By: jhi on 2000/07/06 03:13:13 Log: Integrate with Sarathy. Branch: cfgperl !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c ____________________________________________________________________________ [ 6319] By: jhi on 2000/07/06 03:11:46 Log: Autogenerate pod/Makefile and pod/buildtoc. buildtoc also checks whether the existin pods are mentioned in MANIFEST and perl.pod, and vice versa. (None of the thusly found discrepancies fixed yet.) roffitall also needs to be autogenerated similarly but it seems so badly out of date that I didn't touch it yet. Branch: cfgperl + pod/Makefile.SH pod/buildtoc.PL - pod/Makefile pod/buildtoc ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod ____________________________________________________________________________ [ 6318] By: gsar on 2000/07/05 22:10:54 Log: fix UNC path handling on Windows under ithreads, and chdir() return value when given a non-existent directory Branch: perl ! win32/vdir.h ____________________________________________________________________________ [ 6317] By: gsar on 2000/07/05 22:08:19 Log: winsock cleanup never done on Windows (leads to handle leaks) Branch: perl ! win32/perllib.c win32/win32sck.c ____________________________________________________________________________ [ 6316] By: gsar on 2000/07/05 22:06:19 Log: some debugger output does not go to the socket when RemotePort is set Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 6315] By: jhi on 2000/07/05 00:25:21 Log: Integrate with Sarathy, preliminary fix for unicos alignment problems in [ID 20000612.002] Perl problem on Cray system. Branch: cfgperl ! sv.h !> pp_hot.c ____________________________________________________________________________ [ 6314] By: gsar on 2000/07/04 23:34:02 Log: tyop in change#6306 Branch: perl ! pp_hot.c ____________________________________________________________________________ [ 6313] By: jhi on 2000/07/04 22:14:38 Log: Multiline string literals ENONPORTABLE. Branch: cfgperl ! pp_hot.c ____________________________________________________________________________ [ 6312] By: jhi on 2000/07/04 20:34:44 Log: Integrate with Sarathy. Branch: cfgperl !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t !> t/op/method.t ____________________________________________________________________________ [ 6311] By: jhi on 2000/07/04 20:30:56 Log: More POSIX.pod embellishment. Branch: cfgperl ! ext/POSIX/POSIX.pod ____________________________________________________________________________ [ 6310] By: gsar on 2000/07/04 17:28:48 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes) Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 6309] By: jhi on 2000/07/04 17:22:18 Log: The #6308 required a little bit more. Branch: cfgperl ! Makefile.SH win32/Makefile ____________________________________________________________________________ [ 6308] By: jhi on 2000/07/04 16:35:24 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy. Branch: cfgperl + lib/lib_pm.PL - lib/lib.pm.PL ! MANIFEST Makefile.SH ____________________________________________________________________________ [ 6307] By: jhi on 2000/07/04 16:28:58 Log: Win32 patches for cfgperl from Sarathy. Branch: cfgperl ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h ! thread.h toke.c util.c win32/Makefile win32/win32.c ____________________________________________________________________________ [ 6306] By: gsar on 2000/07/04 16:28:40 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist (from Richard Soderberg ) Branch: perl ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t ____________________________________________________________________________ [ 6305] By: jhi on 2000/07/04 16:24:24 Log: Integrate with Sarathy. Branch: cfgperl !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod !> proto.h win32/win32.c ____________________________________________________________________________ [ 6304] By: gsar on 2000/07/04 16:17:24 Log: missing perldiag entry for unpack("w",...) diagnostic (from Andreas Koenig) Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 6303] By: gsar on 2000/07/04 16:14:44 Log: remove rel2abs prototypes (from Barrie Slaymaker) Branch: perl ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 6302] By: gsar on 2000/07/04 04:59:35 Log: adjust change#6299 Branch: perl ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h ! win32/win32.c ____________________________________________________________________________ [ 6301] By: jhi on 2000/07/04 04:50:07 Log: Integrate with Sarathy. Branch: cfgperl !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c ____________________________________________________________________________ [ 6300] By: gsar on 2000/07/04 04:42:09 Log: PERL_OBJECT build tweak Branch: perl ! perl.h ____________________________________________________________________________ [ 6299] By: gsar on 2000/07/04 04:37:00 Log: fix memory leak on Windows (PL_sys_intern contents were never freed) Branch: perl ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c ! perlapi.c proto.h win32/win32.c ____________________________________________________________________________ [ 6298] By: gsar on 2000/07/04 04:15:59 Log: fix large memory leak that has been around for ever, masked by -DPURIFY (most of the arenas were never freed!) Branch: perl ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c ____________________________________________________________________________ [ 6297] By: gsar on 2000/07/04 04:07:46 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed) Branch: perl ! perl.c ____________________________________________________________________________ [ 6296] By: jhi on 2000/06/30 18:28:37 Log: Elaborate POSIX.pod. Still needs work. Branch: cfgperl ! ext/POSIX/POSIX.pod ____________________________________________________________________________ [ 6295] By: jhi on 2000/06/30 14:58:18 Log: Point to perlipc for more SysV IPC examples. Branch: cfgperl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6294] By: gsar on 2000/06/30 14:47:45 Log: slurp mode fix in change#4736 still not quite right Branch: perl ! pp_hot.c t/io/argv.t ____________________________________________________________________________ [ 6293] By: jhi on 2000/06/30 12:02:55 Log: Integrate with Sarathy. Branch: cfgperl !> cop.h pp_ctl.c pp_hot.c t/op/args.t ____________________________________________________________________________ [ 6292] By: jhi on 2000/06/30 12:01:11 Log: From: simon@brecon.co.uk (Simon Cozens) Subject: UTF8 concat Date: 30 Jun 2000 06:13:25 GMT Message-ID: Branch: cfgperl ! pp_hot.c ____________________________________________________________________________ [ 6291] By: gsar on 2000/06/30 04:37:33 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad when @_ is modified, causing coredumps Branch: perl ! cop.h pp_ctl.c pp_hot.c t/op/args.t ____________________________________________________________________________ [ 6290] By: jhi on 2000/06/30 02:21:44 Log: Integrate with Sarathy. Branch: cfgperl !> vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 6289] By: jhi on 2000/06/30 02:21:02 Log: Check VERSIONs. Branch: cfgperl ! lib/File/Spec/Functions.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 ____________________________________________________________________________ [ 6288] By: jhi on 2000/06/30 02:18:52 Log: Integrate with Sarathy. Branch: cfgperl !> ext/Opcode/Opcode.xs lib/File/Spec.pm !> lib/File/Spec/Functions.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 pod/perlembed.pod ____________________________________________________________________________ [ 6287] By: gsar on 2000/06/30 02:17:08 Log: integrate vmsperl changes into mainline Branch: perl !> vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 6285] By: gsar on 2000/06/30 02:05:28 Log: localize %INC in a Safe compartment so that use/require work (many other magic globals probably need similar treatment) Branch: perl ! ext/Opcode/Opcode.xs ____________________________________________________________________________ [ 6284] By: gsar on 2000/06/30 01:54:54 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes about Windows Branch: perl ! pod/perlembed.pod ____________________________________________________________________________ [ 6283] By: jhi on 2000/06/30 01:50:10 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta From: Barrie Slaymaker Date: Wed, 28 Jun 2000 11:35:29 -0400 Message-Id: <200006281535.LAA21095@jester.slaysys.com> Branch: perl ! lib/File/Spec.pm lib/File/Spec/Functions.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 ____________________________________________________________________________ [ 6282] By: jhi on 2000/06/29 22:57:22 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS From: Dan Sugalski Date: Tue, 06 Jun 2000 11:59:50 -0400 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48> Branch: cfgperl ! vms/vms.c ____________________________________________________________________________ [ 6281] By: jhi on 2000/06/29 22:52:50 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL From: "Daniel S. Lewart" Date: Wed, 7 Jun 2000 04:02:04 -0500 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu> Branch: cfgperl ! utils/h2xs.PL ____________________________________________________________________________ [ 6280] By: jhi on 2000/06/29 22:45:47 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH] From: rspier@pobox.com (Robert Spier) Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT) Message-ID: <14654.31913.845602.610277@rls.cx> Branch: cfgperl ! utils/h2xs.PL ____________________________________________________________________________ [ 6279] By: jhi on 2000/06/29 22:38:16 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure" From: Tim Ayers Date: Thu, 08 Jun 2000 08:11:06 +0200 Message-id: <393F38FA.9B5F4C7D@m.dasa.de> [resent by Richard Foley, Message-Id probably wrong] Branch: cfgperl ! pod/perlsub.pod ____________________________________________________________________________ [ 6278] By: jhi on 2000/06/29 22:21:45 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly From: "Milton L. Hankins" Date: Fri, 09 Jun 2000 12:39:27 -0400 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com> (plus update the version "number" of Text::Wrap) Branch: cfgperl ! lib/Text/Wrap.pm ____________________________________________________________________________ [ 6277] By: jhi on 2000/06/29 22:13:10 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem) From: "M.J.T. Guy" Date: Mon, 12 Jun 2000 14:55:59 +0100 Message-Id: Branch: cfgperl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6276] By: jhi on 2000/06/29 22:11:06 Log: Subject: [PATCH] Re: eval documentation: context From: "M.J.T. Guy" Date: Mon, 12 Jun 2000 15:07:29 +0100 Message-Id: Branch: cfgperl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6275] By: jhi on 2000/06/29 21:59:46 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm From: "Daniel S. Lewart" Date: Tue, 13 Jun 2000 02:43:48 -0500 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu> Branch: cfgperl ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm ____________________________________________________________________________ [ 6274] By: jhi on 2000/06/29 21:56:14 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility From: Andy Dougherty Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT) Message-Id: Branch: cfgperl ! ext/File/Glob/Glob.pm ____________________________________________________________________________ [ 6273] By: jhi on 2000/06/29 21:49:09 Log: Subject: [PATCH] xsub attributes From: Doug MacEachern Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT) Message-ID: Branch: cfgperl ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp ! objXSUB.h op.c perlapi.c perlapi.h proto.h ____________________________________________________________________________ [ 6272] By: jhi on 2000/06/29 21:41:28 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs From: Tom Phoenix Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT) Branch: cfgperl ! lib/Net/Ping.pm ____________________________________________________________________________ [ 6271] By: jhi on 2000/06/29 21:36:55 Log: Subject: PATCH pod/perltie.pod From: Ian Phillipps Date: Fri, 16 Jun 2000 00:17:19 +0100 Message-ID: <20000616001719.A17108@homer.diplex.co.uk> (only the first hunk, the second hunk had already been done by some other patch) Branch: cfgperl ! pod/perltie.pod ____________________________________________________________________________ [ 6270] By: jhi on 2000/06/29 21:24:51 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?) From: Nicholas Clark Date: Fri, 23 Jun 2000 16:21:15 +0100 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net> Branch: cfgperl ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t ____________________________________________________________________________ [ 6269] By: jhi on 2000/06/29 19:38:15 Log: Regen headers for #6261 (and update embed.pl for this) and #6267, silence few compiler warnings. Branch: cfgperl ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c ____________________________________________________________________________ [ 6268] By: jhi on 2000/06/29 18:21:50 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive From: Dominic Dunlop Date: Thu, 29 Jun 2000 12:32:39 +0200 Message-Id: Branch: cfgperl ! t/op/sprintf.t ____________________________________________________________________________ [ 6267] By: jhi on 2000/06/29 18:16:07 Log: Subject: Re: [PATCH] Re: Speeding up method lookups From: Doug MacEachern Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT) Message-ID: Branch: cfgperl + t/op/method2entersub.t ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t ! xsutils.c ____________________________________________________________________________ [ 6266] By: jhi on 2000/06/29 15:11:15 Log: Subject: [PATCH 5.6.0] cygwin port Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com> From: "Fifer, Eric" Date: Thu, 29 Jun 2000 12:58:29 +0100 Branch: cfgperl ! cygwin/Makefile.SHs ____________________________________________________________________________ [ 6265] By: jhi on 2000/06/29 15:04:05 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 28 Jun 2000 17:50:12 -0700 Message-ID: Branch: cfgperl ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 6264] By: jhi on 2000/06/29 15:00:57 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232] From: Marty Lucich Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT) Message-Id: <200006282116.OAA11148@netcom.com> ccdlflags update (the BSD/OS 4.1 part had already been taken care of by #6141). Branch: cfgperl ! hints/bsdos.sh ____________________________________________________________________________ [ 6263] By: jhi on 2000/06/29 13:47:44 Log: tr fixes from Simon Cozens Branch: cfgperl ! doop.c ____________________________________________________________________________ [ 6262] By: jhi on 2000/06/28 18:46:01 Log: Subject: 5.6.0 Patch for EPOC From: Olaf Flebbe Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST) Message-ID: <23449.960929969@www11.gmx.net> Branch: cfgperl ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c ! epoc/epocish.h ____________________________________________________________________________ [ 6261] By: jhi on 2000/06/28 18:29:07 Log: Subject: Re: [PATCH cfgperl] BOMs away! From: simon@brecon.co.uk (Simon Cozens) Date: 17 Jun 2000 11:49:57 GMT Message-ID: Branch: cfgperl ! pod/perldiag.pod t/comp/require.t toke.c ____________________________________________________________________________ [ 6260] By: jhi on 2000/06/28 17:47:16 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8 From: simon@brecon.co.uk (Simon Cozens) Date: 17 Jun 2000 11:56:44 GMT Message-ID: pack U0, pack C0 Branch: cfgperl ! pod/perlfunc.pod pp.c t/op/pack.t ____________________________________________________________________________ [ 6259] By: jhi on 2000/06/28 16:43:17 Log: perlnewmod was missing from MANIFEST. Branch: cfgperl ! MANIFEST ____________________________________________________________________________ [ 6258] By: jhi on 2000/06/28 15:54:30 Log: linenumber tweak Branch: cfgperl ! t/pragma/warn/regcomp ____________________________________________________________________________ [ 6257] By: jhi on 2000/06/28 15:50:44 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning From: Doug MacEachern Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT) Message-ID: (one part of the patch had been applied earlier) Branch: cfgperl ! op.c sv.c t/pragma/constant.t t/pragma/warn/op ____________________________________________________________________________ [ 6256] By: jhi on 2000/06/28 15:40:22 Log: tweaks from Simon Cozens to further fix tr/// under utf8 Branch: cfgperl ! doop.c ____________________________________________________________________________ [ 6255] By: jhi on 2000/06/28 15:33:45 Log: small thinko tweaks Branch: cfgperl ! lib/IPC/Open3.pm t/op/my_stash.t ____________________________________________________________________________ [ 6254] By: jhi on 2000/06/28 15:33:25 Log: Subject: tr///, help wanted. From: simon@brecon.co.uk (Simon Cozens) Date: 28 Jun 2000 11:29:04 GMT Message-ID: Branch: cfgperl ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h ! pp_proto.h proto.h t/op/tr.t ____________________________________________________________________________ [ 6253] By: jhi on 2000/06/28 15:09:17 Log: Paranoia tweak on #6249. Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's From: Ronald J Kimball Date: Sun, 25 Jun 2000 23:43:12 -0400 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu> Branch: cfgperl ! lib/IPC/Open3.pm ____________________________________________________________________________ [ 6252] By: jhi on 2000/06/28 15:01:38 Log: Document #6249 and #6251. Branch: cfgperl ! lib/Exporter.pm lib/IPC/Open3.pm ____________________________________________________________________________ [ 6251] By: jhi on 2000/06/28 14:50:43 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm From: Doug MacEachern Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT) Message-ID: Branch: cfgperl ! lib/Exporter.pm ____________________________________________________________________________ [ 6250] By: jhi on 2000/06/28 14:45:23 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...' From: Doug MacEachern Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT) Message-ID: Branch: cfgperl + t/op/my_stash.t ! MANIFEST embed.pl global.sym proto.h toke.c ____________________________________________________________________________ [ 6249] By: jhi on 2000/06/28 14:36:34 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's From: Frank Tobin Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT) Message-ID: Branch: cfgperl ! lib/IPC/Open3.pm ____________________________________________________________________________ [ 6248] By: jhi on 2000/06/28 14:11:25 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example From: Mark-Jason Dominus Date: Tue, 27 Jun 2000 22:36:42 -0400 Message-ID: <20000628023642.12166.qmail@plover.com> Branch: cfgperl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6247] By: jhi on 2000/06/27 12:46:37 Log: Tweak $VERSION, patch from Doug MacEachern. Branch: cfgperl ! lib/File/Spec.pm ____________________________________________________________________________ [ 6246] By: jhi on 2000/06/27 03:34:46 Log: Allow for standalone testing. Branch: cfgperl ! t/lib/filefunc.t t/lib/filespec.t ____________________________________________________________________________ [ 6245] By: jhi on 2000/06/27 02:50:02 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong From: Nicholas Clark Date: Sat, 24 Jun 2000 13:06:20 +0100 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net> Branch: cfgperl ! ext/DynaLoader/DynaLoader_pm.PL ____________________________________________________________________________ [ 6244] By: jhi on 2000/06/27 02:46:10 Log: Subject: [PATCH] avoid mg_ptr in '*' magic From: Doug MacEachern Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT) Message-ID: Branch: cfgperl ! gv.c sv.c t/lib/peek.t ____________________________________________________________________________ [ 6243] By: jhi on 2000/06/27 02:38:07 Log: Subject: [PATCH] is_utf8_string From: simon@brecon.co.uk (Simon Cozens) Date: 26 Jun 2000 02:25:59 GMT Message-ID: Branch: cfgperl ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h ! proto.h utf8.c ____________________________________________________________________________ [ 6242] By: jhi on 2000/06/27 02:24:00 Log: Subject: [PATCH] bytes<->utf8 fixes From: simon@brecon.co.uk (Simon Cozens) Date: 26 Jun 2000 04:55:45 GMT Message-ID: Branch: cfgperl ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c ____________________________________________________________________________ [ 6241] By: jhi on 2000/06/27 02:12:42 Log: Do no -warn on \_, only on \alpha. Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0 From: David Dyck Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT) Message-ID: Branch: cfgperl ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 6240] By: jhi on 2000/06/27 02:00:01 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage From: Nicholas Clark Date: Mon, 26 Jun 2000 18:40:14 +0100 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net> Branch: cfgperl ! utils/h2xs.PL ____________________________________________________________________________ [ 6239] By: jhi on 2000/06/27 01:53:40 Log: Configure maintenance. Sever some dependency cycles, separate gccversion from the cc unit, address [ID 20000623.006] Configure script patch for using gcc on AIX (but solve it a little bit differently), unduplex some accidentally duplicated units, suggest using gcc if no cc available (p5p thread: "Solaris configure: counterproposal", 1999-09) Branch: cfgperl ! Configure Todo-5.6 config_h.SH Branch: metaconfig ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U Branch: metaconfig/U/perl + gccvers.U ! d_getespwnam.U d_getprpwnam.U i_prot.U ____________________________________________________________________________ [ 6238] By: jhi on 2000/06/25 18:04:56 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS From: Dan Sugalski Date: Fri, 23 Jun 2000 17:00:00 -0400 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48> Branch: cfgperl ! lib/ExtUtils/MM_VMS.pm vms/vms.c ____________________________________________________________________________ [ 6237] By: jhi on 2000/06/25 16:36:45 Log: Tweak embed.pl, regen headers. Branch: cfgperl ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym ! pp_proto.h proto.h regnodes.h utf8.c warnings.h ____________________________________________________________________________ [ 6236] By: jhi on 2000/06/25 15:26:42 Log: Regen headers. Branch: cfgperl ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h ! regnodes.h warnings.h ____________________________________________________________________________ [ 6235] By: jhi on 2000/06/23 19:39:35 Log: The thread begun by Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh From: Kevin.Ruscoe@ubsw.com Date: Fri, 16 Jun 2000 16:38:51 +0100 Message-Id: Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 6234] By: jhi on 2000/06/23 19:23:36 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp because when run as services (Win32ese for daemons) no environment variables are set and tmpdir ends up as /tmp, which is ambiguous. Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service From: matt@sergeant.org Date: 16 Jun 2000 16:30:43 -0000 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org> Branch: cfgperl ! lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 6233] By: jhi on 2000/06/23 19:18:58 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes From: Mark-Jason Dominus Date: Fri, 16 Jun 2000 20:53:04 -0400 Message-ID: <20000617005304.8008.qmail@plover.com> Branch: cfgperl ! op.h ____________________________________________________________________________ [ 6232] By: jhi on 2000/06/23 16:10:02 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution From: simon@brecon.co.uk (Simon Cozens) Date: 19 Jun 2000 15:18:27 GMT Message-ID: plus update pod/Makefile and regenerate perltoc Branch: cfgperl + pod/perlutil.pod ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall ____________________________________________________________________________ [ 6231] By: jhi on 2000/06/23 15:19:18 Log: Subject: [PATCH 5.6.0] cygwin port From: "Fifer, Eric" Date: Tue, 20 Jun 2000 14:30:58 +0100 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com> Branch: cfgperl ! README.cygwin lib/File/Find.pm ____________________________________________________________________________ [ 6230] By: jhi on 2000/06/23 14:25:21 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker. Branch: cfgperl ! lib/File/Spec.pm lib/File/Spec/Functions.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/filefunc.t t/lib/filespec.t ____________________________________________________________________________ [ 6229] By: jhi on 2000/06/23 14:13:34 Log: Subject: README.hpux version 0.6.1 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT) From: Jeff Okamoto Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com> Branch: cfgperl ! README.hpux ____________________________________________________________________________ [ 6228] By: jhi on 2000/06/23 14:07:20 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning From: Doug MacEachern Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT) Message-ID: Branch: cfgperl ! op.c ____________________________________________________________________________ [ 6227] By: jhi on 2000/06/23 14:01:06 Log: Subject: [PATCH] lib.pm -> lib.pm.PL From: Doug MacEachern Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT) Message-ID: Branch: cfgperl + lib/lib.pm.PL - lib/lib.pm ! MANIFEST Makefile.SH ____________________________________________________________________________ [ 6226] By: jhi on 2000/06/23 13:53:07 Log: Subject: [PATCH] remove forward declarations in Socket.pm From: Doug MacEachern Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT) Message-ID: From: Doug MacEachern Subject: Re: [PATCH] remove forward declarations in Socket.pm Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT) Message-ID: Branch: cfgperl ! ext/Socket/Socket.pm op.c ____________________________________________________________________________ [ 6225] By: jhi on 2000/06/23 13:41:52 Log: Add source code filenames to apidoc. From: simon@brecon.co.uk (Simon Cozens) Subject: [PATCH embed.pl] Source X-ref Date: 22 Jun 2000 02:18:49 GMT Message-ID: Branch: cfgperl ! embed.pl ____________________________________________________________________________ [ 6224] By: jhi on 2000/06/23 13:32:33 Log: A way to avoid English.pm performance hit. From: root Subject: [YAPATCH English.pm] My turn to putt again Date: Thu, 22 Jun 2000 20:33:58 -0400 Message-Id: <200006230033.UAA05960@jester.slaysys.com> Branch: cfgperl ! lib/English.pm t/lib/english.t ____________________________________________________________________________ [ 6223] By: jhi on 2000/06/23 13:27:06 Log: Avoid double close(). Subject: [PATCH] avoid double close() From: Doug MacEachern Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT) Message-ID: Branch: cfgperl ! doio.c ____________________________________________________________________________ [ 6222] By: jhi on 2000/06/23 13:25:54 Log: doc typo fix Subject: [PATCH] documentation typo in lib/Pod/Usage.pm From: Ian Phillipps Date: Fri, 23 Jun 2000 10:40:58 +0100 Message-ID: <20000623104058.A22791@homer.diplex.co.uk> Branch: cfgperl ! lib/Pod/Usage.pm ____________________________________________________________________________ [ 6221] By: jhi on 2000/06/23 13:24:15 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces). From: simon@brecon.co.uk (Simon Cozens) Subject: [PATCH] Eliminate tr///[CU][CU] Date: 23 Jun 2000 11:05:40 GMT Message-ID: Branch: cfgperl ! doop.c embed.pl pod/perlop.pod toke.c utf8.c ____________________________________________________________________________ [ 6220] By: jhi on 2000/06/22 16:07:51 Log: Win32 patches from Benjamin Stuhl. Branch: cfgperl ! makedef.pl win32/win32.h ____________________________________________________________________________ [ 6219] By: jhi on 2000/06/22 16:06:34 Log: Bytecode patches from Benjamin Stuhl. Branch: cfgperl ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h ____________________________________________________________________________ [ 6218] By: jhi on 2000/06/15 23:54:16 Log: Bytecode patches from Benjamin Stuhl. Branch: cfgperl ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm ____________________________________________________________________________ [ 6217] By: jhi on 2000/06/09 13:38:29 Log: Rename the fdpid locking and integrate with Sarathy. Branch: cfgperl ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c ! win32/win32.c !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t ____________________________________________________________________________ [ 6216] By: gsar on 2000/06/08 14:54:21 Log: be more optimal about clearing @_ Branch: perl ! cop.h ____________________________________________________________________________ [ 6215] By: gsar on 2000/06/08 14:33:04 Log: tweak comment about @DB::args Branch: perl ! av.h pp_ctl.c ____________________________________________________________________________ [ 6214] By: gsar on 2000/06/08 13:57:54 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because caller() wants to populate @DB::args with it (causes a coredump in Carp::confess()) Branch: perl ! cop.h t/op/runlevel.t ____________________________________________________________________________ [ 6213] By: gsar on 2000/06/08 07:06:35 Log: back out change#6106 (seems problematic) Branch: perl ! hints/solaris_2.sh ____________________________________________________________________________ [ 6212] By: jhi on 2000/06/07 03:10:36 Log: Continuing mopup for #6204. Branch: cfgperl ! ext/B/defsubs_h.PL ____________________________________________________________________________ [ 6211] By: jhi on 2000/06/07 02:41:50 Log: Mopup for #6204. Under the 5005 threads the t/lib/b.t for B::Deparse fails: Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360. This is comes from const() where POK isn't on when expected. Branch: cfgperl ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c ! perlapi.h pod/perlapi.pod ____________________________________________________________________________ [ 6210] By: jhi on 2000/06/07 01:56:29 Log: Mopup for #6207 and #6209. Branch: cfgperl ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c ____________________________________________________________________________ [ 6209] By: jhi on 2000/06/07 01:33:12 Log: Lock PL_fdpid against race conditions, based on: Subject: [PATCH 5.6.0]subprocess fixup for threads From: Dan Sugalski To: perl5-porters@perl.org Date: Tue, 11 Apr 2000 17:02:32 -0400 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48> Branch: cfgperl ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c ! win32/win32.c ____________________________________________________________________________ [ 6208] By: jhi on 2000/06/07 01:05:23 Log: Regen headers for #6207. Branch: cfgperl ! embed.h global.sym objXSUB.h proto.h ____________________________________________________________________________ [ 6207] By: jhi on 2000/06/06 23:43:13 Log: Subject: [PATCH 5.6.0] Threadsafe patches From: Dan Sugalski To: perl5-porters@perl.org Date: Mon, 08 May 2000 18:08:13 -0400 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48> Branch: cfgperl ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c ! proto.h sv.h util.c ____________________________________________________________________________ [ 6206] By: jhi on 2000/06/06 23:21:23 Log: Subject: [PATCH] Eliminate $a/$b in pod From: David Glasser To: perl5-porters@perl.org Date: Mon, 29 May 2000 21:15:59 -0400 Message-Id: Branch: cfgperl ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod ! pod/perlvar.pod pod/perlxs.pod ____________________________________________________________________________ [ 6205] By: jhi on 2000/06/06 23:12:14 Log: Subject: [PATCH] Win32 improvements From: "Benjamin Stuhl" To: gsar@activestate.com, perl5-porters@perl.org Date: Mon, 29 May 2000 17:22:24 PDT Message-ID: <20000530002224.91142.qmail@hotmail.com> (MUA had mangled many lines by wordwrapping) Branch: cfgperl ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c ____________________________________________________________________________ [ 6204] By: jhi on 2000/06/06 23:01:50 Log: Subject: [PATCH] B::Bytecode patches From: "Benjamin Stuhl" To: gsar@activestate.com, jhi@iki.fi Cc: perl5-porters@perl.org Message-ID: <20000602202526.48694.qmail@hotmail.com> (MUA had mangled many lines by wordwrapping) Branch: cfgperl ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h ! intrpvar.h perl.c ____________________________________________________________________________ [ 6203] By: jhi on 2000/06/06 22:32:43 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 06 Jun 2000 13:07:45 -0700 Message-ID: Branch: cfgperl ! pod/perldiag.pod ____________________________________________________________________________ [ 6202] By: jhi on 2000/06/06 19:38:35 Log: Integrate with Sarathy. Branch: cfgperl !> perl.c ____________________________________________________________________________ [ 6201] By: gsar on 2000/06/06 00:42:59 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it does a PUSHMARK that's never ever POPMARKed; in general, only Perl_call_[sp]v() need a PUSHMARK for incoming arguments; Perl_eval_[sp]v() don't because they don't take any incoming arguments (this leak has been around since the original version of perl_eval_pv() in 5.003_97e) Branch: perl ! perl.c ____________________________________________________________________________ [ 6200] By: jhi on 2000/06/04 03:44:52 Log: Update to cperl-mode.el 4.31 from ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el Subject: A couple of notes From: Ilya Zakharevich To: Mailing list Perl5 Date: Sat, 3 Jun 2000 23:33:32 -0400 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu> Branch: cfgperl ! emacs/cperl-mode.el ____________________________________________________________________________ [ 6199] By: jhi on 2000/06/03 15:11:05 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS From: Dan Sugalski To: perl5-porters@perl.org, vmsperl@perl.org Date: Fri, 02 Jun 2000 17:30:51 -0400 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48> Branch: cfgperl ! vms/descrip_mms.template vms/gen_shrfls.pl ____________________________________________________________________________ [ 6198] By: jhi on 2000/06/03 14:59:15 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY From: Dan Sugalski To: vmsperl@perl.org, perl5-porters@perl.org Date: Fri, 02 Jun 2000 16:00:41 -0400 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48> Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48> Branch: cfgperl ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 6197] By: jhi on 2000/06/03 14:41:30 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod From: John Borwick Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT) Message-Id: Branch: cfgperl ! pod/perlsyn.pod ____________________________________________________________________________ [ 6196] By: jhi on 2000/06/03 14:38:09 Log: Integrate with Sarathy. Branch: cfgperl !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c !> vms/perly_c.vms ____________________________________________________________________________ [ 6195] By: gsar on 2000/06/02 22:43:13 Log: fix yet another eval"" leak under USE_ITHREADS Branch: perl ! op.c ____________________________________________________________________________ [ 6194] By: gsar on 2000/06/02 18:22:06 Log: fix small eval"" memory leaks under USE_ITHREADS Branch: perl ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c ! vms/perly_c.vms ____________________________________________________________________________ [ 6193] By: jhi on 2000/06/01 13:03:56 Log: Signals-be-gone for microperl. Branch: cfgperl ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c ____________________________________________________________________________ [ 6192] By: jhi on 2000/06/01 12:52:02 Log: Integrate with Sarathy. Branch: cfgperl +> lib/Pod/LaTeX.pm t/lib/selfloader.t !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t !> t/op/vec.t utils/h2xs.PL ____________________________________________________________________________ [ 6191] By: gsar on 2000/06/01 09:38:21 Log: vec() loses numericalness (modified version of patch suggested by Robin Barker) Branch: perl ! doop.c t/op/vec.t ____________________________________________________________________________ [ 6190] By: gsar on 2000/06/01 09:26:15 Log: submit missing embed.pl change Branch: perl ! embed.pl ____________________________________________________________________________ [ 6189] By: gsar on 2000/06/01 09:05:34 Log: counting tr/// corrupts later operation (from M.J.T Guy) Branch: perl ! doop.c t/op/tr.t ____________________________________________________________________________ [ 6188] By: gsar on 2000/06/01 08:58:39 Log: h2xs tweaks Branch: perl ! utils/h2xs.PL ____________________________________________________________________________ [ 6187] By: gsar on 2000/06/01 08:50:07 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN (from Tim Jenness ) Branch: perl + lib/Pod/LaTeX.pm ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm ! pod/pod2latex.PL ____________________________________________________________________________ [ 6186] By: gsar on 2000/06/01 08:24:40 Log: further qualify references to "alphanumeric" (from Wolfgang Laun ) Branch: perl ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod ____________________________________________________________________________ [ 6185] By: gsar on 2000/06/01 08:12:00 Log: remove incorrect documentation about implicit split to @_ in list context, which never really worked in perl 5 (from M.J.T. Guy) Branch: perl ! pod/perlfunc.pod pod/perltrap.pod ____________________________________________________________________________ [ 6184] By: gsar on 2000/06/01 07:52:27 Log: tweak for change#6127 Branch: perl ! perl.c ____________________________________________________________________________ [ 6183] By: gsar on 2000/06/01 07:41:02 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark ) Branch: perl + t/lib/selfloader.t ! MANIFEST lib/SelfLoader.pm ____________________________________________________________________________ [ 6182] By: jhi on 2000/06/01 00:34:42 Log: Be Cleaner Part Deux. Branch: cfgperl ! Makefile.SH ____________________________________________________________________________ [ 6181] By: jhi on 2000/06/01 00:32:09 Log: Integrate with Sarathy. Branch: cfgperl !> pp.c t/op/arith.t ____________________________________________________________________________ [ 6180] By: jhi on 2000/06/01 00:31:13 Log: microperl nits from Simon Cozens. Branch: cfgperl + uconfig.h ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh ! unixish.h ____________________________________________________________________________ [ 6179] By: gsar on 2000/05/31 22:37:51 Log: buggy modulus on UVs introduced by change#3378 (resulted in 4063328477 % 65535 amounting to 27406, instead of 27407) Branch: perl ! pp.c t/op/arith.t ____________________________________________________________________________ [ 6178] By: jhi on 2000/05/31 21:52:41 Log: Be cleaner. Branch: cfgperl ! Makefile.SH ____________________________________________________________________________ [ 6177] By: jhi on 2000/05/31 21:47:33 Log: Substitution utf8 patch from Simon Cozens. Branch: cfgperl ! pp_hot.c ____________________________________________________________________________ [ 6176] By: jhi on 2000/05/31 21:45:34 Log: Single-quoted utf8 patch from Simon Cozens. Branch: cfgperl ! toke.c ____________________________________________________________________________ [ 6175] By: jhi on 2000/05/31 21:40:18 Log: Integrate with Sarathy. Branch: cfgperl !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t ____________________________________________________________________________ [ 6174] By: jhi on 2000/05/31 21:37:31 Log: microperl changes from Simon Cozens; Makefile for microperl written from scratch; few casts added as microperl compilation doesn't have all prototypes available. Branch: cfgperl + Makefile.micro README.micro Todo.micro uconfig.sh ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c ! perl.c perl.h perlio.c unixish.h utf8.c util.c Branch: metaconfig + U/modified/Config_h.U ____________________________________________________________________________ [ 6173] By: jhi on 2000/05/31 20:00:24 Log: metaconfig maintenance. Branch: metaconfig + U/modified/Inhdr.U U/typedefs/inotype.U Branch: metaconfig/U/perl + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U ____________________________________________________________________________ [ 6172] By: gsar on 2000/05/31 05:05:42 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m> (from Ilya Zakharevich) Branch: perl ! regexec.c t/op/re_tests ____________________________________________________________________________ [ 6171] By: gsar on 2000/05/31 05:01:47 Log: scalar() doesn't force scalar context when used in void context (from Simon Cozens) Branch: perl ! op.c t/op/wantarray.t ____________________________________________________________________________ [ 6170] By: gsar on 2000/05/31 04:41:33 Log: change#6142 needs tweaks to tests to work where there's no symlink() (from Helmut Jarausch ) Branch: perl ! t/lib/filefind.t ____________________________________________________________________________ [ 6169] By: gsar on 2000/05/31 04:29:49 Log: integrate cfgperl contents into mainline Branch: perl +> pod/perlmodlib.PL pod/perlnewmod.pod !> (integrate 42 files) ____________________________________________________________________________ [ 6168] By: jhi on 2000/05/30 22:53:37 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig ! 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 Branch: metaconfig/U/perl ! perlxv.U ____________________________________________________________________________ [ 6167] By: jhi on 2000/05/30 22:20:21 Log: tweak todo Branch: cfgperl ! Todo-5.6 ____________________________________________________________________________ [ 6166] By: jhi on 2000/05/30 22:11:51 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT in case somebody wants to write an extension for more shadow database interfaces. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com ! vos/config.def vos/config.h vos/config_h.SH_orig ! win32/config.bc win32/config.gc win32/config.vc ! win32/config_H.bc win32/config_H.gc win32/config_H.vc Branch: metaconfig ! U/modified/Myinit.U Branch: metaconfig/U/perl + d_getespwnam.U d_getprpwnam.U i_prot.U ____________________________________________________________________________ [ 6165] By: jhi on 2000/05/30 18:35:34 Log: Integrate with Sarathy. Branch: cfgperl !> op.c ____________________________________________________________________________ [ 6164] By: jhi on 2000/05/30 18:30:16 Log: detypo Branch: cfgperl ! Configure config_h.SH Branch: metaconfig/U/perl ! perlxv.U ____________________________________________________________________________ [ 6163] By: gsar on 2000/05/30 03:24:03 Log: fix memory leak in C (bug in change#4579) Branch: perl ! op.c ____________________________________________________________________________ [ 6162] By: gsar on 2000/05/30 03:09:38 Log: fix memory leak in method call optimization (change#3768); made Cfoo()"> leak Branch: perl ! op.c ____________________________________________________________________________ [ 6161] By: jhi on 2000/05/29 17:56:26 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod, both from Simon Cozens. Branch: cfgperl + pod/perlmodlib.PL pod/perlnewmod.pod ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod ! pod/perlmodlib.pod pod/perltoc.pod ____________________________________________________________________________ [ 6160] By: jhi on 2000/05/29 17:23:55 Log: Changes for the File::Temp 0.08 (change #6159) test suite to fit better into the Perl distribution test framework. Branch: cfgperl ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t ! t/lib/ftmp-tempfile.t ____________________________________________________________________________ [ 6159] By: jhi on 2000/05/29 16:55:36 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN. Branch: cfgperl ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t ____________________________________________________________________________ [ 6158] By: bailey on 2000/05/29 16:22:08 Log: Add fallback to tmpfile for use in cases where user's relying on ACLs on SYS$SCRATCH to permit file creation. (based on Charles Lane's patch) Branch: vmsperl ! vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 6157] By: jhi on 2000/05/29 03:10:36 Log: Regen Configure to jive with #6149. Branch: cfgperl ! Configure Branch: metaconfig ! U/modified/Getfile.U ____________________________________________________________________________ [ 6156] By: jhi on 2000/05/29 03:01:38 Log: Integrate with Sarathy. Branch: cfgperl +> ext/DynaLoader/dl_mac.xs !> (integrate 38 files) ____________________________________________________________________________ [ 6155] By: gsar on 2000/05/28 21:15:58 Log: small bug in change#6144; remove random \xA0 character that snuck in via change#6145 Branch: perl ! lib/AutoSplit.pm lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 6154] By: gsar on 2000/05/28 21:04:19 Log: avoid type mismatch warning Branch: perl ! perl.c ____________________________________________________________________________ [ 6153] By: gsar on 2000/05/28 20:58:31 Log: prettier Test::Harness output on failed tests (from Nicholas Clark ) Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 6152] By: gsar on 2000/05/28 20:53:42 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich) Branch: perl ! regexec.c ____________________________________________________________________________ [ 6151] By: gsar on 2000/05/28 20:50:28 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich) Branch: perl ! regexec.c ____________________________________________________________________________ [ 6150] By: gsar on 2000/05/28 20:39:58 Log: perlrequick.pod updates (from Mark Kvale ) Branch: perl ! pod/perlrequick.pod ____________________________________________________________________________ [ 6149] By: gsar on 2000/05/28 20:35:16 Log: OS/2 tweaks for usethreads build (from Rocco Caputo ) Branch: perl ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h ____________________________________________________________________________ [ 6148] By: gsar on 2000/05/28 20:21:07 Log: close open file before chmod() (from Rocco Caputo ) Branch: perl ! lib/ExtUtils/MM_Unix.pm ____________________________________________________________________________ [ 6147] By: gsar on 2000/05/28 20:12:41 Log: add a make entry to Config.pm so "perl -V:make" works on VMS (from Peter Prymmer) Branch: perl ! vms/subconfigure.com ____________________________________________________________________________ [ 6146] By: gsar on 2000/05/28 20:06:15 Log: doc typo Branch: perl ! lib/warnings.pm warnings.h warnings.pl ____________________________________________________________________________ [ 6145] By: gsar on 2000/05/28 18:44:33 Log: make xsubpp skip embedded pod (from Matthias Neeracher ) Branch: perl ! lib/ExtUtils/xsubpp ____________________________________________________________________________ [ 6144] By: gsar on 2000/05/28 18:42:49 Log: MacOS support, part 2: make AutoSplit use File::Spec instead of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher ) Branch: perl ! lib/AutoSplit.pm ____________________________________________________________________________ [ 6143] By: gsar on 2000/05/28 18:41:12 Log: MacOS support, part 1 (from Matthias Neeracher ) Branch: perl + ext/DynaLoader/dl_mac.xs ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c ! util.h ____________________________________________________________________________ [ 6142] By: gsar on 2000/05/28 18:21:51 Log: File::Find fails to chdir when chasing symlinks (from Helmut Jarausch ) Branch: perl ! lib/File/Find.pm t/lib/filefind.t ____________________________________________________________________________ [ 6141] By: jhi on 2000/05/28 14:25:15 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller, forwarded by Peter Seebach from the bsdi-users mailing list. p5p Message-Id: <200005280543.AAA24519@guild.plethora.net> Branch: perl ! hints/bsdos.sh ____________________________________________________________________________ [ 6140] By: jhi on 2000/05/28 14:11:57 Log: Integrate with Sarathy. Branch: cfgperl +> (branch 30 files) !> (integrate 93 files) ____________________________________________________________________________ [ 6139] By: gsar on 2000/05/28 10:01:48 Log: revise mktables.PL for bugs and newness in Unicode 3.0 (from James Bence ) Branch: perl + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl + lib/unicode/Is/SylWU.pl ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl ! lib/unicode/Makefile lib/unicode/mktables.PL ____________________________________________________________________________ [ 6138] By: gsar on 2000/05/28 08:50:32 Log: add note about the handling of negative indices to tied arrays (from Michael G Schwern ) Branch: perl ! pod/perltie.pod ____________________________________________________________________________ [ 6137] By: gsar on 2000/05/28 08:46:10 Log: fix bogus redeclaration warning for "our" variables in different scopes Branch: perl ! op.c t/pragma/strict-vars ____________________________________________________________________________ [ 6136] By: gsar on 2000/05/28 08:31:20 Log: random pod typos (from Peter Scott ) Branch: perl ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod ____________________________________________________________________________ [ 6135] By: gsar on 2000/05/28 08:17:50 Log: enable Test::Harness to dynamically determine column width etc. (from Rob Napier ) Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 6134] By: gsar on 2000/05/28 08:13:39 Log: make Test::Harness use wait.h/WCOREDUMP if available (from Ben Tilly ) Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ [ 6133] By: gsar on 2000/05/28 08:08:05 Log: elide bogus test in change#6132 Branch: perl ! t/pragma/warn/9enabled ____________________________________________________________________________ [ 6132] By: gsar on 2000/05/28 08:03:14 Log: warnings::enabled() doesn't fall back to looking at $^W if caller isn't using lexical warnings (from Paul Marquess) Branch: perl ! pp_ctl.c t/pragma/warn/9enabled ____________________________________________________________________________ [ 6131] By: gsar on 2000/05/28 07:57:47 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker) Branch: perl ! ext/POSIX/POSIX.pm ____________________________________________________________________________ [ 6130] By: gsar on 2000/05/28 07:29:12 Log: fix places that mean C<"word" character> but say C Branch: perl ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod ____________________________________________________________________________ [ 6129] By: gsar on 2000/05/28 07:18:41 Log: VMS test harness tweak (from Jesper Naur ) Branch: perl ! vms/test.com ____________________________________________________________________________ [ 6128] By: gsar on 2000/05/28 07:12:55 Log: new perlxstut example for passing/returning refs to arrays (from David Lowe ) Branch: perl ! pod/perlxstut.pod ____________________________________________________________________________ [ 6127] By: gsar on 2000/05/28 07:02:50 Log: call_method(...,G_EVAL) can longjmp() out if the method probing failed (from Gisle Aas) Branch: perl ! cop.h perl.c ____________________________________________________________________________ [ 6126] By: gsar on 2000/05/28 06:39:53 Log: change#2879 broke rvalue autovivification of magicals such as ${$num} (reworked variant of patch suggested by Simon Cozens) Branch: perl ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c ! pp_hot.c proto.h t/op/gv.t ____________________________________________________________________________ [ 6125] By: gsar on 2000/05/28 05:14:55 Log: enable propagating exception objects via Perl_croak() in XS code (from Gisle Aas) Branch: perl ! util.c ____________________________________________________________________________ [ 6124] By: gsar on 2000/05/28 05:07:28 Log: integrate vmsperl contents into mainline Branch: perl !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c !> vms/vmsish.h ____________________________________________________________________________ [ 6123] By: gsar on 2000/05/28 05:03:53 Log: clarify gotcha with #line directives (from Rocco Caputo ) Branch: perl ! pod/perldebug.pod pod/perlsyn.pod ____________________________________________________________________________ [ 6122] By: gsar on 2000/05/28 04:58:29 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning (from Mark-Jason Dominus) Branch: perl ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t ! toke.c ____________________________________________________________________________ [ 6121] By: bailey on 2000/05/25 04:46:54 Log: Allow eliminate_macros() and fixpath() to handle space-delimited lists (based on fixes by Craig Berry) Branch: vmsperl ! lib/File/Spec/VMS.pm ____________________________________________________________________________ [ 6120] By: bailey on 2000/05/25 04:25:38 Log: Add missing escape (Charles Lane) Branch: vmsperl ! t/op/lex_assign.t ____________________________________________________________________________ [ 6119] By: bailey on 2000/05/25 04:21:25 Log: Quiet error messages in vmsish.t (Charles Lane) Branch: vmsperl ! vms/ext/vmsish.t ____________________________________________________________________________ [ 6118] By: bailey on 2000/05/25 04:17:57 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry) Flatten case labels in switch statements uniformly (Charles Bailey) Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 6117] By: bailey on 2000/05/25 03:58:09 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.) Branch: vmsperl ! vms/vmsish.h ____________________________________________________________________________ [ 6116] By: bailey on 2000/05/25 03:11:15 Log: Miscellaneous cosmetic fixes (Charles Lane) Branch: vmsperl ! lib/ExtUtils/MM_VMS.pm ____________________________________________________________________________ [ 6115] By: bailey on 2000/05/25 03:10:36 Log: Add bounds checking for several strings (Charles Lane) Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 6114] By: bailey on 2000/05/25 02:25:34 Log: Urk -- undo previous removal of vmsish 'exit' change Branch: vmsperl ! vms/ext/vmsish.pm vms/vmsish.h ____________________________________________________________________________ [ 6113] By: bailey on 2000/05/24 02:24:40 Log: Ugly workaround for version-specific RTL error Branch: vmsperl ! vms/vms.c ____________________________________________________________________________ [ 6112] By: bailey on 2000/05/24 02:19:55 Log: Check for existence of file before trying to delete Branch: vmsperl ! vms/test.com ____________________________________________________________________________ [ 6111] By: bailey on 2000/05/23 23:35:13 Log: Resync with mainline prior to post-5.6.0 updates Branch: vmsperl +> (branch 49 files) - t/lib/thread.t t/op/64bit.t t/op/nothread.t ! vms/ext/vmsish.pm !> (integrate 334 files) ____________________________________________________________________________ [ 6110] By: jhi on 2000/05/23 19:28:32 Log: todo tweak Branch: cfgperl ! Todo-5.6 ____________________________________________________________________________ [ 6109] By: jhi on 2000/05/18 17:38:54 Log: Integrate with Sarathy. Branch: cfgperl !> mg.c perl.h win32/perlhost.h ____________________________________________________________________________ [ 6108] By: gsar on 2000/05/17 02:24:56 Log: reenable fake signal handling on Windows, bugs and all Branch: perl ! mg.c perl.h win32/perlhost.h ____________________________________________________________________________ [ 6107] By: jhi on 2000/05/15 18:01:41 Log: Tweak the todo list. Branch: cfgperl ! Todo-5.6 ____________________________________________________________________________ [ 6106] By: jhi on 2000/05/15 13:41:48 Log: The (Configure) script refuses to go on, after asking for 'You may also choose to try maximal 64-bitness....'. If answer is yes the script can't find the 'workshoplibpth.cbu' file. -- Patrick Zima p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> Branch: cfgperl ! hints/solaris_2.sh ____________________________________________________________________________ [ 6105] By: jhi on 2000/05/11 14:37:43 Log: Integrate with Sarathy. Branch: cfgperl !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c !> perlapi.c pod/perlapi.pod proto.h win32/win32.c ____________________________________________________________________________ [ 6104] By: gsar on 2000/05/11 03:39:07 Log: PL_sys_intern was being initialized too late on windows Branch: perl ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c ! perlapi.c pod/perlapi.pod proto.h win32/win32.c ____________________________________________________________________________ [ 6103] By: jhi on 2000/05/09 19:42:20 Log: Test tweaking for Unicos continues. Branch: cfgperl ! t/op/64bitint.t ____________________________________________________________________________ [ 6102] By: jhi on 2000/05/09 16:47:27 Log: The test suite tweak in #6101 wasn't quite right. Branch: cfgperl ! t/lib/complex.t ____________________________________________________________________________ [ 6101] By: jhi on 2000/05/09 15:35:34 Log: Hints and test tweaks for Unicos. Branch: cfgperl ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t ____________________________________________________________________________ [ 6100] By: jhi on 2000/05/08 21:15:06 Log: More compilation tweakery from Allen Smith. Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 6099] By: jhi on 2000/05/08 19:21:18 Log: Tweaks for the cc bugs from Allen Smith. Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 6098] By: jhi on 2000/05/08 19:13:37 Log: Add a note about other, yet unsupported, shadow password APIs. Branch: cfgperl ! pp_sys.c ____________________________________________________________________________ [ 6097] By: jhi on 2000/05/08 18:46:34 Log: Add a note about possible compilation problems from Allen Smith. Branch: cfgperl ! hints/irix_6.sh ____________________________________________________________________________ [ 6096] By: jhi on 2000/05/08 17:33:10 Log: Integrate with Sarathy. Branch: cfgperl !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h ____________________________________________________________________________ [ 6095] By: jhi on 2000/05/08 16:21:33 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but might be useful in future. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH Branch: metaconfig ! U/installdirs/inc_version_list.U Branch: metaconfig/U/perl ! perlxv.U ____________________________________________________________________________ [ 6094] By: gsar on 2000/05/08 14:22:22 Log: cygwin update (from Eric Fifer ) Branch: perl ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c ! hints/cygwin.sh pp_sys.c ____________________________________________________________________________ [ 6093] By: gsar on 2000/05/08 12:52:28 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns undef on windows (from Clinton Pierce ) Branch: perl ! pp_sys.c sv.c win32/perlhost.h ____________________________________________________________________________ [ 6092] By: jhi on 2000/05/07 22:40:34 Log: Regen perltoc with the fixed buildtoc. Branch: cfgperl ! pod/perltoc.pod ____________________________________________________________________________ [ 6091] By: jhi on 2000/05/07 22:24:16 Log: Integrate with Sarathy. Branch: cfgperl !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t !> t/op/substr.t toke.c ____________________________________________________________________________ [ 6090] By: gsar on 2000/05/07 19:47:07 Log: concat doesn't preserve utf8-ness, and doesn't invalidate [NI]OK; added tests for both Branch: perl ! perl.c pp_hot.c sv.c t/op/substr.t ____________________________________________________________________________ [ 6089] By: gsar on 2000/05/07 18:18:38 Log: buildtoc tweak to fix newline lossage Branch: perl ! pod/buildtoc ____________________________________________________________________________ [ 6088] By: jhi on 2000/05/07 16:35:36 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT, because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h ! vos/config_h.SH_orig 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 ____________________________________________________________________________ [ 6087] By: gsar on 2000/05/07 16:05:16 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests Branch: perl ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c ____________________________________________________________________________ [ 6086] By: jhi on 2000/05/07 15:27:07 Log: Integrate with Sarathy. Branch: cfgperl +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t !> utils/perlbug.PL vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 6085] By: gsar on 2000/05/07 05:52:02 Log: repeat operator (x) doesn't preserve utf8-ness Branch: perl ! pp.c t/op/substr.t ____________________________________________________________________________ [ 6084] By: gsar on 2000/05/07 05:39:55 Log: substr() does not preserve utf8-ness (from Stefan Eissing ); added tests Branch: perl ! pp.c t/op/substr.t ____________________________________________________________________________ [ 6083] By: gsar on 2000/05/07 05:24:46 Log: note about undocumented caller() return value (from M.J.T. Guy); yet another peek.t tweak Branch: perl ! pod/perlfunc.pod t/lib/peek.t ____________________________________________________________________________ [ 6082] By: gsar on 2000/05/07 05:08:40 Log: peek.t non-portable to ithreads Branch: perl ! t/lib/peek.t ____________________________________________________________________________ [ 6081] By: gsar on 2000/05/07 04:17:04 Log: better default perlbug categories for ok reports (from Richard Foley) Branch: perl ! utils/perlbug.PL ____________________________________________________________________________ [ 6080] By: gsar on 2000/05/07 04:08:07 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite (from Tim Jenness ) Branch: perl + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t ! AUTHORS MAINTAIN MANIFEST ____________________________________________________________________________ [ 6079] By: gsar on 2000/05/07 04:01:38 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now) Branch: perl ! lib/Carp/Heavy.pm ____________________________________________________________________________ [ 6078] By: gsar on 2000/05/07 01:24:19 Log: workaround for CRT bug in chdir() (from Charles Lane, via Peter Prymmer) Branch: perl ! iperlsys.h vms/vms.c vms/vmsish.h ____________________________________________________________________________ [ 6077] By: gsar on 2000/05/07 01:22:23 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer and Tom Phoenix) Branch: perl ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod ____________________________________________________________________________ [ 6076] By: gsar on 2000/05/06 17:36:29 Log: integrate cfgperl contents into mainline Branch: perl +> t/lib/peek.t !> Configure MANIFEST Porting/Glossary Porting/config.sh !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c ____________________________________________________________________________ [ 6075] By: jhi on 2000/05/05 18:56:10 Log: Make the test more portable. Branch: cfgperl ! t/lib/peek.t ____________________________________________________________________________ [ 6074] By: jhi on 2000/05/05 18:49:20 Log: Introduce t/lib/peek.t. Branch: cfgperl + t/lib/peek.t ! MANIFEST ____________________________________________________________________________ [ 6073] By: jhi on 2000/05/05 14:30:45 Log: Complex tweaks. Branch: cfgperl ! lib/Math/Complex.pm t/lib/complex.t ____________________________________________________________________________ [ 6072] By: jhi on 2000/05/05 12:27:13 Log: Integrate with Sarathy. Branch: cfgperl !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c ____________________________________________________________________________ [ 6071] By: gsar on 2000/05/05 02:24:46 Log: misformatted perllocal.pod (from Tim Jenness ) Branch: perl ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm ____________________________________________________________________________ [ 6070] By: gsar on 2000/05/05 02:16:52 Log: remove misleading comment (from M.J.T. Guy) Branch: perl ! t/lib/anydbm.t ____________________________________________________________________________ [ 6069] By: gsar on 2000/05/05 02:15:13 Log: File::Spec compatibility update (from Barrie Slaymaker ) Branch: perl ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm ____________________________________________________________________________ [ 6068] By: gsar on 2000/05/05 02:01:50 Log: note about values() Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6067] By: gsar on 2000/05/05 01:33:09 Log: replace direct call to sighandler() with (*PL_sighandlerp)() Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 6066] By: gsar on 2000/05/05 01:23:43 Log: s/END/CHECK/ Branch: perl ! perl.c ____________________________________________________________________________ [ 6065] By: jhi on 2000/05/04 17:30:22 Log: Integrate with Sarathy. Branch: cfgperl !> pp_sys.c sv.c t/pragma/utf8.t toke.c ____________________________________________________________________________ [ 6064] By: gsar on 2000/05/04 17:26:14 Log: change#5905 wasn't quite right--it's intent only applies when arguments to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well Branch: perl ! pp_sys.c sv.c ____________________________________________________________________________ [ 6063] By: gsar on 2000/05/04 16:52:29 Log: tokeq() could read unallocated field in argument Branch: perl ! toke.c ____________________________________________________________________________ [ 6062] By: gsar on 2000/05/04 16:34:51 Log: additional tests for utf8.t Branch: perl ! t/pragma/utf8.t ____________________________________________________________________________ [ 6061] By: gsar on 2000/05/04 16:09:28 Log: change#5921 neglected to make eq honor "use bytes" Branch: perl ! sv.c ____________________________________________________________________________ [ 6060] By: jhi on 2000/05/04 15:30:16 Log: Integrate with Sarathy. Branch: cfgperl !> perl.c regcomp.c t/pragma/utf8.t ____________________________________________________________________________ [ 6059] By: jhi on 2000/05/04 15:26:37 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong in natively 64-bit platforms where a long is a quad (no need for long longs). Also added bias for IVs. Branch: cfgperl ! toke.c ____________________________________________________________________________ [ 6058] By: gsar on 2000/05/04 00:19:14 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...) (spotted by Donald Kinzer ) Branch: perl ! perl.c ____________________________________________________________________________ [ 6057] By: gsar on 2000/05/03 18:34:01 Log: fix broken parsing of /\x{ab}/ Branch: perl ! regcomp.c t/pragma/utf8.t ____________________________________________________________________________ [ 6056] By: jhi on 2000/05/03 17:57:16 Log: The search of infinity continues, this time simplified. Branch: cfgperl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 6055] By: jhi on 2000/05/03 17:45:30 Log: Detypo. Branch: cfgperl ! hints/unicos.sh ____________________________________________________________________________ [ 6054] By: jhi on 2000/05/02 22:28:27 Log: Be more forgiving in POSIX about HUGE_VALL. Branch: cfgperl ! ext/POSIX/POSIX.xs ____________________________________________________________________________ [ 6053] By: jhi on 2000/05/02 22:25:05 Log: Integrate with Sarathy. Branch: cfgperl !> hints/irix_6.sh pod/perlop.pod ____________________________________________________________________________ [ 6052] By: jhi on 2000/05/02 22:24:31 Log: Unicos hint tweak. Branch: cfgperl ! hints/unicos.sh ____________________________________________________________________________ [ 6051] By: jhi on 2000/05/02 22:21:26 Log: Complex tweakery. Branch: cfgperl ! lib/Math/Complex.pm t/lib/complex.t ____________________________________________________________________________ [ 6050] By: jhi on 2000/05/02 19:26:22 Log: Use setxxent()/endxxent(). Branch: cfgperl ! t/op/grent.t t/op/pwent.t ____________________________________________________________________________ [ 6049] By: jhi on 2000/05/02 19:06:02 Log: Test both the scalar and list contexts. Branch: cfgperl ! t/op/grent.t t/op/pwent.t ____________________________________________________________________________ [ 6048] By: gsar on 2000/05/02 18:29:10 Log: add note about how $( doesn't interpolate in REs (from Philip Newton ) Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 6047] By: jhi on 2000/05/02 17:41:24 Log: Call getspnam() only iff needd. Branch: cfgperl ! pp_sys.c ____________________________________________________________________________ [ 6046] By: gsar on 2000/05/02 17:07:25 Log: libscheck has insufficient checks for n32 libs (from Albert Chin-A-Young ) Branch: perl ! hints/irix_6.sh ____________________________________________________________________________ [ 6045] By: jhi on 2000/05/02 13:57:17 Log: Integrate with Sarathy. Branch: cfgperl !> MANIFEST Porting/makerel perl.c pod/perlretut.pod !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c ____________________________________________________________________________ [ 6044] By: gsar on 2000/05/02 06:48:19 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it such that underscores are only ignored in literal numbers, "\x{...}", and hex/oct argument Branch: perl ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c ____________________________________________________________________________ [ 6043] By: gsar on 2000/05/02 02:22:29 Log: perlretut revisions (from Mark Kvale ) Branch: perl ! pod/perlretut.pod ____________________________________________________________________________ [ 6042] By: gsar on 2000/05/02 02:17:51 Log: remove outdated perltrap entry (from Peter Scott ) Branch: perl ! pod/perltrap.pod ____________________________________________________________________________ [ 6041] By: gsar on 2000/05/02 01:53:51 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel to compensate Branch: perl ! Porting/makerel ____________________________________________________________________________ [ 6040] By: gsar on 2000/05/02 01:51:57 Log: missing files in MANIFEST Branch: perl ! MANIFEST ____________________________________________________________________________ [ 6039] By: jhi on 2000/05/02 00:36:46 Log: Infinite problems. Branch: cfgperl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 6038] By: jhi on 2000/05/02 00:06:38 Log: pwent/spent #ifdef imbalance. Branch: cfgperl ! pp_sys.c ____________________________________________________________________________ [ 6037] By: jhi on 2000/05/01 22:50:11 Log: Use HUGE_VALL if applicable. Branch: cfgperl ! ext/POSIX/POSIX.xs util.c ____________________________________________________________________________ [ 6036] By: jhi on 2000/05/01 22:20:53 Log: Correct Freudian slip. Branch: cfgperl ! pp_sys.c ____________________________________________________________________________ [ 6035] By: jhi on 2000/05/01 21:07:38 Log: Continue on the pwent/spent case. Branch: cfgperl ! pp_sys.c ____________________________________________________________________________ [ 6034] By: jhi on 2000/05/01 17:45:14 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace adjustments in 6032 conflicted badly with this, will have to revisit them later. Branch: cfgperl +> lib/CGI/Util.pm t/lib/cgi-pretty.t !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t !> t/lib/cgi-html.t t/lib/cgi-request.t ____________________________________________________________________________ [ 6033] By: jhi on 2000/05/01 17:40:49 Log: Rewrite the pwent/spent logic to be a little bit more clearer. Branch: cfgperl ! pp_sys.c ____________________________________________________________________________ [ 6032] By: gsar on 2000/05/01 15:56:32 Log: whitespace adjustments Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 6031] By: gsar on 2000/05/01 15:19:41 Log: small nits in diagnostics.pm (from Robin Barker) Branch: perl ! lib/diagnostics.pm pod/perldiag.pod ____________________________________________________________________________ [ 6030] By: gsar on 2000/05/01 08:39:18 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases for @- and @+ (from Johan Vromans) Branch: perl ! lib/English.pm pod/perlvar.pod ____________________________________________________________________________ [ 6029] By: gsar on 2000/05/01 08:16:10 Log: add CGI.pm v2.66 (from Lincoln Stein) Branch: perl + lib/CGI/Util.pm t/lib/cgi-pretty.t ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t ! t/lib/cgi-html.t t/lib/cgi-request.t ____________________________________________________________________________ [ 6028] By: gsar on 2000/05/01 06:34:41 Log: Pod::Man generates groff-incompatible macro definition (from Tom Christiansen) Branch: perl ! lib/Pod/Man.pm ____________________________________________________________________________ [ 6027] By: gsar on 2000/05/01 06:31:36 Log: podlators-1.02 update (from Russ Allbery) Branch: perl ! lib/Pod/Man.pm lib/Pod/Text.pm ____________________________________________________________________________ [ 6026] By: jhi on 2000/04/30 23:24:23 Log: Integrate with Sarathy. Branch: cfgperl !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t !> t/lib/syslog.t toke.c win32/win32.h ____________________________________________________________________________ [ 6025] By: gsar on 2000/04/30 18:17:47 Log: Is{Alnum,Alpha,Word} don't match titlecase TODO: IsSpace is defined recursively! (both spotted by Larry) Branch: perl ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL ____________________________________________________________________________ [ 6024] By: gsar on 2000/04/30 17:50:19 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well (from Hugo van der Sanden) Branch: perl ! toke.c ____________________________________________________________________________ [ 6023] By: gsar on 2000/04/30 17:14:43 Log: debugger stomps on $. (from M.J.T. Guy) Branch: perl ! lib/perl5db.pl ____________________________________________________________________________ [ 6022] By: gsar on 2000/04/30 16:59:22 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern) Branch: perl ! sv.c ____________________________________________________________________________ [ 6021] By: gsar on 2000/04/29 21:00:08 Log: remove Win2K issue in pod (fixed by change#6020) Branch: perl ! README.win32 pod/perl56delta.pod ____________________________________________________________________________ [ 6020] By: gsar on 2000/04/29 20:51:49 Log: test tweak Branch: perl ! t/lib/open3.t ____________________________________________________________________________ [ 6019] By: gsar on 2000/04/29 20:34:27 Log: windows portability tweaks Branch: perl ! t/lib/b.t win32/win32.h ____________________________________________________________________________ [ 6018] By: gsar on 2000/04/29 19:55:24 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG, make _PATH_LOG() return "" if unavailable Branch: perl ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t ____________________________________________________________________________ [ 6017] By: jhi on 2000/04/28 22:49:46 Log: Integrate with Sarathy. Branch: cfgperl !> op.c perl.c pod/perldiag.pod t/lib/b.t ____________________________________________________________________________ [ 6016] By: jhi on 2000/04/28 22:46:14 Log: Do not warn that an infinity does not look like a number. Branch: cfgperl ! sv.c ____________________________________________________________________________ [ 6015] By: gsar on 2000/04/28 22:35:49 Log: tweak test for portability Branch: perl ! t/lib/b.t ____________________________________________________________________________ [ 6014] By: gsar on 2000/04/28 22:05:31 Log: glob() loading File::Glob behind the scenes may cause syntax errors Branch: perl ! op.c ____________________________________________________________________________ [ 6013] By: gsar on 2000/04/28 21:25:22 Log: tweak change#5945 to display correct switch name in diagnostic Branch: perl ! perl.c pod/perldiag.pod ____________________________________________________________________________ [ 6012] By: jhi on 2000/04/28 21:08:12 Log: Integrate with Sarathy. Branch: cfgperl !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com ____________________________________________________________________________ [ 6011] By: jhi on 2000/04/28 21:04:46 Log: &HUGE_VAL is not defined, it exists. Branch: cfgperl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 6010] By: gsar on 2000/04/28 21:02:58 Log: clarify note about shadow password support (from gellyfish@gellyfish.com) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 6009] By: gsar on 2000/04/28 21:00:00 Log: IO::Poll bugs fixed (from Lincoln Stein ) Branch: perl ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t ____________________________________________________________________________ [ 6008] By: gsar on 2000/04/28 20:56:33 Log: VMS config tweak (from Craig A. Berry ) Branch: perl ! installperl vms/subconfigure.com ____________________________________________________________________________ [ 6007] By: gsar on 2000/04/28 20:51:21 Log: note about compile failures and END blocks (from M.J.T. Guy) Branch: perl ! pod/perl56delta.pod pod/perlmod.pod ____________________________________________________________________________ [ 6006] By: jhi on 2000/04/28 20:42:14 Log: Regen Configure. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH ____________________________________________________________________________ [ 6005] By: gsar on 2000/04/28 20:41:16 Log: perldoc might fail via "use blib" (from Hugo van der Sanden) Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 6004] By: jhi on 2000/04/28 20:28:21 Log: Integrate with Sarathy. Branch: cfgperl !> Configure INSTALL Porting/Glossary Porting/config.sh !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def !> vos/config_h.SH_orig win32/config.bc win32/config.gc !> win32/config.vc win32/win32.c ____________________________________________________________________________ [ 6003] By: gsar on 2000/04/28 20:11:20 Log: allow REG_EXPAND_SZ keys in Windows registry (from John Clayton ) Branch: perl ! win32/win32.c ____________________________________________________________________________ [ 6002] By: gsar on 2000/04/28 19:34:16 Log: destructive sv_setsv() can lose UV-ness from source, causing numeric promotions/comparisons to fail to do the right thing Branch: perl ! sv.c ____________________________________________________________________________ [ 6001] By: gsar on 2000/04/28 18:44:15 Log: support additional library locations via $Config{otherlibdirs} (from Andy Dougherty) Branch: perl ! Configure INSTALL Porting/Glossary Porting/config.sh ! Porting/config_H config_h.SH epoc/config.sh perl.c ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig ! win32/config.bc win32/config.gc win32/config.vc ____________________________________________________________________________ [ 6000] By: gsar on 2000/04/28 18:26:58 Log: reworked otherlibdirs.U (from Andy Dougherty) Branch: metaconfig ! U/installdirs/otherlibdirs.U ____________________________________________________________________________ [ 5999] By: gsar on 2000/04/28 18:17:07 Log: fix line renumbering bug in C Branch: perl ! t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 5998] By: jhi on 2000/04/28 13:32:17 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf. Branch: cfgperl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 5997] By: jhi on 2000/04/28 13:14:04 Log: Preserve $!. Branch: cfgperl ! lib/Math/Complex.pm ____________________________________________________________________________ [ 5996] By: jhi on 2000/04/28 12:59:23 Log: Integrate with Sarathy. Branch: cfgperl +> pod/perlrequick.pod pod/perlretut.pod !> (integrate 51 files) ____________________________________________________________________________ [ 5995] By: gsar on 2000/04/28 09:37:36 Log: fixes for bugs in C (from Paul Marquess) Branch: perl ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl ____________________________________________________________________________ [ 5994] By: gsar on 2000/04/28 09:33:26 Log: fix for missed accounting for null byte in pack("Z",...) (from M.J.T. Guy) Branch: perl ! pp.c t/op/pack.t ____________________________________________________________________________ [ 5993] By: gsar on 2000/04/28 09:30:05 Log: various minor tweaks seen on p5p Branch: perl ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod ____________________________________________________________________________ [ 5992] By: gsar on 2000/04/28 09:08:19 Log: pod nit (from Simon Cozens) Branch: perl ! pod/perlop.pod ____________________________________________________________________________ [ 5991] By: gsar on 2000/04/28 09:06:36 Log: posix-bc patches (from Dorner Thomas ) Branch: perl ! README.posix-bc hints/posix-bc.sh ____________________________________________________________________________ [ 5990] By: gsar on 2000/04/28 08:54:52 Log: use $ENV{LIB} to search for libs under Visual C compiler on Windows (from Jochen Wiedmann ) Branch: perl ! lib/ExtUtils/Liblist.pm ____________________________________________________________________________ [ 5989] By: gsar on 2000/04/28 08:27:12 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes itself and no other (from Tom Hughes) Branch: perl ! t/op/array.t toke.c ____________________________________________________________________________ [ 5988] By: gsar on 2000/04/28 08:01:38 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe ) Branch: perl ! lib/ExtUtils/MakeMaker.pm ____________________________________________________________________________ [ 5987] By: gsar on 2000/04/28 07:53:09 Log: B::Bytecode tweaks (from Simon Cozens ) Branch: perl ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ____________________________________________________________________________ [ 5986] By: gsar on 2000/04/28 07:44:17 Log: add regular expressions tutorial and quick-start guide (from Mark Kvale ) Branch: perl + pod/perlrequick.pod pod/perlretut.pod ! AUTHORS MAINTAIN MANIFEST ____________________________________________________________________________ [ 5985] By: gsar on 2000/04/28 07:30:28 Log: forked child may not exit correctly if it failed to open /dev/console (from Graham Barr) Branch: perl ! ext/Sys/Syslog/Syslog.pm ____________________________________________________________________________ [ 5984] By: gsar on 2000/04/28 07:27:20 Log: attributes::reftype() doesn't work on tied argument Branch: perl ! xsutils.c ____________________________________________________________________________ [ 5983] By: gsar on 2000/04/28 07:15:04 Log: numeric conversion of non-number in change#3378 tramples on OOK offset, causing segfaults Branch: perl ! sv.c ____________________________________________________________________________ [ 5982] By: gsar on 2000/04/28 04:48:25 Log: avoid error in IO::Socket::INET when given an unknown service name with a port number (from Brian Raven ) Branch: perl ! ext/IO/lib/IO/Socket/INET.pm ____________________________________________________________________________ [ 5981] By: gsar on 2000/04/28 04:31:31 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid prototype mismatch with CORE::glob(); update pod and tests to suit (File::Glob::glob() is still available for backward compatibility, but should be considered deprecated) Branch: perl ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t ! t/lib/glob-taint.t ____________________________________________________________________________ [ 5980] By: gsar on 2000/04/28 03:47:29 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson ) Branch: metaconfig ! U/modified/Options.U Branch: perl ! Configure ____________________________________________________________________________ [ 5979] By: gsar on 2000/04/28 03:07:54 Log: under useithreads, constant pad entries could inadvertantly be shared across threads (from Eric Blood ); added Eric's test case to testsuite Branch: perl ! op.c t/op/misc.t ____________________________________________________________________________ [ 5978] By: gsar on 2000/04/27 21:13:00 Log: sync version numbers in File::Spec with the ones on CPAN (from Barrie Slaymaker) Branch: perl ! lib/File/Spec/Functions.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 ____________________________________________________________________________ [ 5977] By: gsar on 2000/04/27 21:07:29 Log: autoquote barewords followed by newline and arrow properly (variant of fix suggested by Rick Delaney and M.J.T. Guy) Branch: perl ! t/pragma/warn/toke toke.c ____________________________________________________________________________ [ 5976] By: gsar on 2000/04/27 20:41:20 Log: DB_File v1.73 update (from Paul Marquess) Branch: perl ! ext/DB_File/Changes ext/DB_File/DB_File.pm ! ext/DB_File/DB_File.xs ext/DB_File/version.c ____________________________________________________________________________ [ 5975] By: gsar on 2000/04/27 20:34:24 Log: allow sort() reentrancy (variant of patch suggested by Hugo van der Sanden) Branch: perl ! pp_ctl.c t/op/sort.t ____________________________________________________________________________ [ 5974] By: gsar on 2000/04/27 19:46:57 Log: change#4197 somehow missed initializing PL_errors, meaning sytax error queueing wasn't working outside eval"" at all; also fixed eval"" to localize PL_error_count, so that compile-time eval's don't clobber the error state of the outer context Branch: perl ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op ! t/pragma/warn/toke ____________________________________________________________________________ [ 5973] By: gsar on 2000/04/27 18:29:05 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich) Branch: perl ! regcomp.c regexec.c t/op/re_tests ____________________________________________________________________________ [ 5972] By: jhi on 2000/04/27 18:22:41 Log: Integrate with Sarathy. Branch: cfgperl +> t/lib/b.t t/lib/syslog.t !> (integrate 31 files) ____________________________________________________________________________ [ 5971] By: jhi on 2000/04/27 18:18:46 Log: Unicos tweaks from Mark P. Lutz. Branch: cfgperl ! hints/unicos.sh lib/Math/Complex.pm ____________________________________________________________________________ [ 5970] By: gsar on 2000/04/27 18:05:11 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where IV is >32bits Branch: perl ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t ____________________________________________________________________________ [ 5969] By: gsar on 2000/04/27 17:50:56 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes) Branch: perl + t/lib/syslog.t ! MANIFEST ext/Sys/Syslog/Syslog.pm ____________________________________________________________________________ [ 5968] By: gsar on 2000/04/27 17:44:49 Log: tolerate spaces in group names in test on solaris (from David Boyce ) Branch: perl ! t/op/groups.t ____________________________________________________________________________ [ 5967] By: gsar on 2000/04/27 17:41:22 Log: improved docs on the warn_uninit diagnostic (from David Glasser and Simon Cozens) Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 5966] By: gsar on 2000/04/27 16:54:58 Log: add testsuite for B backends, fix bug in B::Deparse (from Simon Cozens ) Branch: perl + t/lib/b.t ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm ____________________________________________________________________________ [ 5965] By: gsar on 2000/04/27 16:10:37 Log: avoid "will not stay shared" warnings for our variables (from Robin Barker) Branch: perl ! op.c t/pragma/warn/op ____________________________________________________________________________ [ 5964] By: gsar on 2000/04/27 07:05:05 Log: reformat to 72 columns (again) Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 5963] By: gsar on 2000/04/27 06:28:31 Log: patch from Larry to make (\&) prototype work; added tests for the same Branch: perl ! op.c t/comp/proto.t ____________________________________________________________________________ [ 5962] By: gsar on 2000/04/27 06:15:47 Log: updated README.hpux (from Jeff Okamoto) Branch: perl ! README.hpux ____________________________________________________________________________ [ 5961] By: gsar on 2000/04/27 05:55:03 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern) Branch: perl ! emacs/cperl-mode.el ____________________________________________________________________________ [ 5960] By: gsar on 2000/04/27 05:49:26 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop) Branch: perl ! INSTALL ____________________________________________________________________________ [ 5959] By: gsar on 2000/04/27 05:33:41 Log: doubled words in pods (from Simon Cozens ) Branch: perl ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod ! pod/perltootc.pod ____________________________________________________________________________ [ 5958] By: gsar on 2000/04/27 05:11:39 Log: change#3569 deleted some essential code, revert; avoid use of atexit() to make DynaLoader work properly on AIX under mod_perl (from Jens-Uwe Mager ) Branch: perl ! ext/DynaLoader/dl_aix.xs ____________________________________________________________________________ [ 5957] By: gsar on 2000/04/27 04:54:51 Log: pod nits (from A. C. Yardley ) Branch: perl ! pod/perlmod.pod ____________________________________________________________________________ [ 5956] By: gsar on 2000/04/27 04:51:47 Log: better diagnostics on failed tests (from Ilya Zakharevich) Branch: perl ! t/op/lex_assign.t ____________________________________________________________________________ [ 5955] By: gsar on 2000/04/27 04:26:44 Log: longstanding bug exposed by change#3307: sort arguments weren't compiled with the right wantarray context (ensuing runtime lookup via block_gimme() was getting the incidental context of the sort() itself) Branch: perl ! op.c t/op/sort.t ____________________________________________________________________________ [ 5954] By: gsar on 2000/04/26 23:42:12 Log: integrate cfgperl contents into mainline Branch: perl !> (integrate 30 files) ____________________________________________________________________________ [ 5953] By: jhi on 2000/04/26 23:06:42 Log: Integrate with Sarathy. Branch: cfgperl !> README.win32 ext/B/B/Deparse.pm !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod !> utils/perldoc.PL vms/perlvms.pod ____________________________________________________________________________ [ 5952] By: jhi on 2000/04/26 23:03:46 Log: Undo "use integer" addition from 64bitint as it seems to break most of the subtests in Digital UNIX; Unicos needs to find another way. Branch: cfgperl ! t/op/64bitint.t ____________________________________________________________________________ [ 5951] By: jhi on 2000/04/26 22:57:53 Log: Be more robust on "extreme" (large absolute value) arguments. Originally reported by Daniel Connelly as a problem with asinh() on large negative arguments, asinh() used to bail out because an argument to log() ended up being zero. Ilya Zakharevich proposed using Taylor's series in such cases, which for such large arguments is a very good approximation. Branch: cfgperl ! lib/Math/Complex.pm t/lib/complex.t ____________________________________________________________________________ [ 5950] By: gsar on 2000/04/25 19:13:12 Log: reformat perldiag to avoid long lines Branch: perl ! pod/perldiag.pod ____________________________________________________________________________ [ 5949] By: gsar on 2000/04/25 18:41:11 Log: make perldoc use the pod2man from the same version (from M.J.T. Guy) Branch: perl ! utils/perldoc.PL ____________________________________________________________________________ [ 5948] By: gsar on 2000/04/25 18:21:57 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski ) Branch: perl ! lib/vars.pm ____________________________________________________________________________ [ 5947] By: gsar on 2000/04/25 18:11:53 Log: use &dl_error rather than &dl_load_file as the guard for calling boot_DynaLoader() (meant to fix dl_error() redefined warnings in statically built perl) Branch: perl ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL ____________________________________________________________________________ [ 5946] By: jhi on 2000/04/25 17:37:54 Log: Document that tr() is not tr(1). Branch: cfgperl ! pod/perlop.pod ____________________________________________________________________________ [ 5945] By: gsar on 2000/04/25 16:34:33 Log: make module name mandatory after -M switch; reorder perldiag alphabetically (from Mark-Jason Dominus) Branch: perl ! perl.c pod/perldiag.pod ____________________________________________________________________________ [ 5944] By: jhi on 2000/04/25 01:15:18 Log: On second thoughts frexp() does have two arguments. Branch: cfgperl ! perl.h ____________________________________________________________________________ [ 5943] By: jhi on 2000/04/24 22:56:32 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. Now pp_ncmp() returns undef is either operand is a NaN. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c ! vms/subconfigure.com vos/config.def vos/config.h ! vos/config_h.SH_orig win32/config.bc win32/config.gc ! win32/config.vc win32/config_H.bc win32/config_H.gc ! win32/config_H.vc Branch: metaconfig/U/perl + d_modfl.U ____________________________________________________________________________ [ 5942] By: jhi on 2000/04/24 19:45:17 Log: Regen Configure to match #5937. Branch: cfgperl ! Configure Porting/Glossary Porting/config.sh Porting/config_H ! config_h.SH Branch: metaconfig ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U ____________________________________________________________________________ [ 5941] By: jhi on 2000/04/24 19:24:11 Log: Further Unicos fixes for Mark Lutz. Branch: cfgperl ! hints/unicos.sh pp_ctl.c ____________________________________________________________________________ [ 5940] By: jhi on 2000/04/24 19:09:06 Log: Various Unicos 10.0.0.6 fixes. Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90 From: Mark P Lutz Reply-To: tecmpl1@triton.ca.boeing.com To: perl5-porters@perl.org Date: Fri, 14 Apr 2000 20:21:00 GMT Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> Branch: cfgperl ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t ____________________________________________________________________________ [ 5939] By: gsar on 2000/04/24 19:01:24 Log: more pod nits (from Larry Virden) Branch: perl ! README.win32 pod/perlsub.pod pod/perlsyn.pod ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod ____________________________________________________________________________ [ 5938] By: gsar on 2000/04/24 18:54:01 Log: Consolidated B::Deparse fixes (from Stephen McCamant) Branch: perl ! ext/B/B/Deparse.pm ____________________________________________________________________________ [ 5937] By: jhi on 2000/04/24 17:39:00 Log: Integrate with Sarathy. Branch: cfgperl +> (branch 31 files) !> (integrate 73 files) ____________________________________________________________________________ [ 5936] By: gsar on 2000/04/24 17:30:06 Log: additional tests for change#5934 (from Paul Marquess, who also sent in the same fix) Branch: perl ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint ! t/pragma/warn/5nolint t/pragma/warn/6default ____________________________________________________________________________ [ 5935] By: jhi on 2000/04/24 17:26:05 Log: Do not assume sign propagation. Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0 From: "M.J.T. Guy" To: payner@ncifcrf.gov, perl5-porters@perl.org Date: Tue, 18 Apr 2000 18:24:49 +0100 Message-Id: Branch: cfgperl ! t/op/bop.t t/op/misc.t ____________________________________________________________________________ [ 5934] By: gsar on 2000/04/24 17:16:54 Log: propagate lexical warnings from surrounding scope correctly within string eval() Branch: perl ! pp_ctl.c t/pragma/warn/pp_ctl ____________________________________________________________________________ [ 5933] By: jhi on 2000/04/24 17:01:07 Log: Flatten the cpp jungle doing the nosuid checking. Branch: cfgperl ! perl.c ____________________________________________________________________________ [ 5932] By: gsar on 2000/04/24 09:08:14 Log: add rsignal(), whichsig() and do_join() to public API list (mod_perl uses them to good advantage) Branch: perl ! embed.pl global.sym objXSUB.h perlapi.c proto.h ____________________________________________________________________________ [ 5931] By: gsar on 2000/04/24 09:01:40 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich) Branch: perl ! pp_hot.c regexec.c t/op/pat.t ____________________________________________________________________________ [ 5930] By: gsar on 2000/04/24 08:58:33 Log: small os390 tweaks (from Peter Prymmer) Branch: perl ! config_h.SH makedepend.SH ____________________________________________________________________________ [ 5929] By: gsar on 2000/04/24 08:55:25 Log: pod nits Branch: perl ! pod/perlguts.pod ____________________________________________________________________________ [ 5928] By: gsar on 2000/04/24 08:50:13 Log: revert change#5923 ("breaks" t/lib/io_poll.t) Branch: perl ! ext/IO/lib/IO/Poll.pm ____________________________________________________________________________ [ 5927] By: gsar on 2000/04/24 08:43:24 Log: arrange for next() to resume at the unstack op rather than the loop conditional, so that scope cleanup happens correctly (from Stephen McCamant) Branch: perl ! op.c pp_ctl.c t/op/misc.t ____________________________________________________________________________ [ 5926] By: gsar on 2000/04/24 08:18:40 Log: on windows, reserve 16M of stack rather than 128M (allows more threads to run concurrently) Branch: perl ! win32/Makefile win32/makefile.mk ____________________________________________________________________________ [ 5925] By: gsar on 2000/04/24 08:13:52 Log: POSIX-BC tweak (from Ignasi Roca ) Branch: perl ! toke.c ____________________________________________________________________________ [ 5924] By: gsar on 2000/04/24 08:08:59 Log: avoid using uninitialized memory in require version check Branch: perl ! pp_ctl.c universal.c ____________________________________________________________________________ [ 5923] By: gsar on 2000/04/24 07:20:14 Log: various bugs in IO::Poll (from Lincoln D. Stein ) Branch: perl ! ext/IO/lib/IO/Poll.pm ____________________________________________________________________________ [ 5922] By: gsar on 2000/04/24 07:08:42 Log: commentary about IoTYPE() (from Nathan Torkington) Branch: perl ! sv.h ____________________________________________________________________________ [ 5921] By: gsar on 2000/04/24 06:58:26 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed by fix Branch: perl ! sv.c t/lib/charnames.t t/pragma/utf8.t ____________________________________________________________________________ [ 5920] By: gsar on 2000/04/24 06:37:59 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test Branch: perl ! doop.c t/op/ver.t ____________________________________________________________________________ [ 5919] By: gsar on 2000/04/24 06:21:58 Log: Configure might miss old directories when prefix must be expanded (from Robin Barker) Branch: metaconfig ! U/installdirs/inc_version_list.U Branch: perl ! Configure ____________________________________________________________________________ [ 5918] By: gsar on 2000/04/24 06:16:11 Log: VMS nits in glob() test (from Charles Lane) Branch: perl ! t/lib/glob-basic.t ____________________________________________________________________________ [ 5917] By: gsar on 2000/04/24 06:11:56 Log: various pod nits (from Larry Virden and others) Branch: perl ! README.amiga README.hpux README.machten README.os2 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod ! pod/perlop.pod pod/perlport.pod pod/perlre.pod ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h ____________________________________________________________________________ [ 5916] By: gsar on 2000/04/24 05:52:43 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones ) Branch: perl ! t/lib/glob-basic.t ____________________________________________________________________________ [ 5915] By: gsar on 2000/04/24 05:07:01 Log: supported platforms mixed up Branch: perl ! pod/perl56delta.pod pod/perlport.pod ____________________________________________________________________________ [ 5914] By: gsar on 2000/04/24 04:56:08 Log: caller() wasn't returning the right number of elements for eval {...} Branch: perl ! pp_ctl.c t/pragma/warn/9enabled ____________________________________________________________________________ [ 5913] By: gsar on 2000/04/24 04:35:41 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from Mark-Jason Dominus) Branch: perl ! pod/perlfunc.pod ____________________________________________________________________________ [ 5912] By: gsar on 2000/04/24 04:17:15 Log: fix totally broken caching in UNIVERSAL::isa() (from Nick Ing-Simmons) Branch: perl ! t/op/universal.t universal.c ____________________________________________________________________________ [ 5911] By: gsar on 2000/04/24 03:39:47 Log: add linebreak properties from unicode/LineBrk.txt (from Dave Hartnoll ) Branch: perl + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl + lib/unicode/Is/LbrkZW.pl ! lib/unicode/mktables.PL ____________________________________________________________________________ [ 5910] By: gsar on 2000/04/24 03:23:10 Log: typo in pod Branch: perl ! ext/Thread/Thread.pm ____________________________________________________________________________ [ 5909] By: gsar on 2000/04/24 03:22:03 Log: mode argument to do_binmode() should be file mode, not boolean Branch: perl ! pp_sys.c ____________________________________________________________________________ [ 5908] By: gsar on 2000/04/16 16:51:08 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE) always returns a valid GV even when the symbol is trapped by strictures (avoids coredumps) TODO: the C hack needs similar treatment Branch: perl ! embedvar.h gv.c intrpvar.h perl.c perlapi.h ! t/pragma/strict-vars ____________________________________________________________________________ [ 5907] By: jhi on 2000/03/31 23:42:56 Log: pp_gmtime() assumed that newSVpvf %d would take C ints, an assumption which #5905 demolished. Branch: cfgperl ! pp_sys.c ____________________________________________________________________________ [ 5906] By: jhi on 2000/03/31 18:54:37 Log: Typo in #5905. Branch: cfgperl ! t/op/64bitint.t ____________________________________________________________________________ [ 5905] By: jhi on 2000/03/31 18:50:54 Log: Fix for "[ID 20000329.080] quad printing does not work as documented", reported by Joseph N. Hall. The bug was that even with use64bitint one had to use the prefixes q, L, or ll with printf/sprintf, contrary to the documentation and common sense. Branch: cfgperl ! sv.c t/op/64bitint.t ____________________________________________________________________________ [ 5904] By: gsar on 2000/03/28 02:31:32 Log: add Changes, perldelta.pod Branch: perl + Changes pod/perldelta.pod ____________________________________________________________________________ [ 5903] By: gsar on 2000/03/28 02:03:55 Log: rename Changes and perldelta.pod Branch: perl +> Changes5.6 pod/perl56delta.pod - Changes pod/perldelta.pod ! MANIFEST ____________________________________________________________________________ [ 5902] By: gsar on 2000/03/28 01:59:14 Log: create maint-5.6 branch Branch: maint-5.6/perl +> (branch 1611 files) ____________________________________________________________________________ [ 5901] By: jhi on 2000/03/23 05:48:43 Log: Integrate with Sarathy. Branch: cfgperl !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod ____________________________________________________________________________ [ 5900] By: gsar on 2000/03/23 05:42:43 Log: three guesses on what this is :-) Branch: perl ! Changes