Tidy up EXE_EXT patches to MM_Unix.pm
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 1137d33..aadb5d9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,581 @@ or any other branch.
 Version v5.7.2         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 14289] By: jhi                                   on 2002/01/15  18:38:03
+        Log: Jeffrey is trying very hard to avoid working on his
+             book, it would seem :-) (better naming, better comments
+             in the files)
+     Branch: perl
+          + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
+          + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
+          + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
+          + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
+          - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
+          - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
+          - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
+          - lib/unicore/Is/IDStart.pl
+          ! (edit 200 files)
+____________________________________________________________________________
+[ 14287] By: jhi                                   on 2002/01/15  17:55:54
+        Log: Some protection against spaces in directory names.
+             (Tru64 still has some makedepend problems in such
+             cases but that looks like Tru64's problem.)
+     Branch: perl
+          ! Configure Makefile.SH
+____________________________________________________________________________
+[ 14286] By: jhi                                   on 2002/01/15  17:13:28
+        Log: Should have been in #14285 but I have sausages for fingers.
+     Branch: perl
+          + lib/ExtUtils/MM_BeOS.pm
+____________________________________________________________________________
+[ 14285] By: jhi                                   on 2002/01/15  17:12:59
+        Log: MM_BeOS from Tels.
+     Branch: perl
+          + lib/ExtUtils/t/MM_BeOS.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14284] By: jhi                                   on 2002/01/15  15:55:53
+        Log: Integrate perlio;
+             
+             (reintroduce #14251) Slab allocator for ops
+             - moved the statics to intrpvar.h
+             - implemented Slab_Free()
+             - uses PerlMemShared (for now) if distinction exists.
+             
+             Slab allocator submit after resolve -ay to keep it!
+             
+             Hand merge of non slab allocator stuff
+             
+             const-ness fix in savepv's passing of NULL
+             
+             Typo in #else branch of PL_SLAB_ALLOC
+             
+             Integrate rest of mainline
+             
+             Regen embed enable slab for PERL_IMPLICIT_SYS
+             
+             Correct name of PL_OP_SLAB_ALLOC
+             
+             Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
+             e.g. -Duse64bitint on a 32-bit platform.
+             Now uses I32 for use-count and is more careful with its casts.
+     Branch: perl
+         !> (integrate 28 files)
+____________________________________________________________________________
+[ 14279] By: jhi                                   on 2002/01/15  14:43:04
+        Log: Subject: [PATCH] Socket::sockaddr_family
+             From: Gisle Aas <gisle@ActiveState.com> 
+             Date: 15 Jan 2002 06:35:28 -0800
+             Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
+     Branch: perl
+          ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 14278] By: jhi                                   on 2002/01/15  14:37:34
+        Log: Subject: [PATCH perldiag] Style issue
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 15 Jan 2002 15:36:30 +0100                
+             Message-ID: <20020115153630.A11568@rafael>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14276] By: jhi                                   on 2002/01/15  14:22:38
+        Log: NetWare tweak from Ananth Kesari.
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14275] By: jhi                                   on 2002/01/15  14:19:43
+        Log: Throwback.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14274] By: jhi                                   on 2002/01/15  14:16:28
+        Log: A couple of additional character classes from Jeffrey,
+             hopefully useful in future for internal use for implementing
+             some special cases of casing.
+             
+             Also regenerate once more all the character classes,
+             now without the timestamp.  A timestamp would be kind of
+             nice but it's not: having a timestamp in a file means that
+             even if the effective contents of file really didn't
+             change, the file looks as if it changed.
+     Branch: perl
+          + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
+          + lib/unicore/Is/CombAbov.pl
+          ! (edit 304 files)
+____________________________________________________________________________
+[ 14273] By: jhi                                   on 2002/01/15  13:53:01
+        Log: Make the test harder.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14272] By: jhi                                   on 2002/01/15  13:51:11
+        Log: Additional utf8_heavy.pl tweak from Jeffrey.
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 14264] By: jhi                                   on 2002/01/15  04:19:11
+        Log: Pod nits.
+     Branch: perl
+          ! lib/Unicode/UCD.pm pod/perlunicode.pod
+____________________________________________________________________________
+[ 14263] By: jhi                                   on 2002/01/15  02:14:29
+        Log: The Unicode categories doc patch to go with #14254,
+             from Jeffrey.
+     Branch: perl
+          ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 14262] By: jhi                                   on 2002/01/15  01:30:09
+        Log: There isn't going to be perl.third.exe.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14261] By: jhi                                   on 2002/01/15  01:25:11
+        Log: Subject: [PATCH] small coredump correction
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 15 Jan 2002 00:22:52 +0100
+             Message-ID: <20020115002252.I691@rafael>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 14260] By: jhi                                   on 2002/01/15  01:23:53
+        Log: Subject: [PATCH] Overriding readline() should also override <FH>     
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 14 Jan 2002 23:03:04 +0100
+             Message-ID: <20020114230304.A691@rafael>   
+             
+             Subject: Re: [PATCH] Overriding readline() should also override <FH> 
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 14 Jan 2002 23:18:43 +0100
+             Message-ID: <20020114231843.E691@rafael>   
+     Branch: perl
+          ! pod/perlsub.pod t/op/override.t toke.c
+____________________________________________________________________________
+[ 14256] By: jhi                                   on 2002/01/14  14:42:12
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14255] By: jhi                                   on 2002/01/14  14:04:24
+        Log: Retract #14251 (the op slab allocator from perlio)
+             until we figure out why 2.2.19 x86 debian gets
+             a circular sibling chain and therefore hangs in
+             the Perl_ck_subr() sibling for-loop.
+     Branch: perl
+          ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
+          ! perlapi.c perlapi.h proto.h
+____________________________________________________________________________
+[ 14254] By: jhi                                   on 2002/01/14  13:25:07
+        Log: Big mktables rewrite from Jeffrey;
+             documentation not yet updated.
+     Branch: perl
+          + (add 171 files)
+          - (delete 182 files)
+          ! (edit 135 files)
+____________________________________________________________________________
+[ 14253] By: ams                                   on 2002/01/14  03:15:05
+        Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 13 Jan 2002 21:00:07 -0500
+             Message-Id: <20020114020007.GB2877@blackrider>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 14252] By: jhi                                   on 2002/01/14  00:27:41
+        Log: Subject: Re: Win32 status - progress !
+             From: Abe Timmerman <abe@ztreet.demon.nl>       
+             Date: Mon, 14 Jan 2002 02:29:51 +0100
+             Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Win32.t
+____________________________________________________________________________
+[ 14251] By: jhi                                   on 2002/01/13  23:30:05
+        Log: Integrate perlio.
+             
+             Slab allocator for ops
+             - moved the statics to intrpvar.h
+             - implemented Slab_Free()
+             - uses PerlMemShared (for now) if distinction exists.
+     Branch: perl
+         !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
+         !> perlapi.c perlapi.h proto.h
+____________________________________________________________________________
+[ 14249] By: jhi                                   on 2002/01/13  19:55:10
+        Log: Start a new test category: uni.  Much of t/op/pat
+             should probably be moved here, but holding on that
+             until Jeffrey finishes his big mktables rewrite.
+             Bits and pieces of op/split, op/pack, op/append,
+             op/join, could probably be moved to respective uni
+             tests, too.
+     Branch: perl
+          + t/uni/fold.t t/uni/sprintf.t
+          - t/op/unifold.t t/op/unisprintf.t
+          ! MANIFEST t/TEST t/harness
+____________________________________________________________________________
+[ 14248] By: jhi                                   on 2002/01/13  19:52:02
+        Log: Subject: [PATCH] enable Win32 to build again
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 13 Jan 2002 21:49:24 +0100
+             Message-ID: <3C4200E4.15926.23F6131@localhost>
+             
+             miniperl.exe.exe does not exe that well.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14247] By: jhi                                   on 2002/01/13  19:50:23
+        Log: Mention some of the load-affected tests.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 14246] By: jhi                                   on 2002/01/13  19:38:17
+        Log: Move the UTF-8 conversion code earlier so that
+             op/ver is happy.
+     Branch: perl
+          ! sv.c t/op/ver.t
+____________________________________________________________________________
+[ 14245] By: jhi                                   on 2002/01/13  19:19:59
+        Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
+             have diverged quite a bit so no updates there.
+     Branch: perl
+          ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm
+____________________________________________________________________________
+[ 14244] By: jhi                                   on 2002/01/13  18:27:00
+        Log: Make the crypt() pickier: if downgrading doesn't work,
+             croak.
+     Branch: perl
+          ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
+____________________________________________________________________________
+[ 14243] By: jhi                                   on 2002/01/13  18:12:23
+        Log: Grow the buffer in case Unicode caused size changes
+             (and it very probably did).
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14242] By: jhi                                   on 2002/01/13  17:46:45
+        Log: Future-proofing from Jeffrey Friedl (for conflicting
+             In* and Is* names).
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 14241] By: jhi                                   on 2002/01/13  17:40:29
+        Log: Subject: [PATCH] Re: Warning in B.xs
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 13 Jan 2002 19:39:52 +0100
+             Message-ID: <3C41E288.20562.1C8C895@localhost>
+     Branch: perl
+          ! ext/B/B.xs
+____________________________________________________________________________
+[ 14240] By: jhi                                   on 2002/01/13  17:35:48
+        Log: Subject: Re: lookbehind broken with latest bleedperl
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Sun, 13 Jan 2002 18:06:22 +0000
+             Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
+     Branch: perl
+          ! regexec.c t/op/re_tests
+____________________________________________________________________________
+[ 14239] By: jhi                                   on 2002/01/13  17:24:51
+        Log: Subject: [PATCH] more MM_Unix.t tests
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
+             Message-Id: <200201131621.SAA17925@tiku.hut.fi>
+             
+             Subject: [PATCH] 14220 misunderstood, I bet          
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 12 Jan 2002 21:31:58 +0100
+             Message-ID: <m3k7un8g5d.fsf@anima.de>
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Unix.t
+____________________________________________________________________________
+[ 14238] By: jhi                                   on 2002/01/13  17:14:25
+        Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
+             Message-Id: <200201131602.SAA15687@tiku.hut.fi>
+             
+             Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
+             Message-Id: <200201131610.SAA18974@tiku.hut.fi>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14237] By: jhi                                   on 2002/01/13  17:12:04
+        Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
+             From: Nicholas Clark <nick@unfortu.net> 
+             Date: Sun, 13 Jan 2002 15:58:34 +0000
+             Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Benchmark.t
+____________________________________________________________________________
+[ 14236] By: jhi                                   on 2002/01/13  17:08:18
+        Log: Anton Berezin did more reading and the uid setting story
+             gets more complex.
+     Branch: perl
+          ! pod/perltodo.pod utils/perldoc.PL
+____________________________________________________________________________
+[ 14235] By: jhi                                   on 2002/01/13  16:45:52
+        Log: Integrate perlio;
+             
+             Win32 fixes:
+             - vmem.h hack to handle free-by-wrong-thread after eval "".
+             - Initialize timerid 
+     Branch: perl
+         !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
+____________________________________________________________________________
+[ 14234] By: jhi                                   on 2002/01/13  16:44:07
+        Log: Subject: Re: HiRes
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 13 Jan 2002 10:18:46 +0100
+             Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
+             
+             Give up on socketpair in HP-UX.
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 14231] By: jhi                                   on 2002/01/13  05:15:01
+        Log: *groan*
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14230] By: jhi                                   on 2002/01/13  05:13:03
+        Log: One more sharp s case found by Jeffrey.
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 14229] By: jhi                                   on 2002/01/13  04:43:33
+        Log: Comment tweak.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14228] By: jhi                                   on 2002/01/13  04:30:45
+        Log: Don't bother checking for the Greek special
+             cases if the node is too short.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14227] By: jhi                                   on 2002/01/12  21:00:04
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14225] By: jhi                                   on 2002/01/12  20:28:05
+        Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
+             Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 14224] By: jhi                                   on 2002/01/12  20:18:02
+        Log: Quick reformat using indent -kr -nce, as requested
+             by Dan Kogai and suggest by NI-S.
+     Branch: perl
+          ! ext/Encode/encengine.c
+____________________________________________________________________________
+[ 14223] By: jhi                                   on 2002/01/12  20:08:54
+        Log: Couple more Unicode lookbehind tests.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14222] By: jhi                                   on 2002/01/12  20:05:29
+        Log: Sharp S as a special treat for our German UTF-8 testers :-)
+     Branch: perl
+          ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
+____________________________________________________________________________
+[ 14221] By: jhi                                   on 2002/01/12  18:38:54
+        Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sat, 12 Jan 2002 20:37:32 +0100
+             Message-ID: <3C409E8C.16203.196C2D3@localhost>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14220] By: jhi                                   on 2002/01/12  18:27:32
+        Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
+             really worth the bits it's printed on?
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Unix.t
+____________________________________________________________________________
+[ 14219] By: jhi                                   on 2002/01/12  18:06:49
+        Log: Special treatment for U+03B0 and U+0390 in //i,
+             this means that we can remove the minlen pessimisations
+             introduced by the #14096.
+     Branch: perl
+          ! pp_hot.c regcomp.c regexec.c
+____________________________________________________________________________
+[ 14218] By: jhi                                   on 2002/01/12  16:14:52
+        Log: Integrate perlio;
+             
+             Abstract out the cloning of SvPVX and handle shared pv in a 
+             safe (if suboptimal) manner. Does not fix op/fork.t :-(
+             
+             Win32-ize socketpair test
+             - Win32 can fork even though $Config{d_fork} is undef
+             - SOCK_DGRAM does not work - skip those tests.
+     Branch: perl
+         !> ext/Socket/socketpair.t sv.c
+____________________________________________________________________________
+[ 14217] By: jhi                                   on 2002/01/12  16:09:59
+        Log: One should first drop the real uid, not the effective uid.
+             [ID 20020110.003]
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[ 14216] By: jhi                                   on 2002/01/12  15:50:38
+        Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Fri, 11 Jan 2002 23:29:48 +0100
+             Message-ID: <3C3F756C.4581.2E2A938@localhost>
+     Branch: perl
+          + ext/B/C/C.xs ext/B/C/Makefile.PL
+          ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
+          ! utils/perlcc.PL
+____________________________________________________________________________
+[ 14215] By: jhi                                   on 2002/01/12  15:22:01
+        Log: Subject: [PATCH] Re: Magic numbers in B::Concise
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
+             Date: Fri, 11 Jan 2002 14:29:30 -0800
+             Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
+     Branch: perl
+          ! ext/B/t/concise.t
+____________________________________________________________________________
+[ 14212] By: ams                                   on 2002/01/12  06:10:52
+        Log: Subject: [PATCH] More fixes for Stratus VOS
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Fri, 11 Jan 2002 17:30:37 -0500
+             Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
+     Branch: perl
+          ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14211] By: jhi                                   on 2002/01/12  06:01:29
+        Log: Upgrade to CGI.pm 2.80.
+     Branch: perl
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
+____________________________________________________________________________
+[ 14210] By: jhi                                   on 2002/01/12  05:57:36
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlfaq8.pod
+____________________________________________________________________________
+[ 14209] By: jhi                                   on 2002/01/12  05:54:24
+        Log: This is getting embarrassing.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14208] By: jhi                                   on 2002/01/12  05:30:03
+        Log: Doc tweaks.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 14207] By: jhi                                   on 2002/01/12  05:16:55
+        Log: Updating the test count is good; also rephrasing
+             so that there is no ok output containing "not".
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14206] By: jhi                                   on 2002/01/12  05:11:20
+        Log: Andreas is busy :-)
+     Branch: perl
+          ! doop.c t/op/unisprintf.t
+____________________________________________________________________________
+[ 14205] By: jhi                                   on 2002/01/12  04:55:20
+        Log: Unicode lookbehind looked bad.
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 14204] By: jhi                                   on 2002/01/12  01:43:48
+        Log: Garbage collection.
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 14203] By: jhi                                   on 2002/01/12  00:10:51
+        Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Fri, 11 Jan 2002 23:29:48 +0100
+             Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
+     Branch: perl
+          ! embed.fnc global.sym makedef.pl
+____________________________________________________________________________
+[ 14202] By: jhi                                   on 2002/01/12  00:07:41
+        Log: Subject: [PATCH] perldelta nit?
+             From: Robert Spier <rspier@pobox.com>
+             Date: Fri, 11 Jan 2002 15:19:16 -0800
+             Message-ID: <15423.29428.164185.251700@rls.cx>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14201] By: jhi                                   on 2002/01/12  00:06:02
+        Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 11 Jan 2002 17:08:17 -0500
+             Message-ID: <20020111220817.GG2838@blackrider>
+     Branch: perl
+          ! t/run/kill_perl.t t/test.pl
+____________________________________________________________________________
+[ 14200] By: jhi                                   on 2002/01/12  00:02:05
+        Log: Subject: [PATCH] Correct misleading error message
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Fri, 11 Jan 2002 18:36:33 +0000
+             Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
+             
+             hash assignment -> anonymous hash
+     Branch: perl
+          ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
+____________________________________________________________________________
+[ 14199] By: jhi                                   on 2002/01/11  23:58:00
+        Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Fri, 11 Jan 2002 16:58:14 +0100
+             Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! ext/Unicode/Normalize/mkheader
+____________________________________________________________________________
+[ 14198] By: jhi                                   on 2002/01/11  23:53:05
+        Log: Add a new test for is-sprintf-preserving Unicodeness:
+             #14194 and an old one from kill_perl.t (I could have used
+             sprintf.t, but it's format was quite fixed, and I didn't
+             feel like breaking the format)
+     Branch: perl
+          + t/op/unisprintf.t
+          ! MANIFEST t/run/kill_perl.t
+____________________________________________________________________________
+[ 14197] By: jhi                                   on 2002/01/11  21:48:49
+        Log: Integrate perlio;
+             Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
+     Branch: perl
+         !> win32/win32.c
+____________________________________________________________________________
+[ 14195] By: jhi                                   on 2002/01/11  20:07:35
+        Log: Integrate perlio;
+             A mostly-stable version of "new" Win32 signal/kill support.
+     Branch: perl
+         !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
+         !> win32/config.gc win32/config.vc win32/config_H.bc
+         !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
+         !> win32/makefile.mk win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 14194] By: jhi                                   on 2002/01/11  20:04:26
+        Log: Fix for
+             
+             Subject: UTF-8 sprintf bug in bleadperl
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 11 Jan 2002 15:47:15 +0100
+             Message-ID: <m3vge99c7g.fsf@anima.de>
+             
+             I have tests, have just to figure out where to put them
+             since op/sprintf looks a bit unfriendly for tests of
+             somewhat freer form.
+     Branch: perl
+          ! doop.c sv.c
+____________________________________________________________________________
+[ 14191] By: jhi                                   on 2002/01/11  15:34:53
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>