X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/aa6796d9dfd451c7aae1c1b37fcf5d9ea6ff55f4..8b793558e1d0f24b679aa104778fd6c346ee9c2d:/Changes diff --git a/Changes b/Changes index 3ed97fe..c815013 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,14359 @@ or any other branch. Version v5.7.2 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 14121] By: jhi on 2002/01/07 16:03:34 + Log: Subject: [PATCH] Correct module name in perldelta* + From: Mike Guy + Date: Mon, 07 Jan 2002 17:02:43 +0000 + Message-Id: + Branch: perl + ! pod/perl561delta.pod pod/perl56delta.pod +____________________________________________________________________________ +[ 14120] By: jhi on 2002/01/07 15:55:25 + Log: AUTHORS update. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 14119] By: jhi on 2002/01/07 15:52:34 + Log: Add file magic for Storable, from Jim Cromie + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 14118] By: jhi on 2002/01/07 15:06:25 + Log: perldelta updates. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 14117] By: jhi on 2002/01/07 13:52:30 + Log: Document the flags of pv_uni_display(). + Branch: perl + ! pod/perlapi.pod utf8.c +____________________________________________________________________________ +[ 14116] By: jhi on 2002/01/07 13:49:17 + Log: Forgot from #14115. + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 14115] By: jhi on 2002/01/07 13:48:06 + Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d + From: "Jeff 'japhy' Pinyan" + Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST) + Message-ID: + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 14114] By: jhi on 2002/01/07 04:44:05 + Log: More regex and utf8 debug dumping. + Branch: perl + ! dump.c regcomp.c regexec.c utf8.c utf8.h +____________________________________________________________________________ +[ 14113] By: jhi on 2002/01/07 01:05:01 + Log: Unused variable. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 14112] By: jhi on 2002/01/07 00:52:46 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 14111] By: jhi on 2002/01/07 00:03:57 + Log: capitalize correctly, noticed by David Dyck. + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 14109] By: jhi on 2002/01/06 20:51:32 + Log: No need to overqualify. + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 14108] By: jhi on 2002/01/06 20:38:34 + Log: PL_debug_pad wasn't initialized to zeroes which broke + ithreads + DEBUGGING. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 14107] By: jhi on 2002/01/06 15:39:31 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 14106] By: jhi on 2002/01/06 15:33:51 + Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose) + From: Jonathan Stowe + Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT) + Message-ID: + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 14105] By: jhi on 2002/01/06 15:11:15 + Log: DB_File sync from Paul Marquess. + 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/t/db-recno.t ext/DB_File/version.c +____________________________________________________________________________ +[ 14104] By: jhi on 2002/01/06 15:08:14 + Log: Subject: [PATCH] B, B::C, perlcc, t/TEST + From: "Mattia Barbon" + Date: Sun, 6 Jan 2002 11:44:30 +0100 + Message-ID: <3C38389E.7831.493570@localhost> + Branch: perl + ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST + ! utils/perlcc.PL +____________________________________________________________________________ +[ 14103] By: jhi on 2002/01/06 14:57:01 + Log: Tests for #14098. + Branch: perl + ! t/op/lc.t +____________________________________________________________________________ +[ 14101] By: ams on 2002/01/06 04:52:50 + Log: Subject: [PATCH] Bad prototype detection now an optional warning + From: Sam Tregar + Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST) + Message-Id: + Branch: perl + ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod + ! t/comp/proto.t toke.c +____________________________________________________________________________ +[ 14100] By: ams on 2002/01/06 01:56:59 + Log: Subject: [PATCH] Correct several Stratus VOS build issues + From: "Green, Paul" + Date: Sat, 5 Jan 2002 21:30:56 -0500 + Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com> + Branch: perl + ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h +____________________________________________________________________________ +[ 14099] By: jhi on 2002/01/05 22:51:38 + Log: Further perl.org URL elaboration from Ask. + Branch: perl + ! pod/perlfaq1.pod pod/perlfaq2.pod +____________________________________________________________________________ +[ 14098] By: jhi on 2002/01/05 22:47:59 + Log: The same problem with To{Lower,Title,Upper} + as earlier with ToFold. + Branch: perl + ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl + ! lib/unicore/To/Upper.pl lib/unicore/mktables +____________________________________________________________________________ +[ 14097] By: jhi on 2002/01/05 22:11:35 + Log: Retract #14057 for now; the alarm/setitimer timers + seen to be the same in many systems, which leads into + hangups. + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 14096] By: jhi on 2002/01/05 22:09:20 + Log: Finish up (ha!) the Unicode case folding; + enhance regex dumping code. + Branch: perl + + lib/unifold.t + ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c + ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h +____________________________________________________________________________ +[ 14095] By: jhi on 2002/01/05 22:07:33 + Log: Use the perl.org news gw instead of the perl.com one + (from Ask). + Branch: perl + ! pod/perlfaq1.pod pod/perlfaq2.pod +____________________________________________________________________________ +[ 14094] By: jhi on 2002/01/05 21:26:09 + Log: Zero() wasn't documented. + Branch: perl + ! pod/perlclib.pod +____________________________________________________________________________ +[ 14093] By: ams on 2002/01/05 17:58:35 + Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more. + From: Nicholas Clark + Date: Sat, 5 Jan 2002 18:55:39 +0000 + Message-Id: <20020105185538.K300@Bagpuss.unfortu.net> + Branch: perl + ! lib/Memoize/t/tie_ndbm.t +____________________________________________________________________________ +[ 14092] By: jhi on 2002/01/05 17:26:05 + Log: Also UNICOS/mk has deviant socketpair(). + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 14091] By: jhi on 2002/01/05 17:21:12 + Log: Ooops. Retract the regex parts of #14090. + Branch: perl + ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c +____________________________________________________________________________ +[ 14090] By: jhi on 2002/01/05 17:18:43 + Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too + From: Nicholas Clark + Date: Sat, 5 Jan 2002 18:10:13 +0000 + Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> + Branch: perl + ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c + ! regcomp.h regexec.c +____________________________________________________________________________ +[ 14089] By: jhi on 2002/01/05 15:42:12 + Log: Integrate perlio; a missing aTHX. + Branch: perl + !> op.c +____________________________________________________________________________ +[ 14085] By: jhi on 2002/01/04 23:36:23 + Log: In the UTF-8 branch of crypt() the extra \0 byte is required, + found by Marc Lehmann. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 14084] By: jhi on 2002/01/04 22:57:03 + Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking + From: Rafael Garcia-Suarez + Date: Sat, 5 Jan 2002 00:31:12 +0100 + Message-ID: <20020105003112.E1850@rafael> + Branch: perl + ! t/comp/proto.t +____________________________________________________________________________ +[ 14083] By: jhi on 2002/01/04 22:56:23 + Log: A bit of "perl.com" cleanup. + Branch: perl + ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod + ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod + ! pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 14082] By: jhi on 2002/01/04 21:53:30 + Log: Subject: [PATCH op.c] Bad \[...] prototype checking + From: Rafael Garcia-Suarez + Date: Fri, 4 Jan 2002 23:35:19 +0100 + Message-ID: <20020104233519.A1850@rafael> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 14081] By: jhi on 2002/01/04 21:45:22 + Log: Integrate change #14062 from macperl; + Define setbuf, setvbuf for Mac OS + Branch: perl + !> ext/IO/IO.xs +____________________________________________________________________________ +[ 14078] By: jhi on 2002/01/04 21:07:05 + Log: Display the native pwd command. + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 14077] By: jhi on 2002/01/04 21:00:53 + Log: Under Mac OS X /dev/stdout is normally a symlink, + but when running the test it seems to become a socket. + So let's extend our censorship. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 14068] By: jhi on 2002/01/04 20:24:59 + Log: If we do have socketpair(), make my_socketpair() + just call the real socketpair(). This way we always + have real code behind my_socketpair() and a symbol + corresponding to the my_socketpair in global.sym. + Branch: perl + ! embed.fnc embed.h makedef.pl proto.h util.c +____________________________________________________________________________ +[ 14060] By: jhi on 2002/01/04 20:06:58 + Log: Spread the good word of "env". + Branch: perl + ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod +____________________________________________________________________________ +[ 14059] By: jhi on 2002/01/04 19:57:11 + Log: Till the system tests do something non-Win*, better rename + the test so that people on other platforms don't get confused. + (Not win32system, because assumedly there's win64, too.) + Branch: perl + + t/op/winsystem.t + - t/op/system.t + ! MANIFEST +____________________________________________________________________________ +[ 14058] By: jhi on 2002/01/04 19:48:09 + Log: Some tweaks. + Branch: perl + ! lib/Pod/t/Functions.t +____________________________________________________________________________ +[ 14057] By: ams on 2002/01/04 17:40:31 + Log: (retracted by #14057) + + Subject: [PATCH] Time/HiRes/HiRes.t + From: Nicholas Clark + Date: Fri, 4 Jan 2002 17:28:46 +0000 + Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net> + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 14056] By: jhi on 2002/01/04 17:35:34 + Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test + From: Abe Timmerman + Date: Fri, 04 Jan 2002 18:42:33 +0100 + Message-ID: + Branch: perl + + lib/Pod/t/Functions.t + ! MANIFEST lib/Pod/Functions.pm +____________________________________________________________________________ +[ 14055] By: jhi on 2002/01/04 14:33:09 + Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try + From: "Craig A. Berry" + Date: Thu, 3 Jan 2002 17:32:20 -0600 + Message-Id: + Branch: perl + ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 14054] By: jhi on 2002/01/04 04:04:05 + Log: Document the U+0085, U+2028, and U+2029. + Branch: perl + ! pod/perlre.pod pod/perlretut.pod +____________________________________________________________________________ +[ 14053] By: ams on 2002/01/04 03:27:44 + Log: Subject: [PATCH] warn if not CORE::dump + From: Rafael Garcia-Suarez + Date: Thu, 3 Jan 2002 22:04:00 +0100 + Message-Id: <20020103220400.A13958@rafael> + Branch: perl + ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c +____________________________________________________________________________ +[ 14052] By: jhi on 2002/01/04 03:13:50 + Log: Add U+0085, U+2028, and U+2029 to \s under Unicode. + Branch: perl + ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t +____________________________________________________________________________ +[ 14051] By: ams on 2002/01/04 03:00:12 + Log: Subject: [PATCH] File::Compare::VERSION + From: Rafael Garcia-Suarez + Date: Thu, 3 Jan 2002 23:42:52 +0100 + Message-Id: <20020103234252.G13958@rafael> + Branch: perl + ! lib/File/Compare.pm +____________________________________________________________________________ +[ 14050] By: ams on 2002/01/04 02:58:05 + Log: Subject: [PATCH @14042] threads::shared doc + From: =?iso-8859-1?q?Andy=20Bussey?= + Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT) + Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com> + Branch: perl + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 14049] By: jhi on 2002/01/03 20:38:22 + Log: #14048 exposed few false positives, to be fixed soonish. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 14048] By: jhi on 2002/01/03 20:36:38 + Log: Do not add the first characters of multicharacter foldings + into character classes. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 14047] By: jhi on 2002/01/03 20:30:55 + Log: A bit of testing for #14046. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 14046] By: jhi on 2002/01/03 20:22:48 + Log: Allow emitting the foldcased version of "\x{df}", "ss" + (among others, another example would be \x{fb00} -> "ff") + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 14045] By: jhi on 2002/01/03 19:29:35 + Log: Subject: [PATCH] File::Spec & NetWare + From: Dave Rolsky + Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST) + Message-ID: + Branch: perl + - lib/File/Spec/NW5.pm + ! MANIFEST lib/File/Spec.pm +____________________________________________________________________________ +[ 14044] By: jhi on 2002/01/03 19:26:53 + Log: FAQ sync (RCS Ids only?) + Branch: perl + ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod +____________________________________________________________________________ +[ 14043] By: jhi on 2002/01/03 19:25:48 + Log: AUTHORs updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 14042] By: jhi on 2002/01/03 16:04:24 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 14041] By: jhi on 2002/01/03 15:57:42 + Log: Missed the =head1 additions. + Branch: perl + ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h + ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c + ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c + ! util.c +____________________________________________________________________________ +[ 14040] By: jhi on 2002/01/03 15:05:06 + Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy + From: Robin Barker + Date: Thu, 3 Jan 2002 15:26:20 GMT + Message-Id: <200201031526.PAA06095@tempest.npl.co.uk> + Branch: perl + ! lib/Carp.t lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 14039] By: jhi on 2002/01/03 15:02:12 + Log: Subject: [PATCH hv.c] + From: Robin Barker + Date: Thu, 3 Jan 2002 14:49:06 GMT + Message-Id: <200201031449.OAA26137@tempest.npl.co.uk> + + -Wformat check. + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 14038] By: jhi on 2002/01/03 15:01:09 + Log: NetWare tweaks from Ananth Kesari. + Branch: perl + ! NetWare/t/NWScripts.pl lib/File/Find.pm +____________________________________________________________________________ +[ 14037] By: jhi on 2002/01/03 13:41:38 + Log: Cast. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 14036] By: ams on 2002/01/03 12:12:31 + Log: Grammar fix suggested by Gwyn Judd. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 14033] By: ams on 2002/01/03 08:24:24 + Log: Subject: Not ok 14031: PPPort Makefile.PL + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 03 Jan 2002 10:17:46 +0100 + Message-Id: + Branch: perl + ! ext/Devel/PPPort/Makefile.PL +____________________________________________________________________________ +[ 14031] By: jhi on 2002/01/03 01:52:04 + Log: Off-by-one is my middle name. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 14030] By: ams on 2002/01/02 23:56:37 + Log: Subject: [PATCH @14015] threads::shared disabling + From: Andy Bussey + Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT) + Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com> + Branch: perl + + ext/threads/shared/t/no_share.t + ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm +____________________________________________________________________________ +[ 14029] By: jhi on 2002/01/02 23:40:08 + Log: Simon's new perlapi scheme, I hope I got all the pieces. + Branch: perl + + autodoc.pl embed.fnc + ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod +____________________________________________________________________________ +[ 14028] By: jhi on 2002/01/02 23:29:03 + Log: Integrate perlio; more PPPort Makefile source dependence removal + Branch: perl + !> ext/Devel/PPPort/Makefile.PL perl.h +____________________________________________________________________________ +[ 14027] By: ams on 2002/01/02 21:42:50 + Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax + From: Rafael Garcia-Suarez + Date: Wed, 2 Jan 2002 23:09:13 +0100 + Message-Id: <20020102230913.A17373@rafael> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 14026] By: ams on 2002/01/02 21:38:34 + Log: Subject: Re: PATCH: lib/Term/Cap.pm + From: Jonathan Stowe + Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT) + Message-Id: + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 14025] By: ams on 2002/01/02 18:34:26 + Log: Subject: [PATCH] Bad prototype detection changed from error to warning + From: Sam Tregar + Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST) + Message-Id: + Branch: perl + ! pod/perldiag.pod t/comp/proto.t toke.c +____________________________________________________________________________ +[ 14024] By: ams on 2002/01/02 18:16:12 + Log: Subject: PATCH: lib/Term/Cap.pm + From: Norton Allen + Date: Wed, 2 Jan 2002 14:22:09 -0500 (est) + Message-Id: <200201021922.OAA18505@bottesini.harvard.edu> + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 14023] By: ams on 2002/01/02 18:12:31 + Log: Subject: PATCH: lib/Cwd.pm for QNX4 + From: Norton Allen + Date: Wed, 2 Jan 2002 14:19:42 -0500 (est) + Message-Id: <200201021919.OAA18012@bottesini.harvard.edu> + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 14020] By: ams on 2002/01/02 17:06:27 + Log: Fix misplaced application of #14016. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 14019] By: jhi on 2002/01/02 16:51:38 + Log: Integrate perlio; avoid uninit debug_pad. + Branch: perl + !> sv.c +____________________________________________________________________________ +[ 14018] By: jhi on 2002/01/02 16:50:22 + Log: makedepend VOS fix from Paul Green. + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 14016] By: ams on 2002/01/02 15:58:11 + Log: Subject: [PATCH] random crash in B::LISTOP::last + From: "Mattia Barbon" + Date: Wed, 2 Jan 2002 17:37:28 +0100 + Message-Id: <3C334558.3906.19CB98D@localhost> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 14015] By: jhi on 2002/01/02 15:21:12 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 14014] By: jhi on 2002/01/02 15:12:57 + Log: One more iteration of the ibcmp_utf8() interface, + hopefully this is a convergent iteration... + Branch: perl + ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c +____________________________________________________________________________ +[ 14013] By: ams on 2002/01/02 13:43:58 + Log: Upgrade to podlators-1.19. + Branch: perl + + lib/Pod/t/man.t lib/Pod/t/text-errors.t + ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm + ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap + ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr + ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt +____________________________________________________________________________ +[ 14012] By: ams on 2002/01/02 09:48:51 + Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value + From: martyn@inpharmatica.co.uk + Date: Wed, 19 Dec 2001 19:05:00 +0000 + Message-Id: + Branch: perl + ! lib/Pod/Usage.pm +____________________________________________________________________________ +[ 14010] By: jhi on 2002/01/02 03:59:22 + Log: Make ibcmp_utf8() optionally progress in either string for + as long as it takes and optionally record how far it got. + Branch: perl + ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c +____________________________________________________________________________ +[ 14009] By: jhi on 2002/01/02 00:35:15 + Log: Once more try to get the PPPort Makefile right. + Branch: perl + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL +____________________________________________________________________________ +[ 14008] By: jhi on 2002/01/02 00:03:27 + Log: -Wall silencing. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 14007] By: jhi on 2002/01/01 23:48:19 + Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes + From: Rafael Garcia-Suarez + Date: Tue, 1 Jan 2002 22:45:21 +0100 + Message-ID: <20020101224521.A691@rafael> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 14006] By: jhi on 2002/01/01 23:40:10 + Log: VOS tweak from Paul Green: VOS has different O_BINARY + and O_TEXT, but VOS always uses LF, never CRLF. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 14005] By: jhi on 2002/01/01 23:34:25 + Log: Make ibcmp_utf8() more robust and make regmatch() use it. + Branch: perl + ! regexec.c utf8.c +____________________________________________________________________________ +[ 14004] By: jhi on 2002/01/01 18:27:50 + Log: Now that to_utf8_fold() was fixed. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 14003] By: jhi on 2002/01/01 18:04:02 + Log: Integrate perlio; experimental binmode() re-coding. + Branch: perl + !> perlio.c +____________________________________________________________________________ +[ 14002] By: jhi on 2002/01/01 17:53:44 + Log: Document the to_utf8_*() functions. + Branch: perl + ! embed.pl pod/perlapi.pod utf8.c +____________________________________________________________________________ +[ 14001] By: jhi on 2002/01/01 17:29:05 + Log: Better support for multicharacter foldings. + Now all but two of the CaseFold.txt cases work-- but + only when the target string is single-character, more + debugging needed. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 14000] By: ams on 2002/01/01 15:59:43 + Log: Subject: [PATCH] don't installperl pods + From: Nicholas Clark + Date: Tue, 1 Jan 2002 16:44:12 +0000 + Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 13999] By: ams on 2002/01/01 14:34:04 + Log: Subject: [PATCH] perldiag.pod transposition + From: Nicholas Clark + Date: Tue, 1 Jan 2002 15:03:52 +0000 + Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 13998] By: ams on 2002/01/01 13:36:49 + Log: Subject: [PATCH perldiag] Corrections : unknown warning category + From: Rafael Garcia-Suarez + Date: Tue, 1 Jan 2002 15:12:36 +0100 + Message-Id: <20020101151236.A951@rafael> + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 13997] By: ams on 2002/01/01 13:33:06 + Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl + From: Nicholas Clark + Date: Tue, 1 Jan 2002 13:13:17 +0000 + Message-Id: <20020101131316.A475@Bagpuss.unfortu.net> + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 13996] By: ams on 2002/01/01 04:44:28 + Log: Subject: [PATCH @13746] Leaner exporter + From: Ilya Zakharevich + Date: Mon, 31 Dec 2001 18:16:08 -0500 + Message-Id: <20011231181608.A29253@math.ohio-state.edu> + Branch: perl + ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 13995] By: ams on 2002/01/01 04:29:44 + Log: Subject: [PATCH @13746] h2xs broken + From: Ilya Zakharevich + Date: Mon, 31 Dec 2001 17:48:55 -0500 + Message-Id: <20011231174855.A29128@math.ohio-state.edu> + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 13994] By: ams on 2002/01/01 04:25:46 + Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken + From: Ilya Zakharevich + Date: Mon, 31 Dec 2001 17:42:25 -0500 + Message-Id: <20011231174225.A29048@math.ohio-state.edu> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 13993] By: jhi on 2002/01/01 03:45:24 + Log: Rename the variables to be a bit more consistent. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13992] By: jhi on 2002/01/01 03:35:01 + Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching + (found by Jeffrey Friedl) + Branch: perl + ! regexec.c t/op/pat.t utf8.c +____________________________________________________________________________ +[ 13990] By: jhi on 2001/12/31 17:13:12 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13989] By: jhi on 2001/12/31 16:47:28 + Log: Less unused ones. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13988] By: jhi on 2001/12/31 16:46:29 + Log: Unused variable. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 13987] By: jhi on 2001/12/31 16:41:15 + Log: Forgotten file. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 13986] By: jhi on 2001/12/31 16:35:57 + Log: Subject: Re: Cygwin: one down one to go + From: "H.Merijn Brand" + Date: Mon, 31 Dec 2001 18:34:36 +0100 + Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl> + Branch: perl + ! cygwin/Makefile.SHs +____________________________________________________________________________ +[ 13985] By: jhi on 2001/12/31 16:33:08 + Log: Add some comments to the recent Unicode case-folding saga. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 13984] By: jhi on 2001/12/31 16:19:13 + Log: Slight comment tweakage. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.t +____________________________________________________________________________ +[ 13983] By: jhi on 2001/12/31 16:05:18 + Log: Clarify the BeOS O_TEXT/O_BINARY situation. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 13982] By: jhi on 2001/12/31 15:05:36 + Log: Subject: [ PATCH] Cygwin: one down one to go + From: "H.Merijn Brand" + Date: Mon, 31 Dec 2001 17:03:40 +0100 + Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl> + Branch: perl + ! lib/Pod/t/basic.t +____________________________________________________________________________ +[ 13981] By: jhi on 2001/12/31 14:44:03 + Log: Tweak the dependencies not to recompile everytime, + as suggested by NI-S. + Branch: perl + ! ext/Devel/PPPort/Makefile.PL +____________________________________________________________________________ +[ 13980] By: jhi on 2001/12/31 14:29:17 + Log: Planning still not right. + Branch: perl + ! lib/User/grent.t +____________________________________________________________________________ +[ 13979] By: jhi on 2001/12/31 14:19:55 + Log: Subject: [PATCH lib/User/grent.t] Double double test test header header + From: Michael G Schwern + Date: Sun, 30 Dec 2001 18:07:55 -0500 + Message-ID: <20011230230755.GG12840@blackrider> + + (lib/User/grent, really) + Branch: perl + ! lib/User/grent.t +____________________________________________________________________________ +[ 13978] By: jhi on 2001/12/31 14:17:55 + Log: Integrate perlio; cleanup, in particular avoid accidental + PerlIO_flush(NULL) if PerlIONext is NULL. + Branch: perl + !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h +____________________________________________________________________________ +[ 13977] By: jhi on 2001/12/31 14:15:58 + Log: Subject: typo in IO::Socket::INET.pm + From: mjd@plover.com + Date: 31 Dec 2001 14:31:10 -0000 + Message-ID: <20011231143110.4989.qmail@plover.com> + Branch: perl + ! ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 13974] By: jhi on 2001/12/31 04:59:53 + Log: Subject: Re: [PATCH] Basic bad prototype detection + From: Sam Tregar + Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST) + Message-ID: + Branch: perl + ! t/comp/proto.t toke.c +____________________________________________________________________________ +[ 13973] By: jhi on 2001/12/31 04:14:45 + Log: Subject: [PATCH] configure.com / scriptdirexp + From: "Craig A. Berry" + Date: Sun, 30 Dec 2001 15:47:28 -0600 + Message-Id: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 13972] By: jhi on 2001/12/31 04:07:35 + Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods + From: Abe Timmerman + Date: Mon, 31 Dec 2001 03:55:27 +0100 + Message-ID: + Branch: perl + ! lib/ExtUtils/t/MM_Win32.t +____________________________________________________________________________ +[ 13971] By: jhi on 2001/12/31 04:05:46 + Log: Subject: [PATCH] Basic bad prototype detection + From: Sam Tregar + Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) + Message-ID: + Branch: perl + ! pod/perldiag.pod t/comp/proto.t toke.c +____________________________________________________________________________ +[ 13970] By: jhi on 2001/12/31 03:53:54 + Log: Makefiles are sloppy about the exe suffix + (from Paul Green) + Branch: perl + ! Makefile.SH x2p/Makefile.SH +____________________________________________________________________________ +[ 13969] By: jhi on 2001/12/31 03:42:15 + Log: Delay folding until necessary; start of handling + folding into several characters. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 13968] By: jhi on 2001/12/31 00:35:35 + Log: gcc -Wall dewhine. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13967] By: jhi on 2001/12/31 00:29:37 + Log: More Unicode folding tweaks, avoid potential false matches. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13966] By: jhi on 2001/12/30 23:30:56 + Log: Make that six wrongs. + Branch: perl + ! regexec.c utf8.c +____________________________________________________________________________ +[ 13965] By: jhi on 2001/12/30 23:12:17 + Log: Four wrongs can make a right. + Branch: perl + ! regexec.c utf8.c +____________________________________________________________________________ +[ 13964] By: jhi on 2001/12/30 21:12:25 + Log: Fix all the I case foldings as per CaseFold.txt. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 13963] By: jhi on 2001/12/30 20:04:32 + Log: Fix all the C(ommon) case foldings as per CaseFold.txt. + Branch: perl + ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c + ! regexec.c utf8.c +____________________________________________________________________________ +[ 13961] By: jhi on 2001/12/30 17:35:45 + Log: Integrate perlio; more win32 stuff: + + A. Use Perl_my_socketpair() + B. Use PerlSock_xxxx() rather than raw xxxx() so we get to + load winsock. + C. (In passing) work round fact that $$ is now SvREADONLY + so we need to take special measures to set it during + pseudo-fork. + Branch: perl + !> util.c win32/perlhost.h +____________________________________________________________________________ +[ 13960] By: jhi on 2001/12/30 17:33:24 + Log: Fix ppport.h for Unix. + Branch: perl + + ext/Devel/PPPort/ppport_h.PL + - ext/Devel/PPPort/ppport.h.PL + ! MANIFEST ext/Devel/PPPort/Makefile.PL +____________________________________________________________________________ +[ 13958] By: jhi on 2001/12/30 16:33:58 + Log: Integrate perlio; win32 kicking. + Branch: perl + +> ext/Devel/PPPort/ppport.h.PL + !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL + !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym + !> proto.h +____________________________________________________________________________ +[ 13956] By: jhi on 2001/12/30 16:32:11 + Log: Must look for cat also in $PATH (noticed by Philip Newton). + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13955] By: jhi on 2001/12/30 16:19:46 + Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE + From: Blair Zajac + Date: Sat, 29 Dec 2001 22:37:03 -0800 + Message-ID: <3C2EB60F.BB4321DD@orcaware.com> + Branch: perl + ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod +____________________________________________________________________________ +[ 13954] By: jhi on 2001/12/30 16:17:44 + Log: Regen files. + Branch: perl + ! embed.h global.sym pod/perlapi.pod uconfig.h +____________________________________________________________________________ +[ 13953] By: jhi on 2001/12/30 15:57:25 + Log: Subject: [PATCH] -t without -w + From: Michael G Schwern + Date: Sat, 29 Dec 2001 23:46:25 -0500 + Message-ID: <20011230044625.GA14386@blackrider> + Branch: perl + ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h + ! warnings.pl +____________________________________________________________________________ +[ 13952] By: jhi on 2001/12/30 15:52:59 + Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm + From: Dave Rolsky + Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) + Message-ID: + + $^O is NetWare, not Netware. + Branch: perl + ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm +____________________________________________________________________________ +[ 13951] By: jhi on 2001/12/30 15:51:19 + Log: Sarathy thinks undoing C++ comments from C++ files + is a bit too zealous. + Branch: perl + ! win32/perlhost.h win32/vmem.h +____________________________________________________________________________ +[ 13947] By: nick on 2001/12/30 11:35:51 + Log: More Cwd tidy up + Branch: perl + ! MANIFEST installperl +____________________________________________________________________________ +[ 13946] By: nick on 2001/12/30 11:12:42 + Log: Undo a mess trying Cwd.pm in its ext directory + Branch: perl + + lib/Cwd.pm + - ext/Cwd/Cwd.pm +____________________________________________________________________________ +[ 13943] By: jhi on 2001/12/29 21:30:48 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13942] By: jhi on 2001/12/29 21:12:02 + Log: Subject: [PATCH] cleaner close on tests, take 2 + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 29 Dec 2001 21:42:37 +0100 + Message-ID: + + (the DB_File patches) + Branch: perl + ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 13941] By: jhi on 2001/12/29 20:25:22 + Log: Integrate perlio; regen'ed config_H.?c + Branch: perl + !> win32/config_H.bc win32/config_H.gc win32/config_H.vc +____________________________________________________________________________ +[ 13940] By: jhi on 2001/12/29 20:22:57 + Log: Subject: [PATCH] cleaner close on tests, take 2 + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 29 Dec 2001 21:42:37 +0100 + Message-ID: + + (except for the three DB_File patch fragments) + Branch: perl + ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t + ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t + ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t + ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t + ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t + ! t/op/runlevel.t t/op/write.t t/run/switches.t +____________________________________________________________________________ +[ 13939] By: jhi on 2001/12/29 20:17:55 + Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32) + From: "H.Merijn Brand" + Date: Sat, 29 Dec 2001 20:38:59 +0100 + Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl> + + (NetWare tree not touched because it's very //) + Branch: perl + ! XSUB.h os2/os2.c perl.h win32/include/netdb.h + ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h + ! wince/include/errno.h wince/include/netdb.h + ! wince/include/sys/socket.h wince/include/sys/stat.h + ! wince/perllib.c wince/perlmain.c wince/win32.h + ! wince/win32iop.h wince/win32thread.c wince/win32thread.h + ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c +____________________________________________________________________________ +[ 13937] By: jhi on 2001/12/29 18:28:36 + Log: Give up on serious testing of langinfo(). Leave the old + code in place, though. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.t +____________________________________________________________________________ +[ 13935] By: jhi on 2001/12/29 17:36:08 + Log: Integrate perlio; + + Define the two socket error numbers in terms of WSAEXXXXX equivalents + + Fudge Config.pm so File::Spec does not croak. + Branch: perl + !> win32/FindExt.pm win32/win32.h +____________________________________________________________________________ +[ 13932] By: jhi on 2001/12/29 17:24:24 + Log: VOS tweaks from Paul Green. + + The Configure tweaks: the _exe needs to be + set after the init; VOS has fd 3 hardwired to /dev/tty; + the grep/ln/make substitutions really need to stick. + Branch: perl + ! Configure hints/vos.sh perl.h util.c vos/build.cm + ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def + ! vos/config.ga.h vos/vosish.h +____________________________________________________________________________ +[ 13930] By: jhi on 2001/12/29 15:35:00 + Log: Subject: [PATCH] Pod whitespace cleanup, round 0. + From: coral@eekeek.org + Date: Fri, 28 Dec 2001 19:58:22 -0500 + Message-Id: <200112290058.fBT0wMD26750@eekeek.org> + Branch: perl + ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod + ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod + ! pod/perlunicode.pod pod/perlxs.pod util.c +____________________________________________________________________________ +[ 13929] By: jhi on 2001/12/29 15:31:20 + Log: op/exec Win32 patch from Schwern via Abe Timmerman. + Branch: perl + ! t/op/exec.t +____________________________________________________________________________ +[ 13928] By: jhi on 2001/12/29 15:30:14 + Log: Subject: [PATCH lib/Pod/t/InputObjects.t] + From: Abe Timmerman + Date: Sat, 29 Dec 2001 13:10:06 +0100 + Message-ID: + Branch: perl + + lib/Pod/t/InputObjects.t +____________________________________________________________________________ +[ 13927] By: jhi on 2001/12/29 15:27:39 + Log: Integrate perlio; + + Quick fix (after couple of clever fixes failed) for + "accept leaks memory" fail [ID 20011223.001] + + Nick Clark's embed.pl fix for my_socketpair + Branch: perl + !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h +____________________________________________________________________________ +[ 13925] By: jhi on 2001/12/29 15:21:53 + Log: Slight tweaks on the MM_Win32.t. + Branch: perl + ! lib/ExtUtils/t/MM_Win32.t +____________________________________________________________________________ +[ 13924] By: jhi on 2001/12/29 15:16:47 + Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] + From: Abe Timmerman + Date: Sat, 29 Dec 2001 12:51:36 +0100 + Message-ID: + Branch: perl + + lib/ExtUtils/t/MM_Win32.t + ! MANIFEST +____________________________________________________________________________ +[ 13922] By: jhi on 2001/12/29 15:09:00 + Log: Subject: [PATCH] Module names and other nits + From: Autrijus Tang + Date: Sat, 29 Dec 2001 01:59:28 +0800 + Message-ID: <20011229015928.A29712@geb.elixus.org> + Branch: perl + ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod + ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod + ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod + ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod + ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod +____________________________________________________________________________ +[ 13921] By: jhi on 2001/12/29 15:05:08 + Log: socketpair tweaks from Nicholas Clark. + Branch: perl + ! ext/Socket/socketpair.t util.c +____________________________________________________________________________ +[ 13919] By: jhi on 2001/12/28 17:01:39 + Log: Retract #13917. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 13918] By: jhi on 2001/12/28 17:00:53 + Log: Subject: provisional MakeMaker patch for VMS + From: "Craig A. Berry" + Date: Thu, 27 Dec 2001 22:29:37 -0600 + Message-Id: + Branch: perl + ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm +____________________________________________________________________________ +[ 13917] By: jhi on 2001/12/28 16:57:19 + Log: (retracted by #13919) + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 13915] By: jhi on 2001/12/28 01:16:45 + Log: Remove debris in any case. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13914] By: jhi on 2001/12/28 00:22:10 + Log: Subject: [PATCH] Re: B::walksymtable oddness + From: "Mattia Barbon" + Date: Thu, 27 Dec 2001 19:14:24 +0100 + Message-ID: <3C2B7310.861.18820D0@localhost> + Branch: perl + ! ext/B/B.pm +____________________________________________________________________________ +[ 13913] By: jhi on 2001/12/27 23:57:34 + Log: Subject: [PATCH] because (sys)?read doesn't reset buffers + From: Nicholas Clark + Date: Fri, 28 Dec 2001 00:43:02 +0000 + Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net> + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 13912] By: jhi on 2001/12/27 23:56:20 + Log: Fast Latin1<->UTF-8 conversion for older Perls. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13911] By: jhi on 2001/12/27 14:52:45 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13910] By: jhi on 2001/12/27 14:32:23 + Log: More wait status trickery for BeOS. + Branch: perl + ! ext/POSIX/POSIX.xs +____________________________________________________________________________ +[ 13908] By: jhi on 2001/12/27 14:15:27 + Log: Try to catch the SIGBUS, as suggested by Nicholas Clark. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13907] By: jhi on 2001/12/27 14:05:09 + Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED) + From: gbarr@monty.mutatus.co.uk + Date: 27 Dec 2001 14:41:36 -0000 + Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk> + Branch: perl + ! lib/ExtUtils/t/Embed.t +____________________________________________________________________________ +[ 13906] By: jhi on 2001/12/27 13:58:18 + Log: Subject: [PATCH] Re: socketpair emulation + From: Nicholas Clark + Date: Wed, 26 Dec 2001 20:08:14 +0000 + Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net> + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 13905] By: jhi on 2001/12/27 13:55:03 + Log: Subject: [DOC PATCH] left is right and right is left + From: Philip Newton + Date: Thu, 27 Dec 2001 10:04:17 +0100 + Message-ID: + Branch: perl + ! pod/perlfunc.pod pod/perlport.pod +____________________________________________________________________________ +[ 13904] By: jhi on 2001/12/27 13:53:25 + Log: Subject: [PATCH] check return of close + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 27 Dec 2001 09:47:30 +0100 + Message-ID: + + Subject: [PATCH] improve error reporting + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 27 Dec 2001 09:54:55 +0100 + Message-ID: + + Subject: [PATCH] check return value of close + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 27 Dec 2001 10:03:55 +0100 + Message-ID: + + Subject: [PATCH] return of close + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 27 Dec 2001 10:22:15 +0100 + Message-ID: + Branch: perl + ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t + ! t/io/fflush.t +____________________________________________________________________________ +[ 13903] By: jhi on 2001/12/27 13:44:57 + Log: Subject: [PATCH] check return of close + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 27 Dec 2001 09:47:30 +0100 + Message-ID: + Branch: perl + ! t/base/rs.t +____________________________________________________________________________ +[ 13902] By: jhi on 2001/12/27 13:38:30 + Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 27 Dec 2001 09:21:16 +0100 + Message-ID: + Branch: perl + ! t/op/sysio.t +____________________________________________________________________________ +[ 13901] By: jhi on 2001/12/27 13:35:03 + Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)) + From: "Gerrit P. Haase" + Date: Thu, 27 Dec 2001 09:23:55 +0100 + Message-ID: <98211521662.20011227092355@familiehaase.de> + Branch: perl + ! lib/ExtUtils/t/MM_Cygwin.t +____________________________________________________________________________ +[ 13899] By: jhi on 2001/12/26 21:30:13 + Log: Replace the awful (most likely generated and not very persistent) + URL with something tangible. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 13898] By: jhi on 2001/12/26 21:21:01 + Log: Naughty /dev/printer (ls -l, really) of IRIX. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13897] By: jhi on 2001/12/26 20:56:09 + Log: Upgrade to Net::Ping 2.10. + Branch: perl + ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t + ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t + ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t + ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t +____________________________________________________________________________ +[ 13896] By: jhi on 2001/12/26 20:15:32 + Log: BeOS has times() tick of 1000000, not CLK_TCK (1000) + (this showed up in Benchmark.t) + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 13895] By: jhi on 2001/12/26 19:52:03 + Log: BeOS updates. + Branch: perl + ! README.beos beos/beos.c +____________________________________________________________________________ +[ 13894] By: jhi on 2001/12/26 19:31:38 + Log: Subject: Re: bleadperl doesn't compile + From: "Gerrit P. Haase" + Date: Wed, 26 Dec 2001 21:29:08 +0100 + Message-ID: <22168634623.20011226212908@familiehaase.de> + + Cygwin with multiplicity. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 13893] By: jhi on 2001/12/26 19:11:49 + Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK) + From: Nicholas Clark + Date: Wed, 26 Dec 2001 19:07:33 +0000 + Message-ID: <20011226190732.J48842@plum.flirble.org> + + socketpair() (un)signedness nit. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 13892] By: jhi on 2001/12/26 19:10:15 + Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK) + From: Nicholas Clark + Date: Wed, 26 Dec 2001 19:19:47 +0000 + Message-ID: <20011226191946.K48842@plum.flirble.org> + + Use report_evil_fh(). + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 13891] By: jhi on 2001/12/26 18:58:09 + Log: Bad $? assumptions. + Branch: perl + ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod +____________________________________________________________________________ +[ 13890] By: jhi on 2001/12/26 17:47:57 + Log: Net::Ping isn't going to work much without + the Socket extension; fail more gracefully. + Branch: perl + ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t + ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t + ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t + ! lib/Net/Ping/t/300_ping_stream.t +____________________________________________________________________________ +[ 13888] By: jhi on 2001/12/26 17:18:59 + Log: test -d /system is a bit too generic test for VOS + (false hit in BeOS) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13887] By: jhi on 2001/12/26 17:13:27 + Log: No AF_UNIX in BeOS. + Branch: perl + ! util.c +____________________________________________________________________________ +[ 13886] By: jhi on 2001/12/26 17:07:39 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq5.pod +____________________________________________________________________________ +[ 13885] By: jhi on 2001/12/25 16:24:10 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13884] By: jhi on 2001/12/25 16:20:19 + Log: Make -t equal -tw. + Branch: perl + ! perl.c pod/perlrun.pod +____________________________________________________________________________ +[ 13883] By: jhi on 2001/12/25 15:56:49 + Log: Subject: Re: Not OK 13881 + From: John Peacock + Date: Tue, 25 Dec 2001 06:02:12 -0500 + Message-ID: <3C285CB4.8040006@rowman.com> + Branch: perl + ! embed.h embed.pl global.sym pod/perlapi.pod util.c +____________________________________________________________________________ +[ 13882] By: jhi on 2001/12/25 15:45:52 + Log: Subject: Re: Not OK 13881 + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 25 Dec 2001 07:33:23 +0100 + Message-ID: + Branch: perl + ! op.c +____________________________________________________________________________ +[ 13881] By: jhi on 2001/12/24 23:47:53 + Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error + From: Mark-Jason Dominus + Date: Mon, 24 Dec 2001 18:14:48 -0500 + Message-ID: <20011224231448.25826.qmail@plover.com> + Branch: perl + ! op.c t/op/eval.t +____________________________________________________________________________ +[ 13880] By: jhi on 2001/12/24 22:58:18 + Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec + From: Dave Rolsky + Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) + Message-ID: + Branch: perl + + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm + ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm + ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm + ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm + ! lib/File/Spec.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 13879] By: jhi on 2001/12/24 18:52:10 + Log: Subject: [PATCH] and [BUG] \X and \C fixed, \X still dorked + From: Jeffrey Friedl + Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) + Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> + + The rest of the tests for plus few extras. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 13877] By: jhi on 2001/12/24 17:13:53 + Log: No-op. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13876] By: jhi on 2001/12/24 17:13:16 + Log: More constant casting. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13875] By: jhi on 2001/12/24 16:47:30 + Log: Subject: perlhack.pod + From: "John P. Linderman" + Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) + Message-Id: <200112232116.QAA18463@raptor.research.att.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 13874] By: jhi on 2001/12/24 16:41:03 + Log: File::Find patch patches from Thomas Wegner. + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 13873] By: jhi on 2001/12/24 16:38:10 + Log: Subject: Re: socketpair emulation + From: Nicholas Clark + Date: Mon, 24 Dec 2001 16:11:30 +0000 + Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net> + Branch: perl + ! ext/Socket/socketpair.t +____________________________________________________________________________ +[ 13872] By: jhi on 2001/12/24 02:53:02 + Log: Must cast constants if they can be quads. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 13871] By: jhi on 2001/12/24 01:40:12 + Log: Promote the e/uid to wide enough un/signed integers + and printf them as such. + Branch: perl + ! taint.c +____________________________________________________________________________ +[ 13869] By: jhi on 2001/12/24 01:14:06 + Log: The U32 alignment test wasn't really working, noticed + by Paul Green. Now the test works, but this means that + we may see coredumps from the test. I sure hope MMUless + places don't crash on the test. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13867] By: jhi on 2001/12/23 23:46:18 + Log: More VOS tweaks. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13866] By: jhi on 2001/12/23 16:43:29 + Log: The funky final sigma casefolding. + Branch: perl + ! regcomp.c regexec.c t/op/pat.t utf8.h +____________________________________________________________________________ +[ 13865] By: jhi on 2001/12/23 13:55:23 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13864] By: jhi on 2001/12/23 13:50:25 + Log: Move the \C and \X to pat.t. + Branch: perl + ! t/op/pat.t t/op/re_tests +____________________________________________________________________________ +[ 13863] By: jhi on 2001/12/23 04:04:20 + Log: More logical test ordering. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 13862] By: jhi on 2001/12/23 01:47:23 + Log: Integrate perlio; + + Add at least the "important" PerlIO_xxxx functions to embed.pl + so that they get implicit pTHX_ and we can avoid slow dTHX. + + Put PerlIO stuff inside EXTERN C + + Win32 and makedef.pl fall-out of PerlIO/pTHX stuff + Branch: perl + !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl + !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h + !> win32/win32.c +____________________________________________________________________________ +[ 13861] By: jhi on 2001/12/23 01:38:54 + Log: Even more \X fixing. + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 13860] By: jhi on 2001/12/23 01:29:45 + Log: More \X fixing. + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 13859] By: jhi on 2001/12/23 00:57:10 + Log: Fix encoding pragma. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 13858] By: jhi on 2001/12/23 00:12:51 + Log: Subject: socketpair emulation + From: Nicholas Clark + Date: Sat, 22 Dec 2001 18:38:18 +0000 + Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net> + Branch: perl + + ext/Socket/socketpair.t + ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod + ! pp_sys.c proto.h util.c +____________________________________________________________________________ +[ 13857] By: jhi on 2001/12/22 23:53:26 + Log: Subject: [PATCH] and [BUG] \X and \C fixed, \X still dorked + From: Jeffrey Friedl + Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) + Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> + + (partially applied, most of the new tests need to be rethought) + Branch: perl + ! regcomp.c t/op/re_tests +____________________________________________________________________________ +[ 13856] By: jhi on 2001/12/22 23:45:35 + Log: Small tweaks. + Branch: perl + ! handy.h regexec.c +____________________________________________________________________________ +[ 13855] By: jhi on 2001/12/22 20:10:01 + Log: Unicode casefolding continues. + (lib/encoding.t still failing.) + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 13850] By: jhi on 2001/12/22 17:41:40 + Log: Rework the make logic (again). + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13849] By: jhi on 2001/12/22 16:40:24 + Log: Integrate perlio; + Fix mis-parse of autoloaded usage code by declaring the sub + Correct checking code which Ilya spotted was tripped by CR at EOF. + The CR at EOF fix earlier broke CR at end-of-buffer. + Branch: perl + ! regexec.c + !> ext/POSIX/POSIX.pm perlio.c sv.c +____________________________________________________________________________ +[ 13844] By: jhi on 2001/12/22 04:27:46 + Log: More Unicode casing fixes. + Branch: perl + ! regexec.c t/op/pat.t +____________________________________________________________________________ +[ 13843] By: jhi on 2001/12/22 02:47:08 + Log: Unicode casefolding fixes. + Branch: perl + ! op.c regcomp.c regexec.c t/op/pat.t +____________________________________________________________________________ +[ 13842] By: jhi on 2001/12/21 22:32:14 + Log: Subject: [PATCH B::Deparse] __DATA__ and packages + From: Rafael Garcia-Suarez + Date: Sat, 22 Dec 2001 00:01:29 +0100 + Message-ID: <20011222000129.A713@rafael> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 13841] By: jhi on 2001/12/21 20:38:28 + Log: VOS config from Paul Green. + Branch: perl + ! hints/vos.sh +____________________________________________________________________________ +[ 13840] By: jhi on 2001/12/21 20:00:43 + Log: Subject: [PATCH @13746] CreateTTY on OS/2 + From: Ilya Zakharevich + Date: Fri, 21 Dec 2001 15:59:45 -0500 + Message-ID: <20011221155945.A6806@math.ohio-state.edu> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 13839] By: jhi on 2001/12/21 19:52:49 + Log: Subject: [PATCH @13746] uninstalled build of modules broken + From: Ilya Zakharevich + Date: Fri, 21 Dec 2001 15:49:09 -0500 + Message-ID: <20011221154909.A6760@math.ohio-state.edu> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 13838] By: jhi on 2001/12/21 19:52:09 + Log: Subject: [PATCH @13746] OS/2 File::* modules + From: Ilya Zakharevich + Date: Fri, 21 Dec 2001 15:43:24 -0500 + Message-ID: <20011221154324.A6524@math.ohio-state.edu> + Branch: perl + ! lib/File/Basename.pm lib/File/Spec/OS2.pm +____________________________________________________________________________ +[ 13837] By: jhi on 2001/12/21 19:49:41 + Log: Subject: [PATCH] perltie.pod (or what does it mean?) + From: Wolfgang Laun + Date: Fri, 21 Dec 2001 17:29:07 +0100 + Message-ID: <3C236353.6625C4C0@alcatel.at> + Branch: perl + ! pod/perltie.pod +____________________________________________________________________________ +[ 13835] By: jhi on 2001/12/21 19:47:03 + Log: Further VOS tweaks: the _exe needs to be introduced + in the very beginning, and the make/gmake needs special + VOS logic. + Branch: perl + ! Configure Makefile.SH +____________________________________________________________________________ +[ 13834] By: jhi on 2001/12/21 15:12:26 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13832] By: jhi on 2001/12/21 14:46:24 + Log: Also the search for cat needs to be _exe-aware. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13831] By: jhi on 2001/12/21 13:43:53 + Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition + From: Wolfgang Laun + Date: Fri, 21 Dec 2001 14:02:01 +0100 + Message-ID: <3C2332C9.7CFED5F2@alcatel.at> + Branch: perl + ! ext/B/B/Xref.pm +____________________________________________________________________________ +[ 13830] By: jhi on 2001/12/21 13:42:31 + Log: packing I32 with L is not nice, need l; from Wolfgang Laun. + Branch: perl + ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm + ! ext/B/t/assembler.t +____________________________________________________________________________ +[ 13829] By: jhi on 2001/12/21 13:39:06 + Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current + From: "H.Merijn Brand" + Date: Fri, 21 Dec 2001 11:15:38 +0100 + Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl> + Branch: perl + ! hv.c +____________________________________________________________________________ +[ 13828] By: jhi on 2001/12/21 01:59:10 + Log: A plan is good. + Branch: perl + ! ext/re/re.t +____________________________________________________________________________ +[ 13827] By: jhi on 2001/12/21 01:57:48 + Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma + From: chromatic + Date: Thu, 20 Dec 2001 16:16:48 -0700 + Message-ID: <20011220231726.23878.qmail@onion.perl.org> + Branch: perl + + ext/re/re.t + ! MANIFEST +____________________________________________________________________________ +[ 13826] By: jhi on 2001/12/21 01:34:37 + Log: Synchronize the skippage message. + Branch: perl + ! lib/ExtUtils/t/MM_OS2.t +____________________________________________________________________________ +[ 13825] By: jhi on 2001/12/21 01:32:42 + Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2 + From: chromatic + Date: Thu, 20 Dec 2001 16:09:10 -0700 + Message-ID: <20011220230948.18010.qmail@onion.perl.org> + Branch: perl + + lib/ExtUtils/t/MM_OS2.t + ! MANIFEST +____________________________________________________________________________ +[ 13824] By: jhi on 2001/12/21 01:14:12 + Log: Subject: perlfunc.pod patch re flock via fcntl + From: "Tye McQueen" + Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) + Message-Id: <200112202052.fBKKqKH16263@metronet.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 13823] By: jhi on 2001/12/21 00:54:49 + Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1), + U+...FFFE, U+...FFFF, and characters beyond U+10FFFF + (the Unicode maximum code point) warnable offenses. + Branch: perl + ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h + ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h +____________________________________________________________________________ +[ 13822] By: jhi on 2001/12/20 20:59:55 + Log: Sterner admonishment on -t. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 13821] By: jhi on 2001/12/20 20:53:42 + Log: Subject: [PATCH B::Dpparse] minor qr// fix + From: Rafael Garcia-Suarez + Date: Thu, 20 Dec 2001 22:53:34 +0100 + Message-ID: <20011220225334.A735@rafael> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 13820] By: jhi on 2001/12/20 15:18:25 + Log: Subject: [PATCH} typo fix in Carp/Heavy.pm + From: Robert Spier + Date: Thu, 20 Dec 2001 08:10:00 -0800 + Message-ID: <15394.3416.693353.107334@rls.cx> + Branch: perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 13819] By: jhi on 2001/12/20 14:56:30 + Log: Integrate perlio (pTHX_ fixes for :win32 layer) + Branch: perl + !> win32/win32io.c +____________________________________________________________________________ +[ 13818] By: jhi on 2001/12/20 14:53:05 + Log: Subject: Re: [PATCH pod/perliol.pod] resend + From: Stas Bekman + Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT) + Message-ID: + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 13817] By: jhi on 2001/12/20 14:51:24 + Log: Fix up the APIs noone hopefully uses. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13816] By: jhi on 2001/12/20 14:18:56 + Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval + Date: Wed, 19 Dec 2001 14:13:38 -0800 + From: Robert Spier + Message-ID: <15393.4370.605214.548582@rls.cx> + Branch: perl + ! lib/Carp.t lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 13813] By: jhi on 2001/12/19 21:29:49 + Log: Some bincompat clawbacks. + Branch: perl + ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c + ! wince/perldll.def +____________________________________________________________________________ +[ 13812] By: jhi on 2001/12/19 17:56:53 + Log: gcc pacifying (RH 7.1/ia64). + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 13811] By: jhi on 2001/12/19 16:55:09 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13810] By: jhi on 2001/12/19 16:50:12 + Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0) + From: Wolfgang Laun + Date: Wed, 19 Dec 2001 12:35:07 +0100 + Message-ID: <3C207B6B.A687A8EC@alcatel.at> + + Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0) + From: Hugo van der Sanden + Date: Wed, 19 Dec 2001 17:34:51 +0000 + Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk> + Branch: perl + ! pod/perlre.pod +____________________________________________________________________________ +[ 13809] By: jhi on 2001/12/19 16:47:11 + Log: Integrate perlio. + Branch: perl + !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs + !> ext/PerlIO/Via/Via.xs perlio.c perliol.h +____________________________________________________________________________ +[ 13807] By: jhi on 2001/12/19 15:59:02 + Log: One more embedded (?sx) de-embedded, from Wolfgang Laun. + Branch: perl + ! ext/B/B/Assembler.pm +____________________________________________________________________________ +[ 13806] By: jhi on 2001/12/19 15:08:29 + Log: Reword the alarm explanation. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 13805] By: jhi on 2001/12/19 15:04:03 + Log: Subject: [PATCH @13746] OS/2 build + From: Ilya Zakharevich + Date: Wed, 19 Dec 2001 02:45:41 -0500 + Message-ID: <20011219024541.A29803@math.ohio-state.edu> + + (skipped the t/TEST change) + Branch: perl + ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t + ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL + ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c +____________________________________________________________________________ +[ 13804] By: jhi on 2001/12/19 14:55:26 + Log: Upgrade to Net::Ping 2.09. + Branch: perl + + lib/Net/Ping/CHANGES lib/Net/Ping/README + + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t + + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t + + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t + + lib/Net/Ping/t/300_ping_stream.t + ! MANIFEST lib/Net/Ping.pm +____________________________________________________________________________ +[ 13802] By: jhi on 2001/12/19 14:25:27 + Log: B::Assembler/B::Disassembler patches and test; + from Wolfgang Laun. + + TODO: getting perlcc working. + Branch: perl + + ext/B/t/assembler.t + ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm +____________________________________________________________________________ +[ 13801] By: jhi on 2001/12/19 14:18:10 + Log: Can't printf U8s as UVs. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13800] By: jhi on 2001/12/19 14:12:02 + Log: Subject: Re: [PATCH] ...while $var = glob(...) + From: Robin Houston + Date: Wed, 19 Dec 2001 13:48:55 +0000 + Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk> + + Not exactly a glob test but internal-logically correct. + Branch: perl + ! t/op/glob.t +____________________________________________________________________________ +[ 13799] By: jhi on 2001/12/19 13:51:37 + Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag + From: Michael G Schwern + Date: Wed, 19 Dec 2001 07:42:54 -0500 + Message-ID: <20011219124254.GF8630@blackrider> + Branch: perl + + lib/lib.t + ! MANIFEST lib/lib_pm.PL +____________________________________________________________________________ +[ 13798] By: jhi on 2001/12/19 13:35:59 + Log: Integrate with perlio. + Branch: perl + !> hv.c hv.h scope.c util.c +____________________________________________________________________________ +[ 13793] By: jhi on 2001/12/19 04:58:51 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 13792] By: jhi on 2001/12/19 04:56:42 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq5.pod +____________________________________________________________________________ +[ 13791] By: jhi on 2001/12/19 04:38:47 + Log: Reformat round. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 13790] By: jhi on 2001/12/19 04:32:06 + Log: Subject: [PATCH] pod/perlunicode.pod + From: Jeffrey Friedl + Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) + Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 13789] By: jhi on 2001/12/19 04:16:39 + Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references) + From: Jeffrey Friedl + Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) + Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13788] By: jhi on 2001/12/19 03:54:08 + Log: Slight pod reformatting. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13787] By: jhi on 2001/12/19 03:41:45 + Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references) + From: Jeffrey Friedl + Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST) + Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com> + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13786] By: jhi on 2001/12/19 01:14:04 + Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test + From: Hugo van der Sanden + Date: Wed, 19 Dec 2001 01:45:23 +0000 + Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 13785] By: jhi on 2001/12/19 01:11:45 + Log: Subject: Porting/checkURL.pl + From: abigail@foad.org + Date: Tue, 18 Dec 2001 19:03:22 +0100 + Message-ID: <20011218180322.8278.qmail@foad.org> + Branch: perl + ! Porting/checkURL.pl +____________________________________________________________________________ +[ 13783] By: jhi on 2001/12/19 00:26:34 + Log: A bit too oversweeping matching in #13778. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13782] By: jhi on 2001/12/19 00:09:10 + Log: Re-gen Configure based on #13778..13781. + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 13767] By: jhi on 2001/12/18 22:13:14 + Log: Subject: Re: Benchmark.t failure on Linux + From: Nicholas Clark + Date: Tue, 18 Dec 2001 22:51:25 +0000 + Message-ID: <20011218225124.N21702@plum.flirble.org> + Branch: perl + ! lib/Benchmark.t +____________________________________________________________________________ +[ 13766] By: jhi on 2001/12/18 22:07:35 + Log: Re-applying #13752 until a better solution can be found. + Branch: perl + ! lib/ExtUtils/t/MM_Unix.t +____________________________________________________________________________ +[ 13765] By: jhi on 2001/12/18 21:05:13 + Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm + From: "Giroux, Mike (Exchange)" + Date: Tue, 18 Dec 2001 12:05:40 -0500 + Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com> + Branch: perl + ! lib/Exporter.pm +____________________________________________________________________________ +[ 13764] By: jhi on 2001/12/18 20:58:44 + Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha + findings -- some of the warnings I can't explain except + by NVgf being detected wrong, though. + Branch: perl + ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c +____________________________________________________________________________ +[ 13763] By: jhi on 2001/12/18 20:54:28 + Log: Subject: [PATCH] pod/perluniintro.pod + From: Jeffrey Friedl + Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST) + Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com> + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13762] By: jhi on 2001/12/18 17:49:07 + Log: ".pm" is the native executable suffix in VOS. + Branch: perl + ! hints/vos.sh +____________________________________________________________________________ +[ 13761] By: jhi on 2001/12/18 15:57:39 + Log: Integrate perlio; + Tidied version of Jeffrey Friedl's restricted hashes + Branch: perl + !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t +____________________________________________________________________________ +[ 13759] By: jhi on 2001/12/18 15:54:19 + Log: (Undone by #13766.) + Retract #13752. + Branch: perl + ! lib/ExtUtils/t/MM_Unix.t +____________________________________________________________________________ +[ 13758] By: jhi on 2001/12/18 15:26:18 + Log: Echoes of #13757. + Branch: perl + ! t/lib/warnings/utf8 +____________________________________________________________________________ +[ 13757] By: jhi on 2001/12/18 15:24:50 + Log: Make the utf8 malformedness messages more verbose. + Branch: perl + ! lib/utf8.t utf8.c +____________________________________________________________________________ +[ 13755] By: jhi on 2001/12/18 14:05:26 + Log: README.aix updates from Jens-Uwe Mager. + Branch: perl + ! README.aix +____________________________________________________________________________ +[ 13754] By: jhi on 2001/12/18 14:03:31 + Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure + From: Michael G Schwern + Date: Tue, 18 Dec 2001 00:58:18 -0500 + Message-ID: <20011218055818.GC4362@blackrider> + Branch: perl + ! lib/Benchmark.t +____________________________________________________________________________ +[ 13753] By: jhi on 2001/12/18 14:02:49 + Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable + From: Michael G Schwern + Date: Tue, 18 Dec 2001 00:40:38 -0500 + Message-ID: <20011218054038.GB4362@blackrider> + Branch: perl + ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t +____________________________________________________________________________ +[ 13752] By: jhi on 2001/12/18 14:01:44 + Log: (reintroduced by #13766) + (retracted by #13759) + + Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix + From: Michael G Schwern + Date: Tue, 18 Dec 2001 00:00:23 -0500 + Message-ID: <20011218050023.GA27893@blackrider> + Branch: perl + ! lib/ExtUtils/t/MM_Unix.t +____________________________________________________________________________ +[ 13751] By: jhi on 2001/12/18 13:59:32 + Log: Re-patch #13749. + Branch: perl + ! t/op/glob.t +____________________________________________________________________________ +[ 13750] By: jhi on 2001/12/18 13:56:34 + Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts} + From: Hugo van der Sanden + Date: Tue, 18 Dec 2001 12:55:43 +0000 + Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk> + Branch: perl + ! ext/Devel/Peek/Peek.pm +____________________________________________________________________________ +[ 13749] By: jhi on 2001/12/18 13:55:12 + Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...)) + From: Robin Houston + Date: Tue, 18 Dec 2001 14:54:33 +0000 + Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk> + Branch: perl + ! t/op/glob.t +____________________________________________________________________________ +[ 13748] By: jhi on 2001/12/17 23:54:41 + Log: Subject: [PATCH] slightly more for Exporter.pm + From: Nicholas Clark + Date: Tue, 18 Dec 2001 00:22:03 +0000 + Message-ID: <20011218002203.M21702@plum.flirble.org> + Branch: perl + ! lib/Exporter.pm +____________________________________________________________________________ +[ 13747] By: jhi on 2001/12/17 21:59:07 + Log: Subject: [PATCH] Re: chomp/chop prototype changed? + From: Rafael Garcia-Suarez + Date: Mon, 17 Dec 2001 16:37:18 +0100 + Message-ID: <20011217163718.A2292@rafael> + + Subject: Re: [PATCH] Re: chomp/chop prototype changed? + From: Rafael Garcia-Suarez + Date: Mon, 17 Dec 2001 23:17:06 +0100 + Message-ID: <20011217231706.A730@rafael> + Branch: perl + ! pod/perlsub.pod pp.c toke.c +____________________________________________________________________________ +[ 13746] By: jhi on 2001/12/17 20:22:08 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13745] By: jhi on 2001/12/17 20:12:37 + Log: New test warrants a MANIFEST entry. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 13744] By: jhi on 2001/12/17 19:27:40 + Log: Subject: Re: [PATCH] ...while $var = glob(...) + From: Robin Houston + Date: Mon, 17 Dec 2001 20:27:30 +0000 + Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk> + + Can't portably unlink open files. + Branch: perl + ! t/op/glob.t +____________________________________________________________________________ +[ 13743] By: jhi on 2001/12/17 19:26:34 + Log: perluniintro tweaks as suggested by Jeffrey Friedl. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13742] By: jhi on 2001/12/17 19:18:52 + Log: Move typeglob test from glob.t to gv.t. + Branch: perl + ! t/op/glob.t t/op/gv.t +____________________________________________________________________________ +[ 13741] By: jhi on 2001/12/17 19:12:16 + Log: Subject: Re: [PATCH] ...while $var = glob(...) + From: Robin Houston + Date: Mon, 17 Dec 2001 20:07:02 +0000 + Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk> + Branch: perl + ! t/op/glob.t +____________________________________________________________________________ +[ 13740] By: jhi on 2001/12/17 19:11:29 + Log: Demote the surrogate and non-character errors to warnings. + Branch: perl + ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c +____________________________________________________________________________ +[ 13739] By: jhi on 2001/12/17 18:47:41 + Log: Subject: [PATCH] more POSIX tests, and more autoloading + From: Nicholas Clark + Date: Mon, 17 Dec 2001 18:27:47 +0000 + Message-ID: <20011217182747.D21702@plum.flirble.org> + Branch: perl + ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 13738] By: jhi on 2001/12/17 18:43:55 + Log: Subject: [PATCH] ...while $var = glob(...) + From: Robin Houston + Date: Mon, 17 Dec 2001 15:51:54 +0000 + Message-ID: <20011217155153.A311@robin.kitsite.com> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 13737] By: jhi on 2001/12/17 18:38:33 + Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT + From: Rafael Garcia-Suarez + Date: Mon, 17 Dec 2001 15:23:01 +0100 + Message-ID: <20011217152301.A704@rafael> + Branch: perl + ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t +____________________________________________________________________________ +[ 13736] By: jhi on 2001/12/17 18:36:20 + Log: The system() vs $SIG{ARLM} is no more a todo. + Branch: perl + ! t/op/alarm.t +____________________________________________________________________________ +[ 13735] By: jhi on 2001/12/17 18:34:43 + Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two + From: Michael G Schwern + Date: Sun, 16 Dec 2001 23:59:01 -0500 + Message-ID: <20011217045901.GL17232@blackrider> + Branch: perl + + t/op/alarm.t + ! MANIFEST +____________________________________________________________________________ +[ 13734] By: jhi on 2001/12/17 17:54:19 + Log: s/UNIX/Unix/ + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 13733] By: jhi on 2001/12/17 17:50:22 + Log: Move ExtUtils tests to lib/ExtUtils/t. + Branch: perl + + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t + + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t + + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t + + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t + + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t + + lib/ExtUtils/t/testlib.t + - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t + - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t + - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t + - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t + - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t + ! MANIFEST +____________________________________________________________________________ +[ 13732] By: jhi on 2001/12/17 17:45:33 + Log: Subject: [PATCH] MM_Unix tests, and some questions + From: Tels + Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET) + Message-Id: <200112162132.XAA12694@tiku.hut.fi> + + Subject: Re: [PATCH] MM_Unix tests, and some questions + From: Tels + Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET) + Message-Id: <200112162332.BAA25411@tiku.hut.fi> + Branch: perl + + lib/ExtUtils/MM_Unix.t + ! MANIFEST lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 13731] By: jhi on 2001/12/17 17:31:35 + Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl + From: Michael G Schwern + Date: Sun, 16 Dec 2001 17:53:55 -0500 + Message-ID: <20011216225354.GE8900@blackrider> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 13730] By: jhi on 2001/12/17 17:26:44 + Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones. + From: Michael G Schwern + Date: Sun, 16 Dec 2001 16:12:55 -0500 + Message-ID: <20011216211255.GV8900@blackrider> + Branch: perl + ! ext/B/B/Deparse.pm +____________________________________________________________________________ +[ 13729] By: jhi on 2001/12/17 17:25:09 + Log: Subject: [PATCH] Exporter.pm + From: Nicholas Clark + Date: Sun, 16 Dec 2001 19:24:25 +0000 + Message-ID: <20011216192425.R21702@plum.flirble.org> + Branch: perl + ! lib/Exporter.pm +____________________________________________________________________________ +[ 13728] By: jhi on 2001/12/17 17:20:51 + Log: Subject: [PATCH] Exporter.t (and question) + From: Nicholas Clark + Date: Sun, 16 Dec 2001 17:24:55 +0000 + Message-ID: <20011216172455.P21702@plum.flirble.org> + Branch: perl + ! lib/Exporter.t +____________________________________________________________________________ +[ 13727] By: jhi on 2001/12/17 17:18:21 + Log: Subject: Re: perl@13661 + From: "John P. Linderman" + Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST) + Message-Id: <200112171211.HAA71597@raptor.research.att.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 13726] By: jhi on 2001/12/17 16:57:57 + Log: Subject: Will the real Unicode encoding please stand up? + From: Jeffrey Friedl + Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST) + Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com> + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13725] By: jhi on 2001/12/17 16:43:09 + Log: Integrate perlio; interruptable system(). + Branch: perl + !> util.c +____________________________________________________________________________ +[ 13722] By: jhi on 2001/12/16 16:12:57 + Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and + 0xFFFE..0xFFFF. Ranges 0x...FFFE..0x...FFFF in general, + and characters beyond 0x10FFF should be disallowed, too, + but some tests would need changing, but more importantly some + APIs would need remodeling since one can easily generate such + characters either by bitwise complements, tr complements, or + v-strings. + Branch: perl + ! pod/perldiag.pod utf8.c +____________________________________________________________________________ +[ 13721] By: jhi on 2001/12/16 15:34:52 + Log: Make surrogates illegal also on EBCDIC. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13720] By: jhi on 2001/12/16 14:49:18 + Log: Subject: [patch @13687] Unicode::Collate 0.10 + From: SADAHIRO Tomoyuki + Date: Sun, 16 Dec 2001 21:22:12 +0900 + Message-Id: <20011216211615.8ED5.BQW10602@nifty.com> + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 13719] By: jhi on 2001/12/16 14:39:34 + Log: More documentation for the encoding pragma. + Branch: perl + ! lib/encoding.pm +____________________________________________________________________________ +[ 13718] By: jhi on 2001/12/16 14:34:02 + Log: Subject: [PATCH] lib/open.pm + From: Jeffrey Friedl + Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST) + Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com> + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 13717] By: jhi on 2001/12/16 14:18:49 + Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed + From: chromatic + Date: Sat, 15 Dec 2001 23:24:40 -0700 + Message-ID: <20011216062507.71492.qmail@onion.perl.org> + Branch: perl + + lib/ExtUtils/Installed.t + ! MANIFEST +____________________________________________________________________________ +[ 13716] By: jhi on 2001/12/16 14:17:10 + Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit + From: Michael G Schwern + Date: Sun, 16 Dec 2001 01:14:00 -0500 + Message-ID: <20011216061400.GC8900@blackrider> + Branch: perl + ! lib/diagnostics.pm +____________________________________________________________________________ +[ 13715] By: jhi on 2001/12/16 14:16:17 + Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR + From: Michael G Schwern + Date: Sun, 16 Dec 2001 01:12:42 -0500 + Message-ID: <20011216061242.GB8900@blackrider> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13714] By: jhi on 2001/12/16 04:21:53 + Log: I sometimes outsmart myself. + Branch: perl + ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t +____________________________________________________________________________ +[ 13713] By: jhi on 2001/12/16 03:24:34 + Log: Subject: [PATCH lib/AutoSplit.pm] Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] + From: Michael G Schwern + Date: Sat, 15 Dec 2001 15:08:29 -0500 + Message-ID: <20011215200829.GK1548@blackrider> + Branch: perl + ! lib/AutoSplit.pm +____________________________________________________________________________ +[ 13712] By: jhi on 2001/12/16 03:22:39 + Log: perlunicode enchancements suggested by Jeffrey Friedl. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 13711] By: jhi on 2001/12/16 03:00:44 + Log: Subject: [PATCH] perlunicode.pod + From: Jeffrey Friedl + Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) + Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 13710] By: jhi on 2001/12/16 02:57:09 + Log: Subject: RESENT - [PATCH] utf8_heavy.pl + From: Jeffrey Friedl + Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) + Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com> + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 13709] By: jhi on 2001/12/16 02:47:36 + Log: Can't create surrogates; so can't match them, either. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 13708] By: jhi on 2001/12/16 02:46:07 + Log: Subject: [PATCH t/test.pl] diagnostics to STDERR + From: Michael G Schwern + Date: Sat, 15 Dec 2001 21:20:35 -0500 + Message-ID: <20011216022035.GE5672@blackrider> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13707] By: jhi on 2001/12/16 02:45:06 + Log: Make creating UTF-8 surrogates a punishable act. + Branch: perl + ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c +____________________________________________________________________________ +[ 13706] By: jhi on 2001/12/15 23:00:56 + Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}. + Branch: perl + + lib/unicore/In/172.pl lib/unicore/In/173.pl + ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl + ! lib/unicore/In/165.pl lib/unicore/In/166.pl + ! lib/unicore/In/167.pl lib/unicore/In/168.pl + ! lib/unicore/In/169.pl lib/unicore/In/170.pl + ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl +____________________________________________________________________________ +[ 13705] By: jhi on 2001/12/15 22:17:10 + Log: Subject: [PATCH B::Deparse] rcatline support ($_.=) + From: Rafael Garcia-Suarez + Date: Sat, 15 Dec 2001 23:21:43 +0100 + Message-ID: <20011215232143.A11790@rafael> + Branch: perl + ! ext/B/B/Deparse.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 13704] By: jhi on 2001/12/15 22:09:20 + Log: Make charnames more robust. + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 13703] By: jhi on 2001/12/15 17:30:55 + Log: The hoops one has to jump through. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.pm +____________________________________________________________________________ +[ 13702] By: jhi on 2001/12/15 17:18:49 + Log: Subject: [PATCH] perlstyle.pod nit on warnings + From: Autrijus Tang + Date: Sat, 15 Dec 2001 04:24:34 -0800 + Message-ID: <20011215122434.GA1682@egb.elixus.org> + Branch: perl + ! pod/perlstyle.pod +____________________________________________________________________________ +[ 13701] By: jhi on 2001/12/15 17:17:47 + Log: I don't think we are in FooOS, Toto. + Branch: perl + ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t +____________________________________________________________________________ +[ 13700] By: jhi on 2001/12/15 17:15:50 + Log: Subject: Re: Untested modules update: There's more than we thought + From: chromatic + Date: Fri, 14 Dec 2001 17:20:24 -0700 + Message-ID: <20011215002049.37259.qmail@onion.perl.org> + Branch: perl + + lib/ExtUtils/MM_Cygwin.t + ! MANIFEST +____________________________________________________________________________ +[ 13699] By: jhi on 2001/12/15 17:14:26 + Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc + From: Michael G Schwern + Date: Fri, 14 Dec 2001 20:59:42 -0500 + Message-ID: <20011215015942.GF28596@blackrider> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 13698] By: jhi on 2001/12/15 17:13:35 + Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test + From: Michael G Schwern + Date: Fri, 14 Dec 2001 20:03:46 -0500 + Message-ID: <20011215010346.GD28596@blackrider> + Branch: perl + + ext/B/t/bblock.t + ! MANIFEST +____________________________________________________________________________ +[ 13697] By: jhi on 2001/12/15 17:12:32 + Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs + From: Michael G Schwern + Date: Fri, 14 Dec 2001 19:59:13 -0500 + Message-ID: <20011215005913.GC28596@blackrider> + Branch: perl + ! ext/B/B/Bblock.pm +____________________________________________________________________________ +[ 13696] By: jhi on 2001/12/15 17:11:32 + Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test + From: Michael G Schwern + Date: Fri, 14 Dec 2001 19:36:12 -0500 + Message-ID: <20011215003611.GA28596@blackrider> + Branch: perl + + ext/B/t/asmdata.t + ! MANIFEST +____________________________________________________________________________ +[ 13695] By: jhi on 2001/12/15 17:10:05 + Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs + From: Michael G Schwern + Date: Fri, 14 Dec 2001 19:14:14 -0500 + Message-ID: <20011215001414.GA25077@blackrider> + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm +____________________________________________________________________________ +[ 13694] By: jhi on 2001/12/15 17:00:44 + Log: Permissions. + Branch: perl + ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c + ! ext/Devel/PPPort/module3.c +____________________________________________________________________________ +[ 13693] By: jhi on 2001/12/14 23:48:59 + Log: Benchmark test from Nicholas Clark. + Branch: perl + + lib/Benchmark.t + ! MANIFEST lib/Benchmark.pm +____________________________________________________________________________ +[ 13692] By: jhi on 2001/12/14 23:33:28 + Log: Mithing. + Branch: perl + + lib/Attribute/Handlers/demo/demo2.pl + + lib/Attribute/Handlers/demo/demo3.pl + + lib/Attribute/Handlers/demo/demo4.pl +____________________________________________________________________________ +[ 13691] By: jhi on 2001/12/14 21:26:08 + Log: Silence compiler worries found by Schwern/Digital cc. + Branch: perl + ! perlio.c sv.c x2p/str.c +____________________________________________________________________________ +[ 13690] By: jhi on 2001/12/14 20:26:51 + Log: User may not have a valid home directory even if + getpwuid() succedds. + Branch: perl + ! ext/File/Glob/t/basic.t +____________________________________________________________________________ +[ 13689] By: jhi on 2001/12/14 18:14:52 + Log: Integrate with perlio. (No changes, but that's okay.) + Branch: perl + !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod +____________________________________________________________________________ +[ 13688] By: jhi on 2001/12/14 18:06:18 + Log: Add a Configure hints file for VOS: the POSIX support + of VOS is getting close to the point where it can run + Configure (some Configure tweaks will be required). + Branch: perl + + hints/vos.sh + ! MANIFEST +____________________________________________________________________________ +[ 13687] By: jhi on 2001/12/14 16:15:17 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13686] By: jhi on 2001/12/14 16:07:02 + Log: Reintroduce Attribute::Handlers with Spider's fixes. + Branch: perl + + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes + + lib/Attribute/Handlers/README + + lib/Attribute/Handlers/demo/Demo.pm + + lib/Attribute/Handlers/demo/Descriptions.pm + + lib/Attribute/Handlers/demo/MyClass.pm + + lib/Attribute/Handlers/demo/demo.pl + + lib/Attribute/Handlers/demo/demo_call.pl + + lib/Attribute/Handlers/demo/demo_chain.pl + + lib/Attribute/Handlers/demo/demo_cycle.pl + + lib/Attribute/Handlers/demo/demo_hashdir.pl + + lib/Attribute/Handlers/demo/demo_phases.pl + + lib/Attribute/Handlers/demo/demo_range.pl + + lib/Attribute/Handlers/demo/demo_rawdata.pl + + lib/Attribute/Handlers/t/multi.t + ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 13684] By: jhi on 2001/12/14 14:43:40 + Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings + From: Michael G Schwern + Date: Thu, 13 Dec 2001 19:27:08 -0500 + Message-ID: <20011214002707.GA10532@blackrider> + + (reword the perlrun -t description a bit, + and move the Itaint_warn to the bottom of + the intrpvar.h for binary compatibility) + Branch: perl + + t/run/switcht.t + ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c + ! perlapi.h pod/perlrun.pod t/TEST taint.c +____________________________________________________________________________ +[ 13682] By: jhi on 2001/12/14 04:10:37 + Log: Detypo. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13681] By: jhi on 2001/12/14 04:07:08 + Log: Buffer overflow checks. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13680] By: jhi on 2001/12/13 21:30:14 + Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED) + From: Spider Boardman + Date: Thu, 13 Dec 2001 15:32:51 -0500 + Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com> + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 13679] By: jhi on 2001/12/13 21:27:31 + Log: More on the Unicode "line" definition. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 13678] By: jhi on 2001/12/13 21:18:47 + Log: Open-ended VERSION? + Branch: perl + ! lib/ExtUtils/Install.pm +____________________________________________________________________________ +[ 13677] By: jhi on 2001/12/13 19:13:13 + Log: Subject: [PATCH] Better make distclean + From: "H.Merijn Brand" + Date: Thu, 13 Dec 2001 21:10:18 +0100 + Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 13676] By: jhi on 2001/12/13 17:11:42 + Log: Remove Memoize::Saves as requested by mjd. + Branch: perl + - lib/Memoize/Saves.pm + ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 13675] By: jhi on 2001/12/13 16:16:12 + Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag + From: Michael G Schwern + Date: Tue, 11 Dec 2001 23:17:32 -0500 + Message-ID: <20011212041732.GS17250@blackrider> + Branch: perl + ! lib/ExtUtils/Install.pm +____________________________________________________________________________ +[ 13674] By: jhi on 2001/12/13 16:12:19 + Log: Subject: [PATCH] Re: use utf8; with bad utf8 + From: Nicholas Clark + Date: Thu, 13 Dec 2001 17:09:39 +0000 + Message-ID: <20011213170939.L21702@plum.flirble.org> + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 13673] By: jhi on 2001/12/13 16:09:18 + Log: Subject: (LONG!) Sort benchmarks and patch + From: "John P. Linderman" + Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST) + Message-Id: <200112131450.JAA84836@raptor.research.att.com> + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 13672] By: jhi on 2001/12/13 14:19:28 + Log: Unadorned numbers evil. + Branch: perl + ! pp.c regcomp.c regexec.c utf8.c utf8.h +____________________________________________________________________________ +[ 13671] By: jhi on 2001/12/13 13:35:47 + Log: "preprocessing directive not recognized within macro arg" + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 13670] By: jhi on 2001/12/13 13:32:37 + Log: Subject: Clarifying the documentation of goto + From: "Benjamin J. Tilly" + Date: Thu, 13 Dec 2001 08:57:38 -0500 + Message-ID: <3C18BD8B@operamail.com> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 13669] By: jhi on 2001/12/13 04:38:19 + Log: It could be possible for the case-insensitive + Unicode-aware string comparison to wander off + to the la-la land. + Branch: perl + ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h + ! regexec.c utf8.c +____________________________________________________________________________ +[ 13668] By: jhi on 2001/12/13 02:48:14 + Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out + From: Michael G Schwern + Date: Wed, 12 Dec 2001 21:53:46 -0500 + Message-ID: <20011213025346.GH25129@blackrider> + Branch: perl + ! lib/Net/hostent.t t/op/stat.t t/test.pl +____________________________________________________________________________ +[ 13667] By: jhi on 2001/12/13 02:47:27 + Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink + From: Michael G Schwern + Date: Wed, 12 Dec 2001 20:33:42 -0500 + Message-ID: <20011213013342.GX25129@blackrider> + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 13666] By: jhi on 2001/12/12 23:22:27 + Log: Subject: Re: [PATCH] use utf8; tests + From: Nicholas Clark + Date: Thu, 13 Dec 2001 00:16:58 +0000 + Message-ID: <20011213001658.I21702@plum.flirble.org> + Branch: perl + ! lib/utf8.t +____________________________________________________________________________ +[ 13665] By: jhi on 2001/12/12 21:45:49 + Log: EPOC fixes from Olaf Flebbe. + Branch: perl + ! README.epoc epoc/config.sh epoc/createpkg.pl + ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 13664] By: jhi on 2001/12/12 21:33:50 + Log: Subject: [PATCH perl@13661] VMS test fix-ups + From: "Craig A. Berry" + Date: Wed, 12 Dec 2001 16:27:48 -0600 + Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01> + Branch: perl + ! lib/Net/hostent.t t/io/fs.t +____________________________________________________________________________ +[ 13663] By: jhi on 2001/12/12 19:59:56 + Log: Subject: Re: Next cygwin round. + From: "Gerrit P. Haase" + Date: Wed, 12 Dec 2001 21:59:00 +0100 + Message-ID: <122343874595.20011212215900@familiehaase.de> + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 13662] By: jhi on 2001/12/12 19:12:36 + Log: Subject: [PATCH] use utf8; tests + From: Nicholas Clark + Date: Wed, 12 Dec 2001 20:07:04 +0000 + Message-ID: <20011212200704.E21702@plum.flirble.org> + Branch: perl + ! lib/utf8.t t/test.pl +____________________________________________________________________________ +[ 13661] By: jhi on 2001/12/12 15:24:42 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13660] By: jhi on 2001/12/12 15:04:03 + Log: Subject: [PATCH] Passing in env to perl_parse did not work + From: Gisle Aas + Date: 11 Dec 2001 20:52:57 -0800 + Message-ID: + Branch: perl + ! perl.c perl.h +____________________________________________________________________________ +[ 13659] By: jhi on 2001/12/12 14:33:30 + Log: Fixes for casting problems detected on a SuSE 7.2 Itanium, + mostly gcc -Wall complaining about the argument of %p not + being a void *. + Branch: perl + ! perlio.c regcomp.c taint.c toke.c +____________________________________________________________________________ +[ 13657] By: jhi on 2001/12/12 14:08:49 + Log: Try YP/NIS also from /usr/lib/yp. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13656] By: jhi on 2001/12/12 14:05:28 + Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used + From: Michael G Schwern + Date: Wed, 12 Dec 2001 05:27:02 -0500 + Message-ID: <20011212102702.GW17250@blackrider> + + (the op/grent part) + Branch: perl + ! t/op/grent.t +____________________________________________________________________________ +[ 13655] By: jhi on 2001/12/12 14:01:55 + Log: Weed out .files from ls and readdir() results. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13654] By: jhi on 2001/12/12 13:45:21 + Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/" + From: "Wolfgang Laun" + Date: Wed, 12 Dec 2001 10:52:21 +0100 + Message-ID: <200112121052210220.001ACE6B@smtp.chello.at> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 13653] By: jhi on 2001/12/12 13:34:06 + Log: Subject: [PATCH] doio fatal on cygwin for 13651 + From: "H.Merijn Brand" + Date: Wed, 12 Dec 2001 11:28:13 +0100 + Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 13652] By: jhi on 2001/12/12 13:32:51 + Log: Get the whole line of ls, makes debugging easier + (from Schwern) + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13651] By: jhi on 2001/12/12 05:42:05 + Log: rename() must be tested even without link() + or the utime() and rename-directory tests fail. + (Also got the BeOS utime atime/time the wrong way round.) + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 13650] By: jhi on 2001/12/12 05:36:31 + Log: Now that the beos.c is compiled at the main level + the header is in the beos/ + Branch: perl + ! beos/beos.c +____________________________________________________________________________ +[ 13649] By: jhi on 2001/12/12 04:25:21 + Log: Must remember to require Socket. + Branch: perl + ! ext/Sys/Syslog/syslog.t +____________________________________________________________________________ +[ 13648] By: jhi on 2001/12/12 04:12:05 + Log: In BeOS Errno must resort to actual compilation + and execution for some of the error constants. + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 13647] By: jhi on 2001/12/12 03:23:26 + Log: BeOS still has no good sockets. + Branch: perl + ! ext/IO/lib/IO/t/io_sel.t +____________________________________________________________________________ +[ 13646] By: jhi on 2001/12/12 03:19:56 + Log: BeOS sockets are not true sockets. + Branch: perl + ! ext/IO/lib/IO/t/io_poll.t +____________________________________________________________________________ +[ 13645] By: jhi on 2001/12/12 03:14:32 + Log: No Socket, no Syslog. + Branch: perl + ! ext/Sys/Syslog/syslog.t +____________________________________________________________________________ +[ 13644] By: jhi on 2001/12/12 03:12:46 + Log: (On some platforms) missing truncate FH. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 13643] By: jhi on 2001/12/12 03:09:37 + Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/... + and vms would be muchly appreciated. + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 13642] By: jhi on 2001/12/12 02:32:05 + Log: utime() updates only the mtime in BeOS. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 13641] By: jhi on 2001/12/12 01:50:13 + Log: No link(), no need to dSP. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 13640] By: jhi on 2001/12/12 01:49:40 + Log: Missing argument. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13639] By: jhi on 2001/12/12 01:44:39 + Log: (1) To assume any setuid programs is silly. + (2) Chaining tests with booleans means that some + of them may not get run which means getting out + of test count sync. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13638] By: jhi on 2001/12/12 01:12:49 + Log: The beos.c needs to be in the main directory. + Branch: perl + ! hints/beos.sh +____________________________________________________________________________ +[ 13637] By: jhi on 2001/12/12 00:37:20 + Log: Detypo and rename. + Branch: perl + ! doio.c perl.h perlio.c perliol.h +____________________________________________________________________________ +[ 13636] By: jhi on 2001/12/12 00:22:16 + Log: This time I test compiled. Honest. + Branch: perl + ! beos/beos.c +____________________________________________________________________________ +[ 13635] By: jhi on 2001/12/11 22:57:07 + Log: Subject: [PATCH] slightly more pack tests + From: Nicholas Clark + Date: Tue, 11 Dec 2001 23:41:23 +0000 + Message-ID: <20011211234123.Y21702@plum.flirble.org> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 13634] By: jhi on 2001/12/11 21:49:58 + Log: Subject: [PATCH perl@13600] Gconvert for VMS again + From: "Craig A. Berry" + Date: Tue, 11 Dec 2001 16:39:13 -0600 + Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 13632] By: jhi on 2001/12/11 21:48:26 + Log: Subject: $Config{perlpath} and -Dversiononly + From: Rafael Garcia-Suarez + Date: Tue, 11 Dec 2001 23:32:33 +0100 + Message-ID: <20011211233233.A11587@rafael> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13631] By: jhi on 2001/12/11 21:01:00 + Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment + From: Nicholas Clark + Date: Tue, 11 Dec 2001 21:59:36 +0000 + Message-ID: <20011211215935.W21702@plum.flirble.org> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 13630] By: jhi on 2001/12/11 20:16:29 + Log: More UTF-8 API docs. + Branch: perl + ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c +____________________________________________________________________________ +[ 13629] By: jhi on 2001/12/11 19:17:16 + Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup + From: Nicholas Clark + Date: Tue, 11 Dec 2001 20:08:59 +0000 + Message-ID: <20011211200859.S21702@plum.flirble.org> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 13628] By: jhi on 2001/12/11 19:13:57 + Log: Subject: Re: use utf8; with bad utf8 + From: Nicholas Clark + Date: Tue, 11 Dec 2001 19:49:21 +0000 + Message-ID: <20011211194921.R21702@plum.flirble.org> + Branch: perl + ! lib/utf8.t +____________________________________________________________________________ +[ 13627] By: jhi on 2001/12/11 17:29:01 + Log: Can't spell worth a dam. (Try Three Gorges.) + Branch: perl + ! beos/beos.c +____________________________________________________________________________ +[ 13626] By: jhi on 2001/12/11 15:55:51 + Log: We need DWIM cpps. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 13625] By: jhi on 2001/12/11 15:53:41 + Log: The unixish.h needs to be found and the waitpid wrapper + could use a proto. + Branch: perl + ! beos/beosish.h +____________________________________________________________________________ +[ 13624] By: jhi on 2001/12/11 15:27:06 + Log: The BeOS waitpid() seems to be broken, + have a wrapper for it. + Branch: perl + + beos/beos.c beos/beosish.h + ! MANIFEST hints/beos.sh perl.h +____________________________________________________________________________ +[ 13623] By: jhi on 2001/12/11 15:12:18 + Log: Unlean the leaning tower of Babel. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 13622] By: jhi on 2001/12/11 14:34:53 + Log: Retract #13607 until we figure out what to do with autouse. + Branch: perl + ! lib/Carp.pm +____________________________________________________________________________ +[ 13621] By: jhi on 2001/12/11 14:33:14 + Log: Try to handle platforms that have O_TEXT != O_BINARY but + which are not DOSish, BeOS being one of such platforms. + Ideally this should be a Configure test, not a hardwired + cpp symbol test... + Branch: perl + ! doio.c perl.h perlio.c perliol.h +____________________________________________________________________________ +[ 13620] By: jhi on 2001/12/11 13:56:17 + Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version + From: Jonathan Stowe + Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) + Message-ID: + Branch: perl + ! lib/Term/Cap.pm lib/Term/Cap.t +____________________________________________________________________________ +[ 13619] By: jhi on 2001/12/11 13:51:21 + Log: Subject: [patch perlio.c] test for NULL before derefencing + From: Stas Bekman + Date: Tue, 11 Dec 2001 16:17:55 +0800 + Message-ID: <3C15C133.8@stason.org> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 13617] By: jhi on 2001/12/11 05:22:08 + Log: BeOS has socket() but not enough to build a working Socket. + Go figure. ("BONE" (BeOS NEtworking?) is some sort of rumored + new networking implementation, which is rumored to fix the + non-standardness of sockets, but it's apparently not publicly + available, and anything to do with BeOS has become quite + complicated with the sale of the Be assets to Palm.) + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13611] By: jhi on 2001/12/11 04:29:32 + Log: Subject: Exporter's documentation shouldn't lie + From: "Benjamin J. Tilly" + Date: Mon, 10 Dec 2001 21:30:20 -0500 + Message-ID: <3C4AA201@operamail.com> + Branch: perl + ! lib/Exporter.pm +____________________________________________________________________________ +[ 13610] By: jhi on 2001/12/11 04:28:31 + Log: Make Errno better in BeOS (the second hunk is + good on any platform). Still not working in BeOS + are the E constants that refer BeOS native error + constants (B_...) which are enums (*groan*). + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 13609] By: jhi on 2001/12/11 00:59:31 + Log: The BeOS linker seems to link the last seen symbol, + not the first (so the symbols of op.o from libperl.so + would get linked to miniperl instead of the symbols of + opmini.o)-- use the same trick as for NeXT4 for linking + miniperl. + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 13608] By: jhi on 2001/12/11 00:49:15 + Log: Subject: Re: [PATCH] tests for hash assignment + From: Hugo van der Sanden + Date: Tue, 11 Dec 2001 01:48:55 +0000 + Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk> + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13607] By: jhi on 2001/12/11 00:40:47 + Log: (retracted by #13622) + + Subject: RE: More verbose POD for Carp + From: "Benjamin J. Tilly" + Date: Mon, 10 Dec 2001 20:23:20 -0500 + Message-ID: <3C4A3566@operamail.com> + Branch: perl + ! lib/Carp.pm +____________________________________________________________________________ +[ 13606] By: jhi on 2001/12/11 00:39:20 + Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS) + From: "Craig A. Berry" + Date: Mon, 10 Dec 2001 18:25:37 -0600 + Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com> + Branch: perl + ! t/op/write.t t/test.pl +____________________________________________________________________________ +[ 13605] By: jhi on 2001/12/11 00:37:54 + Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check + From: Michael G Schwern + Date: Mon, 10 Dec 2001 08:00:01 -0500 + Message-ID: <20011210130000.GK1770@blackrider> + Branch: perl + ! t/comp/multiline.t +____________________________________________________________________________ +[ 13604] By: jhi on 2001/12/10 22:51:44 + Log: Subject: Re: [PATCH] tests for hash assignment + From: Nicholas Clark + Date: Mon, 10 Dec 2001 23:22:28 +0000 + Message-ID: <20011210232228.M21702@plum.flirble.org> + Branch: perl + + t/op/hashassign.t + ! MANIFEST t/op/each.t t/test.pl +____________________________________________________________________________ +[ 13603] By: jhi on 2001/12/10 21:34:46 + Log: Subject: [PATCH perl@13600] cat2type in tests for VMS + From: "Craig A. Berry" + Date: Mon, 10 Dec 2001 16:38:14 -0600 + Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01> + Branch: perl + ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t +____________________________________________________________________________ +[ 13602] By: jhi on 2001/12/10 19:52:01 + Log: Subject: [PATCH perl@13600] configure.com fixes + From: "Craig A. Berry" + Date: Mon, 10 Dec 2001 14:40:20 -0600 + Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 13601] By: jhi on 2001/12/10 18:25:30 + Log: Silence BeOS compilation moaning. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 13600] By: jhi on 2001/12/10 15:11:40 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13599] By: jhi on 2001/12/10 13:35:57 + Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch + From: Michael G Schwern + Date: Mon, 10 Dec 2001 01:21:03 -0500 + Message-ID: <20011210062103.GC1770@blackrider> + Branch: perl + ! lib/ExtUtils/Command.t +____________________________________________________________________________ +[ 13598] By: jhi on 2001/12/10 13:35:20 + Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra + From: Michael G Schwern + Date: Mon, 10 Dec 2001 01:10:57 -0500 + Message-ID: <20011210061057.GB1770@blackrider> + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 13597] By: jhi on 2001/12/10 13:33:51 + Log: Retract #13596, #13593 should do the trick. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13596] By: jhi on 2001/12/10 13:31:38 + Log: (retracted by #13597, #13593 does the job better) + + Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix + From: Michael G Schwern + Date: Mon, 10 Dec 2001 00:53:16 -0500 + Message-ID: <20011210055316.GA1770@blackrider> + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13595] By: jhi on 2001/12/10 13:28:30 + Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems + From: Michael G Schwern + Date: Mon, 10 Dec 2001 02:19:14 -0500 + Message-ID: <20011210071914.GF1770@blackrider> + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 13594] By: jhi on 2001/12/10 13:26:24 + Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup + From: Michael G Schwern + Date: Mon, 10 Dec 2001 02:47:40 -0500 + Message-ID: <20011210074739.GH1770@blackrider> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 13593] By: jhi on 2001/12/10 13:22:49 + Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl + From: Michael G Schwern + Date: Mon, 10 Dec 2001 02:54:22 -0500 + Message-ID: <20011210075422.GI1770@blackrider> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13592] By: jhi on 2001/12/10 13:21:06 + Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM + From: Wolfgang Laun + Date: Mon, 10 Dec 2001 08:45:20 +0100 + Message-ID: <3C146810.60B5B7C0@alcatel.at> + Branch: perl + ! pp_pack.c +____________________________________________________________________________ +[ 13591] By: jhi on 2001/12/10 13:18:17 + Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup + From: Michael G Schwern + Date: Mon, 10 Dec 2001 03:27:02 -0500 + Message-ID: <20011210082702.GN1770@blackrider> + Branch: perl + ! t/io/openpid.t +____________________________________________________________________________ +[ 13590] By: jhi on 2001/12/10 13:17:08 + Log: More chmod +w. + Branch: perl + ! Porting/makerel +____________________________________________________________________________ +[ 13589] By: jhi on 2001/12/10 04:21:59 + Log: Just skip the readability test if running as root. + Branch: perl + ! lib/Net/t/netrc.t +____________________________________________________________________________ +[ 13588] By: jhi on 2001/12/10 04:03:10 + Log: Tell about the downside of safe signals. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13587] By: jhi on 2001/12/10 03:38:20 + Log: Make the whole -lperl thing NetBSD only until we + find some other platform that needs the same. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 13586] By: jhi on 2001/12/10 03:13:59 + Log: Subject: [PATCH t/op/pack.t] Cleanup + From: Michael G Schwern + Date: Sun, 9 Dec 2001 23:08:26 -0500 + Message-ID: <20011210040826.GD660@blackrider> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 13585] By: jhi on 2001/12/10 02:47:01 + Log: Add threads support for NetBSD. + + This is also the first (I think) Perl threads build with + the GNU pth ( http://www.gnu.org/software/pth/pth.html ). + NetBSD does not as of yet have true kernel POSIX threads, + but the user-level pth seems to be doing pretty well-- + the only failure is that threads/t/basic okays 6 and 7 + consistently seem be arriving in the reverse order. + Well, gdbm.t is also failing: 'Undefined PLT symbol + "gdbm_open" (reloc type = 7, symnum = 28)', but I'm + guessing that GDBM would need a threaded rebuild. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 13582] By: jhi on 2001/12/10 02:01:26 + Log: Update the ithreads selection info in Configure, + as suggested by Michael Schwern. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13581] By: jhi on 2001/12/10 01:56:14 + Log: Clearing locale environment simply doesn't seem to + guarantee that (nl_)langinfo(CODESET) would return nil. + (I for example get "ISO8859-1", so maybe there can + be per-system default settings at work.) + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 13580] By: jhi on 2001/12/10 01:53:11 + Log: Subject: RE: Exporter fixes reversed in 13540? + From: "Benjamin J. Tilly" + Date: Sun, 9 Dec 2001 12:55:15 -0500 + Message-ID: <3C13F455@operamail.com> + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 13579] By: jhi on 2001/12/10 01:26:53 + Log: Root is the lizard king. + Branch: perl + ! lib/Net/t/netrc.t +____________________________________________________________________________ +[ 13578] By: jhi on 2001/12/10 01:01:24 + Log: Telling how many tests we are expecting helps. + Branch: perl + ! ext/POSIX/t/waitpid.t +____________________________________________________________________________ +[ 13577] By: jhi on 2001/12/10 00:38:09 + Log: Add a test case for waitpid(): from Rocco Caputo. + Branch: perl + + ext/POSIX/t/waitpid.t + ! MANIFEST +____________________________________________________________________________ +[ 13576] By: jhi on 2001/12/10 00:15:19 + Log: Subject: [PATCH] Term::ReadLine tweaks and test + From: Richard Clamp + Date: Mon, 10 Dec 2001 00:51:47 +0000 + Message-ID: <20011210005147.GA1073@mirth.demon.co.uk> + Branch: perl + + lib/Term/ReadLine.t + ! MANIFEST lib/Term/ReadLine.pm +____________________________________________________________________________ +[ 13575] By: jhi on 2001/12/10 00:04:56 + Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32 + From: Rocco Caputo + Date: Sun, 9 Dec 2001 18:12:38 -0500 + Message-ID: <20011209181238.A803@eyrie.homenet> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 13574] By: jhi on 2001/12/09 23:49:19 + Log: make sure that va_start() has matching va_end(); + from OpenBSD 3.0. + Branch: perl + ! x2p/util.c +____________________________________________________________________________ +[ 13573] By: jhi on 2001/12/09 23:45:57 + Log: h2ph updates from OpenBSD 3.0. + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 13572] By: jhi on 2001/12/09 23:44:25 + Log: OpenBSD hints update from OpenBSD 3.0. + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 13571] By: jhi on 2001/12/09 23:32:08 + Log: DJGPP tweaks from Laszlo Molnar. + Branch: perl + ! djgpp/config.over lib/File/Find/t/find.t + ! lib/File/Find/t/taint.t t/pod/find.t +____________________________________________________________________________ +[ 13570] By: jhi on 2001/12/09 23:28:55 + Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok + From: Michael G Schwern + Date: Sun, 9 Dec 2001 19:28:12 -0500 + Message-ID: <20011210002812.GF13586@blackrider> + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 13569] By: jhi on 2001/12/09 21:51:37 + Log: README.cygwin update from Gerrit P. Haase. + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 13568] By: jhi on 2001/12/09 21:49:06 + Log: Apply NetBSD patch-ag: shared/static linking, + but make the change less intrusive on non-NetBSD. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 13567] By: jhi on 2001/12/09 21:09:10 + Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths. + Branch: perl + ! lib/ExtUtils/Liblist.pm +____________________________________________________________________________ +[ 13566] By: jhi on 2001/12/09 20:55:32 + Log: Apply NetBSD patch-ae: another gcc sparc64 bug. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 13565] By: jhi on 2001/12/09 20:50:57 + Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 13564] By: jhi on 2001/12/09 20:38:48 + Log: Apply NetBSD patch-ac. + (the fix has already been done: change #9706, fully qualified + pathnames in packlists) + Branch: perl + ! lib/ExtUtils/Install.pm +____________________________________________________________________________ +[ 13563] By: jhi on 2001/12/09 20:32:52 + Log: Apply NetBSD patch-ab: NetBSD hints update. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 13561] By: jhi on 2001/12/09 20:31:14 + Log: NetBSD has but hidden. + Branch: perl + ! hints/netbsd.sh +____________________________________________________________________________ +[ 13560] By: jhi on 2001/12/09 20:29:35 + Log: Implement NetBSD patch-aa. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13559] By: jhi on 2001/12/09 19:21:45 + Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted() + From: "Wolfgang Laun" + Date: Sun, 09 Dec 2001 13:40:58 +0100 + Message-ID: <200112091340580550.008ED513@smtp.chello.at> + + (The lstat()s were there in 5.6.1: what happened to them?) + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 13558] By: jhi on 2001/12/09 19:04:23 + Log: Quickie documentation of the C UTF-8 API. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 13557] By: jhi on 2001/12/09 18:36:20 + Log: Subject: bleadperl on cygwin weirdness... + From: "Gerrit P. Haase" + Date: Sun, 9 Dec 2001 20:31:28 +0100 + Message-ID: <13779422183.20011209203128@familiehaase.de> + + (plus libperl*.dll version portability tweaks) + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 13556] By: jhi on 2001/12/09 18:21:46 + Log: Instead of muting symbol export error if under eval, + delay the errors until the croak(). + + (replaces #13408) + Branch: perl + ! lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 13555] By: jhi on 2001/12/09 18:09:12 + Log: Basegroup 0 is a cygwin_nt thing. + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 13554] By: jhi on 2001/12/09 17:57:44 + Log: Also WinME is LoseLink. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13553] By: jhi on 2001/12/09 16:25:52 + Log: Forgotten checkin. + Branch: perl + ! lib/User/grent.t +____________________________________________________________________________ +[ 13552] By: jhi on 2001/12/09 16:23:14 + Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/" + From: "Wolfgang Laun" + Date: Sun, 09 Dec 2001 13:45:06 +0100 + Message-ID: <200112091345060760.00929EA9@smtp.chello.at> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 13551] By: jhi on 2001/12/09 16:18:20 + Log: Tweakback. + Branch: perl + ! lib/Net/hostent.t +____________________________________________________________________________ +[ 13550] By: jhi on 2001/12/09 16:01:55 + Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities + From: Michael G Schwern + Date: Sat, 8 Dec 2001 14:48:38 -0500 + Message-ID: <20011208194838.GA8650@blackrider> + Branch: perl + ! t/op/grent.t +____________________________________________________________________________ +[ 13549] By: jhi on 2001/12/09 15:40:28 + Log: Subject: [README.cygwin] Removing old expected test failures + From: Michael G Schwern + Date: Sat, 8 Dec 2001 15:38:28 -0500 + Message-ID: <20011208203828.GB9017@blackrider> + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 13548] By: jhi on 2001/12/09 15:37:48 + Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity + From: Michael G Schwern + Date: Sat, 8 Dec 2001 15:26:59 -0500 + Message-ID: <20011208202659.GA9017@blackrider> + Branch: perl + ! lib/Net/hostent.t +____________________________________________________________________________ +[ 13547] By: jhi on 2001/12/09 15:33:43 + Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links + From: Michael G Schwern + Date: Sat, 8 Dec 2001 15:06:16 -0500 + Message-ID: <20011208200616.GA8915@blackrider> + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13546] By: jhi on 2001/12/09 15:31:19 + Log: Developer deprecations and an incompatibility. + Branch: perl + ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 13545] By: jhi on 2001/12/09 15:27:14 + Log: Shoo. + Branch: perl + - lib/Attribute/Handlers.pm +____________________________________________________________________________ +[ 13544] By: jhi on 2001/12/09 15:20:08 + Log: Remove Attribute::Handlers, as per Damian's request. + (Because of fixing the my variables to be now handled + in run-time, the whole internals of the A::H needs to + be rewritten and Damian will not have time for that + for months.) + Branch: perl + - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README + - lib/Attribute/Handlers/demo/Demo.pm + - lib/Attribute/Handlers/demo/Descriptions.pm + - lib/Attribute/Handlers/demo/MyClass.pm + - lib/Attribute/Handlers/demo/demo.pl + - lib/Attribute/Handlers/demo/demo2.pl + - lib/Attribute/Handlers/demo/demo3.pl + - lib/Attribute/Handlers/demo/demo4.pl + - lib/Attribute/Handlers/demo/demo_call.pl + - lib/Attribute/Handlers/demo/demo_chain.pl + - lib/Attribute/Handlers/demo/demo_cycle.pl + - lib/Attribute/Handlers/demo/demo_hashdir.pl + - lib/Attribute/Handlers/demo/demo_phases.pl + - lib/Attribute/Handlers/demo/demo_range.pl + - lib/Attribute/Handlers/demo/demo_rawdata.pl + - lib/Attribute/Handlers/t/multi.t + ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 13543] By: jhi on 2001/12/09 15:00:50 + Log: Subject: Re: attributes are broken + From: Spider Boardman + Date: Sun, 09 Dec 2001 00:09:23 -0500 + Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US> + Branch: perl + ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h + ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t + ! xsutils.c +____________________________________________________________________________ +[ 13542] By: jhi on 2001/12/09 14:49:46 + Log: Forgotten checkin. + Branch: perl + ! lib/Pod/Text.pm +____________________________________________________________________________ +[ 13541] By: jhi on 2001/12/09 14:48:15 + Log: uconfig.h update. + Branch: perl + ! uconfig.h +____________________________________________________________________________ +[ 13540] By: jhi on 2001/12/08 18:39:51 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13539] By: jhi on 2001/12/08 18:28:02 + Log: Note that some of the Unicode features are + dependent on perlio. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13538] By: jhi on 2001/12/08 17:53:00 + Log: Regen perlapi, regen toc. + Branch: perl + ! pod/perlapi.pod pod/perltoc.pod +____________________________________________________________________________ +[ 13537] By: jhi on 2001/12/08 17:44:48 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq4.pod pod/perlfaq6.pod +____________________________________________________________________________ +[ 13536] By: jhi on 2001/12/08 17:37:53 + Log: Subject: [PATCH] Fix odd language in an sv.c comment + From: coral@eekeek.org + Date: Sat, 8 Dec 2001 12:19:39 -0500 + Message-Id: <200112081719.fB8HJdZ14747@eekeek.org> + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 13535] By: jhi on 2001/12/08 15:29:18 + Log: Subject: [PATCH lib/vmsish.t] Small test name abuse. + From: Michael G Schwern + Date: Fri, 7 Dec 2001 20:03:45 -0500 + Message-ID: <20011208010345.GD642@blackrider> + + Subject: [PATCH vms/test.com] Goodbye frightening echo kludge! + From: Michael G Schwern + Date: Fri, 7 Dec 2001 20:13:54 -0500 + Message-ID: <20011208011354.GE642@blackrider> + + Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING + From: Michael G Schwern + Date: Fri, 7 Dec 2001 21:47:36 -0500 + Message-ID: <20011208024736.GH642@blackrider> + + Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests + From: Michael G Schwern + Date: Fri, 7 Dec 2001 23:09:43 -0500 + Message-ID: <20011208040943.GK642@blackrider> + + Subject: [PATCH] vms/test.com -- skip tty tests when not interactive + Message-Id: + Date: Fri, 7 Dec 2001 23:28:15 -0600 + From: "Craig A. Berry" + Branch: perl + ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com +____________________________________________________________________________ +[ 13534] By: jhi on 2001/12/08 15:16:14 + Log: Integrate perlio. + Branch: perl + !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c + !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c +____________________________________________________________________________ +[ 13533] By: jhi on 2001/12/08 15:13:39 + Log: Retract #11156 since Sarathy has found that it breaks code: + http://bugs.ActiveState.com/show_bug.cgi?id=18457 + http://bugs.ActiveState.com/show_bug.cgi?id=18858 + Branch: perl + ! op.c sv.c t/op/pos.t +____________________________________________________________________________ +[ 13532] By: nick on 2001/12/08 14:11:12 + Log: Integrate mainline + Branch: perlio + !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t + !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl +____________________________________________________________________________ +[ 13531] By: nick on 2001/12/08 13:48:21 + Log: Tweak multi-arg open error messages + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 13530] By: nick on 2001/12/08 10:20:06 + Log: Allow multi-arg open() if opening layer declares this legal. + Branch: perlio + ! doio.c perlio.c perliol.h +____________________________________________________________________________ +[ 13529] By: jhi on 2001/12/07 23:48:58 + Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO + From: Michael G Schwern + Date: Fri, 7 Dec 2001 19:41:31 -0500 + Message-ID: <20011208004131.GC642@blackrider> + Branch: perl + ! t/run/switches.t t/test.pl +____________________________________________________________________________ +[ 13528] By: jhi on 2001/12/07 23:47:26 + Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO + From: Michael G Schwern + Date: Fri, 7 Dec 2001 19:12:44 -0500 + Message-ID: <20011208001244.GB642@blackrider> + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13527] By: jhi on 2001/12/07 22:31:22 + Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck! + From: Michael G Schwern + Date: Fri, 7 Dec 2001 17:28:57 -0500 + Message-ID: <20011207222857.GI23210@blackrider> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 13526] By: jhi on 2001/12/07 22:27:46 + Log: which_perl: if File::Spec fails, assume "./" and hope for the best. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13525] By: jhi on 2001/12/07 22:21:25 + Log: which_perl: delay as much a possible till runtime. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13524] By: jhi on 2001/12/07 21:58:15 + Log: Further tweakage to which_perl(). + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13523] By: jhi on 2001/12/07 21:57:30 + Log: perluniintro tweaks. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13522] By: jhi on 2001/12/07 21:01:02 + Log: Tweak the $Perl computation. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13521] By: jhi on 2001/12/07 17:27:02 + Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery + From: Nicholas Clark + Date: Fri, 7 Dec 2001 17:06:56 +0000 + Message-ID: <20011207170656.G21702@plum.flirble.org> + Branch: perl + ! doop.c t/op/chop.t +____________________________________________________________________________ +[ 13520] By: jhi on 2001/12/07 15:55:34 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13519] By: jhi on 2001/12/07 15:32:58 + Log: Missing ). + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13518] By: jhi on 2001/12/07 15:24:32 + Log: Allow several arguments to display(). + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13517] By: jhi on 2001/12/07 15:19:20 + Log: /dev/stdout could be either a character special file + or a named pipe, so let's pretend it doesn't exist. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13516] By: nick on 2001/12/07 15:09:23 + Log: Integrate again - can I catch up ? + Branch: perlio + !> t/test.pl +____________________________________________________________________________ +[ 13515] By: nick on 2001/12/07 15:08:17 + Log: Integrate mainline some more + Branch: perlio + !> README.hpux hints/linux.sh pod/perlfunc.pod +____________________________________________________________________________ +[ 13514] By: nick on 2001/12/07 15:07:15 + Log: Integrate mainline + Branch: perlio + +> djgpp/djgpp.h ext/Devel/PPPort/Changes + +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c + +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t + +> hints/super-ux.sh lib/File/Spec/t/Functions.t + +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t + +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod + +> t/lib/Math/BigInt/BareCalc.pm + - ext/Devel/PPPort/harness/Harness.pm + - ext/Devel/PPPort/harness/Harness.xs + - ext/Devel/PPPort/harness/Makefile.PL + - ext/Devel/PPPort/harness/module2.c + - ext/Devel/PPPort/harness/module3.c + - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t + - lib/File/Spec/Functions.t + !> (integrate 103 files) +____________________________________________________________________________ +[ 13513] By: jhi on 2001/12/07 14:58:06 + Log: Add display() for displaying icky scalars. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13511] By: jhi on 2001/12/07 14:40:58 + Log: Subject: [ID 20011207.001] documentation bug for waitpid + From: Jan-Pieter Cornet + Date: Fri, 7 Dec 2001 12:44:56 +0100 + Message-Id: <200112071144.MAA12790@pc.xs4all.nl> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 13510] By: jhi on 2001/12/07 14:38:39 + Log: gcc version matching didn't. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 13509] By: jhi on 2001/12/07 14:21:33 + Log: Subject: HP renamed their servers + From: "H.Merijn Brand" + Date: Fri, 07 Dec 2001 12:07:22 +0100 + Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl> + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 13508] By: jhi on 2001/12/07 14:01:41 + Log: Subject: Re: [patch pod/perlport.pod] wrong escape + From: Ronald J Kimball + Date: Fri, 7 Dec 2001 00:24:55 -0500 + Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 13507] By: jhi on 2001/12/07 03:07:03 + Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2 + From: Michael G Schwern + Date: Thu, 6 Dec 2001 22:56:34 -0500 + Message-ID: <20011207035634.GO22648@blackrider> + Branch: perl + ! t/base/lex.t t/op/exec.t +____________________________________________________________________________ +[ 13506] By: jhi on 2001/12/07 03:05:38 + Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing + From: Michael G Schwern + Date: Thu, 6 Dec 2001 22:45:44 -0500 + Message-ID: <20011207034544.GN22648@blackrider> + + (plus op/ref tweak) + Branch: perl + ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t + ! t/run/kill_perl.t t/test.pl +____________________________________________________________________________ +[ 13505] By: jhi on 2001/12/07 01:30:25 + Log: Upgrade to Math::BigInt 1.48. + Branch: perl + + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm +____________________________________________________________________________ +[ 13504] By: jhi on 2001/12/07 00:56:58 + Log: Mention also perl56delta in case somone is upgrading from + Perl 5.005_03. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13503] By: jhi on 2001/12/07 00:46:55 + Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests + From: Michael G Schwern + Date: Thu, 6 Dec 2001 15:15:28 -0500 + Message-ID: <20011206201528.GF16414@blackrider> + + (just the term.t, not the lex.t) + + Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now + From: Michael G Schwern + Date: Thu, 6 Dec 2001 15:22:22 -0500 + Message-ID: <20011206202222.GG16414@blackrider> + + Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic + From: Michael G Schwern + Date: Thu, 6 Dec 2001 15:31:58 -0500 + Message-ID: <20011206203158.GI16414@blackrider> + + Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge + From: Michael G Schwern + Date: Thu, 6 Dec 2001 17:38:55 -0500 + Message-ID: <20011206223855.GC22648@blackrider> + Branch: perl + ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t + ! t/test.pl +____________________________________________________________________________ +[ 13502] By: jhi on 2001/12/06 22:15:49 + Log: Update the thr5005 situation. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13501] By: jhi on 2001/12/06 22:06:28 + Log: perldelta borrowings from perl561delta. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13500] By: jhi on 2001/12/06 21:21:59 + Log: Add the 5.6.1 perldelta as perl561delta. + (Makes it easier to steal stuff for perldelta :-) + Branch: perl + + pod/perl561delta.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 13499] By: jhi on 2001/12/06 20:46:04 + Log: Retract #13496 for now. + Branch: perl + ! t/base/lex.t t/base/term.t +____________________________________________________________________________ +[ 13498] By: jhi on 2001/12/06 20:16:04 + Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix) + From: "Craig A. Berry" + Date: Thu, 6 Dec 2001 14:54:36 -0600 + Message-Id: + Branch: perl + ! vms/ext/filespec.t +____________________________________________________________________________ +[ 13496] By: jhi on 2001/12/06 19:47:53 + Log: (retracted by #13499) + + Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests + From: Michael G Schwern + Date: Thu, 6 Dec 2001 15:15:28 -0500 + Message-ID: <20011206201528.GF16414@blackrider> + Branch: perl + ! t/base/lex.t t/base/term.t +____________________________________________________________________________ +[ 13495] By: jhi on 2001/12/06 17:56:15 + Log: Subject: [PATCH t/op/stat.t] VMS has no link count + From: Michael G Schwern + Date: Thu, 6 Dec 2001 13:54:48 -0500 + Message-ID: <20011206185448.GC16414@blackrider> + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13494] By: jhi on 2001/12/06 17:54:14 + Log: The #4 has nothing to do with Unicode. + Branch: perl + ! t/op/tr.t +____________________________________________________________________________ +[ 13493] By: jhi on 2001/12/06 17:52:43 + Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests + From: Michael G Schwern + Date: Thu, 6 Dec 2001 13:45:48 -0500 + Message-ID: <20011206184548.GB16414@blackrider> + Branch: perl + ! t/op/tr.t +____________________________________________________________________________ +[ 13492] By: jhi on 2001/12/06 15:47:08 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13491] By: jhi on 2001/12/06 15:43:22 + Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Thu, 6 Dec 2001 11:41:25 EST + Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 13490] By: jhi on 2001/12/06 15:08:40 + Log: Subject: [PATCH] Re: weirdness in regexps + From: Robin Houston + Date: Thu, 6 Dec 2001 14:44:01 +0000 + Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk> + Branch: perl + ! op.c t/lib/strict/subs +____________________________________________________________________________ +[ 13489] By: jhi on 2001/12/06 15:07:18 + Log: Make the -b -c -S tests count all of the /dev, not just + check the first one, as suggested by Benjamin Goldberg. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13488] By: jhi on 2001/12/06 14:41:02 + Log: Subject: Re: [PATCH: bleadperl] casefold backref + From: "Jeff 'japhy' Pinyan" + Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) + Message-ID: + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13487] By: jhi on 2001/12/06 14:30:45 + Log: Nits noticed by Philip Newton, and de-tab DB.t. + Branch: perl + ! lib/DB.t +____________________________________________________________________________ +[ 13486] By: jhi on 2001/12/06 14:23:06 + Log: Subject: [PATCH] Re: counting tr thinks it's modifying + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 6 Dec 2001 11:06:01 -0000 + Message-Id: + Branch: perl + ! op.c t/op/tr.t +____________________________________________________________________________ +[ 13485] By: jhi on 2001/12/06 14:07:54 + Log: Subject: [PATCH: bleadperl] casefold backref + From: Hugo van der Sanden + Date: Wed, 05 Dec 2001 17:27:05 +0000 + Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> + Branch: perl + ! regexec.c t/op/re_tests +____________________________________________________________________________ +[ 13484] By: jhi on 2001/12/06 03:04:18 + Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Wed, 5 Dec 2001 22:34:53 EST + Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! mg.c vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 13483] By: jhi on 2001/12/06 02:59:40 + Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests + From: Michael G Schwern + Date: Wed, 5 Dec 2001 19:52:58 -0500 + Message-ID: <20011205195257.A903@blackrider> + Branch: perl + + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t + + lib/File/Spec/t/rel2abs2rel.t + - lib/File/Spec.t lib/File/Spec/Functions.t + ! MANIFEST +____________________________________________________________________________ +[ 13482] By: jhi on 2001/12/06 02:48:27 + Log: Subject: Re: Silly stat() portability questions + From: Benjamin Goldberg + Date: Wed, 05 Dec 2001 22:52:35 -0500 + Message-ID: <3C0EEB83.8CE93CA2@earthlink.net> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 13481] By: jhi on 2001/12/06 02:39:43 + Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix + From: "Craig A. Berry" + Date: Wed, 05 Dec 2001 16:41:59 -0600 + Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01> + Branch: perl + ! README.vms configure.com lib/File/Spec/VMS.pm + ! vms/ext/filespec.t +____________________________________________________________________________ +[ 13480] By: jhi on 2001/12/05 19:53:05 + Log: $apply->('club', $glibc_maintainers); + + (Nick Clark just reported that YESSTR + is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5) + Branch: perl + ! ext/I18N/Langinfo/Langinfo.t +____________________________________________________________________________ +[ 13479] By: jhi on 2001/12/05 19:49:16 + Log: Admonish against assuming A^HUNIX fs/uid/gid semantics. + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 13478] By: gsar on 2001/12/05 18:22:38 + Log: tweak change#13474 (pad entries can apparently be null in some + situations) + Branch: maint-5.6/perl + ! op.c +____________________________________________________________________________ +[ 13477] By: jhi on 2001/12/05 17:53:13 + Log: Restore the /dev -b -c -S part of the test. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13476] By: jhi on 2001/12/05 17:29:36 + Log: Retract #13475 until Arthur gets back to the mine. + Branch: perl + ! op.c t/run/kill_perl.t +____________________________________________________________________________ +[ 13475] By: jhi on 2001/12/05 17:07:00 + Log: (retracted by #13476) + + Manually apply #13474; fixes stale reference to dead + CvOUTSIDE(); this can happen when anonymous subroutines + that aren't closures are returned from an eval"" + + (threads/shared/sv_refs.t is coredump-unhappy about this change) + Branch: perl + ! op.c t/run/kill_perl.t +____________________________________________________________________________ +[ 13474] By: gsar on 2001/12/05 15:14:24 + Log: replacement for change#10451 + + fixes stale reference to dead CvOUTSIDE(); this can happen when + anonymous subroutines that aren't closures are returned from an + eval"" + Branch: maint-5.6/perl + ! op.c t/op/misc.t +____________________________________________________________________________ +[ 13473] By: gsar on 2001/12/05 15:08:18 + Log: revert change#10451,10472; it was a naive fix that simply + reintroduced the memory leak! + Branch: maint-5.6/perl + ! op.c t/op/misc.t +____________________________________________________________________________ +[ 13472] By: jhi on 2001/12/05 13:30:47 + Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split)) + From: Wolfgang Laun + Date: Wed, 05 Dec 2001 10:49:20 +0100 + Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at> + Branch: perl + ! lib/File/Basename.pm lib/File/Basename.t +____________________________________________________________________________ +[ 13471] By: jhi on 2001/12/05 13:22:50 + Log: Subject: [PATCH t/op/magic.t] Removing a TODO + From: Michael G Schwern + Date: Wed, 5 Dec 2001 02:47:59 -0500 + Message-ID: <20011205024759.H14333@blackrider> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 13470] By: jhi on 2001/12/05 13:21:09 + Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception! + From: Michael G Schwern + Date: Wed, 5 Dec 2001 02:22:05 -0500 + Message-ID: <20011205022205.F14333@blackrider> + Branch: perl + ! t/op/stat.t vms/test.com +____________________________________________________________________________ +[ 13469] By: jhi on 2001/12/05 03:44:59 + Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass + From: Michael G Schwern + Date: Tue, 4 Dec 2001 23:40:10 -0500 + Message-ID: <20011204234010.B14333@blackrider> + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13468] By: jhi on 2001/12/05 01:37:04 + Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass + From: Michael G Schwern + Date: Tue, 4 Dec 2001 21:09:18 -0500 + Message-ID: <20011204210918.D13279@blackrider> + + t/test. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13467] By: jhi on 2001/12/05 01:36:44 + Log: (accidentally empty check-in) + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13466] By: jhi on 2001/12/04 22:51:19 + Log: Subject: [PATCH] $., $%, $=, and $- are IV's now + From: "H.Merijn Brand" + Date: Tue, 04 Dec 2001 23:40:27 +0100 + Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 13465] By: jhi on 2001/12/04 22:50:26 + Log: Subject: [PATCH] minor pod fix in Safe.pm + From: Rafael Garcia-Suarez + Date: Tue, 4 Dec 2001 22:02:34 +0100 + Message-ID: <20011204220234.A17293@rafael> + Branch: perl + ! ext/Opcode/Safe.pm +____________________________________________________________________________ +[ 13464] By: jhi on 2001/12/04 22:47:43 + Log: CRLF GRRR. + Branch: perl + ! djgpp/configure.bat +____________________________________________________________________________ +[ 13463] By: jhi on 2001/12/04 22:46:28 + Log: DJGPP fixes from Laszlo Molnar. + Branch: perl + ! djgpp/configure.bat djgpp/djgpp.h +____________________________________________________________________________ +[ 13462] By: jhi on 2001/12/04 14:56:22 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13461] By: jhi on 2001/12/04 14:49:45 + Log: Must wipe out the memory of real Socket before starting + to use the new fake one. + Branch: perl + ! lib/Net/t/config.t +____________________________________________________________________________ +[ 13460] By: jhi on 2001/12/04 14:40:28 + Log: LC_ALL might trump LANG. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 13459] By: jhi on 2001/12/04 14:39:38 + Log: Make the eval runtime. + Branch: perl + ! lib/open.pm +____________________________________________________________________________ +[ 13458] By: jhi on 2001/12/04 14:08:17 + Log: Make the Langinfo test both more lenient (allow + for any symbol not to exists) and stricter (add + more symbols). + Branch: perl + ! ext/I18N/Langinfo/Langinfo.t +____________________________________________________________________________ +[ 13457] By: gsar on 2001/12/04 14:07:01 + Log: integrate change#13453 from maint-5.6 + + tweak change#11399 to use an explicit flag rather than + ass_u_ming w32_pseudo_id will only be zero for the real + toplevel interpreter; avoids multiple hosts from diddling + the environment at the same time + Branch: perl + !> win32/perlhost.h +____________________________________________________________________________ +[ 13456] By: jhi on 2001/12/04 13:35:58 + Log: Subject: [PATCH] VMS update for perldelta.pod + From: "Craig A. Berry" + Date: Tue, 4 Dec 2001 00:23:12 -0600 + Message-Id: + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13455] By: jhi on 2001/12/04 13:23:19 + Log: NetWare tweak from Ananth Kesari. + Branch: perl + ! NetWare/Makefile +____________________________________________________________________________ +[ 13454] By: jhi on 2001/12/04 13:17:38 + Log: Upgrade to Net::Ping 2.07, from Rob Brown. + Not adding the test suite because of its many assumptions. + Branch: perl + ! lib/Net/Ping.pm +____________________________________________________________________________ +[ 13453] By: gsar on 2001/12/04 07:54:58 + Log: tweak change#11399 to use an explicit flag rather than + ass_u_ming w32_pseudo_id will only be zero for the real + toplevel interpreter; avoids multiple hosts from diddling + the environment at the same time + Branch: maint-5.6/perl + ! win32/perlhost.h +____________________________________________________________________________ +[ 13452] By: jhi on 2001/12/04 04:28:29 + Log: Add hints file for SUPER-UX: the UNIX of NEC SX series, + from Len Makin. + Branch: perl + + hints/super-ux.sh + ! MANIFEST +____________________________________________________________________________ +[ 13451] By: jhi on 2001/12/04 01:58:03 + Log: Add Mac OS X known failures to perldelta. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13450] By: jhi on 2001/12/04 01:26:38 + Log: I think it's time to call the utf8 code non-test. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13449] By: jhi on 2001/12/04 00:59:27 + Log: Retract #13303, need rethink. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13448] By: jhi on 2001/12/03 22:40:22 + Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands + From: "Craig A. Berry" + Date: Mon, 03 Dec 2001 16:28:06 -0600 + Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01> + Branch: perl + ! configure.com lib/File/Basename.pm vms/descrip_mms.template +____________________________________________________________________________ +[ 13447] By: jhi on 2001/12/03 22:37:12 + Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib + From: Andy Dougherty + Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST) + Message-ID: + Branch: perl + ! hints/solaris_2.sh +____________________________________________________________________________ +[ 13446] By: jhi on 2001/12/03 22:29:58 + Log: This test is not very robust on 8.3-constrained systems: + all the "with truncated name" lines between "Autosplitting ..." + and "some names are not unique" lines are unexpected, + and the truncation message becomes: + testtest.al, testtest.al truncate to testtest + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 13445] By: jhi on 2001/12/03 22:13:07 + Log: DOS/DJGPP has nl_langinfo() but nothing much in it. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.t +____________________________________________________________________________ +[ 13444] By: jhi on 2001/12/03 22:02:52 + Log: Test::Morify UCD.t + Branch: perl + ! lib/Unicode/UCD.t +____________________________________________________________________________ +[ 13443] By: jhi on 2001/12/03 21:50:13 + Log: If Socket has not been built (e.g. DJGPP) the libnet + tests fall over with (too) much noise. + Branch: perl + ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t + ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t + ! lib/Net/t/smtp.t lib/Net/t/time.t +____________________________________________________________________________ +[ 13442] By: jhi on 2001/12/03 17:22:08 + Log: Subject: [PATCH] shared hash keys and ++/-- + From: Nicholas Clark + Date: Mon, 3 Dec 2001 16:37:16 +0000 + Message-ID: <20011203163716.C21702@plum.flirble.org> + Branch: perl + ! pp.c pp_hot.c sv.c t/op/inc.t +____________________________________________________________________________ +[ 13441] By: jhi on 2001/12/03 17:15:52 + Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys + From: Jonathan Stowe + Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT) + Message-ID: + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 13440] By: jhi on 2001/12/03 14:26:58 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13439] By: jhi on 2001/12/03 14:22:05 + Log: perldelta tweaks. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13438] By: jhi on 2001/12/03 14:12:08 + Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial + From: Sam Tregar + Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST) + Message-ID: + Branch: perl + ! pod/perlnewmod.pod +____________________________________________________________________________ +[ 13437] By: jhi on 2001/12/03 14:08:59 + Log: microperl casting nit. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13436] By: jhi on 2001/12/03 14:03:21 + Log: Make sharepvn a macro since all it does is a deref. + Branch: perl + ! embed.h embed.pl global.sym hv.c hv.h proto.h +____________________________________________________________________________ +[ 13435] By: jhi on 2001/12/03 13:38:14 + Log: perldelta updates. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13434] By: jhi on 2001/12/03 13:13:02 + Log: PPPort update from Paul Marquess. + Branch: perl + + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs + + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c + + ext/Devel/PPPort/t/test.t + - ext/Devel/PPPort/harness/Harness.pm + - ext/Devel/PPPort/harness/Harness.xs + - ext/Devel/PPPort/harness/Makefile.PL + - ext/Devel/PPPort/harness/module2.c + - ext/Devel/PPPort/harness/module3.c + - ext/Devel/PPPort/harness/t/test.t + ! MANIFEST ext/Devel/PPPort/MANIFEST + ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm + ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO + ! ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 13433] By: jhi on 2001/12/03 12:57:23 + Log: No use talking about dynamic library search patch + unless we are having a dynamic build. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 13432] By: jhi on 2001/12/02 22:35:04 + Log: Be more explicit on the List::Util build trick, + should also stop unneeded rebuilds on static builds. + Branch: perl + ! ext/List/Util/Makefile.PL +____________________________________________________________________________ +[ 13431] By: jhi on 2001/12/02 22:18:45 + Log: We need to replace the optimize (-O1) with + the -h scalar0 -h vector0, not append them + to the ccflags. + Branch: perl + ! hints/unicos.sh hints/unicosmk.sh +____________________________________________________________________________ +[ 13430] By: jhi on 2001/12/02 20:01:24 + Log: Subject: [PATCH] Shared hash keys + From: Nicholas Clark + Date: Sun, 2 Dec 2001 20:52:32 +0000 + Message-ID: <20011202205232.U21702@plum.flirble.org> + Branch: perl + ! doop.c t/op/tr.t +____________________________________________________________________________ +[ 13429] By: jhi on 2001/12/02 19:19:54 + Log: Better add new files to MANIFEST, too. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 13428] By: jhi on 2001/12/02 18:38:18 + Log: Subject: {PATCH] perlpacktut.pod + From: "Wolfgang Laun" + Date: Sun, 02 Dec 2001 19:55:06 +0100 + Message-ID: <200112021955060600.009C0EF9@smtp.chello.at> + Branch: perl + ! pod/perlpacktut.pod +____________________________________________________________________________ +[ 13427] By: jhi on 2001/12/02 17:07:57 + Log: Various small nits found by DJGPP build. + Branch: perl + ! doio.c mg.c pp.c util.c +____________________________________________________________________________ +[ 13426] By: jhi on 2001/12/02 16:55:21 + Log: Subject: RE: More verbose POD for Carp + From: "Benjamin J. Tilly" + Date: Sun, 2 Dec 2001 11:32:51 -0500 + Message-ID: <3C0A9748@operamail.com> + Branch: perl + ! lib/Carp.pm +____________________________________________________________________________ +[ 13425] By: jhi on 2001/12/02 16:54:06 + Log: Add a header for DJGPP with the function prototypes. + Branch: perl + + djgpp/djgpp.h + ! MANIFEST djgpp/djgpp.c +____________________________________________________________________________ +[ 13424] By: jhi on 2001/12/02 01:17:43 + Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32 + From: Abe Timmerman + Date: Sun, 02 Dec 2001 02:41:25 +0100 + Message-ID: + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 13423] By: jhi on 2001/12/02 01:05:43 + Log: There isn't PTR2INT(), there's PTR2IV(). + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 13422] By: jhi on 2001/12/02 00:56:05 + Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users + From: Marc Lehmann + Date: Sun, 02 Dec 2001 02:44:53 +0100 + Message-Id: + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 13421] By: jhi on 2001/12/02 00:25:35 + Log: encode()/decode() examples. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 13420] By: jhi on 2001/12/02 00:14:38 + Log: DJGPP tweaks from Laszlo Molnar. + Branch: perl + ! djgpp/config.over djgpp/djgppsed.sh +____________________________________________________________________________ +[ 13419] By: jhi on 2001/12/01 20:52:19 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13418] By: jhi on 2001/12/01 20:40:03 + Log: Integrate perlio; + + Skip socket-ness tests on handles (e.g. PerlIO::Scalar) + which do not have file descriptors. Noticed a possibly + worse problem in the process ... + Branch: perl + !> doio.c +____________________________________________________________________________ +[ 13417] By: jhi on 2001/12/01 20:37:40 + Log: Non-VMS-fixed and Win32-skipped version of + + Subject: [PATCH t/op/exec.t] Portabilty fix + From: Michael G Schwern + Date: Fri, 30 Nov 2001 16:09:27 -0500 + Message-ID: <20011130160927.A10406@blackrider> + Branch: perl + ! t/op/exec.t +____________________________________________________________________________ +[ 13416] By: jhi on 2001/12/01 20:35:31 + Log: Subject: Enabling strict on Carp/Heavy, + internal documentation + From: "Benjamin J. Tilly" + Date: Sat, 1 Dec 2001 07:01:09 -0500 + Message-ID: <3C0D2E39@operamail.com> + + Subject: More verbose POD for Carp + From: "Benjamin J. Tilly" + Date: Sat, 1 Dec 2001 08:04:16 -0500 + Message-ID: <3C285C2B@operamail.com> + Branch: perl + ! lib/Carp.pm lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 13415] By: jhi on 2001/12/01 20:31:06 + Log: Subject: [PATCH lib/DB.t] Strictures, dual variables + From: chromatic + Date: Sat, 01 Dec 2001 12:41:58 -0700 + Message-ID: <20011201194946.50449.qmail@onion.perl.org> + Branch: perl + ! lib/DB.t +____________________________________________________________________________ +[ 13414] By: jhi on 2001/12/01 20:30:17 + Log: Try to make a missing RADIXCHAR a softer kinder error. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.t +____________________________________________________________________________ +[ 13413] By: jhi on 2001/12/01 20:21:27 + Log: Have a little faith on nl_langinfo() itself. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.xs +____________________________________________________________________________ +[ 13412] By: jhi on 2001/12/01 18:47:07 + Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is + the max, not max plus one) + Branch: perl + ! ext/I18N/Langinfo/Langinfo.xs +____________________________________________________________________________ +[ 13411] By: jhi on 2001/12/01 18:45:32 + Log: Make reality agree with the comment. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.xs +____________________________________________________________________________ +[ 13410] By: jhi on 2001/12/01 18:43:11 + Log: Try to protect against wild langinfo() arguments. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.xs +____________________________________________________________________________ +[ 13409] By: nick on 2001/12/01 18:19:59 + Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not + have file descriptors. Noticed a possibly worse problem in the process ... + Branch: perlio + ! doio.c +____________________________________________________________________________ +[ 13408] By: jhi on 2001/12/01 18:18:34 + Log: If we are inside an eval, let's be silent about + separate symbols and just croak() in the end. + Branch: perl + ! lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 13407] By: nick on 2001/12/01 17:14:05 + Log: Integrate mainline + Branch: perlio + !> (integrate 26 files) +____________________________________________________________________________ +[ 13406] By: jhi on 2001/12/01 16:31:02 + Log: Subject: Fix for Exporter error reporting behaviour + From: "Benjamin J. Tilly" + Date: Sat, 1 Dec 2001 06:34:48 -0500 + Message-ID: <3C0D1B9A@operamail.com> + Branch: perl + ! lib/Exporter.pm lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 13405] By: jhi on 2001/12/01 16:29:27 + Log: Need to hide behind an eval to avoid a warning + about :utf8 on non-perlio configs. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 13404] By: jhi on 2001/12/01 15:55:51 + Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods + From: Rafael Garcia-Suarez + Date: Fri, 30 Nov 2001 23:46:58 +0100 + Message-ID: <20011130234658.A717@rafael> + Branch: perl + ! op.c t/op/method.t +____________________________________________________________________________ +[ 13403] By: jhi on 2001/12/01 15:54:23 + Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt + From: Rafael Garcia-Suarez + Date: Thu, 29 Nov 2001 22:46:12 +0100 + Message-ID: <20011129224612.A699@rafael> + Branch: perl + ! ext/B/B/Xref.pm +____________________________________________________________________________ +[ 13402] By: jhi on 2001/12/01 15:52:13 + Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open + From: Tels + Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET) + Message-Id: <200112010931.LAA29309@tiku.hut.fi> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 13401] By: jhi on 2001/12/01 15:48:13 + Log: Subject: [REPATCH] reference pointer comparison + From: Nicholas Clark + Date: Sat, 1 Dec 2001 13:00:17 +0000 + Message-ID: <20011201130017.I21702@plum.flirble.org> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 13400] By: jhi on 2001/12/01 15:43:15 + Log: Upgrade to Storable 1.0.14. + Branch: perl + ! ext/Storable/ChangeLog ext/Storable/Storable.pm +____________________________________________________________________________ +[ 13399] By: jhi on 2001/12/01 15:40:13 + Log: Add simple caches for ::viacode() and ::vianame(). + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 13398] By: nick on 2001/12/01 10:36:24 + Log: Integrate mainline. + Branch: perlio + +> (branch 44 files) + - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm + - lib/Math/BigInt/t/Math/BigInt/Subclass.pm + - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm + !> (integrate 250 files) +____________________________________________________________________________ +[ 13397] By: jhi on 2001/12/01 04:35:39 + Log: Regen toc and modlib. + Branch: perl + ! pod/perlmodlib.pod pod/perltoc.pod +____________________________________________________________________________ +[ 13396] By: jhi on 2001/12/01 04:31:53 + Log: Upgrade to podlators-1.18. + Branch: perl + ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm +____________________________________________________________________________ +[ 13395] By: jhi on 2001/11/30 23:03:20 + Log: -h scalar0 -h vector0 seems to help for both + UNICOS and UNICOS/mk on the unpack %65c problems. + + (replaces #13393) + Branch: perl + ! hints/unicos.sh hints/unicosmk.sh +____________________________________________________________________________ +[ 13394] By: jhi on 2001/11/30 22:51:17 + Log: More Socket constants. + Branch: perl + ! ext/Socket/Makefile.PL ext/Socket/Socket.pm +____________________________________________________________________________ +[ 13393] By: jhi on 2001/11/30 22:00:04 + Log: (replaced by #13395) + Branch: perl + ! hints/unicosmk.sh +____________________________________________________________________________ +[ 13392] By: jhi on 2001/11/30 20:26:22 + Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385) + From: Andy Dougherty + Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST) + Message-ID: + + Simplify the test skippage criterion now that we are + no more dependent on sed. + Branch: perl + ! t/comp/cpp.t t/run/switchPx.t +____________________________________________________________________________ +[ 13391] By: jhi on 2001/11/30 20:19:37 + Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk + From: Michael G Schwern + Date: Fri, 30 Nov 2001 11:48:44 -0500 + Message-ID: <20011130114844.C1303@blackrider> + + (replaces #13381) + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13390] By: jhi on 2001/11/30 18:12:54 + Log: Let's not assume how much memory has been allocated + to PVs. + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 13389] By: jhi on 2001/11/30 17:38:37 + Log: VOS needs to know the modules, including pp_sort. + Branch: perl + ! vos/perl.bind +____________________________________________________________________________ +[ 13388] By: jhi on 2001/11/30 15:18:51 + Log: Unused variables. + Branch: perl + ! ext/Unicode/Normalize/Normalize.xs +____________________________________________________________________________ +[ 13387] By: jhi on 2001/11/30 14:57:19 + Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t + From: John Peacock + Date: Fri, 30 Nov 2001 10:24:00 -0500 + Message-ID: <3C07A490.A22A76B0@rowman.com> + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 13386] By: jhi on 2001/11/30 14:55:02 + Log: Tweak for the VOS building script from Paul Green. + Branch: perl + ! vos/configure_perl.cm +____________________________________________________________________________ +[ 13385] By: jhi on 2001/11/30 14:11:18 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13384] By: jhi on 2001/11/30 14:00:55 + Log: Cannot test if cppstdin has not yet been installed. + Branch: perl + ! t/run/switchPx.t +____________________________________________________________________________ +[ 13383] By: jhi on 2001/11/30 13:59:18 + Log: Subject: [PATCH perl.c ...] -P on VMS. Evicting sed + From: Michael G Schwern + Date: Thu, 29 Nov 2001 22:05:11 -0500 + Message-ID: <20011129220510.A18869@blackrider> + + TODO 1: if cppstdin is used and not yet installed, + the Px.t will fail (must do the same as in cpp.t) + + TODO 2: does this work if no Perl whatsoever has + yet been installed? That is, we should be using + the Perl we are building to execute the one-liner. + Branch: perl + + t/run/switchPx.aux t/run/switchPx.t + ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t + ! vms/test.com +____________________________________________________________________________ +[ 13382] By: jhi on 2001/11/30 13:41:15 + Log: Upgrade to Unicode::Normalize 0.12. + Branch: perl + ! ext/Unicode/Normalize/Changes + ! ext/Unicode/Normalize/Normalize.pm + ! ext/Unicode/Normalize/Normalize.xs + ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t + ! ext/Unicode/Normalize/t/test.t +____________________________________________________________________________ +[ 13381] By: jhi on 2001/11/30 13:23:06 + Log: (replaced by #13391) + + Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk + From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net + Date: 30 Nov 2001 11:41:53 -0000 + Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net> + + No need to die if we have high-paranoia (non-chdirable) + system directories. + Branch: perl + ! t/op/stat.t +____________________________________________________________________________ +[ 13380] By: jhi on 2001/11/30 04:49:56 + Log: Paragraph rewrapping. + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 13379] By: jhi on 2001/11/30 04:38:34 + Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/ + From: Stas Bekman + Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT) + Message-ID: + Branch: perl + ! pod/perliol.pod +____________________________________________________________________________ +[ 13378] By: jhi on 2001/11/30 04:34:40 + Log: Whether select() gets restarted on signals is + implementation dependent. + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 13377] By: jhi on 2001/11/30 01:24:29 + Log: More forgotten checkins. + Branch: perl + ! embed.h embed.pl proto.h +____________________________________________________________________________ +[ 13376] By: jhi on 2001/11/30 01:16:22 + Log: Add a note about folding vs lowercase. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13375] By: jhi on 2001/11/30 01:09:17 + Log: Use to_uni_fold (and add changed global.sym) + Branch: perl + ! global.sym utf8.c +____________________________________________________________________________ +[ 13374] By: jhi on 2001/11/30 00:49:35 + Log: Make to Unicode character functions to use UVs + instead of U32s and add to_uni_fold(). + Branch: perl + ! embed.pl proto.h utf8.c +____________________________________________________________________________ +[ 13373] By: jhi on 2001/11/29 22:34:44 + Log: Subject: Re: DRAFT perlpacktut.pod v0.0 + From: Nicholas Clark + Date: Thu, 29 Nov 2001 22:47:32 +0000 + Message-ID: <20011129224732.W37621@plum.flirble.org> + Branch: perl + ! pod/perlpacktut.pod +____________________________________________________________________________ +[ 13372] By: jhi on 2001/11/29 22:32:49 + Log: README.vos updates from Paul Green. + Branch: perl + ! README.vos +____________________________________________________________________________ +[ 13371] By: jhi on 2001/11/29 21:01:31 + Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Thu, 29 Nov 2001 14:18:51 EST + Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! mg.c vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 13370] By: jhi on 2001/11/29 20:59:35 + Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms] + From: Michael G Schwern + Date: Thu, 29 Nov 2001 13:12:31 -0500 + Message-ID: <20011129131231.E11300@blackrider> + Branch: perl + ! README.vms +____________________________________________________________________________ +[ 13369] By: jhi on 2001/11/29 20:58:10 + Log: BGET_IV was missing. + Branch: perl + ! ext/ByteLoader/bytecode.h +____________________________________________________________________________ +[ 13368] By: jhi on 2001/11/29 15:40:40 + Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from [PATCH Perl@13013] Term::Cap and VMS ) + From: Jonathan Stowe + Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT) + Message-ID: + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 13367] By: jhi on 2001/11/29 15:11:43 + Log: Porting/checkURL.pl was missing. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 13366] By: jhi on 2001/11/29 15:03:52 + Log: Subject: INSTALL and READMEs should be reviewed + From: Rafael Garcia-Suarez + Date: Thu, 29 Nov 2001 16:49:36 +0100 + Message-ID: <20011129164936.A17492@rafael> + Branch: perl + ! README.cygwin +____________________________________________________________________________ +[ 13365] By: jhi on 2001/11/29 14:39:01 + Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link + From: Peter Prymmer + Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT) + Message-ID: + Branch: perl + ! README.os390 +____________________________________________________________________________ +[ 13364] By: jhi on 2001/11/29 14:34:18 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13363] By: jhi on 2001/11/29 14:26:48 + Log: The changes to the curliffed files didn't stick in #13348. + Branch: perl + ! README.dos README.win32 +____________________________________________________________________________ +[ 13362] By: jhi on 2001/11/29 14:13:03 + Log: Subject: Re: Found the rev where File::Glob broke + From: Andy Dougherty + Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST) + Message-ID: + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 13361] By: jhi on 2001/11/29 14:08:30 + Log: Use __DATA__ instead of __END__. + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 13360] By: jhi on 2001/11/29 14:03:28 + Log: Subject: [PATCH toke.c] autosplit into @F fix + From: Rafael Garcia-Suarez + Date: Thu, 29 Nov 2001 14:52:23 +0100 + Message-ID: <20011129145223.A25817@rafael> + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 13359] By: jhi on 2001/11/29 13:47:07 + Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak + From: Rafael Garcia-Suarez + Date: Thu, 29 Nov 2001 15:48:15 +0100 + Message-ID: <20011129154815.C25817@rafael> + Branch: perl + ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t +____________________________________________________________________________ +[ 13358] By: jhi on 2001/11/29 13:43:40 + Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1 + From: "Wolfgang Laun" + Date: Wed, 28 Nov 2001 20:35:29 +0100 + Message-ID: <200111282035290250.0067732D@smtp.chello.at> + Branch: perl + ! pod/perlpacktut.pod +____________________________________________________________________________ +[ 13357] By: jhi on 2001/11/29 13:42:18 + Log: Subject: [patch pod/perlapio.pod] csh temp env setting + From: Stas Bekman + Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) + Message-ID: + + (with tweaks) + Branch: perl + ! pod/perlapio.pod +____________________________________________________________________________ +[ 13356] By: jhi on 2001/11/29 13:39:06 + Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs + From: Tels + Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) + Message-Id: <200111290630.IAA08631@tiku.hut.fi> + + (plus paragraph rewrapping) + Branch: perl + ! lib/Exporter.pm +____________________________________________________________________________ +[ 13355] By: jhi on 2001/11/29 04:43:54 + Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum. + From: Hugo van der Sanden + Date: Wed, 28 Nov 2001 21:47:59 +0000 + Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk> + Branch: perl + ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL +____________________________________________________________________________ +[ 13354] By: jhi on 2001/11/29 04:28:29 + Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current + From: Andy Dougherty + Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) + Message-ID: + Branch: perl + ! INSTALL ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 13353] By: jhi on 2001/11/29 04:19:40 + Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp) + From: Michael G Schwern + Date: Wed, 28 Nov 2001 16:37:01 -0500 + Message-ID: <20011128163701.H676@blackrider> + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 13352] By: jhi on 2001/11/29 04:18:08 + Log: @INC tweak. + Branch: perl + ! t/op/ref.t +____________________________________________________________________________ +[ 13351] By: jhi on 2001/11/29 02:28:06 + Log: Subject: [PATCH] Re: [ID 20011127.153] installman error + From: Nicholas Clark + Date: Wed, 28 Nov 2001 23:38:43 +0000 + Message-ID: <20011128233843.N37621@plum.flirble.org> + Branch: perl + ! installman +____________________________________________________________________________ +[ 13350] By: jhi on 2001/11/29 02:18:30 + Log: Tweak the forking logic. + Branch: perl + ! Porting/checkURL.pl +____________________________________________________________________________ +[ 13349] By: jhi on 2001/11/29 01:37:48 + Log: Update perlmodlib.PL as per #13348. The L<> got + changed back because that is coming from ParseLink.pm. + Branch: perl + ! pod/perlmodlib.PL pod/perlmodlib.pod +____________________________________________________________________________ +[ 13348] By: jhi on 2001/11/29 01:31:48 + Log: URL fixups from Michael Schwern. + Branch: perl + ! README.cygwin README.dos README.hpux README.mint README.mpeix + ! README.os390 README.qnx README.solaris README.vos README.win32 + ! pod/perlmodlib.pod +____________________________________________________________________________ +[ 13347] By: jhi on 2001/11/29 01:23:08 + Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs + From: Barrie Slaymaker + Date: Wed, 28 Nov 2001 14:10:01 -0500 + Message-ID: <20011128140957.D5236@sizzle.whoville.com> + Branch: perl + ! lib/Exporter.pm +____________________________________________________________________________ +[ 13346] By: jhi on 2001/11/29 01:22:02 + Log: Change $=, $., $*, $%, and $- to be IVs instead of longs. + Branch: perl + ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h +____________________________________________________________________________ +[ 13345] By: jhi on 2001/11/29 00:11:56 + Log: Subject: [PATCH] Re: $\ very broken + From: Rafael Garcia-Suarez + Date: Wed, 28 Nov 2001 22:33:08 +0100 + Message-ID: <20011128223308.E732@rafael> + + Subject: Re: [PATCH] Re: $\ very broken + From: Nicholas Clark + Date: Wed, 28 Nov 2001 22:29:00 +0000 + Message-ID: <20011128222859.K37621@plum.flirble.org> + Branch: perl + ! mg.c t/op/ref.t +____________________________________________________________________________ +[ 13344] By: jhi on 2001/11/29 00:05:19 + Log: Add Abigail's link checker with the following tweaks: + - known dummy URLs (Peter Prymmer) + - do also READMEs and INSTALL (Michael Schwern) + - do also ftp URLs + - add fork retry loop in case the allowed number + of processes per user is low + Branch: perl + + Porting/checkURL.pl + ! MANIFEST +____________________________________________________________________________ +[ 13343] By: jhi on 2001/11/28 14:56:50 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13342] By: jhi on 2001/11/28 14:15:25 + Log: In Linux if we have modern enough gcc and supported + enough CPU, crank up the optimization level to -O3. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 13341] By: jhi on 2001/11/28 14:00:12 + Log: Add perlpacktut from Wolfgang Laun; regen toc. + Branch: perl + + pod/perlpacktut.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod + ! pod/perltoc.pod +____________________________________________________________________________ +[ 13340] By: jhi on 2001/11/28 13:45:00 + Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS + From: PPrymmer@factset.com + Date: Wed, 28 Nov 2001 07:51:26 -0500 + Message-ID: + Branch: perl + ! vms/test.com +____________________________________________________________________________ +[ 13339] By: jhi on 2001/11/28 13:37:31 + Log: Test cases for the first half of #13338. + Branch: perl + ! t/lib/h2ph.h t/lib/h2ph.pht +____________________________________________________________________________ +[ 13338] By: jhi on 2001/11/28 13:28:08 + Log: Subject: Re: h2ph confused by comments in an enum. + From: Hugo van der Sanden + Date: Wed, 28 Nov 2001 04:19:21 +0000 + Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk> + + Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.] + From: Hugo van der Sanden + Date: Wed, 28 Nov 2001 13:36:35 +0000 + Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk> + Branch: perl + ! utils/h2ph.PL +____________________________________________________________________________ +[ 13337] By: jhi on 2001/11/28 13:15:41 + Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS + From: Jonathan Stowe + Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT) + Message-ID: + + (replace #13327) + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 13336] By: jhi on 2001/11/28 04:21:05 + Log: Replace #13335 with + + Subject: Re: [PATCH perl@13323] Termcap.pm with no termios + From: Russ Allbery + Date: 27 Nov 2001 20:42:49 -0800 + Message-ID: + Branch: perl + ! lib/Pod/Text/Termcap.pm +____________________________________________________________________________ +[ 13335] By: jhi on 2001/11/28 03:33:10 + Log: (replaced by #13336) + + Subject: [PATCH perl@13323] Termcap.pm with no termios + From: "Craig A. Berry" + Date: Tue, 27 Nov 2001 22:28:50 -0600 + Message-Id: + Branch: perl + ! lib/Pod/Text/Termcap.pm +____________________________________________________________________________ +[ 13334] By: jhi on 2001/11/28 03:31:51 + Log: Subject: [PATCH perl@13323] solve identity crisis on VMS + From: "Craig A. Berry" + Date: Tue, 27 Nov 2001 21:46:45 -0600 + Message-Id: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 13333] By: jhi on 2001/11/28 03:30:03 + Log: Upgrade to podlators 1.17. + Branch: perl + ! lib/Pod/Man.pm lib/Pod/Text/Color.pm + ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm +____________________________________________________________________________ +[ 13332] By: jhi on 2001/11/28 03:23:04 + Log: Fix for "a\x{100}" =~ /A/i. + Branch: perl + ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t + ! utf8.c +____________________________________________________________________________ +[ 13331] By: jhi on 2001/11/28 00:52:19 + Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS + From: "Craig A. Berry" + Date: Tue, 27 Nov 2001 17:11:49 -0600 + Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01> + Branch: perl + ! lib/DB.t +____________________________________________________________________________ +[ 13330] By: jhi on 2001/11/28 00:50:53 + Log: Subject: [PATCH] unterminated C<< ... >> in perldelta + From: Ronald J Kimball + Date: Tue, 27 Nov 2001 14:55:23 -0500 + Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu> + + Subject: [PATCH: perl@13324] updates to perldelta.pod + From: PPrymmer@factset.com + Date: Tue, 27 Nov 2001 18:06:04 -0500 + Message-ID: + + plus added some known problems. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13329] By: jhi on 2001/11/28 00:35:53 + Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0 + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Tue, 27 Nov 2001 15:38:02 EST + Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! configure.com vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 13328] By: jhi on 2001/11/28 00:34:12 + Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core + From: Michael G Schwern + Date: Tue, 27 Nov 2001 15:31:12 -0500 + Message-ID: <20011127153112.G20929@blackrider> + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 13327] By: jhi on 2001/11/28 00:23:10 + Log: (replaced by #13337) + + VMS can safely hardcode a termcap entry for VT100. + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 13326] By: jhi on 2001/11/27 17:47:28 + Log: VMS piping fixes from Charles Lane (perl -P should + be working now). + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 13325] By: jhi on 2001/11/27 17:44:31 + Log: Subject: [PATCH] perlvar.pod fix + From: Ronald J Kimball + Date: Tue, 27 Nov 2001 13:11:47 -0500 + Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 13324] By: jhi on 2001/11/27 15:56:06 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13323] By: jhi on 2001/11/27 15:51:08 + Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century + From: "Craig A. Berry" + Date: Tue, 27 Nov 2001 10:21:18 -0600 + Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01> + Branch: perl + ! lib/ExtUtils/MM_VMS.pm +____________________________________________________________________________ +[ 13322] By: jhi on 2001/11/27 15:24:12 + Log: Protect against accumulating -options -options -options. + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 13321] By: jhi on 2001/11/27 15:16:28 + Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS + From: Barrie Slaymaker + Date: Tue, 27 Nov 2001 10:58:54 -0500 + Message-ID: <20011127105850.B696@sizzle.whoville.com> + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 13320] By: jhi on 2001/11/27 15:05:33 + Log: Tiny fix from John P. Linderman. + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 13319] By: jhi on 2001/11/27 15:04:37 + Log: The Story of sort(), from John P. Linderman. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13318] By: jhi on 2001/11/27 14:58:06 + Log: Add information what to do if you are reading + perluniintro but using some older Perl. + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13317] By: jhi on 2001/11/27 14:51:42 + Log: Update the 'wide characters' FAQ entry. + Branch: perl + ! pod/perlfaq6.pod +____________________________________________________________________________ +[ 13316] By: jhi on 2001/11/27 14:26:25 + Log: Fix for + + Subject: [ID 20011127.151] regex result vars no longer marked as utf8 + From: Marc Lehmann + Date: Tue, 27 Nov 2001 14:27:14 +0100 + Message-Id: + Branch: perl + ! ext/Encode.t ext/Encode/Encode.xs +____________________________________________________________________________ +[ 13315] By: jhi on 2001/11/27 14:06:45 + Log: Subject: [PATCH] DB_File 1.801 + From: "Paul Marquess" + Date: Tue, 27 Nov 2001 15:06:45 -0000 + Message-ID: + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL +____________________________________________________________________________ +[ 13314] By: jhi on 2001/11/27 13:51:49 + Log: Regen perlmodlib. (TODO: why does Pod::t::basic get listed?) + Branch: perl + ! pod/perlmodlib.pod +____________________________________________________________________________ +[ 13313] By: jhi on 2001/11/27 13:49:55 + Log: sort() doc tweaks from John P. Linderman. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 13312] By: jhi on 2001/11/27 13:36:44 + Log: Subject: [PATCH] More perldelta.pod nits + From: Simon Glover + Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) + Message-ID: + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13311] By: jhi on 2001/11/27 13:26:38 + Log: Subject: RE: [PATCH @ 13283] Devel::PPPort + From: "Paul Marquess" + Date: Tue, 27 Nov 2001 11:52:31 -0000 + Message-ID: + Branch: perl + ! ext/Devel/PPPort/harness/Makefile.PL +____________________________________________________________________________ +[ 13310] By: jhi on 2001/11/27 13:23:28 + Log: Subject: [PATCH t/TEST] Remove redundant #! parsing. Deparse tests better. + From: Michael G Schwern + Date: Tue, 27 Nov 2001 03:38:24 -0500 + Message-ID: <20011127033824.A17775@blackrider> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 13309] By: jhi on 2001/11/27 13:16:44 + Log: Subject: Re: perlcc very broken + From: John Peacock + Date: Tue, 27 Nov 2001 06:48:01 -0500 + Message-ID: <3C037D71.4030508@rowman.com> + Branch: perl + ! utils/perlcc.PL +____________________________________________________________________________ +[ 13308] By: jhi on 2001/11/27 12:57:49 + Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. + From: David Dyck + Date: Mon, 26 Nov 2001 22:04:38 -0800 + Message-Id: <200111270604.WAA20274@dd.tc.fluke.com> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 13307] By: jhi on 2001/11/27 12:56:09 + Log: Subject: [ID 20011126.149] t/op/split fails step 37 + From: David Dyck + Date: Mon, 26 Nov 2001 21:52:35 -0800 + Message-Id: <200111270552.VAA09394@dd.tc.fluke.com> + Branch: perl + ! t/op/split.t +____________________________________________________________________________ +[ 13306] By: gbarr on 2001/11/27 12:19:40 + Log: incorporate last minute change from libnet 1.0901-tobe + Branch: perl + ! lib/Net/SMTP.pm +____________________________________________________________________________ +[ 13305] By: jhi on 2001/11/27 02:39:35 + Log: Pass 7 at perldelta - random edits. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13304] By: jhi on 2001/11/27 02:04:19 + Log: Portability and skippage tweaks. + Branch: perl + ! t/op/split.t +____________________________________________________________________________ +[ 13303] By: jhi on 2001/11/27 02:03:49 + Log: (retracted by #13449) + Try to make Unicode casemapping to work for EBCDIC, too. + Branch: perl + ! utf8.c +____________________________________________________________________________ +[ 13302] By: jhi on 2001/11/27 01:35:23 + Log: Just printing 1..0 is not quite enough... + Branch: perl + ! lib/Dumpvalue.t +____________________________________________________________________________ +[ 13301] By: jhi on 2001/11/27 01:22:22 + Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC. + Delay the match until runtime. + Branch: perl + ! t/op/append.t +____________________________________________________________________________ +[ 13300] By: jhi on 2001/11/27 01:08:10 + Log: UTF-EBCDIC. + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 13299] By: jhi on 2001/11/27 01:02:21 + Log: Be UTF-EBCDIC aware. + Branch: perl + ! lib/bytes.t +____________________________________________________________________________ +[ 13298] By: jhi on 2001/11/27 00:59:44 + Log: Bad assumption which way digits and letters sort. + Branch: perl + ! lib/English.t +____________________________________________________________________________ +[ 13297] By: jhi on 2001/11/27 00:55:04 + Log: If in EBCDIC but no Convert::EBCDIC + the libnet tests will all fail. + Branch: perl + ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t + ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t + ! lib/Net/t/smtp.t lib/Net/t/time.t +____________________________________________________________________________ +[ 13296] By: jhi on 2001/11/27 00:45:55 + Log: Just sorting to guarantee order is not enough. + (Think EBCDIC.) + Branch: perl + ! lib/ExtUtils/Manifest.t +____________________________________________________________________________ +[ 13295] By: jhi on 2001/11/27 00:43:38 + Log: OS/390 cleanable gunk. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 13294] By: jhi on 2001/11/27 00:40:02 + Log: Update the EBCDIC MD5 checksums. + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 13293] By: jhi on 2001/11/27 00:28:40 + Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC + From: Nicholas Clark + Date: Mon, 26 Nov 2001 23:06:34 +0000 + Message-ID: <20011126230633.Q37621@plum.flirble.org> + Branch: perl + ! installman +____________________________________________________________________________ +[ 13292] By: jhi on 2001/11/27 00:24:36 + Log: sort tweaks from John P. Linderman. + Branch: perl + ! lib/sort.pm lib/sort.t perl.h pp_sort.c +____________________________________________________________________________ +[ 13291] By: jhi on 2001/11/27 00:20:09 + Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string + From: Bob Dalgleish + Date: Mon, 26 Nov 2001 18:47:25 -0600 + Message-Id: + + Craig Berry submitted half of this patch just yesterday. + Spooky cosmic resonance. + Branch: perl + ! ext/Socket/Socket.xs +____________________________________________________________________________ +[ 13290] By: jhi on 2001/11/27 00:15:07 + Log: Subject: [PATCH] doio slightly smaller + From: Nicholas Clark + Date: Tue, 27 Nov 2001 00:40:23 +0000 + Message-ID: <20011127004023.S37621@plum.flirble.org> + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 13289] By: jhi on 2001/11/27 00:12:11 + Log: perldelta nits from Autrijus Tang and Ron Kimball. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13288] By: jhi on 2001/11/27 00:08:23 + Log: Subject: [PATCH] unpack P* uses random length for item + From: "Wolfgang Laun" + Date: Mon, 26 Nov 2001 19:56:32 +0100 + Message-ID: <200111261956320450.01E7217F@smtp.chello.at> + Branch: perl + ! pod/perldiag.pod pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 13287] By: jhi on 2001/11/26 23:55:02 + Log: Subject: [PATCH current] system and taintedness + From: Radu Greab + Date: Mon, 26 Nov 2001 18:42:29 +0200 + Message-ID: <15362.28917.697078.551412@ix.netsoft.ro> + Branch: perl + ! pp_sys.c t/op/taint.t +____________________________________________________________________________ +[ 13286] By: jhi on 2001/11/26 23:53:21 + Log: Subject: [PATCH @ 13283] Devel::PPPort + From: "Paul Marquess" + Date: Mon, 26 Nov 2001 14:37:17 -0000 + Message-ID: + Branch: perl + + ext/Devel/PPPort/MANIFEST + ! MANIFEST ext/Devel/PPPort/Makefile.PL + ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm + ! ext/Devel/PPPort/harness/Harness.xs + ! ext/Devel/PPPort/harness/Makefile.PL + ! ext/Devel/PPPort/harness/module2.c + ! ext/Devel/PPPort/harness/module3.c + ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak +____________________________________________________________________________ +[ 13285] By: jhi on 2001/11/26 14:08:36 + Log: Update the test list. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 13284] By: gbarr on 2001/11/26 12:41:45 + Log: Sync-up tests with libnet distribution + Branch: perl + + lib/Net/t/netrc.t + ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t +____________________________________________________________________________ +[ 13283] By: jhi on 2001/11/26 11:34:35 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13282] By: jhi on 2001/11/26 11:28:18 + Log: Upgrade to podlators 1.16. + Branch: perl + + lib/Pod/t/basic.cap + ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm + ! lib/Pod/t/basic.t pod/pod2man.PL +____________________________________________________________________________ +[ 13281] By: jhi on 2001/11/26 11:11:08 + Log: Pass 6 at perldelta - sort enhancements, generic and + platform specific bug fixes. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13280] By: jhi on 2001/11/26 10:35:56 + Log: PROPAGATE documentation from Tony Cook. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 13279] By: jhi on 2001/11/25 23:45:27 + Log: DJGPP cannot do signals that well. + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 13278] By: jhi on 2001/11/25 23:43:30 + Log: Can't do subsecond alarms without ualarm; and break out + early if alarms do not seem to be coming in as expected. + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 13277] By: jhi on 2001/11/25 23:01:39 + Log: No Socket, little Net. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 13276] By: jhi on 2001/11/25 22:58:44 + Log: Take the taint brush to the getcwds. + Branch: perl + ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c +____________________________________________________________________________ +[ 13275] By: jhi on 2001/11/25 21:42:02 + Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak + From: "Craig A. Berry" + Date: Sun, 25 Nov 2001 16:20:45 -0600 + Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01> + Branch: perl + ! ext/Socket/Socket.xs +____________________________________________________________________________ +[ 13274] By: jhi on 2001/11/25 21:32:17 + Log: Since in some DOS filesystems the timestamp granularity + may be only two seconds, better sleep for three to play safe. + (Helps CygWin, at least.) + Branch: perl + ! lib/Memoize/t/expire_file.t +____________________________________________________________________________ +[ 13273] By: jhi on 2001/11/25 21:22:10 + Log: For some reason CygWin wasn't collapsing multiple + slashes into one, which made some Spec.t tests to fail. + Either CygWin was being too prudish or the collapsing + logic needs to be rethunk. + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 13272] By: jhi on 2001/11/25 20:40:23 + Log: Cygwin needs to have libperl.dll around if trying to link + with -lperl. Note: this change cures the test but whether + it cures CygPerl installation, I don't know: hopefully the + libperl5_7_2.dll, or the version equivalent, gets installed + also as libperl.dll to the proper place(s). + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 13271] By: jhi on 2001/11/25 20:18:53 + Log: -I../lib/.. and -L../lib/..? Strange. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 13270] By: jhi on 2001/11/25 19:57:54 + Log: $MM? + Branch: perl + ! lib/ExtUtils/Embed.pm +____________________________________________________________________________ +[ 13269] By: jhi on 2001/11/25 19:46:55 + Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec + From: Dave Rolsky + Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST) + Message-ID: + Branch: perl + ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm + ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm +____________________________________________________________________________ +[ 13268] By: jhi on 2001/11/25 19:44:38 + Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests + From: chromatic + Date: Sat, 24 Nov 2001 14:56:57 -0700 + Message-ID: <20011124220430.97697.qmail@onion.perl.org> + + plus a tweak for ithreads builds. + Branch: perl + + lib/DB.t + ! MANIFEST lib/DB.pm +____________________________________________________________________________ +[ 13267] By: jhi on 2001/11/25 19:38:50 + Log: Win32 compilation tweaks for Blair Zajac. + Branch: perl + ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h +____________________________________________________________________________ +[ 13266] By: jhi on 2001/11/25 19:11:38 + Log: I don't think trying to bracket the hires time with lores + times is going to be portable enough: Cygwin seems to be + capable of getting hires ones rather consistently lower + than the lores ones. So let's try average difference instead. + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 13265] By: jhi on 2001/11/25 18:28:04 + Log: Subject: Re: benchmarks, sorts and reproducibility + From: "John P. Linderman" + Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST) + Message-Id: <200111251925.OAA77172@raptor.research.att.com> + + Randomize large partitions for quicksort to dodge the + angry gods of quadratic. + Branch: perl + ! pp_sort.c +____________________________________________________________________________ +[ 13264] By: jhi on 2001/11/25 18:23:54 + Log: The joys of portable quoting. + Branch: perl + ! ext/Devel/PPPort/harness/Makefile.PL +____________________________________________________________________________ +[ 13263] By: jhi on 2001/11/25 18:12:31 + Log: sort pragma tweaks. + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 13262] By: jhi on 2001/11/25 17:10:09 + Log: Skip the link= directives of utils.lst if no mandir + (if no manpages). + Branch: perl + ! installman +____________________________________________________________________________ +[ 13261] By: gsar on 2001/11/25 16:48:38 + Log: integrate changes#8340,13260 from mainline + + Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process + + change#3373 introduced a handle leak in backticks and piped open()s + that fail + Branch: maint-5.6/perl + ! t/io/pipe.t util.c +____________________________________________________________________________ +[ 13260] By: gsar on 2001/11/25 16:37:29 + Log: change#3373 introduced a handle leak in backticks and piped open()s + that fail + Branch: perl + ! util.c +____________________________________________________________________________ +[ 13259] By: jhi on 2001/11/25 05:58:47 + Log: metaconfig unit change for #13258. + Branch: metaconfig/U/perl + ! d_procselfexe.U +____________________________________________________________________________ +[ 13258] By: jhi on 2001/11/25 05:58:30 + Log: Extraenous breaks noticed by David Dyck. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13257] By: jhi on 2001/11/25 05:32:18 + Log: Revert the /proc/self/auxv experiment for now. + Branch: perl + ! lib/ExtUtils.t perl.c t/lib/1_compile.t +____________________________________________________________________________ +[ 13256] By: jhi on 2001/11/25 04:59:31 + Log: Also ExtUtils.t had $^X assumptions. + Branch: perl + ! lib/ExtUtils.t +____________________________________________________________________________ +[ 13255] By: jhi on 2001/11/25 04:20:02 + Log: Now is Solaris if you start the t/perl in the t/ + as "./perl", the $^X will be "../perl", not "./perl". + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 13254] By: jhi on 2001/11/25 03:59:06 + Log: The new way of finding out $^X in Solaris + requires a little tweak if the executable + pathname is *not* absolute: prepend "./" + (otherwise `$^X ...` will start perl from PATH...) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 13253] By: jhi on 2001/11/25 03:18:05 + Log: Avoid "will not stay shared" warnings. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 13252] By: jhi on 2001/11/25 03:00:49 + Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two + From: Michael G Schwern + Date: Sat, 24 Nov 2001 19:56:18 -0500 + Message-ID: <20011124195618.A14614@blackrider> + Branch: perl + ! perl.c pp_sys.c t/op/magic.t util.c +____________________________________________________________________________ +[ 13251] By: jhi on 2001/11/25 02:48:04 + Log: In the MakeMaker pm_to_blib target don't copy all + the files in one fell swppo, deal with them hunkwise, + helps for CLIs with limited line lengths. + (This seems to help for DJGPP building Encode, + where there are dozens of files to copy.) + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 13250] By: gsar on 2001/11/25 00:50:10 + Log: testsuite leaves stray files behind on windows + Branch: perl + ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t +____________________________________________________________________________ +[ 13249] By: gsar on 2001/11/25 00:32:36 + Log: xsubpp produces a spurious warning on directories called 'typemap' + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 13248] By: gsar on 2001/11/25 00:17:28 + Log: xsubpp treats invalid (indented) cpp directives as comments + Branch: perl + ! ext/IO/IO.xs +____________________________________________________________________________ +[ 13247] By: gsar on 2001/11/25 00:02:37 + Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm + Branch: perl + ! win32/Makefile win32/Makefile.win64 win32/makefile.mk +____________________________________________________________________________ +[ 13246] By: jhi on 2001/11/24 21:45:32 + Log: The debug_pag needs to be visible at all times + because of the re extension. + Branch: perl + ! intrpvar.h makedef.pl perl.c perl.h regexec.c +____________________________________________________________________________ +[ 13245] By: jhi on 2001/11/24 20:09:20 + Log: Subject: Re: [PATCH] Tests are good + From: Philip Newton + Date: Sat, 24 Nov 2001 21:24:00 +0100 + Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 13244] By: jhi on 2001/11/24 19:06:29 + Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS + From: "Craig A. Berry" + Date: Sat, 24 Nov 2001 12:45:44 -0600 + Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01> + + (with tweaks, and combined with Sarathy's #13242) + Branch: perl + ! configure.com ext/Devel/PPPort/harness/Makefile.PL +____________________________________________________________________________ +[ 13243] By: jhi on 2001/11/24 18:46:31 + Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION() + From: John Peacock + Date: Sat, 24 Nov 2001 14:27:46 -0500 + Message-ID: <3BFFF4B2.40509@rowman.com> + Branch: perl + ! lib/Exporter/Heavy.pm +____________________________________________________________________________ +[ 13242] By: gsar on 2001/11/24 17:16:18 + Log: use portable quotes + Branch: perl + ! ext/Devel/PPPort/harness/Makefile.PL +____________________________________________________________________________ +[ 13241] By: jhi on 2001/11/24 17:09:25 + Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC + From: Nicholas Clark + Date: Sat, 24 Nov 2001 18:06:26 +0000 + Message-ID: <20011124180626.T37621@plum.flirble.org> + Branch: perl + ! installman +____________________________________________________________________________ +[ 13240] By: jhi on 2001/11/24 17:06:11 + Log: Subject: [PATCH] perl5005delta.pod L<> + From: Nicholas Clark + Date: Sat, 24 Nov 2001 18:04:21 +0000 + Message-ID: <20011124180421.S37621@plum.flirble.org> + Branch: perl + ! pod/perl5005delta.pod +____________________________________________________________________________ +[ 13239] By: gsar on 2001/11/24 17:01:17 + Log: fix typo in config.vc; regenerate win32 config_H.* files + Branch: perl + ! win32/config.vc win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc +____________________________________________________________________________ +[ 13238] By: jhi on 2001/11/24 16:16:01 + Log: Mention the charnames::vianame(). + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13237] By: jhi on 2001/11/24 16:12:31 + Log: Add charnames::vianame() in case people want to access + the codes in run-time (as opposed to the compile-timeness + of \N{...}). + Branch: perl + ! lib/charnames.pm lib/charnames.t +____________________________________________________________________________ +[ 13236] By: jhi on 2001/11/24 16:11:04 + Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times + From: Nicholas Clark + Date: Sat, 24 Nov 2001 16:30:42 +0000 + Message-ID: <20011124163042.R37621@plum.flirble.org> + Branch: perl + ! regcomp.c regcomp.h +____________________________________________________________________________ +[ 13235] By: jhi on 2001/11/24 15:26:37 + Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current + From: Nicholas Clark + Date: Sat, 24 Nov 2001 16:24:33 +0000 + Message-ID: <20011124162433.Q37621@plum.flirble.org> + + cmp fixes. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 13234] By: jhi on 2001/11/24 15:23:34 + Log: Use /proc/self/auxv in Solaris to figure out the $^X. + (It seems that "./perl" gets resolved to "perl" now.) + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 13233] By: jhi on 2001/11/24 14:58:52 + Log: Subject: [PATCH] DB_File 1.800 + From: "Paul Marquess" + Date: Sat, 24 Nov 2001 11:41:41 -0000 + Message-ID: + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.pm + ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL + ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 13232] By: jhi on 2001/11/24 14:48:34 + Log: Tweak the PUSHED documentation. + Branch: perl + ! ext/PerlIO/Via/Via.pm +____________________________________________________________________________ +[ 13231] By: jhi on 2001/11/24 04:09:41 + Log: Update 1_compile for new known tests. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 13230] By: jhi on 2001/11/24 04:07:39 + Log: Move the MBF/MBI test modules to t/lib. + Branch: perl + + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm + - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm + - lib/Math/BigInt/t/Math/BigInt/Subclass.pm + ! MANIFEST lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 13229] By: jhi on 2001/11/23 23:09:27 + Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218 + From: "Craig A. Berry" + Date: Fri, 23 Nov 2001 18:05:35 -0600 + Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 13228] By: jhi on 2001/11/23 21:11:56 + Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char + From: PPrymmer@factset.com + Date: Fri, 23 Nov 2001 17:03:07 -0500 + Message-ID: + Branch: perl + ! ext/Unicode/Normalize/mkheader +____________________________________________________________________________ +[ 13227] By: jhi on 2001/11/23 20:09:36 + Log: Here are the right helper files. + Branch: perl + + t/lib/Filter/Simple/ExportTest.pm + + t/lib/Filter/Simple/FilterOnlyTest.pm + + t/lib/Filter/Simple/FilterTest.pm + + t/lib/Filter/Simple/ImportTest.pm + ! MANIFEST +____________________________________________________________________________ +[ 13226] By: jhi on 2001/11/23 20:03:28 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13225] By: jhi on 2001/11/23 19:53:53 + Log: Never mind. + Branch: perl + - lib/Filter/Simple/lib/ExportTest.pm + - lib/Filter/Simple/lib/ImportTest.pm +____________________________________________________________________________ +[ 13224] By: jhi on 2001/11/23 19:52:03 + Log: Mis-add. + Branch: perl + + lib/Filter/Simple/lib/ExportTest.pm + + lib/Filter/Simple/lib/ImportTest.pm +____________________________________________________________________________ +[ 13223] By: jhi on 2001/11/23 19:39:57 + Log: Upgrade to Filter::Simple 0.77. + Branch: perl + + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t + - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm + ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes + ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t + ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t +____________________________________________________________________________ +[ 13222] By: jhi on 2001/11/23 19:12:20 + Log: Missing p4 add. + Branch: perl + + lib/ExtUtils/MM_VMS.t +____________________________________________________________________________ +[ 13221] By: jhi on 2001/11/23 19:10:18 + Log: Pass 5 at perldelta - module and utility updates cleanup. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13220] By: jhi on 2001/11/23 18:55:20 + Log: metaconfig unit change for #13219. + Branch: metaconfig/U/perl + ! d_procselfexe.U +____________________________________________________________________________ +[ 13219] By: jhi on 2001/11/23 18:55:06 + Log: Regen Porting stuff; regen toc; cleanup nit in Configure. + Branch: perl + ! Configure Porting/Glossary Porting/config.sh Porting/config_H + ! pod/buildtoc.PL pod/perltoc.pod +____________________________________________________________________________ +[ 13218] By: jhi on 2001/11/23 18:48:18 + Log: Add procselfexe and d_dirfd to strange lands. + Branch: perl + ! NetWare/config.wc 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 win32/config.win64 + ! wince/config.ce +____________________________________________________________________________ +[ 13217] By: jhi on 2001/11/23 18:47:41 + Log: metaconfig unit change for #13216. + Branch: metaconfig/U/perl + ! d_procselfexe.U +____________________________________________________________________________ +[ 13216] By: jhi on 2001/11/23 18:47:17 + Log: Better to "quote" the pathname. + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 13215] By: jhi on 2001/11/23 18:34:24 + Log: Use PROCSELFEXE_PATH. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 13214] By: jhi on 2001/11/23 18:31:27 + Log: metaconfig unit change for #13213. + Branch: metaconfig/U/perl + ! d_procselfexe.U +____________________________________________________________________________ +[ 13213] By: jhi on 2001/11/23 18:31:13 + Log: Add probing for BSD-like /proc/curpoc/file. + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 13212] By: jhi on 2001/11/23 18:10:05 + Log: metaconfig unit change for 13211. + Branch: metaconfig/U/perl + + d_dirfd.U +____________________________________________________________________________ +[ 13211] By: jhi on 2001/11/23 18:09:37 + Log: Add probing for dirfd() so that it can be added it IO::Dir. + Branch: perl + ! Configure config_h.SH perl.h +____________________________________________________________________________ +[ 13210] By: jhi on 2001/11/23 17:37:27 + Log: ...and update the test count. + Branch: perl + ! lib/Pod/t/basic.t +____________________________________________________________________________ +[ 13209] By: jhi on 2001/11/23 17:19:12 + Log: Must remove the cap test also from the test script. + Branch: perl + ! lib/Pod/t/basic.t +____________________________________________________________________________ +[ 13208] By: jhi on 2001/11/23 17:11:58 + Log: Subject: [PATCH] Tests are good + From: Nicholas Clark + Date: Fri, 23 Nov 2001 18:12:21 +0000 + Message-ID: <20011123181220.F37621@plum.flirble.org> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 13207] By: jhi on 2001/11/23 17:08:31 + Log: The basic.cap from podlators 1.14 is not very portable. + Branch: perl + - lib/Pod/t/basic.cap + ! MANIFEST +____________________________________________________________________________ +[ 13206] By: jhi on 2001/11/23 16:41:13 + Log: Subject: Re: [DOC PATCHES] pod cleanups + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 22 Nov 2001 12:54:16 -0000 + Message-Id: + Branch: perl + ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod + ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod +____________________________________________________________________________ +[ 13205] By: jhi on 2001/11/23 16:38:10 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod +____________________________________________________________________________ +[ 13204] By: jhi on 2001/11/23 16:37:21 + Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS + From: PPrymmer@factset.com + Date: Fri, 23 Nov 2001 11:43:45 -0500 + Message-ID: + Branch: perl + ! MANIFEST lib/ExtUtils/MM_VMS.pm +____________________________________________________________________________ +[ 13203] By: jhi on 2001/11/23 15:47:13 + Log: Corify podlators 1.14 test. + Branch: perl + ! lib/Pod/t/basic.t +____________________________________________________________________________ +[ 13202] By: jhi on 2001/11/23 15:38:36 + Log: Output tweak needed because of podlators 1.14. + Branch: perl + ! t/pod/multiline_items.xr +____________________________________________________________________________ +[ 13201] By: jhi on 2001/11/23 15:38:04 + Log: Upgrade to podlators 1.14. + Branch: perl + + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man + + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t + + lib/Pod/t/basic.txt lib/Pod/t/parselink.t + ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm + ! lib/Pod/Text/Overstrike.pm +____________________________________________________________________________ +[ 13200] By: jhi on 2001/11/23 15:32:06 + Log: perlmodinstall tweaks from Philip Newton. + Branch: perl + ! pod/perlmodinstall.pod +____________________________________________________________________________ +[ 13199] By: jhi on 2001/11/23 15:05:02 + Log: Subject: Re: [PATCH] Porting/genlog -bi and range + From: Autrijus Tang + Date: Fri, 23 Nov 2001 23:55:53 +0800 + Message-ID: <20011123235553.A2310@not.autrijus.org> + Branch: perl + ! Porting/genlog +____________________________________________________________________________ +[ 13198] By: jhi on 2001/11/23 14:58:40 + Log: Subject: Re: regex oddness with \Z and $& + From: Hugo van der Sanden + Date: Fri, 23 Nov 2001 15:15:24 +0000 + Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk> + Branch: perl + ! regcomp.c t/op/re_tests +____________________________________________________________________________ +[ 13197] By: jhi on 2001/11/23 14:44:19 + Log: regen_headers. + Branch: perl + ! embed.h global.sym pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 13196] By: jhi on 2001/11/23 14:24:08 + Log: Forgotten check-in. + Branch: perl + ! pod/perlapi.pod +____________________________________________________________________________ +[ 13195] By: jhi on 2001/11/23 14:23:49 + Log: Remembered everything in 13152 but Test/Simple.pm itself, duh. + Branch: perl + ! lib/Test/Simple.pm +____________________________________________________________________________ +[ 13194] By: jhi on 2001/11/22 11:31:59 + Log: Retract #13173 (effectively retract Net::Ping 2.06, + go back to 2.04, the 2.06 hasn't seen the patches + that have gone to the blead version.) + Branch: perl + - lib/Net/Ping/CHANGES lib/Net/Ping/README + - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t + - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t + - lib/Net/Ping/t/200_ping_tcp.t + ! MANIFEST lib/Net/Ping.pm +____________________________________________________________________________ +[ 13193] By: jhi on 2001/11/22 11:27:49 + Log: Subject: Re: [PATCH perldoc] problems with pod2man + From: Robin Barker + Date: Thu, 22 Nov 2001 11:00:38 GMT + Message-Id: <200111221100.LAA08582@tempest.npl.co.uk> + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 13192] By: jhi on 2001/11/22 05:06:35 + Log: metaconfig unit change for #13191. + Branch: metaconfig/U/perl + ! d_procselfexe.U +____________________________________________________________________________ +[ 13191] By: jhi on 2001/11/22 05:06:09 + Log: procselfexe tweak: for some reason I had a ls in + /proc/self/exe, not the ls Configure thought it + would found. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13190] By: jhi on 2001/11/22 04:45:36 + Log: Corify the Net::Ping tests; skip the tests + unless $ENV{PERL_TEST_Net_Ping} is true. + Branch: perl + ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t + ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t + ! lib/Net/Ping/t/200_ping_tcp.t +____________________________________________________________________________ +[ 13189] By: jhi on 2001/11/22 04:44:03 + Log: metaconfig units changes for #13188. + Branch: metaconfig + ! U/modified/Head.U + Branch: metaconfig/U/perl + ! issymlink.U +____________________________________________________________________________ +[ 13188] By: jhi on 2001/11/22 04:43:29 + Log: The #13182 didn't really help. The real problem + seems to be that 'sh' can in AIX mean at least three + different things, and we can't know which one it is + unless we export $newsh from an earlier run (and it's + the 'bsh' aka 'sh' that has the the broken test -h). + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13187] By: gsar on 2001/11/22 03:42:58 + Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides + Branch: perl + ! op.c t/op/override.t +____________________________________________________________________________ +[ 13186] By: jhi on 2001/11/22 03:18:49 + Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS + From: PPrymmer@factset.com + Date: Wed, 21 Nov 2001 20:17:25 -0500 + Message-ID: + Branch: perl + ! lib/Shell.t +____________________________________________________________________________ +[ 13185] By: jhi on 2001/11/22 03:09:27 + Log: Reapply perlmodinstall parts of #12897. + Branch: perl + ! pod/perlmodinstall.pod +____________________________________________________________________________ +[ 13184] By: jhi on 2001/11/22 03:08:00 + Log: perlmodinstall 2.01 from Jon Orwant. + Branch: perl + ! pod/perlmodinstall.pod +____________________________________________________________________________ +[ 13183] By: jhi on 2001/11/21 22:33:20 + Log: Subject: [PATCH @10907] REXX on OS/2 + From: Ilya Zakharevich + Date: Wed, 21 Nov 2001 15:26:11 -0500 + Message-ID: <20011121152611.A13664@math.ohio-state.edu> + Branch: perl + ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs + ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c +____________________________________________________________________________ +[ 13182] By: jhi on 2001/11/21 22:31:10 + Log: metaconfig unit change for #13181. + Branch: metaconfig/U/perl + ! issymlink.U +____________________________________________________________________________ +[ 13181] By: jhi on 2001/11/21 22:30:37 + Log: AIX has broken builtin 'test'. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 13180] By: jhi on 2001/11/21 22:27:16 + Log: Subject: [PATCH 5.7.x] INSTALL size update + From: Andy Dougherty + Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) + Message-ID: + Branch: perl + ! INSTALL +____________________________________________________________________________ +[ 13179] By: jhi on 2001/11/21 22:25:14 + Log: Implement the sort pragma. Split sort code from pp_ctl.c + to pp_sort.c. Includes the quicksort stabilizing layer + from John P. Linderman. -Msort=qsort or -Msort=fast is + faster than without (or with -Msort=mergesort or -Msort=safe) + for short random inputs, but for some reason not quite as fast + as 5.6.1 qsort. More benchmarking, profiling, tuning, and + optimizing definitely needed. + Branch: perl + + lib/sort.pm lib/sort.t pp_sort.c + ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h + ! embed.pl global.sym perl.h pp_ctl.c proto.h + ! vms/descrip_mms.template vos/build.cm win32/Makefile + ! win32/makefile.mk wince/Makefile.ce +____________________________________________________________________________ +[ 13178] By: gbarr on 2001/11/21 18:30:10 + Log: Sync file with libnet-1.0901-tobe + Branch: perl + + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t + ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm + ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm + ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm + ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod +____________________________________________________________________________ +[ 13177] By: jhi on 2001/11/21 17:31:28 + Log: Subject: [PATCH perldoc] problems with pod2man + From: Robin Barker + Date: Wed, 21 Nov 2001 17:48:51 GMT + Message-Id: <200111211748.RAA07123@tempest.npl.co.uk> + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 13176] By: jhi on 2001/11/21 17:27:30 + Log: debug_pad only visible when debugging. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 13175] By: jhi on 2001/11/21 16:02:14 + Log: metaconfig units changes for #13174. + Branch: metaconfig/U/perl + + d_procselfexe.U + - procselfexe.U +____________________________________________________________________________ +[ 13174] By: jhi on 2001/11/21 16:01:39 + Log: procselfexe tweaks. + Branch: perl + ! Configure config_h.SH +____________________________________________________________________________ +[ 13173] By: jhi on 2001/11/21 15:55:08 + Log: Upgrade to Net::Ping 2.06. + Branch: perl + + lib/Net/Ping/CHANGES lib/Net/Ping/README + + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t + + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t + + lib/Net/Ping/t/200_ping_tcp.t + ! MANIFEST lib/Net/Ping.pm +____________________________________________________________________________ +[ 13172] By: jhi on 2001/11/21 15:17:13 + Log: Upgrade to Math::BigInt 1.47. + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t + ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t + ! lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 13171] By: jhi on 2001/11/21 15:03:53 + Log: Dynaloading for POSIX-BC from Thomas Dorner. + Branch: perl + ! hints/posix-bc.sh +____________________________________________________________________________ +[ 13170] By: jhi on 2001/11/21 15:02:39 + Log: Strange: the same mysterious regex study bug + seems to be present both in OS/390 and POSIX-BC. + Deep EBCDIC magic that regex engine gets wrong, + or a bug in some compiler/library shared by the + two platforms? From Thomas Dorner. + Branch: perl + ! t/op/study.t +____________________________________________________________________________ +[ 13169] By: jhi on 2001/11/21 14:47:03 + Log: More lost and found. + Branch: perl + + lib/Test/Simple/README + ! MANIFEST +____________________________________________________________________________ +[ 13168] By: jhi on 2001/11/21 14:45:05 + Log: MANIFESTly missing. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 13167] By: jhi on 2001/11/21 14:42:35 + Log: Subject: Re: PERFORCE change 13162 for review + From: Philip Newton + Date: Wed, 21 Nov 2001 16:44:30 +0100 + Message-ID: + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 13166] By: jhi on 2001/11/21 14:39:27 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13165] By: jhi on 2001/11/21 14:34:43 + Log: Small doc tweaks. + Branch: perl + ! ext/PerlIO/Via/Via.pm +____________________________________________________________________________ +[ 13164] By: jhi on 2001/11/21 14:13:00 + Log: Redundant return. + Branch: perl + ! ext/MIME/Base64/QuotedPrint.pm +____________________________________________________________________________ +[ 13163] By: jhi on 2001/11/21 13:52:30 + Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly + From: "Wolfgang Laun" + Date: Wed, 21 Nov 2001 10:23:16 +0100 + Message-ID: <200111211023160020.0050BD28@smtp.chello.at> + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 13162] By: jhi on 2001/11/21 13:44:41 + Log: Add Devel::PPPort originally from Kenneth Albanowski, + revigorated by Paul Marquess: gives h2xs a Perl version + portability boost. + Branch: perl + + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm + + ext/Devel/PPPort/README ext/Devel/PPPort/TODO + + ext/Devel/PPPort/harness/Harness.pm + + ext/Devel/PPPort/harness/Harness.xs + + ext/Devel/PPPort/harness/Makefile.PL + + ext/Devel/PPPort/harness/module2.c + + ext/Devel/PPPort/harness/module3.c + + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak + ! MANIFEST lib/h2xs.t utils/h2xs.PL +____________________________________________________________________________ +[ 13161] By: jhi on 2001/11/21 13:43:08 + Log: Oops. + Branch: perl + ! lib/Test/Simple/t/filehandles.t +____________________________________________________________________________ +[ 13160] By: jhi on 2001/11/21 13:23:07 + Log: Subject: Re: PERFORCE change 13152 for review + From: Philip Newton + Date: Wed, 21 Nov 2001 09:04:05 +0100 + Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com> + Branch: perl + ! lib/Test/Builder.pm +____________________________________________________________________________ +[ 13159] By: jhi on 2001/11/21 13:19:08 + Log: Subject: Re: PERFORCE change 13142 for review + From: Philip Newton + Date: Wed, 21 Nov 2001 09:04:03 +0100 + Message-ID: + + plus rewrap few paragraphs. + Branch: perl + ! lib/Pod/LaTeX.pm +____________________________________________________________________________ +[ 13158] By: jhi on 2001/11/21 03:59:51 + Log: Integrate #13154 from macperl; Remove comments. + Branch: perl + !> lib/File/Spec/Mac.pm +____________________________________________________________________________ +[ 13157] By: jhi on 2001/11/21 03:53:06 + Log: Update the list of modules having tests. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 13156] By: pudge on 2001/11/21 03:19:09 + Log: Slight doc changes. + Branch: maint-5.6/macperl + ! macos/macperl/MacPerl.podhelp +____________________________________________________________________________ +[ 13155] By: pudge on 2001/11/21 03:18:48 + Log: Add UTF-16 coercion. + Branch: maint-5.6/macperl + ! macos/lib/Mac/AppleEvents/Simple.pm +____________________________________________________________________________ +[ 13154] By: pudge on 2001/11/21 03:16:55 + Log: Remove comments. + Branch: maint-5.6/macperl + ! lib/File/Spec/Mac.pm +____________________________________________________________________________ +[ 13153] By: pudge on 2001/11/21 03:16:00 + Log: Fix FSpGetCatInfo (and other functions) corrupting + memory with bad filespecs (bug #471867) + Branch: maint-5.6/macperl + ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap +____________________________________________________________________________ +[ 13152] By: jhi on 2001/11/21 03:09:46 + Log: Upgrade to Test::Simple 0.33. + Branch: perl + ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t + ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod +____________________________________________________________________________ +[ 13151] By: jhi on 2001/11/21 03:01:36 + Log: Upgrade to Test::Harness 1.26. + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes +____________________________________________________________________________ +[ 13150] By: jhi on 2001/11/21 02:15:47 + Log: Integrate change #13145 from maintperl; + another compatibility tweak to change#12559: avoid quoting + arguments that already have quotes; add test case + Branch: perl + !> t/op/system_tests win32/win32.c +____________________________________________________________________________ +[ 13149] By: gsar on 2001/11/21 02:00:28 + Log: integrate change#13147 from mainline (fixes nit in change#10091) + + Subject: [PATCH] spaceship and refs + Branch: maint-5.6/perl + ! pp.c pp_hot.c t/op/cmp.t +____________________________________________________________________________ +[ 13148] By: jhi on 2001/11/21 00:44:56 + Log: Subject: [PATCH] Add test for Pod::ParseUtils + From: Tim Jenness + Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST) + Message-ID: + Branch: perl + + lib/Pod/t/utils.t + ! MANIFEST +____________________________________________________________________________ +[ 13147] By: jhi on 2001/11/21 00:40:09 + Log: Subject: [PATCH] spaceship and refs + From: Nicholas Clark + Date: Tue, 20 Nov 2001 21:59:51 +0000 + Message-ID: <20011120215951.U62891@plum.flirble.org> + Branch: perl + ! pp.c pp_hot.c t/op/cmp.t +____________________________________________________________________________ +[ 13146] By: jhi on 2001/11/21 00:37:00 + Log: Try to clarify which I/O call operates on bytes, + which on characters, which on either. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 13145] By: gsar on 2001/11/21 00:14:29 + Log: another compatibility tweak to change#12559: avoid quoting + arguments that already have quotes; add test case + Branch: maint-5.6/perl + ! t/op/system_tests win32/win32.c +____________________________________________________________________________ +[ 13144] By: jhi on 2001/11/20 22:31:47 + Log: Give a simple example of writing PerlIO::Via handlers + in Perl. + Branch: perl + ! ext/PerlIO/Via/Via.pm +____________________________________________________________________________ +[ 13143] By: jhi on 2001/11/20 20:50:41 + Log: Add test for Pod::LaTeX; re-sort MANIFEST. + Branch: perl + + lib/Pod/t/latex.t + ! MANIFEST +____________________________________________________________________________ +[ 13142] By: jhi on 2001/11/20 20:42:48 + Log: Subject: [PATCH] Pod::LaTeX up to V0.54 + From: Tim Jenness + Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST) + Message-ID: + Branch: perl + ! lib/Pod/LaTeX.pm pod/pod2latex.PL +____________________________________________________________________________ +[ 13141] By: jhi on 2001/11/20 20:35:14 + Log: Spread d_procselfexe to far-off lands (undefined). + Branch: perl + ! NetWare/config.wc 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 win32/config.win64 + ! wince/config.ce +____________________________________________________________________________ +[ 13140] By: jhi on 2001/11/20 20:17:13 + Log: Integrate perlio; add detection and use of /proc/self/exe + (Linuxism for finding the absolute path of the executable) + Branch: perl + !> Configure config_h.SH perl.c t/op/magic.t +____________________________________________________________________________ +[ 13139] By: jhi on 2001/11/20 20:12:06 + Log: Really define do_report_used() only if DEBUGGING. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 13138] By: nick on 2001/11/20 20:01:05 + Log: perl.c change to use HAS_PROCSELFEXE, also + tweak to $^X test to comprehend full path to real executable + being returned (like Cygwin as it happens...) + Branch: perlio + ! perl.c t/op/magic.t +____________________________________________________________________________ +[ 13137] By: nick on 2001/11/20 19:46:00 + Log: Integrate mainline + Branch: perlio + +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t + +> lib/NEXT/t/unseen.t + - lib/NEXT/test.pl + !> (integrate 34 files) +____________________________________________________________________________ +[ 13136] By: jhi on 2001/11/20 17:47:36 + Log: Subject: [?PATCH] terser pp_eq + From: Nicholas Clark + Date: Mon, 19 Nov 2001 23:09:02 +0000 + Message-ID: <20011119230901.O62891@plum.flirble.org> + Branch: perl + ! pp_hot.c +____________________________________________________________________________ +[ 13135] By: jhi on 2001/11/20 17:40:13 + Log: Pass 4 at perldelta - cleanup problems found by podchecker. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13134] By: jhi on 2001/11/20 16:59:54 + Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6 + From: Andy Dougherty + Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST) + Message-ID: + Branch: perl + ! ext/re/Makefile.PL ext/re/re.xs +____________________________________________________________________________ +[ 13133] By: jhi on 2001/11/20 15:51:04 + Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6 + From: Andy Dougherty + Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST) + Message-ID: + Branch: perl + ! ext/re/re.xs +____________________________________________________________________________ +[ 13132] By: jhi on 2001/11/20 15:31:43 + Log: Integrate change #13119 from macperl. + (No changes since already applied the patch, + just keep perforce happy and well-fed.) + Branch: perl + !> lib/Pod/Html.pm +____________________________________________________________________________ +[ 13131] By: jhi on 2001/11/20 15:29:55 + Log: Subject: [PATCH] filter-util.pl for Mac OS + From: Chris Nandor + Date: Tue, 20 Nov 2001 00:16:11 -0500 + Message-Id: + Branch: perl + ! t/lib/filter-util.pl +____________________________________________________________________________ +[ 13130] By: jhi on 2001/11/20 15:23:11 + Log: Subject: [PATCH] Portability fix for Pod::Html + From: Chris Nandor + Date: Tue, 20 Nov 2001 00:01:05 -0500 + Message-Id: + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 13129] By: jhi on 2001/11/20 15:14:49 + Log: Need to skip more tests if not perlio. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 13128] By: jhi on 2001/11/20 15:04:55 + Log: Pass 3 at perldelta - sort the lists of new modules, + module improvements, and new platforms. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13127] By: jhi on 2001/11/20 13:42:22 + Log: Document ${^OPEN}. + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 13126] By: pudge on 2001/11/20 03:28:51 + Log: Make configpm work with extra keys + Branch: maint-5.6/macperl + ! macos/configpm +____________________________________________________________________________ +[ 13125] By: pudge on 2001/11/20 03:28:09 + Log: Version and doc updates + Branch: maint-5.6/macperl + ! macos/MPVersion.r macos/macperl/MacPerl.podhelp +____________________________________________________________________________ +[ 13124] By: pudge on 2001/11/20 03:27:44 + Log: More fixes for error message parsing (bug #470316) + Branch: maint-5.6/macperl + ! macos/macish.c +____________________________________________________________________________ +[ 13123] By: pudge on 2001/11/20 03:26:32 + Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732), + remove obsolete function (bug #465225) + Branch: maint-5.6/macperl + ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c + ! macos/macperl/MPScript.c +____________________________________________________________________________ +[ 13122] By: pudge on 2001/11/20 03:20:17 + Log: Add p2as droplet to distribution. + Branch: maint-5.6/macperl + + macos/macperl/Droplets/p2as.plx +____________________________________________________________________________ +[ 13121] By: pudge on 2001/11/20 03:10:36 + Log: Bundle File::Sort. + Branch: maint-5.6/macperl + + macos/bundled_lib/blib/lib/File/Sort.pm +____________________________________________________________________________ +[ 13120] By: pudge on 2001/11/20 03:09:21 + Log: Various bundled module fixes. + Branch: maint-5.6/macperl + ! macos/bundled_ext/Compress/Zlib/Makefile.mk + ! macos/bundled_ext/Digest/MD5/t/files.t + ! macos/bundled_ext/Filter/t/filter-util.pl + ! macos/bundled_lib/blib/lib/Net/Config.pm + ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t +____________________________________________________________________________ +[ 13119] By: pudge on 2001/11/20 03:08:27 + Log: Portability fix for Pod::Html. + Branch: maint-5.6/macperl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 13118] By: jhi on 2001/11/20 02:58:38 + Log: Upgrade to Text::Balanced 1.89. + Branch: perl + ! lib/Text/Balanced.pm lib/Text/Balanced/Changes + ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t + ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t + ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t + ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t + ! lib/Text/Balanced/t/gentag.t +____________________________________________________________________________ +[ 13117] By: jhi on 2001/11/20 02:53:32 + Log: Upgrade to NEXT 0.50. + Branch: perl + + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t + + lib/NEXT/t/unseen.t + - lib/NEXT/test.pl + ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README +____________________________________________________________________________ +[ 13116] By: pudge on 2001/11/20 02:47:23 + Log: Integrate with maint-5.6/perl. + Branch: maint-5.6/macperl + !> win32/win32.c +____________________________________________________________________________ +[ 13115] By: jhi on 2001/11/20 01:57:41 + Log: Update the README.threads scary header a bit. + Branch: perl + ! README.threads +____________________________________________________________________________ +[ 13114] By: jhi on 2001/11/20 01:49:59 + Log: Pass 2 at perldelta: add some changes since 5.7.2. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13113] By: jhi on 2001/11/20 00:55:25 + Log: Subject: [DOC PATCH] perlfaq4.pod + From: Tim Jenness + Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST) + Message-ID: + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 13112] By: jhi on 2001/11/20 00:53:17 + Log: Subject: [PATCH perl.c] Extra diagnostics for -DP + From: Michael G Schwern + Date: Mon, 19 Nov 2001 19:53:12 -0500 + Message-ID: <20011119195311.I11883@blackrider> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 13111] By: jhi on 2001/11/20 00:48:46 + Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog + From: PPrymmer@factset.com + Date: Mon, 19 Nov 2001 17:08:59 -0500 + Message-ID: + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 13110] By: jhi on 2001/11/20 00:39:02 + Log: Create a per-interpeter debug scratchpad container + and use that for the regexec debugging. + Branch: perl + ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c +____________________________________________________________________________ +[ 13109] By: nick on 2001/11/19 22:01:45 + Log: Use /proc/self/exe to set $^X on linux (or anywhere new + Configure unit detects the feature). + Branch: metaconfig/U/perl + + procselfexe.U + Branch: perlio + ! Configure config_h.SH +____________________________________________________________________________ +[ 13108] By: nick on 2001/11/19 20:39:17 + Log: Integrate mainline + Branch: perlio + +> t/op/or.t + !> (integrate 44 files) +____________________________________________________________________________ +[ 13107] By: jhi on 2001/11/19 20:22:36 + Log: sysseek tweak. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 13106] By: jhi on 2001/11/19 20:18:42 + Log: Move the sysio tests from io/utf8 to lib/open. + Branch: perl + ! lib/open.t t/io/utf8.t +____________________________________________________________________________ +[ 13105] By: nick on 2001/11/19 20:15:39 + Log: Add a .package and a README to //depot/metaconfig + Branch: metaconfig + + .package README +____________________________________________________________________________ +[ 13104] By: jhi on 2001/11/19 20:01:54 + Log: Thou shalt not mix stdio and sysio. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 13103] By: jhi on 2001/11/19 19:28:40 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13102] By: jhi on 2001/11/19 19:17:14 + Log: The runops_debug needs to be present always, otherwise + places like AIX which need an explicit symbol export list + will croak when trying to build Devel::Peek (which uses + the runops_debug). + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 13101] By: jhi on 2001/11/19 19:06:48 + Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t + From: PPrymmer@factset.com + Date: Mon, 19 Nov 2001 11:34:22 -0500 + Message-ID: + Branch: perl + ! lib/Memoize/t/tie_sdbm.t +____________________________________________________________________________ +[ 13100] By: jhi on 2001/11/19 18:57:11 + Log: Retract #13088: it seems that unless dump.c is extensively + reorganized as to what symbols it shows, when, and to whom, + we are stuck with having the dump.o symbols in the libperl + and thusly in the main Perl binary. + Branch: perl + ! embedvar.h perlapi.h perlvars.h +____________________________________________________________________________ +[ 13099] By: jhi on 2001/11/19 18:02:14 + Log: The _uni_display should not be in dump.c since they + are used under normal operation (S_not_a_number()). + Branch: perl + ! dump.c embed.h embed.pl global.sym proto.h utf8.c +____________________________________________________________________________ +[ 13098] By: jhi on 2001/11/19 17:37:26 + Log: Protect sv_dump() from being included unless DEBUGGING, + as noticed by Ilya. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 13097] By: jhi on 2001/11/19 15:11:41 + Log: Pending further investigation skip the tell() tests. + The tell() is okay on Solaris, HP-UX and Tru64, but fails + (by returning too much) in Linux. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 13096] By: jhi on 2001/11/19 14:28:57 + Log: Retract #13082 until a better solution is found: + statics break ithreads. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13095] By: jhi on 2001/11/19 14:24:33 + Log: Figures 1 and 2 for UTF-8. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 13094] By: jhi on 2001/11/19 14:09:34 + Log: Subject: [PATCH] new warning "Useless use of sort in scalar context" + From: Rafael Garcia-Suarez + Date: Mon, 19 Nov 2001 13:26:45 +0100 + Message-ID: <20011119132645.A15034@rafael> + Branch: perl + ! op.c pod/perldiag.pod t/lib/warnings/op +____________________________________________________________________________ +[ 13093] By: jhi on 2001/11/19 14:07:20 + Log: Subject: [PATCH t/op/closure.t] A little extra debugging output + From: Michael G Schwern + Date: Mon, 19 Nov 2001 03:11:12 -0500 + Message-ID: <20011119031112.E786@blackrider> + Branch: perl + ! t/op/closure.t +____________________________________________________________________________ +[ 13092] By: jhi on 2001/11/19 14:05:21 + Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test + From: Michael G Schwern + Date: Mon, 19 Nov 2001 03:42:56 -0500 + Message-ID: <20011119034256.I786@blackrider> + Branch: perl + + t/op/or.t + ! MANIFEST +____________________________________________________________________________ +[ 13091] By: jhi on 2001/11/19 13:50:45 + Log: Subject: [PATCH] io_poll.t vms/test.com tweaks + From: "Craig A. Berry" + Date: Sun, 18 Nov 2001 14:33:48 -0600 + Message-Id: + Branch: perl + ! ext/IO/lib/IO/t/io_poll.t vms/test.com +____________________________________________________________________________ +[ 13090] By: jhi on 2001/11/19 13:49:28 + Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker + From: Dave Rolsky + Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) + Message-ID: + Branch: perl + ! lib/ExtUtils/Manifest.pm +____________________________________________________________________________ +[ 13089] By: jhi on 2001/11/19 13:48:35 + Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker + From: Dave Rolsky + Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) + Message-ID: + Branch: perl + ! lib/ExtUtils/Install.pm +____________________________________________________________________________ +[ 13088] By: jhi on 2001/11/19 13:44:49 + Log: The runops_dbg should not be needed. + Branch: perl + ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod +____________________________________________________________________________ +[ 13087] By: jhi on 2001/11/19 13:28:22 + Log: do_spawn() cleanup from Charles Lane. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 13086] By: jhi on 2001/11/19 13:22:26 + Log: Update the list of tests. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 13085] By: jhi on 2001/11/18 21:57:23 + Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn + From: Michael G Schwern + Date: Fri, 16 Nov 2001 17:37:04 -0500 + Message-ID: <20011116173703.L30160@blackrider> + Branch: perl + ! t/lib/warnings/sv +____________________________________________________________________________ +[ 13084] By: jhi on 2001/11/18 21:38:50 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 13083] By: jhi on 2001/11/18 21:37:06 + Log: Integrate perlio; win32 sync. + Branch: perl + !> perlio.c win32/win32io.c +____________________________________________________________________________ +[ 13082] By: jhi on 2001/11/18 19:13:06 + Log: (retracted by #13096) + Debugging would be badly skewed by a malloc per regex dump. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13081] By: nick on 2001/11/18 19:08:40 + Log: Win32 layer has a dup which needs to match new prototype. + Branch: perlio + ! win32/win32io.c +____________________________________________________________________________ +[ 13080] By: nick on 2001/11/18 19:05:02 + Log: Wrong way to get stdio mode used. + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 13079] By: jhi on 2001/11/18 18:59:28 + Log: Retract #13048: that introduced a malloc() (through savepvn()) + to *every* m//, which killed the performance quite badly. + Branch: perl + ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests +____________________________________________________________________________ +[ 13078] By: jhi on 2001/11/18 17:37:31 + Log: Pass 1 at perldelta.pod: sort the section contents + together, drop all but the 5.7.2 known problems, + leave the 5.7.1 security note since that's the + fullest explanation (update the date on that). + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13077] By: jhi on 2001/11/18 17:07:12 + Log: Retract 11635: close 20011113.110, reopen 20010809.028. + + Tiny problem in the test for 20011113.110: I hope + 'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-) + Branch: perl + ! pp.c t/op/repeat.t +____________________________________________________________________________ +[ 13076] By: jhi on 2001/11/18 16:46:11 + Log: All of syswrite/send/sendto need to return character counts, + and character counts from the offset, not the beginning of + the scalar. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 13075] By: jhi on 2001/11/18 16:39:32 + Log: Integrate PerlIO: duping fixes. + Branch: perl + !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs + !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h + !> perliol.h sv.c +____________________________________________________________________________ +[ 13074] By: jhi on 2001/11/18 16:34:29 + Log: syswrite() was still returning byte counts, not character counts. + Branch: perl + ! pp_sys.c t/io/utf8.t +____________________________________________________________________________ +[ 13073] By: jhi on 2001/11/18 16:16:17 + Log: Add test for sysread(). + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 13072] By: nick on 2001/11/18 16:15:31 + Log: Allow dup'ing of PerlIO::Scalar etc. + Branch: perlio + ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs + ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h + ! perliol.h sv.c +____________________________________________________________________________ +[ 13071] By: jhi on 2001/11/18 16:12:32 + Log: Prepend a null byte to the test set. + Branch: perl + ! t/io/utf8.t +____________________________________________________________________________ +[ 13070] By: jhi on 2001/11/18 15:13:57 + Log: Document how "no utf8;" can become handy. + Branch: perl + ! lib/utf8.pm +____________________________________________________________________________ +[ 13069] By: jhi on 2001/11/18 14:05:23 + Log: Integrate perlio; force the inclusion of the PL_runops_* + Branch: perl + !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod +____________________________________________________________________________ +[ 13068] By: nick on 2001/11/18 13:23:33 + Log: embed.pl generated changes I forgot to include + Branch: perlio + ! embedvar.h perlapi.h pod/perlapi.pod +____________________________________________________________________________ +[ 13067] By: nick on 2001/11/18 12:50:19 + Log: Force inclusion of both Perl_runops_* in perl itself, + so they are available for Peek.xs etc. + Branch: perlio + ! perlvars.h +____________________________________________________________________________ +[ 13066] By: nick on 2001/11/18 11:00:34 + Log: Integrate mainline - a few Devel::Peak fails. + Branch: perlio + +> (branch 29 files) + - ext/Thread/Thread.pm lib/Benchmark.t + - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes + - lib/Lingua/KO/Hangul/Util/README + - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm + - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README + - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t + - vms/ext/vmsish.pm vms/ext/vmsish.t + ! hv.c + !> (integrate 389 files) +____________________________________________________________________________ +[ 13065] By: jhi on 2001/11/18 01:22:25 + Log: Start working on perldelta. This is not yet any sort of + editing; just concatenating perl570delta, perl571delta, + and perl572delta. Any sorting not done, any duplicate + removal not done, any removal or update of obsolete items + not done, any changes since 5.7.2 not included. So there. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 13064] By: jhi on 2001/11/17 22:22:47 + Log: Banish "use utf8". + Branch: perl + ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 13063] By: jhi on 2001/11/17 17:53:38 + Log: Tweak from Charles Lane. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 13062] By: jhi on 2001/11/17 15:35:22 + Log: Integrate change #13058 from maintperl; + change#12559 breaks things on Win9x because command.com doesn't + grok dquotes at all; disable all the system() smarts for + command.com + Branch: perl + !> win32/win32.c +____________________________________________________________________________ +[ 13061] By: ams on 2001/11/17 13:46:11 + Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version + From: Jonathan Stowe + Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT) + Message-Id: + Branch: perl + ! lib/Term/Cap.pm +____________________________________________________________________________ +[ 13060] By: ams on 2001/11/17 09:49:10 + Log: Subject: [PATCH9 File/Find.pm doc nits + From: Tels + Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET) + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 13059] By: ams on 2001/11/17 09:38:38 + Log: Subject: [PATCH] Benchmark.pm nit + From: Tels + Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET) + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 13058] By: gsar on 2001/11/17 03:50:49 + Log: change#12559 breaks things on Win9x because command.com doesn't + grok dquotes at all; disable all the system() smarts for + command.com + Branch: maint-5.6/perl + ! win32/win32.c +____________________________________________________________________________ +[ 13057] By: ams on 2001/11/16 20:30:03 + Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity + From: Andy Dougherty + Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST) + Message-Id: + Branch: perl + ! lib/Unicode/UCD.t +____________________________________________________________________________ +[ 13056] By: jhi on 2001/11/16 19:18:21 + Log: Subject: [Patch Perl@13023] VMS system() warning + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Fri, 16 Nov 2001 15:20:11 EST + Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 13055] By: jhi on 2001/11/16 19:03:39 + Log: It's neither-nor, and protect against the impossible. + Branch: perl + ! lib/Thread.pm +____________________________________________________________________________ +[ 13054] By: jhi on 2001/11/16 18:37:30 + Log: 5005threads didn't work because $Thread::VERSION wasn't + visible. Oops. + Branch: perl + ! ext/Thread/Makefile.PL lib/Thread.pm +____________________________________________________________________________ +[ 13053] By: jhi on 2001/11/16 17:08:15 + Log: Robustness against Linux using something else than gcc; + based on + + Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2 + From: Charles Randall + Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST) + Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com> + Branch: perl + ! ext/Errno/Errno_pm.PL +____________________________________________________________________________ +[ 13052] By: ams on 2001/11/16 16:46:39 + Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems] + From: Russ Allbery + Date: 16 Nov 2001 09:44:21 -0800 + Message-Id: + Branch: perl + ! lib/Pod/ParseLink.pm +____________________________________________________________________________ +[ 13051] By: jhi on 2001/11/16 15:26:41 + Log: Update perluniintro on the UTF-8 output matters + (that -w will warn unless the stream is explicitly UTF-8-ified). + Branch: perl + ! pod/perluniintro.pod +____________________________________________________________________________ +[ 13050] By: jhi on 2001/11/16 15:08:52 + Log: Adding new files to MANIFEST is nice. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 13049] By: jhi on 2001/11/16 15:04:45 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13048] By: jhi on 2001/11/16 14:46:17 + Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix + From: "Jeff 'japhy' Pinyan" + Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) + Message-ID: + Branch: perl + ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests +____________________________________________________________________________ +[ 13047] By: jhi on 2001/11/16 14:37:32 + Log: Rename perlunintro to perluniintro; regen toc. + Branch: perl + + pod/perluniintro.pod + - pod/perlunintro.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 13046] By: jhi on 2001/11/16 14:14:38 + Log: Document the negated lookeahead trick to emulate + character class subtraction. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 13045] By: jhi on 2001/11/16 14:08:43 + Log: Subject: [PATCH perl@13023] Unicode General Category: Cn + From: SADAHIRO Tomoyuki + Date: Fri, 16 Nov 2001 23:31:04 +0900 + Message-Id: <20011116232709.23CF.BQW10602@nifty.com> + + (with the tweak that Cntrl is not C, it's Cc) + Branch: perl + ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 13044] By: jhi on 2001/11/16 13:42:44 + Log: Subject: [PATCH current] runtime runops switch + From: Ilya Zakharevich + Date: Fri, 16 Nov 2001 00:48:09 -0500 + Message-ID: <20011116004809.A934@math.ohio-state.edu> + Branch: perl + ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm + ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod + ! pod/perlintern.pod proto.h run.c +____________________________________________________________________________ +[ 13043] By: jhi on 2001/11/16 13:24:28 + Log: Further discourage old Thread code; tell how to tell + the difference. + Branch: perl + ! lib/Thread.pm +____________________________________________________________________________ +[ 13042] By: jhi on 2001/11/16 13:16:13 + Log: A missing return; from Charles Lane. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 13041] By: ams on 2001/11/16 12:11:14 + Log: Subject: [PATCH] Doc spellcheck + podcheck + From: Autrijus Tang + Date: Thu, 15 Nov 2001 22:49:05 -0800 + Message-Id: <20011116064905.GA44092@egb.elixus.org> + + Subject: [PATCH] podcheck+spellcheck, the rest of the story + From: Autrijus Tang + Date: Fri, 16 Nov 2001 00:42:20 -0800 + Message-Id: <20011116084220.GA44295@egb.elixus.org> + + Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story + From: Nicholas Clark + Date: Fri, 16 Nov 2001 10:32:01 +0000 + Message-Id: <20011116103200.F62891@plum.flirble.org> + (Applied after suitable de-mangling.) + Branch: perl + ! README.aix README.dgux README.dos README.epoc README.hpux + ! README.mint README.mpeix README.netware README.os2 + ! README.os390 README.plan9 README.qnx README.solaris + ! README.threads doio.c pod/perl571delta.pod + ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod + ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod + ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod + ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod + ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod + ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c +____________________________________________________________________________ +[ 13040] By: jhi on 2001/11/16 04:48:16 + Log: Avoid redefinedness warning for now. + Branch: perl + ! lib/Thread.pm +____________________________________________________________________________ +[ 13039] By: jhi on 2001/11/16 04:44:30 + Log: use strict. + Branch: perl + ! lib/Thread.pm +____________________________________________________________________________ +[ 13038] By: jhi on 2001/11/16 04:40:19 + Log: Subject: [PATCH Perl@13023] subprocess command line size increase + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Thu, 15 Nov 2001 22:54:47 EST + Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! vms/vms.c vms/vmspipe.com +____________________________________________________________________________ +[ 13037] By: jhi on 2001/11/16 04:38:47 + Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current) + From: "chromatic" + Date: Thu, 15 Nov 2001 19:54:23 -0700 + Message-ID: <20011116030139.6821.qmail@onion.perl.org> + Branch: perl + ! lib/File/stat.t +____________________________________________________________________________ +[ 13036] By: jhi on 2001/11/16 04:37:52 + Log: Make Thread a wrapper for both ithreads and 5005threads. + Needs a lot of work and Arthur's eyeballing (and finishing + few missing odds and ends of threads.pm). Now Thread + is an extension without its own .pm. + + If there are people who have experience working with + either the 5005threads or the ithreads: cleaning up + the documentation (Thread.pm, threads.pm, and perl*thrtut.pod), + and porting the various Thread::* modules, like Thread::Queue, + to work also with ithreads, is needed. + + Removed the 5005threads requirement from the 5005 tests + for easier testing (not all of them work yet since + they use the Thread::* modules that have not been made + to work with ithreads). Leave the 5005 tests named as + *.tx so that they are not run by "make test". + Branch: perl + + lib/Thread.pm + - ext/Thread/Thread.pm + ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx + ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx + ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx + ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx + ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx + ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx + ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod +____________________________________________________________________________ +[ 13035] By: jhi on 2001/11/16 03:30:38 + Log: $VERSION "a5" doesn't quite work. + Branch: perl + ! ext/B/Makefile.PL +____________________________________________________________________________ +[ 13034] By: jhi on 2001/11/16 00:38:41 + Log: Add the fruits of Larry Shatzer's version verifying script. + (There are some straddlers, but they will be fixed in the + upcoming releases of the modules.) + Branch: perl + ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm + ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm + ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm + ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm + ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm + ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm + ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm + ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm + ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm + ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm + ! wince/FindExt.pm +____________________________________________________________________________ +[ 13033] By: jhi on 2001/11/16 00:37:36 + Log: Add Larry Shatzer's VERSION verifying script. + Branch: perl + + Porting/checkVERSION.pl + ! MANIFEST Porting/pumpkin.pod +____________________________________________________________________________ +[ 13032] By: jhi on 2001/11/16 00:09:31 + Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin + From: Michael G Schwern + Date: Thu, 15 Nov 2001 19:26:40 -0500 + Message-ID: <20011115192640.R31399@blackrider> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13031] By: jhi on 2001/11/15 23:18:19 + Log: Document the MY_CXT business; from Paul Marquess. + Branch: perl + ! pod/perlxs.pod +____________________________________________________________________________ +[ 13030] By: jhi on 2001/11/15 22:03:46 + Log: VMSCMD synch attempt. + Branch: perl + ! vms/vms.c vms/vmsish.h +____________________________________________________________________________ +[ 13029] By: jhi on 2001/11/15 21:35:36 + Log: Advise against -P as instructed by Schwern. + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 13028] By: jhi on 2001/11/15 21:21:29 + Log: Subject: [PATCH] v-strings as Objects Step 1 + From: John Peacock + Date: Thu, 15 Nov 2001 12:41:04 -0500 + Message-ID: <3BF3FE30.70D7EDCA@rowman.com> + Branch: perl + ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c + ! util.c +____________________________________________________________________________ +[ 13027] By: jhi on 2001/11/15 21:16:57 + Log: Subject: [PATCH] -x (was Re: [PATCH] new tests for command-line switches) + From: Michael G Schwern + Date: Thu, 15 Nov 2001 12:47:59 -0500 + Message-ID: <20011115124759.E31399@blackrider> + Branch: perl + + t/run/switchx.aux t/run/switchx.t + ! MANIFEST t/run/switches.t +____________________________________________________________________________ +[ 13026] By: jhi on 2001/11/15 20:55:31 + Log: Upgrade to Getopt::Long 2.26_03. + Branch: perl + ! lib/Getopt/Long.pm +____________________________________________________________________________ +[ 13025] By: ams on 2001/11/15 20:46:22 + Log: Subject: [PATCH vms/vms.c] VMSCMD missing + From: Michael G Schwern + Date: Thu, 15 Nov 2001 16:24:11 -0500 + Message-Id: <20011115162411.M31399@blackrider> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 13024] By: ams on 2001/11/15 19:32:06 + Log: Subject: Re: [ID 20010713.001] use lib segmentation fault + From: rspier@pobox.com (Robert Spier) + Date: Thu, 15 Nov 2001 11:19:21 -0800 + Message-Id: <15348.5433.732364.963687@rls.cx> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 13023] By: jhi on 2001/11/15 15:35:48 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 13022] By: jhi on 2001/11/15 15:11:37 + Log: Subject: [PATCH] new tests for command-line switches + From: Rafael Garcia-Suarez + Date: Thu, 15 Nov 2001 17:00:30 +0100 + Message-ID: <20011115170030.A14193@rafael> + Branch: perl + + t/run/switches.t + ! MANIFEST +____________________________________________________________________________ +[ 13021] By: jhi on 2001/11/15 15:06:36 + Log: Upgrade to podlators 1.13. + Branch: perl + + lib/Pod/ParseLink.pm + ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm + ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm + ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr + ! t/pod/pod2usage.xr t/pod/podselect.xr +____________________________________________________________________________ +[ 13020] By: jhi on 2001/11/15 14:47:29 + Log: skip "might be used uninitialized". + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 13019] By: jhi on 2001/11/15 14:35:55 + Log: Fix for "perlio bug in koi8-r encoding". The problem + seemed to be that binmode() always flushed the handle, + which is not so good when switching encodings. Fixed, + added Matt Sergeant's testcase, documented in perlfunc/binmode, + also added a pointer about disciplines to perlfunc/open, + and in general cleaned up and reformatted the open entry. + Branch: perl + ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod +____________________________________________________________________________ +[ 13018] By: jhi on 2001/11/15 13:22:57 + Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 15 Nov 2001 08:57:06 -0000 + Message-Id: + + chop() and chomp() are not real list functions, + so let's not have them overrideable. (Casey will + be confused since in #7071 he patched the other way.) + Branch: perl + ! pod/perlfunc.pod toke.c +____________________________________________________________________________ +[ 13017] By: ams on 2001/11/15 12:56:49 + Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map + From: Robin Barker + Date: Thu, 15 Nov 2001 13:48:34 GMT + Message-Id: <200111151348.NAA01299@tempest.npl.co.uk> + (Applied with tweaks.) + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 13016] By: ams on 2001/11/15 09:12:48 + Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun + From: Rafael Garcia-Suarez + Date: Thu, 15 Nov 2001 09:06:39 +0100 + Message-Id: <20011115090639.A13005@rafael> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 13015] By: jhi on 2001/11/15 04:08:50 + Log: "link =" from utils.lst was being processed oddly. + Branch: perl + ! installman +____________________________________________________________________________ +[ 13014] By: ams on 2001/11/15 02:52:52 + Log: Subject: [PATCH current] CreateTTY in -d + From: Ilya Zakharevich + Date: Wed, 14 Nov 2001 21:26:31 -0500 + Message-Id: <20011114212631.A25705@math.ohio-state.edu> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 13013] By: jhi on 2001/11/15 00:46:07 + Log: Corify the Filter::Simple tests. + Branch: perl + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t + ! lib/Filter/Simple/t/filter_only.t +____________________________________________________________________________ +[ 13012] By: jhi on 2001/11/15 00:42:25 + Log: Upgrade to Filter::Simple 0.70. + Branch: perl + + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t + + t/lib/FilterOnlyTest.pm + ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes + ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t + ! t/lib/FilterTest.pm +____________________________________________________________________________ +[ 13011] By: jhi on 2001/11/14 22:38:31 + Log: Cleanliness inspired by Cygwin. + Branch: perl + ! Makefile.SH x2p/Makefile.SH +____________________________________________________________________________ +[ 13010] By: jhi on 2001/11/14 22:30:59 + Log: Add perlunintro (formerly known as perlunitut); regen toc. + Branch: perl + + pod/perlunintro.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 13009] By: jhi on 2001/11/14 22:27:12 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq6.pod +____________________________________________________________________________ +[ 13008] By: jhi on 2001/11/14 22:16:06 + Log: Quieten pgcc 2.91.66 worries. + Branch: perl + ! gv.c pp_ctl.c utf8.c +____________________________________________________________________________ +[ 13007] By: jhi on 2001/11/14 22:05:01 + Log: Upgrade to Switch 2.06. + Branch: perl + ! lib/Switch.pm lib/Switch/Changes lib/Switch/README + ! lib/Switch/t/nested.t +____________________________________________________________________________ +[ 13006] By: jhi on 2001/11/14 21:55:51 + Log: Upgrade to Attribute::Handlers 0.76. + Branch: perl + ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes + ! lib/Attribute/Handlers/README + ! lib/Attribute/Handlers/demo/Demo.pm + ! lib/Attribute/Handlers/demo/Descriptions.pm + ! lib/Attribute/Handlers/demo/MyClass.pm + ! lib/Attribute/Handlers/demo/demo_cycle.pl + ! lib/Attribute/Handlers/demo/demo_hashdir.pl + ! lib/Attribute/Handlers/t/multi.t +____________________________________________________________________________ +[ 13005] By: jhi on 2001/11/14 21:53:22 + Log: Signedness nit. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13004] By: jhi on 2001/11/14 21:24:39 + Log: VERSIONize. + Branch: perl + ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm + ! lib/integer.pm +____________________________________________________________________________ +[ 13003] By: jhi on 2001/11/14 21:17:02 + Log: No pod in internal Net::FTP classes. + Branch: perl + ! pod/buildtoc.PL +____________________________________________________________________________ +[ 13002] By: jhi on 2001/11/14 21:11:48 + Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* + From: "Jeff 'japhy' Pinyan" + Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST) + Message-ID: + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13001] By: jhi on 2001/11/14 21:09:48 + Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered + Pudge correctly). + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13000] By: jhi on 2001/11/14 21:00:23 + Log: Add comments to mark where $^X is being handled. + Branch: perl + ! perl.c toke.c +____________________________________________________________________________ +[ 12999] By: jhi on 2001/11/14 20:45:42 + Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test + From: Michael G Schwern + Date: Wed, 14 Nov 2001 16:38:25 -0500 + Message-ID: <20011114163825.D6519@blackrider> + Branch: perl + ! t/op/repeat.t +____________________________________________________________________________ +[ 12998] By: jhi on 2001/11/14 20:22:06 + Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t] + From: Michael G Schwern + Date: Wed, 14 Nov 2001 13:19:15 -0500 + Message-ID: <20011114131915.K5096@blackrider> + Branch: perl + ! t/op/die_exit.t +____________________________________________________________________________ +[ 12997] By: jhi on 2001/11/14 19:36:57 + Log: Subject: Re: [PATCH] new version of runperl() + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Wed, 14 Nov 2001 15:39:12 EST + Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu> + + "VMS $^X pipes etc" patch. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 12996] By: jhi on 2001/11/14 19:31:01 + Log: test.pl runperl() nits from Chris Nandor and Craig Berry, + and add "verbose" option to show the final command. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 12995] By: jhi on 2001/11/14 15:02:29 + Log: Goof in some of the comment fields of #12994. + Branch: perl + ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl + ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl + ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl + ! lib/unicore/In/9.pl +____________________________________________________________________________ +[ 12994] By: jhi on 2001/11/14 14:59:32 + Log: The First, Last ranges in the Unicode data weren't + getting their general categories added properly; + noticed by Jeffrey Friedl. + Branch: perl + ! lib/unicore/Category.pl lib/unicore/In/0.pl + ! lib/unicore/In/1.pl lib/unicore/In/164.pl + ! lib/unicore/In/169.pl lib/unicore/In/170.pl + ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl + ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl + ! lib/unicore/In/8.pl lib/unicore/In/9.pl + ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl + ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl + ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl + ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl + ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl + ! lib/unicore/Is/Word.pl lib/unicore/Name.pl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 12993] By: jhi on 2001/11/14 13:54:20 + Log: Subject: [PATCH] new version of runperl() + From: Rafael Garcia-Suarez + Date: Wed, 14 Nov 2001 12:23:01 +0100 + Message-ID: <20011114122301.A29384@rafael> + Branch: perl + ! t/io/argv.t t/test.pl +____________________________________________________________________________ +[ 12992] By: ams on 2001/11/14 13:40:39 + Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/ + From: Michael G Schwern + Date: Tue, 13 Nov 2001 23:17:54 -0500 + Message-Id: <20011113231754.S32567@blackrider> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 12991] By: jhi on 2001/11/14 13:24:34 + Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix] + From: Philip Newton + Date: Wed, 14 Nov 2001 10:59:53 +0100 + Message-ID: + + plus a lot of paragraph reformatting because of long lines. + Branch: perl + ! pod/perlapio.pod +____________________________________________________________________________ +[ 12990] By: jhi on 2001/11/14 13:19:19 + Log: A bool is not a pointer. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 12989] By: jhi on 2001/11/14 02:41:42 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 12988] By: jhi on 2001/11/14 02:18:44 + Log: There are several MIME RFCs. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12987] By: ams on 2001/11/14 01:09:28 + Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix + From: Michael G Schwern + Date: Tue, 13 Nov 2001 20:59:13 -0500 + Message-Id: <20011113205913.H32567@blackrider> + Branch: perl + ! t/op/groups.t vms/test.com +____________________________________________________________________________ +[ 12986] By: ams on 2001/11/14 01:07:06 + Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix + From: Michael G Schwern + Date: Tue, 13 Nov 2001 20:51:34 -0500 + Message-Id: <20011113205134.F32567@blackrider> + Branch: perl + ! ext/IO/lib/IO/t/io_sel.t vms/test.com +____________________________________________________________________________ +[ 12985] By: ams on 2001/11/14 00:43:59 + Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS? + From: Michael G Schwern + Date: Tue, 13 Nov 2001 20:38:42 -0500 + Message-Id: <20011113203842.E32567@blackrider> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 12984] By: ams on 2001/11/14 00:32:15 + Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests + From: Michael G Schwern + Date: Tue, 13 Nov 2001 20:27:02 -0500 + Message-Id: <20011113202702.D32567@blackrider> + Branch: perl + ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t + ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t + ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t + ! ext/IO/lib/IO/t/io_xs.t vms/test.com +____________________________________________________________________________ +[ 12983] By: ams on 2001/11/14 00:00:27 + Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo + From: Michael G Schwern + Date: Tue, 13 Nov 2001 19:51:59 -0500 + Message-Id: <20011113195159.B32567@blackrider> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 12982] By: ams on 2001/11/13 23:53:11 + Log: Subject: [PATCH pod/perlapio.pod double-word fix] + From: Larry Shatzer + Date: Tue, 13 Nov 2001 17:27:59 -0700 + Message-Id: <20011113172759.E27768@zippy.zyx.net> + Branch: perl + ! pod/perlapio.pod +____________________________________________________________________________ +[ 12981] By: jhi on 2001/11/13 22:50:27 + Log: Fix for the :utf8 read() bug noticed by Matt Sergeant: + "large enough" Unicode characters returned more than one + as their "Unicode size". + Branch: perl + ! pp_sys.c t/io/utf8.t +____________________________________________________________________________ +[ 12980] By: ams on 2001/11/13 19:32:33 + Log: Subject: [PATCH] vms/gen_shrfls.pl tweak + From: "Craig A. Berry" + Date: Tue, 13 Nov 2001 14:33:25 -0600 + Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01> + Branch: perl + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 12979] By: jhi on 2001/11/13 18:10:15 + Log: Subject: Minor patch to Encode.pm (detypo) + From: "Philip Newton" + Date: Tue, 13 Nov 2001 20:11:01 +0100 + Message-ID: <20011113.200845@ID-11583.news.dfncis.de> + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12978] By: jhi on 2001/11/13 17:55:02 + Log: Evil tabulators. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12977] By: jhi on 2001/11/13 17:52:17 + Log: Document the available encodings. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12976] By: ams on 2001/11/13 17:14:07 + Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ?? + From: Barrie Slaymaker + Date: Tue, 13 Nov 2001 12:41:36 -0500 + Message-Id: <20011113124133.C24305@sizzle.whoville.com> + Branch: perl + ! t/op/universal.t +____________________________________________________________________________ +[ 12975] By: ams on 2001/11/13 16:24:21 + Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ?? + From: Barrie Slaymaker + Date: Tue, 13 Nov 2001 10:56:20 -0500 + Message-Id: <20011113105620.B24192@sizzle.whoville.com> + (Test applied with minor tweaks and ->isa("HASH") omission.) + Branch: perl + ! lib/UNIVERSAL.pm t/op/universal.t +____________________________________________________________________________ +[ 12974] By: ams on 2001/11/13 15:46:07 + Log: Subject: [PATCH Benchmark.pm] docco tweaks + From: Barrie Slaymaker + Date: Tue, 13 Nov 2001 11:34:45 -0500 + Message-Id: <20011113113442.B24305@sizzle.whoville.com> + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 12973] By: jhi on 2001/11/13 13:42:40 + Log: Subject: [PATCH] Attack of the C loops, round 1 + From: Richard Soderberg + Date: Mon, 12 Nov 2001 12:07:29 -0800 + Message-Id: <200111122007.MAA01994@oregonnet.com> + + Subject: [PATCH] bytecode.pl (tiny patch) + From: Richard Soderberg + Date: Mon, 12 Nov 2001 12:53:24 -0800 + Message-Id: <200111122053.MAA06272@oregonnet.com> + Branch: perl + ! bytecode.pl installhtml +____________________________________________________________________________ +[ 12972] By: jhi on 2001/11/13 13:41:02 + Log: Subject: [PATCH] Update to Filter::Util::Call + From: "Paul Marquess" + Date: Sun, 11 Nov 2001 22:33:33 -0000 + Message-ID: + + Use the new CXT* macros. + Branch: perl + ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs +____________________________________________________________________________ +[ 12971] By: jhi on 2001/11/13 13:31:34 + Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS + From: Michael G Schwern + Date: Mon, 12 Nov 2001 20:50:34 -0500 + Message-ID: <20011112205034.H2888@blackrider> + Branch: perl + + lib/vmsish.pm lib/vmsish.t + - vms/ext/vmsish.pm vms/ext/vmsish.t + ! MANIFEST vms/descrip_mms.template +____________________________________________________________________________ +[ 12970] By: jhi on 2001/11/13 13:09:23 + Log: :utf8 works only with perlio. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 12969] By: jhi on 2001/11/13 13:03:36 + Log: Subject: Re: @Config -"des" not quite working on VMS + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Tue, 13 Nov 2001 08:35:13 EST + Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12968] By: jhi on 2001/11/13 12:59:11 + Log: Subject: [PATCH] lib/charnames.pm + From: Jeffrey Friedl + Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) + Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com> + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 12967] By: pudge on 2001/11/13 05:44:13 + Log: Docs for Mac::err. + Branch: maint-5.6/macperl + ! macos/ext/Mac/err/err.pm +____________________________________________________________________________ +[ 12966] By: pudge on 2001/11/13 05:43:58 + Log: Some cleanup; change some globals to references for + possible persistence later. + Branch: maint-5.6/macperl + ! macos/lib/Mac/Glue.pm +____________________________________________________________________________ +[ 12965] By: pudge on 2001/11/13 05:42:59 + Log: Add in a bunch of Mac OS 9 constants for Mac::Files. + Branch: maint-5.6/macperl + ! macos/ext/Mac/Files/Files.pm +____________________________________________________________________________ +[ 12964] By: pudge on 2001/11/13 05:42:35 + Log: Get Mac::Navigation to compile (bug #464684). + Branch: maint-5.6/macperl + ! macos/Makefile.mk macos/ext/Mac/Makefile.mk + ! macos/ext/Mac/Navigation/Makefile.PL + ! macos/ext/Mac/Navigation/Navigation.xs + ! macos/macperl/Makefile.mk +____________________________________________________________________________ +[ 12963] By: pudge on 2001/11/13 05:41:12 + Log: Add in modules and POD to help menu. + Branch: maint-5.6/macperl + ! macos/macperl/MacPerl.podhelp +____________________________________________________________________________ +[ 12962] By: pudge on 2001/11/13 05:28:18 + Log: Update bundled modules. + Branch: maint-5.6/macperl + + macos/bundled_ext/Filter/t/FilterTest.pm + + macos/bundled_ext/List/Util/t/shuffle.t + + macos/bundled_ext/Storable/t/compat06.t + + macos/bundled_ext/Storable/t/st-dump.pl + + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl + + macos/bundled_lib/blib/lib/LWP/ConnCache.pm + + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm + + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm + + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm + + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm + + macos/bundled_lib/blib/lib/lwpcook.pod + + macos/bundled_lib/t/Filter/Simple/filter.t + + macos/bundled_lib/t/Switch/t/given.t + + macos/bundled_lib/t/Switch/t/nested.t + + macos/bundled_lib/t/Switch/t/switch.t + + macos/bundled_lib/t/Text/Balanced/t/extbrk.t + + macos/bundled_lib/t/Text/Balanced/t/extcbk.t + + macos/bundled_lib/t/Text/Balanced/t/extdel.t + + macos/bundled_lib/t/Text/Balanced/t/extmul.t + + macos/bundled_lib/t/Text/Balanced/t/extqlk.t + + macos/bundled_lib/t/Text/Balanced/t/exttag.t + + macos/bundled_lib/t/Text/Balanced/t/extvar.t + + macos/bundled_lib/t/Text/Balanced/t/gentag.t + + macos/bundled_lib/t/URI/rfc2732.t + + macos/bundled_lib/t/libnet/config.t + + macos/bundled_lib/t/libnet/libnet_t.pl + + macos/bundled_lib/t/libwww-perl/live/google.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t + + macos/bundled_lib/t/libwww-perl/live/validator.t + - macos/bundled_ext/Filter/t/MyFilter.pm + - macos/bundled_ext/Storable/t/compat-0.6.t + - macos/bundled_ext/Storable/t/dump.pl + - macos/bundled_ext/Time/Piece/Makefile.PL + - macos/bundled_ext/Time/Piece/Piece.pm + - macos/bundled_ext/Time/Piece/Piece.t + - macos/bundled_ext/Time/Piece/Piece.xs + - macos/bundled_ext/Time/Piece/README + - macos/bundled_ext/Time/Piece/Seconds.pm + - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm + - macos/bundled_lib/blib/lib/Net/DummyInetd.pm + - macos/bundled_lib/blib/lib/Net/PH.pm + - macos/bundled_lib/blib/lib/Net/SNPP.pm + - macos/bundled_lib/blib/lib/Text/Balanced.pod + - macos/bundled_lib/t/Filter/Simple/test.pl + - macos/bundled_lib/t/Switch/test.pl + - macos/bundled_lib/t/Text/Balanced/t/genxt.t + - macos/bundled_lib/t/Text/Balanced/t/xbrak.t + - macos/bundled_lib/t/Text/Balanced/t/xcode.t + - macos/bundled_lib/t/Text/Balanced/t/xdeli.t + - macos/bundled_lib/t/Text/Balanced/t/xmult.t + - macos/bundled_lib/t/Text/Balanced/t/xquot.t + - macos/bundled_lib/t/Text/Balanced/t/xtagg.t + - macos/bundled_lib/t/Text/Balanced/t/xvari.t + - macos/bundled_lib/t/libnet/ph.t + ! (edit 125 files) +____________________________________________________________________________ +[ 12961] By: ams on 2001/11/13 00:45:08 + Log: Subject: [PATCH pod/perlport.pod] exit docs out of order + From: Michael G Schwern + Date: Mon, 12 Nov 2001 20:16:45 -0500 + Message-Id: <20011112201644.G2888@blackrider> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 12960] By: ams on 2001/11/12 23:54:00 + Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com] + Recoving dup tests for VMS + From: Michael G Schwern + Date: Mon, 12 Nov 2001 19:35:33 -0500 + Message-Id: <20011112193533.D2888@blackrider> + Branch: perl + ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com +____________________________________________________________________________ +[ 12959] By: jhi on 2001/11/12 20:23:59 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12958] By: jhi on 2001/11/12 16:33:01 + Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Mon, 12 Nov 2001 12:35:18 EST + Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs + ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c +____________________________________________________________________________ +[ 12957] By: jhi on 2001/11/12 15:26:37 + Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result + From: Barrie Slaymaker + Date: Mon, 12 Nov 2001 11:19:52 -0500 + Message-ID: <20011112111948.C7626@sizzle.whoville.com> + Branch: perl + ! lib/File/Spec.t lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 12956] By: jhi on 2001/11/12 15:23:48 + Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result + From: Barrie Slaymaker + Date: Mon, 12 Nov 2001 11:07:36 -0500 + Message-ID: <20011112110733.B7626@sizzle.whoville.com> + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 12955] By: jhi on 2001/11/12 15:22:23 + Log: Misplaced test, noticed by Barrie Slaymaker. + (We are missing Benchmark tests, then.) + Branch: perl + + ext/Devel/DProf/DProf.t + - lib/Benchmark.t + ! MANIFEST +____________________________________________________________________________ +[ 12954] By: jhi on 2001/11/12 14:50:44 + Log: Subject: [PATCH] a few typo fixes + From: Jeffrey Friedl + Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST) + Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> + + Patching README.foo instead of pod/perlfoo.pod, + not patching Math::BigInt (Tels will take care of that), + dropping broken hv.c and sv.h patches, patching libnetcfg.PL + and perldoc.PL instead of libnetcfg and perldoc, patching + ext/Digest/MD5/t/files.t since MD5.pm was changed. + Branch: perl + ! (edit 109 files) +____________________________________________________________________________ +[ 12953] By: jhi on 2001/11/12 13:11:55 + Log: Add a note about the dangers of bad UTF-8. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12952] By: jhi on 2001/11/12 12:54:52 + Log: NetWare Nit from Ananth Kesari. + Branch: perl + ! NetWare/config.wc +____________________________________________________________________________ +[ 12951] By: jhi on 2001/11/12 12:32:13 + Log: Ooops. I was "fixing" the wrong routine in #12947 and #12950. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12950] By: jhi on 2001/11/12 12:14:53 + Log: (retracted by #12951) + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12949] By: ams on 2001/11/12 06:40:18 + Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted + From: Robert Spier + Date: Sun, 11 Nov 2001 18:50:18 -0800 + Message-Id: <15343.14570.121505.233336@rls.cx> + + Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted + From: Rick Delaney + Date: 12 Nov 2001 00:15:52 -0500 + Message-Id: + Branch: perl + ! pp_hot.c t/op/taint.t +____________________________________________________________________________ +[ 12948] By: jhi on 2001/11/12 01:23:58 + Log: It seems that we actually have this detail implemented + as for as Level 1 Support of Unicode regex support is + concerned: at Level 1 only 1:1 support for loose + (aka caseless, aka caseigoring ) matching is required. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12947] By: jhi on 2001/11/11 21:41:44 + Log: (retracted by #12951) + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12946] By: jhi on 2001/11/11 21:09:31 + Log: BOM, bom, Bom. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12945] By: jhi on 2001/11/11 21:07:18 + Log: Upgrade to Math::BigInt 1.46. + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t + ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 12944] By: jhi on 2001/11/11 18:52:22 + Log: Subject: Re: PERFORCE change 12943 for review + From: "Philip Newton" + Date: Sun, 11 Nov 2001 20:53:36 +0100 + Message-ID: <20011111.204950@ID-11583.news.dfncis.de> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12943] By: jhi on 2001/11/11 18:00:03 + Log: Doc updates; make the Unicode discussions a little + bit less alarming, and add information about encodings, + surrogates, and BOMs. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12942] By: ams on 2001/11/11 16:45:00 + Log: Subject: [PATCH @12917] Unicode::Collate v0.09 + From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= + Date: Mon, 12 Nov 2001 00:22:57 +0900 + Message-Id: <20011112002232.BD46.BQW10602@nifty.com> + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 12941] By: ams on 2001/11/11 13:01:40 + Log: Subject: Re: PERFORCE change 12929 for review + From: "Philip Newton" + Date: Sun, 11 Nov 2001 14:27:44 +0100 + Message-Id: <20011111.142505@ID-11583.news.dfncis.de> + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 12940] By: ams on 2001/11/11 05:06:43 + Log: Subject: [PATCH t/op/chdir.t] %ENV protection + From: Michael G Schwern + Date: Thu, 8 Nov 2001 22:56:45 -0500 + Message-Id: <20011108225645.H5587@blackrider> + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 12939] By: ams on 2001/11/11 05:01:00 + Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup + From: Michael G Schwern + Date: Sun, 11 Nov 2001 00:54:43 -0500 + Message-Id: <20011111005443.A24450@blackrider> + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 12938] By: ams on 2001/11/11 03:25:13 + Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t] + (was Re: [ID 20011110.104] File::stat vs. $! conflict) + From: "chromatic" + Date: Sat, 10 Nov 2001 21:03:20 -0700 + Message-Id: <20011111041025.12984.qmail@onion.perl.org> + Branch: perl + ! lib/File/stat.pm lib/File/stat.t +____________________________________________________________________________ +[ 12937] By: ams on 2001/11/11 02:05:23 + Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS + From: "Craig A. Berry" + Date: Sat, 10 Nov 2001 17:23:52 -0600 + Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 12936] By: jhi on 2001/11/10 18:55:21 + Log: Bah. %X doesn't mean 0xC1, it means 0XC1. So let's %x. + Branch: perl + ! lib/open.pm lib/open.t +____________________________________________________________________________ +[ 12935] By: jhi on 2001/11/10 17:47:21 + Log: The Official name of ASCII. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12934] By: jhi on 2001/11/10 17:44:27 + Log: The KOI8-R example wasn't quite right. + Branch: perl + ! lib/open.pm lib/open.t +____________________________________________________________________________ +[ 12933] By: jhi on 2001/11/10 17:30:52 + Log: Enhance the open pragma to support :utf8, :locale, + and :encoding directly as special cases, and rename + the INOUT to IO. + Branch: perl + ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c +____________________________________________________________________________ +[ 12932] By: jhi on 2001/11/10 15:15:29 + Log: Document the UTF-16 surrogate encoding and decoding. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12931] By: jhi on 2001/11/10 15:05:56 + Log: A potential recursion breaker. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12930] By: ams on 2001/11/10 07:46:53 + Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests + (was Re: perl@12892) + From: "chromatic" + Date: Sat, 10 Nov 2001 01:28:09 -0700 + Message-Id: <20011110083514.86488.qmail@onion.perl.org> + Branch: perl + ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t + ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t + ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t + ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t +____________________________________________________________________________ +[ 12929] By: jhi on 2001/11/10 06:38:07 + Log: Add a test for the bytes pragma. + Branch: perl + + lib/bytes.t + ! MANIFEST +____________________________________________________________________________ +[ 12928] By: jhi on 2001/11/10 06:10:39 + Log: Doc update. + Branch: perl + ! lib/bytes.pm +____________________________________________________________________________ +[ 12927] By: jhi on 2001/11/10 04:19:44 + Log: Cease to exist. + Branch: perl + - lib/Unicode/Normalize.pm +____________________________________________________________________________ +[ 12926] By: ams on 2001/11/10 03:23:16 + Log: Subject: [patch] my_setenv speedup + fixes + From: Doug MacEachern + Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST) + Message-Id: + Branch: perl + ! util.c +____________________________________________________________________________ +[ 12925] By: jhi on 2001/11/10 01:55:13 + Log: Newline trouble. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12924] By: jhi on 2001/11/10 01:42:29 + Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix + From: "Craig A. Berry" + Date: Fri, 09 Nov 2001 18:13:16 -0600 + Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01> + Branch: perl + ! vms/munchconfig.c +____________________________________________________________________________ +[ 12923] By: jhi on 2001/11/10 01:39:01 + Log: Subject: [PATCH] new tests for swiches -n -p -a -F + From: Rafael Garcia-Suarez + Date: Sat, 10 Nov 2001 00:10:45 +0100 + Message-ID: <20011110001045.A11945@rafael> + Branch: perl + + t/run/noswitch.t t/run/switchF.t t/run/switcha.t + + t/run/switchn.t t/run/switchp.t + ! MANIFEST +____________________________________________________________________________ +[ 12922] By: jhi on 2001/11/10 01:34:51 + Log: Subject: [PATCH] some tests not cleaning up properly + From: Rafael Garcia-Suarez + Date: Fri, 9 Nov 2001 22:13:10 +0100 + Message-ID: <20011109221310.A11115@rafael> + Branch: perl + ! ext/Cwd/t/cwd.t t/io/argv.t +____________________________________________________________________________ +[ 12921] By: jhi on 2001/11/10 01:32:52 + Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Fri, 9 Nov 2001 15:07:19 EST + Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12920] By: dougm on 2001/11/10 00:34:50 + Log: when PERL_USE_SAFE_PUTENV is defined environ will not + have been copied so it shouldn't be freed in perl_destruct() + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 12919] By: ams on 2001/11/09 15:36:22 + Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself + From: Michael G Schwern + Date: Fri, 9 Nov 2001 00:38:59 -0500 + Message-Id: <20011109003859.K5587@blackrider> + (Applied with directory name changes suggested by Craig Berry.) + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 12918] By: ams on 2001/11/09 15:29:15 + Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename + From: Michael G Schwern + Date: Fri, 9 Nov 2001 01:44:14 -0500 + Message-Id: <20011109014414.N5587@blackrider> + Branch: perl + ! vms/ext/filespec.t +____________________________________________________________________________ +[ 12917] By: jhi on 2001/11/09 14:39:14 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12916] By: jhi on 2001/11/09 14:33:39 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 12915] By: jhi on 2001/11/09 14:08:30 + Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot, + see http://www.jepstone.net/bjepson//jpl/cvs.html + Branch: perl + ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL +____________________________________________________________________________ +[ 12914] By: ams on 2001/11/09 14:05:12 + Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order? + From: Michael G Schwern + Date: Thu, 8 Nov 2001 22:05:49 -0500 + Message-Id: <20011108220549.F5587@blackrider> + Branch: perl + ! vms/test.com +____________________________________________________________________________ +[ 12913] By: jhi on 2001/11/09 13:54:23 + Log: NetWare update from Ananth Kesari. + Branch: perl + ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h +____________________________________________________________________________ +[ 12912] By: ams on 2001/11/09 13:40:26 + Log: Subject: [PATCH ID 20011109.100] #!perl -F... + From: Rafael Garcia-Suarez + Date: Fri, 9 Nov 2001 14:32:28 +0100 + Message-Id: <20011109143228.A18996@rafael> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 12911] By: jhi on 2001/11/09 13:37:01 + Log: FAQ sync. + Branch: perl + ! 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 +____________________________________________________________________________ +[ 12910] By: ams on 2001/11/09 07:33:49 + Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code + From: Michael G Schwern + Date: Fri, 9 Nov 2001 00:41:56 -0500 + Message-Id: <20011109004156.L5587@blackrider> + Branch: perl + ! lib/File/Find/t/find.t +____________________________________________________________________________ +[ 12909] By: jhi on 2001/11/09 00:23:40 + Log: Upgrade to Unicode::Normalize 0.10, now in XS. + The CPAN distribution has both pm and XS implementations, + and for performance reasons we choose the XS. + Another reason to choose the XS is that it doesn't + require Lingua::KO::Hangul::Util, which means that + we can delete that-- which in turn means that Unicode::UCD + cannot expect that: support it, but don't expect. + Ditto Unicode::Collate. + + Note that Unicode::Normalize Makefile.PL and + Normalize.xs have been modified from the CPAN 0.10 + versions: the first one to be simpler (no pm) and + clean up the generated unf*.h files, the second one + to quench compiler grumblings. Must notify Sadahiro + about these changes. + Branch: perl + + ext/Unicode/Normalize/Changes + + ext/Unicode/Normalize/Makefile.PL + + ext/Unicode/Normalize/Normalize.pm + + ext/Unicode/Normalize/Normalize.pod + + ext/Unicode/Normalize/Normalize.xs + + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t + + ext/Unicode/Normalize/t/test.t + - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes + - lib/Lingua/KO/Hangul/Util/README + - lib/Lingua/KO/Hangul/Util/t/test.t + - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README + - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t + ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh + ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm + ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile + ! win32/makefile.mk +____________________________________________________________________________ +[ 12908] By: jhi on 2001/11/08 23:49:42 + Log: Test miscounting. + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 12907] By: jhi on 2001/11/08 22:06:31 + Log: Quote the variables in failures messages more nicely. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 12906] By: jhi on 2001/11/08 21:55:32 + Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup + From: Michael G Schwern + Date: Thu, 8 Nov 2001 17:24:49 -0500 + Message-ID: <20011108172449.A5587@blackrider> + + Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup + From: "Craig A. Berry" + Date: Thu, 8 Nov 2001 16:35:00 -0600 + Message-Id: + Branch: perl + ! ext/POSIX/t/posix.t t/test.pl vms/test.com +____________________________________________________________________________ +[ 12905] By: jhi on 2001/11/08 21:51:51 + Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3 + From: "Paul Marquess" + Date: Thu, 8 Nov 2001 22:52:50 -0000 + Message-ID: + Branch: perl + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 12904] By: jhi on 2001/11/08 21:49:20 + Log: Unicode::UCD is not yet supported in EBCDIC platforms. + (Probably not an EBCDIC issue the way one would think + since no chr() et alia are used in UCD.pm.) + Branch: perl + ! lib/Unicode/UCD.pm lib/Unicode/UCD.t +____________________________________________________________________________ +[ 12903] By: jhi on 2001/11/08 15:16:49 + Log: Whether overwriting the $self->{...} values (see #12902) + is a good policy or not is debatable, but let's at least + be consistent. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 12902] By: jhi on 2001/11/08 15:13:15 + Log: The MakeMaker argument () quoting patch that sneaked + in at #12883 didn't handle make macros like this $(...). + Leaning toothpicks, we've got them. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 12901] By: jhi on 2001/11/08 14:28:38 + Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS + From: Michael G Schwern + Date: Wed, 7 Nov 2001 02:02:29 -0500 + Message-ID: <20011107020229.K2858@blackrider> + Branch: perl + ! t/io/argv.t t/test.pl vms/test.com +____________________________________________________________________________ +[ 12900] By: jhi on 2001/11/08 14:14:40 + Log: Subject: [PATCH 20011106.084] -s on #! line + From: Rafael Garcia-Suarez + Date: Wed, 7 Nov 2001 22:23:39 +0100 + Message-ID: <20011107222339.E729@rafael> + Branch: perl + ! embed.h embed.pl perl.c proto.h toke.c +____________________________________________________________________________ +[ 12899] By: jhi on 2001/11/08 13:46:02 + Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries + From: Michael G Schwern + Date: Wed, 7 Nov 2001 16:52:49 -0500 + Message-ID: <20011107165249.I7346@blackrider> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 12898] By: ams on 2001/11/08 13:02:19 + Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/ + From: Mark-Jason Dominus + Date: Thu, 08 Nov 2001 08:59:02 -0500 + Message-Id: <20011108135902.2275.qmail@plover.com> + Branch: perl + ! INSTALL README README.amiga README.os2 README.vms + ! lib/I18N/LangTags.pm lib/I18N/LangTags/README + ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 12897] By: ams on 2001/11/08 12:49:28 + Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/ + From: mjd@plover.com + Date: 8 Nov 2001 13:33:18 -0000 + Message-Id: <20011108133318.1786.qmail@plover.com> + Branch: perl + ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod + ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod + ! pod/perlport.pod pod/perlvar.pod +____________________________________________________________________________ +[ 12896] By: ams on 2001/11/08 11:22:12 + Log: open(FH, $file) should strip leading and trailing whitespace. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 12895] By: ams on 2001/11/08 10:17:14 + Log: Subject: [PATCH] resurrect t/op/glob.t on VMS + From: "Craig A. Berry" + Date: Wed, 07 Nov 2001 13:41:50 -0600 + Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01> + Branch: perl + ! t/op/glob.t +____________________________________________________________________________ +[ 12894] By: ams on 2001/11/08 08:32:20 + Log: Subject: [ID 20011108.092] makedepend bug with new gcc + From: Alexander Klimov + Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST) + Message-Id: + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 12893] By: ams on 2001/11/08 08:26:31 + Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod + From: mjd@plover.com + Date: 8 Nov 2001 08:08:07 -0000 + Message-Id: <20011108080807.30147.qmail@plover.com> + + Subject: bleadperl perl.pod + From: mjd@plover.com + Date: 8 Nov 2001 08:10:47 -0000 + Message-Id: <20011108081047.30178.qmail@plover.com> + + Subject: more bleadperl perl.pod + From: mjd@plover.com + Date: 8 Nov 2001 08:16:28 -0000 + Message-Id: <20011108081628.30229.qmail@plover.com> + Branch: perl + ! pod/perl.pod pod/perldebug.pod +____________________________________________________________________________ +[ 12892] By: jhi on 2001/11/07 16:01:37 + Log: Tweak for Cray-friendliness from Nicholas Clark. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12891] By: jhi on 2001/11/07 15:54:24 + Log: VMS patch redo from Charles Lane. + Branch: perl + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 12890] By: ams on 2001/11/07 15:16:10 + Log: Subject: [ID 20011107.088] two perl pod nits + From: lvirden@cas.org + Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST) + Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org> + Branch: perl + ! pod/perl.pod pod/perlfaq3.pod +____________________________________________________________________________ +[ 12889] By: jhi on 2001/11/07 15:07:18 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12888] By: jhi on 2001/11/07 14:26:42 + Log: The (emulated) "no utf8" must be in a BEGIN block + to be effective. + Branch: perl + ! lib/CGI/t/html.t +____________________________________________________________________________ +[ 12887] By: jhi on 2001/11/07 13:52:58 + Log: "v-strings" is the right term. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 12886] By: jhi on 2001/11/07 13:48:36 + Log: Add vstrings-as-objects need to perltodo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 12885] By: jhi on 2001/11/07 13:43:33 + Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc + From: Nicholas Clark + Date: Wed, 7 Nov 2001 14:36:32 +0000 + Message-ID: <20011107143631.I24980@plum.flirble.org> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 12884] By: jhi on 2001/11/07 13:34:44 + Log: The Embed test requires a major rewrite for VMS + (plus it reveals a couple of annoying glitches + in buffering), so skip the test for now; from + Charles Lane. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12883] By: jhi on 2001/11/07 13:33:16 + Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Wed, 7 Nov 2001 09:23:28 EST + Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu> + + (Also i seems that an unrelated experimental patch + to lib/ExtUtils/MM_Unix.pm was accidentally included.) + Branch: perl + ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl +____________________________________________________________________________ +[ 12882] By: ams on 2001/11/07 05:14:04 + Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings + From: Mark-Jason Dominus + Date: Wed, 07 Nov 2001 00:43:46 -0500 + Message-Id: <20011107054346.14428.qmail@plover.com> + Branch: perl + ! gv.c op.c toke.c +____________________________________________________________________________ +[ 12881] By: jhi on 2001/11/07 03:33:08 + Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts + From: Michael G Schwern + Date: Tue, 6 Nov 2001 22:04:39 -0500 + Message-ID: <20011106220439.D2858@blackrider> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 12880] By: jhi on 2001/11/07 01:35:30 + Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under + stress)) + From: Jonathan Stowe + Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT) + Message-ID: + + (except for one hunk where indentation differs) + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12879] By: jhi on 2001/11/07 01:22:40 + Log: Subject: [PATCH File::Spec::*] a bunch of untested patches + From: Rafael Garcia-Suarez + Date: Tue, 6 Nov 2001 21:45:01 +0100 + Message-ID: <20011106214501.A704@rafael> + Branch: perl + ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 12878] By: jhi on 2001/11/07 01:06:41 + Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() + From: Michael G Schwern + Date: Tue, 6 Nov 2001 20:58:45 -0500 + Message-ID: <20011106205845.G29411@blackrider> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 12877] By: jhi on 2001/11/07 01:01:18 + Log: Subject: making do_sprintf public + From: Doug MacEachern + Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST) + Message-ID: + Branch: perl + ! embed.h embed.pl global.sym +____________________________________________________________________________ +[ 12876] By: jhi on 2001/11/06 22:12:28 + Log: Update to CGI.pm 2.78. + + TODO: the test suite needs to be merged so that + when in core, the core version is tested, and when + using the CPAN version, testing the CPAN version. + (the changes need to be sent to Lincoln, too...) + Branch: perl + ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm + ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm + ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t + ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t + ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t + ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t +____________________________________________________________________________ +[ 12875] By: jhi on 2001/11/06 22:10:03 + Log: Integrate with perlio; (strictly) readonly hashes via XS. + Branch: perl + +> t/lib/access.t + !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c +____________________________________________________________________________ +[ 12874] By: nick on 2001/11/06 21:05:16 + Log: Keep It Simple and Stupid version of readonly hash support. + - Test for SvREAONLY(hv) at a few spots in hv.c + - add the error message to perldiag.pod + - (dubious) add access::readonly() to univeral.c + - add test using above + - fixup ext/B/t/stash.t to account for access:: existing + Branch: perlio + + t/lib/access.t + ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c +____________________________________________________________________________ +[ 12873] By: jhi on 2001/11/06 17:07:50 + Log: Fix incorrect warnings about broken globbing; + from Andy Dougherty. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 12872] By: jhi on 2001/11/06 15:18:41 + Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 + toggle-on from the encoding pragma. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 12871] By: jhi on 2001/11/06 13:19:46 + Log: Retract #12824, doesn't help and is ignored + by Configure anyway. + Branch: perl + ! hints/beos.sh +____________________________________________________________________________ +[ 12870] By: ams on 2001/11/06 10:40:37 + Log: Subject: Cosmetic change + From: H.Merijn Brand + Date: Tue, 06 Nov 2001 12:30:52 +0100 + Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl> + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 12869] By: nick on 2001/11/06 08:26:40 + Log: Integrate mainline + Branch: perlio + !> ext/DB_File/DB_File.pm global.sym hints/os390.sh + !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c +____________________________________________________________________________ +[ 12868] By: jhi on 2001/11/06 03:15:50 + Log: The parentheses are protected enough. + Branch: perl + ! hints/os390.sh +____________________________________________________________________________ +[ 12867] By: jhi on 2001/11/06 03:13:50 + Log: ccflags, not ldflags. + Branch: perl + ! hints/os390.sh +____________________________________________________________________________ +[ 12866] By: jhi on 2001/11/06 03:12:57 + Log: ... and the proto to go with #12865. + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 12865] By: jhi on 2001/11/06 03:11:12 + Log: Oops. Luckily nothing was using this symbol yet. + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 12864] By: jhi on 2001/11/06 03:05:34 + Log: Implement the encoding pragma for regex literals. + Branch: perl + ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c +____________________________________________________________________________ +[ 12863] By: jhi on 2001/11/06 01:01:49 + Log: More UTF8 EXACT fixing. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 12862] By: jhi on 2001/11/06 00:05:19 + Log: More re debugging. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 12861] By: jhi on 2001/11/05 23:24:24 + Log: EXACT correction attempt. Continued in #12863. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 12860] By: jhi on 2001/11/05 22:57:04 + Log: Unterminated L<. + Branch: perl + ! ext/DB_File/DB_File.pm +____________________________________________________________________________ +[ 12859] By: nick on 2001/11/05 19:15:17 + Log: Integrate mainline + Branch: perlio + +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm + +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm + +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t + +> lib/Math/BigInt/t/sub_mbi.t + - lib/Math/BigInt/t/Math/Subclass.pm + - lib/Math/BigInt/t/subclass.t + !> (integrate 30 files) +____________________________________________________________________________ +[ 12858] By: jhi on 2001/11/05 17:05:38 + Log: Regex debugging fixes from Hugo. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 12857] By: jhi on 2001/11/05 16:09:51 + Log: IRIX: at some point the cc -version has started + to output to stderr, not stdout any more. + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 12856] By: jhi on 2001/11/05 15:27:45 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12855] By: jhi on 2001/11/05 15:21:13 + Log: The ${"\cTAINT"} raises the ire of 'use strict'. + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 12854] By: jhi on 2001/11/05 15:16:24 + Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir() + From: rgarciasuarez@free.fr + Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET) + Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr> + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 12853] By: jhi on 2001/11/05 14:54:37 + Log: Use config.arch in OS/390 where the combination of + IEEE floats and ldflags is tricky. + Branch: perl + ! hints/os390.sh +____________________________________________________________________________ +[ 12852] By: jhi on 2001/11/05 14:53:53 + Log: Metaconfig unit change for #12851. + Branch: metaconfig + ! U/modified/Config_sh.U +____________________________________________________________________________ +[ 12851] By: jhi on 2001/11/05 14:53:14 + Log: Support a config.arch file, similar to config.over, + but loaded just before it. + Branch: perl + ! Configure INSTALL +____________________________________________________________________________ +[ 12850] By: jhi on 2001/11/05 13:34:25 + Log: Subject: [PATCH Symbol.{pm.t}] bugfixes + From: Rafael Garcia-Suarez + Date: Mon, 5 Nov 2001 14:26:24 +0100 + Message-ID: <20011105142624.C31977@rafael> + Branch: perl + ! lib/Symbol.pm lib/Symbol.t +____________________________________________________________________________ +[ 12849] By: jhi on 2001/11/04 22:15:39 + Log: Subject: [PATCH] unbalanced parenthesis in pods + From: Rafael Garcia-Suarez + Date: Sun, 4 Nov 2001 22:28:57 +0100 + Message-ID: <20011104222857.C696@rafael> + Branch: perl + ! pod/perldebug.pod pod/perlpodspec.pod +____________________________________________________________________________ +[ 12848] By: jhi on 2001/11/04 22:11:24 + Log: The missing pieces from the Math::BigInt 1.45 puzzle. + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t +____________________________________________________________________________ +[ 12847] By: jhi on 2001/11/04 17:44:41 + Log: Math::Big* test tweaks to work better with core: + but the coast still not clear. + Branch: perl + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 12846] By: jhi on 2001/11/04 17:43:10 + Log: Protect against high load: measure how much wall + clock time went by while sleeping. Avoids some + false negatives, while may introduce some false + positives. Life is hard. + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12845] By: jhi on 2001/11/04 17:29:40 + Log: More forgotten from #12843. + Branch: perl + ! lib/Math/BigInt/t/bigfltpm.inc +____________________________________________________________________________ +[ 12844] By: jhi on 2001/11/04 17:19:13 + Log: Forgot from #12843. + Branch: perl + + lib/Math/BigInt/t/bigintpm.inc + ! MANIFEST +____________________________________________________________________________ +[ 12843] By: jhi on 2001/11/04 16:52:45 + Log: Upgrade to Math::BigInt 1.45; from Tels. + NOTE: some of the tests are failing but that's because + the core integration is not yet done. + Branch: perl + + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm + + lib/Math/BigInt/t/Math/BigInt/Subclass.pm + + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + - lib/Math/BigInt/t/Math/Subclass.pm + - lib/Math/BigInt/t/subclass.t + ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t + ! lib/Math/BigInt/t/mbimbf.t +____________________________________________________________________________ +[ 12842] By: jhi on 2001/11/04 16:45:02 + Log: VMS: adds capability to control more configuration stuff with + -D and -U switches; parsing config.sh to extract previous config + info in VMS-form, and a rewrite of the "prompt/response" routine; + from Charles Lane. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12841] By: jhi on 2001/11/04 15:18:39 + Log: Subject: Typo correction in perldebguts.pod + From: mjd@plover.com + Date: 4 Nov 2001 16:20:05 -0000 + Message-ID: <20011104162005.16699.qmail@plover.com> + Branch: perl + ! pod/perldebguts.pod +____________________________________________________________________________ +[ 12840] By: jhi on 2001/11/04 15:17:22 + Log: Subject: Re: Where are my 'O's? [+ 12836 smoke] + From: Rafael Garcia-Suarez + Date: Sun, 4 Nov 2001 11:47:30 +0100 + Message-ID: <20011104114730.A715@rafael> + + Remove -T from the test, wrong place for that. + Branch: perl + ! lib/File/Temp/t/mktemp.t +____________________________________________________________________________ +[ 12839] By: jhi on 2001/11/04 15:15:42 + Log: Subject: [REPATCH] Re: PerlIOBuf_dup + From: Nicholas Clark + Date: Sun, 4 Nov 2001 10:41:24 +0000 + Message-ID: <20011104104123.U20123@plum.flirble.org> + Branch: perl + ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c +____________________________________________________________________________ +[ 12838] By: jhi on 2001/11/03 21:19:43 + Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress) + From: Michael G Schwern + Date: Sat, 3 Nov 2001 15:41:47 -0500 + Message-ID: <20011103154147.C600@blackrider> + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12837] By: jhi on 2001/11/03 21:14:34 + Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t + From: "Craig A. Berry" + Date: Sat, 03 Nov 2001 16:02:28 -0600 + Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01> + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12836] By: jhi on 2001/11/03 18:41:33 + Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress) + From: "chromatic" + Date: Sat, 03 Nov 2001 12:28:17 -0700 + Message-ID: <20011103193507.94848.qmail@onion.perl.org> + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12835] By: jhi on 2001/11/03 18:34:08 + Log: Don't bother doing POSIX charclass parsing if it + possibly cannot be so. Prepares way for charclass + syntax like [[abc]||[def]] (or just [[abc][def]]) + for union, [[\w]&&[$a]] for intersection, + and [[a-z]&&[^def]] for subtraction. + + Currently /[[a]/ (or /[a[]/) parses as a character + class containing two characters, "[" and "a", + this may have to be broken for the syntax described + above, otherwise we would have to scan the whole pattern + to find out whether the square brackets match pairwise. + Luckily, the special case of "[" doesn't seem to be + documented (as opposed to "]" and "-"), so we may have + better story for breaking it... One can always use \[ + if one wants a literal "[", so there. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 12834] By: jhi on 2001/11/03 17:51:44 + Log: Comment correction. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 12833] By: jhi on 2001/11/03 17:33:21 + Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets. + The latter is a RedHatism. + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 12832] By: jhi on 2001/11/03 15:43:03 + Log: Integrate perlio. + Branch: perl + !> perlio.c +____________________________________________________________________________ +[ 12831] By: nick on 2001/11/03 11:42:15 + Log: Integrate mainline + Branch: perlio + !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL + !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t + !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c + !> sv.c t/test.pl +____________________________________________________________________________ +[ 12830] By: nick on 2001/11/03 10:27:34 + Log: Fix clone_leak problem. + PerlIOStdio_dup was leaking FILE * as it was still doing fdopen() + as vestige of calling PerlLIO_dup(). + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12829] By: nick on 2001/11/03 09:40:46 + Log: Tweaks attempting to locate Doug's clone_leak leak. + - add some PerlIO_debug() + - handle PerlIO_clone() with empty lists (clone before Perl_parse()) + - Even if it closing stdout etc. do a fflush() + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12828] By: nick on 2001/11/03 08:34:31 + Log: Integrate mainline + Branch: perlio + !> (integrate 54 files) +____________________________________________________________________________ +[ 12827] By: ams on 2001/11/03 03:45:19 + Log: Ugly bandaid to stop C from segfaulting (remember to + remove this later). Based on a patch from Robert Spier in + <15330.61459.14452.795263@rls.cx>. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12826] By: jhi on 2001/11/02 23:56:00 + Log: microperl sync. + Branch: perl + ! doio.c perl.c perl.h perlio.c regexec.c +____________________________________________________________________________ +[ 12825] By: jhi on 2001/11/02 23:20:03 + Log: Definitions for the Unicode Newline Guidelines. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 12824] By: jhi on 2001/11/02 23:08:05 + Log: (retracted by #12871) + + There is no csh of any kind in default BeOS. + For the purposes of miniperl globbing, bash + will do. + Branch: perl + ! hints/beos.sh +____________________________________________________________________________ +[ 12823] By: jhi on 2001/11/02 21:56:36 + Log: Integrate change #12820 from macperl to maint and blead; + + Fix up (dynaloading) to work properly with multiplicity + Branch: maint-5.6/perl + !> ext/DynaLoader/dl_mac.xs + Branch: perl + !> ext/DynaLoader/dl_mac.xs +____________________________________________________________________________ +[ 12822] By: pudge on 2001/11/02 21:38:22 + Log: Several fixes for various exit problems and clearing out + task queue, as well as another (incomplete) go at + fixing error message handling + Branch: maint-5.6/macperl + ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp +____________________________________________________________________________ +[ 12821] By: pudge on 2001/11/02 21:36:26 + Log: Add source files for bleadperl builds + Branch: maint-5.6/macperl + ! macos/Makefile.mk +____________________________________________________________________________ +[ 12820] By: pudge on 2001/11/02 21:35:15 + Log: Fix up to work properly with multiplicity + Branch: maint-5.6/macperl + ! ext/DynaLoader/dl_mac.xs +____________________________________________________________________________ +[ 12819] By: pudge on 2001/11/02 21:21:56 + Log: Integrate with maintperl. + Branch: maint-5.6/macperl + +> t/op/system.t t/op/system_tests + !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h + !> pod/perltodo.pod util.c win32/win32.c +____________________________________________________________________________ +[ 12818] By: jhi on 2001/11/02 21:03:58 + Log: Locate _PATH_LOG if it's a socket even if not #defined + (helps Tru64) From Paul David Fardy , + via Nick Clark. + Branch: perl + ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t +____________________________________________________________________________ +[ 12817] By: jhi on 2001/11/02 20:07:05 + Log: Subject: [PATCH t/test.pl] _expect and other little tweaks + From: Michael G Schwern + Date: Fri, 2 Nov 2001 15:36:41 -0500 + Message-ID: <20011102153641.E23234@blackrider> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 12816] By: jhi on 2001/11/02 17:53:00 + Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2 + From: merlyn@stonehenge.com (Randal L. Schwartz) + Date: 02 Nov 2001 09:33:34 -0800 + Message-ID: + + (two of the changes) + + Better coexistence with extensions. + Branch: perl + ! ext/Errno/Errno_pm.PL hints/darwin.sh +____________________________________________________________________________ +[ 12815] By: ams on 2001/11/02 16:47:43 + Log: Subject: Re: [PATCH] the the double double word word fix fix + From: Wolfgang Laun + Date: Fri, 02 Nov 2001 19:43:07 +0100 + Message-Id: <3BE2E93B.627C198E@alcatel.at> + Branch: perl + ! pod/perldebug.pod +____________________________________________________________________________ +[ 12814] By: jhi on 2001/11/02 15:24:10 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12813] By: jhi on 2001/11/02 15:19:35 + Log: More encoding testing. + Branch: perl + ! lib/encoding.pm lib/encoding.t +____________________________________________________________________________ +[ 12812] By: ams on 2001/11/02 15:07:11 + Log: Slight modification of #12811. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 12811] By: jhi on 2001/11/02 14:58:13 + Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar" + From: Radu Greab + Date: Fri, 2 Nov 2001 15:28:58 +0200 + Message-ID: <15330.40858.629851.468818@ix.netsoft.ro> + Branch: perl + ! op.c t/op/stat.t +____________________________________________________________________________ +[ 12810] By: jhi on 2001/11/02 14:15:34 + Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791 + From: Rafael Garcia-Suarez + Date: Thu, 1 Nov 2001 22:35:50 +0100 + Message-ID: <20011101223550.A10849@rafael> + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12809] By: jhi on 2001/11/02 14:10:05 + Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 2 Nov 2001 14:48:51 -0000 + Message-Id: + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 12808] By: jhi on 2001/11/02 05:40:21 + Log: Add documentation. + Branch: perl + ! embed.pl pod/perlapi.pod utf8.c +____________________________________________________________________________ +[ 12807] By: jhi on 2001/11/02 05:18:45 + Log: Unicode: add ToFold mapping. Not used yet; but basically + a more useful mapping for caseless aka case-ignoring than + doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full + algorithm for creating the foldings uses equivalence classes, + see http://www.unicode.org/unicode/reports/tr21/ + Hopefully this feature will be used in //i. + (The folding tables were introduced by #12689.) + Branch: perl + ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c + ! utf8.c +____________________________________________________________________________ +[ 12806] By: jhi on 2001/11/02 05:04:05 + Log: Subject: [PATCH] AutoSplit.t clean-up for VMS + From: "Craig A. Berry" + Date: Fri, 02 Nov 2001 00:03:52 -0600 + Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01> + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 12805] By: jhi on 2001/11/02 04:17:04 + Log: Subject: Trivial doc patch + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 02 Nov 2001 06:11:35 +0100 + Message-ID: + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 12804] By: jhi on 2001/11/02 02:14:46 + Log: Make encoding and charnames pragmas coexist. + Branch: perl + ! lib/charnames.pm lib/encoding.pm lib/encoding.t +____________________________________________________________________________ +[ 12803] By: jhi on 2001/11/02 01:26:53 + Log: The basic character classes seem to go untested with Unicode. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 12802] By: ams on 2001/11/02 00:39:36 + Log: Subject: [PATCH] the the double double word word fix fix + From: Richard Soderberg + Date: Thu, 1 Nov 2001 13:12:03 -0800 + Message-Id: <200111012112.NAA23288@oregonnet.com> + + Subject: Re: [PATCH] the the double double word word fix fix + From: Mark-Jason Dominus + Date: Thu, 01 Nov 2001 16:43:40 -0500 + Message-Id: <20011101214340.2044.qmail@plover.com> + + Subject: Re: [PATCH] the the double double word word fix fix + From: Mark-Jason Dominus + Date: Thu, 01 Nov 2001 16:51:39 -0500 + Message-Id: <20011101215139.2196.qmail@plover.com> + Branch: perl + ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod + ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod + ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod + ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod + ! pod/perltodo.pod pod/perlxstut.pod +____________________________________________________________________________ +[ 12801] By: jhi on 2001/11/01 14:27:51 + Log: Comment tweaks. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 12800] By: jhi on 2001/11/01 14:06:04 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 12799] By: jhi on 2001/11/01 13:59:42 + Log: If an encoding is set by -M/-m, it must be in + effect only for the actual script, not any other + required/-M/-m'ed module, otherwise we enter a nasty + recursion in regexec.c while trying to init the simple + UTF-8 charclasses like PL_utf8_alnum. + Branch: perl + ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c +____________________________________________________________________________ +[ 12798] By: jhi on 2001/10/31 21:10:09 + Log: A bit more descriptive name. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12797] By: jhi on 2001/10/31 20:32:29 + Log: Subject: [PATCH Perl@12768] Time::Hires test fix + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Wed, 31 Oct 2001 13:47:04 EST + Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12796] By: jhi on 2001/10/31 20:31:20 + Log: Subject: [PATCH Perl@12768] make setting signal() persistent + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Wed, 31 Oct 2001 13:43:29 EST + Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12795] By: jhi on 2001/10/31 20:29:37 + Log: Subject: [PATCH] Various test cleanups + From: Rafael Garcia-Suarez + Date: Tue, 30 Oct 2001 21:56:26 +0100 + Message-ID: <20011030215626.A28503@rafael> + Branch: perl + ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t + ! ext/DB_File/t/db-recno.t ext/Encode.t +____________________________________________________________________________ +[ 12794] By: jhi on 2001/10/31 15:26:59 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12793] By: jhi on 2001/10/31 15:23:12 + Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs + From: Rafael Garcia-Suarez + Date: Wed, 31 Oct 2001 17:16:39 +0100 + Message-ID: <20011031171639.A32511@rafael> + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 12792] By: jhi on 2001/10/31 15:20:01 + Log: Skip message nit. + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 12791] By: jhi on 2001/10/31 14:54:19 + Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9 + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 31 Oct 2001 14:49:37 -0000 + Message-Id: + Branch: perl + ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t +____________________________________________________________________________ +[ 12790] By: jhi on 2001/10/31 14:44:33 + Log: Extend the effect of the encoding pragma to chr() and ord(). + + TODO: regex literals, reentrancy problems with the utf8 + and charnames pragmas. + Branch: perl + ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c +____________________________________________________________________________ +[ 12789] By: jhi on 2001/10/31 13:25:02 + Log: Doc tweaks. + Branch: perl + ! lib/encoding.pm +____________________________________________________________________________ +[ 12788] By: nick on 2001/10/31 08:59:56 + Log: Integrate mainline + Branch: perlio + +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests + !> (integrate 49 files) +____________________________________________________________________________ +[ 12787] By: jhi on 2001/10/31 03:22:34 + Log: Forgot new proto. + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 12786] By: jhi on 2001/10/31 02:32:35 + Log: Clarification: use encoding cannot be used to + change the default encoding of "your whole script"; + only the default encoding of the *data*. Also, it + seems that "use encoding" does not mix with "use utf8" + (a coredumping recursion ensues). Should not be a huge + problem since "use utf8" is pretty marginal nowadays. + Branch: perl + ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod +____________________________________________________________________________ +[ 12785] By: jhi on 2001/10/31 02:19:49 + Log: More documentation for the encode pragma. + Branch: perl + ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm + ! pod/perlapi.pod pod/perlunicode.pod sv.c +____________________________________________________________________________ +[ 12784] By: jhi on 2001/10/31 02:08:27 + Log: Thinko in #12783. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12783] By: jhi on 2001/10/31 02:04:22 + Log: Make sv_recode_to_utf8() a real API: the encoding + is a parameter, instead of a global. Document the + PERL_ENCODING. + Branch: perl + ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c + ! toke.c +____________________________________________________________________________ +[ 12782] By: jhi on 2001/10/31 00:57:42 + Log: Enable -Mencoding=foobar also for string literals. + Branch: perl + ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t + ! pod/perlapi.pod proto.h sv.c toke.c +____________________________________________________________________________ +[ 12781] By: jhi on 2001/10/30 17:06:39 + Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box + From: Andy Dougherty + Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST) + Message-ID: + Branch: perl + ! ext/POSIX/hints/svr4.pl +____________________________________________________________________________ +[ 12780] By: jhi on 2001/10/30 14:54:12 + Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules + From: "Paul Marquess" + Date: Mon, 29 Oct 2001 23:11:58 -0000 + Message-ID: + + Add compat.h. + Branch: perl + ! lib/h2xs.t utils/h2xs.PL +____________________________________________________________________________ +[ 12779] By: jhi on 2001/10/30 13:51:43 + Log: Subject: PerlIOBuf_dup + From: Nicholas Clark + Date: Mon, 29 Oct 2001 21:52:35 +0000 + Message-ID: <20011029215235.K41204@plum.flirble.org> + + Add prototype. + Branch: perl + ! perliol.h +____________________________________________________________________________ +[ 12778] By: jhi on 2001/10/30 13:49:51 + Log: Subject: [PATCH] Make malloc.c errors more useful + From: Richard Soderberg + Date: Mon, 29 Oct 2001 22:28:02 -0800 + Message-Id: <200110300628.WAA11025@oregonnet.com> + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 12777] By: jhi on 2001/10/30 04:02:10 + Log: Retract #12776 - the bug 19990906.001 is still valid. + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 12776] By: jhi on 2001/10/30 03:03:49 + Log: (Retracted by #12777) + Subject: Perlbug 19990906.001 - segfault on long escaped quote regex + From: Michael G Schwern + Date: Mon, 29 Oct 2001 23:01:08 -0500 + Message-ID: <20011029230108.G18053@blackrider> + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 12775] By: jhi on 2001/10/30 02:56:41 + Log: Comment nits. + Branch: perl + ! lib/encoding.t +____________________________________________________________________________ +[ 12774] By: gsar on 2001/10/30 01:32:57 + Log: integrate change#12772 from mainline + + Subject: [PATCH] Mommy, what's a pointer cast? + Branch: maint-5.6/perl + ! perl.h +____________________________________________________________________________ +[ 12773] By: jhi on 2001/10/30 01:19:32 + Log: Subject: [PATCH] Mommy, what's a pointer cast? + From: Richard Soderberg + Date: Mon, 29 Oct 2001 17:01:10 -0800 + Message-Id: <200110300101.RAA31561@oregonnet.com> + + (threads* parts) + Branch: perl + ! ext/threads/shared/shared.xs ext/threads/threads.xs +____________________________________________________________________________ +[ 12772] By: jhi on 2001/10/30 01:19:13 + Log: Subject: [PATCH] Mommy, what's a pointer cast? + From: Richard Soderberg + Date: Mon, 29 Oct 2001 17:01:10 -0800 + Message-Id: <200110300101.RAA31561@oregonnet.com> + + (the perl.h part) + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 12771] By: jhi on 2001/10/30 01:17:21 + Log: Subject: [PATCH] OpenBSD likes signal.h + From: Richard Soderberg + Date: Mon, 29 Oct 2001 17:00:31 -0800 + Message-Id: <200110300100.RAA31533@oregonnet.com> + Branch: perl + ! unixish.h +____________________________________________________________________________ +[ 12770] By: jhi on 2001/10/30 01:10:24 + Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3 + From: "Paul Marquess" + Date: Mon, 29 Oct 2001 23:04:23 -0000 + Message-ID: + Branch: perl + ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 12769] By: jhi on 2001/10/30 01:08:01 + Log: Subject: [PATCH perl@12718] HiRes.t tweaks + From: "Craig A. Berry" + Date: Mon, 29 Oct 2001 12:34:07 -0600 + Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01> + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12768] By: jhi on 2001/10/29 15:10:04 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12767] By: jhi on 2001/10/29 14:49:28 + Log: AIX needs an explicit symbol export list. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12766] By: jhi on 2001/10/29 14:08:21 + Log: The test (and the module) would require some + quality hacking time to work on EBCDIC. Based on + the test results nothing seems to be majorly broken, + the module just seems to have strange assumptions: + got: ''\226\225\205' + expected: ''one' + The \226\225\205 being, of course, 'one', in EBCDIC. + Branch: perl + ! lib/Dumpvalue.t +____________________________________________________________________________ +[ 12765] By: jhi on 2001/10/29 13:58:48 + Log: Mark the test known to be failing in EBCDIC. + Branch: perl + ! t/op/tr.t +____________________________________________________________________________ +[ 12764] By: jhi on 2001/10/29 13:51:51 + Log: None of the libnet modules are going to work in + EBCDIC without the Convert::EBCDIC. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 12763] By: jhi on 2001/10/29 13:45:39 + Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 12762] By: jhi on 2001/10/29 13:40:17 + Log: UTF-EBCDIC ain't UTF-8. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 12761] By: jhi on 2001/10/29 13:35:35 + Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 12760] By: jhi on 2001/10/29 13:32:20 + Log: Let's not assume ASCII. + Branch: perl + ! t/op/lc.t +____________________________________________________________________________ +[ 12759] By: jhi on 2001/10/29 13:24:54 + Log: Call the new perlio symbols differently. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 12758] By: jhi on 2001/10/29 13:23:11 + Log: Don't expect ASCII ordering. + Branch: perl + ! lib/ExtUtils/Manifest.t +____________________________________________________________________________ +[ 12757] By: jhi on 2001/10/29 13:13:09 + Log: Forgot from #12756. + Branch: perl + ! perlio.h +____________________________________________________________________________ +[ 12756] By: jhi on 2001/10/29 13:12:41 + Log: BeOS tweaks: + - fseeko and ftello can be found by Configure but + we do not seem to have prototypes for them so + let's make up some + - BeOS didn't use to have real sockets (sockets as + filedescriptors) but the BONE package is supposed + to fix this. I do not know how to detect BONEness, + see hints/beos.sh for a spot that needs to fixed. + - BeOS has O_TEXT != O_BINARY but has no setmode() + Branch: perl + ! hints/beos.sh perlio.c +____________________________________________________________________________ +[ 12755] By: sky on 2001/10/29 12:56:12 + Log: Ugly fix to not die when a thread creator is holding locks. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12754] By: jhi on 2001/10/29 12:31:34 + Log: Integrate change #12752 from maintperl; + + croak(Nullch) wasn't printing the contents of ERRSV if there was + no outer eval (bug in change#6125) + Branch: perl + !> util.c +____________________________________________________________________________ +[ 12753] By: jhi on 2001/10/29 12:28:41 + Log: Subject: [PATCH h2xs] Use of static data in XS modules + From: "Paul Marquess" + Date: Sun, 28 Oct 2001 21:19:07 -0000 + Message-ID: + + with nits from Sarathy. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 12752] By: gsar on 2001/10/29 03:07:15 + Log: croak(Nullch) wasn't printing the contents of ERRSV if there was + no outer eval (bug in change#6125) + Branch: maint-5.6/perl + ! util.c +____________________________________________________________________________ +[ 12751] By: jhi on 2001/10/28 23:11:15 + Log: More todo for the encoding pragma. + Branch: perl + ! lib/encoding.pm +____________________________________________________________________________ +[ 12750] By: jhi on 2001/10/28 22:55:24 + Log: Add the encoding pragma to control the "upgrade" + from the native eight bit data to Unicode. + + TODO: \x.. and \0... literals. \N{}. chr()? ord()? + Branch: perl + + lib/encoding.pm lib/encoding.t + ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h + ! pod/perlunicode.pod pod/perlvar.pod sv.c +____________________________________________________________________________ +[ 12749] By: sky on 2001/10/28 21:02:33 + Log: Update documentation. + Branch: perl + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 12748] By: jhi on 2001/10/28 20:55:57 + Log: Integrate change #12747 from maintperl; + + finishing touches to system() fixes on windows: + * detect cmd shell correctly even if it had full path in it + * more quoting needed for single-arg system if the argument + really had multiple quoted arguments within it + * be smarter about not calling the shell when the executable + has spaces, but otherwise does not need shell involvement + * add a testsuite (windows-specific currently) + Branch: perl + +> t/op/system.t t/op/system_tests + ! MANIFEST pod/perltodo.pod + !> win32/win32.c +____________________________________________________________________________ +[ 12747] By: gsar on 2001/10/28 18:33:23 + Log: finishing touches to system() fixes on windows: + * detect cmd shell correctly even if it had full path in it + * more quoting needed for single-arg system if the argument + really had multiple quoted arguments within it + * be smarter about not calling the shell when the executable + has spaces, but otherwise does not need shell involvement + * add a testsuite (windows-specific currently) + Branch: maint-5.6/perl + + t/op/system.t t/op/system_tests + ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c +____________________________________________________________________________ +[ 12746] By: jhi on 2001/10/28 16:34:35 + Log: Integrate perlio. + Branch: perl + !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12745] By: nick on 2001/10/28 16:08:14 + Log: Mingw32 fixup for Embed.t + Branch: perlio + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12744] By: nick on 2001/10/28 15:54:14 + Log: GCC vs MS 64-bit constant syntax + Branch: perlio + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12743] By: nick on 2001/10/28 15:42:55 + Log: Integrate mainline + Branch: perlio + !> ext/threads/threads.pm lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12742] By: sky on 2001/10/28 14:47:10 + Log: Manpage updates. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 12741] By: jhi on 2001/10/28 14:39:55 + Log: Newline confusion: t/TEST sees an extra newline and gets huffy. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12740] By: nick on 2001/10/28 14:14:24 + Log: Integrate mainline + Branch: perlio + !> lib/ExtUtils/Embed.t win32/win32.c +____________________________________________________________________________ +[ 12739] By: jhi on 2001/10/28 14:06:58 + Log: Need to be ./executed. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12738] By: jhi on 2001/10/28 14:03:58 + Log: Integrate perlio. + Branch: perl + !> perlio.c win32/win32.h +____________________________________________________________________________ +[ 12737] By: nick on 2001/10/28 13:53:45 + Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked + by gcc -xc++. + Branch: perlio + ! win32/win32.h +____________________________________________________________________________ +[ 12736] By: nick on 2001/10/28 13:50:50 + Log: Have :stdio layer update an honour the fd refcnt table. + Embed.t now passes with PERLIO=stdio as well (tested under ithreads) + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12735] By: jhi on 2001/10/28 13:34:37 + Log: Integrate changes #12724 and #12725 from maintperl; + multiarg system now works. + Branch: perl + !> win32/win32.c +____________________________________________________________________________ +[ 12734] By: jhi on 2001/10/28 13:31:54 + Log: Integrate perlio. + Branch: perl + +> lib/ExtUtils/Embed.t + !> MANIFEST perlio.c +____________________________________________________________________________ +[ 12733] By: nick on 2001/10/28 13:07:16 + Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at + least for PERLIO=perlio unthreaded case + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12732] By: nick on 2001/10/28 11:10:24 + Log: Typo in exe name + Branch: perlio + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12731] By: nick on 2001/10/28 11:09:59 + Log: Integrate Mainline + Branch: perlio + !> Changes configure.com ext/DB_File/DB_File.pm + !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs + !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp + !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h + !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod + !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h + !> t/TEST t/op/regexp.t win32/buildext.pl +____________________________________________________________________________ +[ 12730] By: nick on 2001/10/28 11:05:35 + Log: Fixup Embed.t for Win32/VC++ + Branch: perlio + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12729] By: nick on 2001/10/28 09:36:20 + Log: Adapt testcase from Doug Maceachern for perlio_destruct + bug as lib/ExtUtils/Embed.t which tests that and some aspects of + ExtUtils::Embed. + Branch: perlio + + lib/ExtUtils/Embed.t + ! MANIFEST +____________________________________________________________________________ +[ 12728] By: sky on 2001/10/28 08:12:53 + Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that + line manually! + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 12727] By: sky on 2001/10/28 08:02:09 + Log: And here we use the prototypes. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12726] By: sky on 2001/10/28 08:00:48 + Log: Support [] style prototypes. + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 12725] By: gsar on 2001/10/28 04:49:15 + Log: yet another multi-arg system() fix on windows: batch files as the + first argument (i.e. directly executed by CreateProcess()) need + extra quoting to escape shell-shock + Branch: maint-5.6/perl + ! win32/win32.c +____________________________________________________________________________ +[ 12724] By: gsar on 2001/10/28 03:49:31 + Log: another multi-arg system() fix on windows: passing empty arguments + now works + Branch: maint-5.6/perl + ! win32/win32.c +____________________________________________________________________________ +[ 12723] By: jhi on 2001/10/28 03:32:32 + Log: Explicitly expect only 4 or 8 bytes of PTRSIZE. + No final #else #error because we do not seem to + be using #error? + Branch: perl + ! op.h +____________________________________________________________________________ +[ 12722] By: jhi on 2001/10/28 02:41:04 + Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Sat, 27 Oct 2001 23:28:44 EST + Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12721] By: jhi on 2001/10/28 01:53:34 + Log: Regen perlapi, perltoc. + Branch: perl + ! pod/perlapi.pod pod/perltoc.pod +____________________________________________________________________________ +[ 12720] By: jhi on 2001/10/28 01:30:04 + Log: Subject: [PATCH] sv.h documentation + From: Tim Jenness + Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) + Message-ID: + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 12719] By: gsar on 2001/10/27 23:42:51 + Log: "nmake clean" fails to clean ext/... because buildext.pl calls + system("nmake -nologo", "clean") and there is no executable + called "nmake -nologo"; this used to "work" pre-change#12559 due + to bugs in multiarg system() that have since been fixed + Branch: perl + ! win32/buildext.pl +____________________________________________________________________________ +[ 12718] By: jhi on 2001/10/27 21:58:35 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12717] By: jhi on 2001/10/27 21:54:11 + Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface) + From: Richard.Foley@t-online.de (Richard Foley) + Date: Sun, 28 Oct 2001 00:48:32 +0200 + Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 12716] By: jhi on 2001/10/27 21:41:02 + Log: Must store pointers with the right width. + Branch: perl + ! op.h +____________________________________________________________________________ +[ 12715] By: jhi on 2001/10/27 21:22:52 + Log: Integrate change #12711 from perlio; + + Use ref count scheme rather than PerlLIO_dup() to do fp_dup(). + Restores op/fork.t on Win32 (still segfault on exit of ok 2). + Branch: perl + !> perlio.c +____________________________________________________________________________ +[ 12714] By: jhi on 2001/10/27 21:04:59 + Log: Subject: [PATCH] make minitest + From: Nicholas Clark + Date: Sat, 27 Oct 2001 22:56:16 +0100 + Message-ID: <20011027225616.L20275@plum.flirble.org> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12713] By: jhi on 2001/10/27 20:58:33 + Log: Patch #12661 missed this. + Branch: perl + ! ext/DB_File/DB_File.pm +____________________________________________________________________________ +[ 12712] By: jhi on 2001/10/27 20:56:38 + Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS + From: "Craig A. Berry" + Date: Sat, 27 Oct 2001 16:07:47 -0500 + Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01> + Branch: perl + ! configure.com perlio.c +____________________________________________________________________________ +[ 12711] By: nick on 2001/10/27 19:49:25 + Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup(). + Restores op/fork.t on Win32 (still segfault on exit of ok 2). + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12710] By: jhi on 2001/10/27 17:07:46 + Log: Let's not replace reason if there's one already supplied. + Branch: perl + ! t/op/regexp.t +____________________________________________________________________________ +[ 12709] By: jhi on 2001/10/27 17:02:30 + Log: is not good. + Branch: perl + ! t/op/regexp.t +____________________________________________________________________________ +[ 12708] By: jhi on 2001/10/27 16:54:07 + Log: ldlibpth can exist but be unset. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12707] By: jhi on 2001/10/27 16:47:07 + Log: Unicode: property alias naming cleanup. + Branch: perl + ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod +____________________________________________________________________________ +[ 12706] By: jhi on 2001/10/27 15:24:06 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 12705] By: jhi on 2001/10/27 15:23:15 + Log: Integrate change #12703 from maintperl; + + typemap stuff intervenes before declaration, move it to PREINIT + section + + (an empty integrate, but now the files are in sync + between the branches) + Branch: perl + !> ext/ODBM_File/ODBM_File.xs +____________________________________________________________________________ +[ 12704] By: jhi on 2001/10/27 15:21:17 + Log: More PerlIO symbols. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 12703] By: gsar on 2001/10/27 15:12:54 + Log: typemap stuff intervenes before declaration, move it to PREINIT + section + Branch: maint-5.6/perl + ! ext/ODBM_File/ODBM_File.xs +____________________________________________________________________________ +[ 12702] By: nick on 2001/10/27 14:09:35 + Log: Integrate mainline + Branch: perlio + +> ext/threads/shared/t/av_simple.t + +> ext/threads/shared/t/hv_refs.t + +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl + !> (integrate 109 files) +____________________________________________________________________________ +[ 12700] By: ams on 2001/10/26 21:22:23 + Log: Subject: [PATCH] tweak divide + From: Nicholas Clark + Date: Fri, 26 Oct 2001 22:52:17 +0100 + Message-Id: <20011026225217.B20275@plum.flirble.org> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 12699] By: pudge on 2001/10/26 20:49:00 + Log: Integrate a buncha things from maintperl. + Branch: maint-5.6/macperl + !> (integrate 32 files) +____________________________________________________________________________ +[ 12698] By: jhi on 2001/10/26 19:13:24 + Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box + From: Andy Dougherty + Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT) + Message-ID: + Branch: perl + ! hints/svr4.sh +____________________________________________________________________________ +[ 12697] By: jhi on 2001/10/26 18:42:58 + Log: When you're root, many things become writable. + Branch: perl + ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t +____________________________________________________________________________ +[ 12696] By: jhi on 2001/10/26 15:52:58 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12695] By: gsar on 2001/10/26 15:34:31 + Log: Term/Cap.t attempts to access the floppy drive for no good reason + on dosish systems + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12694] By: gsar on 2001/10/26 15:15:16 + Log: fix misleading comment on known inadequacy in B::Terse, and skip + it correctly + Branch: perl + ! ext/B/t/terse.t +____________________________________________________________________________ +[ 12693] By: gsar on 2001/10/26 14:53:56 + Log: fix spurious AutoSplit.t failure under windows + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 12692] By: gsar on 2001/10/26 14:39:06 + Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12691] By: jhi on 2001/10/26 14:34:15 + Log: More logical to use %04"UVXf" than %"UVuf" since + the Unicode standard prefers hex. + Branch: perl + ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl + ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl + ! lib/unicore/mktables utf8.c +____________________________________________________________________________ +[ 12690] By: gsar on 2001/10/26 14:15:55 + Log: change#12065 seems to have broken Encode build on windows; fix + Branch: perl + ! ext/Encode/Encode.xs ext/Encode/Makefile.PL +____________________________________________________________________________ +[ 12689] By: jhi on 2001/10/26 14:12:04 + Log: Unicode: add the case folding table. + Branch: perl + + lib/unicore/To/Fold.pl + ! MANIFEST lib/unicore/mktables +____________________________________________________________________________ +[ 12688] By: sky on 2001/10/26 13:51:29 + Log: Get the new functions right, do not export lock since we use builtin lock. + TODO: fix xsubpp to support the new prototypes + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12687] By: jhi on 2001/10/26 13:43:03 + Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL, + as suggested by Sarathy. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12686] By: gsar on 2001/10/26 13:39:52 + Log: avoid compiler warning + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 12685] By: jhi on 2001/10/26 13:39:12 + Log: WinCE update from Rainer Keuchel. + Branch: perl + ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def + ! wince/wince.c +____________________________________________________________________________ +[ 12684] By: sky on 2001/10/26 13:34:33 + Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12683] By: gbarr on 2001/10/26 13:32:47 + Log: More fixes that were made to the core and not in the libnet src + Branch: perl + ! lib/Net/Domain.pm +____________________________________________________________________________ +[ 12682] By: jhi on 2001/10/26 13:31:10 + Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3 + From: "H.Merijn Brand" + Date: Fri, 26 Oct 2001 13:55:21 +0200 + Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl> + + (plus make the db-recno.t#59 accept both \n and \r\n) + Branch: perl + ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 12681] By: gbarr on 2001/10/26 13:22:38 + Log: Fix tests to be able to run in the core and the CPAN dist + Branch: perl + ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t + ! lib/Net/t/require.t lib/Net/t/smtp.t +____________________________________________________________________________ +[ 12680] By: jhi on 2001/10/26 13:16:03 + Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed] + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu> + Date: Fri, 26 Oct 2001 08:34:46 EDT + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12679] By: gbarr on 2001/10/26 13:11:00 + Log: Sync libnet modules with what will be libnet-1.08 + Branch: perl + ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm + ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm + ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t + ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t +____________________________________________________________________________ +[ 12678] By: jhi on 2001/10/26 13:03:01 + Log: Integrate maintperl changes #12268 and #12669; + + final touches to the audit for statics and thread-unsafe code + * make DB_File, ODBM_File thread-safe + * remove unnecessary/dangerous statics and protect others + from not getting accidentally enabled under threaded perls + + windows support functions get_childdir() et al aren't exported + correctly under vanilla build + + Testing under win32 appreciated since changes there had + to be manually merged and I cannot test how badly did I do. + Branch: perl + !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs + !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs + !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c + !> win32/vmem.h win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 12677] By: sky on 2001/10/26 12:37:17 + Log: More Config::threads to threads::threads changes + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/t/basic.t +____________________________________________________________________________ +[ 12676] By: sky on 2001/10/26 12:31:46 + Log: Make new() work exactly like create(). Move from Config::threads to threads::threads + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 12675] By: sky on 2001/10/26 12:06:30 + Log: Allocing a TLS in runtime is not too hot. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12674] By: sky on 2001/10/26 11:59:09 + Log: Don't display debug data. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 12673] By: sky on 2001/10/26 11:35:47 + Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is + complete bar support for blessed objects. + TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed. + Branch: perl + ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t +____________________________________________________________________________ +[ 12672] By: sky on 2001/10/26 11:15:28 + Log: Fix case where shared reference does not exist in current thread. + Branch: perl + ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t +____________________________________________________________________________ +[ 12671] By: sky on 2001/10/26 08:48:52 + Log: Support for references in shared arrays. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12670] By: sky on 2001/10/26 08:30:11 + Log: Add tests for references in hashes. + Branch: perl + + ext/threads/shared/t/hv_refs.t + ! MANIFEST +____________________________________________________________________________ +[ 12669] By: gsar on 2001/10/26 06:07:10 + Log: windows support functions get_childdir() et al aren't exported + correctly under vanilla build + Branch: maint-5.6/perl + ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 12668] By: gsar on 2001/10/26 03:52:12 + Log: final touches to the audit for statics and thread-unsafe code + * make DB_File, ODBM_File thread-safe + * remove unnecessary/dangerous statics and protect others + from not getting accidentally enabled under threaded perls + Branch: maint-5.6/perl + ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs + ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs + ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h + ! win32/win32.c +____________________________________________________________________________ +[ 12667] By: ams on 2001/10/26 03:48:36 + Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings. + From: "Richard Soderberg" + Date: Thu, 25 Oct 2001 23:42:50 -0400 + Message-Id: + Branch: perl + ! sharedsv.c +____________________________________________________________________________ +[ 12666] By: jhi on 2001/10/26 02:07:17 + Log: Integrate change #12664 from maintperl; + + the newest GCCs don't seem to like C<"string1"##STRING2> + so keep it as C<"string1" STRING2> (latter appears to + work everywhere) + Branch: perl + !> ext/DynaLoader/dlutils.c +____________________________________________________________________________ +[ 12665] By: jhi on 2001/10/26 02:04:29 + Log: Subject: [PATCH] perl.h for Mac OS (Classic) + From: Chris Nandor + Date: Thu, 25 Oct 2001 22:15:03 -0400 + Message-Id: + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 12664] By: gsar on 2001/10/26 00:22:35 + Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as + C<"string1" STRING2> (latter appears to work everywhere) + Branch: maint-5.6/perl + ! ext/DynaLoader/dlutils.c +____________________________________________________________________________ +[ 12663] By: jhi on 2001/10/25 22:59:44 + Log: AUTHORS update. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 12662] By: jhi on 2001/10/25 22:50:41 + Log: Integrate change #12660 from maintperl; + + make the dMY_CXT stuff available under all of + MULTIPLICITY/PERL_OBJECT/USE_ITHREADS + Branch: perl + !> perl.h +____________________________________________________________________________ +[ 12661] By: jhi on 2001/10/25 22:47:28 + Log: Subject: [PATCH] DB_File-1.79 + From: "Paul Marquess" + Date: Fri, 26 Oct 2001 00:03:54 +0100 + Message-ID: + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.xs + ! ext/DB_File/t/db-recno.t ext/DB_File/version.c +____________________________________________________________________________ +[ 12660] By: gsar on 2001/10/25 22:44:44 + Log: make the dMY_CXT stuff available under all of + MULTIPLICITY/PERL_OBJECT/USE_ITHREADS + Branch: maint-5.6/perl + ! perl.h +____________________________________________________________________________ +[ 12659] By: jhi on 2001/10/25 21:27:23 + Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly + From: Michael G Schwern + Date: Thu, 25 Oct 2001 18:28:12 -0400 + Message-ID: <20011025182812.M4811@blackrider> + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 12658] By: jhi on 2001/10/25 20:54:58 + Log: STRLEN != int. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 12657] By: jhi on 2001/10/25 20:51:44 + Log: Subject: [PATCH] remove small IVop redundancy + From: Nicholas Clark + Date: Thu, 25 Oct 2001 22:48:28 +0100 + Message-ID: <20011025224827.M66471@plum.flirble.org> + Branch: perl + ! pp.c pp_hot.c +____________________________________________________________________________ +[ 12656] By: jhi on 2001/10/25 18:45:52 + Log: Metaconfig unit change for #12655. + Branch: metaconfig/U/perl + ! Extensions.U +____________________________________________________________________________ +[ 12655] By: jhi on 2001/10/25 18:45:18 + Log: Subject: Re: Not OK @12650 + From: Andy Dougherty + Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 12654] By: jhi on 2001/10/25 18:07:58 + Log: Integrate changes #12652 and #12653 from maintperl; + + more tweaks to change#12626 + * move the boilerplate code over to perl.h and make DynaLoader + use it + * make re, Opcode, File::Glob and B threadsafe + * re.xs needed s/deinstall/uninstall/ (guess nobody uses + C anywhere) + + include XS_VERSION in MY_CXT_KEY (tweak for change#12652) + + File::Glob required a bit more work in bleadperl + because of ExtUtils::Constant (see the Makefile.PL change) + Branch: perl + ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL + !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs + !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h +____________________________________________________________________________ +[ 12653] By: gsar on 2001/10/25 17:23:52 + Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652) + Branch: maint-5.6/perl + ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs + ! ext/Opcode/Opcode.xs ext/re/re.xs +____________________________________________________________________________ +[ 12652] By: gsar on 2001/10/25 16:46:44 + Log: more tweaks to change#12626 + * move the boilerplate code over to perl.h and make DynaLoader + use it + * make re, Opcode, File::Glob and B threadsafe + * re.xs needed s/deinstall/uninstall/ (guess nobody uses + C anywhere) + Branch: maint-5.6/perl + ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs + ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h +____________________________________________________________________________ +[ 12651] By: jhi on 2001/10/25 16:35:51 + Log: Metaconfig unit change for #12650. + Branch: metaconfig/U/perl + ! Extensions.U +____________________________________________________________________________ +[ 12650] By: jhi on 2001/10/25 16:35:34 + Log: Subject: Re: ithreads doesn't like usedl=n + From: Andy Dougherty + Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT) + Message-ID: + + Special-case threads::shared. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 12649] By: jhi on 2001/10/25 16:21:35 + Log: Getting fancier... + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12648] By: jhi on 2001/10/25 14:26:20 + Log: csh - what a pain. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12647] By: jhi on 2001/10/25 14:04:01 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12646] By: jhi on 2001/10/25 13:34:19 + Log: Allow resetting the locale system for the duration + of the build (Mac OS X default setting LANG=En_US + ist kaputt) + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 12645] By: jhi on 2001/10/25 13:04:17 + Log: Update the MD5 checksum of MD5.xs (caused by #12642) + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 12644] By: jhi on 2001/10/25 12:56:33 + Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641) + From: Andy Dougherty + Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) + Message-ID: + Branch: perl + ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL + ! ext/threads/shared/Makefile.PL +____________________________________________________________________________ +[ 12643] By: sky on 2001/10/25 12:28:26 + Log: Add support for reference members of hashes. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12642] By: ams on 2001/10/25 12:21:13 + Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo + From: "Norton Allen" + Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt) + Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu> + Branch: perl + ! ext/Digest/MD5/MD5.xs +____________________________________________________________________________ +[ 12641] By: sky on 2001/10/25 10:27:39 + Log: Tests shared hashes. + Branch: perl + + ext/threads/shared/t/hv_simple.t + ! MANIFEST +____________________________________________________________________________ +[ 12640] By: sky on 2001/10/25 10:18:23 + Log: Fix threadcounts for arrays and hashes. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12639] By: sky on 2001/10/25 10:17:26 + Log: Note to self, doing *src_ary++ in a macro that evaluates + the value more than once is a good way to dump core. + Branch: perl + ! sharedsv.c +____________________________________________________________________________ +[ 12638] By: jhi on 2001/10/25 05:18:06 + Log: Integrate change #12636 from maintperl; more dl fixups. + Branch: perl + !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs + !> ext/DynaLoader/dl_vms.xs +____________________________________________________________________________ +[ 12637] By: jhi on 2001/10/25 05:14:17 + Log: Like dl_hpux, like dl_dld. + Branch: perl + ! ext/DynaLoader/dl_dld.xs +____________________________________________________________________________ +[ 12636] By: gsar on 2001/10/25 02:34:06 + Log: followups to change#12635 + Branch: maint-5.6/perl + ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs + ! ext/DynaLoader/dl_vms.xs +____________________________________________________________________________ +[ 12635] By: gsar on 2001/10/25 02:22:03 + Log: add part of change#12634 to the two files that need it; dl_aix.xs + in maint-5.6 doesn't have the branch that had the problem in + mainline + Branch: maint-5.6/perl + ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs +____________________________________________________________________________ +[ 12634] By: jhi on 2001/10/25 01:53:03 + Log: Fixes for #12627. + Branch: perl + ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs +____________________________________________________________________________ +[ 12633] By: jhi on 2001/10/25 01:52:33 + Log: Since pv_uni_display and sv_uni_display are now used + in the re extension, their symbols have to be exported. + Branch: perl + ! embed.pl global.sym +____________________________________________________________________________ +[ 12632] By: jhi on 2001/10/25 01:00:06 + Log: Subject: Re: [PATCH Perl@12567] debug /list + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Tue, 23 Oct 2001 21:40:33 EDT + Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12631] By: jhi on 2001/10/25 00:25:55 + Log: This takes care of some of the re 'debug' cases but + not all cases since the information whether the pattern + or the target are utf8 seems to be either lost or not + spread widely enough, sigh. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 12630] By: jhi on 2001/10/25 00:03:07 + Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure + From: John Peacock + Date: Wed, 24 Oct 2001 16:53:29 -0400 + Message-ID: <3BD72A49.1508D152@rowman.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12629] By: jhi on 2001/10/24 23:16:21 + Log: Upgrade NetWare and WinCE as in #12626. + Branch: perl + ! NetWare/dl_netware.xs wince/dl_win32.xs +____________________________________________________________________________ +[ 12628] By: jhi on 2001/10/24 23:07:00 + Log: Tru64 compiler nit. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12627] By: jhi on 2001/10/24 22:02:23 + Log: Integrate change #12626 from maintperl; + make DynaLoader threadsafe by moving all statics into + interpreter-local space + + TODO: Netware, OS/2, WinCE + Branch: perl + !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs + !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs + !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs + !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs + !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs + !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs + !> ext/DynaLoader/dlutils.c win32/dl_win32.xs +____________________________________________________________________________ +[ 12626] By: gsar on 2001/10/24 21:43:10 + Log: make DynaLoader threadsafe by moving all statics into interpreter-local + space + Branch: maint-5.6/perl + ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs + ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs + ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs + ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs + ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs + ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs + ! ext/DynaLoader/dlutils.c win32/dl_win32.xs +____________________________________________________________________________ +[ 12625] By: sky on 2001/10/24 20:05:26 + Log: Change #12623 inflicted an infinite hang. Fixed. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12624] By: sky on 2001/10/24 19:06:55 + Log: Adds support for hashes. Neither hashes nor arrays can contain references yet. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12623] By: sky on 2001/10/24 18:06:34 + Log: We need to do sharedsv_find in the original perl context. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12622] By: sky on 2001/10/24 17:26:51 + Log: Add support for basic support for AVs, references not supported yet. + Add test for AVs. + Add more tests to sv_refs + Fix documentation issues. + Branch: perl + + ext/threads/shared/t/av_simple.t + ! MANIFEST ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t +____________________________________________________________________________ +[ 12621] By: jhi on 2001/10/24 14:08:39 + Log: Dump Unicode better for re 'debug'. The regprop() + is unfinished since have to figure out how to detect + Unicodeness in there. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 12620] By: sky on 2001/10/24 13:18:07 + Log: Add support for finding shared arrays and hashes. + Branch: perl + ! sharedsv.c +____________________________________________________________________________ +[ 12619] By: jhi on 2001/10/24 13:06:24 + Log: Rewrite sv_uni_display() as pv_uni_display() as + reimplement sv_uni_display() using that. + Branch: perl + ! dump.c embed.h embed.pl proto.h +____________________________________________________________________________ +[ 12618] By: jhi on 2001/10/24 12:14:03 + Log: Integrate change #12615 from maintperl; + on Windows, IO::File::new_tmpfile() fails after being called + 32767 times because MSVCRT thinks stdio's TMP_MAX is a + process-wide limit + Branch: perl + !> win32/win32.c +____________________________________________________________________________ +[ 12617] By: jhi on 2001/10/24 12:10:37 + Log: Don't try to print ints as IVs. + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12616] By: sky on 2001/10/24 11:06:35 + Log: We only need to fetch the SV from the backend if the index + is not the same as mg_private. In theory this could be + a problem if there are an exact multiple of U16 changes + of a shared variable between two access in a given thread, + we choose to avoid theory for now. + Branch: perl + ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h +____________________________________________________________________________ +[ 12615] By: gsar on 2001/10/24 04:09:43 + Log: on Windows, IO::File::new_tmpfile() fails after being called + 32767 times because MSVCRT thinks stdio's TMP_MAX is a + process-wide limit + Branch: maint-5.6/perl + ! win32/win32.c +____________________________________________________________________________ +[ 12614] By: jhi on 2001/10/23 22:19:34 + Log: Negation and Unicode: sort of solves 20010303.010, + except not quite like reported in the Subject + (Perl_warner is still utf8-ignorant). + Branch: perl + ! pp.c t/lib/warnings/sv +____________________________________________________________________________ +[ 12613] By: jhi on 2001/10/23 21:53:13 + Log: Make the "isn't numeric" warning to show Unicode as Unicode. + Branch: perl + ! sv.c t/lib/warnings/sv +____________________________________________________________________________ +[ 12612] By: jhi on 2001/10/23 21:52:45 + Log: sv_uni_display(): do not add the "...", let the caller + do it if wanted, and be prepared for more display options. + Branch: perl + ! dump.c embed.h embed.pl proto.h +____________________________________________________________________________ +[ 12611] By: nick on 2001/10/23 20:28:07 + Log: Integrate mainline + Branch: perlio + !> Changes configure.com cygwin/cygwin.c + !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t + !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t + !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm + !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c + !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t + !> utils/h2xs.PL utils/perldoc.PL +____________________________________________________________________________ +[ 12610] By: sky on 2001/10/23 19:39:24 + Log: Change #12607 introduced a bug, seems like some MAGICAL SVs + don't call themselves READONLY but still die with modification + attempt. We only call bless for ext and umagic. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12609] By: jhi on 2001/10/23 19:35:02 + Log: Croak() on negative time; doc tweaks. + Branch: perl + ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12608] By: jhi on 2001/10/23 18:38:03 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq4.pod pod/perlfaq7.pod +____________________________________________________________________________ +[ 12607] By: sky on 2001/10/23 18:27:27 + Log: Call setmagic on the referent we are blessing. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12606] By: jhi on 2001/10/23 16:30:00 + Log: Small test nits. + Branch: perl + ! t/op/lc.t +____________________________________________________________________________ +[ 12605] By: jhi on 2001/10/23 13:08:32 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12604] By: jhi on 2001/10/23 13:03:21 + Log: Make the PerlIO_init() prototypes consistent. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 12603] By: jhi on 2001/10/23 12:54:52 + Log: Upping the test count is a good idea. + Branch: perl + ! t/op/lc.t +____________________________________________________________________________ +[ 12602] By: jhi on 2001/10/23 12:52:10 + Log: Document the final sigma spot. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 12601] By: jhi on 2001/10/23 12:26:12 + Log: Fix multicharacter titlecase (ucfirst). + Branch: perl + ! pod/perlunicode.pod pp.c t/op/lc.t +____________________________________________________________________________ +[ 12600] By: jhi on 2001/10/23 11:47:19 + Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp + From: Mikhail Zabaluev + Date: Tue, 23 Oct 2001 10:40:37 +0400 + Message-ID: <20011023104037.A12761@localhost.localdomain> + + (#12406 replaced with this) + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 12599] By: jhi on 2001/10/23 00:26:17 + Log: MacOS Classic updates from Pudge. + Branch: perl + ! lib/File/Spec.t lib/File/Spec/Mac.pm +____________________________________________________________________________ +[ 12598] By: jhi on 2001/10/22 22:32:59 + Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32 + From: Nikola Knezevic + Date: Sun, 14 Oct 2001 23:14:46 +0200 + Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu> + + except for the 2->4 changes. + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 12597] By: gsar on 2001/10/22 22:02:50 + Log: integrate macperl contents into maint-5.6 + Branch: maint-5.6/perl + ! mg.c + !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL + !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm + !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm + !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm + !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm + !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t + !> t/lib/filefind.t t/lib/filespec.t +____________________________________________________________________________ +[ 12596] By: jhi on 2001/10/22 21:43:44 + Log: At some point the #6234 has been lost from the mainline + (noticed by Pudge; what's a Mac guy doing reading Win modules? :-) + Branch: perl + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 12595] By: jhi on 2001/10/22 21:31:31 + Log: Cygwin seems to round up (or closest, but not down) + for time(), so half of the time (bad pun intended) + Time::HiRes::time() is less than time(), half of + the time it's more. So let's try harder in the loop. + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12594] By: jhi on 2001/10/22 21:23:15 + Log: MacOS Classic timeofday(), from Chris Nandor. + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12593] By: jhi on 2001/10/22 21:17:39 + Log: Integrate changes #12580 and #12581 from macperl; + + Fix path construction. + + (Copyright) Nit. + Branch: perl + !> ext/DynaLoader/DynaLoader_pm.PL perl.c +____________________________________________________________________________ +[ 12592] By: jhi on 2001/10/22 21:00:18 + Log: No domainname(1) in Cygwin, either, and the 2>/dev/null + doesn't seem to help (the error being output to console, maybe?) + Branch: perl + ! lib/Net/Domain.pm +____________________________________________________________________________ +[ 12591] By: jhi on 2001/10/22 20:55:08 + Log: Taint the getcwd() result also in Cygwin. + (TODO: which other platforms need the same thing?) + Branch: perl + ! cygwin/cygwin.c +____________________________________________________________________________ +[ 12590] By: jhi on 2001/10/22 20:27:47 + Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false. + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 12589] By: jhi on 2001/10/22 20:10:40 + Log: getpwuid() fragility continues. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 12588] By: jhi on 2001/10/22 19:58:34 + Log: getpwuid() might succeed but that's no guarantee + that the $home will be defined. + Branch: perl + ! ext/File/Glob/t/basic.t +____________________________________________________________________________ +[ 12587] By: jhi on 2001/10/22 19:50:35 + Log: It's safer to to expand the variable, too... (see #12571) + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12586] By: pudge on 2001/10/22 19:42:04 + Log: Integrate with maintperl. + Branch: maint-5.6/macperl + !> win32/bin/pl2bat.pl win32/win32.c +____________________________________________________________________________ +[ 12585] By: pudge on 2001/10/22 19:32:02 + Log: Oops, forgot to include Win32 ... just as well, since it + seems in bleadperl, change #7764 was not included + (adding C:\temp). Re-added. Rip it back out if it + doesn't belong. :-) + Branch: maint-5.6/macperl + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 12584] By: jhi on 2001/10/22 19:26:47 + Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads + From: "Craig A. Berry" + Date: Mon, 22 Oct 2001 15:25:19 -0500 + Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12583] By: pudge on 2001/10/22 19:26:00 + Log: Add in lots of File::Spec changes, from Thomas Wegner, + and sync with changes from bleadperl. + Branch: maint-5.6/macperl + ! lib/File/Spec.pm lib/File/Spec/Epoc.pm + ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm t/lib/filespec.t +____________________________________________________________________________ +[ 12582] By: pudge on 2001/10/22 19:23:28 + Log: Sync with latest File::Find and tests from bleadperl. + Branch: maint-5.6/macperl + ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t +____________________________________________________________________________ +[ 12581] By: pudge on 2001/10/22 19:22:12 + Log: Nit. + Branch: maint-5.6/macperl + ! perl.c +____________________________________________________________________________ +[ 12580] By: pudge on 2001/10/22 19:21:37 + Log: Fix path construction. + Branch: maint-5.6/macperl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 12579] By: nick on 2001/10/22 19:08:35 + Log: Integrate mainline (for Arthurs thread.xs fix) + Branch: perlio + !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t +____________________________________________________________________________ +[ 12578] By: pudge on 2001/10/22 19:02:34 + Log: Fix up exported symbols, move relevant docs + over from macperl.pod. + Branch: maint-5.6/macperl + ! macos/ext/MacPerl/MacPerl.pm +____________________________________________________________________________ +[ 12577] By: pudge on 2001/10/22 19:01:38 + Log: Make ADDRESS called optionally as a method. + Branch: maint-5.6/macperl + ! macos/lib/Mac/Glue.pm +____________________________________________________________________________ +[ 12576] By: pudge on 2001/10/22 18:58:22 + Log: Fix exit code (MacPerl bug #422129) and add Stop Script + Apple event. + Branch: maint-5.6/macperl + ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c + ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c + ! macos/macperl/MPTerminology.aete +____________________________________________________________________________ +[ 12575] By: pudge on 2001/10/22 18:56:34 + Log: Clean up some build utilities. Change Entab to Duplicate; + fix docs and error reporting; improve macify() of paths; + remove requirement for Exporter.pm presence. + Branch: maint-5.6/macperl + ! macos/InstallBLIB macos/MacPerlTests.cmd + ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm +____________________________________________________________________________ +[ 12574] By: pudge on 2001/10/22 18:53:28 + Log: Sync Time::HiRes with bleadperl + Branch: maint-5.6/macperl + ! macos/bundled_ext/Time/HiRes/HiRes.pm + ! macos/bundled_ext/Time/HiRes/HiRes.t + ! macos/bundled_ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12573] By: pudge on 2001/10/22 18:52:58 + Log: Fix up Changes + Branch: maint-5.6/macperl + ! macos/Changes +____________________________________________________________________________ +[ 12572] By: jhi on 2001/10/22 18:49:32 + Log: A user might belong to only a single group + (the group equal to the group id). + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 12571] By: jhi on 2001/10/22 18:36:46 + Log: Prepending (instead of replacing with) the pwd is safer. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12570] By: jhi on 2001/10/22 18:34:54 + Log: Be more robust if no hostname or domainname + (especially the latter) + Branch: perl + ! lib/Net/Domain.pm +____________________________________________________________________________ +[ 12569] By: sky on 2001/10/22 17:41:07 + Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12568] By: nick on 2001/10/22 16:31:24 + Log: Integrate mainline + Branch: perlio + +> ext/threads/shared/Makefile.PL ext/threads/shared/README + +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs + +> ext/threads/shared/t/sv_refs.t + +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod + - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl + - lib/unicore/To/SpecUpper.pl + !> (integrate 42 files) +____________________________________________________________________________ +[ 12567] By: jhi on 2001/10/22 12:56:20 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12566] By: jhi on 2001/10/22 12:22:29 + Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $] + From: Michael G Schwern + Date: Mon, 22 Oct 2001 03:48:38 -0400 + Message-ID: <20011022034838.B1676@blackrider> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 12565] By: jhi on 2001/10/22 12:21:28 + Log: Pod nits, as suggested by Stas Bekman. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/threads.pm +____________________________________________________________________________ +[ 12564] By: jhi on 2001/10/22 12:17:00 + Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules + From: "Paul Marquess" + Date: Sun, 21 Oct 2001 21:11:15 +0100 + Message-ID: + Branch: perl + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t + ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs + ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap + ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t + ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t + ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs + ! ext/SDBM_File/sdbm.t +____________________________________________________________________________ +[ 12563] By: jhi on 2001/10/22 12:15:19 + Log: Integrate change #12559 from maintperl; + various fixes for system() and backticks under windows + Branch: perl + !> win32/win32.c +____________________________________________________________________________ +[ 12562] By: jhi on 2001/10/22 12:05:35 + Log: Integrate change #12560 from maintperl; + make pl2bat use %0 rather than "%0" (the latter fails to work + in a lot of common cases) + Branch: perl + !> win32/bin/pl2bat.pl +____________________________________________________________________________ +[ 12561] By: jhi on 2001/10/22 12:00:23 + Log: Integrate changes #12549 and #12550 from maintperl; + + readline() doesn't work with our variables; it confuses them with + my variables (change#4227 was incomplete) + Branch: perl + ! t/lib/strict/vars + !> t/base/rs.t toke.c +____________________________________________________________________________ +[ 12560] By: gsar on 2001/10/22 09:51:59 + Log: make pl2bat use %0 rather than "%0" (the latter fails to work + in a lot of common cases) + Branch: maint-5.6/perl + ! win32/bin/pl2bat.pl +____________________________________________________________________________ +[ 12559] By: gsar on 2001/10/22 09:49:51 + Log: various fixes for system() and backticks under windows: + + * avoid munging whitespace that is passed within quotes + * work around a cmd.exe misfeature that made multi-arg + system() unreliable when there is more than one quoted + argument + * make multi-arg system() autoquote arguments as needed + before passing them to the shell (this avoids having to + second guess the shell quoting) + * perl's -Dp switch can be used to trace the innards + Branch: maint-5.6/perl + ! win32/win32.c +____________________________________________________________________________ +[ 12558] By: nick on 2001/10/22 08:58:42 + Log: Integrate ithreads buffer flush fix from perlio + Branch: perl + !> ext/threads/t/basic.t perl.c +____________________________________________________________________________ +[ 12557] By: nick on 2001/10/22 08:35:09 + Log: All tests pass (legitimately) on ithreads + Branch: perlio + ! ext/threads/t/basic.t perl.c +____________________________________________________________________________ +[ 12556] By: nick on 2001/10/22 06:51:22 + Log: Integrate non-ithreads fix to mainline + Branch: perl + !> perlio.c +____________________________________________________________________________ +[ 12555] By: nick on 2001/10/22 06:48:33 + Log: Restore non-ithreads build. Interestingly binmode test passes + non-ithreads - so crlf layer is not damaged and ithreads fail + is a symptom ... + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12554] By: jhi on 2001/10/21 22:21:55 + Log: Integrate from perlio; restructuring. + Branch: perl + !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c + !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk + !> win32/perlhost.h +____________________________________________________________________________ +[ 12553] By: pudge on 2001/10/21 21:51:34 + Log: Integrate from maintperl + (Changes 12350, 12496, 12548, 12549, 12550) + Branch: maint-5.6/macperl + !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t + !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c +____________________________________________________________________________ +[ 12552] By: nick on 2001/10/21 19:18:12 + Log: Win32 PerlIO_cleanup special cases should no longer be required. + Branch: perlio + ! perl.c +____________________________________________________________________________ +[ 12551] By: nick on 2001/10/21 19:16:56 + Log: Multiple win32io.o is fatal for GCC (and noise with VC++) + Branch: perlio + ! win32/makefile.mk +____________________________________________________________________________ +[ 12550] By: gsar on 2001/10/21 19:05:54 + Log: change#12549 wasn't aware of strictures + Branch: maint-5.6/perl + ! t/pragma/strict-vars toke.c +____________________________________________________________________________ +[ 12549] By: gsar on 2001/10/21 18:03:19 + Log: readline() doesn't work with our variables; it confuses them with + my variables (change#4227 was incomplete) + Branch: maint-5.6/perl + ! t/base/rs.t toke.c +____________________________________________________________________________ +[ 12548] By: gsar on 2001/10/21 17:48:01 + Log: change#12220 appears to have pulled in a mainline change that + isn't applicable to maint-5.6 (some platforms don't taint + cwd) + Branch: maint-5.6/perl + ! t/lib/filefind-taint.t +____________________________________________________________________________ +[ 12547] By: nick on 2001/10/21 17:15:54 + Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions + for them. Call explicit cleanup during destruct process. + - one binmode test is failing + - also ext/threads/t/basic.t fails under make test, and is noisy under + harness. (Threads results are intermingled and don't match order expected.) + Branch: perlio + ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c + ! perlio.h perliol.h pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 12546] By: jhi on 2001/10/21 16:12:08 + Log: Implement multicharacter case mappings where a single + Unicode character can be mapped into several. + Branch: perl + - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl + - lib/unicore/To/SpecUpper.pl + ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl + ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl + ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c + ! proto.h t/op/lc.t utf8.c +____________________________________________________________________________ +[ 12545] By: sky on 2001/10/21 15:25:16 + Log: First support of threads::shared, support shared svs and references. + Branch: perl + + ext/threads/shared/Makefile.PL ext/threads/shared/README + + ext/threads/shared/shared.pm ext/threads/shared/shared.xs + + ext/threads/shared/t/sv_refs.t + + ext/threads/shared/t/sv_simple.t + ! MANIFEST sharedsv.c +____________________________________________________________________________ +[ 12544] By: nick on 2001/10/21 14:52:35 + Log: PerlIO layer table as PL_perlio (per-interpreter) + Branch: perlio + ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 12543] By: jhi on 2001/10/21 13:36:40 + Log: Prettyprinting. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12542] By: ams on 2001/10/21 03:50:25 + Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final" + From: "Sean M. Burke" + Date: Sat, 20 Oct 2001 17:51:09 -0600 + Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net> + Branch: perl + + pod/perlpodspec.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod + ! pod/perltoc.pod +____________________________________________________________________________ +[ 12541] By: nick on 2001/10/20 22:23:53 + Log: Fix typos in new locking on MemShared + Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...) + - seems to make segfaults more deterministic - suspect they are + attempt to free() after Interp and Host have gone. + Branch: perlio + ! perlio.c win32/perlhost.h +____________________________________________________________________________ +[ 12540] By: nick on 2001/10/20 21:50:46 + Log: Remove the MemShared re-#define (again) + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12539] By: nick on 2001/10/20 21:49:06 + Log: Use locks on MemShared + Branch: perlio + ! win32/perlhost.h +____________________________________________________________________________ +[ 12538] By: jhi on 2001/10/20 17:31:07 + Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out + From: "chromatic" + Date: Sat, 20 Oct 2001 11:13:47 -0600 + Message-ID: <20011020172003.60024.qmail@onion.perl.org> + Branch: perl + ! installhtml +____________________________________________________________________________ +[ 12537] By: nick on 2001/10/20 16:44:03 + Log: Integrate mainline + Branch: perlio + !> (integrate 48 files) +____________________________________________________________________________ +[ 12536] By: jhi on 2001/10/20 15:58:00 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12535] By: jhi on 2001/10/20 15:18:57 + Log: Upgrade to podlators 1.11, from Russ Allbery. + Branch: perl + ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm + ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm + ! pod/pod2man.PL pod/pod2text.PL +____________________________________________________________________________ +[ 12534] By: jhi on 2001/10/20 15:14:25 + Log: Integrate perlio change #12532: + introduce and use PerlIO_intmod2str(). + Branch: perl + !> doio.c lib/Net/Domain.pm perlio.c perlio.h +____________________________________________________________________________ +[ 12533] By: jhi on 2001/10/20 14:42:33 + Log: Update to Getopt::Long 2.26_02, from Johan Vromans. + Branch: perl + ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl +____________________________________________________________________________ +[ 12532] By: nick on 2001/10/20 14:25:37 + Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str() + Use for non-PERLIO fdupopen(). + Branch: perlio + ! doio.c lib/Net/Domain.pm perlio.c perlio.h +____________________________________________________________________________ +[ 12531] By: jhi on 2001/10/20 14:05:47 + Log: Integrate perlio: PerlIO win32 fixes. + Branch: perl + !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym + !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod + !> proto.h sv.h win32/win32io.c +____________________________________________________________________________ +[ 12530] By: nick on 2001/10/20 12:53:30 + Log: Fixed in two places - p4 resolve + Branch: perlio + ! perlsdio.h +____________________________________________________________________________ +[ 12529] By: nick on 2001/10/20 12:51:05 + Log: Fix for ithreads/stdio build + Branch: perlio + ! perlio.c perlsdio.h +____________________________________________________________________________ +[ 12528] By: ams on 2001/10/20 12:13:25 + Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man + From: Michael G Schwern + Date: Sat, 20 Oct 2001 01:41:21 -0400 + Message-Id: <20011020014121.I3681@blackrider> + Branch: perl + ! installman +____________________________________________________________________________ +[ 12527] By: ams on 2001/10/20 12:09:41 + Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo + From: Michael G Schwern + Date: Sat, 20 Oct 2001 02:04:21 -0400 + Message-Id: <20011020020421.A11732@blackrider> + Branch: perl + ! lib/Pod/Checker.pm +____________________________________________________________________________ +[ 12526] By: ams on 2001/10/20 11:59:41 + Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos + From: "chromatic" + Date: Fri, 19 Oct 2001 22:46:39 -0600 + Message-Id: <20011020045254.73112.qmail@onion.perl.org> + Branch: perl + ! lib/Net/Config.pm +____________________________________________________________________________ +[ 12525] By: nick on 2001/10/20 11:16:18 + Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling + Perl_sv_setsv_flags directly. + Branch: perlio + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12524] By: nick on 2001/10/20 10:28:17 + Log: Add a new flag character 'm' to embed.pl set to represent + "functions" which are really macros. Use it foe the troublesome + sv_setsv() etc. macros in sv.h - changing latter to define + sv_setsv rather than sv_setsv_macro etc. + Branch: perlio + ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h + ! pod/perlapi.pod proto.h sv.h +____________________________________________________________________________ +[ 12523] By: nick on 2001/10/20 09:17:17 + Log: Add comments explaining why win32.h/embed.h are included where they are + in perl.h + Branch: perlio + ! perl.h +____________________________________________________________________________ +[ 12522] By: nick on 2001/10/20 08:27:44 + Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not + being used yet. + Branch: perlio + ! win32/win32io.c +____________________________________________________________________________ +[ 12521] By: jhi on 2001/10/20 02:36:21 + Log: Wording tweaks. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12520] By: jhi on 2001/10/20 01:02:26 + Log: Subject: IO module with nonblocking socket connect patch + From: Raul Dias + Date: Fri, 19 Oct 2001 22:45:32 -0300 + Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br> + Branch: perl + ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 12519] By: jhi on 2001/10/20 00:51:07 + Log: Test vertical whitespace combined with /x in \p{}. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 12518] By: jhi on 2001/10/20 00:13:47 + Log: Subject: [PATCH] PERL_MM_USE_DEFAULT + From: Gisle Aas + Date: 19 Oct 2001 16:46:02 -0700 + Message-ID: + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 12517] By: jhi on 2001/10/19 23:59:34 + Log: No more this symbol. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 12516] By: jhi on 2001/10/19 23:57:48 + Log: Integrate change #12511; fix gross win32 build issues. + Branch: perl + !> makedef.pl sv.c +____________________________________________________________________________ +[ 12515] By: jhi on 2001/10/19 23:16:06 + Log: Unpack in scalar context should return the first value + returned in list context, as pointed out by Ton Hospel + in 2001-05-21 (this is how it works already in blead, + just adding the test). + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 12514] By: jhi on 2001/10/19 21:10:43 + Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS + From: "Craig A. Berry" + Date: Fri, 19 Oct 2001 16:59:30 -0500 + Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01> + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 12513] By: jhi on 2001/10/19 21:09:27 + Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Fri, 19 Oct 2001 17:45:23 EDT + Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h + ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h + ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c + ! vms/vmsish.h +____________________________________________________________________________ +[ 12512] By: jhi on 2001/10/19 20:28:48 + Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Fri, 19 Oct 2001 17:26:35 EDT + Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! lib/Term/Complete.t lib/Test/Simple/t/output.t +____________________________________________________________________________ +[ 12511] By: nick on 2001/10/19 19:55:36 + Log: Fix gross win32 build issues + Branch: perlio + ! makedef.pl sv.c +____________________________________________________________________________ +[ 12510] By: jhi on 2001/10/19 19:52:17 + Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current) + From: David Dyck + Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT) + Message-ID: + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 12509] By: jhi on 2001/10/19 19:01:46 + Log: Subject: Re: PerlIO and Encode + From: SADAHIRO Tomoyuki + Date: Tue, 16 Oct 2001 01:50:16 +0900 + Message-Id: <20011016014150.0C8E.BQW10602@nifty.com> + Branch: perl + ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm + ! ext/Encode/Encode/Tcl.t +____________________________________________________________________________ +[ 12508] By: ams on 2001/10/19 17:59:16 + Log: C> hunks from <20011019014551.A35625@not.autrijus.org>. + (See #12499) + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 12507] By: nick on 2001/10/19 16:30:43 + Log: Integrate mainline + Branch: perlio + +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t + +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t + +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t + +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t + +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t + +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t + +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl + +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod + +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64 + +> win32/config_H.win64 + - lib/Test/Utils.pm lib/unicore/mktables.PL + - t/lib/Test/Simple/Catch/More.pm + !> (integrate 84 files) +____________________________________________________________________________ +[ 12506] By: jhi on 2001/10/19 14:20:15 + Log: Retract the #10451 which seems to be the cause + of the major leakage from while(){eval"sub{}"} + Branch: perl + ! op.c t/run/kill_perl.t +____________________________________________________________________________ +[ 12505] By: jhi on 2001/10/19 13:39:59 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 12504] By: jhi on 2001/10/19 13:35:59 + Log: Tiny tweaks. + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 12503] By: ams on 2001/10/19 13:34:24 + Log: Subject: Re: perlintro.pod + From: Abe Timmerman + Date: Fri, 19 Oct 2001 14:12:40 +0200 + Message-Id: + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 12502] By: ams on 2001/10/19 13:24:12 + Log: Slight reorganisation of references. + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 12501] By: jhi on 2001/10/19 13:19:14 + Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's + From: Kay Röpke + Date: Fri, 19 Oct 2001 14:04:01 +0200 + Message-Id: + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 12500] By: jhi on 2001/10/19 03:25:44 + Log: Unicode categories continue: + implement Category=, Script=, Block= + (these are based on an upcoming update of TR#18) + Fix a bug where we got two In categories named "old italic", + and another where shortcut for the Is categories wasn't taken. + Branch: perl + ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl + ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod + ! pod/perlunicode.pod t/op/pat.t +____________________________________________________________________________ +[ 12499] By: ams on 2001/10/19 01:42:29 + Log: Subject: a small patch to perlintro.pod. + From: Autrijus Tang + Date: Fri, 19 Oct 2001 01:45:51 +0800 + Message-Id: <20011019014551.A35625@not.autrijus.org> + (Applied by hand with nits.) + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 12498] By: jhi on 2001/10/19 00:14:50 + Log: Subject: [PATCH] OpenBSD hints for ithreads + From: Andy Dougherty + Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT) + Message-ID: + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 12497] By: jhi on 2001/10/18 16:14:13 + Log: Retract #12446; the problem solved by #12474. + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 12496] By: gsar on 2001/10/18 15:38:22 + Log: Carp::shortmess_heavy() doesn't notice trailing newline in + message and suppress line number info (from Steve Hay + ) + Branch: maint-5.6/perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 12495] By: jhi on 2001/10/18 14:06:52 + Log: More documented In categories. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12494] By: jhi on 2001/10/18 13:04:48 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12493] By: jhi on 2001/10/18 12:58:31 + Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 12492] By: jhi on 2001/10/18 12:37:28 + Log: Wrong skip() arguments. + Branch: perl + ! ext/B/t/terse.t +____________________________________________________________________________ +[ 12491] By: jhi on 2001/10/18 12:17:16 + Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Wed, 17 Oct 2001 09:10:53 EDT + Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h + ! pod/perlapi.pod vms/vms.c +____________________________________________________________________________ +[ 12490] By: ams on 2001/10/18 09:31:00 + Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents + From: Mark-Jason Dominus + Date: Thu, 18 Oct 2001 06:25:35 -0400 + Message-Id: <20011018102535.19264.qmail@plover.com> + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 12489] By: jhi on 2001/10/18 02:24:52 + Log: Prettyprinting. + Branch: perl + ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables +____________________________________________________________________________ +[ 12488] By: jhi on 2001/10/18 00:47:19 + Log: Regen toc. + Branch: perl + ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 12487] By: jhi on 2001/10/18 00:43:18 + Log: Add perlintro, from Skud. + Branch: perl + + pod/perlintro.pod + ! MANIFEST +____________________________________________________________________________ +[ 12486] By: jhi on 2001/10/18 00:10:44 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod + ! pod/perlfaq8.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 12485] By: jhi on 2001/10/17 23:57:15 + Log: Oh, bother. In Tru64 cc -std1 was looking rather nice + in speed (upto 20% speedup in certain operations) but meanwhile + regexps and arithmetics got slower (5-10%) (according to + perlbench average speedup is negligible, and within measuring + flutter, 1%). Therefore retracting all the changes + aimed at getting -std1 to compile cleanly: #12475, #12476, + #12479, #12480, #12481, #12482, #12483, #12484. + Branch: perl + ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c + ! pp_hot.c pp_sys.c toke.c +____________________________________________________________________________ +[ 12484] By: jhi on 2001/10/17 21:58:40 + Log: (retracted by #12485) + Strict ANSI doesn't like the third argument of main() + so enable ignoring it if using ultra picky compiler. + Branch: perl + ! miniperlmain.c +____________________________________________________________________________ +[ 12483] By: jhi on 2001/10/17 21:48:24 + Log: (retracted by #12485) + Move the VMS_FOO_ERROR codes next to the SETERRNO() definition. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 12482] By: jhi on 2001/10/17 21:42:57 + Log: (retracted by #12485) + Add explanatory comment. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12481] By: jhi on 2001/10/17 20:50:37 + Log: (retracted by #12485) + More dollar$hiding. + Branch: perl + ! doio.c perl.h pp_sys.c +____________________________________________________________________________ +[ 12480] By: jhi on 2001/10/17 20:27:34 + Log: (retracted by #12485) + KISS. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12479] By: jhi on 2001/10/17 19:57:34 + Log: (retracted by #12485) + Thou shalt not #ifdef inside macro invocations, + noticed by Rafael Garcia-Suarez. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12478] By: ams on 2001/10/17 18:50:55 + Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept() + From: Anton Berezin + Date: Wed, 17 Oct 2001 18:25:48 +0200 + Message-Id: <20011017182548.A12082@heechee.tobez.org> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 12476] By: jhi on 2001/10/17 16:46:50 + Log: (retracted by #12485) + Unterminated #ifdef. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12475] By: jhi on 2001/10/17 16:42:49 + Log: (retracted by #12485) + Avoid dollar signs in identifiers (in non-VMS) to + placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP). + Branch: perl + ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c + ! toke.c +____________________________________________________________________________ +[ 12474] By: ams on 2001/10/17 15:14:50 + Log: Subject: Two AIX patches + From: H.Merijn Brand + Date: Wed, 17 Oct 2001 18:04:35 +0200 + Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl> + Branch: perl + ! hints/aix.sh makedef.pl +____________________________________________________________________________ +[ 12473] By: jhi on 2001/10/17 14:48:38 + Log: Limiting the Time::HiRes::sleep and usleep to + one second is not a good policy if drop-in + replacement is still a goal. + Branch: perl + ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12472] By: jhi on 2001/10/17 11:00:54 + Log: Subject: [PATCH] Test::Simple 0.32 + From: Michael G Schwern + Date: Wed, 17 Oct 2001 03:42:41 -0400 + Message-ID: <20011017034241.A25038@blackrider> + Branch: perl + + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t + + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t + + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t + + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t + + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t + + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t + - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm + ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm + ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t + ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t + ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t + ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t + ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t + ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t + ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t + ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t + ! t/lib/Test/Simple/Catch.pm + ! t/lib/Test/Simple/sample_tests/five_fail.plx +____________________________________________________________________________ +[ 12471] By: jhi on 2001/10/17 10:25:06 + Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var + From: Michael G Schwern + Date: Wed, 17 Oct 2001 04:04:13 -0400 + Message-ID: <20011017040413.C25550@blackrider> + Branch: perl + ! t/TEST t/harness vms/test.com +____________________________________________________________________________ +[ 12470] By: jhi on 2001/10/17 02:25:01 + Log: Regen doc with perlmodstyle added. + Branch: perl + ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 12469] By: jhi on 2001/10/17 02:24:02 + Log: Pod cleanup. + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/Mac.pm +____________________________________________________________________________ +[ 12468] By: jhi on 2001/10/17 02:16:11 + Log: Subject: perlmodstyle as a patch + From: Kirrily Robert + Date: Tue, 16 Oct 2001 22:47:23 -0400 + Message-ID: <20011016224723.A20673@infotrope.net> + Branch: perl + + pod/perlmodstyle.pod + ! MANIFEST +____________________________________________________________________________ +[ 12467] By: jhi on 2001/10/17 00:59:43 + Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google + From: Ian Phillipps + Date: Thu, 6 Sep 2001 11:09:40 +0100 + Message-ID: <20010906110939.A914@homer.diplex.co.uk> + + Mention also the develooper p5p archive. + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 12466] By: jhi on 2001/10/17 00:57:38 + Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require. + From: Kay Röpke + Date: Tue, 16 Oct 2001 17:23:52 +0200 + Message-Id: + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 12465] By: jhi on 2001/10/17 00:54:28 + Log: Add the special casing mappings (from SpecCase.txt) + (except for the hyper special case mappings that have + the condition list); the special casing mappings are + unused for now. Small tidying up on mktables. + Branch: perl + + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl + + lib/unicore/To/SpecUpper.pl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 12464] By: jhi on 2001/10/16 22:38:24 + Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata) + From: "David H. Adler" + Date: Tue, 16 Oct 2001 11:59:35 -0400 + Message-ID: <20011016115935.A13078@panix.com> + + Subject: [ PATCH ] perldata patch, revised + From: "David H. Adler" + Date: Tue, 16 Oct 2001 18:26:49 -0400 + Message-ID: <20011016182649.C23970@panix.com> + Branch: perl + ! pod/perldata.pod pod/perlop.pod +____________________________________________________________________________ +[ 12463] By: jhi on 2001/10/16 19:39:25 + Log: Integrate perlio: PerlIO_dup (for all but Win32). + Branch: perl + !> embed.h embed.pl ext/Encode/Encode.xs + !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h + !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h + !> win32/win32io.c +____________________________________________________________________________ +[ 12462] By: nick on 2001/10/16 19:11:30 + Log: PerlIOXxxx_dups for all but Win32 + Branch: perlio + ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs + ! ext/PerlIO/Via/Via.xs +____________________________________________________________________________ +[ 12461] By: nick on 2001/10/16 18:28:48 + Log: Implement PerlIOStdio_dup (explains core dumps - dup + was not setting up a FILE * to be fclosed()). + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12460] By: nick on 2001/10/16 17:31:47 + Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer + overflow. + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12459] By: jhi on 2001/10/16 17:10:22 + Log: Subject: [PATCH perl@12443] VMS 64-bit configure + From: "Craig A. Berry" + Date: Tue, 16 Oct 2001 13:08:38 -0500 + Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12458] By: jhi on 2001/10/16 17:07:20 + Log: Can't expect too much accuracy from a sleep of one second. + (I think this will also fail with high load.) + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12457] By: jhi on 2001/10/16 16:50:24 + Log: Subject: WIN64 (Itanium) port of Perl 5.6.1 + From: "Werner, Randolf" + Date: Tue, 16 Oct 2001 18:33:02 +0200 + Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de> + Branch: perl + + win32/Makefile.win64 win32/config.win64 win32/config_H.win64 + ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c +____________________________________________________________________________ +[ 12456] By: nick on 2001/10/16 14:08:16 + Log: Builds under ithreads (but fails all threads tests) + Branch: perlio + ! hv.c perlio.c sv.c +____________________________________________________________________________ +[ 12455] By: jhi on 2001/10/16 13:59:32 + Log: I think the Perl_sortsv needs *not* be skipped? + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 12454] By: jhi on 2001/10/16 13:05:38 + Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin + From: "Gerrit P. Haase" + Date: Tue, 16 Oct 2001 15:32:44 +0200 + Message-ID: <3BCC531C.11494.3E433F@localhost> + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 12453] By: jhi on 2001/10/16 13:04:38 + Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin + From: "Gerrit P. Haase" + Date: Tue, 16 Oct 2001 15:01:04 +0200 + Message-ID: <3BCC4BB0.30935.2145B7@localhost> + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 12452] By: jhi on 2001/10/16 12:03:49 + Log: A forgotten deletion. + Branch: perl + - lib/unicore/mktables.PL +____________________________________________________________________________ +[ 12451] By: nick on 2001/10/16 11:32:48 + Log: Skeleton of "PerlIO_dup" coded. + Still-passes all tests non-threaded (well it would wouldn't it!) + Branch: perlio + ! embed.h embed.pl ext/Encode/Encode.xs + ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h + ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h + ! win32/win32io.c +____________________________________________________________________________ +[ 12450] By: jhi on 2001/10/16 02:27:51 + Log: Document the problem with the swash_fetch() API that affects + more complex case conversions. + Branch: perl + ! lib/utf8_heavy.pl utf8.c +____________________________________________________________________________ +[ 12449] By: jhi on 2001/10/16 01:55:48 + Log: Make Time::HiRes::sleep() and usleep() to return + the number of seconds (a floating point value) and + microseconds (an integer) actually slept (well, + modulo the time spent in measuring the time actually + slept...), to be a better drop-in replacement for + the builtin sleep(). Noticed by Chris Nandor. + + Also make usleep() to croak if fed illegal number + of useconds (anything greater than 1_000_000). + Branch: perl + ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12448] By: jhi on 2001/10/16 00:57:05 + Log: A missing SvREFCNT_dec. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 12447] By: nick on 2001/10/15 20:27:53 + Log: Beginings of PerlIO_dup support (unstable) + Branch: perlio + ! perlio.c perliol.h +____________________________________________________________________________ +[ 12446] By: jhi on 2001/10/15 18:44:19 + Log: (retracted by #12497) + In AIX vac 5 just can't seem to get regcomp right. + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 12445] By: jhi on 2001/10/15 16:44:04 + Log: Bump the version number to agree with the maintperl one. + Branch: perl + ! lib/Tie/RefHash.pm +____________________________________________________________________________ +[ 12444] By: nick on 2001/10/15 15:59:57 + Log: Integrate mainline + Branch: perlio + +> lib/Math/BigInt/t/Math/Subclass.pm + +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t + +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl + +> lib/unicore/In/164.pl lib/unicore/In/165.pl + +> lib/unicore/In/166.pl lib/unicore/In/167.pl + +> lib/unicore/In/168.pl lib/unicore/In/169.pl + +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl + +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl + +> lib/unicore/mktables + - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl + - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl + - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl + - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl + - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl + - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl + - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl + - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl + - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl + - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl + - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl + - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl + - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl + - lib/unicore/syllables.txt + !> (integrate 344 files) +____________________________________________________________________________ +[ 12443] By: jhi on 2001/10/15 13:40:20 + Log: Casting tweak from Paul Marquess, helps Merijn on AIX. + Branch: perl + ! ext/DB_File/DB_File.xs +____________________________________________________________________________ +[ 12442] By: jhi on 2001/10/15 13:35:36 + Log: Sync the skip() amounts with the number of tests. + Branch: perl + ! lib/Term/Complete.t +____________________________________________________________________________ +[ 12441] By: jhi on 2001/10/15 13:11:03 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12440] By: jhi on 2001/10/15 12:58:24 + Log: MacOS Classic catdir() rewrite from Thomas Wegner + (backward incompatibility, but a deliberate one, + the old version simply is broken in its logic), + also documentation updates, and as suggested replicated + the File::Spec::Unix documentation updates also on the + File::Spec documentation. + + TODO: there seems to be duplication of documentation + between File::Spec and File::Spec::Unix. I think + the ::Unix should be left only with specific UNIXisms, + and all the generic documentation should be in ::Spec. + Branch: perl + ! lib/File/Find/t/find.t lib/File/Find/t/taint.t + ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 12439] By: jhi on 2001/10/15 12:32:07 + Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32 + From: Blair Zajac + Date: Mon, 24 Sep 2001 11:48:58 -0700 + Message-ID: <3BAF801A.88A4F614@orcaware.com> + + (the skip() messages) + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 12438] By: ams on 2001/10/14 23:43:59 + Log: Subject: [PATCH] make PerlIO default on VMS + From: "Craig A. Berry" + Date: Sun, 14 Oct 2001 15:27:18 -0500 + Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12437] By: jhi on 2001/10/14 23:05:57 + Log: Retract #12436 (Abhijit already did this at #12426) + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 12436] By: jhi on 2001/10/14 21:22:43 + Log: (retracted by #12437) + Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION + From: =?iso-8859-1?Q?Kay_R=F6pke?= + Date: Sat, 13 Oct 2001 20:33:55 +0200 + Message-Id: + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 12435] By: jhi on 2001/10/14 21:21:52 + Log: Subject: h2xs grammar nit + From: Yitzchak Scott-Thoennes + Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT) + Message-ID: + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 12434] By: jhi on 2001/10/14 13:48:30 + Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings + From: "Paul Marquess" + Date: Sun, 14 Oct 2001 11:25:08 +0100 + Message-ID: + Branch: perl + ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal + ! warnings.pl +____________________________________________________________________________ +[ 12433] By: jhi on 2001/10/13 23:20:11 + Log: Use File::Spec (needs Thomas Wegner's upcoming patch + for File::Spec::Mac::catfile) + Branch: perl + ! lib/h2xs.t +____________________________________________________________________________ +[ 12432] By: jhi on 2001/10/13 23:17:31 + Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?) + From: Nicholas Clark + Date: Sat, 13 Oct 2001 00:07:31 +0100 + Message-ID: <20011013000731.D67535@plum.flirble.org> + Branch: perl + ! lib/h2xs.t utils/h2xs.PL +____________________________________________________________________________ +[ 12431] By: jhi on 2001/10/13 22:35:58 + Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used + before DEFINE and INC), and repent by taking DEFINE and + INC away from PASTHRU. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 12430] By: jhi on 2001/10/13 21:23:09 + Log: More MANIFEST anomalies. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 12429] By: jhi on 2001/10/13 21:01:32 + Log: Not that many. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 12428] By: sky on 2001/10/13 20:59:27 + Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules + From: Rafael Garcia-Suarez + Date: Sat, 13 Oct 2001 23:15:55 +0200 + Message-ID: <20011013231555.A18071@rafael> + Branch: perl + ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 12427] By: jhi on 2001/10/13 20:54:17 + Log: Rewrite mktables from scratch. + - Cleaner. + - Faster: 15-20 seconds as opposed to several minutes. + - More dynamic: the names of the various categories + such as the linebreak ones are dynamic, not static. + - Is.pl: long names for the general category properties + are now available. + - Ranges (<... ,First>, <..., Last>) from the general + categories work now. + - No more mktables.PL because the mktables.PL is not + and never has been run to create a mktables. + - syllables.txt and Is/Syl*.pl removed: non-standard + (not part of the Unicode), and the whole concept is + being reworked (http://syllabary.sourceforge.net/), + the old way wouldn't even work with the new Syllables.txt + (it would result in 1000+ new categories) + Branch: perl + + lib/unicore/In/163.pl lib/unicore/In/164.pl + + lib/unicore/In/165.pl lib/unicore/In/166.pl + + lib/unicore/In/167.pl lib/unicore/In/168.pl + + lib/unicore/In/169.pl lib/unicore/In/170.pl + + lib/unicore/In/171.pl lib/unicore/Is.pl + + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl + + lib/unicore/mktables + - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl + - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl + - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl + - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl + - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl + - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl + - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl + - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl + - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl + - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl + - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl + - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl + - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl + - lib/unicore/syllables.txt + ! (edit 304 files) +____________________________________________________________________________ +[ 12426] By: ams on 2001/10/13 18:05:36 + Log: ExtUtils::MM_Unix should ignore comments when searching for + $VERSION. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 12425] By: jhi on 2001/10/13 12:26:41 + Log: Subject: Re: New module XML::Clean + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 13 Oct 2001 10:17:09 +0200 + Message-ID: + Branch: perl + ! pod/perlnewmod.pod +____________________________________________________________________________ +[ 12424] By: sky on 2001/10/13 09:39:59 + Log: Set thread stack size if needed. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12423] By: sky on 2001/10/13 09:36:49 + Log: We do want to set the attribute to joinable even on modern posix + platforms. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12422] By: jhi on 2001/10/13 02:04:44 + Log: Subject: [PATCH ext/Data/Dumper.xs] + From: Brian Ingerson + Date: Fri, 12 Oct 2001 19:32:35 -0700 + Message-ID: <20011012193235.B889@ttul.org> + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 12421] By: jhi on 2001/10/12 23:22:45 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12420] By: jhi on 2001/10/12 22:51:17 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq3.pod pod/perlfaq4.pod +____________________________________________________________________________ +[ 12419] By: jhi on 2001/10/12 22:46:49 + Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles + From: "Wilson, Doug" + Date: Fri, 12 Oct 2001 11:51:05 -0700 + Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com> + Branch: perl + ! lib/File/Copy.pm +____________________________________________________________________________ +[ 12418] By: jhi on 2001/10/12 22:44:24 + Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test + From: "chromatic" + Date: Thu, 11 Oct 2001 10:57:55 -0600 + Message-ID: <20011011170354.74354.qmail@onion.perl.org> + + Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test + From: Rafael Garcia-Suarez + Date: Thu, 11 Oct 2001 22:34:21 +0200 + Message-ID: <20011011223421.A693@rafael> + + plus undef $Term::Complete::stty as suggested by Rafael. + Branch: perl + ! lib/Term/Complete.pm lib/Term/Complete.t +____________________________________________________________________________ +[ 12417] By: jhi on 2001/10/12 20:35:49 + Log: UUnndduupplleexx.. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 12416] By: sky on 2001/10/12 20:16:19 + Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH] + From: Andy Dougherty + Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT) + Message-ID: + (Potentially only band-aid) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12415] By: jhi on 2001/10/12 20:13:06 + Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly + mishandles kill(), and therefore the sigaction test + should be skipped, from Charles Lane. + Branch: perl + ! ext/POSIX/t/sigaction.t +____________________________________________________________________________ +[ 12414] By: sky on 2001/10/12 18:47:49 + Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20 + Branch: perl + ! op.h +____________________________________________________________________________ +[ 12413] By: jhi on 2001/10/12 18:35:31 + Log: Upgrade to Math::BigInt 1.44 from Tels and + further fixes from John Peacock. + Branch: perl + + lib/Math/BigInt/t/Math/Subclass.pm + + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t + + lib/Math/BigInt/t/subclass.t + ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t + ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/mbimbf.t +____________________________________________________________________________ +[ 12412] By: sky on 2001/10/12 18:28:23 + Log: perhaps pthread_attr_t really needs to be set for the old api + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12411] By: sky on 2001/10/12 18:11:45 + Log: pthread_keycreate not pthread_key_create under the here be dragons API + Branch: perl + ! ext/threads/threads.h +____________________________________________________________________________ +[ 12410] By: sky on 2001/10/12 18:07:37 + Log: Apperently OLD PTHREADS API is a bit retarded. + This should fix another set of compile failures in HP-UX 10.20. + Branch: perl + ! ext/threads/threads.h ext/threads/threads.xs +____________________________________________________________________________ +[ 12409] By: nick on 2001/10/12 15:30:01 + Log: Blind integrate of mainline + Branch: perlio + +> (branch 32 files) + - lib/unicode/README + !> (integrate 121 files) +____________________________________________________________________________ +[ 12408] By: sky on 2001/10/12 14:55:08 + Log: Let us avoid being smart for now. + Branch: perl + ! ext/threads/threads.h +____________________________________________________________________________ +[ 12407] By: sky on 2001/10/12 14:38:12 + Log: (void*) the argument to make sure we work with picky compilers + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12406] By: ams on 2001/10/12 13:26:04 + Log: (replaced with #12600) + + Subject: [PATCH 5.6.1 perldoc] use File::Temp + From: Mikhail Zabaluev + Date: Fri, 12 Oct 2001 12:47:47 +0400 + Message-Id: <20011012124747.E13918@localhost.localdomain> + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 12405] By: ams on 2001/10/12 13:05:32 + Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2) + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 12 Oct 2001 11:12:07 +0200 + Message-Id: + Branch: perl + ! lib/Memoize/t/speed.t +____________________________________________________________________________ +[ 12404] By: sky on 2001/10/12 12:46:15 + Log: A) Support OLD_PTHREADS_API + B) Change from using pthread_t to using a TLS to store the + index of the thread in an hash, this is to avoid problems when + in fact pthread_t was not a seralizable type. + Both these changes are because of HP-UX 10.20 + This has not been tested on win32 but should work there. + Need to add support for NetWare. + Branch: perl + ! ext/threads/threads.h ext/threads/threads.xs +____________________________________________________________________________ +[ 12403] By: ams on 2001/10/12 07:34:19 + Log: Subject: Re: New module XML::Clean + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 12 Oct 2001 10:20:35 +0200 + Message-Id: + Branch: perl + ! pod/perlnewmod.pod +____________________________________________________________________________ +[ 12402] By: jhi on 2001/10/11 19:51:04 + Log: More HP model tweaks from Merijn. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 12401] By: jhi on 2001/10/11 13:03:10 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12400] By: jhi on 2001/10/11 11:33:20 + Log: HP-UX update from H.Merijn Brand. + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 12399] By: jhi on 2001/10/11 00:53:56 + Log: Subject: [PATCH] fix link rot in README.vms + From: "Craig A. Berry" + Date: Wed, 10 Oct 2001 17:17:00 -0500 + Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01> + Branch: perl + ! README.vms +____________________________________________________________________________ +[ 12398] By: jhi on 2001/10/11 00:49:42 + Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background) + From: "chromatic" + Date: Wed, 10 Oct 2001 15:50:30 -0600 + Message-ID: <20011010215627.13283.qmail@onion.perl.org> + Branch: perl + ! lib/Term/Complete.t +____________________________________________________________________________ +[ 12397] By: jhi on 2001/10/11 00:48:54 + Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist + From: "chromatic" + Date: Wed, 10 Oct 2001 15:45:42 -0600 + Message-ID: <20011010215140.8913.qmail@onion.perl.org> + Branch: perl + + lib/ExtUtils/Packlist.t + ! MANIFEST +____________________________________________________________________________ +[ 12396] By: jhi on 2001/10/10 20:20:22 + Log: VMS needs quotes around the -I option to keep it from + being downcased, from Charles Lane. + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 12395] By: ams on 2001/10/10 16:22:32 + Log: Subject: [PATCH lib/FindBin.pm] + From: Stas Bekman + Date: Tue, 09 Oct 2001 23:57:10 +0800 + Message-Id: <3BC31E56.60805@stason.org> + Branch: perl + ! lib/FindBin.pm +____________________________________________________________________________ +[ 12394] By: ams on 2001/10/10 16:09:53 + Log: Subject: Re: /usr/include/sys/e ?? (perl@12340) + From: Abhijit Menon-Sen + Date: Wed, 10 Oct 2001 21:59:33 +0530 + Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org> + Branch: perl + ! ext/Data/Dumper/Dumper.xs +____________________________________________________________________________ +[ 12393] By: jhi on 2001/10/10 15:53:39 + Log: VMS: reorder the elimination of 000000 in the canonpath logic, + from Charles Lane. + Branch: perl + ! lib/File/Spec/VMS.pm +____________________________________________________________________________ +[ 12392] By: ams on 2001/10/10 14:49:43 + Log: Subject: [PATCH] two s/// bugfixes + From: Rafael Garcia-Suarez + Date: Wed, 10 Oct 2001 17:23:44 +0200 + Message-Id: <20011010172344.C22440@rafael> + Branch: perl + ! pp_ctl.c regexec.c t/op/subst.t +____________________________________________________________________________ +[ 12391] By: jhi on 2001/10/10 12:22:02 + Log: Fix/improve handling of the [000000] special "root" + directory, by putting cwd in canonical form when doing + abs2rel, and prepending a 000000 to directory "chunks" + if missing from base or path. Also adjust test to + reflect the (improved) output from abs2rel. + From Charles Lane. + Branch: perl + ! lib/File/Spec.t lib/File/Spec/VMS.pm +____________________________________________________________________________ +[ 12390] By: jhi on 2001/10/10 11:48:14 + Log: In VMS the copy-to-untaint %ENV in the initialization also loses + all of the extra VMSish attributes (such as "treat this logical + as a device name") that are necessary to make programs run. + A tainted %ENV does not hinder VMS. From Charles Lane. + Branch: perl + ! lib/File/Find/t/taint.t +____________________________________________________________________________ +[ 12389] By: jhi on 2001/10/10 11:40:29 + Log: VMS-specific fixes to the ExtUtils::Manifest tests. + + o VMS is case-insensitive, RTL downcases filenames read + by perl... so need to re-upcase filenames like MANIFEST + and MANIFEST.SKIP + + o Need to convert VMS-style to Unix-style filenames when comparing + names in MANIFEST to names in filesystem. + + o Need to remove mantest/MANIFEST before rmdir'ing mantest, + since VMS won't let you (easily) delete non-empty directories. + + From Charles Lane. + Branch: perl + ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t +____________________________________________________________________________ +[ 12388] By: jhi on 2001/10/10 11:28:44 + Log: Unix and VMS agree on "*" as a "match any number of any chars" + wildcards, but differ ("?" vs. "%") for their "match any single + char" wildcard. This patch changes "?" chars to "%" before doing a + VMS glob...at no loss of functionality, since "?" isn't a valid + filename char on VMS. From Charles Lane. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 12387] By: jhi on 2001/10/10 11:20:13 + Log: (accidentally empty submit; new life as #12390) + Branch: perl + ! lib/File/Find/t/taint.t +____________________________________________________________________________ +[ 12386] By: jhi on 2001/10/10 11:12:40 + Log: Even more VMS tweakage from Charles Lane: + + Tweak #1: splitdir only works on directory part of filespec, + split off volume first + Tweak #2: VMS pre-7.0's $ENV{'HOME'} is not settable + (it's a horrible kludge in the run-time library, + improved in later versions). Check the + $Config{'d_setenv'} flag before attempting to set it. + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 12385] By: jhi on 2001/10/09 20:34:36 + Log: VMS tweakage from Charles Lane. + + . command.com doubles an output line when prompting for extensions + . Term::Cap has no business trying to run obscure Un*x utilities on VMS + . perl5db doesn't clean up after itself + Branch: perl + ! configure.com lib/Term/Cap.pm lib/perl5db.pl +____________________________________________________________________________ +[ 12384] By: sky on 2001/10/09 19:16:11 + Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT} + From: Rafael Garcia-Suarez + Date: Tue, 9 Oct 2001 22:10:26 +0200 + Message-ID: <20011009221026.A8579@rafael> + Branch: perl + ! pod/perldata.pod +____________________________________________________________________________ +[ 12383] By: jhi on 2001/10/09 14:33:15 + Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 9 Oct 2001 15:15:06 -0000 + Message-Id: + Branch: perl + ! t/op/subst.t +____________________________________________________________________________ +[ 12382] By: jhi on 2001/10/09 14:03:30 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12381] By: jhi on 2001/10/09 13:52:50 + Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat + Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat, + when a NULL is passed for the filename string pointer. + From Charles Lane. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 12379] By: jhi on 2001/10/09 13:03:49 + Log: Subject: HP systems update + From: "H.Merijn Brand" + Date: Tue, 09 Oct 2001 15:59:22 +0200 + Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl> + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 12378] By: jhi on 2001/10/09 12:52:21 + Log: CPAN::Nox does now have a test. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 12377] By: jhi on 2001/10/09 12:23:27 + Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl) + From: David Dyck + Date: Mon, 1 Oct 2001 12:17:36 -0700 + Message-Id: <200110011917.MAA11879@dd.tc.fluke.com> + Branch: perl + ! installperl +____________________________________________________________________________ +[ 12376] By: jhi on 2001/10/09 12:18:39 + Log: NetWare update from Ananth Kesari. + Branch: perl + ! NetWare/nwperlsys.h makedef.pl +____________________________________________________________________________ +[ 12375] By: jhi on 2001/10/09 11:43:01 + Log: Subject: [PATCH Perl@12307] File::Find test on VMS + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Tue, 9 Oct 2001 08:40:57 EDT + Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! lib/File/Find/t/find.t +____________________________________________________________________________ +[ 12374] By: ams on 2001/10/09 05:31:45 + Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for + ExtUtils::Mkbootstrap + From: "chromatic" + Date: Tue, 09 Oct 2001 00:08:37 -0600 + Message-Id: <20011009061432.46666.qmail@onion.perl.org> + Branch: perl + + lib/ExtUtils/Mkbootstrap.t + ! MANIFEST +____________________________________________________________________________ +[ 12373] By: jhi on 2001/10/09 02:56:13 + Log: Enable more debugging. + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 12372] By: ams on 2001/10/09 02:11:59 + Log: #12370 forgot to modify is_gv_magical(). + Branch: perl + ! gv.c +____________________________________________________________________________ +[ 12371] By: jhi on 2001/10/09 01:48:17 + Log: Make the toupper/lower/title API for Unicode not right + but at least less wrong: prepare for the mapping being + more than just one-character-to-one-character. + Branch: perl + ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c + ! regexec.c utf8.c +____________________________________________________________________________ +[ 12370] By: jhi on 2001/10/09 01:23:08 + Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT} + From: Ronald J Kimball + Date: Mon, 8 Oct 2001 22:18:23 -0400 + Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu> + Branch: perl + ! pod/perlvar.pod t/op/taint.t +____________________________________________________________________________ +[ 12369] By: jhi on 2001/10/08 23:31:21 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq3.pod pod/perlfaq4.pod +____________________________________________________________________________ +[ 12368] By: jhi on 2001/10/08 21:20:45 + Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22 + From: "chromatic" + Date: Mon, 08 Oct 2001 14:05:32 -0600 + Message-ID: <20011008201126.73702.qmail@onion.perl.org> + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12367] By: jhi on 2001/10/08 21:10:49 + Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT} + From: Michael G Schwern + Date: Mon, 8 Oct 2001 17:00:14 -0400 + Message-ID: <20011008170014.L17083@blackrider> + Branch: perl + ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t +____________________________________________________________________________ +[ 12366] By: jhi on 2001/10/08 20:43:19 + Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0 + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Mon, 8 Oct 2001 16:01:33 EDT + Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12365] By: jhi on 2001/10/08 20:41:50 + Log: Subject: [PATCH] Autosplit patch for VMS + From: "Craig A. Berry" + Date: Mon, 08 Oct 2001 15:40:43 -0500 + Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01> + Branch: perl + ! lib/AutoSplit.pm lib/AutoSplit.t +____________________________________________________________________________ +[ 12364] By: jhi on 2001/10/08 20:36:58 + Log: Don't assume that everybody is running OS X 10.1 yet; + from Kay Röpke. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 12363] By: jhi on 2001/10/08 14:26:35 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12362] By: jhi on 2001/10/08 14:05:50 + Log: Retract #12358 for now. + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12361] By: jhi on 2001/10/08 13:57:10 + Log: Can't figure out what this is testing. + (If it is trying to catch SIGKILL, it should stop + trying because that is by definition impossible.) + Branch: perl + ! lib/sigtrap.t +____________________________________________________________________________ +[ 12360] By: jhi on 2001/10/08 13:23:28 + Log: Subject: [PATCH bleadperl] why some tests fail on Win95... + From: Nikola Knezevic + Date: Sun, 30 Sep 2001 21:15:13 +0200 + Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu> + Branch: perl + ! lib/ExtUtils/MM_Win32.pm +____________________________________________________________________________ +[ 12359] By: jhi on 2001/10/08 12:37:17 + Log: Clarify the ldlibpth part and condense the overall text. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12358] By: jhi on 2001/10/08 11:56:49 + Log: Subject: Re: [PATCH] & what's to be done for 5.8.0? + From: "chromatic" + Date: Sun, 07 Oct 2001 16:59:26 -0600 + Message-ID: <20011007230518.90917.qmail@onion.perl.org> + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12357] By: jhi on 2001/10/08 11:54:50 + Log: Update the list because fo #12265. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 12356] By: jhi on 2001/10/08 11:53:30 + Log: Subject: [PATCH] & what's to be done for 5.8.0? + From: Nicholas Clark + Date: Sun, 7 Oct 2001 20:53:33 +0100 + Message-ID: <20011007205333.S38756@plum.flirble.org> + Branch: perl + ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t + ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t + ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t + ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t + ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t + ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t + ! lib/Switch/t/switch.t lib/Term/Complete.t + ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t + ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t + ! t/op/my_stash.t +____________________________________________________________________________ +[ 12355] By: jhi on 2001/10/08 11:51:29 + Log: Integrate patch #12350 from maintperl; typo in + IO::Seekable doc. + Branch: perl + !> ext/IO/lib/IO/Seekable.pm +____________________________________________________________________________ +[ 12354] By: jhi on 2001/10/08 11:41:16 + Log: Detypo. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 12353] By: sky on 2001/10/07 17:16:14 + Log: Change 12349 didn't really get it right. + Branch: perl + ! lib/Unicode/README +____________________________________________________________________________ +[ 12352] By: jhi on 2001/10/07 15:03:18 + Log: If running the harness the dynamic library search path + may need setting. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12351] By: jhi on 2001/10/07 14:17:12 + Log: It seems that in MacOS X 10.1 one must use -flat_namespace + in ldflags. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 12350] By: gsar on 2001/10/07 13:30:42 + Log: typo in IO::Seekable doc + Branch: maint-5.6/perl + ! ext/IO/lib/IO/Seekable.pm +____________________________________________________________________________ +[ 12349] By: jhi on 2001/10/07 12:49:31 + Log: Give up the fantasy of having lib/Unicode and lib/unicode: + doesn't work on Mac OS X 10.1 (when unpacking the tar the + latter gets renamed as lib/unicode:1, assumedly for security + reasons not to overwrite stuff) + Branch: perl + + lib/Unicode/README + - lib/unicode/README + ! MANIFEST +____________________________________________________________________________ +[ 12348] By: ams on 2001/10/07 05:33:40 + Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox + From: "chromatic" + Date: Sat, 06 Oct 2001 21:42:03 -0600 + Message-Id: <20011007034754.21057.qmail@onion.perl.org> + Branch: perl + + lib/CPAN/t/Nox.t + ! MANIFEST +____________________________________________________________________________ +[ 12347] By: ams on 2001/10/07 00:48:10 + Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm + From: "chromatic" + Date: Sat, 06 Oct 2001 18:52:10 -0600 + Message-Id: <20011007005801.98381.qmail@onion.perl.org> + Branch: perl + + lib/sigtrap.t + ! MANIFEST +____________________________________________________________________________ +[ 12346] By: ams on 2001/10/06 23:14:01 + Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should + h2xs write?) + From: Nicholas Clark + Date: Sat, 6 Oct 2001 21:46:43 +0100 + Message-Id: <20011006214643.L38756@plum.flirble.org> + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 12345] By: ams on 2001/10/06 17:39:53 + Log: Subject: [PATCH] Memoize tests + From: Nicholas Clark + Date: Sat, 6 Oct 2001 18:04:21 +0100 + Message-Id: <20011006180421.J38756@plum.flirble.org> + Branch: perl + ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t + ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t + ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t + ! lib/Memoize/t/expire_module_n.t + ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t + ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t + ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t + ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t + ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t + ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t +____________________________________________________________________________ +[ 12344] By: jhi on 2001/10/06 00:30:23 + Log: Retract the latter part of #12343. + Branch: perl + ! ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 12343] By: jhi on 2001/10/05 23:32:07 + Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022) + From: David Dyck + Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT) + Message-ID: + + Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022) + From: David Dyck + Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT) + Message-ID: + Branch: perl + ! ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 12342] By: jhi on 2001/10/05 16:28:37 + Log: Subject: [PATCH perl@12307] Re: test names from C + From: Robin Barker + Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST) + Message-Id: <200110051720.SAA17023@tempest.npl.co.uk> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12341] By: jhi on 2001/10/05 13:54:08 + Log: Don't assume that %x is good for displaying UVs. + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 12340] By: jhi on 2001/10/05 12:41:31 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12339] By: ams on 2001/10/05 10:22:34 + Log: Subject: [PATCH] perlfunc/select + From: Nicholas Clark + Date: Fri, 5 Oct 2001 11:33:58 +0100 + Message-Id: <20011005113358.Z38756@plum.flirble.org> + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 12338] By: jhi on 2001/10/04 22:54:06 + Log: Retract #12313 and #12249. + Branch: perl + ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod + ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod + ! pod/perlebcdic.pod +____________________________________________________________________________ +[ 12337] By: jhi on 2001/10/04 17:17:03 + Log: Subject: [PATCH] perlvms.pod update + From: "Craig A. Berry" + Date: Thu, 04 Oct 2001 12:55:52 -0500 + Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01> + Branch: perl + ! vms/perlvms.pod +____________________________________________________________________________ +[ 12336] By: jhi on 2001/10/04 14:02:17 + Log: Subject: PATCH: Tie::SubstrHash + From: Hugo van der Sanden + Date: Thu, 04 Oct 2001 12:12:41 +0100 + Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> + Branch: perl + ! lib/Tie/SubstrHash.pm +____________________________________________________________________________ +[ 12335] By: jhi on 2001/10/04 04:45:00 + Log: Unicode properties saga continues. + Branch: perl + ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl + ! lib/unicore/mktables.PL lib/utf8_heavy.pl +____________________________________________________________________________ +[ 12334] By: jhi on 2001/10/04 03:42:04 + Log: Yet more Unicode properties. + Branch: perl + + lib/unicore/In/137.pl lib/unicore/In/138.pl + + lib/unicore/In/139.pl lib/unicore/In/140.pl + + lib/unicore/In/141.pl lib/unicore/In/142.pl + + lib/unicore/In/143.pl lib/unicore/In/144.pl + + lib/unicore/In/145.pl lib/unicore/In/146.pl + + lib/unicore/In/147.pl lib/unicore/In/148.pl + + lib/unicore/In/149.pl lib/unicore/In/150.pl + + lib/unicore/In/151.pl lib/unicore/In/152.pl + + lib/unicore/In/153.pl lib/unicore/In/154.pl + + lib/unicore/In/155.pl lib/unicore/In/156.pl + + lib/unicore/In/157.pl lib/unicore/In/158.pl + + lib/unicore/In/159.pl lib/unicore/In/160.pl + + lib/unicore/In/161.pl lib/unicore/In/162.pl + ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl + ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12333] By: jhi on 2001/10/04 03:02:19 + Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks + From: "Craig A. Berry" + Date: Wed, 03 Oct 2001 17:45:25 -0500 + Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01> + + (the lib/Term/Complete.t patched differently by #12332) + Branch: perl + ! lib/ExtUtils/Command.t +____________________________________________________________________________ +[ 12332] By: jhi on 2001/10/04 03:00:03 + Log: Restore only if something to restore. + Branch: perl + ! lib/Term/Complete.t +____________________________________________________________________________ +[ 12331] By: pudge on 2001/10/03 19:30:48 + Log: Update various resources for credits, + minor icons fixes, and versions. + Branch: maint-5.6/macperl + ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r + ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c + ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc +____________________________________________________________________________ +[ 12330] By: pudge on 2001/10/03 19:17:25 + Log: Quiet the warnings about using undef value + Branch: maint-5.6/macperl + ! lib/File/Temp.pm +____________________________________________________________________________ +[ 12329] By: pudge on 2001/10/03 19:14:59 + Log: Fix up Ballon Help and Help menu docs (first pass); + remove balloon rez file, and autogenerate with + Balloon2Rez instead. + Branch: maint-5.6/macperl + + macos/macperl/macscripts/Balloon2Rez + - macos/macperl/MPBalloons.r + ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp +____________________________________________________________________________ +[ 12328] By: pudge on 2001/10/03 19:11:15 + Log: Allow overriding of defaults, for change #12327. + Branch: maint-5.6/macperl + ! perl.h +____________________________________________________________________________ +[ 12327] By: pudge on 2001/10/03 19:10:26 + Log: Override PerlProc_exit. + Branch: maint-5.6/macperl + ! macos/macish.h +____________________________________________________________________________ +[ 12326] By: pudge on 2001/10/03 19:08:28 + Log: Add in new macos/ modules, fix up BuildTools and Makefile. + Branch: maint-5.6/macperl + + macos/bundled_lib/blib/lib/MD5.pm + + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm + + macos/lib/Mac/AETE/Dialect.pm + + macos/lib/Mac/AETE/Format/Converter.pm + + macos/lib/Mac/AETE/Format/Dictionary.pm + + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm + + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm + + macos/lib/Mac/Toolbox.pod + ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm +____________________________________________________________________________ +[ 12325] By: pudge on 2001/10/03 18:51:28 + Log: Sync up silly CVS headers ... I should commit CVS + first to avoid this ... + Branch: maint-5.6/macperl + ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule + ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs + ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h + ! macos/macperl/MPScript.c macos/macperl/MPUtils.c +____________________________________________________________________________ +[ 12324] By: pudge on 2001/10/03 18:44:09 + Log: Fix Matthias' address, and attributions. + Branch: maint-5.6/macperl + ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c + ! pod/perlport.pod +____________________________________________________________________________ +[ 12323] By: pudge on 2001/10/03 18:42:37 + Log: Fix Matthias' address, and attributions. + Branch: maint-5.6/macperl + ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm + ! macos/ext/Mac/Components/Components.pm + ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm + ! macos/ext/Mac/Dialogs/Dialogs.pm + ! macos/ext/Mac/Events/Events.pm + ! macos/ext/Mac/ExtUtils/MakeToolboxModule + ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm + ! macos/ext/Mac/Gestalt/Gestalt.pm + ! macos/ext/Mac/ImageCompression/ImageCompression.pm + ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm + ! macos/ext/Mac/Menus/Menus.pm + ! macos/ext/Mac/MoreFiles/MoreFiles.pm + ! macos/ext/Mac/Movies/Movies.pm + ! macos/ext/Mac/Navigation/Navigation.pm + ! macos/ext/Mac/Notification/Notification.pm + ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm + ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm + ! macos/ext/Mac/QuickDraw/QuickDraw.pm + ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm + ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm + ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm + ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm + ! macos/ext/Mac/StandardFile/StandardFile.pm + ! macos/ext/Mac/TextEdit/TextEdit.pm + ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm + ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm + ! macos/lib/Mac/LowMem.pm +____________________________________________________________________________ +[ 12322] By: sky on 2001/10/03 18:41:07 + Log: Subject: [PATCH perl@12307] %ENV tainting for VMS + From: "Craig A. Berry" + Date: Wed, 03 Oct 2001 14:30:55 -0500 + Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 12321] By: jhi on 2001/10/03 18:38:34 + Log: Subject: [PATCH perl@12307] %ENV tainting for VMS + From: "Craig A. Berry" + Date: Wed, 03 Oct 2001 14:30:55 -0500 + Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 12320] By: jhi on 2001/10/03 16:47:30 + Log: Unicode properties: fix L& (the #12319 didn't allow L&, + only IsL&) and Inherited (negative lookahead good); + add tests for Common, Inherited, and L&. + Branch: perl + ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t +____________________________________________________________________________ +[ 12319] By: jhi on 2001/10/03 16:12:53 + Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL. + (The Unicode standard uses L& quite often.) + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 12318] By: jhi on 2001/10/03 15:57:34 + Log: Add the 'Common' Unicode property (code points not + explicitly assigned to any other script). + Branch: perl + + lib/unicore/In/136.pl + ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL +____________________________________________________________________________ +[ 12317] By: jhi on 2001/10/03 13:23:32 + Log: Skip the RV printing test under threads until fixed. + Branch: perl + ! ext/B/t/terse.t +____________________________________________________________________________ +[ 12316] By: jhi on 2001/10/03 12:57:05 + Log: Subject: 12309 / cygwin / win2k + From: "H.Merijn Brand" + Date: Wed, 03 Oct 2001 15:25:15 +0200 + Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl> + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 12315] By: jhi on 2001/10/03 12:50:17 + Log: Metaconfig unit change for #12314. + Branch: metaconfig + ! U/modified/Head.U +____________________________________________________________________________ +[ 12314] By: jhi on 2001/10/03 12:49:26 + Log: Subject: Both cygwin and djgpp on one machine + From: "H.Merijn Brand" + Date: Wed, 03 Oct 2001 15:02:59 +0200 + Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl> + Branch: perl + ! Configure +____________________________________________________________________________ +[ 12313] By: jhi on 2001/10/03 12:04:49 + Log: (retracted by #12338) + + Subject: [PATCH] Code clean up for perlboot.pod + From: Casey West + Date: Tue, 2 Oct 2001 19:24:43 -0400 + Message-ID: <20011002192443.B2163@stupid.geeknest.com> + + Subject: [PATCH] Code clean up for perlbot.diff + From: Casey West + Date: Tue, 2 Oct 2001 19:25:22 -0400 + Message-ID: <20011002192522.C2163@stupid.geeknest.com> + + Subject: [PATCH] Code clean up for perlcall.pod + From: Casey West + Date: Tue, 2 Oct 2001 19:25:57 -0400 + Message-ID: <20011002192557.D2163@stupid.geeknest.com> + + Subject: [PATCH] Code clean up for perldata.pod + From: Casey West + Date: Tue, 2 Oct 2001 19:26:29 -0400 + Message-ID: <20011002192629.E2163@stupid.geeknest.com> + + Subject: [PATCH] Code clean up for perldbmfilter.pod + From: Casey West + Date: Tue, 2 Oct 2001 19:26:59 -0400 + Message-ID: <20011002192659.F2163@stupid.geeknest.com> + + Subject: [PATCH] Code clean up for perlebcdic.pod + From: Casey West + Date: Tue, 2 Oct 2001 19:27:37 -0400 + Message-ID: <20011002192737.G2163@stupid.geeknest.com> + Branch: perl + ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod + ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod +____________________________________________________________________________ +[ 12312] By: ams on 2001/10/02 23:43:55 + Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org + From: Michael G Schwern + Date: Tue, 2 Oct 2001 17:00:49 -0400 + Message-Id: <20011002170049.A9955@blackrider> + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 12311] By: jhi on 2001/10/02 23:24:07 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq3.pod +____________________________________________________________________________ +[ 12310] By: nick on 2001/10/02 16:09:49 + Log: Integrate mainline + Branch: perlio + !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm + !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL + !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c + !> patchlevel.h t/op/pat.t +____________________________________________________________________________ +[ 12309] By: jhi on 2001/10/02 14:34:59 + Log: Unicode properties: allow also intra(wordbreak)name whitespace, + not just one single space. + Branch: perl + ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t +____________________________________________________________________________ +[ 12308] By: jhi on 2001/10/02 12:49:41 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 12307] By: jhi on 2001/10/02 12:22:21 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12306] By: jhi on 2001/10/02 11:59:12 + Log: Work around old buggy glibcs for langinfo constants, + from Nicholas Clark and David Dyck. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL +____________________________________________________________________________ +[ 12305] By: jhi on 2001/10/02 11:45:55 + Log: Eradicate Time::Piece; add an example. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.pm +____________________________________________________________________________ +[ 12304] By: jhi on 2001/10/02 11:34:18 + Log: Subject: [PATCH] Pod::Html makes a poor guess at author + From: Robert Spier + Date: Mon, 1 Oct 2001 23:20:16 -0700 + Message-ID: <15289.23712.422087.878224@rls.cx> + Branch: perl + ! lib/Pod/Html.pm +____________________________________________________________________________ +[ 12303] By: sky on 2001/10/02 10:40:57 + Log: Fixes obscure bug that manifests itself by. + local $!=0;undef*STDOUT;#segfaults + Has been around for a while. Possible other magic IO vars are + possibly affected aswell. Reported by Jos Boumans. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12302] By: nick on 2001/10/02 09:00:52 + Log: Integrate mainline + Branch: perlio + !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh + !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod + !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t +____________________________________________________________________________ +[ 12301] By: nick on 2001/10/02 08:40:57 + Log: Integrate mainline + lib/open.t patch from Chromatic + Branch: perlio + +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG + ! lib/open.t + !> (integrate 29 files) +____________________________________________________________________________ +[ 12300] By: jhi on 2001/10/01 19:22:16 + Log: Mac OS X doesn't have threadsafe (_r) libc interfaces. + Until it has, better stop early if someone requests threads. + Branch: perl + ! hints/darwin.sh +____________________________________________________________________________ +[ 12299] By: jhi on 2001/10/01 19:01:31 + Log: Subject: [ID 20011001.011] redundant code in t/TEST + From: David Dyck + Date: Mon, 1 Oct 2001 12:56:24 -0700 + Message-Id: <200110011956.MAA16250@dd.tc.fluke.com> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12298] By: jhi on 2001/10/01 18:52:12 + Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test) + From: "chromatic" + Date: Mon, 01 Oct 2001 12:27:12 -0600 + Message-ID: <20011001183251.89148.qmail@onion.perl.org> + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12297] By: jhi on 2001/10/01 17:04:18 + Log: UNICOS testing patches from Nicholas Clark. + Branch: perl + ! t/op/arith.t t/op/pack.t +____________________________________________________________________________ +[ 12296] By: jhi on 2001/10/01 17:01:26 + Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests) + From: "chromatic" + Date: Mon, 01 Oct 2001 10:21:51 -0600 + Message-ID: <20011001162731.40639.qmail@onion.perl.org> + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 12295] By: jhi on 2001/10/01 14:55:37 + Log: Make missing the RADIXCHAR a softer, gentler error. + Branch: perl + ! ext/I18N/Langinfo/Langinfo.t +____________________________________________________________________________ +[ 12294] By: jhi on 2001/10/01 14:51:42 + Log: Nuke also the LANG because of glibc. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 12293] By: jhi on 2001/10/01 14:51:20 + Log: Also the ^Is is optional. + Branch: perl + ! pod/perlunicode.pod t/op/pat.t +____________________________________________________________________________ +[ 12292] By: jhi on 2001/10/01 14:08:26 + Log: Be careful to pull chars from the varargs stack when + formatting chars. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 12291] By: jhi on 2001/10/01 12:27:57 + Log: sortsv not in place anymore, noticed by John P. Linderman. + Branch: perl + ! pod/perlapi.pod pp_ctl.c +____________________________________________________________________________ +[ 12290] By: jhi on 2001/10/01 12:25:03 + Log: Make the diagnostic messages more neutral. + Branch: perl + ! ext/B/t/terse.t +____________________________________________________________________________ +[ 12289] By: jhi on 2001/10/01 03:59:34 + Log: Forgotten from #12288. + Branch: perl + ! ext/Data/Dumper/Dumper.pm +____________________________________________________________________________ +[ 12288] By: jhi on 2001/10/01 03:58:37 + Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes + From: Brian Ingerson + Date: Sun, 30 Sep 2001 21:45:56 -0700 + Message-ID: <20010930214556.D26392@ttul.org> + + (remember also the #12289) + Branch: perl + ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 12287] By: jhi on 2001/10/01 03:33:15 + Log: More Unicode property tests for the abbreviated + general properties. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 12286] By: jhi on 2001/10/01 02:02:08 + Log: Further tweaks to the Unicode properties. + Branch: perl + ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 12285] By: jhi on 2001/10/01 01:46:35 + Log: Retract #12284. + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12284] By: jhi on 2001/10/01 01:24:12 + Log: (Retracted by #12285) + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12283] By: jhi on 2001/10/01 01:22:05 + Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap + From: "chromatic" + Date: Sun, 30 Sep 2001 16:10:02 -0600 + Message-ID: <20010930221540.67279.qmail@onion.perl.org> + Branch: perl + + lib/Term/Cap.t + ! MANIFEST +____________________________________________________________________________ +[ 12282] By: jhi on 2001/10/01 01:19:21 + Log: Use stty -g to restore the terminal state, do not even + try to run the tests if stty -g is not available. + Branch: perl + ! lib/Term/Complete.t +____________________________________________________________________________ +[ 12281] By: jhi on 2001/09/30 21:05:00 + Log: Cleanup utf8_heavy; allow dropping the In prefix from + Unicode script/block properties. + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 12280] By: jhi on 2001/09/30 13:42:18 + Log: Retract the #12259 for now. + Branch: perl + ! embed.h embed.pl sv.h +____________________________________________________________________________ +[ 12279] By: jhi on 2001/09/30 13:37:59 + Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff. + Branch: perl + + lib/Text/TabsWrap/CHANGELOG + ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm +____________________________________________________________________________ +[ 12278] By: jhi on 2001/09/30 05:05:18 + Log: #12272 wasn't right, it introduced an extra (). + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 12277] By: jhi on 2001/09/30 00:31:07 + Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD + From: Jonathan Stowe + Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST) + Message-ID: + Branch: perl + ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm +____________________________________________________________________________ +[ 12276] By: jhi on 2001/09/30 00:15:38 + Log: Subject: Patch to put qsortsv in the public API + From: Brian Ingerson + Date: Sat, 29 Sep 2001 17:41:13 -0700 + Message-ID: <20010929174113.A30223@ttul.org> + Branch: perl + ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h +____________________________________________________________________________ +[ 12275] By: jhi on 2001/09/30 00:11:21 + Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests + From: Rafael Garcia-Suarez + Date: Sat, 29 Sep 2001 23:54:48 +0200 + Message-ID: <20010929235448.A5017@rafael> + Branch: perl + ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t +____________________________________________________________________________ +[ 12274] By: jhi on 2001/09/30 00:03:19 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 12273] By: bailey on 2001/09/29 23:43:46 + Log: Resync with mainline + Branch: vmsperl + +> (branch 1207 files) + - (delete 324 files) + !> (integrate 866 files) +____________________________________________________________________________ +[ 12272] By: jhi on 2001/09/29 21:32:33 + Log: Nasty recursion trap if one would match Unicode. + Branch: perl + ! lib/utf8_heavy.pl +____________________________________________________________________________ +[ 12271] By: jhi on 2001/09/29 21:18:44 + Log: More Unicode todo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 12270] By: jhi on 2001/09/29 20:15:32 + Log: Explain a bit the new more flexible \p\P syntax. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12269] By: jhi on 2001/09/29 20:05:24 + Log: More leniency to the \p and \P: now can have whitespace + between the property definition and the curlies; now can + invert the property by having a caret between the open + curly and the property. + Branch: perl + ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t +____________________________________________________________________________ +[ 12268] By: nick on 2001/09/29 17:39:26 + Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings + one test (lib/open.t) fails + Branch: perlio + +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t + +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t + +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t + +> lib/Tie/Scalar.t lib/open.t + - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t + - ext/B/Stash.t + !> (integrate 62 files) +____________________________________________________________________________ +[ 12267] By: jhi on 2001/09/29 13:54:04 + Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS. + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 12266] By: jhi on 2001/09/29 13:51:49 + Log: Subject: [PATCH perl@12258] chdir.t finally (I hope) + From: "Craig A. Berry" + Date: Sat, 29 Sep 2001 09:35:33 -0500 + Message-Id: + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 12265] By: jhi on 2001/09/29 13:49:43 + Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar + From: "chromatic" + Date: Fri, 28 Sep 2001 21:20:12 -0600 + Message-ID: <20010929032543.58322.qmail@onion.perl.org> + Branch: perl + + lib/Tie/Scalar.t + ! MANIFEST lib/Tie/Scalar.pm +____________________________________________________________________________ +[ 12264] By: jhi on 2001/09/29 04:57:42 + Log: Allow for more flexibility in the \p{In...} names, now + case doesn't matter, and any space or dash can be + matched by any space, dash, underbar, or empty. + (may be going too far on leniency) + Branch: perl + ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl + ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod + ! t/op/pat.t +____________________________________________________________________________ +[ 12263] By: jhi on 2001/09/28 23:04:13 + Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm + From: "chromatic" + Date: Fri, 28 Sep 2001 17:39:50 -0600 + Message-ID: <20010928234521.14178.qmail@onion.perl.org> + Branch: perl + + lib/open.t + ! MANIFEST +____________________________________________________________________________ +[ 12262] By: jhi on 2001/09/28 22:23:53 + Log: Subject: [PATCH perl@12258] glob test case tweak for VMS + From: "Craig A. Berry" + Date: Fri, 28 Sep 2001 16:24:51 -0500 + Message-Id: + Branch: perl + ! ext/File/Glob/t/basic.t +____________________________________________________________________________ +[ 12261] By: jhi on 2001/09/28 22:23:05 + Log: Subject: [DOC PATCH] Carp.pm pod typo + From: Rafael Garcia-Suarez + Date: Fri, 28 Sep 2001 23:14:51 +0200 + Message-ID: <20010928231451.E16889@rafael> + Branch: perl + ! lib/Carp.pm +____________________________________________________________________________ +[ 12260] By: jhi on 2001/09/28 22:21:55 + Log: Subject: [PATCH] Allow an @INC hook to set %INC + From: Rafael Garcia-Suarez + Date: Fri, 28 Sep 2001 22:18:13 +0200 + Message-ID: <20010928221813.A16889@rafael> + Branch: perl + ! pp_ctl.c +____________________________________________________________________________ +[ 12259] By: jhi on 2001/09/28 22:20:26 + Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO) + From: Nicholas Clark + Date: Fri, 28 Sep 2001 23:39:33 +0100 + Message-ID: <20010928233933.C23673@plum.flirble.org> + Branch: perl + ! embed.h embed.pl sv.h +____________________________________________________________________________ +[ 12258] By: jhi on 2001/09/28 12:45:45 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12256] By: jhi on 2001/09/28 12:18:29 + Log: Move the B tests to B/t. + Branch: perl + + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t + + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t + - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t + - ext/B/Showlex.t ext/B/Stash.t + ! MANIFEST +____________________________________________________________________________ +[ 12255] By: jhi on 2001/09/28 12:09:40 + Log: Forgot from #12254. + Branch: perl + + ext/B/B/Terse.t +____________________________________________________________________________ +[ 12254] By: jhi on 2001/09/28 12:09:06 + Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse + From: "chromatic" + Date: Thu, 27 Sep 2001 23:22:17 -0600 + Message-ID: <20010928052747.56587.qmail@onion.perl.org> + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 12253] By: jhi on 2001/09/28 02:31:49 + Log: Test numbering mismatch. + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 12252] By: jhi on 2001/09/27 22:46:42 + Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS + From: "Craig A. Berry" + Date: Wed, 26 Sep 2001 17:43:14 -0500 + Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01> + Branch: perl + ! iperlsys.h t/op/chdir.t +____________________________________________________________________________ +[ 12251] By: jhi on 2001/09/27 22:44:35 + Log: Subject: [PATCH gv.c] make __ANON__ global + From: Robin Barker + Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST) + Message-Id: <200109261656.RAA27762@tempest.npl.co.uk> + Branch: perl + ! gv.c t/op/anonsub.t t/op/runlevel.t +____________________________________________________________________________ +[ 12250] By: jhi on 2001/09/27 22:33:11 + Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs + From: Rafael Garcia-Suarez + Date: Thu, 27 Sep 2001 22:34:32 +0200 + Message-ID: <20010927223432.A1485@rafael> + Branch: perl + ! ext/B/B/Terse.pm +____________________________________________________________________________ +[ 12249] By: jhi on 2001/09/27 22:29:32 + Log: (retracted by #12338) + + Subject: [PATCH] Cleanup of perldsc.pod + From: Casey West + Date: Thu, 27 Sep 2001 11:13:17 -0400 + Message-ID: <20010927111317.A1942@stupid.geeknest.com> + Branch: perl + ! pod/perldsc.pod +____________________________________________________________________________ +[ 12248] By: jhi on 2001/09/27 22:23:24 + Log: Not everyone is using ithreads... + Branch: perl + ! ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 12247] By: jhi on 2001/09/27 13:39:39 + Log: Document the nss_delete core dump workaround for HP-UX + and Solaris, bug IDs 20010805.018 and 20010629.004. + Branch: perl + ! README.hpux README.solaris +____________________________________________________________________________ +[ 12246] By: jhi on 2001/09/27 12:05:36 + Log: Dump Unicode hash keys also as Unicode, + not just as a byte string. + Branch: perl + ! dump.c ext/Devel/Peek/Peek.t +____________________________________________________________________________ +[ 12245] By: jhi on 2001/09/27 11:15:51 + Log: Integrate changes #12241 and #12242 from macperl: + + Remove unneeded disabling of umask() calls + + Note (get|set)sockopt are available. + Branch: perl + !> lib/File/Temp.pm pod/perlport.pod +____________________________________________________________________________ +[ 12244] By: sky on 2001/09/27 08:53:00 + Log: Flush buffers on thread closedown. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12243] By: jhi on 2001/09/27 02:20:06 + Log: Dump SvUTF8(sv)s also as \x{...}. + + TODO: dump the SvUTF8() hash keys similarly. + Branch: perl + ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h +____________________________________________________________________________ +[ 12242] By: pudge on 2001/09/26 20:41:35 + Log: Note (get|set)sockopt are available. + Branch: maint-5.6/macperl + ! pod/perlport.pod +____________________________________________________________________________ +[ 12241] By: pudge on 2001/09/26 20:28:49 + Log: Remove unneeded disabling of umask() calls + Branch: maint-5.6/macperl + ! lib/File/Temp.pm +____________________________________________________________________________ +[ 12240] By: sky on 2001/09/26 18:44:56 + Log: Documention update + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 12239] By: jhi on 2001/09/26 13:49:05 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12238] By: jhi on 2001/09/26 13:40:53 + Log: Check that all environment variables are tainted. + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 12237] By: jhi on 2001/09/26 13:02:07 + Log: Manual integration error in #12235. + Branch: perl + ! lib/File/DosGlob.t +____________________________________________________________________________ +[ 12236] By: jhi on 2001/09/26 12:57:11 + Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped. + From: "chromatic" + Date: Tue, 25 Sep 2001 23:57:07 -0600 + Message-ID: <20010926060233.7554.qmail@onion.perl.org> + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 12235] By: jhi on 2001/09/26 12:53:16 + Log: Integrate macperl changes from Chris Nandor: + 12192 11817 11815 11813 11778 11775 + + Update CPAN.pm to work with new Mac::BuildTools instead + of ExtUtils::MM_MacOS "orphan" functions + + Fix test + + Make syntax check report in MPW style, fix tests + to use Mac::err=unix to get normal-style error + messages. + + More module and test ports from Thomas Wegner et al + + Fix open of /dev/null for Mac OS + + Allow for platforms to override formatting of errors + on output from Matthias Neeracher (core files) + Branch: perl + ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t + ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t + ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t + !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm + !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c + !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c +____________________________________________________________________________ +[ 12234] By: jhi on 2001/09/26 11:58:11 + Log: grrr. + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 12233] By: jhi on 2001/09/26 11:56:09 + Log: Retract #12232. + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 12232] By: jhi on 2001/09/26 11:53:37 + Log: (Retracted by #12233.) + Branch: perl + ! t/op/gv.t +____________________________________________________________________________ +[ 12231] By: jhi on 2001/09/26 11:52:09 + Log: Detypo. + Branch: perl + ! ext/Encode/Makefile.PL +____________________________________________________________________________ +[ 12230] By: sky on 2001/09/26 11:36:23 + Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub. + We are using a "delay" here because we do not want to depend on thread synchronization issues. + Branch: perl + + ext/threads/t/stress_cv.t + ! MANIFEST ext/threads/t/stress_string.t +____________________________________________________________________________ +[ 12229] By: jhi on 2001/09/26 11:27:54 + Log: NetWare tweak from Ananth Kesari. + Branch: perl + ! NetWare/t/Readme.txt +____________________________________________________________________________ +[ 12228] By: jhi on 2001/09/26 11:26:26 + Log: Trick to fool case-blind filesystems. + Branch: perl + ! ext/Encode/Makefile.PL +____________________________________________________________________________ +[ 12227] By: sky on 2001/09/26 11:06:50 + Log: Threads can start executing in a different order than they were + created.... so we cannot ok() inside the threadstarter. + Branch: perl + ! ext/threads/t/stress_string.t +____________________________________________________________________________ +[ 12226] By: sky on 2001/09/26 07:41:45 + Log: Add in stress_string.t to stress test threads a bit more. + Branch: perl + + ext/threads/t/stress_string.t + ! MANIFEST +____________________________________________________________________________ +[ 12225] By: sky on 2001/09/26 07:04:21 + Log: Fix negative refcount introduced by #12223. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12224] By: sky on 2001/09/26 06:57:58 + Log: Update documentation to match change #12223 + Branch: perl + ! sharedsv.c +____________________________________________________________________________ +[ 12223] By: sky on 2001/09/26 06:54:32 + Log: Use a separate interpreter for the sharedsv space. Another + negative sv leak. Sigh. + Branch: perl + ! sharedsv.c +____________________________________________________________________________ +[ 12222] By: sky on 2001/09/26 05:58:35 + Log: Do the environ assignment in perl_contruct to match perl_destruct. + Now we don't need to perl_parse/perl_run. However environ is a + global.... + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 12221] By: sky on 2001/09/26 05:41:02 + Log: Move the creation of PL_strtab to perl_construct so we can work + with HV and HEs without running perl_parse. + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 12220] By: gsar on 2001/09/26 02:18:26 + Log: integrate macperl changes into maint-5.6 + Branch: maint-5.6/perl + !> (integrate 26 files) +____________________________________________________________________________ +[ 12219] By: pudge on 2001/09/26 00:19:35 + Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose); + fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert). + Branch: maint-5.6/macperl + ! macos/ext/Mac/Fonts/Fonts.xs + ! macos/ext/Mac/InternetConfig/InternetConfig.pm +____________________________________________________________________________ +[ 12218] By: ams on 2001/09/25 23:31:33 + Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update) + From: Nicholas Clark + Date: Wed, 26 Sep 2001 01:20:20 +0100 + Message-Id: <20010926012020.B48092@plum.flirble.org> + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 12217] By: ams on 2001/09/25 22:33:05 + Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS + From: "Craig A. Berry" + Date: Tue, 25 Sep 2001 18:08:42 -0500 + Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 12216] By: ams on 2001/09/25 21:41:01 + Log: Subject: [PATCH lib/AutoSplit.t] Fixing mysterious TEST failure. (was + Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.) + From: Michael G Schwern + Date: Wed, 26 Sep 2001 00:38:21 -0400 + Message-Id: <20010926003821.A627@blackrider> + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 12215] By: jhi on 2001/09/25 21:40:04 + Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse + From: Michael G Schwern + Date: Tue, 25 Sep 2001 17:43:49 -0400 + Message-ID: <20010925174349.B19534@blackrider> + Branch: perl + ! lib/Test/Simple.pm lib/Test/Utils.pm +____________________________________________________________________________ +[ 12214] By: pudge on 2001/09/25 21:11:21 + Log: Integrate changes from bleadperl. + Branch: maint-5.6/macperl + !> pod/perlport.pod +____________________________________________________________________________ +[ 12213] By: jhi on 2001/09/25 20:37:14 + Log: skip($mess) should result in one skip. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 12212] By: pudge on 2001/09/25 20:21:06 + Log: Integrate change #12200 from maintperl. + Branch: maint-5.6/macperl + !> win32/perlhost.h +____________________________________________________________________________ +[ 12211] By: pudge on 2001/09/25 20:11:56 + Log: Fix file types to "apple" + Branch: maint-5.6/macperl + ! macos/ext/Mac/Menus/t/MenuBar.rsrc + ! macos/ext/Mac/SAT/t/Collision.rsrc +____________________________________________________________________________ +[ 12210] By: pudge on 2001/09/25 19:28:20 + Log: Fix rsrc file as snd file; fix path in t file. + Branch: maint-5.6/macperl + ! macos/ext/Mac/Notification/t/Notification.rsrc + ! macos/ext/Mac/Notification/t/Notification.t +____________________________________________________________________________ +[ 12209] By: pudge on 2001/09/25 19:15:57 + Log: Sync up with File::Find from bleadperl. + Branch: maint-5.6/macperl + ! lib/File/Find.pm t/lib/filefind-taint.t +____________________________________________________________________________ +[ 12208] By: pudge on 2001/09/25 19:06:48 + Log: Ignore SIGPIPE being set to IGNORE. Temporary fix until we upgrade + to new version of libnet. (Axel Rose, Paul Schinder, and a cast + of hundreds) + Branch: maint-5.6/macperl + ! macos/bundled_lib/blib/lib/Net/Cmd.pm + ! macos/bundled_lib/blib/lib/Net/FTP/A.pm + ! macos/bundled_lib/blib/lib/Net/FTP/I.pm +____________________________________________________________________________ +[ 12207] By: nick on 2001/09/25 19:04:36 + Log: Integrate mainline (untested while modem is up) + Branch: perlio + +> lib/AutoSplit.t t/test.pl + - lib/warnings/register.t + !> (integrate 28 files) +____________________________________________________________________________ +[ 12206] By: jhi on 2001/09/25 17:21:00 + Log: perldiag entry for #12205. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 12205] By: jhi on 2001/09/25 17:20:38 + Log: Subject: [PATCH] warning on v-string in use/require + From: John Peacock + Date: Mon, 24 Sep 2001 17:29:03 -0400 + Message-ID: <3BAFA59F.9C0E0339@rowman.com> + Branch: perl + ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl +____________________________________________________________________________ +[ 12204] By: jhi on 2001/09/25 17:11:02 + Log: perltooc et al updates. + Branch: perl + ! plan9/mkfile pod/roffitall +____________________________________________________________________________ +[ 12203] By: jhi on 2001/09/25 17:05:19 + Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('') + From: Michael G Schwern + Date: Sun, 23 Sep 2001 00:07:12 -0400 + Message-ID: <20010923000712.A7005@blackrider> + Branch: perl + ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t +____________________________________________________________________________ +[ 12202] By: jhi on 2001/09/25 16:55:29 + Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected + From: SADAHIRO Tomoyuki + Date: Wed, 26 Sep 2001 01:25:10 +0900 + Message-Id: <20010926012410.5B86.BQW10602@nifty.com> + Branch: perl + ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc + ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc + ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc +____________________________________________________________________________ +[ 12201] By: jhi on 2001/09/25 16:52:03 + Log: Integrate change #12200 from maintperl; + on windows, virtualized environment could propagate deleted variables + into children if they happen to be at the very end of the table + Branch: perl + !> win32/perlhost.h +____________________________________________________________________________ +[ 12200] By: gsar on 2001/09/25 16:36:01 + Log: on windows, virtualized environment could propagate deleted variables + into children if they happen to be at the very end of the table + (thanks for succinct test case from Johan Holmberg, and fix from + Doug Lankshear) + Branch: maint-5.6/perl + ! win32/perlhost.h +____________________________________________________________________________ +[ 12199] By: gsar on 2001/09/25 15:19:13 + Log: avoid the use of ftime() (it does a useless, potentially + expensive call to GetTimeZoneInformation()); this potentially + also results in three more digits of precision from + Time::HiRes::time() + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12198] By: jhi on 2001/09/25 14:27:01 + Log: Replace the use Test::More in t/{op,io,run} with t/test.pl. + + Note: io/binmode is failing, have to figure out why. + Branch: perl + + t/test.pl + ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t + ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t + ! t/run/exit.t +____________________________________________________________________________ +[ 12197] By: ams on 2001/09/25 13:48:55 + Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update) + From: Nicholas Clark + Date: Tue, 25 Sep 2001 00:37:40 +0100 + Message-Id: <20010925003740.S4971@plum.flirble.org> + (Further changes expected.) + Branch: perl + + lib/AutoSplit.t + ! MANIFEST +____________________________________________________________________________ +[ 12196] By: sky on 2001/09/25 13:37:12 + Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses + _ftime to try and be more robust. + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12194] By: ams on 2001/09/25 11:40:00 + Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template + From: "Craig A. Berry" + Date: Mon, 24 Sep 2001 17:54:20 -0500 + Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01> + Branch: perl + ! vms/descrip_mms.template +____________________________________________________________________________ +[ 12193] By: pudge on 2001/09/25 02:53:42 + Log: Fixes for multiline error parsing (Bug #459263); cmd-. + not working, cursor not spinning (Bug #422129); external + editor problems (Bug #456329); escape/cmd-. not activating + "Cancel" in Save dialog box (Bug #446960); Runtimes not + executing on launch (Bug #464441). + Branch: maint-5.6/macperl + ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c + ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c + ! macos/macperl/MacPerl.r +____________________________________________________________________________ +[ 12192] By: pudge on 2001/09/25 02:42:49 + Log: Update CPAN.pm to work with new Mac::BuildTools instead + of ExtUtils::MM_MacOS "orphan" functions + Branch: maint-5.6/macperl + ! lib/CPAN.pm +____________________________________________________________________________ +[ 12191] By: pudge on 2001/09/25 02:37:58 + Log: Fix up another xsubpp problem (Matthias Neeracher) + Branch: maint-5.6/macperl + ! macos/xsubpp +____________________________________________________________________________ +[ 12190] By: pudge on 2001/09/25 02:37:38 + Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner) + Branch: maint-5.6/macperl + ! macos/lib/ExtUtils/MM_MacOS.pm +____________________________________________________________________________ +[ 12189] By: pudge on 2001/09/25 02:37:08 + Log: Fix up Makefiles for more Mac:: modules (and prepare for + static build ...?) + Branch: maint-5.6/macperl + ! macos/Makefile.mk macos/ext/Mac/Makefile.mk + ! macos/macperl/Makefile.mk +____________________________________________________________________________ +[ 12188] By: pudge on 2001/09/25 02:36:19 + Log: Fix up tests + Branch: maint-5.6/macperl + ! macos/MacPerlTests.cmd macos/MacPerlTests.plx +____________________________________________________________________________ +[ 12187] By: pudge on 2001/09/25 02:11:13 + Log: Make malloc smarter, fix bugs. (Bug #404030) + Branch: maint-5.6/macperl + ! macos/icemalloc.c macos/icemalloc.h +____________________________________________________________________________ +[ 12186] By: nick on 2001/09/24 19:18:17 + Log: Integrate mainline + Branch: perlio + +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs + +> lib/filetest.t + !> (integrate 30 files) +____________________________________________________________________________ +[ 12185] By: jhi on 2001/09/24 18:56:40 + Log: Retract #12136, the warnings::register is already + tested by t/lib/warnings/9enabled, as pointed out + by Paul Marquess. + Branch: perl + - lib/warnings/register.t + ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t +____________________________________________________________________________ +[ 12184] By: gsar on 2001/09/24 18:39:58 + Log: fix Time::HiRes implementation of gettimeofday() on windows + (HiRes.t#14 now passes) + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12183] By: gsar on 2001/09/24 18:13:23 + Log: File::Spec::catfile() canonifies everything to blackslashes on + windows :-( + Branch: perl + ! lib/ExtUtils/Manifest.t +____________________________________________________________________________ +[ 12182] By: gsar on 2001/09/24 17:59:54 + Log: test number mismatch + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 12181] By: jhi on 2001/09/24 17:10:41 + Log: ok(). + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 12180] By: jhi on 2001/09/24 16:09:37 + Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from + Wolfgang Laun + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 12179] By: jhi on 2001/09/24 15:46:49 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12178] By: jhi on 2001/09/24 14:12:06 + Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS + From: Michael G Schwern + Date: Mon, 24 Sep 2001 11:12:13 -0400 + Message-ID: <20010924111213.G27885@blackrider> + Branch: perl + ! lib/ExtUtils/Manifest.pm +____________________________________________________________________________ +[ 12177] By: jhi on 2001/09/24 14:02:32 + Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition + From: Michael G Schwern + Date: Mon, 24 Sep 2001 11:02:07 -0400 + Message-ID: <20010924110207.E27885@blackrider> + Branch: perl + ! vms/test.com +____________________________________________________________________________ +[ 12176] By: ams on 2001/09/24 14:01:59 + Log: Update Changes. + Branch: perl + ! Changes +____________________________________________________________________________ +[ 12175] By: jhi on 2001/09/24 13:20:28 + Log: Various cleanups. + Branch: perl + ! ext/threads/Makefile.PL ext/threads/threads.xs +____________________________________________________________________________ +[ 12173] By: pudge on 2001/09/24 12:56:13 + Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146. + Branch: maint-5.6/macperl + !> (integrate 33 files) +____________________________________________________________________________ +[ 12171] By: jhi on 2001/09/24 12:26:58 + Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm) + From: SADAHIRO Tomoyuki + Date: Mon, 24 Sep 2001 20:04:58 +0900 + Message-Id: <20010924200207.A030.BQW10602@nifty.com> + Branch: perl + ! ext/Encode/Encode/gb2312.enc +____________________________________________________________________________ +[ 12170] By: jhi on 2001/09/24 12:08:30 + Log: Clarifying comment to #12164. + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 12169] By: jhi on 2001/09/24 11:59:33 + Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write? + From: Nicholas Clark + Date: Sun, 23 Sep 2001 23:00:56 +0100 + Message-ID: <20010923230055.Y4971@plum.flirble.org> + + (with "sample_constants" changed to "fallback") + Branch: perl + + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs + ! MANIFEST ext/I18N/Langinfo/Langinfo.xs + ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm + ! lib/h2xs.t utils/h2xs.PL +____________________________________________________________________________ +[ 12168] By: jhi on 2001/09/24 11:25:56 + Log: Metaconfig unit change for #12167. + Branch: metaconfig + ! U/modified/Cppsym.U +____________________________________________________________________________ +[ 12167] By: jhi on 2001/09/24 11:25:22 + Log: Add a few glibc cpp symbols to probe for. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 12166] By: jhi on 2001/09/24 11:14:43 + Log: DJGPP tweaks for Laszlo Molnar. + Branch: perl + ! djgpp/djgppsed.sh dosish.h +____________________________________________________________________________ +[ 12165] By: ams on 2001/09/24 10:07:08 + Log: Subject: [PATCH t/op/inccode.t] More tests + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 24 Sep 2001 10:01:44 -0000 + Message-Id: + Branch: perl + ! t/op/inccode.t +____________________________________________________________________________ +[ 12164] By: ams on 2001/09/24 09:43:29 + Log: Subject: [PATCH Cwd.pm] local $/ = "\n"; + From: Jeff 'japhy/Marillion' Pinyan + Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT) + Message-Id: + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 12163] By: jhi on 2001/09/23 22:50:35 + Log: 1_compile updates. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 12162] By: jhi on 2001/09/23 21:11:22 + Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC + From: Rafael Garcia-Suarez + Date: Wed, 19 Sep 2001 22:47:14 +0200 + Message-ID: <20010919224714.A6382@rafael> + Branch: perl + ! pod/perlvar.pod pp_ctl.c +____________________________________________________________________________ +[ 12161] By: ams on 2001/09/23 17:40:02 + Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for + filetest Pragma + From: "chromatic" + Date: Sun, 23 Sep 2001 12:07:25 -0600 + Message-Id: <20010923181223.32427.qmail@onion.perl.org> + Branch: perl + + lib/filetest.t + ! MANIFEST t/lib/1_compile.t +____________________________________________________________________________ +[ 12160] By: ams on 2001/09/23 16:32:11 + Log: Additional minor chdir() tweak. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 12159] By: ams on 2001/09/23 16:25:01 + Log: Subject: PATCH lib/ExtUtils/Command.t + From: Abe Timmerman + Date: Sun, 23 Sep 2001 19:11:44 +0200 + Message-Id: + Branch: perl + ! lib/ExtUtils/Command.t +____________________________________________________________________________ +[ 12158] By: jhi on 2001/09/23 12:52:36 + Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS + From: "Mattia Barbon" + Date: Sun, 23 Sep 2001 02:02:26 +0200 + Message-ID: <3BAD42B2.2951.39B2E2A@localhost> + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 12157] By: jhi on 2001/09/23 12:46:05 + Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix" + From: Michael G Schwern (by way of Craig A. Berry) + Date: Sat, 22 Sep 2001 12:54:39 -0500 + Message-Id: + Branch: perl + ! t/op/study.t +____________________________________________________________________________ +[ 12156] By: nick on 2001/09/23 07:48:44 + Log: Integrate mainline + Branch: perlio + - check83.pl + !> ext/Encode/Encode/2022-cn.enc +____________________________________________________________________________ +[ 12155] By: nick on 2001/09/23 07:48:01 + Log: Integrate mainline + Branch: perlio + +> (branch 64 files) + - ext/Encode/Encode/cns11643-1.enc + - ext/Encode/Encode/cns11643-2.enc + - ext/Encode/Encode/iso2022-cn.enc + - ext/Encode/Encode/iso2022-jp.enc + - ext/Encode/Encode/iso2022-jp1.enc + - ext/Encode/Encode/iso2022-jp2.enc + - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc + - ext/Encode/Encode/iso8859-1.enc + - ext/Encode/Encode/iso8859-1.ucm + - ext/Encode/Encode/iso8859-10.enc + - ext/Encode/Encode/iso8859-10.ucm + - ext/Encode/Encode/iso8859-13.enc + - ext/Encode/Encode/iso8859-13.ucm + - ext/Encode/Encode/iso8859-14.enc + - ext/Encode/Encode/iso8859-14.ucm + - ext/Encode/Encode/iso8859-15.enc + - ext/Encode/Encode/iso8859-15.ucm + - ext/Encode/Encode/iso8859-16.enc + - ext/Encode/Encode/iso8859-16.ucm + - ext/Encode/Encode/iso8859-2.enc + - ext/Encode/Encode/iso8859-2.ucm + - ext/Encode/Encode/iso8859-3.enc + - ext/Encode/Encode/iso8859-3.ucm + - ext/Encode/Encode/iso8859-4.enc + - ext/Encode/Encode/iso8859-4.ucm + - ext/Encode/Encode/iso8859-5.enc + - ext/Encode/Encode/iso8859-5.ucm + - ext/Encode/Encode/iso8859-6.enc + - ext/Encode/Encode/iso8859-6.ucm + - ext/Encode/Encode/iso8859-7.enc + - ext/Encode/Encode/iso8859-7.ucm + - ext/Encode/Encode/iso8859-8.enc + - ext/Encode/Encode/iso8859-8.ucm + - ext/Encode/Encode/iso8859-9.enc + - ext/Encode/Encode/iso8859-9.ucm + - ext/Encode/Encode/isoir-197.enc + - ext/Encode/Encode/macRomania.enc pod/perltootc.pod + - t/lib/sample-tests/header_at_end + - t/lib/sample-tests/header_at_end_fail + !> (integrate 174 files) +____________________________________________________________________________ +[ 12154] By: ams on 2001/09/23 07:11:46 + Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested + by Blair Zajac. + Branch: perl + ! pod/perlfunc.pod +____________________________________________________________________________ +[ 12153] By: ams on 2001/09/23 06:56:32 + Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re: + Forgotten deprecation of *glob{FILEHANDLE}? + From: "chromatic" + Date: Sat, 22 Sep 2001 21:27:56 -0600 + Message-Id: <20010923033252.33085.qmail@onion.perl.org> + Branch: perl + ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t +____________________________________________________________________________ +[ 12152] By: ams on 2001/09/23 06:42:58 + Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS + From: Michael G Schwern + Date: Sun, 23 Sep 2001 03:34:39 -0400 + Message-Id: <20010923033439.E7005@blackrider> + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 12151] By: ams on 2001/09/23 06:37:57 + Log: Subject: Re: t/op/magic.t missing tests on Win32 + From: Michael G Schwern + Date: Sat, 22 Sep 2001 20:29:09 -0400 + Message-Id: <20010922202909.I18223@blackrider> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 12150] By: ams on 2001/09/23 06:36:26 + Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for + Dumpvalue.pm + From: "chromatic" + Date: Sat, 22 Sep 2001 19:41:31 -0600 + Message-Id: <20010923014628.7739.qmail@onion.perl.org> + Branch: perl + + lib/Dumpvalue.t + ! MANIFEST lib/Dumpvalue.pm +____________________________________________________________________________ +[ 12149] By: ams on 2001/09/23 06:25:35 + Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm + From: SADAHIRO Tomoyuki + Date: Sun, 23 Sep 2001 15:27:56 +0900 + Message-Id: <20010923152641.5E26.BQW10602@nifty.com> + Branch: perl + ! ext/Encode/Encode/2022-cn.enc +____________________________________________________________________________ +[ 12148] By: jhi on 2001/09/22 23:33:42 + Log: Manual eror in #12147. + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 12147] By: jhi on 2001/09/22 23:25:02 + Log: Integrate change #12146 from maintperl; + win32_chdir() et al don't handle a NULL argument gracefully + Branch: perl + !> win32/perlhost.h win32/win32.c +____________________________________________________________________________ +[ 12146] By: gsar on 2001/09/22 23:18:47 + Log: win32_chdir() et al don't handle a NULL argument gracefully + Branch: maint-5.6/perl + ! win32/perlhost.h win32/win32.c +____________________________________________________________________________ +[ 12145] By: gsar on 2001/09/22 23:17:42 + Log: typo in change#12026 + Branch: maint-5.6/perl + ! op.c +____________________________________________________________________________ +[ 12144] By: jhi on 2001/09/22 21:22:28 + Log: Subject: [PATCH] Re: scalar context unpack bugs + From: Nicholas Clark + Date: Sat, 22 Sep 2001 23:07:56 +0100 + Message-ID: <20010922230755.O4971@plum.flirble.org> + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 12143] By: jhi on 2001/09/22 21:18:43 + Log: Try ExtUtils::Command.t everywhere, not just on Win32 + (as suggested by NI-S). Also allow running it either + in t/ or in the main directory. + Branch: perl + ! lib/ExtUtils/Command.t +____________________________________________________________________________ +[ 12142] By: jhi on 2001/09/22 21:04:39 + Log: Update the test on warnings/register.t. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 12141] By: jhi on 2001/09/22 20:40:06 + Log: The code is now almost tidy enough to keep the IRIX cc happy. + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 12140] By: ams on 2001/09/22 17:26:32 + Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out + use_ithreads + From: "Craig A. Berry" + Date: Sat, 22 Sep 2001 13:15:32 -0500 + Message-Id: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12139] By: ams on 2001/09/22 16:44:08 + Log: Do what perl_clone() does for sharedsv functions. + Branch: perl + ! embed.pl proto.h +____________________________________________________________________________ +[ 12138] By: jhi on 2001/09/22 16:42:04 + Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs + (suggested by Sarathy, extensions shouldn't be dabbling with + op structures, so binary backward compatibility should not be + an issue.) + Branch: perl + ! hints/irix_6.sh op.h +____________________________________________________________________________ +[ 12137] By: ams on 2001/09/22 16:21:05 + Log: More cleanups. (What's PERL_DECL_PROT?) + Branch: perl + ! embed.pl proto.h sharedsv.h +____________________________________________________________________________ +[ 12136] By: ams on 2001/09/22 15:14:34 + Log: (Retracted by #12185) + + Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm] + Add Tests for warnings::register, Doc Update + From: "chromatic" + Date: Sat, 22 Sep 2001 09:43:20 -0600 + Message-Id: <20010922154815.32004.qmail@onion.perl.org> + Branch: perl + + lib/warnings/register.t + ! MANIFEST lib/warnings/register.pm +____________________________________________________________________________ +[ 12135] By: ams on 2001/09/22 15:07:50 + Log: `@foo' should be @foo for consistency. + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 12134] By: jhi on 2001/09/22 14:20:47 + Log: (Retracted by #12138) + + Add -woff (turn warning off) 3187: + "A pointer is converted to a smaller integer." + This happens when your pointers are 64-bit: then every case + of converting pointers to PADOFFSETs (explicitly 32-bit) + faces truncation (even explicit use of INT2PTR doesn't help). + CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted. + Changing PADOFFSET from U32 to UV would help, but that + would break binary backward compatibility of BASEOP and padop + (assuming you have been using 64-bit pointers). + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 12133] By: jhi on 2001/09/22 13:53:49 + Log: More 8.3-cleanup: there isn't an encoding called macRumanian, + but the name comes from the inside the file, not from the file + name, and Rumanian is the name of the language. + Branch: perl + + ext/Encode/Encode/macRumanian.enc + - ext/Encode/Encode/macRomania.enc + ! MANIFEST +____________________________________________________________________________ +[ 12132] By: jhi on 2001/09/22 13:48:29 + Log: Rename perltootc as perltooc for 8.3-friedliness. + Branch: perl + + pod/perltooc.pod + - pod/perltootc.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod + ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod + ! pod/perltoot.pod +____________________________________________________________________________ +[ 12131] By: jhi on 2001/09/22 13:38:49 + Log: Find more conflicts by lowercasing. + Branch: perl + + Porting/check83.pl + - check83.pl + ! MANIFEST +____________________________________________________________________________ +[ 12130] By: jhi on 2001/09/22 13:20:20 + Log: The AIX cc 5.0.0.0 is simply too buggy. + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 12129] By: ams on 2001/09/22 12:35:38 + Log: Uninteresting cleanup. + Branch: perl + ! form.h +____________________________________________________________________________ +[ 12128] By: ams on 2001/09/22 12:28:48 + Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV + From: "Paul Marquess" + Date: Sat, 22 Sep 2001 14:29:13 +0100 + Message-Id: + Branch: perl + ! cv.h +____________________________________________________________________________ +[ 12127] By: ams on 2001/09/22 12:04:28 + Log: What's a backet? + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 12126] By: ams on 2001/09/22 10:02:34 + Log: Removed duplicated tests #19 and #20. + Branch: perl + ! t/op/do.t +____________________________________________________________________________ +[ 12125] By: ams on 2001/09/22 03:58:41 + Log: Subject: Re: [ID 20010919.001] local() fails on imported variables + From: Michael Carman + Date: Fri, 21 Sep 2001 17:54:05 -0500 + Message-Id: <3BABC50D.6040202@home.com> + (Applied with some changes.) + Branch: perl + ! pod/perlmod.pod +____________________________________________________________________________ +[ 12124] By: ams on 2001/09/22 03:44:19 + Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences + From: Michael G Schwern + Date: Fri, 21 Sep 2001 19:20:40 -0400 + Message-Id: <20010921192040.E5494@blackrider> + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 12123] By: ams on 2001/09/22 03:41:08 + Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS + From: Blair Zajac + Date: Fri, 21 Sep 2001 15:13:04 -0700 + Message-Id: <3BABBB70.55FD41DC@orcaware.com> + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 12122] By: ams on 2001/09/22 03:37:07 + Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID + 20010920.007 + From: Michael G Schwern + Date: Fri, 21 Sep 2001 17:59:03 -0400 + Message-Id: <20010921175903.V5494@blackrider> + Branch: perl + ! t/op/do.t +____________________________________________________________________________ +[ 12121] By: ams on 2001/09/22 03:30:38 + Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test + suite on WinCE) + From: Michael G Schwern + Date: Fri, 21 Sep 2001 19:41:03 -0400 + Message-Id: <20010921194103.G5494@blackrider> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 12120] By: ams on 2001/09/22 03:28:06 + Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning + From: Michael G Schwern + Date: Fri, 21 Sep 2001 17:33:35 -0400 + Message-Id: <20010921173335.T5494@blackrider> + ($ENV{FOO}=undef hunk not applied.) + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 12119] By: ams on 2001/09/22 03:02:26 + Log: Subject: [PATCH] perldiag.pod + From: Peter Scott + Date: Fri, 21 Sep 2001 18:54:50 -0700 + Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com> + (Moved to the right place.) + Branch: perl + ! pod/perldiag.pod +____________________________________________________________________________ +[ 12118] By: ams on 2001/09/21 20:05:29 + Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007 + From: Rafael Garcia-Suarez + Date: Fri, 21 Sep 2001 22:36:54 +0200 + Message-Id: <20010921223654.A12742@rafael> + Branch: perl + ! t/op/do.t +____________________________________________________________________________ +[ 12117] By: jhi on 2001/09/21 20:05:23 + Log: Restore things as they were before + the backward compatibility police notices. + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 12116] By: jhi on 2001/09/21 17:52:28 + Log: More Cwd from Schwern: make also OS/2 and DOS + Cwd agree with File::Spec (that is, native path + syntax using \ instead of / -- backward compatibility + polic warning) and stop Win32 from using bsd_realpath(). + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 12115] By: jhi on 2001/09/21 17:19:03 + Log: Subject: [PATCH @12110] RE: Untested libraries update + From: "Paul Marquess" + Date: Fri, 21 Sep 2001 18:21:07 +0100 + Message-ID: + Branch: perl + ! lib/warnings/register.pm +____________________________________________________________________________ +[ 12114] By: jhi on 2001/09/21 17:09:52 + Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...) + From: Michael G Schwern + Date: Thu, 20 Sep 2001 22:54:02 -0400 + Message-ID: <20010920225402.A3611@blackrider> + Branch: perl + ! lib/Cwd.pm +____________________________________________________________________________ +[ 12113] By: ams on 2001/09/21 17:08:24 + Log: Subject: [PATCH] avoid v-strings with require/use + From: Ronald J Kimball + Date: Fri, 21 Sep 2001 12:34:40 -0400 + Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu> + Branch: perl + ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm + ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm + ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm + ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm + ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm + ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm + ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm + ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm + ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm + ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm + ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm + ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm + ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm + ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm + ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm + ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm + ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm + ! lib/diagnostics.pm lib/fields.pm lib/vars.pm + ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL +____________________________________________________________________________ +[ 12110] By: jhi on 2001/09/21 13:59:13 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12109] By: jhi on 2001/09/21 13:44:43 + Log: Make AIX and Tru64 compilers happy. + Branch: perl + ! ext/threads/threads.h ext/threads/threads.xs +____________________________________________________________________________ +[ 12108] By: jhi on 2001/09/21 12:16:27 + Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 21 Sep 2001 09:16:37 -0000 + Message-Id: + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 12107] By: jhi on 2001/09/21 12:14:41 + Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix + From: Michael G Schwern + Date: Thu, 20 Sep 2001 21:21:34 -0400 + Message-ID: <20010920212134.Y28291@blackrider> + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 12106] By: jhi on 2001/09/21 12:12:09 + Log: Subject: Re: GDB Debugging Macros from mod_perl + From: rspier@pobox.com (Robert Spier) + Date: Thu, 20 Sep 2001 22:45:03 -0700 + Message-ID: <15274.54239.413929.49430@rls.cx> + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 12105] By: sky on 2001/09/21 10:33:34 + Log: Fixed bug where Time::HiRes::time returned time adjusted to + timezone! GetSystemTime should be available on all Win32 + platforms we support. Perhaps Time::HiRes should be extended to + support WinCE and Novell? + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12104] By: sky on 2001/09/21 08:12:39 + Log: Attempt to fix solaris issue raised by Andy Dougherty. + Branch: perl + ! ext/threads/threads.h ext/threads/threads.xs +____________________________________________________________________________ +[ 12103] By: sky on 2001/09/21 07:57:41 + Log: Rename the *thread* functions to Perl_* to avoid clashes. + Notably on AIX but could become a problem on other platforms. + Branch: perl + ! ext/threads/threads.h ext/threads/threads.xs +____________________________________________________________________________ +[ 12102] By: sky on 2001/09/21 07:35:30 + Log: Add the shared sv space to the global vars. + Fix problems compiling on win32. + Branch: perl + ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h + ! sharedsv.c sharedsv.h +____________________________________________________________________________ +[ 12101] By: ams on 2001/09/21 00:19:55 + Log: Subject: [PATCH] win32/Makefile warning fix + From: Blair Zajac + Date: Thu, 20 Sep 2001 18:15:43 -0700 + Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com> + Branch: perl + ! win32/Makefile +____________________________________________________________________________ +[ 12100] By: jhi on 2001/09/20 21:57:04 + Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry. + From: Nikola Knezevic + Date: Thu, 20 Sep 2001 18:36:22 +0200 + Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu> + Branch: perl + ! lib/ExtUtils/Command.t +____________________________________________________________________________ +[ 12099] By: jhi on 2001/09/20 21:53:00 + Log: Cant spl wirth a dam. + Branch: perl + ! intrpvar.h +____________________________________________________________________________ +[ 12098] By: jhi on 2001/09/20 21:52:24 + Log: Don't use C++ comments. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12097] By: ams on 2001/09/20 21:42:07 + Log: Change #12044 didn't. + Branch: perl + ! lib/constant.pm +____________________________________________________________________________ +[ 12096] By: jhi on 2001/09/20 13:38:44 + Log: Metaconfig unit changes for #12095. + Branch: metaconfig + ! U/modified/Myinit.U U/modified/libs.U +____________________________________________________________________________ +[ 12095] By: jhi on 2001/09/20 13:38:22 + Log: Remove iconv references since we are not using it + and not going to; regen perltoc, perlmodlib. + (Some references still linger in perltoc, have to figure + out where they are coming from.) + Branch: perl + ! Configure NetWare/config.wc NetWare/config_H.wc + ! Porting/Glossary Porting/config.sh Porting/config_H + ! config_h.SH configure.com epoc/config.sh perl.h + ! pod/perlmodlib.pod 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 win32/config_H.bc win32/config_H.gc + ! win32/config_H.vc wince/config.ce wince/config.h + ! wince/config_H.ce +____________________________________________________________________________ +[ 12094] By: jhi on 2001/09/20 12:49:17 + Log: Subject: [PATCH docs] Re: ARGV and read + From: Dave Mitchell + Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST) + Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk> + Branch: perl + ! pod/perltodo.pod pod/perlvar.pod +____________________________________________________________________________ +[ 12093] By: jhi on 2001/09/20 12:45:35 + Log: Fresh copies from the cvs.perl.org perlfaq repository. + 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 +____________________________________________________________________________ +[ 12092] By: jhi on 2001/09/20 12:32:44 + Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack) + From: Nicholas Clark + Date: Thu, 20 Sep 2001 14:27:08 +0100 + Message-ID: <20010920142708.X4971@plum.flirble.org> + Branch: perl + ! pp_pack.c t/op/pack.t +____________________________________________________________________________ +[ 12091] By: jhi on 2001/09/20 12:16:50 + Log: The sharedsv_space* are variables, not code. Duh. + Branch: perl + ! intrpvar.h makedef.pl +____________________________________________________________________________ +[ 12090] By: ams on 2001/09/20 11:26:06 + Log: Subject: [patch lib/lib_pm.PL] + From: Stas Bekman + Date: Thu, 20 Sep 2001 18:48:53 +0800 + Message-Id: <3BA9C995.6010302@stason.org> + (Applied by hand.) + Branch: perl + ! lib/lib_pm.PL +____________________________________________________________________________ +[ 12089] By: jhi on 2001/09/20 01:36:23 + Log: Only 21 tests, skipping or not. + Branch: perl + ! lib/ExtUtils/Command.t +____________________________________________________________________________ +[ 12088] By: jhi on 2001/09/19 18:54:37 + Log: New exported symbols. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 12087] By: jhi on 2001/09/19 13:45:59 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12086] By: jhi on 2001/09/19 13:02:58 + Log: Correct numbering of the tests is useful. + Branch: perl + ! ext/threads/t/basic.t +____________________________________________________________________________ +[ 12085] By: jhi on 2001/09/19 12:11:15 + Log: More tests now too. + Branch: perl + ! lib/ExtUtils/Command.t +____________________________________________________________________________ +[ 12084] By: jhi on 2001/09/19 12:08:33 + Log: More tests now. + Branch: perl + ! ext/threads/t/basic.t +____________________________________________________________________________ +[ 12083] By: jhi on 2001/09/19 11:35:55 + Log: The test assumed 7-bit ASCII. Now it "just" + assumes 8-bit whatever. + Branch: perl + ! t/op/crypt.t +____________________________________________________________________________ +[ 12082] By: jhi on 2001/09/19 11:19:56 + Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current + From: "H.Merijn Brand" + Date: Wed, 19 Sep 2001 11:45:28 +0200 + Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl> + + Lvalue casts are not portable. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12081] By: sky on 2001/09/19 10:17:52 + Log: Make the basic test contain only realy basic API tests + Seems to be a problem with detach. + Branch: perl + ! ext/threads/t/basic.t +____________________________________________________________________________ +[ 12080] By: ams on 2001/09/19 01:23:55 + Log: Subject: [PATCH] Syncing with Test::Simple 0.19 + From: Michael G Schwern + Date: Tue, 18 Sep 2001 19:53:48 -0400 + Message-Id: <20010918195348.M585@blackrider> + + Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST + From: Michael G Schwern + Date: Tue, 18 Sep 2001 22:07:13 -0400 + Message-Id: <20010918220713.B19616@blackrider> + Branch: perl + ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes + ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t + ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t + ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t + ! lib/Test/Tutorial.pod +____________________________________________________________________________ +[ 12079] By: jhi on 2001/09/19 00:19:45 + Log: Indent the test a bit. + Branch: perl + ! ext/threads/t/basic.t +____________________________________________________________________________ +[ 12078] By: jhi on 2001/09/18 22:54:21 + Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32 + From: Nikola Knezevic + Date: Tue, 18 Sep 2001 18:06:44 +0200 + Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu> + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 12077] By: jhi on 2001/09/18 22:52:24 + Log: Subject: stat access time is wrong on Win95 + From: Nikola Knezevic + Date: Tue, 18 Sep 2001 21:59:24 +0200 + Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu> + Branch: perl + ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t +____________________________________________________________________________ +[ 12076] By: ams on 2001/09/18 22:11:25 + Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t + From: Michael G Schwern + Date: Tue, 18 Sep 2001 18:47:14 -0400 + Message-Id: <20010918184714.I585@blackrider> + Branch: perl + ! t/op/crypt.t +____________________________________________________________________________ +[ 12075] By: sky on 2001/09/18 19:29:37 + Log: two test failures + From: Rafael Garcia-Suarez + Message-ID: <20010918221702.A17408@rafael> + partly applied, #12074 already fixed half the patch + Branch: perl + ! ext/threads/t/basic.t +____________________________________________________________________________ +[ 12074] By: sky on 2001/09/18 18:49:03 + Log: Fixes test case failure introduced by #12071, the warning is + now correctly spelled :-) + Branch: perl + ! ext/IO/lib/IO/t/io_sel.t +____________________________________________________________________________ +[ 12073] By: sky on 2001/09/18 18:46:22 + Log: Make the test behave properly! + Branch: perl + ! ext/threads/t/basic.t +____________________________________________________________________________ +[ 12072] By: ams on 2001/09/18 18:44:59 + Log: OP_RCATLINE is an SVOP, not a BASEOP. + Branch: perl + ! opcode.h opcode.pl +____________________________________________________________________________ +[ 12071] By: ams on 2001/09/18 18:06:27 + Log: Deprecate != Depreciate. + Branch: perl + ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm + ! lib/Pod/ParseUtils.pm +____________________________________________________________________________ +[ 12070] By: ams on 2001/09/18 15:14:58 + Log: Subject: [PATCH] Getopt::Std cleanup + From: Rafael Garcia-Suarez + Date: Tue, 18 Sep 2001 17:32:13 +0200 + Message-Id: <20010918173213.C777@rafael> + Branch: perl + ! lib/Getopt/Std.pm lib/Getopt/Std.t +____________________________________________________________________________ +[ 12069] By: sky on 2001/09/18 14:56:33 + Log: Forgot the makefile + Branch: perl + + ext/threads/Makefile.PL +____________________________________________________________________________ +[ 12068] By: sky on 2001/09/18 14:13:26 + Log: Adds the thread 0.05 module. It is now moved to the core from CPAN. + The test will fail because of Test.pm not knowing about threads. + basic needs to be manually tested + compile time warnings on IV2PTR conversions need to be fixed + Branch: perl + + ext/threads/Changes ext/threads/README ext/threads/t/basic.t + + ext/threads/threads.h ext/threads/threads.pm + + ext/threads/threads.xs + ! MANIFEST +____________________________________________________________________________ +[ 12067] By: jhi on 2001/09/18 11:51:08 + Log: DJGPP tweak from Laszlo Molnar. + Branch: perl + ! djgpp/config.over +____________________________________________________________________________ +[ 12066] By: sky on 2001/09/18 10:24:31 + Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock. + Branch: perl + ! sharedsv.c sharedsv.h +____________________________________________________________________________ +[ 12065] By: jhi on 2001/09/18 00:00:09 + Log: Strip ^iso- from the Encode filenames to be 8.3-friendly, + ditto ^cns. + Branch: perl + + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc + + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc + + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc + + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc + + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm + + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm + + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm + + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm + + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm + + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm + + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm + + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm + + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm + + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm + + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm + + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm + + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm + + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm + + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm + + ext/Encode/Encode/ir-197.enc + - ext/Encode/Encode/cns11643-1.enc + - ext/Encode/Encode/cns11643-2.enc + - ext/Encode/Encode/iso2022-cn.enc + - ext/Encode/Encode/iso2022-jp.enc + - ext/Encode/Encode/iso2022-jp1.enc + - ext/Encode/Encode/iso2022-jp2.enc + - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc + - ext/Encode/Encode/iso8859-1.enc + - ext/Encode/Encode/iso8859-1.ucm + - ext/Encode/Encode/iso8859-10.enc + - ext/Encode/Encode/iso8859-10.ucm + - ext/Encode/Encode/iso8859-11.enc + - ext/Encode/Encode/iso8859-11.ucm + - ext/Encode/Encode/iso8859-13.enc + - ext/Encode/Encode/iso8859-13.ucm + - ext/Encode/Encode/iso8859-14.enc + - ext/Encode/Encode/iso8859-14.ucm + - ext/Encode/Encode/iso8859-15.enc + - ext/Encode/Encode/iso8859-15.ucm + - ext/Encode/Encode/iso8859-16.enc + - ext/Encode/Encode/iso8859-16.ucm + - ext/Encode/Encode/iso8859-2.enc + - ext/Encode/Encode/iso8859-2.ucm + - ext/Encode/Encode/iso8859-3.enc + - ext/Encode/Encode/iso8859-3.ucm + - ext/Encode/Encode/iso8859-4.enc + - ext/Encode/Encode/iso8859-4.ucm + - ext/Encode/Encode/iso8859-5.enc + - ext/Encode/Encode/iso8859-5.ucm + - ext/Encode/Encode/iso8859-6.enc + - ext/Encode/Encode/iso8859-6.ucm + - ext/Encode/Encode/iso8859-7.enc + - ext/Encode/Encode/iso8859-7.ucm + - ext/Encode/Encode/iso8859-8.enc + - ext/Encode/Encode/iso8859-8.ucm + - ext/Encode/Encode/iso8859-9.enc + - ext/Encode/Encode/iso8859-9.ucm + - ext/Encode/Encode/isoir-197.enc + ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL +____________________________________________________________________________ +[ 12064] By: jhi on 2001/09/17 23:53:38 + Log: Must Uppercase. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12063] By: jhi on 2001/09/17 23:39:28 + Log: Add various encodings. + Branch: perl + + ext/Encode/Encode/iso8859-11.enc + + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc + + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc + + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc + + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc + + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc + + ext/Encode/Encode/viscii.ucm + ! MANIFEST ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12062] By: jhi on 2001/09/17 22:48:21 + Log: lib/unicode relic. + Branch: perl + ! ext/Encode/compile +____________________________________________________________________________ +[ 12061] By: jhi on 2001/09/17 20:50:16 + Log: Subject: [PATCH] Re: filename problems + From: Michael G Schwern + Date: Mon, 17 Sep 2001 17:26:26 -0400 + Message-ID: <20010917172626.Q585@blackrider> + Branch: perl + + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail + - t/lib/sample-tests/header_at_end + - t/lib/sample-tests/header_at_end_fail + ! MANIFEST lib/Test/Harness/t/test-harness.t +____________________________________________________________________________ +[ 12060] By: jhi on 2001/09/17 20:14:53 + Log: Explicitly explain the 1e9 seconds, not everybody + is a C geek. + Branch: perl + ! ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 12059] By: jhi on 2001/09/17 20:07:20 + Log: Explain an apparent bug reported by + Richard J. Barbalace , + with additional explanation from Gisle Aas. + Branch: perl + ! ext/Time/HiRes/HiRes.pm +____________________________________________________________________________ +[ 12058] By: ams on 2001/09/17 19:52:01 + Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests + From: Rafael Garcia-Suarez + Date: Mon, 17 Sep 2001 22:48:05 +0200 + Message-Id: <20010917224805.C11744@rafael> + Branch: perl + ! t/lib/warnings/op t/lib/warnings/pp +____________________________________________________________________________ +[ 12057] By: ams on 2001/09/17 16:51:18 + Log: Its a nit! + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 12056] By: ams on 2001/09/17 16:47:55 + Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS + From: "Craig A. Berry" + Date: Mon, 17 Sep 2001 12:34:20 -0500 + Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01> + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 12055] By: ams on 2001/09/17 16:05:15 + Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5 + From: Gisle Aas + Date: 16 Apr 2001 16:20:34 -0700 + Message-ID: + (Applied by hand.) + Branch: perl + ! lib/CPAN.pm lib/CPAN/Nox.pm +____________________________________________________________________________ +[ 12054] By: jhi on 2001/09/17 14:06:26 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12053] By: jhi on 2001/09/17 13:45:26 + Log: Adding new files to the MANIFEST is always nice. + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 12052] By: jhi on 2001/09/17 13:12:31 + Log: Reindent the PerlIO files (suggested by NI-S), used + indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t + (GNU indent). Note that wholesale re-indenting might + be nice, but that would break nice formatting/alignment + of assignments, equality testing, and complex boolean + expressions with lots of &s and |s. + Branch: perl + ! perlio.c perlio.h perliol.h +____________________________________________________________________________ +[ 12051] By: jhi on 2001/09/17 12:55:53 + Log: Add a script for being 8.3-polite. + The found conflicts are being worked on. + Branch: perl + + check83.pl + ! MANIFEST Porting/pumpkin.pod +____________________________________________________________________________ +[ 12050] By: sky on 2001/09/17 12:44:36 + Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for + finding it. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12049] By: jhi on 2001/09/17 11:55:07 + Log: Bump up versions because of #12041. + Branch: perl + ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm + ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm + ! lib/Time/localtime.pm +____________________________________________________________________________ +[ 12048] By: jhi on 2001/09/17 11:51:54 + Log: Bump the version number because of #12042. + Branch: perl + ! lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 12047] By: ams on 2001/09/17 11:21:40 + Log: Subject: Re: [PATCH] turn $a.= into an RCATLINE + From: Abhijit Menon-Sen + Date: Mon, 17 Sep 2001 17:44:12 +0530 + Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 12046] By: sky on 2001/09/17 07:14:17 + Log: Subject: Re: t/op/ver.t using skip() improperly + From: "chromatic" + Date: Mon, 17 Sep 2001 00:22:29 -0600 + Message-ID: <20010917062713.47716.qmail@onion.perl.org> + Branch: perl + ! t/op/ver.t +____________________________________________________________________________ +[ 12045] By: nick on 2001/09/17 07:12:14 + Log: Integrate mainline + Branch: perlio + +> t/op/chdir.t + !> (integrate 117 files) +____________________________________________________________________________ +[ 12044] By: ams on 2001/09/17 05:49:53 + Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm + From: Ilmari Karonen + Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST) + Message-Id: + (And $VERSION = '1.05'.) + Branch: perl + ! lib/constant.pm +____________________________________________________________________________ +[ 12043] By: ams on 2001/09/17 05:44:50 + Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug + From: Michael G Schwern + Date: Mon, 17 Sep 2001 07:49:04 +0200 + Message-Id: <20010917074904.V1588@blackrider> + (Applied with tweaks to chdir.t and pp_sys.c hunks.) + Branch: perl + + t/op/chdir.t + ! MANIFEST pp_sys.c +____________________________________________________________________________ +[ 12042] By: jhi on 2001/09/17 02:54:13 + Log: Subject: Re: CPAN.pm needs some hacking + From: "chromatic" + Date: Sun, 16 Sep 2001 16:46:29 -0600 + Message-ID: <20010916225113.5606.qmail@onion.perl.org> + Branch: perl + ! lib/CPAN/FirstTime.pm +____________________________________________________________________________ +[ 12041] By: jhi on 2001/09/16 20:43:15 + Log: Change use|require 5.005_64 to use|require 5.6.1. + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm + ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm + ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm + ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm + ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm + ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm + ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm + ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm + ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm + ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm + ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm + ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm + ! lib/base.pm lib/fields.pm +____________________________________________________________________________ +[ 12040] By: jhi on 2001/09/16 20:36:58 + Log: Bump up version numbers. + + TODO 1: double check that pre-5.6.1 CPAN.pm:s + don't try to download 5.8.0 because of the + version numbers. Mainly this means using _00 + in the core version numbers. + + TODO 2: the "use 5.005_64" in many modules + needs to be changed to, say, "use 5.6.1". + Branch: perl + ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm + ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm + ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm + ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm + ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm + ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm + ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm + ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm + ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm +____________________________________________________________________________ +[ 12039] By: jhi on 2001/09/16 19:23:07 + Log: Use UCHARAT() as suggested by Inaba Hiroto. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 12038] By: ams on 2001/09/16 15:16:24 + Log: Subject: [PATCH] Re: Core module version numbers review + From: Peter Scott + Date: Sun, 16 Sep 2001 09:09:58 -0700 + Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 12037] By: jhi on 2001/09/16 14:27:54 + Log: Supply more details on how lc/uc/lcfirst/ucfirst are + not yet fully implemented. + Branch: perl + ! pod/perlfunc.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 12036] By: jhi on 2001/09/15 23:13:12 + Log: Subject: [patch] plug PL_beginav_save leak + From: Doug MacEachern + Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT) + Message-ID: + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 12035] By: jhi on 2001/09/15 23:12:28 + Log: (accidentally empty checkin) + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12034] By: jhi on 2001/09/15 23:08:09 + Log: Subject: [patch] ithreads+PL_beginav_save + From: Doug MacEachern + Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT) + Message-ID: + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12033] By: jhi on 2001/09/15 23:07:19 + Log: Subject: [PATCH] h2xs.PL with C::Scan + From: Tim Jenness + Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST) + Message-ID: + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 12032] By: jhi on 2001/09/15 18:43:20 + Log: Elaborate (well, make more vague, really) #12030. + Branch: perl + ! pod/perltodo.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 12031] By: jhi on 2001/09/15 18:37:07 + Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching + From: "Jeff 'japhy/Marillion' Pinyan" + Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT) + Message-ID: + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 12030] By: jhi on 2001/09/15 17:15:40 + Log: Document that the lc(), uc(), lcfirst(), ucfirst() + are not yet complete. + Branch: perl + ! pod/perltodo.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 12029] By: jhi on 2001/09/15 13:53:42 + Log: Document what's still to be done on the regular expression + Unicode support, based on the UTR#18. + Branch: perl + ! pod/perltodo.pod pod/perlunicode.pod +____________________________________________________________________________ +[ 12028] By: jhi on 2001/09/15 12:37:31 + Log: Regen headers. + Branch: perl + ! embedvar.h perlapi.h +____________________________________________________________________________ +[ 12027] By: jhi on 2001/09/15 12:33:49 + Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex + From: Hugo van der Sanden + Date: Sun, 09 Sep 2001 18:41:54 +0100 + Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk> + Branch: perl + ! Porting/findvars ext/ByteLoader/bytecode.h + ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c + ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def +____________________________________________________________________________ +[ 12026] By: gsar on 2001/09/15 04:04:04 + Log: enable most warnings for windows build; fix the various typecasting + nits that showed up (no bugfixes here) + Branch: maint-5.6/perl + ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs + ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c + ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c + ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms + ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c + ! x2p/walk.c +____________________________________________________________________________ +[ 12025] By: jhi on 2001/09/14 22:22:58 + Log: Integrate change #12024 from maintperl + (a local() precedence bug) + Branch: perl + !> lib/ExtUtils/Install.pm +____________________________________________________________________________ +[ 12024] By: gsar on 2001/09/14 22:11:06 + Log: fix local() precedence bug in change#8311, came into maint-5.6 as + change#8642 + Branch: maint-5.6/perl + ! lib/ExtUtils/Install.pm +____________________________________________________________________________ +[ 12023] By: jhi on 2001/09/14 15:04:16 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 12022] By: jhi on 2001/09/14 14:49:52 Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on From: "chromatic" @@ -2914,7 +17267,8 @@ ____________________________________________________________________________ ! hints/dec_osf.sh ____________________________________________________________________________ [ 11635] By: jhi on 2001/08/11 15:14:48 - Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list? + Log: (retracted by 13077) + Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list? From: Robin Houston Date: Fri, 10 Aug 2001 14:42:02 +0100 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk> @@ -6305,7 +20659,9 @@ ____________________________________________________________________________ ! pod/perldiag.pod ____________________________________________________________________________ [ 11156] By: jhi on 2001/07/05 03:43:28 - Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match + Log: (retracted by #13533) + + Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match From: Radu Greab Date: Wed, 4 Jul 2001 22:13:31 +0300 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro> @@ -8328,7 +22684,9 @@ ____________________________________________________________________________ ! perl.c ____________________________________________________________________________ [ 10874] By: jhi on 2001/06/23 23:57:28 - Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now. + Log: (Retracted by #11586) + + Hack to get rid of the UNEXPECTEDLY succeeded message for now. Branch: perl ! lib/Test/Harness.pm ____________________________________________________________________________ @@ -19662,7 +34020,7 @@ ____________________________________________________________________________ + t/lib/mimeqp.t ____________________________________________________________________________ [ 9339] By: gsar on 2001/03/25 15:48:50 - Log: delete mimeqp.t for later with text mode set + Log: delete mimeqp.t for later add with text mode set Branch: perl - t/lib/mimeqp.t ____________________________________________________________________________ @@ -19727,7 +34085,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 9329] By: jhi on 2001/03/24 18:26:57 Log: (Retracted by #9393) - + Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno" From: Simon Cozens Date: Sat, 24 Mar 2001 17:13:17 +0000 @@ -20284,7 +34642,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 9255] By: jhi on 2001/03/19 23:17:17 Log: substr($bytestr, i, n, $charstr) - + TODO: we are still broken if $bytestr needs UTF-8 upgrading. Branch: perl ! Todo-5.6 pp.c t/op/substr.t @@ -21709,10 +36067,7 @@ ____________________________________________________________________________ ! pod/perlsyn.pod ____________________________________________________________________________ [ 9069] By: jhi on 2001/03/07 14:55:30 - Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 - From: Dorner Thomas - Date: Wed, 7 Mar 2001 14:13:31 +0100 - Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de> + Log: (Retracted by #9078.) Branch: perl ! Makefile.SH ____________________________________________________________________________ @@ -23081,8 +37436,8 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 8902] By: jhi on 2001/02/23 01:37:41 Log: (Retracted by #8914) - (Wrongly, reinstated by #8941) - + (Wrongly, reinstated by #8941) + Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST! From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) Date: Thu, 22 Feb 2001 09:43:57 EST @@ -23276,7 +37631,7 @@ ____________________________________________________________________________ ! Configure config_h.SH ____________________________________________________________________________ [ 8875] By: jhi on 2001/02/21 14:54:00 - Log: Make unpack C and unpack C truly equivalent. + Log: Make unpack C and unpack U truly equivalent. Branch: perl ! pp.c t/op/pack.t ____________________________________________________________________________ @@ -23781,7 +38136,7 @@ ____________________________________________________________________________ Message-ID: (8809 empty) - + Upgrade to podlators 1.08, from Russ Allbery. Branch: perl !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm @@ -24590,7 +38945,7 @@ ____________________________________________________________________________ ! lib/Pod/Find.pm ____________________________________________________________________________ [ 8711] By: nick on 2001/02/07 21:06:11 - Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch. + Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch. Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak From: Alan Burlison Date: Tue, 06 Feb 2001 23:37:01 +0000 @@ -26060,7 +40415,9 @@ ____________________________________________________________________________ !> scope.h ____________________________________________________________________________ [ 8552] By: jhi on 2001/01/26 15:03:23 - Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace + Log: (Retracted by #8573) + + Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace From: Michael G Schwern Date: Fri, 26 Jan 2001 09:28:31 -0500 Message-ID: <20010126092831.A15328@blackrider.aocn.com> @@ -26201,7 +40558,7 @@ ____________________________________________________________________________ ! pod/perlfaq3.pod ____________________________________________________________________________ [ 8539] By: jhi on 2001/01/25 03:21:55 - Log: (Retracted by #5940.) + Log: (Retracted by #8540.) Branch: maint-5.6/perl ! pod/perlfaq3.pod ____________________________________________________________________________ @@ -26445,7 +40802,7 @@ ____________________________________________________________________________ ! lib/open.pm perlio.c perliol.h ____________________________________________________________________________ [ 8510] By: jhi on 2001/01/21 22:56:53 - Log: Document the regex context pushing/popping a bit better. + Log: Document the regex content pushing/popping a bit better. Branch: perl ! regexec.c ____________________________________________________________________________ @@ -26939,8 +41296,9 @@ ____________________________________________________________________________ [ 8449] By: jhi on 2001/01/16 03:42:55 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86 at the setting of the ofs_sv in new_struct_thread() as the - thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing - that invited a core dump. + thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what + uninitialized fields are, uh, initialized with), + SvREFCNT_inc()ing that invited a core dump. Branch: perl ! util.c ____________________________________________________________________________ @@ -27037,12 +41395,16 @@ ____________________________________________________________________________ ! toke.c ____________________________________________________________________________ [ 8438] By: jhi on 2001/01/14 05:10:23 - Log: Metaconfig unit changes for #8437. + Log: (Reverted by #8440) + + Metaconfig unit changes for #8437. Branch: metaconfig/U/perl ! d_fpos64_t.U d_off64_t.U ____________________________________________________________________________ [ 8437] By: jhi on 2001/01/14 04:55:34 - Log: Add probing, seems to be needed for (some?) + Log: (Reverted by #8440) + + Add probing, seems to be needed for (some?) Linux largefileness. Branch: perl ! Configure Porting/Glossary Porting/config.sh Porting/config_H @@ -27309,7 +41671,7 @@ ____________________________________________________________________________ ! util.c ____________________________________________________________________________ [ 8398] By: jhi on 2001/01/10 20:55:31 - Log: Add ReuseAddr as a (preferred) alias for Reuse as we now + Log: Add ReuseAddr as a (preferred) alias for Reuse as we know also have ReusePort. Branch: perl ! ext/IO/lib/IO/Socket/INET.pm @@ -27651,7 +42013,7 @@ ____________________________________________________________________________ ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod ____________________________________________________________________________ [ 8353] By: jhi on 2001/01/06 20:21:10 - Log: integrate changes #7980, 7990, 8056, 8057 from mainline + Log: integrate changes #7980, 8056, 8057 from mainline UTF-8 hash keys. Branch: maint-5.6/perl @@ -28957,6 +43319,20 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 8180] By: gsar on 2000/12/18 09:20:27 Log: integrate changes#7924..7926,7946,7952 from mainline + + A test works better if it has the right 1..$n output. + + 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. + + Make the Class::Struct import() wiser. + + Upgrade to CPAN 1.59_51, from Andreas König. + + Subject: Re: long shell lines + Split overly long shell command lines. 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 @@ -28964,6 +43340,34 @@ ____________________________________________________________________________ [ 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) + + Subject: [ID 20001127.004] White space problem in perlamiga.pod + + Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $| + + Subject: [PATCH] perlcc.PL cleanups + + Subject: [PATCH] Updating perltie.pod for arrays + + Subject: [ID 20001128.002] what's the point of example code if it is buggy? + Subject: Re: [PATCH] Updating perltie.pod for arrays + Subject: Re: [PATCH] Updating perltie.pod for arrays + + One more perltie.pod nit from Casey R. Tweten. + + Subject: [PATCH] $^O win32 -> MSWin32 + plus similar nits for vms, err, VMS, and UNICOS. + + Subject: Re: Minor suggestion for Sys::Syslog [PATCH] + More checking in case someone has broken their services or + protocol databases. + + Make "use Class::Struct 'struct';" work again (broken by #7617); + add a test for Class::Struct. + + Integrate the "skip" messages to explain(). + + Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t Branch: maint-5.6/perl +> t/lib/class-struct.t !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c @@ -28996,6 +43400,196 @@ ____________________________________________________________________________ 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 + + Subject: Re: [PATCH] README.solaris + + Add getpagesize() probing, on non-UNIX guess 'undef'. + + 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. + + Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch + + MachTen doesn't really do mmap() and munmap(). + Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do. + + More README.solaris updates from Andy Dougherty. + + Copy the s// information of README.hpux also to the perlrun. + + Add HAS_FSYNC, lack noticed by Nicholas Clark. + + Add a metaconfig unit for fsync. + + Subject: [ID 20001112.004] man perlfunc omits tell()'s error return + + Many subdocumented return values of the IO extension now documented. + ungetc and write still left subdocumented. + Subject: [PATCH] (was Re: IO::Handle::ungetc) + + Document tell() on special streams. + + Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure + + Subject: [ID 20001112.007] sfio's sftell isn't ftell + + Couple of tests from #7660 salvaged. + + 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 + 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. + + Cleanup messy #ifdef. + + Typos in #7667. + + Declare reg_data like reg_substr_data. + + Placate nervous compilers that see longer than ints switch()ing. + + Remove the new two tests of lib/io_xs for now, they seem to + fail under perlio on some platforms. + + Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return + + Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values + + Subject: tiny typo in perl5db.pl + + Subject: some additions for makefiles for win32 (for perl@7674) + + 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 + + Regen Configure. + + Defined INT64_C() and UINT64_C() unless defined by + (a macro to define signed and unsigned integer constants). + + Use UINT64_C(). + Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch + + Use u_int32_t for the size of hash_cb(), not size_t. + Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch + + Quit utf8_to_uv() instantly if curlen == 0. + + Subject: [PATCH: perl@7674] updates to README.os390 + + Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text + + EBCDIC tweaks. + Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise) + + Linenumber fix. + + SOCKS has its own USE_THREADS, based on + Subject: [ID 20001114.002] et. al. bugfix followup + + UINT64_C() work continues. + + Detypo. + + The type of the hash_cb() size argument is tricky. + + Add fwalk() probe to the configuration files and regen perltoc. + + Subject: perllocale.pod changes + + Avoid an infinite loop in VMS when utils scripts are run + with no arguments, from Charles Lane. + + Subject: Re: Bug in Carp::Heavy/5.6.0? + + For Solaris use64bitall the stdchar needs a little bit of help. + + The long double hints can be here or there. + + Test tweak for the open pragma. + + Also the 64bitall hints can be either here or there. + + As surmised the #7719 wasn't a good move. + + Subject: Fix for 20000409.001 + + Subject: Fix for 20000815.006 + It's really 20000518.006. + + Subject: [PATCH 5.6.0 README.win32] very minor typos + + Subject: Fix for README.amiga (20000323.033) + + Explain in more detail the {} syntax ambiguousity. + Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error + + Sparc 64-bit pack() fix from Jens Hamisch. + + Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König. + + Subject: podlators 1.05 available + + Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm + + Subject: [perl 7711: EPOC] updates + + Make certain MacOS Classic has NO_ENVIRON_ARRAY. + + Miraculous typo. + + sysseek() instead of seek(). + + Solaris hints tweaks. + + 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. + + 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. + + Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir + + Subject: DOC PATCH 5.6.0 perlreftut + + Subject: [PATCH: perl@7777] add system locale testing for VMS + + Subject: [PATCH] Test.pm POD peculiarity + + Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost' + + Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost' + + Subject: Re: perl@7777 + Detypoing. + + Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix + + Go ahead and #include in perl.h. + + Subject: [PATCH perl@7795] small cleanup task for test suite + + Subject: Re: av.c patch (having slight problems) + unshift() speedup. + + Reach back one higher up when searching for PERL_SRC. Branch: maint-5.6/perl +> lib/File/Spec/Epoc.pm !> (integrate 88 files) @@ -29003,15 +43597,319 @@ ____________________________________________________________________________ [ 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 + + Fix for the tie-refhash string table leaks. + + Subject: [patch perl@7595] VMS configure.com tweak + + 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)) + Added some SIGFPE paranoia. + + Forgot to bump the line numbers in #7601. + + Subject: PATCH std stdio for (Free)BSD + + Deleting $ENV{PATH} in VMS is not recommendable. + + Locale buglets. + Subject: RE: Locales support (setlocale) fixes + + Do not test UTF-8 locales since that the tests would require + polymorphic regexen. + + Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen + + A missing aTHX_. + + Subject: [ID 20001108.013] spelling + + Subject: [PATCH] Class::Struct at compile time + + Make deleting for %ENV work for (newer versions of) VMS, + from Craig A. Berry. + + Forgot from #7618. + + More VMS moves on environment handling, from Charles Lane. + + Remove unused extra arguments. + + Typo in an ifndef. + Subject: Re: [PATCH 5.7.0] better messages from malloc() + + Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod + All except the "cow orker" change. + + 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 + + There's no =head3. + + Disable only the tests 99 and 166 for UTF-8 locales. + + Missing dTHXs. + Subject: RE: perl@7595 builds not on cygwin + + Subject: Re: bash -c exit and linux hints + + Various doc oddball characters. + Subject: [ID 20001106.004] Perl 5.6.0 bugs + + Subject: [PATCH] IO::Seekable pod + + Amdahl UTS hints updates. + Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6 + + Explain better why certain regex tests are skipped. + Subject: Re: tests skipped: unknown reason + + Subject: [PATCH] README.solaris + + Subject: [PATCH perl@7638] cygwin port 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, + Log: integrate changes#7472,7474..7478,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 + + Better create a true mailing list for the repository keepers. + + Subject: [ID 20001027.007] uniq array in perlfaq + + De-quoted-unreadable to ISO Latin 1. + (There's one ISO-2022-JP name in Changes5.004.) + + Have only one master list of AUTHORS, drop unmaintained MAINTAIN. + + The #7476 needs a MANIFEST change, too. + + Add also emailless people. + + UTF-8 decoder tweak. + + Make \x{...} consistently produce UTF-8. + Subject: Re: \x{...} is confused + + Subject: [Chris Winters ] patch to ExtUtils::Manifest + + 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)) + + Use Errno magic. + Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing + + Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests + + Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t + + Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c + + Be more lenient on bad UTF-8 when doing bit arithmetics. + Subject: Re: [ID 20000918.005] ~ on wide chars + (The ord() part of the patch skipped.) + + Subject: perlfaq style changes + + AUTHORS tweaks. + + Whitespace style tweak. Was originally going to see to + Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) + but that had already been taken care of. + + The compiler is either gcc or cc, from Tom Bates. + + The osname has been lowercased by now, from Tom Bates. + + The NonStop-UX libraries have a novel way to say NaN. + + printf UVs the correct way, noticed by Robin Barker. + + Subject: [PATCH] startperl to respect versiononly + + AUTHORS updates. + + Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c + + Subject: [ID 20001101.001] Net::Ping icmp odd $bytes + + Subject: [ID 20001005.004] doc bug: perlsec misleading re file output + + Generalize the Camel wording. + Subject: Re: perlfaq style changes + + Subject: [ID 20001005.006] Documentation -- description of qr// + + C.pm part of + Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0] + + Locale warning explanation tweak. + + Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks" + + 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() + + 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. + + More tweaking on the #7522 theme. + + 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) + + 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 + + Detpyo. + + recv() can fail and return undef. + Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable + + Fix the problem discussed in + Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions) + 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. + + Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl + + The #7521 touched things it shouldn't have. + + Subject: [PATCH 5.7.0] better messages from malloc() + + Subject: Re: README.aix + + Add FCNTL_CAN_LOCK. + Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) + Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) + + 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). + + More Changes tweakery. + + Dying is too strict here, better just skip. + + Subject: Locales support (setlocale) fixes + Modified quite a bit to be more portable. + + 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 + + Fix for + Subject: [ID 20001004.006] undef is never tainted + An undef read from a slurped file was not tainted. + + Fix for + Subject: [ID 20001004.007] taint propogation is inconsistent + 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. + + Test tweak: show also the failed locales. + Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8 + + A fix of sorts for 20000329.026, a better error message + for a missing "use charnames" when using the \N{...}. + + Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16 + + Add =pod to be tidy. + + Fix for bug id 19990615.008, pos() unset during s///ge. + + Add a note for future generations about bug id 20000229.006. + + 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) + + opmini.o can linger from Configures past. + + Document that the evaled syntax errors cause scalar leaks. + + Fix for + Subject: [ID 20000728.005] perl -P broken + (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. + + AUTHORS updates. + + Subject: Re: rsync'ed patches vs. rsync'ed source + + Admit that the test leaks scalars. + + Sanitize the environment further. + + VOS updates from Paul Green. + + Document %ENV = () portability issues. + + 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. + + glibc5 detection by __GNU_LIBRARY__. + + %ENV note tweaks from Dan Sugalski. + + 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) + + Subject: Pod updates + + Fake support of holey files in win/dosish platforms. + Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302) + + A doc addition for bug id 20001105.019, beware \p. + + Tweak #7587. + + Subject: [PATCH perl@7573] configure.com and st-lock.t changes for + + perlhack updates from H.Merijn Brand. + + Subject: [PATCH perl@7573] cygwin port + Synchronize with Cygwin 1.1.5. + + Bad thinko in #7581 (I used the test program with the expanded + values as-is). + + Make perlbug not insist on dumping to a file when stdout isn't a tty. + Subject: [PATCH] perlbug.PL + + Overrideable keys, each, pop, push, shift, splice, unshift. + Subject: [PATCH] prototyped functions that should be overrideable + + Try to avoid flockless and emulationless places. Branch: maint-5.6/perl +> t/lib/tie-refhash.t t/lib/tie-substrhash.t - MAINTAIN @@ -29177,6 +44075,30 @@ ____________________________________________________________________________ Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915 from mainline (xsubpp and ExtUtils::LibList fixups, various other small items) + + 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 + + Various doc oddball characters. + Subject: [ID 20001106.004] Perl 5.6.0 bugs + + Subject: [PATCH] Re: 20001101.003 PDL + + Subject: [PATCH 5.7.0] etags broken again + + Subject: [PATCH 5.7.0] Liblist finally works + + Subject: [PATCH 5.7.0] Liblist returns found libraries + + Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM) + + Subject: [PATCH 5.7.0] OUT keyword for xsubpp + + Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp + OUT keyword nits. + Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp + OUT and IN_OUT documentation. Branch: maint-5.6/perl !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm @@ -29228,8 +44150,216 @@ ____________________________________________________________________________ [ 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, + 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408, 7410..7413 from mainline + + Introduce the man[24-8] variables, from Andy Dougherty. + + Upgrade to CPAN 1.58, from Andreas König. + + An updated EBCDIC tr patch. + Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390 + + Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes + + Two thirds of + Subject: Proposed patches, Install.pm getopts.pl termcap.pl + The Install.pm changes will be submitted separately because + they need some work and discussion still. + + The Install.pm third of + Subject: Proposed patches, Install.pm getopts.pl termcap.pl + + Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests + + Subject: [PATCH 5.7.0] IVs in mtats + + Subject: [PATCH 5.7.0] Perl API for mstats + + Ilya implemented the memory profiling API. + + In Amdahl UTS "struct sv" is defined by a system header, + . + + Slight tweak of the code to appease Amdahl UTS cc. + + Amdahl UTS doesn't seem to do dynaloading. + + Use UTF8SKIP(), from Simon Cozens. + + Thinko in #7222. + + 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] + + Tweak #7225. + Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl] + + Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC + + Needs to be conditional on SunOS 4. + Subject: [Pach 5.7.0@7229] Removing -ldb from the core build + + Test cases for bug id 20000323.056 (the bug seems to be fixed). + + 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. + + Document FNCASE=y as discussed in the bug 20000902.009. + + 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. + + Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8. + Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars + + Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8. + + Fix a couple of compiler-noted nits in #7235. + + Tweak the test of #7235. + + One more ~utf8 tweak. + + -w cleanup. + Subject: Re: Problems with bleadperl + + Subject: small pod patch + + Subject: [PATCH perlguts.pod] Document offset hack + + Add Charles Lane. + + Add the capability to include/exclude branches. + + Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp + + 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)) + + More IoTYPE sprinkling. + + 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)) + + Clarify documentation on 'use bytes'. + Subject: Re: What does 'use bytes' "mean" ? + + Show the failed remote port, instead of the failing line number. + Subject: [PATCH 5.6.1 Debugger] More diagnostics + + Make Cwd more bulletproof in chrooted environments. + Subject: [ID 20001018.001] Fix for Cwd.pm (chroot) + + Subject: Pod patch for Devel::Peek + + Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2 + + Borland C fstat() never saw the fd as writable. + Subject: fix for Borland's weak "stat" (perl@7211) + + Missing change from #7362. + + Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no + + Add the test case for the bug id 20000730.004 which seems + to have been fixed by now. + + 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. + + Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC + + Subject: PATCH do_print has 2 PerlIO_error()s + + NonStop-UX patches from Tom Bates + + Typo noted by Mark Lutz. + + Subject: PATCH CR+LF should be "\cM\cJ" in perlop + + In the latest compiler builds cccdlflags must not become -fpic, + from Wilfredo Sánchez. + + Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update + + Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS + + 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] + + 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)] + + 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] + + Reëntrancy fix. + Subject: [PATCH perl@7229] Rentrant parser and yylex() + + Make scan_num() reëntrant, as suggested in + Subject: [PATCH perl@7229] Rentrant parser and yylex() + + Fix for ID 20001020.006, concatenating an unset submatch + with utf8 resulted in "Modification of a read-only value". + + Fix for ID 20000915.011, IO::Select warning for an undefined fd. + + The #7383 was right only in the context of the original bug report, + not in more general case. + + Update Changes. + + Testcases for a #7383,#7385 related bug. + Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable + + Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy + + 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. + + Hints tweak from Anton Berezin. + + Subject: installman go-faster stripes + Subject: Re: installman go-faster stripes + + Subject: [ID 20001021.003] updated hints/openbsd.sh + + Subject: [PATCH bleadperl] -MO=C falls over on package + + Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL + + Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker + + Doc patch. + Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs + + Retract #7404 with a patch from Robin Barker, via Andy Dougherty. + + Subject: Re: [ID 20001021.005] SEGV with regex match + + Subject: Re: [20000731.007] potential syntax error not detected [PATCH] + + The change #7187 was not so good on VMS. + Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename + + Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods + + Miscellaneous MacOS Classic library updates from Matthias Neeracher. + + Document PERL_INSTALL_ROOT of #7210. Branch: maint-5.6/perl +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl +> t/lib/tie-splice.t @@ -29259,6 +44389,262 @@ ____________________________________________________________________________ 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 + + Remove vestiges of tr//CU. + Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU + Subject: Re: [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 + + Batch of UTF-8 patches from Simon Cozens. + + Fix for a parsing bug, not for the original bug. + Subject: Re: [ID 20000910.005] Another segfault with regexes. + + Compilation warnings and an error. + + Subject: File::Find 5.7.0 POD nits + + Subject: [PATCH perl-5.7.0] continued -Wformat support + + The one that got away. + + Subject: Re: perl@7078 + + 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 + + Replace #7084 with + Subject: Re: perl@7078 + + We don't need to count the high bit bytes, a boolean is enough. + + Subject: [PATCH] utf8.c apidoc + + Subject: Re: perl@7078 + + Botched the #7090 check-in. + + Fix for the charnames.t failures from Spider Boardman. + + 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. + + Subject: [PATCH] Nits in perlmod.pod + + Subject: Re: Trapping by opmask sets strange parser state [PATCH] + + Subject: Re: unicode support and perl [ID 20000901.097] + + Subject: Re: unicode support and perl [ID 20000901.097] + + Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable + + Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse + + Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man + + Subject: [PATCH@blead] Fix some recursion in overload.pm + + s/Robin Parker/Robin Barker/ + + Subject: [PATCH] Fix aliasing of tied filehandles + + Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) + + Subject: Re: [PATCH 5.005_64 missed] + + SOCK_DGRAM and listen() do not mix as reported in + Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket + The patch for 5.7.0+ had to be reengineered, though. + + Subject: DOC PATCH 5.6.0 + + Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start + + 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 + + Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch + Did not apply cleanly, manual intervention was needed. + + Subject: [PATCH] DLL not restartabke with threaded perl + + Inside require() $^S was always left undefined. + Subject: Re: Tiny 2-byte change to fix debugger's eval bug + + Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement. + + OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail. + + Regen headers. + + Subject: [PATCH 5.7.0] Epoc update + + Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines + as suggested by Olaf Flebbe and Nick Clark. + + Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)' + + Misplaced else. + + 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 + + Subject: [ID 20001003.006] B::Debug not -w clean + + Test harness update to sync with the new perlcc, + from Simon Cozens. + + One remaining nit less at the VMS mailbox sizing. + + Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's + + It is possible to have no hosts database at all. Pointed out in + Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's + + Subject: [PATCH 5.7.0] h2xs not working + Subject: [PATCH 5.7.0] h2xs not documenting the created module + + Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier + + Subject: perlhack.pod Patch for Externals Tools + + Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification + + Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module + + Enable disabling scripts installation by Configure -Uinstallscripts, + suggested by H. Merijn Brand. + + 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). + + Regen toc. + + Subject: Re: Questions about Tie::Array and perl modules + Bug reported and fix suggested by Philip D Crow . + + Patch from Simon Cozens to avoid using utf8 routines in EBCDIC. + + Tweak #7153. + + IO::Handle->syswrite() did not handle length omission + like CORE::syswrite() does. + Subject: [Fwd] IO::Handle, syswrite and arguments + The original patch from andrew@ugh.net.au. + + Also the $ccflags is needed for the C compiler check. + Subject: Configure (check for C-compiler) + + Eliminate $Is_VMS code from the test. + Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1 + + 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) + + 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 + + UTF8ize split() so that the cloned substrings get the UTF8 + flag of the original scalar. Problem reported by Simon Cozens. + + save_re_context() could reset PL_curcop to freed memory, causing core + dumps in code such as C + + Subject: PATCH 5.6 perldebguts grammar cleanup + + Add a todo note about overloadable assertions. + + on Windows, LoadLibrary() could load an extension DLL multiple + times if forward slashes are used in the path + + on Windows, cwd strings in the environment should be of the + form =X:=X:\foo instead of =X=X:\foo\ + + on Windows, avoid potential exception (could happen if MSVCRT isn't + being used) when closing a socket handle + + avoid nonportable example code + + Windows9x doesn't support link(), despite what Config.pm + might think + + pod nit + + Change #7160 had a nasty typo. + + Warn about unknown scripts. + Subject: Re: ideas? patches? [PATCH bleadperl] + + on Windows, clean targets might not work under some flavors of the shell + + tweak for change#7173 + + 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.) + + Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure + + Upgrade to CGI.pm 2.74, from Lincoln Stein. + + Upgrade to podlators 1.04, from Russ Allbery. + + Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread + + 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 + + Subject: RE: [ID 19990803.001] README.win32 suggestions + + Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl + + Subject: Re: utf8 concat, mg_get + + Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections + + Subject: [PATCH: perl@7181] op/tr tests on OS/390 + + Subject: [PATCH: perl@7181] ver.t v string tests for os/390 + + Use the versiononly instead of the installscripts, + retract the changes 7146 and 7147. + + Reapply Andy's patch and regen Configure. + + Add the test case for #7190, from the original bug report + by Andreas König. + + Remove duplicated code. + + SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs. + + restore change#7202 Branch: maint-5.6/perl !> (integrate 121 files) ____________________________________________________________________________ @@ -30241,6 +45627,9 @@ ____________________________________________________________________________ Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org> Make CORE::substr to be '$$;$$' instead of '$$;$;$'. + In other words, make the returned prototypes for any function + stop prepending the ';' optionality marker after the first one. + If they start getting optional, all the rest are optional. Branch: perl ! pp.c ____________________________________________________________________________ @@ -42264,7 +57653,9 @@ ____________________________________________________________________________ ! 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) + Log: (Replaced by #8364.) + + 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: