X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/0fafaa61fa8328f4783bd6596ed65b4e238b3cbd..925f9e003e797678d65aaa00bc7cbb7222b25c82:/Changes diff --git a/Changes b/Changes index be529a2..5a3386e 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,2571 @@ or any other branch. Version v5.7.2 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 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