Forgot from #9942. (Needed by t/lib/filter-simple.t.)
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [  9944] By: jhi                                   on 2001/05/01  23:33:37
35         Log: Add known-to-be-tested modules to the list-to-be-skipped.
36      Branch: perl
37            ! t/lib/1_compile.t
38 ____________________________________________________________________________
39 [  9943] By: jhi                                   on 2001/05/01  23:24:40
40         Log: Subject: BorlandC++ fix
41              From: "Vadim Konovalov" <watman@inbox.ru>
42              Date: Mon, 30 Apr 2001 20:12:26 -0700
43              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
44      Branch: perl
45            ! win32/makefile.mk
46 ____________________________________________________________________________
47 [  9942] By: jhi                                   on 2001/05/01  23:18:02
48         Log: Update to Filter::Simple 0.60, create a test for it.
49      Branch: perl
50            + t/lib/filter-simple.t
51            ! MANIFEST lib/Filter/Simple.pm
52 ____________________________________________________________________________
53 [  9941] By: jhi                                   on 2001/05/01  19:47:24
54         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
55              From: Hugo <hv@crypt.compulink.co.uk>
56              Date: Tue, 01 May 2001 20:12:20 +0100
57              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
58      Branch: perl
59            ! pp_hot.c t/op/re_tests
60 ____________________________________________________________________________
61 [  9940] By: jhi                                   on 2001/05/01  19:42:16
62         Log: Integrate perlio.
63      Branch: perl
64           !> lib/base.pm t/lib/fields.t
65 ____________________________________________________________________________
66 [  9939] By: jhi                                   on 2001/05/01  19:39:51
67         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
68              From: Benjamin Sugars <bsugars@canoe.ca>
69              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
70              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
71      Branch: perl
72            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
73 ____________________________________________________________________________
74 [  9938] By: jhi                                   on 2001/05/01  19:34:09
75         Log: Add NEXT, a pseudo-class for method redispatching.
76              <Damian>NEXT.pm probably offers more bang-for-buck
77              than anything else I've ever written.</Damian>
78      Branch: perl
79            + lib/NEXT.pm t/lib/next.t
80            ! MANIFEST
81 ____________________________________________________________________________
82 [  9937] By: jhi                                   on 2001/05/01  19:21:41
83         Log: Update to Switch 2.02.
84      Branch: perl
85            ! lib/Switch.pm t/lib/switch.t
86 ____________________________________________________________________________
87 [  9936] By: nick                                  on 2001/05/01  19:09:21
88         Log: Fix for base.pm clobbering $VERSION
89      Branch: perlio
90            ! lib/base.pm
91 ____________________________________________________________________________
92 [  9935] By: nick                                  on 2001/05/01  18:54:38
93         Log: Test for base.pm clobbering $VERSION.
94      Branch: perlio
95            ! t/lib/fields.t
96 ____________________________________________________________________________
97 [  9934] By: jhi                                   on 2001/05/01  18:39:10
98         Log: Add information about Scalar::Util::blessed.
99      Branch: perl
100            ! pod/perlobj.pod
101 ____________________________________________________________________________
102 [  9933] By: jhi                                   on 2001/05/01  18:33:51
103         Log: Subject: Extra UNIVERSAL documentation
104              From: Mike Guy <mjtg@cam.ac.uk>
105              Date: Tue, 01 May 2001 20:12:11 +0100
106              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
107      Branch: perl
108            ! pod/perlobj.pod
109 ____________________________________________________________________________
110 [  9932] By: jhi                                   on 2001/05/01  18:26:54
111         Log: Subject: Autoflush in tests as appropriate
112              From: Mike Guy <mjtg@cam.ac.uk>
113              Date: Tue, 01 May 2001 20:05:31 +0100
114              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
115      Branch: perl
116            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
117            ! t/op/taint.t
118 ____________________________________________________________________________
119 [  9931] By: jhi                                   on 2001/05/01  18:02:29
120         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
121              From: Benjamin Sugars <bsugars@canoe.ca>
122              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
123              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
124      Branch: perl
125            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
126 ____________________________________________________________________________
127 [  9930] By: jhi                                   on 2001/05/01  15:12:26
128         Log: Subject: Re: Finally got a round tuit
129              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
130              Date: Tue, 01 May 2001 14:14:10 +0200
131              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
132              
133              The -DP part, slightly modified.
134      Branch: perl
135            ! perl.c
136 ____________________________________________________________________________
137 [  9929] By: jhi                                   on 2001/05/01  14:17:15
138         Log: Subject: Re: Finally got a round tuit
139              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
140              Date: Tue, 01 May 2001 16:34:06 +0200
141              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
142              
143              cpp and optimization tweaks for HP-UX.
144      Branch: perl
145            ! hints/hpux.sh
146 ____________________________________________________________________________
147 [  9928] By: jhi                                   on 2001/05/01  13:24:20
148         Log: Tune the scan_num() comments to reality.
149      Branch: perl
150            ! toke.c
151 ____________________________________________________________________________
152 [  9927] By: jhi                                   on 2001/05/01  13:14:01
153         Log: Subject: [PATCH B::Deparse] optimised sort
154              From: Robin Houston <robin@kitsite.com>
155              Date: Tue, 1 May 2001 14:07:12 +0100
156              Message-ID: <20010501140712.A4266@penderel>
157      Branch: perl
158            ! ext/B/B/Deparse.pm
159 ____________________________________________________________________________
160 [  9926] By: jhi                                   on 2001/05/01  13:10:53
161         Log: Subject: [PATCH t/lib/b-deparse.t] 
162              From: Robin Houston <robin@kitsite.com>
163              Date: Tue, 1 May 2001 13:37:42 +0100
164              Message-ID: <20010501133742.A4082@penderel>
165      Branch: perl
166            ! t/lib/b-deparse.t
167 ____________________________________________________________________________
168 [  9925] By: jhi                                   on 2001/05/01  13:10:13
169         Log: Subject: [PATCH B::Deparse] for(;;), sort
170              From: Robin Houston <robin@kitsite.com>
171              Date: Tue, 1 May 2001 13:35:00 +0100
172              Message-ID: <20010501133500.A4061@penderel>
173      Branch: perl
174            ! ext/B/B/Deparse.pm
175 ____________________________________________________________________________
176 [  9924] By: jhi                                   on 2001/05/01  13:09:22
177         Log: Subject: [PATCH B::Deparse] do, warn, use
178              From: Robin Houston <robin@kitsite.com>
179              Date: Tue, 1 May 2001 13:31:03 +0100
180              Message-ID: <20010501133103.A4041@penderel>
181      Branch: perl
182            ! ext/B/B/Deparse.pm
183 ____________________________________________________________________________
184 [  9923] By: jhi                                   on 2001/05/01  11:45:36
185         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
186              From: Benjamin Sugars <ben.sugars@home.com>
187              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
188              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
189      Branch: perl
190            + t/io/fflush.t
191            ! MANIFEST
192 ____________________________________________________________________________
193 [  9922] By: jhi                                   on 2001/05/01  11:35:42
194         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
195              From: Peter Prymmer <pvhp@forte.com>
196              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
197              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
198      Branch: perl
199            ! t/lib/selfstubber.t
200 ____________________________________________________________________________
201 [  9921] By: jhi                                   on 2001/04/30  16:34:33
202         Log: Subject: [PATCH B::Concise] suppress warning
203              From: Robin Houston <robin@kitsite.com>
204              Date: Mon, 30 Apr 2001 16:09:49 +0100
205              Message-ID: <20010430160949.A25086@penderel>
206      Branch: perl
207            ! ext/B/B/Concise.pm
208 ____________________________________________________________________________
209 [  9920] By: jhi                                   on 2001/04/30  13:56:04
210         Log: Strip the *markers* from #9919.
211      Branch: perl
212            ! pod/perlfaq.pod pod/perlfaq5.pod
213 ____________________________________________________________________________
214 [  9919] By: jhi                                   on 2001/04/30  13:54:04
215         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
216              From: Gwyn Judd <b.judd@xtra.co.nz>
217              Date: Sun, 29 Apr 2001 01:47:49 +1200
218              Message-ID: <20010429014749.A4418@thislove>
219      Branch: perl
220            ! pod/perlfaq.pod pod/perlfaq5.pod
221 ____________________________________________________________________________
222 [  9918] By: jhi                                   on 2001/04/30  13:13:54
223         Log: More_tweakage.
224      Branch: perl
225            ! pod/perldata.pod pod/perldiag.pod
226 ____________________________________________________________________________
227 [  9917] By: jhi                                   on 2001/04/30  13:01:27
228         Log: Update Changes.
229      Branch: perl
230            ! Changes patchlevel.h
231 ____________________________________________________________________________
232 [  9916] By: jhi                                   on 2001/04/30  12:57:03
233         Log: T_w_e_a_k_a_g_e.
234      Branch: perl
235            ! pod/perldata.pod pod/perldiag.pod
236 ____________________________________________________________________________
237 [  9915] By: jhi                                   on 2001/04/30  12:39:29
238         Log: Install s2p also as psed.
239              
240              TODO: psed documentation?
241      Branch: perl
242            ! installperl
243 ____________________________________________________________________________
244 [  9914] By: jhi                                   on 2001/04/30  12:29:21
245         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
246              From: Jens Hamisch <jens@Strawberry.COM>
247              Date: Fri, 27 Apr 2001 17:00:36 +0200
248              Message-ID: <20010427170036.K1372@Strawberry.COM>
249              
250              SOCKS5_VERSION_NAME is the right symbol to detect
251              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
252              function called socks5_init() is available, and even that is
253              not universal, most SOCKS5 installations use SOCKSinit()).
254      Branch: perl
255            ! perlio.c
256 ____________________________________________________________________________
257 [  9913] By: jhi                                   on 2001/04/30  12:22:15
258         Log: Allow a zero timeout on IO::Socket accept and connect--
259              though one really shouldn't do that.  Based on
260              
261              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
262              From: "John Holdsworth" <coldwave@bigfoot.com>
263              Date: Sun, 4 Feb 2001 12:48:18 +0100
264              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
265      Branch: perl
266            ! ext/IO/lib/IO/Socket.pm
267 ____________________________________________________________________________
268 [  9912] By: jhi                                   on 2001/04/30  11:27:27
269         Log: Save the spot of regprev (see #9911) for binary compatibility;
270              regen API.
271      Branch: perl
272            ! embedvar.h perlapi.h thrdvar.h
273 ____________________________________________________________________________
274 [  9911] By: jhi                                   on 2001/04/30  11:22:03
275         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
276              From: Hugo <hv@crypt.compulink.co.uk>
277              Date: Sun, 29 Apr 2001 17:09:30 +0100
278              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
279      Branch: perl
280            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
281 ____________________________________________________________________________
282 [  9910] By: jhi                                   on 2001/04/30  11:15:12
283         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
284              a dummy for PL_numeric_radix); no pressing reason to break
285              binary compatibility; regen API.
286      Branch: perl
287            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
288            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
289 ____________________________________________________________________________
290 [  9909] By: jhi                                   on 2001/04/30  10:56:08
291         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
292              From: Walt Mankowski <waltman@netaxs.com>
293              Date: Sun, 29 Apr 2001 21:53:48 -0400
294              Message-ID: <20010429215348.A3971@netaxs.com>
295      Branch: perl
296            ! pod/perlfunc.pod
297 ____________________________________________________________________________
298 [  9908] By: jhi                                   on 2001/04/30  10:49:40
299         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
300      Branch: perl
301            ! t/lib/selfstubber.t
302 ____________________________________________________________________________
303 [  9907] By: nick                                  on 2001/04/30  09:26:50
304         Log: Integrate mainline.
305      Branch: perlio
306           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
307 ____________________________________________________________________________
308 [  9906] By: jhi                                   on 2001/04/29  23:24:20
309         Log: Abigail spotted a thinko in #9905.
310      Branch: perl
311            ! pod/perldiag.pod
312 ____________________________________________________________________________
313 [  9905] By: jhi                                   on 2001/04/29  15:55:39
314         Log: Changed the underscore/undebar syntax in numeric constants;
315              now any grouping will do, as long as the underscores are not
316              consecutive (so "zero-grouping" is out), and they do not begin
317              or end the integer or fractional parts.
318      Branch: perl
319            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
320 ____________________________________________________________________________
321 [  9904] By: nick                                  on 2001/04/29  15:43:22
322         Log: Integrate mainline.
323      Branch: perlio
324           +> (branch 98 files)
325            - lib/unicode/Block.pl
326            - lib/unicode/In/AlphabeticPresentationForms.pl
327            - lib/unicode/In/Arabic.pl
328            - lib/unicode/In/ArabicPresentationForms-A.pl
329            - lib/unicode/In/ArabicPresentationForms-B.pl
330            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
331            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
332            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
333            - lib/unicode/In/BopomofoExtended.pl
334            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
335            - lib/unicode/In/CJKCompatibility.pl
336            - lib/unicode/In/CJKCompatibilityForms.pl
337            - lib/unicode/In/CJKCompatibilityIdeographs.pl
338            - lib/unicode/In/CJKRadicalsSupplement.pl
339            - lib/unicode/In/CJKSymbolsandPunctuation.pl
340            - lib/unicode/In/CJKUnifiedIdeographs.pl
341            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
342            - lib/unicode/In/Cherokee.pl
343            - lib/unicode/In/CombiningDiacriticalMarks.pl
344            - lib/unicode/In/CombiningHalfMarks.pl
345            - lib/unicode/In/CombiningMarksforSymbols.pl
346            - lib/unicode/In/ControlPictures.pl
347            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
348            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
349            - lib/unicode/In/EnclosedAlphanumerics.pl
350            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
351            - lib/unicode/In/Ethiopic.pl
352            - lib/unicode/In/GeneralPunctuation.pl
353            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
354            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
355            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
356            - lib/unicode/In/HalfwidthandFullwidthForms.pl
357            - lib/unicode/In/HangulCompatibilityJamo.pl
358            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
359            - lib/unicode/In/Hebrew.pl
360            - lib/unicode/In/HighPrivateUseSurrogates.pl
361            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
362            - lib/unicode/In/IPAExtensions.pl
363            - lib/unicode/In/IdeographicDescriptionCharacters.pl
364            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
365            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
366            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
367            - lib/unicode/In/Latin-1Supplement.pl
368            - lib/unicode/In/LatinExtended-A.pl
369            - lib/unicode/In/LatinExtended-B.pl
370            - lib/unicode/In/LatinExtendedAdditional.pl
371            - lib/unicode/In/LetterlikeSymbols.pl
372            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
373            - lib/unicode/In/MathematicalOperators.pl
374            - lib/unicode/In/MiscellaneousSymbols.pl
375            - lib/unicode/In/MiscellaneousTechnical.pl
376            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
377            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
378            - lib/unicode/In/OpticalCharacterRecognition.pl
379            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
380            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
381            - lib/unicode/In/SmallFormVariants.pl
382            - lib/unicode/In/SpacingModifierLetters.pl
383            - lib/unicode/In/Specials.pl
384            - lib/unicode/In/SuperscriptsandSubscripts.pl
385            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
386            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
387            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
388            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
389            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
390           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
391           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
392           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
393           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
394           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
395           !> utf8.c win32/Makefile
396 ____________________________________________________________________________
397 [  9903] By: jhi                                   on 2001/04/29  14:30:53
398         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
399              From: Prymmer/Kahn <pvhp@best.com>
400              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
401              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
402      Branch: perl
403            ! win32/Makefile
404 ____________________________________________________________________________
405 [  9902] By: jhi                                   on 2001/04/29  02:52:44
406         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
407              From: "Abigail" <abigail@foad.org>
408              Date: Sun, 29 Apr 2001 03:14:25 +0200
409              Message-ID: <20010429011425.24503.qmail@foad.org>
410      Branch: perl
411            ! ext/IO/lib/IO/Seekable.pm
412 ____________________________________________________________________________
413 [  9901] By: jhi                                   on 2001/04/29  02:04:46
414         Log: In character classes one couldn't have 0x80..0xff characters
415              at the left hand side if there were 0x100.. characters in the
416              character class.
417      Branch: perl
418            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
419            ! t/op/pat.t utf8.c
420 ____________________________________________________________________________
421 [  9900] By: jhi                                   on 2001/04/28  22:55:04
422         Log: Forgot the latest mktables.PL from #9899.
423      Branch: perl
424            ! lib/unicode/mktables.PL
425 ____________________________________________________________________________
426 [  9899] By: jhi                                   on 2001/04/28  22:53:28
427         Log: Explain the \p{} and \P{} error message better and
428              have prettier prettyprint in In.pl.
429      Branch: perl
430            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
431            ! pod/perldiag.pod
432 ____________________________________________________________________________
433 [  9898] By: jhi                                   on 2001/04/28  21:03:34
434         Log: Add one possible explanation for the "Invalid [] range" error.
435      Branch: perl
436            ! pod/perldiag.pod
437 ____________________________________________________________________________
438 [  9897] By: jhi                                   on 2001/04/28  17:18:26
439         Log: Add a level of indirection to the implementation of \p{InFoo}
440              so that we don't have to have long filenames.  (Nothing changes
441              in the user interface.)   The indirection is defined in
442              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
443              Also rename some the character classes by removing '-' from
444              the classnames, and finally renamed Block.pl as Blocks.pl.
445      Branch: perl
446            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
447            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
448            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
449            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
450            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
451            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
452            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
453            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
454            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
455            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
456            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
457            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
458            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
459            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
460            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
461            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
462            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
463            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
464            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
465            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
466            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
467            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
468            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
469            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
470            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
471            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
472            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
473            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
474            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
475            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
476            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
477            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
478            + lib/unicode/In/94.pl lib/unicode/In/95.pl
479            - lib/unicode/Block.pl
480            - lib/unicode/In/AlphabeticPresentationForms.pl
481            - lib/unicode/In/Arabic.pl
482            - lib/unicode/In/ArabicPresentationForms-A.pl
483            - lib/unicode/In/ArabicPresentationForms-B.pl
484            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
485            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
486            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
487            - lib/unicode/In/BopomofoExtended.pl
488            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
489            - lib/unicode/In/CJKCompatibility.pl
490            - lib/unicode/In/CJKCompatibilityForms.pl
491            - lib/unicode/In/CJKCompatibilityIdeographs.pl
492            - lib/unicode/In/CJKRadicalsSupplement.pl
493            - lib/unicode/In/CJKSymbolsandPunctuation.pl
494            - lib/unicode/In/CJKUnifiedIdeographs.pl
495            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
496            - lib/unicode/In/Cherokee.pl
497            - lib/unicode/In/CombiningDiacriticalMarks.pl
498            - lib/unicode/In/CombiningHalfMarks.pl
499            - lib/unicode/In/CombiningMarksforSymbols.pl
500            - lib/unicode/In/ControlPictures.pl
501            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
502            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
503            - lib/unicode/In/EnclosedAlphanumerics.pl
504            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
505            - lib/unicode/In/Ethiopic.pl
506            - lib/unicode/In/GeneralPunctuation.pl
507            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
508            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
509            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
510            - lib/unicode/In/HalfwidthandFullwidthForms.pl
511            - lib/unicode/In/HangulCompatibilityJamo.pl
512            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
513            - lib/unicode/In/Hebrew.pl
514            - lib/unicode/In/HighPrivateUseSurrogates.pl
515            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
516            - lib/unicode/In/IPAExtensions.pl
517            - lib/unicode/In/IdeographicDescriptionCharacters.pl
518            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
519            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
520            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
521            - lib/unicode/In/Latin-1Supplement.pl
522            - lib/unicode/In/LatinExtended-A.pl
523            - lib/unicode/In/LatinExtended-B.pl
524            - lib/unicode/In/LatinExtendedAdditional.pl
525            - lib/unicode/In/LetterlikeSymbols.pl
526            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
527            - lib/unicode/In/MathematicalOperators.pl
528            - lib/unicode/In/MiscellaneousSymbols.pl
529            - lib/unicode/In/MiscellaneousTechnical.pl
530            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
531            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
532            - lib/unicode/In/OpticalCharacterRecognition.pl
533            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
534            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
535            - lib/unicode/In/SmallFormVariants.pl
536            - lib/unicode/In/SpacingModifierLetters.pl
537            - lib/unicode/In/Specials.pl
538            - lib/unicode/In/SuperscriptsandSubscripts.pl
539            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
540            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
541            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
542            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
543            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
544            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
545            ! pod/perlunicode.pod
546 ____________________________________________________________________________
547 [  9896] By: jhi                                   on 2001/04/28  14:33:17
548         Log: Update the information on shared library path on HP-UX.
549      Branch: perl
550            ! INSTALL
551 ____________________________________________________________________________
552 [  9895] By: jhi                                   on 2001/04/28  14:32:30
553         Log: Because #9894 seems to do the trick, this workaround can be removed.
554      Branch: perl
555            ! t/lib/selfstubber.t
556 ____________________________________________________________________________
557 [  9894] By: jhi                                   on 2001/04/28  14:26:13
558         Log: For PerlIO flush the children's file handles (on fork/exec/system).
559      Branch: perl
560            ! perl.h
561 ____________________________________________________________________________
562 [  9893] By: jhi                                   on 2001/04/28  14:23:15
563         Log: Test tweak for #9891.
564      Branch: perl
565            ! t/lib/b-deparse.t
566 ____________________________________________________________________________
567 [  9892] By: jhi                                   on 2001/04/28  14:10:13
568         Log: New HP-UX hints from Merijn.
569      Branch: perl
570            ! hints/hpux.sh
571 ____________________________________________________________________________
572 [  9891] By: jhi                                   on 2001/04/28  14:07:27
573         Log: Subject: [PATCH B::Deparse] non-block scopes
574              From: Robin Houston <robin@kitsite.com>
575              Date: Fri, 27 Apr 2001 19:15:14 +0100
576              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
577      Branch: perl
578            ! ext/B/B/Deparse.pm
579 ____________________________________________________________________________
580 [  9890] By: nick                                  on 2001/04/27  19:41:25
581         Log: Integrate mainline
582      Branch: perlio
583           +> t/lib/selfstubber.t
584           !> (integrate 50 files)
585 ____________________________________________________________________________
586 [  9889] By: jhi                                   on 2001/04/27  18:23:46
587         Log: Subject: Re: selfstubber test fail on bleadperl
588              From: Mike Guy <mjtg@cam.ac.uk>
589              Date: Fri, 27 Apr 2001 19:31:18 +0100
590              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
591      Branch: perl
592            ! t/lib/selfstubber.t
593 ____________________________________________________________________________
594 [  9888] By: jhi                                   on 2001/04/27  16:20:54
595         Log: Test tweak for #9886.
596      Branch: perl
597            ! t/lib/b-deparse.t
598 ____________________________________________________________________________
599 [  9887] By: jhi                                   on 2001/04/27  16:16:33
600         Log: Buffering issue at least in Solaris (even with perlio).
601      Branch: perl
602            ! t/lib/selfstubber.t
603 ____________________________________________________________________________
604 [  9886] By: jhi                                   on 2001/04/27  14:59:23
605         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
606              From: Robin Houston <robin@kitsite.com>
607              Date: Fri, 27 Apr 2001 16:53:20 +0100
608              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
609      Branch: perl
610            ! ext/B/B/Deparse.pm
611 ____________________________________________________________________________
612 [  9885] By: jhi                                   on 2001/04/27  14:23:51
613         Log: Update Changes.
614      Branch: perl
615            ! Changes patchlevel.h
616 ____________________________________________________________________________
617 [  9884] By: jhi                                   on 2001/04/27  14:14:12
618         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
619              From: "Philip Newton" <pnewton@gmx.de>
620              Date: Fri, 27 Apr 2001 16:40:13 +0200
621              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
622      Branch: perl
623            ! pod/perldata.pod
624 ____________________________________________________________________________
625 [  9883] By: jhi                                   on 2001/04/27  13:28:19
626         Log: Add LOG_PERROR; prettify the "removed".
627      Branch: perl
628            ! ext/Sys/Syslog/Syslog.xs
629 ____________________________________________________________________________
630 [  9882] By: jhi                                   on 2001/04/27  13:13:18
631         Log: h2xs tweaks: use NV instead of double, "quote" the removed
632              prefixes for clarity (especially when nothing is removed),
633              slight pod reformats.
634      Branch: perl
635            ! utils/h2xs.PL
636 ____________________________________________________________________________
637 [  9881] By: jhi                                   on 2001/04/27  12:58:48
638         Log: Don't bother creating existing directories.
639      Branch: perl
640            ! utils/h2xs.PL
641 ____________________________________________________________________________
642 [  9880] By: jhi                                   on 2001/04/27  12:45:39
643         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
644              From: Mike Schilli <m@perlmeister.com>
645              Date: Wed, 25 Apr 2001 01:29:21 -0700
646              Message-id: <3AE68AE1.6A981723@perlmeister.com>
647      Branch: perl
648            ! utils/h2xs.PL
649 ____________________________________________________________________________
650 [  9879] By: jhi                                   on 2001/04/27  12:40:55
651         Log: break is not yet Perl.  Added the template license also to README.
652      Branch: perl
653            ! utils/h2xs.PL
654 ____________________________________________________________________________
655 [  9878] By: jhi                                   on 2001/04/27  03:08:20
656         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
657              From: Tim Jenness <t.jenness@jach.hawaii.edu>
658              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
659              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
660      Branch: perl
661            ! t/lib/xs-typemap.t
662 ____________________________________________________________________________
663 [  9877] By: jhi                                   on 2001/04/26  23:54:40
664         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
665              From: "Abigail" <abigail@foad.org>
666              Date: Fri, 27 Apr 2001 01:44:28 +0200
667              Message-ID: <20010426234428.19786.qmail@foad.org>
668      Branch: perl
669            ! utils/h2xs.PL
670 ____________________________________________________________________________
671 [  9876] By: jhi                                   on 2001/04/26  23:52:06
672         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
673              From: Peter Prymmer <pvhp@forte.com>
674              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
675              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
676      Branch: perl
677            ! t/lib/selfstubber.t
678 ____________________________________________________________________________
679 [  9875] By: jhi                                   on 2001/04/26  23:48:10
680         Log: Deparse nits.
681      Branch: perl
682            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
683 ____________________________________________________________________________
684 [  9874] By: jhi                                   on 2001/04/26  22:46:05
685         Log: Document ANYOF_CLASS.
686      Branch: perl
687            ! regcomp.h
688 ____________________________________________________________________________
689 [  9873] By: jhi                                   on 2001/04/26  22:35:03
690         Log: Subject: Re: [PATCH @9846] dumping ANYOF
691              From: Hugo <hv@crypt.compulink.co.uk>
692              Date: Thu, 26 Apr 2001 23:33:38 +0100
693              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
694      Branch: perl
695            ! regcomp.c regcomp.h
696 ____________________________________________________________________________
697 [  9872] By: jhi                                   on 2001/04/26  22:34:31
698         Log: Subject: [PATCH] more for Devel::SelfStubber
699              From: Nicholas Clark <nick@ccl4.org>
700              Date: Fri, 27 Apr 2001 00:13:52 +0100
701              Message-ID: <20010427001351.K88186@plum.flirble.org>
702      Branch: perl
703            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
704 ____________________________________________________________________________
705 [  9871] By: jhi                                   on 2001/04/26  21:59:17
706         Log: Subject: [PATCH B::Deparse] formats must be flush left
707              From: Robin Houston <robin@kitsite.com>
708              Date: Thu, 26 Apr 2001 23:54:29 +0100
709              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
710      Branch: perl
711            ! ext/B/B/Deparse.pm
712 ____________________________________________________________________________
713 [  9870] By: jhi                                   on 2001/04/26  21:57:37
714         Log: If some of the constants are prefixes of others,
715              the prefixes may never get recognized.  (See 20010426.006.)
716      Branch: perl
717            ! utils/h2xs.PL
718 ____________________________________________________________________________
719 [  9869] By: jhi                                   on 2001/04/26  21:50:42
720         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
721              From: Chris Bongaarts <cab@tc.umn.edu>
722              Date: Thu, 26 Apr 2001 17:10:31 -0500
723              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
724      Branch: perl
725            ! ext/Sys/Syslog/Syslog.xs
726 ____________________________________________________________________________
727 [  9868] By: jhi                                   on 2001/04/26  21:35:12
728         Log: Further cuts and more docs from Graham Barr.
729      Branch: perl
730            ! ext/List/Util/lib/List/Util.pm
731            ! ext/List/Util/lib/Scalar/Util.pm
732 ____________________________________________________________________________
733 [  9867] By: jhi                                   on 2001/04/26  21:18:57
734         Log: Subject: [PATCH 5.7.1] DB_File-1.77
735              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
736              Date: Thu, 26 Apr 2001 22:37:53 +0100
737              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
738      Branch: perl
739            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
740            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
741 ____________________________________________________________________________
742 [  9866] By: jhi                                   on 2001/04/26  21:12:31
743         Log: Subject: [PATCH B::Deparse] fix easy bugs
744              From: Robin Houston <robin@kitsite.com>
745              Date: Thu, 26 Apr 2001 23:03:33 +0100
746              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
747      Branch: perl
748            ! ext/B/B/Deparse.pm
749 ____________________________________________________________________________
750 [  9865] By: jhi                                   on 2001/04/26  20:26:13
751         Log: Update Changes.
752      Branch: perl
753            ! Changes patchlevel.h
754 ____________________________________________________________________________
755 [  9864] By: jhi                                   on 2001/04/26  19:27:48
756         Log: Dethinko from Robin Houston.
757      Branch: perl
758            ! ext/B/B/Deparse.pm
759 ____________________________________________________________________________
760 [  9863] By: jhi                                   on 2001/04/26  19:10:35
761         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
762              From: Robin Houston <robin@kitsite.com>
763              Date: Thu, 26 Apr 2001 21:08:32 +0100
764              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
765      Branch: perl
766            ! ext/B/B/Deparse.pm
767 ____________________________________________________________________________
768 [  9862] By: jhi                                   on 2001/04/26  19:04:23
769         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
770              From: Robin Houston <robin@kitsite.com>
771              Date: Thu, 26 Apr 2001 20:52:50 +0100
772              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
773      Branch: perl
774            ! ext/B/B/Deparse.pm
775 ____________________________________________________________________________
776 [  9861] By: jhi                                   on 2001/04/26  18:56:14
777         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
778              From: Mike Guy <mjtg@cam.ac.uk>
779              Date: Thu, 26 Apr 2001 14:22:40 +0100
780              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
781      Branch: perl
782            ! pod/perlobj.pod
783 ____________________________________________________________________________
784 [  9860] By: jhi                                   on 2001/04/26  18:46:42
785         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
786              From: Robin Houston <robin@kitsite.com>
787              Date: Thu, 26 Apr 2001 20:34:29 +0100
788              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
789              
790              Hashes do not interpolate.
791      Branch: perl
792            ! ext/B/B/Deparse.pm
793 ____________________________________________________________________________
794 [  9859] By: jhi                                   on 2001/04/26  18:43:51
795         Log: Subject: The Time::Piece conspiracy unmasked!!!
796              From: Mike Guy <mjtg@cam.ac.uk>
797              Date: Thu, 26 Apr 2001 19:02:50 +0100
798              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
799              
800              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
801              From: Mike Guy <mjtg@cam.ac.uk>
802              Date: Thu, 26 Apr 2001 19:08:21 +0100
803              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
804              
805              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
806              From: Graham Barr <gbarr@pobox.com>
807              Date: Thu, 26 Apr 2001 19:12:03 +0100
808              Message-ID: <20010426191203.A70835@pobox.com>
809              
810              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
811      Branch: perl
812            ! ext/List/Util/lib/List/Util.pm
813            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
814 ____________________________________________________________________________
815 [  9858] By: jhi                                   on 2001/04/26  18:17:42
816         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
817              From: Robin Houston <robin@kitsite.com>
818              Date: Thu, 26 Apr 2001 16:09:35 +0100
819              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
820      Branch: perl
821            ! t/comp/proto.t
822 ____________________________________________________________________________
823 [  9857] By: jhi                                   on 2001/04/26  18:04:59
824         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
825              From: barries <barries@slaysys.com>
826              Date: Thu, 26 Apr 2001 12:01:10 -0400
827              Message-ID: <20010426120110.E29698@jester.slaysys.com>
828      Branch: perl
829            ! pod/perldiag.pod
830 ____________________________________________________________________________
831 [  9856] By: jhi                                   on 2001/04/26  18:03:33
832         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
833              Date: Thu, 26 Apr 2001 17:13:41 +0100
834              From: Robin Houston <robin@kitsite.com>
835              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
836              
837              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
838              From: Robin Houston <robin@kitsite.com>
839              Date: Thu, 26 Apr 2001 18:44:29 +0100
840              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
841      Branch: perl
842            ! ext/B/B/Deparse.pm
843 ____________________________________________________________________________
844 [  9855] By: jhi                                   on 2001/04/26  17:56:04
845         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
846              From: Robin Houston <robin@kitsite.com>
847              Date: Thu, 26 Apr 2001 17:04:08 +0100
848              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
849      Branch: perl
850            ! ext/B/B/Deparse.pm
851 ____________________________________________________________________________
852 [  9854] By: jhi                                   on 2001/04/26  17:47:26
853         Log: Subject: Re: Short test case for undef %stash:: crash
854              From: Benjamin Sugars <bsugars@canoe.ca> 
855              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
856              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
857              Changed and moved the perldiag entry.
858      Branch: perl
859            ! gv.c pod/perldiag.pod
860 ____________________________________________________________________________
861 [  9853] By: jhi                                   on 2001/04/26  14:35:16
862         Log: Beginnings of strptime().  Do not touch the wet paint.
863      Branch: perl
864            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
865 ____________________________________________________________________________
866 [  9852] By: jhi                                   on 2001/04/26  13:17:21
867         Log: Retract #9851, core dumps from pod2man.
868      Branch: perl
869            ! regcomp.c
870 ____________________________________________________________________________
871 [  9851] By: jhi                                   on 2001/04/26  11:54:41
872         Log: (Retracted by #9852.)
873              
874              Subject: [PATCH @9846] dumping ANYOF
875              From: Hugo <hv@crypt.compulink.co.uk>
876              Date: Thu, 26 Apr 2001 05:32:38 +0100
877              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
878      Branch: perl
879            ! regcomp.c
880 ____________________________________________________________________________
881 [  9850] By: jhi                                   on 2001/04/26  02:34:44
882         Log: If ccflags was empty the _previous_ $* containing all the
883              environment variables and Configure variables was used,
884              which lead, among other bad things, into $ccflags being your
885              uname -a output, which lead into test compile with cc failing,
886              which lead into gcc being selected, which didn't work that well
887              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
888              with large files, et cetera.
889      Branch: perl
890            ! hints/hpux.sh
891 ____________________________________________________________________________
892 [  9849] By: jhi                                   on 2001/04/26  01:44:57
893         Log: Make selfstubber test more portable.
894      Branch: perl
895            ! t/lib/selfstubber.t
896 ____________________________________________________________________________
897 [  9848] By: jhi                                   on 2001/04/26  00:50:26
898         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
899              From: Benjamin Sugars <ben.sugars@home.com>
900              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
901              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
902      Branch: perl
903            ! ext/Cwd/Cwd.xs
904 ____________________________________________________________________________
905 [  9847] By: jhi                                   on 2001/04/26  00:46:58
906         Log: Subject: [PATCH: perl@9841] VMS updates
907              From: Peter Prymmer <pvhp@forte.com>
908              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
909              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
910      Branch: perl
911            ! README.vms configure.com vms/descrip_mms.template
912            ! vms/ext/filespec.t
913 ____________________________________________________________________________
914 [  9846] By: jhi                                   on 2001/04/26  00:11:56
915         Log: re 'debug' was broken by #9084.
916      Branch: perl
917            ! ext/re/re.xs
918 ____________________________________________________________________________
919 [  9845] By: jhi                                   on 2001/04/25  22:33:17
920         Log: Subject: [PATCH] test for Devel::SelfStubber
921              From: Nicholas Clark <nick@ccl4.org>
922              Date: Thu, 26 Apr 2001 00:00:54 +0100
923              Message-ID: <20010426000054.D89026@plum.flirble.org>
924      Branch: perl
925            + t/lib/selfstubber.t
926            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
927 ____________________________________________________________________________
928 [  9844] By: jhi                                   on 2001/04/25  22:29:32
929         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
930              From: Paul Johnson <paul@pjcj.net>
931              Date: Thu, 26 Apr 2001 00:46:08 +0200
932              Message-ID: <20010426004608.H2338@pjcj.net>
933      Branch: perl
934            ! ext/B/B/Concise.pm
935 ____________________________________________________________________________
936 [  9843] By: jhi                                   on 2001/04/25  22:28:28
937         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
938              From: Peter Prymmer <pvhp@forte.com>
939              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
940              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
941      Branch: perl
942            ! ext/Cwd/Cwd.xs
943 ____________________________________________________________________________
944 [  9842] By: jhi                                   on 2001/04/25  20:58:12
945         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
946              From: John Peacock <jpeacock@rowman.com>
947              Date: Wed, 25 Apr 2001 17:30:26 -0400
948              Message-ID: <3AE741F2.B3217464@rowman.com>
949      Branch: perl
950            ! lib/Math/BigInt.pm t/lib/bigintpm.t
951 ____________________________________________________________________________
952 [  9841] By: jhi                                   on 2001/04/25  20:07:05
953         Log: Update Changes.
954      Branch: perl
955            ! Changes patchlevel.h
956 ____________________________________________________________________________
957 [  9840] By: jhi                                   on 2001/04/25  19:56:51
958         Log: Yet another HP-UX hints version from Merijn.
959      Branch: perl
960            ! hints/hpux.sh
961 ____________________________________________________________________________
962 [  9839] By: jhi                                   on 2001/04/25  19:53:04
963         Log: abs_path() didn't terminate the filename correctly,
964              in DIRNAMLENless systems like HP-UX this would fail.
965      Branch: perl
966            ! ext/Cwd/Cwd.xs
967 ____________________________________________________________________________
968 [  9838] By: jhi                                   on 2001/04/25  16:37:26
969         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
970              From: Mike Guy <mjtg@cam.ac.uk>
971              Date: Wed, 25 Apr 2001 18:31:47 +0100
972              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
973      Branch: perl
974            ! op.c
975 ____________________________________________________________________________
976 [  9837] By: jhi                                   on 2001/04/25  16:21:53
977         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
978              From: Jon Eveland <jweveland@yahoo.com>
979              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
980              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
981      Branch: perl
982            ! lib/perl5db.pl
983 ____________________________________________________________________________
984 [  9836] By: jhi                                   on 2001/04/25  14:17:50
985         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
986              From: "Philip Newton" <pnewton@gmx.de>
987              Date: Wed, 25 Apr 2001 17:05:58 +0200
988              Message-ID: <3AE703F6.3234.1833C45@localhost>
989      Branch: perl
990            ! Porting/patching.pod
991 ____________________________________________________________________________
992 [  9835] By: jhi                                   on 2001/04/25  13:58:07
993         Log: It would seem that both ar and full_ar need to be overridden
994              for HP-UX to avoid the GNU ar.
995      Branch: perl
996            ! hints/hpux.sh
997 ____________________________________________________________________________
998 [  9834] By: jhi                                   on 2001/04/25  13:50:40
999         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
1000              From: "Philip Newton" <pnewton@gmx.de>
1001              Date: Wed, 25 Apr 2001 16:09:23 +0200
1002              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
1003              
1004              Detypo.
1005      Branch: perl
1006            ! t/op/misc.t
1007 ____________________________________________________________________________
1008 [  9833] By: jhi                                   on 2001/04/25  12:36:11
1009         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
1010      Branch: perl
1011            ! hints/hpux.sh
1012 ____________________________________________________________________________
1013 [  9832] By: jhi                                   on 2001/04/25  12:33:36
1014         Log: New version of HP-UX hints from Merijn.
1015      Branch: perl
1016            ! hints/hpux.sh
1017 ____________________________________________________________________________
1018 [  9831] By: jhi                                   on 2001/04/25  03:39:45
1019         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
1020      Branch: perl
1021            ! hints/hpux.sh
1022 ____________________________________________________________________________
1023 [  9830] By: jhi                                   on 2001/04/25  02:53:25
1024         Log: The tzname[] bit is not needed by util.c -- and causes
1025              heartburn in VMS (and it missing was probably the cause of
1026              the Mac OS X trouble).  Ouch.
1027      Branch: perl
1028            ! ext/POSIX/POSIX.xs util.c
1029 ____________________________________________________________________________
1030 [  9829] By: jhi                                   on 2001/04/25  00:10:06
1031         Log: Metaconfig unit change for #9828.
1032      Branch: metaconfig
1033            ! U/compline/ccflags.U
1034 ____________________________________________________________________________
1035 [  9828] By: jhi                                   on 2001/04/25  00:04:18
1036         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
1037              (which is actually the reason for the change, we need to pass
1038              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
1039              EP/IX, OS/2, and TitanOS, based on the hints files.
1040      Branch: perl
1041            ! Configure config_h.SH
1042 ____________________________________________________________________________
1043 [  9827] By: jhi                                   on 2001/04/24  23:49:20
1044         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
1045              the $cat must have an absolute path.
1046      Branch: perl
1047            ! makedepend.SH
1048 ____________________________________________________________________________
1049 [  9826] By: jhi                                   on 2001/04/24  23:40:53
1050         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
1051      Branch: perl
1052            ! README.amiga
1053 ____________________________________________________________________________
1054 [  9825] By: jhi                                   on 2001/04/24  23:35:35
1055         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
1056              From: "Philip Newton" <pnewton@gmx.de>
1057              Date: Tue, 24 Apr 2001 18:52:49 +0200
1058              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
1059      Branch: perl
1060            ! x2p/find2perl.PL
1061 ____________________________________________________________________________
1062 [  9824] By: jhi                                   on 2001/04/24  23:33:07
1063         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
1064              Some gcc specifics dropped out due to extensive rewriting;
1065              will be put back later as needed.
1066      Branch: perl
1067            ! hints/hpux.sh
1068 ____________________________________________________________________________
1069 [  9823] By: jhi                                   on 2001/04/24  23:27:57
1070         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
1071      Branch: perl
1072            ! ext/POSIX/POSIX.xs
1073 ____________________________________________________________________________
1074 [  9822] By: jhi                                   on 2001/04/24  23:25:21
1075         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
1076              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1077              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
1078              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
1079      Branch: perl
1080            ! ext/XS/Typemap/Typemap.xs
1081 ____________________________________________________________________________
1082 [  9821] By: jhi                                   on 2001/04/24  23:24:10
1083         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
1084              From: "Abigail" <abigail@foad.org>
1085              Date: Tue, 24 Apr 2001 23:12:03 +0200
1086              Message-ID: <20010424211203.7901.qmail@foad.org>
1087      Branch: perl
1088            ! pod/perlport.pod
1089 ____________________________________________________________________________
1090 [  9820] By: jhi                                   on 2001/04/24  23:23:15
1091         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
1092              From: Matt Sergeant <matt@sergeant.org>
1093              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
1094              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
1095      Branch: perl
1096            ! pod/perlfaq4.pod
1097 ____________________________________________________________________________
1098 [  9819] By: nick                                  on 2001/04/24  18:49:43
1099         Log: Integrate mainline.
1100      Branch: perlio
1101           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
1102           !> (integrate 37 files)
1103 ____________________________________________________________________________
1104 [  9818] By: jhi                                   on 2001/04/24  14:35:23
1105         Log: Update Changes.
1106      Branch: perl
1107            ! Changes patchlevel.h
1108 ____________________________________________________________________________
1109 [  9817] By: jhi                                   on 2001/04/24  14:09:17
1110         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
1111              From: "Philip Newton" <pnewton@gmx.de>
1112              Date: Tue, 24 Apr 2001 12:58:12 +0200
1113              Message-ID: <3AE57864.8304.B77A0A@localhost> 
1114              
1115              plus add CPAN to the list of modules that have their own tests.
1116      Branch: perl
1117            ! t/lib/1_compile.t
1118 ____________________________________________________________________________
1119 [  9816] By: jhi                                   on 2001/04/24  14:07:03
1120         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
1121              From: Michael G Schwern <schwern@pobox.com>
1122              Date: Sat, 21 Apr 2001 22:35:00 +0100
1123              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
1124      Branch: perl
1125            ! t/lib/1_compile.t
1126 ____________________________________________________________________________
1127 [  9815] By: jhi                                   on 2001/04/24  13:54:32
1128         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
1129              From: Robin Houston <robin@kitsite.com>
1130              Date: Tue, 24 Apr 2001 15:51:18 +0100
1131              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
1132      Branch: perl
1133            ! ext/B/B/Deparse.pm
1134 ____________________________________________________________________________
1135 [  9814] By: jhi                                   on 2001/04/24  13:17:34
1136         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1137              From: Bill Glicker <billg@burrelles.com>
1138              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
1139              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
1140      Branch: perl
1141            ! hints/svr5.sh
1142 ____________________________________________________________________________
1143 [  9813] By: jhi                                   on 2001/04/24  12:54:23
1144         Log: Prevent path disclosure (probing for existence of filenames)
1145              using suidperl; bug id 20010322.218.
1146      Branch: perl
1147            ! perl.c pod/perldiag.pod
1148 ____________________________________________________________________________
1149 [  9812] By: jhi                                   on 2001/04/24  12:08:36
1150         Log: Retract #9811.
1151      Branch: perl
1152            ! ext/POSIX/POSIX.xs
1153 ____________________________________________________________________________
1154 [  9811] By: jhi                                   on 2001/04/24  11:57:35
1155         Log: (Retracted by #9812.)
1156      Branch: perl
1157            ! ext/POSIX/POSIX.xs
1158 ____________________________________________________________________________
1159 [  9810] By: jhi                                   on 2001/04/24  03:32:35
1160         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
1161      Branch: perl
1162            ! util.c
1163 ____________________________________________________________________________
1164 [  9809] By: jhi                                   on 2001/04/24  03:16:13
1165         Log: The Math::BigFloat::import() was broken.
1166              (Fixes bug id 20010422.002.)
1167      Branch: perl
1168            ! lib/Math/BigFloat.pm
1169 ____________________________________________________________________________
1170 [  9808] By: jhi                                   on 2001/04/24  01:11:40
1171         Log: Additional dependencies; should help for parallel makes
1172              not to fail on missing lib/lib.pm or lib/re.pm.
1173      Branch: perl
1174            ! Makefile.SH
1175 ____________________________________________________________________________
1176 [  9807] By: jhi                                   on 2001/04/24  00:57:01
1177         Log: Update the test failure disclaimer.
1178      Branch: perl
1179            ! t/pragma/warn/pp_hot
1180 ____________________________________________________________________________
1181 [  9806] By: jhi                                   on 2001/04/24  00:54:04
1182         Log: Add make target "install-all" which is alias for "install"
1183              to cater for case-preserving filesystems like HFS+.
1184      Branch: perl
1185            ! INSTALL Makefile.SH
1186 ____________________________________________________________________________
1187 [  9805] By: jhi                                   on 2001/04/24  00:47:28
1188         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
1189              From: Peter Prymmer <pvhp@forte.com>
1190              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
1191              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
1192              
1193              (Ken William's message forwarded from macosx@perl.org)
1194      Branch: perl
1195            ! hints/darwin.sh
1196 ____________________________________________________________________________
1197 [  9804] By: jhi                                   on 2001/04/23  23:57:35
1198         Log: Cut-and-pasto.
1199      Branch: perl
1200            ! perlio.c
1201 ____________________________________________________________________________
1202 [  9803] By: jhi                                   on 2001/04/23  23:52:25
1203         Log: More PerlIO robustness.
1204      Branch: perl
1205            ! perlio.c
1206 ____________________________________________________________________________
1207 [  9802] By: jhi                                   on 2001/04/23  23:43:35
1208         Log: Make the "STD* opened only for ..." errors more consistent.
1209      Branch: perl
1210            ! doio.c
1211 ____________________________________________________________________________
1212 [  9801] By: jhi                                   on 2001/04/23  23:34:26
1213         Log: Test case for #9800.
1214      Branch: perl
1215            ! t/op/misc.t
1216 ____________________________________________________________________________
1217 [  9800] By: jhi                                   on 2001/04/23  23:14:43
1218         Log: Avoid coredump on 'close STDERR; die' by making
1219              the PerlIO calls more robust.  Also use SETERRNO()
1220              instead of errno = to be more VMS-ready.
1221      Branch: perl
1222            ! perlio.c
1223 ____________________________________________________________________________
1224 [  9799] By: jhi                                   on 2001/04/23  21:41:10
1225         Log: Subject: test for ID 20010423.002
1226              From: Robin Houston <robin@kitsite.com>
1227              Date: Mon, 23 Apr 2001 16:52:21 +0100
1228              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
1229      Branch: perl
1230            ! t/op/avhv.t
1231 ____________________________________________________________________________
1232 [  9798] By: jhi                                   on 2001/04/23  21:40:07
1233         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
1234              From: David Dyck <dcd@tc.fluke.com>
1235              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
1236              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
1237      Branch: perl
1238            ! installperl
1239 ____________________________________________________________________________
1240 [  9797] By: jhi                                   on 2001/04/23  21:37:56
1241         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
1242              From: Benjamin Sugars <bsugars@canoe.ca>
1243              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
1244              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
1245      Branch: perl
1246            ! ext/Cwd/Cwd.xs lib/Cwd.pm
1247 ____________________________________________________________________________
1248 [  9796] By: jhi                                   on 2001/04/23  21:29:24
1249         Log: Synchronize h2xs and pod2man some more on the documentation
1250              templates they propose.
1251      Branch: perl
1252            ! pod/pod2man.PL utils/h2xs.PL
1253 ____________________________________________________________________________
1254 [  9795] By: jhi                                   on 2001/04/23  17:30:40
1255         Log: Add one more naughty test for base64; make encoding logic cleaner.
1256      Branch: perl
1257            ! t/lib/mimeb64.t
1258 ____________________________________________________________________________
1259 [  9794] By: jhi                                   on 2001/04/23  13:51:32
1260         Log: Update Changes.
1261      Branch: perl
1262            ! Changes patchlevel.h
1263 ____________________________________________________________________________
1264 [  9793] By: jhi                                   on 2001/04/23  13:44:18
1265         Log: Duplicate lines.
1266      Branch: perl
1267            ! MANIFEST
1268 ____________________________________________________________________________
1269 [  9792] By: jhi                                   on 2001/04/23  13:39:13
1270         Log: Subject: Re: PATCH 5.7.1
1271              From: Mark-Jason Dominus <mjd@plover.com>
1272              Date: Mon, 23 Apr 2001 10:30:21 -0400
1273              Message-ID: <20010423143021.17335.qmail@plover.com>
1274      Branch: perl
1275            ! perl.h sv.c
1276 ____________________________________________________________________________
1277 [  9791] By: jhi                                   on 2001/04/23  13:32:40
1278         Log: Add the CPAN.pm 1.59_54 tests.
1279      Branch: perl
1280            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
1281            ! MANIFEST
1282 ____________________________________________________________________________
1283 [  9790] By: jhi                                   on 2001/04/23  13:21:55
1284         Log: Subject: Deparse nit
1285              From: Robin Houston <robin@kitsite.com>
1286              Date: Mon, 23 Apr 2001 12:38:20 +0100
1287              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
1288      Branch: perl
1289            ! ext/B/B/Deparse.pm
1290 ____________________________________________________________________________
1291 [  9789] By: jhi                                   on 2001/04/23  13:19:07
1292         Log: Subject: [PATCH] bug 20010423.002
1293              From: Robin Houston <robin@kitsite.com>
1294              Date: Mon, 23 Apr 2001 13:12:30 +0100
1295              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
1296      Branch: perl
1297            ! pp.c
1298 ____________________________________________________________________________
1299 [  9788] By: jhi                                   on 2001/04/23  13:02:49
1300         Log: Subject: PATCH [5.7.1] hv.c unused #define
1301              From: Mark-Jason Dominus <mjd@plover.com>
1302              Date: Sun, 22 Apr 2001 14:17:49 -0400
1303              Message-ID: <20010422181749.26976.qmail@plover.com>
1304      Branch: perl
1305            ! hv.c
1306 ____________________________________________________________________________
1307 [  9787] By: jhi                                   on 2001/04/23  13:02:02
1308         Log: Subject: PATCH 5.7.1
1309              From: Mark-Jason Dominus <mjd@plover.com>
1310              Date: Sun, 22 Apr 2001 15:12:57 -0400
1311              Message-ID: <20010422191258.6539.qmail@plover.com>
1312              
1313              plus Sarathy's STMT_START + STMT_END suggestion.
1314      Branch: perl
1315            ! perl.h
1316 ____________________________________________________________________________
1317 [  9786] By: jhi                                   on 2001/04/23  12:53:25
1318         Log: Fix for
1319              
1320              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
1321              From: dLux <dlux@spam.sch.bme.hu>
1322              Date: Mon, 23 Apr 2001 01:25:26 +0200
1323              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
1324              
1325              (SvGROW really does return a char *.)
1326      Branch: perl
1327            ! pod/perlapi.pod sv.h
1328 ____________________________________________________________________________
1329 [  9785] By: jhi                                   on 2001/04/23  04:34:04
1330         Log: Time::Piece work continues.  $t->day removed since
1331              I think it's too confusing.  Now has normal and
1332              abbreviated length weekday names and month names,
1333              the names change with _names(), not _list().
1334              Now has strftime() in Perl, _strftime() is
1335              the libc version (to which strftime() falls back
1336              if it doesn't know the format.  To do: the reverse
1337              of strftime, strptime(), and the localisation of both.
1338      Branch: perl
1339            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
1340            ! t/lib/time-piece.t
1341 ____________________________________________________________________________
1342 [  9784] By: jhi                                   on 2001/04/23  02:41:46
1343         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
1344              From: andreas.koenig@anima.de (Andreas J. Koenig)
1345              Date: 23 Apr 2001 05:20:55 +0200
1346              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
1347      Branch: perl
1348            ! t/pragma/overload.t
1349 ____________________________________________________________________________
1350 [  9783] By: jhi                                   on 2001/04/22  23:32:42
1351         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
1352              From: Robin Houston <robin@kitsite.com>
1353              Date: Mon, 23 Apr 2001 00:38:18 +0100
1354              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
1355      Branch: perl
1356            ! ext/B/B/Deparse.pm
1357 ____________________________________________________________________________
1358 [  9782] By: jhi                                   on 2001/04/22  20:55:43
1359         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
1360              From: Simon Cozens <simon@netthink.co.uk>
1361              Date: Sun, 22 Apr 2001 18:47:25 +0100
1362              Message-ID: <20010422184725.A14411@netthink.co.uk>
1363      Branch: perl
1364            ! sv.c t/pragma/overload.t
1365 ____________________________________________________________________________
1366 [  9781] By: jhi                                   on 2001/04/22  20:52:13
1367         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
1368              From: Robin Houston <robin@kitsite.com>
1369              Date: Sun, 22 Apr 2001 22:14:50 +0100
1370              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
1371      Branch: perl
1372            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
1373 ____________________________________________________________________________
1374 [  9780] By: nick                                  on 2001/04/22  20:40:31
1375         Log: Integrate mainline.
1376      Branch: perlio
1377           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
1378           +> t/lib/b-stash.t
1379           !> (integrate 38 files)
1380 ____________________________________________________________________________
1381 [  9779] By: jhi                                   on 2001/04/22  15:16:03
1382         Log: Subject: IO::Socket::INET patch
1383              From: andrew deryabin <djsf@technarchy.ru>
1384              Date: Sat, 21 Apr 2001 17:46:52 +0400
1385              Message-ID: <20010421174652.B1426@technarchy>
1386      Branch: perl
1387            ! ext/IO/lib/IO/Socket/INET.pm
1388 ____________________________________________________________________________
1389 [  9778] By: jhi                                   on 2001/04/22  15:14:33
1390         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
1391              From: Mark-Jason Dominus <mjd@plover.com>
1392              Date: Sat, 21 Apr 2001 21:27:49 -0400
1393              Message-ID: <20010422012749.27024.qmail@plover.com>
1394      Branch: perl
1395            ! regcomp.c
1396 ____________________________________________________________________________
1397 [  9777] By: jhi                                   on 2001/04/22  15:10:51
1398         Log: Subject: Re: Regex debugger patch 
1399              From: Mark-Jason Dominus <mjd@plover.com>
1400              Date: Sat, 21 Apr 2001 21:48:51 -0400
1401              Message-ID: <20010422014851.27165.qmail@plover.com>
1402      Branch: perl
1403            ! pod/perldebguts.pod
1404 ____________________________________________________________________________
1405 [  9776] By: jhi                                   on 2001/04/22  15:09:48
1406         Log: Subject: Re: Regex debugger patch
1407              From: Mark-Jason Dominus <mjd@plover.com>
1408              Date: Sat, 21 Apr 2001 14:24:39 -0400
1409              Message-ID: <20010421182439.16508.qmail@plover.com>
1410              
1411              Regex debugger backend.
1412      Branch: perl
1413            ! regcomp.c regexp.h
1414 ____________________________________________________________________________
1415 [  9775] By: jhi                                   on 2001/04/21  16:45:40
1416         Log: Subject: [PATCH] Typo in utf8.h
1417              From: Jesús Quiroga <jquiroga@pobox.com>
1418              Date: Sat, 21 Apr 2001 19:25:33 +0200
1419              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
1420      Branch: perl
1421            ! utf8.h
1422 ____________________________________________________________________________
1423 [  9774] By: jhi                                   on 2001/04/21  16:43:52
1424         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1425              From: Joe Orton <jorton@redhat.com>
1426              Date: Tue, 17 Apr 2001 15:50:43 +0100
1427              Message-Id: <20010417155043.D19132@eu.c2.net>
1428      Branch: perl
1429            ! hints/svr5.sh
1430 ____________________________________________________________________________
1431 [  9773] By: jhi                                   on 2001/04/21  15:30:15
1432         Log: Subject: Patch utils/h2xs.PL
1433              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1434              Date: Sat, 21 Apr 2001 10:32:16 -0500
1435              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
1436              
1437              Add MAILING list and LICENSE templates.
1438      Branch: perl
1439            ! utils/h2xs.PL
1440 ____________________________________________________________________________
1441 [  9772] By: jhi                                   on 2001/04/21  15:28:36
1442         Log: Subject: perlfaq2.patch for 5.7.1
1443              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1444              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
1445              Date: Fri, 20 Apr 2001 16:42:19 -0500
1446              
1447              rm an extra tab, a blurb about the xx.cpan to clarify
1448              which countries actually have that and dejanews is history
1449              as well as most of that nonsensical entry.
1450      Branch: perl
1451            ! pod/perlfaq2.pod
1452 ____________________________________________________________________________
1453 [  9771] By: jhi                                   on 2001/04/21  15:27:17
1454         Log: Subject: perlfaq1.patch for 5.7.1
1455              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1456              Date: Fri, 20 Apr 2001 16:57:36 -0500
1457              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
1458              
1459              Evil URLs must die. Especially when they are broken.
1460      Branch: perl
1461            ! pod/perlfaq1.pod
1462 ____________________________________________________________________________
1463 [  9770] By: jhi                                   on 2001/04/21  15:23:38
1464         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
1465              From: Michael G Schwern <schwern@pobox.com>
1466              Date: Sat, 21 Apr 2001 16:11:12 +0100
1467              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
1468      Branch: perl
1469            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
1470            + t/lib/b-stash.t
1471            ! MANIFEST ext/B/B.pm t/lib/b.t
1472 ____________________________________________________________________________
1473 [  9769] By: jhi                                   on 2001/04/21  15:03:32
1474         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
1475              From: Michael G Schwern <schwern@pobox.com>
1476              Date: Sat, 21 Apr 2001 09:48:00 +0100
1477              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
1478      Branch: perl
1479            ! utils/h2ph.PL
1480 ____________________________________________________________________________
1481 [  9768] By: jhi                                   on 2001/04/21  14:33:49
1482         Log: PerlIO and Encode doc cleanup and tweaks.
1483      Branch: perl
1484            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
1485            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
1486 ____________________________________________________________________________
1487 [  9767] By: jhi                                   on 2001/04/21  12:40:16
1488         Log: Integrate perlio.
1489      Branch: perl
1490           !> doio.c
1491 ____________________________________________________________________________
1492 [  9766] By: nick                                  on 2001/04/20  18:28:35
1493         Log: Avoid core dump on
1494              open(STDOUT,">",\$foo);
1495      Branch: perlio
1496            ! doio.c
1497 ____________________________________________________________________________
1498 [  9765] By: jhi                                   on 2001/04/20  13:23:43
1499         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
1500              From: Robin Houston <robin@kitsite.com>
1501              Date: Fri, 20 Apr 2001 14:29:22 +0100
1502              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
1503      Branch: perl
1504            ! ext/B/B.pm ext/B/B/Deparse.pm
1505 ____________________________________________________________________________
1506 [  9764] By: jhi                                   on 2001/04/20  13:19:33
1507         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
1508              From: Peter Prymmer <pvhp@forte.com>
1509              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
1510              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
1511      Branch: perl
1512            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
1513            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
1514            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
1515            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
1516 ____________________________________________________________________________
1517 [  9763] By: jhi                                   on 2001/04/20  12:36:39
1518         Log: Subject: Re: A new PerlIO coredump
1519              From: Nick Ing-Simmons <nik@tiuk.ti.com>
1520              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
1521              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
1522      Branch: perl
1523            ! doio.c
1524 ____________________________________________________________________________
1525 [  9762] By: jhi                                   on 2001/04/19  23:02:30
1526         Log: Update Changes.
1527      Branch: perl
1528            ! Changes patchlevel.h
1529 ____________________________________________________________________________
1530 [  9761] By: jhi                                   on 2001/04/19  22:59:19
1531         Log: More cleanup cleanup.
1532      Branch: perl
1533            ! Makefile.SH win32/Makefile win32/makefile.mk
1534 ____________________________________________________________________________
1535 [  9760] By: jhi                                   on 2001/04/19  22:50:31
1536         Log: lib/Time is non-empty, let's not rmdir it.
1537      Branch: perl
1538            ! Makefile.SH
1539 ____________________________________________________________________________
1540 [  9759] By: jhi                                   on 2001/04/19  22:36:51
1541         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
1542              From: Robin Houston <robin@kitsite.com>
1543              Date: Fri, 20 Apr 2001 00:18:53 +0100
1544              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
1545      Branch: perl
1546            ! ext/B/B/Deparse.pm
1547 ____________________________________________________________________________
1548 [  9758] By: jhi                                   on 2001/04/19  22:36:00
1549         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
1550              From: Peter Prymmer <pvhp@forte.com>
1551              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
1552              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
1553      Branch: perl
1554            ! ext/Cwd/Cwd.xs
1555 ____________________________________________________________________________
1556 [  9757] By: nick                                  on 2001/04/19  18:53:54
1557         Log: Blind (untested) integrate of mainline.
1558      Branch: perlio
1559           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
1560           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
1561           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
1562           !> (integrate 53 files)
1563 ____________________________________________________________________________
1564 [  9756] By: jhi                                   on 2001/04/19  16:59:23
1565         Log: Document and test Time::Piece.
1566      Branch: perl
1567            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
1568            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
1569 ____________________________________________________________________________
1570 [  9755] By: jhi                                   on 2001/04/19  12:13:29
1571         Log: A better fix for the \x{12345678} trouble from NI-S.
1572      Branch: perl
1573            ! utf8.c
1574 ____________________________________________________________________________
1575 [  9754] By: jhi                                   on 2001/04/19  11:56:07
1576         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
1577              From: Robin Houston <robin@kitsite.com>
1578              Date: Wed, 18 Apr 2001 17:58:33 +0100
1579              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
1580      Branch: perl
1581            ! ext/B/B/Deparse.pm op.c
1582 ____________________________________________________________________________
1583 [  9753] By: jhi                                   on 2001/04/19  04:21:52
1584         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
1585              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
1586              Date: Thu, 19 Apr 2001 01:11:41 -0400
1587              Message-ID: <20010419011141.A5798@cpan.org>
1588      Branch: perl
1589            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
1590 ____________________________________________________________________________
1591 [  9752] By: jhi                                   on 2001/04/19  02:41:10
1592         Log: The new time utils need to be thread-aware, too.
1593      Branch: perl
1594            ! util.c
1595 ____________________________________________________________________________
1596 [  9751] By: jhi                                   on 2001/04/19  02:26:47
1597         Log: Compilation nit noticed by AIX compiler.
1598      Branch: perl
1599            ! perlio.c
1600 ____________________________________________________________________________
1601 [  9750] By: jhi                                   on 2001/04/19  02:20:06
1602         Log: The new time utils need to be public.
1603      Branch: perl
1604            ! embed.pl
1605 ____________________________________________________________________________
1606 [  9749] By: jhi                                   on 2001/04/19  01:42:39
1607         Log: Regen toc.
1608      Branch: perl
1609            ! pod/perltoc.pod
1610 ____________________________________________________________________________
1611 [  9748] By: jhi                                   on 2001/04/19  01:41:10
1612         Log: Add Time::Piece, a slight rewrite of Time::Object,
1613              from Matt Sergeant.
1614      Branch: perl
1615            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
1616            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
1617            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
1618            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
1619            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
1620            ! win32/makefile.mk
1621 ____________________________________________________________________________
1622 [  9747] By: jhi                                   on 2001/04/19  00:55:35
1623         Log: The new metaconfig unit from strftime.
1624      Branch: metaconfig/U/perl
1625            + d_strftime.U
1626 ____________________________________________________________________________
1627 [  9746] By: jhi                                   on 2001/04/19  00:54:54
1628         Log: Move the strftime() wrapper from POSIX.xs to util.c
1629              as my_strftime(), requires HAS_STRFTIME.
1630      Branch: perl
1631            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1632            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
1633            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
1634            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1635            ! vos/config.ga.h win32/config.bc win32/config.gc
1636            ! win32/config.vc
1637 ____________________________________________________________________________
1638 [  9745] By: jhi                                   on 2001/04/18  23:11:03
1639         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
1640              in preparation of Time::Piece.
1641      Branch: perl
1642            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
1643 ____________________________________________________________________________
1644 [  9744] By: jhi                                   on 2001/04/18  22:33:12
1645         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
1646              From: Peter Prymmer <pvhp@forte.com>
1647              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
1648              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
1649      Branch: perl
1650            ! t/lib/exporter.t
1651 ____________________________________________________________________________
1652 [  9743] By: jhi                                   on 2001/04/18  22:32:23
1653         Log: Subject: Fwd: pod2html leaves cache files lying around?
1654              From: Rajesh Vaidheeswarran <rv@gnu.org>
1655              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
1656              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
1657      Branch: perl
1658            ! lib/Pod/Html.pm
1659 ____________________________________________________________________________
1660 [  9742] By: jhi                                   on 2001/04/18  20:31:49
1661         Log: Update Changes.
1662      Branch: perl
1663            ! Changes patchlevel.h
1664 ____________________________________________________________________________
1665 [  9741] By: jhi                                   on 2001/04/18  20:23:02
1666         Log: Declare hints only if needed.
1667      Branch: perl
1668            ! ext/B/B/Deparse.pm
1669 ____________________________________________________________________________
1670 [  9740] By: jhi                                   on 2001/04/18  19:06:05
1671         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
1672              bug noticed by Robin Houston; basically the code of detecting
1673              value wraparound was acting differently under different compilers
1674              and platforms.  The workaround is to remove the overflow check
1675              for now, a real fix would be to do the overflow (portably) right.
1676      Branch: perl
1677            ! t/op/pat.t utf8.c
1678 ____________________________________________________________________________
1679 [  9739] By: jhi                                   on 2001/04/18  19:01:23
1680         Log: Subject: [PATCH B::Deparse] some pragma support
1681              From: Robin Houston <robin@kitsite.com>
1682              Date: Wed, 18 Apr 2001 19:32:12 +0100
1683              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
1684      Branch: perl
1685            ! ext/B/B/Deparse.pm
1686 ____________________________________________________________________________
1687 [  9738] By: jhi                                   on 2001/04/18  15:16:37
1688         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
1689              From: Benjamin Sugars <bsugars@canoe.ca>
1690              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
1691              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
1692      Branch: perl
1693            ! t/op/glob.t
1694 ____________________________________________________________________________
1695 [  9737] By: jhi                                   on 2001/04/18  13:24:50
1696         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
1697              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1698              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
1699              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
1700      Branch: perl
1701            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
1702            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
1703 ____________________________________________________________________________
1704 [  9736] By: jhi                                   on 2001/04/18  04:15:14
1705         Log: The #9735 also changes the subtest 12.
1706      Branch: perl
1707            ! t/lib/b.t
1708 ____________________________________________________________________________
1709 [  9735] By: jhi                                   on 2001/04/18  03:55:17
1710         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
1711              From: David Dyck <dcd@tc.fluke.com>
1712              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
1713              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
1714      Branch: perl
1715            ! ext/B/B/Deparse.pm
1716 ____________________________________________________________________________
1717 [  9734] By: jhi                                   on 2001/04/18  03:54:11
1718         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
1719              From: Gisle Aas <gisle@ActiveState.com>
1720              Date: 17 Apr 2001 19:06:45 -0700
1721              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
1722      Branch: perl
1723            ! pp_hot.c t/op/misc.t
1724 ____________________________________________________________________________
1725 [  9733] By: jhi                                   on 2001/04/17  22:25:22
1726         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
1727              From: "Abigail" <abigail@foad.org>
1728              Date: Wed, 18 Apr 2001 01:17:46 +0200
1729              Message-ID: <20010417231746.21657.qmail@foad.org>
1730      Branch: perl
1731            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
1732 ____________________________________________________________________________
1733 [  9732] By: jhi                                   on 2001/04/17  20:47:56
1734         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
1735              From: Robin Houston <robin@kitsite.com>
1736              Date: Tue, 17 Apr 2001 22:37:42 +0100
1737              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
1738      Branch: perl
1739            ! ext/B/B/Deparse.pm
1740 ____________________________________________________________________________
1741 [  9731] By: nick                                  on 2001/04/17  20:46:35
1742         Log: Re-sync for t/lib/b.t fix
1743      Branch: perlio
1744           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
1745 ____________________________________________________________________________
1746 [  9730] By: jhi                                   on 2001/04/17  20:45:29
1747         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
1748              From: Robin Houston <robin@kitsite.com>
1749              Date: Tue, 17 Apr 2001 22:29:36 +0100
1750              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
1751      Branch: perl
1752            ! ext/B/B.xs ext/B/B/Deparse.pm
1753 ____________________________________________________________________________
1754 [  9729] By: jhi                                   on 2001/04/17  20:43:11
1755         Log: Subject: Deparse - parenthesise args to undeclared subs
1756              From: Robin Houston <robin@kitsite.com>
1757              Date: Tue, 17 Apr 2001 21:31:05 +0100
1758              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
1759      Branch: perl
1760            ! ext/B/B/Deparse.pm
1761 ____________________________________________________________________________
1762 [  9728] By: jhi                                   on 2001/04/17  18:57:30
1763         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
1764              From: Benjamin Sugars <ben.sugars@home.com>
1765              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
1766              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
1767      Branch: perl
1768            ! t/lib/cwd.t
1769 ____________________________________________________________________________
1770 [  9727] By: jhi                                   on 2001/04/17  18:20:20
1771         Log: Subject: [PATCH B::Deparse] ambient pragmas
1772              From: Robin Houston <robin@kitsite.com>
1773              Date: Tue, 17 Apr 2001 20:01:59 +0100
1774              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
1775      Branch: perl
1776            ! ext/B/B/Deparse.pm t/lib/b.t
1777 ____________________________________________________________________________
1778 [  9726] By: nick                                  on 2001/04/17  16:33:51
1779         Log: Integrate mainline (t/lib/b.t fails test 2...)
1780      Branch: perlio
1781           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
1782           +> ext/List/Util/README ext/List/Util/Util.xs
1783           +> ext/List/Util/lib/List/Util.pm
1784           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
1785           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
1786           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
1787           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
1788           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
1789           !> (integrate 31 files)
1790 ____________________________________________________________________________
1791 [  9725] By: jhi                                   on 2001/04/17  12:14:24
1792         Log: Subject: multiple B::* changes
1793              From: Robin Houston <robin@kitsite.com>
1794              Date: Thu, 12 Apr 2001 20:12:27 +0100
1795              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
1796      Branch: perl
1797            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
1798 ____________________________________________________________________________
1799 [  9724] By: jhi                                   on 2001/04/17  11:59:05
1800         Log: Thread-awareness from Doug MacEachern.
1801      Branch: perl
1802            ! ext/List/Util/Util.xs
1803 ____________________________________________________________________________
1804 [  9723] By: jhi                                   on 2001/04/17  11:57:41
1805         Log: Make the test more portable.
1806      Branch: perl
1807            ! t/lib/cwd.t
1808 ____________________________________________________________________________
1809 [  9722] By: jhi                                   on 2001/04/17  11:53:50
1810         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
1811              From: Benjamin Sugars <ben.sugars@home.com>
1812              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
1813              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
1814      Branch: perl
1815            ! t/lib/cwd.t
1816 ____________________________________________________________________________
1817 [  9721] By: jhi                                   on 2001/04/17  11:52:17
1818         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
1819              From: Benjamin Sugars <bsugars@canoe.ca>
1820              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
1821              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
1822      Branch: perl
1823            ! op.c
1824 ____________________________________________________________________________
1825 [  9720] By: jhi                                   on 2001/04/17  11:35:42
1826         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
1827              From: Chris Nandor <pudge@pobox.com>
1828              Date: Tue, 17 Apr 2001 00:30:49 -0400
1829              Message-Id: <p05100207b701768712de@[10.0.1.177]>
1830      Branch: perl
1831            ! ext/File/Glob/bsd_glob.c gv.c
1832 ____________________________________________________________________________
1833 [  9719] By: jhi                                   on 2001/04/17  11:32:13
1834         Log: Subject: [PATCH] Tweten->West
1835              From: Casey West <casey@geeknest.com>
1836              Date: Mon, 16 Apr 2001 12:11:22 -0400
1837              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
1838      Branch: perl
1839            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
1840            ! pod/perltie.pod
1841 ____________________________________________________________________________
1842 [  9718] By: jhi                                   on 2001/04/16  03:22:52
1843         Log: Update Changes.
1844      Branch: perl
1845            ! Changes patchlevel.h
1846 ____________________________________________________________________________
1847 [  9717] By: jhi                                   on 2001/04/16  03:06:28
1848         Log: Regen toc.
1849      Branch: perl
1850            ! pod/perltoc.pod
1851 ____________________________________________________________________________
1852 [  9716] By: jhi                                   on 2001/04/16  02:58:42
1853         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
1854              From: Prymmer/Kahn <pvhp@best.com>
1855              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
1856              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
1857      Branch: perl
1858            ! utf8.c
1859 ____________________________________________________________________________
1860 [  9715] By: jhi                                   on 2001/04/15  23:40:35
1861         Log: Subject: Re: Net::Ping patch, adds stream protocol
1862              From: bronson@rinspin.com (Scott Bronson)
1863              Date: Tue, 10 Apr 2001 23:58:33 -0700
1864              Message-ID: <20010410235833.N29719@rinspin.com>
1865      Branch: perl
1866            ! lib/Net/Ping.pm
1867 ____________________________________________________________________________
1868 [  9714] By: jhi                                   on 2001/04/15  23:31:46
1869         Log: Printing out the ok messages helps successful testing.
1870      Branch: perl
1871            ! t/lib/time-hires.t
1872 ____________________________________________________________________________
1873 [  9713] By: jhi                                   on 2001/04/15  21:43:24
1874         Log: Update Douglas Wegscheid's email.
1875      Branch: perl
1876            ! AUTHORS
1877 ____________________________________________________________________________
1878 [  9712] By: jhi                                   on 2001/04/15  21:40:41
1879         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
1880              From: Michael G Schwern <schwern@pobox.com>
1881              Date: Sat, 14 Apr 2001 22:40:50 +0100
1882              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
1883      Branch: perl
1884            + t/lib/exporter.t
1885            ! MANIFEST lib/Exporter/Heavy.pm
1886 ____________________________________________________________________________
1887 [  9711] By: jhi                                   on 2001/04/15  21:39:21
1888         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
1889              From: Michael G Schwern <schwern@pobox.com>
1890              Date: Sat, 14 Apr 2001 22:13:59 +0100
1891              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
1892      Branch: perl
1893            ! t/op/loopctl.t
1894 ____________________________________________________________________________
1895 [  9710] By: jhi                                   on 2001/04/15  21:30:19
1896         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
1897              From: Michael G Schwern <schwern@pobox.com>
1898              Date: Sat, 14 Apr 2001 22:05:32 +0100
1899              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
1900      Branch: perl
1901            ! t/pragma/warnings.t
1902 ____________________________________________________________________________
1903 [  9709] By: jhi                                   on 2001/04/15  19:34:09
1904         Log: Integrate changes #9706,9707 from maintperl into mainline.
1905              
1906              change#7210 broke .packlist generation
1907              
1908              ExtUtils::Installed doesn't quote regex metacharacters in paths
1909              before using them in match; also make it work for dosish platforms
1910      Branch: perl
1911           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1912 ____________________________________________________________________________
1913 [  9708] By: jhi                                   on 2001/04/15  19:31:01
1914         Log: Test also the scalar aspect of getitimer().
1915      Branch: perl
1916            ! t/lib/time-hires.t
1917 ____________________________________________________________________________
1918 [  9707] By: gsar                                  on 2001/04/15  17:24:20
1919         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
1920              before using them in match; also make it work for dosish platforms
1921      Branch: maint-5.6/perl
1922            ! lib/ExtUtils/Installed.pm
1923 ____________________________________________________________________________
1924 [  9706] By: gsar                                  on 2001/04/15  17:21:59
1925         Log: change#7210 broke .packlist generation (listed only filename
1926              rather than fully qualified path name)
1927      Branch: maint-5.6/perl
1928            ! lib/ExtUtils/Install.pm
1929 ____________________________________________________________________________
1930 [  9705] By: jhi                                   on 2001/04/15  12:36:33
1931         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
1932      Branch: perl
1933            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
1934            ! t/lib/time-hires.t
1935 ____________________________________________________________________________
1936 [  9704] By: jhi                                   on 2001/04/15  10:49:08
1937         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
1938              From: Prymmer/Kahn <pvhp@best.com>
1939              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
1940              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
1941      Branch: perl
1942            ! lib/utf8.pm pod/perlebcdic.pod
1943 ____________________________________________________________________________
1944 [  9703] By: jhi                                   on 2001/04/15  02:26:26
1945         Log: I keep forgetting to sort MANIFEST.
1946      Branch: perl
1947            ! MANIFEST
1948 ____________________________________________________________________________
1949 [  9702] By: jhi                                   on 2001/04/15  02:07:47
1950         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
1951              Now we have blessed, reftype, tainted, first, reduce, ...
1952      Branch: perl
1953            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
1954            + ext/List/Util/README ext/List/Util/Util.xs
1955            + ext/List/Util/lib/List/Util.pm
1956            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
1957            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
1958            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
1959            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
1960            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
1961            ! MANIFEST
1962 ____________________________________________________________________________
1963 [  9701] By: jhi                                   on 2001/04/14  15:05:25
1964         Log: Subject: RE: dprofpp.pl updates 
1965              From: Carl Eklof <CEklof@endeca.com>
1966              Date: Thu, 12 Apr 2001 18:45:46 -0400
1967              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
1968      Branch: perl
1969            ! utils/dprofpp.PL
1970 ____________________________________________________________________________
1971 [  9700] By: jhi                                   on 2001/04/14  14:44:55
1972         Log: Do not just blindly add CR.
1973      Branch: perl
1974            ! Porting/makerel
1975 ____________________________________________________________________________
1976 [  9699] By: jhi                                   on 2001/04/13  13:17:01
1977         Log: Update Changes.
1978      Branch: perl
1979            ! Changes patchlevel.h
1980 ____________________________________________________________________________
1981 [  9698] By: jhi                                   on 2001/04/13  12:44:48
1982         Log: Integrate perlio.
1983      Branch: perl
1984           !> ext/PerlIO/Scalar/Scalar.xs
1985 ____________________________________________________________________________
1986 [  9697] By: jhi                                   on 2001/04/13  12:29:15
1987         Log: Add more debug output to the test.
1988      Branch: perl
1989            ! t/lib/cwd.t
1990 ____________________________________________________________________________
1991 [  9696] By: nick                                  on 2001/04/13  10:14:29
1992         Log: Fix core dump on binmode($fh,'Scalar')
1993      Branch: perlio
1994            ! ext/PerlIO/Scalar/Scalar.xs
1995 ____________________________________________________________________________
1996 [  9695] By: nick                                  on 2001/04/13  09:05:42
1997         Log: Integrate mainline
1998      Branch: perlio
1999           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2000           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
2001           +> t/lib/time-hires.t
2002           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
2003           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
2004           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2005           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
2006           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
2007           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
2008           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
2009 ____________________________________________________________________________
2010 [  9694] By: jhi                                   on 2001/04/12  22:23:35
2011         Log: Integrate change #9693 from maintperl into mainline.
2012              
2013              $VERSION and Version() on the same line provokes a warning from
2014              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
2015      Branch: perl
2016           !> lib/Devel/SelfStubber.pm
2017 ____________________________________________________________________________
2018 [  9693] By: gsar                                  on 2001/04/12  21:55:56
2019         Log: $VERSION and Version() on the same line provokes a warning from
2020              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
2021      Branch: maint-5.6/perl
2022            ! lib/Devel/SelfStubber.pm
2023 ____________________________________________________________________________
2024 [  9692] By: jhi                                   on 2001/04/12  13:54:00
2025         Log: This is at least 5.005.
2026      Branch: perl
2027            ! ext/Time/HiRes/HiRes.xs
2028 ____________________________________________________________________________
2029 [  9691] By: jhi                                   on 2001/04/12  13:37:20
2030         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
2031      Branch: perl
2032            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
2033            ! win32/Makefile win32/makefile.mk
2034 ____________________________________________________________________________
2035 [  9690] By: jhi                                   on 2001/04/12  01:34:46
2036         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
2037      Branch: perl
2038            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2039            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
2040            + t/lib/time-hires.t
2041            ! MANIFEST
2042 ____________________________________________________________________________
2043 [  9689] By: jhi                                   on 2001/04/12  00:28:39
2044         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
2045              From: Gisle Aas <gisle@ActiveState.com>
2046              Date: 11 Apr 2001 16:36:11 -0700
2047              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
2048      Branch: perl
2049            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
2050 ____________________________________________________________________________
2051 [  9688] By: jhi                                   on 2001/04/12  00:27:39
2052         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
2053              From: Gisle Aas <gisle@ActiveState.com>
2054              Date: 11 Apr 2001 11:13:24 -0700
2055              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
2056      Branch: perl
2057            ! ext/MIME/Base64/Base64.xs
2058 ____________________________________________________________________________
2059 [  9687] By: jhi                                   on 2001/04/11  19:51:47
2060         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
2061      Branch: perl
2062            ! Todo-5.6
2063 ____________________________________________________________________________
2064 [  9686] By: jhi                                   on 2001/04/11  16:54:25
2065         Log: Subject: [PATCH opcode.pl] Documentation of table format
2066              From: Simon Cozens <simon@netthink.co.uk>
2067              Date: Wed, 11 Apr 2001 12:59:31 +0100
2068              Message-ID: <20010411125931.A25681@netthink.co.uk>
2069      Branch: perl
2070            ! opcode.pl
2071 ____________________________________________________________________________
2072 [  9685] By: jhi                                   on 2001/04/11  16:53:15
2073         Log: Subject: [PATCH] prototype("CORE::recv")
2074              From: Simon Cozens <simon@netthink.co.uk>
2075              Date: Wed, 11 Apr 2001 13:24:35 +0100
2076              Message-ID: <20010411132435.A26169@netthink.co.uk>
2077      Branch: perl
2078            ! pp.c t/comp/proto.t
2079 ____________________________________________________________________________
2080 [  9684] By: jhi                                   on 2001/04/11  16:47:13
2081         Log: FAQ (and AUTHORS) update from Dan Carson: the information
2082              was several years obsolete, Term::Readkey has been updated
2083              to have the functionality.
2084      Branch: perl
2085            ! AUTHORS pod/perlfaq5.pod
2086 ____________________________________________________________________________
2087 [  9683] By: jhi                                   on 2001/04/11  12:15:46
2088         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
2089              From: Calle Dybedahl <calle@lysator.liu.se>
2090              Date: 10 Apr 2001 16:44:16 +0200
2091              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
2092      Branch: perl
2093            ! ext/MIME/Base64/Base64.xs
2094 ____________________________________________________________________________
2095 [  9682] By: jhi                                   on 2001/04/11  12:12:26
2096         Log: A more minimal fix for 20010410.006 from Hugo.
2097      Branch: perl
2098            ! regexec.c
2099 ____________________________________________________________________________
2100 [  9681] By: jhi                                   on 2001/04/11  11:34:23
2101         Log: Integrate changes #9678,9679 from maintline into mainperl.
2102              
2103              addendum to change#9676
2104              
2105              up $File::Glob::VERSION; add a note pointing out the version of
2106              the OpenBSD glob bsd_glob.c resembles
2107      Branch: perl
2108           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2109           !> ext/File/Glob/bsd_glob.h
2110 ____________________________________________________________________________
2111 [  9680] By: jhi                                   on 2001/04/11  11:30:38
2112         Log: Bad test numbering in integrate in #9677.
2113              Fixes ID 20010411.001.
2114      Branch: perl
2115            ! t/op/pat.t
2116 ____________________________________________________________________________
2117 [  9679] By: gsar                                  on 2001/04/11  03:38:40
2118         Log: up $File::Glob::VERSION; add a note pointing out the version of
2119              the OpenBSD glob bsd_glob.c resembles
2120      Branch: maint-5.6/perl
2121            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2122            ! ext/File/Glob/bsd_glob.h
2123 ____________________________________________________________________________
2124 [  9678] By: gsar                                  on 2001/04/11  03:09:48
2125         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
2126              revision 1.8.10.1 found here:
2127              
2128              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
2129      Branch: maint-5.6/perl
2130            ! ext/File/Glob/bsd_glob.c
2131 ____________________________________________________________________________
2132 [  9677] By: jhi                                   on 2001/04/11  02:54:39
2133         Log: Integrate changes #9675,9676 from maintperl into mainline.
2134              
2135              fix for bug 20010410.006, undo change#7115
2136              
2137              port the OpenBSD glob() security patch
2138      Branch: perl
2139           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
2140           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
2141           !> t/op/pat.t
2142 ____________________________________________________________________________
2143 [  9676] By: gsar                                  on 2001/04/11  02:19:02
2144         Log: port the glob() security patch found at:
2145              
2146              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
2147              
2148              CERT advisory for the issue is here:
2149              
2150              http://www.cert.org/advisories/CA-2001-07.html
2151              
2152              Note that the security scare is only relevant for those who are
2153              foolish enough to build suidperl (which is now officially discouraged)
2154      Branch: maint-5.6/perl
2155            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
2156            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
2157 ____________________________________________________________________________
2158 [  9675] By: gsar                                  on 2001/04/10  23:52:11
2159         Log: fix for bug 20010410.006
2160              
2161              undo change#7115 (came into maint-5.6 as change#8156)
2162              
2163              add tests to keep it from coming back
2164      Branch: maint-5.6/perl
2165            ! regexec.c t/op/pat.t
2166 ____________________________________________________________________________
2167 [  9674] By: nick                                  on 2001/04/10  20:39:31
2168         Log: Integrate mainline
2169      Branch: perlio
2170           +> Porting/testall.atom
2171           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
2172           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
2173           !> t/lib/lc-uk.t t/pod/find.t
2174 ____________________________________________________________________________
2175 [  9673] By: nick                                  on 2001/04/10  18:46:14
2176         Log: Integrate against change 9670 aka perl-5.7.1
2177      Branch: perlio
2178           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
2179           !> (integrate 53 files)
2180 ____________________________________________________________________________
2181 [  9672] By: jhi                                   on 2001/04/10  13:45:01
2182         Log: Add a script for doing cumulative profile of the test suite.
2183              (Requires ATOM, that is, Tru64.)
2184      Branch: perl
2185            + Porting/testall.atom
2186            ! MANIFEST
2187 ____________________________________________________________________________
2188 [  9671] By: jhi                                   on 2001/04/10  12:38:53
2189         Log: Missing std block.
2190      Branch: perl
2191            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
2192            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
2193            ! t/pod/find.t
2194 ____________________________________________________________________________
2195 [  9670] By: jhi                                   on 2001/04/10  01:25:58
2196         Log: This is 5.7.1.
2197      Branch: perl
2198            ! patchlevel.h
2199 ____________________________________________________________________________
2200 [  9669] By: jhi                                   on 2001/04/10  01:09:14
2201         Log: Update Changes.
2202      Branch: perl
2203            ! Changes patchlevel.h
2204 ____________________________________________________________________________
2205 [  9668] By: jhi                                   on 2001/04/10  01:00:38
2206         Log: Regen toc.
2207      Branch: perl
2208            ! pod/perltoc.pod
2209 ____________________________________________________________________________
2210 [  9667] By: jhi                                   on 2001/04/10  00:52:16
2211         Log: Update perlhist.
2212      Branch: perl
2213            ! pod/perlhist.pod
2214 ____________________________________________________________________________
2215 [  9666] By: jhi                                   on 2001/04/09  23:38:59
2216         Log: Slight wording tweaks from Damian to #9658.
2217      Branch: perl
2218            ! pod/perlobj.pod
2219 ____________________________________________________________________________
2220 [  9665] By: jhi                                   on 2001/04/09  19:56:06
2221         Log: Subject: [PATCH perlutil.pod] Nit
2222              From: Simon Cozens <simon@netthink.co.uk>
2223              Date: Mon, 9 Apr 2001 20:29:44 +0100
2224              Message-ID: <20010409202944.A14796@the.earth.li>
2225      Branch: perl
2226            ! pod/perlutil.pod
2227 ____________________________________________________________________________
2228 [  9664] By: jhi                                   on 2001/04/09  19:54:42
2229         Log: Subject: Re: perl571delta.pod@9631
2230              From: Mike Guy <mjtg@cam.ac.uk>
2231              Date: Mon, 09 Apr 2001 18:09:14 +0100
2232              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
2233      Branch: perl
2234            ! pod/perl571delta.pod
2235 ____________________________________________________________________________
2236 [  9663] By: jhi                                   on 2001/04/09  13:43:35
2237         Log: Update Changes.
2238      Branch: perl
2239            ! Changes patchlevel.h
2240 ____________________________________________________________________________
2241 [  9662] By: jhi                                   on 2001/04/09  13:24:46
2242         Log: tweak tweak.
2243      Branch: perl
2244            ! AUTHORS pod/perl571delta.pod
2245 ____________________________________________________________________________
2246 [  9661] By: jhi                                   on 2001/04/09  13:15:13
2247         Log: Thinko in manual patch applying.
2248      Branch: perl
2249            ! sv.c
2250 ____________________________________________________________________________
2251 [  9660] By: jhi                                   on 2001/04/09  13:07:53
2252         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
2253              From: Robin Barker <rmb1@cise.npl.co.uk> 
2254              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
2255              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
2256              
2257              (This corrects the case where the "isn't numeric" string contains \0s
2258              and is longer than the temporary buffer, and contains \0 at the point
2259              the string would be truncated by "...".) 
2260      Branch: perl
2261            ! sv.c
2262 ____________________________________________________________________________
2263 [  9659] By: jhi                                   on 2001/04/09  12:57:41
2264         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
2265      Branch: perl
2266            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
2267            ! t/lib/cgi-function.t t/lib/cgi-html.t
2268 ____________________________________________________________________________
2269 [  9658] By: jhi                                   on 2001/04/09  12:48:47
2270         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
2271              From: Ilmari Karonen <iltzu@sci.fi>
2272              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
2273              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
2274              
2275              Rearrange and rewrite the Method Invocation section
2276              to explain the concepts in nicer order.
2277      Branch: perl
2278            ! pod/perlobj.pod
2279 ____________________________________________________________________________
2280 [  9657] By: jhi                                   on 2001/04/09  12:35:58
2281         Log: Upgrade to podlators 1.09, from Russ Allbery.
2282      Branch: perl
2283            ! lib/Pod/Man.pm lib/Pod/Text.pm
2284 ____________________________________________________________________________
2285 [  9656] By: jhi                                   on 2001/04/09  12:31:53
2286         Log: perl571delta.
2287      Branch: perl
2288            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
2289 ____________________________________________________________________________
2290 [  9655] By: jhi                                   on 2001/04/09  12:20:09
2291         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
2292              From: Prymmer/Kahn <pvhp@best.com>
2293              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
2294              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
2295      Branch: perl
2296            ! lib/utf8.pm pod/perlunicode.pod
2297 ____________________________________________________________________________
2298 [  9654] By: gsar                                  on 2001/04/09  03:38:33
2299         Log: here lies 5.6.1
2300      Branch: maint-5.6/perl
2301            ! Changes
2302 ____________________________________________________________________________
2303 [  9653] By: jhi                                   on 2001/04/09  03:25:24
2304         Log: Update perlhist.
2305      Branch: perl
2306            ! pod/perlhist.pod
2307 ____________________________________________________________________________
2308 [  9652] By: jhi                                   on 2001/04/09  03:18:49
2309         Log: perl571delta tweaking continues.
2310      Branch: perl
2311            ! pod/perl571delta.pod
2312 ____________________________________________________________________________
2313 [  9651] By: gsar                                  on 2001/04/09  03:11:19
2314         Log: update Changes, patchlevel.h &c.
2315      Branch: maint-5.6/perl
2316            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
2317            ! pod/perltoc.pod
2318 ____________________________________________________________________________
2319 [  9650] By: jhi                                   on 2001/04/09  02:40:24
2320         Log: Integrate the perlfork half of #9513 from maintperl into mainline
2321              (the perlunicode half is obsolete)
2322      Branch: perl
2323            ! pod/perlfork.pod
2324 ____________________________________________________________________________
2325 [  9649] By: gsar                                  on 2001/04/09  02:35:43
2326         Log: tweak perldelta as suggested by Jarkko
2327      Branch: maint-5.6/perl
2328            ! pod/perldelta.pod
2329 ____________________________________________________________________________
2330 [  9648] By: jhi                                   on 2001/04/09  02:13:04
2331         Log: Integrate change #9646 from maintperl into mainline.
2332              
2333              add note about ithreads and Thread.pm
2334      Branch: perl
2335           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
2336 ____________________________________________________________________________
2337 [  9647] By: jhi                                   on 2001/04/09  02:10:18
2338         Log: Bad assumption that shortsize == 2.
2339      Branch: perl
2340            ! t/lib/xs-typemap.t
2341 ____________________________________________________________________________
2342 [  9646] By: gsar                                  on 2001/04/09  00:48:04
2343         Log: add note about ithreads and Thread.pm (too many people are
2344              confused by the fact that Thread.pm is built and installed
2345              under non-5005threads but doesn't work)
2346      Branch: maint-5.6/perl
2347            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
2348 ____________________________________________________________________________
2349 [  9645] By: gsar                                  on 2001/04/09  00:19:03
2350         Log: update perldelta.pod for changes in 5.6.1
2351      Branch: maint-5.6/perl
2352            ! Changes pod/perldelta.pod
2353 ____________________________________________________________________________
2354 [  9644] By: jhi                                   on 2001/04/08  20:37:00
2355         Log: Integrate change #9639 from maintperl into mainline:
2356              on windows, many of the README.* pods were being copied to
2357              the wrong location
2358      Branch: perl
2359           !> win32/Makefile win32/makefile.mk
2360 ____________________________________________________________________________
2361 [  9643] By: jhi                                   on 2001/04/08  20:07:11
2362         Log: Integrate change #9624 from maintperl into mainline:
2363              the pod tests were not okay.  (t/pod/find.t changes ignored)
2364      Branch: perl
2365           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
2366           !> t/pod/include.t t/pod/included.t t/pod/lref.t
2367           !> t/pod/multiline_items.t t/pod/nested_items.t
2368           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
2369           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
2370 ____________________________________________________________________________
2371 [  9642] By: jhi                                   on 2001/04/08  19:57:17
2372         Log: Integrate change #9638 from maintperl into mainline:
2373              update to latest JPL from the anoncvs repository
2374      Branch: perl
2375           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
2376           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
2377           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
2378 ____________________________________________________________________________
2379 [  9641] By: jhi                                   on 2001/04/08  19:53:30
2380         Log: perl571delta updates.
2381      Branch: perl
2382            ! lib/Filter/Simple.pm pod/perl571delta.pod
2383 ____________________________________________________________________________
2384 [  9640] By: gsar                                  on 2001/04/08  19:20:46
2385         Log: integrate change#9634 from mainline
2386              
2387              Fix the perlmodlib generation (didn't understand separate .pod
2388              files; didn't understand -- as the name-thing separator).
2389              Update the CPAN mirrors list.
2390      Branch: maint-5.6/perl
2391            ! pod/perlmodlib.pod
2392           !> pod/perlmodlib.PL
2393 ____________________________________________________________________________
2394 [  9639] By: gsar                                  on 2001/04/08  18:57:31
2395         Log: on windows, many of the README.* pods were being copied to the wrong
2396              location
2397      Branch: maint-5.6/perl
2398            ! win32/Makefile win32/makefile.mk
2399 ____________________________________________________________________________
2400 [  9638] By: gsar                                  on 2001/04/08  18:38:25
2401         Log: update to latest JPL from the anoncvs repository
2402      Branch: maint-5.6/perl
2403            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
2404            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
2405            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
2406 ____________________________________________________________________________
2407 [  9637] By: jhi                                   on 2001/04/08  17:53:53
2408         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
2409      Branch: perl
2410            ! pod/perl571delta.pod
2411 ____________________________________________________________________________
2412 [  9636] By: jhi                                   on 2001/04/08  17:18:32
2413         Log: Regen toc.
2414      Branch: perl
2415            ! pod/perltoc.pod
2416 ____________________________________________________________________________
2417 [  9635] By: jhi                                   on 2001/04/08  17:16:33
2418         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
2419              From: "Craig A. Berry" <craigberry@mac.com>
2420              Date: Sun, 08 Apr 2001 12:30:16 -0500
2421              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
2422      Branch: perl
2423            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
2424 ____________________________________________________________________________
2425 [  9634] By: jhi                                   on 2001/04/08  17:09:19
2426         Log: Fix the perlmodlib generation (didn't understand separate .pod
2427              files; didn't understand -- as the name-thing separator).
2428              
2429              Update the CPAN mirrors list.
2430      Branch: perl
2431            ! pod/perlmodlib.PL pod/perlmodlib.pod
2432 ____________________________________________________________________________
2433 [  9633] By: jhi                                   on 2001/04/08  16:49:17
2434         Log: Sort MANIFEST.
2435      Branch: perl
2436            ! MANIFEST
2437 ____________________________________________________________________________
2438 [  9632] By: gsar                                  on 2001/04/08  16:36:06
2439         Log: add $Tie::RefHash::VERSION
2440      Branch: maint-5.6/perl
2441            ! lib/Tie/RefHash.pm
2442 ____________________________________________________________________________
2443 [  9631] By: jhi                                   on 2001/04/08  16:10:15
2444         Log: perl571delta updates based on p5p feedback; still needs
2445              lots of examples.
2446      Branch: perl
2447            ! pod/perl571delta.pod
2448 ____________________________________________________________________________
2449 [  9630] By: jhi                                   on 2001/04/08  15:59:13
2450         Log: Update the list of supported platforms to talk about 5.7.1
2451              (and 5.6.1)
2452      Branch: perl
2453            ! pod/perlport.pod
2454 ____________________________________________________________________________
2455 [  9629] By: jhi                                   on 2001/04/08  15:55:41
2456         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
2457              from maintperl into mainline: perlport updates.
2458      Branch: perl
2459            ! pod/perlport.pod
2460 ____________________________________________________________________________
2461 [  9628] By: jhi                                   on 2001/04/08  15:53:17
2462         Log: perlsolaris.pod copied to wrong directory.
2463      Branch: perl
2464            ! win32/makefile.mk
2465 ____________________________________________________________________________
2466 [  9627] By: jhi                                   on 2001/04/08  14:48:18
2467         Log: Subject: Typos in perl571delta.pod
2468              From: "Stephen P. Potter" <spp@spotter.yi.org>
2469              Date: Sat, 07 Apr 2001 20:37:05 -0400
2470              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
2471      Branch: perl
2472            ! pod/perl571delta.pod
2473 ____________________________________________________________________________
2474 [  9626] By: jhi                                   on 2001/04/08  14:39:04
2475         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
2476      Branch: perl
2477            ! gv.c
2478 ____________________________________________________________________________
2479 [  9625] By: nick                                  on 2001/04/08  10:14:23
2480         Log: Integrate mainline
2481      Branch: perlio
2482           +> pod/perl570delta.pod pod/perl571delta.pod
2483           !> (integrate 27 files)
2484 ____________________________________________________________________________
2485 [  9624] By: gsar                                  on 2001/04/08  06:08:17
2486         Log: test in t/pod/* were busted
2487              
2488              these tests are still not enabled in t/{harness,TEST}
2489      Branch: maint-5.6/perl
2490            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
2491            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
2492            ! t/pod/multiline_items.t t/pod/nested_items.t
2493            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
2494            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
2495 ____________________________________________________________________________
2496 [  9623] By: gsar                                  on 2001/04/08  03:37:01
2497         Log: integrate change#9470 from mainline
2498              
2499              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
2500      Branch: maint-5.6/perl
2501           !> ext/Socket/Socket.xs
2502 ____________________________________________________________________________
2503 [  9622] By: jhi                                   on 2001/04/07  22:40:47
2504         Log: Update Changes.
2505      Branch: perl
2506            ! Changes patchlevel.h
2507 ____________________________________________________________________________
2508 [  9621] By: jhi                                   on 2001/04/07  22:34:16
2509         Log: Update AUTHORS.
2510      Branch: perl
2511            ! AUTHORS
2512 ____________________________________________________________________________
2513 [  9620] By: jhi                                   on 2001/04/07  22:12:47
2514         Log: Forgot to bump the number of tests in #9164.
2515      Branch: perl
2516            ! t/op/array.t
2517 ____________________________________________________________________________
2518 [  9619] By: jhi                                   on 2001/04/07  22:09:50
2519         Log: Bump patchlevel to 5.7.1.
2520      Branch: perl
2521            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2522            ! config_h.SH patchlevel.h
2523 ____________________________________________________________________________
2524 [  9618] By: jhi                                   on 2001/04/07  22:02:41
2525         Log: Populate perl571delta.
2526      Branch: perl
2527            ! pod/perl571delta.pod
2528 ____________________________________________________________________________
2529 [  9617] By: jhi                                   on 2001/04/07  22:01:23
2530         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
2531              to forget it later; do not change patchlevel.h yet or regenerate
2532              Configure yet.
2533      Branch: perl
2534            ! epoc/config.sh win32/Makefile win32/config_H.bc
2535            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2536 ____________________________________________________________________________
2537 [  9616] By: jhi                                   on 2001/04/07  17:46:33
2538         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
2539      Branch: perl
2540            ! pod/perl571delta.pod
2541 ____________________________________________________________________________
2542 [  9615] By: jhi                                   on 2001/04/07  17:33:21
2543         Log: Change the toc configuration.
2544      Branch: perl
2545            ! pod/buildtoc.PL pod/perl.pod
2546 ____________________________________________________________________________
2547 [  9614] By: jhi                                   on 2001/04/07  17:29:47
2548         Log: Subject: PATCH: $[
2549              From: Robin Houston <robin@kitsite.com>
2550              Date: Fri, 6 Apr 2001 18:10:14 +0100
2551              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
2552      Branch: perl
2553            ! op.c t/op/array.t
2554 ____________________________________________________________________________
2555 [  9613] By: jhi                                   on 2001/04/07  17:28:26
2556         Log: Subject: [PATCH perl@9424] isn't numeric warning
2557              From: Robin Barker <rmb1@cise.npl.co.uk>
2558              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
2559              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
2560      Branch: perl
2561            ! sv.c t/pragma/warn/sv
2562 ____________________________________________________________________________
2563 [  9612] By: jhi                                   on 2001/04/07  17:26:45
2564         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
2565              From: Mike Guy <mjtg@cam.ac.uk>
2566              Date: Fri, 06 Apr 2001 12:47:06 +0100
2567              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
2568      Branch: perl
2569            ! dump.c t/lib/peek.t
2570 ____________________________________________________________________________
2571 [  9611] By: jhi                                   on 2001/04/07  17:21:35
2572         Log: Create perl571delta and seed it off with the perldelta changes
2573              since 5.7.0; remove those changes from perldelta and rename it
2574              as perl570delta; recreate perldelta but leave it almost empty.
2575      Branch: perl
2576            + pod/perl570delta.pod pod/perl571delta.pod
2577            ! MANIFEST pod/perldelta.pod
2578 ____________________________________________________________________________
2579 [  9610] By: jhi                                   on 2001/04/07  16:56:32
2580         Log: Denit.
2581      Branch: perl
2582            ! pod/perldelta.pod
2583 ____________________________________________________________________________
2584 [  9609] By: jhi                                   on 2001/04/07  16:38:32
2585         Log: Retract #9523: needs more thought.
2586      Branch: perl
2587            ! Makefile.SH
2588 ____________________________________________________________________________
2589 [  9608] By: jhi                                   on 2001/04/07  14:59:20
2590         Log: atmark() code cleanaup.
2591      Branch: perl
2592            ! ext/IO/IO.xs
2593 ____________________________________________________________________________
2594 [  9607] By: jhi                                   on 2001/04/07  14:48:14
2595         Log: Integrate change #9605 from maintperl into mainline.
2596              
2597              can't optimize away scope entry if tr/// is present
2598      Branch: perl
2599           !> op.c t/op/tr.t
2600 ____________________________________________________________________________
2601 [  9606] By: jhi                                   on 2001/04/07  14:43:59
2602         Log: Integrate perlio.
2603      Branch: perl
2604           +> win32/FindExt.pm
2605           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
2606           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
2607 ____________________________________________________________________________
2608 [  9605] By: gsar                                  on 2001/04/07  11:52:40
2609         Log: can't optimize away scope entry if tr/// is present
2610      Branch: maint-5.6/perl
2611            ! op.c t/op/tr.t
2612 ____________________________________________________________________________
2613 [  9604] By: nick                                  on 2001/04/07  11:39:45
2614         Log: Split out extension finding code from buildext.pl into FindExt.pm
2615              Use it to get Config.pm's idea of available extensions in line
2616              with what is built.
2617      Branch: perlio
2618            + win32/FindExt.pm
2619            ! MANIFEST win32/buildext.pl win32/config_sh.PL
2620            ! win32/makefile.mk
2621 ____________________________________________________________________________
2622 [  9603] By: nick                                  on 2001/04/07  09:11:38
2623         Log: Cleanup correction for failed :Via() layer, also set an error code.
2624      Branch: perlio
2625            ! ext/PerlIO/Via/Via.xs
2626 ____________________________________________________________________________
2627 [  9602] By: nick                                  on 2001/04/07  08:38:04
2628         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
2629              style. So don't use binmode() on the handles so that Win32 etc. see
2630              same sequence and produce same digests.
2631      Branch: perlio
2632            ! t/lib/md5-file.t
2633 ____________________________________________________________________________
2634 [  9601] By: nick                                  on 2001/04/07  08:36:26
2635         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
2636              Else it complains and so crlf layer (say) does not get pushed.
2637      Branch: perlio
2638            ! perlio.c
2639 ____________________________________________________________________________
2640 [  9600] By: jhi                                   on 2001/04/06  23:00:09
2641         Log: Integrate change #9599 from perlio into mainline.
2642      Branch: perl
2643           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
2644           !> win32/config_H.vc
2645 ____________________________________________________________________________
2646 [  9599] By: nick                                  on 2001/04/06  21:42:43
2647         Log: Quote $VERSION in Encode.pm.
2648              regen_config_h as requested.
2649      Branch: perlio
2650            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
2651            ! win32/config_H.vc
2652 ____________________________________________________________________________
2653 [  9598] By: nick                                  on 2001/04/06  20:34:59
2654         Log: Integrate mainline
2655      Branch: perlio
2656           +> README.macos
2657           !> (integrate 39 files)
2658 ____________________________________________________________________________
2659 [  9597] By: gsar                                  on 2001/04/06  18:06:35
2660         Log: integrate change#9464 from mainline (addendum to change#8313)
2661              
2662              Subject: [PATCH @9452] Better peep()ing for foreach() loops
2663      Branch: maint-5.6/perl
2664           !> op.c
2665 ____________________________________________________________________________
2666 [  9596] By: jhi                                   on 2001/04/06  17:26:03
2667         Log: The d_casti32=undef is good for you even when not use64bitall.
2668      Branch: perl
2669            ! hints/hpux.sh
2670 ____________________________________________________________________________
2671 [  9595] By: gsar                                  on 2001/04/06  14:57:17
2672         Log: add a low-impact fix to accomodate darwin-ism
2673      Branch: maint-5.6/perl
2674            ! ext/Errno/Errno_pm.PL
2675 ____________________________________________________________________________
2676 [  9594] By: jhi                                   on 2001/04/06  14:55:14
2677         Log: Integrate changes #9528,9593 from mainline into maintperl;
2678              tweaking the editor/IDE/shell list.
2679      Branch: maint-5.6/perl
2680           !> pod/perlfaq3.pod
2681 ____________________________________________________________________________
2682 [  9593] By: jhi                                   on 2001/04/06  14:51:39
2683         Log: Make the editor/IDE/shell list a little bit airier.
2684      Branch: perl
2685            ! pod/perlfaq3.pod
2686 ____________________________________________________________________________
2687 [  9592] By: gsar                                  on 2001/04/06  14:45:18
2688         Log: integrate change#9477 from mainline (base.pm doc tweak)
2689              
2690              missing doc entry for fmod()
2691      Branch: maint-5.6/perl
2692            ! lib/Math/BigFloat.pm
2693           !> lib/base.pm
2694 ____________________________________________________________________________
2695 [  9591] By: jhi                                   on 2001/04/06  13:55:48
2696         Log: Regen toc.
2697      Branch: perl
2698            ! pod/perltoc.pod
2699 ____________________________________________________________________________
2700 [  9590] By: jhi                                   on 2001/04/06  13:54:52
2701         Log: Math::BigFloat patches from John Peacock.  The equivalent
2702              of #9586 from maintperl but reworked by John to work with
2703              the bleadperl.
2704      Branch: perl
2705            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2706 ____________________________________________________________________________
2707 [  9589] By: jhi                                   on 2001/04/06  13:42:23
2708         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
2709      Branch: perl
2710            ! ext/Digest/MD5/Makefile.PL
2711 ____________________________________________________________________________
2712 [  9588] By: jhi                                   on 2001/04/06  13:31:45
2713         Log: Integrate changes #9584,9587 from maintperl into mainline.
2714              
2715              keep eval"" CVs alive until the end of the statement in which
2716              they're called
2717              
2718              add README.macos (from Chris Nandor)
2719              
2720              tyop in change#9555
2721      Branch: perl
2722           +> README.macos
2723           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
2724           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
2725           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
2726           !> win32/makefile.mk
2727 ____________________________________________________________________________
2728 [  9587] By: gsar                                  on 2001/04/06  07:31:30
2729         Log: add README.macos (from Chris Nandor)
2730              
2731              tyop in change#9555
2732      Branch: maint-5.6/perl
2733            + README.macos
2734            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
2735            ! win32/Makefile win32/makefile.mk
2736 ____________________________________________________________________________
2737 [  9586] By: gsar                                  on 2001/04/06  07:08:54
2738         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
2739      Branch: maint-5.6/perl
2740            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2741 ____________________________________________________________________________
2742 [  9585] By: gsar                                  on 2001/04/06  06:58:44
2743         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
2744              from mainline
2745              
2746              Subject: [PATCH] Base64 update to perlfaq9.pod
2747              
2748              Subject: [PATCH AUTHORS] Housekeeping
2749              
2750              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
2751              Mac OS X (Darwin) has extra pwent fields.
2752              
2753              Subject: [PATCH B::*] print control-character vars readably
2754              Needs EBCDICification.
2755              
2756              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
2757              
2758              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
2759              
2760              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
2761              
2762              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
2763              
2764              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
2765              
2766              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
2767              
2768              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
2769              
2770              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
2771              
2772              FreeBSD hints tweak from Anton Berezin.
2773              
2774              Subject: [PATCH foolperl & bleadperl] README.vms update
2775              
2776              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
2777      Branch: maint-5.6/perl
2778           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
2779           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
2780           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
2781 ____________________________________________________________________________
2782 [  9584] By: gsar                                  on 2001/04/06  04:09:00
2783         Log: keep eval"" CVs alive until the end of the statement in which
2784              they're called; this avoids a coredump ensuing from search for
2785              lexicals in code such as:
2786              
2787              sub bug {
2788              my $s = @_;
2789              eval q[sub { eval 'sub { &$s }' }];
2790              }
2791              bug("x")->()->();
2792              
2793              this code still doesn't work as intended (as it has remained
2794              since time immemorial), but it doesn't provoke a coredump anymore
2795      Branch: maint-5.6/perl
2796            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2797            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
2798 ____________________________________________________________________________
2799 [  9583] By: jhi                                   on 2001/04/05  23:52:51
2800         Log: Update Changes.
2801      Branch: perl
2802            ! Changes patchlevel.h
2803 ____________________________________________________________________________
2804 [  9582] By: jhi                                   on 2001/04/05  23:11:23
2805         Log: Slight doc tweak.
2806      Branch: perl
2807            ! pod/perlunicode.pod
2808 ____________________________________________________________________________
2809 [  9581] By: jhi                                   on 2001/04/05  23:04:11
2810         Log: Integrate perlio.
2811      Branch: perl
2812           !> pod/perlunicode.pod
2813 ____________________________________________________________________________
2814 [  9580] By: jhi                                   on 2001/04/05  23:03:29
2815         Log: Test for #9579.
2816      Branch: perl
2817            ! t/op/do.t
2818 ____________________________________________________________________________
2819 [  9579] By: jhi                                   on 2001/04/05  22:54:17
2820         Log: Subject: [PATCH] Propagate calling context for do '...'
2821              From: Gisle Aas <gisle@ActiveState.com>
2822              Date: 04 Apr 2001 20:17:29 -0700
2823              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
2824      Branch: perl
2825            ! pod/perlfunc.pod pp_ctl.c
2826 ____________________________________________________________________________
2827 [  9578] By: jhi                                   on 2001/04/05  22:52:51
2828         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
2829              From: Peter Prymmer <pvhp@forte.com>
2830              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
2831              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
2832      Branch: perl
2833            ! README.vms
2834 ____________________________________________________________________________
2835 [  9577] By: jhi                                   on 2001/04/05  22:48:22
2836         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
2837              From: "Craig A. Berry" <craigberry@mac.com>
2838              Date: Thu, 5 Apr 2001 13:43:28 -0500
2839              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
2840      Branch: perl
2841            ! README.vms
2842 ____________________________________________________________________________
2843 [  9576] By: jhi                                   on 2001/04/05  22:31:38
2844         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
2845              From: Michael G Schwern <schwern@pobox.com>
2846              Date: Thu, 5 Apr 2001 21:53:21 +0100
2847              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
2848      Branch: perl
2849            ! lib/base.pm t/lib/fields.t
2850 ____________________________________________________________________________
2851 [  9575] By: jhi                                   on 2001/04/05  22:26:10
2852         Log: FreeBSD hints tweak from Anton Berezin.
2853      Branch: perl
2854            ! hints/freebsd.sh
2855 ____________________________________________________________________________
2856 [  9574] By: jhi                                   on 2001/04/05  22:24:03
2857         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
2858              From: David Dyck <dcd@tc.fluke.com>
2859              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
2860              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
2861      Branch: perl
2862            ! t/op/oct.t
2863 ____________________________________________________________________________
2864 [  9573] By: jhi                                   on 2001/04/05  22:23:06
2865         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
2866              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
2867              From: David Dyck <dcd@tc.fluke.com>
2868              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
2869      Branch: perl
2870            ! pp.c
2871 ____________________________________________________________________________
2872 [  9572] By: jhi                                   on 2001/04/05  22:14:47
2873         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
2874              From: Robin Houston <robin@kitsite.com>
2875              Date: Thu, 5 Apr 2001 20:56:48 +0100
2876              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
2877      Branch: perl
2878            ! ext/B/B/Deparse.pm
2879 ____________________________________________________________________________
2880 [  9571] By: jhi                                   on 2001/04/05  22:12:53
2881         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
2882              From: Robin Houston <robin@kitsite.com>
2883              Date: Thu, 5 Apr 2001 19:55:51 +0100
2884              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
2885      Branch: perl
2886            ! ext/B/B/Deparse.pm
2887 ____________________________________________________________________________
2888 [  9570] By: jhi                                   on 2001/04/05  22:11:06
2889         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
2890              From: Robin Houston <robin@kitsite.com>
2891              Date: Thu, 5 Apr 2001 20:16:29 +0100
2892              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
2893      Branch: perl
2894            ! ext/B/B/Deparse.pm
2895 ____________________________________________________________________________
2896 [  9569] By: nick                                  on 2001/04/05  21:32:26
2897         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
2898      Branch: perlio
2899            ! pod/perlunicode.pod
2900 ____________________________________________________________________________
2901 [  9568] By: nick                                  on 2001/04/05  19:38:09
2902         Log: Integrate mainline
2903      Branch: perlio
2904           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
2905           !> (integrate 35 files)
2906 ____________________________________________________________________________
2907 [  9567] By: jhi                                   on 2001/04/05  18:31:45
2908         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
2909              From: Robin Houston <robin@kitsite.com>
2910              Date: Thu, 5 Apr 2001 18:03:23 +0100
2911              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
2912      Branch: perl
2913            ! ext/B/B/Deparse.pm
2914 ____________________________________________________________________________
2915 [  9566] By: jhi                                   on 2001/04/05  18:29:35
2916         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
2917              From: Robin Houston <robin@kitsite.com>
2918              Date: Thu, 5 Apr 2001 16:45:18 +0100
2919              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
2920      Branch: perl
2921            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
2922 ____________________________________________________________________________
2923 [  9565] By: jhi                                   on 2001/04/05  18:24:23
2924         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
2925              From: Robin Houston <robin@kitsite.com>
2926              Date: Thu, 5 Apr 2001 14:50:09 +0100
2927              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
2928      Branch: perl
2929            ! ext/B/B/Deparse.pm
2930 ____________________________________________________________________________
2931 [  9564] By: jhi                                   on 2001/04/05  18:23:03
2932         Log: Subject: [PATCH B::*] print control-character vars readably
2933              From: Robin Houston <robin@kitsite.com>
2934              Date: Thu, 5 Apr 2001 14:27:38 +0100
2935              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
2936              
2937              Needs EBCDICification.
2938      Branch: perl
2939            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
2940            ! ext/B/B/Terse.pm
2941 ____________________________________________________________________________
2942 [  9563] By: jhi                                   on 2001/04/05  18:20:32
2943         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
2944              Date: Thu, 5 Apr 2001 13:21:42 -0400
2945              From: Paul Schinder <schinder@pobox.com>
2946              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
2947              
2948              Mac OS X (Darwin) has extra pwent fields.
2949      Branch: perl
2950            ! t/op/pwent.t
2951 ____________________________________________________________________________
2952 [  9562] By: jhi                                   on 2001/04/05  17:57:51
2953         Log: Regen toc.
2954      Branch: perl
2955            ! pod/perltoc.pod
2956 ____________________________________________________________________________
2957 [  9561] By: jhi                                   on 2001/04/05  17:47:33
2958         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
2959      Branch: metaconfig
2960            ! U/Glossary.patch
2961      Branch: metaconfig/U/perl
2962            + d_u32align.U
2963            ! d_cmsghdr_s.U d_msghdr_s.U
2964 ____________________________________________________________________________
2965 [  9560] By: jhi                                   on 2001/04/05  17:47:01
2966         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
2967              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
2968              Introduce probes for struct msghdr, struct cmsghdr,
2969              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
2970              ualarm, usleep, for possible later extension work.
2971      Branch: perl
2972            + t/lib/md5-align.t
2973            ! Configure MANIFEST Porting/Glossary Porting/config.sh
2974            ! Porting/config_H config_h.SH configure.com epoc/config.sh
2975            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
2976            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2977            ! vos/config.ga.h win32/config.bc win32/config.gc
2978            ! win32/config.vc
2979 ____________________________________________________________________________
2980 [  9559] By: jhi                                   on 2001/04/05  13:03:04
2981         Log: Be traditional in your cpp (for the Errno extension).
2982      Branch: perl
2983            ! hints/darwin.sh
2984 ____________________________________________________________________________
2985 [  9558] By: jhi                                   on 2001/04/05  13:00:05
2986         Log: Add $Config{cppflags} to the gcc incantation.
2987      Branch: perl
2988            ! ext/Errno/Errno_pm.PL
2989 ____________________________________________________________________________
2990 [  9557] By: jhi                                   on 2001/04/05  04:22:39
2991         Log: Introduce Sean Burke's Class::ISA 0.32.
2992      Branch: perl
2993            + lib/Class/ISA.pm t/lib/class-isa.t
2994            ! MANIFEST
2995 ____________________________________________________________________________
2996 [  9556] By: jhi                                   on 2001/04/05  04:09:50
2997         Log: Subject: [PATCH AUTHORS] Housekeeping
2998              From: Paul Johnson <paul@pjcj.net> 
2999              Date: Wed, 4 Apr 2001 22:45:47 +0200
3000              Message-ID: <20010404224547.D9548@pjcj.net>
3001      Branch: perl
3002            ! AUTHORS
3003 ____________________________________________________________________________
3004 [  9555] By: jhi                                   on 2001/04/05  04:06:33
3005         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
3006              From: Gisle Aas <gisle@ActiveState.com>
3007              Date: 04 Apr 2001 14:23:04 -0700
3008              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
3009      Branch: perl
3010            ! pod/perlfaq9.pod
3011 ____________________________________________________________________________
3012 [  9554] By: jhi                                   on 2001/04/05  04:05:49
3013         Log: Downgrade also the "Wide character" diagnostic.
3014      Branch: perl
3015            ! pod/perldiag.pod
3016 ____________________________________________________________________________
3017 [  9553] By: jhi                                   on 2001/04/05  04:00:33
3018         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
3019              maintperl into mainline.
3020              
3021              "double" should be "NV"; standard typemap is missing entry
3022              for NV
3023              
3024              s/djSP/dSP/
3025              
3026              Downgrade "Wide character in print" to a warning.
3027              
3028              B::Deparse fix for ${^FOO} and documentation for PVX() method
3029              (from Robin Houston)
3030              
3031              tr/// doesn't null-terminate the result in some situations
3032              (from Gisle Aas)
3033      Branch: perl
3034           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
3035           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
3036           !> t/io/utf8.t t/op/tr.t
3037 ____________________________________________________________________________
3038 [  9552] By: jhi                                   on 2001/04/05  03:52:50
3039         Log: Retract changes #9542 and #9538 (from maintperl, integrated
3040              at #9540), shouldn't be needed because of the perlio changes.
3041      Branch: perl
3042            ! util.c
3043 ____________________________________________________________________________
3044 [  9551] By: gsar                                  on 2001/04/05  00:18:34
3045         Log: tr/// doesn't null-terminate the result in some situations
3046              (from Gisle Aas)
3047      Branch: maint-5.6/perl
3048            ! doop.c t/op/tr.t
3049 ____________________________________________________________________________
3050 [  9550] By: gsar                                  on 2001/04/04  20:04:17
3051         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
3052              (from Robin Houston)
3053      Branch: maint-5.6/perl
3054            ! ext/B/B.pm ext/B/B/Deparse.pm
3055 ____________________________________________________________________________
3056 [  9549] By: nick                                  on 2001/04/04  18:56:15
3057         Log: Downgrade "Wide character in print" to a warning.
3058      Branch: perlio
3059            ! doio.c t/io/utf8.t
3060 ____________________________________________________________________________
3061 [  9548] By: gsar                                  on 2001/04/04  18:51:49
3062         Log: integrate changes#9460,9462,9482,9521,9522
3063              
3064              Subject: PATCH: B::Debug should show LOOP-specific fields
3065              
3066              Subject: B::Deparse precedence bug. (Patch included.)
3067              
3068              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
3069              
3070              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
3071              
3072              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
3073      Branch: maint-5.6/perl
3074           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
3075           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
3076 ____________________________________________________________________________
3077 [  9547] By: gsar                                  on 2001/04/04  18:49:16
3078         Log: s/djSP/dSP/
3079      Branch: maint-5.6/perl
3080            ! ext/Thread/Thread.xs
3081 ____________________________________________________________________________
3082 [  9546] By: nick                                  on 2001/04/04  18:44:00
3083         Log: Integrate mainline.
3084      Branch: perlio
3085           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
3086           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
3087 ____________________________________________________________________________
3088 [  9545] By: gsar                                  on 2001/04/04  18:38:52
3089         Log: integrate change#8837 from mainline
3090              
3091              Subject: [patch] -Wall cleanup round 2
3092      Branch: maint-5.6/perl
3093           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
3094           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
3095           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
3096           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
3097           !> ext/SDBM_File/SDBM_File.xs
3098 ____________________________________________________________________________
3099 [  9544] By: gsar                                  on 2001/04/04  17:49:57
3100         Log: "double" should be "NV"; standard typemap is missing entry
3101              for NV
3102      Branch: maint-5.6/perl
3103            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
3104 ____________________________________________________________________________
3105 [  9543] By: jhi                                   on 2001/04/04  14:13:18
3106         Log: Thou shalt not (just) match for English error messages.
3107      Branch: perl
3108            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
3109            ! os2/OS2/Process/Process.pm
3110 ____________________________________________________________________________
3111 [  9542] By: jhi                                   on 2001/04/04  13:20:39
3112         Log: Make the stdio tricks of fflush_all() to exist only if
3113              stdio is being used.
3114      Branch: perl
3115            ! util.c
3116 ____________________________________________________________________________
3117 [  9541] By: jhi                                   on 2001/04/04  04:20:24
3118         Log: Subject: Re: [PATCH] Lighten up glob
3119              From: Benjamin Sugars <bsugars@canoe.ca>
3120              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
3121              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
3122      Branch: perl
3123            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
3124            ! util.c
3125 ____________________________________________________________________________
3126 [  9540] By: jhi                                   on 2001/04/04  04:03:57
3127         Log: Integrate changes #9538,9539 from maintperl into mainline.
3128              
3129              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
3130              for use with _fwalk() (fix for change#7705)
3131              
3132              another tweak needed for SunOS 4.1.x build (from Mike Guy)
3133              (cp -f is not portable)
3134      Branch: perl
3135           !> Makefile.SH util.c
3136 ____________________________________________________________________________
3137 [  9539] By: gsar                                  on 2001/04/04  03:01:14
3138         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
3139      Branch: maint-5.6/perl
3140            ! Makefile.SH
3141 ____________________________________________________________________________
3142 [  9538] By: gsar                                  on 2001/04/04  01:00:38
3143         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
3144              for use with _fwalk() (fix for change#7705)
3145      Branch: maint-5.6/perl
3146            ! util.c
3147 ____________________________________________________________________________
3148 [  9537] By: nick                                  on 2001/04/03  19:24:55
3149         Log: Integrate mainline
3150      Branch: perlio
3151           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
3152           +> lib/unicode/PropList.html
3153            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
3154           !> (integrate 69 files)
3155 ____________________________________________________________________________
3156 [  9536] By: jhi                                   on 2001/04/03  18:02:31
3157         Log: Integrate change #9533 from maintperl into mainline.
3158              
3159              better fix for change#9517 to accomodate UNC paths like
3160              \\server\share\foo, and paths with trailing backslash
3161              like c:\this\
3162      Branch: perl
3163           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
3164 ____________________________________________________________________________
3165 [  9535] By: jhi                                   on 2001/04/03  17:58:07
3166         Log: Change the push/unshift warning to be of class syntax, not misc.
3167      Branch: perl
3168            ! op.c pod/perldiag.pod t/pragma/warn/op
3169 ____________________________________________________________________________
3170 [  9534] By: jhi                                   on 2001/04/03  15:03:46
3171         Log: Change the push/unshift warning (#9532) to talk about "no values"
3172              instead of "no arguments".
3173      Branch: perl
3174            ! op.c pod/perldiag.pod t/pragma/warn/op
3175 ____________________________________________________________________________
3176 [  9533] By: gsar                                  on 2001/04/03  14:30:07
3177         Log: better fix for change#9517 to accomodate UNC paths like
3178              \\server\share\foo, and paths with trailing backslash
3179              like c:\this\
3180      Branch: maint-5.6/perl
3181            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
3182 ____________________________________________________________________________
3183 [  9532] By: jhi                                   on 2001/04/03  13:11:46
3184         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
3185              From: Robin Houston <robin@kitsite.com>
3186              Date: Mon, 2 Apr 2001 15:03:29 +0100
3187              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
3188      Branch: perl
3189            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
3190 ____________________________________________________________________________
3191 [  9531] By: jhi                                   on 2001/04/03  13:06:34
3192         Log: Integrate change #9530 from maintperl into mainline.
3193              
3194              accomodate VMS "mailbox overflow" quirk in testsuite (from
3195              Craig Berry)
3196      Branch: perl
3197           !> t/lib/socket.t
3198 ____________________________________________________________________________
3199 [  9530] By: gsar                                  on 2001/04/03  04:56:41
3200         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
3201              Craig Berry)
3202      Branch: maint-5.6/perl
3203            ! t/lib/socket.t
3204 ____________________________________________________________________________
3205 [  9529] By: jhi                                   on 2001/04/03  02:34:34
3206         Log: Update Changes.
3207      Branch: perl
3208            ! Changes patchlevel.h
3209 ____________________________________________________________________________
3210 [  9528] By: jhi                                   on 2001/04/03  01:27:57
3211         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
3212              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
3213              To: perl5-porters@perl.org
3214              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
3215      Branch: perl
3216            ! pod/perlfaq3.pod
3217 ____________________________________________________________________________
3218 [  9527] By: jhi                                   on 2001/04/03  01:22:09
3219         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
3220              From: Peter Prymmer <pvhp@forte.com>
3221              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
3222              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
3223      Branch: perl
3224            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
3225 ____________________________________________________________________________
3226 [  9526] By: jhi                                   on 2001/04/03  01:18:25
3227         Log: The metaconfig unit changes for #9525.
3228      Branch: metaconfig
3229            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
3230      Branch: metaconfig/U/perl
3231            ! use64bits.U
3232 ____________________________________________________________________________
3233 [  9525] By: jhi                                   on 2001/04/03  01:17:30
3234         Log: Configure sanity checks:
3235              * if use64bitall is attempted but pointers are only 32-bit,
3236              'downgrade' to use64bitint
3237              * if use64bitint is attempted but there's no quad type,
3238              forget about use64bitint (well, the default for it is 'n',
3239              the user can still override this)
3240              * if pointers are 64 bits, do not try to use Perl's malloc
3241      Branch: perl
3242            ! Configure
3243 ____________________________________________________________________________
3244 [  9524] By: gsar                                  on 2001/04/03  01:09:12
3245         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
3246      Branch: maint-5.6/perl
3247            ! pp_sys.c
3248 ____________________________________________________________________________
3249 [  9523] By: jhi                                   on 2001/04/03  00:02:31
3250         Log: (Retracted by #9609)
3251              
3252              Make it harder for parallel makes to enter 'test' before
3253              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
3254              should be unhappy enough, but sometimes parallel makes seem
3255              to sneak past both in Tru64 and AIX.)
3256      Branch: perl
3257            ! Makefile.SH
3258 ____________________________________________________________________________
3259 [  9522] By: jhi                                   on 2001/04/02  22:35:31
3260         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
3261              Date: Mon, 2 Apr 2001 22:54:10 +0100
3262              From: Robin Houston <robin@kitsite.com>
3263              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
3264      Branch: perl
3265            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
3266 ____________________________________________________________________________
3267 [  9521] By: jhi                                   on 2001/04/02  22:32:23
3268         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
3269              From: Robin Houston <robin@kitsite.com>
3270              Date: Mon, 2 Apr 2001 20:24:03 +0100
3271              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
3272      Branch: perl
3273            ! ext/B/B/Concise.pm
3274 ____________________________________________________________________________
3275 [  9520] By: jhi                                   on 2001/04/02  22:30:43
3276         Log: Subject: [PATCH] REALLY pedantic hv.h nit
3277              From: Simon Cozens <simon@netthink.co.uk>
3278              Date: Mon, 2 Apr 2001 15:43:06 +0100
3279              Message-ID: <20010402154306.A21711@netthink.co.uk>
3280      Branch: perl
3281            ! hv.h
3282 ____________________________________________________________________________
3283 [  9519] By: jhi                                   on 2001/04/02  22:28:04
3284         Log: Based on
3285              
3286              Subject: [foolperl] EPOC fix
3287              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3288              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
3289              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
3290      Branch: perl
3291            ! pp_sys.c
3292 ____________________________________________________________________________
3293 [  9518] By: jhi                                   on 2001/04/02  22:22:34
3294         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
3295              
3296              README.win32 tweaks; add a note about alternative location for
3297              getting a gcc-2.95.2 that will build perl properly on windows
3298              
3299              add some notes about gutsy threading matters
3300              
3301              many of the utilities interpolate literal paths within doublequotes
3302              (fails on dosish platforms where path contains backslashes)
3303      Branch: perl
3304           !> README.win32 pod/perlguts.pod utils/perldoc.PL
3305           !> x2p/find2perl.PL x2p/s2p.PL
3306 ____________________________________________________________________________
3307 [  9517] By: gsar                                  on 2001/04/02  19:52:21
3308         Log: many of the utilities interpolate literal paths within doublequotes
3309              (fails on dosish platforms where path contains backslashes)
3310      Branch: maint-5.6/perl
3311            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
3312 ____________________________________________________________________________
3313 [  9516] By: gsar                                  on 2001/04/02  05:49:37
3314         Log: a foolish release
3315      Branch: maint-5.6/perl
3316            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
3317            ! pod/perltoc.pod
3318 ____________________________________________________________________________
3319 [  9515] By: gsar                                  on 2001/04/02  05:04:29
3320         Log: add missing changelog summaries
3321      Branch: maint-5.6/perl
3322            ! Changes
3323 ____________________________________________________________________________
3324 [  9514] By: gsar                                  on 2001/04/02  04:07:13
3325         Log: add some notes about gutsy threading matters
3326      Branch: maint-5.6/perl
3327            ! pod/perlguts.pod
3328 ____________________________________________________________________________
3329 [  9513] By: gsar                                  on 2001/04/02  03:25:21
3330         Log: add more prominent caveat notices about experimental features
3331      Branch: maint-5.6/perl
3332            ! pod/perlfork.pod pod/perlunicode.pod
3333 ____________________________________________________________________________
3334 [  9512] By: gsar                                  on 2001/04/02  02:54:33
3335         Log: integrate changes#9479,9509 from mainline
3336              
3337              [PATCH] File::Glob stuff for Mac OS
3338              
3339              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
3340      Branch: maint-5.6/perl
3341           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3342           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
3343           !> t/lib/glob-taint.t
3344 ____________________________________________________________________________
3345 [  9511] By: gsar                                  on 2001/04/02  02:38:24
3346         Log: README.win32 tweaks; add a note about alternative location for
3347              getting a gcc-2.95.2 that will build perl properly on windows
3348      Branch: maint-5.6/perl
3349            ! README.win32
3350 ____________________________________________________________________________
3351 [  9510] By: jhi                                   on 2001/04/01  20:45:10
3352         Log: An ambiguosity warning.
3353      Branch: perl
3354            ! t/lib/trig.t
3355 ____________________________________________________________________________
3356 [  9509] By: jhi                                   on 2001/04/01  19:53:47
3357         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
3358              From: Jonathan Stowe <gellyfish@gellyfish.com>
3359              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
3360              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
3361      Branch: perl
3362            ! ext/File/Glob/bsd_glob.c
3363 ____________________________________________________________________________
3364 [  9508] By: jhi                                   on 2001/04/01  19:35:03
3365         Log: Update Changes.
3366      Branch: perl
3367            ! Changes patchlevel.h
3368 ____________________________________________________________________________
3369 [  9507] By: jhi                                   on 2001/04/01  19:24:01
3370         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
3371              from mainline to maintperl: pod tweaks.
3372      Branch: maint-5.6/perl
3373           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
3374           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
3375           !> pod/perlvar.pod
3376 ____________________________________________________________________________
3377 [  9506] By: jhi                                   on 2001/04/01  19:11:53
3378         Log: Commit Sarathy to April release of 5.6.1 :-)
3379      Branch: perl
3380            ! pod/perlfaq1.pod
3381 ____________________________________________________________________________
3382 [  9505] By: jhi                                   on 2001/04/01  19:03:15
3383         Log: Subject: PATCH 5.6.0 (perldebug.pod)
3384              From: Mark-Jason Dominus <mjd@plover.com>
3385              Date: Sun, 01 Apr 2001 14:25:11 -0400
3386              Message-ID: <20010401182511.9247.qmail@plover.com>
3387      Branch: perl
3388            ! pod/perldebug.pod
3389 ____________________________________________________________________________
3390 [  9504] By: jhi                                   on 2001/04/01  18:43:09
3391         Log: Add great_circle_direction().
3392      Branch: perl
3393            ! lib/Math/Trig.pm t/lib/trig.t
3394 ____________________________________________________________________________
3395 [  9503] By: jhi                                   on 2001/04/01  17:29:12
3396         Log: Unicode ReadMe update for Unicode 3.1.
3397      Branch: perl
3398            ! lib/unicode/ReadMe.txt
3399 ____________________________________________________________________________
3400 [  9502] By: jhi                                   on 2001/04/01  17:18:40
3401         Log: Integrate change #9501 from maintperl into mainline.
3402              
3403              fix the perlembed notes on multiple interpreters
3404              
3405              fix ExtUtils::Embed to work passably on Windows
3406      Branch: perl
3407           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
3408 ____________________________________________________________________________
3409 [  9501] By: gsar                                  on 2001/04/01  07:21:57
3410         Log: fix the perlembed notes on multiple interpreters
3411              
3412              fix ExtUtils::Embed to work passably on Windows
3413      Branch: maint-5.6/perl
3414            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
3415 ____________________________________________________________________________
3416 [  9500] By: jhi                                   on 2001/04/01  05:58:23
3417         Log: Test for #9499.
3418      Branch: perl
3419            ! t/op/tr.t
3420 ____________________________________________________________________________
3421 [  9499] By: jhi                                   on 2001/04/01  05:55:46
3422         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
3423      Branch: perl
3424            ! embed.h embed.pl op.c proto.h
3425 ____________________________________________________________________________
3426 [  9498] By: jhi                                   on 2001/04/01  05:44:34
3427         Log: Protect the workaround hunk more.
3428      Branch: perl
3429            ! toke.c
3430 ____________________________________________________________________________
3431 [  9497] By: jhi                                   on 2001/04/01  00:24:25
3432         Log: Integrate changes #9493,9494,9495,9496 from maintperl
3433              into mainline.
3434              
3435              fix a broken workaround for Borland compiler in change#4739
3436              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
3437              
3438              nits spotted by Borland compiler
3439              
3440              avoid redefinition warnings under Borland 5.02
3441              
3442              various nits identified by the Borland 5.5 compiler; remove suppression
3443              of a few warnings
3444      Branch: perl
3445           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
3446           !> win32/win32.h
3447 ____________________________________________________________________________
3448 [  9496] By: gsar                                  on 2001/03/31  23:22:28
3449         Log: various nits identified by the Borland 5.5 compiler; remove suppression
3450              of a few warnings
3451      Branch: maint-5.6/perl
3452            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
3453 ____________________________________________________________________________
3454 [  9495] By: gsar                                  on 2001/03/31  21:03:08
3455         Log: avoid redefinition warnings under Borland 5.02
3456      Branch: maint-5.6/perl
3457            ! win32/makefile.mk
3458 ____________________________________________________________________________
3459 [  9494] By: gsar                                  on 2001/03/31  20:18:59
3460         Log: nits spotted by Borland compiler
3461      Branch: maint-5.6/perl
3462            ! utf8.h win32/win32.h
3463 ____________________________________________________________________________
3464 [  9493] By: gsar                                  on 2001/03/31  20:18:05
3465         Log: fix a broken workaround for Borland compiler in change#4739
3466              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
3467      Branch: maint-5.6/perl
3468            ! toke.c
3469 ____________________________________________________________________________
3470 [  9492] By: jhi                                   on 2001/03/31  18:36:24
3471         Log: Integrate change #9491 from maintperl into mainline.
3472              
3473              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
3474              directory is relative (need to fetch the full path name *before*
3475              the chdir!)
3476      Branch: perl
3477           !> lib/Cwd.pm
3478 ____________________________________________________________________________
3479 [  9491] By: gsar                                  on 2001/03/31  17:01:56
3480         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
3481              directory is relative (need to fetch the full path name *before*
3482              the chdir!)
3483              
3484              this is a followup patch for change#6749
3485      Branch: maint-5.6/perl
3486            ! lib/Cwd.pm
3487 ____________________________________________________________________________
3488 [  9490] By: jhi                                   on 2001/03/31  15:50:18
3489         Log: Subject: Re: [PATCH] av.h cosmetics
3490              From: Simon Cozens <simon@netthink.co.uk>
3491              Date: Sat, 31 Mar 2001 13:09:59 +0100
3492              Message-ID: <20010331130959.A22000@netthink.co.uk>
3493              
3494              Document AvALLOC.
3495      Branch: perl
3496            ! pod/perlguts.pod
3497 ____________________________________________________________________________
3498 [  9489] By: jhi                                   on 2001/03/31  15:48:44
3499         Log: Subject: [PATCH] Re: Math::Big* v1.21
3500              From: Tels <perl_dummy@bloodgate.com>
3501              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
3502              Message-Id: <200103311125.GAA377738@www08.hway.net>
3503      Branch: perl
3504            ! pod/perlop.pod
3505 ____________________________________________________________________________
3506 [  9488] By: jhi                                   on 2001/03/31  03:39:51
3507         Log: Debug output tweak.
3508      Branch: perl
3509            ! t/lib/cwd.t
3510 ____________________________________________________________________________
3511 [  9487] By: jhi                                   on 2001/03/31  03:33:02
3512         Log: OverVMSification.
3513      Branch: perl
3514            ! t/lib/cwd.t
3515 ____________________________________________________________________________
3516 [  9486] By: jhi                                   on 2001/03/31  03:01:40
3517         Log: Missed MANIFESTations in #9483.
3518      Branch: perl
3519            ! MANIFEST
3520 ____________________________________________________________________________
3521 [  9485] By: jhi                                   on 2001/03/31  02:58:17
3522         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
3523              From: Peter Prymmer <pvhp@forte.com>
3524              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
3525              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
3526      Branch: perl
3527            ! regexec.c t/lib/cwd.t
3528 ____________________________________________________________________________
3529 [  9484] By: jhi                                   on 2001/03/31  01:04:41
3530         Log: Obsolete file (see #3938)
3531      Branch: perl
3532            - lib/unicode/README.Ethiopic
3533            ! MANIFEST
3534 ____________________________________________________________________________
3535 [  9483] By: jhi                                   on 2001/03/31  00:52:42
3536         Log: Update to Unicode 3.1.
3537              (Rename Names.txt to NamesList.txt.)
3538      Branch: perl
3539            + lib/unicode/NamesList.txt lib/unicode/PropList.html
3540            - lib/unicode/Names.txt
3541            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
3542            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
3543            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
3544            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
3545            ! lib/unicode/UCD.html lib/unicode/Unicode.html
3546            ! lib/unicode/rename lib/unicode/version
3547 ____________________________________________________________________________
3548 [  9482] By: jhi                                   on 2001/03/30  23:33:44
3549         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
3550              From: Robin Houston <robin@kitsite.com>
3551              Date: Fri, 30 Mar 2001 20:07:22 +0100
3552              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
3553      Branch: perl
3554            ! ext/B/B/Deparse.pm
3555 ____________________________________________________________________________
3556 [  9481] By: jhi                                   on 2001/03/30  23:20:25
3557         Log: Subject: Re: [PATCH] CwdXS, Take 2
3558              From: Benjamin Sugars <bsugars@canoe.ca>
3559              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
3560              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
3561      Branch: perl
3562            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
3563            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
3564 ____________________________________________________________________________
3565 [  9480] By: jhi                                   on 2001/03/30  22:52:38
3566         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
3567              From: David Dyck <dcd@tc.fluke.com>
3568              Date: Fri, 30 Mar 2001 14:44:13 -0800
3569              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
3570              
3571              The t/rantests flags file creation was accidentally
3572              removed by #9217.
3573      Branch: perl
3574            ! Makefile.SH
3575 ____________________________________________________________________________
3576 [  9479] By: jhi                                   on 2001/03/30  22:45:45
3577         Log: Subject: [PATCH] File::Glob stuff for Mac OS
3578              From: Chris Nandor <pudge@pobox.com>
3579              Date: Fri, 30 Mar 2001 16:51:00 -0500
3580              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
3581      Branch: perl
3582            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3583            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
3584            ! t/lib/glob-taint.t
3585 ____________________________________________________________________________
3586 [  9478] By: jhi                                   on 2001/03/30  22:43:12
3587         Log: Subject: fix for win32/buildext.pl
3588              From: "Vadim Konovalov" <watman@inbox.ru>
3589              Date: Sat, 31 Mar 2001 00:50:36 +0400
3590              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
3591      Branch: perl
3592            ! win32/buildext.pl
3593 ____________________________________________________________________________
3594 [  9477] By: jhi                                   on 2001/03/30  22:41:16
3595         Log: Subject: small base.pm doc patch
3596              From: Leon Brocard <acme@astray.com>
3597              Date: Fri, 30 Mar 2001 21:49:57 +0100
3598              Message-ID: <20010330214957.B8733@ns0.astray.com>
3599      Branch: perl
3600            ! lib/base.pm
3601 ____________________________________________________________________________
3602 [  9476] By: jhi                                   on 2001/03/30  18:16:57
3603         Log: Subject: [PATCH] av.h cosmetics
3604              From: Simon Cozens <simon@netthink.co.uk>
3605              Date: Fri, 30 Mar 2001 18:12:28 +0100
3606              Message-ID: <20010330181228.A9319@netthink.co.uk>
3607      Branch: perl
3608            ! av.h
3609 ____________________________________________________________________________
3610 [  9475] By: jhi                                   on 2001/03/30  18:15:50
3611         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
3612              From: "Philip Newton" <pnewton@gmx.de>
3613              Date: Fri, 30 Mar 2001 19:06:57 +0200
3614              Message-ID: <3AC4D951.14815.1AC7068@localhost>
3615      Branch: perl
3616            ! pod/perlhack.pod
3617 ____________________________________________________________________________
3618 [  9474] By: jhi                                   on 2001/03/30  18:14:02
3619         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
3620              From: Benjamin Sugars <bsugars@canoe.ca>
3621              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
3622              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
3623      Branch: perl
3624            ! t/lib/glob-basic.t
3625 ____________________________________________________________________________
3626 [  9473] By: jhi                                   on 2001/03/30  16:09:24
3627         Log: Update Changes.
3628      Branch: perl
3629            ! Changes patchlevel.h
3630 ____________________________________________________________________________
3631 [  9472] By: jhi                                   on 2001/03/30  15:16:08
3632         Log: Integrate perlio.
3633      Branch: perl
3634           !> t/lib/cwd.t t/lib/glob-basic.t
3635 ____________________________________________________________________________
3636 [  9471] By: nick                                  on 2001/03/30  14:47:10
3637         Log: Should be (^O eq 'MSWin32') not 'Win32'
3638              Fail #12 seems real - chdir is in wrong dir.
3639      Branch: perlio
3640            ! t/lib/cwd.t
3641 ____________________________________________________________________________
3642 [  9470] By: jhi                                   on 2001/03/30  14:41:11
3643         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
3644              From: Radu Greab <radu@netsoft.ro>
3645              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
3646              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
3647              
3648              Replace #9352.
3649      Branch: perl
3650            ! ext/Socket/Socket.xs pp_sys.c
3651 ____________________________________________________________________________
3652 [  9469] By: jhi                                   on 2001/03/30  14:37:51
3653         Log: Subject: PATCH pod/perldiag.pod
3654              From: Robin Houston <robin@kitsite.com>
3655              Date: Fri, 30 Mar 2001 14:10:36 +0100
3656              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
3657      Branch: perl
3658            ! pod/perldiag.pod t/lib/glob-basic.t
3659 ____________________________________________________________________________
3660 [  9468] By: jhi                                   on 2001/03/30  14:36:36
3661         Log: Subject: Better diagnostic in io/fs.t
3662              From: andreas.koenig@anima.de (Andreas J. Koenig)
3663              Date: 30 Mar 2001 10:11:43 +0200
3664              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
3665      Branch: perl
3666            ! t/io/fs.t
3667 ____________________________________________________________________________
3668 [  9467] By: nick                                  on 2001/03/30  14:25:43
3669         Log: Skip order test of glob if case-ignoring system cannot 
3670              create a.test and A.test
3671      Branch: perlio
3672            ! t/lib/glob-basic.t
3673 ____________________________________________________________________________
3674 [  9466] By: nick                                  on 2001/03/30  13:03:12
3675         Log: Integrate mainline.
3676      Branch: perlio
3677            - ext/re/hints/aix.pl
3678           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
3679           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
3680           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
3681           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
3682 ____________________________________________________________________________
3683 [  9465] By: jhi                                   on 2001/03/30  03:53:37
3684         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
3685              the tests sometimes hang, sometimes not.)
3686      Branch: perl
3687            ! t/lib/io_multihomed.t t/lib/io_sock.t
3688 ____________________________________________________________________________
3689 [  9464] By: jhi                                   on 2001/03/30  02:56:04
3690         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
3691              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3692              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
3693              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
3694      Branch: perl
3695            ! op.c
3696 ____________________________________________________________________________
3697 [  9463] By: jhi                                   on 2001/03/30  02:34:48
3698         Log: Test for #9462.
3699      Branch: perl
3700            ! t/lib/b.t
3701 ____________________________________________________________________________
3702 [  9462] By: jhi                                   on 2001/03/30  02:29:37
3703         Log: Subject: B::Deparse precedence bug. (Patch included.)
3704              From: Jeremy Madea <jmadea@inktomi.com>
3705              Date: Thu, 29 Mar 2001 12:05:02 -0800
3706              Message-ID: <20010329120502.A24881@dr.inktomi.com>
3707      Branch: perl
3708            ! ext/B/B/Deparse.pm
3709 ____________________________________________________________________________
3710 [  9461] By: jhi                                   on 2001/03/30  02:18:41
3711         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
3712              From: Peter Prymmer <pvhp@forte.com>
3713              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
3714              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
3715      Branch: perl
3716            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
3717            ! t/lib/md5-file.t
3718 ____________________________________________________________________________
3719 [  9460] By: jhi                                   on 2001/03/30  02:17:07
3720         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
3721              From: Robin Houston <robin@kitsite.com>
3722              Date: Thu, 29 Mar 2001 20:47:56 +0100
3723              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
3724      Branch: perl
3725            ! ext/B/B/Debug.pm
3726 ____________________________________________________________________________
3727 [  9459] By: jhi                                   on 2001/03/30  02:16:05
3728         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
3729              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
3730              Date: Wed, 28 Mar 2001 18:02:20 -0600
3731              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
3732      Branch: perl
3733            ! lib/ExtUtils/MM_VMS.pm
3734 ____________________________________________________________________________
3735 [  9458] By: jhi                                   on 2001/03/30  02:07:58
3736         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
3737              From: "Joshua E. Rodd" <jrodd@pbs.org>
3738              Date: Wed, 28 Mar 2001 17:29:12 -0500
3739              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
3740      Branch: perl
3741            ! pod/perlop.pod
3742 ____________________________________________________________________________
3743 [  9457] By: jhi                                   on 2001/03/30  02:04:33
3744         Log: Subject: ext/re/aix.pl can go
3745              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3746              Date: Thu, 29 Mar 2001 12:03:28 +0200
3747              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
3748      Branch: perl
3749            - ext/re/hints/aix.pl
3750            ! MANIFEST
3751 ____________________________________________________________________________
3752 [  9456] By: jhi                                   on 2001/03/30  02:03:32
3753         Log: Integrate perlio.
3754      Branch: perl
3755           !> ext/Encode/Encode.xs installperl
3756 ____________________________________________________________________________
3757 [  9455] By: nick                                  on 2001/03/29  21:11:46
3758         Log: DLL name has changed so installperl needs to know
3759              (Why isn't it working it out or passed it?)
3760      Branch: perlio
3761            ! installperl
3762 ____________________________________________________________________________
3763 [  9454] By: nick                                  on 2001/03/29  20:56:12
3764         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
3765              and we don't get undef warnings.
3766      Branch: perlio
3767            ! ext/Encode/Encode.xs
3768 ____________________________________________________________________________
3769 [  9453] By: nick                                  on 2001/03/29  17:58:48
3770         Log: Integrate mainline
3771      Branch: perlio
3772           !> Changes patchlevel.h
3773 ____________________________________________________________________________
3774 [  9452] By: jhi                                   on 2001/03/29  16:44:55
3775         Log: Update Changes.
3776      Branch: perl
3777            ! Changes patchlevel.h
3778 ____________________________________________________________________________
3779 [  9451] By: nick                                  on 2001/03/29  16:31:38
3780         Log: Integrate mainline
3781      Branch: perlio
3782           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
3783           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
3784           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
3785           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
3786           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
3787 ____________________________________________________________________________
3788 [  9450] By: jhi                                   on 2001/03/29  16:29:17
3789         Log: Integrate perlio.
3790      Branch: perl
3791           !> win32/buildext.pl
3792 ____________________________________________________________________________
3793 [  9449] By: jhi                                   on 2001/03/29  15:50:01
3794         Log: Update Changes.
3795      Branch: perl
3796            ! Changes patchlevel.h
3797 ____________________________________________________________________________
3798 [  9448] By: nick                                  on 2001/03/29  15:47:15
3799         Log: Make sure buildext.pl finds Errno.pm
3800      Branch: perlio
3801            ! win32/buildext.pl
3802 ____________________________________________________________________________
3803 [  9447] By: jhi                                   on 2001/03/29  15:39:34
3804         Log: Integrate perlio.
3805      Branch: perl
3806           !> win32/makefile.mk
3807 ____________________________________________________________________________
3808 [  9446] By: nick                                  on 2001/03/29  15:30:03
3809         Log: Integrate win32/makefile.mk with mainline.
3810      Branch: perlio
3811           !> win32/makefile.mk
3812 ____________________________________________________________________________
3813 [  9445] By: nick                                  on 2001/03/29  15:27:32
3814         Log: Fix breakage ... 
3815      Branch: perlio
3816            ! win32/makefile.mk
3817 ____________________________________________________________________________
3818 [  9444] By: jhi                                   on 2001/03/29  15:03:08
3819         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
3820              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3821              Date: Thu, 29 Mar 2001 10:32:59 +0400
3822              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
3823      Branch: perl
3824            ! win32/makefile.mk
3825 ____________________________________________________________________________
3826 [  9443] By: jhi                                   on 2001/03/29  15:02:12
3827         Log: Integrate perlio.
3828      Branch: perl
3829           +> win32/buildext.pl
3830           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
3831           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
3832 ____________________________________________________________________________
3833 [  9442] By: nick                                  on 2001/03/29  14:59:11
3834         Log: Work in progress - determine win32 extensions to build via script.
3835      Branch: perlio
3836            + win32/buildext.pl
3837            ! MANIFEST win32/makefile.mk
3838 ____________________________________________________________________________
3839 [  9441] By: jhi                                   on 2001/03/29  14:51:47
3840         Log: Reintroduce the use of external pwd.
3841      Branch: perl
3842            ! t/lib/cwd.t
3843 ____________________________________________________________________________
3844 [  9440] By: jhi                                   on 2001/03/29  14:42:58
3845         Log: use warnings instead of -w.
3846      Branch: perl
3847            ! utils/h2xs.PL
3848 ____________________________________________________________________________
3849 [  9439] By: jhi                                   on 2001/03/29  14:41:52
3850         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
3851              From: Jonathan Stowe <gellyfish@gellyfish.com>
3852              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
3853              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
3854      Branch: perl
3855            ! utils/h2xs.PL
3856 ____________________________________________________________________________
3857 [  9438] By: jhi                                   on 2001/03/29  14:39:38
3858         Log: Subject: [PATCH perl@9424] minor pod nits
3859              From: Robin Barker <rmb1@cise.npl.co.uk>
3860              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
3861              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
3862      Branch: perl
3863            ! pod/perlhack.pod pod/perliol.pod
3864 ____________________________________________________________________________
3865 [  9437] By: jhi                                   on 2001/03/29  14:29:16
3866         Log: Subject: [PATCH perl@9424] typemap cast warning
3867              From: Robin Barker <rmb1@cise.npl.co.uk>
3868              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
3869              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
3870      Branch: perl
3871            ! lib/ExtUtils/typemap
3872 ____________________________________________________________________________
3873 [  9436] By: jhi                                   on 2001/03/29  14:26:03
3874         Log: Subject: [PATCH perl@9424] printf warning
3875              From: Robin Barker <rmb1@cise.npl.co.uk>
3876              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
3877              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
3878      Branch: perl
3879            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
3880            ! ext/Storable/Storable.xs toke.c
3881 ____________________________________________________________________________
3882 [  9435] By: nick                                  on 2001/03/29  14:23:31
3883         Log: Win32 has name conflict with ERROR
3884      Branch: perlio
3885            ! ext/PerlIO/Via/Via.xs
3886 ____________________________________________________________________________
3887 [  9434] By: jhi                                   on 2001/03/29  14:17:48
3888         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
3889              From: Peter Prymmer <pvhp@forte.com>
3890              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
3891              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
3892      Branch: perl
3893            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
3894 ____________________________________________________________________________
3895 [  9433] By: jhi                                   on 2001/03/29  13:52:44
3896         Log: test-prep target was missing.
3897      Branch: perl
3898            ! Makefile.SH
3899 ____________________________________________________________________________
3900 [  9432] By: nick                                  on 2001/03/29  12:40:03
3901         Log: Make as-shipped compiler default to MSVC6 
3902      Branch: perlio
3903            ! win32/makefile.mk
3904 ____________________________________________________________________________
3905 [  9431] By: nick                                  on 2001/03/29  12:12:16
3906         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
3907              akin to PerlIO::Scalar.
3908      Branch: perlio
3909            ! perlio.c perlio.h
3910 ____________________________________________________________________________
3911 [  9430] By: nick                                  on 2001/03/29  10:56:35
3912         Log: Integrate mainline.
3913      Branch: perlio
3914           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
3915           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
3916           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
3917           !> win32/makefile.mk win32/win32sck.c
3918 ____________________________________________________________________________
3919 [  9429] By: nick                                  on 2001/03/29  09:03:43
3920         Log: Noticed that two tests were skipped as perlio:: package
3921              isn't there any more. Changed the skip condition.
3922              Avoid core-dump if sv_utf8_upgrade() called on something
3923              that does not become SvPOK after SvPV() (e.g. a ref).
3924      Branch: perlio
3925            ! sv.c t/io/utf8.t t/lib/io_scalar.t
3926 ____________________________________________________________________________
3927 [  9428] By: jhi                                   on 2001/03/29  01:31:47
3928         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
3929              From: Benjamin Sugars <bsugars@canoe.ca> 
3930              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
3931              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
3932      Branch: perl
3933            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
3934            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
3935            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
3936 ____________________________________________________________________________
3937 [  9427] By: jhi                                   on 2001/03/29  00:49:30
3938         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
3939              From: "Vadim Konovalov" <watman@inbox.ru>
3940              Date: Thu, 29 Mar 2001 01:50:12 +0400
3941              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
3942      Branch: perl
3943            ! win32/makefile.mk win32/win32sck.c
3944 ____________________________________________________________________________
3945 [  9426] By: gsar                                  on 2001/03/29  00:28:04
3946         Log: dmake can only handle == and != in comparisons; support building
3947              with Borland's VCL libraries (from Vadim Konovalov)
3948      Branch: maint-5.6/perl
3949            ! win32/makefile.mk
3950 ____________________________________________________________________________
3951 [  9425] By: nick                                  on 2001/03/28  19:29:56
3952         Log: Integrate (@snapshot)
3953      Branch: perlio
3954           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
3955 ____________________________________________________________________________
3956 [  9424] By: jhi                                   on 2001/03/28  19:03:16
3957         Log: Update Changes.
3958      Branch: perl
3959            ! Changes patchlevel.h
3960 ____________________________________________________________________________
3961 [  9423] By: jhi                                   on 2001/03/28  18:52:09
3962         Log: Rmdir lib/XS on cleanup.
3963      Branch: perl
3964            ! Makefile.SH
3965 ____________________________________________________________________________
3966 [  9422] By: jhi                                   on 2001/03/28  18:49:34
3967         Log: Integrate perlio.
3968      Branch: perl
3969           !> t/op/utf8decode.t
3970 ____________________________________________________________________________
3971 [  9421] By: nick                                  on 2001/03/28  18:46:44
3972         Log: Loose duplicate chunk.
3973      Branch: perlio
3974            ! t/op/utf8decode.t
3975 ____________________________________________________________________________
3976 [  9420] By: nick                                  on 2001/03/28  18:44:11
3977         Log: Integrate mainline.
3978      Branch: perlio
3979           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
3980           !> vms/vmsish.h
3981 ____________________________________________________________________________
3982 [  9419] By: jhi                                   on 2001/03/28  18:42:05
3983         Log: Can't trust external pwds
3984              (either shell builtins or external programs)
3985      Branch: perl
3986            ! t/lib/cwd.t
3987 ____________________________________________________________________________
3988 [  9418] By: jhi                                   on 2001/03/28  18:34:05
3989         Log: Integrate perlio.
3990      Branch: perl
3991            - lib/perlio.pm
3992           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
3993           !> t/op/utf8decode.t
3994 ____________________________________________________________________________
3995 [  9417] By: nick                                  on 2001/03/28  18:24:02
3996         Log: PerlIO.pm / perlio.pm conflict.
3997              Update some pods.
3998              Make t/op/utf8decode.t a text file.
3999      Branch: perlio
4000            - lib/perlio.pm
4001            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
4002            ! t/op/utf8decode.t
4003 ____________________________________________________________________________
4004 [  9416] By: jhi                                   on 2001/03/28  18:06:07
4005         Log: Integrate change #9409 from mainline to maintperl.
4006              
4007              Yet another tweak on AIX dynaloading.
4008      Branch: maint-5.6/perl
4009           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4010 ____________________________________________________________________________
4011 [  9415] By: gsar                                  on 2001/03/28  17:13:01
4012         Log: integrate changes#9377,9385,9401 from mainline
4013              
4014              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
4015              
4016              If directory entries compare equal case-insensitively,
4017              retry case-sensitively.
4018              
4019              Subject: [PATCH] B::Terse and warnings
4020      Branch: maint-5.6/perl
4021           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
4022           !> t/pragma/warn/perl
4023 ____________________________________________________________________________
4024 [  9414] By: jhi                                   on 2001/03/28  17:11:12
4025         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
4026              From: "Craig A. Berry" <craigberry@mac.com>
4027              Date: Wed, 28 Mar 2001 10:55:20 -0600
4028              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
4029      Branch: perl
4030            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
4031 ____________________________________________________________________________
4032 [  9413] By: jhi                                   on 2001/03/28  17:03:12
4033         Log: Dup hunk.
4034      Branch: perl
4035            ! t/op/utf8decode.t
4036 ____________________________________________________________________________
4037 [  9412] By: jhi                                   on 2001/03/28  17:02:36
4038         Log: Forced integrate from perlio.
4039      Branch: perl
4040           !> t/op/utf8decode.t
4041 ____________________________________________________________________________
4042 [  9411] By: nick                                  on 2001/03/28  16:50:03
4043         Log: Integrate mainline.
4044      Branch: perlio
4045           +> t/lib/cwd.t
4046           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4047           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
4048           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
4049           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
4050           !> t/pragma/warn/perl
4051 ____________________________________________________________________________
4052 [  9410] By: jhi                                   on 2001/03/28  16:44:23
4053         Log: Subject: Re: [PATCH] 9403 cannot be tested
4054              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4055              Date: Wed, 28 Mar 2001 18:33:56 +0200
4056              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
4057      Branch: perl
4058            ! makedef.pl
4059 ____________________________________________________________________________
4060 [  9409] By: jhi                                   on 2001/03/28  16:12:45
4061         Log: Yet another tweak on AIX dynaloading.
4062      Branch: perl
4063            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4064 ____________________________________________________________________________
4065 [  9408] By: jhi                                   on 2001/03/28  15:52:55
4066         Log: Subject: [PATCH] 9403 cannot be tested
4067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
4068              Date: Wed, 28 Mar 2001 17:23:00 +0200
4069              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
4070              
4071              A missing symbol.
4072      Branch: perl
4073            ! makedef.pl
4074 ____________________________________________________________________________
4075 [  9407] By: jhi                                   on 2001/03/28  15:47:43
4076         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
4077      Branch: perl
4078            ! t/op/utf8decode.t
4079           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
4080           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
4081 ____________________________________________________________________________
4082 [  9406] By: jhi                                   on 2001/03/28  15:37:08
4083         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
4084              From: Benjamin Sugars <bsugars@canoe.ca> 
4085              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
4086              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
4087      Branch: perl
4088            + t/lib/cwd.t
4089            ! MANIFEST
4090 ____________________________________________________________________________
4091 [  9405] By: jhi                                   on 2001/03/28  15:13:18
4092         Log: pp_ne() needs a CORRECT boolean.
4093      Branch: perl
4094            ! pp.c
4095 ____________________________________________________________________________
4096 [  9404] By: jhi                                   on 2001/03/28  15:09:23
4097         Log: pp_ne() needs a boolean, not an integer.
4098      Branch: perl
4099            ! pp.c
4100 ____________________________________________________________________________
4101 [  9403] By: jhi                                   on 2001/03/28  14:47:43
4102         Log: (Retracted by #9404.)
4103      Branch: perl
4104            ! pp.c
4105 ____________________________________________________________________________
4106 [  9402] By: jhi                                   on 2001/03/28  14:43:59
4107         Log: Subject: Re: [PATCH] Typemap testing
4108              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
4109              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
4110              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
4111      Branch: perl
4112            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
4113            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
4114 ____________________________________________________________________________
4115 [  9401] By: jhi                                   on 2001/03/28  14:42:14
4116         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
4117              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4118              Date: Sun, 25 Mar 2001 21:59:15 +0100
4119              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
4120              
4121              A variable will be checked for the "use once" warnings if:
4122              
4123              1. It is in the scope of a use warnings 'once'
4124              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
4125              
4126              Otherwise it won't be checked at all.
4127              
4128              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
4129              
4130              The enclosed patch partially fixes this issue. What I didn't
4131              get to work was the case where the "used once" warning is enabled
4132              in any file other than the main file.
4133      Branch: perl
4134            ! gv.c t/pragma/warn/perl
4135 ____________________________________________________________________________
4136 [  9400] By: nick                                  on 2001/03/28  14:38:24
4137         Log: More EBCDIC tweaks:
4138              - one more swash issue &~(0xA0-1) did not do the right thing,
4139              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
4140              - add "use re 'asciirange'" to make [!-~] etc. work
4141              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
4142              - Choose a key for t/op/each.t test which gets encoded.
4143              - Skip utf8decode if this is UTF-EBCDIC.
4144      Branch: perlio
4145            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
4146            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
4147 ____________________________________________________________________________
4148 [  9399] By: jhi                                   on 2001/03/28  14:21:00
4149         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
4150              Andreas Schwab.
4151      Branch: perl
4152            ! pp.c
4153 ____________________________________________________________________________
4154 [  9398] By: jhi                                   on 2001/03/28  00:55:56
4155         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
4156              From: David Dyck <dcd@tc.fluke.com>
4157              Date: Tue, 27 Mar 2001 15:16:24 -0800
4158              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
4159      Branch: perl
4160            ! ext/IO/lib/IO/Socket.pm
4161 ____________________________________________________________________________
4162 [  9397] By: jhi                                   on 2001/03/27  21:52:49
4163         Log: Integrate perlio.
4164      Branch: perl
4165           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
4166           +> ext/PerlIO/Via/Via.xs
4167           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
4168 ____________________________________________________________________________
4169 [  9396] By: nick                                  on 2001/03/27  21:45:13
4170         Log: Integrate mainline.
4171      Branch: perlio
4172           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
4173           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
4174 ____________________________________________________________________________
4175 [  9395] By: nick                                  on 2001/03/27  21:18:58
4176         Log: Outline docs for PerlIO and PerlIO::Scalar
4177      Branch: perlio
4178            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
4179 ____________________________________________________________________________
4180 [  9394] By: nick                                  on 2001/03/27  20:50:13
4181         Log: PerlIO::Via layer (alpha-ish).
4182      Branch: perlio
4183            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
4184            + ext/PerlIO/Via/Via.xs
4185            ! MANIFEST
4186 ____________________________________________________________________________
4187 [  9393] By: jhi                                   on 2001/03/27  20:49:55
4188         Log: Retract #9329 now that 9390 should take care of the matter.
4189      Branch: perl
4190            ! utils/h2xs.PL
4191 ____________________________________________________________________________
4192 [  9390] By: jhi                                   on 2001/03/27  20:47:50
4193         Log: Subject: Autoloading Errno.pm when %! is encountered
4194              From: Robin Houston <robin@kitsite.com>
4195              Date: Tue, 27 Mar 2001 20:57:11 +0100
4196              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
4197      Branch: perl
4198            ! embed.h embed.pl gv.c proto.h t/op/magic.t
4199 ____________________________________________________________________________
4200 [  9389] By: jhi                                   on 2001/03/27  20:24:31
4201         Log: Integrate perlio.
4202      Branch: perl
4203           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
4204           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
4205           !> utf8.c
4206 ____________________________________________________________________________
4207 [  9388] By: jhi                                   on 2001/03/27  20:21:38
4208         Log: Better have a three-element array if one is going to assign
4209              to the third element of that array. (from Tim Jenness)
4210      Branch: perl
4211            ! ext/XS/Typemap/Typemap.xs
4212 ____________________________________________________________________________
4213 [  9387] By: nick                                  on 2001/03/27  20:15:43
4214         Log: Integrate mainline.
4215      Branch: perlio
4216           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
4217           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
4218           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
4219           +> t/lib/xs-typemap.t
4220           !> (integrate 34 files)
4221 ____________________________________________________________________________
4222 [  9386] By: jhi                                   on 2001/03/27  20:04:18
4223         Log: Subject: Re: perl@9359 breaks HTML::Parser
4224              From: Gisle Aas <gisle@ActiveState.com>
4225              Date: 27 Mar 2001 11:30:24 -0800
4226              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
4227              
4228              Clarify the UTF-8 issues of the API docs.
4229              (Slightly reworded and expanded.)
4230      Branch: perl
4231            ! pod/perlapi.pod sv.c sv.h
4232 ____________________________________________________________________________
4233 [  9385] By: jhi                                   on 2001/03/27  19:44:25
4234         Log: If directory entries compare equal case-insensitively,
4235              retry case-sensitively.
4236      Branch: perl
4237            ! ext/File/Glob/bsd_glob.c
4238 ____________________________________________________________________________
4239 [  9384] By: nick                                  on 2001/03/27  19:38:50
4240         Log: Various EBCDIC fixes:
4241              - major revelation that swash code is encoding aware,
4242              (or thought it was) - now it is ;-)
4243              - With that out of the way fix a slab of tr/// cases.
4244              - Fix Encode 'Unicode' to be true Unicode so tests pass.
4245              - As anticipated Base64.xs needed tweaks.
4246              - Until tr/// works right avoid old_encode64 in MIME tests.
4247      Branch: perlio
4248            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
4249            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
4250 ____________________________________________________________________________
4251 [  9383] By: jhi                                   on 2001/03/27  18:34:41
4252         Log: Add the std test suite BEGIN block.
4253      Branch: perl
4254            ! t/lib/xs-typemap.t
4255 ____________________________________________________________________________
4256 [  9382] By: jhi                                   on 2001/03/27  15:16:07
4257         Log: Add debugging output to the test.
4258      Branch: perl
4259            ! t/lib/glob-basic.t
4260 ____________________________________________________________________________
4261 [  9381] By: jhi                                   on 2001/03/27  15:08:10
4262         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
4263      Branch: perl
4264            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
4265            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
4266            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
4267            + t/lib/xs-typemap.t
4268            ! MANIFEST
4269 ____________________________________________________________________________
4270 [  9380] By: jhi                                   on 2001/03/27  14:48:34
4271         Log: Subject: [PATCH] Typemap testing
4272              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
4273              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
4274              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
4275              
4276              (The first part of the patch.)
4277      Branch: perl
4278            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4279 ____________________________________________________________________________
4280 [  9379] By: jhi                                   on 2001/03/27  14:44:56
4281         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
4282              From: Benjamin Sugars <bsugars@canoe.ca> 
4283              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
4284              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
4285      Branch: perl
4286            ! t/lib/glob-basic.t
4287 ____________________________________________________________________________
4288 [  9378] By: jhi                                   on 2001/03/27  14:42:30
4289         Log: Subject: [PATCH] perlvar nit
4290              From: Simon Cozens <simon@netthink.co.uk>
4291              Date: Tue, 27 Mar 2001 01:12:01 +0100
4292              Message-ID: <20010327011201.A19179@netthink.co.uk>
4293      Branch: perl
4294            ! pod/perlvar.pod
4295 ____________________________________________________________________________
4296 [  9377] By: jhi                                   on 2001/03/27  14:36:26
4297         Log: Subject: [PATCH] B::Terse and warnings
4298              From: Benjamin Sugars <ben.sugars@home.com>
4299              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
4300              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
4301      Branch: perl
4302            ! ext/B/B.pm ext/B/B/Terse.pm
4303 ____________________________________________________________________________
4304 [  9376] By: jhi                                   on 2001/03/27  14:31:31
4305         Log: Document sockatmark() some.
4306      Branch: perl
4307            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
4308            ! pod/perltoc.pod
4309 ____________________________________________________________________________
4310 [  9375] By: jhi                                   on 2001/03/27  14:00:24
4311         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
4312              noted by Gisle and fixed by NI-S.
4313      Branch: perl
4314            ! sv.c
4315 ____________________________________________________________________________
4316 [  9374] By: jhi                                   on 2001/03/27  05:50:01
4317         Log: Regen toc.
4318      Branch: perl
4319            ! pod/perltoc.pod
4320 ____________________________________________________________________________
4321 [  9373] By: jhi                                   on 2001/03/27  05:43:51
4322         Log: Pixie documenting.
4323      Branch: perl
4324            ! Makefile.SH pod/perlhack.pod
4325 ____________________________________________________________________________
4326 [  9372] By: jhi                                   on 2001/03/27  05:29:34
4327         Log: Metaconfig unit changes for #9371.
4328      Branch: metaconfig
4329            ! U/modified/myhostname.U
4330      Branch: metaconfig/U/perl
4331            + d_sockatmark.U
4332            ! gccvers.U
4333 ____________________________________________________________________________
4334 [  9371] By: jhi                                   on 2001/03/27  05:29:07
4335         Log: Add sockatmark() probing.
4336      Branch: perl
4337            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4338            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
4339            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4340            ! vos/config.ga.h win32/config.bc win32/config.gc
4341            ! win32/config.vc
4342 ____________________________________________________________________________
4343 [  9370] By: jhi                                   on 2001/03/26  22:01:18
4344         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
4345              Really need to benchmark this.
4346      Branch: perl
4347            ! pp.c
4348 ____________________________________________________________________________
4349 [  9369] By: nick                                  on 2001/03/26  21:59:30
4350         Log: Integrate mainline.
4351      Branch: perlio
4352            ! ext/MIME/Base64/QuotedPrint.pm
4353           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
4354           !> patchlevel.h pod/perlhack.pod pp_sys.c
4355 ____________________________________________________________________________
4356 [  9368] By: jhi                                   on 2001/03/26  21:47:03
4357         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
4358              
4359              TODO1: perlbench.
4360              TODO2: le, lt, ge, gt?  Yech.
4361      Branch: perl
4362            ! pp.c
4363 ____________________________________________________________________________
4364 [  9367] By: jhi                                   on 2001/03/26  21:34:57
4365         Log: Too much cut-and-paste in #9363.
4366      Branch: perl
4367            ! pp_sys.c
4368 ____________________________________________________________________________
4369 [  9366] By: jhi                                   on 2001/03/26  21:20:53
4370         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
4371              From: Andreas Schwab <schwab@suse.de>
4372              Date: 26 Mar 2001 17:29:04 +0200
4373              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
4374              
4375              (The patch for 5.6.0 or so, this is a guess for bleadperl)
4376      Branch: perl
4377            ! pp_hot.c
4378 ____________________________________________________________________________
4379 [  9365] By: jhi                                   on 2001/03/26  21:07:54
4380         Log: Integrate perlio.
4381      Branch: perl
4382           !> perlio.c
4383 ____________________________________________________________________________
4384 [  9364] By: nick                                  on 2001/03/26  20:30:48
4385         Log: REFCNT botch in layer name cache hash.
4386      Branch: perlio
4387            ! perlio.c
4388 ____________________________________________________________________________
4389 [  9363] By: jhi                                   on 2001/03/26  18:44:32
4390         Log: Subject: [PATCH] socket() leaks file descriptors
4391              From: Benjamin Sugars <bsugars@canoe.ca>
4392              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
4393              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
4394              
4395              Also sockpair() fixed similarly.
4396      Branch: perl
4397            ! pp_sys.c
4398 ____________________________________________________________________________
4399 [  9362] By: jhi                                   on 2001/03/26  18:37:52
4400         Log: Integrate perlio.
4401      Branch: perl
4402           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
4403 ____________________________________________________________________________
4404 [  9361] By: nick                                  on 2001/03/26  17:32:06
4405         Log: Implement flush of linebuffered streams on read of a tty.
4406      Branch: perlio
4407            ! perlio.c perliol.h
4408 ____________________________________________________________________________
4409 [  9360] By: nick                                  on 2001/03/26  17:12:32
4410         Log: Memory tweaks and notes for OEMVS.
4411      Branch: perlio
4412            ! README.os390 miniperlmain.c t/op/pat.t
4413 ____________________________________________________________________________
4414 [  9359] By: jhi                                   on 2001/03/26  02:12:54
4415         Log: Update Changes.
4416      Branch: perl
4417            ! Changes patchlevel.h
4418 ____________________________________________________________________________
4419 [  9358] By: jhi                                   on 2001/03/26  02:05:32
4420         Log: Document the most common pixie options.
4421      Branch: perl
4422            ! pod/perlhack.pod
4423 ____________________________________________________________________________
4424 [  9357] By: jhi                                   on 2001/03/26  01:25:28
4425         Log: For perl.pixie check *before* compiling that optimize is -g,
4426              as for perl.third.
4427      Branch: perl
4428            ! Makefile.SH
4429 ____________________________________________________________________________
4430 [  9356] By: jhi                                   on 2001/03/26  01:13:41
4431         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
4432      Branch: perl
4433            ! Makefile.SH
4434 ____________________________________________________________________________
4435 [  9355] By: jhi                                   on 2001/03/26  01:11:19
4436         Log: Remove t/perl.third.
4437      Branch: perl
4438            ! Makefile.SH
4439 ____________________________________________________________________________
4440 [  9354] By: jhi                                   on 2001/03/26  00:23:38
4441         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
4442              IO::Sockatmark().
4443      Branch: perl
4444            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
4445 ____________________________________________________________________________
4446 [  9353] By: jhi                                   on 2001/03/25  22:25:04
4447         Log: Integrate perlio.
4448      Branch: perl
4449           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4450           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
4451           !> pp_hot.c win32/makefile.mk
4452 ____________________________________________________________________________
4453 [  9352] By: jhi                                   on 2001/03/25  22:21:41
4454         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
4455              From: Radu Greab <radu@netsoft.ro>
4456              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
4457              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
4458      Branch: perl
4459            ! pp_sys.c
4460 ____________________________________________________________________________
4461 [  9351] By: nick                                  on 2001/03/25  22:15:02
4462         Log: Fix readline in list mode to tell rest of world that it has
4463              things on the stack. Otherwise if perl code gets invoked
4464              underneath it it scribbles over results-so-far.
4465              (Why TIEHANDLE has not tripped on this is a mystery.)
4466      Branch: perlio
4467            ! pp_hot.c
4468 ____________________________________________________________________________
4469 [  9350] By: nick                                  on 2001/03/25  22:10:13
4470         Log: win32/makefile.mk typos
4471      Branch: perlio
4472            ! win32/makefile.mk
4473 ____________________________________________________________________________
4474 [  9349] By: nick                                  on 2001/03/25  21:31:14
4475         Log: Integrate now-non-binary file.
4476      Branch: perlio
4477           !> t/lib/mimeqp.t
4478 ____________________________________________________________________________
4479 [  9348] By: nick                                  on 2001/03/25  21:27:24
4480         Log: Make it text
4481      Branch: perlio
4482            ! t/lib/mimeqp.t
4483 ____________________________________________________________________________
4484 [  9347] By: nick                                  on 2001/03/25  21:25:37
4485         Log: Integrate mainline.
4486      Branch: perlio
4487           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
4488           !> lib/Term/ReadLine.pm t/lib/md5-file.t
4489 ____________________________________________________________________________
4490 [  9346] By: nick                                  on 2001/03/25  20:58:15
4491         Log: Add destruct time hook to PerlIO (for work-in-process implementing
4492              layers in perl code. In such cases layers need to be popped before
4493              we loose the ability to run perl code.)
4494              Also back-out "PerlIO::object" hook - it isn't going to work like that...
4495      Branch: perlio
4496            ! perl.c perlio.c perlio.h perliol.h
4497 ____________________________________________________________________________
4498 [  9345] By: nick                                  on 2001/03/25  20:49:11
4499         Log: Avoid at leasy one of undefined warnings in Encode.
4500      Branch: perlio
4501            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4502 ____________________________________________________________________________
4503 [  9344] By: jhi                                   on 2001/03/25  20:37:43
4504         Log: A workaround for using Term::ReadLine in emacs minibuffer
4505              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
4506              additional tweaks from Ilya Zakharevich.
4507      Branch: perl
4508            ! lib/Term/ReadLine.pm
4509 ____________________________________________________________________________
4510 [  9343] By: nick                                  on 2001/03/25  20:21:14
4511         Log: Missing return value.
4512      Branch: perlio
4513            ! ext/PerlIO/Scalar/Scalar.xs
4514 ____________________________________________________________________________
4515 [  9342] By: jhi                                   on 2001/03/25  16:21:00
4516         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
4517              to equal the CPAN versions since no code changes have been made.
4518      Branch: perl
4519            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
4520            ! t/lib/md5-file.t
4521 ____________________________________________________________________________
4522 [  9341] By: jhi                                   on 2001/03/25  16:01:48
4523         Log: Escape 8-bit characters.
4524      Branch: perl
4525            ! t/lib/mimeqp.t
4526 ____________________________________________________________________________
4527 [  9340] By: gsar                                  on 2001/03/25  15:50:53
4528         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
4529              chars)
4530      Branch: perl
4531            + t/lib/mimeqp.t
4532 ____________________________________________________________________________
4533 [  9339] By: gsar                                  on 2001/03/25  15:48:50
4534         Log: delete mimeqp.t for later with text mode set
4535      Branch: perl
4536            - t/lib/mimeqp.t
4537 ____________________________________________________________________________
4538 [  9338] By: nick                                  on 2001/03/25  09:01:57
4539         Log: Integrate mainline.
4540      Branch: perlio
4541           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
4542           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
4543           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
4544           +> t/lib/mimeb64u.t t/lib/mimeqp.t
4545           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
4546           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
4547           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
4548 ____________________________________________________________________________
4549 [  9337] By: jhi                                   on 2001/03/25  04:23:24
4550         Log: Add MIME::Base64 here and there.  Again, a lot of
4551              optimism is in the air.
4552      Branch: perl
4553            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
4554            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
4555 ____________________________________________________________________________
4556 [  9336] By: jhi                                   on 2001/03/25  04:12:43
4557         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
4558              this by ear as I do not do Win32 programming.)
4559      Branch: perl
4560            ! win32/Makefile win32/makefile.mk
4561 ____________________________________________________________________________
4562 [  9335] By: jhi                                   on 2001/03/25  04:03:50
4563         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
4564      Branch: perl
4565            ! t/lib/md5-file.t
4566 ____________________________________________________________________________
4567 [  9334] By: jhi                                   on 2001/03/25  03:58:53
4568         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
4569      Branch: perl
4570            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
4571            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
4572            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
4573            + t/lib/mimeb64u.t t/lib/mimeqp.t
4574            ! MANIFEST
4575 ____________________________________________________________________________
4576 [  9333] By: jhi                                   on 2001/03/24  20:14:37
4577         Log: Integrate perlio.
4578      Branch: perl
4579           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
4580 ____________________________________________________________________________
4581 [  9332] By: nick                                  on 2001/03/24  19:40:34
4582         Log: Fix un-init variable leading to spurious "Out of Memory!"
4583      Branch: perlio
4584            ! doio.c
4585 ____________________________________________________________________________
4586 [  9331] By: nick                                  on 2001/03/24  19:09:59
4587         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
4588              and update layers internals doc.
4589      Branch: perlio
4590            ! pod/perlfunc.pod pod/perliol.pod
4591 ____________________________________________________________________________
4592 [  9330] By: jhi                                   on 2001/03/24  18:42:11
4593         Log: The length might be uninitialized garbage if the *svp is the undef.
4594      Branch: perl
4595            ! doio.c
4596 ____________________________________________________________________________
4597 [  9329] By: jhi                                   on 2001/03/24  18:26:57
4598         Log: (Retracted by #9393)
4599
4600              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
4601              From: Simon Cozens <simon@netthink.co.uk>
4602              Date: Sat, 24 Mar 2001 17:13:17 +0000
4603              Message-ID: <20010324171317.A13406@netthink.co.uk>
4604      Branch: perl
4605            ! utils/h2xs.PL
4606 ____________________________________________________________________________
4607 [  9328] By: nick                                  on 2001/03/24  17:22:02
4608         Log: Integrate mainline.
4609      Branch: perlio
4610           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
4611           !> lib/unicode/version
4612 ____________________________________________________________________________
4613 [  9327] By: nick                                  on 2001/03/24  17:16:02
4614         Log: Integrate mainline.
4615      Branch: perlio
4616           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4617           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
4618           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
4619           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
4620           +> t/lib/md5-file.t
4621           !> MANIFEST Makefile.SH configure.com djgpp/config.over
4622           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
4623           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
4624           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
4625           !> win32/makefile.mk
4626 ____________________________________________________________________________
4627 [  9326] By: jhi                                   on 2001/03/24  17:00:42
4628         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
4629      Branch: perl
4630            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
4631            ! lib/unicode/version
4632 ____________________________________________________________________________
4633 [  9325] By: jhi                                   on 2001/03/24  16:22:33
4634         Log: Subject: Re: B::Deparse bug (5.6.0)
4635              From: Robin Houston <robin@kitsite.com>
4636              Date: Sat, 24 Mar 2001 14:33:09 +0000
4637              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
4638      Branch: perl
4639            ! op.c pp.c t/lib/b.t t/op/repeat.t
4640 ____________________________________________________________________________
4641 [  9324] By: jhi                                   on 2001/03/24  16:21:56
4642         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
4643              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
4644              these additions may be too optimistic.
4645      Branch: perl
4646            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
4647            ! hints/uwin.sh hints/vmesa.sh
4648 ____________________________________________________________________________
4649 [  9323] By: jhi                                   on 2001/03/24  16:06:01
4650         Log: Integrate perlio.
4651      Branch: perl
4652           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
4653           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4654            ! Makefile.SH
4655           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
4656           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
4657           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
4658           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4659           !> win32/makefile.mk win32/perlhost.h win32/win32.c
4660           !> win32/win32iop.h
4661 ____________________________________________________________________________
4662 [  9322] By: nick                                  on 2001/03/24  14:39:12
4663         Log: Routine Win32 regen_config_h - no real changes.
4664      Branch: perlio
4665            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4666 ____________________________________________________________________________
4667 [  9321] By: nick                                  on 2001/03/24  14:31:49
4668         Log: PerlIO fixups for Win32:
4669              - provide win33_popenlist() - non-functional as yet.
4670              - avoid need for aTHX in PerlIO_debug calls - even if not 
4671              enabled args are still evaluated so Win32 has trouble during fork().
4672              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
4673              - Fixup makedef.pl for latest set of symbols.
4674      Branch: perlio
4675            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
4676            ! win32/perlhost.h win32/win32.c win32/win32iop.h
4677 ____________________________________________________________________________
4678 [  9320] By: nick                                  on 2001/03/24  14:26:58
4679         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
4680              was gibberish - broke it on WIn32 at least.
4681      Branch: perlio
4682            ! ext/POSIX/POSIX.xs
4683 ____________________________________________________________________________
4684 [  9319] By: nick                                  on 2001/03/24  11:29:41
4685         Log: Generated files.
4686      Branch: perlio
4687            ! embed.h global.sym objXSUB.h perlapi.c proto.h
4688 ____________________________________________________________________________
4689 [  9318] By: nick                                  on 2001/03/24  10:29:37
4690         Log: Implement:
4691              1.  open($fh,"+<",undef);  # add test to t/io/open.t
4692              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
4693      Branch: perlio
4694            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
4695            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4696            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
4697            ! t/io/open.t t/io/utf8.t
4698 ____________________________________________________________________________
4699 [  9317] By: jhi                                   on 2001/03/23  23:41:25
4700         Log: AIX does seems to have optimization problems with its C compilers.
4701      Branch: perl
4702            ! hints/aix.sh
4703 ____________________________________________________________________________
4704 [  9316] By: jhi                                   on 2001/03/23  23:40:46
4705         Log: Integrate perlio.
4706      Branch: perl
4707           +> lib/PerlIO.pm
4708           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
4709           !> perliol.h
4710 ____________________________________________________________________________
4711 [  9315] By: jhi                                   on 2001/03/23  22:16:30
4712         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
4713      Branch: perl
4714            ! t/lib/md5-file.t
4715 ____________________________________________________________________________
4716 [  9314] By: nick                                  on 2001/03/23  20:49:02
4717         Log: Perlio internals re-organized.
4718              - open process creates AV of layer/arg pairs
4719              (appends layers from open() or open.pm to default list).
4720              - push arg is now an SV.
4721              - layer ->Open get passed the AV
4722              - open is no longer mandatory method.
4723              - topmost layer that has ->Open method does the open
4724              - any layers above are pushed once that returns.
4725              - vtable re-ordered so dummy layers need only provide push/pop methods.
4726      Branch: perlio
4727            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
4728 ____________________________________________________________________________
4729 [  9313] By: nick                                  on 2001/03/23  16:27:41
4730         Log: Check in a stable (working) version before next round of tweaks.
4731              Changes include:
4732              - Move default layers code out of doio.c and into perlio.c
4733              - Single routine for parsing layer specification strings.
4734              - Skeleton support for demand loading of layers
4735              - Core-dump avoidance if PERLIO environment specifies loadable layer
4736              (does not _work_ as need IO to load and need load to do IO ...)
4737      Branch: perlio
4738            + lib/PerlIO.pm
4739            ! MANIFEST doio.c perlio.c
4740 ____________________________________________________________________________
4741 [  9312] By: gsar                                  on 2001/03/23  16:25:25
4742         Log: add execute bit to files with shebang lines in the repository;
4743              avoid clobbering execute bit in Porting/makerel 
4744      Branch: maint-5.6/perl
4745            ! (edit 144 files)
4746 ____________________________________________________________________________
4747 [  9311] By: jhi                                   on 2001/03/23  14:25:35
4748         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
4749      Branch: perl
4750            ! MANIFEST
4751 ____________________________________________________________________________
4752 [  9310] By: jhi                                   on 2001/03/23  13:45:04
4753         Log: Subject: [PATCH] Net::Ping
4754              From: Colin McMillen <mcmi0037@tc.umn.edu>
4755              Date: Thu, 22 Mar 2001 19:30:31 -0600
4756              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
4757      Branch: perl
4758            ! lib/Net/Ping.pm
4759 ____________________________________________________________________________
4760 [  9309] By: jhi                                   on 2001/03/23  13:39:13
4761         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
4762      Branch: perl
4763            ! t/lib/md5-aaa.t t/lib/md5-file.t
4764 ____________________________________________________________________________
4765 [  9308] By: jhi                                   on 2001/03/23  13:20:34
4766         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
4767              - bump the version to 2.14
4768              - drop the base64 tests since they require MIME::Base64
4769              - drop the rfc1321.txt
4770              - drop the hints/dec_osf.pl since it's only needed for
4771              pre-5.005_03 Perls
4772              Todo:
4773              - the U32 alignment testing is now removed; it needs to
4774              be reintroduced as as a Config variable (meaning also
4775              as a Configure test)
4776              - get the new EBCDIC md5sum for MD5.pm
4777              - test in Win32 to see how badly I botched the makefiles
4778      Branch: perl
4779            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4780            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
4781            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
4782            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
4783            + t/lib/md5-file.t
4784            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
4785            ! win32/Makefile win32/makefile.mk
4786 ____________________________________________________________________________
4787 [  9307] By: jhi                                   on 2001/03/23  12:56:14
4788         Log: Integrate change #9306 from maintperl into mainline,
4789              AIX dynaloader for AIXes without <load.h>.
4790      Branch: perl
4791           !> ext/DynaLoader/hints/aix.pl
4792 ____________________________________________________________________________
4793 [  9306] By: jhi                                   on 2001/03/23  12:51:36
4794         Log: There are AIXes without /usr/include/load.h,
4795              patch from H.Merijn Brand.
4796      Branch: maint-5.6/perl
4797            ! ext/DynaLoader/hints/aix.pl
4798 ____________________________________________________________________________
4799 [  9305] By: nick                                  on 2001/03/23  11:00:42
4800         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
4801      Branch: perlio
4802            ! ext/Encode/Encode.xs perlio.c perlio.h
4803 ____________________________________________________________________________
4804 [  9304] By: nick                                  on 2001/03/23  10:20:46
4805         Log: Render -Duseperlio functional again.
4806              - this is "quick fix" which calls PerlIO_apply_layers after opening,
4807              which is what old scheme did. New scheme needs to change that
4808              to make open(...,\$scalar) etc. work but this will do for now.
4809      Branch: perlio
4810            ! perlio.c
4811 ____________________________________________________________________________
4812 [  9303] By: nick                                  on 2001/03/23  09:53:20
4813         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
4814              -Uuseperlio now works again.
4815              -Duseperlio is still poorly. Don't merge yet...
4816      Branch: perlio
4817            ! doio.c perlio.h
4818 ____________________________________________________________________________
4819 [  9302] By: nick                                  on 2001/03/22  22:26:51
4820         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
4821              type code.
4822              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
4823              is its main caller. In particular now has access to "extra" args, and
4824              can tell when an open handle is "reopened" (or duped?).
4825              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
4826              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
4827              PerlIO_open() et. al. (i.e. other way round).
4828              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
4829              with args close to PerlIO_openn().
4830      Branch: perlio
4831            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
4832 ____________________________________________________________________________
4833 [  9301] By: jhi                                   on 2001/03/22  20:58:04
4834         Log: Integrate perlio.
4835      Branch: perl
4836           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
4837           !> t/io/open.t util.c
4838 ____________________________________________________________________________
4839 [  9300] By: nick                                  on 2001/03/22  17:36:32
4840         Log: Don't include $@ in not ok message.
4841      Branch: perlio
4842            ! t/io/open.t
4843 ____________________________________________________________________________
4844 [  9299] By: gsar                                  on 2001/03/22  16:53:45
4845         Log: back out changes#7532,7521 for now (appears to have problems
4846              on IRIX)
4847      Branch: maint-5.6/perl
4848            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4849            ! ext/POSIX/typemap pod/perlvar.pod
4850 ____________________________________________________________________________
4851 [  9298] By: nick                                  on 2001/03/22  14:35:46
4852         Log: Give a meaning to '&' in n-arg open case:
4853              open($fh,"<&",$scalar);
4854              $scalar can be:
4855              - an integer which does "fdopen"
4856              open($fh,"<&",2); # like open($fh,"<&2")
4857              - something that will yield a file handle via sv_2io()
4858              useful for dup'ing anonymous handles.
4859              e.g.:
4860              open(my $fh,"<&",\*STDIN);
4861              open(my $dup,"<&",$fh);
4862      Branch: perlio
4863            ! doio.c t/io/open.t
4864 ____________________________________________________________________________
4865 [  9297] By: nick                                  on 2001/03/22  13:34:35
4866         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
4867      Branch: perlio
4868            ! util.c
4869 ____________________________________________________________________________
4870 [  9296] By: nick                                  on 2001/03/22  12:51:20
4871         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
4872      Branch: perlio
4873            ! perl.c
4874 ____________________________________________________________________________
4875 [  9295] By: nick                                  on 2001/03/22  11:59:44
4876         Log: If stdin, stdout or stderr get opened in unexpected read/write state
4877              then warn at time of open not at time of use.
4878      Branch: perlio
4879            ! doio.c pp_hot.c pp_sys.c
4880 ____________________________________________________________________________
4881 [  9294] By: nick                                  on 2001/03/22  10:54:35
4882         Log: Die on n-arg open(...,"",xxx,yyy,...)
4883              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
4884              - die on read/write cases so we can decide what it means later.
4885      Branch: perlio
4886            ! doio.c embed.pl iperlsys.h util.c
4887 ____________________________________________________________________________
4888 [  9293] By: nick                                  on 2001/03/22  09:02:45
4889         Log: perlio tweaks (reported by Nick Clark)
4890              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
4891              error check in Pendinf_read().
4892      Branch: perlio
4893            ! perlio.c
4894 ____________________________________________________________________________
4895 [  9292] By: gsar                                  on 2001/03/22  07:12:00
4896         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
4897              fixes)
4898      Branch: maint-5.6/perl
4899           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
4900 ____________________________________________________________________________
4901 [  9291] By: jhi                                   on 2001/03/22  06:06:44
4902         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
4903      Branch: perl
4904            ! t/op/re_tests
4905 ____________________________________________________________________________
4906 [  9290] By: jhi                                   on 2001/03/22  05:57:01
4907         Log: Move MacOS Classic higher in the list of supported platforms.
4908      Branch: maint-5.6/perl
4909            ! pod/perlport.pod
4910 ____________________________________________________________________________
4911 [  9289] By: gsar                                  on 2001/03/22  05:35:04
4912         Log: revert part of change#6438 for compatibility (av_reify()
4913              appears to be needed to implement av_splice()ish things
4914              in XS)
4915      Branch: maint-5.6/perl
4916            ! embed.pl global.sym objXSUB.h perlapi.c
4917 ____________________________________________________________________________
4918 [  9288] By: gsar                                  on 2001/03/22  03:09:19
4919         Log: update copyright year
4920      Branch: maint-5.6/perl
4921            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
4922            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
4923            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
4924            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
4925            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
4926            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
4927            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
4928            ! x2p/walk.c
4929 ____________________________________________________________________________
4930 [  9287] By: jhi                                   on 2001/03/21  20:30:54
4931         Log: Integrate perlio.
4932      Branch: perl
4933           !> ext/Data/Dumper/Dumper.xs
4934 ____________________________________________________________________________
4935 [  9286] By: gsar                                  on 2001/03/21  19:49:54
4936         Log: makefile.mk tweak
4937      Branch: maint-5.6/perl
4938            ! win32/Makefile win32/makefile.mk
4939 ____________________________________________________________________________
4940 [  9285] By: nick                                  on 2001/03/21  19:07:13
4941         Log: Multiplicity fix for Dumper.
4942      Branch: perlio
4943            ! ext/Data/Dumper/Dumper.xs
4944 ____________________________________________________________________________
4945 [  9284] By: nick                                  on 2001/03/21  19:01:07
4946         Log: Integrate mainline - (does not build xTHX issue in Dumper).
4947      Branch: perlio
4948           !> (integrate 27 files)
4949 ____________________________________________________________________________
4950 [  9283] By: jhi                                   on 2001/03/21  17:17:35
4951         Log: Integrate change #9282 from mainline into maintperl,
4952              4-arg UTF-8 substr().
4953      Branch: maint-5.6/perl
4954           !> pp.c
4955 ____________________________________________________________________________
4956 [  9282] By: jhi                                   on 2001/03/21  17:15:43
4957         Log: The #9270 would have leaked a scalar if pp_substr()
4958              returned early.
4959      Branch: perl
4960            ! pp.c
4961 ____________________________________________________________________________
4962 [  9281] By: gsar                                  on 2001/03/21  17:03:14
4963         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
4964      Branch: maint-5.6/perl
4965            ! win32/makefile.mk
4966 ____________________________________________________________________________
4967 [  9280] By: gsar                                  on 2001/03/21  17:01:20
4968         Log: some tweaks to change#9278 (fork() emulation should be enabled
4969              by setting BUILD_FLAVOR instead of changing the defaults)
4970      Branch: maint-5.6/perl
4971            ! win32/makefile.mk
4972 ____________________________________________________________________________
4973 [  9279] By: gsar                                  on 2001/03/21  16:47:19
4974         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
4975      Branch: maint-5.6/perl
4976            ! ext/File/Glob/Glob.pm
4977           !> lib/Cwd.pm
4978 ____________________________________________________________________________
4979 [  9278] By: jhi                                   on 2001/03/21  14:35:10
4980         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
4981              From: "Vadim Konovalov" <watman@inbox.ru>
4982              Date: Wed, 21 Mar 2001 01:53:51 +0300
4983              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
4984      Branch: maint-5.6/perl
4985            ! win32/makefile.mk win32/win32sck.c
4986 ____________________________________________________________________________
4987 [  9277] By: jhi                                   on 2001/03/21  13:58:28
4988         Log: Integrate change #9270 from mainline to maintperl:
4989              continued 4-arg UTF-8 substr() fixing.
4990      Branch: maint-5.6/perl
4991           !> pp.c t/op/substr.t
4992 ____________________________________________________________________________
4993 [  9276] By: jhi                                   on 2001/03/21  13:33:00
4994         Log: More pixie cleaning.
4995      Branch: perl
4996            ! Makefile.SH
4997 ____________________________________________________________________________
4998 [  9275] By: jhi                                   on 2001/03/21  03:54:17
4999         Log: Update Changes.
5000      Branch: perl
5001            ! Changes patchlevel.h
5002 ____________________________________________________________________________
5003 [  9274] By: jhi                                   on 2001/03/21  03:48:24
5004         Log: First stab at making Data::Dumper to grok Unicode.
5005              
5006              TODO: tests, EBCDICify.
5007      Branch: perl
5008            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5009 ____________________________________________________________________________
5010 [  9273] By: jhi                                   on 2001/03/21  02:23:00
5011         Log: Fix for
5012              
5013              Subject: Memory leak in unquoted print   
5014              From: Benjamin Sugars <bsugars@canoe.ca> 
5015              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
5016              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
5017      Branch: perl
5018            ! perlio.c
5019 ____________________________________________________________________________
5020 [  9272] By: jhi                                   on 2001/03/21  01:33:17
5021         Log: Subject: Re: [PATCH] POSIX::getcwd()
5022              From: Benjamin Sugars <bsugars@canoe.ca> 
5023              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
5024              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
5025      Branch: perl
5026            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5027 ____________________________________________________________________________
5028 [  9271] By: jhi                                   on 2001/03/21  01:22:52
5029         Log: Subject: [PATCH] Cwd.pm docs
5030              From: Benjamin Sugars <bsugars@canoe.ca>
5031              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
5032              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
5033      Branch: perl
5034            ! lib/Cwd.pm
5035 ____________________________________________________________________________
5036 [  9270] By: jhi                                   on 2001/03/21  01:16:29
5037         Log: Continue 4-arg substr() UTF-8 fixage.
5038      Branch: perl
5039            ! pp.c t/op/substr.t
5040 ____________________________________________________________________________
5041 [  9269] By: jhi                                   on 2001/03/21  00:46:14
5042         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
5043              
5044              revert the leak fix in change#9142 (problem needs a more experimental
5045              fix unsuitable for 5.6.1)
5046              
5047              do alphabetical sorting by default (for csh compatibility)
5048              
5049              cut-n-paste goof in change#9264
5050              
5051              VMS piping fixes (from Charles Lane)
5052      Branch: perl
5053           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
5054           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
5055           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
5056 ____________________________________________________________________________
5057 [  9268] By: jhi                                   on 2001/03/21  00:37:04
5058         Log: Integrate perlio.
5059      Branch: perl
5060           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
5061           !> utf8.c utf8.h utfebcdic.h
5062 ____________________________________________________________________________
5063 [  9267] By: nick                                  on 2001/03/20  20:04:39
5064         Log: More EBCDIC stuff:
5065              - Loose the extra level of function on ASCII.
5066              - spotted a chr(0) issue in sv.c
5067              - re-work of UTF-X tr/// ranges to work in Unicode
5068              space. Still issues with the "0xff is illegal UTF-8" hack.
5069              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
5070              (why do it once when you can do it all over the place :-(
5071              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
5072              need utf8.pm for swashes.
5073              - Simplified and commented scan_const() in toke.c
5074              Still something wrong regexp and tr (swashes?).
5075      Branch: perlio
5076            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
5077            ! utf8.c utf8.h utfebcdic.h
5078 ____________________________________________________________________________
5079 [  9266] By: gsar                                  on 2001/03/20  19:16:43
5080         Log: VMS piping fixes (from Charles Lane)
5081      Branch: maint-5.6/perl
5082            ! vms/vms.c vms/vmspipe.com
5083 ____________________________________________________________________________
5084 [  9265] By: gsar                                  on 2001/03/20  17:53:52
5085         Log: cut-n-paste goof in change#9264
5086      Branch: maint-5.6/perl
5087            ! ext/File/Glob/Glob.xs
5088 ____________________________________________________________________________
5089 [  9264] By: gsar                                  on 2001/03/20  17:43:47
5090         Log: do alphabetical sorting by default (for csh compatibility);
5091              bsd_glob() does ASCII sort by default as usual, unless
5092              GLOB_ALPHASORT was specified
5093      Branch: maint-5.6/perl
5094            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
5095            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
5096            ! ext/File/Glob/bsd_glob.h
5097 ____________________________________________________________________________
5098 [  9263] By: gsar                                  on 2001/03/20  16:40:08
5099         Log: integrate change#9255 from mainline (unicode fix)
5100              
5101              substr($bytestr, i, n, $charstr)
5102      Branch: maint-5.6/perl
5103           !> Todo-5.6 pp.c t/op/substr.t
5104 ____________________________________________________________________________
5105 [  9262] By: gsar                                  on 2001/03/20  15:57:41
5106         Log: revert the leak fix in change#9142 (problem needs a more experimental
5107              fix unsuitable for 5.6.1)
5108      Branch: maint-5.6/perl
5109            ! scope.c
5110 ____________________________________________________________________________
5111 [  9261] By: jhi                                   on 2001/03/20  14:26:25
5112         Log: Integrate changes #9259,9260 from maintperl into mainline.
5113              
5114              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
5115              
5116              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
5117      Branch: perl
5118           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
5119 ____________________________________________________________________________
5120 [  9260] By: jhi                                   on 2001/03/20  14:05:46
5121         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
5122              From: Robin Barker <rmb1@cise.npl.co.uk>
5123              Date: Tue, 20 Mar 2001 10:12:04 GMT
5124              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
5125      Branch: maint-5.6/perl
5126            ! run.c
5127 ____________________________________________________________________________
5128 [  9259] By: jhi                                   on 2001/03/20  14:04:39
5129         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
5130              From: Chris Nandor <pudge@pobox.com>
5131              Date: Tue, 20 Mar 2001 00:40:56 -0500
5132              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
5133      Branch: maint-5.6/perl
5134            ! ext/POSIX/POSIX.xs lib/File/Path.pm
5135 ____________________________________________________________________________
5136 [  9258] By: jhi                                   on 2001/03/20  05:09:34
5137         Log: Update Changes.
5138      Branch: perl
5139            ! Changes patchlevel.h
5140 ____________________________________________________________________________
5141 [  9257] By: jhi                                   on 2001/03/20  05:04:25
5142         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
5143      Branch: perl
5144            ! t/op/tr.t
5145 ____________________________________________________________________________
5146 [  9256] By: jhi                                   on 2001/03/20  04:43:12
5147         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
5148              From: Peter Prymmer <pvhp@forte.com>
5149              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
5150              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
5151      Branch: maint-5.6/perl
5152            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
5153 ____________________________________________________________________________
5154 [  9255] By: jhi                                   on 2001/03/19  23:17:17
5155         Log: substr($bytestr, i, n, $charstr)
5156
5157              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
5158      Branch: perl
5159            ! Todo-5.6 pp.c t/op/substr.t
5160 ____________________________________________________________________________
5161 [  9254] By: jhi                                   on 2001/03/19  22:25:09
5162         Log: Rearrange the make test target prerequisites so that
5163              in a parallel make 'all' is finished before 'test'.
5164      Branch: perl
5165            ! Makefile.SH
5166 ____________________________________________________________________________
5167 [  9253] By: jhi                                   on 2001/03/19  21:48:07
5168         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
5169              From: Robin Houston <robin@kitsite.com>
5170              Date: Mon, 19 Mar 2001 15:48:41 +0000
5171              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
5172      Branch: perl
5173            ! pp_ctl.c
5174 ____________________________________________________________________________
5175 [  9252] By: jhi                                   on 2001/03/19  21:42:27
5176         Log: Integrate perlio.
5177      Branch: perl
5178           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
5179           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
5180           !> utfebcdic.h vms/perly_c.vms
5181 ____________________________________________________________________________
5182 [  9251] By: jhi                                   on 2001/03/19  21:31:28
5183         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
5184              
5185              Dynaloading in 64-bit AIX with vac.
5186      Branch: perl
5187           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5188           !> hints/aix.sh
5189 ____________________________________________________________________________
5190 [  9250] By: jhi                                   on 2001/03/19  21:18:00
5191         Log: A more robust solution for the 64bitall AIX dynaloading
5192              problem, from Jens-Uwe Mager.
5193      Branch: maint-5.6/perl
5194            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5195 ____________________________________________________________________________
5196 [  9249] By: nick                                  on 2001/03/19  20:59:37
5197         Log: Integrate mainline.
5198      Branch: perlio
5199           !> (integrate 42 files)
5200 ____________________________________________________________________________
5201 [  9248] By: nick                                  on 2001/03/19  20:22:07
5202         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
5203              (Building on OS390 uses native YACC and YYDEBUG has other
5204              side effects.)
5205      Branch: perlio
5206            ! perly.c perly.y vms/perly_c.vms
5207 ____________________________________________________________________________
5208 [  9247] By: jhi                                   on 2001/03/19  19:59:53
5209         Log: 64-bit AIX dynaloading problem (see #9244) idea
5210              from Jens-Uwe Mager.
5211      Branch: maint-5.6/perl
5212            ! ext/DynaLoader/dl_aix.xs
5213 ____________________________________________________________________________
5214 [  9246] By: nick                                  on 2001/03/19  19:27:57
5215         Log: More EBCDIC fixes.
5216      Branch: perlio
5217            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
5218            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
5219 ____________________________________________________________________________
5220 [  9245] By: jhi                                   on 2001/03/19  19:05:19
5221         Log: Integrate change #9243 from mainline into maintperl.
5222              
5223              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
5224      Branch: maint-5.6/perl
5225           !> README.vmesa
5226 ____________________________________________________________________________
5227 [  9244] By: jhi                                   on 2001/03/19  19:03:15
5228         Log: Get 64bitall AIX building, but still does not test okay:
5229              dynaloading anything fails, for example for op/defins:
5230              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
5231              (update: fixed by #9247,9250)
5232      Branch: maint-5.6/perl
5233            ! hints/aix.sh
5234 ____________________________________________________________________________
5235 [  9243] By: jhi                                   on 2001/03/19  19:00:16
5236         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
5237              From: Robin Barker <rmb1@cise.npl.co.uk>
5238              Date: Mon, 19 Mar 2001 18:01:57 GMT
5239              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
5240      Branch: perl
5241            ! README.vmesa
5242 ____________________________________________________________________________
5243 [  9242] By: jhi                                   on 2001/03/19  18:58:43
5244         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
5245              
5246              TODO: tests.
5247      Branch: perl
5248            ! doop.c op.c
5249 ____________________________________________________________________________
5250 [  9241] By: gsar                                  on 2001/03/19  17:34:46
5251         Log: VMSify tests (from Charles Lane)
5252      Branch: maint-5.6/perl
5253            ! t/lib/filehand.t t/lib/texttabs.t
5254 ____________________________________________________________________________
5255 [  9240] By: jhi                                   on 2001/03/19  14:24:26
5256         Log: Integrate change #9233 from maintperl into mainline.
5257              
5258              some refcounts were incorrect in perl_clone()
5259      Branch: perl
5260           !> sv.c
5261 ____________________________________________________________________________
5262 [  9239] By: gsar                                  on 2001/03/19  09:23:17
5263         Log: this is 5.6.1-trial3
5264      Branch: maint-5.6/perl
5265            ! Changes
5266 ____________________________________________________________________________
5267 [  9238] By: gsar                                  on 2001/03/19  08:47:04
5268         Log: some new symbols are only available under ithreads
5269      Branch: maint-5.6/perl
5270            ! makedef.pl
5271 ____________________________________________________________________________
5272 [  9237] By: gsar                                  on 2001/03/19  08:42:28
5273         Log: update patchlevel.h, Changes, &c.
5274      Branch: maint-5.6/perl
5275            ! Changes patchlevel.h pod/perlhist.pod
5276           !> AUTHORS
5277 ____________________________________________________________________________
5278 [  9236] By: gsar                                  on 2001/03/19  08:17:49
5279         Log: integrate changes#8068,8717 from mainline
5280              
5281              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
5282              
5283              [PATCH CPAN 1.59_51] warning message (not!)
5284      Branch: maint-5.6/perl
5285           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
5286           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
5287           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
5288           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
5289           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
5290 ____________________________________________________________________________
5291 [  9235] By: gsar                                  on 2001/03/19  08:07:09
5292         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
5293              
5294              [PATCH] Add missing CV flags to dump.c
5295              
5296              Re: [patch] Re: PL_ptr_table
5297              
5298              Fixup non-ithread build after 8713
5299              
5300              Generated files form 8713 etc.
5301              
5302              Correct the correction :-(
5303              
5304              Documenting coderef @INC (Re: CPAN "make this script work" feature)
5305              
5306              Subject: Re: sync sync sync: have I missed any patches?
5307              Replace djSP with dSP.
5308      Branch: maint-5.6/perl
5309           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
5310           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
5311           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
5312           !> sv.c sv.h win32/perlhost.h
5313 ____________________________________________________________________________
5314 [  9234] By: gsar                                  on 2001/03/19  07:22:05
5315         Log: revert the change#9090 integrate for now (change looks somewhat
5316              incomplete in that [ha]v_exists() need something similar; lacks
5317              tests; &c.)
5318      Branch: maint-5.6/perl
5319            ! hv.c
5320 ____________________________________________________________________________
5321 [  9233] By: gsar                                  on 2001/03/19  07:10:01
5322         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
5323              destruction when there are unreferenced scalars (SvREFCNT==0)
5324      Branch: maint-5.6/perl
5325            ! sv.c
5326 ____________________________________________________________________________
5327 [  9232] By: jhi                                   on 2001/03/19  05:11:02
5328         Log: Regen api and toc.
5329      Branch: maint-5.6/perl
5330            ! pod/perlapi.pod pod/perltoc.pod
5331 ____________________________________________________________________________
5332 [  9231] By: jhi                                   on 2001/03/19  04:06:03
5333         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
5334              add a lost line in pp.c:pp_chop(), update to new op/chop.
5335              
5336              Clarify the description differentiating for and while; inspired by
5337              
5338              Subject: [ID 20010306.004] || != named unary operator
5339              
5340              The $Is_MacOS needs to be declared.
5341      Branch: maint-5.6/perl
5342            ! pp.c t/op/chop.t
5343           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
5344 ____________________________________________________________________________
5345 [  9230] By: jhi                                   on 2001/03/19  03:48:16
5346         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
5347              9079,9083,9089,9090,9091 from mainline to maintperl.
5348              
5349              Quieten some noise in Win32 builds
5350              
5351              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
5352              
5353              The perlretut was still talking about the old \p and \P
5354              definitions.
5355              
5356              More tweakage on the Unicode character class descriptions.
5357              
5358              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
5359              
5360              Subject: 'no *POSIX' Patch speeding up make on BS2000 
5361              
5362              Subject: [PATCH] perldata.pod here-doc docs
5363              
5364              Add /sbin and /usr/sbin to the list of directories scanned
5365              for setuid programs.  Takes care of bug id 20010309.003.
5366              
5367              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
5368              
5369              In op/stat #35 better to scan all the potential directories
5370              for setuids, not just the first one.
5371      Branch: maint-5.6/perl
5372            ! Makefile.SH
5373           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
5374           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
5375           !> t/op/stat.t toke.c win32/win32.h
5376 ____________________________________________________________________________
5377 [  9229] By: jhi                                   on 2001/03/19  02:31:50
5378         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
5379              From: Chris Nandor <pudge@pobox.com>
5380              Date: Sat, 10 Mar 2001 14:22:19 -0500
5381              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
5382      Branch: maint-5.6/perl
5383            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
5384            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
5385            ! t/lib/b.t t/lib/errno.t
5386 ____________________________________________________________________________
5387 [  9228] By: jhi                                   on 2001/03/19  02:29:59
5388         Log: Integrate changes #9113,9122 from mainline into maintperl.
5389              
5390              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
5391      Branch: maint-5.6/perl
5392           !> Configure README.os390 hints/os390.sh
5393 ____________________________________________________________________________
5394 [  9227] By: jhi                                   on 2001/03/19  02:22:35
5395         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
5396              into maintperl.
5397              
5398              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
5399              
5400              Forgot to check-in the larger part of #9120, duh.
5401              
5402              Subject: Another patch for integer.pm POD 
5403              
5404              h2ph strictness and cleanliness from Kurt Starsinic.
5405              
5406              Borland filename case problem.
5407              
5408              h2ph strictness and cleanliness from Kurt Starsinic.
5409              
5410              Subject: [PATCH] the uncontroversial doc patches
5411      Branch: maint-5.6/perl
5412           +> win32/sncfnmcs.pl
5413           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
5414           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
5415           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
5416           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
5417           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
5418           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
5419           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
5420 ____________________________________________________________________________
5421 [  9226] By: jhi                                   on 2001/03/19  02:10:21
5422         Log: Integrate changes #9207,9214 from mainline into maintperl.
5423              
5424              podchecker relaxations: =over has an *optional* number after it,
5425              and whitespace in L<> is okay.
5426      Branch: maint-5.6/perl
5427           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
5428           !> t/pod/poderrs.xr
5429 ____________________________________________________________________________
5430 [  9225] By: jhi                                   on 2001/03/19  02:07:38
5431         Log: Integrate change #9219 from maintperl into mainline.
5432              
5433              remove duplicated tests
5434      Branch: perl
5435           !> t/op/re_tests
5436 ____________________________________________________________________________
5437 [  9224] By: jhi                                   on 2001/03/19  02:06:11
5438         Log: Integrate change #9223 from mainline to maintperl.
5439              
5440              Document -Dmksymlinks.
5441      Branch: maint-5.6/perl
5442           !> INSTALL
5443 ____________________________________________________________________________
5444 [  9223] By: jhi                                   on 2001/03/19  02:01:25
5445         Log: Document -Dmksymlinks.
5446      Branch: perl
5447            ! INSTALL
5448 ____________________________________________________________________________
5449 [  9222] By: jhi                                   on 2001/03/19  01:15:35
5450         Log: The -Dmksymlinks wasn't working for maintperl.
5451      Branch: maint-5.6/perl
5452            ! Configure
5453 ____________________________________________________________________________
5454 [  9221] By: jhi                                   on 2001/03/19  00:49:43
5455         Log: Cleanup pixie residue.
5456      Branch: perl
5457            ! Makefile.SH
5458 ____________________________________________________________________________
5459 [  9220] By: jhi                                   on 2001/03/19  00:44:47
5460         Log: Document the use of pixie/prof; create make targets for it.
5461              
5462              TODO: make t/TEST pixie-aware.
5463      Branch: perl
5464            ! Makefile.SH pod/perlhack.pod
5465 ____________________________________________________________________________
5466 [  9219] By: gsar                                  on 2001/03/19  00:16:55
5467         Log: remove duplicated tests
5468      Branch: maint-5.6/perl
5469            ! t/op/re_tests
5470 ____________________________________________________________________________
5471 [  9218] By: jhi                                   on 2001/03/18  23:59:31
5472         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
5473      Branch: perl
5474            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
5475 ____________________________________________________________________________
5476 [  9217] By: jhi                                   on 2001/03/18  23:25:20
5477         Log: Rewrite the tests section of Makefile to be less redundant
5478              and to allow for more flexible test targets, many recursive
5479              make calls introduced.
5480      Branch: perl
5481            ! Makefile.SH
5482 ____________________________________________________________________________
5483 [  9216] By: jhi                                   on 2001/03/18  22:30:04
5484         Log: Document the use of Third Degree (sparsely).
5485      Branch: perl
5486            ! pod/perlhack.pod t/TEST
5487 ____________________________________________________________________________
5488 [  9215] By: jhi                                   on 2001/03/18  22:10:30
5489         Log: Make targets for testing with Third Degree.
5490      Branch: perl
5491            ! Makefile.SH
5492 ____________________________________________________________________________
5493 [  9214] By: jhi                                   on 2001/03/18  21:08:53
5494         Log: The podchecker relaxations need to mirrored also at the tests.
5495      Branch: perl
5496            ! t/pod/poderrs.xr
5497 ____________________________________________________________________________
5498 [  9213] By: jhi                                   on 2001/03/18  20:56:21
5499         Log: Update Changes.
5500      Branch: perl
5501            ! Changes patchlevel.h
5502 ____________________________________________________________________________
5503 [  9212] By: jhi                                   on 2001/03/18  20:36:59
5504         Log: Looking for config.sh in parent directories isn't
5505              very useful for the toplevel Makefile.
5506      Branch: perl
5507            ! Makefile.SH
5508 ____________________________________________________________________________
5509 [  9211] By: jhi                                   on 2001/03/18  20:33:37
5510         Log: On "make clean" take care of Third Degree droppings.
5511      Branch: perl
5512            ! Makefile.SH
5513 ____________________________________________________________________________
5514 [  9210] By: jhi                                   on 2001/03/18  20:21:34
5515         Log: Add a hook for running the tests under the Third Degree
5516              debugging tool (set $ENV{PERL_3LOG} to non-zero)
5517              
5518              TODO: Document the use of Third Degree.
5519      Branch: perl
5520            ! t/TEST
5521 ____________________________________________________________________________
5522 [  9209] By: jhi                                   on 2001/03/18  20:19:07
5523         Log: Regen toc and api pods.
5524      Branch: perl
5525            ! pod/perlapi.pod pod/perltoc.pod
5526 ____________________________________________________________________________
5527 [  9208] By: jhi                                   on 2001/03/18  20:12:12
5528         Log: Integrate changes #8128,9132 from mainline into maintperl,
5529              Tie::SubstrHash fixes.
5530      Branch: maint-5.6/perl
5531           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
5532 ____________________________________________________________________________
5533 [  9207] By: jhi                                   on 2001/03/18  20:07:43
5534         Log: podchecker relaxations from Michael Stevens.
5535      Branch: perl
5536            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
5537 ____________________________________________________________________________
5538 [  9206] By: jhi                                   on 2001/03/18  20:04:24
5539         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
5540      Branch: perl
5541            ! lib/Locale/Constants.pm lib/Locale/Country.pm
5542            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
5543            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
5544 ____________________________________________________________________________
5545 [  9205] By: jhi                                   on 2001/03/18  19:54:45
5546         Log: Integrate changes #9161,9162 from maintperl to mainline.
5547              
5548              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
5549              results
5550      Branch: perl
5551           !> t/op/magic.t
5552 ____________________________________________________________________________
5553 [  9204] By: jhi                                   on 2001/03/18  19:37:46
5554         Log: Make perl.third checks more understandable to the builder.
5555      Branch: perl
5556            ! Makefile.SH
5557 ____________________________________________________________________________
5558 [  9203] By: jhi                                   on 2001/03/18  19:20:54
5559         Log: Re-integrate #9138 from maintperl to mainline,
5560              the squelching of the unneeded "Scalars leaked" messages.
5561      Branch: perl
5562           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
5563           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
5564           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
5565 ____________________________________________________________________________
5566 [  9202] By: jhi                                   on 2001/03/18  18:48:36
5567         Log: More robust and more paranoid perl.third target.
5568      Branch: perl
5569            ! Makefile.SH
5570 ____________________________________________________________________________
5571 [  9201] By: jhi                                   on 2001/03/18  18:39:21
5572         Log: Integrate change #9197 from maintperl to mainline.
5573              
5574              more thorough cleaning of arenas.
5575      Branch: perl
5576           !> embed.pl perl.c proto.h sv.c t/op/sort.t
5577 ____________________________________________________________________________
5578 [  9200] By: jhi                                   on 2001/03/18  18:25:17
5579         Log: Integrate perlio.
5580      Branch: perl
5581           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
5582           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
5583           !> t/lib/encode.t toke.c universal.c utf8.c
5584 ____________________________________________________________________________
5585 [  9199] By: nick                                  on 2001/03/18  15:23:51
5586         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
5587              is the sense of the test being done. Avoid some magical 127 and 128 values
5588              by using macros.
5589      Branch: perlio
5590            ! doop.c pp_ctl.c sv.c toke.c
5591 ____________________________________________________________________________
5592 [  9198] By: nick                                  on 2001/03/18  14:18:12
5593         Log: UTF-X encoding invariance for Encode:
5594              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
5595              - move the XS code for those to universal.c (so in miniperl)
5596              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
5597              - change ext/Encode/compile to use above.
5598              - Fix t/lib/encode.t for above
5599              - Teach t/lib/b.t to expect -uutf8
5600              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
5601              utf8.pm is needed.
5602      Branch: perlio
5603            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
5604            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
5605 ____________________________________________________________________________
5606 [  9197] By: gsar                                  on 2001/03/18  12:15:57
5607         Log: more thorough cleaning of arenas--keep going until no more
5608              SvREFCNT_dec()s occur (this fixes the problem that causes the
5609              pesky "Scalars leaked" warnings)
5610      Branch: maint-5.6/perl
5611            ! embed.pl perl.c proto.h sv.c t/op/sort.t
5612 ____________________________________________________________________________
5613 [  9196] By: nick                                  on 2001/03/18  10:57:29
5614         Log: Fix pragma/utf8.t # 15
5615              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
5616              are SvUTF8 as well.
5617      Branch: perlio
5618            ! toke.c
5619 ____________________________________________________________________________
5620 [  9195] By: nick                                  on 2001/03/18  09:27:06
5621         Log: Integrate mainline
5622      Branch: perlio
5623           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
5624           !> t/op/pat.t
5625 ____________________________________________________________________________
5626 [  9194] By: jhi                                   on 2001/03/18  05:29:59
5627         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
5628              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
5629      Branch: perl
5630            ! op.c op.h t/op/misc.t t/op/pat.t
5631 ____________________________________________________________________________
5632 [  9193] By: jhi                                   on 2001/03/18  05:15:06
5633         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
5634      Branch: perl
5635            ! mg.c t/op/pat.t
5636 ____________________________________________________________________________
5637 [  9192] By: jhi                                   on 2001/03/18  04:22:43
5638         Log: tr/// UTF-8 patches from Inaba Hiroto.
5639      Branch: perl
5640            ! doop.c op.c
5641 ____________________________________________________________________________
5642 [  9191] By: jhi                                   on 2001/03/18  04:21:17
5643         Log: Integrate perlio.
5644      Branch: perl
5645           !> utf8.c utfebcdic.h
5646 ____________________________________________________________________________
5647 [  9190] By: nick                                  on 2001/03/17  20:32:01
5648         Log: Correct #if EBCDIC side typos.
5649              Builds and passes many tests on OS390.
5650      Branch: perlio
5651            ! utf8.c utfebcdic.h
5652 ____________________________________________________________________________
5653 [  9189] By: jhi                                   on 2001/03/17  18:55:49
5654         Log: Add prerequisites for the perl.third target.
5655      Branch: perl
5656            ! Makefile.SH
5657 ____________________________________________________________________________
5658 [  9188] By: jhi                                   on 2001/03/17  18:46:00
5659         Log: Integrate perlio.
5660      Branch: perl
5661           +> utfebcdic.h
5662           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
5663 ____________________________________________________________________________
5664 [  9187] By: jhi                                   on 2001/03/17  18:38:47
5665         Log: Add a make rule for perl.third (the Third Degree memory debugging
5666              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
5667      Branch: perl
5668            ! Makefile.SH
5669 ____________________________________________________________________________
5670 [  9186] By: nick                                  on 2001/03/17  18:34:48
5671         Log: MANIFEST addition :-(
5672      Branch: perlio
5673            ! MANIFEST
5674 ____________________________________________________________________________
5675 [  9185] By: nick                                  on 2001/03/17  18:29:50
5676         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
5677              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
5678              a superset of ASCII are invariant under the encoding. This is EBCDIC
5679              friendly as an encoded string can be looked at as being EBCDIC by lexer
5680              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
5681              ASCII on ASCII machines.
5682              
5683              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
5684              seperate.
5685              - Add some more macros to comprehend different shift amounts and
5686              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
5687              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
5688              and conditionaly #include it.
5689              
5690              EBCDIC build as yet untested.  ASCII still fails the one test.
5691      Branch: perlio
5692            + utfebcdic.h
5693            ! utf8.c utf8.h
5694 ____________________________________________________________________________
5695 [  9184] By: nick                                  on 2001/03/17  17:44:16
5696         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
5697      Branch: perlio
5698            ! doop.c perl.h pp.c utf8.h
5699 ____________________________________________________________________________
5700 [  9183] By: jhi                                   on 2001/03/17  15:55:42
5701         Log: Integrate perlio.
5702      Branch: perl
5703            ! MANIFEST
5704           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
5705 ____________________________________________________________________________
5706 [  9182] By: nick                                  on 2001/03/17  09:16:06
5707         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
5708      Branch: perlio
5709            ! t/op/pat.t
5710 ____________________________________________________________________________
5711 [  9181] By: nick                                  on 2001/03/17  09:15:11
5712         Log: Integrate mainline.
5713      Branch: perlio
5714           +> lib/Locale/Constants.pm lib/Locale/Country.pm
5715           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
5716           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
5717           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
5718           !> (integrate 83 files)
5719 ____________________________________________________________________________
5720 [  9180] By: nick                                  on 2001/03/16  17:23:21
5721         Log: EBCDIC Fixes.
5722      Branch: perlio
5723            ! perl.h sv.c toke.c utf8.c utf8.h
5724 ____________________________________________________________________________
5725 [  9179] By: jhi                                   on 2001/03/16  14:10:12
5726         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
5727              a change needed to work around an AIX compiler bug.
5728      Branch: perl
5729            ! ext/Storable/Storable.xs
5730 ____________________________________________________________________________
5731 [  9178] By: jhi                                   on 2001/03/16  03:19:59
5732         Log: With Damian's approval synchronize damian's modules'
5733              licensing with Perl's standard module licensing.
5734      Branch: perl
5735            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
5736 ____________________________________________________________________________
5737 [  9177] By: jhi                                   on 2001/03/16  03:15:34
5738         Log: Make the Filter::Util:Call files have their own copies
5739              of the Perl standard module licensing, from Paul Marquess.
5740      Branch: perl
5741            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5742 ____________________________________________________________________________
5743 [  9176] By: jhi                                   on 2001/03/16  02:56:04
5744         Log: Subject: [PATCH] more pod patches
5745              From: Michael Stevens <michael@etla.org>
5746              Date: Thu, 15 Mar 2001 21:25:18 +0000
5747              Message-ID: <20010315212518.A18870@firedrake.org>
5748      Branch: perl
5749            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
5750            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
5751            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
5752            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
5753            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5754            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
5755            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
5756            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
5757            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
5758            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
5759            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
5760            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
5761            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
5762            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
5763            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
5764            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
5765            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
5766            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
5767            ! lib/Locale/Country.pm lib/Locale/Language.pm
5768            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
5769            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
5770            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
5771            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
5772            ! os2/OS2/Process/Process.pm
5773 ____________________________________________________________________________
5774 [  9175] By: jhi                                   on 2001/03/16  02:53:32
5775         Log: Subject: [PATCH] the uncontroversial doc patches
5776              From: Michael Stevens <michael@etla.org>
5777              Date: Thu, 15 Mar 2001 20:01:12 +0000
5778              Message-ID: <20010315200112.A7636@firedrake.org>
5779      Branch: perl
5780            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
5781            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
5782            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
5783            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
5784            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
5785 ____________________________________________________________________________
5786 [  9174] By: jhi                                   on 2001/03/16  02:50:49
5787         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
5788              From: Paul Lindner <lindner@inuus.com>
5789              Date: Fri, 16 Mar 2001 11:28:03 -0800
5790              Message-ID: <20010316112803.A7577@inuus.com>
5791      Branch: perl
5792            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
5793 ____________________________________________________________________________
5794 [  9173] By: nick                                  on 2001/03/15  20:21:03
5795         Log: 1st day's EBCDIC fixes:
5796              - toke.c's parsing of strings needed attention
5797              needed to conditionally e2a if string was already UTF-8
5798              - e2a/a2e tables where wrong way round.
5799              - new macros in utf8.h
5800      Branch: perlio
5801            ! perl.h toke.c utf8.h
5802 ____________________________________________________________________________
5803 [  9172] By: jhi                                   on 2001/03/15  15:17:17
5804         Log: Update Changes.
5805      Branch: perl
5806            ! Changes patchlevel.h
5807 ____________________________________________________________________________
5808 [  9171] By: jhi                                   on 2001/03/15  15:09:32
5809         Log: Subject: Re: Another Borland C++ problem.
5810              From: "Vadim Konovalov" <watman@inbox.ru>
5811              Date: Sat, 10 Mar 2001 19:26:07 +0300
5812              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
5813              
5814              Borland filename case problem.
5815      Branch: perl
5816            + win32/sncfnmcs.pl
5817            ! MANIFEST README.win32
5818 ____________________________________________________________________________
5819 [  9170] By: jhi                                   on 2001/03/15  14:54:23
5820         Log: Add Locale::Codes 1.06, from Neil Bowers.
5821      Branch: perl
5822            + lib/Locale/Constants.pm lib/Locale/Country.pm
5823            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
5824            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
5825            + t/lib/lc-language.t t/lib/lc-uk.t
5826            ! MANIFEST
5827 ____________________________________________________________________________
5828 [  9169] By: jhi                                   on 2001/03/15  14:19:01
5829         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
5830      Branch: perl
5831            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5832            ! ext/Storable/Storable.xs
5833 ____________________________________________________________________________
5834 [  9168] By: jhi                                   on 2001/03/15  14:13:22
5835         Log: Integrate changes #9120,9167 from mainline to maintperl.
5836              
5837              Subject: [PATCH 5.6.1] OS/2 docs
5838              
5839              Subject: [PATCH 5.6.1] perldoc
5840      Branch: maint-5.6/perl
5841           !> os2/Changes utils/perldoc.PL
5842 ____________________________________________________________________________
5843 [  9167] By: jhi                                   on 2001/03/15  14:07:42
5844         Log: Subject: [PATCH 5.6.1] perldoc
5845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5846              Date: Wed, 14 Mar 2001 23:46:52 -0500
5847              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
5848      Branch: perl
5849            ! utils/perldoc.PL
5850 ____________________________________________________________________________
5851 [  9166] By: jhi                                   on 2001/03/15  13:53:15
5852         Log: sigaction test condition tweakage.
5853      Branch: perl
5854            ! t/lib/sigaction.t
5855 ____________________________________________________________________________
5856 [  9165] By: alanbur                               on 2001/03/15  03:49:17
5857         Log: Resynchronised with parent
5858      Branch: maint-5.6/pureperl
5859           +> os2/os2add.sym t/op/anonsub.t
5860           !> (integrate 72 files)
5861 ____________________________________________________________________________
5862 [  9164] By: jhi                                   on 2001/03/15  01:05:01
5863         Log: Avoid stomping off the beginning of an array in tr///.
5864      Branch: perl
5865            ! op.c
5866 ____________________________________________________________________________
5867 [  9163] By: jhi                                   on 2001/03/15  00:58:57
5868         Log: h2ph strictness and cleanliness from Kurt Starsinic.
5869      Branch: perl
5870            ! utils/h2ph.PL
5871 ____________________________________________________________________________
5872 [  9162] By: gsar                                  on 2001/03/15  00:56:53
5873         Log: avoid warnings
5874      Branch: maint-5.6/perl
5875            ! t/op/magic.t
5876 ____________________________________________________________________________
5877 [  9161] By: gsar                                  on 2001/03/15  00:52:09
5878         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
5879              results
5880      Branch: maint-5.6/perl
5881            ! t/op/magic.t
5882 ____________________________________________________________________________
5883 [  9160] By: jhi                                   on 2001/03/14  22:02:10
5884         Log: Do not use the Perl malloc in IRIX, suggested by
5885              Helmus Jarausch.
5886      Branch: perl
5887            ! hints/irix_6.sh
5888 ____________________________________________________________________________
5889 [  9159] By: nick                                  on 2001/03/14  21:45:59
5890         Log: Integrate mainline
5891      Branch: perlio
5892           +> t/op/loopctl.t
5893           !> (integrate 41 files)
5894 ____________________________________________________________________________
5895 [  9158] By: jhi                                   on 2001/03/14  21:10:09
5896         Log: The Day of the Retractions continues: the #9138
5897              (integrated in #9144) doesn't work well in mainline.
5898      Branch: perl
5899            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
5900            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
5901            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
5902 ____________________________________________________________________________
5903 [  9157] By: jhi                                   on 2001/03/14  20:58:12
5904         Log: The #9145 CANNOT be enabled: the clear_pmop code still
5905              dumps core all over in Tru64.
5906      Branch: perl
5907            ! op.c op.h t/op/pat.t
5908 ____________________________________________________________________________
5909 [  9156] By: jhi                                   on 2001/03/14  20:48:06
5910         Log: Integrate change #9154 from maintperl to mainline.
5911              
5912              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
5913              (caused Storable 1.0.10 to break on windows)
5914      Branch: perl
5915           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
5916           !> perlapi.c proto.h
5917 ____________________________________________________________________________
5918 [  9155] By: jhi                                   on 2001/03/14  20:23:53
5919         Log: Retract #9136: breaks threading (and binary compatibility).
5920      Branch: perl
5921            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
5922 ____________________________________________________________________________
5923 [  9154] By: gsar                                  on 2001/03/14  17:48:18
5924         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
5925              (caused Storable 1.0.10 to break on windows)
5926      Branch: maint-5.6/perl
5927            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
5928            ! perlapi.c proto.h
5929 ____________________________________________________________________________
5930 [  9153] By: jhi                                   on 2001/03/14  13:35:21
5931         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
5932      Branch: perl
5933            ! t/lib/sigaction.t
5934 ____________________________________________________________________________
5935 [  9152] By: gsar                                  on 2001/03/14  07:29:40
5936         Log: back out changes#9012,9010,9009 and parts of change#9016
5937              (causes ABRs under purify, and some prerequisites don't
5938              seem to be there in 5.6.x)
5939      Branch: maint-5.6/perl
5940            ! doop.c op.c t/op/tr.t toke.c
5941 ____________________________________________________________________________
5942 [  9151] By: gsar                                  on 2001/03/14  07:01:29
5943         Log: reenable change#9145 (the test was busted due to a missing
5944              C<print "ok 27\n">)
5945      Branch: perl
5946            ! op.c op.h t/op/pat.t
5947 ____________________________________________________________________________
5948 [  9150] By: jhi                                   on 2001/03/14  06:38:36
5949         Log: Retract #9145.
5950      Branch: perl
5951            ! op.c op.h t/op/pat.t
5952 ____________________________________________________________________________
5953 [  9149] By: jhi                                   on 2001/03/14  06:14:56
5954         Log: Retract #9143.
5955      Branch: perl
5956            ! op.c
5957 ____________________________________________________________________________
5958 [  9148] By: gsar                                  on 2001/03/14  06:13:02
5959         Log: Uninitialized Memory Read in regexec.c
5960      Branch: perl
5961            ! regexec.c
5962 ____________________________________________________________________________
5963 [  9147] By: jhi                                   on 2001/03/14  04:59:54
5964         Log: Subject: PATCH: make goto work in nested eval ""
5965              From: Robin Houston <robin@kitsite.com>
5966              Date: Wed, 14 Mar 2001 04:16:10 +0000
5967              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
5968      Branch: perl
5969            ! pp_ctl.c t/op/goto.t
5970 ____________________________________________________________________________
5971 [  9146] By: jhi                                   on 2001/03/14  04:42:54
5972         Log: Preserve the #ifdef PERL_CORE in perly.h.
5973      Branch: perl
5974            ! perly.fixer
5975 ____________________________________________________________________________
5976 [  9145] By: jhi                                   on 2001/03/14  03:57:41
5977         Log: (Retracted by #9150.)
5978      Branch: perl
5979            ! op.c op.h t/op/pat.t
5980 ____________________________________________________________________________
5981 [  9144] By: jhi                                   on 2001/03/14  03:50:38
5982         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
5983              
5984              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
5985              
5986              remove squelch controls for "Scalars leaked" messages in most places
5987              (these are now cured)
5988              
5989              fix another memory leak reported by purify (tie callbacks that
5990              croak can leak when wiping out magic)
5991      Branch: perl
5992           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
5993           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
5994           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
5995           !> t/pragma/warnings.t
5996 ____________________________________________________________________________
5997 [  9143] By: jhi                                   on 2001/03/14  03:37:53
5998         Log: (Retracted by #9149.)
5999      Branch: perl
6000            ! op.c
6001 ____________________________________________________________________________
6002 [  9142] By: gsar                                  on 2001/03/14  03:20:48
6003         Log: fix another memory leak reported by purify (tie callbacks that
6004              croak can leak when wiping out magic)
6005      Branch: maint-5.6/perl
6006            ! scope.c
6007 ____________________________________________________________________________
6008 [  9141] By: jhi                                   on 2001/03/14  02:55:00
6009         Log: Subject: PATCH for [ID 20010305.003]
6010              From: Robin Houston <robin@kitsite.com>
6011              Date: Wed, 14 Mar 2001 02:45:51 +0000
6012              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
6013      Branch: perl
6014            ! pp_ctl.c t/op/eval.t
6015 ____________________________________________________________________________
6016 [  9140] By: jhi                                   on 2001/03/14  02:41:54
6017         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
6018              Date: Wed, 14 Mar 2001 01:52:51 +0000
6019              From: Robin Houston <robin@kitsite.com>
6020              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
6021              
6022              Fix for 2000313.004.
6023      Branch: perl
6024            ! pp_ctl.c t/op/goto.t
6025 ____________________________________________________________________________
6026 [  9139] By: jhi                                   on 2001/03/14  02:40:50
6027         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
6028              From: Robin Houston <robin@kitsite.com>
6029              Date: Wed, 14 Mar 2001 00:43:45 +0000
6030              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
6031      Branch: perl
6032            + t/op/loopctl.t
6033            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
6034            ! vms/perly_c.vms
6035 ____________________________________________________________________________
6036 [  9138] By: gsar                                  on 2001/03/14  01:18:00
6037         Log: remove squelch controls for "Scalars leaked" messages in most places
6038              (these are now cured)
6039      Branch: maint-5.6/perl
6040            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
6041            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
6042            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
6043 ____________________________________________________________________________
6044 [  9137] By: gsar                                  on 2001/03/14  00:57:04
6045         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
6046      Branch: maint-5.6/perl
6047            ! regcomp.c
6048 ____________________________________________________________________________
6049 [  9136] By: jhi                                   on 2001/03/13  23:12:24
6050         Log: (Retracted by #9155)
6051              
6052              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
6053              From: Jens-Uwe Mager <jum@helios.de>
6054              Date: Wed, 21 Feb 2001 21:32:04 +0100
6055              Message-ID: <20010221213203.A18340@ans.helios.de>
6056      Branch: perl
6057            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
6058 ____________________________________________________________________________
6059 [  9135] By: jhi                                   on 2001/03/13  22:50:05
6060         Log: Integrate perlio.
6061      Branch: perl
6062           !> pp.c
6063 ____________________________________________________________________________
6064 [  9134] By: jhi                                   on 2001/03/13  22:49:05
6065         Log: Integrate change #9131 from maintperl into mainline.
6066              
6067              make the error text look more consistent in hints/hpux.sh
6068      Branch: perl
6069           !> hints/hpux.sh
6070 ____________________________________________________________________________
6071 [  9133] By: gsar                                  on 2001/03/13  22:46:20
6072         Log: integrate change#9067 from mainline
6073              
6074              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
6075      Branch: maint-5.6/perl
6076           !> lib/ExtUtils/MM_Unix.pm
6077 ____________________________________________________________________________
6078 [  9132] By: jhi                                   on 2001/03/13  22:41:21
6079         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
6080              From: "John P. Linderman" <jpl@research.att.com>
6081              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
6082              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
6083              
6084              A more correct prime finder.
6085      Branch: perl
6086            ! lib/Tie/SubstrHash.pm
6087 ____________________________________________________________________________
6088 [  9131] By: gsar                                  on 2001/03/13  22:30:42
6089         Log: make the error text look more consistent in hints/hpux.sh
6090      Branch: maint-5.6/perl
6091            ! hints/hpux.sh
6092 ____________________________________________________________________________
6093 [  9130] By: jhi                                   on 2001/03/13  22:23:44
6094         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
6095              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6096              Date: Tue, 13 Mar 2001 18:41:26 +0100
6097              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
6098              
6099              If the test is run non-interactively the default handler
6100              is different.
6101      Branch: perl
6102            ! t/lib/sigaction.t
6103 ____________________________________________________________________________
6104 [  9129] By: jhi                                   on 2001/03/13  22:20:21
6105         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
6106              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6107              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
6108              Date:     Tue, 13 Mar 2001 16:44:32 EST
6109      Branch: perl
6110            ! t/lib/1_compile.t
6111 ____________________________________________________________________________
6112 [  9128] By: jhi                                   on 2001/03/13  22:18:34
6113         Log: Subject: Another patch for integer.pm POD 
6114              From: "John L. Allen" <allen@grumman.com>
6115              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
6116              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
6117      Branch: perl
6118            ! lib/integer.pm
6119 ____________________________________________________________________________
6120 [  9127] By: nick                                  on 2001/03/13  21:26:30
6121         Log: Integrate mainline.
6122      Branch: perlio
6123           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
6124           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
6125           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
6126           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
6127           !> Changes Configure MANIFEST README.os2 README.os390
6128           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
6129           !> os2/Changes patchlevel.h win32/perlhost.h
6130 ____________________________________________________________________________
6131 [  9126] By: nick                                  on 2001/03/13  20:39:51
6132         Log: #ifdef'ed out code to make packed side of pack/unpack
6133              octets. (i.e. pack('U') => encode_utf8).
6134      Branch: perlio
6135            ! pp.c
6136 ____________________________________________________________________________
6137 [  9125] By: jhi                                   on 2001/03/13  15:07:16
6138         Log: Update Changes.
6139      Branch: perl
6140            ! Changes patchlevel.h
6141 ____________________________________________________________________________
6142 [  9124] By: jhi                                   on 2001/03/13  14:22:45
6143         Log: Workaround for the buggy ("internal compiler error")
6144              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
6145              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
6146              of Andreas König.
6147      Branch: perl
6148            ! ext/re/Makefile.PL hints/aix.sh
6149 ____________________________________________________________________________
6150 [  9123] By: jhi                                   on 2001/03/13  03:24:34
6151         Log: Typo in #9114.
6152      Branch: metaconfig
6153            ! U/modified/myhostname.U
6154 ____________________________________________________________________________
6155 [  9122] By: jhi                                   on 2001/03/13  03:24:06
6156         Log: Typo in #9113.
6157      Branch: perl
6158            ! Configure
6159 ____________________________________________________________________________
6160 [  9121] By: jhi                                   on 2001/03/13  01:53:05
6161         Log: Forgot to check-in the larger part of #9120, duh.
6162      Branch: perl
6163            ! README.os2
6164 ____________________________________________________________________________
6165 [  9120] By: jhi                                   on 2001/03/13  01:51:31
6166         Log: Subject: [PATCH 5.6.1] OS/2 docs
6167              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6168              Date: Mon, 12 Mar 2001 03:27:32 -0500
6169              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
6170      Branch: perl
6171            ! os2/Changes
6172 ____________________________________________________________________________
6173 [  9119] By: jhi                                   on 2001/03/13  01:49:41
6174         Log: Integrate change #9116 from maintperl into mainline.
6175              
6176              Win32::GetCwd() returns C: instead of C:\ in the root directory
6177              under ithreads
6178      Branch: perl
6179           !> win32/perlhost.h
6180 ____________________________________________________________________________
6181 [  9118] By: jhi                                   on 2001/03/13  01:13:39
6182         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
6183      Branch: perl
6184            + lib/Switch.pm t/lib/switch.t
6185            ! MANIFEST
6186 ____________________________________________________________________________
6187 [  9117] By: jhi                                   on 2001/03/13  01:03:17
6188         Log: Add Text::Balanced 1.83.
6189      Branch: perl
6190            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
6191            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
6192            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
6193            + t/lib/tb-xvari.t
6194            ! MANIFEST
6195 ____________________________________________________________________________
6196 [  9116] By: gsar                                  on 2001/03/13  00:55:53
6197         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
6198              under ithreads
6199      Branch: maint-5.6/perl
6200            ! win32/perlhost.h
6201 ____________________________________________________________________________
6202 [  9115] By: jhi                                   on 2001/03/13  00:54:09
6203         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
6204              From: "John L. Allen" <allen@grumman.com>
6205              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
6206              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
6207              
6208              use integer document clarification.
6209      Branch: perl
6210            ! lib/integer.pm
6211 ____________________________________________________________________________
6212 [  9114] By: jhi                                   on 2001/03/13  00:38:54
6213         Log: Metaconfig unit change for #9113.
6214      Branch: metaconfig
6215            ! U/modified/myhostname.U
6216 ____________________________________________________________________________
6217 [  9113] By: jhi                                   on 2001/03/13  00:38:35
6218         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
6219              From: Peter Prymmer <pvhp@forte.com>
6220              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
6221              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
6222      Branch: perl
6223            ! Configure README.os390 hints/os390.sh
6224 ____________________________________________________________________________
6225 [  9112] By: jhi                                   on 2001/03/13  00:29:00
6226         Log: Integrate perlio.
6227      Branch: perl
6228           !> sv.c utf8.h
6229 ____________________________________________________________________________
6230 [  9111] By: nick                                  on 2001/03/12  21:16:33
6231         Log: Integrate mainline.
6232      Branch: perlio
6233           +> t/op/anonsub.t
6234           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
6235           !> proto.h sv.c
6236 ____________________________________________________________________________
6237 [  9110] By: nick                                  on 2001/03/12  21:00:13
6238         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
6239      Branch: perlio
6240            ! sv.c utf8.h
6241 ____________________________________________________________________________
6242 [  9109] By: jhi                                   on 2001/03/12  16:04:47
6243         Log: Integrate change #9108 from maintperl to mainline.
6244              
6245              fix memory leak in C<sub X { sub {} }> arising from a refcount
6246              loop between the outer sub and the inner prototype anonsub
6247              
6248              this also enables closures returned by subroutines that
6249              subsequently get redefined to work without generating coredumps :)
6250              
6251              completely removed the free_closures() hack--it shouldn't be
6252              needed anymore
6253      Branch: perl
6254           +> t/op/anonsub.t
6255           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
6256           !> proto.h sv.c
6257 ____________________________________________________________________________
6258 [  9108] By: gsar                                  on 2001/03/12  10:21:31
6259         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
6260              loop between the outer sub and the inner prototype anonsub
6261              
6262              this also enables closures returned by subroutines that
6263              subsequently get redefined to work without generating coredumps :)
6264              
6265              completely removed the free_closures() hack--it shouldn't be
6266              needed anymore
6267      Branch: maint-5.6/perl
6268            + t/op/anonsub.t
6269            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
6270            ! proto.h sv.c
6271 ____________________________________________________________________________
6272 [  9107] By: jhi                                   on 2001/03/12  05:15:31
6273         Log: Integrate perlio.
6274      Branch: perl
6275           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
6276 ____________________________________________________________________________
6277 [  9106] By: nick                                  on 2001/03/11  20:10:12
6278         Log: regcomp.c is working in native space, not Unicode space (if different)
6279              as it is doing compare against 'W' in \W etc.
6280      Branch: perlio
6281            ! regcomp.c
6282 ____________________________________________________________________________
6283 [  9105] By: nick                                  on 2001/03/11  19:39:34
6284         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
6285              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
6286      Branch: perlio
6287            ! regcomp.c toke.c utf8.c
6288 ____________________________________________________________________________
6289 [  9104] By: nick                                  on 2001/03/11  18:15:44
6290         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
6291      Branch: perlio
6292            ! sv.c
6293 ____________________________________________________________________________
6294 [  9103] By: nick                                  on 2001/03/11  18:03:28
6295         Log: Integrate mainline (for regexp stuff).
6296      Branch: perlio
6297           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
6298           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
6299           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
6300           !> t/lib/errno.t t/op/pat.t
6301 ____________________________________________________________________________
6302 [  9102] By: nick                                  on 2001/03/11  17:44:20
6303         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
6304              - exclude layer syms in makedef.pl for sfio
6305              - also inhibit Encode from trying to build ":encode()" layer.
6306      Branch: perlio
6307            ! ext/Encode/Encode.xs makedef.pl
6308 ____________________________________________________________________________
6309 [  9101] By: jhi                                   on 2001/03/10  22:38:13
6310         Log: The $Is_MacOS needs to be declared.
6311      Branch: perl
6312            ! lib/ExtUtils/Manifest.pm
6313 ____________________________________________________________________________
6314 [  9100] By: jhi                                   on 2001/03/10  22:14:29
6315         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
6316              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
6317              pollute the symbolspace if using sfio.
6318      Branch: perl
6319            ! ext/Encode/Encode.xs
6320 ____________________________________________________________________________
6321 [  9099] By: jhi                                   on 2001/03/10  21:58:48
6322         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
6323              Date: Sat, 10 Mar 2001 14:23:55 -0500
6324              From: Chris Nandor <pudge@pobox.com>
6325              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
6326      Branch: perl
6327            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
6328            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
6329            ! t/lib/errno.t
6330 ____________________________________________________________________________
6331 [  9098] By: jhi                                   on 2001/03/10  21:38:30
6332         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
6333      Branch: perl
6334            ! regcomp.c regexec.c t/op/pat.t
6335 ____________________________________________________________________________
6336 [  9097] By: jhi                                   on 2001/03/10  14:38:07
6337         Log: Integrate perlio.
6338      Branch: perl
6339           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
6340           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
6341           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
6342 ____________________________________________________________________________
6343 [  9096] By: nick                                  on 2001/03/10  11:55:43
6344         Log: EBCDIC sanity - phase I
6345              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
6346              - use utf8n_xxxx (c.f. pvn) for forms which take length.
6347              - back out vN.N and $^V exceptions to e2a/a2e
6348              - make "locale" isxxx macros be uvchr (may be redundant?)
6349              
6350              Not clear yet that toUPPER_uni et. al. return being handled correctly.
6351              The tr// and rexexp stuff still needs an audit, assumption is they are working
6352              in Unicode space.
6353              
6354              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
6355      Branch: perlio
6356            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
6357            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
6358            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
6359 ____________________________________________________________________________
6360 [  9095] By: jhi                                   on 2001/03/09  22:10:01
6361         Log: Integrate perlio.
6362      Branch: perl
6363           !> dump.c
6364 ____________________________________________________________________________
6365 [  9094] By: nick                                  on 2001/03/09  17:36:38
6366         Log: Builds an passes all tests after integrate and this tweak.
6367      Branch: perlio
6368            ! dump.c
6369 ____________________________________________________________________________
6370 [  9093] By: nick                                  on 2001/03/09  17:16:03
6371         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
6372      Branch: perlio
6373           +> lib/unicode/Scripts.txt t/lib/sigaction.t
6374           !> (integrate 79 files)
6375 ____________________________________________________________________________
6376 [  9092] By: jhi                                   on 2001/03/09  15:28:26
6377         Log: Update Changes.
6378      Branch: perl
6379            ! Changes patchlevel.h
6380 ____________________________________________________________________________
6381 [  9091] By: jhi                                   on 2001/03/09  15:25:05
6382         Log: In op/stat #35 better to scan all the potential directories
6383              for setuids, not just the first one.
6384      Branch: perl
6385            ! t/op/stat.t
6386 ____________________________________________________________________________
6387 [  9090] By: jhi                                   on 2001/03/09  15:01:27
6388         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
6389              From: rspier@pobox.com (Robert Spier)
6390              Date: Fri, 9 Mar 2001 03:30:20 -0500
6391              Message-ID: <15016.38044.381174.160189@rls.cx>
6392              
6393              EXISTS() returning undef mistakenly triggered a FETCH().
6394      Branch: perl
6395            ! hv.c
6396 ____________________________________________________________________________
6397 [  9089] By: jhi                                   on 2001/03/09  14:59:02
6398         Log: Add /sbin and /usr/sbin to the list of directories scanned
6399              for setuid programs.  Takes care of bug id 20010309.003.
6400      Branch: perl
6401            ! t/op/stat.t
6402 ____________________________________________________________________________
6403 [  9088] By: jhi                                   on 2001/03/09  14:48:32
6404         Log: Regen perlapi, perltoc.
6405      Branch: perl
6406            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
6407 ____________________________________________________________________________
6408 [  9087] By: jhi                                   on 2001/03/09  14:38:56
6409         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
6410              From: David Mitchell <davem@fdgroup.co.uk>
6411              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
6412              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
6413      Branch: perl
6414            ! dump.c perl.c perl.h pod/perlrun.pod
6415 ____________________________________________________________________________
6416 [  9086] By: jhi                                   on 2001/03/09  01:47:16
6417         Log: A modified version of
6418              
6419              Subject: [ID 20010307.005] POSIX::sigaction has various problems
6420              From: anders@broadcom.com
6421              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
6422              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
6423              
6424              Currently the sigaction.t test #6 fails (and is fudged to look
6425              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
6426              This may well be a genuine bug in Linux sigaction() (since at
6427              least Tru64, Solaris, and HP-UX disagree with Linux).
6428              Anyone with POSIX / SUSv2 tome handy?  The problem is that
6429              the flags of the oldaction don't match with the flags in
6430              the previously installed disposition.
6431      Branch: perl
6432            + t/lib/sigaction.t
6433            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
6434 ____________________________________________________________________________
6435 [  9085] By: jhi                                   on 2001/03/09  01:30:13
6436         Log: Subject: Re: mission impossible for the day
6437              From: Alex Gough <alex@rcon.org>
6438              Date: Thu, 08 Mar 2001 17:18:19 +0000
6439              Message-ID: <3AA7BEDB.8070409@rcon.org>
6440              
6441              If references (are overloaded) and can be directly stringified,
6442              show that instead of "stringified".
6443              
6444              (The problem, infinite mutual recursion caused by overloaded bool
6445              in Switch.pm, tracked by David Mitchell)
6446      Branch: perl
6447            ! lib/Carp/Heavy.pm
6448 ____________________________________________________________________________
6449 [  9084] By: jhi                                   on 2001/03/09  01:20:39
6450         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
6451              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
6452              From: David Mitchell <davem@fdgroup.co.uk>
6453              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
6454      Branch: perl
6455            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
6456            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
6457 ____________________________________________________________________________
6458 [  9083] By: jhi                                   on 2001/03/09  01:16:51
6459         Log: Subject: [PATCH] perldata.pod here-doc docs
6460              From: Jeff Pinyan <jeffp@crusoe.net>
6461              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
6462              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
6463      Branch: perl
6464            ! pod/perldata.pod
6465 ____________________________________________________________________________
6466 [  9082] By: jhi                                   on 2001/03/09  01:01:27
6467         Log: Subject: Re: Unicode/EBCDIC
6468              From: Peter Prymmer <pvhp@forte.com>
6469              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
6470              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
6471      Branch: perl
6472            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
6473 ____________________________________________________________________________
6474 [  9081] By: jhi                                   on 2001/03/08  13:41:30
6475         Log: Subject: Ooops, wrong 'no *POSIX' Patch
6476              From: Dorner Thomas <Thomas.Dorner@start.de>
6477              Date: Thu, 8 Mar 2001 08:43:28 +0100
6478              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
6479      Branch: perl
6480            ! hints/posix-bc.sh
6481 ____________________________________________________________________________
6482 [  9080] By: jhi                                   on 2001/03/08  13:11:42
6483         Log: It's Scripts.txt, not Script.txt.
6484      Branch: perl
6485            ! MANIFEST
6486 ____________________________________________________________________________
6487 [  9079] By: jhi                                   on 2001/03/08  12:59:05
6488         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
6489              From: Dorner Thomas <Thomas.Dorner@start.de>
6490              Date: Wed, 7 Mar 2001 14:13:31 +0100
6491              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
6492      Branch: perl
6493            ! makedepend.SH
6494 ____________________________________________________________________________
6495 [  9078] By: jhi                                   on 2001/03/08  12:57:43
6496         Log: Retract #9069, wrong patch.
6497      Branch: perl
6498            ! Makefile.SH
6499 ____________________________________________________________________________
6500 [  9077] By: jhi                                   on 2001/03/08  01:06:13
6501         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
6502      Branch: perl
6503            + lib/unicode/Scripts.txt
6504            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
6505            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
6506            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
6507            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
6508            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
6509            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
6510            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
6511            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
6512            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
6513            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
6514            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
6515            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
6516            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
6517            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
6518            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
6519            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
6520            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
6521            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
6522            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
6523            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
6524            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
6525            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
6526            ! lib/unicode/version
6527 ____________________________________________________________________________
6528 [  9076] By: jhi                                   on 2001/03/07  22:59:39
6529         Log: Integrate change #7784 from mainline into maintperl.
6530              
6531              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
6532      Branch: maint-5.6/perl
6533           !> pp_ctl.c t/op/pat.t
6534 ____________________________________________________________________________
6535 [  9075] By: jhi                                   on 2001/03/07  22:05:11
6536         Log: More UTF-8 test tweaks.
6537      Branch: perl
6538            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
6539 ____________________________________________________________________________
6540 [  9074] By: nick                                  on 2001/03/07  21:39:29
6541         Log: Integrate mainline.
6542      Branch: perlio
6543           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
6544           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
6545           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
6546           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
6547           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
6548 ____________________________________________________________________________
6549 [  9073] By: jhi                                   on 2001/03/07  16:37:09
6550         Log: Update Changes.
6551      Branch: perl
6552            ! Changes patchlevel.h
6553 ____________________________________________________________________________
6554 [  9072] By: jhi                                   on 2001/03/07  16:32:30
6555         Log: Subject: [ID 20010306.004] || != named unary operator
6556              From: abela@geneanet.org
6557              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
6558              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
6559      Branch: perl
6560            ! pod/perlop.pod
6561 ____________________________________________________________________________
6562 [  9071] By: jhi                                   on 2001/03/07  15:14:11
6563         Log: Subject: downgrading to bytes for common functions
6564              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
6565              Date: Wed, 7 Mar 2001 02:36:55 -0500
6566              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
6567      Branch: perl
6568            ! pp_sys.c
6569 ____________________________________________________________________________
6570 [  9070] By: jhi                                   on 2001/03/07  15:04:58
6571         Log: Clarify the description differentiating for and while; inspired by
6572              
6573              Subject: [ID 20010306.002] for/while difference in for definition
6574              From: abela@geneanet.org
6575              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
6576              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
6577      Branch: perl
6578            ! pod/perlsyn.pod
6579 ____________________________________________________________________________
6580 [  9069] By: jhi                                   on 2001/03/07  14:55:30
6581         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
6582              From: Dorner Thomas <Thomas.Dorner@start.de>
6583              Date: Wed, 7 Mar 2001 14:13:31 +0100
6584              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
6585      Branch: perl
6586            ! Makefile.SH
6587 ____________________________________________________________________________
6588 [  9068] By: jhi                                   on 2001/03/07  14:51:17
6589         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
6590              From: Radu Greab <radu@netsoft.ro>
6591              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
6592              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
6593      Branch: perl
6594            ! pp.c t/op/chop.t
6595 ____________________________________________________________________________
6596 [  9067] By: jhi                                   on 2001/03/07  14:48:57
6597         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
6598              From: Simon Cozens <simon@netthink.co.uk>
6599              Date: Wed, 7 Mar 2001 13:59:28 +0000
6600              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
6601              
6602              In order to allow MakeMaker to build correct Makefiles,
6603              you need to change the order of the arguments in MM_Unix.pm
6604              as well. (Unless you have C89_CCMODE set, but we're trying
6605              to be POSIXly correct)
6606              
6607              Thanks to Merijn Broeren for tracking this down.
6608      Branch: perl
6609            ! lib/ExtUtils/MM_Unix.pm
6610 ____________________________________________________________________________
6611 [  9066] By: jhi                                   on 2001/03/07  14:30:02
6612         Log: Floating point too messy.
6613      Branch: perl
6614            ! t/camel-III/vstring.t
6615 ____________________________________________________________________________
6616 [  9065] By: jhi                                   on 2001/03/07  14:17:44
6617         Log: Integrate change #9064 from maintperl into mainline.
6618              
6619              fix memory leak in pack("Bb",...)
6620      Branch: perl
6621           !> perl.c
6622 ____________________________________________________________________________
6623 [  9064] By: gsar                                  on 2001/03/07  06:29:24
6624         Log: fix memory leak in pack("Bb",...)
6625      Branch: maint-5.6/perl
6626            ! perl.c
6627 ____________________________________________________________________________
6628 [  9063] By: jhi                                   on 2001/03/07  00:55:04
6629         Log: Major utf8 test reorganisation and rewrite.
6630              Hopefully no tests were lost in the shuffle.
6631              (The beginning of pragma/utf8 was lost intentionally,
6632              the tests were rather bogus and incomplete.)
6633      Branch: perl
6634            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
6635            ! t/pragma/utf8.t
6636 ____________________________________________________________________________
6637 [  9062] By: jhi                                   on 2001/03/07  00:41:16
6638         Log: More tweakage on the Unicode character class descriptions.
6639      Branch: perl
6640            ! lib/unicode/mktables.PL pod/perlretut.pod
6641 ____________________________________________________________________________
6642 [  9061] By: jhi                                   on 2001/03/06  23:12:38
6643         Log: The perlretut was still talking about the old \p and \P
6644              definitions.
6645      Branch: perl
6646            ! pod/perlretut.pod
6647 ____________________________________________________________________________
6648 [  9060] By: nick                                  on 2001/03/06  20:52:37
6649         Log: Integrate mainline (make test works again now).
6650      Branch: perlio
6651           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
6652 ____________________________________________________________________________
6653 [  9059] By: jhi                                   on 2001/03/06  15:36:14
6654         Log: 0.999... does equal 1.0, doesn't it?
6655      Branch: perl
6656            ! t/camel-III/vstring.t
6657 ____________________________________________________________________________
6658 [  9058] By: jhi                                   on 2001/03/06  15:34:00
6659         Log: Make /x{abcd}/ to work without use utf8.
6660      Branch: perl
6661            ! regcomp.c
6662 ____________________________________________________________________________
6663 [  9057] By: jhi                                   on 2001/03/06  03:02:36
6664         Log: Easier to outcomment all the three reset() tests for now.
6665      Branch: perl
6666            ! t/op/pat.t
6667 ____________________________________________________________________________
6668 [  9056] By: jhi                                   on 2001/03/06  02:30:02
6669         Log: Comment out the deadly reset; until the 20010301.005
6670              is finally fixed.
6671      Branch: perl
6672            ! t/op/pat.t
6673 ____________________________________________________________________________
6674 [  9055] By: jhi                                   on 2001/03/06  02:21:26
6675         Log: Integrate the change #9054 from mainline:
6676              retract the PMOP cleanup patch pending further investigation.
6677      Branch: maint-5.6/perl
6678           !> op.c op.h
6679 ____________________________________________________________________________
6680 [  9054] By: jhi                                   on 2001/03/06  02:19:57
6681         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
6682              with oddly familiar stack traces.
6683      Branch: perl
6684            ! op.c op.h
6685 ____________________________________________________________________________
6686 [  9053] By: jhi                                   on 2001/03/05  23:20:28
6687         Log: Integrate perlio.
6688      Branch: perl
6689           +> ext/Encode/Encode/koi8-r.ucm
6690           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
6691           !> makedef.pl
6692 ____________________________________________________________________________
6693 [  9052] By: nick                                  on 2001/03/05  23:08:17
6694         Log: skipping USE_PERLIO symbols correction.
6695      Branch: perlio
6696            ! makedef.pl
6697 ____________________________________________________________________________
6698 [  9051] By: nick                                  on 2001/03/05  22:35:07
6699         Log: More Encode alias tidying.
6700      Branch: perlio
6701            + ext/Encode/Encode/koi8-r.ucm
6702            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
6703 ____________________________________________________________________________
6704 [  9050] By: jhi                                   on 2001/03/05  21:44:29
6705         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
6706              Sarathy's fix for ID 20010301.005.
6707      Branch: maint-5.6/perl
6708           !> op.c op.h
6709 ____________________________________________________________________________
6710 [  9049] By: nick                                  on 2001/03/05  19:54:04
6711         Log: Integrate Jarkko's Encode.pm tweak.
6712      Branch: perlio
6713           !> ext/Encode/Encode.pm
6714 ____________________________________________________________________________
6715 [  9048] By: nick                                  on 2001/03/05  19:47:57
6716         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
6717      Branch: perlio
6718           +> os2/os2add.sym
6719           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
6720           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
6721           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
6722           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
6723           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
6724 ____________________________________________________________________________
6725 [  9047] By: jhi                                   on 2001/03/05  19:25:26
6726         Log: Regen perlapi.
6727      Branch: perl
6728            ! pod/perlapi.pod
6729 ____________________________________________________________________________
6730 [  9046] By: jhi                                   on 2001/03/05  19:12:14
6731         Log: Integrate perlio.
6732      Branch: perl
6733           +> t/camel-III/vstring.t
6734           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
6735 ____________________________________________________________________________
6736 [  9045] By: jhi                                   on 2001/03/05  19:10:36
6737         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
6738      Branch: perl
6739            ! ext/Encode/Encode.pm
6740 ____________________________________________________________________________
6741 [  9044] By: jhi                                   on 2001/03/05  18:49:12
6742         Log: Forgot the other half of the PMOP patch (#9033).
6743      Branch: perl
6744            ! op.h
6745 ____________________________________________________________________________
6746 [  9043] By: nick                                  on 2001/03/05  18:14:47
6747         Log: Update MANIFEST for new test.
6748      Branch: perlio
6749            ! MANIFEST
6750 ____________________________________________________________________________
6751 [  9042] By: nick                                  on 2001/03/05  18:12:41
6752         Log: Some tests for Camel 3rd edition features.
6753              Make gethostbyaddr() test in above work.
6754      Branch: perlio
6755            + t/camel-III/vstring.t
6756            ! pp.h pp_sys.c t/TEST t/harness
6757 ____________________________________________________________________________
6758 [  9041] By: jhi                                   on 2001/03/05  17:41:48
6759         Log: Add more ISO 8859 encoding aliases.
6760      Branch: perl
6761            ! ext/Encode/Encode.pm
6762 ____________________________________________________________________________
6763 [  9040] By: jhi                                   on 2001/03/05  17:30:43
6764         Log: Integrate perlio.
6765      Branch: perl
6766           !> MANIFEST sv.c
6767 ____________________________________________________________________________
6768 [  9039] By: nick                                  on 2001/03/05  17:11:36
6769         Log: Missed added file.
6770      Branch: perlio
6771            ! MANIFEST
6772 ____________________________________________________________________________
6773 [  9038] By: jhi                                   on 2001/03/05  15:58:01
6774         Log: Add tr tests for EBCDIC, from Karsten Sperling.
6775      Branch: perl
6776            ! t/op/tr.t
6777 ____________________________________________________________________________
6778 [  9037] By: nick                                  on 2001/03/05  15:56:35
6779         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
6780              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
6781              
6782              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
6783              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
6784              - uses SvPV() rather than sv_2pv() in case it isn't a string.
6785      Branch: perlio
6786            ! sv.c
6787 ____________________________________________________________________________
6788 [  9036] By: jhi                                   on 2001/03/05  15:49:15
6789         Log: Add matching tests currently failing in EBCDIC,
6790              suggested by Karsten Sperling.
6791      Branch: perl
6792            ! t/op/pat.t
6793 ____________________________________________________________________________
6794 [  9035] By: jhi                                   on 2001/03/05  15:36:55
6795         Log: The #9034 needs a MANIFESTation.
6796      Branch: perl
6797            ! MANIFEST
6798 ____________________________________________________________________________
6799 [  9034] By: jhi                                   on 2001/03/05  15:35:14
6800         Log: Integrate perlio.
6801      Branch: perl
6802           +> ext/Encode/Encode/Tcl.pm
6803           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
6804           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
6805           !> ext/Encode/Encode/iso8859-1.ucm
6806           !> ext/Encode/Encode/iso8859-10.ucm
6807           !> ext/Encode/Encode/iso8859-13.ucm
6808           !> ext/Encode/Encode/iso8859-14.ucm
6809           !> ext/Encode/Encode/iso8859-15.ucm
6810           !> ext/Encode/Encode/iso8859-16.ucm
6811           !> ext/Encode/Encode/iso8859-2.ucm
6812           !> ext/Encode/Encode/iso8859-3.ucm
6813           !> ext/Encode/Encode/iso8859-4.ucm
6814           !> ext/Encode/Encode/iso8859-5.ucm
6815           !> ext/Encode/Encode/iso8859-6.ucm
6816           !> ext/Encode/Encode/iso8859-7.ucm
6817           !> ext/Encode/Encode/iso8859-8.ucm
6818           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
6819           !> t/lib/encode.t
6820 ____________________________________________________________________________
6821 [  9033] By: jhi                                   on 2001/03/05  15:33:18
6822         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
6823              From: Gurusamy Sarathy <gsar@ActiveState.com>
6824              Date: Sun, 04 Mar 2001 22:33:15 -0800
6825              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
6826              
6827              PMOPs need to remember their own stash so that they can
6828              gracefully remove themselves from their linked list.
6829      Branch: perl
6830            ! op.c
6831 ____________________________________________________________________________
6832 [  9032] By: nick                                  on 2001/03/05  14:51:50
6833         Log: Encode implementation "completion"
6834              Implement and document define_encoding()
6835              Implement and document encoding aliases including define_alias()
6836              Make Encode::XS use define_encoding() rather than back-door.
6837              Move run-time *.enc to separate Encode::Tcl module.
6838              Make 'compile' honour <codeset_name>
6839              Change canonical names of to iso-8859-* and US-ascii.
6840      Branch: perlio
6841            + ext/Encode/Encode/Tcl.pm
6842            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6843            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
6844            ! ext/Encode/Encode/iso8859-1.ucm
6845            ! ext/Encode/Encode/iso8859-10.ucm
6846            ! ext/Encode/Encode/iso8859-13.ucm
6847            ! ext/Encode/Encode/iso8859-14.ucm
6848            ! ext/Encode/Encode/iso8859-15.ucm
6849            ! ext/Encode/Encode/iso8859-16.ucm
6850            ! ext/Encode/Encode/iso8859-2.ucm
6851            ! ext/Encode/Encode/iso8859-3.ucm
6852            ! ext/Encode/Encode/iso8859-4.ucm
6853            ! ext/Encode/Encode/iso8859-5.ucm
6854            ! ext/Encode/Encode/iso8859-6.ucm
6855            ! ext/Encode/Encode/iso8859-7.ucm
6856            ! ext/Encode/Encode/iso8859-8.ucm
6857            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
6858            ! t/lib/encode.t
6859 ____________________________________________________________________________
6860 [  9031] By: jhi                                   on 2001/03/05  13:51:17
6861         Log: Integrate change #9030 from maintperl into mainline.
6862              
6863              Subject: [PATCH 5.6.1] OS/2 cleanup
6864      Branch: perl
6865           +> os2/os2add.sym
6866           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
6867           !> makedef.pl os2/Changes os2/Makefile.SHs
6868           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
6869           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
6870           !> os2/os2.sym os2/os2ish.h
6871 ____________________________________________________________________________
6872 [  9030] By: jhi                                   on 2001/03/05  13:46:49
6873         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
6874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6875              Date: Mon, 5 Mar 2001 02:29:44 -0500
6876              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
6877      Branch: maint-5.6/perl
6878            + os2/os2add.sym
6879            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
6880            ! makedef.pl os2/Changes os2/Makefile.SHs
6881            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
6882            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
6883            ! os2/os2.sym os2/os2ish.h
6884 ____________________________________________________________________________
6885 [  9029] By: jhi                                   on 2001/03/05  13:40:35
6886         Log: Integrate change #9028 from maintperl into mainline.
6887              
6888              various nits in MM_Unix.pm found by disabling SelfLoader
6889      Branch: perl
6890           !> lib/ExtUtils/MM_Unix.pm
6891 ____________________________________________________________________________
6892 [  9028] By: gsar                                  on 2001/03/05  09:58:38
6893         Log: various nits in MM_Unix.pm found by disabling SelfLoader
6894      Branch: maint-5.6/perl
6895            ! lib/ExtUtils/MM_Unix.pm
6896 ____________________________________________________________________________
6897 [  9027] By: nick                                  on 2001/03/05  08:35:22
6898         Log: Integrate mainline
6899      Branch: perlio
6900           !> (integrate 28 files)
6901 ____________________________________________________________________________
6902 [  9026] By: jhi                                   on 2001/03/05  02:14:59
6903         Log: Integrate change #9025 from mainline to maintperl,
6904              retract \N{U+HHHH}.
6905      Branch: maint-5.6/perl
6906           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
6907           !> t/lib/charnames.t toke.c
6908 ____________________________________________________________________________
6909 [  9025] By: jhi                                   on 2001/03/05  02:13:09
6910         Log: Retracting \N{U+HHHH}.
6911      Branch: perl
6912            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
6913            ! t/lib/charnames.t toke.c
6914 ____________________________________________________________________________
6915 [  9024] By: jhi                                   on 2001/03/04  20:51:07
6916         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
6917              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
6918              Date: Fri, 02 Mar 2001 18:25:26 +0100
6919              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
6920              
6921              Casting problem.
6922      Branch: perl
6923            ! ext/Storable/Storable.xs
6924 ____________________________________________________________________________
6925 [  9023] By: jhi                                   on 2001/03/04  19:46:45
6926         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
6927              From: nick@talking.bollo.cx
6928              Date: Sat, 03 Mar 2001 21:41:33 +0000
6929              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
6930              
6931              Revert the workaround.
6932      Branch: perl
6933            ! perlio.c
6934 ____________________________________________________________________________
6935 [  9022] By: jhi                                   on 2001/03/04  19:36:28
6936         Log: Update Changes.
6937      Branch: perl
6938            ! Changes patchlevel.h
6939 ____________________________________________________________________________
6940 [  9021] By: jhi                                   on 2001/03/04  18:41:00
6941         Log: makedef.pl updates suggested by Chris Nandor; double-checking
6942              the changes in AIX, OS/2 Win32 would be nice.
6943      Branch: perl
6944            ! makedef.pl
6945 ____________________________________________________________________________
6946 [  9020] By: jhi                                   on 2001/03/04  18:23:58
6947         Log: Integrate change #9012 from maintperl into mainline,
6948              quench a compiler warning.
6949      Branch: perl
6950           !> toke.c
6951 ____________________________________________________________________________
6952 [  9019] By: jhi                                   on 2001/03/04  18:18:43
6953         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
6954              
6955              \N{U+HHHH} fix.
6956              
6957              pattern in G_ARRAY context
6958      Branch: maint-5.6/perl
6959           !> pp_hot.c t/op/pat.t toke.c
6960 ____________________________________________________________________________
6961 [  9018] By: jhi                                   on 2001/03/04  18:07:48
6962         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
6963              From: Jeff Pinyan <jeffp@crusoe.net>
6964              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
6965              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
6966      Branch: perl
6967            ! pp_hot.c t/op/pat.t
6968 ____________________________________________________________________________
6969 [  9017] By: jhi                                   on 2001/03/04  18:06:21
6970         Log: I thought I tested the #9014.
6971      Branch: perl
6972            ! toke.c
6973 ____________________________________________________________________________
6974 [  9016] By: jhi                                   on 2001/03/04  17:41:22
6975         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
6976              
6977              Tweak the get*ent() OS/2 prototypes.
6978              
6979              Add the \N{U+HHHH} syntax.
6980              
6981              More tr/// UTF-8 fixes from Inaba Hiroto.
6982      Branch: maint-5.6/perl
6983           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
6984           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
6985 ____________________________________________________________________________
6986 [  9015] By: jhi                                   on 2001/03/04  17:36:04
6987         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
6988      Branch: perl
6989            ! doop.c t/op/tr.t
6990 ____________________________________________________________________________
6991 [  9014] By: jhi                                   on 2001/03/04  17:24:49
6992         Log: Add the \N{U+HHHH} syntax.
6993      Branch: perl
6994            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
6995            ! t/lib/charnames.t toke.c
6996 ____________________________________________________________________________
6997 [  9013] By: jhi                                   on 2001/03/04  17:20:45
6998         Log: Tweak the get*ent() OS/2 prototypes.
6999      Branch: perl
7000            ! os2/os2.c
7001 ____________________________________________________________________________
7002 [  9012] By: gsar                                  on 2001/03/04  06:26:14
7003         Log: avoid warning (nit in change#9009)
7004      Branch: maint-5.6/perl
7005            ! toke.c
7006 ____________________________________________________________________________
7007 [  9011] By: gsar                                  on 2001/03/04  06:15:24
7008         Log: lib/charnames.t fails in 5.6.x because of older Unicode
7009              data
7010              
7011              TODO: need to revisit this after updating lib/unicode/...
7012      Branch: maint-5.6/perl
7013            ! t/lib/charnames.t
7014 ____________________________________________________________________________
7015 [  9010] By: gsar                                  on 2001/03/04  06:08:36
7016         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
7017      Branch: maint-5.6/perl
7018            ! toke.c
7019 ____________________________________________________________________________
7020 [  9009] By: jhi                                   on 2001/03/03  19:27:20
7021         Log: Integrate change #9008 from mainline to maintperl,
7022              UTF-8 tr/// fixes from Inaba Hiroto.
7023      Branch: maint-5.6/perl
7024           !> doop.c op.c t/op/tr.t toke.c
7025 ____________________________________________________________________________
7026 [  9008] By: jhi                                   on 2001/03/03  19:19:42
7027         Log: UTF8 tr/// fixes from Inaba Hiroto.
7028      Branch: perl
7029            ! doop.c op.c t/op/tr.t toke.c
7030 ____________________________________________________________________________
7031 [  9007] By: jhi                                   on 2001/03/03  19:00:30
7032         Log: Integrate change #9006 from maintperl to mainline,
7033              more robust quest for the infinite.
7034      Branch: perl
7035           !> lib/Math/Complex.pm
7036 ____________________________________________________________________________
7037 [  9006] By: jhi                                   on 2001/03/03  18:58:06
7038         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
7039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7040              Date: Sat, 3 Mar 2001 12:51:50 -0500
7041              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
7042              
7043              Be more robust in our quest for the infinite.
7044      Branch: maint-5.6/perl
7045            ! lib/Math/Complex.pm
7046 ____________________________________________________________________________
7047 [  9005] By: jhi                                   on 2001/03/03  17:55:50
7048         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
7049      Branch: maint-5.6/perl
7050            ! doio.c
7051 ____________________________________________________________________________
7052 [  9004] By: jhi                                   on 2001/03/03  17:40:14
7053         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
7054              so that picky compilers like IRIX won't get huffy about
7055              "statements without effect" (like 1;).
7056      Branch: perl
7057            ! toke.c
7058 ____________________________________________________________________________
7059 [  9003] By: jhi                                   on 2001/03/03  17:15:52
7060         Log: Integrate change #9002 from mainline to maintperl.
7061              
7062              Subject: [perl-5.6.x, perl-current] accept for EPOC
7063      Branch: maint-5.6/perl
7064           !> pp_sys.c
7065 ____________________________________________________________________________
7066 [  9002] By: jhi                                   on 2001/03/03  17:14:30
7067         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
7068              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7069              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
7070              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
7071      Branch: perl
7072            ! pp_sys.c
7073 ____________________________________________________________________________
7074 [  9001] By: jhi                                   on 2001/03/03  17:13:13
7075         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
7076              From: "Craig A. Berry" <craigberry@mac.com>
7077              Date: Fri, 02 Mar 2001 17:44:40 -0600
7078              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
7079      Branch: perl
7080            ! t/pod/find.t
7081 ____________________________________________________________________________
7082 [  9000] By: jhi                                   on 2001/03/03  17:11:55
7083         Log: Integrate changes #8997,8999 from maintperl.
7084              
7085              Subject: [PATCH 5.6.1] compiling on OS/2
7086              (Better error message from hints/os2.sh)
7087              
7088              Subject: [PATCH 5.6.1] syslog.t
7089      Branch: perl
7090           !> hints/os2.sh t/lib/syslog.t
7091 ____________________________________________________________________________
7092 [  8999] By: jhi                                   on 2001/03/03  17:09:28
7093         Log: Subject: [PATCH 5.6.1] syslog.t
7094              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7095              Date: Sat, 3 Mar 2001 02:11:17 -0500
7096              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
7097      Branch: maint-5.6/perl
7098            ! t/lib/syslog.t
7099 ____________________________________________________________________________
7100 [  8998] By: jhi                                   on 2001/03/03  17:07:50
7101         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
7102              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7103              Date: Sat, 3 Mar 2001 01:53:52 -0500
7104              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
7105      Branch: maint-5.6/perl
7106            ! opcode.pl os2/os2.c
7107 ____________________________________________________________________________
7108 [  8997] By: jhi                                   on 2001/03/03  17:03:30
7109         Log: Subject: [PATCH 5.6.1] compiling on OS/2
7110              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7111              Date: Sat, 3 Mar 2001 01:59:59 -0500
7112              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
7113      Branch: maint-5.6/perl
7114            ! hints/os2.sh
7115 ____________________________________________________________________________
7116 [  8996] By: jhi                                   on 2001/03/03  00:55:58
7117         Log: Regen files for mainline.
7118      Branch: perl
7119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7120            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
7121 ____________________________________________________________________________
7122 [  8995] By: jhi                                   on 2001/03/03  00:35:22
7123         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
7124              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
7125              to maintperl.
7126              
7127              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
7128              
7129              Add Configure option -Dmksymlinks which will create a symlink
7130              forest if the current/build differs from the source directory.
7131              (8218,8220,8221,8317,8318,8971)
7132              
7133              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
7134              (Document APPLLIB_EXP in INSTALL.)
7135              
7136              If running byacc write-enable also perly.h.
7137              
7138              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
7139              
7140              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
7141              
7142              Sanity check for conflicting thread flavours.
7143              
7144              Fix the sys/fcntl.h problem reported by Peter Prymmer.
7145              
7146              Add few CPUs/architectures to the Cppsym scan,
7147              add -perlio to archname if so selected (modified 8890)
7148              
7149              Be more helpful for devel builders, suggested by John L. Allen.
7150              (admittedly pointless change for maintperl, but the usedevel
7151              code is there already)
7152      Branch: maint-5.6/perl
7153           !> Configure INSTALL Makefile.SH Porting/Glossary
7154           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
7155           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
7156           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
7157           !> win32/config.bc win32/config.gc win32/config.vc
7158 ____________________________________________________________________________
7159 [  8994] By: jhi                                   on 2001/03/02  23:31:41
7160         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
7161      Branch: metaconfig/U/perl
7162            ! gccvers.U
7163 ____________________________________________________________________________
7164 [  8993] By: jhi                                   on 2001/03/02  23:22:12
7165         Log: Regenerate various files for maint.
7166      Branch: maint-5.6/perl
7167            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
7168            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
7169 ____________________________________________________________________________
7170 [  8992] By: alanbur                               on 2001/03/02  22:48:34
7171         Log: Resync wuth parent
7172      Branch: maint-5.6/pureperl
7173           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
7174           !> (integrate 60 files)
7175 ____________________________________________________________________________
7176 [  8991] By: jhi                                   on 2001/03/02  21:00:08
7177         Log: Retract the #8742 part of #8986, backward compat.
7178      Branch: maint-5.6/perl
7179            ! embed.pl
7180 ____________________________________________________________________________
7181 [  8990] By: jhi                                   on 2001/03/02  20:40:07
7182         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
7183      Branch: maint-5.6/perl
7184            ! hv.c
7185 ____________________________________________________________________________
7186 [  8989] By: jhi                                   on 2001/03/02  19:59:56
7187         Log: Update Changes.
7188      Branch: perl
7189            ! Changes patchlevel.h
7190 ____________________________________________________________________________
7191 [  8988] By: jhi                                   on 2001/03/02  19:57:08
7192         Log: Integrate perlio.
7193      Branch: perl
7194           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
7195           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7196           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
7197           !> ext/Encode/Encode/iso8859-10.ucm
7198           !> ext/Encode/Encode/iso8859-13.ucm
7199           !> ext/Encode/Encode/iso8859-14.ucm
7200           !> ext/Encode/Encode/iso8859-15.ucm
7201           !> ext/Encode/Encode/iso8859-16.ucm
7202           !> ext/Encode/Encode/iso8859-2.ucm
7203           !> ext/Encode/Encode/iso8859-3.ucm
7204           !> ext/Encode/Encode/iso8859-4.ucm
7205           !> ext/Encode/Encode/iso8859-5.ucm
7206           !> ext/Encode/Encode/iso8859-6.ucm
7207           !> ext/Encode/Encode/iso8859-7.ucm
7208           !> ext/Encode/Encode/iso8859-8.ucm
7209           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
7210           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
7211 ____________________________________________________________________________
7212 [  8987] By: jhi                                   on 2001/03/02  19:43:40
7213         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
7214              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
7215              8950,8952,8955 from mainline to maintperl.
7216              
7217              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
7218              
7219              Put to rest the 20010205.001, the email address checking (not) regex.
7220              
7221              fork() not everywhere, cleanup temp files.
7222              
7223              The #8843 wasn't quite right: %Config needs to imported.
7224              
7225              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
7226              (#8849: the glob-basic hunk needed massaging as it depended
7227              on Schwern's large-scale (unintegrated) patches)
7228              
7229              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
7230              
7231              Upgrade to CGI.pm 2.752, from Lincoln Stein.
7232              (Note: there were some conflicts due to EBCDIC and EPOC
7233              patches, in general I preferred the repository code.)
7234              (When 2.753 comes out, we need to synchronize.)
7235              
7236              Subject: [PATCH] fix for charnames above FFFF
7237              
7238              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
7239              
7240              If no sfio, no -lsfio.
7241              
7242              Run run/*.t also in minitest.
7243              
7244              Subject:  [PATCH perl 5.7.0] malloc message address offset
7245              
7246              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
7247              
7248              Subject: fix for parameter -Dm (for perl@8867)
7249              
7250              Subject: [PATCH: perl@8892] was Re: hashing order difference?
7251              (make the test more portable)
7252              
7253              Subject: Re: [PATCH] fix for charnames above FFFF
7254              
7255              Subject: Re: I'm losing the war...
7256              (hv_store() not working correctly in ENV_IS_CASELESS case.)
7257              
7258              Subject: Modified README.bs2000 
7259              
7260              Subject: [PATCH: perl@8935] -Dt padsv($var)
7261              
7262              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
7263              
7264              Subject: PATCH: extra tests to check on negative float to unsigned cast
7265              
7266              Subject: [PATCH] XPUSH[insp] was Re: progress
7267              
7268              Subject: Re: Compile with perlcc..
7269      Branch: maint-5.6/perl
7270           !> (integrate 36 files)
7271 ____________________________________________________________________________
7272 [  8986] By: jhi                                   on 2001/03/02  18:51:25
7273         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
7274              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
7275              to maintperl.
7276              
7277              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
7278              
7279              Subject: [DOC PATCH] overload.pm nits
7280              
7281              Add header for LIB$ prototypes (C. Berry)
7282              
7283              Convert fwrite()s to sockets to write()s, since some socket stacks
7284              don't take kindly to stdio.
7285              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
7286              (for often optional LNMs)
7287              Correct a few typos
7288              (C. Bailey)
7289              
7290              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
7291              
7292              De-cut-and-pasto.
7293              
7294              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
7295              
7296              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
7297              
7298              Upgrade to CPAN 1.59_54, from Andreas König.
7299              
7300              Bogus shebang.
7301              
7302              Subject: [PATCH] Document makepatch in Porting/patching
7303              
7304              UTF-8 documentation.
7305              
7306              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
7307              
7308              Sort the MANIFEST.
7309              
7310              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
7311              
7312              Subject: [PATCH @8807] toke.c cleanup: scan_str()
7313              
7314              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
7315              
7316              Add run/*.t to testables.
7317              
7318              TODO: integrate #8784.
7319      Branch: maint-5.6/perl
7320           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
7321           !> (integrate 28 files)
7322 ____________________________________________________________________________
7323 [  8985] By: nick                                  on 2001/03/02  18:15:45
7324         Log: Integrate mainline
7325      Branch: perlio
7326           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
7327           !> vms/vms.c
7328 ____________________________________________________________________________
7329 [  8984] By: jhi                                   on 2001/03/02  16:00:17
7330         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
7331              
7332              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
7333              5.004_05, and mention the suidperl August 2000 security problem.
7334              (#8978,#8981)
7335              
7336              Subject: [ID 20010301.004] Technically speaking in perldata
7337              
7338              Subject: [PATCH] File::Copy for bleadperl, maintperl
7339              
7340              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
7341              
7342              (The #8982, fix for 20010221.005 and 20010221.008,
7343              would be nice too but it didn't integrate cleanly.)
7344      Branch: maint-5.6/perl
7345           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
7346 ____________________________________________________________________________
7347 [  8983] By: jhi                                   on 2001/03/02  15:51:16
7348         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
7349              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7350              Date:     Thu, 1 Mar 2001 15:54:09 EST
7351              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
7352      Branch: perl
7353            ! vms/vms.c
7354 ____________________________________________________________________________
7355 [  8982] By: jhi                                   on 2001/03/02  15:43:31
7356         Log: Subject: Re: sync sync sync: have I missed any patches?
7357              From: Radu Greab <radu@netsoft.ro> 
7358              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
7359              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
7360              
7361              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
7362              was checking argv[0] regardless of whether a different pathname
7363              will actually be executed."  Test case not supplied because 
7364              drafting that, ironically enough, revealed another bug
7365              (or a feature).
7366      Branch: perl
7367            ! doio.c
7368 ____________________________________________________________________________
7369 [  8981] By: jhi                                   on 2001/03/02  15:28:03
7370         Log: Misdate in #8978.
7371      Branch: perl
7372            ! pod/perlfaq1.pod
7373 ____________________________________________________________________________
7374 [  8980] By: jhi                                   on 2001/03/02  15:24:20
7375         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
7376              From: Chris Nandor <pudge@pobox.com>
7377              Date: Wed, 28 Feb 2001 22:10:15 -0500
7378              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
7379      Branch: perl
7380            ! lib/File/Copy.pm
7381 ____________________________________________________________________________
7382 [  8979] By: jhi                                   on 2001/03/02  15:17:16
7383         Log: Subject: [ID 20010301.004] Technically speaking in perldata
7384              From: abela@geneanet.org
7385              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
7386              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
7387      Branch: perl
7388            ! pod/perldata.pod
7389 ____________________________________________________________________________
7390 [  8978] By: jhi                                   on 2001/03/02  15:15:27
7391         Log: Subject: [ID 20010301.003] ref to 5.004
7392              From: abela@geneanet.org
7393              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
7394              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
7395              
7396              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
7397              and mention the suidperl August 2000 security problem.
7398      Branch: perl
7399            ! pod/perlfaq1.pod
7400 ____________________________________________________________________________
7401 [  8977] By: alanbur                               on 2001/03/02  14:17:45
7402         Log: Resynchronised with parent
7403      Branch: maint-5.6/pureperl
7404           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
7405           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
7406           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
7407           !> vms/descrip_mms.template win32/win32.c win32/win32.h
7408           !> win32/win32iop.h
7409 ____________________________________________________________________________
7410 [  8976] By: nick                                  on 2001/03/01  23:25:30
7411         Log: Integrate mainline.
7412      Branch: perlio
7413            - t/op/qu.t
7414           !> (integrate 55 files)
7415 ____________________________________________________________________________
7416 [  8975] By: jhi                                   on 2001/03/01  16:51:34
7417         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
7418      Branch: perl
7419           !> toke.c
7420 ____________________________________________________________________________
7421 [  8974] By: gsar                                  on 2001/03/01  16:28:21
7422         Log: fix for bugid 20010226.008
7423              
7424              the problem was that some of the pointers (PL_last_lop and
7425              PL_last_uni specifically) into the lex buffers weren't correctly
7426              being invalidated when the buffer changed; this would leave the
7427              pointers pointing at an arbitrary location in the buffer if
7428              the buffer didn't need to be reallocated, or point into freed
7429              memory if the buffer had to be realloced
7430              
7431              TODO item for bugdb maintainers: check other seemingly random
7432              parser-related bugs--they might be cured by this
7433      Branch: maint-5.6/perl
7434            ! toke.c
7435 ____________________________________________________________________________
7436 [  8973] By: jhi                                   on 2001/03/01  02:23:25
7437         Log: Retract #8970 because of a completely mysterious core dump:
7438              adding the tests 241..244 causes op/pat dump core at test #25.
7439              The test needs a lot of whittling down before the bug can be solved.
7440      Branch: perl
7441            ! t/op/pat.t
7442 ____________________________________________________________________________
7443 [  8972] By: jhi                                   on 2001/03/01  01:58:38
7444         Log: Regen perlapi.
7445      Branch: perl
7446            ! pod/perlapi.pod
7447 ____________________________________________________________________________
7448 [  8971] By: jhi                                   on 2001/03/01  01:34:09
7449         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
7450              From: Nicholas Clark <nick@ccl4.org>
7451              Date: Wed, 28 Feb 2001 23:28:49 +0000
7452              Message-ID: <20010228232849.A55187@plum.flirble.org>
7453              
7454              Allow a completely write protected source code tree
7455              when using the Configure -Dmksymlinks.
7456      Branch: perl
7457            ! embed.pl warnings.pl
7458 ____________________________________________________________________________
7459 [  8970] By: jhi                                   on 2001/03/01  01:32:04
7460         Log: Add back the EBCDIC character range tests (for matching).
7461      Branch: perl
7462            ! t/op/pat.t
7463 ____________________________________________________________________________
7464 [  8969] By: nick                                  on 2001/02/28  18:18:01
7465         Log: Add charname comments to .ucm files writen by 'compile',
7466              also order charmaps in those files by source encoding.
7467              regenerate distrubuted .ucm files
7468      Branch: perlio
7469            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
7470            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7471            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
7472            ! ext/Encode/Encode/iso8859-10.ucm
7473            ! ext/Encode/Encode/iso8859-13.ucm
7474            ! ext/Encode/Encode/iso8859-14.ucm
7475            ! ext/Encode/Encode/iso8859-15.ucm
7476            ! ext/Encode/Encode/iso8859-16.ucm
7477            ! ext/Encode/Encode/iso8859-2.ucm
7478            ! ext/Encode/Encode/iso8859-3.ucm
7479            ! ext/Encode/Encode/iso8859-4.ucm
7480            ! ext/Encode/Encode/iso8859-5.ucm
7481            ! ext/Encode/Encode/iso8859-6.ucm
7482            ! ext/Encode/Encode/iso8859-7.ucm
7483            ! ext/Encode/Encode/iso8859-8.ucm
7484            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
7485            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
7486 ____________________________________________________________________________
7487 [  8968] By: jhi                                   on 2001/02/28  16:26:37
7488         Log: Expand usemorebits early if d_casti32 needs to be undefined.
7489      Branch: perl
7490            ! hints/hpux.sh hints/irix_6.sh
7491 ____________________________________________________________________________
7492 [  8967] By: jhi                                   on 2001/02/28  16:22:26
7493         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
7494              retract toke.c/qu parts of #8583, retract #8485, retract
7495              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
7496              op/length.t, and MANIFEST, and delete t/op/qu.t.
7497      Branch: perl
7498            - t/op/qu.t
7499            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
7500            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
7501            ! t/op/length.t toke.c
7502 ____________________________________________________________________________
7503 [  8966] By: jhi                                   on 2001/02/28  15:00:27
7504         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
7505              by not changing from pre-Unicode days into being Unicode-aware.
7506              Sniff.
7507      Branch: perl
7508            ! pp.c t/op/pack.t t/op/qu.t
7509 ____________________________________________________________________________
7510 [  8965] By: jhi                                   on 2001/02/28  14:37:55
7511         Log: Subject: Re: Errors in core PODs
7512              From: Michael Stevens <michael@etla.org> 
7513              Date: Fri, 23 Feb 2001 15:47:56 +0000
7514              Message-ID: <20010223154756.A7723@firedrake.org> 
7515      Branch: perl
7516            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
7517            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
7518            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
7519            ! x2p/a2p.pod
7520 ____________________________________________________________________________
7521 [  8964] By: jhi                                   on 2001/02/28  14:35:35
7522         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
7523              (The #8961 was too bold.)
7524      Branch: perl
7525            ! hints/hpux.sh hints/irix_6.sh
7526 ____________________________________________________________________________
7527 [  8963] By: jhi                                   on 2001/02/28  14:33:39
7528         Log: Subject: Re: sync sync sync: have I missed any patches?
7529              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7530              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
7531              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
7532              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
7533              
7534              Replace djSP with dSP.
7535      Branch: perl
7536            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
7537            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
7538            ! win32/perlhost.h
7539 ____________________________________________________________________________
7540 [  8962] By: jhi                                   on 2001/02/27  23:21:14
7541         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
7542      Branch: perl
7543            ! lib/Filter/Simple.pm
7544 ____________________________________________________________________________
7545 [  8961] By: jhi                                   on 2001/02/27  22:55:26
7546         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
7547              and this would be it.
7548      Branch: perl
7549            ! hints/hpux.sh hints/irix_6.sh
7550 ____________________________________________________________________________
7551 [  8960] By: jhi                                   on 2001/02/27  22:51:33
7552         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
7553              From: "Craig A. Berry" <craigberry@mac.com>
7554              Date: Tue, 27 Feb 2001 16:11:44 -0600
7555              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
7556      Branch: maint-5.6/perl
7557            ! configure.com vms/descrip_mms.template
7558 ____________________________________________________________________________
7559 [  8959] By: jhi                                   on 2001/02/27  22:47:23
7560         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
7561              From: "Craig A. Berry" <craigberry@mac.com>
7562              Date: Tue, 27 Feb 2001 16:11:44 -0600
7563              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
7564      Branch: perl
7565            ! configure.com vms/descrip_mms.template
7566 ____________________________________________________________________________
7567 [  8958] By: jhi                                   on 2001/02/27  15:16:42
7568         Log: Update Changes.
7569      Branch: perl
7570            ! Changes patchlevel.h
7571 ____________________________________________________________________________
7572 [  8957] By: jhi                                   on 2001/02/27  06:15:07
7573         Log: Subject: [5.6.x] EPOC additions
7574              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7575              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
7576              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
7577      Branch: maint-5.6/perl
7578            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
7579 ____________________________________________________________________________
7580 [  8956] By: jhi                                   on 2001/02/27  06:12:11
7581         Log: Subject: [perl-current] EPOC 
7582              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7583              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
7584              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
7585      Branch: perl
7586            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
7587            ! epoc/epocish.c epoc/epocish.h pp_sys.c
7588 ____________________________________________________________________________
7589 [  8955] By: jhi                                   on 2001/02/27  05:59:50
7590         Log: Subject: Re: Compile with perlcc..
7591              From: Edward Peschko <edwardp@excitehome.net>
7592              Date: Mon, 26 Feb 2001 18:51:58 -0800
7593              Message-ID: <20010226185158.A9871@excitehome.net>
7594              
7595              plus add a simple usage message if no arguments given.
7596      Branch: perl
7597            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
7598            ! utils/Makefile utils/perlcc.PL win32/pod.mak
7599 ____________________________________________________________________________
7600 [  8954] By: nick                                  on 2001/02/26  21:02:59
7601         Log: Integrate mainline
7602      Branch: perlio
7603           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
7604           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
7605           !> t/op/sprintf.t
7606 ____________________________________________________________________________
7607 [  8953] By: jhi                                   on 2001/02/26  14:43:54
7608         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
7609              From: Nicholas Clark <nick@ccl4.org>
7610              Date: Mon, 26 Feb 2001 00:42:07 +0000
7611              Message-ID: <20010226004207.F23333@plum.flirble.org>
7612      Branch: perl
7613            ! pp_ctl.c
7614 ____________________________________________________________________________
7615 [  8952] By: jhi                                   on 2001/02/26  14:42:13
7616         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
7617              From: Simon Cozens <simon@netthink.co.uk>
7618              Date: Mon, 26 Feb 2001 12:23:48 +0000
7619              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
7620      Branch: perl
7621            ! pod/perlguts.pod
7622 ____________________________________________________________________________
7623 [  8951] By: jhi                                   on 2001/02/26  14:39:15
7624         Log: Subject: [PATCH] perlio - unknown layer
7625              From: Nicholas Clark <nick@ccl4.org>
7626              Date: Mon, 26 Feb 2001 00:27:19 +0000
7627              Message-ID: <20010226002719.E23333@plum.flirble.org>
7628      Branch: perl
7629            ! perlio.c
7630 ____________________________________________________________________________
7631 [  8950] By: jhi                                   on 2001/02/26  14:38:04
7632         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
7633              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
7634              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
7635              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
7636      Branch: perl
7637            ! t/op/bop.t
7638 ____________________________________________________________________________
7639 [  8949] By: jhi                                   on 2001/02/26  14:37:07
7640         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
7641              From: Peter Prymmer <pvhp@forte.com>
7642              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
7643              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
7644      Branch: perl
7645            ! lib/Test.pm
7646 ____________________________________________________________________________
7647 [  8948] By: jhi                                   on 2001/02/26  14:35:53
7648         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
7649              From: Radu Greab <radu@netsoft.ro>
7650              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
7651              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
7652      Branch: perl
7653            ! pod/perlop.pod
7654 ____________________________________________________________________________
7655 [  8947] By: jhi                                   on 2001/02/26  14:34:46
7656         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
7657              From: David Mitchell <davem@fdgroup.co.uk>
7658              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
7659              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
7660      Branch: perl
7661            ! run.c
7662 ____________________________________________________________________________
7663 [  8946] By: jhi                                   on 2001/02/26  14:32:37
7664         Log: Subject: Modified README.bs2000 
7665              From: Dorner Thomas <Thomas.Dorner@start.de>
7666              Date: Mon, 26 Feb 2001 09:22:17 +0100
7667              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
7668      Branch: perl
7669            ! README.bs2000
7670 ____________________________________________________________________________
7671 [  8945] By: jhi                                   on 2001/02/26  14:19:53
7672         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
7673              to maintperl, listing the known failures on the tests 129 and 130.
7674      Branch: maint-5.6/perl
7675           !> t/op/sprintf.t
7676 ____________________________________________________________________________
7677 [  8944] By: jhi                                   on 2001/02/26  14:14:15
7678         Log: Add more known sprintf failures.
7679      Branch: perl
7680            ! t/op/sprintf.t
7681 ____________________________________________________________________________
7682 [  8943] By: jhi                                   on 2001/02/26  13:56:22
7683         Log: perlglob.exe needs to be found in Win32, patch from
7684              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
7685              which needs external glob at mini-perl time."
7686      Branch: perl
7687            ! ext/Encode/compile
7688 ____________________________________________________________________________
7689 [  8942] By: jhi                                   on 2001/02/26  13:52:19
7690         Log: A missing dTHX from Vadim Konovalov.
7691      Branch: perl
7692            ! perlio.c
7693 ____________________________________________________________________________
7694 [  8941] By: jhi                                   on 2001/02/26  13:37:05
7695         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
7696      Branch: perl
7697            ! op.c
7698 ____________________________________________________________________________
7699 [  8940] By: jhi                                   on 2001/02/26  13:35:40
7700         Log: Integrate perlio.
7701      Branch: perl
7702           !> ext/Encode/Encode.pm
7703 ____________________________________________________________________________
7704 [  8939] By: nick                                  on 2001/02/25  23:47:09
7705         Log: Integrate mainline.
7706      Branch: perlio
7707           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
7708           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
7709 ____________________________________________________________________________
7710 [  8938] By: nick                                  on 2001/02/25  19:36:28
7711         Log: Encode implementations docs.
7712      Branch: perlio
7713            ! ext/Encode/Encode.pm
7714 ____________________________________________________________________________
7715 [  8937] By: jhi                                   on 2001/02/25  19:26:16
7716         Log: Script wasn't aligned with reality.
7717      Branch: perl
7718            ! t/pod/find.t
7719 ____________________________________________________________________________
7720 [  8936] By: jhi                                   on 2001/02/25  18:54:55
7721         Log: Update Changes.
7722      Branch: perl
7723            ! Changes patchlevel.h
7724 ____________________________________________________________________________
7725 [  8935] By: jhi                                   on 2001/02/25  18:46:36
7726         Log: Retract #8929,8930,8932,8933 for now.
7727      Branch: perl
7728            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
7729 ____________________________________________________________________________
7730 [  8934] By: jhi                                   on 2001/02/25  17:34:35
7731         Log: Integrate perlio.
7732      Branch: perl
7733           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
7734           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
7735           !> t/lib/encode.t
7736 ____________________________________________________________________________
7737 [  8933] By: jhi                                   on 2001/02/25  17:33:12
7738         Log: (Retracted by #8395.)
7739              
7740              Slight tweaks in scan_const(), not fixes yet, it seems like
7741              lots of work remains to be done...
7742      Branch: perl
7743            ! toke.c
7744 ____________________________________________________________________________
7745 [  8932] By: jhi                                   on 2001/02/25  17:27:11
7746         Log: (Retracted by #8395.)
7747              
7748              Missing from #8930.
7749      Branch: perl
7750            ! perl.h
7751 ____________________________________________________________________________
7752 [  8931] By: jhi                                   on 2001/02/25  17:26:19
7753         Log: A comment tweak.
7754      Branch: perl
7755            ! utf8.c
7756 ____________________________________________________________________________
7757 [  8930] By: jhi                                   on 2001/02/25  17:25:47
7758         Log: (Retracted by #8395.)
7759              
7760              Attempt to fix the EBCDIC character range problwm with //.
7761      Branch: perl
7762            ! regcomp.c
7763 ____________________________________________________________________________
7764 [  8929] By: jhi                                   on 2001/02/25  17:23:45
7765         Log: (Retracted by #8395.)
7766              
7767              Expand the EBCDIC character range tests, and add few nasty
7768              tr tests from Karsten Sperling.
7769      Branch: perl
7770            ! t/op/pat.t t/op/tr.t
7771 ____________________________________________________________________________
7772 [  8928] By: jhi                                   on 2001/02/25  17:18:49
7773         Log: Missing check-in.
7774      Branch: perl
7775            ! lib/Pod/Find.pm
7776 ____________________________________________________________________________
7777 [  8927] By: nick                                  on 2001/02/25  11:30:22
7778         Log: Change method names in Encode implementation classes to something
7779              less confusing (preparing to "go public").
7780      Branch: perlio
7781            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
7782 ____________________________________________________________________________
7783 [  8926] By: nick                                  on 2001/02/25  10:53:24
7784         Log: GCC __atribute__ / printf fix
7785      Branch: perlio
7786            ! perl.h
7787 ____________________________________________________________________________
7788 [  8925] By: nick                                  on 2001/02/25  10:52:25
7789         Log: Checked in the wrong one ...
7790      Branch: perlio
7791            ! ext/Encode/Encode.pm
7792 ____________________________________________________________________________
7793 [  8924] By: nick                                  on 2001/02/24  18:46:51
7794         Log: Integrate mainline - to see what Jarkko has in ...
7795      Branch: perlio
7796           +> t/pod/testpods/lib/Pod/Stuff.pm
7797           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
7798 ____________________________________________________________________________
7799 [  8923] By: nick                                  on 2001/02/24  17:05:23
7800         Log: Encode API documentation nd tidy up.
7801              Minor additions to test.
7802              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
7803              Adds STRLEN to standard typemap.
7804      Branch: perlio
7805            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
7806            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
7807 ____________________________________________________________________________
7808 [  8922] By: jhi                                   on 2001/02/24  16:38:12
7809         Log: Add a test for the "character range should match in EBCDIC
7810              if specified using explicit numerics" bug found by Karsten
7811              Sperling.
7812      Branch: perl
7813            ! t/op/pat.t
7814 ____________________________________________________________________________
7815 [  8921] By: jhi                                   on 2001/02/24  16:30:16
7816         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
7817              From: schwern@pobox.com
7818              Date: Fri, 23 Feb 2001 03:21:37 -0500
7819              Message-ID: <20010223032137.A26022@magnonel.guild.net>
7820              
7821              plus Charles Lane's fixes, plus tweaks.
7822      Branch: perl
7823            + t/pod/testpods/lib/Pod/Stuff.pm
7824            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
7825 ____________________________________________________________________________
7826 [  8920] By: nick                                  on 2001/02/24  10:30:11
7827         Log: Integrate mainline
7828      Branch: perlio
7829           !> (integrate 33 files)
7830 ____________________________________________________________________________
7831 [  8919] By: jhi                                   on 2001/02/24  00:23:35
7832         Log: Subject: Re: I'm losing the war...
7833              From: "Vadim Konovalov" <watman@inbox.ru>
7834              Date: Sat, 24 Feb 2001 00:10:14 +0300
7835              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
7836              
7837              hv_store() not working correctly in ENV_IS_CASELESS case.
7838      Branch: perl
7839            ! hv.c
7840 ____________________________________________________________________________
7841 [  8918] By: jhi                                   on 2001/02/24  00:20:09
7842         Log: Subject: Re: [PATCH] fix for charnames above FFFF
7843              From: andreas.koenig@anima.de (Andreas J. Koenig)
7844              Date: 23 Feb 2001 02:39:03 +0100
7845              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
7846              
7847              A further efficiency tweak.
7848      Branch: perl
7849            ! lib/charnames.pm
7850 ____________________________________________________________________________
7851 [  8917] By: jhi                                   on 2001/02/23  20:27:51
7852         Log: Integrate change #8916 from mainline,
7853              do away with USE_WIN32_RTL_ENV.
7854      Branch: maint-5.6/perl
7855           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
7856 ____________________________________________________________________________
7857 [  8916] By: jhi                                   on 2001/02/23  20:02:25
7858         Log: Abolish USE_WIN32_RTL_ENV.
7859      Branch: perl
7860            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
7861 ____________________________________________________________________________
7862 [  8915] By: jhi                                   on 2001/02/23  19:36:00
7863         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
7864              later protected by some #define.
7865      Branch: perl
7866            ! gv.c
7867 ____________________________________________________________________________
7868 [  8914] By: jhi                                   on 2001/02/23  19:31:38
7869         Log: Retract #8902 for now, requested by Charles Lane, the correct
7870              fix will be something else.
7871      Branch: perl
7872            ! op.c
7873 ____________________________________________________________________________
7874 [  8913] By: jhi                                   on 2001/02/23  19:11:36
7875         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
7876              From: Peter Prymmer <pvhp@forte.com>
7877              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
7878              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
7879      Branch: perl
7880            ! t/op/lex_assign.t
7881 ____________________________________________________________________________
7882 [  8912] By: jhi                                   on 2001/02/23  18:38:20
7883         Log: Subject: [patch] perlio + useithreads
7884              From: Doug MacEachern <dougm@covalent.net>
7885              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
7886              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
7887              
7888              Gets things running but not complete.
7889      Branch: perl
7890            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
7891 ____________________________________________________________________________
7892 [  8911] By: jhi                                   on 2001/02/23  04:20:02
7893         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
7894              
7895              Duplicated environment freeing, File::Temp 0.12,
7896              op/append portability (EBCDIC) tweak.
7897      Branch: maint-5.6/perl
7898           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7899           !> t/op/append.t
7900 ____________________________________________________________________________
7901 [  8910] By: jhi                                   on 2001/02/23  02:07:33
7902         Log: Integrate change #8909 from mainline, a better Borland
7903              putenv() workaround.
7904      Branch: maint-5.6/perl
7905           !> perl.c
7906 ____________________________________________________________________________
7907 [  8909] By: jhi                                   on 2001/02/23  02:05:46
7908         Log: A better workaround for Borland putenv() brokenness from Sarathy.
7909      Branch: perl
7910            ! perl.c
7911 ____________________________________________________________________________
7912 [  8908] By: jhi                                   on 2001/02/23  02:04:14
7913         Log: Subject: fix for parameter -Dm (for perl@8867)
7914              From: "Vadim Konovalov" <watman@inbox.ru>
7915              Date: Thu, 22 Feb 2001 17:30:12 +0300
7916              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
7917      Branch: perl
7918            ! perl.h
7919 ____________________________________________________________________________
7920 [  8907] By: jhi                                   on 2001/02/23  01:58:20
7921         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
7922              From: Peter Prymmer <pvhp@forte.com>
7923              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
7924              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
7925      Branch: perl
7926            ! t/op/append.t
7927 ____________________________________________________________________________
7928 [  8906] By: jhi                                   on 2001/02/23  01:48:34
7929         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
7930      Branch: perl
7931            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7932 ____________________________________________________________________________
7933 [  8905] By: jhi                                   on 2001/02/23  01:43:30
7934         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
7935              From: Peter Prymmer <pvhp@forte.com>
7936              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
7937              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
7938      Branch: perl
7939            ! t/lib/st-06compat.t
7940 ____________________________________________________________________________
7941 [  8904] By: jhi                                   on 2001/02/23  01:42:39
7942         Log: Metaconfig unit change for #8903.
7943      Branch: metaconfig/U/perl
7944            ! Devel.U
7945 ____________________________________________________________________________
7946 [  8903] By: jhi                                   on 2001/02/23  01:42:12
7947         Log: Be more helpful for devel builders, suggested by John L. Allen.
7948      Branch: perl
7949            ! Configure
7950 ____________________________________________________________________________
7951 [  8902] By: jhi                                   on 2001/02/23  01:37:41
7952         Log: (Retracted by #8914)
7953              (Wrongly, reinstated by #8941)             
7954
7955              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
7956              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7957              Date:     Thu, 22 Feb 2001 09:43:57 EST
7958              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
7959      Branch: perl
7960            ! op.c
7961 ____________________________________________________________________________
7962 [  8901] By: jhi                                   on 2001/02/23  01:20:32
7963         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
7964              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7965              Date:     Thu, 22 Feb 2001 08:01:35 EST
7966              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
7967      Branch: perl
7968            ! malloc.c
7969 ____________________________________________________________________________
7970 [  8900] By: jhi                                   on 2001/02/23  01:18:02
7971         Log: Integrate changes #8898,8899 from mainline, environ handling.
7972      Branch: maint-5.6/perl
7973           !> perl.c
7974 ____________________________________________________________________________
7975 [  8899] By: jhi                                   on 2001/02/23  01:16:25
7976         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
7977              putenv() is not to be relied on, they are either broken or leaky
7978              or both.)
7979      Branch: perl
7980            ! perl.c
7981 ____________________________________________________________________________
7982 [  8898] By: jhi                                   on 2001/02/22  23:36:59
7983         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
7984              and safesysfree() must be used.
7985      Branch: perl
7986            ! perl.c
7987 ____________________________________________________________________________
7988 [  8897] By: jhi                                   on 2001/02/22  23:25:45
7989         Log: With environ one must use safesysmalloc()/safesysfree().
7990      Branch: perl
7991            ! perl.c
7992 ____________________________________________________________________________
7993 [  8896] By: jhi                                   on 2001/02/22  22:13:18
7994         Log: If we have a duplicated environment free it
7995              if PERL_DESTRUCT_LEVEL.
7996      Branch: perl
7997            ! perl.c
7998 ____________________________________________________________________________
7999 [  8895] By: alanbur                               on 2001/02/22  19:31:57
8000         Log: Synchronised with parent
8001      Branch: maint-5.6/pureperl
8002           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
8003 ____________________________________________________________________________
8004 [  8894] By: gsar                                  on 2001/02/22  19:06:18
8005         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
8006              
8007              fix memory leak in method call optimization (change#3768);
8008              made C<eval "$x->foo()"> leak
8009              
8010              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
8011      Branch: maint-5.6/perl
8012           !> op.c
8013 ____________________________________________________________________________
8014 [  8893] By: jhi                                   on 2001/02/22  18:35:27
8015         Log: (Retracted by #8915.)
8016              
8017              Third Degree finding:
8018              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
8019      Branch: perl
8020            ! gv.c
8021 ____________________________________________________________________________
8022 [  8892] By: jhi                                   on 2001/02/22  14:28:32
8023         Log: Update Changes.
8024      Branch: perl
8025            ! Changes patchlevel.h
8026 ____________________________________________________________________________
8027 [  8891] By: jhi                                   on 2001/02/22  13:22:45
8028         Log: Metaconfig unit changes for #8890.
8029      Branch: metaconfig
8030            ! U/modified/Cppsym.U U/threads/archname.U
8031 ____________________________________________________________________________
8032 [  8890] By: jhi                                   on 2001/02/22  13:22:12
8033         Log: Add -stdio to the archname if no perlio selected,
8034              no -perlio added since that is now the default.
8035              
8036              Add few CPUs/architectures to the Cppsym scan.
8037      Branch: perl
8038            ! Configure config_h.SH
8039 ____________________________________________________________________________
8040 [  8889] By: jhi                                   on 2001/02/22  13:05:59
8041         Log: Metaconfig unit change for #8888.
8042      Branch: metaconfig/U/perl
8043            ! useperlio.U
8044 ____________________________________________________________________________
8045 [  8888] By: jhi                                   on 2001/02/22  13:05:28
8046         Log: *drum roll*  Make perlio the default.
8047      Branch: perl
8048            ! Configure config_h.SH
8049 ____________________________________________________________________________
8050 [  8887] By: jhi                                   on 2001/02/22  12:50:52
8051         Log: Integrate change #8665 from maintperl to mainline,
8052              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
8053      Branch: perl
8054           !> ext/POSIX/POSIX.xs
8055 ____________________________________________________________________________
8056 [  8886] By: jhi                                   on 2001/02/22  12:49:24
8057         Log: Integrate changes #8883,8884 from mainline to maintperl.
8058              
8059              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
8060              Subject: Re: File::Temp::_gettemp warning
8061      Branch: maint-5.6/perl
8062           !> embed.h embed.pl lib/File/Temp.pm
8063 ____________________________________________________________________________
8064 [  8885] By: jhi                                   on 2001/02/22  12:43:59
8065         Log: Based on
8066              
8067              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
8068              From: schwab@suse.de
8069              Date: Thu, 22 Feb 2001 13:08:09 +0100
8070              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
8071              
8072              but the fix done slightly differently because the other
8073              half was already done in #8664.
8074      Branch: maint-5.6/perl
8075            ! ext/POSIX/POSIX.xs
8076 ____________________________________________________________________________
8077 [  8884] By: jhi                                   on 2001/02/22  12:37:15
8078         Log: Subject: Re: File::Temp::_gettemp warning
8079              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8080              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
8081              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
8082              
8083              This patch to File::Temp does two things:
8084              
8085              1. Fixes the problem with CGI::Carp when determining
8086              the Fcntl constants
8087              
8088              2. Removes most of the carps and consolidates them so that all the
8089              reasons are included in a single die that is caught by the test. This
8090              means that the correct skipping behaviour is displayed by the test.
8091      Branch: perl
8092            ! lib/File/Temp.pm
8093 ____________________________________________________________________________
8094 [  8883] By: jhi                                   on 2001/02/22  12:29:19
8095         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
8096              From: Peter Prymmer <pvhp@forte.com>
8097              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
8098              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
8099      Branch: perl
8100            ! embed.h embed.pl
8101 ____________________________________________________________________________
8102 [  8882] By: jhi                                   on 2001/02/21  19:41:33
8103         Log: Integrate change #8881 from mainlin to maintperl.
8104              
8105              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
8106      Branch: maint-5.6/perl
8107           !> op.c
8108 ____________________________________________________________________________
8109 [  8881] By: jhi                                   on 2001/02/21  19:38:57
8110         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
8111              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8112              Date:     Wed, 21 Feb 2001 13:08:03 EST
8113              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
8114      Branch: perl
8115            ! op.c
8116 ____________________________________________________________________________
8117 [  8880] By: jhi                                   on 2001/02/21  19:34:34
8118         Log: Retract #8875, cannot let go of the old semantics of unpack U
8119              without rethinking utf8decode.t.
8120      Branch: perl
8121            ! pp.c t/op/pack.t
8122 ____________________________________________________________________________
8123 [  8879] By: jhi                                   on 2001/02/21  19:08:02
8124         Log: Run run/*.t also in minitest.
8125      Branch: perl
8126            ! Makefile.SH
8127 ____________________________________________________________________________
8128 [  8878] By: nick                                  on 2001/02/21  18:55:37
8129         Log: Integrate mainline
8130      Branch: perlio
8131           !> (integrate 76 files)
8132 ____________________________________________________________________________
8133 [  8877] By: jhi                                   on 2001/02/21  15:09:33
8134         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
8135      Branch: metaconfig
8136            ! U/compline/nblock_io.U
8137      Branch: perl
8138            ! Configure config_h.SH
8139 ____________________________________________________________________________
8140 [  8876] By: jhi                                   on 2001/02/21  14:54:45
8141         Log: If no sfio, no -lsfio.
8142      Branch: metaconfig/U/perl
8143            ! d_sfio.U
8144      Branch: perl
8145            ! Configure config_h.SH
8146 ____________________________________________________________________________
8147 [  8875] By: jhi                                   on 2001/02/21  14:54:00
8148         Log: Make unpack C and unpack C truly equivalent.
8149      Branch: perl
8150            ! pp.c t/op/pack.t
8151 ____________________________________________________________________________
8152 [  8874] By: jhi                                   on 2001/02/21  14:26:02
8153         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
8154              From: Peter Prymmer <pvhp@forte.com>
8155              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
8156              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
8157      Branch: perl
8158            ! pod/perlport.pod
8159 ____________________________________________________________________________
8160 [  8873] By: jhi                                   on 2001/02/21  14:24:31
8161         Log: Subject: [PATCH] fix for charnames above FFFF
8162              From: andreas.koenig@anima.de (Andreas J. Koenig)
8163              Date: 21 Feb 2001 07:05:45 +0100
8164              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
8165      Branch: perl
8166            ! lib/charnames.pm t/lib/charnames.t
8167 ____________________________________________________________________________
8168 [  8872] By: jhi                                   on 2001/02/21  14:15:25
8169         Log: Integrate change #8868 from pureperl to mainline.
8170              
8171              Fixed reference count loop caused by sv_magic.
8172      Branch: perl
8173           !> sv.c
8174 ____________________________________________________________________________
8175 [  8871] By: jhi                                   on 2001/02/21  14:07:29
8176         Log: Integrate change #8868 from pureperl to maintperl.
8177              
8178              Fixed reference count loop caused by sv_magic.
8179      Branch: maint-5.6/perl
8180           !> sv.c
8181 ____________________________________________________________________________
8182 [  8870] By: jhi                                   on 2001/02/21  14:04:41
8183         Log: Put back the #8840, it was innocent.
8184      Branch: perl
8185            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
8186            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
8187 ____________________________________________________________________________
8188 [  8869] By: jhi                                   on 2001/02/21  14:00:03
8189         Log: unpack("C", ...) was left slightly unfinished by #8865.
8190      Branch: perl
8191            ! pp.c t/op/pack.t
8192 ____________________________________________________________________________
8193 [  8868] By: alanbur                               on 2001/02/21  01:33:45
8194         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
8195              from gv_fetchpv to create single-character magic variables (e.g. $!),
8196              and it is passed a sv and the gv that contains the sv as the mg_obj
8197              value.  When sv_magic stores the mg_obj pointer it increments the gv
8198              refcount, thus causing a sv-gv pair that can't be freed.  There is
8199              already a check for sv == obj which is used to prevent such reference
8200              loops.  This change extends the check to cover the case described above.
8201      Branch: maint-5.6/pureperl
8202            ! sv.c
8203 ____________________________________________________________________________
8204 [  8867] By: jhi                                   on 2001/02/21  00:52:39
8205         Log: Update Changes.
8206      Branch: perl
8207            ! Changes patchlevel.h
8208 ____________________________________________________________________________
8209 [  8866] By: jhi                                   on 2001/02/21  00:34:20
8210         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
8211              (Note: there were some conflicts due to EBCDIC and EPOC
8212              patches, in general I preferred the repository code.)
8213              (When 2.753 comes out, we need to synchronize.)
8214      Branch: perl
8215            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
8216            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
8217            ! t/lib/cgi-html.t
8218 ____________________________________________________________________________
8219 [  8865] By: jhi                                   on 2001/02/21  00:24:22
8220         Log: Make pack("C", 0x100) to create Unicode, unless under the
8221              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
8222              will understand Unicode, unless you under know what.
8223      Branch: perl
8224            ! pp.c t/op/pack.t t/op/qu.t
8225 ____________________________________________________________________________
8226 [  8864] By: alanbur                               on 2001/02/20  22:35:34
8227         Log: Resynchronised with parent
8228      Branch: maint-5.6/pureperl
8229           !> README.win32 ext/GDBM_File/GDBM_File.pm
8230           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
8231           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
8232           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8233           !> t/lib/sdbm.t util.c
8234 ____________________________________________________________________________
8235 [  8863] By: jhi                                   on 2001/02/20  20:55:11
8236         Log: Integrate change #8860,8861 from mainline into maintperl.
8237              
8238              "pseudo-literal j"
8239              
8240              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
8241      Branch: maint-5.6/perl
8242           !> lib/Test.pm pod/perlop.pod
8243 ____________________________________________________________________________
8244 [  8862] By: jhi                                   on 2001/02/20  20:30:07
8245         Log: Don't do casting between pointers pointing to differently sized
8246              integers.
8247      Branch: perl
8248            ! hv.c sv.c
8249 ____________________________________________________________________________
8250 [  8861] By: jhi                                   on 2001/02/20  19:53:44
8251         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
8252              From: Peter Prymmer <pvhp@forte.com>
8253              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
8254              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
8255      Branch: perl
8256            ! lib/Test.pm
8257 ____________________________________________________________________________
8258 [  8860] By: jhi                                   on 2001/02/20  19:48:02
8259         Log: "pseudo-literal j", a documentation glitch reported to Debian.
8260              The text recovered from Perl 5.005_03, and pseudo-literal replaced
8261              by "backtick string".
8262      Branch: perl
8263            ! pod/perlop.pod
8264 ____________________________________________________________________________
8265 [  8859] By: jhi                                   on 2001/02/20  19:15:46
8266         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
8267              from Chris Nandor.
8268      Branch: perl
8269            ! makedef.pl
8270 ____________________________________________________________________________
8271 [  8858] By: jhi                                   on 2001/02/20  17:36:53
8272         Log: Integrate pureperl changes #8844,8845,8850 to mainline
8273              (via maintperl #8855).
8274              
8275              Fixed %^H scoping bug
8276              
8277              Removed GV <-> CV refcount loop
8278              
8279              Removed %ENV refcount loop
8280      Branch: perl
8281           !> gv.c op.c perl.c pp.c scope.c
8282 ____________________________________________________________________________
8283 [  8857] By: jhi                                   on 2001/02/20  17:34:32
8284         Log: Integrate changes #8853,8854 from maintperl to mainline.
8285              
8286              EBDIC fixes, README.win32 Borland update.
8287      Branch: perl
8288           !> README.win32 handy.h util.c
8289 ____________________________________________________________________________
8290 [  8856] By: jhi                                   on 2001/02/20  17:33:16
8291         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
8292      Branch: maint-5.6/perl
8293           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
8294           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
8295           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
8296 ____________________________________________________________________________
8297 [  8855] By: jhi                                   on 2001/02/20  17:32:13
8298         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
8299              
8300              Fixed %^H scoping bug
8301              
8302              Removed GV <-> CV refcount loop
8303              
8304              Removed %ENV refcount loop
8305      Branch: maint-5.6/perl
8306           !> gv.c op.c perl.c pp.c scope.c
8307 ____________________________________________________________________________
8308 [  8854] By: jhi                                   on 2001/02/20  17:25:06
8309         Log: Subject: Addition to readme.win32 for Borland C++ compilers
8310              Date: Tue, 20 Feb 2001 02:15:25 +0300
8311              From: "Vadim Konovalov" <watman@inbox.ru>
8312              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
8313              
8314              Document Borland compiler misbehaviour.
8315      Branch: maint-5.6/perl
8316            ! README.win32
8317 ____________________________________________________________________________
8318 [  8853] By: jhi                                   on 2001/02/20  17:22:25
8319         Log: The assimilation of ebcdic.c didn't quite work at the first try,
8320              patches from Thomas Dorner.
8321      Branch: maint-5.6/perl
8322            ! handy.h util.c
8323 ____________________________________________________________________________
8324 [  8852] By: jhi                                   on 2001/02/20  17:20:15
8325         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
8326              From: Chris Nandor <pudge@pobox.com>
8327              Date: Tue, 20 Feb 2001 08:32:45 -0500
8328              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
8329      Branch: maint-5.6/perl
8330            ! makedef.pl mg.c
8331 ____________________________________________________________________________
8332 [  8851] By: jhi                                   on 2001/02/20  17:15:52
8333         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
8334      Branch: perl
8335            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
8336            ! t/lib/filter-util.t
8337 ____________________________________________________________________________
8338 [  8850] By: alanbur                               on 2001/02/20  17:12:40
8339         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
8340              and the magic pointer points back to the GV that contains the
8341              %ENV hash.  This creates a refcount loop that prevents members
8342              of %ENV from being freed correctly.  This change removes the
8343              refcount loop - the magic pointer was never used anyway, the
8344              only use of the magic was to check the type ('E') so that the
8345              appropriate environment manipulation code is called when %ENV
8346              is modified.
8347      Branch: maint-5.6/pureperl
8348            ! perl.c
8349 ____________________________________________________________________________
8350 [  8849] By: jhi                                   on 2001/02/20  17:12:20
8351         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
8352              From: "Craig A. Berry" <craigberry@mac.com>
8353              Date: Mon, 19 Feb 2001 23:36:12 -0600
8354              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
8355              
8356              Case-forgiving systems match TestInit.pm with TES*.
8357      Branch: perl
8358            ! t/lib/glob-basic.t
8359 ____________________________________________________________________________
8360 [  8848] By: jhi                                   on 2001/02/20  17:10:02
8361         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
8362      Branch: perl
8363            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
8364            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
8365            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
8366 ____________________________________________________________________________
8367 [  8847] By: jhi                                   on 2001/02/20  15:34:41
8368         Log: The #8843 wasn't quite right: %Config needs to imported.
8369      Branch: perl
8370            ! t/run/runenv.t
8371 ____________________________________________________________________________
8372 [  8846] By: jhi                                   on 2001/02/20  15:31:50
8373         Log: Retract the #8838 and #8840 for now because of
8374              the DB_File tie problem.
8375      Branch: perl
8376            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
8377            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
8378            ! proto.h sv.c
8379 ____________________________________________________________________________
8380 [  8845] By: alanbur                               on 2001/02/20  14:25:41
8381         Log: Removed GV <-> CV refcount loop
8382              CvGV(mycv) points to the parent GV of the CV, and was previously
8383              refcounted.  The pointer remains, but the refcounting has been removed
8384              as it causes a refcount loop between the CV and GV that means the CV
8385              can't ever be deleted.
8386      Branch: maint-5.6/pureperl
8387            ! gv.c op.c pp.c
8388 ____________________________________________________________________________
8389 [  8844] By: alanbur                               on 2001/02/20  14:23:13
8390         Log: Fixed %^H scoping bug
8391      Branch: maint-5.6/pureperl
8392            ! scope.c
8393 ____________________________________________________________________________
8394 [  8843] By: jhi                                   on 2001/02/19  13:38:08
8395         Log: fork() not everywhere, cleanup temp files.
8396      Branch: perl
8397            ! t/run/runenv.t
8398 ____________________________________________________________________________
8399 [  8842] By: alanbur                               on 2001/02/19  12:42:07
8400         Log: Resynchronised with parent
8401      Branch: maint-5.6/pureperl
8402           !> pod/perlfaq4.pod sv.c utf8.c
8403 ____________________________________________________________________________
8404 [  8841] By: jhi                                   on 2001/02/19  03:35:51
8405         Log: Update Changes.
8406      Branch: perl
8407            ! Changes patchlevel.h
8408 ____________________________________________________________________________
8409 [  8840] By: jhi                                   on 2001/02/19  00:23:41
8410         Log: Subject: [patch] add sv_setref_uv
8411              From: Doug MacEachern <dougm@covalent.net>
8412              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
8413              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
8414      Branch: perl
8415            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
8416            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
8417 ____________________________________________________________________________
8418 [  8839] By: jhi                                   on 2001/02/19  00:01:38
8419         Log: Put to rest the 20010205.001, the email address checking (not) regex.
8420      Branch: perl
8421            ! pod/perlfaq9.pod
8422 ____________________________________________________________________________
8423 [  8838] By: jhi                                   on 2001/02/18  22:17:54
8424         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
8425              From: Doug MacEachern <dougm@covalent.net>
8426              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
8427              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
8428      Branch: perl
8429            ! lib/ExtUtils/xsubpp
8430 ____________________________________________________________________________
8431 [  8837] By: jhi                                   on 2001/02/18  22:16:50
8432         Log: Subject: [patch] -Wall cleanup round 2
8433              From: Doug MacEachern <dougm@covalent.net>
8434              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
8435              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
8436      Branch: perl
8437            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
8438            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
8439            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
8440            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
8441            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8442            ! ext/SDBM_File/SDBM_File.xs
8443 ____________________________________________________________________________
8444 [  8836] By: jhi                                   on 2001/02/18  22:11:20
8445         Log: Misapplied regex optimizations when \C is present.
8446              Fixes 20001230.002.
8447              
8448              What still remains broken is that the submatches that
8449              have \C in them get their UTF8 flag on because their
8450              parent SV has it on.  This will result in malformed
8451              UTF8 if a \C happened to match a non-ASCII byte.
8452      Branch: perl
8453            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
8454            ! t/pragma/utf8.t
8455 ____________________________________________________________________________
8456 [  8835] By: jhi                                   on 2001/02/18  20:12:02
8457         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
8458              
8459              The hash key got wrongly UTF8fied.
8460      Branch: perl
8461            ! pod/perlapi.pod toke.c utf8.c
8462 ____________________________________________________________________________
8463 [  8834] By: jhi                                   on 2001/02/18  19:44:25
8464         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
8465              don't warn on magical or overloaded things.
8466      Branch: perl
8467            ! pp_hot.c
8468 ____________________________________________________________________________
8469 [  8833] By: nick                                  on 2001/02/18  19:31:22
8470         Log: Integrate mainline
8471      Branch: perlio
8472           +> t/TestInit.pm t/run/runenv.t
8473            - t/UTEST
8474           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
8475           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
8476           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
8477           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
8478           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
8479           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
8480           !> utf8.c
8481 ____________________________________________________________________________
8482 [  8832] By: jhi                                   on 2001/02/18  19:21:18
8483         Log: Integrate perlio.
8484      Branch: perl
8485           !> perlio.c pod/perldiag.pod
8486 ____________________________________________________________________________
8487 [  8831] By: jhi                                   on 2001/02/18  19:14:20
8488         Log: Integrate change #8827 from mainline.
8489              
8490              UTF8 tweaks.
8491      Branch: maint-5.6/perl
8492           !> sv.c utf8.c
8493 ____________________________________________________________________________
8494 [  8830] By: nick                                  on 2001/02/18  19:10:34
8495         Log: Apply the spirit of patch from Nick Clark:
8496              Subject: [PATCH] Re: extensions that provide layers
8497              From: Nicholas Clark <nick@ccl4.org>
8498              Date: Mon, 12 Feb 2001 16:43:51 +0000
8499              Message-Id: <20010212164350.Q3652@plum.flirble.org>
8500      Branch: perlio
8501            ! perlio.c pod/perldiag.pod
8502 ____________________________________________________________________________
8503 [  8829] By: jhi                                   on 2001/02/18  19:03:25
8504         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
8505              From: schwern@pobox.com 
8506              Date: Sun, 18 Feb 2001 13:44:35 -0500
8507              Message-ID: <20010218134435.A17544@magnonel.guild.net>
8508              
8509              Applied, but as t/TestInit.pm.
8510      Branch: perl
8511            + t/TestInit.pm
8512            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
8513            ! t/op/subst_wamp.t
8514 ____________________________________________________________________________
8515 [  8828] By: jhi                                   on 2001/02/18  18:43:52
8516         Log: Integrate perlio.
8517      Branch: perl
8518           !> perlio.c
8519 ____________________________________________________________________________
8520 [  8827] By: jhi                                   on 2001/02/18  18:41:33
8521         Log: UTF-8 tweaks.
8522      Branch: perl
8523            ! sv.c utf8.c
8524 ____________________________________________________________________________
8525 [  8826] By: nick                                  on 2001/02/18  17:40:59
8526         Log: Fix [ID 20010217.002]
8527              open FOO, "<:raw:perlio", ...
8528              :raw now inserts default base layer below itself.
8529              Also
8530              open FOO, "<:unix", ...
8531              works as well - but leaves buffer layer on stack under the unix layer.
8532      Branch: perlio
8533            ! perlio.c
8534 ____________________________________________________________________________
8535 [  8825] By: jhi                                   on 2001/02/18  17:15:39
8536         Log: Integrate perlio.
8537      Branch: perl
8538           !> perlio.c perliol.h
8539 ____________________________________________________________________________
8540 [  8824] By: jhi                                   on 2001/02/18  17:10:53
8541         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
8542              From: schwern@pobox.com
8543              Date: Sun, 18 Feb 2001 01:48:50 -0500
8544              Message-ID: <20010218014850.C19957@magnonel.guild.net>
8545      Branch: perl
8546            ! lib/Test/Harness.pm t/TEST t/op/chop.t
8547 ____________________________________________________________________________
8548 [  8823] By: jhi                                   on 2001/02/18  17:01:06
8549         Log: Add run/*.t to testables.
8550      Branch: perl
8551            ! t/TEST
8552 ____________________________________________________________________________
8553 [  8822] By: jhi                                   on 2001/02/18  16:58:58
8554         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
8555              From: schwern@pobox.com
8556              Date: Sun, 18 Feb 2001 01:11:35 -0500
8557              Message-ID: <20010218011135.A19957@magnonel.guild.net>
8558              
8559              Revive mjd's and Simon's PERL5OPT fix.
8560      Branch: perl
8561            + t/run/runenv.t
8562            ! MANIFEST perl.c
8563 ____________________________________________________________________________
8564 [  8821] By: jhi                                   on 2001/02/18  16:53:46
8565         Log: Subject: Re: Why t/TEST and not Test::Harness?
8566              From: schwern@pobox.com
8567              Date: Sat, 17 Feb 2001 22:44:44 -0500
8568              Message-ID: <20010217224444.A6679@magnonel.guild.net>
8569              
8570              Replace UTEST with TEST -utf8.
8571      Branch: perl
8572            - t/UTEST
8573            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
8574            ! t/lib/glob-basic.t
8575 ____________________________________________________________________________
8576 [  8820] By: nick                                  on 2001/02/18  13:06:16
8577         Log: Clean up a few core dumps when layers are used in unexpected ways.
8578              (Still not "right"...)
8579      Branch: perlio
8580            ! perlio.c perliol.h
8581 ____________________________________________________________________________
8582 [  8819] By: jhi                                   on 2001/02/18  02:25:55
8583         Log: Integrate change #8818 from maintperl, a FAQ nit.
8584      Branch: perl
8585           !> pod/perlfaq4.pod
8586 ____________________________________________________________________________
8587 [  8818] By: jhi                                   on 2001/02/18  02:24:50
8588         Log: FAQ nit from Chris Fedde.
8589      Branch: maint-5.6/perl
8590            ! pod/perlfaq4.pod
8591 ____________________________________________________________________________
8592 [  8817] By: nick                                  on 2001/02/17  18:20:14
8593         Log: Integrate mainline
8594      Branch: perlio
8595           +> lib/unicode/UCD.html lib/unicode/Unicode.html
8596           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
8597           +> pod/perlclib.pod
8598            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
8599            - lib/unicode/Unicode.301
8600           !> (integrate 324 files)
8601 ____________________________________________________________________________
8602 [  8816] By: jhi                                   on 2001/02/17  16:56:58
8603         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
8604      Branch: perl
8605            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8606            ! ext/Storable/Storable.xs t/lib/st-06compat.t
8607            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
8608 ____________________________________________________________________________
8609 [  8815] By: jhi                                   on 2001/02/17  16:40:07
8610         Log: Subject: [patch] -Wall
8611              From: Doug MacEachern <dougm@covalent.net>
8612              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
8613              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
8614      Branch: perl
8615            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
8616            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
8617 ____________________________________________________________________________
8618 [  8814] By: jhi                                   on 2001/02/16  19:27:18
8619         Log: Document qu better.
8620      Branch: perl
8621            ! pod/perlop.pod
8622 ____________________________________________________________________________
8623 [  8813] By: jhi                                   on 2001/02/15  13:54:37
8624         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
8625              From: Hugo <hv@crypt.compulink.co.uk>
8626              Date: Thu, 15 Feb 2001 13:39:49 +0000
8627              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
8628      Branch: perl
8629            ! toke.c
8630 ____________________________________________________________________________
8631 [  8812] By: alanbur                               on 2001/02/15  13:52:16
8632         Log: Resynchronised with parent
8633      Branch: maint-5.6/pureperl
8634            - ebcdic.c
8635           !> (integrate 36 files)
8636 ____________________________________________________________________________
8637 [  8811] By: jhi                                   on 2001/02/15  13:51:16
8638         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
8639              
8640              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
8641              From: Jan Dubois <JanD@ActiveState.com>
8642              Date: Wed, 31 Jan 2001 21:17:03 -0800
8643              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
8644              
8645              tweak change#8659 to keep it simple
8646              
8647              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
8648              From: Russ Allbery <rra@stanford.edu>
8649              Date: 14 Feb 2001 10:15:41 -0800
8650              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
8651              
8652              (8809 empty)
8653
8654              Upgrade to podlators 1.08, from Russ Allbery.
8655      Branch: perl
8656           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
8657           !> utils/perldoc.PL
8658 ____________________________________________________________________________
8659 [  8810] By: jhi                                   on 2001/02/15  13:35:08
8660         Log: Upgrade to podlators 1.08, from Russ Allbery.
8661      Branch: maint-5.6/perl
8662            ! lib/Pod/Man.pm lib/Pod/Text.pm
8663 ____________________________________________________________________________
8664 [  8809] By: jhi                                   on 2001/02/15  13:26:38
8665         Log: (accidentally empty check-in)
8666      Branch: maint-5.6/perl
8667            ! lib/Test/Harness.pm
8668 ____________________________________________________________________________
8669 [  8808] By: jhi                                   on 2001/02/15  13:23:47
8670         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
8671              From: Russ Allbery <rra@stanford.edu>
8672              Date: 14 Feb 2001 10:15:41 -0800
8673              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
8674              
8675              perldoc was hardcoding $Config{installscript}, which breaks
8676              when install* isn't where Perl ends up (such as with AFS).
8677              
8678              Use $Config{scriptdir} instead.
8679      Branch: maint-5.6/perl
8680            ! utils/perldoc.PL
8681 ____________________________________________________________________________
8682 [  8807] By: jhi                                   on 2001/02/14  14:37:27
8683         Log: Update Changes.
8684      Branch: perl
8685            ! Changes patchlevel.h
8686 ____________________________________________________________________________
8687 [  8806] By: jhi                                   on 2001/02/14  14:25:31
8688         Log: Integrate changes #8803,8804,8805 from mainline.
8689              
8690              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
8691              
8692              Don't skip too much of the locale error message if no environ array,
8693              from Chris Nandor.
8694              
8695              More MacOS Classic fixes from Chris Nandor.
8696      Branch: maint-5.6/perl
8697           !> doop.c lib/Cwd.pm perl.c perl.h util.c
8698 ____________________________________________________________________________
8699 [  8805] By: jhi                                   on 2001/02/14  03:29:01
8700         Log: More MacOS Classic fixes from Chris Nandor.
8701      Branch: perl
8702            ! doop.c lib/Cwd.pm
8703 ____________________________________________________________________________
8704 [  8804] By: jhi                                   on 2001/02/14  03:18:35
8705         Log: Don't skip too much of the locale error message if no environ array,
8706              from Chris Nandor.
8707      Branch: perl
8708            ! util.c
8709 ____________________________________________________________________________
8710 [  8803] By: jhi                                   on 2001/02/14  03:14:14
8711         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
8712      Branch: perl
8713            ! perl.c perl.h
8714 ____________________________________________________________________________
8715 [  8802] By: jhi                                   on 2001/02/13  18:31:33
8716         Log: AUTHORS update.
8717      Branch: perl
8718            ! AUTHORS
8719 ____________________________________________________________________________
8720 [  8801] By: jhi                                   on 2001/02/13  17:55:19
8721         Log: Integrate change #8792 from mainline.
8722              
8723              Subject: buncha MacPerl patches for bleadperl
8724              From: Chris Nandor <pudge@pobox.com>
8725              Date: Tue, 13 Feb 2001 00:02:43 -0500
8726              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
8727      Branch: maint-5.6/perl
8728           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
8729           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
8730           !> t/lib/basename.t toke.c util.h
8731 ____________________________________________________________________________
8732 [  8800] By: jhi                                   on 2001/02/13  17:46:43
8733         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
8734              to be forced to Off_t.
8735              
8736              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
8737              From: nick@ccl4.org
8738              Date: Thu, 1 Feb 2001 12:01:04 +0000
8739              Message-Id: <20010201120103.E11401@plum.flirble.org>
8740      Branch: maint-5.6/perl
8741            ! iperlsys.h perlio.c
8742 ____________________________________________________________________________
8743 [  8799] By: jhi                                   on 2001/02/13  16:52:51
8744         Log: Duplex duplex hunk hunk.
8745      Branch: maint-5.6/perl
8746            ! Makefile.SH
8747 ____________________________________________________________________________
8748 [  8797] By: jhi                                   on 2001/02/13  14:52:04
8749         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
8750              From: "Craig A. Berry" <craigberry@mac.com>
8751              Date: Mon, 12 Feb 2001 11:05:25 -0600
8752              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
8753      Branch: perl
8754            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
8755 ____________________________________________________________________________
8756 [  8796] By: jhi                                   on 2001/02/13  14:36:47
8757         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
8758              From: simon.cozens@pembroke.oxford.ac.uk 
8759              Date: Sat, 10 Feb 2001 17:57:02 +0000
8760              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
8761              
8762              Now it does include.
8763      Branch: perl
8764            ! pod/perldiag.pod
8765 ____________________________________________________________________________
8766 [  8795] By: jhi                                   on 2001/02/13  14:30:11
8767         Log: Sort the MANIFEST.
8768      Branch: perl
8769            ! MANIFEST
8770 ____________________________________________________________________________
8771 [  8794] By: jhi                                   on 2001/02/13  14:26:51
8772         Log: Integrate change #8793 from mainline, FAQ updates.
8773      Branch: maint-5.6/perl
8774           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
8775 ____________________________________________________________________________
8776 [  8793] By: jhi                                   on 2001/02/13  14:25:13
8777         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
8778      Branch: perl
8779            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
8780 ____________________________________________________________________________
8781 [  8792] By: jhi                                   on 2001/02/13  14:22:50
8782         Log: Subject: buncha MacPerl patches for bleadperl
8783              From: Chris Nandor <pudge@pobox.com>
8784              Date: Tue, 13 Feb 2001 00:02:43 -0500
8785              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
8786      Branch: perl
8787            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
8788            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
8789            ! t/lib/basename.t toke.c util.h
8790 ____________________________________________________________________________
8791 [  8791] By: jhi                                   on 2001/02/13  14:10:39
8792         Log: Integrate change #8790 from mainline.
8793              
8794              environ array wrongly assumed in Perl_init_i18nl10n(),
8795      Branch: maint-5.6/perl
8796           !> util.c
8797 ____________________________________________________________________________
8798 [  8790] By: jhi                                   on 2001/02/13  14:06:15
8799         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
8800              noticed by Chris Nandor in MacOS Classic.
8801      Branch: perl
8802            ! util.c
8803 ____________________________________________________________________________
8804 [  8789] By: jhi                                   on 2001/02/13  13:58:07
8805         Log: Integrate changes #8373,8487,8544,8783 from mainline.
8806              
8807              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
8808              hints files, the dynaloading, assimilate ebcdic into util.c.
8809      Branch: maint-5.6/perl
8810            - ebcdic.c
8811            ! MANIFEST hints/posix-bc.sh
8812           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
8813           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
8814           !> perlapi.c proto.h util.c
8815 ____________________________________________________________________________
8816 [  8788] By: alanbur                               on 2001/02/13  10:33:13
8817         Log: Integrated changes from maint-5.6
8818      Branch: maint-5.6/pureperl
8819           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
8820           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
8821           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8822           !> vos/config.ga.h vos/configure_perl.cm
8823 ____________________________________________________________________________
8824 [  8787] By: jhi                                   on 2001/02/13  05:56:36
8825         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
8826      Branch: perl
8827           !> Makefile.SH
8828 ____________________________________________________________________________
8829 [  8786] By: jhi                                   on 2001/02/13  05:54:34
8830         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
8831              From: Dorner Thomas <Thomas.Dorner@start.de>
8832              Date: Mon, 12 Feb 2001 15:06:26 +0100
8833              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
8834      Branch: maint-5.6/perl
8835            ! Makefile.SH
8836 ____________________________________________________________________________
8837 [  8785] By: jhi                                   on 2001/02/13  05:29:04
8838         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
8839      Branch: perl
8840           !> hints/openbsd.sh
8841 ____________________________________________________________________________
8842 [  8784] By: jhi                                   on 2001/02/13  02:25:24
8843         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
8844              From: Peter Prymmer <pvhp@forte.com>
8845              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
8846              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
8847      Branch: perl
8848            ! pod/perlclib.pod
8849 ____________________________________________________________________________
8850 [  8783] By: jhi                                   on 2001/02/13  02:22:36
8851         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
8852      Branch: perl
8853            - ebcdic.c
8854            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
8855            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
8856            ! util.c
8857 ____________________________________________________________________________
8858 [  8782] By: jhi                                   on 2001/02/13  02:00:07
8859         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
8860      Branch: maint-5.6/perl
8861            ! pod/perlport.pod
8862 ____________________________________________________________________________
8863 [  8781] By: jhi                                   on 2001/02/13  01:58:44
8864         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
8865      Branch: maint-5.6/perl
8866            ! hints/openbsd.sh
8867 ____________________________________________________________________________
8868 [  8780] By: jhi                                   on 2001/02/13  01:57:33
8869         Log: Synchronize the regexp tests between maintperl and mainline.
8870      Branch: maint-5.6/perl
8871           !> t/op/re_tests
8872 ____________________________________________________________________________
8873 [  8779] By: jhi                                   on 2001/02/13  01:49:35
8874         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
8875              From: Hugo <hv@crypt.compulink.co.uk>
8876              Date: Tue, 13 Feb 2001 00:11:11 +0000
8877              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
8878      Branch: perl
8879            ! regcomp.c t/op/re_tests
8880 ____________________________________________________________________________
8881 [  8778] By: jhi                                   on 2001/02/13  00:23:10
8882         Log: Comments do not nest.
8883      Branch: perl
8884            ! perl.h
8885 ____________________________________________________________________________
8886 [  8777] By: jhi                                   on 2001/02/13  00:17:54
8887         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
8888              From: Hugo <hv@crypt.compulink.co.uk>
8889              Date: Tue, 13 Feb 2001 00:11:11 +0000
8890              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
8891      Branch: maint-5.6/perl
8892            ! regcomp.c t/op/re_tests
8893 ____________________________________________________________________________
8894 [  8776] By: jhi                                   on 2001/02/12  23:25:52
8895         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
8896      Branch: maint-5.6/perl
8897            ! pod/perlport.pod
8898 ____________________________________________________________________________
8899 [  8775] By: jhi                                   on 2001/02/12  23:04:28
8900         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
8901      Branch: maint-5.6/perl
8902            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
8903            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8904            ! vos/configure_perl.cm
8905 ____________________________________________________________________________
8906 [  8774] By: jhi                                   on 2001/02/12  22:59:11
8907         Log: Subject: Re: [patch] context for 'U' magic functions
8908              From: Doug MacEachern <dougm@covalent.net>
8909              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
8910              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
8911              
8912              plus the suggestion by Nick Ing-Simmons to name the macro
8913              as PERL_MG_UFUNC to avoid namespace pollution, plus add
8914              the advice by Doug for XS writers to perl.h
8915      Branch: perl
8916            ! mg.c perl.h
8917 ____________________________________________________________________________
8918 [  8773] By: jhi                                   on 2001/02/11  20:14:12
8919         Log: Update Changes.
8920      Branch: perl
8921            ! Changes patchlevel.h
8922 ____________________________________________________________________________
8923 [  8772] By: jhi                                   on 2001/02/11  18:47:52
8924         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
8925              From: Simon Cozens <simon@cozens.net>
8926              Date: Wed, 31 Jan 2001 16:31:43 +0000
8927              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
8928      Branch: perl
8929            + pod/perlclib.pod
8930            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
8931            ! pod/perltoc.pod
8932 ____________________________________________________________________________
8933 [  8771] By: jhi                                   on 2001/02/11  18:36:48
8934         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
8935              
8936              Blocks-4d3.beta.txt
8937              CaseFolding-3d4.beta.txt
8938              CompositionExclusions-3d6.beta.txt
8939              EastAsianWidth-4d4.beta.txt
8940              LineBreak-6d3.beta.txt
8941              NamesList-3.1.0d1.beta.txt
8942              PropList-3.1.0d4.beta.txt
8943              SpecialCasing-4d1.beta.txt
8944              UnicodeData-3.1.0d6.beta.txt
8945      Branch: perl
8946            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
8947           +> lib/unicode/UCD.html lib/unicode/Unicode.html
8948            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
8949            - lib/unicode/Unicode.301
8950            ! (edit 257 files)
8951 ____________________________________________________________________________
8952 [  8770] By: jhi                                   on 2001/02/11  17:26:22
8953         Log: UTF-8 documentation.
8954      Branch: perl
8955            ! utf8.h
8956 ____________________________________________________________________________
8957 [  8769] By: jhi                                   on 2001/02/11  17:12:49
8958         Log: Retract #8762.
8959      Branch: perl
8960            ! regexec.c
8961 ____________________________________________________________________________
8962 [  8768] By: jhi                                   on 2001/02/11  16:54:45
8963         Log: Subject: [PATCH] Test::Harness
8964              From: andreas.koenig@anima.de (Andreas J. Koenig)
8965              Date: 11 Feb 2001 14:37:00 +0100
8966              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
8967      Branch: perl
8968            ! lib/Test/Harness.pm
8969 ____________________________________________________________________________
8970 [  8767] By: jhi                                   on 2001/02/11  16:53:52
8971         Log: Subject: [PATCH] Document makepatch in Porting/patching
8972              From: andreas.koenig@anima.de (Andreas J. Koenig)
8973              Date: 11 Feb 2001 16:46:28 +0100
8974              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
8975      Branch: perl
8976            ! Porting/patching.pod
8977 ____________________________________________________________________________
8978 [  8766] By: jhi                                   on 2001/02/11  06:30:23
8979         Log: Subject: Re: [patch] GvSHARED
8980              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
8981              From: Doug MacEachern <dougm@covalent.net>
8982              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
8983              
8984              Subject: Re: [patch] GvSHARED
8985              From: Doug MacEachern <dougm@covalent.net>
8986              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
8987              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
8988              
8989              Subject: [patch] attributes.pm support for `shared'
8990              From: Doug MacEachern <dougm@covalent.net>
8991              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
8992              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
8993              
8994              our() attributes were ignored, our :shared pieces missing,
8995              allow attributes.pm to turn on shared.
8996      Branch: perl
8997            ! op.c t/op/attrs.t toke.c xsutils.c
8998 ____________________________________________________________________________
8999 [  8765] By: alanbur                               on 2001/02/10  23:11:19
9000         Log: Resync with parent (hopefully sucessfully this time)
9001      Branch: maint-5.6/pureperl
9002           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
9003           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
9004           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
9005           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
9006           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
9007           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
9008           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
9009 ____________________________________________________________________________
9010 [  8764] By: jhi                                   on 2001/02/10  22:54:38
9011         Log: Make TEST and UTEST more verbose in case something goes
9012              wrong in running/compiling a script, suggested by Doug
9013              MacEachern.
9014      Branch: perl
9015            ! t/TEST t/UTEST
9016 ____________________________________________________________________________
9017 [  8763] By: jhi                                   on 2001/02/10  22:11:34
9018         Log: Bogus shebang.
9019      Branch: perl
9020            ! t/lib/texttabs.t
9021 ____________________________________________________________________________
9022 [  8762] By: jhi                                   on 2001/02/10  21:56:02
9023         Log: (Retracted by #8769)
9024      Branch: perl
9025            ! regexec.c
9026 ____________________________________________________________________________
9027 [  8761] By: jhi                                   on 2001/02/10  21:26:15
9028         Log: Subject: Re: [patch] GvSHARED 
9029              From: Doug MacEachern <dougm@covalent.net>
9030              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
9031              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
9032              
9033              our @EXPORT : shared = (...);
9034      Branch: perl
9035            ! toke.c
9036 ____________________________________________________________________________
9037 [  8760] By: jhi                                   on 2001/02/10  21:25:07
9038         Log: Subject: [patch] GvSHARED
9039              From: Doug MacEachern <dougm@covalent.net>
9040              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
9041              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
9042      Branch: perl
9043            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
9044 ____________________________________________________________________________
9045 [  8759] By: alanbur                               on 2001/02/10  21:24:27
9046         Log: Backed out mismerge.
9047      Branch: maint-5.6/pureperl
9048            ! MANIFEST README.hpux README.vmesa gv.c installhtml
9049            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
9050            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
9051            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
9052            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
9053            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
9054            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
9055 ____________________________________________________________________________
9056 [  8758] By: jhi                                   on 2001/02/10  18:01:17
9057         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
9058              
9059              Fixed UMRs and leak in Perl_pmtrans()
9060              
9061              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
9062              associated UTFied tr/// code.  Also fixed scoping leak of
9063              PL_reg_start_tmp.
9064              
9065              newATTRSUB leaks when an attempt to redefine the active sort sub is
9066              made.
9067      Branch: maint-5.6/perl
9068           !> op.c regcomp.c
9069 ____________________________________________________________________________
9070 [  8757] By: alanbur                               on 2001/02/10  17:56:46
9071         Log: Resynchronised with parent
9072      Branch: maint-5.6/pureperl
9073           +> README.bs2000
9074            - README.posix-bc
9075            ! gv.c perl.c sv.c
9076           !> MANIFEST README.hpux README.vmesa installhtml
9077           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
9078           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
9079           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
9080           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
9081           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
9082           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
9083 ____________________________________________________________________________
9084 [  8756] By: alanbur                               on 2001/02/10  17:51:15
9085         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
9086              made.
9087      Branch: maint-5.6/pureperl
9088            ! op.c
9089 ____________________________________________________________________________
9090 [  8755] By: jhi                                   on 2001/02/09  22:41:35
9091         Log: Upgrade to CPAN 1.59_54, from Andreas König.
9092      Branch: perl
9093            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9094 ____________________________________________________________________________
9095 [  8754] By: jhi                                   on 2001/02/09  22:29:20
9096         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
9097              
9098              Didn't upgrade the fill.t since it has a dependency to File::Slurp
9099              purely for debugging purposes, the actual test hasn't changed.
9100      Branch: perl
9101            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
9102            ! t/lib/textwrap.t
9103 ____________________________________________________________________________
9104 [  8753] By: jhi                                   on 2001/02/09  20:17:50
9105         Log: Integrate change #8682 from maintperl.
9106              
9107              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
9108              to work correctly.
9109      Branch: perl
9110           !> hints/irix_6.sh
9111 ____________________________________________________________________________
9112 [  8752] By: jhi                                   on 2001/02/09  20:00:46
9113         Log: Update Changes.
9114      Branch: perl
9115            ! Changes patchlevel.h
9116 ____________________________________________________________________________
9117 [  8751] By: nick                                  on 2001/02/09  19:48:37
9118         Log: Integrate mainline
9119      Branch: perlio
9120           +> README.bs2000 t/lib/cgi-esc.t
9121            - README.posix-bc
9122           !> (integrate 53 files)
9123 ____________________________________________________________________________
9124 [  8750] By: nick                                  on 2001/02/09  19:25:16
9125         Log: Subject: RE: Biannual Competition to Improve Hashing Function
9126              From: Fisher Mark <fisherm@tce.com>
9127              Date: Thu, 8 Feb 2001 10:44:00 -0500
9128              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
9129              Date: Thu, 8 Feb 2001 15:02:47 -0500
9130              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
9131      Branch: perl
9132            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
9133 ____________________________________________________________________________
9134 [  8749] By: jhi                                   on 2001/02/09  19:02:35
9135         Log: Forgotten fragment.
9136      Branch: perl
9137            ! pod/perlapi.pod
9138 ____________________________________________________________________________
9139 [  8748] By: jhi                                   on 2001/02/09  18:31:34
9140         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
9141              plus manual tweakage.
9142              
9143              Sync the perlfaq2 between mainline and maintperl.
9144      Branch: maint-5.6/perl
9145            ! pod/perlfaq2.pod
9146      Branch: perl
9147           !> pod/perlfaq2.pod
9148 ____________________________________________________________________________
9149 [  8747] By: jhi                                   on 2001/02/09  18:12:04
9150         Log: Subject: versiononly and installperl
9151              From: abigail@foad.org
9152              Date: Wed, 7 Feb 2001 22:43:12 +0100
9153              Message-ID: <20010207214312.7045.qmail@foad.org>    
9154              
9155              Add +v flag to force a normal install of the perl binary
9156              and the utilities.
9157              
9158              Subject: [PATCH] installperl
9159              From: Nicholas Clark <nick@ccl4.org>
9160              Date: Fri, 9 Feb 2001 16:28:57 +0000
9161              Message-ID: <20010209162857.B10931@plum.flirble.org>
9162              
9163              Add -A flag which also hardlinks the binary with
9164              the full architecture name.
9165      Branch: perl
9166            ! installperl
9167 ____________________________________________________________________________
9168 [  8746] By: jhi                                   on 2001/02/09  18:03:43
9169         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
9170              
9171              Subject: perlfaq2, re: perlmongers
9172              
9173              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
9174              
9175              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
9176              
9177              Subject: [ID 20010205.001] typo in perlfaq9
9178              
9179              Subject: [ID 20010208.002] unordered explanation in perlcall
9180      Branch: maint-5.6/perl
9181           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
9182           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
9183           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
9184 ____________________________________________________________________________
9185 [  8745] By: jhi                                   on 2001/02/09  17:59:09
9186         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
9187              From: abela@geneanet.org
9188              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
9189              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
9190      Branch: perl
9191            ! pod/perlcall.pod
9192 ____________________________________________________________________________
9193 [  8744] By: jhi                                   on 2001/02/09  17:48:16
9194         Log: Subject: [ID 20010205.001] typo in perlfaq9
9195              From: eserte@vran.herceg.de
9196              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
9197              Message-Id: <200102042244.XAA21926@vran.herceg.de>
9198      Branch: perl
9199            ! pod/perlfaq9.pod
9200 ____________________________________________________________________________
9201 [  8743] By: jhi                                   on 2001/02/09  17:25:12
9202         Log: Integrate change #8695 from maintperl.
9203              
9204              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
9205      Branch: perl
9206           !> thread.h
9207 ____________________________________________________________________________
9208 [  8742] By: jhi                                   on 2001/02/09  17:21:22
9209         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
9210              From: Andy Dougherty <doughera@lafayette.edu>
9211              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
9212              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
9213      Branch: perl
9214            ! embed.pl
9215 ____________________________________________________________________________
9216 [  8741] By: jhi                                   on 2001/02/09  17:05:19
9217         Log: Integrate changes #8738,8739,8740 from maintperl.
9218              
9219              Html files will be installed in a more logical and easier to
9220              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
9221              
9222              Html files will be generated with a header to make them look
9223              a little less bare.
9224              
9225              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
9226      Branch: perl
9227           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
9228 ____________________________________________________________________________
9229 [  8740] By: jhi                                   on 2001/02/09  17:03:46
9230         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
9231              From: "Brendan O'Dea" <bod@compusol.com.au>
9232              Date: Sun, 4 Feb 2001 11:17:56 +1100
9233              Message-ID: <20010204111756.A16301@compusol.com.au>
9234      Branch: maint-5.6/perl
9235            ! pod/perlfaq3.pod
9236 ____________________________________________________________________________
9237 [  8739] By: jhi                                   on 2001/02/09  17:01:59
9238         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
9239              From: "Indy Singh" <indy@nusphere.com>
9240              Date: Fri, 2 Feb 2001 15:09:59 -0500
9241              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
9242              
9243              Html files will be generated with a header to make them look
9244              a little less bare.
9245      Branch: maint-5.6/perl
9246            ! installhtml
9247 ____________________________________________________________________________
9248 [  8738] By: jhi                                   on 2001/02/09  16:58:48
9249         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
9250              From: "Indy Singh" <indy@nusphere.com>
9251              Date: Fri, 2 Feb 2001 15:08:23 -0500
9252              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
9253              
9254              Html files will be installed in a more logical and easier to
9255              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
9256      Branch: maint-5.6/perl
9257            ! win32/Makefile win32/makefile.mk
9258 ____________________________________________________________________________
9259 [  8737] By: jhi                                   on 2001/02/09  16:46:54
9260         Log: Integrate changes #8687,8736 from maintperl.
9261              
9262              HP-UX thread patches from Merijn H. Brand.
9263              
9264              Latin nit from Philip Newton.
9265      Branch: perl
9266           !> README.hpux hints/hpux.sh
9267 ____________________________________________________________________________
9268 [  8736] By: jhi                                   on 2001/02/09  16:42:31
9269         Log: Latin nit from Philip Newton.
9270      Branch: maint-5.6/perl
9271            ! README.hpux
9272 ____________________________________________________________________________
9273 [  8735] By: jhi                                   on 2001/02/09  16:24:03
9274         Log: Integrate changes #8704,8710 from pureperl.
9275              
9276              Fixed UMRs and leak in Perl_pmtrans()
9277              
9278              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
9279              associated UTFied tr/// code.  Also fixed scoping leak of
9280              PL_reg_start_tmp.
9281      Branch: perl
9282           !> op.c regcomp.c
9283 ____________________________________________________________________________
9284 [  8734] By: jhi                                   on 2001/02/09  15:40:21
9285         Log: Integrate change #8733 from maintperl.
9286              
9287              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
9288      Branch: perl
9289           !> pod/perlre.pod
9290 ____________________________________________________________________________
9291 [  8733] By: jhi                                   on 2001/02/09  15:35:47
9292         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
9293              From: Prymmer/Kahn <pvhp@best.com>
9294              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
9295              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
9296      Branch: maint-5.6/perl
9297            ! pod/perlre.pod
9298 ____________________________________________________________________________
9299 [  8732] By: jhi                                   on 2001/02/09  15:26:17
9300         Log: Rename README.posix-bc to README.bs2000 (to avoid the
9301              confusion of a "perlposix-bc.pod"), add a few missing
9302              arch pods, regen toc.
9303      Branch: maint-5.6/perl
9304           +> README.bs2000
9305            - README.posix-bc
9306            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
9307            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9308 ____________________________________________________________________________
9309 [  8731] By: jhi                                   on 2001/02/09  15:23:39
9310         Log: De-cut-and-pasto.
9311      Branch: perl
9312            ! pod/perl.pod
9313 ____________________________________________________________________________
9314 [  8730] By: jhi                                   on 2001/02/09  15:11:13
9315         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
9316              when people think that perlposix-bc.pod tells anything about
9317              Perl and POSIX.  Regen toc.
9318      Branch: perl
9319           +> README.bs2000
9320            - README.posix-bc
9321            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
9322            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9323 ____________________________________________________________________________
9324 [  8729] By: jhi                                   on 2001/02/09  14:52:28
9325         Log: The README.vmesa part of #8712 from maintperl.
9326      Branch: perl
9327            ! README.vmesa
9328 ____________________________________________________________________________
9329 [  8728] By: jhi                                   on 2001/02/09  14:46:06
9330         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
9331              From: Peter Prymmer <pvhp@forte.com>
9332              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
9333              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
9334      Branch: maint-5.6/perl
9335            ! README.vmesa win32/Makefile win32/makefile.mk
9336 ____________________________________________________________________________
9337 [  8727] By: jhi                                   on 2001/02/09  14:33:25
9338         Log: Integrate change #8712 from mainline.
9339              
9340              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
9341      Branch: maint-5.6/perl
9342           !> lib/Pod/Find.pm
9343 ____________________________________________________________________________
9344 [  8726] By: jhi                                   on 2001/02/09  14:30:28
9345         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
9346              From: Peter Prymmer <pvhp@forte.com>
9347              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
9348              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
9349      Branch: perl
9350            + t/lib/cgi-esc.t
9351            ! MANIFEST lib/CGI/Util.pm
9352 ____________________________________________________________________________
9353 [  8725] By: jhi                                   on 2001/02/09  04:56:47
9354         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
9355      Branch: maint-5.6/perl
9356            ! pod/perlport.pod
9357 ____________________________________________________________________________
9358 [  8724] By: jhi                                   on 2001/02/09  04:40:59
9359         Log: Integrate changes 7819,7820 from vmsperl into mainline.
9360              
9361              Add header for LIB$ prototypes (C. Berry)
9362              
9363              Convert fwrite()s to sockets to write()s, since some socket stacks
9364              don't take kindly to stdio.
9365              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
9366              (for often optional LNMs)
9367              Correct a few typos
9368              (C. Bailey)
9369      Branch: perl
9370           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
9371 ____________________________________________________________________________
9372 [  8723] By: jhi                                   on 2001/02/09  03:29:29
9373         Log: Integrate change #8722 from mainline.
9374              
9375              The Im() function wasn't returning zero for non-Math::Complex
9376              arguments.  The bug reported by John Gamble.
9377      Branch: maint-5.6/perl
9378           !> lib/Math/Complex.pm
9379 ____________________________________________________________________________
9380 [  8722] By: jhi                                   on 2001/02/09  03:28:33
9381         Log: The Im() function wasn't returning zero for non-Math::Complex
9382              arguments.  The bug reported by John Gamble.
9383      Branch: perl
9384            ! lib/Math/Complex.pm
9385 ____________________________________________________________________________
9386 [  8721] By: nick                                  on 2001/02/08  22:11:35
9387         Log: Correct the correction :-(
9388      Branch: perl
9389            ! perl.c
9390 ____________________________________________________________________________
9391 [  8720] By: bailey                                on 2001/02/08  20:59:22
9392         Log: Convert frwite()s to sockets to write()s, since some socket stacks
9393              don't take kindly to stdio.
9394              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
9395              (for often optional LNMs)
9396              Correct a few typos
9397              (C. Bailey)
9398      Branch: vmsperl
9399            ! vms/vms.c vms/vmsish.h
9400 ____________________________________________________________________________
9401 [  8719] By: bailey                                on 2001/02/08  20:51:02
9402         Log: Add header for LIB$ prototypes (C. Berry)
9403      Branch: vmsperl
9404            ! ext/Devel/DProf/DProf.xs
9405 ____________________________________________________________________________
9406 [  8718] By: bailey                                on 2001/02/08  20:49:00
9407         Log: SYN SYN
9408      Branch: vmsperl
9409           +> pod/perliol.pod t/lib/sample-tests/bailout
9410           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
9411           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
9412           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
9413           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
9414           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
9415           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
9416            - lib/unicode/Is/DCinital.pl
9417           !> (integrate 101 files)
9418 ____________________________________________________________________________
9419 [  8717] By: nick                                  on 2001/02/08  19:38:48
9420         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
9421              From: Robin Barker <rmb1@cise.npl.co.uk>
9422              Date: Thu, 8 Feb 2001 14:38:07 GMT
9423              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
9424      Branch: perl
9425            ! lib/CPAN.pm
9426 ____________________________________________________________________________
9427 [  8716] By: nick                                  on 2001/02/08  19:29:07
9428         Log: Generated files form 8713 etc.
9429      Branch: perl
9430            ! embed.h global.sym objXSUB.h perlapi.c proto.h
9431 ____________________________________________________________________________
9432 [  8715] By: nick                                  on 2001/02/08  19:26:08
9433         Log: Fixup non-ithread build after 8713
9434      Branch: perl
9435            ! perl.c
9436 ____________________________________________________________________________
9437 [  8714] By: nick                                  on 2001/02/08  19:17:45
9438         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
9439              From: nick@ccl4.org
9440              Date: Wed, 7 Feb 2001 00:27:47 +0000
9441              Message-Id: <20010207002747.B63724@plum.flirble.org>
9442      Branch: perl
9443            ! sv.c toke.c
9444 ____________________________________________________________________________
9445 [  8713] By: nick                                  on 2001/02/08  19:15:58
9446         Log: Subject: Re: [patch] Re: PL_ptr_table
9447              From: Doug Maceachern <dougm@covalent.net>
9448              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
9449              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
9450      Branch: perl
9451            ! embed.pl perl.c sv.c sv.h
9452 ____________________________________________________________________________
9453 [  8712] By: nick                                  on 2001/02/08  19:12:47
9454         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
9455              From: Peter Prymmer <pvhp@forte.com>
9456              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
9457              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
9458      Branch: perl
9459            ! lib/Pod/Find.pm
9460 ____________________________________________________________________________
9461 [  8711] By: nick                                  on 2001/02/07  21:06:11
9462         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
9463              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
9464              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9465              Date: Tue, 06 Feb 2001 23:37:01 +0000
9466              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
9467      Branch: perl
9468            ! regcomp.c
9469 ____________________________________________________________________________
9470 [  8710] By: alanbur                               on 2001/02/07  00:22:04
9471         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
9472              associated UTFied tr/// code.  Also fixed scoping leak of
9473              PL_reg_start_tmp.
9474      Branch: maint-5.6/pureperl
9475            ! op.c regcomp.c
9476 ____________________________________________________________________________
9477 [  8709] By: nick                                  on 2001/02/06  21:16:49
9478         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
9479              From: Michael G Schwern <schwern@pobox.com>
9480              Date: Sun, 4 Feb 2001 19:47:14 -0500
9481              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
9482      Branch: perl
9483            ! pod/perlapi.pod pod/perlmodlib.PL
9484 ____________________________________________________________________________
9485 [  8708] By: nick                                  on 2001/02/06  20:41:20
9486         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
9487              From: Michael G Schwern <schwern@pobox.com>
9488              Date: Sun, 4 Feb 2001 21:17:49 -0500
9489              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
9490      Branch: perl
9491            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
9492            ! pod/perltootc.pod
9493 ____________________________________________________________________________
9494 [  8707] By: nick                                  on 2001/02/06  20:29:11
9495         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
9496              From: Michael G Schwern <schwern@pobox.com>
9497              Date: Tue, 6 Feb 2001 05:54:30 -0500
9498              Message-Id: <20010206055430.A951@blackrider.aocn.com>
9499      Branch: perl
9500            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
9501 ____________________________________________________________________________
9502 [  8706] By: nick                                  on 2001/02/06  20:21:40
9503         Log: Subject: RE: some win32 fixes
9504              Date: Tue, 6 Feb 2001 09:23:20 +0300
9505              From: Vadim Konovalov <vkonovalov@lucent.com>
9506              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
9507      Branch: perl
9508            ! toke.c win32/Makefile win32/config.bc win32/config.gc
9509            ! win32/config.vc win32/config_H.bc win32/makefile.mk
9510 ____________________________________________________________________________
9511 [  8705] By: alanbur                               on 2001/02/06  15:00:03
9512         Log: Synchronised with parent
9513      Branch: maint-5.6/pureperl
9514            ! regexec.c
9515           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
9516           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
9517 ____________________________________________________________________________
9518 [  8704] By: alanbur                               on 2001/02/06  14:55:24
9519         Log: Fixed UMRs and leak in Perl_pmtrans()
9520      Branch: maint-5.6/pureperl
9521            ! op.c
9522 ____________________________________________________________________________
9523 [  8703] By: gsar                                  on 2001/02/06  02:29:37
9524         Log: $(MAKE) distclean doesn't clean up properly on windows
9525      Branch: maint-5.6/perl
9526            ! win32/Makefile win32/makefile.mk
9527 ____________________________________________________________________________
9528 [  8702] By: gsar                                  on 2001/02/06  01:00:46
9529         Log: tweak change#8659 to keep it simple
9530      Branch: maint-5.6/perl
9531            ! utils/perldoc.PL
9532 ____________________________________________________________________________
9533 [  8701] By: gsar                                  on 2001/02/05  22:45:41
9534         Log: change#8693 was missing testsuite changes
9535      Branch: maint-5.6/perl
9536           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
9537 ____________________________________________________________________________
9538 [  8700] By: nick                                  on 2001/02/05  20:32:52
9539         Log: Integrate mainline
9540      Branch: perlio
9541           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
9542           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
9543           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
9544           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
9545           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
9546           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
9547           +> t/lib/test-harness.t
9548           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
9549           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
9550           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
9551           !> pod/perlutil.pod t/TEST utils/h2xs.PL
9552 ____________________________________________________________________________
9553 [  8699] By: nick                                  on 2001/02/05  19:41:07
9554         Log: Subject: perlfaq2, re: perlmongers
9555              From: David H. Adler <dha@panix.com>
9556              Date: Sun, 4 Feb 2001 23:48:23 -0500
9557              Message-Id: <20010204234823.A13429@panix.com>
9558      Branch: perl
9559            ! pod/perlfaq2.pod
9560 ____________________________________________________________________________
9561 [  8698] By: nick                                  on 2001/02/05  19:39:31
9562         Log: Missed file f#rom the testharness mess.
9563      Branch: perl
9564            + t/lib/test-harness.t
9565 ____________________________________________________________________________
9566 [  8697] By: nick                                  on 2001/02/05  19:37:21
9567         Log: Subject: [DOC PATCH] overload.pm nits
9568              From: John Tobey <jtobey@john-edwin-tobey.org>
9569              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
9570              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
9571      Branch: perl
9572            ! lib/overload.pm
9573 ____________________________________________________________________________
9574 [  8696] By: alanbur                               on 2001/02/05  11:56:00
9575         Log: Sync with parent
9576      Branch: maint-5.6/pureperl
9577           !> thread.h
9578 ____________________________________________________________________________
9579 [  8695] By: gsar                                  on 2001/02/05  03:27:34
9580         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
9581      Branch: maint-5.6/perl
9582            ! thread.h
9583 ____________________________________________________________________________
9584 [  8694] By: alanbur                               on 2001/02/05  00:07:47
9585         Log: Initial branch creation from //depot/maint-5.6/perl
9586      Branch: maint-5.6/pureperl
9587           +> (branch 1719 files)
9588 ____________________________________________________________________________
9589 [  8693] By: gsar                                  on 2001/02/04  22:38:49
9590         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
9591              changes)
9592      Branch: maint-5.6/perl
9593           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
9594           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
9595           !> ext/DB_File/version.c
9596 ____________________________________________________________________________
9597 [  8692] By: nick                                  on 2001/02/04  18:15:57
9598         Log: The missed t/TEST part of the grand testharness upgrade.
9599      Branch: perl
9600            ! t/TEST
9601 ____________________________________________________________________________
9602 [  8691] By: nick                                  on 2001/02/04  18:05:17
9603         Log: New improved test harness
9604              Subject: Re: [PATCH Test::Harness] Third time's a charm?
9605              From: Michael G Schwern <schwern@pobox.com>
9606              Date: Sun, 4 Feb 2001 08:01:20 -0500
9607              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
9608      Branch: perl
9609            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
9610            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
9611            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
9612            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
9613            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
9614            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
9615            ! MANIFEST lib/Test/Harness.pm
9616 ____________________________________________________________________________
9617 [  8690] By: nick                                  on 2001/02/04  17:57:51
9618         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
9619              From: Jonathan Stowe <gellyfish@gellyfish.com>
9620              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
9621              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
9622      Branch: perl
9623            ! utils/h2xs.PL
9624 ____________________________________________________________________________
9625 [  8689] By: nick                                  on 2001/02/04  17:55:24
9626         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
9627              From: Michael G Schwern <schwern@pobox.com>
9628              Date: Sat, 3 Feb 2001 22:46:38 -0500
9629              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
9630      Branch: perl
9631            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
9632            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
9633 ____________________________________________________________________________
9634 [  8688] By: nick                                  on 2001/02/04  17:43:55
9635         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
9636              length byfailing to spot lack of closing )
9637              From: nick@talking.bollo.cx
9638              Date: Sat, 03 Feb 2001 23:53:16 +0000
9639              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
9640      Branch: perl
9641            ! perlio.c pod/perldiag.pod
9642 ____________________________________________________________________________
9643 [  8687] By: jhi                                   on 2001/02/03  17:11:42
9644         Log: HP-UX thread patches from Merijn H. Brand.
9645      Branch: maint-5.6/perl
9646            ! README.hpux hints/hpux.sh
9647 ____________________________________________________________________________
9648 [  8686] By: jhi                                   on 2001/02/03  16:40:12
9649         Log: Metaconfig changes for #8685.
9650      Branch: metaconfig
9651            ! U/installdirs/instubperl.U
9652      Branch: metaconfig/U/perl
9653            ! Devel.U versiononly.U
9654 ____________________________________________________________________________
9655 [  8685] By: jhi                                   on 2001/02/03  16:39:49
9656         Log: For -Dusedevel builds turn off installusrbinperl and turn on
9657              versiononly, a combined idea of Richard Soderberg and Merijn
9658              H. Brand.  You can still override both of these from the command
9659              line if you need to, -Dinstallusrbinperl and -Uversiononly.
9660      Branch: perl
9661            ! Configure
9662 ____________________________________________________________________________
9663 [  8684] By: jhi                                   on 2001/02/03  16:16:34
9664         Log: Metaconfig unit fix for #8683.
9665      Branch: metaconfig
9666            ! U/compline/nblock_io.U
9667 ____________________________________________________________________________
9668 [  8683] By: jhi                                   on 2001/02/03  16:16:12
9669         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
9670              reported by Peter Prymmer for 5.6-TRIAL1.
9671      Branch: perl
9672            ! Configure
9673 ____________________________________________________________________________
9674 [  8682] By: jhi                                   on 2001/02/03  05:52:11
9675         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
9676              to work correctly.
9677      Branch: maint-5.6/perl
9678            ! hints/irix_6.sh
9679 ____________________________________________________________________________
9680 [  8681] By: jhi                                   on 2001/02/03  05:47:33
9681         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
9682      Branch: maint-5.6/perl
9683            ! pod/perlport.pod
9684 ____________________________________________________________________________
9685 [  8680] By: jhi                                   on 2001/02/02  21:39:49
9686         Log: perlport update from Peter Prymmer.
9687      Branch: maint-5.6/perl
9688            ! pod/perlport.pod
9689 ____________________________________________________________________________
9690 [  8679] By: nick                                  on 2001/02/02  20:50:48
9691         Log: Integrate mainline
9692      Branch: perlio
9693           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
9694           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
9695           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
9696 ____________________________________________________________________________
9697 [  8678] By: gsar                                  on 2001/02/02  16:02:12
9698         Log: note about bincompat, slightly modified (from Lupe Christoph)
9699      Branch: maint-5.6/perl
9700            ! README.solaris
9701 ____________________________________________________________________________
9702 [  8677] By: jhi                                   on 2001/02/02  15:46:20
9703         Log: Supported platforms updates.
9704      Branch: maint-5.6/perl
9705            ! pod/perlport.pod
9706 ____________________________________________________________________________
9707 [  8676] By: jhi                                   on 2001/02/02  03:41:26
9708         Log: A couple more perlfaq2 tweaks.
9709      Branch: maint-5.6/perl
9710            ! pod/perlfaq2.pod
9711 ____________________________________________________________________________
9712 [  8675] By: jhi                                   on 2001/02/02  03:17:44
9713         Log: Misedit in #8661.
9714      Branch: maint-5.6/perl
9715            ! Configure
9716 ____________________________________________________________________________
9717 [  8674] By: jhi                                   on 2001/02/02  03:14:38
9718         Log: Damien again.
9719      Branch: maint-5.6/perl
9720            ! pod/perlfaq2.pod
9721 ____________________________________________________________________________
9722 [  8673] By: jhi                                   on 2001/02/02  03:12:40
9723         Log: perlfaq update from Elaine Ashton.
9724      Branch: maint-5.6/perl
9725            ! pod/perlfaq2.pod
9726 ____________________________________________________________________________
9727 [  8672] By: jhi                                   on 2001/02/02  03:07:08
9728         Log: UTF-8 s/// patch from Inaba Hiroto.
9729      Branch: maint-5.6/perl
9730            ! pp_ctl.c pp_hot.c
9731 ____________________________________________________________________________
9732 [  8671] By: jhi                                   on 2001/02/01  22:34:31
9733         Log: Update Changes.
9734      Branch: perl
9735            ! Changes patchlevel.h
9736 ____________________________________________________________________________
9737 [  8670] By: jhi                                   on 2001/02/01  22:15:29
9738         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
9739              from maintperl.
9740              
9741              Upgrade to Getopt::Long 2.25, from Johan Vromans.
9742              
9743              more files need to be writable in the source distribution
9744              
9745              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
9746              
9747              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
9748              
9749              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
9750              
9751              Allow the float to be fuzzier.
9752              
9753              need to use INT2PTR instead of a straight cast or ia64 fails
9754              
9755              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
9756              
9757              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
9758      Branch: perl
9759           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
9760           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
9761           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
9762 ____________________________________________________________________________
9763 [  8669] By: jhi                                   on 2001/02/01  21:57:02
9764         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
9765              From: Robin Barker <rmb1@cise.npl.co.uk>
9766              Date: Thu, 1 Feb 2001 16:59:05 GMT
9767              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
9768      Branch: maint-5.6/perl
9769            ! pod/perlmodlib.PL
9770 ____________________________________________________________________________
9771 [  8668] By: nick                                  on 2001/02/01  19:41:40
9772         Log: Integrate mainline
9773      Branch: perlio
9774           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
9775           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
9776           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
9777 ____________________________________________________________________________
9778 [  8667] By: gsar                                  on 2001/02/01  16:59:11
9779         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
9780      Branch: maint-5.6/perl
9781            ! embed.pl embedvar.h
9782 ____________________________________________________________________________
9783 [  8666] By: gsar                                  on 2001/02/01  16:34:51
9784         Log: add missing entries to win32/config.?c
9785      Branch: maint-5.6/perl
9786            ! win32/config.bc win32/config.gc win32/config.vc
9787            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9788 ____________________________________________________________________________
9789 [  8665] By: jhi                                   on 2001/02/01  14:58:51
9790         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
9791              From: "Stephen P. Potter" <spp@spotter.yi.org>
9792              Date: Thu, 01 Feb 2001 10:45:46 -0500
9793              Message-Id: <200102011545.KAA31479@spotter.yi.org>
9794      Branch: maint-5.6/perl
9795            ! pod/perlfunc.pod
9796 ____________________________________________________________________________
9797 [  8664] By: gsar                                  on 2001/02/01  14:52:37
9798         Log: need to use INT2PTR instead of a straight cast or ia64 fails
9799              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
9800      Branch: maint-5.6/perl
9801            ! ext/POSIX/POSIX.xs
9802 ____________________________________________________________________________
9803 [  8663] By: jhi                                   on 2001/02/01  14:09:13
9804         Log: Allow the float to be fuzzier.
9805      Branch: maint-5.6/perl
9806            ! t/lib/peek.t
9807 ____________________________________________________________________________
9808 [  8662] By: jhi                                   on 2001/02/01  13:59:00
9809         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
9810              From: Robin Barker <rmb1@cise.npl.co.uk>
9811              Date: Thu, 1 Feb 2001 13:05:39 GMT
9812              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
9813      Branch: maint-5.6/perl
9814            ! pod/perlmodlib.pod
9815 ____________________________________________________________________________
9816 [  8661] By: jhi                                   on 2001/02/01  13:57:38
9817         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
9818              Date: Thu, 01 Feb 2001 14:15:41 +0100
9819              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9820              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
9821              
9822              Have the $ccflags in the gcc version test (strange, this change
9823              is claimed to be have been integrated already)
9824      Branch: maint-5.6/perl
9825            ! Configure
9826 ____________________________________________________________________________
9827 [  8660] By: jhi                                   on 2001/02/01  13:44:10
9828         Log: Integrate changes #7950,7964,7962 from mainline.
9829              
9830              Find the stdchar signedness using cpp, should fix some of
9831              the Solaris compiler warnings reported by Alan Burlison.
9832      Branch: maint-5.6/perl
9833           !> Configure config_h.SH
9834 ____________________________________________________________________________
9835 [  8659] By: jhi                                   on 2001/02/01  05:35:32
9836         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
9837              From: Jan Dubois <JanD@ActiveState.com>
9838              Date: Wed, 31 Jan 2001 21:17:03 -0800
9839              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
9840      Branch: maint-5.6/perl
9841            ! utils/perldoc.PL
9842 ____________________________________________________________________________
9843 [  8658] By: jhi                                   on 2001/02/01  04:33:17
9844         Log: Integrate the README.os390 and README.posix-bc parts of mainline
9845              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
9846              installperl parts were taken care of by #8657.)
9847      Branch: maint-5.6/perl
9848           !> README.os390 README.posix-bc
9849 ____________________________________________________________________________
9850 [  8657] By: jhi                                   on 2001/02/01  04:29:21
9851         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
9852              From: Peter Prymmer <pvhp@forte.com>
9853              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
9854              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
9855      Branch: maint-5.6/perl
9856            + ext/DynaLoader/dl_dllload.xs
9857            ! MANIFEST Makefile.SH hints/os390.sh installperl
9858 ____________________________________________________________________________
9859 [  8656] By: jhi                                   on 2001/02/01  04:25:45
9860         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
9861              From: Peter Prymmer <pvhp@forte.com>
9862              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
9863              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
9864      Branch: maint-5.6/perl
9865            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
9866 ____________________________________________________________________________
9867 [  8655] By: jhi                                   on 2001/02/01  04:14:47
9868         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
9869              From: troc@netrus.net
9870              Date: Wed, 31 Jan 2001 22:31:26 -0500
9871              Message-Id: <200102010331.WAA117.85@rocco.homenet>
9872      Branch: maint-5.6/perl
9873            ! os2/os2.c
9874 ____________________________________________________________________________
9875 [  8654] By: jhi                                   on 2001/02/01  04:12:52
9876         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
9877              as reported by Alan Burlison.
9878      Branch: maint-5.6/perl
9879            ! pp.h
9880 ____________________________________________________________________________
9881 [  8653] By: jhi                                   on 2001/02/01  04:05:12
9882         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
9883              From: dsugalski@northernlight.com
9884              Date: Wed, 31 Jan 2001 18:54:11 -0500
9885              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
9886      Branch: maint-5.6/perl
9887            ! configure.com
9888 ____________________________________________________________________________
9889 [  8652] By: jhi                                   on 2001/02/01  04:03:11
9890         Log: Misplaced #endif.
9891              
9892              Subject: [perl-5-6-1-trial2] patches for EPOC
9893              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9894              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
9895              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
9896      Branch: maint-5.6/perl
9897            ! epoc/epocish.c
9898 ____________________________________________________________________________
9899 [  8651] By: jhi                                   on 2001/02/01  04:00:25
9900         Log: Integrate changes #8647,8648,8650 from mainline.
9901              
9902              Macrofy a magic UTF-8 test.
9903              
9904              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
9905              
9906              Watch out for cross compiling for EPOC (usually done on linux).
9907      Branch: maint-5.6/perl
9908           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
9909 ____________________________________________________________________________
9910 [  8650] By: jhi                                   on 2001/02/01  03:56:20
9911         Log: Watch out for cross compiling for EPOC (usually done on linux)
9912              
9913              Subject: [perl-5-6-1-trial2] patches for EPOC
9914              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9915              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
9916              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
9917      Branch: perl
9918            ! ext/Errno/Errno_pm.PL
9919 ____________________________________________________________________________
9920 [  8649] By: gsar                                  on 2001/02/01  00:46:00
9921         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
9922      Branch: maint-5.6/perl
9923            ! sv.c
9924 ____________________________________________________________________________
9925 [  8648] By: jhi                                   on 2001/01/31  23:35:36
9926         Log: All the uses of PL_numeric_radix must be protected by
9927              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
9928              
9929              Subject: [perl-5-6-1-trial2] patches for EPOC
9930              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9931              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
9932              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
9933      Branch: perl
9934            ! sv.c
9935 ____________________________________________________________________________
9936 [  8647] By: jhi                                   on 2001/01/31  22:56:16
9937         Log: Macrofy a magic UTF-8 test.
9938      Branch: perl
9939            ! utf8.c utf8.h
9940 ____________________________________________________________________________
9941 [  8646] By: gsar                                  on 2001/01/31  15:55:12
9942         Log: update Changes
9943      Branch: maint-5.6/perl
9944            ! Changes
9945 ____________________________________________________________________________
9946 [  8645] By: gsar                                  on 2001/01/31  15:10:14
9947         Log: Configure tweak suggested by Peter Prymmer
9948      Branch: maint-5.6/perl
9949            ! Configure
9950 ____________________________________________________________________________
9951 [  8644] By: gsar                                  on 2001/01/31  15:06:32
9952         Log: more files need to be writable in the source distribution
9953      Branch: maint-5.6/perl
9954            ! Porting/makerel
9955 ____________________________________________________________________________
9956 [  8643] By: jhi                                   on 2001/01/31  14:59:46
9957         Log: Integrate changes #8258,8278,8279 from mainline.
9958              
9959              Make the large file tests more robust/talkative.
9960      Branch: maint-5.6/perl
9961           !> t/lib/syslfs.t t/op/lfs.t
9962 ____________________________________________________________________________
9963 [  8642] By: gsar                                  on 2001/01/31  14:53:48
9964         Log: integrate changes#8311,8334 from mainline
9965              
9966              Add a new MakeMaker variable PM_FILTER that defines a Unix
9967              filter to be run on each .pm during the pm_to_blib() phase,
9968              a fixed version of
9969              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
9970              
9971              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
9972              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
9973              accurate reading of the "atime".  
9974      Branch: maint-5.6/perl
9975           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
9976           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9977           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
9978 ____________________________________________________________________________
9979 [  8641] By: jhi                                   on 2001/01/31  14:46:37
9980         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
9981      Branch: maint-5.6/perl
9982            ! lib/Getopt/Long.pm
9983 ____________________________________________________________________________
9984 [  8640] By: gsar                                  on 2001/01/31  14:40:24
9985         Log: make regen_all
9986      Branch: maint-5.6/perl
9987            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
9988 ____________________________________________________________________________
9989 [  8639] By: gsar                                  on 2001/01/31  14:37:25
9990         Log: refresh windows config files
9991      Branch: maint-5.6/perl
9992            ! win32/Makefile win32/config_H.bc win32/config_H.gc
9993            ! win32/config_H.vc win32/makefile.mk
9994 ____________________________________________________________________________
9995 [  8638] By: gsar                                  on 2001/01/31  14:28:10
9996         Log: makefile tweaks for windows: introduce a bulk-switch to enable
9997              same options as ActivePerl; sync changes with makefile.mk
9998      Branch: maint-5.6/perl
9999            ! win32/Makefile win32/makefile.mk
10000 ____________________________________________________________________________
10001 [  8637] By: jhi                                   on 2001/01/31  04:41:30
10002         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
10003              From: Nicholas Clark <nick@ccl4.org>
10004              Date: Tue, 30 Jan 2001 19:51:05 +0000
10005              Message-ID: <20010130195105.R76607@plum.flirble.org> 
10006              
10007              op/inc cure.
10008      Branch: perl
10009            ! pp.c pp.h pp_hot.c t/op/arith.t
10010 ____________________________________________________________________________
10011 [  8636] By: jhi                                   on 2001/01/31  02:38:32
10012         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
10013              no perlio],8257,8380,8479,8515 from mainline.
10014              
10015              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
10016              
10017              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
10018              Subject: [PATCH perl@8133] fix-up for VMS extensions
10019              
10020              In VMS embedded perls couldn't access the statically built Socket.
10021              
10022              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
10023              
10024              Further VMS piping fixes from Charles Lane.
10025              
10026              Subject:  [PATCH] make t/op/misc.t work on VMS
10027              
10028              Add tracing for debugging extensions builds in VMS.
10029              
10030              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
10031      Branch: maint-5.6/perl
10032           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
10033           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
10034           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
10035 ____________________________________________________________________________
10036 [  8635] By: jhi                                   on 2001/01/31  01:46:41
10037         Log: Integrate change #7732 from mainline.
10038              
10039              Sparc 64-bit pack() fix from Jens Hamisch.
10040      Branch: maint-5.6/perl
10041           !> pp.c
10042 ____________________________________________________________________________
10043 [  8634] By: jhi                                   on 2001/01/31  01:41:16
10044         Log: One spot missing from #8626.
10045      Branch: maint-5.6/perl
10046            ! sv.c
10047 ____________________________________________________________________________
10048 [  8633] By: jhi                                   on 2001/01/31  00:49:17
10049         Log: Integrate change #7495 from mainline.
10050              
10051              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
10052      Branch: maint-5.6/perl
10053           !> MANIFEST ext/re/Makefile.PL
10054 ____________________________________________________________________________
10055 [  8632] By: jhi                                   on 2001/01/30  23:38:49
10056         Log: Integrate change #8396 from mainline.
10057              
10058              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
10059              better multicast support (resend)
10060      Branch: maint-5.6/perl
10061           !> ext/Socket/Socket.pm
10062 ____________________________________________________________________________
10063 [  8631] By: jhi                                   on 2001/01/30  23:28:03
10064         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
10065              
10066              More AIX lore. (7514, ext/re/hints/aix.pl)
10067              
10068              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
10069              
10070              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
10071              
10072              Subject: [ID 20001214.002] Net::Ping patch
10073              
10074              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
10075              
10076              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
10077              
10078              Add ReuseAddr as a (preferred) alias for Reuse as we now
10079              also have ReusePort.
10080              
10081              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
10082      Branch: maint-5.6/perl
10083           +> ext/re/hints/aix.pl
10084           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
10085           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
10086 ____________________________________________________________________________
10087 [  8630] By: jhi                                   on 2001/01/30  23:03:59
10088         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
10089              
10090              read() documentation tweak for 20001121.004.
10091              
10092              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
10093      Branch: maint-5.6/perl
10094           !> pod/perlfunc.pod pod/perlre.pod
10095 ____________________________________________________________________________
10096 [  8629] By: jhi                                   on 2001/01/30  22:41:57
10097         Log: Integrate change #8098 from mainline.
10098              
10099              fastgetcwd is defined using a glob alias on a $^O dependent basis
10100              and there was no default assignment or perl subroutine.
10101      Branch: maint-5.6/perl
10102           !> lib/Cwd.pm
10103 ____________________________________________________________________________
10104 [  8628] By: jhi                                   on 2001/01/30  21:58:52
10105         Log: Integrate change #7866 from mainline.
10106              
10107              File::Temp 0.11.
10108      Branch: maint-5.6/perl
10109           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
10110 ____________________________________________________________________________
10111 [  8627] By: jhi                                   on 2001/01/30  21:39:44
10112         Log: Integrate changes #8075,8086,8228 from mainline.  
10113              
10114              Darwin is not Windows. (8075,8086)
10115              
10116              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
10117      Branch: maint-5.6/perl
10118           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
10119           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
10120           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
10121           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
10122 ____________________________________________________________________________
10123 [  8626] By: jhi                                   on 2001/01/30  21:22:11
10124         Log: Integrate with tweakery the change #8625 from mainline,
10125              the multibyte decimal separator fix ("fa_IR locale failure").
10126      Branch: maint-5.6/perl
10127            ! embedvar.h perlapi.h
10128           !> intrpvar.h perl.c perl.h sv.c util.c
10129 ____________________________________________________________________________
10130 [  8625] By: jhi                                   on 2001/01/30  20:26:33
10131         Log: Fix for the fa_IR locale failure.  The reason for the failure
10132              was that Perl was assuming the decimal separator aka the radix
10133              separator is one character.  The Farsi-Iranian locale crushed
10134              that bad assumption since there the separator is 'Momayyez',
10135              glyphwise looking somewhat like a slash, and in Unicode UTF-8
10136              encoded in two bytes, 0xd9 0xab.
10137      Branch: perl
10138            ! intrpvar.h perl.c perl.h sv.c util.c
10139 ____________________________________________________________________________
10140 [  8624] By: gsar                                  on 2001/01/30  20:17:03
10141         Log: regen_headers
10142      Branch: maint-5.6/perl
10143            ! Makefile.SH pod/perlintern.pod
10144 ____________________________________________________________________________
10145 [  8623] By: gsar                                  on 2001/01/30  19:42:34
10146         Log: backout change#7431 and its dependents (causes spurious rebuilds
10147              of autogenerated files)
10148              
10149              fix benign b.t failure
10150      Branch: maint-5.6/perl
10151            ! Makefile.SH t/lib/b.t
10152 ____________________________________________________________________________
10153 [  8622] By: jhi                                   on 2001/01/30  19:41:41
10154         Log: Microperl sync.
10155      Branch: perl
10156            ! mg.c perl.h
10157 ____________________________________________________________________________
10158 [  8621] By: gsar                                  on 2001/01/30  19:24:47
10159         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
10160              from mainline
10161              
10162              Subject: podlators 1.06 released
10163              
10164              Subject: [PATCH @8436] Eliminate op_children
10165              
10166              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
10167              
10168              (Replaced by #8448)  More op_children traces (cleanup of #8442).
10169              
10170              Subject: [PATCH #3 @8436] Re: Eliminate op_children
10171              Replace #8444 and #8445.
10172              
10173              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
10174              at the setting of the ofs_sv in new_struct_thread() as the
10175              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
10176              uninitialized fields are, uh, initialized with),
10177              SvREFCNT_inc()ing that invited a core dump.
10178              
10179              podlators 1.07, from Russ Allbery.
10180              
10181              Subject: [PATCH] regcomp.c old feature removal
10182              From: mjd@plover.com
10183              Date: 16 Jan 2001 14:43:18 -0000 
10184              Message-ID: <20010116144318.7140.qmail@plover.com> 
10185      Branch: maint-5.6/perl
10186           +> lib/Pod/Text/Overstrike.pm
10187           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
10188           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
10189           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
10190           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
10191           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
10192           !> util.c
10193 ____________________________________________________________________________
10194 [  8620] By: gsar                                  on 2001/01/30  18:48:32
10195         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
10196              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
10197              now fails one test)
10198              
10199              Subject: [PATCH] lvalue AUTOLOAD. No, really.
10200              
10201              Subject: [PATCH] Interesting syntax idea
10202              Make opens + bareword assigns do typeglob assigns.
10203              
10204              Tests for #8254.
10205              
10206              Subject: [PATCH @8269] Continue blocks and B::Deparse
10207              Make the peephole optimizer to bypass more null ops and
10208              and rewrite the deparse handling of continue blocks.
10209              
10210              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
10211              Doc tweak on #8313.
10212              
10213              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
10214              
10215              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
10216              
10217              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
10218              
10219              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
10220              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
10221              according to the platform.
10222              
10223              Subject: [PATCH @8404] Consolidated lvalue sub changes
10224              
10225              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
10226              
10227              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
10228              
10229              Subject: B::Concise -- an improved replacement for B::Terse 
10230              
10231              The B::Terse drop-in replacement wasn't quite drop-in.
10232              
10233              The LVRET macro needed an aTHX.
10234              
10235              Use the /^Perl_/-less form of is_lvalue_sub().
10236              
10237              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
10238      Branch: maint-5.6/perl
10239           +> ext/B/B/Concise.pm
10240           !> (integrate 27 files)
10241 ____________________________________________________________________________
10242 [  8619] By: nick                                  on 2001/01/30  18:40:28
10243         Log: Integrate mainline
10244      Branch: perlio
10245           !> (integrate 40 files)
10246 ____________________________________________________________________________
10247 [  8618] By: jhi                                   on 2001/01/30  18:37:18
10248         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
10249              Date: Mon, 29 Jan 2001 22:51:29 -0600
10250              From: "Craig A. Berry" <craigberry@mac.com>
10251              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
10252      Branch: perl
10253            ! vms/test.com
10254 ____________________________________________________________________________
10255 [  8617] By: jhi                                   on 2001/01/30  18:34:53
10256         Log: Subject: [PATCH] Add missing CV flags to dump.c
10257              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10258              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
10259              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
10260      Branch: perl
10261            ! dump.c
10262 ____________________________________________________________________________
10263 [  8616] By: jhi                                   on 2001/01/30  18:20:58
10264         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
10265              part isn't applicable to maintperl.
10266              
10267              UTF-8 nit from Inaba Hiroto.
10268      Branch: maint-5.6/perl
10269           !> pod/perlapi.pod utf8.c
10270 ____________________________________________________________________________
10271 [  8615] By: jhi                                   on 2001/01/30  18:18:51
10272         Log: UTF-8 nit from Inaba Hiroto.
10273      Branch: perl
10274            ! pod/perlapi.pod t/op/each.t utf8.c
10275 ____________________________________________________________________________
10276 [  8614] By: jhi                                   on 2001/01/30  18:13:38
10277         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
10278              
10279              perl's internal variables are not for public consumption,
10280              move their docs from perlapi.pod to perlintern.pod
10281              
10282              support for -Dusethreads build under HP-UX 10.20 and DCE threads
10283              library (11.0 and later have pthreads but 10.x don't)
10284              
10285              avoid uninitialized value warnings
10286              
10287              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
10288              gets weird results)
10289              
10290              perldoc nit on windows
10291              
10292              make it possible to run the tests outside the source tree
10293              (there's still a dependency on ../lib being the library
10294              location)
10295      Branch: perl
10296           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
10297           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
10298           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
10299           !> win32/bin/search.pl win32/vdir.h
10300 ____________________________________________________________________________
10301 [  8613] By: gsar                                  on 2001/01/30  16:39:59
10302         Log: make it possible to run the tests outside the source tree
10303              (there's still a dependency on ../lib being the library
10304              location)
10305      Branch: maint-5.6/perl
10306            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
10307 ____________________________________________________________________________
10308 [  8612] By: gsar                                  on 2001/01/30  16:31:12
10309         Log: perldoc nit on windows
10310      Branch: maint-5.6/perl
10311            ! utils/perldoc.PL
10312 ____________________________________________________________________________
10313 [  8611] By: gsar                                  on 2001/01/30  16:22:54
10314         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
10315              gets weird results)
10316      Branch: maint-5.6/perl
10317            ! win32/vdir.h
10318 ____________________________________________________________________________
10319 [  8610] By: gsar                                  on 2001/01/30  16:12:45
10320         Log: avoid uninitialized value warnings
10321      Branch: maint-5.6/perl
10322            ! win32/bin/search.pl
10323 ____________________________________________________________________________
10324 [  8609] By: gsar                                  on 2001/01/30  16:08:01
10325         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
10326              library (11.0 and later have pthreads but 10.x don't)
10327      Branch: maint-5.6/perl
10328            ! hints/hpux.sh thread.h
10329 ____________________________________________________________________________
10330 [  8608] By: gsar                                  on 2001/01/30  15:48:55
10331         Log: perl's internal variables are not for public consumption,
10332              move their docs from perlapi.pod to perlintern.pod
10333      Branch: maint-5.6/perl
10334            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
10335            ! thrdvar.h
10336 ____________________________________________________________________________
10337 [  8607] By: gsar                                  on 2001/01/30  15:44:27
10338         Log: mistakenly branched perl56delta.pod, revert
10339      Branch: maint-5.6/perl
10340            - pod/perl56delta.pod
10341           !> pod/perldelta.pod
10342 ____________________________________________________________________________
10343 [  8606] By: gsar                                  on 2001/01/30  14:20:24
10344         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
10345              dTHR which has been a noop for a while now, except for the
10346              compatibility definition in thread.h)
10347      Branch: maint-5.6/perl
10348           !> (integrate 45 files)
10349 ____________________________________________________________________________
10350 [  8605] By: jhi                                   on 2001/01/30  05:43:58
10351         Log: Mark the UTF-8 APIs as experimental.
10352      Branch: maint-5.6/perl
10353            ! embed.pl pod/perlapi.pod
10354 ____________________________________________________________________________
10355 [  8604] By: jhi                                   on 2001/01/30  05:38:40
10356         Log: Nits from earlier integrates.
10357      Branch: maint-5.6/perl
10358            ! lib/Carp/Heavy.pm
10359           !> sv.c
10360 ____________________________________________________________________________
10361 [  8603] By: jhi                                   on 2001/01/30  05:27:26
10362         Log: Regenerate Porting files.
10363      Branch: maint-5.6/perl
10364            ! Porting/Glossary Porting/config.sh Porting/config_H
10365 ____________________________________________________________________________
10366 [  8602] By: jhi                                   on 2001/01/30  05:14:59
10367         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
10368              8310,8339,8447,8492,8493,8505,8525: documentation changes.
10369              
10370              Subject: Re: perlfaq style changes
10371              
10372              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
10373              
10374              Subject: [PATCH] docs on NaN
10375              
10376              Subject: [patch] perlfaq7
10377              
10378              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
10379              
10380              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
10381              
10382              Subject: [PATCH] open() example in perlfunc.pod
10383              
10384              Podify README.mpeix (a new version from the web)
10385              
10386              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
10387              
10388              Subject: [PATCH] format and rewording in perlfaq.pod
10389              
10390              Subject: [PATCH] API Variable documentation   
10391              
10392              Memory management calls documentation.
10393              
10394              Subject: [PATCH: perl@8482] README.vms URL updates
10395              
10396              Subject: Minor typos in perlfaq2.pod
10397              
10398              Subject: [PATCH] pod/perlvar.pod
10399      Branch: maint-5.6/perl
10400           +> pod/perl56delta.pod
10401            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10402           !> README.amiga README.epoc README.mpeix README.vms
10403           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
10404           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
10405           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
10406           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
10407           !> pod/perlvar.pod thrdvar.h
10408 ____________________________________________________________________________
10409 [  8601] By: jhi                                   on 2001/01/30  04:38:35
10410         Log: Integrate changes #8036,8096,8253 from mainline:
10411              hints changes.
10412              
10413              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
10414              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
10415              
10416              Output the (apparent) version of gcc in Tru64.
10417      Branch: maint-5.6/perl
10418           +> ext/POSIX/hints/svr4.pl
10419           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
10420           !> hints/svr4.sh t/lib/bigfltpm.t
10421 ____________________________________________________________________________
10422 [  8600] By: jhi                                   on 2001/01/30  04:04:01
10423         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
10424              locale fixes.
10425              
10426              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
10427              
10428              Debian allows /usr/bin/locale to exist without any locales. (7868)
10429              
10430              Allow the locale test needing POSIX and the taint test
10431              needing IPC::SysV to run under 'minitest' (basically,
10432              bail out if loading the extension fails). (8384)
10433              
10434              Cleanup the locale.t output  (8480)
10435      Branch: maint-5.6/perl
10436           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
10437           !> t/pragma/locale.t
10438 ____________________________________________________________________________
10439 [  8599] By: jhi                                   on 2001/01/30  03:51:04
10440         Log: Missing generated files from #8598.
10441      Branch: maint-5.6/perl
10442            ! embed.h global.sym objXSUB.h perlapi.c proto.h
10443 ____________________________________________________________________________
10444 [  8598] By: jhi                                   on 2001/01/30  03:41:54
10445         Log: Integrate change #8555 from mainline, manually integrate parts
10446              of changes 8452 and 8583.
10447              
10448              Subject: [PATCH] utf8.c documentation (8452)
10449              
10450              No point in checking the length if the pointer is bogus. (8555)
10451              
10452              Introduce bytes_from_utf8() and implement sv_eq() using it,
10453              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
10454              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
10455              was malformed. (8583)
10456      Branch: maint-5.6/perl
10457            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
10458           !> pod/perlapi.pod sv.c utf8.c
10459 ____________________________________________________________________________
10460 [  8597] By: gsar                                  on 2001/01/30  02:37:26
10461         Log: get PERL_OBJECT build going again on windows
10462      Branch: maint-5.6/perl
10463            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10464            ! pod/perlapi.pod proto.h sv.c
10465 ____________________________________________________________________________
10466 [  8596] By: jhi                                   on 2001/01/30  02:16:17
10467         Log: Signedness nit.
10468      Branch: perl
10469            ! sv.c
10470 ____________________________________________________________________________
10471 [  8595] By: jhi                                   on 2001/01/30  02:11:07
10472         Log: EBCDIC patch for Storable, from Peter Prymmer.
10473      Branch: perl
10474            ! t/lib/st-06compat.t
10475 ____________________________________________________________________________
10476 [  8594] By: jhi                                   on 2001/01/30  01:04:48
10477         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
10478              From: Peter Prymmer <pvhp@forte.com>
10479              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
10480              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
10481      Branch: perl
10482            ! t/lib/b.t
10483 ____________________________________________________________________________
10484 [  8593] By: jhi                                   on 2001/01/30  00:56:47
10485         Log: Subject: [PATCH: perl@8585] pod problems in io
10486              From: Peter Prymmer <pvhp@forte.com>
10487              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
10488              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
10489      Branch: perl
10490            ! pod/perlapio.pod pod/perliol.pod
10491 ____________________________________________________________________________
10492 [  8592] By: jhi                                   on 2001/01/30  00:48:20
10493         Log: Integrate perlio.
10494      Branch: perl
10495           !> pod/perlapio.pod pod/perliol.pod
10496 ____________________________________________________________________________
10497 [  8591] By: nick                                  on 2001/01/29  22:02:28
10498         Log: GNU 'merge' Simon's copy of perliol.pod with version
10499              patched by Craig's patch.
10500      Branch: perlio
10501            ! pod/perliol.pod
10502 ____________________________________________________________________________
10503 [  8590] By: nick                                  on 2001/01/29  21:55:10
10504         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
10505      Branch: perlio
10506            ! pod/perlapio.pod pod/perliol.pod
10507 ____________________________________________________________________________
10508 [  8589] By: jhi                                   on 2001/01/29  15:35:33
10509         Log: Integrate change #8586 from maint-5.6/perl.
10510              
10511              make the BOM detection code not call tell() until it has to
10512              (meant to fix esoteric compatibility issues where PL_rsfp
10513              is overridden)
10514      Branch: perl
10515           !> toke.c
10516 ____________________________________________________________________________
10517 [  8588] By: jhi                                   on 2001/01/29  15:29:11
10518         Log: Subject: MAking Solaris malloc() the default
10519              From: Lupe Christoph <lupe@lupe-christoph.de>
10520              Date: Mon, 29 Jan 2001 12:59:36 +0100
10521              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
10522              
10523              The README.solaris part slightly tweaked.
10524      Branch: perl
10525            ! README.solaris hints/solaris_2.sh
10526 ____________________________________________________________________________
10527 [  8587] By: jhi                                   on 2001/01/29  15:17:34
10528         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
10529              From: root@ak-75.mind.de
10530              Date: Sun, 28 Jan 2001 20:32:29 +0100
10531              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
10532      Branch: perl
10533            ! pod/perlre.pod
10534 ____________________________________________________________________________
10535 [  8586] By: gsar                                  on 2001/01/29  13:43:44
10536         Log: make the BOM detection code not call tell() until it has to
10537              (meant to fix esoteric compatibility issues where PL_rsfp
10538              is overridden)
10539      Branch: maint-5.6/perl
10540            ! toke.c
10541 ____________________________________________________________________________
10542 [  8585] By: jhi                                   on 2001/01/28  20:05:45
10543         Log: Update Changes.
10544      Branch: perl
10545            ! Changes patchlevel.h
10546 ____________________________________________________________________________
10547 [  8584] By: jhi                                   on 2001/01/28  19:30:02
10548         Log: Integrate perlio.
10549      Branch: perl
10550           +> pod/perliol.pod
10551           !> MANIFEST pod/perlapio.pod
10552 ____________________________________________________________________________
10553 [  8583] By: jhi                                   on 2001/01/28  19:28:40
10554         Log: Patch from Inaba Hiroto:
10555              - canonical UTF-8 hash keys: if a key string for a hash is
10556              UTF8-on, try downgrade the string and use it if
10557              unicode::distinct is not in effect.
10558              For the task, I added a function bytes_from_utf8() to utf8.c.
10559              It might resemble utf8_to_bytes() but it is not convenient
10560              to the task.
10561              Made a test for it and added to t/op/each.t
10562              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
10563              the mortal copy of the argument SV.
10564              And changed t/io/utf8.t test 18 which expects print() to
10565              upgrade its argument.
10566              - re-implement sv_eq with bytes_from_utf8()
10567              - some bug fixes
10568              - tr/// does not handle UTF8 range (\x{}-\x{})
10569              - \ before raw UTF8 character produced
10570              "Malformed UTF-8 character" warning.
10571              - "\x{100}\N{CENT SIGN}" is Malformed.
10572              Added tests for these 3.
10573              - and one silly bug (by me) with qu operator.
10574      Branch: perl
10575            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
10576            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
10577            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
10578 ____________________________________________________________________________
10579 [  8582] By: nick                                  on 2001/01/28  19:25:04
10580         Log: Add pod/perliol.pod to MANIFEST :-(
10581      Branch: perlio
10582            ! MANIFEST
10583 ____________________________________________________________________________
10584 [  8581] By: nick                                  on 2001/01/28  19:22:40
10585         Log: PerlIO documentation. Proofing and sub-editing requested.
10586      Branch: perlio
10587            + pod/perliol.pod
10588            ! pod/perlapio.pod
10589 ____________________________________________________________________________
10590 [  8580] By: jhi                                   on 2001/01/28  05:16:25
10591         Log: Revert the change to sv_2pv() done by #8054: Someone who
10592              did SvNV_set() on a scalar that also happened to be POK,
10593              followed by sv_2pv() won't get the right coercion anymore.
10594              [Sarathy]
10595      Branch: maint-5.6/perl
10596            ! sv.c
10597 ____________________________________________________________________________
10598 [  8579] By: jhi                                   on 2001/01/28  05:15:04
10599         Log: Remove the #8084 effect: do not allow -Q to be interpreted
10600              as -&Q(), this is too much wiggle room.
10601      Branch: maint-5.6/perl
10602            ! toke.c
10603 ____________________________________________________________________________
10604 [  8578] By: jhi                                   on 2001/01/28  05:12:45
10605         Log: Needed bits of #8439 (should have been in #8576),
10606              mainly for lval substr().
10607      Branch: maint-5.6/perl
10608            ! mg.c pp.c pp_hot.c
10609 ____________________________________________________________________________
10610 [  8577] By: jhi                                   on 2001/01/28  05:02:46
10611         Log: A missing check-in.
10612      Branch: maint-5.6/perl
10613            ! utf8.c
10614 ____________________________________________________________________________
10615 [  8576] By: jhi                                   on 2001/01/28  04:26:18
10616         Log: Integrate changes #8425,8436,8439,8517 from mainline.
10617              The 8439 was not truly integrated because it had too many
10618              dependencies on the development branch and because it introduced
10619              concepts too bold for a maintenance branch (such as the qu operator).
10620              
10621              Subject: [PATCH perl@8342] -Wformat
10622              
10623              Tighten some of the UTF-8 tests a bit.
10624              
10625              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
10626              - The substr lval was still not okay.
10627              - Now pp_stringify and sv_setsv copies source's UTF8 flag
10628              even if IN_BYTE.  pp_stringify is called from fold_constants
10629              at optimization phase and "\x{100}" was made SvUTF8_off under
10630              use bytes (the bytes pragma is for "byte semantics" and not
10631              for "do not produce UTF8 data")
10632      Branch: maint-5.6/perl
10633            ! t/lib/charnames.t t/op/substr.t toke.c
10634           !> sv.c t/pragma/utf8.t
10635 ____________________________________________________________________________
10636 [  8575] By: jhi                                   on 2001/01/28  04:01:51
10637         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
10638              
10639              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
10640              
10641              Subject: [ID 20001230.003] UTF-8 tr still hurts
10642              
10643              Test cases for #8385 (from Simon's "torture.pl")
10644              
10645              Start fixing UTF-8 lval substr() (8405)
10646      Branch: maint-5.6/perl
10647           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
10648           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
10649 ____________________________________________________________________________
10650 [  8574] By: jhi                                   on 2001/01/28  03:09:06
10651         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
10652              from mainline.
10653              
10654              UTF-8 cleanup.
10655              
10656              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
10657              
10658              "\x{FF}\xFF" was broken.
10659              
10660              Tests for #8329 and #8330.
10661              
10662              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
10663              
10664              IRIX compiler noticed that the bof initialization might be
10665              bypassed by control flow.
10666              
10667              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
10668      Branch: maint-5.6/perl
10669           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
10670           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
10671 ____________________________________________________________________________
10672 [  8573] By: jhi                                   on 2001/01/28  02:06:12
10673         Log: Retract #8552.
10674      Branch: perl
10675            ! lib/Text/Wrap.pm t/lib/textwrap.t
10676 ____________________________________________________________________________
10677 [  8572] By: jhi                                   on 2001/01/28  02:04:49
10678         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
10679              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
10680              not really integrated but instead salvaged by hand
10681              (they had too many dependencies on the development release
10682              to be cleanly integratable).
10683              
10684              Subject: more UTF8 test suites and an UTF8 patch
10685              
10686              Tweak for MULTIPLICITY/USE_PERLIO
10687              
10688              Signedness nit.
10689              
10690              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
10691              
10692              Use the UTF8_XXX macros in is_utf8_char().
10693              
10694              Rewrite pp_concat() in terms of sv_catsv().  The . operator
10695              should now be UTF-8-proof.
10696              
10697              Subject: [PATCH perl@8269] scanning two hex-constants
10698              fails on EBCDIC environment (script length.t)
10699              
10700              Add some Unicode chop() tests.
10701      Branch: maint-5.6/perl
10702            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
10703           !> sv.c t/op/chop.t utf8.h
10704 ____________________________________________________________________________
10705 [  8571] By: jhi                                   on 2001/01/28  00:35:59
10706         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
10707              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
10708              
10709              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
10710              
10711              The maxiters upper limit sanity check (guarding against
10712              non-progress) assumed bytes instead of characters in s///
10713              and split().
10714              
10715              Signedness nit.
10716              
10717              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
10718              join() should now be UTF-8-proof.
10719              
10720              More split // UTF-8 tests. (8250)
10721      Branch: maint-5.6/perl
10722           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
10723           !> util.c
10724 ____________________________________________________________________________
10725 [  8570] By: jhi                                   on 2001/01/27  22:15:46
10726         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
10727              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
10728              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
10729              8084,8204,8244,8333 from mainline.
10730              
10731              For -Q where Q might be a one-letter sub name one does no more
10732              get a warning about an unknown filetest (7941,7943,7944,8084).
10733              
10734              Subject: Re: [ID 20001130.011] expression parsing bug ?
10735              
10736              Make uv_to_utf8() to zero-terminate its output buffer.
10737              
10738              Split off t/op/length.t (7995)
10739              
10740              Split off t/op/utf8decode.t (7996)
10741              
10742              Remove an unnecessary 'use utf8' from the utf8.t (7998)
10743              
10744              Split off t/op/concat.t (8004)
10745              
10746              Split off t/op/ver.t (8005)
10747              
10748              Document utf8_length(), utf8_distance(), and utf8_hop().
10749              
10750              Document utf8_to_uv() better.
10751              
10752              Introduce macros for UTF8 decoding (8028,8033).
10753              
10754              Add test for reverse() (8030,8031).
10755              
10756              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
10757              
10758              Do not return the Unicode replacement character    on UTF-8
10759              decoding failure.
10760              
10761              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
10762              not this_utf8 i.e. the output string has one, but don't mess
10763              with source assumption. (8052,8053)
10764              
10765              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
10766              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
10767              was not expecting to be called with something that was already
10768              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
10769              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
10770              (8054)
10771              
10772              Recode the naughty binary bytes in utf8decode.t using the \xHH.
10773              
10774              Make some panic messages a bit more logical.
10775      Branch: maint-5.6/perl
10776           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
10777           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
10778           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
10779           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
10780           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
10781           !> utf8.c utf8.h
10782 ____________________________________________________________________________
10783 [  8569] By: jhi                                   on 2001/01/27  19:16:43
10784         Log: Integrate changes #7750 from perlio and #8566 from mainline.
10785      Branch: maint-5.6/perl
10786           !> regexec.c sv.c
10787 ____________________________________________________________________________
10788 [  8568] By: jhi                                   on 2001/01/27  18:06:51
10789         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
10790              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
10791              7935[-perlio.c],7936,7959,7965 from mainline.
10792              
10793              Change the "big byte" error message to "Wide character".
10794              (7355, the croak-if-wide-chars-in-print part ignored)
10795              
10796              Use UINT64_C().
10797              
10798              Introduce Perl_utf8_length().
10799              
10800              diff -se shows these as different (7753, forgotten check-ins)
10801              
10802              Subject: [PATCH] doop.c - UTF8 tr///
10803              
10804              If we use (aTHX_ ...) then put Perl_ on the front.
10805              
10806              Make utf8_length() and utf8_distance() to be less forgiving
10807              about bad UTF-8.
10808              
10809              Test line numbers are different with utf8.
10810              
10811              No need to scan till infinity, 13 is enough. (7872,7911)
10812              
10813              Subject: [PATCH] Tokeniser debugging
10814              
10815              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
10816              
10817              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
10818              
10819              Be more careful in Perl_sv_utf8_downgrade().
10820              
10821              Use DO_UTF8().
10822              
10823              Raw zero bytes in text files confuse at least GNU patch 2.1.
10824      Branch: maint-5.6/perl
10825           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
10826           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
10827           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
10828           !> t/pragma/utf8.t toke.c utf8.c utf8.h
10829 ____________________________________________________________________________
10830 [  8567] By: nick                                  on 2001/01/27  11:10:38
10831         Log: Integrate mainline
10832      Branch: perlio
10833           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
10834           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
10835           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
10836           !> toke.c
10837 ____________________________________________________________________________
10838 [  8566] By: jhi                                   on 2001/01/27  06:22:48
10839         Log: More documentation for the regexp context stack.
10840      Branch: perl
10841            ! regexec.c
10842 ____________________________________________________________________________
10843 [  8565] By: jhi                                   on 2001/01/27  05:21:57
10844         Log: Update Changes.
10845      Branch: perl
10846            ! Changes patchlevel.h
10847 ____________________________________________________________________________
10848 [  8564] By: jhi                                   on 2001/01/27  04:44:04
10849         Log: Threadedness patch for #8562 from Doug MacEachern.
10850      Branch: perl
10851            ! toke.c
10852 ____________________________________________________________________________
10853 [  8563] By: jhi                                   on 2001/01/27  04:26:24
10854         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
10855              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10856              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
10857              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
10858      Branch: perl
10859            ! op.c
10860 ____________________________________________________________________________
10861 [  8562] By: jhi                                   on 2001/01/27  04:20:30
10862         Log: Subject: Re: Announce : Tokener reporting patch
10863              From: Simon Cozens <simon@cozens.net>
10864              Date: Mon, 22 Jan 2001 02:17:22 +0000
10865              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
10866      Branch: perl
10867            ! embed.h embed.pl proto.h toke.c
10868 ____________________________________________________________________________
10869 [  8561] By: jhi                                   on 2001/01/27  04:17:24
10870         Log: Forgot from #8545.  Oops.
10871      Branch: perl
10872            ! pp.c t/pragma/overload.t
10873 ____________________________________________________________________________
10874 [  8560] By: jhi                                   on 2001/01/27  03:01:47
10875         Log: A better module compilation test, use MANIFEST as suggested
10876              by Spider.
10877      Branch: perl
10878            ! t/lib/1_compile.t
10879 ____________________________________________________________________________
10880 [  8559] By: jhi                                   on 2001/01/27  02:50:48
10881         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
10882              From: Peter Prymmer <pvhp@forte.com>
10883              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
10884              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
10885      Branch: perl
10886            ! t/lib/b.t
10887 ____________________________________________________________________________
10888 [  8558] By: jhi                                   on 2001/01/27  02:27:05
10889         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
10890              From: Peter Prymmer <pvhp@forte.com>
10891              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
10892              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
10893      Branch: perl
10894            ! t/pragma/sub_lval.t
10895 ____________________________________________________________________________
10896 [  8557] By: jhi                                   on 2001/01/27  02:26:03
10897         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
10898              From: Peter Prymmer <pvhp@forte.com>
10899              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
10900              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
10901      Branch: perl
10902            ! t/lib/st-06compat.t
10903 ____________________________________________________________________________
10904 [  8556] By: jhi                                   on 2001/01/27  02:24:33
10905         Log: Subject: [PATCH: perl@8531] minor update to README.os390
10906              From: Peter Prymmer <pvhp@forte.com>
10907              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
10908              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
10909      Branch: perl
10910            ! README.os390
10911 ____________________________________________________________________________
10912 [  8555] By: jhi                                   on 2001/01/27  00:35:47
10913         Log: No point in checking the length before we know whether the pointer
10914              is bogus or not, fixes Abigail's odbm failures in Linux.
10915      Branch: perl
10916            ! sv.c
10917 ____________________________________________________________________________
10918 [  8554] By: nick                                  on 2001/01/26  19:01:31
10919         Log: Integrate mainline
10920      Branch: perlio
10921           !> lib/Text/Wrap.pm t/lib/textwrap.t
10922 ____________________________________________________________________________
10923 [  8553] By: jhi                                   on 2001/01/26  15:19:39
10924         Log: Integrate change #7792 from perlio (multiplicity fix),
10925              fix the AV leak in regex DEBUGGING (tiny part of the
10926              polymorphic regexp patch #8143).
10927      Branch: maint-5.6/perl
10928            ! regcomp.c
10929           !> scope.h
10930 ____________________________________________________________________________
10931 [  8552] By: jhi                                   on 2001/01/26  15:03:23
10932         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
10933              From: Michael G Schwern <schwern@pobox.com>
10934              Date: Fri, 26 Jan 2001 09:28:31 -0500
10935              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
10936      Branch: perl
10937            ! lib/Text/Wrap.pm t/lib/textwrap.t
10938 ____________________________________________________________________________
10939 [  8551] By: jhi                                   on 2001/01/26  02:33:19
10940         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
10941              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
10942              
10943              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
10944              
10945              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
10946              
10947              Message nit.
10948              
10949              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
10950              
10951              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
10952              
10953              (the cleanup of unused submatches in regtry() and regcppop())
10954              
10955              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
10956              stored and restored, and thusly was trounced by the utf8 swash
10957              routines.
10958              
10959              use utf8 not required to use \x{}.
10960              
10961              Removed two more tests that make no sense in UTF-8 since the test
10962              data is not in UTF-8.
10963              
10964              Get the three different space character classes right under utf8.
10965              
10966              Implement ANYOFUTF8 regprop() dumping.
10967              
10968              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
10969              
10970              Document the regex context pushing/popping a bit better.
10971      Branch: maint-5.6/perl
10972           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
10973           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
10974           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
10975           !> t/op/regmesg.t utf8.c
10976 ____________________________________________________________________________
10977 [  8550] By: nick                                  on 2001/01/25  19:42:30
10978         Log: Integrate mainline
10979      Branch: perlio
10980           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
10981           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
10982           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
10983           !> t/lib/bigint.t t/lib/bigintpm.t
10984 ____________________________________________________________________________
10985 [  8549] By: jhi                                   on 2001/01/25  15:22:28
10986         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
10987      Branch: maint-5.6/perl
10988            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
10989 ____________________________________________________________________________
10990 [  8548] By: jhi                                   on 2001/01/25  15:02:55
10991         Log: Integrate changes #7997,8063,8492,8547 from mainline.
10992              
10993              Subject: Re: STRLEN - what?
10994              
10995              Subject: [PATCH] perlguts.pod
10996              
10997              Memory management calls documentation.
10998              
10999              Layout using tabulator is not a good idea in a pod.
11000      Branch: maint-5.6/perl
11001           !> pod/perlguts.pod
11002 ____________________________________________________________________________
11003 [  8547] By: jhi                                   on 2001/01/25  14:49:05
11004         Log: Layout using tabulator is not a good idea in a pod.
11005      Branch: perl
11006            ! pod/perlguts.pod
11007 ____________________________________________________________________________
11008 [  8546] By: jhi                                   on 2001/01/25  14:31:12
11009         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
11010              from mainline.
11011              
11012              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
11013              
11014              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
11015              
11016              More Win32 editor/IDE/shell hints.
11017              
11018              More Win32 Perling.
11019              
11020              Yet another editor edit.
11021              
11022              Edit edit edit.
11023              
11024              IDE/editor section tweaking.
11025              
11026              Few more IDE/editor nits from p5p.
11027      Branch: maint-5.6/perl
11028           !> pod/perlfaq3.pod
11029 ____________________________________________________________________________
11030 [  8545] By: jhi                                   on 2001/01/25  04:16:32
11031         Log: Subject: [PATCH 5.7.0] overload int()
11032              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11033              Date: Wed, 24 Jan 2001 19:06:57 -0500
11034              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
11035      Branch: perl
11036            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
11037            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
11038            ! t/lib/bigintpm.t
11039 ____________________________________________________________________________
11040 [  8544] By: jhi                                   on 2001/01/25  04:15:11
11041         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
11042              From: Peter Prymmer <pvhp@forte.com>
11043              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
11044              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
11045      Branch: perl
11046            ! Makefile.SH README.os390 hints/os390.sh installperl
11047 ____________________________________________________________________________
11048 [  8543] By: jhi                                   on 2001/01/25  03:52:08
11049         Log: Integrate change #8462,8469 from mainline.
11050              
11051              In VMS Perl subversion (perl -V) is undef.
11052      Branch: maint-5.6/perl
11053           !> configure.com
11054 ____________________________________________________________________________
11055 [  8542] By: jhi                                   on 2001/01/25  03:44:55
11056         Log: Integrate changes #7835,7850,8315,8316 from mainline.
11057              
11058              Solaris hints.
11059      Branch: maint-5.6/perl
11060           !> hints/solaris_2.sh
11061 ____________________________________________________________________________
11062 [  8541] By: jhi                                   on 2001/01/25  03:39:28
11063         Log: Integrate #8336 from mainline.
11064      Branch: maint-5.6/perl
11065           !> hv.c
11066 ____________________________________________________________________________
11067 [  8540] By: jhi                                   on 2001/01/25  03:23:50
11068         Log: Retract #8539.
11069      Branch: maint-5.6/perl
11070            ! pod/perlfaq3.pod
11071 ____________________________________________________________________________
11072 [  8539] By: jhi                                   on 2001/01/25  03:21:55
11073         Log: (Retracted by #5940.)
11074      Branch: maint-5.6/perl
11075            ! pod/perlfaq3.pod
11076 ____________________________________________________________________________
11077 [  8538] By: jhi                                   on 2001/01/25  03:14:07
11078         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
11079              From: Peter Prymmer <pvhp@forte.com>
11080              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
11081              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
11082              
11083              The VMS bits.
11084      Branch: maint-5.6/perl
11085            ! configure.com vms/descrip_mms.template
11086 ____________________________________________________________________________
11087 [  8537] By: jhi                                   on 2001/01/25  03:06:09
11088         Log: Integrate #7710,7824,7973 from mainline.
11089      Branch: maint-5.6/perl
11090           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11091           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
11092           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
11093           !> vos/config.ga.def vos/config.ga.h win32/config.bc
11094           !> win32/config.gc win32/config.vc
11095 ____________________________________________________________________________
11096 [  8536] By: jhi                                   on 2001/01/24  13:50:20
11097         Log: Revert the edits made by me so far to the 5.6 branch since
11098              the TRIAL1 since I did edits when I should have been using
11099              integrates.  Bad programmer.   (Will integrate them properly later.)
11100              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
11101              The #8353 will not be reapplied at least for now since
11102              the UTF-8 hash keys need more thinking.
11103              (The patches #8347, #8354, #8454, #8473 were okay since they
11104              were original edits made specifically for the 5.6.1-TRIAL1.)
11105      Branch: maint-5.6/perl
11106            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11107            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
11108            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
11109            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
11110            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
11111            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11112            ! win32/config.bc win32/config.gc win32/config.vc
11113 ____________________________________________________________________________
11114 [  8535] By: bailey                                on 2001/01/24  06:37:02
11115         Log: SYN SYN
11116      Branch: vmsperl
11117           +> (branch 26 files)
11118           !> (integrate 130 files)
11119 ____________________________________________________________________________
11120 [  8534] By: nick                                  on 2001/01/23  19:30:57
11121         Log: Integrate mainline.
11122      Branch: perlio
11123           !> Changes Configure Porting/Glossary Porting/config.sh
11124           !> Porting/config_H embed.h embed.pl ext/Encode/compile
11125           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
11126           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
11127           !> pod/perlvar.pod proto.h t/lib/1_compile.t
11128 ____________________________________________________________________________
11129 [  8533] By: jhi                                   on 2001/01/23  16:15:46
11130         Log: Forgotten from #8501.
11131      Branch: perl
11132            ! Porting/Glossary Porting/config.sh Porting/config_H
11133 ____________________________________________________________________________
11134 [  8532] By: jhi                                   on 2001/01/23  16:13:27
11135         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
11136              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11137              Date: Mon, 22 Jan 2001 17:51:58 +0100
11138              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
11139      Branch: perl
11140            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
11141 ____________________________________________________________________________
11142 [  8531] By: jhi                                   on 2001/01/23  15:46:01
11143         Log: Update Changes.
11144      Branch: perl
11145            ! Changes patchlevel.h
11146 ____________________________________________________________________________
11147 [  8530] By: jhi                                   on 2001/01/23  15:38:39
11148         Log: De-cut-and-pasto.
11149      Branch: perl
11150            ! t/lib/1_compile.t
11151 ____________________________________________________________________________
11152 [  8529] By: jhi                                   on 2001/01/23  15:11:04
11153         Log: Document the mkdir trailing slashes case.
11154      Branch: perl
11155            ! pod/perlfunc.pod
11156 ____________________________________________________________________________
11157 [  8528] By: jhi                                   on 2001/01/23  15:08:28
11158         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
11159              get installed:
11160              
11161              Subject: lib/lib.pm
11162              From: <abigail@foad.org>
11163              Date: Mon, 28 Aug 2000 20:35:08 -0400
11164              Message-ID: <20000829003508.21281.qmail@foad.org>
11165      Branch: perl
11166            ! installperl
11167 ____________________________________________________________________________
11168 [  8527] By: jhi                                   on 2001/01/23  14:44:04
11169         Log: Metaconfig unit change for #8526.
11170      Branch: metaconfig
11171            ! U/threads/archname.U
11172 ____________________________________________________________________________
11173 [  8526] By: jhi                                   on 2001/01/23  14:43:19
11174         Log: Attach -perlio to the archname if so selected.
11175      Branch: perl
11176            ! Configure
11177 ____________________________________________________________________________
11178 [  8525] By: jhi                                   on 2001/01/23  14:24:01
11179         Log: Subject: [PATCH] pod/perlvar.pod
11180              From: abigail@foad.org
11181              Date: Tue, 23 Jan 2001 01:41:10 +0100
11182              Message-ID: <20010123004110.22259.qmail@foad.org>
11183      Branch: perl
11184            ! pod/perlvar.pod
11185 ____________________________________________________________________________
11186 [  8524] By: jhi                                   on 2001/01/23  14:22:32
11187         Log: A bug introduced in #8217 (the undefined variable in the
11188              lib/safe1_t #3) fixed, by Charles Lane:
11189              
11190              The earlier patch made it so that stuff running in Safe
11191              compartments could do a "caller" and see "main".  That
11192              little change in name is done right before the code in
11193              the compartment is run, and apparantly the parser
11194              was picking up the stash name before it got changed.
11195              
11196              (why it was threaded vs. unthreaded Perl that was sensitive to this
11197              I still don't know...and it probably doesn't matter).
11198              
11199              I tryed removing the stash name-change and saw that threaded Perl
11200              did indeed pass the lib/safe1.t tests.
11201              
11202              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
11203              do the name change (and to connect _ in the compartment to the global
11204              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
11205              to call _safe_pkg_prep when creating a new compartment.
11206              
11207              Passes all tests with threaded perl on linux; passes all tests
11208              with unthreaded perl on VMS.
11209              
11210              At some point I'll probably want to revisit Safe and Opcode to
11211              provide more sensible handling of global variables...and to get
11212              formats working in Safe compartments, which they don't do currently.
11213      Branch: perl
11214            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
11215 ____________________________________________________________________________
11216 [  8523] By: jhi                                   on 2001/01/23  14:11:58
11217         Log: Also the lib/Thread.pm itself needs to be ignored if
11218              the Thread extension hasn't been built.
11219      Branch: perl
11220            ! t/lib/1_compile.t
11221 ____________________________________________________________________________
11222 [  8522] By: jhi                                   on 2001/01/23  13:51:28
11223         Log: print() instead of warn() so that stderr doesn't get
11224              unncessarily polluted.
11225      Branch: perl
11226            ! ext/Encode/compile
11227 ____________________________________________________________________________
11228 [  8521] By: jhi                                   on 2001/01/23  13:49:48
11229         Log: Integrate perlio.
11230      Branch: perl
11231           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
11232           !> ext/Encode/encode.h
11233 ____________________________________________________________________________
11234 [  8520] By: nick                                  on 2001/01/22  21:44:00
11235         Log: More messing with Encode:
11236              Extra fields in header to allow multiple names and to record
11237              other things "compile" knows.
11238              Re-organise compile to factor out common output routines.
11239      Branch: perlio
11240            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
11241 ____________________________________________________________________________
11242 [  8519] By: nick                                  on 2001/01/22  20:33:50
11243         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
11244      Branch: perlio
11245            ! ext/Encode/Makefile.PL ext/Encode/compile
11246 ____________________________________________________________________________
11247 [  8518] By: nick                                  on 2001/01/22  20:28:13
11248         Log: Integrate mainline
11249      Branch: perlio
11250           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
11251           !> vos/config.alpha.def vos/config.alpha.h
11252 ____________________________________________________________________________
11253 [  8517] By: jhi                                   on 2001/01/22  15:37:17
11254         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
11255              by Inaba Hiroto.
11256      Branch: perl
11257            ! sv.c
11258 ____________________________________________________________________________
11259 [  8516] By: jhi                                   on 2001/01/22  14:55:15
11260         Log: More SIG_SIZE fixes.
11261      Branch: perl
11262            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
11263 ____________________________________________________________________________
11264 [  8515] By: jhi                                   on 2001/01/22  14:50:27
11265         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
11266              From: "Craig A. Berry" <craigberry@mac.com>
11267              Date: Mon, 22 Jan 2001 00:42:24 -0600
11268              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
11269      Branch: perl
11270            ! configure.com
11271 ____________________________________________________________________________
11272 [  8514] By: jhi                                   on 2001/01/22  14:31:17
11273         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
11274              From: "Craig A. Berry" <craigberry@mac.com>
11275              Date: Sun, 21 Jan 2001 23:03:25 -0600
11276              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
11277      Branch: perl
11278            ! configure.com
11279 ____________________________________________________________________________
11280 [  8513] By: jhi                                   on 2001/01/22  14:14:00
11281         Log: Add the .ucm encoding tables to the MANIFEST.
11282      Branch: perl
11283            ! MANIFEST
11284 ____________________________________________________________________________
11285 [  8512] By: jhi                                   on 2001/01/22  13:43:33
11286         Log: Integrate perlio.
11287      Branch: perl
11288           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11289           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11290           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11291           +> ext/Encode/Encode/iso8859-10.ucm
11292           +> ext/Encode/Encode/iso8859-13.ucm
11293           +> ext/Encode/Encode/iso8859-14.ucm
11294           +> ext/Encode/Encode/iso8859-15.ucm
11295           +> ext/Encode/Encode/iso8859-16.ucm
11296           +> ext/Encode/Encode/iso8859-2.ucm
11297           +> ext/Encode/Encode/iso8859-3.ucm
11298           +> ext/Encode/Encode/iso8859-4.ucm
11299           +> ext/Encode/Encode/iso8859-5.ucm
11300           +> ext/Encode/Encode/iso8859-6.ucm
11301           +> ext/Encode/Encode/iso8859-7.ucm
11302           +> ext/Encode/Encode/iso8859-8.ucm
11303           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11304           +> ext/Encode/Encode/symbol.ucm
11305           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
11306           !> perliol.h
11307 ____________________________________________________________________________
11308 [  8511] By: nick                                  on 2001/01/21  23:44:47
11309         Log: Make "real" layers of ":utf8" and ":raw".
11310              So now PERLIO=utf8 perl ...
11311              does what Andreas wanted.
11312              Fix arg passing in open.pm (still have a Carp issue).
11313      Branch: perlio
11314            ! lib/open.pm perlio.c perliol.h
11315 ____________________________________________________________________________
11316 [  8510] By: jhi                                   on 2001/01/21  22:56:53
11317         Log: Document the regex context pushing/popping a bit better.
11318      Branch: perl
11319            ! regexec.c
11320 ____________________________________________________________________________
11321 [  8509] By: jhi                                   on 2001/01/21  22:55:44
11322         Log: Tweak the mkdir trailing slash code some more.
11323              
11324              TO DO: the same handling should probably be done for
11325              all the other filesystem functions that can have directories
11326              as their arguments.
11327      Branch: perl
11328            ! pp_sys.c
11329 ____________________________________________________________________________
11330 [  8508] By: nick                                  on 2001/01/21  21:37:43
11331         Log: Switch "compiled in" encodings to .ucm format.
11332              (Leave others as .enc till we can run-time load .ucm,
11333              or find some other way to load them.)
11334      Branch: perlio
11335            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11336            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11337            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11338            + ext/Encode/Encode/iso8859-10.ucm
11339            + ext/Encode/Encode/iso8859-13.ucm
11340            + ext/Encode/Encode/iso8859-14.ucm
11341            + ext/Encode/Encode/iso8859-15.ucm
11342            + ext/Encode/Encode/iso8859-16.ucm
11343            + ext/Encode/Encode/iso8859-2.ucm
11344            + ext/Encode/Encode/iso8859-3.ucm
11345            + ext/Encode/Encode/iso8859-4.ucm
11346            + ext/Encode/Encode/iso8859-5.ucm
11347            + ext/Encode/Encode/iso8859-6.ucm
11348            + ext/Encode/Encode/iso8859-7.ucm
11349            + ext/Encode/Encode/iso8859-8.ucm
11350            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11351            + ext/Encode/Encode/symbol.ucm
11352            ! ext/Encode/Makefile.PL ext/Encode/compile
11353 ____________________________________________________________________________
11354 [  8507] By: nick                                  on 2001/01/21  21:02:03
11355         Log: Integrate (partial) mainline.
11356      Branch: perlio
11357           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
11358           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
11359           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11360 ____________________________________________________________________________
11361 [  8506] By: jhi                                   on 2001/01/21  20:09:30
11362         Log: Update Changes.
11363      Branch: perl
11364            ! Changes patchlevel.h
11365 ____________________________________________________________________________
11366 [  8505] By: jhi                                   on 2001/01/21  19:39:59
11367         Log: Subject: Minor typos in perlfaq2.pod
11368              From: "Stephen P. Potter" <spp@spotter.yi.org>
11369              Message-Id: <200101192101.QAA11911@spotter.yi.org>
11370              Date: Fri, 19 Jan 2001 16:01:13 -0500
11371              
11372              with a nit from Philip Netwon.
11373      Branch: perl
11374            ! pod/perlfaq2.pod
11375 ____________________________________________________________________________
11376 [  8504] By: jhi                                   on 2001/01/21  19:33:05
11377         Log: Metaconfig change for #8503.
11378      Branch: metaconfig
11379            ! U/threads/usethreads.U
11380 ____________________________________________________________________________
11381 [  8503] By: jhi                                   on 2001/01/21  19:32:21
11382         Log: Sanity check for conflicting thread flavours.
11383      Branch: perl
11384            ! Configure config_h.SH
11385 ____________________________________________________________________________
11386 [  8502] By: jhi                                   on 2001/01/21  19:23:00
11387         Log: Metaconfig change for #8501.
11388      Branch: metaconfig
11389            ! U/modified/sig_name.U
11390 ____________________________________________________________________________
11391 [  8501] By: jhi                                   on 2001/01/21  19:22:26
11392         Log: The SIG_SIZE is the number of the elements *excluding*
11393              the terminating NULL.
11394      Branch: perl
11395            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
11396            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
11397            ! win32/config_H.vc
11398 ____________________________________________________________________________
11399 [  8500] By: jhi                                   on 2001/01/21  18:31:31
11400         Log: Integrate perlio.
11401      Branch: perl
11402           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
11403           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
11404           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
11405           !> pp_sys.c proto.h sv.c
11406 ____________________________________________________________________________
11407 [  8499] By: jhi                                   on 2001/01/21  17:43:57
11408         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
11409              From: Hugo <hv@crypt.compulink.co.uk>
11410              Date: Sun, 21 Jan 2001 13:34:05 +0000
11411              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
11412              
11413              In sprintf UTF8ize only if necessary.
11414      Branch: perl
11415            ! sv.c
11416 ____________________________________________________________________________
11417 [  8498] By: nick                                  on 2001/01/21  16:25:32
11418         Log: Encode cleanup.
11419              Add command line control over "compile" so that Makefile.PL
11420              needs can be combined with other uses.
11421              Use command line options in Makefile.PL.
11422              Fix multi-byte parsing in .ucm files.
11423      Branch: perlio
11424            ! ext/Encode/Makefile.PL ext/Encode/compile
11425 ____________________________________________________________________________
11426 [  8497] By: nick                                  on 2001/01/21  12:56:27
11427         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
11428      Branch: perlio
11429            ! ext/Encode/Encode.xs
11430 ____________________________________________________________________________
11431 [  8496] By: nick                                  on 2001/01/21  12:18:45
11432         Log: Fixup after integrate:
11433              missed the .sym files that are changed by regen_headers
11434              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
11435      Branch: perlio
11436            ! global.sym pp.sym sv.c
11437 ____________________________________________________________________________
11438 [  8495] By: nick                                  on 2001/01/21  11:51:07
11439         Log: Integrate mainline.
11440      Branch: perlio
11441           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
11442           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
11443           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
11444           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
11445           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
11446           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
11447           !> win32/Makefile win32/makefile.mk
11448 ____________________________________________________________________________
11449 [  8494] By: jhi                                   on 2001/01/20  23:12:11
11450         Log: Forgot the expect_number() prototype.
11451      Branch: perl
11452            ! embed.h embed.pl proto.h
11453 ____________________________________________________________________________
11454 [  8493] By: jhi                                   on 2001/01/20  22:56:39
11455         Log: Subject: [PATCH: perl@8482] README.vms URL updates
11456              From: Peter Prymmer <pvhp@forte.com>
11457              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
11458              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
11459              
11460              Plus Craig A. Berry's suggestion to use compaq.com instead
11461              of digital.com.
11462      Branch: perl
11463            ! README.vms
11464 ____________________________________________________________________________
11465 [  8492] By: jhi                                   on 2001/01/20  22:50:05
11466         Log: Memory management calls documentation.
11467      Branch: perl
11468            ! pod/perlguts.pod
11469 ____________________________________________________________________________
11470 [  8491] By: jhi                                   on 2001/01/20  22:38:33
11471         Log: Signedness nit plus few memcpy/Copy nits.
11472      Branch: perl
11473            ! sv.c
11474 ____________________________________________________________________________
11475 [  8490] By: jhi                                   on 2001/01/20  22:25:53
11476         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
11477              From: Peter Prymmer <pvhp@forte.com>
11478              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
11479              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
11480      Branch: perl
11481            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
11482 ____________________________________________________________________________
11483 [  8489] By: jhi                                   on 2001/01/20  22:24:41
11484         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
11485              From: Peter Prymmer <pvhp@forte.com>
11486              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
11487              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
11488      Branch: perl
11489            ! win32/Makefile win32/makefile.mk
11490 ____________________________________________________________________________
11491 [  8488] By: jhi                                   on 2001/01/20  22:22:27
11492         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
11493              From: Peter Prymmer <pvhp@forte.com>
11494              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
11495              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
11496      Branch: perl
11497            ! Makefile.SH
11498 ____________________________________________________________________________
11499 [  8487] By: jhi                                   on 2001/01/20  22:21:18
11500         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
11501              From: Peter Prymmer <pvhp@forte.com>
11502              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
11503              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
11504      Branch: perl
11505            + ext/DynaLoader/dl_dllload.xs
11506            ! MANIFEST Makefile.SH hints/os390.sh
11507 ____________________________________________________________________________
11508 [  8486] By: jhi                                   on 2001/01/20  22:17:53
11509         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
11510              From: Peter Prymmer <pvhp@forte.com>
11511              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
11512              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
11513      Branch: perl
11514            ! README.os390 README.posix-bc
11515 ____________________________________________________________________________
11516 [  8485] By: jhi                                   on 2001/01/20  20:15:30
11517         Log: Document and test the new qu operator.
11518      Branch: perl
11519            + t/op/qu.t
11520            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
11521            ! pod/perlretut.pod pod/perlunicode.pod
11522 ____________________________________________________________________________
11523 [  8484] By: nick                                  on 2001/01/20  19:42:30
11524         Log: Infrastructure to allow:
11525              open($fh,"|-",@array);
11526              to be implemented
11527              i.e. mark pp_open as needing a stack mark, and make pp_open
11528              process its args in that style (and pass them _all_ to tied handles OPEN).
11529              Invent do_openn() which takes SV ** at allow it to see multiple args.
11530              Note this does not _do_ anything yet.
11531      Branch: perlio
11532            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
11533            ! perlapi.c pp_proto.h pp_sys.c proto.h
11534 ____________________________________________________________________________
11535 [  8483] By: nick                                  on 2001/01/20  17:23:14
11536         Log: Integrate mainline.
11537      Branch: perlio
11538           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
11539           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
11540 ____________________________________________________________________________
11541 [  8482] By: jhi                                   on 2001/01/19  15:37:49
11542         Log: Update Changes.
11543      Branch: perl
11544            ! Changes patchlevel.h
11545 ____________________________________________________________________________
11546 [  8481] By: jhi                                   on 2001/01/19  14:41:24
11547         Log: Subject: Re: new feature: s?printf parameter reordering 
11548              From: Hugo <hv@crypt.compulink.co.uk>
11549              Date: Thu, 11 Jan 2001 17:09:03 +0000
11550              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
11551              
11552              - support reordering for all parameters: %, *v, *, .*
11553              - lay down that the reordering specification must immediately
11554              follow that parameter: %3$, *v3$, *3$, .*3$
11555              - fix vectorisation of a zero-length string
11556              - factor out the code choosing the argument to format
11557              
11558              Possibly unwanted side-effects:
11559              - the special format specifiers ' +-0' must now precede any
11560              vectorisation specifier. Tests in op/sprintf and op/ver
11561              have been changed to reflect this.
11562              - sprintf.t test #214 changed its expectations because in many
11563              cases, the next parameter has already been consumed when an
11564              invalid type letter is detected.
11565              
11566              Probably wanted side-effects:
11567              - attempts to format a non-existent parameter will warn as if C<undef>
11568              - attempt to write to non-existent parameter with '%n' will complain
11569              of "attempt to modify read-only value" instead of being silent
11570      Branch: perl
11571            ! sv.c t/op/sprintf.t t/op/ver.t
11572 ____________________________________________________________________________
11573 [  8480] By: jhi                                   on 2001/01/19  14:08:37
11574         Log: Subject: PATCH pragma/locale.t
11575              From: andreas.koenig@anima.de (Andreas J. Koenig)
11576              Date: 18 Jan 2001 09:45:37 +0100
11577              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
11578      Branch: perl
11579            ! t/pragma/locale.t
11580 ____________________________________________________________________________
11581 [  8479] By: jhi                                   on 2001/01/19  13:19:58
11582         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
11583      Branch: perl
11584            ! configure.com
11585 ____________________________________________________________________________
11586 [  8478] By: jhi                                   on 2001/01/19  02:12:35
11587         Log: Automate 1_compile.t.
11588      Branch: perl
11589            ! t/lib/1_compile.t
11590 ____________________________________________________________________________
11591 [  8477] By: jhi                                   on 2001/01/19  01:49:56
11592         Log: Integrate perlio.
11593      Branch: perl
11594           !> sv.c win32/config.bc win32/config.gc win32/config.vc
11595           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11596 ____________________________________________________________________________
11597 [  8476] By: nick                                  on 2001/01/18  21:51:52
11598         Log: Integrate mainline
11599      Branch: perlio
11600           +> t/lib/1_compile.t t/lib/compmod.pl
11601           !> MANIFEST configure.com lib/unicode/distinct.pm
11602 ____________________________________________________________________________
11603 [  8475] By: nick                                  on 2001/01/18  21:48:02
11604         Log: Win32 "safe signals" co-existance fix.
11605              Fix SIG_SIZE value.
11606              Clear PL_sig_pending when cloning (fork).
11607      Branch: perlio
11608            ! sv.c win32/config.bc win32/config.gc win32/config.vc
11609            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11610 ____________________________________________________________________________
11611 [  8474] By: jhi                                   on 2001/01/18  14:40:57
11612         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
11613      Branch: perl
11614            ! t/lib/1_compile.t
11615 ____________________________________________________________________________
11616 [  8473] By: gsar                                  on 2001/01/18  11:42:31
11617         Log: unsubmitted trial1 change
11618      Branch: maint-5.6/perl
11619            ! Changes
11620 ____________________________________________________________________________
11621 [  8472] By: jhi                                   on 2001/01/18  04:30:24
11622         Log: The first bug found by 1_compile.t.
11623      Branch: perl
11624            ! lib/unicode/distinct.pm
11625 ____________________________________________________________________________
11626 [  8471] By: jhi                                   on 2001/01/18  04:29:42
11627         Log: Add Schwern's 1_compile test.  The compile_module script renamed
11628              to be a bit shorter for the 8.3 people.
11629      Branch: perl
11630            + t/lib/1_compile.t t/lib/compmod.pl
11631            ! MANIFEST
11632 ____________________________________________________________________________
11633 [  8470] By: jhi                                   on 2001/01/18  04:16:00
11634         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
11635              From: Peter Prymmer <pvhp@forte.com>
11636              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
11637              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
11638              Replace #8463.
11639      Branch: maint-5.6/perl
11640            ! configure.com
11641 ____________________________________________________________________________
11642 [  8469] By: jhi                                   on 2001/01/18  04:13:02
11643         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
11644              From: Peter Prymmer <pvhp@forte.com>
11645              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
11646              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
11647              Replace #8462.
11648      Branch: perl
11649            ! configure.com
11650 ____________________________________________________________________________
11651 [  8468] By: jhi                                   on 2001/01/18  03:42:08
11652         Log: Integrate perlio.
11653      Branch: perl
11654           !> gv.c mg.c perlio.c util.c
11655 ____________________________________________________________________________
11656 [  8467] By: nick                                  on 2001/01/17  22:41:10
11657         Log: "Safe" signals - trial implementation.
11658              gv.c tweaked to zero PL_sig_pend array
11659              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
11660              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
11661              Odd thing is that it "works" with PERLIO=stdio as well (linux).
11662      Branch: perlio
11663            ! gv.c mg.c perlio.c util.c
11664 ____________________________________________________________________________
11665 [  8466] By: nick                                  on 2001/01/17  20:40:20
11666         Log: Integrate mainline.
11667      Branch: perlio
11668           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11669           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
11670           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
11671           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11672           !> vos/config.ga.h win32/config.bc win32/config.gc
11673           !> win32/config.vc
11674 ____________________________________________________________________________
11675 [  8465] By: jhi                                   on 2001/01/17  18:37:13
11676         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
11677              From: Nicholas Clark <nick@ccl4.org>
11678              Date: Wed, 17 Jan 2001 17:31:33 +0000
11679              Message-ID: <20010117173133.I2633@plum.flirble.org>
11680      Branch: perl
11681            ! t/op/int.t
11682 ____________________________________________________________________________
11683 [  8464] By: jhi                                   on 2001/01/17  14:43:17
11684         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
11685              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11686              Date: Wed, 17 Jan 2001 15:16:43 +0100
11687              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
11688              
11689              pp_int() was dropping an NV to the floor,
11690              int(279964589018079/59) either returned not an integer
11691              4745162525730.15, or one got "Attempt to free unreferenced scalar."
11692      Branch: perl
11693            ! pp.c
11694 ____________________________________________________________________________
11695 [  8463] By: jhi                                   on 2001/01/17  06:12:42
11696         Log: (Replaced by #8470)
11697              
11698              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
11699              From: "Craig A. Berry" <craigberry@mac.com>
11700              Date: Tue, 16 Jan 2001 23:38:46 -0600
11701              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
11702      Branch: maint-5.6/perl
11703            ! configure.com
11704 ____________________________________________________________________________
11705 [  8462] By: jhi                                   on 2001/01/17  06:11:31
11706         Log: (Replaced by #8469)
11707              
11708              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
11709              From: "Craig A. Berry" <craigberry@mac.com>
11710              Date: Tue, 16 Jan 2001 23:38:46 -0600
11711              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
11712      Branch: perl
11713            ! configure.com
11714 ____________________________________________________________________________
11715 [  8461] By: jhi                                   on 2001/01/17  05:56:12
11716         Log: Allow for one trailing slash in the directory of mkdir().
11717      Branch: perl
11718            ! pp_sys.c
11719 ____________________________________________________________________________
11720 [  8460] By: jhi                                   on 2001/01/17  03:26:01
11721         Log: Metaconfig unit changes for #8459.
11722      Branch: metaconfig
11723            ! U/modified/Loc.U U/modified/sig_name.U
11724 ____________________________________________________________________________
11725 [  8459] By: jhi                                   on 2001/01/17  03:24:48
11726         Log: Define SIG_SIZE, the number of elements in the sig_name and
11727              sig_num arrays, including the final NULL entry.
11728      Branch: perl
11729            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11730            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
11731            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
11732            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11733            ! win32/config.bc win32/config.gc win32/config.vc
11734 ____________________________________________________________________________
11735 [  8458] By: jhi                                   on 2001/01/17  01:41:33
11736         Log: Integrate perlio.
11737      Branch: perl
11738           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
11739           !> perlapi.h proto.h sv.c
11740 ____________________________________________________________________________
11741 [  8457] By: nick                                  on 2001/01/16  22:07:26
11742         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
11743              Provides all the "cost" but no benefit yet - it is to allow cost
11744              to be measured, and implementation experiments (just in mg.c?).
11745      Branch: perlio
11746            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
11747            ! perlapi.h proto.h sv.c
11748 ____________________________________________________________________________
11749 [  8456] By: nick                                  on 2001/01/16  21:07:07
11750         Log: Integrate mainline.
11751      Branch: perlio
11752           !> (integrate 51 files)
11753 ____________________________________________________________________________
11754 [  8455] By: jhi                                   on 2001/01/16  18:13:43
11755         Log: Subject: [PATCH] regcomp.c old feature removal
11756              From: mjd@plover.com
11757              Date: 16 Jan 2001 14:43:18 -0000 
11758              Message-ID: <20010116144318.7140.qmail@plover.com> 
11759      Branch: perl
11760            ! regcomp.c
11761 ____________________________________________________________________________
11762 [  8454] By: jhi                                   on 2001/01/16  16:12:39
11763         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
11764              From: "Indy Singh" <indy@nusphere.com>
11765              Date: Wed, 10 Jan 2001 20:17:49 -0500
11766              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
11767      Branch: maint-5.6/perl
11768            ! win32/Makefile
11769 ____________________________________________________________________________
11770 [  8453] By: jhi                                   on 2001/01/16  16:09:33
11771         Log: Update Changes.
11772      Branch: perl
11773            ! Changes patchlevel.h
11774 ____________________________________________________________________________
11775 [  8452] By: jhi                                   on 2001/01/16  15:42:04
11776         Log: Subject: Re: API Cleanup
11777              To: perl5-porters@perl.org
11778              Date: Tue, 16 Jan 2001 13:42:30 +0000
11779              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
11780              
11781              Subject: [PATCH] utf8.c documentation
11782              From: Simon Cozens <simon@cozens.net>
11783              Date: Tue, 16 Jan 2001 13:52:48 +0000
11784              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
11785              
11786              Subject: Re: API Cleanup
11787              From: Simon Cozens <simon@cozens.net>
11788              Date: Tue, 16 Jan 2001 14:58:55 +0000
11789              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
11790              
11791              UTF-8 doc patches.
11792      Branch: perl
11793            ! embed.pl pod/perlapi.pod utf8.c
11794 ____________________________________________________________________________
11795 [  8451] By: jhi                                   on 2001/01/16  14:41:39
11796         Log: podlators 1.07, from Russ Allbery.
11797      Branch: perl
11798            ! lib/Pod/Man.pm
11799 ____________________________________________________________________________
11800 [  8450] By: jhi                                   on 2001/01/16  14:24:19
11801         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
11802              From: "Indy Singh" <indy@nusphere.com>
11803              Date: Mon, 15 Jan 2001 20:59:40 -0500
11804              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
11805      Branch: perl
11806            ! win32/Makefile
11807 ____________________________________________________________________________
11808 [  8449] By: jhi                                   on 2001/01/16  03:42:55
11809         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
11810              at the setting of the ofs_sv in new_struct_thread() as the
11811              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
11812              that invited a core dump.
11813      Branch: perl
11814            ! util.c
11815 ____________________________________________________________________________
11816 [  8448] By: jhi                                   on 2001/01/16  01:49:07
11817         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
11818              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11819              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
11820              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
11821              
11822              Replace #8444 and #8445.
11823      Branch: perl
11824            ! ext/B/B.xs ext/B/B/Debug.pm
11825 ____________________________________________________________________________
11826 [  8447] By: jhi                                   on 2001/01/15  21:05:35
11827         Log: Subject: [PATCH] API Variable documentation   
11828              From: Simon Cozens <simon@cozens.net>
11829              Date: Mon, 15 Jan 2001 19:35:54 +0000
11830              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
11831      Branch: perl
11832            ! pod/perlapi.pod thrdvar.h
11833 ____________________________________________________________________________
11834 [  8446] By: jhi                                   on 2001/01/15  20:49:20
11835         Log: Signedness nit.
11836      Branch: perl
11837            ! pp_ctl.c
11838 ____________________________________________________________________________
11839 [  8445] By: jhi                                   on 2001/01/15  20:28:48
11840         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
11841      Branch: perl
11842            ! ext/B/B/Debug.pm
11843 ____________________________________________________________________________
11844 [  8444] By: jhi                                   on 2001/01/15  13:09:10
11845         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
11846      Branch: perl
11847            ! ext/B/B.xs
11848 ____________________________________________________________________________
11849 [  8443] By: jhi                                   on 2001/01/15  13:06:26
11850         Log: Missing from #8439.
11851      Branch: perl
11852            ! keywords.h mg.c
11853 ____________________________________________________________________________
11854 [  8442] By: jhi                                   on 2001/01/15  13:02:38
11855         Log: Subject: [PATCH @8436] Eliminate op_children
11856              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11857              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
11858              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
11859              
11860              Subject: [PATCH @8436] Re: Eliminate op_children
11861              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11862              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
11863              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
11864      Branch: perl
11865            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
11866            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
11867            ! op.c op.h
11868 ____________________________________________________________________________
11869 [  8441] By: jhi                                   on 2001/01/15  12:57:08
11870         Log: Use the /^Perl_/-less form of is_lvalue_sub().
11871      Branch: perl
11872            ! pp.h
11873 ____________________________________________________________________________
11874 [  8440] By: jhi                                   on 2001/01/15  05:13:09
11875         Log: Revert #8437 and #8438, the Linux large files story is more complex.
11876      Branch: metaconfig/U/perl
11877            ! d_fpos64_t.U d_off64_t.U
11878      Branch: perl
11879            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11880            ! config_h.SH configure.com epoc/config.sh perl.h
11881            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
11882            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11883            ! win32/config.bc win32/config.gc win32/config.vc
11884 ____________________________________________________________________________
11885 [  8439] By: jhi                                   on 2001/01/15  05:02:24
11886         Log: More UTF-8 patches from Inaba Hiroto.
11887              - The substr lval was still not okay.
11888              - Now pp_stringify and sv_setsv copies source's UTF8 flag
11889              even if IN_BYTE.  pp_stringify is called from fold_constants
11890              at optimization phase and "\x{100}" was made SvUTF8_off under
11891              use bytes (the bytes pragma is for "byte semantics" and not
11892              for "do not produce UTF8 data")
11893              - New `qu' operator to generate UTF8 string explicitly.
11894              Though I agree with the policy "0x00-0xff always produce bytes",
11895              sometimes want to such a string to be coded in UTF8.
11896              I can use pack"U0a*" but it requires more typing and has
11897              runtime overhead.
11898              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
11899              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
11900              string is not UTF8_on and has char 0x80-0xff.
11901              
11902              TODO: document and test qu.
11903      Branch: perl
11904            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
11905            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
11906            ! toke.c
11907 ____________________________________________________________________________
11908 [  8438] By: jhi                                   on 2001/01/14  05:10:23
11909         Log: Metaconfig unit changes for #8437.
11910      Branch: metaconfig/U/perl
11911            ! d_fpos64_t.U d_off64_t.U
11912 ____________________________________________________________________________
11913 [  8437] By: jhi                                   on 2001/01/14  04:55:34
11914         Log: Add <features.h> probing, seems to be needed for (some?)
11915              Linux largefileness.
11916      Branch: perl
11917            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11918            ! config_h.SH configure.com epoc/config.sh perl.h
11919            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
11920            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11921            ! win32/config.bc win32/config.gc win32/config.vc
11922 ____________________________________________________________________________
11923 [  8436] By: jhi                                   on 2001/01/13  17:47:21
11924         Log: Tighten some of the tests a bit.
11925      Branch: perl
11926            ! t/pragma/utf8.t
11927 ____________________________________________________________________________
11928 [  8435] By: jhi                                   on 2001/01/13  17:31:54
11929         Log: Integrate perlio.
11930      Branch: perl
11931           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
11932           !> win32/config_H.gc win32/config_H.vc
11933 ____________________________________________________________________________
11934 [  8434] By: nick                                  on 2001/01/13  11:36:53
11935         Log: Run dmake regen_config_h for Win32
11936      Branch: perlio
11937            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11938 ____________________________________________________________________________
11939 [  8433] By: nick                                  on 2001/01/13  11:31:55
11940         Log: VMS friendly patch to Encode compile process
11941      Branch: perlio
11942            ! ext/Encode/Makefile.PL ext/Encode/compile
11943 ____________________________________________________________________________
11944 [  8432] By: nick                                  on 2001/01/13  11:06:44
11945         Log: Integrate mainline
11946      Branch: perlio
11947           +> ext/B/B/Concise.pm
11948           !> (integrate 52 files)
11949 ____________________________________________________________________________
11950 [  8431] By: jhi                                   on 2001/01/13  05:55:55
11951         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
11952              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11953              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
11954              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
11955      Branch: perl
11956            ! ext/B/B/Concise.pm
11957 ____________________________________________________________________________
11958 [  8430] By: jhi                                   on 2001/01/13  04:24:18
11959         Log: The LVRET macro needed an aTHX.
11960      Branch: perl
11961            ! pp.h
11962 ____________________________________________________________________________
11963 [  8429] By: jhi                                   on 2001/01/13  02:12:42
11964         Log: Update Changes.
11965      Branch: perl
11966            ! Changes patchlevel.h
11967 ____________________________________________________________________________
11968 [  8428] By: jhi                                   on 2001/01/13  02:08:50
11969         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
11970              From: Peter Prymmer <pvhp@forte.com>
11971              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
11972              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
11973              
11974              Add a BEGIN guard for sloppy floating point division.
11975      Branch: perl
11976            ! lib/Math/BigInt.pm lib/bigint.pl
11977 ____________________________________________________________________________
11978 [  8427] By: jhi                                   on 2001/01/13  01:47:16
11979         Log: The B::Terse drop-in replacement wasn't quite drop-in.
11980      Branch: perl
11981            ! ext/B/B/Terse.pm
11982 ____________________________________________________________________________
11983 [  8426] By: jhi                                   on 2001/01/12  21:20:43
11984         Log: Use UVXf.
11985      Branch: perl
11986            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11987            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
11988            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
11989            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11990            ! win32/config.gc win32/config.vc
11991 ____________________________________________________________________________
11992 [  8425] By: jhi                                   on 2001/01/12  20:20:14
11993         Log: Subject: [PATCH perl@8342] -Wformat
11994              From: Robin Barker <rmb1@cise.npl.co.uk>
11995              Date: Fri, 12 Jan 2001 20:03:14 GMT
11996              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
11997      Branch: perl
11998            ! ext/Encode/Encode.xs mg.c sv.c toke.c
11999 ____________________________________________________________________________
12000 [  8424] By: jhi                                   on 2001/01/12  20:01:48
12001         Log: Subject: B::Concise -- an improved replacement for B::Terse 
12002              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12003              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
12004              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
12005      Branch: perl
12006            + ext/B/B/Concise.pm
12007            ! MANIFEST ext/B/B/Terse.pm
12008 ____________________________________________________________________________
12009 [  8423] By: jhi                                   on 2001/01/12  19:24:02
12010         Log: The new metaconfig unit from the #8421.
12011      Branch: metaconfig/U/perl
12012            + d_sigprocmask.U
12013 ____________________________________________________________________________
12014 [  8422] By: jhi                                   on 2001/01/12  19:23:43
12015         Log: Forgot the microperl config from the #8421.
12016      Branch: perl
12017            ! uconfig.h uconfig.sh
12018 ____________________________________________________________________________
12019 [  8421] By: jhi                                   on 2001/01/12  19:05:27
12020         Log: Add sigprocmask() probe, regen Configure, regen toc.
12021      Branch: perl
12022            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12023            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
12024            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12025            ! vos/config.ga.h win32/config.bc win32/config.gc
12026            ! win32/config.vc
12027 ____________________________________________________________________________
12028 [  8420] By: jhi                                   on 2001/01/12  18:34:31
12029         Log: Add sockatmark() to the todo list.
12030      Branch: perl
12031            ! Todo-5.6
12032 ____________________________________________________________________________
12033 [  8419] By: jhi                                   on 2001/01/12  18:09:46
12034         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
12035      Branch: perl
12036            ! op.c
12037 ____________________________________________________________________________
12038 [  8418] By: jhi                                   on 2001/01/12  18:05:30
12039         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
12040              From: Radu Greab <radu@netsoft.ro>
12041              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
12042              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
12043      Branch: perl
12044            ! op.c t/pragma/sub_lval.t
12045 ____________________________________________________________________________
12046 [  8417] By: jhi                                   on 2001/01/12  16:09:09
12047         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
12048              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
12049              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
12050              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
12051      Branch: perl
12052            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
12053            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
12054            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
12055            ! t/pragma/sub_lval.t toke.c
12056 ____________________________________________________________________________
12057 [  8416] By: jhi                                   on 2001/01/12  15:42:06
12058         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
12059              From: "Richard Soderberg" <rs@crystalflame.net>
12060              Date: Fri, 12 Jan 2001 04:49:35 -0800
12061              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
12062              
12063              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
12064              according to the platform.
12065      Branch: perl
12066            ! op.c
12067 ____________________________________________________________________________
12068 [  8415] By: jhi                                   on 2001/01/12  15:33:41
12069         Log: One more UTF-8 fix from Inaba Hiroto.
12070      Branch: perl
12071            ! pp.c regexec.c t/pragma/utf8.t
12072 ____________________________________________________________________________
12073 [  8414] By: jhi                                   on 2001/01/12  15:30:18
12074         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
12075      Branch: perl
12076            ! regexec.c
12077 ____________________________________________________________________________
12078 [  8413] By: jhi                                   on 2001/01/12  15:22:10
12079         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
12080              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12081              Date: Thu, 11 Jan 2001 12:53:36 +0100
12082              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
12083      Branch: perl
12084            ! toke.c
12085 ____________________________________________________________________________
12086 [  8412] By: jhi                                   on 2001/01/12  15:20:25
12087         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
12088              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12089              Date: Fri, 12 Jan 2001 14:37:55 +0100
12090              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
12091      Branch: perl
12092            ! hints/posix-bc.sh
12093 ____________________________________________________________________________
12094 [  8411] By: jhi                                   on 2001/01/12  15:14:14
12095         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
12096              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12097              Date: Fri, 12 Jan 2001 10:42:21 +0100
12098              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
12099      Branch: perl
12100            ! t/op/regmesg.t
12101 ____________________________________________________________________________
12102 [  8410] By: jhi                                   on 2001/01/12  05:48:55
12103         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
12104              From: Nicholas Clark <nick@ccl4.org> 
12105              Date: Sun, 7 Jan 2001 19:47:14 +0000
12106              Message-ID: <20010107194714.B1048@plum.flirble.org>
12107      Branch: perl
12108            ! t/op/numconvert.t
12109 ____________________________________________________________________________
12110 [  8409] By: jhi                                   on 2001/01/12  05:41:28
12111         Log: Integrate perlio.
12112      Branch: perl
12113           !> mg.c scope.h
12114 ____________________________________________________________________________
12115 [  8408] By: nick                                  on 2001/01/11  22:43:28
12116         Log: Remove variables that were used in experiments.
12117      Branch: perlio
12118            ! mg.c
12119 ____________________________________________________________________________
12120 [  8407] By: nick                                  on 2001/01/11  20:57:44
12121         Log: Catch die in %SIG handler and unblock the signal before re-dying.
12122              This make Linux work _without_ sigsetjmp().
12123              Turn off sigsetjmp() to see what else it does.
12124              May need Configure probe for sigprocmask() if anything has sigaction()
12125              but not sigprocmask().
12126      Branch: perlio
12127            ! mg.c scope.h
12128 ____________________________________________________________________________
12129 [  8406] By: nick                                  on 2001/01/11  19:32:07
12130         Log: Integrate mainline
12131      Branch: perlio
12132           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
12133           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
12134           !> t/op/substr.t
12135 ____________________________________________________________________________
12136 [  8405] By: jhi                                   on 2001/01/11  17:11:01
12137         Log: Fix UTF-8 lval substr().
12138      Branch: perl
12139            ! mg.c t/op/substr.t
12140 ____________________________________________________________________________
12141 [  8404] By: jhi                                   on 2001/01/11  05:13:58
12142         Log: Update Changes.
12143      Branch: perl
12144            ! Changes patchlevel.h
12145 ____________________________________________________________________________
12146 [  8403] By: jhi                                   on 2001/01/11  04:38:24
12147         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
12148              From: Hugo <hv@crypt.compulink.co.uk>
12149              Date: Mon, 30 Oct 2000 01:33:26 +0000
12150              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
12151      Branch: perl
12152            ! regexec.c t/op/re_tests
12153 ____________________________________________________________________________
12154 [  8402] By: jhi                                   on 2001/01/11  04:26:12
12155         Log: Integrate perlio.
12156      Branch: perl
12157           !> scope.h util.c
12158 ____________________________________________________________________________
12159 [  8401] By: nick                                  on 2001/01/10  22:52:55
12160         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
12161              (So Alan and Ilya can try setting via hints.)
12162              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
12163              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
12164              doing the save everywhere seems to restart read() correctly, but just
12165              doing it once "round" the handler does not.
12166      Branch: perlio
12167            ! scope.h
12168 ____________________________________________________________________________
12169 [  8400] By: jhi                                   on 2001/01/10  21:57:54
12170         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
12171              of IRIX, HP-UX is unaffected.
12172      Branch: perl
12173            ! perl.h
12174 ____________________________________________________________________________
12175 [  8399] By: nick                                  on 2001/01/10  21:29:19
12176         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
12177      Branch: perlio
12178            ! util.c
12179 ____________________________________________________________________________
12180 [  8398] By: jhi                                   on 2001/01/10  20:55:31
12181         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
12182              also have ReusePort.
12183      Branch: perl
12184            ! ext/IO/lib/IO/Socket/INET.pm
12185 ____________________________________________________________________________
12186 [  8397] By: jhi                                   on 2001/01/10  20:50:57
12187         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
12188              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
12189              Date: Wed, 10 Jan 2001 01:38:13 -0800
12190              Message-ID: <20010110013813.B41744@yahoo-inc.com>
12191      Branch: perl
12192            ! ext/IO/lib/IO/Socket/INET.pm
12193 ____________________________________________________________________________
12194 [  8396] By: jhi                                   on 2001/01/10  20:49:30
12195         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
12196              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
12197              Date: Wed, 10 Jan 2001 01:37:32 -0800
12198              Message-ID: <20010110013732.A41744@yahoo-inc.com>
12199      Branch: perl
12200            ! ext/Socket/Socket.pm
12201 ____________________________________________________________________________
12202 [  8395] By: jhi                                   on 2001/01/10  20:41:37
12203         Log: Test for bug id 20010105.016 (fixed by #8378).
12204      Branch: perl
12205            ! t/op/split.t
12206 ____________________________________________________________________________
12207 [  8394] By: jhi                                   on 2001/01/10  20:26:32
12208         Log: Integrate perlio.
12209      Branch: perl
12210            ! util.c
12211 ____________________________________________________________________________
12212 [  8393] By: nick                                  on 2001/01/10  19:34:30
12213         Log: Back out Simon's pid hackery for now.
12214      Branch: perlio
12215            ! util.c
12216 ____________________________________________________________________________
12217 [  8392] By: nick                                  on 2001/01/10  19:23:13
12218         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
12219      Branch: perlio
12220           !> (integrate 29 files)
12221 ____________________________________________________________________________
12222 [  8391] By: jhi                                   on 2001/01/10  18:43:15
12223         Log: Subject: [PATCH] Fix my_pclose segfault
12224              From: Simon Cozens <simon@cozens.net>
12225              Date: Wed, 10 Jan 2001 18:39:35 +0000
12226              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
12227      Branch: perl
12228            ! util.c
12229 ____________________________________________________________________________
12230 [  8390] By: jhi                                   on 2001/01/10  18:42:08
12231         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
12232              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12233              Date:     Wed, 10 Jan 2001 13:23:02 EST
12234              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
12235      Branch: perl
12236            ! ext/Opcode/Opcode.xs
12237 ____________________________________________________________________________
12238 [  8389] By: jhi                                   on 2001/01/10  15:16:07
12239         Log: Turn off the integer preservation for now.
12240      Branch: perl
12241            ! perl.h
12242 ____________________________________________________________________________
12243 [  8388] By: jhi                                   on 2001/01/10  15:01:25
12244         Log: Few more IDE/editor nits from p5p.
12245      Branch: perl
12246            ! pod/perlfaq3.pod
12247 ____________________________________________________________________________
12248 [  8387] By: jhi                                   on 2001/01/10  06:53:16
12249         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
12250              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
12251              Date: Tue, 9 Jan 2001 23:16:02 +0000
12252              Message-ID: <20010109231602.A81101@plum.flirble.org>
12253      Branch: perl
12254            ! sv.c
12255 ____________________________________________________________________________
12256 [  8386] By: jhi                                   on 2001/01/10  03:17:54
12257         Log: Test cases for #8385 (from Simon's "torture.pl")
12258      Branch: perl
12259            ! t/op/tr.t
12260 ____________________________________________________________________________
12261 [  8385] By: jhi                                   on 2001/01/10  03:17:11
12262         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
12263              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
12264              Date: Wed, 10 Jan 2001 11:39:39 +0900
12265              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
12266              
12267              Some more UTF-8 tr cases fixed.
12268      Branch: perl
12269            ! doop.c
12270 ____________________________________________________________________________
12271 [  8384] By: jhi                                   on 2001/01/09  22:45:40
12272         Log: Allow the locale test needing POSIX and the taint test
12273              needing IPC::SysV to run under 'minitest' (basically,
12274              bail out if loading the extension fails)
12275      Branch: perl
12276            ! t/op/misc.t t/op/taint.t
12277 ____________________________________________________________________________
12278 [  8383] By: jhi                                   on 2001/01/09  21:36:04
12279         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
12280              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12281              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
12282              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
12283      Branch: perl
12284            ! t/io/openpid.t
12285 ____________________________________________________________________________
12286 [  8382] By: jhi                                   on 2001/01/09  21:06:08
12287         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
12288              Should finish up the bug id 20001205.022.
12289      Branch: perl
12290            ! pp.c pp_hot.c scope.c
12291 ____________________________________________________________________________
12292 [  8381] By: jhi                                   on 2001/01/09  18:27:43
12293         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
12294              From: Andy Dougherty <doughera@lafayette.edu>
12295              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
12296              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
12297              
12298              More robust yacc/bison error detection.
12299      Branch: perl
12300            ! t/comp/proto.t
12301 ____________________________________________________________________________
12302 [  8380] By: jhi                                   on 2001/01/09  15:21:38
12303         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
12304              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12305              Date:     Tue, 9 Jan 2001 07:53:55 EST
12306              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
12307      Branch: perl
12308            ! t/op/misc.t vms/test.com
12309 ____________________________________________________________________________
12310 [  8379] By: jhi                                   on 2001/01/09  15:20:38
12311         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
12312              From: jhi@cc.hut.fi
12313              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
12314              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
12315              
12316              The #8378 fixed this.
12317      Branch: perl
12318            ! t/op/tr.t
12319 ____________________________________________________________________________
12320 [  8378] By: jhi                                   on 2001/01/09  15:05:32
12321         Log: Subject: One more patch for UTF8 
12322              From: Inaba Hiroto <inaba@st.rim.or.jp>
12323              Date: Tue, 09 Jan 2001 01:04:32 +0900
12324              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
12325              
12326              UTF-8 fixes for 'x' and tr///.
12327      Branch: perl
12328            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
12329            ! regcomp.c regexec.c toke.c utf8.c
12330 ____________________________________________________________________________
12331 [  8377] By: jhi                                   on 2001/01/09  14:32:17
12332         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
12333      Branch: perl
12334            ! t/op/length.t
12335 ____________________________________________________________________________
12336 [  8376] By: jhi                                   on 2001/01/09  04:32:32
12337         Log: integrate changes #7775, #8316, #8316 from mainline
12338      Branch: maint-5.6/perl
12339            ! hints/solaris_2.sh
12340 ____________________________________________________________________________
12341 [  8375] By: jhi                                   on 2001/01/09  04:26:43
12342         Log: Update Changes.
12343      Branch: perl
12344            ! Changes patchlevel.h
12345 ____________________________________________________________________________
12346 [  8374] By: jhi                                   on 2001/01/09  04:14:32
12347         Log: IDE/editor section tweaking.
12348      Branch: perl
12349            ! pod/perlfaq3.pod
12350 ____________________________________________________________________________
12351 [  8373] By: jhi                                   on 2001/01/09  02:38:26
12352         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
12353              From: Peter Prymmer <pvhp@forte.com>
12354              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
12355              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
12356              
12357              In preparation os OS/390 dynamic loading.
12358      Branch: perl
12359            ! README.os390 hints/os390.sh
12360 ____________________________________________________________________________
12361 [  8372] By: jhi                                   on 2001/01/09  00:24:30
12362         Log: Integrate with perlio.
12363      Branch: perl
12364           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
12365 ____________________________________________________________________________
12366 [  8371] By: nick                                  on 2001/01/08  23:54:33
12367         Log: Fix "scalars leaked" bugs caused by overload magic
12368              (Highlighted by Ilya's DESTROY optimization.)
12369      Branch: perlio
12370            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
12371 ____________________________________________________________________________
12372 [  8370] By: nick                                  on 2001/01/08  20:19:41
12373         Log: Integrate mainline
12374      Branch: perlio
12375           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
12376           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
12377           !> t/op/64bitint.t
12378 ____________________________________________________________________________
12379 [  8369] By: jhi                                   on 2001/01/08  17:30:52
12380         Log: save_delete() Safefree() doesn't (anymore?) work with shared
12381              strings, one test failure in op/misc and almost all of lib/b.
12382              (Outcomments #8369.)
12383      Branch: perl
12384            ! scope.c
12385 ____________________________________________________________________________
12386 [  8368] By: jhi                                   on 2001/01/08  14:47:10
12387         Log: (Outcommented by #8369.)
12388              
12389              Subject: Re: Perl BugID 20001205.022 ---- save_delete
12390              From: Simon Cozens <simon@cozens.net>
12391              Date: Sat, 6 Jan 2001 11:48:40 +0000
12392              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
12393              
12394              The save_delete() does need the Safefree.
12395      Branch: perl
12396            ! scope.c
12397 ____________________________________________________________________________
12398 [  8367] By: bailey                                on 2001/01/08  08:53:52
12399         Log: Once again syncing after too long an absence
12400      Branch: vmsperl
12401           +> (branch 55 files)
12402            - MAINTAIN fix_pl vos/config.def vos/config.h
12403            - vos/config_h.SH_orig
12404           !> (integrate 498 files)
12405 ____________________________________________________________________________
12406 [  8366] By: jhi                                   on 2001/01/08  02:42:59
12407         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
12408              From: nick@ccl4.org
12409              Date: Sun, 7 Jan 2001 21:07:18 +0000
12410              Message-Id: <20010107210717.D1048@plum.flirble.org>
12411      Branch: perl
12412            ! sv.c t/op/64bitint.t
12413 ____________________________________________________________________________
12414 [  8365] By: jhi                                   on 2001/01/08  02:35:16
12415         Log: Subject: [PATCH] environ nit
12416              From: Simon Cozens <simon@cozens.net>
12417              Date: Sun, 7 Jan 2001 17:57:07 +0000
12418              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
12419              
12420              Use environ only if we have it.
12421      Branch: perl
12422            ! mg.c
12423 ____________________________________________________________________________
12424 [  8364] By: jhi                                   on 2001/01/08  02:24:51
12425         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
12426      Branch: perl
12427            ! ext/GDBM_File/GDBM_File.xs
12428 ____________________________________________________________________________
12429 [  8363] By: jhi                                   on 2001/01/08  02:19:24
12430         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
12431              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12432              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
12433              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
12434      Branch: perl
12435            ! dump.c op.c
12436 ____________________________________________________________________________
12437 [  8362] By: jhi                                   on 2001/01/08  02:17:43
12438         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
12439              From: Doug MacEachern <dougm@covalent.net>
12440              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
12441              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
12442              
12443              Allow AUTOLOAD to be an xsub and allow such xsubs
12444              to avoid use of $AUTOLOAD.
12445      Branch: perl
12446            ! gv.c
12447 ____________________________________________________________________________
12448 [  8361] By: jhi                                   on 2001/01/08  02:16:07
12449         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
12450              From: Radu Greab <radu@netsoft.ro>
12451              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
12452              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
12453              
12454              No need for the potentially unportable $SIG{CHLD}.
12455      Branch: perl
12456            ! t/io/pipe.t
12457 ____________________________________________________________________________
12458 [  8360] By: jhi                                   on 2001/01/08  01:58:23
12459         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
12460      Branch: perl
12461            ! lib/Getopt/Long.pm
12462 ____________________________________________________________________________
12463 [  8359] By: jhi                                   on 2001/01/08  01:55:44
12464         Log: Integrate perlio.
12465      Branch: perl
12466           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
12467           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
12468           !> utf8.c win32/Makefile
12469 ____________________________________________________________________________
12470 [  8358] By: jhi                                   on 2001/01/07  21:16:50
12471         Log: Update the EPOC cross SDK URL.
12472      Branch: perl
12473            ! README.epoc
12474 ____________________________________________________________________________
12475 [  8357] By: jhi                                   on 2001/01/07  21:16:09
12476         Log: Update the EPOC cross SDK URL.
12477      Branch: maint-5.6/perl
12478            ! README.epoc
12479 ____________________________________________________________________________
12480 [  8356] By: nick                                  on 2001/01/06  21:47:52
12481         Log: FILE * in XS code for PerlIO world:
12482              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
12483              - Add FILE * T_STDIO typemap.
12484              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
12485      Branch: perlio
12486            ! lib/ExtUtils/typemap perlio.c perlio.h
12487 ____________________________________________________________________________
12488 [  8355] By: jhi                                   on 2001/01/06  20:27:15
12489         Log: integrate change #8336 from mainline
12490              
12491              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
12492      Branch: maint-5.6/perl
12493            ! hv.c
12494 ____________________________________________________________________________
12495 [  8354] By: jhi                                   on 2001/01/06  20:24:29
12496         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
12497              From: Robin Barker <rmb1@cise.npl.co.uk>
12498              Date: Fri, 22 Dec 2000 12:17:38 GMT
12499              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
12500              
12501              The patch reformats some long =item lines so they give
12502              correct output via pod2man | nroff -man
12503              
12504              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
12505              From: Robin Barker <rmb1@cise.npl.co.uk>
12506              Date: Tue, 2 Jan 2001 15:35:03 GMT
12507              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
12508              
12509              Here is a _further_ patch which corrects a few more errors:
12510              * an empty C<=item> in CPAN.pm
12511              * patching the wrong file (pod/perlamiga.pod not README.amiga)
12512              * leaving empty C<=item>s which formatted incorrectly
12513              * over long C<=item>s revealed by latest patch to Pod::Man
12514      Branch: maint-5.6/perl
12515            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
12516            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
12517            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
12518            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
12519            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
12520            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
12521 ____________________________________________________________________________
12522 [  8353] By: jhi                                   on 2001/01/06  20:21:10
12523         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
12524              
12525              UTF-8 hash keys.
12526      Branch: maint-5.6/perl
12527            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
12528 ____________________________________________________________________________
12529 [  8352] By: jhi                                   on 2001/01/06  20:18:44
12530         Log: Forgotten from #8438.
12531      Branch: maint-5.6/perl
12532            ! epoc/epocish.h
12533 ____________________________________________________________________________
12534 [  8351] By: jhi                                   on 2001/01/06  20:18:12
12535         Log: Forgotten from #8347.
12536      Branch: maint-5.6/perl
12537            ! config_h.SH
12538 ____________________________________________________________________________
12539 [  8350] By: jhi                                   on 2001/01/06  20:00:19
12540         Log: Thinko in #8347.
12541      Branch: maint-5.6/perl
12542            ! regcomp.c
12543 ____________________________________________________________________________
12544 [  8349] By: jhi                                   on 2001/01/06  18:05:30
12545         Log: Copy the FAQ3 IDE section from the development branch,
12546              changes originally by Peter Prymmer.
12547      Branch: maint-5.6/perl
12548            ! pod/perlfaq3.pod
12549 ____________________________________________________________________________
12550 [  8348] By: jhi                                   on 2001/01/06  18:03:02
12551         Log: EPOC updates for TRIAL1.
12552              
12553              Subject: [5.6.1 trial1] EPOC update
12554              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12555              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
12556              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
12557              
12558              Subject: epoc patch2 for perl-5.6.1-trial1
12559              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12560              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
12561              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
12562      Branch: maint-5.6/perl
12563            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
12564            ! epoc/epocish.c
12565 ____________________________________________________________________________
12566 [  8347] By: jhi                                   on 2001/01/06  17:29:10
12567         Log: integrate changes #7710,7824,7973 from mainline,
12568              plus VMS nits from Peter Prymmer and Dan Sugalski.
12569              
12570              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
12571              library (getprotobyname and getprotobynumber are outversioned by
12572              the same calls in libc, at least for xlc version 3.
12573              
12574              Add HAS_SBRK_PROTO.
12575              
12576              Fixes for signedness warnings noticed by VMSperlers.
12577      Branch: maint-5.6/perl
12578            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12579            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
12580            ! sv.c vms/descrip_mms.template vos/config.alpha.def
12581            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12582            ! win32/config.bc win32/config.gc win32/config.vc
12583 ____________________________________________________________________________
12584 [  8346] By: nick                                  on 2001/01/06  14:36:01
12585         Log: Fixup accumulated integrate muddles (perlio == devperl again)
12586      Branch: perlio
12587            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
12588 ____________________________________________________________________________
12589 [  8345] By: nick                                  on 2001/01/06  14:24:58
12590         Log: Integrate mainline
12591      Branch: perlio
12592           !> (integrate 55 files)
12593 ____________________________________________________________________________
12594 [  8344] By: jhi                                   on 2001/01/06  02:24:02
12595         Log: Subject: [patch] PerlIO_cleanup() prototype
12596              From: Doug MacEachern <dougm@covalent.net>
12597              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
12598              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
12599      Branch: perl
12600            ! perlio.h
12601 ____________________________________________________________________________
12602 [  8343] By: jhi                                   on 2001/01/06  01:04:09
12603         Log: IRIX compiler noticed that the bof initialization might be
12604              bypassed by control flow.
12605      Branch: perl
12606            ! toke.c
12607 ____________________________________________________________________________
12608 [  8342] By: jhi                                   on 2001/01/06  00:10:48
12609         Log: Update Changes.
12610      Branch: perl
12611            ! Changes patchlevel.h
12612 ____________________________________________________________________________
12613 [  8341] By: jhi                                   on 2001/01/05  23:52:33
12614         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
12615      Branch: perl
12616            ! toke.c
12617 ____________________________________________________________________________
12618 [  8340] By: jhi                                   on 2001/01/05  22:44:08
12619         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
12620              From: Radu Greab <radu@netsoft.ro>
12621              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
12622              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
12623      Branch: perl
12624            ! t/io/pipe.t util.c
12625 ____________________________________________________________________________
12626 [  8339] By: jhi                                   on 2001/01/05  22:35:17
12627         Log: Subject: [PATCH] format and rewording in perlfaq.pod
12628              From: Robin Barker <rmb1@cise.npl.co.uk>
12629              Date: Fri, 5 Jan 2001 18:51:20 GMT
12630              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
12631      Branch: perl
12632            ! pod/perlfaq.pod
12633 ____________________________________________________________________________
12634 [  8338] By: jhi                                   on 2001/01/05  22:31:17
12635         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
12636              From: Peter Prymmer <pvhp@forte.com>
12637              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
12638              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
12639      Branch: perl
12640            ! utils/perlbug.PL
12641 ____________________________________________________________________________
12642 [  8337] By: jhi                                   on 2001/01/05  18:15:11
12643         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
12644              From: Robin Barker <rmb1@cise.npl.co.uk>
12645              Date: Tue, 2 Jan 2001 15:24:07 GMT
12646              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
12647              
12648              If you call configure as C<./Configure> or C<sh ./Configure>,
12649              $src is set to the absolute path name, not '.'.
12650              
12651              This, in turn, means -Dmksymlink tries to do its stuff because
12652              it does not think it is in the src directory.
12653              
12654              (plus a metaconfig nitfix)
12655      Branch: metaconfig
12656            ! U/compline/ccflags.U U/modified/src.U
12657      Branch: perl
12658            ! Configure config_h.SH
12659 ____________________________________________________________________________
12660 [  8336] By: jhi                                   on 2001/01/05  17:48:32
12661         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
12662              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12663              Message-ID: <3A5606C4.473D2226@uk.sun.com>
12664              Date: Fri, 05 Jan 2001 17:39:16 +0000
12665      Branch: perl
12666            ! hv.c
12667 ____________________________________________________________________________
12668 [  8335] By: jhi                                   on 2001/01/05  16:05:44
12669         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
12670      Branch: perl
12671            ! lib/Getopt/Long.pm
12672 ____________________________________________________________________________
12673 [  8334] By: jhi                                   on 2001/01/05  16:00:51
12674         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
12675              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
12676              Date: Fri, 05 Jan 2001 13:46:51 +0100
12677              Message-ID: <13693.978698811@nice.ram.loc>
12678              
12679              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
12680              accurate reading of the "atime".  
12681      Branch: perl
12682            ! t/io/fs.t
12683 ____________________________________________________________________________
12684 [  8333] By: jhi                                   on 2001/01/05  15:57:37
12685         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
12686              From: Simon Cozens <simon@cozens.net>
12687              Date: Fri, 8 Dec 2000 13:33:31 +0000
12688              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
12689              
12690              A lost patch fragment.
12691      Branch: perl
12692            ! doop.c
12693 ____________________________________________________________________________
12694 [  8332] By: jhi                                   on 2001/01/05  15:40:42
12695         Log: Do away with strncpy() and a fixed length buffer.
12696      Branch: perl
12697            ! utf8.c
12698 ____________________________________________________________________________
12699 [  8331] By: jhi                                   on 2001/01/05  15:03:07
12700         Log: Tests for #8329 and #8330.
12701      Branch: perl
12702            ! t/op/bop.t
12703 ____________________________________________________________________________
12704 [  8330] By: jhi                                   on 2001/01/05  15:02:38
12705         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
12706              raw 8-bit form to the UTF-8 string.
12707      Branch: perl
12708            ! toke.c
12709 ____________________________________________________________________________
12710 [  8329] By: jhi                                   on 2001/01/05  14:55:13
12711         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
12712              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12713              Date: Fri, 5 Jan 2001 12:28:52 +0100
12714              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
12715              
12716              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
12717              no effect.  (changed the strncpy() to Copy())
12718      Branch: perl
12719            ! toke.c
12720 ____________________________________________________________________________
12721 [  8328] By: jhi                                   on 2001/01/05  06:44:27
12722         Log: UTF-8 cleanup.
12723      Branch: perl
12724            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
12725            ! regexec.c sv.c toke.c
12726 ____________________________________________________________________________
12727 [  8327] By: jhi                                   on 2001/01/05  01:11:29
12728         Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
12729              From: Radu Greab <radu@netsoft.ro>
12730              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
12731              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
12732              
12733              Cleans up Harness to not use FileHandle, which uses IO.
12734      Branch: perl
12735            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
12736 ____________________________________________________________________________
12737 [  8326] By: jhi                                   on 2001/01/05  00:56:37
12738         Log: Update Changes.
12739      Branch: perl
12740            ! Changes patchlevel.h
12741 ____________________________________________________________________________
12742 [  8325] By: jhi                                   on 2001/01/05  00:53:18
12743         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
12744              From: Peter Prymmer <pvhp@forte.com>
12745              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
12746              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
12747              
12748              plus a couple more tailing whitespace removals.
12749      Branch: perl
12750            ! win32/Makefile
12751 ____________________________________________________________________________
12752 [  8324] By: jhi                                   on 2001/01/05  00:47:39
12753         Log: Add some Unicode chop() tests.
12754      Branch: perl
12755            ! t/op/chop.t
12756 ____________________________________________________________________________
12757 [  8323] By: jhi                                   on 2001/01/05  00:47:23
12758         Log: Unify UTF-8 malformedness handling.
12759      Branch: perl
12760            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
12761 ____________________________________________________________________________
12762 [  8322] By: jhi                                   on 2001/01/04  22:21:54
12763         Log: The new $issymlink was unknown to Mksymlinks.
12764      Branch: metaconfig/U/perl
12765            ! Mksymlinks.U issymlink.U
12766      Branch: perl
12767            ! Configure config_h.SH
12768 ____________________________________________________________________________
12769 [  8321] By: jhi                                   on 2001/01/04  21:51:05
12770         Log: The test didn't work under the core test framework.
12771      Branch: perl
12772            ! t/lib/st-lock.t
12773 ____________________________________________________________________________
12774 [  8320] By: jhi                                   on 2001/01/04  21:14:22
12775         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
12776      Branch: perl
12777            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
12778 ____________________________________________________________________________
12779 [  8319] By: jhi                                   on 2001/01/04  20:46:17
12780         Log: Typo in #8312 when manually appying a problematic patch fragment.
12781      Branch: perl
12782            ! ext/Storable/Storable.xs
12783 ____________________________________________________________________________
12784 [  8318] By: jhi                                   on 2001/01/04  20:43:01
12785         Log: The $sh_c didn't fly.
12786      Branch: metaconfig
12787            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
12788            ! U/modified/Loc.U U/modified/myhostname.U
12789            ! U/modified/spitshell.U
12790      Branch: metaconfig/U/perl
12791            ! issymlink.U
12792      Branch: perl
12793            ! Configure config_h.SH
12794 ____________________________________________________________________________
12795 [  8317] By: jhi                                   on 2001/01/04  19:58:01
12796         Log: AIX builtin test -h is broken, changes based on
12797              
12798              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
12799              Date: Tue, 02 Jan 2001 11:24:39 +0100
12800              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12801              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
12802      Branch: metaconfig
12803            + U/modified/spitshell.U
12804            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
12805            ! U/modified/Loc.U U/modified/myhostname.U
12806      Branch: metaconfig/U/perl
12807            ! Mksymlinks.U issymlink.U
12808      Branch: perl
12809            ! Configure
12810 ____________________________________________________________________________
12811 [  8316] By: jhi                                   on 2001/01/04  19:02:22
12812         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
12813              From: Andy Dougherty <doughera@lafayette.edu>
12814              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
12815              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
12816              
12817              Beware of GNU ld.
12818      Branch: perl
12819            ! hints/solaris_2.sh
12820 ____________________________________________________________________________
12821 [  8315] By: jhi                                   on 2001/01/04  18:56:48
12822         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
12823              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
12824              Date: Wed, 3 Jan 2001 07:58:51 +0100
12825              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
12826      Branch: perl
12827            ! hints/solaris_2.sh
12828 ____________________________________________________________________________
12829 [  8314] By: jhi                                   on 2001/01/04  18:54:07
12830         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
12831              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12832              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
12833              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
12834              
12835              Doc tweak on #8313.
12836      Branch: perl
12837            ! ext/B/B/Deparse.pm
12838 ____________________________________________________________________________
12839 [  8313] By: jhi                                   on 2001/01/04  18:52:27
12840         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
12841              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
12842              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12843              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
12844              
12845              Make the peephole optimizer to bypass more null ops and
12846              and rewrite the deparse handling of continue blocks.
12847      Branch: perl
12848            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
12849 ____________________________________________________________________________
12850 [  8312] By: jhi                                   on 2001/01/04  18:47:39
12851         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
12852      Branch: perl
12853            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
12854            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
12855            ! t/lib/st-lock.t
12856 ____________________________________________________________________________
12857 [  8311] By: jhi                                   on 2001/01/04  18:36:08
12858         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
12859              filter to be run on each .pm during the pm_to_blib() phase,
12860              a fixed version of
12861              
12862              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
12863              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
12864              Date: Wed, 03 Jan 2001 22:01:30 +0100
12865              Message-ID: <5296.978555690@nice.ram.loc>
12866      Branch: perl
12867            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
12868            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12869            ! lib/ExtUtils/MakeMaker.pm
12870 ____________________________________________________________________________
12871 [  8310] By: jhi                                   on 2001/01/04  18:32:54
12872         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
12873              From: Robin Barker <rmb1@cise.npl.co.uk>
12874              Date: Tue, 2 Jan 2001 15:35:03 GMT
12875              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
12876      Branch: perl
12877            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
12878            ! pod/perlrequick.pod
12879 ____________________________________________________________________________
12880 [  8309] By: jhi                                   on 2001/01/04  18:29:07
12881         Log: Subject: Re: [patch] static-ize XS()
12882              From: Doug MacEachern <dougm@covalent.net>
12883              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
12884              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
12885              
12886              Provide prototypes for the XS functions.
12887      Branch: perl
12888            ! lib/ExtUtils/xsubpp
12889 ____________________________________________________________________________
12890 [  8308] By: jhi                                   on 2001/01/04  18:27:44
12891         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
12892              From: Doug MacEachern <dougm@covalent.net>
12893              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
12894              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
12895      Branch: perl
12896            ! lib/ExtUtils/typemap
12897 ____________________________________________________________________________
12898 [  8307] By: jhi                                   on 2001/01/04  18:25:25
12899         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
12900              From: Doug MacEachern <dougm@covalent.net>
12901              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
12902              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
12903              
12904              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
12905      Branch: perl
12906            ! lib/ExtUtils/MM_Unix.pm
12907 ____________________________________________________________________________
12908 [  8306] By: jhi                                   on 2001/01/04  18:23:00
12909         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
12910              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12911              Date: Thu, 4 Jan 2001 12:47:10 +0100 
12912              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
12913              
12914              The toke.c part only, patching embed.h and proto.h is futile.
12915      Branch: perl
12916            ! toke.c
12917 ____________________________________________________________________________
12918 [  8305] By: jhi                                   on 2001/01/04  18:05:51
12919         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
12920              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12921              Date: Thu, 4 Jan 2001 17:50:12 +0100 
12922              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
12923      Branch: perl
12924            ! toke.c
12925 ____________________________________________________________________________
12926 [  8304] By: jhi                                   on 2001/01/04  18:03:26
12927         Log: Subject: [PATCH perl@8269]
12928              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12929              Date: Thu, 4 Jan 2001 12:53:39 +0100 
12930              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
12931              
12932              If running byacc write-enable also perly.h.
12933      Branch: perl
12934            ! Makefile.SH
12935 ____________________________________________________________________________
12936 [  8303] By: jhi                                   on 2001/01/04  15:40:49
12937         Log: Rewrite pp_concat() in terms of sv_catsv().
12938      Branch: perl
12939            ! pp_hot.c
12940 ____________________________________________________________________________
12941 [  8302] By: nick                                  on 2001/01/03  22:43:22
12942         Log: Integrate mainline.
12943      Branch: perlio
12944           !> ext/Encode/Encode.xs sv.c utf8.c
12945 ____________________________________________________________________________
12946 [  8301] By: jhi                                   on 2001/01/02  23:40:26
12947         Log: Variable naming tweak.
12948      Branch: perl
12949            ! sv.c
12950 ____________________________________________________________________________
12951 [  8300] By: jhi                                   on 2001/01/02  23:40:02
12952         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
12953              in is_utf8_string().
12954      Branch: perl
12955            ! utf8.c
12956 ____________________________________________________________________________
12957 [  8299] By: jhi                                   on 2001/01/02  22:14:40
12958         Log: Integrate perlio.
12959      Branch: perl
12960           !> pp.c pp_hot.c win32/Makefile
12961 ____________________________________________________________________________
12962 [  8298] By: nick                                  on 2001/01/02  22:03:06
12963         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
12964      Branch: perlio
12965            ! pp.c pp_hot.c
12966 ____________________________________________________________________________
12967 [  8297] By: jhi                                   on 2001/01/02  04:26:28
12968         Log: Signedness nit.
12969      Branch: perl
12970            ! ext/Encode/Encode.xs
12971 ____________________________________________________________________________
12972 [  8296] By: nick                                  on 2001/01/01  23:49:36
12973         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
12974      Branch: perlio
12975            ! win32/Makefile
12976 ____________________________________________________________________________
12977 [  8295] By: jhi                                   on 2001/01/01  23:05:48
12978         Log: Integrate perlio.
12979      Branch: perl
12980           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
12981           !> t/lib/encode.t
12982 ____________________________________________________________________________
12983 [  8294] By: nick                                  on 2001/01/01  22:48:34
12984         Log: Integrate mainline
12985      Branch: perlio
12986            ! pp_hot.c t/lib/encode.t
12987           !> (integrate 65 files)
12988 ____________________________________________________________________________
12989 [  8293] By: nick                                  on 2001/01/01  21:58:50
12990         Log: More rigor in UTF-8-ness of Encode's toUnicode
12991              XS export some of the utf8 internal functions.
12992              Test some of the functions.
12993              Fix pp_concat() bug shown by said tests.
12994      Branch: perlio
12995            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
12996            ! t/lib/encode.t
12997 ____________________________________________________________________________
12998 [  8292] By: jhi                                   on 2001/01/01  18:11:44
12999         Log: Integrate perlio.
13000      Branch: perl
13001           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
13002           !> ext/Encode/encengine.c ext/Encode/encode.h
13003 ____________________________________________________________________________
13004 [  8291] By: jhi                                   on 2001/01/01  18:10:58
13005         Log: Podify README.mpeix (a new version from the web),
13006              add a dummy NAME to Carp::Heavy, regen toc.
13007      Branch: perl
13008            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
13009            ! pod/perltoc.pod
13010 ____________________________________________________________________________
13011 [  8290] By: nick                                  on 2001/01/01  17:43:47
13012         Log: Loose the "Loading..." warning.
13013              Another bug in fallback support
13014      Branch: perlio
13015            ! ext/Encode/Encode.pm ext/Encode/encengine.c
13016 ____________________________________________________________________________
13017 [  8289] By: jhi                                   on 2001/01/01  00:01:57
13018         Log: Bump up Larry's copyright.
13019      Branch: perl
13020            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
13021            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
13022            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
13023            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
13024            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
13025            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
13026            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
13027            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
13028 ____________________________________________________________________________
13029 [  8288] By: nick                                  on 2000/12/31  21:27:53
13030         Log: Fix .ucm reading - forgot a chr()
13031              Start of .ucm write (for .enc to .ucm)
13032      Branch: perlio
13033            ! ext/Encode/compile
13034 ____________________________________________________________________________
13035 [  8287] By: jhi                                   on 2000/12/31  18:15:56
13036         Log: Comment away a diagnostic message as noted by Craig A. Berry
13037              (the unexpected message was confusing testing)
13038      Branch: perl
13039            ! ext/Encode/Encode.pm
13040 ____________________________________________________________________________
13041 [  8286] By: jhi                                   on 2000/12/31  18:14:51
13042         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
13043              Date: Sun, 31 Dec 2000 11:17:37 -0600
13044              From: "Craig A. Berry" <craigberry@mac.com>
13045              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
13046      Branch: perl
13047            ! ext/Encode/Makefile.PL
13048 ____________________________________________________________________________
13049 [  8285] By: nick                                  on 2000/12/31  18:11:54
13050         Log: Start of support of ICU-style .ucm files:
13051              - teach compile how to read a .ucm file
13052              - first guess at how to represent fallbacks in "tries".
13053              - use fallbacks if check == 0
13054              - new return code to indicate we used one.
13055      Branch: perlio
13056            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
13057            ! ext/Encode/encengine.c ext/Encode/encode.h
13058 ____________________________________________________________________________
13059 [  8284] By: jhi                                   on 2000/12/31  18:04:41
13060         Log: Pacify picky VMS compiler.
13061              
13062              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
13063              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13064              Date: Sat, 30 Dec 2000 18:10:02 -0600
13065              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
13066      Branch: perl
13067            ! sv.c
13068 ____________________________________________________________________________
13069 [  8283] By: jhi                                   on 2000/12/31  16:11:47
13070         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
13071      Branch: perl
13072            ! t/lib/glob-basic.t
13073 ____________________________________________________________________________
13074 [  8282] By: jhi                                   on 2000/12/31  15:26:11
13075         Log: Integrate perlio.
13076      Branch: perl
13077           !> makedef.pl opcode.pl os2/os2.c perlio.c
13078 ____________________________________________________________________________
13079 [  8281] By: nick                                  on 2000/12/31  10:06:15
13080         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
13081              is available to be exported
13082      Branch: perlio
13083            ! makedef.pl perlio.c
13084 ____________________________________________________________________________
13085 [  8280] By: nick                                  on 2000/12/31  09:41:26
13086         Log: Ilya's OS2 patch (testing for damage on Win32)
13087      Branch: perlio
13088            ! makedef.pl opcode.pl os2/os2.c
13089 ____________________________________________________________________________
13090 [  8279] By: jhi                                   on 2000/12/30  21:52:07
13091         Log: Test nits.
13092      Branch: perl
13093            ! t/lib/syslfs.t t/op/lfs.t
13094 ____________________________________________________________________________
13095 [  8278] By: jhi                                   on 2000/12/30  21:47:49
13096         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
13097              From: andreas.koenig@anima.de (Andreas J. Koenig)
13098              Date: 30 Dec 2000 22:35:37 +0100
13099              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
13100              
13101              The 32-bit wraparound test wasn't quite right.
13102      Branch: perl
13103            ! t/lib/syslfs.t t/op/lfs.t
13104 ____________________________________________________________________________
13105 [  8277] By: jhi                                   on 2000/12/30  21:33:44
13106         Log: Subject: [PATCH] open() example in perlfunc.pod 
13107              From: Karsten Sperling <s_sperli@ira.uka.de>
13108              Date: Sat, 30 Dec 2000 22:27:09 +0100
13109              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
13110      Branch: perl
13111            ! pod/perlfunc.pod
13112 ____________________________________________________________________________
13113 [  8276] By: jhi                                   on 2000/12/30  20:32:40
13114         Log: Not quite that many tests yet.
13115      Branch: perl
13116            ! t/op/pat.t
13117 ____________________________________________________________________________
13118 [  8275] By: jhi                                   on 2000/12/30  20:26:58
13119         Log: Integrate perlio.
13120      Branch: perl
13121           !> toke.c
13122 ____________________________________________________________________________
13123 [  8274] By: jhi                                   on 2000/12/30  20:24:56
13124         Log: Signedness nit.
13125      Branch: perl
13126            ! utf8.c
13127 ____________________________________________________________________________
13128 [  8273] By: jhi                                   on 2000/12/30  20:15:46
13129         Log: Add a test case for 20000731.001 which was fixed by the #8267.
13130      Branch: perl
13131            ! t/op/pat.t
13132 ____________________________________________________________________________
13133 [  8272] By: nick                                  on 2000/12/30  19:47:51
13134         Log: Tweak for MULTIPLICITY/USE_PERLIO
13135      Branch: perlio
13136            ! toke.c
13137 ____________________________________________________________________________
13138 [  8271] By: nick                                  on 2000/12/30  19:46:45
13139         Log: Integrate mainline
13140      Branch: perlio
13141           +> lib/unicode/distinct.pm
13142           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
13143           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
13144           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
13145 ____________________________________________________________________________
13146 [  8270] By: jhi                                   on 2000/12/30  19:39:50
13147         Log: Subject: RE: perl@8269
13148              From: "Richard Soderberg" <rs@crystalflame.net>
13149              Date: Sat, 30 Dec 2000 11:36:27 -0800
13150              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
13151              
13152              A missing aTHX_.
13153      Branch: perl
13154            ! toke.c
13155 ____________________________________________________________________________
13156 [  8269] By: jhi                                   on 2000/12/30  18:55:48
13157         Log: Update Changes.
13158      Branch: perl
13159            ! Changes patchlevel.h
13160 ____________________________________________________________________________
13161 [  8268] By: jhi                                   on 2000/12/30  17:18:40
13162         Log: Add a test for Unicode split //.  The #8267 was the cure.
13163      Branch: perl
13164            ! t/op/split.t
13165 ____________________________________________________________________________
13166 [  8267] By: jhi                                   on 2000/12/30  17:14:19
13167         Log: Subject: more UTF8 test suites and an UTF8 patch
13168              From: Inaba Hiroto <inaba@st.rim.or.jp>
13169              Date: Sat, 30 Dec 2000 14:27:10 +0900
13170              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
13171              
13172              Just the patch part for now, and the pragma renamed
13173              as unicode::distinct.
13174      Branch: perl
13175            + lib/unicode/distinct.pm
13176            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
13177            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
13178            ! regcomp.h regexec.c sv.c toke.c utf8.c
13179 ____________________________________________________________________________
13180 [  8266] By: nick                                  on 2000/12/30  16:40:49
13181         Log: Integrate mainline
13182      Branch: perlio
13183           +> lib/Pod/Text/Overstrike.pm
13184           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
13185           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
13186           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
13187           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
13188           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
13189 ____________________________________________________________________________
13190 [  8265] By: jhi                                   on 2000/12/30  07:28:55
13191         Log: The sv_catsv() fix, take two.
13192      Branch: perl
13193            ! sv.c t/op/join.t
13194 ____________________________________________________________________________
13195 [  8264] By: jhi                                   on 2000/12/30  06:19:18
13196         Log: Undo all the join-related changes since #8248: relevant
13197              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
13198              The new sv_catsv() doesn't fly so it must go back to
13199              the drawing board.
13200      Branch: perl
13201            ! sv.c t/op/join.t t/pragma/utf8.t
13202 ____________________________________________________________________________
13203 [  8263] By: jhi                                   on 2000/12/30  01:08:32
13204         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
13205      Branch: perl
13206            ! sv.c
13207 ____________________________________________________________________________
13208 [  8262] By: jhi                                   on 2000/12/30  00:45:14
13209         Log: Retract #8261.
13210      Branch: perl
13211            ! hv.c util.c
13212 ____________________________________________________________________________
13213 [  8261] By: jhi                                   on 2000/12/30  00:38:32
13214         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
13215      Branch: perl
13216            ! hv.c util.c
13217 ____________________________________________________________________________
13218 [  8260] By: jhi                                   on 2000/12/29  22:51:33
13219         Log: (Retracted by #8264)  More fixing for #8251.
13220      Branch: perl
13221            ! sv.c
13222 ____________________________________________________________________________
13223 [  8259] By: jhi                                   on 2000/12/29  18:27:30
13224         Log: Subject: podlators 1.06 released
13225              From: Russ Allbery <rra@stanford.edu>
13226              Date: 25 Dec 2000 05:09:30 -0800
13227              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
13228      Branch: perl
13229            + lib/Pod/Text/Overstrike.pm
13230            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
13231            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
13232 ____________________________________________________________________________
13233 [  8258] By: jhi                                   on 2000/12/29  18:20:45
13234         Log: Make the large file tests more robust/talkative as suggested by
13235              
13236              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
13237              From: andreas.koenig@anima.de (Andreas J. Koenig)
13238              Date: 29 Dec 2000 14:23:01 +0100
13239              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
13240      Branch: perl
13241            ! t/lib/syslfs.t t/op/lfs.t
13242 ____________________________________________________________________________
13243 [  8257] By: jhi                                   on 2000/12/29  17:48:04
13244         Log: Further VMS piping fixes from Charles Lane:
13245              
13246              In summary, error messages produced when a subprocess terminated
13247              abnormally were being sent not just to the parent process, but to
13248              grandparents, because of default values for error output that were
13249              not completely overridden when the subprocess was started.
13250              
13251              This patch fixes this behavior by defining user-mode (i.e., temporary
13252              for the duration of the program) logical names for SYS$OUTPUT and
13253              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
13254              changes to make it so that the user-mode logicals are the ones that
13255              control where Perl's error messages go if it terminates abnormally.
13256              
13257              I also added some gratuitous fixes to the indentation of braces in
13258              the piping code.  It just looked ugly, before.
13259      Branch: perl
13260            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
13261 ____________________________________________________________________________
13262 [  8256] By: jhi                                   on 2000/12/29  17:45:12
13263         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
13264              From: "Casey R. Tweten" <crt@kiski.net>
13265              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
13266              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
13267              
13268              Tests for for #8240.
13269      Branch: perl
13270            ! t/pragma/constant.t
13271 ____________________________________________________________________________
13272 [  8255] By: jhi                                   on 2000/12/29  17:43:07
13273         Log: Subject: Re: [PATCH] Interesting syntax idea
13274              From: Simon Cozens <simon@cozens.net>
13275              Date: Fri, 29 Dec 2000 14:34:04 +0000
13276              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
13277              
13278              Tests for #8254.
13279      Branch: perl
13280            ! t/pragma/sub_lval.t
13281 ____________________________________________________________________________
13282 [  8254] By: jhi                                   on 2000/12/29  17:42:11
13283         Log: Subject: [PATCH] Interesting syntax idea
13284              From: Simon Cozens <simon@cozens.net>
13285              Date: Wed, 27 Dec 2000 05:08:57 +0000
13286              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
13287              
13288              Make opens + bareword assigns do typeglob assigns.
13289      Branch: perl
13290            ! op.c
13291 ____________________________________________________________________________
13292 [  8253] By: jhi                                   on 2000/12/29  17:36:45
13293         Log: Output the (apparent) version of gcc, as suggested by
13294              
13295              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
13296              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
13297              Date: 26 Dec 2000 04:29:17 -0500
13298              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
13299              
13300              (The patch as such didn't any more apply as the misparsing had
13301              already been addressed in #6474.)  Also change the wording about
13302              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
13303      Branch: perl
13304            ! hints/dec_osf.sh
13305 ____________________________________________________________________________
13306 [  8252] By: nick                                  on 2000/12/29  12:14:31
13307         Log: Integrate mainline
13308      Branch: perlio
13309           !> (integrate 27 files)
13310 ____________________________________________________________________________
13311 [  8251] By: jhi                                   on 2000/12/29  08:45:46
13312         Log: (Retracted by #8264)
13313              
13314              (Fixed by #8260.)
13315              
13316              sv_catsv() needs one more byte space than seems reasonable.
13317              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
13318              Curiouser and curiouser.
13319      Branch: perl
13320            ! sv.c
13321 ____________________________________________________________________________
13322 [  8250] By: jhi                                   on 2000/12/29  07:57:52
13323         Log: More split // UTF-8 tests.
13324      Branch: perl
13325            ! t/pragma/utf8.t
13326 ____________________________________________________________________________
13327 [  8249] By: jhi                                   on 2000/12/29  07:54:51
13328         Log: (Retracted by #8264)  More join() testing which was good because
13329              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
13330      Branch: perl
13331            ! pp.c t/op/join.t utf8.c utf8.h
13332 ____________________________________________________________________________
13333 [  8248] By: jhi                                   on 2000/12/29  07:08:32
13334         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
13335              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
13336              that the only cases to care about are byte+byte and byte+character.
13337              
13338              TODO: See how well pp_concat() could be implemented in terms
13339              of sv_catsv().
13340      Branch: perl
13341            ! doop.c sv.c t/op/join.t utf8.h
13342 ____________________________________________________________________________
13343 [  8247] By: jhi                                   on 2000/12/29  06:35:23
13344         Log: Signedness nit.
13345      Branch: perl
13346            ! pp_hot.c
13347 ____________________________________________________________________________
13348 [  8246] By: jhi                                   on 2000/12/29  01:23:31
13349         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
13350              From: Lupe Christoph <lupe@lupe-christoph.de>
13351              Date: Thu, 28 Dec 2000 23:00:00 +0100
13352              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
13353              
13354              Suggest rsync --delete --dry-run.
13355      Branch: perl
13356            ! pod/perlhack.pod
13357 ____________________________________________________________________________
13358 [  8245] By: jhi                                   on 2000/12/28  23:57:05
13359         Log: The maxiters upper limit sanity check (guarding against
13360              non-progress) assumed bytes instead of characters in s///
13361              and split().
13362      Branch: perl
13363            ! pp.c pp_hot.c
13364 ____________________________________________________________________________
13365 [  8244] By: jhi                                   on 2000/12/28  23:34:08
13366         Log: Make some panic messages a bit more logical.
13367      Branch: perl
13368            ! doop.c pod/perldiag.pod pp.c pp_hot.c
13369 ____________________________________________________________________________
13370 [  8243] By: jhi                                   on 2000/12/28  22:59:16
13371         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
13372              From: Simon Cozens <simon@cozens.net>
13373              Date: Wed, 27 Dec 2000 02:30:03 +0000
13374              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
13375      Branch: perl
13376            ! pp.c t/pragma/sub_lval.t
13377 ____________________________________________________________________________
13378 [  8242] By: jhi                                   on 2000/12/28  22:56:53
13379         Log: Subject: [PATCH blead] Fix B::Terse indentation
13380              From: Daniel Chetlin <daniel@chetlin.com>
13381              Date: Wed, 27 Dec 2000 06:43:30 -0800
13382              Message-ID: <20001227064329.B9573@darkstar>
13383      Branch: perl
13384            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
13385 ____________________________________________________________________________
13386 [  8241] By: jhi                                   on 2000/12/28  22:48:59
13387         Log: The latter patch from the
13388              
13389              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
13390              From: Peter Prymmer <pvhp@forte.com> 
13391              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
13392              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
13393              
13394              (the former patch from the above should have been
13395              taken care of by Nick I-S)
13396      Branch: perl
13397            ! win32/Makefile
13398 ____________________________________________________________________________
13399 [  8240] By: jhi                                   on 2000/12/28  22:45:22
13400         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
13401              From: "Casey R. Tweten" <crt@kiski.net>
13402              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
13403              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
13404      Branch: perl
13405            ! lib/constant.pm
13406 ____________________________________________________________________________
13407 [  8239] By: jhi                                   on 2000/12/28  22:37:45
13408         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
13409              From: Simon Cozens <simon@cozens.net>
13410              Date: Wed, 27 Dec 2000 14:12:44 +0000
13411              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
13412      Branch: perl
13413            ! t/op/method.t t/op/sort.t toke.c
13414 ____________________________________________________________________________
13415 [  8238] By: jhi                                   on 2000/12/28  22:30:32
13416         Log: Subject: [PATCH perl@8229] Call.pm
13417              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
13418              Date: Mon, 25 Dec 2000 10:47:15 -0000
13419              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
13420      Branch: perl
13421            ! ext/Filter/Util/Call/Call.pm
13422 ____________________________________________________________________________
13423 [  8237] By: jhi                                   on 2000/12/28  22:19:21
13424         Log: Subject: [PATCH blead] Fix problem with `&' prototype
13425              From: Daniel Chetlin <daniel@chetlin.com>
13426              Date: Wed, 27 Dec 2000 15:55:32 -0800
13427              Message-ID: <20001227155532.D9573@darkstar>
13428      Branch: perl
13429            ! op.c t/comp/proto.t
13430 ____________________________________________________________________________
13431 [  8236] By: jhi                                   on 2000/12/28  22:09:25
13432         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
13433              From: Daniel Chetlin <daniel@chetlin.com>
13434              Date: Sun, 24 Dec 2000 04:09:49 -0800
13435              Message-ID: <20001224040949.B3090@darkstar>
13436      Branch: perl
13437            ! gv.c mg.c t/op/attrs.t
13438 ____________________________________________________________________________
13439 [  8235] By: jhi                                   on 2000/12/28  22:07:11
13440         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
13441              From: Jan Dubois <jand@ActiveState.com>
13442              Date: Tue, 26 Dec 2000 20:57:31 -0800
13443              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
13444      Branch: perl
13445            ! win32/win32.c
13446 ____________________________________________________________________________
13447 [  8234] By: jhi                                   on 2000/12/28  21:52:42
13448         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
13449              From: Simon Cozens <simon@cozens.net>
13450              Date: Thu, 28 Dec 2000 20:33:13 +0000
13451              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
13452      Branch: perl
13453            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
13454 ____________________________________________________________________________
13455 [  8233] By: jhi                                   on 2000/12/28  19:40:49
13456         Log: Integrate perlio.
13457      Branch: perl
13458           !> ext/Encode/Makefile.PL ext/Encode/compile
13459 ____________________________________________________________________________
13460 [  8232] By: nick                                  on 2000/12/23  16:06:00
13461         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
13462              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
13463      Branch: perlio
13464            ! ext/Encode/Makefile.PL
13465 ____________________________________________________________________________
13466 [  8231] By: nick                                  on 2000/12/23  14:30:34
13467         Log: "Compiled" encode build cleanup
13468              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
13469              - .c files do not export sub-tables
13470      Branch: perlio
13471            ! ext/Encode/Makefile.PL ext/Encode/compile
13472 ____________________________________________________________________________
13473 [  8230] By: nick                                  on 2000/12/23  12:50:37
13474         Log: Integrate mainline
13475      Branch: perlio
13476           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
13477           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
13478           !> pod/perl5004delta.pod pod/perl5005delta.pod
13479           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
13480           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
13481           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
13482           !> pod/perlsub.pod
13483 ____________________________________________________________________________
13484 [  8229] By: jhi                                   on 2000/12/22  15:32:12
13485         Log: Integrate perlio.
13486      Branch: perl
13487           +> win32/distclean.bat
13488           !> MANIFEST t/io/utf8.t
13489 ____________________________________________________________________________
13490 [  8228] By: jhi                                   on 2000/12/22  15:29:40
13491         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
13492              From: Robin Barker <rmb1@cise.npl.co.uk>
13493              Date: Fri, 22 Dec 2000 12:17:38 GMT
13494              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
13495      Branch: perl
13496            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
13497            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
13498            ! pod/perl5004delta.pod pod/perl5005delta.pod
13499            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
13500            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
13501            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
13502            ! pod/perlsub.pod
13503 ____________________________________________________________________________
13504 [  8227] By: jhi                                   on 2000/12/22  15:24:28
13505         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
13506              From: "John L. Allen" <allen@grumman.com>
13507              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
13508              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
13509              
13510              Document APPLLIB_EXP.
13511      Branch: perl
13512            ! INSTALL
13513 ____________________________________________________________________________
13514 [  8226] By: nick                                  on 2000/12/21  22:11:50
13515         Log: Handy script for when one forgets to "dmake clean" 
13516      Branch: perlio
13517            + win32/distclean.bat
13518            ! MANIFEST
13519 ____________________________________________________________________________
13520 [  8225] By: nick                                  on 2000/12/21  21:54:04
13521         Log: CRLF platform issue with io/utf8 fix.
13522      Branch: perlio
13523            ! t/io/utf8.t
13524 ____________________________________________________________________________
13525 [  8224] By: nick                                  on 2000/12/21  21:02:20
13526         Log: Integrate mainline
13527      Branch: perlio
13528           !> Changes Configure Makefile.SH Porting/Glossary
13529           !> Porting/config.sh Porting/config_H configure.com
13530           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
13531           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
13532           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
13533           !> win32/config.bc win32/config.gc win32/config.vc
13534 ____________________________________________________________________________
13535 [  8223] By: jhi                                   on 2000/12/21  17:09:16
13536         Log: Update Changes.
13537      Branch: perl
13538            ! Changes patchlevel.h
13539 ____________________________________________________________________________
13540 [  8222] By: jhi                                   on 2000/12/21  16:24:01
13541         Log: Metaconfig unit changes for #8221.
13542      Branch: metaconfig/U/perl
13543           +> issymlink.U
13544            - testsyml.U
13545            ! Mksymlinks.U
13546 ____________________________________________________________________________
13547 [  8221] By: jhi                                   on 2000/12/21  16:23:48
13548         Log: Rename testsyml to issymlink.
13549      Branch: perl
13550            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13551            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
13552            ! win32/config.vc
13553 ____________________________________________________________________________
13554 [  8220] By: jhi                                   on 2000/12/21  15:47:26
13555         Log: Robustness support for #8218 (symlink forest) since the GNU
13556              tools seem to be overly picky about symlinkage depths.
13557      Branch: perl
13558            ! Makefile.SH t/io/fs.t
13559 ____________________________________________________________________________
13560 [  8219] By: jhi                                   on 2000/12/21  15:38:27
13561         Log: Metaconfig changes for #8218.
13562      Branch: metaconfig
13563            ! U/modified/Oldconfig.U
13564      Branch: metaconfig/U/perl
13565            + Mksymlinks.U
13566            ! testsyml.U
13567 ____________________________________________________________________________
13568 [  8218] By: jhi                                   on 2000/12/21  15:37:57
13569         Log: Add Configure option -Dmksymlinks which will create a symlink
13570              forest if the current/build differs from the source directory.
13571              TODO: mkdir -p is not portable.
13572      Branch: perl
13573            ! Configure
13574 ____________________________________________________________________________
13575 [  8217] By: jhi                                   on 2000/12/21  14:39:12
13576         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
13577              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
13578              Date: Thu, 21 Dec 2000 09:38:18 GMT
13579              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
13580              
13581              The ofs became an SV.
13582      Branch: perl
13583            ! ext/Thread/Thread.xs
13584 ____________________________________________________________________________
13585 [  8216] By: jhi                                   on 2000/12/21  05:40:21
13586         Log: The polymorphism seems to have fixed 20000517.001.
13587      Branch: perl
13588            ! t/pragma/utf8.t
13589 ____________________________________________________________________________
13590 [  8215] By: jhi                                   on 2000/12/21  04:44:52
13591         Log: read() documentation tweak for 20001121.004.
13592      Branch: perl
13593            ! pod/perlfunc.pod
13594 ____________________________________________________________________________
13595 [  8214] By: jhi                                   on 2000/12/21  03:54:11
13596         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
13597      Branch: perl
13598            ! pp_sys.c t/op/misc.t
13599 ____________________________________________________________________________
13600 [  8213] By: jhi                                   on 2000/12/21  00:28:10
13601         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
13602              From: Peter Prymmer <pvhp@forte.com>
13603              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
13604              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
13605      Branch: perl
13606            ! configure.com
13607 ____________________________________________________________________________
13608 [  8212] By: jhi                                   on 2000/12/21  00:26:21
13609         Log: Edit edit edit.
13610      Branch: perl
13611            ! pod/perlfaq3.pod
13612 ____________________________________________________________________________
13613 [  8211] By: jhi                                   on 2000/12/20  18:52:46
13614         Log: Update Changes.
13615      Branch: perl
13616            ! Changes patchlevel.h
13617 ____________________________________________________________________________
13618 [  8210] By: jhi                                   on 2000/12/20  18:34:47
13619         Log: Yet another editor edit.
13620      Branch: perl
13621            ! pod/perlfaq3.pod
13622 ____________________________________________________________________________
13623 [  8209] By: jhi                                   on 2000/12/20  15:33:28
13624         Log: More Win32 Perling.
13625      Branch: perl
13626            ! pod/perlfaq3.pod
13627 ____________________________________________________________________________
13628 [  8208] By: jhi                                   on 2000/12/20  15:07:46
13629         Log: More Win32 editor/IDE/shell hints.
13630      Branch: perl
13631            ! pod/perlfaq3.pod
13632 ____________________________________________________________________________
13633 [  8207] By: jhi                                   on 2000/12/20  03:54:08
13634         Log: Subject: [PATCH] obscure timing knowledge
13635              From: Nicholas Clark <nick@ccl4.org>
13636              Date: Tue, 19 Dec 2000 19:22:31 +0000
13637              Message-ID: <20001219192231.F2827@plum.flirble.org>
13638      Branch: perl
13639            ! sv.c
13640 ____________________________________________________________________________
13641 [  8206] By: jhi                                   on 2000/12/20  03:45:57
13642         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
13643              From: Spider Boardman <spider@leggy.zk3.dec.com>
13644              Date: Tue, 19 Dec 2000 21:30:16 -0500
13645              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
13646      Branch: perl
13647            ! sv.c
13648 ____________________________________________________________________________
13649 [  8205] By: jhi                                   on 2000/12/19  23:02:01
13650         Log: Update Changes.
13651      Branch: perl
13652            ! Changes patchlevel.h
13653 ____________________________________________________________________________
13654 [  8204] By: jhi                                   on 2000/12/19  22:58:18
13655         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
13656              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
13657              on editors and diffing/patching.
13658      Branch: perl
13659            ! t/op/utf8decode.t
13660 ____________________________________________________________________________
13661 [  8203] By: nick                                  on 2000/12/19  21:36:16
13662         Log: Integrate mainline (forgot my own change...)
13663      Branch: perlio
13664           !> ext/Encode/compile
13665 ____________________________________________________________________________
13666 [  8202] By: nick                                  on 2000/12/19  21:34:42
13667         Log: Integrate mainline.
13668      Branch: perlio
13669           !> (integrate 61 files)
13670 ____________________________________________________________________________
13671 [  8201] By: nick                                  on 2000/12/19  21:34:06
13672         Log: Avoid looking for File::Glob when we don't need it.
13673      Branch: perl
13674            ! ext/Encode/compile
13675 ____________________________________________________________________________
13676 [  8200] By: jhi                                   on 2000/12/19  18:35:49
13677         Log: Update Changes.
13678      Branch: perl
13679            ! Changes patchlevel.h
13680 ____________________________________________________________________________
13681 [  8199] By: jhi                                   on 2000/12/19  18:35:07
13682         Log: Microperl tweaks.
13683      Branch: perl
13684            ! sv.c uconfig.h uconfig.sh
13685 ____________________________________________________________________________
13686 [  8198] By: jhi                                   on 2000/12/19  18:29:59
13687         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
13688      Branch: perl
13689            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13690            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
13691 ____________________________________________________________________________
13692 [  8197] By: jhi                                   on 2000/12/19  17:55:29
13693         Log: In VMS embedded perls couldn't access the statically built Socket,
13694              from Charles Lane.
13695      Branch: perl
13696            ! configure.com
13697 ____________________________________________________________________________
13698 [  8196] By: jhi                                   on 2000/12/19  17:49:50
13699         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
13700              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
13701              Date: Sun, 17 Dec 2000 19:11:44 -0000
13702              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
13703      Branch: perl
13704            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13705            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
13706 ____________________________________________________________________________
13707 [  8195] By: jhi                                   on 2000/12/19  17:47:53
13708         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
13709              From: Jonathan Stowe <gellyfish@gellyfish.com>
13710              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
13711              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
13712      Branch: perl
13713            ! utils/h2xs.PL
13714 ____________________________________________________________________________
13715 [  8194] By: jhi                                   on 2000/12/19  17:46:28
13716         Log: Subject: Re: useless use of void context work-around
13717              From: andreas.koenig@anima.de (Andreas J. Koenig)
13718              Date: 16 Dec 2000 15:13:36 +0100
13719              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
13720              
13721              Document (comment) the q(di ds ig) trick in the code.
13722      Branch: perl
13723            ! op.c
13724 ____________________________________________________________________________
13725 [  8193] By: jhi                                   on 2000/12/19  17:10:57
13726         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
13727              From: "Mark J. Reed" <mreed@strange.turner.com>
13728              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
13729              Message-Id: <200012160222.VAA13986@strange.turner.com>
13730      Branch: perl
13731            ! ext/Sys/Syslog/Syslog.pm
13732 ____________________________________________________________________________
13733 [  8192] By: jhi                                   on 2000/12/19  17:07:45
13734         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
13735              From: Nicholas Clark <nick@ccl4.org>
13736              Date: Sat, 16 Dec 2000 19:03:13 +0000
13737              Message-ID: <20001216190313.D68304@plum.flirble.org>
13738      Branch: perl
13739            ! t/op/64bitint.t
13740 ____________________________________________________________________________
13741 [  8191] By: jhi                                   on 2000/12/19  17:06:13
13742         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
13743              From: Dominic Dunlop <domo@computer.org>
13744              Date: Mon, 18 Dec 2000 12:00:15 +0100
13745              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
13746              
13747              This patchlet is needed in order that perl can be statically linked.  
13748      Branch: perl
13749            ! regexec.c
13750 ____________________________________________________________________________
13751 [  8190] By: jhi                                   on 2000/12/19  17:03:08
13752         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
13753              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13754              Date: Sun, 17 Dec 2000 00:18:35 -0600
13755              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
13756      Branch: perl
13757            ! perlio.h vms/gen_shrfls.pl
13758 ____________________________________________________________________________
13759 [  8189] By: jhi                                   on 2000/12/19  16:20:28
13760         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
13761              From: Prymmer/Kahn <pvhp@best.com>
13762              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
13763              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
13764              
13765              A better version of #8188.
13766      Branch: perl
13767            ! pod/perlfaq3.pod
13768 ____________________________________________________________________________
13769 [  8188] By: jhi                                   on 2000/12/19  15:57:06
13770         Log: (Replaced by #8189)
13771              
13772              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
13773              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
13774              From: Prymmer/Kahn <pvhp@best.com>
13775              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
13776              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
13777              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
13778              Date: Mon, 18 Dec 2000 11:10:45 -0500
13779              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
13780      Branch: perl
13781            ! pod/perlfaq3.pod
13782 ____________________________________________________________________________
13783 [  8187] By: jhi                                   on 2000/12/19  15:54:19
13784         Log: Email address fix for Anton Berezin.
13785      Branch: perl
13786            ! AUTHORS
13787 ____________________________________________________________________________
13788 [  8186] By: jhi                                   on 2000/12/19  15:38:54
13789         Log: Subject: [PATCH perl@8102] cygwin port
13790              From: "Eric Fifer" <efifer@dircon.co.uk> 
13791              Date: Thu, 14 Dec 2000 13:41:29 -0000
13792              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
13793              
13794              When compiling modules the data item that is being imported
13795              from libperl.dll needs to be tagged as imported/shared data:
13796              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
13797      Branch: perl
13798            ! perliol.h
13799 ____________________________________________________________________________
13800 [  8185] By: jhi                                   on 2000/12/19  14:53:24
13801         Log: Regen uconfig.h and uconfig.sh.
13802      Branch: perl
13803            ! uconfig.h uconfig.sh
13804 ____________________________________________________________________________
13805 [  8184] By: jhi                                   on 2000/12/18  20:43:49
13806         Log: Comments work so much better when they are closed.
13807      Branch: perl
13808            ! regcomp.c
13809 ____________________________________________________________________________
13810 [  8183] By: jhi                                   on 2000/12/18  18:04:02
13811         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
13812              Fixes the bug 20001218.016.
13813      Branch: perl
13814            ! regcomp.c
13815 ____________________________________________________________________________
13816 [  8182] By: gsar                                  on 2000/12/18  09:53:47
13817         Log: delete spurious files
13818      Branch: maint-5.6/perl
13819            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
13820            - vos/config.h vos/config_h.SH_orig
13821 ____________________________________________________________________________
13822 [  8181] By: gsar                                  on 2000/12/18  09:46:08
13823         Log: regen perltoc
13824      Branch: maint-5.6/perl
13825            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
13826 ____________________________________________________________________________
13827 [  8180] By: gsar                                  on 2000/12/18  09:20:27
13828         Log: integrate changes#7924..7926,7946,7952 from mainline
13829      Branch: maint-5.6/perl
13830           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
13831           !> lib/File/stat.pm t/lib/class-struct.t
13832 ____________________________________________________________________________
13833 [  8179] By: gsar                                  on 2000/12/18  08:55:54
13834         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
13835              7918,7919,7988,8907 from mainline (various)
13836      Branch: maint-5.6/perl
13837           +> t/lib/class-struct.t
13838           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
13839           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
13840           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
13841 ____________________________________________________________________________
13842 [  8178] By: gsar                                  on 2000/12/18  08:16:30
13843         Log: avoid redefinition warnings on windows due to sys/socket.h getting
13844              #included before win32.h
13845      Branch: maint-5.6/perl
13846            ! win32/include/sys/socket.h
13847 ____________________________________________________________________________
13848 [  8177] By: gsar                                  on 2000/12/18  05:24:04
13849         Log: make regen_headers; fix POSIX.xs problems; remove outdated
13850              code from sys/socket.h that makes build fail now
13851      Branch: maint-5.6/perl
13852            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
13853            ! pod/perlapi.pod
13854           !> win32/include/sys/socket.h
13855 ____________________________________________________________________________
13856 [  8176] By: gsar                                  on 2000/12/18  05:20:17
13857         Log: update Changes
13858      Branch: maint-5.6/perl
13859            ! Changes patchlevel.h
13860 ____________________________________________________________________________
13861 [  8175] By: gsar                                  on 2000/12/18  04:57:48
13862         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
13863              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
13864              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
13865              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
13866              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
13867              7823,7825,7838
13868      Branch: maint-5.6/perl
13869           +> lib/File/Spec/Epoc.pm
13870           !> (integrate 88 files)
13871 ____________________________________________________________________________
13872 [  8174] By: gsar                                  on 2000/12/18  03:53:09
13873         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
13874              7625..7629,7631..7634,7637,7639,7642 from mainline
13875      Branch: maint-5.6/perl
13876           +> README.solaris
13877           !> (integrate 26 files)
13878 ____________________________________________________________________________
13879 [  8173] By: gsar                                  on 2000/12/18  03:37:02
13880         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
13881              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
13882              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
13883              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
13884      Branch: maint-5.6/perl
13885           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
13886            - MAINTAIN
13887           !> (integrate 111 files)
13888 ____________________________________________________________________________
13889 [  8172] By: jhi                                   on 2000/12/18  02:49:27
13890         Log: Regen pods.
13891      Branch: perl
13892            ! pod/perlmodlib.pod pod/perltoc.pod
13893 ____________________________________________________________________________
13894 [  8171] By: gsar                                  on 2000/12/18  02:49:24
13895         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
13896              7465..7471 from mainline
13897              
13898              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
13899              in platforms that strictly require all the symbols being present
13900              at link time.
13901              
13902              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
13903              
13904              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
13905              
13906              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
13907              
13908              Subject: [PATCH] todo
13909              
13910              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
13911              
13912              Use $sort, $uniq (and $tr) consistently as wondered
13913              by Nicholas Clark.
13914              
13915              Too enthusiastic editing in #7460.
13916              
13917              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
13918              
13919              Upgrade to CPAN 1.58_55.
13920              Subject: CPAN.pm status
13921              
13922              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
13923              
13924              Make target reordering to avoid pointless re-makes.
13925              Subject: Re: Total re-make of 'make okfile' after 7451 ?
13926              
13927              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
13928              
13929              Subject: DOC PATCH 5.6.0
13930              
13931              Add the repository doc by Malcolm, Sarathy, and by Simon,
13932              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
13933      Branch: maint-5.6/perl
13934           +> Porting/repository.pod
13935           !> Configure MANIFEST Makefile.SH README.dos README.os2
13936           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
13937           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
13938           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
13939 ____________________________________________________________________________
13940 [  8169] By: gsar                                  on 2000/12/18  02:33:34
13941         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
13942              7435..7441,7445 from mainline
13943              
13944              Make the UTF-8 decoding stricter and more verbose when
13945              malformation happens.  This involved adding an argument
13946              to utf8_to_uv_chk(), which involved changing its prototype,
13947              and prefer STRLEN over I32 for the UTF-8 length, which as
13948              a domino effect necessitated changing the prototypes of
13949              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
13950              The stricter UTF-8 decoding checking uses Markus Kuhn's
13951              UTF-8 Decode Stress Tester from
13952              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
13953              
13954              Run vms/vms_yfix.pl, should have done that after changing
13955              perly.c in #7382.
13956              
13957              Subject: [PATCH 5.7.0] static linking with uninstalled perl
13958              
13959              (Replaced by #7440.)
13960              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
13961              
13962              Fix the bug ID 20001024.005, the bug introduced by #7416.
13963              
13964              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
13965              
13966              Fix the bug reported in
13967              From: andreas.koenig@anima.de (Andreas J. Koenig)
13968              Also make is_utf8_char() stricter.
13969              
13970              Missed the header file changes from #7425.
13971              
13972              Check if stdio supports tweaking lval and cnt simultaneously.
13973              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
13974              
13975              Stratus VOS updates from Paul Green.
13976              
13977              Podify README.epoc and README.vos.
13978              
13979              Add targets to Makefile.SH, most importantly
13980              'regen_all' which also remembers to update vms/perly*.
13981              
13982              Subject: Minor update to find2perl, for portability
13983              
13984              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
13985              
13986              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
13987              
13988              Rename UTF8LEN() to be UNISKIP(), too confusing to have
13989              UTF8LEN() and UTF8SKIP(). 
13990              
13991              Allow poking holes at the UTF-8 decoding strictness.
13992              
13993              Continue the internal UTF-8 API tweaking.
13994              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
13995              used much more than the simpler API, now called utf8_to_uv_simple().
13996              Still not quite happy with API, too much partial duplication
13997              of functionality.
13998              
13999              A new version of making the syslog test more robust.
14000              (Replaces #7421.)
14001              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
14002              
14003              buildtoc target tweaks.
14004              
14005              Integrate with vmsperl #7430 by Charles Bailey:
14006              
14007              Cleanup from prior patch (Charles Lane?):
14008              - improve handling of MFDs in Basename and Path
14009              - default to no xsubpp line # munging when building debug images
14010      Branch: maint-5.6/perl
14011           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14012           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
14013           !> (integrate 67 files)
14014 ____________________________________________________________________________
14015 [  8168] By: gsar                                  on 2000/12/18  02:05:49
14016         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
14017              
14018              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
14019              From: Martin Husemann <martin@duskware.de>
14020              
14021              Subject: [PATCH 5.7.0] restore match data on backtracing
14022              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14023      Branch: maint-5.6/perl
14024           !> regcomp.c regexec.c t/op/re_tests
14025 ____________________________________________________________________________
14026 [  8167] By: gsar                                  on 2000/12/18  01:55:22
14027         Log: integrate changes#7858,7986 from mainline
14028              
14029              C<foreach my $x ...> in pseudo-fork()ed process may diddle
14030              parent's memory; fix it by keeping track of the actual pad
14031              offset rather than a raw pointer (this change is probably also
14032              relevant to non-ithreads case to avoid fallout from reallocs of
14033              the pad array, but is currently only enabled for the ithreads
14034              case in the interests of minimal disruption to existing "well
14035              tested" code)
14036              
14037              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
14038              due to the notorious GetFileType() bug in Windows 9x, which fstat()
14039              tickles)
14040      Branch: maint-5.6/perl
14041           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
14042           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
14043           !> win32/win32.c win32/win32.h win32/win32sck.c
14044 ____________________________________________________________________________
14045 [  8166] By: gsar                                  on 2000/12/18  01:52:59
14046         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
14047              from mainline (xsubpp and ExtUtils::LibList fixups, various
14048              other small items)
14049      Branch: maint-5.6/perl
14050           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
14051           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
14052           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
14053           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
14054           !> win32/bin/search.pl
14055 ____________________________________________________________________________
14056 [  8165] By: gsar                                  on 2000/12/18  01:28:45
14057         Log: integrate changes#7533,7563,7611,7623 from mainline (various
14058              malloc.c embellishments)
14059      Branch: maint-5.6/perl
14060           !> malloc.c pod/perldiag.pod
14061 ____________________________________________________________________________
14062 [  8164] By: gsar                                  on 2000/12/18  01:23:33
14063         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
14064              fixups)
14065      Branch: maint-5.6/perl
14066           !> utils/h2xs.PL
14067 ____________________________________________________________________________
14068 [  8163] By: gsar                                  on 2000/12/18  01:17:50
14069         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
14070              fixups)
14071      Branch: maint-5.6/perl
14072           !> Makefile.SH utils/perlbug.PL
14073 ____________________________________________________________________________
14074 [  8162] By: gsar                                  on 2000/12/18  00:25:43
14075         Log: always export Perl_deb() (it is required by re.xs whether
14076              Perl is built with or without -DDEBUGGING)
14077      Branch: maint-5.6/perl
14078            ! makedef.pl
14079 ____________________________________________________________________________
14080 [  8161] By: gsar                                  on 2000/12/18  00:23:38
14081         Log: integrate change#7414 from mainline
14082              
14083              Undo the basename() part of #7412 since the lib/basename
14084              tests would need upgrading too.
14085              
14086              squelch two tests in tr.t that rely on tr/// paranoia change
14087              that's not in 5.6.x
14088      Branch: maint-5.6/perl
14089            ! t/op/tr.t
14090           !> lib/File/Basename.pm
14091 ____________________________________________________________________________
14092 [  8160] By: gsar                                  on 2000/12/18  00:05:30
14093         Log: missing change in previous integrate
14094      Branch: maint-5.6/perl
14095           !> README.aix
14096 ____________________________________________________________________________
14097 [  8159] By: gsar                                  on 2000/12/18  00:03:38
14098         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
14099              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
14100              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
14101              7410..7413 from mainline
14102      Branch: maint-5.6/perl
14103           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
14104           +> t/lib/tie-splice.t
14105            - lib/unicode/Is/DCinital.pl
14106           !> (integrate 112 files)
14107 ____________________________________________________________________________
14108 [  8158] By: jhi                                   on 2000/12/17  23:04:24
14109         Log: Subject: [PATCHES] RE: perl@8150 
14110              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
14111              Date: Sun, 17 Dec 2000 21:46:39 +0100
14112              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
14113              
14114              Neither cygwin has a getpwuid() one can trust on.
14115      Branch: perl
14116            ! t/lib/glob-basic.t
14117 ____________________________________________________________________________
14118 [  8157] By: jhi                                   on 2000/12/17  23:01:54
14119         Log: More MAN.PODS => {} fixes.
14120      Branch: perl
14121            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
14122            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
14123            ! os2/OS2/REXX/Makefile.PL
14124 ____________________________________________________________________________
14125 [  8156] By: gsar                                  on 2000/12/17  22:49:13
14126         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
14127              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
14128              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
14129              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
14130              7201,7204 from mainline
14131      Branch: maint-5.6/perl
14132           !> (integrate 121 files)
14133 ____________________________________________________________________________
14134 [  8155] By: jhi                                   on 2000/12/17  22:30:58
14135         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
14136              From: "Craig A. Berry" <craigberry@mac.com>
14137              Date: Sun, 17 Dec 2000 13:09:28 -0600
14138              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
14139              
14140              MAN.PODS => ' ' is naughty.
14141      Branch: perl
14142            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
14143 ____________________________________________________________________________
14144 [  8154] By: nick                                  on 2000/12/17  22:07:13
14145         Log: MULTIPLICITY nit.
14146      Branch: perl
14147            ! mg.c
14148 ____________________________________________________________________________
14149 [  8153] By: gsar                                  on 2000/12/17  21:23:05
14150         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
14151              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
14152              from mainline
14153              
14154              Document the SvIOK_.*UV().
14155              
14156              Update Unicode todo list.
14157              
14158              Guard against bad string->int conversion for quads.
14159              
14160              Subject: small apidoc fix
14161              
14162              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
14163              
14164              Subject: [PATCH] Tied filehandle documentation
14165              
14166              Subject: [PATCH] Modernize Opcode.pm documentation
14167              
14168              Make Data::Dumper (non-XS) to work with changed semantics of ref().
14169              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
14170              [applied even though said semantics didn't change in 5.6.x]
14171              
14172              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
14173              
14174              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
14175              
14176              Fix the URL, but the server is still missing in action.
14177              Subject: [ID 20000905.002] perlfaq1.pod URL error
14178              
14179              Subject: [ID 20000903.001] \w in utf8-strings
14180              
14181              Fix the ccversion detection for 5.1 and beyond.
14182              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
14183              
14184              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
14185              
14186              Subject: [ID 20000904.008] Tiny fix for perldiag
14187              
14188              Subject: Re: [ID 20000906.004] segfault with bad perl statement
14189              
14190              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
14191              
14192              Subject: [ID 20000908.002] perlipc documentation bug.
14193              
14194              Subject: [PATCH lib/Benchmark.pm]
14195              
14196              Re-allow vec() for characters > 255.
14197              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
14198              
14199              Do away with memory models cruft.  Sorry, PDP users.
14200              
14201              Continue #7041.
14202              
14203              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
14204              
14205              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
14206              
14207              Upgrade to CPAN 1.57_65, from Andreas König.
14208              
14209              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
14210              by Russ Allbery.
14211              
14212              Silence t/pod/*.t about alternate quote-mappings now implemented
14213              by Pod::Text, from Brad Appleton.
14214              
14215              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
14216              Subject: borland C++ win32.c tweak
14217              
14218              C<@a = @b = split(...)> optimization coredumps under ithreads
14219              (missed a spot when fixing up op_pmreplroot hack for ithreads)
14220              
14221              Document the SvUTF8*().
14222              
14223              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
14224              
14225              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
14226              
14227              Do in VMS as the #7054 does.
14228              
14229              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
14230              
14231              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
14232              
14233              Subject: [patch: perl@7045] vms updates
14234              
14235              Test for the #7049.
14236              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
14237              
14238              Break up the myconfig lines a bit.
14239              Subject: perlbug/perl -V output format
14240              
14241              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
14242              
14243              The #7054 truncated Configure badly.
14244              
14245              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
14246              initialization in all the threads on Windows
14247              
14248              Allow for whitespace between "#" and "line" in cpp output.
14249              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
14250              
14251              Remove vestiges of tr//CU.
14252              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
14253              
14254              The return value of setlocale must be copied away.
14255              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
14256              
14257              Allow chop() and chomp() to be overridden.
14258              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
14259              
14260              Hints optimization.
14261              Subject: Minor nit
14262              
14263              Subject: [PATCH] de-wall t/README
14264              
14265              Subject: Re: Two advertising clauses need to be removed
14266      Branch: maint-5.6/perl
14267           !> (integrate 75 files)
14268 ____________________________________________________________________________
14269 [  8152] By: gsar                                  on 2000/12/17  20:30:11
14270         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
14271              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
14272              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
14273              
14274              Don't attach -ld to the archname if pointless.
14275              
14276              Document UNTIE in a very minimalistic way.
14277              
14278              POSIX doesn't report long double values under -Duselongdouble
14279              when the long doubles are "real" (bigger than doubles).
14280              
14281              More author updates.
14282              
14283              Try to deduce NV_MAX.  Really should be Configure fodder.
14284              
14285              :: not allowed in pathnames, change to .
14286              Subject: [PATCH perl@6938] cygwin port
14287              
14288              Forget about NV_MAX (#6951).  Various floating point tweaks,
14289              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
14290              
14291              Move the Solaris 7 scan to use64bitall, make the
14292              failure to find 64-bot sparc libc to mention the
14293              possibility of being in an intel, from Lupe and Alan.
14294              
14295              Regen perltoc.
14296              
14297              AUTHORS tweaks, from Peter Prymmer.
14298              
14299              More address tweaking.
14300              
14301              Small tweaks all over.
14302              
14303              File::Temp patches from Andreas König,
14304              
14305              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
14306              
14307              Subject: CPAN.pm beta 1.57_57 for the core
14308              
14309              Part of the solution.
14310              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
14311              
14312              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
14313              
14314              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
14315              
14316              Add the overload warnings to perldiag.
14317              
14318              Drop unused argument.
14319              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
14320              
14321              Subject: Nit in Configure (bleadperl@6961)
14322              
14323              Update to PodParser 1.18, from Brad Appleton.
14324              
14325              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
14326              
14327              Subject: [PATCH: 6948] add SCNfldbl to configure.com
14328              
14329              Document UNTIE. Also tweak implementation to suppress the 'inner references'
14330              warning when UNTIE exists and instead pass the cound of extra references to
14331              the UNTIE method.
14332              
14333              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
14334              so that case-ignoring systems like DCL can tell them from
14335              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
14336              
14337              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
14338              
14339              Feature ordering tweak.
14340              
14341              Regen perltoc.
14342              
14343              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
14344              
14345              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
14346              
14347              Subject: http:// in L<>
14348              
14349              Detypo.
14350              
14351              change#6791 accidentally clobbered change#6710, put it back
14352              
14353              Only the first line, thank you very much.
14354              
14355              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
14356              plus rework the http: spots as suggested by Tom Christiansen,
14357              plus regen perltoc.
14358              
14359              Undo part of change 6489 which looks like a bulk edit which
14360              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
14361              The supressing of main:: on return from select() is undesirable.
14362              
14363              Apparently avoiding the swapping is too costly.
14364              
14365              Various Configure nits by Philip Newton,
14366              plus the ebcdic one by me.
14367              
14368              Make certain cc is set before trying to run it.
14369              
14370              If overloaded %{} etc. return the object do not loop.
14371              Thus  sub deref { $_[0] } functions if object is wanted type.
14372              
14373              Update perlhist.
14374              
14375              More %{} and other deref special casing - do not pass to 'nomethod'.
14376      Branch: maint-5.6/perl
14377           !> (integrate 59 files)
14378 ____________________________________________________________________________
14379 [  8151] By: gsar                                  on 2000/12/17  19:14:38
14380         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
14381              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
14382              
14383              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
14384              
14385              Make the epsilon to be relative, not absolute.
14386              
14387              Put back the flags dump as reasoned in
14388              Subject: Re: [PATCH] Glob dumping
14389              
14390              Introduce ccname to keep track of what compiler kind of we have.
14391              
14392              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
14393              
14394              Put back the slice accidentally removed by #6907.
14395              
14396              Reset archname and archname64 always, forcing them be
14397              recomputed at each Configure run, make Configure and
14398              the hints files agree on the naming of largefiles variables.
14399              
14400              Don't say "Perl 5.0 source kit".
14401              
14402              Subject: [PATCH] fix misc cast warnings
14403              
14404              Subject: typos in pods
14405              
14406              NVs not necessarily doubles, as pointed out by Yitzchak.
14407              
14408              Subject: [PATCH 6889] add a few ldbl formats to configure.com
14409              
14410              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
14411              
14412              Better options for rsync.
14413              
14414              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
14415              
14416              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
14417              
14418              Subject: [PATCH] Re: UNTIE method 
14419              
14420              A better fix for the Socket building problem from Craig Berry.
14421              
14422              Retract the dummy test, skip the security tests (instead of failing),
14423              explain what the warnings mean.
14424              
14425              Heap decorruption.
14426              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
14427              
14428              Update to Unicode 3.0.1.
14429              
14430              Missed one Unicode file.
14431              
14432              Subject: Re: typos in pods
14433              
14434              The #6929 was too skimpy.
14435              
14436              sscanf() may be the only way to read long doubles from strings.
14437              
14438              Reveal Borland's isnan.
14439              Subject: build with BC++ tweak
14440              
14441              Issue useful diagnostic on unknown pod commands.
14442              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
14443              
14444              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
14445              
14446              Clarify the third case of ftmp-security warnings.
14447              
14448              Make -Dusemorebits find long doubles in Solaris.
14449              
14450              Wrap the test in eval.
14451      Branch: maint-5.6/perl
14452           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
14453           +> lib/unicode/PropList.txt lib/unicode/README.perl
14454           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
14455           +> lib/unicode/Unicode.301 vms/vmspipe.com
14456            - lib/unicode/Props.txt lib/unicode/UCD300.html
14457            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
14458           !> (integrate 305 files)
14459 ____________________________________________________________________________
14460 [  8150] By: jhi                                   on 2000/12/17  18:47:57
14461         Log: Uncheckedin generated files.
14462      Branch: perl
14463            ! global.sym perlapi.c pod/perlapi.pod
14464 ____________________________________________________________________________
14465 [  8149] By: jhi                                   on 2000/12/17  18:41:22
14466         Log: Update Changes.
14467      Branch: perl
14468            ! Changes patchlevel.h
14469 ____________________________________________________________________________
14470 [  8148] By: jhi                                   on 2000/12/17  18:39:16
14471         Log: Subject: [PATCH] Fcntl constants speedup
14472              From: Nicholas Clark <nick@ccl4.org>
14473              Date: Sun, 17 Dec 2000 16:29:24 +0000
14474              Message-ID: <20001217162924.E97668@plum.flirble.org>
14475              
14476              Use IVs for the Fcntl constants instead of NVs.
14477      Branch: perl
14478            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
14479 ____________________________________________________________________________
14480 [  8147] By: jhi                                   on 2000/12/17  18:33:41
14481         Log: Add test for #8145 (binmode() warning), add warning for
14482              ioctl() and sockpair(), document them. (fileno() cannot
14483              be tripwired with the same kind of warning because
14484              'defined fileno($foo)' seems to be an idiom.)
14485      Branch: perl
14486            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
14487 ____________________________________________________________________________
14488 [  8146] By: gsar                                  on 2000/12/17  18:09:08
14489         Log: update Changes
14490      Branch: maint-5.6/perl
14491            ! Changes
14492 ____________________________________________________________________________
14493 [  8145] By: jhi                                   on 2000/12/17  17:39:35
14494         Log: Subject: [PATCH] Re: The long awaited feature ...
14495              From: Simon Cozens <simon@cozens.net>
14496              Date: Sun, 17 Dec 2000 12:31:56 +0000
14497              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
14498              
14499              Add a warning to binmode() about using bad filehandles
14500              (can happen e.g. if someone forgets the filehandle argument)
14501      Branch: perl
14502            ! pp_sys.c
14503 ____________________________________________________________________________
14504 [  8144] By: jhi                                   on 2000/12/17  17:33:48
14505         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
14506              From: Jonathan Stowe <gellyfish@gellyfish.com>
14507              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
14508              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
14509      Branch: perl
14510            ! lib/Net/Ping.pm
14511 ____________________________________________________________________________
14512 [  8143] By: jhi                                   on 2000/12/17  05:31:37
14513         Log: Polymorphic regexps.
14514              
14515              Fixes at least the bugs 20001028.003 (both of them...) and
14516              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
14517              also to be fixed by now, probably already before this patch.
14518      Branch: perl
14519            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
14520            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
14521            ! t/op/utf8decode.t t/pragma/utf8.t
14522 ____________________________________________________________________________
14523 [  8142] By: jhi                                   on 2000/12/16  17:16:05
14524         Log: Subject: [patch perl@8102] dos/djgpp update
14525              From: Laszlo Molnar <ml1050@freemail.hu>
14526              Date: Sat, 16 Dec 2000 01:40:52 +0100
14527              Message-ID: <20001216014052.A335@freemail.hu>
14528      Branch: perl
14529            ! djgpp/config.over t/base/commonsense.t
14530 ____________________________________________________________________________
14531 [  8141] By: jhi                                   on 2000/12/16  17:09:27
14532         Log: Few uncheckedin files.
14533      Branch: perl
14534            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
14535 ____________________________________________________________________________
14536 [  8140] By: nick                                  on 2000/12/15  22:14:31
14537         Log: Integrate mainline
14538      Branch: perlio
14539           !> (integrate 53 files)
14540 ____________________________________________________________________________
14541 [  8139] By: jhi                                   on 2000/12/15  19:49:49
14542         Log: One more IVUV tweak from Nicholas Clark.
14543      Branch: perl
14544            ! sv.c
14545 ____________________________________________________________________________
14546 [  8138] By: jhi                                   on 2000/12/15  19:17:06
14547         Log: Return of the IVUV-preservation, now seems to be happy even
14548              in Digital UNIX (the broken strtoul brokenness detection
14549              seems to have been the fly in the ointment).
14550      Branch: perl
14551            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14552            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
14553            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
14554            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
14555            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14556            ! vos/config.ga.h win32/config.bc win32/config.gc
14557            ! win32/config.vc
14558 ____________________________________________________________________________
14559 [  8137] By: jhi                                   on 2000/12/15  18:12:14
14560         Log: Metaconfig unit change for #8136.
14561      Branch: metaconfig
14562            ! U/modified/d_strtoul.U
14563      Branch: metaconfig/U/perl
14564            ! d_strtoull.U d_strtouq.U
14565 ____________________________________________________________________________
14566 [  8136] By: jhi                                   on 2000/12/15  18:11:35
14567         Log: I don't think it's sensible or portable to test the strtou*
14568              on /^-/ strings.
14569      Branch: perl
14570            ! Configure
14571 ____________________________________________________________________________
14572 [  8135] By: jhi                                   on 2000/12/15  17:18:49
14573         Log: Metaconfig unit change for #8134.
14574      Branch: metaconfig
14575            ! U/modified/d_strtoul.U
14576 ____________________________________________________________________________
14577 [  8134] By: jhi                                   on 2000/12/15  17:14:13
14578         Log: If longsize is 8 we don't need a LL suffix for integer constants.
14579      Branch: perl
14580            ! Configure config_h.SH
14581 ____________________________________________________________________________
14582 [  8133] By: jhi                                   on 2000/12/15  16:00:23
14583         Log: Update Changes.
14584      Branch: perl
14585            ! Changes patchlevel.h
14586 ____________________________________________________________________________
14587 [  8132] By: jhi                                   on 2000/12/15  15:44:16
14588         Log: Some compilers get huffy if you do not cast a const pointer
14589              to a non-const when assigning.
14590      Branch: perl
14591            ! gv.c
14592 ____________________________________________________________________________
14593 [  8131] By: jhi                                   on 2000/12/15  15:38:30
14594         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
14595              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14596              Date: Fri, 15 Dec 2000 05:26:57 -0500
14597              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
14598      Branch: perl
14599            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
14600            ! t/pragma/overload.t
14601 ____________________________________________________________________________
14602 [  8130] By: jhi                                   on 2000/12/15  15:36:08
14603         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
14604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14605              Date: Thu, 14 Dec 2000 22:02:43 -0500
14606              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
14607      Branch: perl
14608            ! gv.c perl.h
14609 ____________________________________________________________________________
14610 [  8129] By: jhi                                   on 2000/12/15  15:34:16
14611         Log: Subject: PATCH: h2xs nit
14612              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14613              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
14614              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
14615              
14616              Add a template README.
14617      Branch: perl
14618            ! utils/h2xs.PL
14619 ____________________________________________________________________________
14620 [  8128] By: jhi                                   on 2000/12/15  15:32:22
14621         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
14622      Branch: perl
14623            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
14624 ____________________________________________________________________________
14625 [  8127] By: jhi                                   on 2000/12/15  15:19:34
14626         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
14627              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14628              Date:     Thu, 14 Dec 2000 20:04:42 EST
14629              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
14630      Branch: perl
14631            ! ext/Opcode/Opcode.xs
14632 ____________________________________________________________________________
14633 [  8126] By: jhi                                   on 2000/12/15  15:17:49
14634         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
14635              From: Peter Prymmer <pvhp@forte.com>
14636              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
14637              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
14638      Branch: perl
14639            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
14640            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
14641            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
14642 ____________________________________________________________________________
14643 [  8125] By: jhi                                   on 2000/12/15  15:11:05
14644         Log: This seems to be a stage sane and stable enough to checkin.
14645              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
14646      Branch: perl
14647            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
14648            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
14649            ! t/op/cmp.t t/op/numconvert.t
14650 ____________________________________________________________________________
14651 [  8124] By: jhi                                   on 2000/12/15  04:20:26
14652         Log: Something is really wonky.
14653      Branch: perl
14654            ! sv.c
14655 ____________________________________________________________________________
14656 [  8123] By: jhi                                   on 2000/12/15  04:00:50
14657         Log: Fixes for the IV UV patches to compile in Digital UNIX.
14658      Branch: perl
14659            ! sv.c
14660 ____________________________________________________________________________
14661 [  8122] By: jhi                                   on 2000/12/15  02:53:40
14662         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
14663              From: "Craig A. Berry" <craigberry@mac.com>
14664              Date: Thu, 14 Dec 2000 19:10:49 -0600
14665              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
14666      Branch: perl
14667            ! vms/vms.c
14668 ____________________________________________________________________________
14669 [  8121] By: jhi                                   on 2000/12/15  02:50:00
14670         Log: Metaconfig changes for #8120.
14671      Branch: metaconfig
14672            + U/modified/d_strtoul.U
14673      Branch: metaconfig/U/perl
14674            ! d_strtoull.U d_strtouq.U
14675 ____________________________________________________________________________
14676 [  8120] By: jhi                                   on 2000/12/15  02:49:42
14677         Log: From: Nicholas Clark <nick@ccl4.org> 
14678              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
14679              Date: Thu, 14 Dec 2000 18:38:57 +0000
14680              Message-ID: <20001214183857.B97909@plum.flirble.org>
14681      Branch: perl
14682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14683            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
14684            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
14685            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14686            ! win32/config.gc win32/config.vc
14687 ____________________________________________________________________________
14688 [  8119] By: jhi                                   on 2000/12/14  23:40:58
14689         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
14690              From: Nicholas Clark <nick@ccl4.org>
14691              Date: Wed, 13 Dec 2000 20:08:50 +0000
14692              Message-ID: <20001213200849.B71166@plum.flirble.org>
14693      Branch: perl
14694            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
14695            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
14696 ____________________________________________________________________________
14697 [  8118] By: jhi                                   on 2000/12/14  22:46:26
14698         Log: Integrate perlio.
14699      Branch: perl
14700           !> MANIFEST ext/Encode/compile makedef.pl
14701 ____________________________________________________________________________
14702 [  8117] By: nick                                  on 2000/12/14  22:38:53
14703         Log: Win32 tweaks to get Encode to build
14704              - temp hack to makedef.pl till PerlIO is properly "exported".
14705              - MSVC dislikes  
14706              static encpage_t foo[];
14707              so make 'em extern for now.
14708      Branch: perlio
14709            ! ext/Encode/compile makedef.pl
14710 ____________________________________________________________________________
14711 [  8116] By: nick                                  on 2000/12/14  22:00:53
14712         Log: Document the new files
14713      Branch: perlio
14714            ! MANIFEST
14715 ____________________________________________________________________________
14716 [  8115] By: jhi                                   on 2000/12/14  21:58:01
14717         Log: MANIFEST new files of #8114.
14718      Branch: perl
14719            ! MANIFEST
14720 ____________________________________________________________________________
14721 [  8114] By: jhi                                   on 2000/12/14  21:50:49
14722         Log: Integrate perlio.
14723      Branch: perl
14724           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
14725           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
14726           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
14727           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
14728           !> ext/Encode/Makefile.PL
14729 ____________________________________________________________________________
14730 [  8113] By: jhi                                   on 2000/12/14  21:48:49
14731         Log: The documentation part of the
14732              
14733              Subject: [ID 20001214.002] Net::Ping patch
14734              From: Jonathan Stowe <gellyfish@gellyfish.com>
14735              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
14736              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
14737              since the #7529 had already addressed the same problem.
14738      Branch: perl
14739            ! lib/Net/Ping.pm
14740 ____________________________________________________________________________
14741 [  8112] By: jhi                                   on 2000/12/14  21:42:57
14742         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
14743              From: Dominic Dunlop <domo@computer.org>
14744              Date: Tue, 12 Dec 2000 10:47:10 +0100
14745              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
14746              
14747              Document how elusive subroutines can be.
14748      Branch: perl
14749            ! pod/perlfunc.pod
14750 ____________________________________________________________________________
14751 [  8111] By: jhi                                   on 2000/12/14  21:38:05
14752         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
14753              From: Dominic Dunlop <domo@computer.org>
14754              Date: Thu, 14 Dec 2000 10:13:51 +0100
14755              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
14756      Branch: perl
14757            ! ext/POSIX/POSIX.pod
14758 ____________________________________________________________________________
14759 [  8110] By: jhi                                   on 2000/12/14  21:36:32
14760         Log: Subject: [patch] perlfaq7
14761              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
14762              Date: Thu, 14 Dec 2000 15:31:07 +0100
14763              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
14764      Branch: perl
14765            ! pod/perlfaq7.pod
14766 ____________________________________________________________________________
14767 [  8109] By: jhi                                   on 2000/12/14  21:29:20
14768         Log: Subject: [8104] Encode
14769              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14770              Date: Thu, 14 Dec 2000 14:49:34 +0100
14771              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
14772              
14773              Type casting for nervous compilers.
14774      Branch: perl
14775            ! ext/Encode/Encode.xs
14776 ____________________________________________________________________________
14777 [  8108] By: jhi                                   on 2000/12/14  21:26:17
14778         Log: Subject: [8104] DB_File
14779              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14780              Date: Thu, 14 Dec 2000 14:49:35 +0100
14781              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
14782              
14783              Type definition incorrect for DB 2.7.7.  Not known when it
14784              changed, so only changed it for a known revision.
14785      Branch: perl
14786            ! ext/DB_File/DB_File.xs
14787 ____________________________________________________________________________
14788 [  8107] By: jhi                                   on 2000/12/14  21:23:41
14789         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
14790              From: Peter Prymmer <pvhp@forte.com>
14791              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
14792              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
14793              
14794              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
14795      Branch: perl
14796            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
14797            ! ext/Encode/Encode/posix-bc.enc
14798 ____________________________________________________________________________
14799 [  8106] By: nick                                  on 2000/12/14  20:36:13
14800         Log: "Cold" build correction to Encode's Makefile.PL
14801      Branch: perlio
14802            ! ext/Encode/Makefile.PL
14803 ____________________________________________________________________________
14804 [  8105] By: nick                                  on 2000/12/14  20:09:37
14805         Log: "Compiled" encodings.
14806              Correct replacement character in EBCDIC .enc files
14807              Add 0x7F to ASCII repertoire.
14808      Branch: perlio
14809            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14810            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
14811            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
14812            ! ext/Encode/Makefile.PL ext/Encode/compile
14813            ! ext/Encode/encengine.c ext/Encode/encode.h
14814 ____________________________________________________________________________
14815 [  8104] By: nick                                  on 2000/12/14  00:38:20
14816         Log: Integrate mainline
14817      Branch: perlio
14818           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
14819           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14820           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
14821           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
14822           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
14823           !> t/lib/db-hash.t t/lib/db-recno.t
14824 ____________________________________________________________________________
14825 [  8103] By: nick                                  on 2000/12/13  23:16:13
14826         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
14827              so far and so it does not get lost.
14828      Branch: perlio
14829            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
14830 ____________________________________________________________________________
14831 [  8102] By: jhi                                   on 2000/12/13  17:14:22
14832         Log: Update Changes.
14833      Branch: perl
14834            ! Changes patchlevel.h
14835 ____________________________________________________________________________
14836 [  8101] By: jhi                                   on 2000/12/13  16:53:41
14837         Log: Move the proto of start_glob() to a better place; regen api files.
14838      Branch: perl
14839            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
14840 ____________________________________________________________________________
14841 [  8100] By: jhi                                   on 2000/12/13  16:47:11
14842         Log: Metaconfig change for #8099.
14843      Branch: metaconfig
14844            ! U/modified/Head.U
14845 ____________________________________________________________________________
14846 [  8099] By: jhi                                   on 2000/12/13  16:46:48
14847         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
14848              From: Andy Dougherty <doughera@lafayette.edu>
14849              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
14850              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
14851      Branch: perl
14852            ! Configure
14853 ____________________________________________________________________________
14854 [  8098] By: jhi                                   on 2000/12/13  16:39:02
14855         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
14856              From: rspier@pobox.com (Robert Spier)
14857              Date: Tue, 12 Dec 2000 21:12:39 -0500
14858              Message-ID: <14902.56087.678086.725773@rls.cx>
14859              
14860              fastgetcwd is defined using a glob alias on a $^O dependent basis -
14861              and there was no default assignment or perl subroutine.
14862      Branch: perl
14863            ! lib/Cwd.pm
14864 ____________________________________________________________________________
14865 [  8097] By: jhi                                   on 2000/12/13  16:16:01
14866         Log: Subject: [PATCH] move startglob out of pp_hot.c
14867              From: Nicholas Clark <nick@ccl4.org>
14868              Date: Mon, 11 Dec 2000 23:16:39 +0000
14869              Message-ID: <20001211231638.A55550@plum.flirble.org>
14870      Branch: perl
14871            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
14872 ____________________________________________________________________________
14873 [  8096] By: jhi                                   on 2000/12/13  15:26:23
14874         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
14875              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
14876              Date: Wed, 13 Dec 2000 14:01:37 +0100
14877              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
14878              
14879              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
14880              in turn requires libpthread in libswanted.
14881      Branch: perl
14882            ! hints/hpux.sh
14883 ____________________________________________________________________________
14884 [  8095] By: jhi                                   on 2000/12/12  19:51:05
14885         Log: The integration wars continue.
14886      Branch: perl
14887           !> sv.c
14888 ____________________________________________________________________________
14889 [  8094] By: jhi                                   on 2000/12/12  19:48:26
14890         Log: Subject: [PATCH perl@8070] DB_File-1.74  
14891              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
14892              Date: Mon, 11 Dec 2000 23:07:17 -0000
14893              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
14894      Branch: perl
14895            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14896            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
14897            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
14898            ! t/lib/db-recno.t
14899 ____________________________________________________________________________
14900 [  8093] By: nick                                  on 2000/12/12  19:42:13
14901         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
14902      Branch: perlio
14903            ! sv.c
14904           !> lib/File/DosGlob.pm
14905 ____________________________________________________________________________
14906 [  8092] By: jhi                                   on 2000/12/12  19:28:11
14907         Log: Integrate perlio.
14908      Branch: perl
14909           !> sv.c
14910 ____________________________________________________________________________
14911 [  8091] By: nick                                  on 2000/12/12  18:49:45
14912         Log: Fix for Tk, and upgrading shared SVs.
14913      Branch: perlio
14914            ! sv.c
14915 ____________________________________________________________________________
14916 [  8090] By: jhi                                   on 2000/12/12  16:48:59
14917         Log: Subject: [PATCH] Re: Breadperl & Tk
14918              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14919              Date: Tue, 12 Dec 2000 14:48:27 GMT
14920              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
14921      Branch: perl
14922            ! sv.c
14923 ____________________________________________________________________________
14924 [  8089] By: jhi                                   on 2000/12/12  03:37:19
14925         Log: Subject: DosGlob.pm diff for bash style brace expansion.
14926              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
14927              Date: Fri, 8 Dec 2000 10:45:30 -0600
14928              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
14929      Branch: perl
14930            ! lib/File/DosGlob.pm
14931 ____________________________________________________________________________
14932 [  8088] By: nick                                  on 2000/12/11  23:59:59
14933         Log: Integrate mainline
14934      Branch: perlio
14935           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
14936           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
14937           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
14938           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
14939           !> t/op/local.t t/pragma/warn/toke toke.c
14940 ____________________________________________________________________________
14941 [  8087] By: jhi                                   on 2000/12/11  23:20:23
14942         Log: Integrate perlio.
14943      Branch: perl
14944           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
14945 ____________________________________________________________________________
14946 [  8086] By: jhi                                   on 2000/12/11  22:50:59
14947         Log: Tune further the OS detection of CGI.
14948      Branch: perl
14949            ! lib/CGI.pm
14950 ____________________________________________________________________________
14951 [  8085] By: nick                                  on 2000/12/11  22:50:46
14952         Log: Finish 1st pass of "encoding" layer e.g. :
14953              open($fh,"<encoding(iso8859-7)",$greek) || die;
14954      Branch: perlio
14955            ! ext/Encode/Encode.xs perlio.c perliol.h
14956 ____________________________________________________________________________
14957 [  8084] By: jhi                                   on 2000/12/11  22:32:06
14958         Log: Revert the -f ambiguousity patch, seems to cause
14959              too much hassle (the interpret -Q as a function
14960              where Q is not a known filetest part is left in).
14961      Branch: perl
14962            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
14963            ! toke.c
14964 ____________________________________________________________________________
14965 [  8083] By: jhi                                   on 2000/12/11  22:27:23
14966         Log: (accidentally empty check-in)
14967      Branch: perl
14968            ! lib/File/DosGlob.pm
14969 ____________________________________________________________________________
14970 [  8082] By: nick                                  on 2000/12/11  19:09:51
14971         Log: Restore mmap function (broken by tweaks to shared buffer
14972              layer for encode(xxxx)).
14973      Branch: perlio
14974            ! perlio.c
14975 ____________________________________________________________________________
14976 [  8081] By: jhi                                   on 2000/12/11  18:29:13
14977         Log: Subject: Re: The long awaited feature ...
14978              From: Simon Cozens <simon@cozens.net>
14979              Date: Mon, 11 Dec 2000 15:54:24 +0000
14980              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
14981              
14982              More io/utf8 tests.
14983      Branch: perl
14984            ! t/io/utf8.t
14985 ____________________________________________________________________________
14986 [  8080] By: jhi                                   on 2000/12/11  18:19:36
14987         Log: Subject: PATCH MakeMaker manpage clarification
14988              From: andreas.koenig@anima.de (Andreas J. Koenig)
14989              Date: 10 Dec 2000 20:46:13 +0100
14990              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
14991      Branch: perl
14992            ! lib/ExtUtils/MakeMaker.pm
14993 ____________________________________________________________________________
14994 [  8079] By: jhi                                   on 2000/12/11  15:35:07
14995         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
14996              From: Simon Cozens <simon@cozens.net>
14997              Date: Sun, 10 Dec 2000 19:06:19 +0000
14998              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
14999      Branch: perl
15000            ! ext/B/B/Deparse.pm t/lib/b.t
15001 ____________________________________________________________________________
15002 [  8078] By: jhi                                   on 2000/12/11  15:09:11
15003         Log: Subject: [PATCH] docs on NaN
15004              From: Nicholas Clark <nick@ccl4.org>
15005              Date: Mon, 11 Dec 2000 01:48:38 +0000
15006              Message-ID: <20001211014838.B99205@plum.flirble.org>
15007      Branch: perl
15008            ! pod/perlop.pod
15009 ____________________________________________________________________________
15010 [  8077] By: jhi                                   on 2000/12/11  15:02:21
15011         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
15012              From: Simon Cozens <simon@cozens.net>
15013              Date: Mon, 11 Dec 2000 01:21:45 +0000
15014              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
15015      Branch: perl
15016            ! pp.c pp_hot.c scope.c t/op/local.t
15017 ____________________________________________________________________________
15018 [  8076] By: nick                                  on 2000/12/10  20:43:32
15019         Log: Not merge worthy...
15020              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
15021              syntax is modelled on attributes.
15022              Untested fix for io/utf8 on Win32 etc.
15023              Very clumsy start to the encode layer.
15024      Branch: perlio
15025            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
15026 ____________________________________________________________________________
15027 [  8075] By: jhi                                   on 2000/12/10  18:39:33
15028         Log: Darwin is not Windows.
15029      Branch: perl
15030            ! lib/CGI.pm
15031 ____________________________________________________________________________
15032 [  8074] By: jhi                                   on 2000/12/10  18:31:27
15033         Log: Subject: Ambiguous -%c() resolved as a file test
15034              From: "Paul Marquess" <Paul.Marquess@openwave.com>
15035              Date: Sun, 10 Dec 2000 15:35:07 -0000
15036              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
15037      Branch: perl
15038            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
15039 ____________________________________________________________________________
15040 [  8073] By: jhi                                   on 2000/12/10  18:16:29
15041         Log: Subject: PATCH installperl misinformed 
15042              From: andreas.koenig@anima.de (Andreas J. Koenig)
15043              Date: 10 Dec 2000 13:01:32 +0100 
15044              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
15045      Branch: perl
15046            ! installperl
15047 ____________________________________________________________________________
15048 [  8072] By: jhi                                   on 2000/12/10  18:07:55
15049         Log: The walkoptree confusion rages; walkoptree() seems to be coming
15050              from B.xs, while walkoptree_slow() comes from B.pm.
15051      Branch: perl
15052            ! ext/B/B.pm
15053 ____________________________________________________________________________
15054 [  8071] By: nick                                  on 2000/12/10  11:45:47
15055         Log: Integrate mainline
15056      Branch: perlio
15057           +> t/base/commonsense.t
15058           !> (integrate 37 files)
15059 ____________________________________________________________________________
15060 [  8070] By: jhi                                   on 2000/12/10  04:46:21
15061         Log: Update Changes.
15062      Branch: perl
15063            ! Changes patchlevel.h
15064 ____________________________________________________________________________
15065 [  8069] By: jhi                                   on 2000/12/10  04:39:19
15066         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
15067              From: andreas.koenig@anima.de (Andreas J. Koenig)
15068              Date: 09 Dec 2000 17:14:25 +0100
15069              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
15070      Branch: perl
15071            + t/base/commonsense.t
15072            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
15073 ____________________________________________________________________________
15074 [  8068] By: jhi                                   on 2000/12/10  04:17:36
15075         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
15076              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15077              Date: Sat, 9 Dec 2000 16:47:22 -0000
15078              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
15079      Branch: perl
15080            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
15081            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
15082            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
15083            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
15084            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
15085            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
15086            ! t/lib/sdbm.t
15087 ____________________________________________________________________________
15088 [  8067] By: jhi                                   on 2000/12/10  03:52:02
15089         Log: Test case for #8066.
15090      Branch: perl
15091            ! t/op/misc.t
15092 ____________________________________________________________________________
15093 [  8066] By: jhi                                   on 2000/12/10  03:50:30
15094         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
15095              From: Simon Cozens <simon@cozens.net>
15096              Date: Sun, 10 Dec 2000 00:55:37 +0000
15097              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
15098      Branch: perl
15099            ! pp_sys.c
15100 ____________________________________________________________________________
15101 [  8065] By: jhi                                   on 2000/12/10  03:44:52
15102         Log: Test case for #8064.
15103      Branch: perl
15104            ! t/comp/proto.t
15105 ____________________________________________________________________________
15106 [  8064] By: jhi                                   on 2000/12/10  03:42:32
15107         Log: Subject: Re: prototype of substr
15108              From: Simon Cozens <simon@cozens.net>
15109              Date: Sun, 10 Dec 2000 00:13:33 +0000
15110              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
15111              
15112              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
15113      Branch: perl
15114            ! pp.c
15115 ____________________________________________________________________________
15116 [  8063] By: jhi                                   on 2000/12/10  03:39:42
15117         Log: Subject: [PATCH] perlguts.pod
15118              From: Simon Cozens <simon@cozens.net>
15119              Date: Sun, 10 Dec 2000 00:06:47 +0000
15120              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
15121              
15122              Documentation of the different types of ops,
15123              plus the functions in dump.c
15124      Branch: perl
15125            ! pod/perlguts.pod
15126 ____________________________________________________________________________
15127 [  8062] By: jhi                                   on 2000/12/10  03:30:04
15128         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
15129              From: Nicholas Clark <nick@talking.bollo.cx>
15130              Date: Sat, 09 Dec 2000 18:57:25 +0000
15131              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
15132              
15133              Be more robust in weird hostname setups.
15134      Branch: perl
15135            ! t/lib/net-hostent.t
15136 ____________________________________________________________________________
15137 [  8061] By: jhi                                   on 2000/12/10  03:28:21
15138         Log: Pacify fussy compiler. 
15139      Branch: perl
15140            ! pp_sys.c
15141 ____________________________________________________________________________
15142 [  8060] By: jhi                                   on 2000/12/10  02:52:46
15143         Log: Integrate perlio.
15144      Branch: perl
15145           !> pp_sys.c t/io/utf8.t
15146 ____________________________________________________________________________
15147 [  8059] By: nick                                  on 2000/12/09  23:40:14
15148         Log: read/sysread/recv should now be utf8 aware.
15149              Basic test for utf8 read.
15150      Branch: perlio
15151            ! pp_sys.c t/io/utf8.t
15152 ____________________________________________________________________________
15153 [  8058] By: jhi                                   on 2000/12/09  21:56:02
15154         Log: Integrate perlio.
15155      Branch: perl
15156           +> t/io/utf8.t
15157           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
15158 ____________________________________________________________________________
15159 [  8057] By: jhi                                   on 2000/12/09  21:53:35
15160         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
15161              From: Inaba Hiroto <inaba@st.rim.or.jp>
15162              Date: Sun, 10 Dec 2000 05:53:21 +0900
15163              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
15164              
15165              Tests for #8056.
15166      Branch: perl
15167            ! t/op/each.t
15168 ____________________________________________________________________________
15169 [  8056] By: jhi                                   on 2000/12/09  21:51:16
15170         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
15171              From: Inaba Hiroto <inaba@st.rim.or.jp>
15172              Date: Sat, 09 Dec 2000 18:02:00 +0900
15173              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
15174              
15175              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
15176      Branch: perl
15177            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
15178 ____________________________________________________________________________
15179 [  8055] By: nick                                  on 2000/12/09  20:11:48
15180         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
15181              than raw PerlIO_write() - does not seem to break any tests.
15182      Branch: perlio
15183            ! pp_sys.c
15184 ____________________________________________________________________________
15185 [  8054] By: nick                                  on 2000/12/09  19:47:30
15186         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
15187              (sysread, recv and write i.e. formats still to do...)
15188              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
15189              open($fh,">:utf8","name")
15190              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
15191              so no extra overhead is involved.
15192              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
15193              to a non-utf8 stream.
15194              Add initial io/utf8.t
15195              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
15196              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
15197              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
15198      Branch: perlio
15199            + t/io/utf8.t
15200            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
15201 ____________________________________________________________________________
15202 [  8053] By: nick                                  on 2000/12/09  19:26:37
15203         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
15204              was only testing this_utf8.
15205      Branch: perlio
15206            ! toke.c
15207 ____________________________________________________________________________
15208 [  8052] By: nick                                  on 2000/12/09  19:09:41
15209         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
15210              i.e. the output string has one, but don't mess with source assumption.
15211      Branch: perlio
15212            ! toke.c
15213 ____________________________________________________________________________
15214 [  8051] By: jhi                                   on 2000/12/09  16:55:17
15215         Log: Integrate perlio.
15216      Branch: perl
15217           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
15218           !> sv.c thrdvar.h util.c
15219 ____________________________________________________________________________
15220 [  8050] By: jhi                                   on 2000/12/09  16:48:07
15221         Log: Nits noticed by Peter Prymmer.
15222      Branch: perl
15223            ! lib/ExtUtils/MM_VMS.pm
15224 ____________________________________________________________________________
15225 [  8049] By: nick                                  on 2000/12/09  13:49:40
15226         Log: UTF8 output prework.
15227              - Store $\ and $, as SVs so they can have SvUTF8 flag
15228              - use do_print() rather than raw PerlIO_write() to print them.
15229      Branch: perlio
15230            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
15231            ! thrdvar.h util.c
15232 ____________________________________________________________________________
15233 [  8048] By: nick                                  on 2000/12/09  12:30:43
15234         Log: Integrate mainline.
15235      Branch: perlio
15236           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
15237           +> t/op/reverse.t
15238           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
15239           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
15240           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
15241           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
15242           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
15243           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
15244 ____________________________________________________________________________
15245 [  8047] By: jhi                                   on 2000/12/09  00:23:27
15246         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
15247              From: Michael G Schwern <schwern@pobox.com>
15248              Date: Fri, 8 Dec 2000 14:43:04 -0600
15249      Branch: perl
15250            ! lib/ExtUtils/MM_VMS.pm
15251 ____________________________________________________________________________
15252 [  8046] By: jhi                                   on 2000/12/08  23:10:27
15253         Log: A missed check-in.
15254      Branch: perl
15255            ! lib/ExtUtils/Manifest.pm
15256 ____________________________________________________________________________
15257 [  8045] By: jhi                                   on 2000/12/08  21:57:12
15258         Log: (null check-in)
15259      Branch: perl
15260            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
15261 ____________________________________________________________________________
15262 [  8044] By: jhi                                   on 2000/12/08  21:11:06
15263         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
15264              at the final draft stage.
15265      Branch: perl
15266            + ext/Encode/Encode/iso8859-16.enc
15267            ! MANIFEST
15268 ____________________________________________________________________________
15269 [  8043] By: jhi                                   on 2000/12/08  16:39:04
15270         Log: Update Changes.
15271      Branch: perl
15272            ! Changes patchlevel.h
15273 ____________________________________________________________________________
15274 [  8042] By: jhi                                   on 2000/12/08  16:33:39
15275         Log: Do not return the Unicode replacement character if UTF-8
15276              decoding goes awry, it should be up to the caller to decide.
15277      Branch: perl
15278            ! pod/perlapi.pod utf8.c
15279 ____________________________________________________________________________
15280 [  8041] By: jhi                                   on 2000/12/08  16:22:28
15281         Log: metaconfig maintenance.
15282      Branch: metaconfig
15283            ! U/modified/stdchar.U
15284      Branch: metaconfig/U/perl
15285            + testsyml.U
15286 ____________________________________________________________________________
15287 [  8040] By: jhi                                   on 2000/12/08  16:03:08
15288         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
15289              From: sthoenna@efn.org
15290              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
15291              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
15292      Branch: perl
15293            ! Changes lib/ExtUtils/MM_OS2.pm
15294 ____________________________________________________________________________
15295 [  8039] By: jhi                                   on 2000/12/08  15:57:11
15296         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
15297              From: Simon Cozens <simon@cozens.net>
15298              Date: Fri, 8 Dec 2000 13:33:31 +0000
15299              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
15300              
15301              (The pp_hot part needed a rewrite.)
15302      Branch: perl
15303            ! doop.c pp_hot.c utf8.c
15304 ____________________________________________________________________________
15305 [  8038] By: jhi                                   on 2000/12/08  15:25:08
15306         Log: Subject: djSP
15307              From: Michael Stevens <michael@etla.org>
15308              Date: Wed, 6 Dec 2000 23:24:01 +0000
15309              Message-ID: <20001206232400.A21381@firedrake.org>
15310              
15311              Plus a note from Nick Ing-Simmons.
15312      Branch: perl
15313            ! pp.h
15314 ____________________________________________________________________________
15315 [  8037] By: jhi                                   on 2000/12/08  15:18:35
15316         Log: Filetype is text.
15317      Branch: perl
15318            ! t/op/utf8decode.t
15319 ____________________________________________________________________________
15320 [  8036] By: jhi                                   on 2000/12/08  03:31:27
15321         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
15322              From: Andy Dougherty <doughera@lafayette.edu>
15323              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
15324              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
15325              
15326              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
15327              From: Andy Dougherty <doughera@lafayette.edu>
15328              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
15329              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
15330      Branch: perl
15331            + ext/POSIX/hints/svr4.pl
15332            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
15333 ____________________________________________________________________________
15334 [  8035] By: jhi                                   on 2000/12/08  03:26:01
15335         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
15336              From: Andy Dougherty <doughera@lafayette.edu>
15337              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
15338              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
15339      Branch: perl
15340            ! t/README t/base/term.t
15341 ____________________________________________________________________________
15342 [  8034] By: jhi                                   on 2000/12/08  03:21:59
15343         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
15344              From: mjd@plover.com  
15345              Date: 7 Dec 2000 21:04:20 -0000
15346              Message-ID: <20001207210420.22282.qmail@plover.com>
15347              
15348              Plus -z doc.
15349      Branch: perl
15350            ! pod/perlfunc.pod
15351 ____________________________________________________________________________
15352 [  8033] By: jhi                                   on 2000/12/08  03:19:03
15353         Log: Use the UTF8 macros a bit.  They can't be used with abandon
15354              everywhere because we do generate illegal UTF-8 in some situations.
15355              This is of course naughty.
15356      Branch: perl
15357            ! pod/perlapi.pod utf8.c utf8.h
15358 ____________________________________________________________________________
15359 [  8032] By: jhi                                   on 2000/12/08  03:00:09
15360         Log: Out of sync?
15361      Branch: perl
15362            ! t/pragma/warn/utf8
15363 ____________________________________________________________________________
15364 [  8031] By: jhi                                   on 2000/12/08  02:22:39
15365         Log: Cnt spl.
15366      Branch: perl
15367            ! MANIFEST
15368 ____________________________________________________________________________
15369 [  8030] By: jhi                                   on 2000/12/08  01:23:54
15370         Log: Add test for reverse().
15371      Branch: perl
15372            + t/op/reverse.t
15373            ! MANIFEST
15374 ____________________________________________________________________________
15375 [  8029] By: jhi                                   on 2000/12/08  01:21:47
15376         Log: Integrate perlio.
15377      Branch: perl
15378           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
15379           !> perlio.c perlio.h perlsdio.h warnings.pl
15380 ____________________________________________________________________________
15381 [  8028] By: jhi                                   on 2000/12/08  01:19:08
15382         Log: Introduce macros for UTF8 decoding.
15383      Branch: perl
15384            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
15385 ____________________________________________________________________________
15386 [  8027] By: nick                                  on 2000/12/07  22:18:19
15387         Log: Integrate mainline
15388      Branch: perlio
15389           !> embed.pl pod/perlapi.pod utf8.c
15390 ____________________________________________________________________________
15391 [  8026] By: nick                                  on 2000/12/07  21:45:08
15392         Log: Various oddities p4 diff -se showed up
15393              Remove 'our' from warnings.pl
15394      Branch: perlio
15395            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
15396 ____________________________________________________________________________
15397 [  8025] By: nick                                  on 2000/12/07  21:43:32
15398         Log: Change PerlIO_(get|set)pos to take SV *
15399              Should fix, OS/2, VMS, (sfio??)
15400      Branch: perlio
15401            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
15402 ____________________________________________________________________________
15403 [  8024] By: jhi                                   on 2000/12/07  19:05:32
15404         Log: Document utf8_to_uv() better.
15405      Branch: perl
15406            ! pod/perlapi.pod utf8.c
15407 ____________________________________________________________________________
15408 [  8023] By: jhi                                   on 2000/12/07  18:23:47
15409         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
15410      Branch: perl
15411            ! embed.pl pod/perlapi.pod utf8.c
15412 ____________________________________________________________________________
15413 [  8022] By: jhi                                   on 2000/12/07  04:13:51
15414         Log: Integrate perlio.
15415      Branch: perl
15416           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
15417           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
15418           !> win32/makefile.mk
15419 ____________________________________________________________________________
15420 [  8021] By: nick                                  on 2000/12/07  00:28:14
15421         Log: Various attempts at MSVC debug - not sure what has
15422              changed but works now. 
15423              Seems atexit() _may_ work for DLLs built with MSVC so don't
15424              call cleanup that way.
15425      Branch: perlio
15426            ! perlio.c win32/makefile.mk
15427 ____________________________________________________________________________
15428 [  8020] By: nick                                  on 2000/12/06  19:57:20
15429         Log: Integrate mainline
15430      Branch: perlio
15431           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
15432           !> (integrate 75 files)
15433 ____________________________________________________________________________
15434 [  8019] By: nick                                  on 2000/12/06  19:28:21
15435         Log: Add useperlio to config.vc
15436              Turn off binmode in config_H.PL
15437              Regen all the config_H.xx
15438              Attempt to get debugging build with MSVC.
15439      Branch: perlio
15440            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15441            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
15442 ____________________________________________________________________________
15443 [  8018] By: nick                                  on 2000/12/06  19:21:57
15444         Log: Test various dup/external program options on all platforms.
15445      Branch: perlio
15446            ! t/io/dup.t
15447 ____________________________________________________________________________
15448 [  8017] By: nick                                  on 2000/12/06  19:20:47
15449         Log: Fix harness to be less picky
15450      Branch: perlio
15451            ! lib/Test/Harness.pm
15452 ____________________________________________________________________________
15453 [  8016] By: jhi                                   on 2000/12/06  16:45:12
15454         Log: Update Changes.
15455      Branch: perl
15456            ! Changes patchlevel.h
15457 ____________________________________________________________________________
15458 [  8015] By: jhi                                   on 2000/12/06  16:41:03
15459         Log: Test \x{...} with ord().
15460      Branch: perl
15461            ! t/op/ord.t
15462 ____________________________________________________________________________
15463 [  8014] By: jhi                                   on 2000/12/06  16:20:33
15464         Log: Test tweak because of #8013.
15465      Branch: perl
15466            ! t/lib/b.t
15467 ____________________________________________________________________________
15468 [  8013] By: jhi                                   on 2000/12/06  16:09:09
15469         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
15470              From: Michael G Schwern <schwern@pobox.com>
15471              Date: Tue, 5 Dec 2000 21:23:28 -0500
15472              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
15473              
15474              Carp::Heavy parts not very applicable because of recent changes.
15475      Branch: perl
15476            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
15477            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
15478            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
15479            ! lib/Exporter.pm lib/Exporter/Heavy.pm
15480            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
15481            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15482            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
15483            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
15484            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
15485            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
15486            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
15487            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
15488            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
15489            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
15490            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
15491            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
15492            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
15493            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
15494            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
15495            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
15496            ! warnings.pl
15497 ____________________________________________________________________________
15498 [  8012] By: jhi                                   on 2000/12/06  15:22:38
15499         Log: Subject: [PATCH] Re: New harness is failing things
15500              From: Nick Ing-Simmons <nik@tiuk.ti.com>
15501              Date: Wed, 6 Dec 2000 13:00:30 GMT
15502              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
15503      Branch: perl
15504            ! lib/Test/Harness.pm
15505 ____________________________________________________________________________
15506 [  8011] By: jhi                                   on 2000/12/06  15:12:08
15507         Log: Subject: installhtml changes
15508              From: Michael Stevens <michael@etla.org>
15509              Date: Wed, 6 Dec 2000 13:15:53 +0000
15510              Message-ID: <20001206131553.A27317@firedrake.org>
15511      Branch: perl
15512            ! installhtml
15513 ____________________________________________________________________________
15514 [  8010] By: jhi                                   on 2000/12/06  15:06:05
15515         Log: Subject: the dTHR hits
15516              From: Michael Stevens <michael@etla.org>
15517              Date: Wed, 6 Dec 2000 12:06:03 +0000
15518              Message-ID: <20001206120603.A24581@firedrake.org>
15519              
15520              More, errrm, less dTHRs.
15521      Branch: perl
15522            ! bytecode.pl ext/B/B/C.pm
15523 ____________________________________________________________________________
15524 [  8009] By: jhi                                   on 2000/12/06  15:04:25
15525         Log: Subject: MakeMaker mailing list gone?
15526              From: Michael G Schwern <schwern@pobox.com>
15527              Date: Tue, 5 Dec 2000 19:29:59 -0500
15528              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
15529              
15530              The MakeMaker mailing list is dead, perlbug is the right
15531              address to report bugs.
15532      Branch: perl
15533            ! lib/ExtUtils/MakeMaker.pm
15534 ____________________________________________________________________________
15535 [  8008] By: jhi                                   on 2000/12/06  15:00:32
15536         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
15537              From: Michael G Schwern <schwern@pobox.com>
15538              Date: Tue, 5 Dec 2000 19:21:21 -0500
15539              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
15540              
15541              Add a default MANIFEST skip that ignores things like
15542              version control files, editor temporary files, and the Makefile.
15543      Branch: perl
15544            + lib/ExtUtils/MANIFEST.SKIP
15545            ! MANIFEST lib/ExtUtils/Manifest.pm
15546 ____________________________________________________________________________
15547 [  8007] By: jhi                                   on 2000/12/06  14:57:20
15548         Log: In Amiga more manual hackery of the scripts seems to be needed,
15549              from Jan-Erik Karlsson.  Why Configure does not get this right
15550              is unknown, may be shell-induced.
15551      Branch: perl
15552            ! README.amiga
15553 ____________________________________________________________________________
15554 [  8006] By: jhi                                   on 2000/12/05  23:53:12
15555         Log: Add TOPm1s to peek at the second topmost stack item.
15556      Branch: perl
15557            ! pp.h
15558 ____________________________________________________________________________
15559 [  8005] By: jhi                                   on 2000/12/05  23:13:55
15560         Log: Avaunt, you foul UTF-8 tests.
15561      Branch: perl
15562            ! t/op/ver.t t/pragma/utf8.t
15563 ____________________________________________________________________________
15564 [  8004] By: jhi                                   on 2000/12/05  23:09:54
15565         Log: Continue utf8 dispersal. 
15566      Branch: perl
15567            + t/op/concat.t
15568            ! MANIFEST t/pragma/utf8.t
15569 ____________________________________________________________________________
15570 [  8003] By: nick                                  on 2000/12/05  23:02:39
15571         Log: Integrate mainline.
15572      Branch: perlio
15573           +> t/op/length.t t/op/utf8decode.t
15574           !> (integrate 69 files)
15575 ____________________________________________________________________________
15576 [  8002] By: jhi                                   on 2000/12/05  22:59:28
15577         Log: Integrate perlio.
15578      Branch: perl
15579           !> iperlsys.h perl.c perlio.c win32/perllib.c
15580 ____________________________________________________________________________
15581 [  8001] By: nick                                  on 2000/12/05  22:07:52
15582         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
15583              - calloc/free suffer from damage on TerminateThread()
15584              - use PerlMemShared (as originally planned) now fixed
15585              - avoid doing anything important on DLL "detach".
15586      Branch: perlio
15587            ! perl.c perlio.c win32/perllib.c
15588 ____________________________________________________________________________
15589 [  8000] By: nick                                  on 2000/12/05  21:05:09
15590         Log: Fix gross PerlMemShared issue.
15591      Branch: perlio
15592            ! iperlsys.h
15593 ____________________________________________________________________________
15594 [  7999] By: jhi                                   on 2000/12/05  20:46:58
15595         Log: Test for Unicode (UTF-8) hash keys.
15596      Branch: perl
15597            ! t/op/each.t
15598 ____________________________________________________________________________
15599 [  7998] By: jhi                                   on 2000/12/05  20:30:35
15600         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
15601              is now always UTF-8), empty line cosmetics.
15602      Branch: perl
15603            ! t/pragma/utf8.t
15604 ____________________________________________________________________________
15605 [  7997] By: jhi                                   on 2000/12/05  20:15:40
15606         Log: Subject: Re: STRLEN - what?
15607              From: Andy Dougherty <doughera@lafayette.edu>
15608              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
15609              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
15610              
15611              Explain STRLEN.
15612      Branch: perl
15613            ! pod/perlguts.pod
15614 ____________________________________________________________________________
15615 [  7996] By: jhi                                   on 2000/12/05  20:13:34
15616         Log: Split off the UTF-8 decoder tests, make them to check also
15617              the error message.
15618      Branch: perl
15619            + t/op/utf8decode.t
15620            ! MANIFEST t/pragma/utf8.t utf8.c
15621 ____________________________________________________________________________
15622 [  7995] By: jhi                                   on 2000/12/05  16:39:47
15623         Log: Start migrating bits of pragma/utf8 to elsewhere
15624              (since the long term plan is to obsolete 'use utf8').
15625      Branch: perl
15626            + t/op/length.t
15627            ! MANIFEST t/pragma/utf8.t
15628 ____________________________________________________________________________
15629 [  7994] By: jhi                                   on 2000/12/05  16:30:21
15630         Log: Fix a manual edit typo from #7993, fix the message formatting
15631              for Unicode, add few our declarations.
15632      Branch: perl
15633            ! lib/Carp/Heavy.pm
15634 ____________________________________________________________________________
15635 [  7993] By: jhi                                   on 2000/12/05  16:09:15
15636         Log: Subject: Need help with warnings :-(
15637              From: "Ben Tilly" <ben_tilly@hotmail.com>
15638              Date: Tue, 05 Dec 2000 01:35:54 -0500
15639              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
15640              
15641              Subject: UPDATE: Carp/Heavy now passes all tests
15642              From: "Ben Tilly" <ben_tilly@hotmail.com>
15643              Date: Tue, 05 Dec 2000 07:59:41 -0500
15644              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
15645              
15646              The Brave New Carp.
15647      Branch: perl
15648            ! lib/Carp.pm lib/Carp/Heavy.pm
15649 ____________________________________________________________________________
15650 [  7992] By: jhi                                   on 2000/12/05  15:55:08
15651         Log: Subject: [PATCH perl@7979] cygwin port
15652              From: "Eric Fifer" <efifer@dircon.co.uk>
15653              Date: Tue, 5 Dec 2000 14:04:09 -0000
15654              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
15655      Branch: perl
15656            ! t/lib/net-hostent.t
15657 ____________________________________________________________________________
15658 [  7991] By: jhi                                   on 2000/12/05  15:52:34
15659         Log: Subject: Re: [PATCH] The largest hoax of all times?
15660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15661              Date: Tue, 5 Dec 2000 00:40:25 -0500
15662              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
15663              
15664              Subject: Re: [PATCH] The largest hoax of all times?
15665              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15666              Date: Mon, 4 Dec 2000 23:55:53 -0500
15667              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
15668              
15669              Subject: Re: [PATCH] The largest hoax of all times?
15670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15671              Date: Tue, 5 Dec 2000 01:28:45 -0500
15672              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
15673              
15674              Fix the unpredictable order of DESTROYs.
15675      Branch: perl
15676            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
15677            ! sv.c sv.h t/op/ref.t
15678 ____________________________________________________________________________
15679 [  7990] By: jhi                                   on 2000/12/05  14:38:53
15680         Log: Subject: [PATCH] shrink pp_hot fractionally
15681              From: Nicholas Clark <nick@ccl4.org>
15682              Date: Tue, 5 Dec 2000 12:44:31 +0000
15683              Message-ID: <20001205124431.E74518@plum.flirble.org>
15684              
15685              Use report_evil_fh().
15686      Branch: perl
15687            ! opcode.pl opnames.h pp_hot.c util.c
15688 ____________________________________________________________________________
15689 [  7989] By: jhi                                   on 2000/12/05  14:21:27
15690         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
15691              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15692              Date: Mon, 04 Dec 2000 22:21:59 -0800
15693              Message-ID: <HmIL6gzkgepS092yn@efn.org>
15694              
15695              Harness shouldn't ignore responses like "ok 3\r\r\n".
15696      Branch: perl
15697            ! lib/Test/Harness.pm
15698 ____________________________________________________________________________
15699 [  7988] By: jhi                                   on 2000/12/05  13:51:28
15700         Log: Integrate the "skip" messages to explain().
15701      Branch: perl
15702            ! t/lib/syslfs.t t/op/lfs.t
15703 ____________________________________________________________________________
15704 [  7987] By: jhi                                   on 2000/12/05  12:34:54
15705         Log: The one that got away in #7984.
15706              
15707              Subject: Re: dTHR - what and why?
15708              From: Michael Stevens <michael@etla.org> 
15709              Date: Tue, 5 Dec 2000 11:15:52 +0000
15710              Message-ID: <20001205111552.A4647@firedrake.org>
15711      Branch: perl
15712            ! sv.h
15713 ____________________________________________________________________________
15714 [  7986] By: gsar                                  on 2000/12/05  09:14:44
15715         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
15716              due to the notorious GetFileType() bug in Windows 9x, which fstat()
15717              tickles)
15718      Branch: perl
15719            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
15720 ____________________________________________________________________________
15721 [  7985] By: jhi                                   on 2000/12/05  05:49:03
15722         Log: Integrate perlio.
15723      Branch: perl
15724           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
15725           !> win32/perlhost.h win32/perllib.c
15726 ____________________________________________________________________________
15727 [  7984] By: jhi                                   on 2000/12/05  05:48:16
15728         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
15729      Branch: perl
15730            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
15731            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
15732            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
15733            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
15734            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
15735            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
15736            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
15737            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
15738            ! win32/win32.c
15739 ____________________________________________________________________________
15740 [  7983] By: nick                                  on 2000/12/04  23:27:43
15741         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
15742      Branch: perlio
15743            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
15744            ! win32/perlhost.h win32/perllib.c
15745 ____________________________________________________________________________
15746 [  7982] By: jhi                                   on 2000/12/04  19:44:09
15747         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
15748              uncovered by #7980.
15749      Branch: perl
15750            ! op.c
15751 ____________________________________________________________________________
15752 [  7981] By: jhi                                   on 2000/12/04  19:42:07
15753         Log: Subject: [PATCH] Trivial dump.c feature
15754              From: Simon Cozens <simon@cozens.net>
15755              Date: Mon, 4 Dec 2000 18:08:38 +0000
15756              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
15757              
15758              Show whether a constant is UTF-8.
15759      Branch: perl
15760            ! dump.c
15761 ____________________________________________________________________________
15762 [  7980] By: jhi                                   on 2000/12/04  19:36:51
15763         Log: UTF-8 hash keys, patch from Inaba Hiroto.
15764      Branch: perl
15765            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
15766 ____________________________________________________________________________
15767 [  7979] By: jhi                                   on 2000/12/04  17:36:28
15768         Log: Update Changes.
15769      Branch: perl
15770            ! Changes patchlevel.h
15771 ____________________________________________________________________________
15772 [  7978] By: jhi                                   on 2000/12/04  16:42:17
15773         Log: Retract #7977, still too volatile (the euphemism of the day
15774              for unfinished and buggy :-)
15775      Branch: perl
15776            ! doop.c hv.c pp.c sv.h
15777 ____________________________________________________________________________
15778 [  7977] By: jhi                                   on 2000/12/04  16:25:15
15779         Log: (Retracted by #7978, too shaky yet.)
15780              
15781              Subject: Re: utf8 in hash keys, implementor missing
15782              From: Simon Cozens <simon@cozens.net>
15783              Date: Sat, 2 Dec 2000 19:49:35 +0000
15784              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
15785              
15786              The first step at UTF-8 hash keys.
15787      Branch: perl
15788            ! doop.c hv.c pp.c sv.h
15789 ____________________________________________________________________________
15790 [  7976] By: jhi                                   on 2000/12/04  16:13:53
15791         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
15792              From: sthoenna@efn.org
15793              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
15794              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
15795      Branch: perl
15796            ! os2/os2.c perlio.c
15797 ____________________________________________________________________________
15798 [  7975] By: jhi                                   on 2000/12/04  16:05:25
15799         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
15800              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15801              Date: Thu, 30 Nov 2000 20:50:37 -0800
15802              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
15803      Branch: perl
15804            ! os2/os2.c
15805 ____________________________________________________________________________
15806 [  7974] By: jhi                                   on 2000/12/04  16:03:57
15807         Log: Subject: [PATCH] ++ 20% faster
15808              From: Nicholas Clark <nick@ccl4.org>
15809              Date: Mon, 4 Dec 2000 12:17:27 +0000
15810              Message-ID: <20001204121726.B52976@plum.flirble.org>
15811              
15812              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
15813      Branch: perl
15814            ! sv.c
15815 ____________________________________________________________________________
15816 [  7973] By: jhi                                   on 2000/12/04  16:00:48
15817         Log: 
15818              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
15819              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15820              Date: Mon, 04 Dec 2000 12:30:45 +0100
15821              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
15822              
15823              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
15824              library (getprotobyname and getprotobynumber are outversioned by
15825              the same calls in libc, at least for xlc version 3.
15826      Branch: perl
15827            ! hints/aix.sh
15828 ____________________________________________________________________________
15829 [  7972] By: jhi                                   on 2000/12/04  02:58:31
15830         Log: Integrate perlio.
15831      Branch: perl
15832           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
15833           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
15834           !> win32/win32.h win32/win32iop.h win32/win32thread.h
15835 ____________________________________________________________________________
15836 [  7971] By: nick                                  on 2000/12/04  00:24:33
15837         Log: Quieten some noise in Win32 builds:
15838              - win32.h is included after <sys/socket.h>, so need to 
15839              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
15840              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
15841      Branch: perlio
15842            ! doio.c perl.h toke.c win32/win32.h
15843 ____________________________________________________________________________
15844 [  7970] By: nick                                  on 2000/12/03  22:57:46
15845         Log: PERL_IMPLICIT_SYS compiles but does not work.
15846      Branch: perlio
15847            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
15848            ! win32/perlhost.h win32/perllib.c win32/win32.h
15849            ! win32/win32iop.h win32/win32thread.h
15850 ____________________________________________________________________________
15851 [  7969] By: jhi                                   on 2000/12/03  22:12:58
15852         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
15853              used to swash_init(), makes regprop() dumps more informative
15854              (+utf8::IsAlpha, -utf8::IsDigit, for example).
15855      Branch: perl
15856            ! regcomp.c regexec.c
15857 ____________________________________________________________________________
15858 [  7968] By: jhi                                   on 2000/12/03  21:39:56
15859         Log: Implement ANYOFUTF8 regprop() dumping.
15860      Branch: perl
15861            ! regcomp.c
15862 ____________________________________________________________________________
15863 [  7967] By: jhi                                   on 2000/12/03  20:57:19
15864         Log: Make uv_to_utf8() to zero-terminate its output buffer,
15865              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
15866      Branch: perl
15867            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
15868 ____________________________________________________________________________
15869 [  7966] By: nick                                  on 2000/12/03  18:41:21
15870         Log: Integrate mainline (STDCHAR)
15871      Branch: perlio
15872           !> Configure t/pragma/utf8.t
15873 ____________________________________________________________________________
15874 [  7965] By: jhi                                   on 2000/12/03  17:58:20
15875         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
15876      Branch: perl
15877            ! t/pragma/utf8.t
15878 ____________________________________________________________________________
15879 [  7964] By: jhi                                   on 2000/12/03  17:35:56
15880         Log: Integrate perlio.
15881      Branch: perl
15882           !> iperlsys.h perlio.c
15883 ____________________________________________________________________________
15884 [  7963] By: jhi                                   on 2000/12/03  17:33:55
15885         Log: Metaconfig unit change for #7962.
15886      Branch: metaconfig
15887            ! U/modified/stdchar.U
15888 ____________________________________________________________________________
15889 [  7962] By: jhi                                   on 2000/12/03  17:33:27
15890         Log: Untangle the <stdio.h> #include nest for the stdchar test,
15891              from Andy Dougherty.
15892      Branch: perl
15893            ! Configure
15894 ____________________________________________________________________________
15895 [  7961] By: nick                                  on 2000/12/03  16:53:00
15896         Log: Make iperlsys.h vector stdio not PerlIO.
15897      Branch: perlio
15898            ! iperlsys.h perlio.c
15899 ____________________________________________________________________________
15900 [  7960] By: nick                                  on 2000/12/03  14:43:01
15901         Log: Integrate mainline
15902      Branch: perlio
15903           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
15904           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
15905 ____________________________________________________________________________
15906 [  7959] By: jhi                                   on 2000/12/03  08:16:36
15907         Log: Use DO_UTF8().
15908      Branch: perl
15909            ! op.c
15910 ____________________________________________________________________________
15911 [  7958] By: jhi                                   on 2000/12/02  18:33:05
15912         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
15913              From: Mike Guy <mjtg@cam.ac.uk>         
15914              Date: Sat, 02 Dec 2000 17:27:13 +0000
15915              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
15916              
15917              An extraneous argument.
15918      Branch: perl
15919            ! toke.c
15920 ____________________________________________________________________________
15921 [  7957] By: jhi                                   on 2000/12/02  18:22:32
15922         Log: A missing hunk.
15923      Branch: perl
15924            ! t/lib/net-hostent.t
15925 ____________________________________________________________________________
15926 [  7956] By: jhi                                   on 2000/12/02  18:06:20
15927         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
15928              From: Nicholas Clark <nick@ccl4.org>
15929              Date: Sat, 2 Dec 2000 14:28:27 +0000
15930              Message-ID: <20001202142827.A12308@plum.flirble.org>
15931              
15932              Test robustness.
15933      Branch: perl
15934            ! t/lib/net-hostent.t
15935 ____________________________________________________________________________
15936 [  7955] By: jhi                                   on 2000/12/02  17:58:06
15937         Log: Metaconfig unit change for #7954.
15938      Branch: metaconfig
15939            ! U/modified/stdchar.U
15940 ____________________________________________________________________________
15941 [  7954] By: jhi                                   on 2000/12/02  17:54:32
15942         Log: An inconvenient hang would happen if the stdio _ptr wasn't
15943              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
15944              would be grepping stdin for all eternity for the _ptr.)
15945      Branch: perl
15946            ! Configure
15947 ____________________________________________________________________________
15948 [  7953] By: jhi                                   on 2000/12/02  00:07:15
15949         Log: Update Changes.
15950      Branch: perl
15951            ! Changes patchlevel.h
15952 ____________________________________________________________________________
15953 [  7952] By: jhi                                   on 2000/12/01  23:54:47
15954         Log: Subject: Re: long shell lines
15955              From: Andy Dougherty <doughera@lafayette.edu>
15956              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
15957              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
15958              
15959              Split overly long shell command lines.
15960      Branch: perl
15961            ! lib/ExtUtils/MM_Unix.pm
15962 ____________________________________________________________________________
15963 [  7951] By: jhi                                   on 2000/12/01  23:48:02
15964         Log: The metaconfig unit change for #7950.
15965      Branch: metaconfig
15966            + U/modified/stdchar.U
15967 ____________________________________________________________________________
15968 [  7950] By: jhi                                   on 2000/12/01  23:47:39
15969         Log: Try to find stdchar also from <stdio_impl.h>.
15970      Branch: perl
15971            ! Configure config_h.SH
15972 ____________________________________________________________________________
15973 [  7949] By: jhi                                   on 2000/12/01  23:46:45
15974         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
15975              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15976              Date: Fri, 1 Dec 2000 16:26:08 -0500
15977              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
15978              
15979              Reword the diagnostic message.
15980      Branch: perl
15981            ! pod/perldiag.pod
15982 ____________________________________________________________________________
15983 [  7948] By: nick                                  on 2000/12/01  22:49:43
15984         Log: Integrate mainline (for s/y/m as sub names stuff).
15985      Branch: perlio
15986           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
15987           !> t/pragma/warn/toke toke.c
15988 ____________________________________________________________________________
15989 [  7947] By: jhi                                   on 2000/12/01  20:55:41
15990         Log: Integrate perlio.
15991      Branch: perl
15992           !> perlio.c perliol.h t/io/pipe.t
15993 ____________________________________________________________________________
15994 [  7946] By: jhi                                   on 2000/12/01  20:36:51
15995         Log: Upgrade to CPAN 1.59_51, from Andreas König.
15996      Branch: perl
15997            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15998 ____________________________________________________________________________
15999 [  7945] By: nick                                  on 2000/12/01  20:31:32
16000         Log: Integrate mainline
16001      Branch: perlio
16002           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
16003           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
16004           +> t/lib/net-hostent.t
16005           !> (integrate 35 files)
16006 ____________________________________________________________________________
16007 [  7944] By: jhi                                   on 2000/12/01  20:23:29
16008         Log: Some help for 20001130.011.  Now one gets warnings like
16009              "Ambiguous -f() resolved as a file test ..."
16010      Branch: perl
16011            ! pod/perldiag.pod t/pragma/warn/toke toke.c
16012 ____________________________________________________________________________
16013 [  7943] By: jhi                                   on 2000/12/01  19:44:44
16014         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
16015              that also breaks using them as methods. 
16016      Branch: perl
16017            ! pod/perldiag.pod t/op/misc.t toke.c
16018 ____________________________________________________________________________
16019 [  7942] By: nick                                  on 2000/12/01  17:56:46
16020         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
16021              Make 'unix' pass most tests
16022              - do unread by temporary push of layer ("pending") holding unread chars
16023              - fast_gets is now based on per-handle flag
16024              - relax one of io/pipe.t tests to allow print to fail and close to
16025              succeed so that it passes on unbuffered "unix" layer.
16026              Remaining fail is sporadic and a genuine race condition between
16027              parent/child in fork test.
16028      Branch: perlio
16029            ! perlio.c perliol.h t/io/pipe.t
16030 ____________________________________________________________________________
16031 [  7941] By: jhi                                   on 2000/12/01  15:28:58
16032         Log: (Retracted by #7943.)
16033              
16034              Reserve the short named string operator names.
16035      Branch: perl
16036            ! pod/perldiag.pod t/op/misc.t toke.c
16037 ____________________________________________________________________________
16038 [  7940] By: jhi                                   on 2000/12/01  06:45:53
16039         Log: Get the three different space character classes right under utf8.
16040      Branch: perl
16041            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
16042            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
16043            ! regexec.c t/op/pat.t utf8.c
16044 ____________________________________________________________________________
16045 [  7939] By: jhi                                   on 2000/12/01  03:26:26
16046         Log: Two more tests that make no sense in UTF-8 since the test
16047              data is not in UTF-8.
16048      Branch: perl
16049            ! t/op/regexp.t
16050 ____________________________________________________________________________
16051 [  7938] By: jhi                                   on 2000/12/01  03:20:39
16052         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
16053              should it be required inside regexen?
16054      Branch: perl
16055            ! regcomp.c t/op/regmesg.t
16056 ____________________________________________________________________________
16057 [  7937] By: jhi                                   on 2000/12/01  02:58:53
16058         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
16059              stored and restored, and thusly was trounced by the utf8 swash
16060              routines.
16061      Branch: perl
16062            ! regcomp.c
16063 ____________________________________________________________________________
16064 [  7936] By: jhi                                   on 2000/11/30  20:41:39
16065         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
16066              Why the different platforms behave so differently (core dump vs
16067              no core dump) on this bug is a but of a mystery, but if I had to
16068              guess I would mumble something like 'alignment'.
16069      Branch: perl
16070            ! sv.c
16071 ____________________________________________________________________________
16072 [  7935] By: jhi                                   on 2000/11/30  16:17:02
16073         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
16074              From: Robin Barker <rmb1@cise.npl.co.uk>
16075              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
16076              Date: Thu, 30 Nov 2000 14:27:12 GMT
16077      Branch: perl
16078            ! perlio.c toke.c
16079 ____________________________________________________________________________
16080 [  7934] By: jhi                                   on 2000/11/30  16:04:49
16081         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
16082      Branch: perl
16083            ! t/lib/net-hostent.t
16084 ____________________________________________________________________________
16085 [  7933] By: jhi                                   on 2000/11/30  06:07:26
16086         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
16087              From: Peter Prymmer <pvhp@forte.com>
16088              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
16089              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
16090              
16091              In VMS the localhost may be LOCALHOST.
16092      Branch: perl
16093            ! t/lib/net-hostent.t
16094 ____________________________________________________________________________
16095 [  7932] By: jhi                                   on 2000/11/30  01:11:11
16096         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
16097              From: Peter Prymmer <pvhp@forte.com>
16098              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
16099              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
16100              
16101              plus regen perlapi.pod.
16102      Branch: perl
16103            ! pod/perlapi.pod utf8.c
16104 ____________________________________________________________________________
16105 [  7931] By: jhi                                   on 2000/11/30  01:06:19
16106         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
16107              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16108              Date:     Wed, 29 Nov 2000 17:15:11 EST
16109              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
16110      Branch: perl
16111            ! t/lib/filter-util.pl t/lib/filter-util.t
16112 ____________________________________________________________________________
16113 [  7930] By: jhi                                   on 2000/11/29  18:51:55
16114         Log: Update Changes.
16115      Branch: perl
16116            ! Changes patchlevel.h
16117 ____________________________________________________________________________
16118 [  7929] By: jhi                                   on 2000/11/29  18:50:55
16119         Log: Update the va_copy() metaconfig unit.
16120      Branch: metaconfig/U/perl
16121            ! need_va_copy.U
16122 ____________________________________________________________________________
16123 [  7928] By: jhi                                   on 2000/11/29  17:50:43
16124         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
16125              From: Dominic Dunlop <domo@computer.org>
16126              Date: Tue, 28 Nov 2000 16:41:57 +0100
16127              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
16128              
16129              Patch to catch a core dump in the Configure va_copy test.
16130      Branch: perl
16131            ! Configure config_h.SH
16132 ____________________________________________________________________________
16133 [  7927] By: jhi                                   on 2000/11/29  17:31:59
16134         Log: Retract #7921, the patch shouldn't be needed.
16135      Branch: perl
16136            ! sv.c
16137 ____________________________________________________________________________
16138 [  7926] By: jhi                                   on 2000/11/29  17:01:41
16139         Log: Make the Class::Struct import() wiser.
16140      Branch: perl
16141            ! lib/Class/Struct.pm t/lib/class-struct.t
16142 ____________________________________________________________________________
16143 [  7925] By: jhi                                   on 2000/11/29  16:36:33
16144         Log: All the core library users of Class::Struct seem to be
16145              using "use Class::Struct 'struct';" instead of the bare
16146              "use Class::Struct;", which isn't documented in Class::Struct.
16147              This can't be right.
16148      Branch: perl
16149            ! lib/File/stat.pm
16150 ____________________________________________________________________________
16151 [  7924] By: jhi                                   on 2000/11/29  16:32:15
16152         Log: A test works better if it has the right 1..$n output.
16153      Branch: perl
16154            ! t/lib/class-struct.t
16155 ____________________________________________________________________________
16156 [  7923] By: jhi                                   on 2000/11/29  16:29:11
16157         Log: Forgot to MANIFEST the new Net::hostent test.
16158      Branch: perl
16159            ! MANIFEST
16160 ____________________________________________________________________________
16161 [  7922] By: jhi                                   on 2000/11/29  16:27:49
16162         Log: Integrate perlio.
16163      Branch: perl
16164           !> iperlsys.h perlio.c
16165 ____________________________________________________________________________
16166 [  7921] By: jhi                                   on 2000/11/29  16:27:10
16167         Log: (Retracted by #7927.)
16168              
16169              Subject: [PATCH] Is infinity a number?
16170              From: Simon Cozens <simon@cozens.net>
16171              Date: Wed, 29 Nov 2000 14:48:20 +0000
16172              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
16173      Branch: perl
16174            ! sv.c
16175 ____________________________________________________________________________
16176 [  7920] By: jhi                                   on 2000/11/29  16:23:02
16177         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
16178              From: rspier@pobox.com (Robert Spier)
16179              Date: Wed, 29 Nov 2000 02:17:49 -0500
16180              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
16181              
16182              Add a test for Net::hostent.
16183      Branch: perl
16184            + t/lib/net-hostent.t
16185 ____________________________________________________________________________
16186 [  7919] By: jhi                                   on 2000/11/29  16:21:31
16187         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
16188              add a test for Class::Struct.
16189      Branch: perl
16190            + t/lib/class-struct.t
16191            ! MANIFEST lib/Class/Struct.pm
16192 ____________________________________________________________________________
16193 [  7918] By: jhi                                   on 2000/11/29  15:48:40
16194         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
16195              From: rspier@pobox.com (Robert Spier)
16196              Date: Wed, 29 Nov 2000 02:25:39 -0500
16197              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
16198              
16199              More checking in case someone has broken their services or
16200              protocol databases.
16201      Branch: perl
16202            ! ext/Sys/Syslog/Syslog.pm
16203 ____________________________________________________________________________
16204 [  7917] By: jhi                                   on 2000/11/29  15:46:25
16205         Log: Subject: [PATCH] $^O  win32 -> MSWin32
16206              From: rspier@pobox.com (Robert Spier)
16207              Date: Wed, 29 Nov 2000 02:17:38 -0500
16208              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
16209              
16210              plus similar nits for vms, err, VMS, and UNICOS.
16211      Branch: perl
16212            ! t/lib/syslfs.t t/op/lfs.t
16213 ____________________________________________________________________________
16214 [  7916] By: jhi                                   on 2000/11/29  15:42:51
16215         Log: Subject: [PATCH] Tokeniser debugging
16216              From: Simon Cozens <simon@cozens.net>
16217              Date: Wed, 29 Nov 2000 14:15:45 +0000
16218              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
16219      Branch: perl
16220            ! perl.c perl.h pod/perlrun.pod toke.c
16221 ____________________________________________________________________________
16222 [  7915] By: jhi                                   on 2000/11/29  15:41:36
16223         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
16224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16225              Date: Wed, 29 Nov 2000 02:13:14 -0500
16226              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
16227              
16228              OUT keyword nits.
16229              
16230              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
16231              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16232              Date: Wed, 29 Nov 2000 03:09:04 -0500
16233              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
16234              
16235              OUT and IN_OUT documentation.
16236      Branch: perl
16237            ! lib/ExtUtils/xsubpp pod/perlxs.pod
16238 ____________________________________________________________________________
16239 [  7914] By: jhi                                   on 2000/11/29  03:35:01
16240         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
16241              From: John Tobey <jtobey@john-edwin-tobey.org>
16242              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
16243              Message-Id: <m140e1N-000FOoC@feynman.localnet>
16244              
16245              plus a performance speedup noticed by Sarathy.
16246      Branch: perl
16247            ! op.c
16248 ____________________________________________________________________________
16249 [  7913] By: jhi                                   on 2000/11/29  03:16:59
16250         Log: Use "1 while unlink" so that VMS gets clean, too.
16251      Branch: perl
16252            ! t/lib/filter-util.t
16253 ____________________________________________________________________________
16254 [  7912] By: jhi                                   on 2000/11/29  03:09:08
16255         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
16256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16257              Date: Tue, 28 Nov 2000 03:27:09 -0500
16258              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
16259      Branch: perl
16260            ! lib/ExtUtils/xsubpp
16261 ____________________________________________________________________________
16262 [  7911] By: jhi                                   on 2000/11/29  03:06:30
16263         Log: This should have been part of #7872: no need to scan UTF-8
16264              until eternity.
16265      Branch: perl
16266            ! utf8.c
16267 ____________________________________________________________________________
16268 [  7910] By: jhi                                   on 2000/11/29  02:50:04
16269         Log: One more perltie.pod nit from Casey R. Tweten.
16270      Branch: perl
16271            ! pod/perltie.pod
16272 ____________________________________________________________________________
16273 [  7909] By: jhi                                   on 2000/11/29  02:44:23
16274         Log: Document the known sprintf test failures, exact standard
16275              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
16276      Branch: perl
16277            ! pod/perldelta.pod t/op/sprintf.t
16278 ____________________________________________________________________________
16279 [  7908] By: jhi                                   on 2000/11/29  02:36:23
16280         Log: Add the Encoding table format documentation.
16281      Branch: perl
16282            + ext/Encode/Encode/EncodeFormat.pod
16283            ! MANIFEST
16284 ____________________________________________________________________________
16285 [  7907] By: jhi                                   on 2000/11/29  02:07:24
16286         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
16287              From: "Casey R. Tweten" <crt@kiski.net>
16288              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
16289              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
16290              
16291              Subject: Re: [PATCH] Updating perltie.pod for arrays
16292              From: "Casey R. Tweten" <crt@kiski.net>
16293              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
16294              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
16295      Branch: perl
16296            ! pod/perltie.pod
16297 ____________________________________________________________________________
16298 [  7906] By: nick                                  on 2000/11/28  22:40:59
16299         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
16300      Branch: perlio
16301            ! iperlsys.h perlio.c
16302 ____________________________________________________________________________
16303 [  7905] By: nick                                  on 2000/11/28  22:04:34
16304         Log: Integrate mainline
16305      Branch: perlio
16306           !> (integrate 39 files)
16307 ____________________________________________________________________________
16308 [  7904] By: jhi                                   on 2000/11/28  16:44:43
16309         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
16310              From: Nicholas Clark <nick@babyhippo.co.uk>
16311              Date: Tue, 28 Nov 2000 11:16:57 +0000
16312              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
16313      Branch: perl
16314            ! pod/perlipc.pod
16315 ____________________________________________________________________________
16316 [  7903] By: jhi                                   on 2000/11/28  16:40:31
16317         Log: Subject: [PATCH] Updating perltie.pod for arrays
16318              From: "Casey R. Tweten" <crt@kiski.net>
16319              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
16320              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
16321      Branch: perl
16322            ! pod/perltie.pod
16323 ____________________________________________________________________________
16324 [  7902] By: jhi                                   on 2000/11/28  16:39:37
16325         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
16326              From: Robin Barker <rmb1@cise.npl.co.uk>
16327              Date: Mon, 27 Nov 2000 17:56:44 GMT
16328              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
16329      Branch: perl
16330            ! pod/perlfunc.pod t/op/split.t
16331 ____________________________________________________________________________
16332 [  7901] By: jhi                                   on 2000/11/28  16:28:04
16333         Log: setmode() is a DOSish-only thing.
16334      Branch: perl
16335            ! perlio.c
16336 ____________________________________________________________________________
16337 [  7900] By: jhi                                   on 2000/11/28  16:21:46
16338         Log: Subject: [PATCH] perlcc.PL cleanups
16339              From: Simon Cozens <simon@cozens.net>
16340              Date: Tue, 28 Nov 2000 12:44:35 +0000
16341              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
16342      Branch: perl
16343            ! utils/perlcc.PL
16344 ____________________________________________________________________________
16345 [  7899] By: gsar                                  on 2000/11/28  06:32:55
16346         Log: reintegrate files missed by change#7895
16347      Branch: maint-5.6/perl
16348           +> ext/ByteLoader/bytecode.h utils/Makefile
16349            - utils/perlbc.PL
16350 ____________________________________________________________________________
16351 [  7897] By: gsar                                  on 2000/11/27  18:22:47
16352         Log: can't integrate these two files, for some reason
16353      Branch: maint-5.6/perl
16354            - ext/ByteLoader/bytecode.h utils/Makefile
16355 ____________________________________________________________________________
16356 [  7895] By: gsar                                  on 2000/11/27  18:11:21
16357         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
16358              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
16359              6757..6890,6892..6901 from mainline
16360              
16361              Bytecompiler patches from Benjamin Stuhl.
16362              
16363              More bytecompiler.
16364              
16365              Subject: [PATCH blead] B:: missing dependency
16366              
16367              Subject: [PATCH: 6757] configure.com updates and syslog build
16368              
16369              Long double Gconvert fixes from Yitzchak Scott-Thoennes
16370              and Spider Boardman.
16371              
16372              Subject: [PATCH blead] nextchar() abuse misses an optimisation
16373              
16374              Long double fixes from Spider Boardman.
16375              
16376              Make the selection of NVff et al stricter.
16377              
16378              cSVOPo_*v things index into the current PL_curpad
16379              under ithreads, which is different from the curpad
16380              used by the XSUB.  (In other words, the code as-is
16381              before this patch wouldn't work under ithreads.)
16382              
16383              Be portable.
16384              
16385              VMS MMS (make) wants null action.
16386              
16387              Mac and other portability updates from Chris Nandor.
16388              
16389              Storable support, v-version fixes.
16390              Subject: CPAN.pm beta for testing available
16391              
16392              Portability fix from Hugo van der Sanden.
16393              
16394              Bad makefile.
16395              
16396              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
16397              
16398              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
16399              
16400              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
16401              
16402              Replace #6705 with a minimal doc patch.
16403              Subject: [PATCH 5.6.0] replace change #6705
16404              
16405              Drop the separate perlbc, perlcc -b should be enough.
16406              
16407              installperl couldn't tell whether it had run tests or not.
16408              Subject: [PATCH] Re: installperl and t/TEST
16409              
16410              Add silencer flags to installperl.
16411              Subject: [PATCH] Making installperl silent.
16412              
16413              Make "make install" by default silent.  A new "install-verbose"
16414              target is verbose.
16415              
16416              More liberal parsing of version numbers.
16417              Subject: Re: CPAN.pm beta for testing available
16418              
16419              Create directories in silence.
16420              Subject: [PATCH] Another silencer for MakeMaker
16421              
16422              DOS patches and portability/porting notes, from Tim Jenness.
16423              
16424              Make installman to recognize the silence flag -S.
16425              
16426              Actually do something with the silencer option.
16427              
16428              Continue silencing.
16429              
16430              Show the doc file, not the temp file.
16431              
16432              Regen perltoc.
16433              
16434              Subject: [PATCH] More silencing of installman.
16435              
16436              Better wording for the vec lvalue diagnostic.
16437              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
16438              
16439              Subject: [PATCH: 6805] several more tweaks to configure.com
16440              
16441              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
16442              
16443              Missing parts of 
16444              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
16445              
16446              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
16447              (applied slightly modified)
16448              
16449              installperl --verbose and --silent.
16450              Subject: Re: [PATCH] More silencing of installman.
16451              
16452              Add install-silent target.
16453              
16454              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
16455              the problem reported in
16456              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
16457              
16458              Tweak the sfio/useperlio logic, hopefully as wished in
16459              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
16460              
16461              One forgotten file from #6816.
16462              
16463              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
16464              
16465              Remove duplicately applied patch shards.
16466              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
16467              
16468              Support preserving extremely big/small angles.
16469              
16470              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
16471              
16472              Subject: [PATCH] installation not quite silent yet.
16473              
16474              Update the test count.
16475              
16476              Use UVxf, PTR2UV, NVff.
16477              
16478              Document PTR2XX and INT2PTR.
16479              
16480              no-install target a la make -n.
16481              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
16482              
16483              grep -e isn't portable.
16484              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
16485              
16486              Can't get the test to reliably work thanks to the
16487              inaccurateness of floating point.  "Resolves" bug ids
16488              20000826.003, 20000826.009, 20000826.010,
16489              
16490              Subject: installman buglet
16491              
16492              DJGPP update from Laszlo Molnar.
16493              
16494              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
16495              
16496              Passing -R in ldflags makes now it to appear in the default
16497              for lddlflags, just like with -L.
16498              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
16499              
16500              Test nit.
16501              
16502              Use the actual thread type, not the pointer-to-struct.
16503              
16504              Provice virtual $Config{ccflags_nolargefiles} etc. 
16505              
16506              display_format used as a class method without arguments was broken,
16507              reported in
16508              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
16509              
16510              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
16511              
16512              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
16513              
16514              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
16515              
16516              opmini.o may be left around if a build is interrupted.
16517              
16518              Typo in #6858.
16519              
16520              Fix for ID 20000828.001, long doubles were not formatted
16521              correctly (showed up in $], which stopped installing perl).
16522              
16523              An attempt to fix the problem reported in
16524              Subject: Building perl@6856 using gcc/AIX 4.3.3 
16525              I can't test this properly since the gcc installation I have
16526              access to seems to be botched (gcc is calling the AIX cpp,
16527              a losing proposition...)
16528              
16529              Add -ld to archname on long tr...double platforms.
16530              
16531              Subject: hv.h Doc Patch
16532              
16533              Potential cruft.
16534              
16535              Subject: [PATCH bleedperl@6856] warnings fixes
16536              
16537              -S is the silent flag, -s is the strip flag.
16538              Subject: [PATCH] Re: [PATCH] make no-install          
16539              
16540              Take out the SUIDMAIL thing, that will not be
16541              a problem in 5.7.*.
16542              
16543              Subject: [PATCH bleedperl@6866] spellings
16544              
16545              Subject: [PATCH] Re: files not cleaned even by veryclean
16546              
16547              Use minimal @INC in tests, most of the time just '../lib',
16548              so that we simply can't pick up stuff from other Perls than
16549              the one we are testing.  Pointed out by
16550              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
16551              
16552              Update to Getopt::Long 2.24, from Johan Vromans.
16553              
16554              Fix for thinko in #6848.
16555              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
16556              
16557              Patches all over for people and the files they (hopefully) care about.
16558              
16559              Subject: Net::protoent does not export 'getproto'
16560              
16561              Missed a change in #6869.
16562              
16563              Subject: [PATCH] Warnings in B::Deparse
16564              
16565              Subject: [PATCH] Glob dumping
16566              
16567              Disable one of the tests for now.
16568              
16569              Disabling the one test is a bit tricky.
16570              
16571              Don't forget to tidy up.
16572              
16573              The #6881 removed one dump line.
16574              
16575              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
16576              
16577              Under usethreads the dumped variable is IN_PAD.
16578              Subject: Re: [PATCH] Glob dumping
16579              
16580              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
16581              
16582              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
16583              
16584              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
16585              
16586              Regen Configure for #6894.
16587              
16588              Subject: [PATCH: 6889] updates to perlebcdic.pod
16589              
16590              Undo namespace pollution of #6878.
16591              Subject: Re: Net::protoent does not export 'getproto'
16592              
16593              Admit that we are leaking scalars.
16594              
16595              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
16596      Branch: maint-5.6/perl
16597           !> (integrate 271 files)
16598 ____________________________________________________________________________
16599 [  7894] By: gsar                                  on 2000/11/27  16:00:34
16600         Log: a couple of nits
16601      Branch: maint-5.6/perl
16602            ! MANIFEST pp_sys.c
16603 ____________________________________________________________________________
16604 [  7893] By: gsar                                  on 2000/11/27  15:10:56
16605         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
16606              6740..6745,6747..6757,6760
16607              
16608              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
16609              
16610              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
16611              
16612              Doc nits spotted by Richard Soderberg.
16613              
16614              move WNOHANG definition to where other such things are
16615              
16616              Make $Config{byteorder} more magical so that it is
16617              dynamically computed: nice for 'fat binaries'.
16618              Subject: [PATCH]: default byteorder
16619              
16620              Subject: [PATCH] Cwd.pm now uses strict
16621              
16622              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
16623              
16624              Get -DLEAKTEST to compile (not necessarily to work, mind)
16625              Subject: [ID 20000724.006] -DLEAKTEST problem
16626              
16627              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
16628              
16629              Add perlebcdic from Peter Prymmer, regen toc.
16630              
16631              Don't propose using modules built for 5.005 if no binary
16632              compatibility with 5.005 is attempted.
16633              
16634              Do not use prototyping here.
16635              Subject: [ID 20000817.016] [PATCH] Peek.xs
16636              
16637              Document what the backtick returns if the command fails.
16638              
16639              Add byteorder to the myconfig output.
16640              
16641              Introduce NVef, NVff, and NVgf, use the middle one.
16642              (helps for lib/peek + Linux + long doubles)  Reported in
16643              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
16644              Use NVs in POSIX math, not doubles.
16645              Subject: [ID 20000817.014] POSIX & modfl
16646              
16647              Subject: [PATCH 5.6.0+] newSVrv() memory leak
16648              
16649              The byteorder code in #6671 was wrong.
16650              
16651              Fix the lib/complex failure of
16652              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
16653              Linux long double accuracy issue: something that
16654              when printed with %g looks like "2" but int() of it is 1.
16655              
16656              Propagate new Configure vars.
16657              
16658              Unbuffer the output.
16659              
16660              Subject: [PATCH] perltrap.pod spring cleaning
16661              
16662              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
16663              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
16664              
16665              Tiny Getopt::Long patch from Johan Vromans.
16666              
16667              Document code point which makes if (defined %stash::) to work
16668              (noted by Spider Boardman).
16669              
16670              Subject: [PATCH perl@6698] cygwin port
16671              
16672              Document the NDBM_File and ODBM_File as SDBM_File
16673              was documented in #6417.
16674              
16675              The new tests were missing from #6415.
16676              
16677              Add [[:blank:]] as suggested in
16678              Subject: [ID 20000716.024] [=cc=] / [:blank:]
16679              (the [=cc=] has already been taken care of by #6439
16680              so the whole bug report can be closed)
16681              and make [[:space:]] to be equivalent to isspace(3)
16682              (as opposed to \s, which is isSPACE()).  The difference
16683              is that now [[:space:]] matches the mythical vertical tab,
16684              while \s doesn't.
16685              
16686              Don't eat leading os from index entries.
16687              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
16688              
16689              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
16690              
16691              Typo in pp_complement().
16692              Subject: [PATCH perl-current] Deparse
16693              
16694              Add warnif(), check warnings further up the stack,
16695              all the warnings functions now can take an optional object reference.
16696              Subject: [PATCH bleedperl@6691] warnings pragma update
16697              
16698              Fix a core dump in lib/selfloader under -DDEBUGGING.
16699              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
16700              
16701              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
16702              
16703              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
16704              
16705              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
16706              Put back the long double avoidance code to POSIX.xs
16707              because VMS seems to need it still.
16708              
16709              Introduce a 'veryclean' target that is like 'distclean'
16710              but also removes *~ and *.orig.
16711              
16712              Subject: [ID 20000817.023] endianness description in perlfunc.pod
16713              
16714              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
16715              
16716              Let's try #6717 again.
16717              
16718              UTF8 concat fixes.
16719              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
16720              
16721              pp_open() could pass an uninitialized filename down to do_open9().
16722              
16723              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
16724              
16725              Update to CGI 2.72, from Lincoln Stein.
16726              
16727              Subject: [PATCH] Silence MakeMaker (Was: installman)
16728              
16729              Use temporary directory instead of current directory.
16730              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
16731              
16732              Document odd vs even subreleases and -Dusedevel.
16733              
16734              The veryclean target needs to clobber.
16735              
16736              Use File::Spec->tmpdir().
16737              
16738              Document the number of exponent digits.
16739              
16740              Mention perlebcdic and perlposix-bc.
16741              
16742              s/this one/the 5.6.0 release/
16743              
16744              The #6724 is here.
16745              
16746              The correct cleaning order is an art.
16747              
16748              small tweaks for change#6705: avoid C++ style comments in C code;
16749              use Perl's malloc API rather than the low level system one
16750              
16751              Array context keeps slithering in.
16752              
16753              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
16754              
16755              Subject: [PATCH] os2.c fix for use64bitint
16756              
16757              Update to Pod::LaTeX 0.53.
16758              Subject: [PATCH] lib/Pod/LaTeX.pm updates
16759              
16760              Document the endianness of Alpha more precisely.
16761              
16762              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
16763              
16764              Rename the macro argument because some preprocessors
16765              can't tell the difference and expand arguments also inside
16766              double quoted strings.
16767              
16768              free TLS slot properly on Windows
16769              
16770              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
16771              
16772              Unicos/mk requires elaborate paranoia.
16773              
16774              Tweak the floating point output routine preferences.
16775              
16776              Also under djgpp the timestamps are funky.
16777              
16778              Apply some PodParser 1.18 patches; the Pod/Find.pm
16779              patches cannot be applied since #6712 conflicts.
16780              
16781              Use PodParser 1.18 new test.
16782              
16783              A pod nit.
16784              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
16785              
16786              Be verydeepclean.
16787      Branch: maint-5.6/perl
16788           +> pod/perlebcdic.pod
16789           !> (integrate 106 files)
16790 ____________________________________________________________________________
16791 [  7892] By: jhi                                   on 2000/11/27  15:02:32
16792         Log: Update Changes.
16793      Branch: perl
16794            ! Changes patchlevel.h
16795 ____________________________________________________________________________
16796 [  7891] By: jhi                                   on 2000/11/27  14:57:23
16797         Log: Subject: Re: perlfaq style changes
16798              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16799              Date: Sat, 25 Nov 2000 23:32:26 -0800
16800              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
16801              
16802              plus a note from Ronald Kimball.
16803      Branch: perl
16804            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
16805 ____________________________________________________________________________
16806 [  7890] By: jhi                                   on 2000/11/27  14:53:14
16807         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
16808              From: Benjamin Holzman <bah@ecnvantage.com>
16809              Date: Sun, 26 Nov 2000 16:27:33 -0500
16810              Message-ID: <20001126162733.J25040@ecnvantage.com>
16811      Branch: perl
16812            ! gv.c
16813 ____________________________________________________________________________
16814 [  7889] By: jhi                                   on 2000/11/27  14:43:11
16815         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
16816              From: lvirden@cas.org
16817              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
16818              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
16819      Branch: perl
16820            ! README.amiga
16821 ____________________________________________________________________________
16822 [  7888] By: jhi                                   on 2000/11/27  14:32:34
16823         Log: Restore also the locale test to no-sprintf-taint state.
16824              Fixes the bug 20001127.003.
16825      Branch: perl
16826            ! sv.c t/pragma/locale.t
16827 ____________________________________________________________________________
16828 [  7887] By: gsar                                  on 2000/11/27  14:13:05
16829         Log: integrate changes#6613..6616,6620..6665 from mainline
16830              
16831              VMS configure.com update continues.
16832              
16833              Subject: Test fails / warnings with perl-current #6612
16834              
16835              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
16836              
16837              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16838              
16839              For now remove the mail code.
16840              
16841              Subject: Re: [PATCH] @+, @- readonly
16842              
16843              Subject: warning: storage class after type is obsolescent
16844              
16845              Subject: sfio2000
16846              
16847              Subject: Re: File::Temp problems on VMS in bleedperl
16848              
16849              README.os2 update.
16850              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
16851              
16852              Make the user to give up his firstborn, err, to knowingly
16853              verify installing an unstable developer release.  Also bump
16854              the release to 5.7.0, but leave a patch tag in the local
16855              patches saying that this is not yet the real thing.
16856              
16857              Update (kinda) to Test 1.14, from Joshua Pritikin.
16858              
16859              make ok etc also for win32.
16860              
16861              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
16862              
16863              Don't blow limited stacks, a lower number is enough to
16864              tickle the lookbehind limit.
16865              
16866              Use -Dusedevel; regen Configure and the respective Porting stuff.
16867              
16868              Subject: [PATCH] debugger exit code should reflect user exit code
16869              
16870              Subject: [PATCH perl@6620] cygwin port
16871              
16872              Missed a file from #6638.
16873              
16874              Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
16875              
16876              magic callbacks all need to have same type signature
16877              
16878              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
16879              
16880              Fix a dependency problem.
16881              Subject: [PATCH: 6640] VMS Makefile.SH update
16882              
16883              The numeric locale was reset to "C" by s?printf and never restored.
16884              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
16885              No test since adding the failing example to locale.t
16886              does not fail -- probably because the locale settings are so
16887              thoroughly tweaked by that time.  Running the example standalone
16888              does fail, though.  UPDATE: test case added at change #7540.
16889              
16890              Subject: [ID 20000324.040] minor fix to perlhpux.pod
16891              
16892              Update to CPAN 1.57.
16893              
16894              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
16895              
16896              Change the perlbug address to perl.org since it's more forgiving.
16897              
16898              Change the regx compilation error markers to use = instead of <
16899              since pod makes using the latter quite messy.  Reported in
16900              ID 20000814.006 by Abigail and in
16901              Subject: Unknown escape E<> ?
16902              
16903              Update to perldebtut 1.9, from Richard Foley.
16904              
16905              check that the number pseudo children doesn't exceed
16906              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
16907              the WaitForMultipleObjects() limit that would cause wait()
16908              to crash)
16909              wait() and waitpid() could potentially be rewritten to use
16910              more than one thread to do the waiting to eliminate this
16911              limitation
16912              
16913              change#6328 could make close(SOCKET) return false on windows
16914              when it shouldn't
16915              
16916              pod nit seen in passing
16917              
16918              on windows, the return values from wait() and waitpid() don't
16919              match those of pseudo-pids
16920              
16921              waitpid() now handles externally spawned pids correctly;
16922              fixes for backtick/wait/waitpid failures on Windows 9x
16923              these changes make the pid returned by process functions on
16924              Windows 9x always positive by clearing the high bit (which
16925              is always set on Win9x); pseudo-process PIDs are likewise
16926              always negative now on Win9x (just as on NT/2000)
16927              
16928              trailing new %ENV entries weren't being pushed into the real
16929              environment of subprocesses on Windows
16930              
16931              Tweak the regex compilation errors once more.
16932              
16933              avoid warnings from dense compiler
16934              
16935              add "ok" targets from change#6632 in makefile.mk
16936      Branch: maint-5.6/perl
16937            - lib/Pod/PlainText.pm vms/configure.com
16938           !> (integrate 66 files)
16939 ____________________________________________________________________________
16940 [  7886] By: jhi                                   on 2000/11/27  13:54:18
16941         Log: __FUNCTION__ isn't portable and trying to emulate it leads
16942              into practically spelling out the name of the function.
16943              Takes care of the bug 20001127.001.
16944      Branch: perl
16945            ! perlio.c
16946 ____________________________________________________________________________
16947 [  7885] By: gsar                                  on 2000/11/27  13:53:18
16948         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
16949              6610..6611 from mainline
16950              
16951              Make regular expression parse error messages easier to understand.
16952              Subject: Re: enhanced(?) regex error messages
16953              
16954              Tiny tidying on report_evil_fh().
16955              
16956              Subject: Re: enhanced(?) regex error messages 
16957              plus Capitalize the error messages, plus perldiag them.
16958              
16959              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
16960              
16961              Document here-doc better.
16962              
16963              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16964              
16965              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
16966              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
16967              (either perlbug or p5p ate the original), plus regen
16968              perlapi and perltoc. 
16969              
16970              Regen global.sym.
16971              
16972              Double check that we have a dirhandle.
16973              
16974              Subject: Re: enhanced(?) regex error messages
16975              (plus two small patches sent privately)
16976              (this still seems to leave few test failures)
16977              
16978              warn is a macro, avoid using at a variable to avoid warnings
16979              in some configurations; readdir.t is too conservative in
16980              estimating number of *.t's
16981              
16982              Get back into sync with Jeffrey on the enhanced regex warnings.
16983              
16984              Subject: [PATCH 5.6.0] cygwin port
16985              
16986              Zero entries were skipped, fix from Adrian Goalby
16987              <argoalby@yahoo.co.uk>
16988              
16989              Subject: Remove dead entry in perldiag
16990              
16991              Amend the description of Perl6.
16992              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
16993              
16994              detypo
16995              
16996              It's the 2ndO'ROSSC.
16997              
16998              Revert the sv.c part of #6559, a better fix is needed.
16999              
17000              Iterating perl6 description.
17001              
17002              Update to Term::ANSIColor 1.03, from Russ Allbery.
17003              
17004              Update to Getopt::Long 2.23_05, from Johan Vromans.
17005              
17006              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
17007              
17008              Update to Pod::Parser 1.17, from Brad Appleton.
17009              
17010              Update to CPAN 1.56, from Andreas König.
17011              
17012              Update to CGI 2.70, from Lincoln Stein.
17013              
17014              Put back the std @INC thing.
17015              
17016              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
17017              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
17018              
17019              Document the IO::Select timeout.
17020              
17021              sleep(1) does not necessarily return 1.
17022              Subject: [PATCH bleadperl] op/lex_assign.t  
17023              
17024              Subject: debugger "d" command doesnt check line number
17025              
17026              B::Deparse didn't do sub attributes.
17027              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
17028              
17029              Preprocessing and postprocessing for File::Find.
17030              Subject: Patch to Find::File.pm to allow alphabetical results
17031              
17032              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
17033              
17034              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
17035              
17036              Subject: Re: [ID 20000730.003] utf8::length() bad
17037              
17038              Subject: Getting perlio and threads to compile
17039              (the Solaris version changes in Configure skipped)
17040              
17041              Tests for #6589.
17042              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
17043              
17044              Add Perl debugging tutorial, regen toc. 
17045              Subject: perldebtut.pod
17046              
17047              Add a few missing files, update MANIFEST.
17048              
17049              Rewrite of vms/subconfigure.com as configure.com,
17050              from Peter Prymmer and the vmsperl crew.
17051              
17052              Should have deleted this in #6603.
17053              
17054              Fix the test for 5005threads.
17055              
17056              Fix-n-skip the tests under 5005threads.
17057              
17058              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
17059              
17060              Upgrade to CGI 2.71, from Lincoln Stein.
17061      Branch: maint-5.6/perl
17062           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
17063           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
17064           +> t/op/regmesg.t t/pod/find.t vms/configure.com
17065            - vms/subconfigure.com
17066            ! lib/lib.pm
17067           !> (integrate 115 files)
17068 ____________________________________________________________________________
17069 [  7884] By: jhi                                   on 2000/11/27  13:44:33
17070         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
17071              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17072              Date:     Mon, 27 Nov 2000 08:23:54 EST
17073              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
17074      Branch: perl
17075            ! vms/descrip_mms.template vms/test.com
17076 ____________________________________________________________________________
17077 [  7883] By: gsar                                  on 2000/11/27  11:50:46
17078         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
17079              6511..6513,6515..6523,6525..6536
17080              
17081              The swallow_bom() saga continues.  The #23 of require.t
17082              (UTF16-LE) still fails (silently, no output) but the #22
17083              (UTF16-BE) seems to be working now.  The root of the
17084              failure may be in sv_gets(): is it UTF-16LE-aware,
17085              especially when it comes to line endings? 
17086              
17087              Document the problem with -P in HP-UX and its workaround.
17088              
17089              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
17090              (aka ID 20000730.002)
17091              
17092              Subject: fix and question re: waitpid() under win32
17093              
17094              Make the safety catch for buggy gccs work with triple version
17095              numbers like 2.95.2.  Reported in
17096              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
17097              
17098              In Digital UNIX warn if gcc explicitly chosen because even
17099              2.95.2 is known to cause problems.
17100              
17101              Make chr() for values >127 to create utf8 when under utf8.
17102              
17103              various syntax errors and such (not fixed: comp/require.t#22 coredump
17104              on Windows)
17105              
17106              Stash away the largefiles flags and libswanted.
17107              
17108              BOM patching from Simon Cozens.
17109              
17110              If gccosandvers is equal to osname, clear gccosandvers.
17111              
17112              Make p4desc to skip non-mainperl branches by default.
17113              
17114              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
17115              
17116              The test from this
17117              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
17118              
17119              In new BSDs changes to argv[] do not show up in ps(1) output,
17120              instead one must use setproctitle().  This was already addressed
17121              by change #6457, but the below has a new variant for FreeBSD 4.0
17122              or later, and the matter is also documented more.
17123              
17124              FreeBSD 3.* updates from
17125              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17126              
17127              regen_headers, regen perltoc.
17128              
17129              Document in one place the memory abstractions used in Perl core.
17130              
17131              memcpy has n o in it, as pinted ut by Sarathy.
17132              
17133              Remove the extraneous "main::" prefix from all the
17134              "opened only for", "on closed", and "never opened" warnings.
17135              
17136              The name of a filehandle does not have <these>.
17137              
17138              The tr utf8 patching continues.
17139              
17140              The new setproctitle() feature is available only in 
17141              bleeding edge FreeBSD.  From Paul Saab.
17142              
17143              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
17144              
17145              Dump UVs as UVs in Data::Dumper.
17146              
17147              detypo #6494
17148              
17149              Document the IVdf UVuf UVof UVxf.
17150              
17151              require.t needs binmode() to work on windows
17152              
17153              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
17154              that are hopefully soon put into use.
17155              
17156              Allow "no Module;" even if there is no 'unimport'.
17157              
17158              Better skip message for the test; one of the two problems in
17159              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
17160              
17161              The subtest 4 may fail also on VOBS, as pointed out
17162              by Nick Ing-Simmons in November 1999, bug id 19991124.003
17163              (but the failure in that bug report isn't the subtest 4).
17164              
17165              Be more informative on what is skipped and why,
17166              also repeat the list at the end.
17167              
17168              Add a URL for FSF.
17169              
17170              Subject: [PATCH] sv.h documentation - SvLEN
17171              
17172              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
17173              
17174              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
17175              
17176              Subject: [PATCH] bad cppsymbols on os2 + Configure question
17177              
17178              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
17179              
17180              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
17181              mention the idea of @( and @)
17182              
17183              This is 6512.  Really.
17184              
17185              Subject: [ID 19990721.004] Documentation bug in perlfunc
17186              
17187              Subject: Minor tweak to perlvar.pod
17188              
17189              In the warnings call filehandles consistently so;
17190              add "unopened" warning for stat().
17191              
17192              After the #6519 a warning about stat() is just that,
17193              not about a filetest, which now have their own warning.
17194              
17195              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
17196              
17197              Subject: Re: Array vs. List context
17198              
17199              Subject: New perlcc, take 2
17200              
17201              Weed buglets pointed out by
17202              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
17203              
17204              gcc versions might have (parentheses) in them.
17205              
17206              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
17207              
17208              Essential prototype changes were missing from #6527.
17209              Also make report_evil_fh() more bomb-proof.
17210              
17211              Zap lib/Sys directory when cleaning up.
17212              
17213              Change the Policy policy: now -Dprefix= with an existing
17214              Policy.sh and prefix == siteprefix == vendorprefix, then all
17215              of them follow along the new prefix.
17216              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
17217              
17218              Continue fixing the io warnings.  This also
17219              sort of fixes bug ID 20000802.003: the core dump
17220              is no more.  Whether the current behaviour is correct
17221              (giving a warning: "Not a format reference"), is another matter.
17222              
17223              Have symbols for the IoTYPEs.
17224              
17225              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
17226              
17227              Document a bit that UDP is not what you might think.
17228              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
17229              tr memory corruption fix from Simon Cozens.
17230              
17231              Plug the security hole described in the Aug 05 2000 bugtraq message
17232              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
17233              The security hole exists only in suidperls, which isn't
17234              installed or even built by default.
17235      Branch: maint-5.6/perl
17236           !> (integrate 71 files)
17237 ____________________________________________________________________________
17238 [  7882] By: gsar                                  on 2000/11/27  10:25:36
17239         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
17240              from mainline
17241              
17242              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
17243              to be fatal errors (instead of by default ignoring them, and
17244              ignoring with a bug: even though -w gave an error, the opening [
17245              was left in)  Reported in:
17246              
17247              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
17248              
17249              Subject: [PATCH] split /^/
17250              
17251              MacOS nits from Matthias Neeracher.
17252              
17253              More split() doc and test patches from Mike Guy.
17254              
17255              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
17256              from Graham Barr in the module list.
17257              
17258              docfix from Peter Scott <Peter@PSDT.com>.
17259              
17260              File::Temp patches for VMS and OS/2 from Tim Jenness.
17261              
17262              open() wariness in perlbug.
17263              
17264              Subject: [PATCH] minor doc change - perlguts
17265              
17266              Subject: Minor doc patch: handy.h
17267              
17268              Be wary of close()s, too.
17269              
17270              Further File::Temp patches from Yitzchak Scott-Thoennes
17271              and Craig A. Berry.
17272              
17273              Subject: [PATCH] fixes bug 20000508.004
17274              
17275              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
17276              
17277              Allow "no AutoLoader;", based on change #6444,
17278              suggested by Graham Barr.
17279              
17280              Use setproctitle() if available to modify $0.
17281              
17282              Warn if the version of the operating system used to compile gcc
17283              differs from the current version of the operating system.
17284              Also display the gcc compilation os and version in myconfig.
17285              Inspiration from
17286              
17287              Tiny fixes for #6460.
17288              
17289              The problem described in this
17290              Subject: [ID 20000322.018] named chars aren't magical enough
17291              has been fixed in perl 5.6.0 but just in case added a test
17292              to keep it away.  (The report from Joseph Hall.)
17293              
17294              Tune the comments and hopefully stop a memory leak.
17295              
17296              Subject: UTF8 concat
17297              (with a memory leak fixed, plus a few casts added)
17298              This also seems to help for
17299              Subject: [ID 20000716.015] join UTF8 weirdness
17300              
17301              Do not upgrade SVs into utf8 just because they participate
17302              in eq or cmp.  Reported and fix suggested in
17303              Subject: [ID 20000720.009] sv_eq UTF8 bug
17304              
17305              Fix the HALF_UPGRADE() macro introduced in #6263.
17306              
17307              Find green threads before native threads.
17308              Subject: Re: Patch to jpl/JNI/Makefile.PL
17309      Branch: maint-5.6/perl
17310           !> (integrate 30 files)
17311 ____________________________________________________________________________
17312 [  7881] By: jhi                                   on 2000/11/27  05:48:41
17313         Log: It seems that *both* the unused submatch loop cleanup
17314              codes are needed.
17315      Branch: perl
17316            ! regexec.c
17317 ____________________________________________________________________________
17318 [  7880] By: jhi                                   on 2000/11/27  04:50:07
17319         Log: Clean .exists deeper.
17320      Branch: perl
17321            ! Makefile.SH
17322 ____________________________________________________________________________
17323 [  7879] By: jhi                                   on 2000/11/27  02:31:35
17324         Log: The code in regcppop() (see #7878) contains the correct lower
17325              limit for the unused submatch 'cleanup' loop so that under
17326              "use utf8" the following code wouldn't dump core:
17327              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
17328              the cleanup loop in regtry() stomped beyond allocated area
17329              in the startp[] array.  Therefore, copied the correct lower
17330              loop limit (*PL_reglastparen) to regtry().  Note: something
17331              may still not be quite right: why was the _higher_ loop limit
17332              (prog->nparens) different in the utf8 case?
17333              
17334              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
17335              without core dumps, there were about 17 of them before
17336              the patch (with us since Perl 5.7.0).  Two failures, still:
17337              496 and 505 (though these may not be severe).
17338              
17339              Patch #7881 is also needed since both the cleanup loops
17340              seem to be needed.
17341              
17342              Also, the t/op/pat#44 seems to core dump under utf8.
17343              Plus a couple of failures.  UGH-8.
17344      Branch: perl
17345            ! regexec.c
17346 ____________________________________________________________________________
17347 [  7878] By: jhi                                   on 2000/11/27  02:21:17
17348         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
17349              the code in regcppop() seems to be redundant for the test suite --
17350              but it contains a germ of truth, and it needed for the build
17351              process itself: see #7879 and #7881.
17352      Branch: perl
17353            ! regexec.c
17354 ____________________________________________________________________________
17355 [  7877] By: jhi                                   on 2000/11/27  01:53:09
17356         Log: Comment on comment.
17357      Branch: perl
17358            ! regexec.c
17359 ____________________________________________________________________________
17360 [  7876] By: jhi                                   on 2000/11/27  00:49:59
17361         Log: Adjust the docs to agree with #7875.
17362      Branch: perl
17363            ! pod/perllocale.pod
17364 ____________________________________________________________________________
17365 [  7875] By: jhi                                   on 2000/11/27  00:49:27
17366         Log: Retract #7863.  It makes more sense not to taint formatted output,
17367              not even by sprintf().
17368      Branch: perl
17369            ! sv.c
17370 ____________________________________________________________________________
17371 [  7874] By: jhi                                   on 2000/11/26  23:36:02
17372         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
17373              Not really fixed (should really dump the UTF-8 charclass),
17374              but stopped displaying the garbage.
17375              
17376              Also add a note on the (missing) Unicode PSXSPC and BLANK.
17377      Branch: perl
17378            ! regcomp.c
17379 ____________________________________________________________________________
17380 [  7873] By: jhi                                   on 2000/11/26  21:31:13
17381         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
17382      Branch: perl
17383            ! regexec.c
17384 ____________________________________________________________________________
17385 [  7872] By: jhi                                   on 2000/11/26  21:06:04
17386         Log: No need to scan till infinity, 13 is enough.
17387      Branch: perl
17388            ! handy.h utf8.c
17389 ____________________________________________________________________________
17390 [  7871] By: jhi                                   on 2000/11/26  20:20:32
17391         Log: Test line numbers are different with utf8.
17392      Branch: perl
17393            ! t/op/re_tests
17394 ____________________________________________________________________________
17395 [  7870] By: jhi                                   on 2000/11/26  20:10:12
17396         Log: Message nit.
17397      Branch: perl
17398            ! regcomp.c
17399 ____________________________________________________________________________
17400 [  7869] By: jhi                                   on 2000/11/26  19:01:05
17401         Log: Make utf8_length() and utf8_distance() (the latter of which
17402              is unused at the moment) to be less forgiving about bad UTF-8.
17403      Branch: perl
17404            ! embed.h embed.pl objXSUB.h proto.h utf8.c
17405 ____________________________________________________________________________
17406 [  7868] By: jhi                                   on 2000/11/26  18:45:56
17407         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
17408              From: Benjamin Holzman <bah@ecnvantage.com>
17409              Date: Sat, 25 Nov 2000 20:40:20 -0500       
17410              Message-ID: <20001125204020.A25040@ecnvantage.com>              
17411              
17412              Debian allows installing /usr/bin/locale without installing
17413              any locales, an error message will ensue.
17414      Branch: perl
17415            ! t/pragma/locale.t
17416 ____________________________________________________________________________
17417 [  7867] By: jhi                                   on 2000/11/26  18:31:12
17418         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
17419              From: Benjamin Holzman <bah@ecnvantage.com>
17420              Date: Sun, 26 Nov 2000 02:42:34 -0500
17421              Message-ID: <20001126024234.G25040@ecnvantage.com>
17422              
17423              Patch for the bug 20000212.002.
17424      Branch: perl
17425            ! sv.c t/op/array.t
17426 ____________________________________________________________________________
17427 [  7866] By: jhi                                   on 2000/11/26  18:28:09
17428         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
17429              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17430              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
17431              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
17432              
17433              File::Temp 0.11.
17434      Branch: perl
17435            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
17436 ____________________________________________________________________________
17437 [  7865] By: jhi                                   on 2000/11/26  18:24:22
17438         Log: The metaconfig unit change for #7864.
17439      Branch: metaconfig/U/perl
17440            ! need_va_copy.U
17441 ____________________________________________________________________________
17442 [  7864] By: jhi                                   on 2000/11/26  18:23:41
17443         Log: Make the va_copy() test not to be so talkative.
17444      Branch: perl
17445            ! Configure config_h.SH
17446 ____________________________________________________________________________
17447 [  7863] By: jhi                                   on 2000/11/26  18:11:02
17448         Log: Fix locale inconsistencies unearthed by Hugo's work.
17449              Now the floating point sprintf really does taint the result
17450              string as perllocale promises (has promised for a long time)
17451              if "use locale" is in the lexical scope.
17452      Branch: perl
17453            ! sv.c t/pragma/locale.t
17454 ____________________________________________________________________________
17455 [  7862] By: jhi                                   on 2000/11/26  00:35:15
17456         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
17457              From: Nicholas Clark <nick@ccl4.org>
17458              Date: Sun, 26 Nov 2000 00:07:50 +0000
17459              Message-ID: <20001126000750.A22446@plum.flirble.org>
17460              
17461              Infinit.
17462      Branch: perl
17463            ! sv.c
17464 ____________________________________________________________________________
17465 [  7861] By: jhi                                   on 2000/11/26  00:01:26
17466         Log: Integrate perlio.
17467      Branch: perl
17468           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
17469 ____________________________________________________________________________
17470 [  7860] By: nick                                  on 2000/11/25  22:04:17
17471         Log: Correct relative path from new ext\Filter\Util\Call location
17472              back to miniperl.
17473      Branch: perlio
17474            ! win32/makefile.mk
17475 ____________________________________________________________________________
17476 [  7859] By: nick                                  on 2000/11/25  21:26:54
17477         Log: Integrate mainline.
17478      Branch: perlio
17479           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
17480           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
17481           +> t/lib/filter-util.t
17482            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
17483            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
17484            - t/lib/filt-util.t
17485           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
17486           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
17487           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
17488           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
17489           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
17490           !> win32/makefile.mk
17491 ____________________________________________________________________________
17492 [  7858] By: gsar                                  on 2000/11/25  20:52:17
17493         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
17494              parent's memory; fix it by keeping track of the actual pad
17495              offset rather than a raw pointer (this change is probably also
17496              relevant to non-ithreads case to avoid fallout from reallocs of
17497              the pad array, but is currently only enabled for the ithreads
17498              case in the interests of minimal disruption to existing "well
17499              tested" code)
17500      Branch: perl
17501            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
17502            ! proto.h scope.c scope.h sv.c t/op/fork.t
17503 ____________________________________________________________________________
17504 [  7857] By: nick                                  on 2000/11/25  20:01:28
17505         Log: All tests pass on Win32/gcc/USE_PERLIO.
17506              - when crlf layer is pushed make unix-level binary.
17507              - remove :crlf injection in pp_backtick in pp_sys.c
17508              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
17509      Branch: perlio
17510            ! doio.c perlio.c pp_sys.c win32/makefile.mk
17511 ____________________________________________________________________________
17512 [  7856] By: jhi                                   on 2000/11/25  18:38:30
17513         Log: Update the metaconfig units for #7855.
17514      Branch: metaconfig/U/perl
17515            ! useperlio.U usesocks.U
17516 ____________________________________________________________________________
17517 [  7855] By: jhi                                   on 2000/11/25  18:37:54
17518         Log: Undo the SOCKS workarounds, instead start using PerlIO
17519              if SOCKS is selected.
17520              
17521              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
17522              From: Jens Hamisch <jens@Strawberry.COM>
17523              Date: Fri, 24 Nov 2000 18:31:30 +0100
17524              Message-ID: <20001124183130.E28337@Strawberry.COM>
17525              
17526              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
17527              From: Jens Hamisch <jens@Strawberry.COM>
17528              Date: Fri, 24 Nov 2000 19:11:51 +0100
17529              Message-ID: <20001124191151.A28753@Strawberry.COM>
17530      Branch: perl
17531            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
17532            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
17533 ____________________________________________________________________________
17534 [  7854] By: jhi                                   on 2000/11/25  17:39:08
17535         Log: Undo #7848.  Some of the code seems to use walkoptree(),
17536              some walkoptree_slow().  An unfinished renaming?
17537              Now the sub is walkoptree() (which is @EXPORT_OK),
17538              the walkoptree_slow() is a typeglob alias to walkoptree.
17539              This makes the tests to pass, at least.
17540      Branch: perl
17541            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
17542 ____________________________________________________________________________
17543 [  7853] By: nick                                  on 2000/11/24  22:24:33
17544         Log: Re-arrange crlf vs binary for platforms that care.
17545              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
17546              Lip-service to making stdio layer work on such platfroms (untested).
17547              Now fails 3 tests rather than one, checkin to see if I can debug 
17548              the issue under linux. (Do not merge.)
17549      Branch: perlio
17550            ! doio.c perlio.c perliol.h
17551 ____________________________________________________________________________
17552 [  7852] By: jhi                                   on 2000/11/24  18:57:39
17553         Log: AUTHORS edits.
17554      Branch: perl
17555            ! AUTHORS
17556 ____________________________________________________________________________
17557 [  7851] By: jhi                                   on 2000/11/24  17:34:56
17558         Log: Add Jan-Erik Karlsson.
17559      Branch: perl
17560            ! AUTHORS
17561 ____________________________________________________________________________
17562 [  7850] By: jhi                                   on 2000/11/24  17:27:56
17563         Log: Configure should find stdchar on its own.
17564      Branch: perl
17565            ! hints/solaris_2.sh
17566 ____________________________________________________________________________
17567 [  7849] By: jhi                                   on 2000/11/24  17:24:55
17568         Log: Subject: PATCH over 7848: Filter test flawed
17569              From: andreas.koenig@anima.de (Andreas J. Koenig)
17570              Date: 24 Nov 2000 10:28:29 +0100
17571              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
17572      Branch: perl
17573            ! t/lib/filter-util.t
17574 ____________________________________________________________________________
17575 [  7848] By: jhi                                   on 2000/11/24  17:22:15
17576         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
17577              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
17578              Date: Fri, 24 Nov 2000 16:12:58 +0000
17579              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
17580      Branch: perl
17581            ! ext/B/B.pm
17582 ____________________________________________________________________________
17583 [  7847] By: jhi                                   on 2000/11/24  03:07:01
17584         Log: Integrate perlio.
17585      Branch: perl
17586           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
17587           !> win32/makefile.mk
17588 ____________________________________________________________________________
17589 [  7846] By: gsar                                  on 2000/11/24  00:55:57
17590         Log: integrate changes#6415..6418,6420..6438 from mainline
17591              
17592              Fix the bitvector ops for utf8 (tricky since past 7 bits
17593              the utf8 'characters' can be more than one octet).
17594              
17595              MPE/ix updates for perl 5.6.0 from Mark Bixby.
17596              
17597              Subject: SDBM_File documentation
17598              
17599              Detypo.
17600              
17601              Decutandpasto.
17602              
17603              Send all installperl messages to STDERR and be -w clean.
17604              
17605              Out-of-date note removed.
17606              
17607              Protect against "wild next"s, that is, callbacks doing "next"
17608              instead of "return".
17609              
17610              Use STDOUT consistently.
17611              
17612              The output might have been produced in the wrong order.
17613              
17614              A missing 'break' after the [[:space:]] switch case.
17615              
17616              Add tests for
17617              [ID 19991110.003] another matching finding by pcre author
17618              which has already been fixed by some patch, as verified in
17619              
17620              Documentation to explain the behaviour of map().
17621              
17622              Add an optimization for map-maps-a-list-element-to-more-list-elements
17623              case, but add also notes explaining the relationship of this
17624              patch and the earlier notes by Sarathy.
17625              
17626              Subject: [ID 20000716.023] syslog test fails without sockets
17627              
17628              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
17629              Test cases for #6431.
17630              
17631              File::Spec::VMS fixup for tmpdir from Craig Berry.
17632              
17633              Make the "uninit variable" warning to say "concat or string"
17634              or "join or string" when in concat or join .
17635              
17636              Get UTF16 BOMs working.  Patch from
17637              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
17638              
17639              Subject: [PATCH] Make large file tests deal with SIGXFSZ
17640              
17641              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
17642              
17643              Subject: [PATCH] av.c apidoc
17644      Branch: maint-5.6/perl
17645           !> (integrate 43 files)
17646 ____________________________________________________________________________
17647 [  7845] By: gsar                                  on 2000/11/24  00:20:45
17648         Log: integrate changes#6406..6414 from mainline
17649              
17650              Merge perlhacktut into perlhack, update perlguts.
17651              
17652              Fix AutoSplit to use File::Spec the right way in VMS,
17653              from Peter Prymmer.
17654              
17655              The bug report
17656              [ID 19991110.002] minimal matching discrepancy found by pcre author
17657              seems to have been fixed (though differently from what was suggested
17658              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
17659              
17660              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
17661              not in pod, from Peter Prymmer
17662              
17663              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
17664              From: Hugo <hv@crypt.compulink.co.uk>
17665              Date: Fri, 14 Jul 2000 23:05:20 +0100
17666              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
17667              
17668              Didn't anymore apply, but that point still could use another fix.
17669              
17670              lib/b test fixes from Peter Prymmer.
17671              
17672              More docs for sv functions.
17673              
17674              perlvms.pod whitespace cleanup to keep pod utils happy.
17675              
17676              another VMS build tweak from Peter Prymmer
17677      Branch: maint-5.6/perl
17678           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
17679           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
17680           !> vms/descrip_mms.template vms/perlvms.pod
17681 ____________________________________________________________________________
17682 [  7844] By: nick                                  on 2000/11/23  23:42:45
17683         Log: Win32/perlio Now just fails one io/argv.t test - lack 
17684              of default :crlf on standard streams.
17685      Branch: perlio
17686            ! doio.c perlio.c
17687 ____________________________________________________________________________
17688 [  7843] By: nick                                  on 2000/11/23  23:04:05
17689         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
17690              peek fail is showing a real problem (multiple crlf layers
17691              are getting pushed.)
17692      Branch: perlio
17693            ! doio.c perlio.c win32/makefile.mk
17694 ____________________________________________________________________________
17695 [  7842] By: nick                                  on 2000/11/23  19:46:23
17696         Log: Implement PerlIO_binmode()
17697              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
17698              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
17699              make binmode in t/lib/io_tell.t unconditional so that works.
17700              Checkin just so Win32 machine can see these changes.
17701      Branch: perlio
17702            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
17703 ____________________________________________________________________________
17704 [  7841] By: jhi                                   on 2000/11/23  19:30:00
17705         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
17706      Branch: perl
17707            ! README.amiga
17708 ____________________________________________________________________________
17709 [  7840] By: jhi                                   on 2000/11/23  17:18:02
17710         Log: SOCKS wrestling continues, patches from Jens Hamisch.
17711      Branch: perl
17712            ! doio.c embed.h embed.pl perlsdio.h proto.h
17713 ____________________________________________________________________________
17714 [  7839] By: jhi                                   on 2000/11/23  16:54:14
17715         Log: Push Filter::Util::Call one level deeper.
17716      Branch: perl
17717            + t/lib/filter-util.t
17718           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
17719           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
17720            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
17721            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
17722            - t/lib/filt-util.t
17723            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
17724            ! win32/Makefile win32/makefile.mk
17725 ____________________________________________________________________________
17726 [  7838] By: jhi                                   on 2000/11/23  16:52:40
17727         Log: Reach back one higher up when searching for PERL_SRC.
17728      Branch: perl
17729            ! lib/ExtUtils/MM_Unix.pm
17730 ____________________________________________________________________________
17731 [  7837] By: jhi                                   on 2000/11/23  16:05:41
17732         Log: Subject: Re: perl@7826
17733              Date: Thu, 23 Nov 2000 02:20:25 -0600
17734              From: "Craig A. Berry" <craigberry@mac.com>
17735              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
17736              
17737              Make VMS to like Filter::Util::Call. 
17738      Branch: perl
17739            ! configure.com ext/Filter/Util/Makefile.PL
17740 ____________________________________________________________________________
17741 [  7836] By: nick                                  on 2000/11/23  16:04:08
17742         Log: Implement crlf layer - not ready for merge.
17743      Branch: perlio
17744            ! perlio.c win32/makefile.mk
17745 ____________________________________________________________________________
17746 [  7835] By: jhi                                   on 2000/11/23  15:56:52
17747         Log: STDCHAR is different in Sparc v9 vs x86.
17748      Branch: perl
17749            ! hints/solaris_2.sh
17750 ____________________________________________________________________________
17751 [  7834] By: jhi                                   on 2000/11/23  15:50:47
17752         Log: The type needs to be visible to protos.
17753      Branch: perl
17754            ! perl.h
17755 ____________________________________________________________________________
17756 [  7833] By: jhi                                   on 2000/11/23  15:40:46
17757         Log: Finish unfinished SOCKS workaround changes.
17758      Branch: perl
17759            ! doio.c
17760 ____________________________________________________________________________
17761 [  7832] By: jhi                                   on 2000/11/23  15:33:30
17762         Log: Integrate perlio.
17763      Branch: perl
17764           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17765           !> win32/makefile.mk
17766 ____________________________________________________________________________
17767 [  7831] By: nick                                  on 2000/11/23  10:31:07
17768         Log: Correct makefile.mk dependancies for ext/Filter/Util
17769              Build ext/Encode
17770              Run dmake regen_config_h
17771      Branch: perlio
17772            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17773            ! win32/makefile.mk
17774 ____________________________________________________________________________
17775 [  7830] By: nick                                  on 2000/11/23  08:05:07
17776         Log: Integrate mainline
17777      Branch: perlio
17778           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
17779           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
17780           +> t/lib/filt-util.pl t/lib/filt-util.t
17781           !> (integrate 41 files)
17782 ____________________________________________________________________________
17783 [  7829] By: gsar                                  on 2000/11/23  03:07:11
17784         Log: build the Filter extension on windows
17785      Branch: perl
17786            ! win32/Makefile win32/makefile.mk
17787 ____________________________________________________________________________
17788 [  7828] By: gsar                                  on 2000/11/23  02:46:35
17789         Log: regenerate win32/config* and fix some inconsistencies in the
17790              makefiles; always export Perl_deb() because it is needed
17791              by ext/re/* (whether perl itself is built with -DDEBUGGING
17792              or not)
17793      Branch: perl
17794            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
17795            ! win32/config_H.vc win32/makefile.mk
17796 ____________________________________________________________________________
17797 [  7827] By: gsar                                  on 2000/11/23  02:18:38
17798         Log: get sources building on windows+MSVC again (untested with other
17799              compilers)
17800      Branch: perl
17801            ! win32/include/sys/socket.h win32/perllib.c
17802 ____________________________________________________________________________
17803 [  7826] By: jhi                                   on 2000/11/23  01:18:26
17804         Log: Update Changes.
17805      Branch: perl
17806            ! Changes patchlevel.h
17807 ____________________________________________________________________________
17808 [  7825] By: jhi                                   on 2000/11/23  00:20:41
17809         Log: Subject: Re: av.c patch (having slight problems)
17810              From: "Ben Tilly" <ben_tilly@hotmail.com>
17811              Date: Tue, 21 Nov 2000 23:29:31 -0500
17812              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
17813              
17814              unshift() speedup.
17815      Branch: perl
17816            ! av.c
17817 ____________________________________________________________________________
17818 [  7824] By: jhi                                   on 2000/11/22  23:59:15
17819         Log: Fixes for signedness warnings noticed by VMSperlers.
17820      Branch: perl
17821            ! ext/Storable/Storable.xs regcomp.c sv.c
17822 ____________________________________________________________________________
17823 [  7823] By: jhi                                   on 2000/11/22  23:19:31
17824         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
17825              From: Peter Prymmer <pvhp@forte.com>
17826              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
17827              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
17828      Branch: perl
17829            ! t/pragma/warn/pp_hot
17830 ____________________________________________________________________________
17831 [  7822] By: jhi                                   on 2000/11/22  22:52:20
17832         Log: Be clean.
17833      Branch: perl
17834            ! Makefile.SH
17835 ____________________________________________________________________________
17836 [  7821] By: jhi                                   on 2000/11/22  22:46:39
17837         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
17838              by Damian Conway, as suggested by Paul Marquess.
17839      Branch: perl
17840            + lib/Filter/Simple.pm
17841 ____________________________________________________________________________
17842 [  7820] By: jhi                                   on 2000/11/22  22:45:51
17843         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
17844      Branch: perl
17845            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
17846            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
17847            + t/lib/filt-util.t
17848            ! MANIFEST
17849 ____________________________________________________________________________
17850 [  7819] By: jhi                                   on 2000/11/22  22:03:27
17851         Log: Integrate perlio.
17852      Branch: perl
17853           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
17854           !> win32/makefile.mk
17855 ____________________________________________________________________________
17856 [  7818] By: jhi                                   on 2000/11/22  21:56:02
17857         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
17858      Branch: perl
17859            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
17860            ! t/lib/io_sock.t
17861 ____________________________________________________________________________
17862 [  7817] By: jhi                                   on 2000/11/22  21:39:49
17863         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
17864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17865              Date: Wed, 22 Nov 2000 16:08:12 -0500
17866              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
17867      Branch: perl
17868            ! lib/ExtUtils/Liblist.pm
17869 ____________________________________________________________________________
17870 [  7816] By: jhi                                   on 2000/11/22  21:38:25
17871         Log: Go ahead and #include <unistd.h> in perl.h.
17872      Branch: perl
17873            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
17874            ! util.c
17875 ____________________________________________________________________________
17876 [  7815] By: jhi                                   on 2000/11/22  21:22:52
17877         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
17878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17879              Date: Mon, 20 Nov 2000 18:30:52 -0500
17880              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
17881      Branch: perl
17882            ! pod/perlre.pod regcomp.c t/op/re_tests
17883 ____________________________________________________________________________
17884 [  7814] By: jhi                                   on 2000/11/22  21:21:46
17885         Log: Subject: [PATCH 5.7.0] Liblist finally works
17886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17887              Date: Tue, 21 Nov 2000 22:02:17 -0500
17888              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
17889      Branch: perl
17890            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
17891            ! lib/ExtUtils/MakeMaker.pm
17892 ____________________________________________________________________________
17893 [  7813] By: jhi                                   on 2000/11/22  21:20:23
17894         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
17895              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17896              Date: Wed, 22 Nov 2000 17:53:15 +0100
17897              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
17898              
17899              AIX dynaloader and perlio patch.
17900      Branch: perl
17901            ! ext/DynaLoader/dl_aix.xs
17902 ____________________________________________________________________________
17903 [  7812] By: jhi                                   on 2000/11/22  21:17:52
17904         Log: (Accidentally empty patch.)
17905      Branch: perl
17906            ! av.c
17907 ____________________________________________________________________________
17908 [  7811] By: jhi                                   on 2000/11/22  21:16:31
17909         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
17910              From: Peter Prymmer <pvhp@forte.com>
17911              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
17912              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
17913      Branch: perl
17914            ! vms/test.com
17915 ____________________________________________________________________________
17916 [  7810] By: jhi                                   on 2000/11/22  21:15:36
17917         Log: Subject: Re: perl@7777 
17918              From: "John P. Linderman" <jpl@research.att.com>
17919              Date: Wed, 22 Nov 2000 13:11:11 -0500
17920              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
17921              
17922              Detypoing.
17923      Branch: perl
17924            ! lib/CPAN.pm
17925 ____________________________________________________________________________
17926 [  7809] By: jhi                                   on 2000/11/22  21:14:19
17927         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
17928              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17929              Date:     Wed, 22 Nov 2000 13:51:37 EST
17930              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
17931      Branch: perl
17932            ! perlsdio.h
17933 ____________________________________________________________________________
17934 [  7808] By: jhi                                   on 2000/11/22  21:13:27
17935         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
17936              From: Casey Tweten <crt@kiski.net>
17937              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
17938              Message-Id: <200011201653.LAA10194@home.kiski.net>
17939      Branch: perl
17940            ! t/lib/io_udp.t
17941 ____________________________________________________________________________
17942 [  7807] By: jhi                                   on 2000/11/22  21:12:35
17943         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
17944              From: Casey Tweten <crt@kiski.net>
17945              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
17946              Message-Id: <200011201636.LAA07227@home.kiski.net>
17947      Branch: perl
17948            ! t/lib/io_sock.t
17949 ____________________________________________________________________________
17950 [  7806] By: jhi                                   on 2000/11/22  21:10:59
17951         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
17952              From: "Casey R. Tweten" <crt@kiski.net>
17953              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
17954              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
17955      Branch: perl
17956            ! utils/h2xs.PL
17957 ____________________________________________________________________________
17958 [  7805] By: nick                                  on 2000/11/22  21:05:06
17959         Log: Integrate mainline
17960      Branch: perlio
17961           !> Changes Porting/genlog ext/DB_File/DB_File.xs
17962           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
17963           !> utils/perlbug.PL
17964 ____________________________________________________________________________
17965 [  7804] By: jhi                                   on 2000/11/22  21:01:12
17966         Log: Subject: [PATCH] Test.pm POD peculiarity
17967              From: "Casey R. Tweten" <crt@kiski.net>
17968              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
17969              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
17970      Branch: perl
17971            ! lib/Test.pm
17972 ____________________________________________________________________________
17973 [  7803] By: jhi                                   on 2000/11/22  20:59:59
17974         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
17975              From: "Philip Newton" <pnewton@gmx.de>
17976              Date: Wed, 22 Nov 2000 14:25:53 +0100
17977              Message-Id: <3A1BD771.25462.1939FAD@localhost>
17978              
17979              Be case-understanding also on 's', and use the -oi of sendmail
17980              not to terminate the transmission on a lone '.'.
17981      Branch: perl
17982            ! utils/perlbug.PL
17983 ____________________________________________________________________________
17984 [  7802] By: nick                                  on 2000/11/22  20:51:42
17985         Log: Win32 PerlIO intermediate state now working as expected.
17986              - In current state we are still using C runtime in text/binary
17987              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
17988              - PERLIO=stdio and PERLIO=unix pass all expected tests.
17989              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
17990              and PerlIO_seek() and the dummy crlf layer is not making adjustments
17991              for CRLF translation happening in C runtime. All other tests pass.
17992              
17993              Added note to README.win32 to point out the snags of doing a perl build
17994              with Norton AntiVirus turned on.
17995              
17996              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
17997              which file a fail comes from.
17998              
17999              Updated "canned" config.h to match the one generated.
18000      Branch: perlio
18001            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
18002            ! win32/makefile.mk
18003 ____________________________________________________________________________
18004 [  7801] By: jhi                                   on 2000/11/22  06:50:20
18005         Log: Nickety nits.
18006      Branch: perl
18007            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
18008 ____________________________________________________________________________
18009 [  7800] By: jhi                                   on 2000/11/22  01:29:55
18010         Log: Changes had accidentally gone too silent on non-main branches.
18011      Branch: perl
18012            ! Changes Porting/genlog patchlevel.h
18013 ____________________________________________________________________________
18014 [  7799] By: gsar                                  on 2000/11/22  01:02:56
18015         Log: some lib_pm.PL changes snuck in via change#7772
18016      Branch: maint-5.6/perl
18017            ! Makefile.SH
18018 ____________________________________________________________________________
18019 [  7798] By: nick                                  on 2000/11/21  21:59:40
18020         Log: Integrate mainline
18021      Branch: perlio
18022           !> (integrate 28 files)
18023 ____________________________________________________________________________
18024 [  7797] By: jhi                                   on 2000/11/21  21:01:45
18025         Log: Integrate perlio.
18026      Branch: perl
18027           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
18028 ____________________________________________________________________________
18029 [  7796] By: nick                                  on 2000/11/21  20:36:22
18030         Log: Win32 builds and runs (mostly) with USE_PERLIO.
18031              PERLIO=perlio passes all tests. 
18032              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
18033      Branch: perlio
18034            ! perlio.c win32/perllib.c win32/win32.c
18035 ____________________________________________________________________________
18036 [  7795] By: jhi                                   on 2000/11/21  19:03:44
18037         Log: Update Changes.
18038      Branch: perl
18039            ! Changes patchlevel.h
18040 ____________________________________________________________________________
18041 [  7794] By: jhi                                   on 2000/11/21  18:56:34
18042         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
18043              From: "Craig A. Berry" <craigberry@mac.com>
18044              Date: Mon, 20 Nov 2000 20:27:06 -0600
18045              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
18046              
18047              A cut-and-pasto.
18048      Branch: perl
18049            ! perlio.h
18050 ____________________________________________________________________________
18051 [  7793] By: jhi                                   on 2000/11/21  18:54:41
18052         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
18053              From: Dominic Dunlop <domo@computer.org> 
18054              Date: Mon, 20 Nov 2000 18:55:29 +0100
18055              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
18056              
18057              va_copy() and the need of it.
18058              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
18059      Branch: metaconfig/U/perl
18060            + need_va_copy.U
18061      Branch: perl
18062            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18063            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
18064            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
18065            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18066            ! win32/config.bc win32/config.gc win32/config.vc
18067 ____________________________________________________________________________
18068 [  7792] By: jhi                                   on 2000/11/21  17:04:10
18069         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
18070      Branch: perl
18071           !> scope.h
18072 ____________________________________________________________________________
18073 [  7791] By: jhi                                   on 2000/11/21  17:01:16
18074         Log: Export the SOCKS workaround symbols only if necessary.
18075      Branch: perl
18076            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
18077 ____________________________________________________________________________
18078 [  7790] By: nick                                  on 2000/11/20  23:57:11
18079         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
18080      Branch: perlio
18081            ! scope.h
18082 ____________________________________________________________________________
18083 [  7789] By: nick                                  on 2000/11/20  23:38:33
18084         Log: Integrate mainline
18085      Branch: perlio
18086           +> lib/File/Spec/Epoc.pm
18087           !> (integrate 34 files)
18088 ____________________________________________________________________________
18089 [  7788] By: nick                                  on 2000/11/20  23:20:18
18090         Log: Make extra buffer layer work (dummy crlf layer)
18091      Branch: perlio
18092            ! doio.c perlio.c perlio.h
18093 ____________________________________________________________________________
18094 [  7787] By: jhi                                   on 2000/11/20  22:44:04
18095         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
18096              From: Peter Prymmer <pvhp@forte.com>
18097              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
18098              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
18099      Branch: perl
18100            ! t/pragma/locale.t
18101 ____________________________________________________________________________
18102 [  7786] By: jhi                                   on 2000/11/20  22:29:10
18103         Log: Subject: DOC PATCH 5.6.0 perlreftut
18104              From: mjd@plover.com
18105              Date: 20 Nov 2000 19:45:06 -0000
18106              Message-ID: <20001120194506.9505.qmail@plover.com>
18107      Branch: perl
18108            ! pod/perlreftut.pod
18109 ____________________________________________________________________________
18110 [  7785] By: jhi                                   on 2000/11/20  22:27:44
18111         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
18112              From: David Dyck <dcd@tc.fluke.com>
18113              Date: Mon, 20 Nov 2000 11:43:40 -0800
18114              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
18115      Branch: perl
18116            ! lib/Cwd.pm
18117 ____________________________________________________________________________
18118 [  7784] By: jhi                                   on 2000/11/20  22:23:21
18119         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
18120              Date: Mon, 20 Nov 2000 17:06:10 -0500
18121              To: Mailing list Perl5 <perl5-porters@perl.org>
18122              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
18123      Branch: perl
18124            ! pp_ctl.c t/op/pat.t
18125 ____________________________________________________________________________
18126 [  7783] By: jhi                                   on 2000/11/20  22:11:18
18127         Log: Subject: [PATCH] doop.c - UTF8 tr///               
18128              From: Simon Cozens <simon@cozens.net>
18129              Date: Sat, 18 Nov 2000 18:49:30 +0000
18130              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
18131              
18132              Subject: Re: [PATCH] doop.c - UTF8 tr///           
18133              From: Simon Cozens <simon@cozens.net>
18134              Date: Mon, 20 Nov 2000 20:45:22 +0000
18135              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
18136              
18137              Make tr on UTF-8 better but still not correct.
18138      Branch: perl
18139            ! doop.c
18140 ____________________________________________________________________________
18141 [  7782] By: jhi                                   on 2000/11/20  22:02:16
18142         Log: Remove the shared object before attempting to create
18143              (by linking) a new one.  E.g. in AIX not removing
18144              becomes quite painful if one tries to do more than one
18145              build in the same tree (an interrupted build, for example),
18146              since the AIX' shared dynaloader seemingly keeps the shared
18147              objects open and therefore 'busy' for quite a while, even when
18148              nobody is using the objects, leading into link failures.
18149      Branch: perl
18150            ! lib/ExtUtils/MM_Unix.pm
18151 ____________________________________________________________________________
18152 [  7781] By: gsar                                  on 2000/11/20  19:02:55
18153         Log: type mismatch due to faulty integration
18154      Branch: maint-5.6/perl
18155            ! toke.c win32/Makefile
18156 ____________________________________________________________________________
18157 [  7780] By: gsar                                  on 2000/11/20  17:31:55
18158         Log: integrate changes#6392,6394..6399,6401..6404
18159              
18160              The {multiplier} of a fixed substring was overlooked which
18161              caused a wrong initial search offset for that substring.
18162              
18163              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
18164              From: Hugo <hv@crypt.compulink.co.uk>
18165              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
18166              Date: Thu, 13 Jul 2000 19:27:13 +0100
18167              
18168              Fix the BOM bug: not a byteorder bug, a signedness bug.
18169              
18170              Replace change #6337 with a better one.
18171              
18172              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
18173              From: Hugo <hv@crypt.compulink.co.uk>
18174              Date: Fri, 14 Jul 2000 04:16:20 +0100
18175              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
18176              
18177              MakeMaker should not remove editor backups (*~) on `make clean`
18178              by default (completes change#6383)
18179              
18180              move new variables to the end of the interpreter structure (for
18181              bincompat in code that doesn't #include XSUB.h)
18182              
18183              rename totally bletcherous SvLOCK() thingy (doesn't do what the
18184              name suggests anyway)
18185              
18186              various cleanups (typos, misformatted code, and small bugs)
18187              
18188              typecasts needed for change#6394
18189              
18190              typos in change#6399, regen headers
18191              
18192              inconsistent types needs casts
18193              
18194              PERL_OBJECT build tweaks
18195      Branch: maint-5.6/perl
18196           !> MANIFEST doop.c embed.h embed.pl embedvar.h
18197           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
18198           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
18199           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
18200           !> toke.c util.c
18201 ____________________________________________________________________________
18202 [  7779] By: gsar                                  on 2000/11/20  17:06:29
18203         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
18204              
18205              Cosmetics and perldelta.
18206              
18207              Fix nits noticed by Boston.pm.
18208              
18209              Do the cc sanity check both before the hints and
18210              after the cc selction.
18211              
18212              get sprintf.t to adjust properly for 3-digit exponents
18213              
18214              don't clobber *.orig files on *clean targets
18215              
18216              fix bugs in processing %v-*d and similar format specs (from
18217              Avi Finkel <avi@finkel.org>)
18218              
18219              sprintf test tweaks (from Dominic Dunlop)
18220              
18221              new selfloader.t in change#6183 doesn't close DATA handles,
18222              and thus fails to clean up tmp files on dosish platforms
18223              
18224              typos (spotted by Peter Prymmer)
18225              
18226              typo fix from Craig Berry
18227      Branch: maint-5.6/perl
18228           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
18229           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
18230           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
18231           !> x2p/Makefile.SH
18232 ____________________________________________________________________________
18233 [  7778] By: gsar                                  on 2000/11/20  16:46:51
18234         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
18235              
18236              Subject: Re: format bug report  [Patch]
18237              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18238              Date: Wed, 05 Jul 2000 13:12:52 +0200
18239              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
18240              
18241              Subject: Re: format bug report  [Patch]
18242              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18243              Date: Wed, 05 Jul 2000 14:10:01 +0200
18244              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
18245              
18246              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
18247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18248              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
18249              Date: Fri, 07 Jul 2000 17:57:16 +0100
18250              
18251              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
18252              To: perl5-porters@perl.org
18253              From: Karsten Sperling <spiff@phreax.net>
18254              Date: Mon, 10 Jul 2000 15:12:52 +0200
18255              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
18256              
18257              README.posix-bc podified from Thomas Dorner.
18258              
18259              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
18260              From: Dominic Dunlop <domo@computer.org>
18261              Date: Tue, 11 Jul 2000 12:27:33 +0200
18262              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
18263              
18264              Typo in #6341.
18265              
18266              Fix for
18267              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
18268              From: Roderick Schertler <roderick@argon.org>
18269              Date: Tue, 11 Jul 2000 13:55:05 -0400
18270              Message-Id: <200007111755.NAA05077@jones.argon.org>
18271              
18272              Minor cleanups on the booklist.
18273              
18274              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
18275              regen perltoc.
18276              
18277              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
18278      Branch: maint-5.6/perl
18279           +> pod/perlbook.pod
18280           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
18281           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
18282           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
18283 ____________________________________________________________________________
18284 [  7777] By: jhi                                   on 2000/11/20  16:08:49
18285         Log: Update Changes.
18286      Branch: perl
18287            ! Changes patchlevel.h
18288 ____________________________________________________________________________
18289 [  7776] By: jhi                                   on 2000/11/20  15:27:56
18290         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
18291              This may be overly harsh but until proven otherwise, we think this
18292              way, or until we have a simple test for Configure (having to start
18293              up servers is does not count as simple) to check for the problems.
18294      Branch: perl
18295            ! perl.h
18296 ____________________________________________________________________________
18297 [  7775] By: jhi                                   on 2000/11/20  15:22:17
18298         Log: Solaris hints tweaks.
18299      Branch: perl
18300            ! hints/solaris_2.sh
18301 ____________________________________________________________________________
18302 [  7774] By: jhi                                   on 2000/11/20  15:01:20
18303         Log: Add a workaround to SOCKS 64-bit problems.
18304      Branch: perl
18305            ! doio.c embed.h embed.pl perlsdio.h proto.h
18306 ____________________________________________________________________________
18307 [  7773] By: jhi                                   on 2000/11/20  14:51:47
18308         Log: sysseek() instead of seek().
18309      Branch: perl
18310            ! t/lib/syslfs.t
18311 ____________________________________________________________________________
18312 [  7772] By: gsar                                  on 2000/11/20  13:06:23
18313         Log: integrate changes#6315..6319,6321..6331,6333..6338
18314              
18315              Integrate with Sarathy, preliminary fix for unicos
18316              alignment problems in [ID 20000612.002] Perl problem on Cray system.
18317              
18318              some debugger output does not go to the socket when RemotePort is set
18319              
18320              winsock cleanup never done on Windows (leads to handle leaks)
18321              
18322              fix UNC path handling on Windows under ithreads, and chdir()
18323              return value when given a non-existent directory
18324              
18325              Autogenerate pod/Makefile and pod/buildtoc.
18326              buildtoc also checks whether the existin pods are
18327              mentioned in MANIFEST and perl.pod, and vice versa.
18328              (None of the thusly found discrepancies fixed yet.)
18329              roffitall also needs to be autogenerated similarly but it
18330              seems so badly out of date that I didn't touch it yet.
18331              
18332              Config is being used.
18333              
18334              Add =head1 NAMEs so that buildtoc is happy.
18335              (The CGI::Util nit reported to Lincoln.)
18336              
18337              Fix complaints of buildtoc.
18338              
18339              Fix the alignment problem in Crays ([ID 20000612.002]).
18340              
18341              Remove perlbook, update perlfaq book listing,
18342              rearrange perl.pod, regenerate perltoc.
18343              
18344              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
18345              was cast to an unsigned (32-bit) integer with wild abandon.
18346              
18347              winsock options weren't being set in all threads under ithreads
18348              (caused send()s from second and subsequent threads to fail)
18349              
18350              accept() leaks memory on windows due to incorrect ordering of
18351              closesocket() and fclose() calls
18352              
18353              Reorder perl.pod once more.
18354              
18355              More POSIX.pod tweaks.
18356              
18357              Sprinkle ldlibpath.
18358              
18359              Precedence goof, fix based on
18360              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
18361              From: Hugo <hv@crypt.compulink.co.uk>
18362              Date: Tue, 11 Jul 2000 12:52:38 +0100
18363              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
18364              
18365              Subject: PATCH perlguts.pod: Document D and d magic types
18366              From: mjd@plover.com
18367              Date: 5 Jul 2000 18:01:51 -0000
18368              Message-ID: <20000705180151.29413.qmail@plover.com>
18369              
18370              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
18371              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
18372              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
18373              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
18374              
18375              Subject: [PATCH cfgperl] $& segfaults if you trick it
18376              From: simon@brecon.co.uk (Simon Cozens)
18377              Date: 7 Jul 2000 11:26:09 GMT
18378              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
18379              
18380              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
18381              From: Hugo <hv@crypt.compulink.co.uk>
18382              Date: Tue, 11 Jul 2000 12:44:50 +0100
18383              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
18384              
18385              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
18386              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18387              Date: Tue, 11 Jul 2000 13:50:51 +0100
18388              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
18389      Branch: maint-5.6/perl
18390           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
18391           +> pod/buildtoc.PL
18392            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
18393           !> (integrate 26 files)
18394 ____________________________________________________________________________
18395 [  7771] By: gsar                                  on 2000/11/20  12:31:42
18396         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
18397              6310,6311,6314
18398              
18399              Subject: [PATCH bleedperl] File::Spec 0.82 beta
18400              From: Barrie Slaymaker <barries@jester.slaysys.com>
18401              Date: Wed, 28 Jun 2000 11:35:29 -0400
18402              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
18403              
18404              tweak perlembed for multiplicity/usethreads sanity; correct notes
18405              about Windows
18406              
18407              localize %INC in a Safe compartment so that use/require work
18408              (many other magic globals probably need similar treatment)
18409              
18410              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
18411              when @_ is modified, causing coredumps
18412              
18413              slurp mode fix in change#4736 still not quite right
18414              
18415              Point to perlipc for more SysV IPC examples.
18416              
18417              Elaborate POSIX.pod.  Still needs work.
18418              
18419              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
18420              
18421              fix large memory leak that has been around for ever, masked by
18422              -DPURIFY (most of the arenas were never freed!)
18423              
18424              fix memory leak on Windows (PL_sys_intern contents were never
18425              freed)
18426              
18427              PERL_OBJECT build tweak
18428              
18429              adjust change#6299
18430              
18431              remove rel2abs prototypes (from Barrie Slaymaker)
18432              
18433              missing perldiag entry for unpack("w",...) diagnostic (from
18434              Andreas Koenig)
18435              
18436              better diagnostic on Frob->stuff() when Frob:: doesn't exist
18437              (from Richard Soderberg <rs@oregonnet.com>)
18438              
18439              Win32 patches for cfgperl from Sarathy.
18440              
18441              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
18442              
18443              More POSIX.pod embellishment.
18444              
18445              tyop in change#6306
18446      Branch: maint-5.6/perl
18447           !> (integrate 44 files)
18448 ____________________________________________________________________________
18449 [  7770] By: gsar                                  on 2000/11/20  11:51:00
18450         Log: integrate changes#6268..6282 from cfgperl branch
18451              
18452              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
18453              From: Dominic Dunlop <domo@computer.org>
18454              Date: Thu, 29 Jun 2000 12:32:39 +0200
18455              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
18456              
18457              Regen headers for #6261 (and update embed.pl for this) and #6267,
18458              silence few compiler warnings.
18459              
18460              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
18461              From: Nicholas Clark <nick@talking.bollo.cx>
18462              Date: Fri, 23 Jun 2000 16:21:15 +0100
18463              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
18464              
18465              Subject: PATCH pod/perltie.pod
18466              From: Ian Phillipps <Ian.Phillipps@iname.com>
18467              Date: Fri, 16 Jun 2000 00:17:19 +0100
18468              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
18469              (only the first hunk, the second hunk had already been done
18470              by some other patch)
18471              
18472              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
18473              From: Tom Phoenix <rootbeer@redcat.com>
18474              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
18475              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
18476              
18477              Subject: [PATCH] xsub attributes
18478              From: Doug MacEachern <dougm@covalent.net>
18479              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
18480              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
18481              
18482              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
18483              From: Andy Dougherty <doughera@lafayette.edu>
18484              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
18485              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
18486              
18487              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
18488              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18489              Date: Tue, 13 Jun 2000 02:43:48 -0500
18490              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
18491              
18492              Subject: [PATCH] Re: eval documentation: context
18493              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18494              Date: Mon, 12 Jun 2000 15:07:29 +0100
18495              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
18496              
18497              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
18498              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18499              Date: Mon, 12 Jun 2000 14:55:59 +0100
18500              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
18501              
18502              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
18503              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
18504              Date: Fri, 09 Jun 2000 12:39:27 -0400
18505              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
18506              (plus update the version "number" of Text::Wrap)
18507              
18508              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
18509              From: Tim Ayers <tayers@bridge.com>
18510              Date: Thu, 08 Jun 2000 08:11:06 +0200
18511              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
18512              [resent by Richard Foley, Message-Id probably wrong]
18513              
18514              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
18515              From: rspier@pobox.com (Robert Spier)
18516              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
18517              Message-ID: <14654.31913.845602.610277@rls.cx>
18518              
18519              Subject: [PATCH 5.6.0] utils/h2xs.PL
18520              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18521              Date: Wed, 7 Jun 2000 04:02:04 -0500
18522              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
18523              
18524              Subject: [PATCH 5.6.0]ITHREADs for VMS
18525              From: Dan Sugalski <dan@sidhe.org>
18526              Date: Tue, 06 Jun 2000 11:59:50 -0400
18527              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
18528      Branch: maint-5.6/perl
18529           !> (integrate 31 files)
18530 ____________________________________________________________________________
18531 [  7769] By: gsar                                  on 2000/11/20  11:29:06
18532         Log: integrate changes#6261..6266 from cfgperl
18533              
18534              Subject: Re: [PATCH cfgperl] BOMs away!
18535              From: simon@brecon.co.uk (Simon Cozens)
18536              Date: 17 Jun 2000 11:49:57 GMT
18537              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
18538              
18539              Subject: 5.6.0 Patch for EPOC
18540              From: Olaf Flebbe <o.flebbe@gmx.de>
18541              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
18542              Message-ID: <23449.960929969@www11.gmx.net>
18543              
18544              tr fixes from Simon Cozens
18545              
18546              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
18547              From: Marty Lucich <marty@netcom.com>
18548              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
18549              Message-Id: <200006282116.OAA11148@netcom.com>
18550              ccdlflags update (the BSD/OS 4.1 part had already been taken
18551              care of by #6141).
18552              
18553              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
18554              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18555              Date: Wed, 28 Jun 2000 17:50:12 -0700
18556              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
18557              
18558              Subject: [PATCH 5.6.0] cygwin port
18559              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
18560              From: "Fifer, Eric" <EFifer@sanwaint.com>
18561              Date: Thu, 29 Jun 2000 12:58:29 +0100
18562      Branch: maint-5.6/perl
18563           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
18564           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
18565           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18566           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
18567 ____________________________________________________________________________
18568 [  7768] By: gsar                                  on 2000/11/20  11:13:44
18569         Log: integrate changes#6252..6256,6259..6260
18570              
18571              Paranoia tweak on #6249.
18572              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
18573              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
18574              Date: Sun, 25 Jun 2000 23:43:12 -0400
18575              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
18576              
18577              Subject: tr///, help wanted.
18578              From: simon@brecon.co.uk (Simon Cozens)
18579              Date: 28 Jun 2000 11:29:04 GMT
18580              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
18581              
18582              small thinko tweaks
18583              
18584              tweaks from Simon Conzes to further fix tr/// under utf8
18585              
18586              perlnewmod was missing from MANIFEST.
18587              
18588              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
18589              From: simon@brecon.co.uk (Simon Cozens)
18590              Date: 17 Jun 2000 11:56:44 GMT
18591              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
18592              pack U0, pack C0
18593      Branch: maint-5.6/perl
18594           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
18595           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
18596           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
18597           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
18598 ____________________________________________________________________________
18599 [  7767] By: gsar                                  on 2000/11/20  10:51:38
18600         Log: integrate change#6250 from cfgperl
18601              
18602              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
18603              From: Doug MacEachern <dougm@covalent.net>
18604              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
18605              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
18606      Branch: maint-5.6/perl
18607           +> t/op/my_stash.t
18608           !> MANIFEST embed.pl global.sym proto.h toke.c
18609 ____________________________________________________________________________
18610 [  7766] By: gsar                                  on 2000/11/20  10:48:34
18611         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
18612              
18613              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
18614              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
18615              Date: Mon, 26 Jun 2000 18:40:14 +0100
18616              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
18617              
18618              Subject: [PATCH] bytes<->utf8 fixes
18619              From: simon@brecon.co.uk (Simon Cozens)
18620              Date: 26 Jun 2000 04:55:45 GMT
18621              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
18622              
18623              Subject: [PATCH] is_utf8_string
18624              From: simon@brecon.co.uk (Simon Cozens)
18625              Date: 26 Jun 2000 02:25:59 GMT
18626              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
18627              
18628              Subject: [PATCH] avoid mg_ptr in '*' magic
18629              From: Doug MacEachern <dougm@covalent.net>
18630              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
18631              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
18632              
18633              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
18634              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
18635              Date: Sat, 24 Jun 2000 13:06:20 +0100
18636              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
18637              
18638              Allow for standalone testing.
18639              
18640              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
18641              From: Mark-Jason Dominus <mjd@plover.com>
18642              Date: Tue, 27 Jun 2000 22:36:42 -0400
18643              Message-ID: <20000628023642.12166.qmail@plover.com>
18644              
18645              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
18646              From: Frank Tobin <ftobin@uiuc.edu>
18647              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
18648              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
18649      Branch: maint-5.6/perl
18650           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
18651           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
18652           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
18653           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
18654           !> utf8.c utils/h2xs.PL
18655 ____________________________________________________________________________
18656 [  7765] By: gsar                                  on 2000/11/20  10:29:13
18657         Log: integrate change#6239 from cfgperl
18658              
18659              Configure maintenance.  Sever some dependency cycles,
18660              separate gccversion from the cc unit,
18661              address [ID 20000623.006] Configure script patch for using gcc on AIX
18662              (but solve it a little bit differently),
18663              unduplex some accidentally duplicated units,
18664              suggest using gcc if no cc available
18665              (p5p thread: "Solaris configure: counterproposal", 1999-09)
18666      Branch: maint-5.6/perl
18667           !> Configure Todo-5.6 config_h.SH
18668 ____________________________________________________________________________
18669 [  7764] By: gsar                                  on 2000/11/20  10:25:55
18670         Log: integrate changes#6233..6238 from cfgperl
18671              
18672              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
18673              From: Mark-Jason Dominus <mjd@plover.com>
18674              Date: Fri, 16 Jun 2000 20:53:04 -0400
18675              Message-ID: <20000617005304.8008.qmail@plover.com>
18676              
18677              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
18678              because when run as services (Win32ese for daemons)
18679              no environment variables are set and tmpdir ends up as /tmp,
18680              which is ambiguous.
18681              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
18682              From: matt@sergeant.org
18683              Date: 16 Jun 2000 16:30:43 -0000
18684              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
18685              
18686              The thread begun by
18687              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
18688              From: Kevin.Ruscoe@ubsw.com
18689              Date: Fri, 16 Jun 2000 16:38:51 +0100
18690              Message-Id: <H000019b03c300d6@MHS>
18691              
18692              Tweak embed.pl, regen headers.
18693              
18694              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
18695              From: Dan Sugalski <dan@sidhe.org>
18696              Date: Fri, 23 Jun 2000 17:00:00 -0400
18697              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
18698      Branch: maint-5.6/perl
18699           !> (integrate 27 files)
18700 ____________________________________________________________________________
18701 [  7763] By: gsar                                  on 2000/11/20  10:08:08
18702         Log: s/perl56delta/perldelta/g
18703      Branch: maint-5.6/perl
18704            ! pod/Makefile
18705 ____________________________________________________________________________
18706 [  7762] By: gsar                                  on 2000/11/20  10:04:00
18707         Log: integrate changes#6225,6229,6231,6232 from cfgperl
18708              
18709              Add source code filenames to apidoc.
18710              From: simon@brecon.co.uk (Simon Cozens)
18711              Subject: [PATCH embed.pl] Source X-ref
18712              Date: 22 Jun 2000 02:18:49 GMT
18713              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
18714              
18715              Subject: README.hpux version 0.6.1
18716              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
18717              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18718              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
18719              
18720              Subject: [PATCH 5.6.0] cygwin port
18721              From: "Fifer, Eric" <EFifer@sanwaint.com>
18722              Date: Tue, 20 Jun 2000 14:30:58 +0100
18723              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
18724              
18725              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
18726              From: simon@brecon.co.uk (Simon Cozens)
18727              Date: 19 Jun 2000 15:18:27 GMT
18728              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
18729              
18730              plus update pod/Makefile and regenerate perltoc
18731      Branch: maint-5.6/perl
18732           +> pod/perlutil.pod
18733           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
18734           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
18735 ____________________________________________________________________________
18736 [  7761] By: jhi                                   on 2000/11/20  04:09:55
18737         Log: Miraculous typo.
18738      Branch: perl
18739            ! t/op/pat.t
18740 ____________________________________________________________________________
18741 [  7760] By: jhi                                   on 2000/11/20  04:06:08
18742         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
18743              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18744              Date: Sun, 19 Nov 2000 22:30:26 -0500
18745              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
18746      Branch: perl
18747            ! regexec.c scope.h t/op/pat.t
18748 ____________________________________________________________________________
18749 [  7759] By: jhi                                   on 2000/11/20  02:05:22
18750         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
18751      Branch: perl
18752            ! perl.h
18753 ____________________________________________________________________________
18754 [  7758] By: jhi                                   on 2000/11/20  01:58:11
18755         Log: Subject: [perl 7711: EPOC] updates
18756              From: Olaf Flebbe <o.flebbe@gmx.de>
18757              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
18758              Message-ID: <25575.974658810@www23.gmx.net>               
18759      Branch: perl
18760            + lib/File/Spec/Epoc.pm
18761            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
18762            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
18763            ! lib/File/Spec.pm perl.c sv.c
18764 ____________________________________________________________________________
18765 [  7757] By: jhi                                   on 2000/11/20  01:53:11
18766         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
18767      Branch: perl
18768            ! MANIFEST
18769 ____________________________________________________________________________
18770 [  7756] By: jhi                                   on 2000/11/20  01:47:22
18771         Log: Integrate perlio.
18772      Branch: perl
18773            - ext/re/hints/MSWin32.pl
18774           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
18775           !> win32/config.gc win32/config_H.gc win32/win32sck.c
18776 ____________________________________________________________________________
18777 [  7755] By: nick                                  on 2000/11/19  20:57:17
18778         Log: Add dummy crlf layer (just as buffer)
18779              Correct 1st bug - one layer of indirection.
18780      Branch: perlio
18781            ! perlio.c perlio.h perliol.h
18782 ____________________________________________________________________________
18783 [  7754] By: nick                                  on 2000/11/19  20:56:12
18784         Log: Work-round to Perl_deb_nocontext is no longer required
18785      Branch: perlio
18786            - ext/re/hints/MSWin32.pl
18787 ____________________________________________________________________________
18788 [  7753] By: nick                                  on 2000/11/19  20:01:16
18789         Log: diff -se shows these as different
18790      Branch: perlio
18791            ! global.sym pod/perlapi.pod
18792 ____________________________________________________________________________
18793 [  7752] By: nick                                  on 2000/11/19  18:57:30
18794         Log: Configure GCC/Win32 build -Duseperlio
18795              Fix a couple of gross issues
18796              - double-include of ../deb.o in re.dll
18797              - win32sck.c needs PerlIO and FILE 
18798      Branch: perlio
18799            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
18800            ! win32/win32sck.c
18801 ____________________________________________________________________________
18802 [  7751] By: nick                                  on 2000/11/19  17:05:36
18803         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
18804      Branch: perlio
18805            ! perlio.c
18806 ____________________________________________________________________________
18807 [  7750] By: nick                                  on 2000/11/19  16:57:14
18808         Log: Missing aTHX_
18809      Branch: perlio
18810            ! sv.c
18811 ____________________________________________________________________________
18812 [  7749] By: jhi                                   on 2000/11/19  16:28:40
18813         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
18814              From: "Peter J. Farley III" <pjfarley@banet.net>
18815              Date: Sun, 19 Nov 2000 01:42:58 -0500
18816              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
18817      Branch: perl
18818            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
18819 ____________________________________________________________________________
18820 [  7748] By: jhi                                   on 2000/11/19  16:08:10
18821         Log: Subject: podlators 1.05 available        
18822              From: Russ Allbery <rra@stanford.edu>   
18823              Date: 18 Nov 2000 22:04:28 -0800
18824              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
18825      Branch: perl
18826            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
18827 ____________________________________________________________________________
18828 [  7747] By: nick                                  on 2000/11/19  11:19:39
18829         Log: Integrate mainline
18830      Branch: perlio
18831           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
18832           !> util.c
18833 ____________________________________________________________________________
18834 [  7746] By: jhi                                   on 2000/11/19  06:42:22
18835         Log: Make hex scanning warn on "\x{x}" and "\xx".
18836              "\x" and and hex("x") are still valid.
18837      Branch: perl
18838            ! util.c
18839 ____________________________________________________________________________
18840 [  7745] By: nick                                  on 2000/11/18  22:52:28
18841         Log: Integrate mainline
18842      Branch: perlio
18843           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
18844           !> perl.h perlio.c proto.h regcomp.c regcomp.h
18845 ____________________________________________________________________________
18846 [  7744] By: jhi                                   on 2000/11/18  22:50:28
18847         Log: Introduce Perl_utf8_length().  Use it.
18848      Branch: perl
18849            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
18850 ____________________________________________________________________________
18851 [  7743] By: jhi                                   on 2000/11/18  22:38:51
18852         Log: Compiler denit.
18853      Branch: perl
18854            ! perlio.c
18855 ____________________________________________________________________________
18856 [  7742] By: jhi                                   on 2000/11/18  20:33:05
18857         Log: Integrate perlio.
18858      Branch: perl
18859           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
18860           !> perlio.h pp_ctl.c pp_sys.c sv.c
18861 ____________________________________________________________________________
18862 [  7741] By: jhi                                   on 2000/11/18  20:31:27
18863         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
18864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18865              Date: Fri, 17 Nov 2000 20:35:11 -0500
18866              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
18867              
18868              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
18869              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18870              Date: Fri, 17 Nov 2000 21:03:47 -0500
18871              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
18872              
18873              Plus a little bit of tweaking in pregcomp().
18874      Branch: perl
18875            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
18876 ____________________________________________________________________________
18877 [  7740] By: nick                                  on 2000/11/18  20:17:22
18878         Log: Lexical use open ... support:
18879              add ->cop_io to COP structure in cop.h.
18880              Make mg.c and gv.c associate it with ${^OPEN}.
18881              Make lib/open.pm set it.
18882              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
18883              manner similar to ->cop_warnings.
18884              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
18885              call new PerlIO_apply_layers().
18886              Declare latter in perlio.h and define in perlio.c
18887      Branch: perlio
18888            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
18889            ! perlio.h pp_ctl.c pp_sys.c sv.c
18890 ____________________________________________________________________________
18891 [  7739] By: jhi                                   on 2000/11/18  19:54:00
18892         Log: Integrate perlio.
18893      Branch: perl
18894           !> doio.c perlio.c pp.c
18895 ____________________________________________________________________________
18896 [  7738] By: jhi                                   on 2000/11/18  17:16:13
18897         Log: Subject: [PATCH 5.7.0] etags broken again
18898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18899              Date: Sat, 18 Nov 2000 02:41:36 -0500
18900              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
18901      Branch: perl
18902            ! emacs/ptags
18903 ____________________________________________________________________________
18904 [  7737] By: jhi                                   on 2000/11/18  17:12:18
18905         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
18906      Branch: perl
18907            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18908 ____________________________________________________________________________
18909 [  7736] By: nick                                  on 2000/11/18  14:06:20
18910         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
18911              part to be isolated.
18912      Branch: perlio
18913            ! doio.c perlio.c
18914 ____________________________________________________________________________
18915 [  7735] By: nick                                  on 2000/11/18  11:03:32
18916         Log: Integrate mainline
18917      Branch: perlio
18918           !> Changes README.amiga README.win32 patchlevel.h
18919           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
18920 ____________________________________________________________________________
18921 [  7734] By: jhi                                   on 2000/11/18  01:18:56
18922         Log: Update Changes.
18923      Branch: perl
18924            ! Changes patchlevel.h
18925 ____________________________________________________________________________
18926 [  7733] By: jhi                                   on 2000/11/18  00:32:54
18927         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
18928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18929              Date: Fri, 17 Nov 2000 17:28:02 -0500
18930              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
18931      Branch: perl
18932            ! regcomp.c regexec.c t/op/re_tests
18933 ____________________________________________________________________________
18934 [  7732] By: jhi                                   on 2000/11/18  00:28:56
18935         Log: Sparc 64-bit pack() fix from Jens Hamisch.
18936      Branch: perl
18937            ! pp.c
18938 ____________________________________________________________________________
18939 [  7731] By: jhi                                   on 2000/11/18  00:18:39
18940         Log: Explain in more detail the {} syntax ambiguousity.
18941              
18942              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
18943              From: Nicholas Clark <nick@ccl4.org>
18944              Date: Fri, 17 Nov 2000 22:10:28 +0000
18945              Message-ID: <20001117221028.A88930@plum.flirble.org>
18946      Branch: perl
18947            ! pod/perlfunc.pod
18948 ____________________________________________________________________________
18949 [  7730] By: jhi                                   on 2000/11/18  00:12:18
18950         Log: Subject: Fix for README.amiga (20000323.033)
18951              From: "Stephen P. Potter" <spp@spotter.yi.org>
18952              Date: Fri, 17 Nov 2000 12:25:51 -0500
18953              Message-Id: <200011171725.MAA05768@spotter.yi.org>
18954      Branch: perl
18955            ! README.amiga
18956 ____________________________________________________________________________
18957 [  7729] By: jhi                                   on 2000/11/18  00:08:34
18958         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
18959              From: "A. C. Yardley" <yardley@tanet.net>
18960              Date: Mon, 3 Apr 2000 11:35:33 -0700
18961              Message-ID: <3483.000403@tanet.net>
18962      Branch: perl
18963            ! README.win32
18964 ____________________________________________________________________________
18965 [  7728] By: nick                                  on 2000/11/17  21:59:47
18966         Log: Integrate mainline
18967      Branch: perlio
18968           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
18969           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
18970           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
18971           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
18972 ____________________________________________________________________________
18973 [  7727] By: nick                                  on 2000/11/17  21:56:31
18974         Log: Experiment on use of attributes.pm interface.
18975              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
18976              SVt_PVRV if not already something better (else vivify of say magic gets
18977              core dump).
18978      Branch: perlio
18979            ! perlio.c pp.c
18980 ____________________________________________________________________________
18981 [  7726] By: jhi                                   on 2000/11/17  14:15:49
18982         Log: Subject: Fix for 20000815.006
18983              From: "Stephen P. Potter" <spp@spotter.yi.org>
18984              Date: Fri, 17 Nov 2000 08:57:45 -0500
18985              Message-Id: <200011171357.IAA05122@spotter.yi.org>
18986              
18987              It's really 20000518.006.
18988      Branch: perl
18989            ! pod/perlmodlib.PL
18990 ____________________________________________________________________________
18991 [  7725] By: jhi                                   on 2000/11/17  14:12:31
18992         Log: Subject: Fix for 20000409.001
18993              From: "Stephen P. Potter" <spp@spotter.yi.org>
18994              Date: Fri, 17 Nov 2000 08:55:45 -0500
18995              Message-Id: <200011171355.IAA05104@spotter.yi.org>
18996      Branch: perl
18997            ! pod/perlfaq9.pod
18998 ____________________________________________________________________________
18999 [  7724] By: jhi                                   on 2000/11/17  14:08:58
19000         Log: Undo #7627 now that we have =head3.
19001      Branch: perl
19002            ! pod/perlhack.pod
19003 ____________________________________________________________________________
19004 [  7723] By: jhi                                   on 2000/11/17  14:04:09
19005         Log: As surmised the #7719 wasn't a good move.
19006      Branch: perl
19007            ! hints/solaris_2.sh
19008 ____________________________________________________________________________
19009 [  7722] By: jhi                                   on 2000/11/17  13:59:04
19010         Log: Also the 64bitall hints can be either here or there.
19011      Branch: perl
19012            ! hints/solaris_2.sh
19013 ____________________________________________________________________________
19014 [  7721] By: jhi                                   on 2000/11/17  02:26:23
19015         Log: Test tweak for the open pragma.
19016      Branch: perl
19017            ! t/lib/b.t
19018 ____________________________________________________________________________
19019 [  7720] By: jhi                                   on 2000/11/17  00:23:22
19020         Log: The long double hints can be here or there.
19021      Branch: perl
19022            ! hints/solaris_2.sh
19023 ____________________________________________________________________________
19024 [  7719] By: jhi                                   on 2000/11/17  00:14:06
19025         Log: For Solaris use64bitall the stdchar needs a little bit of help.
19026      Branch: perl
19027            ! hints/solaris_2.sh
19028 ____________________________________________________________________________
19029 [  7718] By: jhi                                   on 2000/11/16  23:27:34
19030         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
19031              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19032              Date: Wed, 15 Nov 2000 08:56:32 +0100
19033              Message-ID: <3A1241B0.64477E00@alcatel.at>
19034      Branch: perl
19035            ! lib/Carp/Heavy.pm
19036 ____________________________________________________________________________
19037 [  7717] By: jhi                                   on 2000/11/16  23:23:29
19038         Log: Subject: [PATCH] Re: 20001101.003 PDL
19039              From: Nicholas Clark <nick@ccl4.org>
19040              Date: Thu, 16 Nov 2000 16:48:25 +0000
19041              Message-ID: <20001116164825.B93487@plum.flirble.org>
19042      Branch: perl
19043            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
19044 ____________________________________________________________________________
19045 [  7716] By: jhi                                   on 2000/11/16  23:21:31
19046         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
19047              From: "Casey R. Tweten" <crt@kiski.net>
19048              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
19049              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
19050      Branch: perl
19051            ! lib/Pod/Checker.pm pod/perlpod.pod
19052 ____________________________________________________________________________
19053 [  7715] By: jhi                                   on 2000/11/16  23:19:40
19054         Log: Avoid an infinite loop in VMS when utils scripts are run
19055              with no arguments, from Charles Lane.
19056      Branch: perl
19057            ! configure.com
19058 ____________________________________________________________________________
19059 [  7714] By: jhi                                   on 2000/11/16  23:17:08
19060         Log: Subject: perllocale.pod changes
19061              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19062              Date: Mon, 13 Nov 2000 10:09:22 +0300
19063              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
19064      Branch: perl
19065            ! pod/perllocale.pod
19066 ____________________________________________________________________________
19067 [  7713] By: jhi                                   on 2000/11/16  23:14:06
19068         Log: Integrate perlio.
19069      Branch: perl
19070           !> doio.c perlio.c perlio.h util.c
19071 ____________________________________________________________________________
19072 [  7712] By: nick                                  on 2000/11/16  21:10:58
19073         Log: Integrate mainline
19074      Branch: perlio
19075           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19076           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
19077           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
19078           !> vos/config.ga.def vos/config.ga.h win32/config.bc
19079           !> win32/config.gc win32/config.vc
19080 ____________________________________________________________________________
19081 [  7711] By: nick                                  on 2000/11/16  19:56:41
19082         Log: Minor tweaks:
19083              consistent way of getting 'rb', 'wb' etc. for binary opens
19084              move *perlio::layers to *open::layers
19085              a #define to show layers available
19086              DOSISH popen/PerlIO had export/import sense inverted.
19087      Branch: perlio
19088            ! doio.c perlio.c perlio.h util.c
19089 ____________________________________________________________________________
19090 [  7710] By: jhi                                   on 2000/11/16  15:46:05
19091         Log: Add HAS_SBRK_PROTO.
19092      Branch: metaconfig/U/perl
19093            + d_sbrkproto.U
19094      Branch: perl
19095            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19096            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
19097            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19098            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19099            ! win32/config.gc win32/config.vc
19100 ____________________________________________________________________________
19101 [  7709] By: nick                                  on 2000/11/16  07:31:49
19102         Log: Integrate mainline
19103      Branch: perlio
19104           !> (integrate 35 files)
19105 ____________________________________________________________________________
19106 [  7708] By: jhi                                   on 2000/11/16  05:33:03
19107         Log: These files are text, not binary.
19108      Branch: perl
19109            ! ext/Encode/Encode/iso8859-10.enc
19110            ! ext/Encode/Encode/iso8859-13.enc
19111            ! ext/Encode/Encode/iso8859-14.enc
19112            ! ext/Encode/Encode/iso8859-15.enc
19113 ____________________________________________________________________________
19114 [  7707] By: jhi                                   on 2000/11/16  01:53:37
19115         Log: Update Changes.
19116      Branch: perl
19117            ! Changes patchlevel.h
19118 ____________________________________________________________________________
19119 [  7706] By: jhi                                   on 2000/11/16  01:35:59
19120         Log: More #undefing of stdio.
19121      Branch: perl
19122            ! fakesdio.h nostdio.h
19123 ____________________________________________________________________________
19124 [  7705] By: jhi                                   on 2000/11/16  01:34:18
19125         Log: Add fwalk() probe to the configuration files and regen perltoc.
19126      Branch: perl
19127            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19128            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
19129            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
19130            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19131            ! win32/config.bc win32/config.gc win32/config.vc
19132 ____________________________________________________________________________
19133 [  7704] By: jhi                                   on 2000/11/16  01:33:07
19134         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
19135              an optional third argument to Inlibc?)
19136      Branch: metaconfig/U/perl
19137            + d__fwalk.U
19138 ____________________________________________________________________________
19139 [  7703] By: jhi                                   on 2000/11/16  01:09:22
19140         Log: The type of the hash_cb() size argument is tricky.
19141      Branch: perl
19142            ! ext/DB_File/DB_File.xs
19143 ____________________________________________________________________________
19144 [  7702] By: jhi                                   on 2000/11/15  23:01:16
19145         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
19146      Branch: perl
19147            ! nostdio.h
19148 ____________________________________________________________________________
19149 [  7701] By: jhi                                   on 2000/11/15  22:52:32
19150         Log: Detypo.
19151      Branch: perl
19152            ! t/lib/bigfltpm.t
19153 ____________________________________________________________________________
19154 [  7700] By: jhi                                   on 2000/11/15  22:51:56
19155         Log: UINT64_C() work continues.
19156      Branch: perl
19157            ! handy.h perl.h utf8.h
19158 ____________________________________________________________________________
19159 [  7699] By: jhi                                   on 2000/11/15  14:13:04
19160         Log: SOCKS has its own USE_THREADS, based on
19161              
19162              Subject: [ID 20001114.002] et. al. bugfix followup
19163              From: Jens Hamisch <jens@Strawberry.COM> 
19164              Date: Wed, 15 Nov 2000 14:23:11 +0100
19165              Message-ID: <20001115142311.A21164@Strawberry.COM>
19166      Branch: perl
19167            ! perl.h
19168 ____________________________________________________________________________
19169 [  7698] By: jhi                                   on 2000/11/15  03:50:56
19170         Log: Add few missing #undefs and sort them.
19171      Branch: perl
19172            ! fakesdio.h
19173 ____________________________________________________________________________
19174 [  7697] By: jhi                                   on 2000/11/15  03:39:14
19175         Log: Linenumber fix.
19176      Branch: perl
19177            ! t/pragma/warn/utf8
19178 ____________________________________________________________________________
19179 [  7696] By: jhi                                   on 2000/11/15  02:55:26
19180         Log: EBCDIC tweaks.
19181              
19182              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
19183              From: Peter Prymmer <pvhp@forte.com>
19184              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
19185              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
19186      Branch: perl
19187            ! t/op/regmesg.t t/pragma/warn/utf8
19188 ____________________________________________________________________________
19189 [  7695] By: jhi                                   on 2000/11/15  02:53:58
19190         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
19191              From: Peter Prymmer <pvhp@forte.com>
19192              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
19193              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
19194      Branch: perl
19195            ! utf8.c
19196 ____________________________________________________________________________
19197 [  7694] By: jhi                                   on 2000/11/15  02:50:55
19198         Log: Subject: [PATCH: perl@7674] updates to README.os390
19199              From: Prymmer/Kahn <pvhp@best.com>
19200              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
19201              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
19202      Branch: perl
19203            ! README.os390
19204 ____________________________________________________________________________
19205 [  7693] By: jhi                                   on 2000/11/15  02:48:37
19206         Log: Quit utf8_to_uv() instantly if curlen == 0.
19207      Branch: perl
19208            ! utf8.c
19209 ____________________________________________________________________________
19210 [  7692] By: jhi                                   on 2000/11/15  02:24:29
19211         Log: Use u_int32_t for the size of hash_cb(), not size_t.
19212              
19213              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
19214              From: Jens Hamisch <jens@Strawberry.COM>     
19215              Date: Tue, 14 Nov 2000 19:03:55 +0100
19216              Message-Id: <20001114190355.A20559@Strawberry.COM>
19217      Branch: perl
19218            ! ext/DB_File/DB_File.xs
19219 ____________________________________________________________________________
19220 [  7691] By: jhi                                   on 2000/11/15  02:20:12
19221         Log: Use UINT64_C().
19222              
19223              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
19224              From: Jens Hamisch <jens@Strawberry.COM>
19225              Date: Tue, 14 Nov 2000 19:16:23 +0100
19226              Message-Id: <20001114191623.G20559@Strawberry.COM>
19227      Branch: perl
19228            ! utf8.c utf8.h
19229 ____________________________________________________________________________
19230 [  7690] By: jhi                                   on 2000/11/15  02:17:06
19231         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
19232              (a macro to define signed and unsigned integer constants).
19233      Branch: perl
19234            ! handy.h
19235 ____________________________________________________________________________
19236 [  7689] By: jhi                                   on 2000/11/15  01:56:51
19237         Log: Regen Configure.
19238      Branch: perl
19239            ! Configure
19240 ____________________________________________________________________________
19241 [  7688] By: jhi                                   on 2000/11/15  01:56:32
19242         Log: Make the unit know about SOCKS.
19243      Branch: metaconfig
19244            ! U/protos/socksizetype.U
19245 ____________________________________________________________________________
19246 [  7687] By: jhi                                   on 2000/11/15  01:54:47
19247         Log: Remove unused dependencies.
19248      Branch: metaconfig
19249            ! U/compline/d_getpagsz.U
19250 ____________________________________________________________________________
19251 [  7686] By: nick                                  on 2000/11/14  21:25:13
19252         Log: Integrate mainline.
19253      Branch: perlio
19254           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
19255           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
19256           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
19257           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
19258           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
19259           !> win32/config.bc win32/config.gc win32/config.vc
19260           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
19261 ____________________________________________________________________________
19262 [  7685] By: jhi                                   on 2000/11/14  17:54:56
19263         Log: Integrate perlio.
19264      Branch: perl
19265           +> fakesdio.h perliol.h
19266           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
19267           !> perlsdio.h perlsfio.h pod/perlfunc.pod
19268 ____________________________________________________________________________
19269 [  7684] By: nick                                  on 2000/11/14  17:43:04
19270         Log: PerlIO #include and #ifdef re-work.
19271      Branch: perlio
19272            + fakesdio.h perliol.h
19273            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
19274            ! perlsdio.h perlsfio.h
19275 ____________________________________________________________________________
19276 [  7683] By: jhi                                   on 2000/11/14  15:42:40
19277         Log: Hoist the duplicated socket/netdb include logic to perl.h;
19278              undef SETERRNO in case SOCKS has defined it.  Based on:
19279              
19280              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
19281              From: Jens Hamisch <jens@Strawberry.COM> 
19282              Date: Tue, 14 Nov 2000 11:34:40 +0100
19283              Message-Id: <20001114113440.A20005@Strawberry.COM>
19284      Branch: perl
19285            ! doio.c perl.h pp_sys.c
19286 ____________________________________________________________________________
19287 [  7682] By: jhi                                   on 2000/11/14  14:07:28
19288         Log: Subject: some additions for makefiles for win32 (for perl@7674)
19289              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19290              Date: Tue, 14 Nov 2000 09:31:13 +0300
19291              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
19292      Branch: perl
19293            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
19294            ! win32/makefile.mk
19295 ____________________________________________________________________________
19296 [  7681] By: jhi                                   on 2000/11/14  14:01:41
19297         Log: Subject: tiny typo in perl5db.pl
19298              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19299              Date: Tue, 14 Nov 2000 09:29:28 +0300
19300              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
19301      Branch: perl
19302            ! lib/perl5db.pl
19303 ____________________________________________________________________________
19304 [  7680] By: jhi                                   on 2000/11/14  04:13:50
19305         Log: Redo #7679 with LFs instead of CRLFs.
19306      Branch: perl
19307            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
19308            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
19309            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
19310 ____________________________________________________________________________
19311 [  7679] By: jhi                                   on 2000/11/14  01:21:09
19312         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
19313              From: Benjamin Stuhl <tiriath@yahoo.com> 
19314              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
19315              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
19316      Branch: perl
19317            + win32/bin/mdelete.bat
19318            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
19319            ! makedef.pl perlio.c win32/Makefile win32/config.gc
19320            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
19321 ____________________________________________________________________________
19322 [  7678] By: jhi                                   on 2000/11/14  01:19:20
19323         Log: Fix the re extension building for Win32.
19324              
19325              Subject: [PATCH perl@7638] Get PerlIO building on Win32
19326              From: Benjamin Stuhl <tiriath@yahoo.com> 
19327              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
19328              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
19329      Branch: perl
19330            + ext/re/hints/MSWin32.pl
19331            ! MANIFEST
19332 ____________________________________________________________________________
19333 [  7677] By: jhi                                   on 2000/11/14  01:13:54
19334         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
19335              From: sthoenna@efn.org
19336              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
19337              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
19338      Branch: perl
19339            ! doop.c pp.c toke.c utf8.c utf8.h
19340 ____________________________________________________________________________
19341 [  7676] By: jhi                                   on 2000/11/13  20:23:15
19342         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
19343              From: Nicholas Clark <nick@ccl4.org>
19344              Date: Mon, 13 Nov 2000 18:55:04 +0000
19345              Message-ID: <20001113185504.J29183@plum.flirble.org>
19346      Branch: perl
19347            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
19348 ____________________________________________________________________________
19349 [  7675] By: nick                                  on 2000/11/13  20:21:57
19350         Log: Integrate mainline ...
19351      Branch: perlio
19352           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
19353           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
19354           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
19355           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
19356 ____________________________________________________________________________
19357 [  7674] By: jhi                                   on 2000/11/13  15:07:56
19358         Log: Update Changes.
19359      Branch: perl
19360            ! Changes patchlevel.h
19361 ____________________________________________________________________________
19362 [  7673] By: jhi                                   on 2000/11/13  14:42:42
19363         Log: Remove the new two tests of lib/io_xs for now, they seem to
19364              fail under perlio on some platforms.
19365      Branch: perl
19366            ! t/lib/io_xs.t
19367 ____________________________________________________________________________
19368 [  7672] By: jhi                                   on 2000/11/13  13:57:53
19369         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
19370      Branch: perl
19371            ! perlio.c
19372 ____________________________________________________________________________
19373 [  7671] By: jhi                                   on 2000/11/13  05:30:48
19374         Log: Placate nervous compilers that see longer than ints switch()ing.
19375      Branch: perl
19376            ! utf8.c
19377 ____________________________________________________________________________
19378 [  7670] By: jhi                                   on 2000/11/13  05:14:21
19379         Log: fputs() does return EOF on error but here we don't care.
19380      Branch: perl
19381            ! perlio.c
19382 ____________________________________________________________________________
19383 [  7669] By: jhi                                   on 2000/11/13  05:02:45
19384         Log: Declare reg_data like reg_substr_data.
19385      Branch: perl
19386            ! regexp.h
19387 ____________________________________________________________________________
19388 [  7668] By: jhi                                   on 2000/11/13  04:54:34
19389         Log: Typos in #7667.
19390      Branch: perl
19391            ! perl.h
19392 ____________________________________________________________________________
19393 [  7667] By: jhi                                   on 2000/11/13  04:49:49
19394         Log: Cleanup messy #ifdef.
19395      Branch: perl
19396            ! perl.h
19397 ____________________________________________________________________________
19398 [  7666] By: jhi                                   on 2000/11/13  04:17:34
19399         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
19400              From: Nicholas Clark <nick@talking.bollo.cx>
19401              Date: Sun, 12 Nov 2000 21:14:11 +0000
19402              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
19403              
19404              Note: only one breakage of the two reported is fixed by this patch.
19405      Branch: perl
19406            ! perlio.c
19407 ____________________________________________________________________________
19408 [  7665] By: jhi                                   on 2000/11/13  04:05:07
19409         Log: Tweak the definition of the bit complement on UTF-8 data:
19410              if none of the characters in the string are > 0xff,
19411              the result is a complemented byte string, not a (UTF-8)
19412              char string.  Based on the summary in
19413              
19414              Subject: Re: [ID 20000918.005] ~ on wide chars
19415              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
19416              Date: Fri, 10 Nov 2000 09:47:15 -0800
19417              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
19418              
19419              This should give us the maximum backward (pre-char string)
19420              compatibility and utf8 compatibility.  The other alternative
19421              would be to limit the bit complement to be always byte only,
19422              taking the least significant byte of the chars.
19423      Branch: perl
19424            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
19425 ____________________________________________________________________________
19426 [  7664] By: jhi                                   on 2000/11/13  00:23:44
19427         Log: Couple of tests from #7660 salvaged.
19428      Branch: perl
19429            - t/op/tell.t
19430            ! MANIFEST t/io/tell.t
19431 ____________________________________________________________________________
19432 [  7663] By: jhi                                   on 2000/11/13  00:02:48
19433         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
19434              From: Nicholas Clark <nick@talking.bollo.cx>
19435              Date: Sun, 12 Nov 2000 21:23:43 +0000
19436              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
19437      Branch: perl
19438            ! perlsfio.h
19439 ____________________________________________________________________________
19440 [  7662] By: jhi                                   on 2000/11/13  00:01:39
19441         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
19442              From: Nicholas Clark <nick@talking.bollo.cx>
19443              Date: Sun, 12 Nov 2000 21:30:04 +0000
19444              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
19445      Branch: perl
19446            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
19447 ____________________________________________________________________________
19448 [  7661] By: jhi                                   on 2000/11/12  23:57:29
19449         Log: Document tell() on special streams.
19450      Branch: perl
19451            ! pod/perlfunc.pod
19452 ____________________________________________________________________________
19453 [  7660] By: jhi                                   on 2000/11/12  23:54:22
19454         Log: (Subsumed by #7664)
19455      Branch: perl
19456            + t/op/tell.t
19457            ! MANIFEST
19458 ____________________________________________________________________________
19459 [  7659] By: jhi                                   on 2000/11/12  22:55:25
19460         Log: Many subdocumented return values of the IO extension now documented.
19461              ungetc and write still left subdocumented.
19462              
19463              Subject: [PATCH] (was Re: IO::Handle::ungetc)
19464              From: Nicholas Clark <nick@talking.bollo.cx>
19465              Date: Sun, 12 Nov 2000 21:35:53 +0000
19466              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
19467      Branch: perl
19468            ! ext/IO/lib/IO/Handle.pm
19469 ____________________________________________________________________________
19470 [  7658] By: jhi                                   on 2000/11/12  21:37:06
19471         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
19472              From: Nicholas Clark <nick@talking.bollo.cx>
19473              Date: Sun, 12 Nov 2000 20:03:22 +0000
19474              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
19475      Branch: perl
19476            ! pod/perlfunc.pod
19477 ____________________________________________________________________________
19478 [  7657] By: jhi                                   on 2000/11/12  20:34:55
19479         Log: Integrate perlio.
19480      Branch: perl
19481           !> perlio.c
19482 ____________________________________________________________________________
19483 [  7656] By: nick                                  on 2000/11/12  19:25:06
19484         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
19485      Branch: perlio
19486            ! perlio.c
19487 ____________________________________________________________________________
19488 [  7655] By: nick                                  on 2000/11/12  19:09:41
19489         Log: Integrate mainline
19490      Branch: perlio
19491           +> README.solaris ext/Encode/Encode/cp1006.enc
19492           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
19493           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
19494           +> ext/Encode/Encode/iso8859-13.enc
19495           +> ext/Encode/Encode/iso8859-14.enc
19496           +> ext/Encode/Encode/iso8859-15.enc
19497           !> (integrate 34 files)
19498 ____________________________________________________________________________
19499 [  7654] By: jhi                                   on 2000/11/12  19:00:22
19500         Log: Add a metaconfig unit for fsync.
19501      Branch: metaconfig/U/perl
19502            + d_fsync.U
19503 ____________________________________________________________________________
19504 [  7653] By: jhi                                   on 2000/11/12  19:00:01
19505         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
19506      Branch: perl
19507            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19508            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
19509            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19510            ! vos/config.ga.h win32/config.bc win32/config.gc
19511            ! win32/config.vc
19512 ____________________________________________________________________________
19513 [  7652] By: jhi                                   on 2000/11/11  21:12:01
19514         Log: Copy the s// information of README.hpux also to the perlrun.
19515      Branch: perl
19516            ! README.hpux pod/perlrun.pod
19517 ____________________________________________________________________________
19518 [  7651] By: jhi                                   on 2000/11/11  21:03:13
19519         Log: More README.solaris updates from Andy Dougherty.
19520      Branch: perl
19521            ! README.solaris
19522 ____________________________________________________________________________
19523 [  7650] By: jhi                                   on 2000/11/11  18:38:57
19524         Log: More descriptive error for unknown perlio layers.
19525              
19526              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
19527              From: Dominic Dunlop <domo@computer.org> 
19528              Date: Sat, 11 Nov 2000 18:20:32 +0100             
19529              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
19530      Branch: perl
19531            ! perlio.c pod/perldiag.pod
19532 ____________________________________________________________________________
19533 [  7649] By: jhi                                   on 2000/11/11  18:37:52
19534         Log: MachTen doesn't really do mmap() and munmap().
19535              
19536              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
19537              From: Dominic Dunlop <domo@computer.org> 
19538              Date: Sat, 11 Nov 2000 18:20:32 +0100             
19539              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
19540      Branch: perl
19541            ! hints/machten.sh
19542 ____________________________________________________________________________
19543 [  7648] By: jhi                                   on 2000/11/11  18:36:46
19544         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
19545              From: rspier@pobox.com (Robert Spier)
19546              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
19547              Message-ID: <14861.32839.491271.985797@rls.cx>
19548      Branch: perl
19549            ! Porting/Contract pod/perltoot.pod
19550 ____________________________________________________________________________
19551 [  7647] By: jhi                                   on 2000/11/11  18:35:30
19552         Log: Simplify the getpagesize() unit by dropping the
19553              pagesize probe since it's nowadays slightly more
19554              complicated because of sysconf(). (Note: if some
19555              platform really needs the -lPW for getpagesize,
19556              I just broke it.)
19557              
19558              TODO: a new pagesize unit.
19559      Branch: metaconfig
19560            ! U/compline/d_getpagsz.U
19561 ____________________________________________________________________________
19562 [  7646] By: jhi                                   on 2000/11/11  18:33:23
19563         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
19564      Branch: perl
19565            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19566            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
19567            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19568            ! vos/config.ga.h win32/config.bc win32/config.gc
19569            ! win32/config.vc
19570 ____________________________________________________________________________
19571 [  7645] By: jhi                                   on 2000/11/11  16:45:15
19572         Log: Use sysconf() or getpagesize() to find out the pagesize.
19573      Branch: perl
19574            ! perlio.c
19575 ____________________________________________________________________________
19576 [  7644] By: jhi                                   on 2000/11/11  15:46:08
19577         Log: Integrate perlio.
19578      Branch: perl
19579           !> perlio.c
19580 ____________________________________________________________________________
19581 [  7643] By: jhi                                   on 2000/11/11  15:33:36
19582         Log: Subject: Re: [PATCH] README.solaris
19583              From: Lupe Christoph <lupe@lupe-christoph.de>
19584              Date: Sat, 11 Nov 2000 14:08:10 +0100
19585              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
19586      Branch: perl
19587            ! README.solaris
19588 ____________________________________________________________________________
19589 [  7642] By: jhi                                   on 2000/11/11  15:22:12
19590         Log: Subject: [PATCH perl@7638] cygwin port
19591              From: "Eric Fifer" <egf7@columbia.edu>            
19592              Date: Fri, 10 Nov 2000 19:30:30 -0000
19593              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
19594      Branch: perl
19595            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
19596 ____________________________________________________________________________
19597 [  7641] By: nick                                  on 2000/11/11  14:50:36
19598         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
19599              Also call "Buf" layer directly when unread'ing non-read chars.
19600      Branch: perlio
19601            ! perlio.c
19602 ____________________________________________________________________________
19603 [  7640] By: jhi                                   on 2000/11/11  02:05:02
19604         Log: Add more encoding tables.
19605      Branch: perl
19606            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
19607            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
19608            + ext/Encode/Encode/iso8859-10.enc
19609            + ext/Encode/Encode/iso8859-13.enc
19610            + ext/Encode/Encode/iso8859-14.enc
19611            + ext/Encode/Encode/iso8859-15.enc
19612            ! MANIFEST
19613 ____________________________________________________________________________
19614 [  7639] By: jhi                                   on 2000/11/10  18:49:25
19615         Log: Subject: [PATCH] README.solaris
19616              From: Andy Dougherty <doughera@lafayette.edu>
19617              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
19618              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
19619      Branch: perl
19620            + README.solaris
19621            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
19622            ! pod/perl.pod pod/perltoc.pod
19623 ____________________________________________________________________________
19624 [  7638] By: jhi                                   on 2000/11/10  15:04:15
19625         Log: Update Changes.
19626      Branch: perl
19627            ! Changes patchlevel.h
19628 ____________________________________________________________________________
19629 [  7637] By: jhi                                   on 2000/11/10  14:14:28
19630         Log: Explain better why certain regex tests are skipped.
19631              
19632              Subject: Re: tests skipped: unknown reason
19633              From: Lupe Christoph <lupe@lupe-christoph.de>
19634              Date: Fri, 10 Nov 2000 09:08:56 +0100
19635              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
19636      Branch: perl
19637            ! t/op/regexp.t
19638 ____________________________________________________________________________
19639 [  7636] By: nick                                  on 2000/11/10  13:40:00
19640         Log: Integrate mainline.
19641      Branch: perlio
19642           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
19643           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
19644           !> win32/bin/search.pl
19645 ____________________________________________________________________________
19646 [  7635] By: nick                                  on 2000/11/10  13:25:52
19647         Log: Re-instate stdio large file support via perlio.
19648      Branch: perl
19649            ! perlio.c
19650 ____________________________________________________________________________
19651 [  7634] By: jhi                                   on 2000/11/10  04:49:55
19652         Log: Amdahl UTS hints updates.
19653              
19654              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
19655              From: hom00@utsglobal.com (Harold O Morris)
19656              Date: Thu, 9 Nov 2000 20:02 PST
19657              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
19658      Branch: perl
19659            ! hints/uts.sh
19660 ____________________________________________________________________________
19661 [  7633] By: jhi                                   on 2000/11/09  23:33:28
19662         Log: Subject: [PATCH] IO::Seekable pod
19663              From: Nicholas Clark <nick@talking.bollo.cx>
19664              Date: Thu, 9 Nov 2000 20:29:45 +0000
19665              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
19666      Branch: perl
19667            ! ext/IO/lib/IO/Handle.pm
19668 ____________________________________________________________________________
19669 [  7632] By: jhi                                   on 2000/11/09  21:55:41
19670         Log: Various doc oddball characters.
19671              
19672              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
19673              From: Michael Somos <somos@grail.cba.csuohio.edu>
19674              Date: Mon, 6 Nov 2000 17:44:20 -0500
19675              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
19676      Branch: perl
19677            ! emacs/cperl-mode.el lib/unicode/syllables.txt
19678            ! win32/bin/search.pl
19679 ____________________________________________________________________________
19680 [  7631] By: jhi                                   on 2000/11/09  21:12:29
19681         Log: Subject: Re: bash -c exit and linux hints 
19682              From: "John P. Linderman" <jpl@research.att.com>
19683              Date: Thu, 02 Nov 2000 09:37:25 -0500
19684              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
19685      Branch: perl
19686            ! hints/linux.sh
19687 ____________________________________________________________________________
19688 [  7630] By: nick                                  on 2000/11/09  20:34:11
19689         Log: Integrate mainline.
19690      Branch: perlio
19691           !> (integrate 91 files)
19692 ____________________________________________________________________________
19693 [  7629] By: jhi                                   on 2000/11/09  19:46:31
19694         Log: Missing dTHXs.
19695              
19696              Subject: RE: perl@7595 builds not on cygwin
19697              From: "Eric Fifer" <egf7@columbia.edu>
19698              Date: Thu, 9 Nov 2000 19:26:50 -0000
19699              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
19700      Branch: perl
19701            ! ext/Devel/Peek/Peek.xs
19702 ____________________________________________________________________________
19703 [  7628] By: jhi                                   on 2000/11/09  14:48:27
19704         Log: Disable only the tests 99 and 166 for UTF-8 locales.
19705      Branch: perl
19706            ! t/pragma/locale.t
19707 ____________________________________________________________________________
19708 [  7627] By: jhi                                   on 2000/11/09  14:40:27
19709         Log: There's no =head3.
19710      Branch: perl
19711            ! pod/perlhack.pod
19712 ____________________________________________________________________________
19713 [  7626] By: jhi                                   on 2000/11/09  13:54:26
19714         Log: The generated boot_* headers are wrong.  Pickier compiler,
19715              such as KAI C++ will refuse to compile the resulting perlmain.
19716              
19717              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
19718              From: Harri Pasanen <harri.pasanen@trema.com>
19719              Date: Thu, 09 Nov 2000 14:23:28 +0100
19720              Message-Id: <3A0AA550.26D548A3@trema.com>
19721      Branch: perl
19722            ! minimod.pl
19723 ____________________________________________________________________________
19724 [  7625] By: jhi                                   on 2000/11/09  13:50:44
19725         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
19726              From: Prymmer/Kahn <pvhp@best.com>
19727              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
19728              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
19729              
19730              All except the "cow orker" change.
19731      Branch: perl
19732            ! Porting/pumpkin.pod
19733 ____________________________________________________________________________
19734 [  7624] By: jhi                                   on 2000/11/09  13:45:33
19735         Log: Fix for
19736              
19737              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
19738              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19739              Date: Thu, 09 Nov 2000 11:05:52 +0100
19740              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
19741      Branch: perl
19742            ! pod/perldiag.pod t/pragma/warn/pp_sys
19743 ____________________________________________________________________________
19744 [  7623] By: jhi                                   on 2000/11/09  13:37:16
19745         Log: Typo in an ifndef.
19746              
19747              Subject: Re: [PATCH 5.7.0] better messages from malloc()
19748              From: Joe Smith <jms@inwap.com>         
19749              Date: Thu, 09 Nov 2000 01:33:14 -0800
19750              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
19751      Branch: perl
19752            ! malloc.c
19753 ____________________________________________________________________________
19754 [  7622] By: jhi                                   on 2000/11/09  13:31:18
19755         Log: Remove unused extra arguments.
19756      Branch: metaconfig/U/perl
19757            ! perlxv.U
19758      Branch: perl
19759            ! Configure config_h.SH
19760 ____________________________________________________________________________
19761 [  7621] By: jhi                                   on 2000/11/09  13:16:36
19762         Log: More VMS moves on environment handling, from Charles Lane.
19763      Branch: perl
19764            ! t/pragma/locale.t
19765 ____________________________________________________________________________
19766 [  7620] By: jhi                                   on 2000/11/09  04:42:38
19767         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
19768              From: David Dyck <dcd@tc.fluke.com>
19769              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
19770              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
19771      Branch: perl
19772            ! pp_sys.c
19773 ____________________________________________________________________________
19774 [  7619] By: jhi                                   on 2000/11/09  04:36:21
19775         Log: Forgot from #7618.
19776      Branch: perl
19777            ! lib/File/stat.pm
19778 ____________________________________________________________________________
19779 [  7618] By: jhi                                   on 2000/11/09  04:28:44
19780         Log: Make deleting for %ENV work for (newer versions of) VMS,
19781              from Craig A. Berry.
19782      Branch: perl
19783            ! vms/vms.c
19784 ____________________________________________________________________________
19785 [  7617] By: jhi                                   on 2000/11/09  04:25:05
19786         Log: Subject: [PATCH] Class::Struct at compile time
19787              From: "Casey R. Tweten" <crt@kiski.net>
19788              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
19789              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
19790      Branch: perl
19791            ! lib/Class/Struct.pm
19792 ____________________________________________________________________________
19793 [  7616] By: jhi                                   on 2000/11/09  04:15:17
19794         Log: Subject: [ID 20001108.013] spelling
19795              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
19796              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
19797              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
19798      Branch: perl
19799            ! lib/ftp.pl
19800 ____________________________________________________________________________
19801 [  7615] By: jhi                                   on 2000/11/09  04:12:42
19802         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
19803              From: Peter Prymmer <pvhp@forte.com>
19804              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
19805              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
19806      Branch: perl
19807            ! configure.com
19808 ____________________________________________________________________________
19809 [  7614] By: jhi                                   on 2000/11/08  22:42:55
19810         Log: A missing aTHX_.
19811      Branch: perl
19812            ! ext/IPC/SysV/SysV.xs
19813 ____________________________________________________________________________
19814 [  7613] By: jhi                                   on 2000/11/08  19:30:21
19815         Log: Update Changes.
19816      Branch: perl
19817            ! Changes patchlevel.h
19818 ____________________________________________________________________________
19819 [  7612] By: jhi                                   on 2000/11/08  18:35:25
19820         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
19821              From: David Dyck <dcd@tc.fluke.com>
19822              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
19823              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
19824      Branch: perl
19825            ! pp_sys.c
19826 ____________________________________________________________________________
19827 [  7611] By: jhi                                   on 2000/11/08  18:30:26
19828         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
19829              From: Dominic Dunlop <domo@computer.org>
19830              Date: Tue, 7 Nov 2000 12:05:25 +0100
19831              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
19832      Branch: perl
19833            ! malloc.c
19834 ____________________________________________________________________________
19835 [  7610] By: jhi                                   on 2000/11/08  18:25:14
19836         Log: Do not test UTF-8 locales since that the tests would require
19837              polymorphic regexen.
19838      Branch: perl
19839            ! t/pragma/locale.t
19840 ____________________________________________________________________________
19841 [  7609] By: jhi                                   on 2000/11/08  17:12:51
19842         Log: Locale buglets.
19843              
19844              Subject: RE: Locales support (setlocale) fixes
19845              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19846              Date: Wed, 8 Nov 2000 20:01:39 +0300
19847              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
19848      Branch: perl
19849            ! t/pragma/locale.t util.c
19850 ____________________________________________________________________________
19851 [  7608] By: jhi                                   on 2000/11/08  17:00:16
19852         Log: Deleting $ENV{PATH} in VMS is not recommendable.
19853      Branch: perl
19854            ! t/pragma/locale.t
19855 ____________________________________________________________________________
19856 [  7607] By: jhi                                   on 2000/11/08  16:58:26
19857         Log: Subject: PATCH std stdio for (Free)BSD
19858              From: Nicholas Clark <nick@ccl4.org>
19859              Date: Wed, 8 Nov 2000 15:36:29 +0000
19860              Message-ID: <20001108153629.D98736@plum.flirble.org>
19861      Branch: metaconfig
19862            ! U/compline/d_stdstdio.U
19863      Branch: perl
19864            ! Configure config_h.SH
19865 ____________________________________________________________________________
19866 [  7606] By: jhi                                   on 2000/11/08  16:43:31
19867         Log: Forgot to bump the line numbers in #7601.
19868      Branch: perl
19869            ! t/pragma/warn/pp_sys
19870 ____________________________________________________________________________
19871 [  7605] By: jhi                                   on 2000/11/08  16:39:12
19872         Log: More careful detection of how well NVs and UVs mix.
19873              
19874              Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
19875              From: Nicholas Clark <nick@ccl4.org>
19876              Date: Wed, 8 Nov 2000 15:14:12 +0000
19877              Message-ID: <20001108151412.B98736@plum.flirble.org>
19878              
19879              Added some SIGFPE paranoia.
19880      Branch: metaconfig/U/perl
19881            ! perlxv.U
19882      Branch: perl
19883            ! Configure config_h.SH
19884 ____________________________________________________________________________
19885 [  7604] By: jhi                                   on 2000/11/08  14:39:10
19886         Log: Subject: [patch perl@7595] VMS configure.com tweak
19887              From: "Craig A. Berry" <craigberry@mac.com>
19888              Date: Wed, 8 Nov 2000 00:24:12 -0600
19889              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
19890      Branch: perl
19891            ! configure.com
19892 ____________________________________________________________________________
19893 [  7603] By: jhi                                   on 2000/11/08  14:27:11
19894         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
19895              From: Robin Barker <rmb1@cise.npl.co.uk>
19896              Date: Wed, 8 Nov 2000 11:11:39 GMT
19897              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
19898      Branch: perl
19899            ! perlio.c
19900 ____________________________________________________________________________
19901 [  7602] By: jhi                                   on 2000/11/08  14:25:03
19902         Log: Fix for the tie-refhash string table leaks.
19903              
19904              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
19905              Date: Wed, 8 Nov 2000 13:03:04 GMT
19906              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
19907      Branch: perl
19908            ! t/lib/tie-refhash.t
19909 ____________________________________________________________________________
19910 [  7601] By: jhi                                   on 2000/11/08  14:21:08
19911         Log: Try to avoid flockless and emulationless places.
19912      Branch: perl
19913            ! t/pragma/warn/pp_sys
19914 ____________________________________________________________________________
19915 [  7600] By: jhi                                   on 2000/11/08  02:28:54
19916         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
19917              
19918              Subject: [PATCH] prototyped functions that should be overrideable
19919              From: "Casey R. Tweten" <crt@kiski.net>
19920              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
19921              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
19922      Branch: perl
19923            ! toke.c
19924 ____________________________________________________________________________
19925 [  7599] By: jhi                                   on 2000/11/08  01:12:05
19926         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
19927              
19928              Subject: [PATCH] perlbug.PL
19929              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19930              Date: Mon, 6 Nov 2000 21:39:01 -0500
19931              Message-ID: <20001106213901.B20955@O2.chapin.edu>
19932      Branch: perl
19933            ! utils/perlbug.PL
19934 ____________________________________________________________________________
19935 [  7598] By: jhi                                   on 2000/11/07  23:42:00
19936         Log: Bad thinko in #7581 (I used the test program with the expanded
19937              values as-is).
19938      Branch: metaconfig
19939            ! U/compline/d_stdstdio.U
19940      Branch: perl
19941            ! Configure
19942 ____________________________________________________________________________
19943 [  7597] By: jhi                                   on 2000/11/07  21:43:29
19944         Log: Subject: [PATCH perl@7573] cygwin port
19945              From: "Fifer, Eric" <EFifer@sanwaint.com>
19946              Date: Tue, 7 Nov 2000 18:08:51 -0000 
19947              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
19948              
19949              Synchronize with Cygwin 1.1.5.
19950      Branch: perl
19951            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
19952            ! pod/perlport.pod unixish.h util.c
19953 ____________________________________________________________________________
19954 [  7596] By: jhi                                   on 2000/11/07  21:39:25
19955         Log: perlhack updates from H.Merijn Brand.
19956      Branch: perl
19957            ! pod/perlhack.pod
19958 ____________________________________________________________________________
19959 [  7595] By: jhi                                   on 2000/11/07  20:21:41
19960         Log: Update Changes.
19961      Branch: perl
19962            ! Changes patchlevel.h
19963 ____________________________________________________________________________
19964 [  7594] By: jhi                                   on 2000/11/07  19:18:58
19965         Log: Be more robust in Dynaloader.pm.
19966      Branch: perl
19967            ! ext/DynaLoader/DynaLoader_pm.PL
19968 ____________________________________________________________________________
19969 [  7593] By: jhi                                   on 2000/11/07  16:49:31
19970         Log: AUTHORS update.
19971      Branch: perl
19972            ! AUTHORS
19973 ____________________________________________________________________________
19974 [  7592] By: gsar                                  on 2000/11/07  16:39:51
19975         Log: normalize relative paths in virtualized current directory on windows,
19976              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
19977              returns)
19978      Branch: perl
19979            ! win32/vdir.h
19980 ____________________________________________________________________________
19981 [  7591] By: jhi                                   on 2000/11/07  16:04:26
19982         Log: Too profiler-happy: with optimization the #7590 actually makes
19983              the test to run 0.5% _slower_.  Requires much more instrumentation.
19984              Retract #7590.
19985      Branch: perl
19986            ! regcomp.c regcomp.h
19987 ____________________________________________________________________________
19988 [  7590] By: jhi                                   on 2000/11/07  15:51:13
19989         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
19990              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
19991              by using memset() and testing bytewise (as opposed to bitwise).
19992      Branch: perl
19993            ! regcomp.c regcomp.h
19994 ____________________________________________________________________________
19995 [  7589] By: jhi                                   on 2000/11/07  12:56:39
19996         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
19997              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19998              Date: Mon, 06 Nov 2000 23:45:30 -0500
19999              Message-Id: <0011079735.AA973576259@univpress.com>
20000      Branch: perl
20001            ! configure.com t/lib/st-lock.t
20002 ____________________________________________________________________________
20003 [  7588] By: jhi                                   on 2000/11/07  01:03:28
20004         Log: Tweak #7587.
20005      Branch: perl
20006            ! pod/perldiag.pod
20007 ____________________________________________________________________________
20008 [  7587] By: jhi                                   on 2000/11/07  01:00:27
20009         Log: A doc addition for bug id 20001105.019, beware \p.
20010      Branch: perl
20011            ! pod/perldiag.pod
20012 ____________________________________________________________________________
20013 [  7586] By: jhi                                   on 2000/11/07  00:32:22
20014         Log: Fake support of holey files in win/dosish platforms.
20015              
20016              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
20017              From: kipp@shonanblue.ne.jp
20018              Date: Mon, 6 Nov 2000 13:30:55 -0800
20019              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
20020      Branch: perl
20021            ! ext/SDBM_File/sdbm/sdbm.c
20022 ____________________________________________________________________________
20023 [  7585] By: jhi                                   on 2000/11/07  00:12:54
20024         Log: Subject: Pod updates
20025              From: "Stephen P. Potter" <spp@spotter.yi.org>
20026              Date: Mon, 06 Nov 2000 18:56:43 -0500
20027              Message-Id: <200011062357.SAA18173@spotter.yi.org>
20028      Branch: perl
20029            ! README.dos README.os2 README.win32 pod/buildtoc.PL
20030            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
20031            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
20032            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
20033            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
20034            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
20035            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
20036            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
20037            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
20038            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
20039            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
20040            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
20041            ! pod/perltootc.pod pod/perlunicode.pod
20042 ____________________________________________________________________________
20043 [  7584] By: jhi                                   on 2000/11/07  00:04:17
20044         Log: Varargs don't always work too well if one puts an unsigned
20045              char on the stack and pop an unsigned quad off the stack.
20046              
20047              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
20048              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
20049              Date: Mon, 06 Nov 2000 15:19:05 -0800
20050              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
20051      Branch: perl
20052            ! utf8.c
20053 ____________________________________________________________________________
20054 [  7583] By: jhi                                   on 2000/11/06  23:58:48
20055         Log: %ENV note tweaks from Dan Sugalski.
20056      Branch: perl
20057            ! pod/perlport.pod vms/perlvms.pod
20058 ____________________________________________________________________________
20059 [  7582] By: jhi                                   on 2000/11/06  23:05:49
20060         Log: glibc5 detection by __GNU_LIBRARY__.
20061      Branch: perl
20062            ! toke.c
20063 ____________________________________________________________________________
20064 [  7581] By: jhi                                   on 2000/11/06  22:51:29
20065         Log: Make the stdio test program of 7427 less noisy while being 
20066              compiled so that Digital UNIX wouldn't get both
20067              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
20068              undefined.  This makes perlio happy.
20069      Branch: metaconfig
20070            ! U/compline/d_stdstdio.U
20071      Branch: perl
20072            ! Configure config_h.SH
20073 ____________________________________________________________________________
20074 [  7580] By: jhi                                   on 2000/11/06  22:41:41
20075         Log: Document %ENV = () portability issues.
20076      Branch: perl
20077            ! pod/perlport.pod vms/perlvms.pod
20078 ____________________________________________________________________________
20079 [  7579] By: jhi                                   on 2000/11/06  21:29:24
20080         Log: VOS updates from Paul Green.
20081      Branch: perl
20082            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20083 ____________________________________________________________________________
20084 [  7578] By: jhi                                   on 2000/11/06  21:00:40
20085         Log: Sanitize the environment further.
20086      Branch: perl
20087            ! t/pragma/locale.t
20088 ____________________________________________________________________________
20089 [  7577] By: jhi                                   on 2000/11/06  20:53:51
20090         Log: Re-introduce 7552 lost in integration.
20091      Branch: perl
20092            ! perlio.c
20093 ____________________________________________________________________________
20094 [  7576] By: jhi                                   on 2000/11/06  20:33:46
20095         Log: Admit that the test leaks scalars.
20096      Branch: perl
20097            ! t/comp/proto.t
20098 ____________________________________________________________________________
20099 [  7575] By: jhi                                   on 2000/11/06  20:17:08
20100         Log: Integrate perlio.
20101      Branch: perl
20102           !> perlio.c
20103 ____________________________________________________________________________
20104 [  7574] By: nick                                  on 2000/11/06  20:07:28
20105         Log: Remove debug. Try (Mmap_t) on madvise() call.
20106      Branch: perlio
20107            ! perlio.c
20108 ____________________________________________________________________________
20109 [  7573] By: jhi                                   on 2000/11/06  13:56:05
20110         Log: Update Changes.
20111      Branch: perl
20112            ! Changes patchlevel.h
20113 ____________________________________________________________________________
20114 [  7572] By: jhi                                   on 2000/11/06  13:48:41
20115         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
20116              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20117              Date: Mon, 06 Nov 2000 10:11:42 +0100
20118              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
20119      Branch: perl
20120            ! pod/perlhack.pod
20121 ____________________________________________________________________________
20122 [  7571] By: jhi                                   on 2000/11/06  01:45:51
20123         Log: AUTHORS updates.
20124      Branch: perl
20125            ! AUTHORS
20126 ____________________________________________________________________________
20127 [  7570] By: jhi                                   on 2000/11/06  00:18:00
20128         Log: Fix for
20129              
20130              Subject: [ID 20000728.005] perl -P broken
20131              From: David Dyck <dcd@tc.fluke.com>
20132              Date: Fri, 28 Jul 2000 17:19:16 -0700
20133              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
20134              
20135              (hopefully).  The fix is also not complete, it seems to break
20136              BOM swallowing for libc5 systems, but until someone figures
20137              out a way to do this without ftell(), this will do.
20138      Branch: perl
20139            ! toke.c
20140 ____________________________________________________________________________
20141 [  7569] By: jhi                                   on 2000/11/06  00:05:30
20142         Log: Document that the evaled syntax errors cause scalar leaks.
20143      Branch: perl
20144            ! t/comp/proto.t
20145 ____________________________________________________________________________
20146 [  7568] By: jhi                                   on 2000/11/05  23:14:47
20147         Log: opmini.o can linger from Configures past.
20148      Branch: perl
20149            ! Makefile.SH
20150 ____________________________________________________________________________
20151 [  7567] By: jhi                                   on 2000/11/05  21:28:39
20152         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
20153              first argument correctly.
20154      Branch: perl
20155            ! perlio.c
20156 ____________________________________________________________________________
20157 [  7566] By: jhi                                   on 2000/11/05  21:15:56
20158         Log: Integrate perlio.
20159      Branch: perl
20160           !> perlio.c
20161 ____________________________________________________________________________
20162 [  7565] By: jhi                                   on 2000/11/05  21:15:13
20163         Log: Use -dM for gcc (the suggested patch did it only for Linux,
20164              but I think it can be generalized).
20165              
20166              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
20167              From: Pixel <pixel@mandrakesoft.com>
20168              Date: 05 Nov 2000 21:49:34 +0100 
20169              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
20170      Branch: perl
20171            ! ext/Errno/Errno_pm.PL
20172 ____________________________________________________________________________
20173 [  7564] By: nick                                  on 2000/11/05  21:09:18
20174         Log: Added a mmap layer as a "subclass" of perlio.
20175              PERLIO=mmap ./perl harness passes
20176      Branch: perlio
20177            ! perlio.c
20178 ____________________________________________________________________________
20179 [  7563] By: jhi                                   on 2000/11/05  19:48:55
20180         Log: Add a note for future generations about bug id 20000229.006.
20181      Branch: perl
20182            ! malloc.c
20183 ____________________________________________________________________________
20184 [  7562] By: jhi                                   on 2000/11/05  19:38:24
20185         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
20186      Branch: perl
20187            ! pp_ctl.c t/op/pos.t
20188 ____________________________________________________________________________
20189 [  7561] By: jhi                                   on 2000/11/05  18:21:46
20190         Log: Add =pod to be tidy.
20191      Branch: perl
20192            ! lib/Math/Complex.pm
20193 ____________________________________________________________________________
20194 [  7560] By: jhi                                   on 2000/11/05  17:38:46
20195         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
20196      Branch: perl
20197            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
20198            ! ext/Storable/Storable.xs t/lib/st-recurse.t
20199 ____________________________________________________________________________
20200 [  7559] By: jhi                                   on 2000/11/05  17:32:59
20201         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
20202              From: "Peter J. Farley III" <pjfarley@banet.net>
20203              Date: Sun, 05 Nov 2000 11:55:59 -0500
20204              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
20205      Branch: perl
20206            ! t/lib/syslog.t
20207 ____________________________________________________________________________
20208 [  7558] By: jhi                                   on 2000/11/05  17:29:19
20209         Log: Integrate perlio.
20210      Branch: perl
20211           !> perlio.c
20212 ____________________________________________________________________________
20213 [  7557] By: jhi                                   on 2000/11/05  17:22:01
20214         Log: A fix of sorts for 20000329.026, a better error message
20215              for a missing "use charnames" when using the \N{...}. 
20216      Branch: perl
20217            ! pod/perldiag.pod toke.c
20218 ____________________________________________________________________________
20219 [  7556] By: jhi                                   on 2000/11/05  16:33:50
20220         Log: Test tweak: show also the failed locales.
20221              
20222              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
20223              From: Lupe Christoph <lupe@lupe-christoph.de>         
20224              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
20225              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
20226      Branch: perl
20227            ! t/pragma/locale.t
20228 ____________________________________________________________________________
20229 [  7555] By: nick                                  on 2000/11/05  11:09:34
20230         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
20231              open RDWR so does not fail. (pragma/warnings 303 again...)
20232      Branch: perlio
20233            ! perlio.c
20234 ____________________________________________________________________________
20235 [  7554] By: nick                                  on 2000/11/05  10:10:13
20236         Log: Fix case where ungetc(f,EOF) was allowed.
20237              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
20238              so we can see similarities.
20239              Use types more carefully and a STDCHAR array in hope that this will
20240              fix Jarrko's 64bit machine.
20241      Branch: perlio
20242            ! perlio.c
20243 ____________________________________________________________________________
20244 [  7553] By: jhi                                   on 2000/11/05  01:12:16
20245         Log: Fix for
20246              
20247              Subject: [ID 20001004.007] taint propogation is inconsistent
20248              From: pimlott@idiomtech.com (Andrew Pimlott) 
20249              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
20250              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
20251              
20252              The culprit was sv_setsv() which was rather blindly
20253              propagating taint, which lead to behaviour where if
20254              a tainted anon hash value was seen all the hash values
20255              from then on at that level became tainted, or at any
20256              upper levels in the case of nested anon hashes.
20257      Branch: perl
20258            ! sv.c t/op/taint.t
20259 ____________________________________________________________________________
20260 [  7552] By: jhi                                   on 2000/11/04  23:44:18
20261         Log: Some cpps don't like splitting conditionals across several lines.
20262      Branch: perl
20263            ! perlio.c
20264 ____________________________________________________________________________
20265 [  7551] By: nick                                  on 2000/11/04  23:40:44
20266         Log: Integrate mainline
20267      Branch: perlio
20268           !> pp_hot.c t/op/taint.t
20269 ____________________________________________________________________________
20270 [  7550] By: nick                                  on 2000/11/04  23:39:05
20271         Log: Integrate mainline again
20272      Branch: perlio
20273           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
20274           !> t/lib/b.t t/op/misc.t util.c
20275 ____________________________________________________________________________
20276 [  7549] By: jhi                                   on 2000/11/04  23:14:01
20277         Log: Fix for
20278              
20279              Subject: [ID 20001004.006] undef is never tainted
20280              From: pimlott@idiomtech.com (Andrew Pimlott)
20281              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
20282              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
20283              
20284              An undef read from a slurped file was not tainted.
20285      Branch: perl
20286            ! pp_hot.c t/op/taint.t
20287 ____________________________________________________________________________
20288 [  7548] By: jhi                                   on 2000/11/04  22:56:21
20289         Log: Test tweak ($Config{useperlio} is by default undef) .
20290      Branch: perl
20291            ! t/lib/b.t
20292 ____________________________________________________________________________
20293 [  7547] By: jhi                                   on 2000/11/04  22:43:56
20294         Log: Integrate perlio.
20295      Branch: perl
20296           +> lib/perlio.pm
20297           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
20298           !> pod/perlapi.pod t/lib/b.t
20299 ____________________________________________________________________________
20300 [  7546] By: jhi                                   on 2000/11/04  22:40:59
20301         Log: Configure would use a bad $myuname from an old config.sh.
20302              
20303              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
20304              From: Andy Dougherty <doughera@lafayette.edu>
20305              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
20306              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
20307      Branch: metaconfig
20308            ! U/modified/Oldconfig.U
20309      Branch: perl
20310            ! Configure config_h.SH
20311 ____________________________________________________________________________
20312 [  7545] By: jhi                                   on 2000/11/04  22:36:54
20313         Log: Subject: Locales support (setlocale) fixes
20314              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20315              Date: Sat, 4 Nov 2000 10:15:48 +0300 
20316              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
20317              
20318              Modified quite a bit to be more portable.
20319      Branch: perl
20320            ! embed.h embed.pl perl.h proto.h util.c
20321 ____________________________________________________________________________
20322 [  7544] By: jhi                                   on 2000/11/04  22:32:47
20323         Log: Dying is too strict here, better just skip.
20324      Branch: perl
20325            ! t/op/misc.t
20326 ____________________________________________________________________________
20327 [  7543] By: nick                                  on 2000/11/04  21:55:13
20328         Log: Merge mainline
20329      Branch: perlio
20330           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
20331           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
20332           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
20333           !> (integrate 64 files)
20334 ____________________________________________________________________________
20335 [  7542] By: jhi                                   on 2000/11/04  21:09:28
20336         Log: More Changes tweakery.
20337      Branch: perl
20338            ! Changes Porting/genlog
20339 ____________________________________________________________________________
20340 [  7541] By: jhi                                   on 2000/11/04  20:58:18
20341         Log: Changes fixups.
20342      Branch: perl
20343            ! Changes
20344 ____________________________________________________________________________
20345 [  7540] By: jhi                                   on 2000/11/04  20:42:38
20346         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
20347              create a "fast path" for locale name probing using "locale -a"
20348              if available, squash finally hopefully the s?printf resetting
20349              the numeric locale (since, IIUC perllocale, it never shouldn't). 
20350      Branch: perl
20351            ! sv.c t/op/misc.t t/pragma/locale.t
20352 ____________________________________________________________________________
20353 [  7539] By: nick                                  on 2000/11/04  19:56:10
20354         Log: PerlIO infrastructure complete.
20355      Branch: perlio
20356            + lib/perlio.pm
20357            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
20358 ____________________________________________________________________________
20359 [  7538] By: nick                                  on 2000/11/04  14:31:32
20360         Log: Type tweaks + less contorted allocation scheme
20361      Branch: perlio
20362            ! perlio.c
20363 ____________________________________________________________________________
20364 [  7537] By: nick                                  on 2000/11/04  12:40:42
20365         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
20366              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
20367              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
20368              sensible) which lead to some interesting fails.
20369      Branch: perlio
20370            ! perlio.c
20371 ____________________________________________________________________________
20372 [  7536] By: jhi                                   on 2000/11/04  00:20:02
20373         Log: Add FCNTL_CAN_LOCK.
20374              
20375              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
20376              From: Andy Dougherty <doughera@lafayette.edu>
20377              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
20378              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
20379              
20380              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
20381              From: Andy Dougherty <doughera@lafayette.edu>
20382              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
20383              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
20384      Branch: metaconfig/U/perl
20385            + d_fcntl_can_lock.U
20386            ! startperl.U
20387      Branch: perl
20388            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20389            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
20390            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20391            ! vos/config.ga.h win32/config.bc win32/config.gc
20392            ! win32/config.vc
20393 ____________________________________________________________________________
20394 [  7535] By: nick                                  on 2000/11/03  22:19:10
20395         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
20396              - Works on Linux with
20397              perlio + unix
20398              stdio
20399              - Works on Solaris with
20400              perlio + unix
20401              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
20402              - Fails (hangs in openpid) if you try and stack
20403              perlio + stdio - Linux stdio's read() logic is hanging.
20404      Branch: perlio
20405            ! iperlsys.h perlio.c
20406 ____________________________________________________________________________
20407 [  7534] By: jhi                                   on 2000/11/03  15:16:02
20408         Log: Subject: Re: README.aix
20409              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20410              Date: Fri, 03 Nov 2000 16:03:15 +0100
20411              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
20412      Branch: perl
20413            ! README.aix
20414 ____________________________________________________________________________
20415 [  7533] By: jhi                                   on 2000/11/03  03:59:02
20416         Log: Subject: [PATCH 5.7.0] better messages from malloc()
20417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20418              Date: Wed, 1 Nov 2000 23:39:56 -0500
20419              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
20420      Branch: perl
20421            ! malloc.c pod/perldiag.pod
20422 ____________________________________________________________________________
20423 [  7532] By: jhi                                   on 2000/11/03  00:11:56
20424         Log: The #7521 touched things it shouldn't have.
20425      Branch: perl
20426            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
20427 ____________________________________________________________________________
20428 [  7531] By: jhi                                   on 2000/11/02  22:32:33
20429         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
20430              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20431              Date:     Thu, 2 Nov 2000 16:58:36 EST
20432              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
20433      Branch: perl
20434            ! vms/gen_shrfls.pl
20435 ____________________________________________________________________________
20436 [  7530] By: jhi                                   on 2000/11/02  22:08:49
20437         Log: Fix the problem discussed in
20438              
20439              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
20440              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
20441              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
20442              
20443              originally from Linc Madison.  Also Andreas König's comments
20444              taken into account.  Some other problems with Tie::SubstrHash
20445              fixed: didn't croak when the table exceeded the requested number
20446              of entries (as documented) but instead when the number of entries
20447              exceeded the size of the table, a croak() had an unnecessary \n,
20448              didn't have a CLEAR method, documented that there is no exists().
20449              Didn't fix to be strict-proof because the module uses &foo; and
20450              dynamic scope.  Added a test script exercizing both first tamely 
20451              the basic functionality, and then the failure cases reported by
20452              Linc Madison.
20453      Branch: perl
20454            + t/lib/tie-substrhash.t
20455            ! MANIFEST lib/Tie/SubstrHash.pm
20456 ____________________________________________________________________________
20457 [  7529] By: jhi                                   on 2000/11/02  17:58:08
20458         Log: recv() can fail and return undef.
20459              
20460              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
20461              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
20462              Date: Thu, 2 Nov 2000 20:12:20 +0300
20463              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
20464      Branch: perl
20465            ! lib/Net/Ping.pm
20466 ____________________________________________________________________________
20467 [  7528] By: jhi                                   on 2000/11/02  17:49:09
20468         Log: Detpyo.
20469      Branch: perl
20470            ! pod/perlop.pod
20471 ____________________________________________________________________________
20472 [  7527] By: jhi                                   on 2000/11/02  15:48:37
20473         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
20474              fix a autovivification bug in Tie::RefHash, add tests for both.
20475              
20476              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
20477              From: Edward Avis <epa98@doc.ic.ac.uk>
20478              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
20479              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
20480      Branch: perl
20481            + t/lib/tie-refhash.t
20482            ! MANIFEST lib/Tie/RefHash.pm
20483 ____________________________________________________________________________
20484 [  7526] By: jhi                                   on 2000/11/02  13:56:26
20485         Log: Test::Harness revealed buglets in the new DynaLoader.
20486              
20487              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
20488              From: andreas.koenig@anima.de (Andreas J. Koenig)
20489              Date: 02 Nov 2000 11:26:48 +0100 
20490              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
20491      Branch: perl
20492            ! ext/DynaLoader/DynaLoader_pm.PL
20493 ____________________________________________________________________________
20494 [  7525] By: jhi                                   on 2000/11/01  23:52:08
20495         Log: The entry for #7503 was missing.
20496      Branch: perl
20497            ! Changes
20498 ____________________________________________________________________________
20499 [  7524] By: jhi                                   on 2000/11/01  23:40:52
20500         Log: Update Changes.
20501      Branch: perl
20502            ! Changes patchlevel.h
20503 ____________________________________________________________________________
20504 [  7523] By: jhi                                   on 2000/11/01  22:57:09
20505         Log: More tweaking on the #7522 theme.
20506      Branch: perl
20507            ! ext/DynaLoader/DynaLoader_pm.PL
20508 ____________________________________________________________________________
20509 [  7522] By: jhi                                   on 2000/11/01  22:06:15
20510         Log: Expand %Config variables and %ENV variables only if
20511              so requested during build time using the
20512              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
20513              Not expanding makes relocating distributions easier.
20514      Branch: perl
20515            ! ext/DynaLoader/DynaLoader_pm.PL
20516 ____________________________________________________________________________
20517 [  7521] By: jhi                                   on 2000/11/01  20:56:34
20518         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
20519              and setgid() because they were just changing $< and $( which means
20520              only changing the real uid/gid, as opposed to changing both
20521              real and effective ids.  (The alternative way could have been
20522              in POSIX.pm to change $> and $), too, but making a direct call
20523              to the C API feels cleaner.)  Fixes the bug
20524              
20525              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
20526              From: "Garry T. Williams" <garry@zvolve.com>
20527              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
20528              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
20529      Branch: perl
20530            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20531            ! ext/POSIX/typemap pod/perlvar.pod
20532 ____________________________________________________________________________
20533 [  7520] By: jhi                                   on 2000/11/01  20:08:33
20534         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
20535              From: "Garry T. Williams" <garry@zvolve.com>
20536              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
20537              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
20538      Branch: perl
20539            ! pod/perlsec.pod
20540 ____________________________________________________________________________
20541 [  7519] By: jhi                                   on 2000/11/01  20:01:22
20542         Log: Locale warning explanation tweak.
20543      Branch: perl
20544            ! pod/perldiag.pod
20545 ____________________________________________________________________________
20546 [  7518] By: jhi                                   on 2000/11/01  18:57:13
20547         Log: C.pm part of
20548              
20549              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
20550              From: Jarkko Hietaniemi <jhi@iki.fi>
20551              Date: Tue, 10 Oct 2000 08:22:28 -0500
20552              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
20553      Branch: perl
20554            ! ext/B/B/C.pm
20555 ____________________________________________________________________________
20556 [  7517] By: jhi                                   on 2000/11/01  18:41:59
20557         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
20558              From: Martien Verbruggen <mgjv@comdyn.com.au>
20559              Date: Fri, 6 Oct 2000 14:09:10 +1100
20560              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
20561      Branch: perl
20562            ! pod/perlop.pod
20563 ____________________________________________________________________________
20564 [  7516] By: jhi                                   on 2000/11/01  18:34:55
20565         Log: Generalize the Camel wording.
20566              
20567              Subject: Re: perlfaq style changes
20568              From: John Borwick <jhborwic@unity.ncsu.edu>
20569              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
20570              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
20571      Branch: perl
20572            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
20573 ____________________________________________________________________________
20574 [  7515] By: jhi                                   on 2000/11/01  16:52:31
20575         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
20576              From: pimlott@idiomtech.com (Andrew Pimlott)
20577              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
20578              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
20579      Branch: perl
20580            ! pod/perlsec.pod
20581 ____________________________________________________________________________
20582 [  7514] By: jhi                                   on 2000/11/01  15:03:40
20583         Log: More AIX lore.
20584      Branch: perl
20585            ! ext/re/hints/aix.pl
20586 ____________________________________________________________________________
20587 [  7513] By: jhi                                   on 2000/11/01  14:48:30
20588         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
20589              From: root <root@chronos.fi.muni.cz>
20590              Date: Wed, 1 Nov 2000 12:31:32 +0100
20591              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
20592      Branch: perl
20593            ! lib/Net/Ping.pm
20594 ____________________________________________________________________________
20595 [  7512] By: jhi                                   on 2000/11/01  14:46:47
20596         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
20597              From: Martin Husemann <martin@duskware.de>
20598              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
20599              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
20600      Branch: perl
20601            ! regcomp.c
20602 ____________________________________________________________________________
20603 [  7511] By: jhi                                   on 2000/11/01  14:39:50
20604         Log: AUTHORS updates.
20605      Branch: perl
20606            ! AUTHORS
20607 ____________________________________________________________________________
20608 [  7510] By: jhi                                   on 2000/11/01  14:29:50
20609         Log: Subject: [PATCH] startperl to respect versiononly
20610              From: Robin Barker <rmb1@cise.npl.co.uk> 
20611              Date: Tue, 31 Oct 2000 16:29:36 GMT
20612              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
20613      Branch: metaconfig/U/perl
20614            ! startperl.U
20615      Branch: perl
20616            ! Configure config_h.SH
20617 ____________________________________________________________________________
20618 [  7509] By: jhi                                   on 2000/11/01  14:19:53
20619         Log: printf UVs the correct way, noticed by Robin Barker.
20620      Branch: perl
20621            ! utf8.c
20622 ____________________________________________________________________________
20623 [  7508] By: jhi                                   on 2000/11/01  14:10:03
20624         Log: Do not cleanup *% because the % has special meanings in some
20625              shell environments.
20626      Branch: perl
20627            ! ext/Storable/Makefile.PL
20628 ____________________________________________________________________________
20629 [  7507] By: jhi                                   on 2000/11/01  14:06:00
20630         Log: The NonStop-UX libraries have a novel way to say NaN.
20631      Branch: perl
20632            ! t/lib/bigfltpm.t
20633 ____________________________________________________________________________
20634 [  7506] By: jhi                                   on 2000/11/01  14:03:35
20635         Log: The osname has been lowercased by now, from Tom Bates.
20636      Branch: metaconfig
20637            ! U/modified/Oldconfig.U
20638      Branch: perl
20639            ! Configure config_h.SH
20640 ____________________________________________________________________________
20641 [  7505] By: jhi                                   on 2000/10/31  19:18:39
20642         Log: The compiler is either gcc or cc, from Tom Bates.
20643      Branch: perl
20644            ! hints/nonstopux.sh
20645 ____________________________________________________________________________
20646 [  7504] By: jhi                                   on 2000/10/31  14:53:42
20647         Log: Update Changes.
20648      Branch: perl
20649            ! Changes patchlevel.h
20650 ____________________________________________________________________________
20651 [  7503] By: jhi                                   on 2000/10/31  14:30:50
20652         Log: Whitespace style tweak.  Was originally going to see to
20653              
20654              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
20655              From: Joe Smith <jms@inwap.com>
20656              Date: Mon, 30 Oct 2000 18:47:57 -0800
20657              Message-Id: <39FE32DD.24AAC4D@inwap.com>
20658              
20659              but that had already been taken care of.
20660      Branch: metaconfig
20661            ! U/compline/d_stdstdio.U
20662      Branch: perl
20663            ! Configure config_h.SH
20664 ____________________________________________________________________________
20665 [  7502] By: jhi                                   on 2000/10/31  14:25:02
20666         Log: AUTHORS tweaks.
20667      Branch: perl
20668            ! AUTHORS
20669 ____________________________________________________________________________
20670 [  7501] By: jhi                                   on 2000/10/31  14:23:59
20671         Log: Subject: perlfaq style changes
20672              From: John Borwick <jhborwic@unity.ncsu.edu>
20673              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
20674              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
20675      Branch: perl
20676            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20677            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20678            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20679            ! pod/perlfaq9.pod
20680 ____________________________________________________________________________
20681 [  7500] By: jhi                                   on 2000/10/31  14:22:15
20682         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
20683              
20684              Subject: Re: [ID 20000918.005] ~ on wide chars
20685              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20686              Date: Mon, 30 Oct 2000 21:09:55 -0800
20687              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
20688              
20689              (The ord() part of the patch skipped.)
20690      Branch: perl
20691            ! doop.c
20692 ____________________________________________________________________________
20693 [  7499] By: jhi                                   on 2000/10/31  14:20:08
20694         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
20695              From: Jens Hamisch <jens@Strawberry.COM>
20696              Date: Mon, 30 Oct 2000 15:17:07 +0100
20697              Message-Id: <20001030151707.A9597@Strawberry.COM>
20698      Branch: perl
20699            ! av.c
20700 ____________________________________________________________________________
20701 [  7498] By: jhi                                   on 2000/10/31  14:16:29
20702         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
20703              From: Peter Prymmer <pvhp@forte.com>
20704              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
20705              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
20706      Branch: perl
20707            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
20708            + ext/Encode/Encode/posix-bc.enc
20709            ! MANIFEST t/lib/encode.t
20710 ____________________________________________________________________________
20711 [  7497] By: jhi                                   on 2000/10/31  14:13:22
20712         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
20713              From: Peter Prymmer <pvhp@forte.com>
20714              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
20715              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
20716      Branch: perl
20717            ! t/lib/cgi-html.t
20718 ____________________________________________________________________________
20719 [  7496] By: jhi                                   on 2000/10/31  14:12:05
20720         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
20721              From: Peter Prymmer <pvhp@forte.com>
20722              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
20723              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
20724      Branch: perl
20725            ! t/lib/cgi-function.t
20726 ____________________________________________________________________________
20727 [  7495] By: jhi                                   on 2000/10/31  14:11:08
20728         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
20729              From: Peter Prymmer <pvhp@forte.com>
20730              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
20731              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
20732      Branch: perl
20733            + ext/re/hints/aix.pl
20734            ! MANIFEST ext/re/Makefile.PL
20735 ____________________________________________________________________________
20736 [  7494] By: jhi                                   on 2000/10/31  14:08:32
20737         Log: Use Errno magic.
20738              
20739              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
20740              From: Casey Tweten <perl@ctweten.amsite.com>
20741              Date: Mon, 30 Oct 2000 15:51:17 -0500
20742              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
20743      Branch: perl
20744            ! lib/File/Temp.pm
20745 ____________________________________________________________________________
20746 [  7493] By: jhi                                   on 2000/10/31  14:05:07
20747         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
20748              
20749              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
20750              From: Nicholas Clark <nick@ccl4.org>
20751              Date: Mon, 30 Oct 2000 17:38:45 +0000
20752              Message-ID: <20001030173845.O60355@plum.flirble.org>
20753      Branch: perl
20754            ! Makefile.SH utils/perlbug.PL
20755 ____________________________________________________________________________
20756 [  7492] By: nick                                  on 2000/10/30  19:37:23
20757         Log: Change files which are mysteriously different to mainline to be
20758              copies of mainline.
20759      Branch: perlio
20760            ! objXSUB.h perlapi.c pod/perlapi.pod
20761 ____________________________________________________________________________
20762 [  7491] By: nick                                  on 2000/10/30  18:05:54
20763         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
20764              - typo in endian code in putc.
20765              - Don't allow read of write-only files and vice-versa
20766              - and off-by-one in flush-all loop.
20767              Remove debug calls as they were using GCC specific features.
20768      Branch: perlio
20769            ! perlio.c
20770 ____________________________________________________________________________
20771 [  7490] By: nick                                  on 2000/10/29  21:45:45
20772         Log: Integrate mainline to perlio
20773      Branch: perlio
20774           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
20775           !> toke.c
20776 ____________________________________________________________________________
20777 [  7489] By: jhi                                   on 2000/10/29  21:11:08
20778         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
20779              From: andreas.koenig@anima.de (Andreas J. Koenig)
20780              Date: 29 Oct 2000 22:05:59 +0100
20781              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
20782      Branch: perl
20783            ! lib/ExtUtils/Manifest.pm
20784 ____________________________________________________________________________
20785 [  7488] By: jhi                                   on 2000/10/29  21:07:47
20786         Log: Tests for #7487.
20787              
20788              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
20789              From: andreas.koenig@anima.de (Andreas J. Koenig)
20790              Date: 29 Oct 2000 19:37:09 +0100
20791              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
20792      Branch: perl
20793            ! t/comp/proto.t
20794 ____________________________________________________________________________
20795 [  7487] By: jhi                                   on 2000/10/29  21:06:27
20796         Log: constsub spillage.
20797              
20798              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
20799              From: John Tobey <jtobey@john-edwin-tobey.org>
20800              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
20801              Message-Id: <m13pvSr-000FObC@feynman.localnet>
20802      Branch: perl
20803            ! op.c
20804 ____________________________________________________________________________
20805 [  7486] By: nick                                  on 2000/10/29  21:05:04
20806         Log: Integrate mainline to perlio branch
20807      Branch: perlio
20808           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
20809           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
20810           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
20811           +> vos/install_perl.cm
20812            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
20813            - vos/config.h vos/config_h.SH_orig
20814           !> (integrate 141 files)
20815 ____________________________________________________________________________
20816 [  7485] By: jhi                                   on 2000/10/29  21:00:47
20817         Log: Make \x{...} consistently produce UTF-8.
20818              
20819              Subject: Re: \x{...} is confused 
20820              From: Simon Cozens <simon@cozens.net>
20821              Date: Sun, 29 Oct 2000 19:36:48 +0000
20822              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
20823      Branch: perl
20824            ! t/pragma/utf8.t toke.c
20825 ____________________________________________________________________________
20826 [  7484] By: nick                                  on 2000/10/29  20:05:29
20827         Log: PerlIO passes all tests.
20828      Branch: perlio
20829            ! perlio.c
20830 ____________________________________________________________________________
20831 [  7483] By: jhi                                   on 2000/10/29  18:06:55
20832         Log: Update Changes.
20833      Branch: perl
20834            ! Changes patchlevel.h
20835 ____________________________________________________________________________
20836 [  7482] By: nick                                  on 2000/10/29  17:43:28
20837         Log: Include <unistd.h> to get correct lseek() prototype etc.
20838              (I thought perl.h did that) - down to two fails
20839              - comp/require.t (last test)
20840              - lib/io_xs.t - possibly import/export of FILE * ?
20841      Branch: perlio
20842            ! perlio.c
20843 ____________________________________________________________________________
20844 [  7481] By: jhi                                   on 2000/10/29  17:02:37
20845         Log: UTF-8 decoder tweak.
20846      Branch: perl
20847            ! utf8.c
20848 ____________________________________________________________________________
20849 [  7480] By: nick                                  on 2000/10/29  16:26:11
20850         Log: Fixed two bugs:
20851              - error code not being set on close (of broken pipe)
20852              - append mode was truncating.
20853              At least one seek/tell bug remains.
20854      Branch: perlio
20855            ! perlio.c
20856 ____________________________________________________________________________
20857 [  7479] By: nick                                  on 2000/10/29  11:18:16
20858         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
20859              in case of accidents. Still several worrying fails, no line disciplines yet.
20860      Branch: perlio
20861            ! iperlsys.h perlio.c
20862 ____________________________________________________________________________
20863 [  7478] By: jhi                                   on 2000/10/29  02:04:01
20864         Log: Add also emailless people.
20865      Branch: perl
20866            ! AUTHORS
20867 ____________________________________________________________________________
20868 [  7477] By: jhi                                   on 2000/10/29  01:36:00
20869         Log: The #7476 needs a MANIFEST change, too.
20870      Branch: perl
20871            ! MANIFEST
20872 ____________________________________________________________________________
20873 [  7476] By: jhi                                   on 2000/10/29  01:35:21
20874         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
20875      Branch: perl
20876            - MAINTAIN
20877            ! AUTHORS Changes
20878 ____________________________________________________________________________
20879 [  7475] By: jhi                                   on 2000/10/28  23:57:25
20880         Log: De-quoted-unreadable to ISO Latin 1.
20881              (There's one ISO-2022-JP name in Changes5.004.)
20882      Branch: perl
20883            ! Changes Changes5.6
20884 ____________________________________________________________________________
20885 [  7474] By: jhi                                   on 2000/10/28  19:13:06
20886         Log: Subject: [ID 20001027.007] uniq array in perlfaq
20887              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
20888              Date: Fri, 27 Oct 2000 19:28:30 +0200
20889              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
20890      Branch: perl
20891            ! pod/perlfaq4.pod
20892 ____________________________________________________________________________
20893 [  7473] By: jhi                                   on 2000/10/28  18:02:05
20894         Log: Locking null mutexes is not recommendable.
20895              
20896              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
20897              From: Hugo <hv@crypt.compulink.co.uk>
20898              Date: Sat, 28 Oct 2000 18:41:12 +0100
20899              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
20900      Branch: perl
20901            ! op.c
20902 ____________________________________________________________________________
20903 [  7472] By: jhi                                   on 2000/10/28  17:52:58
20904         Log: Better create a true mailing list for the repository keepers.
20905      Branch: perl
20906            ! Porting/repository.pod
20907 ____________________________________________________________________________
20908 [  7471] By: jhi                                   on 2000/10/28  17:28:24
20909         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
20910              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
20911      Branch: perl
20912            + Porting/repository.pod
20913            ! MANIFEST
20914 ____________________________________________________________________________
20915 [  7470] By: jhi                                   on 2000/10/28  17:20:54
20916         Log: Subject: DOC PATCH 5.6.0
20917              From: mjd@plover.com
20918              Date: 27 Oct 2000 17:32:44 -0000
20919              Message-ID: <20001027173244.23754.qmail@plover.com>
20920      Branch: perl
20921            ! pod/perlfunc.pod
20922 ____________________________________________________________________________
20923 [  7469] By: jhi                                   on 2000/10/28  17:16:45
20924         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
20925              From: "Peter J. Farley III" <pjfarley@banet.net>
20926              Date: Fri, 27 Oct 2000 20:32:56 -0400
20927              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
20928      Branch: perl
20929            ! README.dos
20930 ____________________________________________________________________________
20931 [  7468] By: jhi                                   on 2000/10/28  17:07:18
20932         Log: Make target reordering to avoid pointless re-makes.
20933              
20934              Subject: Re: Total re-make of 'make okfile' after 7451 ?
20935              From: Nicholas Clark <nick@ccl4.org>
20936              Date: Sat, 28 Oct 2000 00:31:02 +0100
20937              Message-ID: <20001028003101.A54517@plum.flirble.org>
20938      Branch: perl
20939            ! Makefile.SH
20940 ____________________________________________________________________________
20941 [  7467] By: jhi                                   on 2000/10/28  17:05:31
20942         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
20943              From: lvirden@cas.org
20944              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
20945              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
20946      Branch: perl
20947            ! README.os2
20948 ____________________________________________________________________________
20949 [  7466] By: jhi                                   on 2000/10/28  16:09:16
20950         Log: Upgrade to CPAN 1.58_55.
20951              
20952              Subject: CPAN.pm status
20953              From: andreas.koenig@anima.de (Andreas J. Koenig) 
20954              Date: 28 Oct 2000 08:18:00 +0200 
20955              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
20956      Branch: perl
20957            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20958 ____________________________________________________________________________
20959 [  7465] By: jhi                                   on 2000/10/28  16:02:47
20960         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
20961      Branch: perl
20962            ! embed.h embed.pl perl.h proto.h toke.c
20963 ____________________________________________________________________________
20964 [  7464] By: nick                                  on 2000/10/28  10:43:44
20965         Log: Fix for sv_2iv() on "shared" value from keys %hash.
20966      Branch: perl
20967            ! sv.c
20968 ____________________________________________________________________________
20969 [  7463] By: jhi                                   on 2000/10/27  16:18:29
20970         Log: Update Changes.
20971      Branch: perl
20972            ! Changes patchlevel.h
20973 ____________________________________________________________________________
20974 [  7462] By: jhi                                   on 2000/10/27  16:17:44
20975         Log: Too enthusiastic editing in #7460.
20976      Branch: metaconfig
20977            ! U/modified/Oldsym.U
20978      Branch: perl
20979            ! Configure config_h.SH
20980 ____________________________________________________________________________
20981 [  7461] By: jhi                                   on 2000/10/27  15:37:38
20982         Log: Retract #7459, the script needs more work.
20983      Branch: perl
20984            - mkreef
20985            ! MANIFEST
20986 ____________________________________________________________________________
20987 [  7460] By: jhi                                   on 2000/10/27  15:23:14
20988         Log: Use $sort, $uniq (and $tr) consistently as wondered
20989              by Nicholas Clark.
20990      Branch: metaconfig
20991            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
20992            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
20993            ! U/modified/libc.U
20994      Branch: perl
20995            ! Configure config_h.SH
20996 ____________________________________________________________________________
20997 [  7459] By: jhi                                   on 2000/10/27  15:02:07
20998         Log: (Retracted by #7461)
20999              
21000              Add a shell script for creating/removing symbolic link farms,
21001              useful for keeping the source code read-only and doing the
21002              builds somewhere else.
21003      Branch: perl
21004            + mkreef
21005            ! MANIFEST
21006 ____________________________________________________________________________
21007 [  7458] By: jhi                                   on 2000/10/27  14:42:20
21008         Log: Do away with the fix_pl.
21009      Branch: perl
21010            - fix_pl
21011            ! MANIFEST Makefile.SH
21012 ____________________________________________________________________________
21013 [  7457] By: jhi                                   on 2000/10/27  12:43:13
21014         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
21015              From: Jens Hamisch <jens@Strawberry.COM>
21016              Date: Fri, 27 Oct 2000 14:38:21 +0200
21017              Message-Id: <20001027143821.B3366@Strawberry.COM>
21018      Branch: perl
21019            ! perl.h
21020 ____________________________________________________________________________
21021 [  7456] By: jhi                                   on 2000/10/27  12:33:42
21022         Log: Subject: [PATCH] todo
21023              From: Nicholas Clark <nick@ccl4.org>
21024              Date: Thu, 26 Oct 2000 22:32:29 +0100
21025              Message-ID: <20001026223229.A44540@plum.flirble.org>
21026      Branch: perl
21027            ! pod/perltodo.pod
21028 ____________________________________________________________________________
21029 [  7455] By: jhi                                   on 2000/10/27  12:02:21
21030         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
21031              From: John Tobey <jtobey@john-edwin-tobey.org>
21032              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
21033              Message-Id: <m13ozHF-000FObC@feynman.localnet>
21034      Branch: perl
21035            ! op.c t/pragma/sub_lval.t
21036 ____________________________________________________________________________
21037 [  7454] By: jhi                                   on 2000/10/27  11:59:42
21038         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
21039              From: sthoenna@efn.org
21040              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
21041              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
21042      Branch: perl
21043            ! pp.c t/op/assignwarn.t
21044 ____________________________________________________________________________
21045 [  7453] By: jhi                                   on 2000/10/27  00:15:08
21046         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
21047      Branch: perl
21048            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21049            ! ext/Storable/Storable.xs t/lib/st-lock.t
21050 ____________________________________________________________________________
21051 [  7452] By: jhi                                   on 2000/10/26  13:05:52
21052         Log: Undo #7451, this seems to be a deficiency in Perforce,
21053              there is no per-file line-terminator type, only per-client.
21054      Branch: perl
21055            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
21056            ! win32/makefile.mk
21057 ____________________________________________________________________________
21058 [  7451] By: jhi                                   on 2000/10/26  04:56:03
21059         Log: Experimenting in DOS arcana.
21060      Branch: perl
21061            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
21062            ! win32/makefile.mk
21063 ____________________________________________________________________________
21064 [  7450] By: jhi                                   on 2000/10/26  04:50:52
21065         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
21066              From: "Peter J. Farley III" <pjfarley@banet.net>            
21067              Date: Wed, 25 Oct 2000 23:10:18 -0400
21068              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
21069      Branch: perl
21070            ! t/io/open.t
21071 ____________________________________________________________________________
21072 [  7449] By: jhi                                   on 2000/10/26  04:49:16
21073         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
21074              From: Hugo <hv@crypt.compulink.co.uk>
21075              Date: Thu, 26 Oct 2000 01:55:17 +0100
21076              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
21077              
21078              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
21079      Branch: perl
21080            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
21081 ____________________________________________________________________________
21082 [  7448] By: jhi                                   on 2000/10/26  04:38:36
21083         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
21084              From: Peter Prymmer <pvhp@forte.com>
21085              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
21086              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
21087      Branch: perl
21088            ! configure.com
21089 ____________________________________________________________________________
21090 [  7447] By: jhi                                   on 2000/10/25  23:20:02
21091         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
21092              in platforms that strictly require all the symbols being present
21093              at link time.
21094      Branch: perl
21095            ! handy.h
21096 ____________________________________________________________________________
21097 [  7446] By: jhi                                   on 2000/10/25  21:55:57
21098         Log: Update Changes.
21099      Branch: perl
21100            ! Changes patchlevel.h
21101 ____________________________________________________________________________
21102 [  7445] By: jhi                                   on 2000/10/25  21:27:08
21103         Log: Integrate with vmsperl #7430 by Charles Bailey:
21104              
21105              Cleanup from prior patch (Charles Lane?):
21106              - improve handling of MFDs in Basename and Path
21107              - default to no xsubpp line # munging when building debug images
21108      Branch: perl
21109           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
21110 ____________________________________________________________________________
21111 [  7444] By: jhi                                   on 2000/10/25  21:03:50
21112         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
21113              From: John Peacock <JPeacock@UnivPress.com>
21114              Date: Thu, 18 May 2000 11:55:27 -0400
21115              Message-ID: <3924126F.A58BE57A@UnivPress.com>
21116      Branch: perl
21117            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
21118            ! t/op/write.t
21119 ____________________________________________________________________________
21120 [  7443] By: jhi                                   on 2000/10/25  20:43:10
21121         Log: Temporary stopgap for the self-tying issue: for now only
21122              array and hash self-ties are verboten.  The real fix, of
21123              course, would be to comprehensively test (and implement?)
21124              and debug (and document) self-ties.
21125      Branch: perl
21126            ! pod/perldiag.pod pp_sys.c t/op/tie.t
21127 ____________________________________________________________________________
21128 [  7442] By: jhi                                   on 2000/10/25  20:14:30
21129         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
21130              From: Dan Sugalski <dan@sidhe.org>
21131              Date: Wed, 25 Oct 2000 13:36:35 -0400
21132              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
21133              
21134              plus regen global.sym.
21135      Branch: perl
21136            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
21137            ! thrdvar.h util.c
21138 ____________________________________________________________________________
21139 [  7441] By: jhi                                   on 2000/10/25  20:12:20
21140         Log: buildtoc target tweaks.
21141      Branch: perl
21142            ! pod/Makefile.SH
21143 ____________________________________________________________________________
21144 [  7440] By: jhi                                   on 2000/10/25  20:03:53
21145         Log: A new version of making the syslog test more robust.
21146              (Replaces #7421.)
21147              
21148              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
21149              From: "Kurt D. Starsinic" <kstar@chapin.edu>
21150              Date: Wed, 25 Oct 2000 12:13:54 -0400
21151              Message-ID: <20001025121354.B2264@O2.chapin.edu>
21152      Branch: perl
21153            ! t/lib/syslog.t
21154 ____________________________________________________________________________
21155 [  7439] By: jhi                                   on 2000/10/25  20:00:48
21156         Log: Continue the internal UTF-8 API tweaking.
21157              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
21158              used much more than the simpler API, now called utf8_to_uv_simple().
21159              Still not quite happy with API, too much partial duplication
21160              of functionality.
21161      Branch: perl
21162            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
21163            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
21164            ! regcomp.c regexec.c sv.c toke.c utf8.c
21165 ____________________________________________________________________________
21166 [  7438] By: jhi                                   on 2000/10/25  18:52:30
21167         Log: Allow poking holes at the UTF-8 decoding strictness.
21168      Branch: perl
21169            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
21170            ! utf8.h
21171 ____________________________________________________________________________
21172 [  7437] By: jhi                                   on 2000/10/25  13:53:05
21173         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
21174              UTF8LEN() and UTF8SKIP(). 
21175      Branch: perl
21176            ! pp.c utf8.c utf8.h
21177 ____________________________________________________________________________
21178 [  7436] By: jhi                                   on 2000/10/25  13:51:37
21179         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
21180              From: Nicholas Clark <nick@ccl4.org>
21181              Date: Wed, 25 Oct 2000 14:44:05 +0100
21182              Message-ID: <20001025144404.D27253@plum.flirble.org>
21183      Branch: perl
21184            ! pod/perlrun.pod
21185 ____________________________________________________________________________
21186 [  7435] By: jhi                                   on 2000/10/25  13:49:32
21187         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
21188              From: Mike Guy <mjtg@cam.ac.uk>
21189              Date: Tue, 24 Oct 2000 14:59:40 +0100
21190              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
21191      Branch: perl
21192            ! scope.c
21193 ____________________________________________________________________________
21194 [  7434] By: jhi                                   on 2000/10/25  13:48:41
21195         Log: AIX is picky about its symbol exports.  Solution for now
21196              is to include the deb.o explicitly to the re extension build.
21197              
21198              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
21199              From: Peter Prymmer <pvhp@forte.com>
21200              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
21201              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
21202      Branch: perl
21203            ! ext/re/Makefile.PL hints/aix.sh
21204 ____________________________________________________________________________
21205 [  7433] By: jhi                                   on 2000/10/25  13:46:49
21206         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
21207              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21208              Date: Wed, 25 Oct 2000 12:02:20 +0200
21209              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
21210      Branch: perl
21211            ! perlsdio.h
21212 ____________________________________________________________________________
21213 [  7432] By: jhi                                   on 2000/10/25  13:44:28
21214         Log: Subject: Minor update to find2perl, for portability
21215              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
21216              Date: Wed, 25 Oct 2000 12:05:47 +0100
21217              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
21218      Branch: perl
21219            ! x2p/find2perl.PL
21220 ____________________________________________________________________________
21221 [  7431] By: jhi                                   on 2000/10/25  13:40:39
21222         Log: Add targets to Makefile.SH, most importantly
21223              'regen_all' which also remembers to update vms/perly*.
21224      Branch: perl
21225            ! Makefile.SH
21226 ____________________________________________________________________________
21227 [  7430] By: bailey                                on 2000/10/25  03:13:53
21228         Log: Cleanup from prior patch (Charles Lane?):
21229              - improve handling of MFDs in Basename and Path
21230              - default to no xsubpp line # munging when building debug images
21231      Branch: vmsperl
21232            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
21233 ____________________________________________________________________________
21234 [  7429] By: jhi                                   on 2000/10/24  20:03:40
21235         Log: Podify README.epoc and README.vos.
21236      Branch: perl
21237            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
21238            ! pod/perlport.pod pod/perltoc.pod
21239 ____________________________________________________________________________
21240 [  7428] By: jhi                                   on 2000/10/24  19:10:33
21241         Log: Stratus VOS updates from Paul Green.
21242      Branch: perl
21243            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21244            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
21245            - vos/config.def vos/config.h vos/config_h.SH_orig
21246            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
21247            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
21248 ____________________________________________________________________________
21249 [  7427] By: jhi                                   on 2000/10/24  18:59:48
21250         Log: Check if stdio supports tweaking lval and cnt simultaneously.
21251              
21252              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
21253              From: Nicholas Clark <nick@ccl4.org>
21254              Date: Mon, 23 Oct 2000 15:39:32 +0100
21255              Message-ID: <20001023153932.A10786@plum.flirble.org>
21256      Branch: metaconfig
21257            ! U/compline/d_stdstdio.U
21258      Branch: perl
21259            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21260            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
21261            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
21262            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
21263            ! vos/config.h vos/config_h.SH_orig win32/config.bc
21264            ! win32/config.gc win32/config.vc
21265 ____________________________________________________________________________
21266 [  7426] By: jhi                                   on 2000/10/24  17:57:44
21267         Log: Missed the header file changes from #7425.
21268      Branch: perl
21269            ! embed.h embed.pl objXSUB.h proto.h
21270 ____________________________________________________________________________
21271 [  7425] By: jhi                                   on 2000/10/24  17:55:17
21272         Log: Fix the bug reported in
21273              
21274              From: andreas.koenig@anima.de (Andreas J. Koenig)
21275              Subject: Encode bug?
21276              Date: 24 Oct 2000 14:01:26 +0200 
21277              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
21278              
21279              Also make is_utf8_char() stricter.
21280      Branch: perl
21281            ! ext/Encode/Encode.xs utf8.c
21282 ____________________________________________________________________________
21283 [  7424] By: jhi                                   on 2000/10/24  15:15:39
21284         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
21285              From: Peter Scott <Peter@PSDT.com>
21286              Date: Mon, 23 Oct 2000 19:46:01 -0700
21287              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
21288      Branch: perl
21289            ! pod/perlfaq5.pod
21290 ____________________________________________________________________________
21291 [  7423] By: jhi                                   on 2000/10/24  14:25:30
21292         Log: Test tweak to avoid pulling in the whole Config.
21293      Branch: perl
21294            ! t/lib/st-lock.t
21295 ____________________________________________________________________________
21296 [  7422] By: jhi                                   on 2000/10/24  14:03:16
21297         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
21298      Branch: perl
21299            ! pp.c
21300 ____________________________________________________________________________
21301 [  7421] By: jhi                                   on 2000/10/24  13:32:09
21302         Log: (Replaced by #7440.)
21303              
21304              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
21305              From: "Kurt D. Starsinic" <kstar@chapin.edu>
21306              Date: Mon, 23 Oct 2000 16:40:54 -0400
21307              Message-ID: <20001023164054.B14491@O2.chapin.edu>
21308      Branch: perl
21309            ! t/lib/syslog.t
21310 ____________________________________________________________________________
21311 [  7420] By: jhi                                   on 2000/10/24  13:30:53
21312         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
21313              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21314              Date: Mon, 23 Oct 2000 17:29:03 -0400
21315              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
21316      Branch: perl
21317            ! lib/ExtUtils/MM_Unix.pm
21318 ____________________________________________________________________________
21319 [  7419] By: jhi                                   on 2000/10/24  13:29:57
21320         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
21321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21322              Date: Mon, 23 Oct 2000 19:01:32 -0400
21323              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
21324      Branch: perl
21325            ! utils/h2xs.PL
21326 ____________________________________________________________________________
21327 [  7418] By: jhi                                   on 2000/10/24  13:26:04
21328         Log: Replace #7409 with
21329              
21330              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
21331              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
21332              Date: Mon, 23 Oct 2000 20:08:56 +0200
21333              Message-ID: <20001023200855.A14850@nice.ram.loc>
21334      Branch: perl
21335            ! ext/Storable/Storable.pm t/lib/st-lock.t
21336 ____________________________________________________________________________
21337 [  7417] By: jhi                                   on 2000/10/24  13:17:52
21338         Log: Run vms/vms_yfix.pl, should have done that after changing
21339              perly.c in #7382.
21340      Branch: perl
21341            ! vms/perly_c.vms vms/perly_h.vms
21342 ____________________________________________________________________________
21343 [  7416] By: jhi                                   on 2000/10/24  02:55:33
21344         Log: Make the UTF-8 decoding stricter and more verbose when
21345              malformation happens.  This involved adding an argument
21346              to utf8_to_uv_chk(), which involved changing its prototype,
21347              and prefer STRLEN over I32 for the UTF-8 length, which as
21348              a domino effect necessitated changing the prototypes of
21349              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
21350              The stricter UTF-8 decoding checking uses Markus Kuhn's
21351              UTF-8 Decode Stress Tester from
21352              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
21353      Branch: perl
21354            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
21355            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
21356            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
21357            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
21358 ____________________________________________________________________________
21359 [  7415] By: jhi                                   on 2000/10/23  14:06:06
21360         Log: Update Changes.
21361      Branch: perl
21362            ! Changes patchlevel.h
21363 ____________________________________________________________________________
21364 [  7414] By: jhi                                   on 2000/10/23  12:39:52
21365         Log: Undo the basename() part of #7412 since the lib/basename
21366              tests would need upgrading too.
21367      Branch: perl
21368            ! lib/File/Basename.pm
21369 ____________________________________________________________________________
21370 [  7413] By: jhi                                   on 2000/10/23  12:19:27
21371         Log: Document PERL_INSTALL_ROOT of #7210.
21372      Branch: perl
21373            ! lib/ExtUtils/Install.pm
21374 ____________________________________________________________________________
21375 [  7412] By: jhi                                   on 2000/10/23  12:16:47
21376         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
21377      Branch: perl
21378            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
21379            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
21380 ____________________________________________________________________________
21381 [  7411] By: jhi                                   on 2000/10/23  12:07:41
21382         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
21383              From: Prymmer/Kahn <pvhp@best.com>
21384              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
21385              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
21386      Branch: perl
21387            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
21388 ____________________________________________________________________________
21389 [  7410] By: jhi                                   on 2000/10/23  04:10:11
21390         Log: The change #7187 was not so good on VMS.
21391              
21392              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
21393              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21394              Date: Sun, 22 Oct 2000 23:03:08 -0500
21395              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
21396      Branch: perl
21397            ! utils/perldoc.PL
21398 ____________________________________________________________________________
21399 [  7409] By: jhi                                   on 2000/10/23  03:57:36
21400         Log: Avoid Storable locking on DJGPP for now.
21401              
21402              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
21403              From: "Peter J. Farley III" <pjfarley@banet.net>
21404              Date: Sun, 22 Oct 2000 20:00:00 -0400
21405              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
21406      Branch: perl
21407            ! ext/Storable/Storable.pm t/lib/st-lock.t
21408 ____________________________________________________________________________
21409 [  7408] By: jhi                                   on 2000/10/23  03:50:24
21410         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
21411              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
21412              Date: Sun, 22 Oct 2000 21:12:22 -0400
21413              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
21414      Branch: perl
21415            ! lib/vars.pm
21416 ____________________________________________________________________________
21417 [  7407] By: jhi                                   on 2000/10/23  03:43:12
21418         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
21419              From: Hugo <hv@crypt.compulink.co.uk>
21420              Date: Mon, 23 Oct 2000 00:47:22 +0100
21421              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
21422      Branch: perl
21423            ! regexec.c t/op/pat.t
21424 ____________________________________________________________________________
21425 [  7406] By: jhi                                   on 2000/10/23  03:40:29
21426         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
21427      Branch: perl
21428            ! lib/ExtUtils/MakeMaker.pm
21429 ____________________________________________________________________________
21430 [  7405] By: jhi                                   on 2000/10/22  21:32:00
21431         Log: Doc patch.
21432              
21433              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
21434              From: rspier@pobox.com (Robert Spier)
21435              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
21436              Message-ID: <14835.16112.13457.447971@rls.cx>
21437      Branch: perl
21438            ! lib/strict.pm
21439 ____________________________________________________________________________
21440 [  7404] By: jhi                                   on 2000/10/22  21:30:51
21441         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
21442              From: rspier@pobox.com (Robert Spier)
21443              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
21444              Message-ID: <14835.17223.72448.705566@rls.cx>
21445      Branch: perl
21446            ! lib/ExtUtils/MakeMaker.pm
21447 ____________________________________________________________________________
21448 [  7403] By: jhi                                   on 2000/10/22  21:24:11
21449         Log: Subject: [PATCH bleadperl] ripples from constsub patch
21450              From: John Tobey <jtobey@john-edwin-tobey.org>
21451              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
21452              Message-Id: <m13nSOB-000FObC@feynman.localnet>
21453      Branch: perl
21454            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
21455 ____________________________________________________________________________
21456 [  7402] By: jhi                                   on 2000/10/22  20:59:35
21457         Log: Support s?printf parameter reordering.
21458      Branch: perl
21459            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
21460 ____________________________________________________________________________
21461 [  7401] By: jhi                                   on 2000/10/22  19:19:14
21462         Log: Expand %Config variables only if explicitly so requested
21463              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
21464              
21465              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
21466              From: Gurusamy Sarathy <gsar@ActiveState.com>
21467              Date: Sun, 22 Oct 2000 11:47:32 -0700
21468              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
21469      Branch: perl
21470            ! Makefile.SH lib/lib_pm.PL
21471 ____________________________________________________________________________
21472 [  7400] By: jhi                                   on 2000/10/22  18:24:10
21473         Log: Move the #7390 test from warn/op to comp/redef.
21474              
21475              Subject: Re: Creating const subs for constants.
21476              From: John Tobey <jtobey@john-edwin-tobey.org>
21477              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
21478              Message-Id: <m13nG72-000FObC@feynman.localnet>               
21479      Branch: perl
21480            ! t/comp/redef.t t/pragma/warn/op
21481 ____________________________________________________________________________
21482 [  7399] By: jhi                                   on 2000/10/22  17:49:59
21483         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
21484              From: Nicholas Clark <nick@ccl4.org>
21485              Date: Sat, 21 Oct 2000 22:23:19 +0100
21486              Message-ID: <20001021222319.B45586@plum.flirble.org>
21487      Branch: perl
21488            ! ext/DynaLoader/DynaLoader_pm.PL
21489 ____________________________________________________________________________
21490 [  7398] By: jhi                                   on 2000/10/22  17:47:35
21491         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
21492              From: Hugo <hv@crypt.compulink.co.uk>
21493              Date: Sat, 21 Oct 2000 18:19:59 +0100
21494              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
21495      Branch: perl
21496            ! ext/B/B.pm ext/B/B/C.pm
21497 ____________________________________________________________________________
21498 [  7397] By: jhi                                   on 2000/10/22  17:35:18
21499         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
21500              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
21501              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
21502              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
21503      Branch: perl
21504            ! hints/openbsd.sh
21505 ____________________________________________________________________________
21506 [  7396] By: jhi                                   on 2000/10/22  17:19:46
21507         Log: Subject: installman go-faster stripes
21508              From: Nicholas Clark <nick@talking.bollo.cx>
21509              Date: Sat, 21 Oct 2000 17:24:53 +0100
21510              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
21511              
21512              Subject: Re: installman go-faster stripes
21513              From: Russ Allbery <rra@stanford.edu>
21514              Date: 21 Oct 2000 11:04:13 -0700
21515              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
21516      Branch: perl
21517            ! installman pod/pod2man.PL
21518 ____________________________________________________________________________
21519 [  7395] By: jhi                                   on 2000/10/22  17:17:35
21520         Log: Hints tweak from Anton Berezin.
21521      Branch: perl
21522            ! hints/freebsd.sh
21523 ____________________________________________________________________________
21524 [  7394] By: jhi                                   on 2000/10/22  04:50:04
21525         Log: Tweak the Is* definitions of Unicode character classes
21526              to better match the official categorizations; embrace
21527              the official categorizations; add the combining marks
21528              as alpha (and -numeric); fix DCinital (a typo and edito)
21529              to be DCmedial.
21530      Branch: perl
21531            + lib/unicode/Is/DCmedial.pl
21532            - lib/unicode/Is/DCinital.pl
21533            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21534            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
21535            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
21536            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
21537 ____________________________________________________________________________
21538 [  7393] By: jhi                                   on 2000/10/21  18:06:05
21539         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
21540              From: Daniel Chetlin <daniel@chetlin.com>
21541              Date: Sat, 21 Oct 2000 02:57:03 -0700
21542              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
21543      Branch: perl
21544            + t/lib/tie-splice.t
21545            ! MANIFEST lib/Tie/Array.pm
21546 ____________________________________________________________________________
21547 [  7392] By: gsar                                  on 2000/10/21  18:05:15
21548         Log: resync utfperl branch with mainline
21549      Branch: utfperl
21550           !> (integrate 1760 files)
21551 ____________________________________________________________________________
21552 [  7391] By: jhi                                   on 2000/10/21  14:37:49
21553         Log: Testcases for a #7383,#7385 related bug.
21554              
21555              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
21556              From: Nicholas Clark <nick@ccl4.org>
21557              Date: Sat, 21 Oct 2000 15:04:51 +0100
21558              Message-ID: <20001021150451.A51566@plum.flirble.org>
21559      Branch: perl
21560            ! t/pragma/utf8.t
21561 ____________________________________________________________________________
21562 [  7390] By: jhi                                   on 2000/10/21  14:35:57
21563         Log: Add a testcase for #7389.
21564      Branch: perl
21565            ! t/pragma/warn/op
21566 ____________________________________________________________________________
21567 [  7389] By: jhi                                   on 2000/10/21  14:26:45
21568         Log: Subject: Re: Creating const subs for constants.
21569              From: John Tobey <jtobey@john-edwin-tobey.org>
21570              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
21571              Message-Id: <m13mo0N-000FObC@feynman.localnet>
21572      Branch: perl
21573            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
21574            ! proto.h sv.c
21575 ____________________________________________________________________________
21576 [  7388] By: nick                                  on 2000/10/21  11:44:23
21577         Log: Populate perlio branch
21578      Branch: perlio
21579           +> (branch 1760 files)
21580 ____________________________________________________________________________
21581 [  7387] By: nick                                  on 2000/10/21  10:52:05
21582         Log: Get branch back as replica of mainline via :
21583              p4 integrate -b utfperl
21584              p4 resolve -at ./...
21585      Branch: utfperl
21586           +> (branch 269 files)
21587            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
21588            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
21589            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
21590            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
21591            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
21592            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
21593            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
21594            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
21595            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
21596            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
21597            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
21598            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
21599            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
21600            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
21601            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
21602            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
21603            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
21604            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
21605            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
21606            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
21607            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
21608            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
21609            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
21610            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
21611            - lib/unicode/UCD300.html lib/unicode/Unicode.300
21612            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
21613            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
21614            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
21615            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
21616           !> (integrate 965 files)
21617 ____________________________________________________________________________
21618 [  7386] By: jhi                                   on 2000/10/21  01:31:12
21619         Log: Update Changes.
21620      Branch: perl
21621            ! Changes patchlevel.h
21622 ____________________________________________________________________________
21623 [  7385] By: jhi                                   on 2000/10/21  01:28:42
21624         Log: The #7383 was right only in the context of the original bug report,
21625              not in more general case.
21626      Branch: perl
21627            ! pp_hot.c
21628 ____________________________________________________________________________
21629 [  7384] By: jhi                                   on 2000/10/21  01:08:23
21630         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
21631      Branch: perl
21632            ! ext/IO/lib/IO/Select.pm
21633 ____________________________________________________________________________
21634 [  7383] By: jhi                                   on 2000/10/21  00:44:18
21635         Log: Fix for ID 20001020.006, concatenating an unset submatch
21636              with utf8 resulted in "Modification of a read-only value".
21637      Branch: perl
21638            ! pp_hot.c t/pragma/utf8.t
21639 ____________________________________________________________________________
21640 [  7382] By: jhi                                   on 2000/10/20  20:44:31
21641         Log: Make scan_num() reëntrant, as suggested in
21642              
21643              Subject: [PATCH perl@7229] Rentrant parser and yylex()
21644              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21645              Date: Fri, 20 Oct 2000 14:17:27 +0100
21646              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
21647      Branch: perl
21648            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
21649            ! toke.c
21650 ____________________________________________________________________________
21651 [  7381] By: jhi                                   on 2000/10/20  20:07:29
21652         Log: Reëntrancy fix.
21653              
21654              Subject: [PATCH perl@7229] Rentrant parser and yylex()
21655              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21656              Date: Fri, 20 Oct 2000 14:17:27 +0100
21657              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
21658      Branch: perl
21659            ! embed.h embed.pl perl.h proto.h toke.c
21660 ____________________________________________________________________________
21661 [  7380] By: jhi                                   on 2000/10/20  19:15:54
21662         Log: Don't write double values through long double pointers,
21663              based on a part of
21664              
21665              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
21666              From: Jens Hamisch <jens@Strawberry.COM>
21667              Date: Tue, 17 Oct 2000 08:39:36 +0200
21668              Message-Id: <20001017083936.A11104@Strawberry.COM>
21669      Branch: perl
21670            ! perl.h pp.c
21671 ____________________________________________________________________________
21672 [  7379] By: jhi                                   on 2000/10/20  18:43:37
21673         Log: Portability tweak on #7377.
21674              
21675              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
21676              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21677              Date:     Fri, 20 Oct 2000 13:13:41 EDT
21678              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
21679      Branch: perl
21680            ! t/lib/dprof.t
21681 ____________________________________________________________________________
21682 [  7378] By: jhi                                   on 2000/10/20  12:57:19
21683         Log: SOCKS function redefinitions need prototypes, too, otherwise
21684              for example 32 bit versus 64 bit differences cause a lot of
21685              problems.  Part of
21686              
21687              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
21688              From: Jens Hamisch <jens@Strawberry.COM>
21689              Date: Tue, 17 Oct 2000 08:39:36 +0200
21690              Message-Id: <20001017083936.A11104@Strawberry.COM>
21691      Branch: perl
21692            ! doio.c pp_sys.c
21693 ____________________________________________________________________________
21694 [  7377] By: jhi                                   on 2000/10/20  12:37:12
21695         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
21696              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21697              Date:     Fri, 20 Oct 2000 08:26:04 EDT
21698              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
21699      Branch: perl
21700            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
21701 ____________________________________________________________________________
21702 [  7376] By: jhi                                   on 2000/10/20  12:35:31
21703         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
21704              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21705              Date:     Fri, 20 Oct 2000 07:48:15 EDT
21706              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
21707      Branch: perl
21708            ! configure.com vms/gen_shrfls.pl
21709 ____________________________________________________________________________
21710 [  7375] By: bailey                                on 2000/10/20  04:44:37
21711         Log: SYN SYN
21712      Branch: vmsperl
21713           +> (branch 134 files)
21714            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
21715            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
21716            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
21717            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
21718            - eg/cgi/frameset.cgi eg/cgi/index.html
21719            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
21720            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
21721            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
21722            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
21723            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
21724            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
21725            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
21726            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
21727            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
21728            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
21729            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
21730            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
21731            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
21732            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
21733            - lib/unicode/Props.txt lib/unicode/UCD300.html
21734            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
21735            - utils/perlbc.PL vms/subconfigure.com
21736           !> (integrate 785 files)
21737 ____________________________________________________________________________
21738 [  7374] By: jhi                                   on 2000/10/20  00:59:48
21739         Log: In the latest compiler builds cccdlflags must not become -fpic,
21740              from Wilfredo Sánchez.
21741      Branch: perl
21742            ! hints/darwin.sh
21743 ____________________________________________________________________________
21744 [  7373] By: jhi                                   on 2000/10/20  00:56:35
21745         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
21746              From: Tony Cook <tony@develop-help.com>
21747              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
21748              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
21749      Branch: perl
21750            ! pod/perlop.pod
21751 ____________________________________________________________________________
21752 [  7372] By: jhi                                   on 2000/10/19  19:34:40
21753         Log: Typo noted by Mark Lutz.
21754      Branch: perl
21755            ! t/op/64bitint.t
21756 ____________________________________________________________________________
21757 [  7371] By: jhi                                   on 2000/10/19  19:33:13
21758         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
21759      Branch: metaconfig
21760            ! U/modified/Cppsym.U U/modified/Oldconfig.U
21761      Branch: metaconfig/U/perl
21762            ! End.U dlsrc.U libperl.U
21763      Branch: perl
21764            + hints/nonstopux.sh
21765            ! Configure MANIFEST config_h.SH
21766 ____________________________________________________________________________
21767 [  7370] By: jhi                                   on 2000/10/19  17:18:08
21768         Log: Subject: PATCH do_print has 2 PerlIO_error()s
21769              From: nick@ccl4.org
21770              Date: Thu, 19 Oct 2000 18:09:20 +0100
21771              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
21772      Branch: perl
21773            ! doio.c
21774 ____________________________________________________________________________
21775 [  7369] By: jhi                                   on 2000/10/19  14:01:49
21776         Log: Update Changes.
21777      Branch: perl
21778            ! Changes patchlevel.h
21779 ____________________________________________________________________________
21780 [  7368] By: jhi                                   on 2000/10/19  13:04:29
21781         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
21782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21783              Date: Wed, 18 Oct 2000 13:12:01 +0200
21784              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
21785      Branch: perl
21786            ! hints/aix.sh
21787 ____________________________________________________________________________
21788 [  7367] By: jhi                                   on 2000/10/19  02:22:40
21789         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
21790              of a 'pmshort' anywhere in the B, so the offending line was simply
21791              removed.
21792      Branch: perl
21793            ! ext/B/B/Debug.pm
21794 ____________________________________________________________________________
21795 [  7366] By: jhi                                   on 2000/10/19  02:12:37
21796         Log: Add the test case for the bug id 20000730.004 which seems
21797              to have been fixed by now.
21798      Branch: perl
21799            ! t/pragma/utf8.t
21800 ____________________________________________________________________________
21801 [  7365] By: jhi                                   on 2000/10/18  23:36:24
21802         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
21803              From: Hugo <hv@crypt.compulink.co.uk>
21804              Date: Wed, 18 Oct 2000 23:25:58 +0100
21805              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
21806      Branch: perl
21807            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
21808 ____________________________________________________________________________
21809 [  7364] By: jhi                                   on 2000/10/18  21:12:53
21810         Log: (retracted)
21811      Branch: perl
21812            ! pp.c
21813 ____________________________________________________________________________
21814 [  7363] By: jhi                                   on 2000/10/18  20:55:38
21815         Log: Missing change from #7362.
21816      Branch: perl
21817            ! win32/perlhost.h
21818 ____________________________________________________________________________
21819 [  7362] By: jhi                                   on 2000/10/18  20:52:01
21820         Log: Borland C fstat() never saw the fd as writable.
21821              
21822              Subject: fix for Borland's weak "stat" (perl@7211)
21823              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21824              Date: Mon, 16 Oct 2000 09:55:03 +0400
21825              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
21826      Branch: perl
21827            ! win32/win32.c
21828 ____________________________________________________________________________
21829 [  7361] By: jhi                                   on 2000/10/18  17:43:50
21830         Log: Regen toc.
21831      Branch: perl
21832            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
21833 ____________________________________________________________________________
21834 [  7360] By: jhi                                   on 2000/10/18  17:07:44
21835         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21836              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
21837              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
21838              Date: Mon, 16 Oct 2000 15:19:49 +0200
21839      Branch: perl
21840            + README.aix
21841            ! MANIFEST
21842 ____________________________________________________________________________
21843 [  7359] By: jhi                                   on 2000/10/18  17:04:49
21844         Log: Subject: Pod patch for Devel::Peek
21845              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21846              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
21847              Date: Mon, 16 Oct 2000 12:26:34 +0200
21848      Branch: perl
21849            ! ext/Devel/Peek/Peek.pm
21850 ____________________________________________________________________________
21851 [  7358] By: jhi                                   on 2000/10/18  17:03:15
21852         Log: Make Cwd more bulletproof in chrooted environments.
21853              
21854              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
21855              From: "Eric E. Coe" <Eric.Coe@oracle.com>
21856              Date: Wed, 18 Oct 2000 04:03:54 -0400
21857              Message-Id: <39ED596A.70E599FE@oracle.com>
21858      Branch: perl
21859            ! lib/Cwd.pm
21860 ____________________________________________________________________________
21861 [  7357] By: jhi                                   on 2000/10/18  16:37:26
21862         Log: Disable the UTF8 downgrade croakage for now to avoid
21863              too many not okay messages.
21864      Branch: perl
21865            ! doio.c
21866 ____________________________________________________________________________
21867 [  7356] By: jhi                                   on 2000/10/17  23:29:41
21868         Log: Show the failed remote port, instead of the failing line number.
21869              
21870              Subject: [PATCH 5.6.1 Debugger] More diagnostics
21871              From: David Sparks <daves@ActiveState.com>
21872              Date: Tue, 17 Oct 2000 15:00:24 -0700
21873              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
21874      Branch: perl
21875            ! lib/perl5db.pl
21876 ____________________________________________________________________________
21877 [  7355] By: jhi                                   on 2000/10/17  14:11:31
21878         Log: On output try to downgrade to bytes, croak if impossible,
21879              from Simon Cozens.  This means that outputting >255 UTF8
21880              is impossible.  Consider this as a strong incentive to get
21881              the I/O disciplines implemented.
21882      Branch: perl
21883            ! doio.c pod/perldiag.pod sv.c
21884 ____________________________________________________________________________
21885 [  7354] By: jhi                                   on 2000/10/17  13:42:23
21886         Log: Clarify documentation on 'use bytes'.
21887              
21888              Subject: Re: What does 'use bytes' "mean" ?
21889              From: Simon Cozens <simon@cozens.net>
21890              Date: Mon, 18 Sep 2000 18:24:25 +0100
21891              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
21892      Branch: perl
21893            ! lib/bytes.pm
21894 ____________________________________________________________________________
21895 [  7353] By: jhi                                   on 2000/10/17  13:28:12
21896         Log: Workaround for a sfio bug where the stream error indicator
21897              is not cleared as documented.
21898              
21899              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
21900              From: Nicholas Clark <nick@ccl4.org>
21901              Date: Mon, 16 Oct 2000 18:28:23 +0100
21902              Message-ID: <20001016182823.J19700@plum.flirble.org>
21903      Branch: perl
21904            ! doio.c
21905 ____________________________________________________________________________
21906 [  7352] By: jhi                                   on 2000/10/17  13:06:19
21907         Log: More IoTYPE sprinkling.
21908      Branch: perl
21909            ! doio.c pp_hot.c
21910 ____________________________________________________________________________
21911 [  7351] By: jhi                                   on 2000/10/16  22:47:07
21912         Log: Detect early whether the std streams have gone bad.
21913              
21914              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
21915              Date: Mon, 16 Oct 2000 23:28:42 +0100
21916              From: Nicholas Clark <nick@ccl4.org>
21917              Message-ID: <20001016232842.A37942@plum.flirble.org>
21918      Branch: perl
21919            ! t/op/misc.t
21920 ____________________________________________________________________________
21921 [  7350] By: jhi                                   on 2000/10/16  22:45:16
21922         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
21923              From: "Peter J. Farley III" <pjfarley@banet.net>
21924              Date: Mon, 16 Oct 2000 18:15:59 -0400
21925              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
21926      Branch: perl
21927            ! djgpp/djgpp.c dosish.h t/io/open.t
21928 ____________________________________________________________________________
21929 [  7349] By: jhi                                   on 2000/10/16  22:36:45
21930         Log: perldelta tweak.
21931      Branch: perl
21932            ! pod/perldelta.pod
21933 ____________________________________________________________________________
21934 [  7348] By: jhi                                   on 2000/10/16  15:17:53
21935         Log: Update Changes.
21936      Branch: perl
21937            ! Changes patchlevel.h
21938 ____________________________________________________________________________
21939 [  7347] By: jhi                                   on 2000/10/16  13:55:27
21940         Log: Add the capability to include/exclude branches.
21941      Branch: perl
21942            ! Porting/genlog
21943 ____________________________________________________________________________
21944 [  7346] By: jhi                                   on 2000/10/16  13:18:04
21945         Log: Add Charles Lane.
21946      Branch: perl
21947            ! AUTHORS Changes
21948 ____________________________________________________________________________
21949 [  7345] By: jhi                                   on 2000/10/16  13:13:21
21950         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
21951      Branch: perl
21952            ! pod/perldelta.pod
21953 ____________________________________________________________________________
21954 [  7344] By: gsar                                  on 2000/10/16  09:30:21
21955         Log: integrate change#6220 from cfgperl
21956              
21957              Win32 patches from Benjamin Stuhl.
21958      Branch: maint-5.6/perl
21959           !> makedef.pl win32/win32.h
21960 ____________________________________________________________________________
21961 [  7343] By: gsar                                  on 2000/10/16  08:32:19
21962         Log: integrate changes#6221,6222 from cfgperl
21963              
21964              Remove tr///CU (the feature is to be obsoleted by better interfaces).
21965              From: simon@brecon.co.uk (Simon Cozens)
21966              Subject: [PATCH] Eliminate tr///[CU][CU]
21967              Date: 23 Jun 2000 11:05:40 GMT
21968              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
21969              
21970              doc typo fix
21971              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
21972              From: Ian Phillipps <Ian.Phillipps@iname.com>
21973              Date: Fri, 23 Jun 2000 10:40:58 +0100
21974              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
21975      Branch: maint-5.6/perl
21976           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
21977 ____________________________________________________________________________
21978 [  7342] By: gsar                                  on 2000/10/16  08:28:08
21979         Log: integrate change#6217 from cfgperl (in part)
21980              
21981              Rename the fdpid locking and integrate with Sarathy.
21982      Branch: maint-5.6/perl
21983           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
21984           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
21985           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
21986           !> win32/win32.c
21987 ____________________________________________________________________________
21988 [  7341] By: gsar                                  on 2000/10/16  08:23:39
21989         Log: integrate changes#6214..6216 from mainline
21990              
21991              @_ can't have junk in it even in the non-USE_ITHREADS case because
21992              caller() wants to populate @DB::args with it (causes a coredump
21993              in Carp::confess())
21994              
21995              tweak comment about @DB::args
21996              
21997              be more optimal about clearing @_
21998      Branch: maint-5.6/perl
21999           !> av.h cop.h pp_ctl.c t/op/runlevel.t
22000 ____________________________________________________________________________
22001 [  7340] By: gsar                                  on 2000/10/16  08:20:37
22002         Log: integrate changes#6207..6210 from cfgperl
22003              
22004              Subject: [PATCH 5.6.0] Threadsafe patches
22005              From: Dan Sugalski <dan@sidhe.org>
22006              To: perl5-porters@perl.org
22007              Date: Mon, 08 May 2000 18:08:13 -0400
22008              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
22009              
22010              Regen headers for #6207.
22011              
22012              Lock PL_fdpid against race conditions, based on:
22013              Subject: [PATCH 5.6.0]subprocess fixup for threads
22014              From: Dan Sugalski <dan@sidhe.org>
22015              To: perl5-porters@perl.org
22016              Date: Tue, 11 Apr 2000 17:02:32 -0400
22017              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
22018              
22019              Mopup for #6207 and #6209.
22020      Branch: maint-5.6/perl
22021           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
22022           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
22023           !> win32/win32.c
22024 ____________________________________________________________________________
22025 [  7339] By: gsar                                  on 2000/10/16  08:14:34
22026         Log: integrate change#6203 from cfgperl
22027              
22028              perldiag should refer to perlos2.pod not README.os2
22029      Branch: maint-5.6/perl
22030           !> pod/perldiag.pod
22031 ____________________________________________________________________________
22032 [  7338] By: gsar                                  on 2000/10/16  08:11:42
22033         Log: integrate change#6201 from mainline
22034              
22035              Perl_eval_pv() leaks 4 bytes every time it is called because it
22036              does a PUSHMARK that's never ever POPMARKed; in general, only
22037              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
22038              Perl_eval_[sp]v() don't because they don't take any incoming
22039              arguments (this leak has been around since the original version
22040              of perl_eval_pv() in 5.003_97e)
22041      Branch: maint-5.6/perl
22042           !> perl.c
22043 ____________________________________________________________________________
22044 [  7337] By: gsar                                  on 2000/10/16  08:08:47
22045         Log: integrate changes#6197..6200 from cfgperl
22046              
22047              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
22048              From: John Borwick <jhborwic@unity.ncsu.edu>
22049              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
22050              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
22051              
22052              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
22053              From: Dan Sugalski <dan@sidhe.org>
22054              To: vmsperl@perl.org, perl5-porters@perl.org
22055              Date: Fri, 02 Jun 2000 16:00:41 -0400
22056              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
22057              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
22058              
22059              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
22060              From: Dan Sugalski <dan@sidhe.org>
22061              To: perl5-porters@perl.org, vmsperl@perl.org
22062              Date: Fri, 02 Jun 2000 17:30:51 -0400
22063              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
22064              
22065              Update to cperl-mode.el 4.31 from
22066              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
22067              Subject: A couple of notes
22068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22069              To: Mailing list Perl5 <perl5-porters@perl.org>
22070              Date: Sat, 3 Jun 2000 23:33:32 -0400
22071              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
22072      Branch: maint-5.6/perl
22073           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
22074           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
22075           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
22076           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
22077           !> vms/vmsish.h
22078 ____________________________________________________________________________
22079 [  7336] By: gsar                                  on 2000/10/16  08:03:46
22080         Log: integrate changes#6194,6195 from mainline
22081              
22082              fix small eval"" memory leaks under USE_ITHREADS
22083              
22084              fix yet another eval"" leak under USE_ITHREADS
22085      Branch: maint-5.6/perl
22086           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
22087           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
22088           !> vms/perly_c.vms
22089 ____________________________________________________________________________
22090 [  7335] By: gsar                                  on 2000/10/16  08:02:15
22091         Log: integrate changes#6190,6191 from mainline
22092              
22093              submit missing embed.pl change
22094              
22095              vec() loses numericalness (modified version of patch suggested
22096              by Robin Barker)
22097      Branch: maint-5.6/perl
22098           !> doop.c embed.pl t/op/vec.t
22099 ____________________________________________________________________________
22100 [  7334] By: gsar                                  on 2000/10/16  08:01:03
22101         Log: integrate change#6189 from mainline
22102              
22103              counting tr/// corrupts later operation (from M.J.T Guy)
22104      Branch: maint-5.6/perl
22105           !> doop.c t/op/tr.t
22106 ____________________________________________________________________________
22107 [  7333] By: gsar                                  on 2000/10/16  07:59:07
22108         Log: integrate changes#6183..6188 from mainline
22109              
22110              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
22111              <nick@ccl4.org>)
22112              
22113              tweak for change#6127
22114              
22115              remove incorrect documentation about implicit split to @_ in
22116              list context, which never really worked in perl 5 (from
22117              M.J.T. Guy)
22118              
22119              further qualify references to "alphanumeric" (from Wolfgang Laun
22120              <wolfgang.laun@alcatel.at>)
22121              
22122              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
22123              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
22124              
22125              h2xs tweaks
22126      Branch: maint-5.6/perl
22127           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
22128           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
22129           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
22130           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
22131           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
22132           !> pod/pod2latex.PL utils/h2xs.PL
22133 ____________________________________________________________________________
22134 [  7332] By: gsar                                  on 2000/10/16  07:53:52
22135         Log: integrate change#6179 from mainline
22136              
22137              buggy modulus on UVs introduced by change#3378 (resulted in
22138              4063328477 % 65535 amounting to 27406, instead of 27407)
22139      Branch: maint-5.6/perl
22140           !> pp.c t/op/arith.t
22141 ____________________________________________________________________________
22142 [  7331] By: gsar                                  on 2000/10/16  07:52:49
22143         Log: integrate changes#6176,6177,6178,6182 from cfgperl
22144              
22145              Single-quoted utf8 patch from Simon Cozens.
22146              
22147              Substitution utf8 patch from Simon Cozens.
22148              
22149              Be cleaner.
22150              
22151              Be Cleaner Part Deux.
22152      Branch: maint-5.6/perl
22153           !> Makefile.SH pp_hot.c toke.c
22154 ____________________________________________________________________________
22155 [  7330] By: gsar                                  on 2000/10/16  07:41:36
22156         Log: integrate change#6172 from mainline
22157              
22158              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
22159              (from Ilya Zakharevich)
22160      Branch: maint-5.6/perl
22161           !> regexec.c t/op/re_tests
22162 ____________________________________________________________________________
22163 [  7329] By: gsar                                  on 2000/10/16  07:40:25
22164         Log: integrate change#6171 from mainline
22165              
22166              scalar() doesn't force scalar context when used in void context
22167              (from Simon Cozens)
22168      Branch: maint-5.6/perl
22169           !> op.c t/op/wantarray.t
22170 ____________________________________________________________________________
22171 [  7328] By: gsar                                  on 2000/10/16  07:39:33
22172         Log: integrate change#6170 from mainline
22173              
22174              change#6142 needs tweaks to tests to work where there's no
22175              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
22176      Branch: maint-5.6/perl
22177           !> t/lib/filefind.t
22178 ____________________________________________________________________________
22179 [  7327] By: gsar                                  on 2000/10/16  07:35:34
22180         Log: integrate changes#6166..6168 from cfgperl
22181              
22182              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
22183              in case somebody wants to write an extension for more
22184              shadow database interfaces.
22185              
22186              tweak todo
22187              
22188              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
22189      Branch: maint-5.6/perl
22190           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22191           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
22192           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
22193           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
22194           !> win32/config.vc win32/config_H.bc win32/config_H.gc
22195           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
22196 ____________________________________________________________________________
22197 [  7326] By: gsar                                  on 2000/10/16  07:29:05
22198         Log: integrate changes#6157,6159..6161,6164 from cfgperl
22199              
22200              Regen Configure to jive with #6149.
22201              
22202              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
22203              
22204              Changes for the File::Temp 0.08 (change #6159) test suite
22205              to fit better into the Perl distribution test framework.
22206              
22207              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
22208              both from Simon Cozens.
22209              
22210              detypo
22211      Branch: maint-5.6/perl
22212           +> pod/perlmodlib.PL pod/perlnewmod.pod
22213           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
22214           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
22215           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22216           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
22217 ____________________________________________________________________________
22218 [  7325] By: gsar                                  on 2000/10/16  07:25:13
22219         Log: integrate change#6158 from vmsperl
22220              
22221              Add fallback to tmpfile for use in cases where user's relying on
22222              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
22223              Lane's patch)
22224      Branch: maint-5.6/perl
22225           !> vms/vms.c vms/vmsish.h
22226 ____________________________________________________________________________
22227 [  7324] By: gsar                                  on 2000/10/16  07:20:50
22228         Log: integrate changes#6153..6155 from mainline
22229              
22230              prettier Test::Harness output on failed tests (from Nicholas Clark
22231              <nick@Bagpuss.uk.boo.com>)
22232              
22233              avoid type mismatch warning
22234              
22235              small bug in change#6144; remove random \xA0 character that snuck
22236              in via change#6145
22237      Branch: maint-5.6/perl
22238           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
22239           !> perl.c
22240 ____________________________________________________________________________
22241 [  7323] By: gsar                                  on 2000/10/16  07:18:47
22242         Log: integrate changes#6151,6152 from mainline
22243              
22244              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
22245              
22246              cosmetic fixups of RE debug output (from Ilya Zakharevich)
22247      Branch: maint-5.6/perl
22248           !> regexec.c
22249 ____________________________________________________________________________
22250 [  7322] By: gsar                                  on 2000/10/16  07:17:25
22251         Log: integrate changes#6146..6150 from mainline
22252              
22253              doc typo
22254              
22255              add a make entry to Config.pm so "perl -V:make" works on VMS
22256              (from Peter Prymmer)
22257              
22258              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
22259              
22260              OS/2 tweaks for usethreads build (from Rocco Caputo
22261              <troc@netrus.net>)
22262              
22263              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
22264      Branch: maint-5.6/perl
22265           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
22266           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
22267           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
22268           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
22269           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
22270           !> warnings.pl x2p/a2p.h
22271 ____________________________________________________________________________
22272 [  7321] By: gsar                                  on 2000/10/16  07:14:02
22273         Log: integrate changes#6143..6145 from mainline
22274              
22275              MacOS support, part 1 (from Matthias Neeracher
22276              <neeri@iis.ee.ethz.ch>)
22277              
22278              MacOS support, part 2: make AutoSplit use File::Spec instead
22279              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
22280              <neeri@iis.ee.ethz.ch>)
22281              
22282              make xsubpp skip embedded pod (from Matthias Neeracher
22283              <neeri@iis.ee.ethz.ch>)
22284      Branch: maint-5.6/perl
22285           +> ext/DynaLoader/dl_mac.xs
22286           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
22287           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
22288           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
22289           !> pp_ctl.c proto.h toke.c util.c util.h
22290 ____________________________________________________________________________
22291 [  7320] By: gsar                                  on 2000/10/16  07:12:13
22292         Log: integrate changes#6141,6142 from mainline
22293              
22294              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
22295              forwarded by Peter Seebach from the bsdi-users mailing list.
22296              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
22297              
22298              File::Find fails to chdir when chasing symlinks (from
22299              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
22300      Branch: maint-5.6/perl
22301           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
22302 ____________________________________________________________________________
22303 [  7319] By: gsar                                  on 2000/10/16  07:04:30
22304         Log: integrate change#6139 from mainline
22305              
22306              revise mktables.PL for bugs and newness in Unicode 3.0
22307              (from James Bence <jbence@amgen.com>)
22308      Branch: maint-5.6/perl
22309           +> (branch 30 files)
22310           !> (integrate 49 files)
22311 ____________________________________________________________________________
22312 [  7318] By: gsar                                  on 2000/10/16  07:01:01
22313         Log: integrate changes#6137,6138 from mainline
22314              
22315              fix bogus redeclaration warning for "our" variables in different
22316              scopes
22317              
22318              add note about the handling of negative indices to tied arrays
22319              (from Michael G Schwern <schwern@pobox.com>)
22320      Branch: maint-5.6/perl
22321           !> op.c pod/perltie.pod t/pragma/strict-vars
22322 ____________________________________________________________________________
22323 [  7317] By: gsar                                  on 2000/10/16  06:58:46
22324         Log: integrate changes#6127..6136 from mainline
22325              
22326              call_method(...,G_EVAL) can longjmp() out if the method probing
22327              failed (from Gisle Aas)
22328              
22329              new perlxstut example for passing/returning refs to arrays
22330              (from David Lowe <dlowe@pootpoot.com>)
22331              
22332              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
22333              
22334              fix places that mean C<"word" character> but say C<alphanumeric
22335              character>
22336              
22337              avoid warnings in POSIX.pm (from Barrie Slaymaker)
22338              
22339              warnings::enabled() doesn't fall back to looking at $^W if
22340              caller isn't using lexical warnings (from Paul Marquess)
22341              
22342              elide bogus test in change#6132
22343              
22344              make Test::Harness use wait.h/WCOREDUMP if available
22345              (from Ben Tilly <ben_tilly@hotmail.com>)
22346              
22347              enable Test::Harness to dynamically determine column width etc.
22348              (from Rob Napier <rnapier@employees.org>)
22349              
22350              random pod typos (from Peter Scott <Peter@PSDT.com>)
22351      Branch: maint-5.6/perl
22352           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
22353           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
22354           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
22355           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
22356 ____________________________________________________________________________
22357 [  7316] By: gsar                                  on 2000/10/16  06:53:23
22358         Log: integrate change#6126 from mainline
22359              
22360              change#2879 broke rvalue autovivification of magicals such as
22361              ${$num} (reworked variant of patch suggested by Simon Cozens)
22362      Branch: maint-5.6/perl
22363           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
22364           !> pp_hot.c proto.h t/op/gv.t
22365 ____________________________________________________________________________
22366 [  7315] By: gsar                                  on 2000/10/16  06:51:38
22367         Log: integrate changes#6123,6125 from mainline
22368              
22369              clarify gotcha with #line directives (from Rocco Caputo
22370              <troc@netrus.net>)
22371              
22372              enable propagating exception objects via Perl_croak() in XS code
22373              (from Gisle Aas)
22374      Branch: maint-5.6/perl
22375           !> pod/perldebug.pod pod/perlsyn.pod util.c
22376 ____________________________________________________________________________
22377 [  7314] By: gsar                                  on 2000/10/16  06:49:28
22378         Log: integrate change#6122 from mainline
22379              
22380              downgrade fatal error on C<"foo@nosucharray.com"> to optional
22381              warning (from Mark-Jason Dominus)
22382      Branch: maint-5.6/perl
22383           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
22384           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
22385           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
22386           !> toke.c
22387 ____________________________________________________________________________
22388 [  7313] By: gsar                                  on 2000/10/16  06:46:54
22389         Log: integrate changes#6112..6121 from vmsperl
22390              
22391              Check for existence of file before trying to delete
22392              
22393              Ugly workaround for version-specific RTL error
22394              
22395              Urk -- undo previous removal of vmsish 'exit' change
22396              
22397              Add bounds checking for several strings (Charles Lane)
22398              
22399              Miscellaneous cosmetic fixes (Charles Lane)
22400              
22401              Treat sockets as special in sys(read|write) (Charles Lane et al.)
22402              
22403              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
22404              Flatten case labels in switch statements uniformly (Charles Bailey)
22405              
22406              Quiet error messages in vmsish.t (Charles Lane)
22407              
22408              Add missing escape (Charles Lane)
22409              
22410              Allow eliminate_macros() and fixpath() to handle space-delimited
22411              lists (based on fixes by Craig Berry)
22412      Branch: maint-5.6/perl
22413           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
22414           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
22415           !> vms/vmsish.h
22416 ____________________________________________________________________________
22417 [  7312] By: gsar                                  on 2000/10/16  06:41:18
22418         Log: integrate changes#6107,6110 from cfgperl
22419              
22420              Tweak the todo list.
22421              
22422              todo tweak
22423      Branch: maint-5.6/perl
22424           !> Todo-5.6
22425 ____________________________________________________________________________
22426 [  7311] By: gsar                                  on 2000/10/16  06:38:38
22427         Log: integrate changes#6104,6108 from mainline
22428              
22429              PL_sys_intern was being initialized too late on windows
22430              
22431              reenable fake signal handling on Windows, bugs and all
22432      Branch: maint-5.6/perl
22433           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
22434           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
22435           !> win32/win32.c
22436 ____________________________________________________________________________
22437 [  7310] By: gsar                                  on 2000/10/16  06:36:03
22438         Log: integrate changes#6095,6097..6103 from cfgperl
22439              
22440              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
22441              might be useful in future.
22442              
22443              Add a note about possible compilation problems from Allen Smith.
22444              
22445              Add a note about other, yet unsupported, shadow password APIs.
22446              
22447              Tweaks for the cc bugs from Allen Smith.
22448              
22449              More compilation tweakery from Allen Smith.
22450              
22451              Hints and test tweaks for Unicos.
22452              
22453              The test suite tweak in #6101 wasn't quite right.
22454              
22455              Test tweaking for Unicos continues.
22456      Branch: maint-5.6/perl
22457           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22458           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
22459           !> t/lib/complex.t t/op/64bitint.t
22460 ____________________________________________________________________________
22461 [  7309] By: gsar                                  on 2000/10/16  06:29:41
22462         Log: integrate changes#6093,6094 from mainline
22463              
22464              fork() failure to create pseudo process sets errno=EAGAIN and returns
22465              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
22466              
22467              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
22468      Branch: maint-5.6/perl
22469           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
22470           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
22471 ____________________________________________________________________________
22472 [  7308] By: gsar                                  on 2000/10/16  06:27:29
22473         Log: integrate change#6092 from cfgperl
22474              
22475              Regen perltoc with the fixed buildtoc.
22476      Branch: maint-5.6/perl
22477           !> pod/perltoc.pod
22478 ____________________________________________________________________________
22479 [  7307] By: gsar                                  on 2000/10/16  06:26:40
22480         Log: integrate changes#6089,6090 from mainline
22481              
22482              buildtoc tweak to fix newline lossage
22483              
22484              concat doesn't preserve utf8-ness, and doesn't invalidate
22485              [NI]OK; added tests for both
22486      Branch: maint-5.6/perl
22487           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
22488 ____________________________________________________________________________
22489 [  7306] By: gsar                                  on 2000/10/16  06:24:05
22490         Log: integrate change#6088 from cfgperl
22491              
22492              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
22493              because we do not use those.  The HAS_GETSPNAM remains,
22494              though, because we still do use that.
22495      Branch: maint-5.6/perl
22496           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22497           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
22498           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
22499           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
22500           !> win32/config.vc win32/config_H.bc win32/config_H.gc
22501           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
22502 ____________________________________________________________________________
22503 [  7305] By: gsar                                  on 2000/10/16  06:15:52
22504         Log: integrate changes#6084,6085,6087 from mainline
22505              
22506              substr() does not preserve utf8-ness (from Stefan Eissing
22507              <Eissing@medicaldataservice.de>); added tests
22508              
22509              repeat operator (x) doesn't preserve utf8-ness
22510              
22511              reverse() and quotemeta() weren't preserving utf8-ness; add tests
22512      Branch: maint-5.6/perl
22513           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
22514 ____________________________________________________________________________
22515 [  7304] By: gsar                                  on 2000/10/16  06:13:10
22516         Log: integrate changes#6077..6083 from mainline
22517              
22518              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
22519              and Tom Phoenix)
22520              
22521              workaround for CRT bug in chdir() (from Charles Lane, via
22522              Peter Prymmer)
22523              
22524              remove outdated kludge in Carp (NULLs are permitted in diagnostics
22525              now)
22526              
22527              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
22528              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
22529              
22530              better default perlbug categories for ok reports (from Richard Foley)
22531              
22532              peek.t non-portable to ithreads
22533              
22534              note about undocumented caller() return value (from M.J.T. Guy);
22535              yet another peek.t tweak
22536      Branch: maint-5.6/perl
22537           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22538           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
22539           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
22540           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
22541           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
22542           !> vms/vmsish.h
22543 ____________________________________________________________________________
22544 [  7303] By: gsar                                  on 2000/10/16  06:03:18
22545         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
22546              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
22547              
22548              &HUGE_VAL is not defined, it exists.
22549              
22550              Do not warn that an infinity does not look like a number.
22551              
22552              Rewrite the pwent/spent logic to be a little bit more clearer.
22553              
22554              Continue on the pwent/spent case.
22555              
22556              Correct Freudian slip.
22557              
22558              Use HUGE_VALL if applicable.
22559              
22560              pwent/spent #ifdef imbalance.
22561              
22562              Infinite problems.
22563              
22564              Call getspnam() only iff needd.
22565              
22566              Test both the scalar and list contexts.
22567              
22568              Use setxxent()/endxxent().
22569              
22570              Complex tweakery.
22571              
22572              Unicos hint tweak.
22573              
22574              Be more forgiving in POSIX about HUGE_VALL.
22575              
22576              Detypo.
22577              
22578              The search of infinity continues, this time simplified.
22579              
22580              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
22581              in natively 64-bit platforms where a long is a quad (no need
22582              for long longs).  Also added bias for IVs.
22583              
22584              Complex tweaks.
22585              
22586              Introduce t/lib/peek.t.
22587              
22588              Make the test more portable.
22589      Branch: maint-5.6/perl
22590           +> t/lib/peek.t
22591            ! pp_sys.c
22592           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
22593           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
22594           !> t/op/pwent.t toke.c util.c
22595 ____________________________________________________________________________
22596 [  7302] By: gsar                                  on 2000/10/16  05:03:37
22597         Log: integrate changes#6066..6071 from mainline
22598              
22599              s/END/CHECK/
22600              
22601              replace direct call to sighandler() with (*PL_sighandlerp)()
22602              
22603              note about values()
22604              
22605              File::Spec compatibility update (from Barrie Slaymaker
22606              <barries@slaysys.com>)
22607              
22608              remove misleading comment (from M.J.T. Guy)
22609              
22610              misformatted perllocal.pod (from Tim Jenness
22611              <t.jenness@jach.hawaii.edu>)
22612      Branch: maint-5.6/perl
22613           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
22614           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
22615           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
22616           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
22617 ____________________________________________________________________________
22618 [  7301] By: gsar                                  on 2000/10/16  05:00:08
22619         Log: integrate changes#6061..6063 from mainline
22620              
22621              change#5921 neglected to make eq honor "use bytes"
22622              
22623              additional tests for utf8.t
22624              
22625              tokeq() could read unallocated field in argument
22626      Branch: maint-5.6/perl
22627           !> sv.c t/pragma/utf8.t toke.c
22628 ____________________________________________________________________________
22629 [  7300] By: gsar                                  on 2000/10/16  04:56:54
22630         Log: integrate changes#6046,6048,6057,6058 from mainline
22631              
22632              libscheck has insufficient checks for n32 libs (from
22633              Albert Chin-A-Young <china@thewrittenword.com>)
22634              
22635              add note about how $( doesn't interpolate in REs (from
22636              Philip Newton <newton@ficus.frogspace.net>)
22637              
22638              fix broken parsing of /\x{ab}/
22639              
22640              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
22641              (spotted by Donald Kinzer <dkinzer@premia.com>)
22642      Branch: maint-5.6/perl
22643           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
22644           !> t/pragma/utf8.t
22645 ____________________________________________________________________________
22646 [  7299] By: gsar                                  on 2000/10/16  04:52:50
22647         Log: integrate change#6044 from mainline
22648              
22649              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
22650              such that underscores are only ignored in literal numbers,
22651              "\x{...}", and hex/oct argument
22652      Branch: maint-5.6/perl
22653           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
22654 ____________________________________________________________________________
22655 [  7298] By: gsar                                  on 2000/10/16  04:50:53
22656         Log: integrate changes#6027..6043 from mainline
22657              
22658              podlators-1.02 update (from Russ Allbery)
22659              
22660              Pod::Man generates groff-incompatible macro definition (from
22661              Tom Christiansen)
22662              
22663              add CGI.pm v2.66 (from Lincoln Stein)
22664              
22665              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
22666              for @- and @+ (from Johan Vromans)
22667              
22668              small nits in diagnostics.pm (from Robin Barker)
22669              
22670              whitespace adjustments
22671              
22672              missing files in MANIFEST
22673              
22674              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
22675              to compensate
22676              
22677              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
22678              
22679              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
22680      Branch: maint-5.6/perl
22681           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
22682           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
22683           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
22684           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
22685           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
22686           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
22687           !> t/lib/cgi-html.t t/lib/cgi-request.t
22688 ____________________________________________________________________________
22689 [  7297] By: gsar                                  on 2000/10/16  04:44:30
22690         Log: integrate change#6025 from mainline
22691              
22692              Is{Alnum,Alpha,Word} don't match titlecase
22693              TODO: IsSpace is defined recursively!
22694              (both spotted by Larry)
22695      Branch: maint-5.6/perl
22696           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
22697           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
22698 ____________________________________________________________________________
22699 [  7296] By: gsar                                  on 2000/10/16  04:39:30
22700         Log: integrate change#6023 from mainline
22701              
22702              debugger stomps on $. (from M.J.T. Guy)
22703      Branch: maint-5.6/perl
22704           !> lib/perl5db.pl
22705 ____________________________________________________________________________
22706 [  7295] By: gsar                                  on 2000/10/16  04:38:02
22707         Log: integrate change#6022 from mainline
22708              
22709              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
22710      Branch: maint-5.6/perl
22711           !> sv.c
22712 ____________________________________________________________________________
22713 [  7294] By: gsar                                  on 2000/10/16  04:37:05
22714         Log: integrate changes#6018..6021 from mainline
22715              
22716              make lib/syslog.t portable to systems that don't have _PATH_LOG,
22717              make _PATH_LOG() return "" if unavailable
22718              
22719              windows portability tweaks
22720              
22721              test tweak
22722              
22723              remove Win2K issue in pod (fixed by change#6020)
22724      Branch: maint-5.6/perl
22725           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
22726           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
22727           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
22728 ____________________________________________________________________________
22729 [  7293] By: gsar                                  on 2000/10/16  04:20:00
22730         Log: integrate changes#6013..6015 from mainline
22731              
22732              tweak change#5945 to display correct switch name in diagnostic
22733              
22734              glob() loading File::Glob behind the scenes may cause syntax errors
22735              
22736              tweak test for portability
22737      Branch: maint-5.6/perl
22738           !> op.c perl.c pod/perldiag.pod t/lib/b.t
22739 ____________________________________________________________________________
22740 [  7292] By: gsar                                  on 2000/10/16  04:18:11
22741         Log: integrate changes#6005..6010 from mainline, cfgperl
22742              
22743              perldoc might fail via "use blib" (from Hugo van der Sanden)
22744              
22745              Regen Configure.
22746              
22747              note about compile failures and END blocks (from M.J.T. Guy)
22748              
22749              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
22750              
22751              (change#6009 integrated earlier in change#7255)
22752              
22753              clarify note about shadow password support (from
22754              gellyfish@gellyfish.com)
22755      Branch: maint-5.6/perl
22756           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22757           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
22758           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
22759 ____________________________________________________________________________
22760 [  7291] By: gsar                                  on 2000/10/16  04:12:03
22761         Log: integrate changes#6002,6003 from mainline
22762              
22763              destructive sv_setsv() can lose UV-ness from source, causing
22764              numeric promotions/comparisons to fail to do the right thing
22765              
22766              allow REG_EXPAND_SZ keys in Windows registry (from
22767              John Clayton <John.Clayton@barclayscapital.com>)
22768      Branch: maint-5.6/perl
22769           !> sv.c win32/win32.c
22770 ____________________________________________________________________________
22771 [  7290] By: gsar                                  on 2000/10/16  04:10:19
22772         Log: integrate change#6001 from mainline
22773              
22774              support additional library locations via $Config{otherlibdirs}
22775              (from Andy Dougherty)
22776      Branch: maint-5.6/perl
22777           !> Configure INSTALL Porting/Glossary Porting/config.sh
22778           !> Porting/config_H config_h.SH epoc/config.sh perl.c
22779           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
22780           !> win32/config.bc win32/config.gc win32/config.vc
22781 ____________________________________________________________________________
22782 [  7289] By: gsar                                  on 2000/10/16  04:08:28
22783         Log: integrate change#5999 from mainline
22784              
22785              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
22786      Branch: maint-5.6/perl
22787           !> t/pragma/warn/toke toke.c
22788 ____________________________________________________________________________
22789 [  7288] By: gsar                                  on 2000/10/16  04:07:01
22790         Log: integrate changes#5997,5998 from cfgperl
22791              
22792              Preserve $!.
22793              
22794              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
22795      Branch: maint-5.6/perl
22796           !> lib/Math/Complex.pm
22797 ____________________________________________________________________________
22798 [  7287] By: gsar                                  on 2000/10/16  04:04:37
22799         Log: integrate change#5995 from mainline
22800              
22801              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
22802      Branch: maint-5.6/perl
22803           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
22804 ____________________________________________________________________________
22805 [  7286] By: gsar                                  on 2000/10/16  04:03:21
22806         Log: integrate change#5994 from mainline
22807              
22808              fix for missed accounting for null byte in pack("Z",...) (from
22809              M.J.T. Guy)
22810      Branch: maint-5.6/perl
22811           !> pp.c t/op/pack.t
22812 ____________________________________________________________________________
22813 [  7285] By: gsar                                  on 2000/10/16  04:02:11
22814         Log: integrate changes#5989..5993 from mainline
22815              
22816              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
22817              itself and no other (from Tom Hughes)
22818              
22819              use $ENV{LIB} to search for libs under Visual C compiler
22820              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
22821              
22822              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
22823              
22824              pod nit (from Simon Cozens)
22825              
22826              various minor tweaks seen on p5p
22827      Branch: maint-5.6/perl
22828           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
22829           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
22830           !> t/op/array.t toke.c
22831 ____________________________________________________________________________
22832 [  7284] By: gsar                                  on 2000/10/16  03:59:00
22833         Log: integrate changes#5978..5988 from mainline
22834              
22835              sync version numbers in File::Spec with the ones on CPAN
22836              (from Barrie Slaymaker)
22837              
22838              under useithreads, constant pad entries could inadvertantly be
22839              shared across threads (from Eric Blood <eblood@xmission.com>);
22840              added Eric's test case to testsuite
22841              
22842              allow Configure -S to run non-interactively (spotted by Greg Hudson
22843              <ghudson@mit.edu>)
22844              
22845              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
22846              prototype mismatch with CORE::glob(); update pod and tests to
22847              suit (File::Glob::glob() is still available for backward
22848              compatibility, but should be considered deprecated)
22849              
22850              avoid error in IO::Socket::INET when given an unknown service name
22851              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
22852              
22853              numeric conversion of non-number in change#3378 tramples on
22854              OOK offset, causing segfaults
22855              
22856              attributes::reftype() doesn't work on tied argument
22857              
22858              forked child may not exit correctly if it failed to open
22859              /dev/console (from Graham Barr)
22860              
22861              add regular expressions tutorial and quick-start guide (from
22862              Mark Kvale <kvale@phy.ucsf.edu>)
22863              
22864              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
22865              
22866              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
22867              <paul@miraclefish.com>)
22868      Branch: maint-5.6/perl
22869           +> pod/perlrequick.pod pod/perlretut.pod
22870           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
22871           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
22872           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
22873           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
22874           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
22875           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22876           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
22877           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
22878 ____________________________________________________________________________
22879 [  7283] By: gsar                                  on 2000/10/16  03:52:14
22880         Log: integrate change#5977 from mainline
22881              
22882              autoquote barewords followed by newline and arrow properly
22883              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
22884      Branch: maint-5.6/perl
22885           !> t/pragma/warn/toke toke.c
22886 ____________________________________________________________________________
22887 [  7282] By: gsar                                  on 2000/10/16  03:50:48
22888         Log: integrate change#5976 from mainline
22889              
22890              DB_File v1.73 update (from Paul Marquess)
22891      Branch: maint-5.6/perl
22892           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
22893           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
22894 ____________________________________________________________________________
22895 [  7281] By: gsar                                  on 2000/10/16  03:49:14
22896         Log: integrate change#5975 from mainline
22897              
22898              allow sort() reentrancy (variant of patch suggested by
22899              Hugo van der Sanden)
22900      Branch: maint-5.6/perl
22901           !> pp_ctl.c t/op/sort.t
22902 ____________________________________________________________________________
22903 [  7280] By: gsar                                  on 2000/10/16  03:48:22
22904         Log: integrate change#5974 from mainline
22905              
22906              change#4197 somehow missed initializing PL_errors, meaning
22907              syntax error queueing wasn't working outside eval"" at all;
22908              also fixed eval"" to localize PL_error_count, so that compile-time
22909              eval's don't clobber the error state of the outer context
22910      Branch: maint-5.6/perl
22911           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
22912           !> t/pragma/warn/toke
22913 ____________________________________________________________________________
22914 [  7279] By: gsar                                  on 2000/10/16  03:46:21
22915         Log: integrate change#5973 from mainline
22916              
22917              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
22918      Branch: maint-5.6/perl
22919           !> regcomp.c regexec.c t/op/re_tests
22920 ____________________________________________________________________________
22921 [  7278] By: gsar                                  on 2000/10/16  03:44:54
22922         Log: integrate change#5971 from cfgperl
22923              
22924              Unicos tweaks from Mark P. Lutz.
22925      Branch: maint-5.6/perl
22926           !> hints/unicos.sh lib/Math/Complex.pm
22927 ____________________________________________________________________________
22928 [  7277] By: gsar                                  on 2000/10/16  03:42:59
22929         Log: integrate changes#5966..5970 from mainline
22930              
22931              add testsuite for B backends, fix bug in B::Deparse (from
22932              Simon Cozens <simon@brecon.co.uk>)
22933              
22934              improved docs on the warn_uninit diagnostic (from David Glasser
22935              and Simon Cozens)
22936              
22937              tolerate spaces in group names in test on solaris (from David Boyce
22938              <dsb@boyski.com>)
22939              
22940              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
22941              
22942              Data::Dumper fumbles negative numbers on 32-bit platforms where
22943              IV is >32bits
22944      Branch: maint-5.6/perl
22945           +> t/lib/b.t t/lib/syslog.t
22946           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
22947           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
22948           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
22949 ____________________________________________________________________________
22950 [  7276] By: gsar                                  on 2000/10/16  03:39:30
22951         Log: integrate change#5965 from mainline
22952              
22953              avoid "will not stay shared" warnings for our variables (from
22954              Robin Barker)
22955      Branch: maint-5.6/perl
22956           !> op.c t/pragma/warn/op
22957 ____________________________________________________________________________
22958 [  7275] By: gsar                                  on 2000/10/16  03:38:18
22959         Log: integrate change#5964 from mainline
22960              
22961              reformat to 72 columns (again)
22962      Branch: maint-5.6/perl
22963           !> pod/perldiag.pod
22964 ____________________________________________________________________________
22965 [  7274] By: gsar                                  on 2000/10/16  03:36:58
22966         Log: integrate change#5963 from mainline
22967              
22968              patch from Larry to make (\&) prototype work; added tests for
22969              the same
22970      Branch: maint-5.6/perl
22971           !> op.c t/comp/proto.t
22972 ____________________________________________________________________________
22973 [  7273] By: gsar                                  on 2000/10/16  03:35:51
22974         Log: integrate changes#5956..5962 from mainline
22975              
22976              better diagnostics on failed tests (from Ilya Zakharevich)
22977              
22978              pod nits (from A. C. Yardley <yardley@tanet.net>)
22979              
22980              change#3569 deleted some essential code, revert; avoid use of
22981              atexit() to make DynaLoader work properly on AIX under mod_perl
22982              (from Jens-Uwe Mager <jum@helios.de>)
22983              
22984              doubled words in pods (from Simon Cozens
22985              <simon.p.cozens@jp.pwcglobal.com>)
22986              
22987              better INSTALL notes on Solaris issues (from Dominic Dunlop)
22988              
22989              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
22990              
22991              updated README.hpux (from Jeff Okamoto)
22992      Branch: maint-5.6/perl
22993           !> INSTALL README.hpux emacs/cperl-mode.el
22994           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
22995           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
22996           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
22997           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
22998           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
22999           !> t/op/lex_assign.t
23000 ____________________________________________________________________________
23001 [  7272] By: gsar                                  on 2000/10/16  03:31:22
23002         Log: integrate change#5955 from mainline
23003              
23004              longstanding bug exposed by change#3307: sort arguments weren't
23005              compiled with the right wantarray context (ensuing runtime lookup
23006              via block_gimme() was getting the incidental context of the
23007              sort() itself)
23008      Branch: maint-5.6/perl
23009           !> op.c t/op/sort.t
23010 ____________________________________________________________________________
23011 [  7271] By: gsar                                  on 2000/10/16  03:29:11
23012         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
23013              branch
23014              
23015              Flatten the cpp jungle doing the nosuid checking.
23016              
23017              Do not assume sign propagation. (from M.J.T. Guy)
23018              
23019              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
23020              
23021              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
23022              Now pp_ncmp() returns undef is either operand is a NaN.
23023              
23024              On second thoughts frexp() does have two arguments.
23025              
23026              Document that tr() is not tr(1).
23027              
23028              Be more robust on "extreme" (large absolute value)
23029              arguments.  Originally reported by Daniel Connelly
23030              as a problem with asinh() on large negative arguments,
23031              asinh() used to bail out because an argument to log()
23032              ended up being zero.  Ilya Zakharevich proposed using
23033              Taylor's series in such cases, which for such large
23034              arguments is a very good approximation.
23035              
23036              Undo "use integer" addition from 64bitint as it seems
23037              to break most of the subtests in Digital UNIX;
23038              Unicos needs to find another way.
23039      Branch: maint-5.6/perl
23040           !> (integrate 29 files)
23041 ____________________________________________________________________________
23042 [  7270] By: gsar                                  on 2000/10/16  03:09:44
23043         Log: integrate changes#5948,5949,5950 from mainline
23044              
23045              typo in vars.pm that leads to cryptic message (from Piotr
23046              Piatkowski <kompas@kompas.usr.onet.pl>)
23047              
23048              make perldoc use the pod2man from the same version (from
23049              M.J.T. Guy)
23050              
23051              reformat perldiag to avoid long lines
23052      Branch: maint-5.6/perl
23053           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
23054 ____________________________________________________________________________
23055 [  7269] By: gsar                                  on 2000/10/16  03:05:54
23056         Log: integrate change#5947 from mainline
23057              
23058              use &dl_error rather than &dl_load_file as the guard for calling
23059              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
23060              statically built perl)
23061      Branch: maint-5.6/perl
23062           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
23063 ____________________________________________________________________________
23064 [  7268] By: gsar                                  on 2000/10/16  03:04:48
23065         Log: integrate change#5945 from mainline
23066              
23067              make module name mandatory after -M switch; reorder perldiag
23068              alphabetically (from Mark-Jason Dominus)
23069      Branch: maint-5.6/perl
23070           !> perl.c pod/perldiag.pod
23071 ____________________________________________________________________________
23072 [  7267] By: gsar                                  on 2000/10/16  03:03:01
23073         Log: integrate change#5939 from mainline
23074              
23075              more pod nits (from Larry Virden)
23076      Branch: maint-5.6/perl
23077           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
23078           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
23079           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
23080 ____________________________________________________________________________
23081 [  7266] By: gsar                                  on 2000/10/16  03:01:39
23082         Log: integrate change#5938 from mainline
23083              
23084              Consolidated B::Deparse fixes (from Stephen McCamant)
23085      Branch: maint-5.6/perl
23086           !> ext/B/B/Deparse.pm
23087 ____________________________________________________________________________
23088 [  7265] By: gsar                                  on 2000/10/16  03:00:43
23089         Log: integrate change#5936 from mainline
23090              
23091              additional tests for change#7263 (from Paul Marquess)
23092      Branch: maint-5.6/perl
23093           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
23094           !> t/pragma/warn/5nolint t/pragma/warn/6default
23095 ____________________________________________________________________________
23096 [  7264] By: gsar                                  on 2000/10/16  02:58:34
23097         Log: integrate change#5934 from mainline
23098              
23099              propagate lexical warnings from surrounding scope correctly
23100              within string eval() (from Paul Marquess)
23101      Branch: maint-5.6/perl
23102           !> pp_ctl.c t/pragma/warn/pp_ctl
23103 ____________________________________________________________________________
23104 [  7263] By: gsar                                  on 2000/10/16  02:56:53
23105         Log: integrate change#5932 from mainline
23106              
23107              add rsignal(), whichsig() and do_join() to public API list
23108              (mod_perl uses them to good advantage)
23109      Branch: maint-5.6/perl
23110           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
23111 ____________________________________________________________________________
23112 [  7262] By: gsar                                  on 2000/10/16  02:55:53
23113         Log: integrate change#5931 from mainline
23114              
23115              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
23116      Branch: maint-5.6/perl
23117           !> pp_hot.c regexec.c t/op/pat.t
23118 ____________________________________________________________________________
23119 [  7261] By: gsar                                  on 2000/10/16  02:55:01
23120         Log: integrate change#5930 from mainline
23121              
23122              small os390 tweaks (from Peter Prymmer)
23123      Branch: maint-5.6/perl
23124           !> config_h.SH makedepend.SH
23125 ____________________________________________________________________________
23126 [  7260] By: gsar                                  on 2000/10/16  02:54:10
23127         Log: integrate change#5929 from mainline
23128              
23129              pod nits
23130      Branch: maint-5.6/perl
23131           !> pod/perlguts.pod
23132 ____________________________________________________________________________
23133 [  7259] By: gsar                                  on 2000/10/16  02:52:55
23134         Log: integrate change#5927 from mainline
23135              
23136              arrange for next() to resume at the unstack op rather than the
23137              loop conditional, so that scope cleanup happens correctly
23138              (from Stephen McCamant)
23139      Branch: maint-5.6/perl
23140           !> op.c pp_ctl.c t/op/misc.t
23141 ____________________________________________________________________________
23142 [  7258] By: gsar                                  on 2000/10/16  02:51:38
23143         Log: integrate change#5926 from mainline
23144              
23145              on windows, reserve 16M of stack rather than 128M (allows more
23146              threads to run concurrently)
23147      Branch: maint-5.6/perl
23148           !> win32/Makefile win32/makefile.mk
23149 ____________________________________________________________________________
23150 [  7257] By: gsar                                  on 2000/10/16  02:50:37
23151         Log: integrate change#5925 from mainline
23152              
23153              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
23154      Branch: maint-5.6/perl
23155           !> toke.c
23156 ____________________________________________________________________________
23157 [  7256] By: gsar                                  on 2000/10/16  02:49:36
23158         Log: integrate change#5924 from mainline
23159              
23160              avoid using uninitialized memory in require version check
23161      Branch: maint-5.6/perl
23162           !> pp_ctl.c universal.c
23163 ____________________________________________________________________________
23164 [  7255] By: gsar                                  on 2000/10/16  02:48:03
23165         Log: integrate changes#5923,5928,6009 from mainline
23166              
23167              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
23168      Branch: maint-5.6/perl
23169           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
23170 ____________________________________________________________________________
23171 [  7254] By: gsar                                  on 2000/10/16  02:44:46
23172         Log: integrate change#5922 from mainline
23173              
23174              commentary about IoTYPE() (from Nathan Torkington)
23175      Branch: maint-5.6/perl
23176           !> sv.h
23177 ____________________________________________________________________________
23178 [  7253] By: gsar                                  on 2000/10/16  02:43:49
23179         Log: integrate change#5921 from mainline
23180              
23181              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
23182      Branch: maint-5.6/perl
23183           !> sv.c t/lib/charnames.t t/pragma/utf8.t
23184 ____________________________________________________________________________
23185 [  7252] By: gsar                                  on 2000/10/16  02:42:31
23186         Log: integrate change#5920 from mainline
23187              
23188              Larry's fix for buggy propagation of utf8-ness in join(); add test
23189      Branch: maint-5.6/perl
23190           !> doop.c t/op/ver.t
23191 ____________________________________________________________________________
23192 [  7251] By: gsar                                  on 2000/10/16  02:41:14
23193         Log: integrate changes#5915..5919 from mainline
23194              
23195              various (pod tweaks &c)
23196      Branch: maint-5.6/perl
23197           !> (integrate 33 files)
23198 ____________________________________________________________________________
23199 [  7250] By: gsar                                  on 2000/10/16  02:38:16
23200         Log: integrate change#5914 from mainline
23201              
23202              caller() wasn't returning the right number of elements for
23203              eval {...}
23204      Branch: maint-5.6/perl
23205           !> pp_ctl.c t/pragma/warn/9enabled
23206 ____________________________________________________________________________
23207 [  7249] By: gsar                                  on 2000/10/16  02:37:02
23208         Log: integrate change#5913 from mainline
23209              
23210              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
23211              (from Mark-Jason Dominus)
23212      Branch: maint-5.6/perl
23213           !> pod/perlfunc.pod
23214 ____________________________________________________________________________
23215 [  7248] By: gsar                                  on 2000/10/16  02:35:58
23216         Log: integrate change#5912 from mainline
23217              
23218              fix totally broken caching in UNIVERSAL::isa() (from
23219              Nick Ing-Simmons)
23220      Branch: maint-5.6/perl
23221           !> t/op/universal.t universal.c
23222 ____________________________________________________________________________
23223 [  7247] By: gsar                                  on 2000/10/16  02:34:27
23224         Log: integrate changes#5910,5911 from mainline
23225              
23226              typo in pod
23227              
23228              add linebreak properties from unicode/LineBrk.txt (from
23229              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
23230      Branch: maint-5.6/perl
23231           +> (branch 29 files)
23232           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
23233 ____________________________________________________________________________
23234 [  7246] By: gsar                                  on 2000/10/16  02:33:29
23235         Log: integrate change#5909 from mainline
23236              
23237              mode argument to do_binmode() should be file mode, not boolean
23238      Branch: maint-5.6/perl
23239           !> pp_sys.c
23240 ____________________________________________________________________________
23241 [  7245] By: gsar                                  on 2000/10/16  02:31:04
23242         Log: integrate change#5908 from mainline
23243              
23244              introduce illegal symbols into null package so that
23245              gv_fetchpv(...,TRUE) always returns a valid GV even when the
23246              symbol is trapped by strictures (avoids coredumps)
23247      Branch: maint-5.6/perl
23248           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
23249           !> t/pragma/strict-vars
23250 ____________________________________________________________________________
23251 [  7244] By: jhi                                   on 2000/10/16  02:29:54
23252         Log: Subject: $Carp::ExportLevel confusion in Exporter
23253              From: "Ben Tilly" <ben_tilly@hotmail.com>
23254              Date: Sat, 14 Oct 2000 16:44:34 EDT
23255              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
23256      Branch: perl
23257            ! lib/Exporter/Heavy.pm
23258 ____________________________________________________________________________
23259 [  7243] By: jhi                                   on 2000/10/16  02:28:33
23260         Log: Subject: [PATCH perlguts.pod] Document offset hack
23261              From: Simon Cozens <simon@cozens.net>
23262              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
23263              Date: Sat, 14 Oct 2000 19:32:25 +0100
23264      Branch: perl
23265            ! pod/perlguts.pod
23266 ____________________________________________________________________________
23267 [  7242] By: gsar                                  on 2000/10/16  02:26:51
23268         Log: integrate changes#5905,5906,5907,6064 from mainline
23269              
23270              printf/sprintf didn't get quad types right under use64bitint
23271      Branch: maint-5.6/perl
23272           !> pp_sys.c sv.c t/op/64bitint.t
23273 ____________________________________________________________________________
23274 [  7241] By: jhi                                   on 2000/10/16  02:22:44
23275         Log: Subject: small pod patch
23276              From: Dan Boorstein <dan_boo@bellsouth.net>
23277              Date: Sat, 14 Oct 2000 14:29:24 -0400
23278              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
23279      Branch: perl
23280            ! pod/perlfaq7.pod pod/perlmod.pod
23281 ____________________________________________________________________________
23282 [  7240] By: jhi                                   on 2000/10/16  02:13:46
23283         Log: -w cleanup.
23284              
23285              Subject: Re: Problems with bleadperl 
23286              From: "Stephen P. Potter" <spp@ds.net>
23287              Date: Fri, 13 Oct 2000 13:32:49 -0400
23288              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
23289      Branch: perl
23290            ! t/pragma/overload.t
23291 ____________________________________________________________________________
23292 [  7239] By: jhi                                   on 2000/10/16  01:41:18
23293         Log: One more ~utf8 tweak.
23294      Branch: perl
23295            ! t/op/bop.t
23296 ____________________________________________________________________________
23297 [  7238] By: jhi                                   on 2000/10/16  01:34:14
23298         Log: Tweak the test of #7235.
23299      Branch: perl
23300            ! t/op/bop.t
23301 ____________________________________________________________________________
23302 [  7237] By: jhi                                   on 2000/10/16  01:25:04
23303         Log: Fix a couple of compiler-noted nits in #7235.
23304      Branch: perl
23305            ! pp.c
23306 ____________________________________________________________________________
23307 [  7236] By: jhi                                   on 2000/10/16  01:22:46
23308         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
23309      Branch: perl
23310            ! pp.c pp_hot.c
23311 ____________________________________________________________________________
23312 [  7235] By: jhi                                   on 2000/10/15  16:24:44
23313         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
23314              
23315              From: Simon Cozens <simon@cozens.net>
23316              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
23317              Date: Sat, 14 Oct 2000 20:52:13 +0100
23318              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
23319      Branch: perl
23320            ! pp.c t/op/bop.t utf8.h
23321 ____________________________________________________________________________
23322 [  7234] By: jhi                                   on 2000/10/15  15:19:29
23323         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
23324              The problem was that rx->minlen was in chars while pp_split()
23325              thought it would be in bytes. 
23326      Branch: perl
23327            ! pp.c t/pragma/utf8.t
23328 ____________________________________________________________________________
23329 [  7233] By: jhi                                   on 2000/10/14  20:24:24
23330         Log: Document FNCASE=y as discussed in the bug 20000902.009.
23331      Branch: perl
23332            ! README.dos
23333 ____________________________________________________________________________
23334 [  7232] By: jhi                                   on 2000/10/14  18:52:21
23335         Log: Add test for bug id 20000427.003 (which seems to have
23336              been fixed) (also duplicate as 20000427.004, though
23337              with a higher severity).  Move one utf8 from op/append
23338              to pragma/utf8, tag the tests with bug ids.
23339      Branch: perl
23340            ! t/op/append.t t/pragma/utf8.t
23341 ____________________________________________________________________________
23342 [  7231] By: jhi                                   on 2000/10/14  17:28:37
23343         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
23344      Branch: perl
23345            ! t/pragma/utf8.t
23346 ____________________________________________________________________________
23347 [  7230] By: jhi                                   on 2000/10/14  14:24:50
23348         Log: Needs to be conditional on SunOS 4.
23349              
23350              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
23351              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23352              Date: Sat, 14 Oct 2000 13:37:49 +0100
23353              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
23354      Branch: metaconfig/U/perl
23355            ! End.U
23356      Branch: perl
23357            ! Configure myconfig.SH pod/perldelta.pod
23358 ____________________________________________________________________________
23359 [  7229] By: jhi                                   on 2000/10/14  00:49:22
23360         Log: Update Changes.
23361      Branch: perl
23362            ! Changes patchlevel.h
23363 ____________________________________________________________________________
23364 [  7228] By: jhi                                   on 2000/10/14  00:46:10
23365         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
23366              From: Peter Prymmer <pvhp@forte.com>
23367              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
23368              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
23369      Branch: perl
23370            ! lib/utf8.pm
23371 ____________________________________________________________________________
23372 [  7227] By: jhi                                   on 2000/10/13  23:20:30
23373         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
23374      Branch: perl
23375            ! t/op/tie.t
23376 ____________________________________________________________________________
23377 [  7226] By: jhi                                   on 2000/10/13  22:14:32
23378         Log: Tweak #7225.
23379              
23380              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
23381              From: Peter Prymmer <pvhp@forte.com>
23382              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
23383              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
23384      Branch: perl
23385            ! t/op/sprintf.t
23386 ____________________________________________________________________________
23387 [  7225] By: jhi                                   on 2000/10/13  22:11:31
23388         Log: op/sprintf.t patch for OS/390 (and any other host with limited
23389              floating-point exponent length)
23390              
23391              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
23392              From: Dominic Dunlop <domo@computer.org>
23393              Date: Fri, 13 Oct 2000 19:17:57 +0200
23394              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
23395      Branch: perl
23396            ! t/op/sprintf.t
23397 ____________________________________________________________________________
23398 [  7224] By: jhi                                   on 2000/10/13  18:40:48
23399         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
23400      Branch: perl
23401            ! toke.c
23402 ____________________________________________________________________________
23403 [  7223] By: jhi                                   on 2000/10/13  18:37:13
23404         Log: Thinko in #7222.
23405      Branch: perl
23406            ! utf8.c
23407 ____________________________________________________________________________
23408 [  7222] By: jhi                                   on 2000/10/13  18:05:23
23409         Log: Use UTF8SKIP(), from Simon Cozens.
23410      Branch: perl
23411            ! utf8.c
23412 ____________________________________________________________________________
23413 [  7221] By: jhi                                   on 2000/10/13  15:43:19
23414         Log: (accidentally empty check-in)
23415      Branch: perl
23416            ! utf8.c
23417 ____________________________________________________________________________
23418 [  7220] By: jhi                                   on 2000/10/13  15:23:51
23419         Log: Add (optimistically) Storable to static extensions.
23420      Branch: perl
23421            ! hints/uwin.sh hints/vmesa.sh
23422 ____________________________________________________________________________
23423 [  7219] By: jhi                                   on 2000/10/13  15:20:05
23424         Log: Amdahl UTS doesn't seem to do dynaloading.
23425      Branch: perl
23426            ! hints/uts.sh
23427 ____________________________________________________________________________
23428 [  7218] By: jhi                                   on 2000/10/13  15:15:20
23429         Log: Slight tweak of the code to appease Amdahl UTS cc.
23430      Branch: perl
23431            ! pp.c
23432 ____________________________________________________________________________
23433 [  7217] By: jhi                                   on 2000/10/13  14:50:42
23434         Log: In Amdahl UTS "struct sv" is defined by a system header,
23435              <ksync.h>.
23436      Branch: perl
23437            ! perl.h sv.h
23438 ____________________________________________________________________________
23439 [  7216] By: jhi                                   on 2000/10/13  11:58:25
23440         Log: Ilya implemented the memory profiling API.
23441      Branch: perl
23442            ! Todo
23443 ____________________________________________________________________________
23444 [  7215] By: jhi                                   on 2000/10/13  02:56:38
23445         Log: Subject: [PATCH 5.7.0] Perl API for mstats
23446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23447              Date: Thu, 12 Oct 2000 22:52:40 -0400
23448              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
23449      Branch: perl
23450            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
23451 ____________________________________________________________________________
23452 [  7214] By: jhi                                   on 2000/10/13  02:55:38
23453         Log: Subject: [PATCH 5.7.0] IVs in mtats
23454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23455              Date: Thu, 12 Oct 2000 22:51:04 -0400
23456              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
23457      Branch: perl
23458            ! malloc.c perl.h
23459 ____________________________________________________________________________
23460 [  7213] By: jhi                                   on 2000/10/13  02:31:47
23461         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
23462      Branch: perl
23463            ! pod/perldiag.pod pp_sys.c
23464 ____________________________________________________________________________
23465 [  7212] By: jhi                                   on 2000/10/13  01:27:38
23466         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
23467              From: Peter Prymmer <pvhp@forte.com>
23468              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
23469              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
23470      Branch: perl
23471            ! t/op/oct.t
23472 ____________________________________________________________________________
23473 [  7211] By: jhi                                   on 2000/10/13  00:35:09
23474         Log: Update Changes.
23475      Branch: perl
23476            ! Changes patchlevel.h
23477 ____________________________________________________________________________
23478 [  7210] By: jhi                                   on 2000/10/12  23:59:40
23479         Log: The Install.pm third of
23480              
23481              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
23482              From: Bill Campbell <bill@celestial.com>
23483              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
23484              Date: Thu, 5 Oct 2000 18:04:51 -0700
23485      Branch: perl
23486            ! lib/ExtUtils/Install.pm
23487 ____________________________________________________________________________
23488 [  7209] By: jhi                                   on 2000/10/12  23:58:43
23489         Log: Two thirds of
23490              
23491              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
23492              Date: Thu, 5 Oct 2000 18:04:51 -0700
23493              From: Bill Campbell <bill@celestial.com>
23494              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
23495              
23496              The Install.pm changes will be submitted separately because
23497              they need some work and discussion still.
23498      Branch: perl
23499            ! lib/getopts.pl lib/termcap.pl
23500 ____________________________________________________________________________
23501 [  7208] By: jhi                                   on 2000/10/12  23:41:19
23502         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
23503              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23504              Date:     Thu, 12 Oct 2000 07:30:02 EDT
23505              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
23506      Branch: perl
23507            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
23508            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
23509 ____________________________________________________________________________
23510 [  7207] By: jhi                                   on 2000/10/12  23:39:01
23511         Log: An updated EBCDIC tr patch.
23512              
23513              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
23514              From: Peter Prymmer <pvhp@forte.com>
23515              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
23516              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
23517      Branch: perl
23518            ! t/op/tr.t
23519 ____________________________________________________________________________
23520 [  7206] By: jhi                                   on 2000/10/12  23:34:55
23521         Log: Upgrade to CPAN 1.58, from Andreas König.
23522      Branch: perl
23523            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23524 ____________________________________________________________________________
23525 [  7205] By: jhi                                   on 2000/10/12  23:29:08
23526         Log: Introduce the man[24-8] variables, from Andy Dougherty.
23527      Branch: metaconfig/U/perl
23528            + mandirs.U mandirstyle.U
23529      Branch: perl
23530            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23531            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
23532            ! vos/config.h vos/config.pl vos/config_h.SH_orig
23533            ! win32/config.bc win32/config.gc win32/config.vc
23534 ____________________________________________________________________________
23535 [  7204] By: gsar                                  on 2000/10/12  18:11:24
23536         Log: restore change#7202
23537      Branch: perl
23538            ! mg.c
23539 ____________________________________________________________________________
23540 [  7203] By: gsar                                  on 2000/10/12  18:09:40
23541         Log: another test of the Emergency Broadcast System--back out 
23542              change#7202
23543      Branch: perl
23544            ! mg.c
23545 ____________________________________________________________________________
23546 [  7202] By: gsar                                  on 2000/10/12  16:40:47
23547         Log: (submitted on behalf of Jarkko)
23548              Fix the lib/encode.t subtest 6 failure as reported by Andreas
23549              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
23550              was unearthed by change 7182, as was a bug in HTML::Entities.
23551      Branch: perl
23552            ! mg.c
23553 ____________________________________________________________________________
23554 [  7201] By: jhi                                   on 2000/10/11  03:16:05
23555         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
23556      Branch: perl
23557            ! pp_hot.c t/pragma/utf8.t
23558 ____________________________________________________________________________
23559 [  7200] By: jhi                                   on 2000/10/11  00:40:30
23560         Log: The #7198 was a false alarm.
23561      Branch: perl
23562            ! pp_hot.c
23563 ____________________________________________________________________________
23564 [  7199] By: jhi                                   on 2000/10/11  00:26:04
23565         Log: Remove duplicated code.
23566      Branch: perl
23567            ! t/lib/cgi-html.t
23568 ____________________________________________________________________________
23569 [  7198] By: jhi                                   on 2000/10/10  23:30:46
23570         Log: (Retracted by #7200.)
23571      Branch: perl
23572            ! pp_hot.c
23573 ____________________________________________________________________________
23574 [  7197] By: jhi                                   on 2000/10/10  21:49:30
23575         Log: Add the test case for #7190, from the original bug report
23576              by Andreas König.
23577      Branch: perl
23578            ! t/pragma/utf8.t
23579 ____________________________________________________________________________
23580 [  7196] By: jhi                                   on 2000/10/10  21:40:49
23581         Log: Reapply Andy's patch and regen Configure.
23582      Branch: perl
23583            ! Configure INSTALL Makefile.SH Porting/Glossary
23584            ! Porting/config.sh config_h.SH epoc/config.sh installperl
23585            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
23586            ! win32/config.vc
23587 ____________________________________________________________________________
23588 [  7195] By: jhi                                   on 2000/10/10  21:09:30
23589         Log: Use the versiononly instead of the installscripts,
23590              retract the changes 7146 and 7147.
23591      Branch: perl
23592            ! Configure INSTALL Makefile.SH Porting/Glossary
23593            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
23594            ! installperl uconfig.sh vos/config.def win32/config.bc
23595            ! win32/config.gc win32/config.vc
23596 ____________________________________________________________________________
23597 [  7194] By: jhi                                   on 2000/10/10  21:06:15
23598         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
23599              From: Peter Prymmer <pvhp@forte.com>
23600              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
23601              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
23602      Branch: perl
23603            ! t/op/ver.t
23604 ____________________________________________________________________________
23605 [  7193] By: jhi                                   on 2000/10/10  21:05:12
23606         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
23607              From: Peter Prymmer <pvhp@forte.com>
23608              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
23609              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
23610      Branch: perl
23611            ! t/op/tr.t
23612 ____________________________________________________________________________
23613 [  7192] By: jhi                                   on 2000/10/10  20:57:30
23614         Log: Add versiononly, delete installscripts, from Andy Dougherty.
23615      Branch: metaconfig
23616            - U/installdirs/installscripts.U
23617      Branch: metaconfig/U/perl
23618            + versiononly.U
23619 ____________________________________________________________________________
23620 [  7191] By: jhi                                   on 2000/10/10  19:41:21
23621         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
23622              From: Peter Prymmer <pvhp@forte.com>
23623              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
23624              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
23625      Branch: perl
23626            ! pod/perlebcdic.pod
23627 ____________________________________________________________________________
23628 [  7190] By: jhi                                   on 2000/10/10  19:26:14
23629         Log: Subject: Re: utf8 concat, mg_get
23630              From: Simon Cozens <simon@cozens.net>
23631              Date: Tue, 10 Oct 2000 17:40:17 +0100
23632              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
23633      Branch: perl
23634            ! pp_hot.c
23635 ____________________________________________________________________________
23636 [  7189] By: jhi                                   on 2000/10/10  19:23:03
23637         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
23638              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
23639              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
23640              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
23641      Branch: perl
23642            ! lib/ExtUtils/MM_Unix.pm
23643 ____________________________________________________________________________
23644 [  7188] By: jhi                                   on 2000/10/10  15:31:24
23645         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
23646              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
23647              Date: Fri, 14 Jul 2000 10:47:36 +0100
23648              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
23649      Branch: perl
23650            ! README.win32
23651 ____________________________________________________________________________
23652 [  7187] By: jhi                                   on 2000/10/10  13:30:10
23653         Log: Quote the temp file name, needed in Win32 because the
23654              default name unfortunately contains spaces, shouldn't
23655              hurt elsewhere.
23656              
23657              Subject: FW: perldoc fails if $TEMP contains spaces
23658              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
23659              Date: Thu, 14 Sep 2000 08:58:45 +0100
23660              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
23661      Branch: perl
23662            ! utils/perldoc.PL
23663 ____________________________________________________________________________
23664 [  7186] By: jhi                                   on 2000/10/10  13:16:27
23665         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
23666              From: hv@hugo.hybyte.com
23667              Date: Tue, 10 Oct 2000 14:10:20 +0100
23668              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
23669      Branch: perl
23670            ! t/lib/thr5005.t util.c
23671 ____________________________________________________________________________
23672 [  7185] By: jhi                                   on 2000/10/10  12:06:22
23673         Log: Upgrade to podlators 1.04, from Russ Allbery.
23674      Branch: perl
23675            ! lib/Pod/Man.pm lib/Pod/Text.pm
23676 ____________________________________________________________________________
23677 [  7184] By: jhi                                   on 2000/10/10  12:01:32
23678         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
23679      Branch: perl
23680            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
23681 ____________________________________________________________________________
23682 [  7183] By: jhi                                   on 2000/10/09  23:47:15
23683         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
23684              From: Peter Prymmer <pvhp@forte.com>
23685              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
23686              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
23687      Branch: perl
23688            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
23689 ____________________________________________________________________________
23690 [  7182] By: jhi                                   on 2000/10/09  23:43:16
23691         Log: Make eq work again with utf8 (disabling the upgrading
23692              should no more be necessary since the copies of the
23693              scalars are upgraded, not the scalars themselves).
23694              Takes care of ID 20001009.001.  (The claimed length()
23695              bug in 20001009.001 seems bogus to me.)
23696      Branch: perl
23697            ! sv.c t/pragma/utf8.t
23698 ____________________________________________________________________________
23699 [  7181] By: gsar                                  on 2000/10/09  19:41:54
23700         Log: tweak for change#7173
23701      Branch: perl
23702            ! win32/win32sck.c
23703 ____________________________________________________________________________
23704 [  7180] By: gsar                                  on 2000/10/09  19:26:56
23705         Log: on Windows, clean targets might not work under some flavors of the shell
23706      Branch: perl
23707            ! win32/Makefile win32/makefile.mk
23708 ____________________________________________________________________________
23709 [  7179] By: jhi                                   on 2000/10/09  19:21:02
23710         Log: Update Changes.
23711      Branch: perl
23712            ! Changes patchlevel.h
23713 ____________________________________________________________________________
23714 [  7178] By: jhi                                   on 2000/10/09  19:18:23
23715         Log: Warn about unknown scripts.
23716              
23717              Subject: Re: ideas? patches? [PATCH bleadperl]
23718              From: Dominic Dunlop <domo@computer.org>
23719              Date: Mon, 9 Oct 2000 14:57:17 +0200
23720              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
23721      Branch: perl
23722            ! lib/charnames.pm
23723 ____________________________________________________________________________
23724 [  7177] By: jhi                                   on 2000/10/09  19:13:27
23725         Log: Change #7160 had a nasty typo.
23726      Branch: metaconfig
23727            ! U/compline/Compile.U
23728      Branch: perl
23729            ! Configure config_h.SH
23730 ____________________________________________________________________________
23731 [  7176] By: gsar                                  on 2000/10/09  18:59:33
23732         Log: pod nit
23733      Branch: perl
23734            ! pod/perlport.pod
23735 ____________________________________________________________________________
23736 [  7175] By: gsar                                  on 2000/10/09  18:54:28
23737         Log: Windows9x doesn't support link(), despite what Config.pm
23738              might think
23739      Branch: perl
23740            ! lib/ExtUtils/Manifest.pm
23741 ____________________________________________________________________________
23742 [  7174] By: gsar                                  on 2000/10/09  18:50:03
23743         Log: avoid nonportable example code
23744      Branch: perl
23745            ! lib/File/Copy.pm
23746 ____________________________________________________________________________
23747 [  7173] By: gsar                                  on 2000/10/09  18:46:54
23748         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
23749              being used) when closing a socket handle
23750      Branch: perl
23751            ! win32/win32.c win32/win32.h win32/win32sck.c
23752 ____________________________________________________________________________
23753 [  7172] By: gsar                                  on 2000/10/09  18:41:40
23754         Log: on Windows, cwd strings in the environment should be of the
23755              form =X:=X:\foo instead of =X=X:\foo\
23756      Branch: perl
23757            ! win32/vdir.h
23758 ____________________________________________________________________________
23759 [  7171] By: gsar                                  on 2000/10/09  18:30:09
23760         Log: on Windows, LoadLibrary() could load an extension DLL multiple
23761              times if forward slashes are used in the path
23762      Branch: perl
23763            ! win32/win32.c
23764 ____________________________________________________________________________
23765 [  7170] By: jhi                                   on 2000/10/09  17:53:59
23766         Log: Add a todo note about overloadable assertions.
23767      Branch: perl
23768            ! Todo-5.6
23769 ____________________________________________________________________________
23770 [  7169] By: jhi                                   on 2000/10/09  13:43:45
23771         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
23772              From: mjd@plover.com
23773              Date: 9 Oct 2000 00:24:44 -0000
23774              Message-ID: <20001009002444.10616.qmail@plover.com>
23775      Branch: perl
23776            ! pod/perldebguts.pod
23777 ____________________________________________________________________________
23778 [  7168] By: nick                                  on 2000/10/08  13:16:33
23779         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
23780              is not right thing to do on (e.g. x86). Network order is also "right" for
23781              X fonts.
23782      Branch: perl
23783            ! ext/Encode/Encode.pm
23784 ____________________________________________________________________________
23785 [  7167] By: nick                                  on 2000/10/08  12:54:42
23786         Log: Make "encodings" work post-install when Encode/*.enc files may not
23787              be in same directory as Encode.pm
23788      Branch: perl
23789            ! ext/Encode/Encode.pm
23790 ____________________________________________________________________________
23791 [  7166] By: nick                                  on 2000/10/08  11:51:26
23792         Log: Work round the fact that $hash->{$key} does not take into account
23793              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
23794              so that key is always in the "expected" encoding - i.e. same way we put
23795              it in the hash.
23796      Branch: perl
23797            ! ext/Encode/Encode.pm
23798 ____________________________________________________________________________
23799 [  7165] By: gsar                                  on 2000/10/08  04:15:29
23800         Log: save_re_context() could reset PL_curcop to freed memory, causing core
23801              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
23802      Branch: perl
23803            ! pp_ctl.c
23804 ____________________________________________________________________________
23805 [  7164] By: jhi                                   on 2000/10/06  20:51:48
23806         Log: UTF8ize split() so that the cloned substrings get the UTF8
23807              flag of the original scalar.  Problem reported by Simon Cozens.
23808      Branch: perl
23809            ! pp.c t/pragma/utf8.t
23810 ____________________________________________________________________________
23811 [  7163] By: nick                                  on 2000/10/06  20:48:34
23812         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
23813              got a false +ve and so did not reach code which would have un-FAKEd the SV.
23814      Branch: perl
23815            ! sv.c
23816 ____________________________________________________________________________
23817 [  7162] By: nick                                  on 2000/10/06  20:25:37
23818         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
23819              To fix  (sort {$a <=> $b} keys %hash) in particular but
23820              should cover a number of other as-yet-unknown cases as well.
23821      Branch: perl
23822            ! sv.c
23823 ____________________________________________________________________________
23824 [  7161] By: jhi                                   on 2000/10/06  19:56:18
23825         Log: Change the version number of Tie::Handle in the core to 4.0,
23826              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
23827              
23828              Subject: Note on Tie::Handle
23829              From: andreas.koenig@anima.de (Andreas J. Koenig)
23830              Date:      06 Oct 2000 21:48:58 +0200
23831              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
23832      Branch: perl
23833            ! lib/Tie/Handle.pm
23834 ____________________________________________________________________________
23835 [  7160] By: jhi                                   on 2000/10/06  18:20:35
23836         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
23837              as the first option of cc/ld because of ultrapicky compilers
23838              (e.g. OS/390 R2.5)
23839      Branch: metaconfig
23840            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
23841            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
23842            ! U/compline/orderlib.U U/modified/Cppsym.U
23843            ! U/modified/d_access.U
23844      Branch: metaconfig/U/perl
23845            ! Checkcc.U d_dlsymun.U gccvers.U
23846      Branch: perl
23847            ! Configure config_h.SH
23848 ____________________________________________________________________________
23849 [  7159] By: jhi                                   on 2000/10/06  13:56:39
23850         Log: Update Changes.
23851      Branch: perl
23852            ! Changes patchlevel.h
23853 ____________________________________________________________________________
23854 [  7158] By: jhi                                   on 2000/10/06  12:48:40
23855         Log: Eliminate $Is_VMS code from the test.
23856              
23857              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
23858              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23859              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
23860              Date:     Thu, 5 Oct 2000 07:46:33 EDT
23861      Branch: perl
23862            ! t/lib/b.t
23863 ____________________________________________________________________________
23864 [  7157] By: jhi                                   on 2000/10/06  12:47:13
23865         Log: Also the $ccflags is needed for the C compiler check.
23866              
23867              Subject: Configure (check for C-compiler)
23868              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23869              Date: Fri, 06 Oct 2000 08:47:15 +0200
23870              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
23871      Branch: metaconfig/U/perl
23872            ! Checkcc.U
23873      Branch: perl
23874            ! Configure config_h.SH
23875 ____________________________________________________________________________
23876 [  7156] By: jhi                                   on 2000/10/06  11:45:15
23877         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
23878      Branch: perl
23879            ! perl.c pp_ctl.c sv.h utf8.c
23880 ____________________________________________________________________________
23881 [  7155] By: jhi                                   on 2000/10/06  11:40:41
23882         Log: IO::Handle->syswrite() did not handle length omission
23883              like CORE::syswrite() does.
23884              
23885              Subject: [Fwd] IO::Handle, syswrite and arguments
23886              From: Graham Barr <gbarr@pobox.com>
23887              Date: Fri, 6 Oct 2000 10:22:05 +0100
23888              Message-ID: <20001006102205.U6312@pobox.com>
23889              
23890              The original patch from andrew@ugh.net.au.
23891      Branch: perl
23892            ! ext/IO/lib/IO/Handle.pm
23893 ____________________________________________________________________________
23894 [  7154] By: jhi                                   on 2000/10/06  01:42:15
23895         Log: Tweak #7153.
23896      Branch: perl
23897            ! utf8.h
23898 ____________________________________________________________________________
23899 [  7153] By: jhi                                   on 2000/10/06  00:39:55
23900         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
23901      Branch: perl
23902            ! utf8.h
23903 ____________________________________________________________________________
23904 [  7152] By: jhi                                   on 2000/10/06  00:38:11
23905         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
23906      Branch: perl
23907            ! perl.c pp_ctl.c sv.h utf8.c
23908 ____________________________________________________________________________
23909 [  7151] By: jhi                                   on 2000/10/06  00:36:38
23910         Log: Subject: Re: Questions about Tie::Array and perl modules
23911              From: Nick Ing-Simmons <nik@tiuk.ti.com>
23912              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
23913              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
23914              
23915              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
23916      Branch: perl
23917            ! lib/Tie/Array.pm t/op/array.t
23918 ____________________________________________________________________________
23919 [  7150] By: jhi                                   on 2000/10/05  00:20:45
23920         Log: Regen Changes.
23921      Branch: perl
23922            ! Changes patchlevel.h
23923 ____________________________________________________________________________
23924 [  7149] By: jhi                                   on 2000/10/05  00:20:01
23925         Log: Regen toc.
23926      Branch: perl
23927            ! pod/perltoc.pod
23928 ____________________________________________________________________________
23929 [  7148] By: jhi                                   on 2000/10/04  23:35:08
23930         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
23931              reported several times by Dominic Dunlop, for example in
23932              ID 20000315.008.  Patch from Dominic.  Patch affects at
23933              least MachTen, and possibly other oldish BSDs. Should not
23934              break non-broken platforms (tested on LinuxPPC). 
23935      Branch: perl
23936            ! doio.c
23937 ____________________________________________________________________________
23938 [  7147] By: jhi                                   on 2000/10/04  23:26:34
23939         Log: The one that got away from 7146.
23940      Branch: metaconfig
23941            + U/installdirs/installscripts.U
23942 ____________________________________________________________________________
23943 [  7146] By: jhi                                   on 2000/10/04  23:25:04
23944         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
23945              suggested by H. Merijn Brand.
23946      Branch: perl
23947            ! Configure INSTALL Makefile.SH Porting/Glossary
23948            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
23949            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
23950            ! win32/config.vc
23951 ____________________________________________________________________________
23952 [  7145] By: jhi                                   on 2000/10/04  22:08:21
23953         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
23954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23955              Date: Wed, 4 Oct 2000 17:37:46 -0400
23956              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
23957      Branch: perl
23958            ! utils/h2xs.PL
23959 ____________________________________________________________________________
23960 [  7144] By: jhi                                   on 2000/10/04  18:11:41
23961         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
23962              From: Jeff Pinyan <jeffp@crusoe.net>
23963              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
23964              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
23965      Branch: perl
23966            ! pod/perlrun.pod
23967 ____________________________________________________________________________
23968 [  7143] By: jhi                                   on 2000/10/04  18:09:58
23969         Log: Subject: perlhack.pod Patch for Externals Tools
23970              From: Fisher Mark <fisherm@tce.com>
23971              Date: Tue, 3 Oct 2000 15:43:27 -0500 
23972              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
23973      Branch: perl
23974            ! pod/perlhack.pod
23975 ____________________________________________________________________________
23976 [  7142] By: jhi                                   on 2000/10/04  18:08:41
23977         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
23978              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23979              Date:     Wed, 4 Oct 2000 12:11:11 EDT
23980              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
23981      Branch: perl
23982            ! vms/vms.c
23983 ____________________________________________________________________________
23984 [  7141] By: jhi                                   on 2000/10/04  12:20:16
23985         Log: Subject: [PATCH 5.7.0] h2xs not working
23986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23987              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
23988              Date: Tue, 3 Oct 2000 21:43:01 -0400
23989              
23990              Subject: [PATCH 5.7.0] h2xs not documenting the created module
23991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23992              Date: Tue, 3 Oct 2000 22:55:19 -0400
23993              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
23994      Branch: perl
23995            ! utils/h2xs.PL
23996 ____________________________________________________________________________
23997 [  7140] By: jhi                                   on 2000/10/04  11:53:44
23998         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
23999              From: nick@babyhippo.com
24000              Date: Wed, 4 Oct 2000 12:06:45 +0100
24001              Message-Id: <20001004120645.A7356@babyhippo.com>
24002              
24003              Retract 7118 and 7135.
24004      Branch: perl
24005            ! installman installperl op.c t/pragma/subs.t
24006 ____________________________________________________________________________
24007 [  7139] By: jhi                                   on 2000/10/03  22:09:41
24008         Log: It is possible to have no hosts database at all.  Pointed out in
24009              
24010              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
24011              From: Peter Prymmer <pvhp@forte.com>
24012              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
24013              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
24014      Branch: metaconfig
24015            ! U/modified/myhostname.U
24016      Branch: perl
24017            ! Configure config_h.SH
24018 ____________________________________________________________________________
24019 [  7138] By: jhi                                   on 2000/10/03  21:49:49
24020         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
24021              From: Peter Prymmer <pvhp@forte.com>
24022              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
24023              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
24024      Branch: perl
24025            ! pp_sys.c
24026 ____________________________________________________________________________
24027 [  7137] By: jhi                                   on 2000/10/03  20:10:05
24028         Log: One remaining nit less at the VMS mailbox sizing.
24029      Branch: perl
24030            ! vms/vms.c
24031 ____________________________________________________________________________
24032 [  7136] By: jhi                                   on 2000/10/03  20:08:47
24033         Log: Test harness update to sync with the new perlcc,
24034              from Simon Cozens.
24035      Branch: perl
24036            ! t/TEST t/UTEST
24037 ____________________________________________________________________________
24038 [  7135] By: jhi                                   on 2000/10/03  15:15:42
24039         Log: Subject: Re: PATCH for 20001003.004
24040              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
24041              From: "AARON B. DOSSETT" <aaron@iglou.com>
24042              Message-Id: <E13gTay-0006od-00@iglou.com>
24043      Branch: perl
24044            ! installman installperl
24045 ____________________________________________________________________________
24046 [  7134] By: jhi                                   on 2000/10/03  15:00:34
24047         Log: Subject: [ID 20001003.006] B::Debug not -w clean
24048              From: Nicholas Clark <nick@babyhippo.co.uk>
24049              Date: Tue, 03 Oct 2000 15:46:32 +0100
24050              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
24051      Branch: perl
24052            ! ext/B/B/Debug.pm
24053 ____________________________________________________________________________
24054 [  7133] By: jhi                                   on 2000/10/03  14:58:39
24055         Log: Scale down the VMS message boxes, by Charles Lane.
24056              Fix for ID 20000903.009, workaround at
24057              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
24058      Branch: perl
24059            ! vms/vms.c
24060 ____________________________________________________________________________
24061 [  7132] By: jhi                                   on 2000/10/03  11:20:37
24062         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
24063      Branch: perl
24064            + t/lib/st-lock.t t/lib/st-utf8.t
24065            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
24066            ! ext/Storable/Storable.xs t/lib/st-recurse.t
24067 ____________________________________________________________________________
24068 [  7131] By: jhi                                   on 2000/10/03  03:38:23
24069         Log: Encode nits.
24070      Branch: perl
24071            ! MANIFEST Makefile.SH
24072 ____________________________________________________________________________
24073 [  7130] By: jhi                                   on 2000/10/03  03:31:05
24074         Log: Update Changes.
24075      Branch: perl
24076            ! Changes patchlevel.h
24077 ____________________________________________________________________________
24078 [  7129] By: jhi                                   on 2000/10/03  02:24:02
24079         Log: Misplaced else.
24080      Branch: metaconfig/U/perl
24081            ! d_strtoll.U
24082      Branch: perl
24083            ! Configure config_h.SH
24084 ____________________________________________________________________________
24085 [  7128] By: jhi                                   on 2000/10/03  02:08:29
24086         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
24087              From: sthoenna@efn.org
24088              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
24089              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
24090      Branch: metaconfig/U/perl
24091            ! d_strtoll.U
24092      Branch: perl
24093            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
24094 ____________________________________________________________________________
24095 [  7127] By: jhi                                   on 2000/10/03  01:13:14
24096         Log: Update Changes.
24097      Branch: perl
24098            ! Changes patchlevel.h
24099 ____________________________________________________________________________
24100 [  7126] By: jhi                                   on 2000/10/03  00:57:08
24101         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
24102              as suggested by Olaf Flebbe and Nick Clark.
24103      Branch: perl
24104            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
24105 ____________________________________________________________________________
24106 [  7125] By: jhi                                   on 2000/10/03  00:50:56
24107         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
24108              From: Nick Clark <nick@plum.flirble.org>
24109              Date: Mon, 2 Oct 2000 11:03:24 +0100
24110              Message-Id: <20001002110324.D20073@plum.flirble.org>
24111              
24112              Also fixes bug ID 20001002.005.
24113      Branch: perl
24114            ! t/lib/encode.t
24115 ____________________________________________________________________________
24116 [  7124] By: jhi                                   on 2000/10/03  00:34:59
24117         Log: Subject: [PATCH 5.7.0] Epoc update
24118              From: Olaf Flebbe <o.flebbe@gmx.de>
24119              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
24120              Message-ID: <26423.969484586@www10.gmx.net>
24121      Branch: perl
24122            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
24123            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
24124            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
24125            ! util.c util.h
24126 ____________________________________________________________________________
24127 [  7123] By: jhi                                   on 2000/10/03  00:30:07
24128         Log: Regen headers.
24129      Branch: perl
24130            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
24131 ____________________________________________________________________________
24132 [  7122] By: jhi                                   on 2000/10/03  00:10:48
24133         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
24134      Branch: perl
24135            ! hints/openbsd.sh
24136 ____________________________________________________________________________
24137 [  7121] By: jhi                                   on 2000/10/03  00:05:06
24138         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
24139              From: <abigail@foad.org>
24140              Date: Tue, 26 Sep 2000 13:36:14 -0400
24141              Message-ID: <20000926173614.4356.qmail@foad.org>
24142      Branch: perl
24143            ! pod/perlop.pod
24144 ____________________________________________________________________________
24145 [  7120] By: jhi                                   on 2000/10/03  00:04:00
24146         Log: Inside require() $^S was always left undefined.
24147              
24148              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
24149              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24150              Date: Wed, 27 Sep 2000 18:54:49 -0400
24151              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
24152      Branch: perl
24153            ! cop.h mg.c pp_ctl.c util.c
24154 ____________________________________________________________________________
24155 [  7119] By: jhi                                   on 2000/10/03  00:00:16
24156         Log: Subject: [PATCH] DLL not restartabke with threaded perl
24157              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
24158              Date: Thu, 28 Sep 2000 09:20:46 +0100
24159              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
24160      Branch: perl
24161            ! perl.c
24162 ____________________________________________________________________________
24163 [  7118] By: jhi                                   on 2000/10/02  23:59:20
24164         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
24165              From: Nicholas Clark <nick@ccl4.org>
24166              Date: Thu, 28 Sep 2000 11:52:24 +0100
24167              Message-ID: <20000928115224.D7924@plum.flirble.org>
24168      Branch: perl
24169            ! op.c
24170 ____________________________________________________________________________
24171 [  7117] By: jhi                                   on 2000/10/02  23:57:51
24172         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
24173              From: Nicholas Clark <nick@babyhippo.co.uk>
24174              Date: Thu, 28 Sep 2000 12:18:10 +0100
24175              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
24176              
24177              Did not apply cleanly, manual intervention was needed.
24178      Branch: perl
24179            ! ext/B/B/Bytecode.pm utils/perlcc.PL
24180 ____________________________________________________________________________
24181 [  7116] By: jhi                                   on 2000/10/02  23:50:40
24182         Log: Document the issue (is not a syntax error, kind of)
24183              
24184              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
24185              From: Nicholas Clark <nick@ccl4.org>
24186              Date: Thu, 28 Sep 2000 17:12:42 +0100
24187              Message-ID: <20000928171242.K7924@plum.flirble.org>
24188      Branch: perl
24189            ! pod/perldata.pod
24190 ____________________________________________________________________________
24191 [  7115] By: jhi                                   on 2000/10/02  23:48:58
24192         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
24193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24194              Date: Thu, 28 Sep 2000 21:55:31 -0400
24195              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
24196      Branch: perl
24197            ! regexec.c
24198 ____________________________________________________________________________
24199 [  7114] By: jhi                                   on 2000/10/02  23:47:57
24200         Log: Subject: DOC PATCH 5.6.0
24201              From: mjd@plover.com
24202              Date: 30 Sep 2000 06:02:34 -0000
24203              Message-ID: <20000930060234.4559.qmail@plover.com>
24204      Branch: perl
24205            ! pod/perldebguts.pod
24206 ____________________________________________________________________________
24207 [  7113] By: jhi                                   on 2000/10/02  23:46:43
24208         Log: SOCK_DGRAM and listen() do not mix as reported in
24209              
24210              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
24211              From: Petter Reinholdtsen <pere@hungry.com>
24212              Date: Sun, 1 Oct 2000 10:57:20 +0800
24213              Message-Id: <200010010257.KAA05735@localhost.localdomain>
24214              
24215              The patch for 5.7.0+ had to be reengineered, though.
24216      Branch: perl
24217            ! ext/IO/lib/IO/Socket/UNIX.pm
24218 ____________________________________________________________________________
24219 [  7112] By: jhi                                   on 2000/10/02  23:36:57
24220         Log: Subject: Re: [PATCH 5.005_64 missed]
24221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24222              Date: Sun, 1 Oct 2000 18:50:10 -0400
24223              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
24224      Branch: perl
24225            ! pod/perlxs.pod
24226 ____________________________________________________________________________
24227 [  7111] By: jhi                                   on 2000/10/02  23:35:40
24228         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
24229              From: Radu Greab <radu@netsoft.ro>
24230              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
24231              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
24232      Branch: perl
24233            ! op.c opcode.pl t/op/substr.t
24234 ____________________________________________________________________________
24235 [  7110] By: jhi                                   on 2000/10/02  23:32:38
24236         Log: Subject: [PATCH] Fix aliasing of tied filehandles
24237              From: Daniel Chetlin <daniel@chetlin.com>
24238              Date: Mon, 2 Oct 2000 14:53:27 -0700
24239              Message-ID: <20001002145327.C1617@ilmd>
24240      Branch: perl
24241            ! perl.h pp_hot.c t/op/tiehandle.t
24242 ____________________________________________________________________________
24243 [  7109] By: jhi                                   on 2000/10/02  23:31:30
24244         Log: s/Robin Parker/Robin Barker/
24245      Branch: perl
24246            ! Changes5.6
24247 ____________________________________________________________________________
24248 [  7108] By: jhi                                   on 2000/10/02  23:15:46
24249         Log: Retract #7091 as suggested in
24250              
24251              From: Robin Barker <rmb1@cise.npl.co.uk> 
24252              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
24253              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
24254              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
24255      Branch: perl
24256            ! embed.pl proto.h
24257 ____________________________________________________________________________
24258 [  7107] By: nick                                  on 2000/10/02  18:23:14
24259         Log: A few tweaks to get Tk803 to work with Encode scheme.
24260      Branch: perl
24261            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
24262 ____________________________________________________________________________
24263 [  7106] By: nick                                  on 2000/10/01  21:34:14
24264         Log: Add checking cases to Encode's toUnicode and fromUnicode.
24265      Branch: perl
24266            ! ext/Encode/Encode.pm
24267 ____________________________________________________________________________
24268 [  7105] By: nick                                  on 2000/10/01  17:18:01
24269         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
24270              To read and use them.
24271              Add a lib/encode.t which checks a few things.
24272      Branch: perl
24273            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
24274            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
24275            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
24276            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
24277            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
24278            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
24279            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
24280            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
24281            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
24282            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
24283            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
24284            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
24285            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
24286            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
24287            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
24288            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
24289            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
24290            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
24291            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
24292            + ext/Encode/Encode/iso2022-jp.enc
24293            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
24294            + ext/Encode/Encode/iso8859-1.enc
24295            + ext/Encode/Encode/iso8859-2.enc
24296            + ext/Encode/Encode/iso8859-3.enc
24297            + ext/Encode/Encode/iso8859-4.enc
24298            + ext/Encode/Encode/iso8859-5.enc
24299            + ext/Encode/Encode/iso8859-6.enc
24300            + ext/Encode/Encode/iso8859-7.enc
24301            + ext/Encode/Encode/iso8859-8.enc
24302            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
24303            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
24304            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
24305            + ext/Encode/Encode/macCentEuro.enc
24306            + ext/Encode/Encode/macCroatian.enc
24307            + ext/Encode/Encode/macCyrillic.enc
24308            + ext/Encode/Encode/macDingbats.enc
24309            + ext/Encode/Encode/macGreek.enc
24310            + ext/Encode/Encode/macIceland.enc
24311            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
24312            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
24313            + ext/Encode/Encode/macTurkish.enc
24314            + ext/Encode/Encode/macUkraine.enc
24315            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
24316            + t/lib/encode.t
24317            ! MANIFEST ext/Encode/Encode.pm
24318 ____________________________________________________________________________
24319 [  7104] By: nick                                  on 2000/09/30  13:04:30
24320         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
24321              From: Daniel Chetlin <daniel@chetlin.com>
24322              Date: Mon, 18 Sep 2000 05:05:40 -0700
24323              Message-Id: <20000918050540.C652@ilmd>
24324      Branch: perl
24325            ! lib/overload.pm sv.c t/pragma/overload.t
24326 ____________________________________________________________________________
24327 [  7103] By: nick                                  on 2000/09/30  12:53:36
24328         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
24329              From: Johan Vromans <jvromans@squirrel.nl>
24330              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
24331              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
24332      Branch: perl
24333            ! pod/Makefile.SH
24334 ____________________________________________________________________________
24335 [  7102] By: nick                                  on 2000/09/30  12:52:31
24336         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
24337              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24338              Date: Sat, 16 Sep 2000 16:36:45 -0400
24339              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
24340      Branch: perl
24341            ! ext/B/B/Deparse.pm
24342 ____________________________________________________________________________
24343 [  7101] By: nick                                  on 2000/09/30  12:51:41
24344         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
24345              From: Craig A. Berry <craig.berry@psinetcs.com>
24346              Date: Sat, 16 Sep 2000 10:11:10 -0500
24347              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
24348      Branch: perl
24349            ! vms/vms.c
24350 ____________________________________________________________________________
24351 [  7100] By: nick                                  on 2000/09/30  12:50:33
24352         Log: Subject: Re: unicode support and perl [ID 20000901.097]
24353              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24354              Date: Fri, 15 Sep 2000 16:37:58 -0400
24355              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
24356      Branch: perl
24357            ! t/op/append.t
24358 ____________________________________________________________________________
24359 [  7099] By: nick                                  on 2000/09/30  12:49:35
24360         Log: Subject: Re: unicode support and perl [ID 20000901.097]
24361              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24362              Date: Fri, 15 Sep 2000 16:25:30 -0400
24363              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
24364      Branch: perl
24365            ! pp_hot.c
24366 ____________________________________________________________________________
24367 [  7098] By: nick                                  on 2000/09/30  12:48:00
24368         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
24369              From: Gisle Aas <gisle@ActiveState.com>
24370              Date: 15 Sep 2000 16:23:41 +0200
24371              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
24372      Branch: perl
24373            ! toke.c
24374 ____________________________________________________________________________
24375 [  7097] By: nick                                  on 2000/09/30  12:45:16
24376         Log: Subject: [PATCH] Nits in perlmod.pod
24377              From: Daniel Chetlin <daniel@chetlin.com>
24378              Date: Fri, 15 Sep 2000 02:04:09 -0700
24379              Message-Id: <20000915020409.A2104@ilmd>
24380      Branch: perl
24381            ! pod/perlmod.pod
24382 ____________________________________________________________________________
24383 [  7096] By: nick                                  on 2000/09/30  12:18:00
24384         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
24385              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
24386              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
24387              0 to checking to get the warning.
24388      Branch: perl
24389            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
24390            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
24391            ! regexec.c sv.c toke.c utf8.c
24392 ____________________________________________________________________________
24393 [  7095] By: nick                                  on 2000/09/15  16:55:59
24394         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
24395              
24396              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
24397              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24398              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
24399              Date: Fri, 15 Sep 2000 06:37:30 -0400
24400      Branch: perl
24401            ! ext/Encode/Encode.xs sv.c
24402 ____________________________________________________________________________
24403 [  7094] By: jhi                                   on 2000/09/15  03:23:32
24404         Log: Update Changes.
24405      Branch: perl
24406            ! Changes patchlevel.h
24407 ____________________________________________________________________________
24408 [  7093] By: jhi                                   on 2000/09/15  03:11:44
24409         Log: Fix for the charnames.t failures from Spider Boardman.
24410      Branch: perl
24411            ! toke.c
24412 ____________________________________________________________________________
24413 [  7092] By: jhi                                   on 2000/09/15  00:15:48
24414         Log: Botched the #7090 check-in.
24415      Branch: perl
24416            ! sv.c
24417 ____________________________________________________________________________
24418 [  7091] By: jhi                                   on 2000/09/14  23:33:24
24419         Log: Part of #7081 didn't come through.
24420      Branch: perl
24421            ! embed.pl proto.h
24422 ____________________________________________________________________________
24423 [  7090] By: jhi                                   on 2000/09/14  23:17:39
24424         Log: Subject: Re: perl@7078 
24425              From: Spider Boardman <spider@web.zk3.dec.com>
24426              Date: Thu, 14 Sep 2000 19:06:36 -0400
24427              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
24428      Branch: perl
24429            ! sv.c toke.c
24430 ____________________________________________________________________________
24431 [  7089] By: jhi                                   on 2000/09/14  23:11:21
24432         Log: Small portability tweaks.
24433      Branch: perl
24434            ! ext/Encode/Encode.xs
24435 ____________________________________________________________________________
24436 [  7088] By: jhi                                   on 2000/09/14  22:57:23
24437         Log: Fake return to pacify picky compilers.
24438      Branch: perl
24439            ! ext/Encode/Encode.xs
24440 ____________________________________________________________________________
24441 [  7087] By: jhi                                   on 2000/09/14  22:53:37
24442         Log: Subject: [PATCH] utf8.c apidoc
24443              From: Simon Cozens <simon@cozens.net>
24444              Date: Thu, 14 Sep 2000 23:46:57 +0100
24445              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
24446      Branch: perl
24447            ! perlapi.c pod/perlapi.pod utf8.c
24448 ____________________________________________________________________________
24449 [  7086] By: jhi                                   on 2000/09/14  22:40:38
24450         Log: We don't need to count the high bit bytes, a boolean is enough. 
24451      Branch: perl
24452            ! sv.c
24453 ____________________________________________________________________________
24454 [  7085] By: jhi                                   on 2000/09/14  21:20:09
24455         Log: Replace #7084 with
24456              
24457              Subject: Re: perl@7078 
24458              From: Spider Boardman <spider@web.zk3.dec.com>
24459              Date: Thu, 14 Sep 2000 17:09:36 -0400
24460              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
24461      Branch: perl
24462            ! sv.c utf8.c
24463 ____________________________________________________________________________
24464 [  7084] By: jhi                                   on 2000/09/14  20:03:34
24465         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
24466              convertable to bytes by checking it doesn't go above 0xc3
24467              
24468              Subject: Re: perl@7078
24469              From: Simon Cozens <simon@cozens.net>
24470              Date: Thu, 14 Sep 2000 20:59:19 +0100
24471              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
24472      Branch: perl
24473            ! utf8.c
24474 ____________________________________________________________________________
24475 [  7083] By: jhi                                   on 2000/09/14  19:38:47
24476         Log: Subject: Re: perl@7078
24477              From: Simon Cozens <simon@cozens.net>
24478              Date: Thu, 14 Sep 2000 20:13:09 +0100
24479              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
24480      Branch: perl
24481            ! t/op/bop.t
24482 ____________________________________________________________________________
24483 [  7082] By: jhi                                   on 2000/09/14  17:50:44
24484         Log: The one that got away.
24485      Branch: perl
24486            ! lib/File/Find.pm
24487 ____________________________________________________________________________
24488 [  7081] By: jhi                                   on 2000/09/14  17:45:35
24489         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
24490              From: Robin Barker <rmb1@cise.npl.co.uk>
24491              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
24492              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
24493      Branch: perl
24494            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
24495            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
24496            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
24497            ! regcomp.c toke.c universal.c
24498 ____________________________________________________________________________
24499 [  7080] By: jhi                                   on 2000/09/14  17:40:35
24500         Log: Problems picked up by AIX cc.
24501              
24502              Subject: Re: perl@7078 (patch included)
24503              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24504              Date: Thu, 14 Sep 2000 18:53:30 +0200
24505              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
24506      Branch: perl
24507            ! ext/Encode/Encode.xs
24508 ____________________________________________________________________________
24509 [  7079] By: jhi                                   on 2000/09/14  17:38:27
24510         Log: Subject: File::Find 5.7.0 POD nits
24511              From: Rich Morin <rdm@cfcl.com>
24512              Date: Wed, 13 Sep 2000 22:03:58 -0700
24513              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
24514      Branch: perl
24515            ! lib/File/Find.pm
24516 ____________________________________________________________________________
24517 [  7078] By: jhi                                   on 2000/09/14  14:58:20
24518         Log: Update Changes.
24519      Branch: perl
24520            ! Changes patchlevel.h
24521 ____________________________________________________________________________
24522 [  7077] By: jhi                                   on 2000/09/14  14:55:54
24523         Log: Compilation warnings and an error.
24524      Branch: perl
24525            ! sv.c
24526 ____________________________________________________________________________
24527 [  7076] By: jhi                                   on 2000/09/14  14:42:56
24528         Log: Fix for a parsing bug, not for the original bug.
24529              
24530              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
24531              From: Spider Boardman <spider@web.zk3.dec.com>
24532              Date: Wed, 13 Sep 2000 17:52:20 -0400
24533              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
24534      Branch: perl
24535            ! regcomp.c
24536 ____________________________________________________________________________
24537 [  7075] By: jhi                                   on 2000/09/14  14:40:40
24538         Log: Batch of UTF-8 patches from Simon Cozens.
24539      Branch: perl
24540            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
24541            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
24542            ! toke.c utf8.c
24543 ____________________________________________________________________________
24544 [  7074] By: jhi                                   on 2000/09/14  14:29:58
24545         Log: Subject: Re: Two advertising clauses need to be removed
24546              From: Russ Allbery <rra@stanford.edu>
24547              Date: 13 Sep 2000 18:50:26 -0700
24548              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
24549      Branch: perl
24550            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
24551 ____________________________________________________________________________
24552 [  7073] By: jhi                                   on 2000/09/14  14:28:20
24553         Log: Subject: [PATCH] de-wall t/README
24554              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24555              Date: Wed, 13 Sep 2000 17:46:55 -0700
24556              Message-ID: <//Bw5gzkge/e092yn@efn.org>
24557      Branch: perl
24558            ! t/README
24559 ____________________________________________________________________________
24560 [  7072] By: jhi                                   on 2000/09/14  14:25:10
24561         Log: Hints optimization.
24562              
24563              Subject: Minor nit
24564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24565              Date: Wed, 13 Sep 2000 21:42:07 +0200
24566              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
24567      Branch: perl
24568            ! hints/hpux.sh
24569 ____________________________________________________________________________
24570 [  7071] By: jhi                                   on 2000/09/14  14:23:30
24571         Log: Allow chop() and chomp() to be overridden.
24572              
24573              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
24574              From: "Casey R. Tweten" <crt@kiski.net>
24575              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
24576              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
24577      Branch: perl
24578            ! toke.c
24579 ____________________________________________________________________________
24580 [  7070] By: jhi                                   on 2000/09/14  14:20:36
24581         Log: The return value of setlocale must be copied away.
24582              
24583              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
24584              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24585              Date: Wed, 13 Sep 2000 16:27:37 +0100 
24586              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
24587      Branch: perl
24588            ! util.c
24589 ____________________________________________________________________________
24590 [  7069] By: jhi                                   on 2000/09/14  14:16:27
24591         Log: Remove vestiges of tr//CU.
24592              
24593              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
24594              From: Nick Clark <nick@plum.flirble.org>
24595              Date: Tue, 12 Sep 2000 22:50:14 +0100
24596              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
24597              
24598              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
24599              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24600              Date: Tue, 12 Sep 2000 21:38:48 -0700
24601              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
24602      Branch: perl
24603            ! op.h pod/perlunicode.pod
24604 ____________________________________________________________________________
24605 [  7068] By: jhi                                   on 2000/09/13  14:18:39
24606         Log: Add the Encode extension.  The code is still largely just skeleton.
24607      Branch: perl
24608            + ext/Encode/Encode.pm ext/Encode/Encode.xs
24609            + ext/Encode/Makefile.PL ext/Encode/Todo
24610            ! MANIFEST Todo-5.6
24611 ____________________________________________________________________________
24612 [  7067] By: jhi                                   on 2000/09/12  17:43:33
24613         Log: Allow for whitespace between "#" and "line" in cpp output.
24614              
24615              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
24616              From: Calle Dybedahl <calle@lysator.liu.se>
24617              Date: 12 Sep 2000 19:38:02 +0200 
24618              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
24619      Branch: perl
24620            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
24621 ____________________________________________________________________________
24622 [  7066] By: gsar                                  on 2000/09/12  17:24:29
24623         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
24624              initialization in all the threads on Windows
24625      Branch: perl
24626            ! win32/win32.c
24627 ____________________________________________________________________________
24628 [  7065] By: jhi                                   on 2000/09/12  15:11:31
24629         Log: Update Changes.
24630      Branch: perl
24631            ! Changes patchlevel.h
24632 ____________________________________________________________________________
24633 [  7064] By: jhi                                   on 2000/09/12  14:54:54
24634         Log: Retract #7062, the pod tests are not ready.
24635      Branch: perl
24636            ! t/TEST t/harness
24637 ____________________________________________________________________________
24638 [  7063] By: jhi                                   on 2000/09/12  14:25:41
24639         Log: The #7054 truncated Configure badly.
24640      Branch: metaconfig/U/perl
24641            ! End.U
24642      Branch: perl
24643            ! Configure config_h.SH
24644 ____________________________________________________________________________
24645 [  7062] By: jhi                                   on 2000/09/12  14:08:32
24646         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
24647              From: sthoenna@efn.org
24648              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
24649              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
24650      Branch: perl
24651            ! t/TEST t/harness
24652 ____________________________________________________________________________
24653 [  7061] By: jhi                                   on 2000/09/12  14:07:18
24654         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
24655              From: sthoenna@efn.org
24656              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
24657              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
24658      Branch: perl
24659            ! pod/perlxs.pod
24660 ____________________________________________________________________________
24661 [  7060] By: jhi                                   on 2000/09/12  14:06:08
24662         Log: Break up the myconfig lines a bit.
24663              
24664              Subject: perlbug/perl -V output format
24665              From: sthoenna@efn.org
24666              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
24667              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
24668      Branch: perl
24669            ! myconfig.SH
24670 ____________________________________________________________________________
24671 [  7059] By: jhi                                   on 2000/09/12  14:05:04
24672         Log: Test for the #7049.
24673              
24674              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
24675              From: andreas.koenig@anima.de (Andreas J. Koenig)
24676              Date: 12 Sep 2000 06:42:01 +0200
24677              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
24678      Branch: perl
24679            ! t/op/my.t
24680 ____________________________________________________________________________
24681 [  7058] By: jhi                                   on 2000/09/12  14:03:05
24682         Log: Subject: [patch: perl@7045] vms updates
24683              From: Peter Prymmer <pvhp@forte.com>
24684              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
24685              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
24686      Branch: perl
24687            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
24688 ____________________________________________________________________________
24689 [  7057] By: jhi                                   on 2000/09/12  14:00:51
24690         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
24691              From: sthoenna@efn.org
24692              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
24693              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
24694      Branch: perl
24695            ! t/op/64bitint.t
24696 ____________________________________________________________________________
24697 [  7056] By: jhi                                   on 2000/09/12  13:58:14
24698         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
24699              From: Jeff Pinyan <jeffp@crusoe.net>
24700              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
24701              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
24702      Branch: perl
24703            ! pod/perlfunc.pod
24704 ____________________________________________________________________________
24705 [  7055] By: jhi                                   on 2000/09/12  13:56:32
24706         Log: Do in VMS as the #7054 does.
24707      Branch: perl
24708            ! configure.com
24709 ____________________________________________________________________________
24710 [  7054] By: jhi                                   on 2000/09/12  13:50:31
24711         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
24712              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24713              Date: Mon, 11 Sep 2000 08:33:09 +0100
24714              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
24715      Branch: metaconfig/U/perl
24716            ! End.U
24717      Branch: perl
24718            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
24719            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
24720 ____________________________________________________________________________
24721 [  7053] By: jhi                                   on 2000/09/12  13:29:19
24722         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
24723              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24724              Date:     Tue, 12 Sep 2000 08:35:59 EDT
24725              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
24726      Branch: perl
24727            ! vms/test.com
24728 ____________________________________________________________________________
24729 [  7052] By: jhi                                   on 2000/09/11  23:01:50
24730         Log: Document the SvUTF8*().
24731      Branch: perl
24732            ! pod/perlapi.pod sv.h
24733 ____________________________________________________________________________
24734 [  7051] By: gsar                                  on 2000/09/11  14:46:30
24735         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
24736              (missed a spot when fixing up op_pmreplroot hack for ithreads)
24737      Branch: perl
24738            ! op.c t/op/split.t
24739 ____________________________________________________________________________
24740 [  7050] By: nick                                  on 2000/09/11  10:03:51
24741         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
24742              
24743              Subject: borland C++ win32.c tweak
24744              From: Vadim Konovalov <vkonovalov@lucent.com>
24745              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
24746              Date: Mon, 11 Sep 2000 11:22:33 +0400
24747      Branch: perl
24748            ! win32/win32.c
24749 ____________________________________________________________________________
24750 [  7049] By: nick                                  on 2000/09/11  09:57:33
24751         Log: Point fix for s/// on foreach (keys %xxx).
24752      Branch: perl
24753            ! pp_hot.c
24754 ____________________________________________________________________________
24755 [  7048] By: jhi                                   on 2000/09/10  23:37:09
24756         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
24757              by Pod::Text, from Brad Appleton.
24758      Branch: perl
24759            ! t/pod/testp2pt.pl
24760 ____________________________________________________________________________
24761 [  7047] By: jhi                                   on 2000/09/10  14:32:53
24762         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
24763              by Russ Allbery.
24764      Branch: perl
24765            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
24766 ____________________________________________________________________________
24767 [  7046] By: jhi                                   on 2000/09/10  14:15:08
24768         Log: Upgrade to CPAN 1.57_65, from Andreas König.
24769      Branch: perl
24770            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24771 ____________________________________________________________________________
24772 [  7045] By: jhi                                   on 2000/09/08  21:36:32
24773         Log: Update Changes.
24774      Branch: perl
24775            ! Changes patchlevel.h
24776 ____________________________________________________________________________
24777 [  7044] By: jhi                                   on 2000/09/08  21:29:56
24778         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
24779              From: Peter Prymmer <pvhp@forte.com>
24780              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
24781              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
24782      Branch: perl
24783            ! configure.com
24784 ____________________________________________________________________________
24785 [  7043] By: jhi                                   on 2000/09/08  21:27:50
24786         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
24787              From: Peter Prymmer <pvhp@forte.com>
24788              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
24789              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
24790      Branch: perl
24791            ! Makefile.SH installperl
24792 ____________________________________________________________________________
24793 [  7042] By: jhi                                   on 2000/09/08  21:23:21
24794         Log: Continue #7041.
24795      Branch: perl
24796            ! cygwin/Makefile.SHs os2/Makefile.SHs
24797 ____________________________________________________________________________
24798 [  7041] By: jhi                                   on 2000/09/08  21:18:10
24799         Log: Do away with memory models cruft.  Sorry, PDP users.
24800      Branch: metaconfig
24801            ! U/modified/cc.U U/modified/libpth.U
24802      Branch: perl
24803            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
24804            ! Porting/config_H cflags.SH config_h.SH configure.com
24805            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
24806            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
24807            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
24808 ____________________________________________________________________________
24809 [  7040] By: jhi                                   on 2000/09/08  14:34:18
24810         Log: Major rewrite of s2p.  And I mean really major, it is
24811              an implementation of sed in perl.  If called as s2p it
24812              will function as s2p.  Note: needs non-UNIXifying.
24813              
24814              Subject: s2p
24815              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
24816              Date: Mon, 28 Aug 2000 14:05:12 +0200
24817              Message-ID: <39AA5578.2102E2AA@alcatel.at>
24818      Branch: perl
24819            ! x2p/s2p.PL
24820 ____________________________________________________________________________
24821 [  7039] By: jhi                                   on 2000/09/08  14:19:49
24822         Log: Re-allow vec() for characters > 255.
24823              
24824              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
24825              From: Spider Boardman <spider@web.zk3.dec.com>
24826              Date: Fri, 08 Sep 2000 02:21:02 -0400
24827              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
24828      Branch: perl
24829            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
24830            ! t/op/vec.t
24831 ____________________________________________________________________________
24832 [  7038] By: jhi                                   on 2000/09/08  14:14:18
24833         Log: Subject: [PATCH lib/Benchmark.pm]
24834              From: <abigail@foad.org>
24835              Date: Thu, 7 Sep 2000 15:03:20 -0400
24836              Message-ID: <20000907190320.888.qmail@foad.org>
24837      Branch: perl
24838            ! lib/Benchmark.pm
24839 ____________________________________________________________________________
24840 [  7037] By: jhi                                   on 2000/09/08  14:11:06
24841         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
24842              
24843              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
24844              From: Spider Boardman <spider@web.zk3.dec.com>
24845              Date: Fri, 08 Sep 2000 01:30:27 -0400
24846              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
24847      Branch: perl
24848            ! op.c
24849 ____________________________________________________________________________
24850 [  7036] By: jhi                                   on 2000/09/08  14:08:58
24851         Log: Subject: [ID 20000908.002] perlipc documentation bug.
24852              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
24853              Date: Fri, 08 Sep 2000 12:38:32 +0200
24854              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
24855      Branch: perl
24856            ! pod/perlipc.pod
24857 ____________________________________________________________________________
24858 [  7035] By: jhi                                   on 2000/09/08  14:03:12
24859         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
24860              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24861              Date: Fri, 08 Sep 2000 11:47:34 +0200
24862              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
24863      Branch: perl
24864            ! hints/dec_osf.sh
24865 ____________________________________________________________________________
24866 [  7034] By: jhi                                   on 2000/09/08  13:59:35
24867         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
24868              From: Simon Cozens <simon@cozens.net>
24869              Date: Thu, 7 Sep 2000 20:40:38 +0100
24870              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
24871      Branch: perl
24872            ! pp_hot.c
24873 ____________________________________________________________________________
24874 [  7033] By: jhi                                   on 2000/09/08  04:03:03
24875         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
24876              From: "Larry W. Virden" <lvirden@cas.org>
24877              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
24878              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
24879      Branch: perl
24880            ! pod/perldiag.pod
24881 ____________________________________________________________________________
24882 [  7032] By: jhi                                   on 2000/09/07  22:18:30
24883         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
24884              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
24885              Date: Mon, 04 Sep 2000 13:16:38 -0700
24886              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
24887      Branch: perl
24888            ! lib/perl5db.pl
24889 ____________________________________________________________________________
24890 [  7031] By: jhi                                   on 2000/09/07  22:02:29
24891         Log: Fix the ccversion detection for 5.1 and beyond.
24892              
24893              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
24894              From: Spider Boardman <spider@leggy.zk3.dec.com>
24895              Date: Thu, 7 Sep 2000 17:54:27 -0400
24896              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
24897      Branch: perl
24898            ! hints/dec_osf.sh
24899 ____________________________________________________________________________
24900 [  7030] By: jhi                                   on 2000/09/07  19:12:28
24901         Log: Fix for
24902              
24903              Subject: [ID 20000903.001] \w in utf8-strings
24904              From: Marc Lehmann <pcg@goof.com>
24905              Date: Sun, 03 Sep 2000 09:44:29 +0200
24906              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
24907              
24908              and various related nits.
24909      Branch: perl
24910            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
24911 ____________________________________________________________________________
24912 [  7029] By: jhi                                   on 2000/09/07  18:49:09
24913         Log: Fix the URL, but the server is still missing in action.
24914              
24915              Subject: [ID 20000905.002] perlfaq1.pod URL error
24916              From: "Larry W. Virden" <lvirden@cas.org>
24917              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
24918              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
24919      Branch: perl
24920            ! pod/perlfaq1.pod
24921 ____________________________________________________________________________
24922 [  7028] By: jhi                                   on 2000/09/07  18:47:13
24923         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
24924              From: Hugo <hv@crypt.compulink.co.uk>
24925              Date: Tue, 05 Sep 2000 14:13:37 +0100
24926              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
24927      Branch: perl
24928            ! toke.c
24929 ____________________________________________________________________________
24930 [  7027] By: jhi                                   on 2000/09/07  18:45:35
24931         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
24932              From: Daniel Chetlin <daniel@chetlin.com>
24933              Date: Tue, 5 Sep 2000 04:57:07 -0700
24934              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
24935      Branch: perl
24936            ! pod/perlfaq6.pod pod/perlop.pod
24937 ____________________________________________________________________________
24938 [  7026] By: jhi                                   on 2000/09/07  18:44:01
24939         Log: Document the new ref() semantics.
24940              
24941              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
24942              From: Gisle Aas <gisle@ActiveState.com>
24943              Date: 05 Sep 2000 08:10:30 +0200
24944              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
24945      Branch: perl
24946            ! pod/perldelta.pod
24947 ____________________________________________________________________________
24948 [  7025] By: jhi                                   on 2000/09/07  18:42:27
24949         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
24950              
24951              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
24952              From: Gisle Aas <gisle@ActiveState.com>
24953              Date: 05 Sep 2000 08:11:40 +0200
24954              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
24955      Branch: perl
24956            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
24957 ____________________________________________________________________________
24958 [  7024] By: jhi                                   on 2000/09/07  18:39:32
24959         Log: Subject: [PATCH] Modernize Opcode.pm documentation
24960              From: Gisle Aas <gisle@ActiveState.com>
24961              Date: 4 Sep 2000 00:18:55 -0000
24962              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
24963      Branch: perl
24964            ! ext/Opcode/Opcode.pm
24965 ____________________________________________________________________________
24966 [  7023] By: jhi                                   on 2000/09/07  18:37:42
24967         Log: Subject: [PATCH] Tied filehandle documentation
24968              From: Gisle Aas <gisle@ActiveState.com>
24969              Date: 4 Sep 2000 00:14:40 -0000
24970              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
24971      Branch: perl
24972            ! pod/perlfunc.pod pod/perltie.pod
24973 ____________________________________________________________________________
24974 [  7022] By: jhi                                   on 2000/09/07  18:35:37
24975         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
24976              From: Gisle Aas <gisle@ActiveState.com>
24977              Date: 4 Sep 2000 00:04:22 -0000
24978              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
24979      Branch: perl
24980            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
24981 ____________________________________________________________________________
24982 [  7021] By: jhi                                   on 2000/09/07  18:33:22
24983         Log: Subject: small apidoc fix
24984              From: Marc Lehmann <pcg@goof.com>
24985              Date: Sun, 3 Sep 2000 05:12:06 +0200
24986              Message-ID: <20000903051206.A5909@cerebro.laendle>
24987      Branch: perl
24988            ! pod/perlapi.pod utf8.c
24989 ____________________________________________________________________________
24990 [  7020] By: jhi                                   on 2000/09/07  16:14:57
24991         Log: Tiny perldelta nits.
24992      Branch: perl
24993            ! pod/perldelta.pod
24994 ____________________________________________________________________________
24995 [  7019] By: jhi                                   on 2000/09/07  16:04:20
24996         Log: Guard against bad string->int conversion for quads.
24997      Branch: perl
24998            ! t/op/64bitint.t
24999 ____________________________________________________________________________
25000 [  7018] By: jhi                                   on 2000/09/06  17:07:03
25001         Log: Update Unicode todo list.
25002      Branch: perl
25003            ! Todo-5.6
25004 ____________________________________________________________________________
25005 [  7017] By: jhi                                   on 2000/09/05  21:16:01
25006         Log: Document the SvIOK_.*UV().
25007      Branch: perl
25008            ! pod/perlapi.pod sv.h
25009 ____________________________________________________________________________
25010 [  7016] By: nick                                  on 2000/09/03  21:54:46
25011         Log: Hash lookup of constant strings optimization:
25012              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
25013              to string table (as per sharepvn). Add newSV_pvn_share to create such
25014              a thing. Make hv.c compare addresses of strings and skip string compare
25015              if equal. Make method_named and helem ops use these shared-string SVs
25016              when arg is constant. Make keys op return shared-string SVs (less clearly
25017              a win).
25018      Branch: perl
25019            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
25020            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
25021            ! pod/perlintern.pod pp_hot.c proto.h sv.c
25022 ____________________________________________________________________________
25023 [  7015] By: jhi                                   on 2000/09/02  17:48:59
25024         Log: This is 5.7.0.
25025      Branch: perl
25026            ! Changes
25027 ____________________________________________________________________________
25028 [  7014] By: jhi                                   on 2000/09/02  17:35:45
25029         Log: Changes and patchlevel tweaks.
25030      Branch: perl
25031            ! Changes patchlevel.h
25032 ____________________________________________________________________________
25033 [  7013] By: jhi                                   on 2000/09/02  17:30:50
25034         Log: Update Changes.
25035      Branch: perl
25036            ! Changes patchlevel.h
25037 ____________________________________________________________________________
25038 [  7012] By: nick                                  on 2000/09/02  17:25:20
25039         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
25040      Branch: perl
25041            ! gv.c lib/overload.pm
25042 ____________________________________________________________________________
25043 [  7011] By: jhi                                   on 2000/09/02  17:16:25
25044         Log: Update perlhist.
25045      Branch: perl
25046            ! pod/perlhist.pod
25047 ____________________________________________________________________________
25048 [  7010] By: jhi                                   on 2000/09/02  17:01:35
25049         Log: perldelta nits.
25050      Branch: perl
25051            ! pod/perldelta.pod
25052 ____________________________________________________________________________
25053 [  7009] By: nick                                  on 2000/09/02  16:48:35
25054         Log: If overloaded %{} etc. return the object do not loop.
25055              Thus  sub deref { $_[0] } functions if object is wanted type.
25056      Branch: perl
25057            ! pp.h
25058 ____________________________________________________________________________
25059 [  7008] By: jhi                                   on 2000/09/02  16:26:11
25060         Log: Retab MANIFEST.
25061      Branch: perl
25062            ! ext/Storable/MANIFEST
25063 ____________________________________________________________________________
25064 [  7007] By: jhi                                   on 2000/09/02  16:23:02
25065         Log: Make certain cc is set before trying to run it.
25066      Branch: perl
25067            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
25068 ____________________________________________________________________________
25069 [  7006] By: jhi                                   on 2000/09/02  15:45:41
25070         Log: Unicode notes.
25071      Branch: perl
25072            ! pod/perldelta.pod
25073 ____________________________________________________________________________
25074 [  7005] By: jhi                                   on 2000/09/02  15:42:11
25075         Log: Various Configure nits by Philip Newton,
25076              plus the ebcdic one by me.
25077      Branch: metaconfig
25078            + U/modified/pager.U
25079            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
25080      Branch: metaconfig/U/perl
25081            ! Devel.U quadfio.U
25082      Branch: perl
25083            ! Configure config_h.SH
25084 ____________________________________________________________________________
25085 [  7004] By: jhi                                   on 2000/09/02  15:06:14
25086         Log: Apparently avoiding the swapping is too costly.
25087              
25088              From: "Ben Tilly" <ben_tilly@hotmail.com>
25089              Subject: Re: the door is closed.
25090              Date: Fri, 01 Sep 2000 20:23:16 EDT
25091              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
25092      Branch: perl
25093            ! pod/perlfaq4.pod
25094 ____________________________________________________________________________
25095 [  7003] By: nick                                  on 2000/09/02  12:26:04
25096         Log: Undo part of change 6489 which looks like a bulk edit which
25097              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
25098              The supressing of main:: on return from select() is undesirable.
25099      Branch: perl
25100            ! pp_sys.c
25101 ____________________________________________________________________________
25102 [  7002] By: jhi                                   on 2000/09/01  23:08:54
25103         Log: Update Changes.
25104      Branch: perl
25105            ! Changes patchlevel.h
25106 ____________________________________________________________________________
25107 [  7001] By: jhi                                   on 2000/09/01  23:00:13
25108         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
25109              From: Peter Prymmer <pvhp@forte.com>
25110              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
25111              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
25112              
25113              plus rework the http: spots as suggested by Tom Christiansen,
25114              plus regen perltoc.
25115      Branch: perl
25116            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
25117            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
25118 ____________________________________________________________________________
25119 [  7000] By: jhi                                   on 2000/09/01  22:36:01
25120         Log: Only the first line, thank you very much.
25121      Branch: perl
25122            ! hints/solaris_2.sh
25123 ____________________________________________________________________________
25124 [  6999] By: gsar                                  on 2000/09/01  22:16:40
25125         Log: change#6791 accidentally clobbered change#6710, put it back
25126      Branch: perl
25127            ! win32/win32.c
25128 ____________________________________________________________________________
25129 [  6998] By: jhi                                   on 2000/09/01  22:14:16
25130         Log: Mention the HP-UX LP64 freak failure.
25131      Branch: perl
25132            ! pod/perldelta.pod
25133 ____________________________________________________________________________
25134 [  6997] By: jhi                                   on 2000/09/01  21:48:32
25135         Log: Detypo.
25136      Branch: perl
25137            ! hints/hpux.sh
25138 ____________________________________________________________________________
25139 [  6996] By: jhi                                   on 2000/09/01  21:27:10
25140         Log: Update Changes.
25141      Branch: perl
25142            ! Changes patchlevel.h
25143 ____________________________________________________________________________
25144 [  6995] By: jhi                                   on 2000/09/01  21:14:24
25145         Log: Mi splgn s gnin.g
25146      Branch: perl
25147            ! pp_ctl.c
25148 ____________________________________________________________________________
25149 [  6994] By: jhi                                   on 2000/09/01  21:09:54
25150         Log: Subject: http:// in L<>
25151              From: Nicholas Clark <nick@ccl4.org>
25152              Date: Fri, 1 Sep 2000 22:03:21 +0100
25153              Message-ID: <20000901220321.B72074@plum.flirble.org>
25154      Branch: perl
25155            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
25156 ____________________________________________________________________________
25157 [  6993] By: jhi                                   on 2000/09/01  21:06:54
25158         Log: Update to Storable 1.0, from Raphael Manfredi.
25159      Branch: perl
25160            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
25161            ! ext/Storable/Makefile.PL ext/Storable/README
25162            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
25163            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
25164            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
25165            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
25166            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
25167            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
25168 ____________________________________________________________________________
25169 [  6992] By: jhi                                   on 2000/09/01  20:43:05
25170         Log: Mention known sfio+linux buglet.
25171      Branch: perl
25172            ! pod/perldelta.pod
25173 ____________________________________________________________________________
25174 [  6991] By: jhi                                   on 2000/09/01  20:40:11
25175         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
25176              From: Peter Prymmer <pvhp@forte.com>
25177              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
25178              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
25179      Branch: perl
25180            ! vms/vms.c
25181 ____________________________________________________________________________
25182 [  6990] By: jhi                                   on 2000/09/01  20:25:26
25183         Log: Retract #6986.
25184      Branch: perl
25185            ! hints/solaris_2.sh
25186 ____________________________________________________________________________
25187 [  6989] By: jhi                                   on 2000/09/01  20:23:00
25188         Log: Mergesort is back.
25189      Branch: perl
25190            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
25191 ____________________________________________________________________________
25192 [  6988] By: jhi                                   on 2000/09/01  19:37:40
25193         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
25194              From: Mike Guy <mjtg@cam.ac.uk>
25195              Date: Fri, 01 Sep 2000 17:43:33 +0100
25196              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
25197      Branch: perl
25198            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
25199            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
25200 ____________________________________________________________________________
25201 [  6987] By: jhi                                   on 2000/09/01  19:17:10
25202         Log: Regen perltoc.
25203      Branch: perl
25204            ! pod/perltoc.pod
25205 ____________________________________________________________________________
25206 [  6986] By: jhi                                   on 2000/09/01  18:51:10
25207         Log: Subject: Re: Solaris x86 has no SPARC libraries!
25208              From: Lupe Christoph <lupe@lupe-christoph.de>
25209              Date: Fri, 1 Sep 2000 20:41:20 +0200
25210              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
25211      Branch: perl
25212            ! hints/solaris_2.sh
25213 ____________________________________________________________________________
25214 [  6985] By: jhi                                   on 2000/09/01  18:28:10
25215         Log: Update Changes.
25216      Branch: perl
25217            ! Changes patchlevel.h
25218 ____________________________________________________________________________
25219 [  6984] By: jhi                                   on 2000/09/01  18:26:53
25220         Log: Feature ordering tweak.
25221      Branch: perl
25222            ! myconfig.SH
25223 ____________________________________________________________________________
25224 [  6983] By: jhi                                   on 2000/09/01  18:19:50
25225         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
25226              From: <abigail@foad.org>
25227              Date: Fri, 1 Sep 2000 13:07:32 -0400
25228              Message-ID: <20000901170732.18249.qmail@foad.org>
25229      Branch: perl
25230            ! t/pragma/overload.t
25231 ____________________________________________________________________________
25232 [  6982] By: jhi                                   on 2000/09/01  18:17:54
25233         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
25234              so that case-ignoring systems like DCL can tell them from
25235              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
25236      Branch: metaconfig/U/perl
25237            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
25238      Branch: perl
25239            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25240            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
25241            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
25242            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
25243            ! vos/config.def vos/config.h vos/config_h.SH_orig
25244            ! win32/config.bc win32/config.gc win32/config.vc
25245 ____________________________________________________________________________
25246 [  6981] By: nick                                  on 2000/09/01  17:21:57
25247         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
25248              warning when UNTIE exists and instead pass the cound of extra references to
25249              the UNTIE method.
25250      Branch: perl
25251            ! pod/perltie.pod pp_sys.c
25252 ____________________________________________________________________________
25253 [  6980] By: jhi                                   on 2000/09/01  16:54:44
25254         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
25255              From: Peter Prymmer <pvhp@forte.com>
25256              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
25257              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
25258      Branch: perl
25259            ! configure.com
25260 ____________________________________________________________________________
25261 [  6979] By: jhi                                   on 2000/09/01  16:06:20
25262         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
25263              From: Mike Guy <mjtg@cam.ac.uk> 
25264              Date: Fri, 01 Sep 2000 16:49:27 +0100
25265              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
25266      Branch: perl
25267            ! t/base/rs.t
25268 ____________________________________________________________________________
25269 [  6978] By: jhi                                   on 2000/09/01  16:00:42
25270         Log: Update to PodParser 1.18, from Brad Appleton.
25271      Branch: perl
25272            ! lib/Pod/Checker.pm t/pod/find.t
25273 ____________________________________________________________________________
25274 [  6977] By: jhi                                   on 2000/09/01  14:48:58
25275         Log: Subject: Nit in Configure (bleadperl@6961)
25276              From: Lupe Christoph <lupe@lupe-christoph.de>
25277              Date: Fri, 1 Sep 2000 16:34:29 +0200
25278              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
25279      Branch: metaconfig
25280            ! U/compline/ccflags.U
25281      Branch: perl
25282            ! Configure config_h.SH
25283 ____________________________________________________________________________
25284 [  6976] By: jhi                                   on 2000/09/01  14:39:52
25285         Log: Update Changes.
25286      Branch: perl
25287            ! Changes patchlevel.h
25288 ____________________________________________________________________________
25289 [  6975] By: jhi                                   on 2000/09/01  14:37:36
25290         Log: microperl config update.
25291      Branch: perl
25292            ! uconfig.h uconfig.sh
25293 ____________________________________________________________________________
25294 [  6974] By: jhi                                   on 2000/09/01  14:36:53
25295         Log: Document known deficiencies.
25296      Branch: perl
25297            ! pod/perldelta.pod
25298 ____________________________________________________________________________
25299 [  6973] By: jhi                                   on 2000/09/01  14:10:20
25300         Log: Mention warnings fixes and updates.
25301      Branch: perl
25302            ! pod/perldelta.pod
25303 ____________________________________________________________________________
25304 [  6972] By: jhi                                   on 2000/09/01  14:01:52
25305         Log: Drop unused argument.
25306              
25307              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
25308              From: Spider Boardman <spider@web.zk3.dec.com>
25309              Date: Thu, 31 Aug 2000 16:10:15 -0400
25310              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
25311      Branch: perl
25312            ! toke.c
25313 ____________________________________________________________________________
25314 [  6971] By: jhi                                   on 2000/09/01  13:59:24
25315         Log: Add the overload warnings to perldiag.
25316      Branch: perl
25317            ! lib/overload.pm pod/perldiag.pod
25318 ____________________________________________________________________________
25319 [  6970] By: jhi                                   on 2000/09/01  13:55:10
25320         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
25321              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25322              Date: Fri, 1 Sep 2000 13:43:15 +0100 
25323              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
25324      Branch: perl
25325            ! lib/overload.pm t/pragma/overload.t
25326 ____________________________________________________________________________
25327 [  6969] By: jhi                                   on 2000/09/01  13:52:27
25328         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
25329              From: <abigail@foad.org>
25330              Date: Fri, 1 Sep 2000 05:46:54 -0400
25331              Message-ID: <20000901094654.6476.qmail@foad.org>
25332      Branch: perl
25333            ! lib/overload.pm
25334 ____________________________________________________________________________
25335 [  6968] By: jhi                                   on 2000/09/01  13:50:05
25336         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
25337              From: Daniel Chetlin <daniel@chetlin.com>
25338              Date: Fri, 1 Sep 2000 02:10:55 -0700
25339              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
25340      Branch: perl
25341            ! pod/perlretut.pod
25342 ____________________________________________________________________________
25343 [  6967] By: jhi                                   on 2000/09/01  13:47:54
25344         Log: Part of the solution.
25345              
25346              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
25347              From: Mike Guy <mjtg@cam.ac.uk>
25348              Date: Fri, 01 Sep 2000 14:16:01 +0100
25349              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
25350      Branch: perl
25351            ! gv.c mg.c
25352 ____________________________________________________________________________
25353 [  6966] By: jhi                                   on 2000/09/01  13:46:17
25354         Log: Subject: CPAN.pm beta 1.57_57 for the core
25355              From: andreas.koenig@anima.de (Andreas J. Koenig)
25356              Date: 01 Sep 2000 15:16:31 +0200
25357              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
25358      Branch: perl
25359            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25360 ____________________________________________________________________________
25361 [  6965] By: jhi                                   on 2000/09/01  13:43:18
25362         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
25363              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25364              Date: Fri, 01 Sep 2000 01:47:22 -0500
25365              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
25366      Branch: perl
25367            ! pod/perldelta.pod vms/vms.c
25368 ____________________________________________________________________________
25369 [  6964] By: jhi                                   on 2000/09/01  13:35:35
25370         Log: File::Temp patches from Andreas König,
25371              
25372              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
25373              From: andreas.koenig@anima.de (Andreas J. Koenig)
25374              Date: 01 Sep 2000 10:07:20 +0200
25375              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
25376              
25377              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
25378              From: andreas.koenig@anima.de (Andreas J. Koenig)
25379              Date: 31 Aug 2000 23:26:08 +0200
25380              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
25381      Branch: perl
25382            ! lib/File/Temp.pm t/lib/ftmp-security.t
25383 ____________________________________________________________________________
25384 [  6963] By: jhi                                   on 2000/09/01  02:22:24
25385         Log: Retract the mergesort code, way too incompatible licensing
25386              and copyrights.
25387      Branch: perl
25388            ! pod/perldelta.pod pp_ctl.c
25389 ____________________________________________________________________________
25390 [  6962] By: jhi                                   on 2000/08/31  23:27:32
25391         Log: Update Changes.
25392      Branch: perl
25393            ! Changes patchlevel.h
25394 ____________________________________________________________________________
25395 [  6961] By: jhi                                   on 2000/08/31  23:20:04
25396         Log: Small tweaks all over.
25397      Branch: metaconfig
25398            ! U/compline/d_gconvert.U
25399      Branch: perl
25400            ! AUTHORS Configure config_h.SH pp_ctl.c
25401 ____________________________________________________________________________
25402 [  6960] By: jhi                                   on 2000/08/31  22:39:36
25403         Log: Further rewording.
25404      Branch: perl
25405            ! pp_ctl.c
25406 ____________________________________________________________________________
25407 [  6959] By: jhi                                   on 2000/08/31  21:26:44
25408         Log: More address tweaking.
25409      Branch: perl
25410            ! AUTHORS Changes
25411 ____________________________________________________________________________
25412 [  6958] By: jhi                                   on 2000/08/31  20:47:25
25413         Log: AUTHORS tweaks, from Peter Prymmer.
25414              
25415              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
25416              From: Peter Prymmer <pvhp@forte.com>
25417              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
25418              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
25419      Branch: perl
25420            ! AUTHORS MAINTAIN
25421 ____________________________________________________________________________
25422 [  6957] By: jhi                                   on 2000/08/31  20:34:43
25423         Log: perldelta tweaks.
25424      Branch: perl
25425            ! pod/perldelta.pod
25426 ____________________________________________________________________________
25427 [  6956] By: jhi                                   on 2000/08/31  19:11:06
25428         Log: Regen perltoc.
25429      Branch: perl
25430            ! pod/perltoc.pod
25431 ____________________________________________________________________________
25432 [  6955] By: jhi                                   on 2000/08/31  19:06:30
25433         Log: Clarify the mergesort situation.
25434      Branch: perl
25435            ! pp_ctl.c
25436 ____________________________________________________________________________
25437 [  6954] By: jhi                                   on 2000/08/31  18:24:17
25438         Log: Move the Solaris 7 scan to use64bitall, make the
25439              failure to find 64-bot sparc libc to mention the
25440              possibility of being in an intel, from Lupe and Alan.
25441      Branch: perl
25442            ! hints/solaris_2.sh
25443 ____________________________________________________________________________
25444 [  6953] By: jhi                                   on 2000/08/31  18:09:20
25445         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
25446              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
25447      Branch: metaconfig
25448            ! U/compline/d_gconvert.U U/threads/archname.U
25449      Branch: metaconfig/U/perl
25450            ! perlxv.U
25451      Branch: perl
25452            ! Configure config_h.SH sv.c
25453 ____________________________________________________________________________
25454 [  6952] By: jhi                                   on 2000/08/31  17:42:24
25455         Log: :: not allowed in pathnames, change to .
25456              
25457              Subject: [PATCH perl@6938] cygwin port
25458              From: "Fifer, Eric" <EFifer@sanwaint.com>
25459              Date: Thu, 31 Aug 2000 16:32:59 +0100
25460              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
25461      Branch: metaconfig/U/perl
25462            ! perlxv.U
25463 ____________________________________________________________________________
25464 [  6951] By: jhi                                   on 2000/08/31  17:02:05
25465         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
25466      Branch: perl
25467            ! perl.h
25468 ____________________________________________________________________________
25469 [  6950] By: jhi                                   on 2000/08/31  16:26:08
25470         Log: More author updates.
25471              
25472              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
25473              From: Simon Cozens <simon@cozens.net>
25474              Date: Thu, 31 Aug 2000 17:13:32 +0100
25475              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
25476      Branch: perl
25477            ! AUTHORS
25478 ____________________________________________________________________________
25479 [  6949] By: jhi                                   on 2000/08/31  16:04:49
25480         Log: POSIX doesn't report long double values under -Duselongdouble
25481              when the long doubles are "real" (bigger than doubles).
25482              
25483              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
25484              From: Spider Boardman <spider@peano.zk3.dec.com>
25485              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
25486              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
25487      Branch: perl
25488            ! ext/POSIX/POSIX.xs
25489 ____________________________________________________________________________
25490 [  6948] By: jhi                                   on 2000/08/31  15:25:10
25491         Log: Update Changes.
25492      Branch: perl
25493            ! Changes patchlevel.h
25494 ____________________________________________________________________________
25495 [  6947] By: jhi                                   on 2000/08/31  15:22:29
25496         Log: Document UNTIE in a very minimalistic way.
25497      Branch: perl
25498            ! pod/perlfunc.pod pod/perltie.pod
25499 ____________________________________________________________________________
25500 [  6946] By: jhi                                   on 2000/08/31  15:15:23
25501         Log: Document known failures.
25502      Branch: perl
25503            ! pod/perldelta.pod
25504 ____________________________________________________________________________
25505 [  6945] By: jhi                                   on 2000/08/31  15:07:00
25506         Log: Don't attach -ld to the archname if pointless.
25507      Branch: metaconfig
25508            ! U/threads/archname.U
25509      Branch: perl
25510            ! Configure config_h.SH
25511 ____________________________________________________________________________
25512 [  6944] By: jhi                                   on 2000/08/31  14:37:42
25513         Log: Wrap the test in eval.
25514              
25515              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
25516              From: Tim Jenness <timj@jach.hawaii.edu>
25517              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
25518              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
25519      Branch: perl
25520            ! t/lib/ftmp-security.t
25521 ____________________________________________________________________________
25522 [  6943] By: jhi                                   on 2000/08/31  14:30:57
25523         Log: Make -Dusemorebits find long doubles in Solaris.
25524      Branch: perl
25525            ! hints/solaris_2.sh
25526 ____________________________________________________________________________
25527 [  6942] By: jhi                                   on 2000/08/31  13:48:45
25528         Log: Clarify the third case of ftmp-security warnings.
25529      Branch: perl
25530            ! INSTALL
25531 ____________________________________________________________________________
25532 [  6941] By: jhi                                   on 2000/08/31  13:40:31
25533         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
25534              From: <abigail@foad.org>
25535              Date: Thu, 31 Aug 2000 01:35:05 -0400
25536              Message-ID: <20000831053505.32120.qmail@foad.org>
25537      Branch: perl
25538            ! pod/perldelta.pod
25539 ____________________________________________________________________________
25540 [  6940] By: jhi                                   on 2000/08/31  13:38:48
25541         Log: Issue useful diagnostic on unknown pod commands.
25542              
25543              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
25544              From: <abigail@foad.org>
25545              Date: Thu, 31 Aug 2000 03:41:18 -0400
25546              Message-ID: <20000831074118.24880.qmail@foad.org>
25547      Branch: perl
25548            ! lib/Pod/Man.pm
25549 ____________________________________________________________________________
25550 [  6939] By: jhi                                   on 2000/08/31  13:34:33
25551         Log: Reveal Borland's isnan.
25552              
25553              Subject: build with BC++ tweak
25554              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25555              Date: Thu, 31 Aug 2000 13:09:37 +0400
25556              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
25557      Branch: perl
25558            ! win32/win32.h
25559 ____________________________________________________________________________
25560 [  6938] By: jhi                                   on 2000/08/31  05:01:20
25561         Log: Update Changes.
25562      Branch: perl
25563            ! Changes patchlevel.h
25564 ____________________________________________________________________________
25565 [  6937] By: jhi                                   on 2000/08/31  04:26:23
25566         Log: sscanf() may be the only way to read long doubles from strings.
25567      Branch: metaconfig/U/perl
25568            ! longdblfio.U
25569      Branch: perl
25570            ! Configure config_h.SH perl.h util.c
25571 ____________________________________________________________________________
25572 [  6936] By: jhi                                   on 2000/08/31  04:18:19
25573         Log: The #6929 was too skimpy.
25574      Branch: perl
25575            ! sv.c
25576 ____________________________________________________________________________
25577 [  6935] By: jhi                                   on 2000/08/31  02:47:07
25578         Log: Subject: Re: typos in pods
25579              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25580              Date: Wed, 30 Aug 2000 19:25:34 -0700
25581              Message-ID: <eIcr5gzkg25X092yn@efn.org>
25582      Branch: perl
25583            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
25584 ____________________________________________________________________________
25585 [  6934] By: jhi                                   on 2000/08/31  02:42:55
25586         Log: Missed one Unicode file.
25587      Branch: perl
25588            + lib/unicode/UCDFF301.html
25589 ____________________________________________________________________________
25590 [  6933] By: jhi                                   on 2000/08/30  23:42:27
25591         Log: Update Changes.
25592      Branch: perl
25593            ! Changes patchlevel.h
25594 ____________________________________________________________________________
25595 [  6932] By: jhi                                   on 2000/08/30  23:40:07
25596         Log: Mention UNTIE in perldelta.  Still needs documenting
25597              in perltie et alia.
25598      Branch: perl
25599            ! pod/perldelta.pod
25600 ____________________________________________________________________________
25601 [  6931] By: jhi                                   on 2000/08/30  23:36:02
25602         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
25603              From: <abigail@foad.org>
25604              Date: Wed, 30 Aug 2000 19:28:07 -0400
25605              Message-ID: <20000830232807.305.qmail@foad.org>
25606      Branch: perl
25607            ! pod/perldelta.pod
25608 ____________________________________________________________________________
25609 [  6930] By: jhi                                   on 2000/08/30  23:32:40
25610         Log: Update to Unicode 3.0.1.
25611      Branch: perl
25612            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
25613            + lib/unicode/PropList.txt lib/unicode/README.perl
25614            + lib/unicode/UCD301.html lib/unicode/Unicode.301
25615            - lib/unicode/Props.txt lib/unicode/UCD300.html
25616            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
25617            ! (edit 257 files)
25618 ____________________________________________________________________________
25619 [  6929] By: jhi                                   on 2000/08/30  22:38:18
25620         Log: Heap decorruption.
25621              
25622              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
25623              From: Alan Burlison <Alan.Burlison@uk.sun.com>
25624              Date: Wed, 30 Aug 2000 22:39:52 +0100
25625              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
25626      Branch: perl
25627            ! sv.c
25628 ____________________________________________________________________________
25629 [  6928] By: jhi                                   on 2000/08/30  22:29:34
25630         Log: Retract the dummy test, skip the security tests (instead of failing),
25631              explain what the warnings mean.
25632      Branch: perl
25633            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
25634 ____________________________________________________________________________
25635 [  6927] By: jhi                                   on 2000/08/30  22:14:13
25636         Log: Change the internal implementation of sort() to be mergesort
25637              instead of quicksort, from John Linderman <jpl@research.att.com>.
25638              Gives us better worst case, better average case, and stability.
25639              What's there not to like?  (Small fixes for threaded builds
25640              were required).
25641      Branch: perl
25642            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
25643 ____________________________________________________________________________
25644 [  6926] By: jhi                                   on 2000/08/30  20:55:20
25645         Log: A better fix for the Socket building problem from Craig Berry.
25646      Branch: perl
25647            ! vms/vms.c
25648 ____________________________________________________________________________
25649 [  6925] By: jhi                                   on 2000/08/30  20:20:25
25650         Log: Subject: [PATCH] Re: UNTIE method 
25651              From: Nick Ing-Simmons <nik@tiuk.ti.com>
25652              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
25653              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
25654      Branch: perl
25655            ! pp_sys.c t/op/tie.t
25656 ____________________________________________________________________________
25657 [  6924] By: jhi                                   on 2000/08/30  20:17:11
25658         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
25659              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25660              Date: Wed, 30 Aug 2000 15:03:14 -0500
25661              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
25662      Branch: perl
25663            ! vms/vms.c
25664 ____________________________________________________________________________
25665 [  6923] By: jhi                                   on 2000/08/30  20:15:18
25666         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
25667              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25668              Date: Wed, 30 Aug 2000 13:30:36 -0500
25669              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
25670      Branch: perl
25671            ! vms/vms.c
25672 ____________________________________________________________________________
25673 [  6922] By: jhi                                   on 2000/08/30  19:54:43
25674         Log: Better options for rsync.
25675      Branch: perl
25676            ! pod/perlhack.pod
25677 ____________________________________________________________________________
25678 [  6921] By: jhi                                   on 2000/08/30  19:40:16
25679         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
25680              From: Rick Delaney <rick@consumercontact.com>
25681              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
25682              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
25683      Branch: perl
25684            ! pod/perlfunc.pod
25685 ____________________________________________________________________________
25686 [  6920] By: jhi                                   on 2000/08/30  19:36:40
25687         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
25688              From: Peter Prymmer <pvhp@forte.com>
25689              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
25690              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
25691      Branch: perl
25692            ! configure.com
25693 ____________________________________________________________________________
25694 [  6919] By: jhi                                   on 2000/08/30  14:52:02
25695         Log: Update Changes.
25696      Branch: perl
25697            ! Changes patchlevel.h
25698 ____________________________________________________________________________
25699 [  6918] By: jhi                                   on 2000/08/30  14:48:34
25700         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
25701      Branch: perl
25702            ! lib/ExtUtils/typemap
25703 ____________________________________________________________________________
25704 [  6917] By: jhi                                   on 2000/08/30  14:46:34
25705         Log: Subject: typos in pods
25706              From: Nicholas Clark <nick@ccl4.org>
25707              Date: Wed, 30 Aug 2000 01:12:50 +0100
25708              Message-ID: <20000830011249.A61388@plum.flirble.org>
25709      Branch: perl
25710            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
25711            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
25712            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
25713            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
25714 ____________________________________________________________________________
25715 [  6916] By: jhi                                   on 2000/08/30  14:19:09
25716         Log: Document Storable problems on Crays.  (Will have
25717              to document all the other Storable problems, too.)
25718      Branch: perl
25719            ! pod/perldelta.pod
25720 ____________________________________________________________________________
25721 [  6915] By: jhi                                   on 2000/08/30  14:06:02
25722         Log: Subject: [PATCH] fix misc cast warnings
25723              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25724              Date: Tue, 29 Aug 2000 23:16:14 -0700
25725              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
25726      Branch: perl
25727            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
25728            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
25729            ! os2/os2ish.h
25730 ____________________________________________________________________________
25731 [  6914] By: jhi                                   on 2000/08/30  14:03:45
25732         Log: Timestamp mismatch again.  Need to fix this dependence on
25733              config_h.SH timestamp, since it's the contents of config_h.SH
25734              that matter.
25735      Branch: perl
25736            ! uconfig.h uconfig.sh
25737 ____________________________________________________________________________
25738 [  6913] By: jhi                                   on 2000/08/30  13:54:06
25739         Log: Don't say "Perl 5.0 source kit".
25740      Branch: perl
25741            ! perl.c
25742 ____________________________________________________________________________
25743 [  6912] By: jhi                                   on 2000/08/30  13:51:24
25744         Log: Reset archname and archname64 always, forcing them be
25745              recomputed at each Configure run, make Configure and
25746              the hints files agree on the naming of largefiles variables.
25747      Branch: metaconfig
25748            ! U/threads/archname.U
25749      Branch: metaconfig/U/perl
25750            ! use64bits.U
25751      Branch: perl
25752            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
25753            ! hints/linux.sh hints/solaris_2.sh
25754 ____________________________________________________________________________
25755 [  6911] By: jhi                                   on 2000/08/30  13:30:13
25756         Log: Put back the slice accidentally removed by #6907.
25757      Branch: perl
25758            ! hints/solaris_2.sh
25759 ____________________________________________________________________________
25760 [  6910] By: jhi                                   on 2000/08/30  01:24:26
25761         Log: Be consistent: other Net::get* do export theirs.
25762              
25763              Subject: Re: Net::protoent does not export 'getproto'
25764              From: Yasushi Nakajima <sey@jkc.co.jp>
25765              Date: Wed, 30 Aug 2000 09:53:14 +0900
25766              Message-Id: <200008300051.DAA24700@taku.hut.fi>
25767      Branch: perl
25768            ! lib/Net/protoent.pm
25769 ____________________________________________________________________________
25770 [  6909] By: jhi                                   on 2000/08/30  01:17:25
25771         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
25772              From: Gurusamy Sarathy <gsar@ActiveState.com>
25773              Date: Tue, 29 Aug 2000 17:17:07 -0700
25774              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
25775      Branch: perl
25776            ! cop.h
25777 ____________________________________________________________________________
25778 [  6908] By: jhi                                   on 2000/08/30  00:58:05
25779         Log: Update Changes.
25780      Branch: perl
25781            ! Changes patchlevel.h
25782 ____________________________________________________________________________
25783 [  6907] By: jhi                                   on 2000/08/30  00:57:22
25784         Log: Introduce ccname to keep track of what compiler kind of we have.
25785      Branch: metaconfig/U/perl
25786            ! Checkcc.U gccvers.U
25787      Branch: perl
25788            ! Configure config_h.SH hints/solaris_2.sh
25789 ____________________________________________________________________________
25790 [  6906] By: jhi                                   on 2000/08/30  00:25:47
25791         Log: Put back the flags dump as reasoned in
25792              
25793              Subject: Re: [PATCH] Glob dumping
25794              From: Mike Guy <mjtg@cam.ac.uk> 
25795              Date: Tue, 29 Aug 2000 21:41:32 +0100
25796              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
25797      Branch: perl
25798            ! dump.c t/lib/peek.t
25799 ____________________________________________________________________________
25800 [  6905] By: jhi                                   on 2000/08/30  00:16:17
25801         Log: Make the epsilon to be relative, not absolute.
25802              
25803              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
25804              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
25805              Date: Tue, 29 Aug 2000 19:58:56 -0400
25806              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
25807      Branch: perl
25808            ! t/lib/trig.t
25809 ____________________________________________________________________________
25810 [  6904] By: jhi                                   on 2000/08/30  00:13:09
25811         Log: From now on, Gisle is on my list of usual suspects :-)
25812              Retract #6902.
25813      Branch: perl
25814            ! ext/Opcode/Safe.pm
25815 ____________________________________________________________________________
25816 [  6903] By: jhi                                   on 2000/08/29  23:51:20
25817         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
25818              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25819              Date: Tue, 29 Aug 2000 18:43:26 -0500
25820              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
25821      Branch: perl
25822            + vms/vmspipe.com
25823            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
25824            ! vms/vms.c
25825 ____________________________________________________________________________
25826 [  6902] By: jhi                                   on 2000/08/29  23:44:14
25827         Log: Retry what #6882 attempted.
25828              
25829              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
25830              From: Gisle Aas <gisle@ActiveState.com>
25831              Date: 30 Aug 2000 00:33:09 +0200
25832              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
25833      Branch: perl
25834            ! ext/Opcode/Safe.pm
25835 ____________________________________________________________________________
25836 [  6901] By: jhi                                   on 2000/08/29  22:59:32
25837         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
25838              From: Hugo <hv@crypt.compulink.co.uk>
25839              Date: Mon, 12 Jun 2000 19:36:08 +0100
25840              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
25841      Branch: perl
25842            ! sv.c
25843 ____________________________________________________________________________
25844 [  6900] By: jhi                                   on 2000/08/29  22:58:35
25845         Log: Admit that we are leaking scalars.
25846              
25847              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
25848              From: Spider Boardman <spider@leggy.zk3.dec.com>
25849              Date: Tue, 29 Aug 2000 18:48:29 -0400
25850              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
25851      Branch: perl
25852            ! t/pragma/warnings.t
25853 ____________________________________________________________________________
25854 [  6899] By: jhi                                   on 2000/08/29  20:53:13
25855         Log: Update Changes.
25856      Branch: perl
25857            ! Changes patchlevel.h
25858 ____________________________________________________________________________
25859 [  6898] By: jhi                                   on 2000/08/29  20:46:21
25860         Log: Undo namespace pollution of #6878.
25861              
25862              Subject: Re: Net::protoent does not export 'getproto'
25863              From: Mike Guy <mjtg@cam.ac.uk>
25864              Date: Tue, 29 Aug 2000 21:32:37 +0100
25865              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
25866      Branch: perl
25867            ! lib/Net/protoent.pm
25868 ____________________________________________________________________________
25869 [  6897] By: jhi                                   on 2000/08/29  20:44:29
25870         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
25871              From: Peter Prymmer <pvhp@forte.com>
25872              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
25873              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
25874      Branch: perl
25875            ! pod/perlebcdic.pod
25876 ____________________________________________________________________________
25877 [  6896] By: jhi                                   on 2000/08/29  20:40:57
25878         Log: There's no point repeating the 'revision' (5) of perl5.
25879      Branch: metaconfig/U/perl
25880            ! Devel.U patchlevel.U
25881      Branch: perl
25882            ! Configure config_h.SH
25883 ____________________________________________________________________________
25884 [  6895] By: jhi                                   on 2000/08/29  20:16:58
25885         Log: Regen Configure for #6894.
25886      Branch: metaconfig/U/perl
25887            ! perladmin.U
25888      Branch: perl
25889            ! Configure config_h.SH
25890 ____________________________________________________________________________
25891 [  6894] By: jhi                                   on 2000/08/29  19:59:52
25892         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
25893              From: "Philip Newton" <Philip.Newton@gmx.net>
25894              Date: Tue, 29 Aug 2000 21:39:14 +0200
25895              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
25896      Branch: perl
25897            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
25898            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
25899            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
25900            ! utils/perlbug.PL
25901 ____________________________________________________________________________
25902 [  6893] By: jhi                                   on 2000/08/29  19:55:30
25903         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
25904              From: "Philip Newton" <Philip.Newton@gmx.net>
25905              Date: Tue, 29 Aug 2000 21:39:14 +0200
25906              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
25907      Branch: perl
25908            ! installhtml
25909 ____________________________________________________________________________
25910 [  6892] By: jhi                                   on 2000/08/29  19:53:59
25911         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
25912              From: "Philip Newton" <Philip.Newton@gmx.net>
25913              Date: Tue, 29 Aug 2000 21:48:18 +0200
25914              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
25915      Branch: perl
25916            ! lib/File/Temp.pm
25917 ____________________________________________________________________________
25918 [  6891] By: jhi                                   on 2000/08/29  18:30:03
25919         Log: Nail the ID 20000828.023.
25920      Branch: perl
25921            ! ext/Storable/Storable.xs
25922 ____________________________________________________________________________
25923 [  6890] By: jhi                                   on 2000/08/29  16:50:17
25924         Log: Under usethreads the dumped variable is IN_PAD.
25925              
25926              Subject: Re: [PATCH] Glob dumping
25927              From: Gisle Aas <gisle@ActiveState.com>
25928              Date: 29 Aug 2000 18:45:05 +0200
25929              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
25930      Branch: perl
25931            ! t/lib/peek.t
25932 ____________________________________________________________________________
25933 [  6889] By: jhi                                   on 2000/08/29  15:17:37
25934         Log: Update Changes.
25935      Branch: perl
25936            ! Changes patchlevel.h
25937 ____________________________________________________________________________
25938 [  6888] By: jhi                                   on 2000/08/29  14:49:59
25939         Log: Retract #6882, broke the safe tests.
25940      Branch: perl
25941            ! ext/Opcode/Safe.pm
25942 ____________________________________________________________________________
25943 [  6887] By: jhi                                   on 2000/08/29  14:47:06
25944         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
25945              From: Gisle Aas <gisle@ActiveState.com> 
25946              Date: 09 Jun 2000 20:00:11 +0200
25947              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
25948      Branch: perl
25949            ! utils/perldoc.PL
25950 ____________________________________________________________________________
25951 [  6886] By: jhi                                   on 2000/08/29  14:42:45
25952         Log: The #6881 removed one dump line.
25953      Branch: perl
25954            ! t/lib/peek.t
25955 ____________________________________________________________________________
25956 [  6885] By: jhi                                   on 2000/08/29  14:30:47
25957         Log: Don't forget to tidy up.
25958      Branch: perl
25959            ! t/lib/ftmp-security.t
25960 ____________________________________________________________________________
25961 [  6884] By: jhi                                   on 2000/08/29  14:25:17
25962         Log: Disabling the one test is a bit tricky.
25963      Branch: perl
25964            ! t/lib/ftmp-security.t
25965 ____________________________________________________________________________
25966 [  6883] By: jhi                                   on 2000/08/29  14:16:25
25967         Log: Disable one of the tests for now.
25968      Branch: perl
25969            ! t/lib/ftmp-security.t
25970 ____________________________________________________________________________
25971 [  6882] By: jhi                                   on 2000/08/29  14:05:50
25972         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
25973              From: gisle@aas.no
25974              Date: 29 Aug 2000 10:35:06 -0000
25975              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
25976      Branch: perl
25977            ! ext/Opcode/Safe.pm
25978 ____________________________________________________________________________
25979 [  6881] By: jhi                                   on 2000/08/29  14:03:51
25980         Log: Subject: [PATCH] Glob dumping
25981              From: Gisle Aas <gisle@ActiveState.com>
25982              Date: 29 Aug 2000 07:59:42 -0000
25983              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
25984      Branch: perl
25985            ! dump.c
25986 ____________________________________________________________________________
25987 [  6880] By: jhi                                   on 2000/08/29  14:02:01
25988         Log: Subject: [PATCH] Warnings in B::Deparse
25989              From: <abigail@foad.org>
25990              Date: Tue, 29 Aug 2000 00:00:01 -0400
25991              Message-ID: <20000829040001.2999.qmail@foad.org>
25992      Branch: perl
25993            ! ext/B/B/Deparse.pm
25994 ____________________________________________________________________________
25995 [  6879] By: jhi                                   on 2000/08/29  13:57:26
25996         Log: Missed a change in #6869.
25997      Branch: perl
25998            ! mg.c
25999 ____________________________________________________________________________
26000 [  6878] By: jhi                                   on 2000/08/29  13:45:04
26001         Log: Subject: Net::protoent does not export 'getproto'
26002              From: Yasushi Nakajima <sey@jkc.co.jp>
26003              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
26004      Branch: perl
26005            ! lib/Net/protoent.pm
26006 ____________________________________________________________________________
26007 [  6877] By: jhi                                   on 2000/08/29  13:39:19
26008         Log: Patches all over for people and the files they (hopefully) care about.
26009      Branch: perl
26010            ! AUTHORS Changes MAINTAIN
26011 ____________________________________________________________________________
26012 [  6876] By: jhi                                   on 2000/08/29  12:53:54
26013         Log: Fix for thinko in #6848.
26014              
26015              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
26016              From: Lupe Christoph <lupe@lupe-christoph.de>
26017              Date: Tue, 29 Aug 2000 09:04:08 +0200
26018              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
26019      Branch: perl
26020            ! ext/Thread/Thread.xs
26021 ____________________________________________________________________________
26022 [  6875] By: jhi                                   on 2000/08/29  12:50:14
26023         Log: Update to Getopt::Long 2.24, from Johan Vromans.
26024      Branch: perl
26025            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
26026 ____________________________________________________________________________
26027 [  6874] By: jhi                                   on 2000/08/29  02:09:53
26028         Log: Use minimal @INC in tests, most of the time just '../lib',
26029              so that we simply can't pick up stuff from other Perls than
26030              the one we are testing.  Pointed out by
26031              
26032              From: Mike Guy <mjtg@cam.ac.uk>
26033              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
26034              Date: Fri, 25 Aug 2000 15:15:59 +0100
26035              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
26036      Branch: perl
26037            ! (edit 185 files)
26038 ____________________________________________________________________________
26039 [  6873] By: jhi                                   on 2000/08/29  01:07:11
26040         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
26041              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26042              Date: Mon, 28 Aug 2000 17:45:52 -0700
26043              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
26044      Branch: perl
26045            ! Makefile.SH hints/os2.sh
26046 ____________________________________________________________________________
26047 [  6872] By: jhi                                   on 2000/08/28  23:33:39
26048         Log: Subject: [PATCH bleedperl@6866] spellings
26049              From: marcel@codewerk.com (Marcel Grunauer)
26050              Date: Tue, 29 Aug 2000 01:19:59 +0200
26051              Message-Id: <200008282319.BAA29862@gandalf.local>
26052      Branch: perl
26053            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
26054            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
26055            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
26056 ____________________________________________________________________________
26057 [  6871] By: jhi                                   on 2000/08/28  23:22:09
26058         Log: Take out the SUIDMAIL thing, that will not be
26059              a problem in 5.7.*.
26060      Branch: perl
26061            ! patchlevel.h
26062 ____________________________________________________________________________
26063 [  6870] By: jhi                                   on 2000/08/28  23:19:30
26064         Log: -S is the silent flag, -s is the strip flag.
26065              
26066              Subject: [PATCH] Re: [PATCH] make no-install          
26067              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26068              Date: Mon, 28 Aug 2000 15:12:55 -0700
26069              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
26070      Branch: perl
26071            ! Makefile.SH
26072 ____________________________________________________________________________
26073 [  6869] By: jhi                                   on 2000/08/28  23:12:05
26074         Log: Subject: [PATCH bleedperl@6856] warnings fixes
26075              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26076              Date: Mon, 28 Aug 2000 23:55:06 +0100
26077              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
26078      Branch: perl
26079            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
26080            ! warnings.h warnings.pl
26081 ____________________________________________________________________________
26082 [  6868] By: jhi                                   on 2000/08/28  21:38:22
26083         Log: Potential cruft.
26084      Branch: perl
26085            ! Makefile.SH
26086 ____________________________________________________________________________
26087 [  6867] By: jhi                                   on 2000/08/28  21:35:36
26088         Log: Update Changes.
26089      Branch: perl
26090            ! Changes patchlevel.h
26091 ____________________________________________________________________________
26092 [  6866] By: jhi                                   on 2000/08/28  21:33:49
26093         Log: Subject: hv.h Doc Patch
26094              From: Fisher Mark <fisherm@tce.com>
26095              Date: Mon, 28 Aug 2000 16:24:59 -0500
26096              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
26097      Branch: perl
26098            ! hv.h
26099 ____________________________________________________________________________
26100 [  6865] By: jhi                                   on 2000/08/28  21:02:15
26101         Log: Add -ld to archname on long tr...double platforms.
26102      Branch: metaconfig
26103            ! U/threads/archname.U
26104      Branch: perl
26105            ! Configure config_h.SH
26106 ____________________________________________________________________________
26107 [  6864] By: jhi                                   on 2000/08/28  20:38:59
26108         Log: An attempt to fix the problem reported in
26109              
26110              Subject: Building perl@6856 using gcc/AIX 4.3.3 
26111              From: Daniel Muino <dmuino@afip.gov.ar> 
26112              Date: Mon, 28 Aug 2000 15:50:01 -0300   
26113              Message-ID: <20000828155001.A14403@con2-dgi>
26114              
26115              I can't test this properly since the gcc installation I have
26116              access to seems to be botched (gcc is calling the AIX cpp,
26117              a losing proposition...)
26118      Branch: perl
26119            ! hints/aix.sh
26120 ____________________________________________________________________________
26121 [  6863] By: jhi                                   on 2000/08/28  18:57:52
26122         Log: Fix for ID 20000828.001, long doubles were not formatted
26123              correctly (showed up in $], which stopped installing perl).
26124      Branch: perl
26125            ! sv.c
26126 ____________________________________________________________________________
26127 [  6862] By: jhi                                   on 2000/08/28  18:07:15
26128         Log: Typo in #6858.
26129      Branch: perl
26130            ! lib/Cwd.pm
26131 ____________________________________________________________________________
26132 [  6861] By: jhi                                   on 2000/08/28  17:57:27
26133         Log: opmini.o may be left around if a build is interrupted.
26134      Branch: perl
26135            ! Makefile.SH
26136 ____________________________________________________________________________
26137 [  6860] By: jhi                                   on 2000/08/28  16:52:50
26138         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
26139              From: Daniel Chetlin <daniel@chetlin.com>
26140              Date: Mon, 28 Aug 2000 01:14:18 -0700
26141              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
26142      Branch: perl
26143            ! lib/overload.pm
26144 ____________________________________________________________________________
26145 [  6859] By: jhi                                   on 2000/08/28  16:08:46
26146         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
26147              From: Nicholas Clark <nick@ccl4.org>
26148              Date: Mon, 28 Aug 2000 16:03:27 +0100
26149              Message-Id: <20000828160327.C49785@plum.flirble.org>
26150      Branch: perl
26151            ! ext/ByteLoader/bytecode.h
26152 ____________________________________________________________________________
26153 [  6858] By: jhi                                   on 2000/08/28  16:02:10
26154         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
26155              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
26156              Date: Mon, 28 Aug 2000 13:08:30 +0200
26157              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
26158      Branch: perl
26159            ! lib/Cwd.pm
26160 ____________________________________________________________________________
26161 [  6857] By: jhi                                   on 2000/08/28  15:42:47
26162         Log: display_format used as a class method without arguments was broken,
26163              reported in
26164              
26165              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
26166              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
26167              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
26168              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
26169      Branch: perl
26170            ! lib/Math/Complex.pm t/lib/complex.t
26171 ____________________________________________________________________________
26172 [  6856] By: jhi                                   on 2000/08/27  22:09:48
26173         Log: Update Changes.
26174      Branch: perl
26175            ! Changes patchlevel.h
26176 ____________________________________________________________________________
26177 [  6855] By: jhi                                   on 2000/08/27  21:59:21
26178         Log: Retract #6853 (false alarm).
26179      Branch: perl
26180            ! lib/ExtUtils/xsubpp
26181 ____________________________________________________________________________
26182 [  6854] By: jhi                                   on 2000/08/27  21:37:44
26183         Log: Update Changes.
26184      Branch: perl
26185            ! Changes patchlevel.h
26186 ____________________________________________________________________________
26187 [  6853] By: jhi                                   on 2000/08/27  21:37:16
26188         Log: Subject: [PATCH perl@6850] workaround for xsubpp
26189              From: Hugo <hv@crypt.compulink.co.uk>
26190              Date: Sun, 27 Aug 2000 22:30:25 +0100
26191              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
26192      Branch: perl
26193            ! lib/ExtUtils/xsubpp
26194 ____________________________________________________________________________
26195 [  6852] By: jhi                                   on 2000/08/27  21:33:58
26196         Log: Big-endian 64-bit patch from Raphael Manfredi.
26197      Branch: perl
26198            ! ext/Storable/Storable.xs
26199 ____________________________________________________________________________
26200 [  6851] By: jhi                                   on 2000/08/27  21:22:21
26201         Log: More ruthless editing from Hugo van der Sanden.
26202      Branch: perl
26203            ! pod/perldelta.pod
26204 ____________________________________________________________________________
26205 [  6850] By: jhi                                   on 2000/08/27  16:11:46
26206         Log: Update Changes.
26207      Branch: perl
26208            ! Changes patchlevel.h
26209 ____________________________________________________________________________
26210 [  6849] By: jhi                                   on 2000/08/27  16:11:05
26211         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
26212      Branch: perl
26213            ! configpm pod/perldelta.pod
26214 ____________________________________________________________________________
26215 [  6848] By: jhi                                   on 2000/08/27  15:35:08
26216         Log: Use the actual thread type, not the pointer-to-struct.
26217      Branch: perl
26218            ! ext/Thread/Thread.xs
26219 ____________________________________________________________________________
26220 [  6847] By: jhi                                   on 2000/08/27  15:30:49
26221         Log: Test nit.
26222      Branch: perl
26223            ! t/pragma/warn/pp_sys
26224 ____________________________________________________________________________
26225 [  6846] By: jhi                                   on 2000/08/27  15:19:02
26226         Log: Passing -R in ldflags makes now it to appear in the default
26227              for lddlflags, just like with -L.
26228              
26229              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
26230              From: Lupe Christoph <lupe@lupe-christoph.de>
26231              Date: Sun, 27 Aug 2000 10:28:21 +0200
26232              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
26233      Branch: metaconfig/U/perl
26234            ! dlsrc.U
26235      Branch: perl
26236            ! Configure
26237 ____________________________________________________________________________
26238 [  6845] By: jhi                                   on 2000/08/27  15:08:54
26239         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
26240              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26241              Date: Sat, 26 Aug 2000 22:23:27 +0100
26242              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
26243      Branch: perl
26244            ! lib/ExtUtils/MM_Unix.pm
26245 ____________________________________________________________________________
26246 [  6844] By: jhi                                   on 2000/08/27  15:02:37
26247         Log: DJGPP update from Laszlo Molnar.
26248              
26249              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
26250              From: ml1050 <ml1050@freemail.hu>
26251              Date: Sat, 26 Aug 2000 23:24:40 +0200
26252              Message-Id: <20000826232440.A439@freemail.hu>
26253      Branch: perl
26254            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
26255            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
26256 ____________________________________________________________________________
26257 [  6843] By: jhi                                   on 2000/08/27  14:53:58
26258         Log: Subject: installman buglet
26259              From: Lupe Christoph <lupe@lupe-christoph.de>
26260              Date: Sun, 27 Aug 2000 14:38:59 +0200
26261              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
26262      Branch: perl
26263            ! installman
26264 ____________________________________________________________________________
26265 [  6842] By: jhi                                   on 2000/08/27  14:52:08
26266         Log: Can't get the test to reliably work thanks to the
26267              inaccurateness of floating point.  "Resolves" bug ids
26268              20000826.003, 20000826.009, 20000826.010,
26269      Branch: perl
26270            ! t/lib/trig.t
26271 ____________________________________________________________________________
26272 [  6841] By: jhi                                   on 2000/08/26  15:53:58
26273         Log: Update Changes.
26274      Branch: perl
26275            ! Changes patchlevel.h
26276 ____________________________________________________________________________
26277 [  6840] By: jhi                                   on 2000/08/26  14:23:03
26278         Log: grep -e isn't portable.
26279              
26280              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
26281              From: chris@broadband.att.com
26282              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
26283              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
26284      Branch: perl
26285            ! hints/solaris_2.sh
26286 ____________________________________________________________________________
26287 [  6839] By: jhi                                   on 2000/08/26  14:12:23
26288         Log: no-install target a la make -n.
26289              
26290              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
26291              From: <abigail@foad.org>
26292              Date: Sat, 26 Aug 2000 03:57:34 -0400
26293              Message-ID: <20000826075735.18912.qmail@foad.org>
26294      Branch: perl
26295            ! Makefile.SH installman installperl
26296 ____________________________________________________________________________
26297 [  6838] By: jhi                                   on 2000/08/26  14:06:33
26298         Log: Retract #6826 as the #6828 should be do the same
26299              in a More Correct Way.
26300      Branch: perl
26301            ! installperl
26302 ____________________________________________________________________________
26303 [  6837] By: jhi                                   on 2000/08/26  05:24:00
26304         Log: More casting.
26305      Branch: perl
26306            ! ext/Storable/Storable.xs
26307 ____________________________________________________________________________
26308 [  6836] By: jhi                                   on 2000/08/26  05:05:46
26309         Log: Nicer in decimal.
26310      Branch: perl
26311            ! ext/Storable/Storable.xs
26312 ____________________________________________________________________________
26313 [  6835] By: jhi                                   on 2000/08/26  05:03:50
26314         Log: There be no UVdf.
26315      Branch: perl
26316            ! ext/Storable/Storable.xs
26317 ____________________________________________________________________________
26318 [  6834] By: jhi                                   on 2000/08/26  05:00:18
26319         Log: Continue IVdfing and UVxfing.
26320      Branch: perl
26321            ! ext/Storable/Storable.xs
26322 ____________________________________________________________________________
26323 [  6833] By: jhi                                   on 2000/08/26  04:53:14
26324         Log: Use IVdf.
26325      Branch: perl
26326            ! ext/Storable/Storable.xs
26327 ____________________________________________________________________________
26328 [  6832] By: jhi                                   on 2000/08/26  04:40:41
26329         Log: Document PTR2XX and INT2PTR.
26330      Branch: perl
26331            ! pod/perlguts.pod
26332 ____________________________________________________________________________
26333 [  6831] By: jhi                                   on 2000/08/26  04:33:18
26334         Log: Use UVxf, PTR2UV, NVff.
26335      Branch: perl
26336            ! ext/Storable/Storable.xs
26337 ____________________________________________________________________________
26338 [  6830] By: jhi                                   on 2000/08/26  04:31:32
26339         Log: Update the test count.
26340      Branch: perl
26341            ! t/lib/trig.t
26342 ____________________________________________________________________________
26343 [  6829] By: jhi                                   on 2000/08/26  03:05:50
26344         Log: Subject: [PATCH] installation not quite silent yet.
26345              From: <abigail@foad.org>
26346              Date: Fri, 25 Aug 2000 20:07:53 -0400
26347              Message-ID: <20000826000753.7822.qmail@foad.org>
26348      Branch: perl
26349            ! installman installperl
26350 ____________________________________________________________________________
26351 [  6828] By: jhi                                   on 2000/08/26  03:05:14
26352         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
26353              From: Spider Boardman <spider@web.zk3.dec.com>
26354              Date: Fri, 25 Aug 2000 19:12:40 -0400
26355              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
26356      Branch: perl
26357            ! gv.c
26358 ____________________________________________________________________________
26359 [  6827] By: jhi                                   on 2000/08/25  23:54:34
26360         Log: Support preserving extremely big/small angles.
26361      Branch: perl
26362            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
26363 ____________________________________________________________________________
26364 [  6826] By: jhi                                   on 2000/08/25  23:01:20
26365         Log: Patch installperl to be long double-aware.
26366              
26367              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
26368              From: Spider Boardman <spider@web.zk3.dec.com>
26369              Date: Fri, 25 Aug 2000 18:15:23 -0400
26370              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
26371      Branch: perl
26372            ! installperl
26373 ____________________________________________________________________________
26374 [  6825] By: jhi                                   on 2000/08/25  22:58:25
26375         Log: Remove duplicately applied patch shards.
26376              
26377              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
26378              From: Spider Boardman <spider@leggy.zk3.dec.com>
26379              Date: Fri, 25 Aug 2000 16:45:03 -0400
26380              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
26381      Branch: perl
26382            ! t/lib/cgi-html.t
26383 ____________________________________________________________________________
26384 [  6824] By: jhi                                   on 2000/08/25  22:57:00
26385         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
26386              From: Daniel Chetlin <daniel@chetlin.com>
26387              Date: Fri, 25 Aug 2000 12:23:16 -0700
26388              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
26389              
26390              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
26391              From: Daniel Chetlin <daniel@chetlin.com>
26392              Date: Fri, 25 Aug 2000 14:47:19 -0700
26393              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
26394      Branch: perl
26395            ! installman
26396 ____________________________________________________________________________
26397 [  6823] By: jhi                                   on 2000/08/25  22:44:17
26398         Log: Timestamp problem?
26399      Branch: perl
26400            ! uconfig.h uconfig.sh
26401 ____________________________________________________________________________
26402 [  6822] By: jhi                                   on 2000/08/25  19:01:06
26403         Log: One forgotten file from #6816.
26404      Branch: perl
26405            ! vos/config.h
26406 ____________________________________________________________________________
26407 [  6821] By: jhi                                   on 2000/08/25  18:56:39
26408         Log: Regen Changes.
26409      Branch: perl
26410            ! Changes patchlevel.h
26411 ____________________________________________________________________________
26412 [  6820] By: jhi                                   on 2000/08/25  18:52:35
26413         Log: Fix Changes ordering.
26414      Branch: perl
26415            ! Changes
26416 ____________________________________________________________________________
26417 [  6819] By: jhi                                   on 2000/08/25  18:50:25
26418         Log: Update Changes.
26419      Branch: perl
26420            ! Changes patchlevel.h
26421 ____________________________________________________________________________
26422 [  6818] By: jhi                                   on 2000/08/25  18:47:45
26423         Log: Tweak the sfio/useperlio logic, hopefully as wished in
26424              
26425              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
26426              From: Nicholas Clark <nick@babyhippo.co.uk>
26427              Date: Fri, 25 Aug 2000 12:01:45 +0100
26428              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
26429      Branch: metaconfig/U/perl
26430            ! d_sfio.U
26431      Branch: perl
26432            ! Configure
26433 ____________________________________________________________________________
26434 [  6817] By: jhi                                   on 2000/08/25  18:32:51
26435         Log: Allow microperl to assume <math.h>, without it the math
26436              functions like floor() are assumed to return int, which makes
26437              for core dumps in machines where integer and floating register
26438              don't mix.
26439      Branch: perl
26440            ! uconfig.h uconfig.sh
26441 ____________________________________________________________________________
26442 [  6816] By: jhi                                   on 2000/08/25  18:27:17
26443         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
26444              the problem reported in
26445              
26446              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
26447              From: danhale@us.ibm.com
26448              Date: Fri, 25 Aug 2000 10:58:06 -0400
26449              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
26450      Branch: metaconfig/U/perl
26451            + d_socks5_init.U
26452      Branch: perl
26453            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
26454            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
26455            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
26456            ! win32/config.gc win32/config.vc
26457 ____________________________________________________________________________
26458 [  6815] By: jhi                                   on 2000/08/25  17:43:31
26459         Log: A solution for the retrieve_fd autosplit warning,
26460              idea suggested by Mike Guy.
26461      Branch: perl
26462            ! ext/Storable/Storable.pm
26463 ____________________________________________________________________________
26464 [  6814] By: jhi                                   on 2000/08/25  17:16:03
26465         Log: Add install-silent target.
26466      Branch: perl
26467            ! Makefile.SH
26468 ____________________________________________________________________________
26469 [  6813] By: jhi                                   on 2000/08/25  17:14:23
26470         Log: Subject: Re: [PATCH] More silencing of installman.
26471              From: <abigail@foad.org>
26472              Date: Thu, 24 Aug 2000 19:27:03 -0400
26473              Message-ID: <20000824232703.7001.qmail@foad.org>
26474              
26475              Subject: Re: [PATCH] More silencing of installman.
26476              From: <abigail@foad.org>
26477              Date: Fri, 25 Aug 2000 03:00:58 -0400
26478              Message-ID: <20000825070058.10697.qmail@foad.org>
26479      Branch: perl
26480            ! installman
26481 ____________________________________________________________________________
26482 [  6812] By: jhi                                   on 2000/08/25  17:11:28
26483         Log: installperl --verbose and --silent.
26484              
26485              Subject: Re: [PATCH] More silencing of installman.
26486              From: <abigail@foad.org>
26487              Message-ID: <20000825064430.9719.qmail@foad.org>
26488              Date: Fri, 25 Aug 2000 02:44:30 -0400
26489      Branch: perl
26490            ! installperl
26491 ____________________________________________________________________________
26492 [  6811] By: jhi                                   on 2000/08/25  17:05:43
26493         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
26494              From: "Peter J. Farley III" <pjfarley@banet.net>
26495              Date: Thu, 24 Aug 2000 21:58:03 -0400
26496              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
26497              
26498              (applied slightly modified)
26499      Branch: perl
26500            ! lib/ExtUtils/MM_Unix.pm
26501 ____________________________________________________________________________
26502 [  6810] By: jhi                                   on 2000/08/25  17:01:18
26503         Log: Missing parts of 
26504              
26505              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
26506              From: Peter Prymmer <pvhp@forte.com>
26507              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
26508              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
26509      Branch: perl
26510            ! t/lib/cgi-html.t
26511 ____________________________________________________________________________
26512 [  6809] By: jhi                                   on 2000/08/25  16:46:32
26513         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
26514              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26515              Date: Thu, 24 Aug 2000 19:13:11 -0500
26516              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
26517      Branch: perl
26518            ! vms/vms.c
26519 ____________________________________________________________________________
26520 [  6808] By: jhi                                   on 2000/08/25  16:39:22
26521         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
26522              From: Peter Prymmer <pvhp@forte.com>
26523              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
26524              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
26525      Branch: perl
26526            ! configure.com
26527 ____________________________________________________________________________
26528 [  6807] By: jhi                                   on 2000/08/25  16:36:37
26529         Log: Better wording for the vec lvalue diagnostic.
26530              
26531              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
26532              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
26533              Date: Wed, 23 Aug 2000 14:12:16 -0400
26534              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
26535      Branch: perl
26536            ! pod/perldiag.pod
26537 ____________________________________________________________________________
26538 [  6806] By: jhi                                   on 2000/08/24  18:17:22
26539         Log: Subject: [PATCH] More silencing of installman.
26540              From: <abigail@foad.org>
26541              Date: Thu, 24 Aug 2000 14:01:44 -0400
26542              Message-ID: <20000824180144.20062.qmail@foad.org>
26543      Branch: perl
26544            ! installman
26545 ____________________________________________________________________________
26546 [  6805] By: jhi                                   on 2000/08/24  15:00:31
26547         Log: Update Changes.
26548      Branch: perl
26549            ! Changes patchlevel.h
26550 ____________________________________________________________________________
26551 [  6804] By: jhi                                   on 2000/08/24  14:59:07
26552         Log: Regen perltoc.
26553      Branch: perl
26554            ! pod/perltoc.pod
26555 ____________________________________________________________________________
26556 [  6803] By: jhi                                   on 2000/08/24  14:44:39
26557         Log: Show the doc file, not the temp file.
26558      Branch: perl
26559            ! installman
26560 ____________________________________________________________________________
26561 [  6802] By: jhi                                   on 2000/08/24  14:41:53
26562         Log: Continue silencing.
26563      Branch: perl
26564            ! installman
26565 ____________________________________________________________________________
26566 [  6801] By: jhi                                   on 2000/08/24  14:34:40
26567         Log: Actually do something with the silencer option.
26568      Branch: perl
26569            ! installman
26570 ____________________________________________________________________________
26571 [  6800] By: jhi                                   on 2000/08/24  14:26:22
26572         Log: Make installman to recognize the silence flag -S.
26573      Branch: perl
26574            ! installman
26575 ____________________________________________________________________________
26576 [  6799] By: jhi                                   on 2000/08/24  13:49:38
26577         Log: DOS patches and portability/porting notes, from Tim Jenness.
26578      Branch: perl
26579            ! lib/File/Temp.pm
26580 ____________________________________________________________________________
26581 [  6798] By: jhi                                   on 2000/08/24  13:48:27
26582         Log: Create directories in silence.
26583              
26584              Subject: [PATCH] Another silencer for MakeMaker
26585              From: andreas.koenig@anima.de (Andreas J. Koenig)
26586              Date: 24 Aug 2000 14:18:52 +0200
26587              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
26588      Branch: perl
26589            ! lib/ExtUtils/Command.pm
26590 ____________________________________________________________________________
26591 [  6797] By: jhi                                   on 2000/08/24  13:46:42
26592         Log: More liberal parsing of version numbers.
26593              
26594              Subject: Re: CPAN.pm beta for testing available
26595              From: andreas.koenig@anima.de (Andreas J. Koenig)
26596              Date: 24 Aug 2000 13:51:57 +0200
26597              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
26598      Branch: perl
26599            ! lib/CPAN.pm
26600 ____________________________________________________________________________
26601 [  6796] By: jhi                                   on 2000/08/24  13:44:36
26602         Log: Make "make install" by default silent.  A new "install-verbose"
26603              target is verbose.
26604      Branch: perl
26605            ! Makefile.SH
26606 ____________________________________________________________________________
26607 [  6795] By: jhi                                   on 2000/08/24  13:39:14
26608         Log: Add silencer flags to installperl.
26609              
26610              Subject: [PATCH] Making installperl silent.
26611              From: <abigail@foad.org>
26612              Date: Thu, 24 Aug 2000 05:01:45 -0400
26613              Message-ID: <20000824090145.13141.qmail@foad.org>
26614      Branch: perl
26615            ! installperl
26616 ____________________________________________________________________________
26617 [  6794] By: jhi                                   on 2000/08/24  13:35:50
26618         Log: installperl couldn't tell whether it had run tests or not.
26619              
26620              Subject: [PATCH] Re: installperl and t/TEST
26621              From: <abigail@foad.org>
26622              Date: Thu, 24 Aug 2000 04:00:53 -0400
26623              Message-ID: <20000824080053.2494.qmail@foad.org>
26624      Branch: perl
26625            ! Makefile.SH installperl
26626 ____________________________________________________________________________
26627 [  6793] By: jhi                                   on 2000/08/24  13:27:50
26628         Log: Drop the separate perlbc, perlcc -b should be enough.
26629      Branch: perl
26630            - utils/perlbc.PL
26631            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
26632 ____________________________________________________________________________
26633 [  6792] By: jhi                                   on 2000/08/24  04:41:30
26634         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
26635              plus the typo fix from Peter Prymmer.
26636      Branch: perl
26637            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
26638            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
26639 ____________________________________________________________________________
26640 [  6791] By: jhi                                   on 2000/08/24  02:10:43
26641         Log: Replace #6705 with a minimal doc patch.
26642              
26643              Subject: [PATCH 5.6.0] replace change #6705
26644              From: Jan Dubois <jand@ActiveState.com>
26645              Date: Wed, 23 Aug 2000 18:31:51 -0700
26646              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
26647      Branch: perl
26648            ! lib/Win32.pod win32/win32.c
26649 ____________________________________________________________________________
26650 [  6790] By: jhi                                   on 2000/08/23  17:52:00
26651         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
26652              From: Mike Guy <mjtg@cam.ac.uk>
26653              Date: Wed, 23 Aug 2000 18:38:46 +0100
26654              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
26655      Branch: perl
26656            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
26657 ____________________________________________________________________________
26658 [  6789] By: jhi                                   on 2000/08/23  15:34:21
26659         Log: Update Changes.
26660      Branch: perl
26661            ! Changes patchlevel.h
26662 ____________________________________________________________________________
26663 [  6788] By: jhi                                   on 2000/08/23  15:33:40
26664         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
26665              From: Wilfredo Sánchez <wsanchez@apple.com>
26666              Date: Tue, 22 Aug 2000 19:31:27 -0700
26667              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
26668      Branch: perl
26669            ! perl.h
26670 ____________________________________________________________________________
26671 [  6787] By: jhi                                   on 2000/08/23  15:29:31
26672         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
26673              From: Spider Boardman <spider@leggy.zk3.dec.com>
26674              Date: Wed, 23 Aug 2000 10:33:23 -0400
26675              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
26676      Branch: perl
26677            ! lib/Pod/Html.pm
26678 ____________________________________________________________________________
26679 [  6786] By: jhi                                   on 2000/08/23  15:28:11
26680         Log: Bad makefile.
26681      Branch: perl
26682            ! ext/B/Makefile.PL
26683 ____________________________________________________________________________
26684 [  6785] By: jhi                                   on 2000/08/23  14:37:04
26685         Log: Update Changes.
26686      Branch: perl
26687            ! Changes patchlevel.h
26688 ____________________________________________________________________________
26689 [  6784] By: jhi                                   on 2000/08/23  13:58:41
26690         Log: Portability fix from Hugo van der Sanden.
26691      Branch: perl
26692            ! ext/re/Makefile.PL
26693 ____________________________________________________________________________
26694 [  6783] By: jhi                                   on 2000/08/23  13:53:53
26695         Log: Storable support, v-version fixes.
26696              
26697              Subject: CPAN.pm beta for testing available
26698              From: andreas.koenig@anima.de (Andreas J. Koenig)
26699              Date: 22 Aug 2000 23:31:33 +0200
26700              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
26701      Branch: perl
26702            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26703 ____________________________________________________________________________
26704 [  6782] By: jhi                                   on 2000/08/23  13:51:26
26705         Log: Mac and other portability updates from Chris Nandor.
26706      Branch: perl
26707            ! pod/perlmodinstall.pod
26708 ____________________________________________________________________________
26709 [  6781] By: jhi                                   on 2000/08/23  13:47:33
26710         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
26711              From: Peter Prymmer <pvhp@forte.com>
26712              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
26713              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
26714      Branch: perl
26715            ! ext/Storable/Storable.xs
26716 ____________________________________________________________________________
26717 [  6780] By: jhi                                   on 2000/08/23  13:33:34
26718         Log: VMS MMS (make) wants null action.
26719      Branch: perl
26720            ! ext/B/Makefile.PL
26721 ____________________________________________________________________________
26722 [  6779] By: jhi                                   on 2000/08/22  19:44:47
26723         Log: Forgot portability nit.
26724      Branch: perl
26725            ! t/lib/st-forgive.t
26726 ____________________________________________________________________________
26727 [  6778] By: jhi                                   on 2000/08/22  19:35:25
26728         Log: Be portable.
26729      Branch: perl
26730            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
26731            ! t/lib/st-store.t
26732 ____________________________________________________________________________
26733 [  6777] By: jhi                                   on 2000/08/22  18:50:53
26734         Log: Update Changes.
26735      Branch: perl
26736            ! Changes patchlevel.h
26737 ____________________________________________________________________________
26738 [  6776] By: jhi                                   on 2000/08/22  18:44:46
26739         Log: cSVOPo_*v things index into the current PL_curpad
26740              under ithreads, which is different from the curpad
26741              used by the XSUB.  (In other words, the code as-is
26742              before this patch wouldn't work under ithreads.)
26743              From Sarathy.
26744      Branch: perl
26745            ! ext/B/B.xs
26746 ____________________________________________________________________________
26747 [  6775] By: jhi                                   on 2000/08/22  18:18:37
26748         Log: Make the selection of NVff et al stricter.
26749      Branch: metaconfig/U/perl
26750            ! perlxvf.U
26751      Branch: perl
26752            ! Configure config_h.SH
26753 ____________________________________________________________________________
26754 [  6774] By: jhi                                   on 2000/08/22  17:19:42
26755         Log: perldelta nits.
26756      Branch: perl
26757            ! pod/perldelta.pod
26758 ____________________________________________________________________________
26759 [  6773] By: jhi                                   on 2000/08/22  17:06:26
26760         Log: Long double fixes from Spider Boardman.
26761              
26762              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
26763              From: system PRIVILEGED account <root@peano.zk3.dec.com>
26764              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
26765              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
26766      Branch: perl
26767            ! t/lib/bigfltpm.t t/lib/st-06compat.t
26768 ____________________________________________________________________________
26769 [  6772] By: jhi                                   on 2000/08/22  15:04:53
26770         Log: Update Changes.
26771      Branch: perl
26772            ! Changes patchlevel.h
26773 ____________________________________________________________________________
26774 [  6771] By: jhi                                   on 2000/08/22  15:01:44
26775         Log: perldelta fixes from Hugo van der Sanden.
26776      Branch: perl
26777            ! pod/perldelta.pod
26778 ____________________________________________________________________________
26779 [  6770] By: jhi                                   on 2000/08/22  14:34:49
26780         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
26781              From: Hugo <hv@crypt.compulink.co.uk>
26782              Date: Tue, 22 Aug 2000 11:21:53 +0100
26783              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
26784      Branch: perl
26785            ! regcomp.c
26786 ____________________________________________________________________________
26787 [  6769] By: jhi                                   on 2000/08/22  14:30:02
26788         Log: Add Yitzchak, reformat.
26789      Branch: perl
26790            ! Changes config_h.SH
26791 ____________________________________________________________________________
26792 [  6768] By: jhi                                   on 2000/08/22  14:21:35
26793         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
26794              and Spider Boardman.
26795      Branch: metaconfig
26796            ! U/compline/d_gconvert.U
26797      Branch: perl
26798            ! Configure
26799 ____________________________________________________________________________
26800 [  6767] By: jhi                                   on 2000/08/22  14:11:24
26801         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
26802              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26803              Date: Mon, 21 Aug 2000 19:08:31 -0700
26804              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
26805      Branch: perl
26806            - ext/Storable/patchlevel.h
26807            ! MANIFEST ext/Storable/MANIFEST
26808 ____________________________________________________________________________
26809 [  6766] By: jhi                                   on 2000/08/22  13:49:29
26810         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
26811              From: Peter Prymmer <pvhp@forte.com>
26812              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
26813              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
26814      Branch: perl
26815            ! configure.com ext/Storable/Makefile.PL
26816 ____________________________________________________________________________
26817 [  6765] By: jhi                                   on 2000/08/22  13:44:59
26818         Log: Subject: [PATCH blead] B:: missing dependency
26819              From: Hugo <hv@crypt.compulink.co.uk>
26820              Date: Tue, 22 Aug 2000 06:44:33 +0100
26821              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
26822      Branch: perl
26823            ! ext/B/Makefile.PL
26824 ____________________________________________________________________________
26825 [  6764] By: jhi                                   on 2000/08/22  13:38:12
26826         Log: More bytecompiler.
26827      Branch: perl
26828            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
26829 ____________________________________________________________________________
26830 [  6763] By: jhi                                   on 2000/08/22  13:36:44
26831         Log: Bytecompiler patches from Benjamin Stuhl.
26832      Branch: perl
26833            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
26834            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
26835            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
26836            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
26837            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
26838            ! perl.c perlapi.h pod/perldelta.pod
26839 ____________________________________________________________________________
26840 [  6762] By: jhi                                   on 2000/08/21  23:43:40
26841         Log: An obsoleted diagnostic.
26842      Branch: perl
26843            ! pod/perldelta.pod
26844 ____________________________________________________________________________
26845 [  6761] By: jhi                                   on 2000/08/21  23:01:45
26846         Log: The #6759 wasn't quite right.
26847      Branch: perl
26848            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
26849            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
26850            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
26851            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
26852            ! t/lib/st-tieditems.t
26853 ____________________________________________________________________________
26854 [  6760] By: jhi                                   on 2000/08/21  22:35:49
26855         Log: Be verydeepclean.
26856      Branch: perl
26857            ! Makefile.SH
26858 ____________________________________________________________________________
26859 [  6759] By: jhi                                   on 2000/08/21  22:25:40
26860         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
26861              From: Peter Prymmer <pvhp@forte.com>
26862              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
26863              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
26864      Branch: perl
26865            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
26866            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
26867            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
26868            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
26869            ! t/lib/st-tieditems.t
26870 ____________________________________________________________________________
26871 [  6758] By: jhi                                   on 2000/08/21  22:22:32
26872         Log: Few more casts, need reported in
26873              
26874              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
26875              From: Mike Stok <mike@stok.co.uk>
26876              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
26877              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
26878              
26879              and
26880              
26881              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
26882              From: abigail@foad.org
26883              Date: 21 Aug 2000 21:31:34 -0000
26884              Message-Id: <20000821213134.30170.qmail@foad.org>
26885      Branch: perl
26886            ! ext/Storable/Storable.xs
26887 ____________________________________________________________________________
26888 [  6757] By: jhi                                   on 2000/08/21  18:37:07
26889         Log: Update Changes.
26890      Branch: perl
26891            ! Changes patchlevel.h
26892 ____________________________________________________________________________
26893 [  6756] By: jhi                                   on 2000/08/21  18:34:02
26894         Log: A pod nit.
26895              
26896              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
26897              From: <abigail@foad.org>
26898              Date: Mon, 21 Aug 2000 14:00:16 -0400
26899              Message-ID: <20000821180016.28627.qmail@foad.org>
26900      Branch: perl
26901            ! pod/perlre.pod
26902 ____________________________________________________________________________
26903 [  6755] By: jhi                                   on 2000/08/21  18:30:56
26904         Log: Use PodParser 1.18 new test.
26905      Branch: perl
26906            ! t/pod/special_seqs.t t/pod/special_seqs.xr
26907 ____________________________________________________________________________
26908 [  6754] By: jhi                                   on 2000/08/21  18:28:35
26909         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
26910              patches cannot be applied since #6712 conflicts.
26911      Branch: perl
26912            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
26913 ____________________________________________________________________________
26914 [  6753] By: jhi                                   on 2000/08/21  18:15:11
26915         Log: Weed out some smaller changes.
26916      Branch: perl
26917            ! pod/perldelta.pod
26918 ____________________________________________________________________________
26919 [  6752] By: jhi                                   on 2000/08/21  18:02:30
26920         Log: Also under djgpp the timestamps are funky.
26921      Branch: perl
26922            ! t/op/stat.t
26923 ____________________________________________________________________________
26924 [  6751] By: jhi                                   on 2000/08/21  17:55:56
26925         Log: Tweak the floating point output routine preferences.
26926      Branch: metaconfig
26927            ! U/compline/d_gconvert.U
26928      Branch: perl
26929            ! Configure
26930 ____________________________________________________________________________
26931 [  6750] By: jhi                                   on 2000/08/21  17:51:29
26932         Log: Unicos/mk requires elaborate paranoia.
26933      Branch: perl
26934            ! lib/Math/Complex.pm
26935 ____________________________________________________________________________
26936 [  6749] By: gsar                                  on 2000/08/21  16:53:31
26937         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
26938      Branch: perl
26939            ! lib/Cwd.pm
26940 ____________________________________________________________________________
26941 [  6748] By: gsar                                  on 2000/08/21  16:22:19
26942         Log: free TLS slot properly on Windows
26943      Branch: perl
26944            ! thread.h win32/perllib.c win32/win32thread.h
26945 ____________________________________________________________________________
26946 [  6747] By: jhi                                   on 2000/08/21  16:20:58
26947         Log: Rename the macro argument because some preprocessors
26948              can't tell the difference and expand arguments also inside
26949              double quoted strings.
26950      Branch: perl
26951            ! regcomp.c
26952 ____________________________________________________________________________
26953 [  6746] By: jhi                                   on 2000/08/21  16:09:41
26954         Log: Support long doubles in Storable.
26955              
26956              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
26957              From: Radu Greab <radu@netsoft.ro>
26958              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
26959              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
26960      Branch: perl
26961            ! ext/Storable/Storable.xs
26962 ____________________________________________________________________________
26963 [  6745] By: jhi                                   on 2000/08/21  15:51:40
26964         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
26965              From: "Fifer, Eric" <EFifer@sanwaint.com>
26966              Date: Mon, 21 Aug 2000 15:34:49 +0100
26967              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
26968      Branch: perl
26969            ! t/pragma/warn/9enabled
26970 ____________________________________________________________________________
26971 [  6744] By: jhi                                   on 2000/08/21  15:39:35
26972         Log: Document the endianness of Alpha more precisely.
26973      Branch: perl
26974            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
26975            ! pod/perlport.pod
26976 ____________________________________________________________________________
26977 [  6743] By: jhi                                   on 2000/08/21  14:47:05
26978         Log: perldelta fixes from the p5p crowd.
26979      Branch: perl
26980            ! pod/perldelta.pod pod/perlop.pod
26981 ____________________________________________________________________________
26982 [  6742] By: jhi                                   on 2000/08/21  13:34:51
26983         Log: Update to Pod::LaTeX 0.53.
26984              
26985              Subject: [PATCH] lib/Pod/LaTeX.pm updates
26986              From: Tim Jenness <timj@jach.hawaii.edu>
26987              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
26988              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
26989      Branch: perl
26990            ! lib/Pod/LaTeX.pm
26991 ____________________________________________________________________________
26992 [  6741] By: jhi                                   on 2000/08/21  13:33:01
26993         Log: Subject: [PATCH] os2.c fix for use64bitint
26994              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26995              Date: Mon, 21 Aug 2000 01:32:25 -0700
26996              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
26997      Branch: perl
26998            ! os2/os2.c
26999 ____________________________________________________________________________
27000 [  6740] By: jhi                                   on 2000/08/21  13:28:52
27001         Log: Array context keeps slithering in.
27002              
27003              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
27004              From: Daniel Chetlin <daniel@chetlin.com>
27005              Date: Sun, 20 Aug 2000 21:40:25 -0700
27006              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
27007      Branch: perl
27008            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
27009            ! pod/perldebtut.pod
27010 ____________________________________________________________________________
27011 [  6739] By: jhi                                   on 2000/08/21  13:23:55
27012         Log: Big-endian quad fixes for Storable from Radu Greab,
27013              plus few explicit null casts for picky compilers.
27014      Branch: perl
27015            ! ext/Storable/Storable.xs
27016 ____________________________________________________________________________
27017 [  6738] By: gsar                                  on 2000/08/21  05:56:13
27018         Log: small tweaks for change#6705: avoid C++ style comments in C code;
27019              use Perl's malloc API rather than the low level system one
27020      Branch: perl
27021            ! win32/win32.c
27022 ____________________________________________________________________________
27023 [  6737] By: gsar                                  on 2000/08/21  05:35:41
27024         Log: add Storable to list of extensions on Windows
27025      Branch: perl
27026            ! win32/Makefile win32/makefile.mk
27027 ____________________________________________________________________________
27028 [  6736] By: jhi                                   on 2000/08/21  02:57:53
27029         Log: Update Changes.
27030      Branch: perl
27031            ! Changes patchlevel.h
27032 ____________________________________________________________________________
27033 [  6735] By: jhi                                   on 2000/08/21  02:57:20
27034         Log: Draft 0.
27035      Branch: perl
27036            ! pod/perldelta.pod
27037 ____________________________________________________________________________
27038 [  6734] By: jhi                                   on 2000/08/21  02:57:03
27039         Log: Add Storable 0.7.2 from Raphael Manfredi,
27040              plus the patch from
27041              
27042              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
27043              From: Radu Greab <radu@netsoft.ro>
27044              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
27045              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
27046              
27047              plus changes to get Storable to compile with
27048              picky ANSI compilers.
27049      Branch: perl
27050            + ext/Storable/ChangeLog ext/Storable/MANIFEST
27051            + ext/Storable/Makefile.PL ext/Storable/README
27052            + ext/Storable/Storable.pm ext/Storable/Storable.xs
27053            + ext/Storable/patchlevel.h t/lib/st-06compat.t
27054            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
27055            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
27056            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
27057            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
27058            + t/lib/st-tieditems.t
27059            ! MANIFEST
27060 ____________________________________________________________________________
27061 [  6733] By: jhi                                   on 2000/08/21  02:29:09
27062         Log: The correct cleaning order is an art.
27063      Branch: perl
27064            ! Makefile.SH
27065 ____________________________________________________________________________
27066 [  6732] By: jhi                                   on 2000/08/21  01:23:39
27067         Log: The #6724 is here.
27068      Branch: perl
27069            ! t/lib/ftmp-security.t
27070 ____________________________________________________________________________
27071 [  6731] By: jhi                                   on 2000/08/20  23:17:03
27072         Log: s/this one/the 5.6.0 release/
27073      Branch: perl
27074            ! pod/perl56delta.pod
27075 ____________________________________________________________________________
27076 [  6730] By: jhi                                   on 2000/08/20  23:07:34
27077         Log: Mention perlebcdic and perlposix-bc.
27078      Branch: perl
27079            ! pod/perlport.pod
27080 ____________________________________________________________________________
27081 [  6729] By: jhi                                   on 2000/08/20  21:32:59
27082         Log: Document the number of exponent digits.
27083      Branch: perl
27084            ! pod/perlfunc.pod
27085 ____________________________________________________________________________
27086 [  6728] By: jhi                                   on 2000/08/20  21:16:47
27087         Log: Use File::Spec->tmpdir().
27088              
27089              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
27090              From: Tim Jenness <timj@jach.hawaii.edu>
27091              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
27092              MIME-Version: 1.0
27093              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
27094      Branch: perl
27095            ! utils/perlbug.PL
27096 ____________________________________________________________________________
27097 [  6727] By: jhi                                   on 2000/08/20  20:43:32
27098         Log: Update Changes.
27099      Branch: perl
27100            ! Changes patchlevel.h
27101 ____________________________________________________________________________
27102 [  6726] By: jhi                                   on 2000/08/20  20:41:44
27103         Log: The veryclean target needs to clobber.
27104      Branch: perl
27105            ! Makefile.SH
27106 ____________________________________________________________________________
27107 [  6725] By: jhi                                   on 2000/08/20  20:37:38
27108         Log: Document odd vs even subreleases and -Dusedevel.
27109      Branch: perl
27110            ! INSTALL
27111 ____________________________________________________________________________
27112 [  6724] By: jhi                                   on 2000/08/20  19:58:05
27113         Log: Use temporary directory instead of current directory.
27114              
27115              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
27116              From: Tim Jenness <timj@jach.hawaii.edu>
27117              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
27118              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
27119      Branch: perl
27120            ! t/lib/ftmp-security.t
27121 ____________________________________________________________________________
27122 [  6723] By: jhi                                   on 2000/08/20  19:55:55
27123         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
27124              From: andreas.koenig@anima.de (Andreas J. Koenig)
27125              Date: 20 Aug 2000 15:52:03 +0200
27126              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
27127      Branch: perl
27128            ! lib/ExtUtils/MM_Unix.pm
27129 ____________________________________________________________________________
27130 [  6722] By: jhi                                   on 2000/08/20  19:46:01
27131         Log: Update to CGI 2.72, from Lincoln Stein.
27132      Branch: perl
27133            ! lib/CGI.pm
27134 ____________________________________________________________________________
27135 [  6721] By: jhi                                   on 2000/08/20  19:43:54
27136         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
27137              From: Radu Greab <radu@netsoft.ro>
27138              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
27139              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
27140      Branch: perl
27141            ! ext/GDBM_File/GDBM_File.xs
27142 ____________________________________________________________________________
27143 [  6720] By: jhi                                   on 2000/08/20  19:42:01
27144         Log: pp_open() could pass an uninitialized filename down to do_open9().
27145      Branch: perl
27146            ! pp_sys.c
27147 ____________________________________________________________________________
27148 [  6719] By: jhi                                   on 2000/08/20  14:06:41
27149         Log: UTF8 concat fixes.
27150              
27151              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
27152              From: Hugo <hv@crypt.compulink.co.uk>
27153              Date: Sun, 20 Aug 2000 07:30:46 +0100
27154              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
27155      Branch: perl
27156            ! pp_hot.c t/op/append.t
27157 ____________________________________________________________________________
27158 [  6718] By: jhi                                   on 2000/08/20  02:09:37
27159         Log: Let's try #6717 again.
27160      Branch: perl
27161            ! lib/File/Temp.pm
27162 ____________________________________________________________________________
27163 [  6717] By: jhi                                   on 2000/08/20  01:56:55
27164         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
27165              From: "Craig A. Berry" <craig.berry@metamorgs.com>
27166              Date: Sat, 19 Aug 2000 18:15:39 -0500
27167              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
27168      Branch: perl
27169            ! lib/File/Temp.pm
27170 ____________________________________________________________________________
27171 [  6716] By: jhi                                   on 2000/08/19  15:50:11
27172         Log: Update Changes.
27173      Branch: perl
27174            ! Changes patchlevel.h
27175 ____________________________________________________________________________
27176 [  6715] By: jhi                                   on 2000/08/19  15:39:09
27177         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
27178              From: Jonathan D Johnston <jdjohnston2@juno.com>
27179              Date: Thu, 17 Aug 2000 23:13:01 -0400       
27180              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
27181      Branch: perl
27182            ! pod/perlfunc.pod
27183 ____________________________________________________________________________
27184 [  6714] By: jhi                                   on 2000/08/19  15:34:04
27185         Log: Introduce a 'veryclean' target that is like 'distclean'
27186              but also removes *~ and *.orig.
27187      Branch: perl
27188            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
27189            ! utils/Makefile x2p/Makefile.SH
27190 ____________________________________________________________________________
27191 [  6713] By: jhi                                   on 2000/08/19  14:15:45
27192         Log: Put back the long double avoidance code to POSIX.xs
27193              because VMS seems to need it still.
27194      Branch: perl
27195            ! ext/POSIX/POSIX.xs
27196 ____________________________________________________________________________
27197 [  6712] By: jhi                                   on 2000/08/19  14:10:41
27198         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
27199              From: Peter Prymmer <pvhp@forte.com>
27200              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
27201              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
27202      Branch: perl
27203            ! lib/Pod/Find.pm t/pod/find.t
27204 ____________________________________________________________________________
27205 [  6711] By: jhi                                   on 2000/08/19  14:09:19
27206         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
27207              From: Peter Prymmer <pvhp@forte.com>
27208              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
27209              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
27210              cc: vmsperl@perl.org
27211      Branch: perl
27212            ! t/lib/peek.t
27213 ____________________________________________________________________________
27214 [  6710] By: jhi                                   on 2000/08/19  14:08:01
27215         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
27216              From: Jan Dubois <jand@ActiveState.com>
27217              Date: Fri, 18 Aug 2000 16:31:48 -0700
27218              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
27219      Branch: perl
27220            ! win32/win32.c
27221 ____________________________________________________________________________
27222 [  6709] By: jhi                                   on 2000/08/19  14:06:57
27223         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
27224              
27225              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
27226              From: Spider.Boardman@Orb.Nashua.NH.US
27227              Date: Fri, 18 Aug 2000 18:41:14 -0400
27228              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
27229      Branch: perl
27230            ! regcomp.c
27231 ____________________________________________________________________________
27232 [  6708] By: jhi                                   on 2000/08/18  22:04:49
27233         Log: Update Changes.
27234      Branch: perl
27235            ! Changes patchlevel.h
27236 ____________________________________________________________________________
27237 [  6707] By: jhi                                   on 2000/08/18  21:55:14
27238         Log: Add warnif(), check warnings further up the stack,
27239              all the warnings functions now can take an optional object reference.
27240              
27241              Subject: [PATCH bleedperl@6691] warnings pragma update
27242              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27243              Date: Fri, 18 Aug 2000 22:42:06 +0100
27244              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
27245      Branch: perl
27246            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
27247            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
27248            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
27249 ____________________________________________________________________________
27250 [  6706] By: jhi                                   on 2000/08/18  21:41:45
27251         Log: Typo in pp_complement().
27252              
27253              Subject: [PATCH perl-current] Deparse
27254              From: Peter Scott <Peter@PSDT.com>
27255              Date: Fri, 18 Aug 2000 12:44:37 -0700
27256              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
27257      Branch: perl
27258            ! ext/B/B/Deparse.pm
27259 ____________________________________________________________________________
27260 [  6705] By: jhi                                   on 2000/08/18  21:25:59
27261         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
27262              From: Jan Dubois <jand@ActiveState.com>
27263              Date: Fri, 18 Aug 2000 14:22:51 -0700
27264              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
27265      Branch: perl
27266            ! lib/Win32.pod win32/win32.c
27267 ____________________________________________________________________________
27268 [  6704] By: jhi                                   on 2000/08/18  21:16:14
27269         Log: Don't eat leading os from index entries.
27270              
27271              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
27272              From: Russ Allbery <rra@stanford.edu>
27273              Date: 10 Aug 2000 20:49:25 -0700
27274              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
27275      Branch: perl
27276            ! lib/Pod/Man.pm
27277 ____________________________________________________________________________
27278 [  6703] By: jhi                                   on 2000/08/18  21:07:06
27279         Log: Add [[:blank:]] as suggested in
27280              
27281              Subject: [ID 20000716.024] [=cc=] / [:blank:]
27282              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
27283              Date: Sun, 16 Jul 2000 17:55:29 -0700
27284              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
27285              
27286              (the [=cc=] has already been taken care of by #6439
27287              so the whole bug report can be closed)
27288              
27289              and make [[:space:]] to be equivalent to isspace(3)
27290              (as opposed to \s, which is isSPACE()).  The difference
27291              is that now [[:space:]] matches the mythical vertical tab,
27292              while \s doesn't.
27293      Branch: perl
27294            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
27295            ! regexec.c t/op/pat.t
27296 ____________________________________________________________________________
27297 [  6702] By: jhi                                   on 2000/08/18  18:47:47
27298         Log: The new tests were missing from #6415.
27299      Branch: perl
27300            ! t/op/bop.t
27301 ____________________________________________________________________________
27302 [  6701] By: jhi                                   on 2000/08/18  18:20:40
27303         Log: Document the NDBM_File and ODBM_File as SDBM_File
27304              was documented in #6417.
27305      Branch: perl
27306            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
27307            ! ext/SDBM_File/SDBM_File.pm
27308 ____________________________________________________________________________
27309 [  6700] By: jhi                                   on 2000/08/18  18:10:39
27310         Log: Subject: [PATCH perl@6698] cygwin port
27311              From: "Fifer, Eric" <EFifer@sanwaint.com>
27312              Date: Fri, 18 Aug 2000 17:30:05 +0100
27313              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
27314      Branch: perl
27315            ! lib/File/Temp.pm
27316 ____________________________________________________________________________
27317 [  6699] By: jhi                                   on 2000/08/18  16:21:49
27318         Log: Document code point which makes if (defined %stash::) to work
27319              (noted by Spider Boardman).
27320      Branch: perl
27321            ! op.c
27322 ____________________________________________________________________________
27323 [  6698] By: jhi                                   on 2000/08/18  13:43:27
27324         Log: Update Changes.
27325      Branch: perl
27326            ! Changes patchlevel.h
27327 ____________________________________________________________________________
27328 [  6697] By: jhi                                   on 2000/08/18  13:35:57
27329         Log: Tiny Getopt::Long patch from Johan Vromans.
27330      Branch: perl
27331            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
27332 ____________________________________________________________________________
27333 [  6696] By: jhi                                   on 2000/08/18  13:26:14
27334         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
27335              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
27336              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
27337              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
27338      Branch: perl
27339            ! pod/perldiag.pod pod/perlsyn.pod
27340 ____________________________________________________________________________
27341 [  6695] By: jhi                                   on 2000/08/18  13:13:26
27342         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
27343              From: Daniel Chetlin <daniel@chetlin.com>
27344              Date: Fri, 18 Aug 2000 03:13:36 -0700
27345              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
27346      Branch: perl
27347            ! pod/perlfunc.pod
27348 ____________________________________________________________________________
27349 [  6694] By: jhi                                   on 2000/08/18  13:08:05
27350         Log: Subject: [PATCH] perltrap.pod spring cleaning
27351              From: Daniel Chetlin <daniel@chetlin.com>
27352              Date: Fri, 18 Aug 2000 03:06:54 -0700
27353              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
27354              
27355              plus Mike Guy's nitfix.
27356      Branch: perl
27357            ! pod/perltrap.pod
27358 ____________________________________________________________________________
27359 [  6693] By: jhi                                   on 2000/08/18  13:00:26
27360         Log: Unbuffer the output.
27361              
27362              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
27363              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27364              Date: Thu, 17 Aug 2000 18:39:29 -0700
27365              Message-ID: <RPJn5gzkgydf092yn@efn.org>
27366      Branch: perl
27367            ! t/op/fork.t
27368 ____________________________________________________________________________
27369 [  6692] By: jhi                                   on 2000/08/18  05:19:17
27370         Log: Delete the image, too, not just its MANIFEStation.
27371      Branch: perl
27372            - lib/CGI/eg/wilogo.gif
27373 ____________________________________________________________________________
27374 [  6691] By: jhi                                   on 2000/08/18  05:10:26
27375         Log: Propagate new Configure vars.
27376      Branch: perl
27377            ! configure.com epoc/config.sh uconfig.h uconfig.sh
27378            ! vos/config.def vos/config.h vos/config_h.SH_orig
27379            ! win32/config.bc win32/config.gc win32/config.vc
27380            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27381 ____________________________________________________________________________
27382 [  6690] By: jhi                                   on 2000/08/18  04:30:56
27383         Log: Update Changes.
27384      Branch: perl
27385            ! Changes patchlevel.h
27386 ____________________________________________________________________________
27387 [  6689] By: jhi                                   on 2000/08/18  04:12:30
27388         Log: Fix the lib/complex failure of
27389              
27390              From: abigail@foad.org
27391              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
27392              Date: 15 Aug 2000 04:06:38 -0000
27393              Message-Id: <20000815040638.8524.qmail@foad.org> 
27394              
27395              Linux long double accuracy issue: something that
27396              when printed with %g looks like "2" but int() of it is 1.
27397      Branch: perl
27398            ! lib/Math/Complex.pm
27399 ____________________________________________________________________________
27400 [  6688] By: jhi                                   on 2000/08/18  03:15:35
27401         Log: The byteorder code in #6671 was wrong.
27402      Branch: perl
27403            ! configpm
27404 ____________________________________________________________________________
27405 [  6687] By: jhi                                   on 2000/08/18  02:08:42
27406         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
27407              From: Jan Dubois <jand@ActiveState.com>
27408              Date: Thu, 17 Aug 2000 18:31:55 -0700
27409              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
27410      Branch: perl
27411            ! sv.c
27412 ____________________________________________________________________________
27413 [  6686] By: jhi                                   on 2000/08/18  02:04:15
27414         Log: Use NVs in POSIX math, not doubles.
27415              
27416              From: abigail@foad.org
27417              Subject: [ID 20000817.014] POSIX & modfl
27418              Date: 17 Aug 2000 20:49:18 -0000
27419              Message-Id: <20000817204918.23123.qmail@foad.org>
27420      Branch: perl
27421            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
27422 ____________________________________________________________________________
27423 [  6685] By: jhi                                   on 2000/08/18  02:02:12
27424         Log: Introduce NVef, NVff, and NVgf, use the middle one.
27425              (helps for lib/peek + Linux + long doubles)  Reported in
27426              
27427              From: abigail@foad.org
27428              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
27429              Date: 15 Aug 2000 04:06:38 -0000
27430              Message-Id: <20000815040638.8524.qmail@foad.org> 
27431              
27432              (note: the lib/complex failure has not yet been addressed)
27433      Branch: metaconfig/U/perl
27434            ! perlxvf.U
27435      Branch: perl
27436            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27437            ! config_h.SH dump.c perl.h pod/perlguts.pod
27438 ____________________________________________________________________________
27439 [  6684] By: jhi                                   on 2000/08/17  23:22:19
27440         Log: Add byteorder to the myconfig output.
27441      Branch: perl
27442            ! myconfig.SH
27443 ____________________________________________________________________________
27444 [  6683] By: jhi                                   on 2000/08/17  23:20:19
27445         Log: The image doth not exist, spotted by Johan Vromans.
27446      Branch: perl
27447            ! MANIFEST
27448 ____________________________________________________________________________
27449 [  6682] By: jhi                                   on 2000/08/17  22:38:16
27450         Log: Document what the backtick returns if the command fails.
27451      Branch: perl
27452            ! pod/perlop.pod
27453 ____________________________________________________________________________
27454 [  6681] By: jhi                                   on 2000/08/17  22:33:12
27455         Log: Do not use prototyping here.
27456              
27457              Subject: [ID 20000817.016] [PATCH] Peek.xs
27458              From: abigail@foad.org
27459              Date: 17 Aug 2000 20:55:56 -0000
27460              Message-Id: <20000817205556.24270.qmail@foad.org>
27461      Branch: perl
27462            ! ext/Devel/Peek/Makefile.PL
27463 ____________________________________________________________________________
27464 [  6680] By: jhi                                   on 2000/08/17  19:46:43
27465         Log: Don't propose using modules built for 5.005 if no binary
27466              compatibility with 5.005 is attempted.
27467              
27468              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
27469              Subject: Minor nit with 5.7.0 (6655)
27470              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
27471              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
27472      Branch: metaconfig
27473            ! U/installdirs/inc_version_list.U
27474      Branch: perl
27475            ! Configure config_h.SH
27476 ____________________________________________________________________________
27477 [  6679] By: jhi                                   on 2000/08/17  19:16:39
27478         Log: Microperl config update.
27479      Branch: perl
27480            ! uconfig.h uconfig.sh
27481 ____________________________________________________________________________
27482 [  6678] By: jhi                                   on 2000/08/17  19:16:13
27483         Log: The #6648 wasn't protective enough for limited platforms
27484              (like microperl).
27485      Branch: perl
27486            ! dump.c sv.c
27487 ____________________________________________________________________________
27488 [  6677] By: jhi                                   on 2000/08/17  14:46:35
27489         Log: Update Changes.
27490      Branch: perl
27491            ! Changes patchlevel.h
27492 ____________________________________________________________________________
27493 [  6676] By: jhi                                   on 2000/08/17  14:44:02
27494         Log: Add perlebcdic from Peter Prymmer, regen toc.
27495      Branch: perl
27496            + pod/perlebcdic.pod
27497            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27498 ____________________________________________________________________________
27499 [  6675] By: jhi                                   on 2000/08/17  14:41:52
27500         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
27501      Branch: perl
27502            ! pod/perldebtut.pod
27503 ____________________________________________________________________________
27504 [  6674] By: jhi                                   on 2000/08/17  14:29:43
27505         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
27506              
27507              Subject: [ID 20000724.006] -DLEAKTEST problem
27508              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
27509              Date: Tue, 25 Jul 2000 00:36:32 -0500
27510              Message-Id: <20000725003632.A26186@www.llamacom.com>
27511              
27512              Reminder sent
27513              
27514              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
27515              From: Hugo <hv@crypt.compulink.co.uk>
27516              Date: Thu, 17 Aug 2000 15:23:42 +0100
27517              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
27518      Branch: perl
27519            ! util.c
27520 ____________________________________________________________________________
27521 [  6673] By: jhi                                   on 2000/08/17  04:07:10
27522         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
27523              From: John Peacock <JPeacock@UnivPress.com>
27524              Date: Tue, 01 Aug 2000 09:38:12 -0400
27525              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
27526      Branch: perl
27527            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
27528 ____________________________________________________________________________
27529 [  6672] By: jhi                                   on 2000/08/17  03:04:35
27530         Log: Subject: [PATCH] Cwd.pm now uses strict
27531              From: Tim Jenness <timj@jach.hawaii.edu>
27532              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
27533              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
27534      Branch: perl
27535            ! lib/Cwd.pm
27536 ____________________________________________________________________________
27537 [  6671] By: jhi                                   on 2000/08/17  02:16:35
27538         Log: Make $Config{byteorder} more magical so that it is
27539              dynamically computed: nice for 'fat binaries'.
27540              
27541              Subject: [PATCH]: default byteorder
27542              From: Wilfredo Sánchez <wsanchez@apple.com>
27543              Date: Mon, 31 Jul 2000 19:45:31 -0700
27544              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
27545      Branch: perl
27546            ! configpm
27547 ____________________________________________________________________________
27548 [  6670] By: gsar                                  on 2000/08/17  01:22:21
27549         Log: move WNOHANG definition to where other such things are
27550      Branch: perl
27551            ! win32/win32.h
27552 ____________________________________________________________________________
27553 [  6669] By: jhi                                   on 2000/08/17  01:19:17
27554         Log: Update Changes.
27555      Branch: perl
27556            ! Changes patchlevel.h
27557 ____________________________________________________________________________
27558 [  6668] By: jhi                                   on 2000/08/17  01:16:29
27559         Log: Doc nits spotted by Richard Soderberg.
27560      Branch: perl
27561            ! README.posix-bc README.vmesa
27562 ____________________________________________________________________________
27563 [  6667] By: jhi                                   on 2000/08/17  01:12:11
27564         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
27565              From: "Casey R. Tweten" <crt@kiski.net>
27566              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
27567              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
27568      Branch: perl
27569            ! pod/perldebtut.pod
27570 ____________________________________________________________________________
27571 [  6666] By: jhi                                   on 2000/08/17  01:09:31
27572         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
27573              From: "Casey R. Tweten" <crt@kiski.net>
27574              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
27575              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
27576      Branch: perl
27577            ! lib/Shell.pm
27578 ____________________________________________________________________________
27579 [  6665] By: gsar                                  on 2000/08/17  01:03:52
27580         Log: add "ok" targets from change#6632 in makefile.mk
27581      Branch: perl
27582            ! pod/perlport.pod win32/Makefile win32/makefile.mk
27583 ____________________________________________________________________________
27584 [  6664] By: gsar                                  on 2000/08/17  00:56:11
27585         Log: avoid warnings from dense compiler
27586      Branch: perl
27587            ! win32/win32.c
27588 ____________________________________________________________________________
27589 [  6663] By: jhi                                   on 2000/08/17  00:51:49
27590         Log: Tweak the regex compilation errors once more.
27591      Branch: perl
27592            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
27593            ! t/op/regmesg.t t/pragma/warn/regcomp
27594 ____________________________________________________________________________
27595 [  6662] By: gsar                                  on 2000/08/17  00:28:19
27596         Log: trailing new %ENV entries weren't being pushed into the real
27597              environment of subprocesses on Windows
27598      Branch: perl
27599            ! t/op/magic.t win32/perlhost.h
27600 ____________________________________________________________________________
27601 [  6661] By: gsar                                  on 2000/08/17  00:19:20
27602         Log: waitpid() now handles externally spawned pids correctly;
27603              fixes for backtick/wait/waitpid failures on Windows 9x
27604              
27605              these changes make the pid returned by process functions on
27606              Windows 9x always positive by clearing the high bit (which
27607              is always set on Win9x); pseudo-process PIDs are likewise
27608              always negative now on Win9x (just as on NT/2000)
27609      Branch: perl
27610            ! pp_sys.c win32/perlhost.h win32/win32.c
27611 ____________________________________________________________________________
27612 [  6660] By: jhi                                   on 2000/08/17  00:04:32
27613         Log: Retract #6645.
27614      Branch: perl
27615            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27616            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
27617            ! t/op/sprintf.t
27618 ____________________________________________________________________________
27619 [  6659] By: gsar                                  on 2000/08/16  23:59:28
27620         Log: on windows, the return values from wait() and waitpid() don't
27621              match those of pseudo-pids
27622      Branch: perl
27623            ! pp_sys.c t/op/fork.t util.c win32/win32.c
27624 ____________________________________________________________________________
27625 [  6658] By: gsar                                  on 2000/08/16  23:56:14
27626         Log: pod nit seen in passing
27627      Branch: perl
27628            ! pod/perlfunc.pod
27629 ____________________________________________________________________________
27630 [  6657] By: gsar                                  on 2000/08/16  23:53:42
27631         Log: change#6328 could make close(SOCKET) return false on windows
27632              when it shouldn't
27633      Branch: perl
27634            ! win32/win32sck.c
27635 ____________________________________________________________________________
27636 [  6656] By: gsar                                  on 2000/08/16  23:46:57
27637         Log: check that the number pseudo children doesn't exceed
27638              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
27639              the WaitForMultipleObjects() limit that would cause wait()
27640              to crash)
27641              
27642              wait() and waitpid() could potentially be rewritten to use
27643              more than one thread to do the waiting to eliminate this
27644              limitation
27645      Branch: perl
27646            ! win32/perlhost.h
27647 ____________________________________________________________________________
27648 [  6655] By: jhi                                   on 2000/08/16  14:11:05
27649         Log: Update Changes.
27650      Branch: perl
27651            ! Changes patchlevel.h
27652 ____________________________________________________________________________
27653 [  6654] By: jhi                                   on 2000/08/16  14:10:12
27654         Log: Update to perldebtut 1.9, from Richard Foley.
27655      Branch: perl
27656            ! pod/perldebtut.pod
27657 ____________________________________________________________________________
27658 [  6653] By: jhi                                   on 2000/08/16  14:08:17
27659         Log: Change the regx compilation error markers to use = instead of <
27660              since pod makes using the latter quite messy.  Reported in
27661              ID 20000814.006 by Abigail and in
27662              Subject: Unknown escape E<> ?
27663              From: Lupe Christoph <lupe@lupe-christoph.de>
27664              Date: Fri, 11 Aug 2000 00:30:27 +0200
27665              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
27666      Branch: perl
27667            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
27668            ! t/op/regmesg.t t/pragma/warn/regcomp
27669 ____________________________________________________________________________
27670 [  6652] By: jhi                                   on 2000/08/16  13:25:31
27671         Log: Change the perlbug address to perl.org since it's more forgiving.
27672              
27673              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
27674              From: abigail@foad.org
27675              Date: 15 Aug 2000 04:15:40 -0000
27676              Message-Id: <20000815041540.8633.qmail@foad.org>
27677      Branch: perl
27678            ! utils/perlbug.PL
27679 ____________________________________________________________________________
27680 [  6651] By: jhi                                   on 2000/08/16  13:22:35
27681         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
27682              From: Tim Jenness <timj@jach.hawaii.edu>
27683              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
27684              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
27685      Branch: perl
27686            ! lib/Cwd.pm
27687 ____________________________________________________________________________
27688 [  6650] By: jhi                                   on 2000/08/16  13:18:13
27689         Log: Update to CPAN 1.57.
27690              
27691              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
27692              From: andreas.koenig@anima.de (Andreas J. Koenig)
27693              Date: 16 Aug 2000 15:09:46 +0200
27694              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
27695      Branch: perl
27696            ! lib/CPAN.pm
27697 ____________________________________________________________________________
27698 [  6649] By: jhi                                   on 2000/08/16  13:12:31
27699         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
27700              From: "Larry W. Virden" <lvirden@cas.org>
27701              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
27702              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
27703      Branch: perl
27704            ! README.hpux
27705 ____________________________________________________________________________
27706 [  6648] By: jhi                                   on 2000/08/16  13:03:53
27707         Log: The numeric locale was reset to "C" by s?printf and never restored.
27708              
27709              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
27710              From: Christian Kirsch <ck@held.mind.de>
27711              Date: Wed, 9 Aug 2000 17:05:17 +0200
27712              Message-Id: <20000809170517.A25389@held>
27713              
27714              No test since adding the failing example to locale.t
27715              does not fail -- probably because the locale settings are so
27716              thoroughly tweaked by that time.  Running the example standalone
27717              does fail, though.  UPDATE: test case added at change #7540.
27718      Branch: perl
27719            ! dump.c perl.h pp.c pp_ctl.c sv.c
27720 ____________________________________________________________________________
27721 [  6647] By: jhi                                   on 2000/08/16  00:07:54
27722         Log: Update Changes and test semi-automatic patchlevel updating.
27723      Branch: perl
27724            ! Changes patchlevel.h
27725 ____________________________________________________________________________
27726 [  6646] By: jhi                                   on 2000/08/15  23:35:07
27727         Log: Fix a dependency problem.
27728              
27729              Subject: [PATCH: 6640] VMS Makefile.SH update
27730              From: Peter Prymmer <pvhp@forte.com>
27731              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
27732              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
27733      Branch: perl
27734            ! vms/descrip_mms.template
27735 ____________________________________________________________________________
27736 [  6645] By: jhi                                   on 2000/08/15  23:33:23
27737         Log: (Retracted by #6660)
27738              
27739              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
27740              From: Dominic Dunlop <domo@computer.org>
27741              Date: Tue, 15 Aug 2000 22:20:52 +0200
27742              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
27743      Branch: metaconfig/U/perl
27744            + d_printfed.U
27745      Branch: perl
27746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27747            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
27748            ! t/op/sprintf.t
27749 ____________________________________________________________________________
27750 [  6644] By: jhi                                   on 2000/08/15  21:17:20
27751         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
27752              From: abigail@foad.org
27753              Date: 15 Aug 2000 20:12:41 -0000
27754              Message-Id: <20000815201241.25556.qmail@foad.org>
27755      Branch: perl
27756            ! INSTALL
27757 ____________________________________________________________________________
27758 [  6643] By: jhi                                   on 2000/08/15  21:15:28
27759         Log: (an already applied patch)
27760      Branch: perl
27761            ! lib/CGI.pm
27762 ____________________________________________________________________________
27763 [  6642] By: gsar                                  on 2000/08/15  19:54:05
27764         Log: magic callbacks all need to have same type signature
27765      Branch: perl
27766            ! embed.pl mg.c proto.h
27767 ____________________________________________________________________________
27768 [  6641] By: jhi                                   on 2000/08/15  17:56:27
27769         Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
27770              From: Mike Guy <mjtg@cam.ac.uk>
27771              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
27772              Date: Tue, 15 Aug 2000 18:26:45 +0100
27773              
27774              Only the peek.t part applied, not the hash quality part.
27775      Branch: perl
27776            ! t/lib/peek.t
27777 ____________________________________________________________________________
27778 [  6640] By: jhi                                   on 2000/08/15  16:37:37
27779         Log: Update Changes.
27780      Branch: perl
27781            ! Changes
27782 ____________________________________________________________________________
27783 [  6639] By: jhi                                   on 2000/08/15  16:34:55
27784         Log: Missed a file from #6638.
27785      Branch: perl
27786            ! lib/File/Temp.pm
27787 ____________________________________________________________________________
27788 [  6638] By: jhi                                   on 2000/08/15  16:33:19
27789         Log: Subject: [PATCH perl@6620] cygwin port
27790              From: "Fifer, Eric" <EFifer@sanwaint.com>
27791              Date: Tue, 15 Aug 2000 17:00:49 +0100
27792              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
27793      Branch: perl
27794            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
27795 ____________________________________________________________________________
27796 [  6637] By: jhi                                   on 2000/08/15  16:29:22
27797         Log: Subject: [PATCH] debugger exit code should reflect user exit code
27798              From: Mike Guy <mjtg@cam.ac.uk>
27799              Date: Tue, 15 Aug 2000 16:55:59 +0100
27800              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
27801      Branch: perl
27802            ! lib/perl5db.pl
27803 ____________________________________________________________________________
27804 [  6636] By: jhi                                   on 2000/08/15  15:30:58
27805         Log: Update Changes.
27806      Branch: perl
27807            ! Changes
27808 ____________________________________________________________________________
27809 [  6635] By: jhi                                   on 2000/08/15  15:27:21
27810         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
27811      Branch: metaconfig
27812            ! U/mkglossary U/mksample
27813      Branch: metaconfig/U/perl
27814            ! Devel.U
27815      Branch: perl
27816            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27817 ____________________________________________________________________________
27818 [  6634] By: jhi                                   on 2000/08/15  14:11:55
27819         Log: Don't blow limited stacks, a lower number is enough to
27820              tickle the lookbehind limit.
27821              
27822              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
27823              From: Dominic Dunlop <domo@computer.org>
27824              Date: Tue, 15 Aug 2000 13:51:24 +0200
27825              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
27826      Branch: perl
27827            ! t/op/regmesg.t
27828 ____________________________________________________________________________
27829 [  6633] By: jhi                                   on 2000/08/15  14:01:46
27830         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
27831              From: Mike Guy <mjtg@cam.ac.uk>
27832              Date: Tue, 15 Aug 2000 12:10:50 +0100
27833              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
27834      Branch: perl
27835            ! utils/perldoc.PL
27836 ____________________________________________________________________________
27837 [  6632] By: jhi                                   on 2000/08/15  13:58:48
27838         Log: make ok etc also for win32.
27839              
27840              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
27841              From: Prymmer/Kahn <pvhp@best.com>
27842              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
27843              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
27844      Branch: perl
27845            ! win32/Makefile
27846 ____________________________________________________________________________
27847 [  6631] By: jhi                                   on 2000/08/15  13:45:03
27848         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
27849      Branch: perl
27850            ! lib/Test.pm
27851 ____________________________________________________________________________
27852 [  6630] By: jhi                                   on 2000/08/15  03:25:09
27853         Log: Update Changes.
27854      Branch: perl
27855            ! Changes
27856 ____________________________________________________________________________
27857 [  6629] By: jhi                                   on 2000/08/15  03:23:53
27858         Log: magic_regdatum_set() is void, not int.
27859      Branch: perl
27860            ! embed.pl mg.c proto.h
27861 ____________________________________________________________________________
27862 [  6628] By: jhi                                   on 2000/08/15  03:08:02
27863         Log: Make the user to give up his firstborn, err, to knowingly
27864              verify installing an unstable developer release.  Also bump
27865              the release to 5.7.0, but leave a patch tag in the local
27866              patches saying that this is not yet the real thing.
27867      Branch: metaconfig
27868            ! U/modified/Instruct.U
27869      Branch: metaconfig/U/perl
27870            + Devel.U
27871      Branch: perl
27872            ! Configure patchlevel.h
27873 ____________________________________________________________________________
27874 [  6627] By: jhi                                   on 2000/08/14  22:32:52
27875         Log: README.os2 update.
27876              
27877              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
27878              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27879              Date: Wed, 02 Aug 2000 21:55:09 -0700
27880              Message-ID: <tsPi5gzkgegX092yn@efn.org>
27881      Branch: perl
27882            ! README.os2
27883 ____________________________________________________________________________
27884 [  6626] By: jhi                                   on 2000/08/14  21:00:02
27885         Log: Subject: Re: File::Temp problems on VMS in bleedperl
27886              From: Tim Jenness <timj@jach.hawaii.edu>
27887              cc: vmsperl@perl.org
27888              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
27889              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
27890      Branch: perl
27891            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
27892 ____________________________________________________________________________
27893 [  6625] By: jhi                                   on 2000/08/14  20:52:16
27894         Log: Add SUIDMAIL as was done for the CERT alert.
27895      Branch: perl
27896            ! patchlevel.h
27897 ____________________________________________________________________________
27898 [  6624] By: jhi                                   on 2000/08/14  20:48:50
27899         Log: Subject: sfio2000
27900              From: Daniel Muino <dmuino@afip.gov.ar>
27901              Date: Mon, 14 Aug 2000 16:58:11 -0300
27902              Message-ID: <20000814165811.B16368@con2-dgi>
27903      Branch: perl
27904            ! perlsdio.h perlsfio.h
27905 ____________________________________________________________________________
27906 [  6623] By: jhi                                   on 2000/08/14  20:47:36
27907         Log: Subject: warning: storage class after type is obsolescent
27908              From: Daniel Muino <dmuino@afip.gov.ar>
27909              Date: Mon, 14 Aug 2000 16:42:47 -0300
27910              Message-ID: <20000814164247.A16368@con2-dgi>
27911      Branch: perl
27912            ! regcomp.pl regnodes.h
27913 ____________________________________________________________________________
27914 [  6622] By: jhi                                   on 2000/08/14  20:43:05
27915         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
27916              From: abigail@foad.org
27917              Date: 14 Aug 2000 20:00:10 -0000
27918              Message-Id: <20000814200010.27271.qmail@foad.org>
27919      Branch: perl
27920            ! Changes
27921 ____________________________________________________________________________
27922 [  6621] By: jhi                                   on 2000/08/14  15:23:05
27923         Log: Update Changes.
27924      Branch: perl
27925            ! Changes
27926 ____________________________________________________________________________
27927 [  6620] By: jhi                                   on 2000/08/14  15:22:14
27928         Log: Subject: Re: [PATCH] @+, @- readonly
27929              From: Mike Guy <mjtg@cam.ac.uk>
27930              Date: Mon, 14 Aug 2000 15:26:55 +0100
27931              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
27932      Branch: perl
27933            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
27934            ! sv.c t/op/pat.t
27935 ____________________________________________________________________________
27936 [  6619] By: jhi                                   on 2000/08/14  14:12:08
27937         Log: Update Changes.
27938      Branch: perl
27939            ! Changes
27940 ____________________________________________________________________________
27941 [  6618] By: jhi                                   on 2000/08/14  14:09:34
27942         Log: For now remove the mail code.
27943      Branch: perl
27944            ! perl.c
27945 ____________________________________________________________________________
27946 [  6617] By: jhi                                   on 2000/08/14  14:08:28
27947         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
27948      Branch: perl
27949            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
27950            ! pod/perlfaq8.pod pod/perlsec.pod
27951 ____________________________________________________________________________
27952 [  6616] By: jhi                                   on 2000/08/14  14:00:11
27953         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
27954              From: Mike Guy <mjtg@cam.ac.uk>
27955              Date: Mon, 14 Aug 2000 08:26:02 +0100
27956              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
27957      Branch: perl
27958            ! lib/perl5db.pl
27959 ____________________________________________________________________________
27960 [  6615] By: jhi                                   on 2000/08/14  13:58:45
27961         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
27962              From: Mike Guy <mjtg@cam.ac.uk>
27963              Date: Mon, 14 Aug 2000 08:04:22 +0100
27964              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
27965      Branch: perl
27966            ! gv.c mg.c t/op/pat.t
27967 ____________________________________________________________________________
27968 [  6614] By: jhi                                   on 2000/08/14  13:56:45
27969         Log: Subject: Test fails / warnings with perl-current #6612
27970              From: Mike Guy <mjtg@cam.ac.uk>
27971              Date: Mon, 14 Aug 2000 07:57:23 +0100
27972              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
27973      Branch: perl
27974            ! t/lib/b.t t/lib/peek.t
27975 ____________________________________________________________________________
27976 [  6613] By: jhi                                   on 2000/08/14  13:45:33
27977         Log: VMS configure.com update continues.
27978      Branch: perl
27979            - vms/configure.com
27980            ! MANIFEST configure.com
27981 ____________________________________________________________________________
27982 [  6612] By: jhi                                   on 2000/08/13  22:13:35
27983         Log: Update Changes.
27984      Branch: perl
27985            ! Changes
27986 ____________________________________________________________________________
27987 [  6611] By: jhi                                   on 2000/08/13  16:21:45
27988         Log: Upgrade to CGI 2.71, from Lincoln Stein.
27989      Branch: perl
27990            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
27991 ____________________________________________________________________________
27992 [  6610] By: jhi                                   on 2000/08/13  15:09:16
27993         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
27994              From: Mike Guy <mjtg@cam.ac.uk>
27995              Date: Sun, 13 Aug 2000 13:45:51 +0100
27996              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
27997      Branch: perl
27998            ! t/op/regmesg.t
27999 ____________________________________________________________________________
28000 [  6609] By: jhi                                   on 2000/08/13  14:31:26
28001         Log: Andreas says that 1.56 is fine, so reverting back to it.
28002      Branch: perl
28003            ! lib/CPAN.pm
28004 ____________________________________________________________________________
28005 [  6608] By: jhi                                   on 2000/08/13  05:34:20
28006         Log: Update Changes.
28007      Branch: perl
28008            ! Changes
28009 ____________________________________________________________________________
28010 [  6607] By: jhi                                   on 2000/08/13  05:32:01
28011         Log: Put back the \z changes of #5406 to CPAN.pm.
28012      Branch: perl
28013            ! lib/CPAN.pm
28014 ____________________________________________________________________________
28015 [  6606] By: jhi                                   on 2000/08/13  05:20:16
28016         Log: Fix-n-skip the tests under 5005threads.
28017      Branch: perl
28018            ! t/lib/b.t
28019 ____________________________________________________________________________
28020 [  6605] By: jhi                                   on 2000/08/13  05:07:48
28021         Log: Fix the test for 5005threads.
28022      Branch: perl
28023            ! t/lib/peek.t
28024 ____________________________________________________________________________
28025 [  6604] By: jhi                                   on 2000/08/13  03:35:37
28026         Log: Should have deleted this in #6603.
28027      Branch: perl
28028            - vms/subconfigure.com
28029 ____________________________________________________________________________
28030 [  6603] By: jhi                                   on 2000/08/12  18:29:32
28031         Log: Rewrite of vms/subconfigure.com as configure.com,
28032              from Peter Prymmer and the vmsperl crew.
28033      Branch: perl
28034            + vms/configure.com
28035            ! MANIFEST
28036 ____________________________________________________________________________
28037 [  6602] By: jhi                                   on 2000/08/11  13:00:01
28038         Log: PlainText.pm is dead.
28039      Branch: perl
28040            - lib/Pod/PlainText.pm
28041            ! MANIFEST
28042 ____________________________________________________________________________
28043 [  6601] By: jhi                                   on 2000/08/11  04:06:45
28044         Log: Update Changes.
28045      Branch: perl
28046            ! Changes
28047 ____________________________________________________________________________
28048 [  6600] By: jhi                                   on 2000/08/11  04:06:10
28049         Log: Add a few missing files, update MANIFEST.
28050      Branch: perl
28051            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
28052            + lib/Pod/PlainText.pm t/pod/find.t
28053            ! MANIFEST t/op/regmesg.t
28054 ____________________________________________________________________________
28055 [  6599] By: jhi                                   on 2000/08/11  03:31:10
28056         Log: Add Perl debugging tutorial, regen toc. 
28057              
28058              Subject: perldebtut.pod
28059              From: Richard Foley <Richard.Foley@m.dasa.de>
28060              Date: Wed, 09 Aug 2000 10:17:15 +0200
28061              Message-id: <3991138B.262247B8@m.dasa.de>
28062      Branch: perl
28063            + pod/perldebtut.pod
28064            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28065 ____________________________________________________________________________
28066 [  6598] By: jhi                                   on 2000/08/11  02:48:56
28067         Log: tiny Changes edit
28068      Branch: perl
28069            ! Changes
28070 ____________________________________________________________________________
28071 [  6597] By: jhi                                   on 2000/08/11  02:39:04
28072         Log: Tests for #6589.
28073              
28074              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
28075              From: simon@brecon.co.uk (Simon Cozens)
28076              Date: 11 Aug 2000 02:24:52 GMT
28077              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
28078      Branch: perl
28079            ! t/lib/b.t
28080 ____________________________________________________________________________
28081 [  6596] By: jhi                                   on 2000/08/11  01:50:07
28082         Log: Update Changes.
28083      Branch: perl
28084            ! Changes
28085 ____________________________________________________________________________
28086 [  6595] By: jhi                                   on 2000/08/11  01:47:16
28087         Log: nitfix
28088      Branch: perl
28089            ! Changes
28090 ____________________________________________________________________________
28091 [  6594] By: jhi                                   on 2000/08/11  01:36:16
28092         Log: Subject: Getting perlio and threads to compile
28093              From: Lupe Christoph <lupe@lupe-christoph.de>
28094              Date: Wed, 9 Aug 2000 11:35:54 +0200
28095              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
28096              
28097              (the Solaris version changes in Configure skipped)
28098      Branch: perl
28099            ! hints/solaris_2.sh thread.h
28100 ____________________________________________________________________________
28101 [  6593] By: jhi                                   on 2000/08/11  01:30:16
28102         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
28103              From: simon@brecon.co.uk (Simon Cozens)
28104              Date: 1 Aug 2000 06:55:19 GMT
28105              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
28106      Branch: perl
28107            ! lib/utf8.pm
28108 ____________________________________________________________________________
28109 [  6592] By: jhi                                   on 2000/08/11  01:26:39
28110         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
28111              From: Peter Scott <Peter@PeterScott.com>
28112              Date: Thu, 10 Aug 2000 08:23:27 -0700
28113              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
28114      Branch: perl
28115            ! lib/perl5db.pl
28116 ____________________________________________________________________________
28117 [  6591] By: jhi                                   on 2000/08/11  01:22:02
28118         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
28119              From: Hugo <hv@crypt.compulink.co.uk>
28120              Date: Thu, 10 Aug 2000 19:23:04 +0100
28121              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
28122      Branch: perl
28123            ! regexec.c t/op/pat.t
28124 ____________________________________________________________________________
28125 [  6590] By: jhi                                   on 2000/08/11  01:19:19
28126         Log: Preprocessing and postprocessing for File::Find.
28127              
28128              Subject: Patch to Find::File.pm to allow alphabetical results
28129              From: Joe Smith <jsmith@inwap.com>
28130              Date: Wed, 9 Aug 2000 02:44:54 -0700
28131              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
28132      Branch: perl
28133            ! lib/File/Find.pm
28134 ____________________________________________________________________________
28135 [  6589] By: jhi                                   on 2000/08/11  01:12:39
28136         Log: B::Deparse didn't do sub attributes.
28137              
28138              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
28139              From: simon@brecon.co.uk (Simon Cozens)
28140              Date: 9 Aug 2000 04:49:20 GMT
28141              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
28142      Branch: perl
28143            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
28144 ____________________________________________________________________________
28145 [  6588] By: jhi                                   on 2000/08/11  01:06:40
28146         Log: Subject: debugger "d" command doesnt check line number
28147              From: Mike Guy <mjtg@cam.ac.uk>
28148              Date: Tue, 08 Aug 2000 21:54:29 +0100
28149              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
28150      Branch: perl
28151            ! lib/perl5db.pl mg.c pod/perldiag.pod
28152 ____________________________________________________________________________
28153 [  6587] By: jhi                                   on 2000/08/11  00:45:03
28154         Log: sleep(1) does not necessarily return 1.
28155              
28156              Subject: [PATCH bleadperl] op/lex_assign.t  
28157              From: Hugo <hv@crypt.compulink.co.uk>
28158              Date: Thu, 03 Aug 2000 14:34:22 +0100        
28159              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
28160      Branch: perl
28161            ! t/op/lex_assign.t
28162 ____________________________________________________________________________
28163 [  6586] By: jhi                                   on 2000/08/11  00:31:50
28164         Log: Document the IO::Select timeout.
28165      Branch: perl
28166            ! ext/IO/lib/IO/Select.pm
28167 ____________________________________________________________________________
28168 [  6585] By: jhi                                   on 2000/08/11  00:13:54
28169         Log: Forgot contributor.
28170      Branch: perl
28171            ! Changes
28172 ____________________________________________________________________________
28173 [  6584] By: jhi                                   on 2000/08/11  00:09:19
28174         Log: detypo
28175      Branch: perl
28176            ! Changes
28177 ____________________________________________________________________________
28178 [  6583] By: jhi                                   on 2000/08/11  00:07:53
28179         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
28180              
28181              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
28182              From: Mike Guy <mjtg@cam.ac.uk> 
28183              Date: Thu, 10 Aug 2000 15:50:54 +0100
28184              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
28185      Branch: perl
28186            ! sv.c t/op/int.t
28187 ____________________________________________________________________________
28188 [  6582] By: jhi                                   on 2000/08/10  23:29:32
28189         Log: Update Changes.
28190      Branch: perl
28191            ! Changes
28192 ____________________________________________________________________________
28193 [  6581] By: jhi                                   on 2000/08/10  23:26:16
28194         Log: Put back the std @INC thing.
28195      Branch: perl
28196            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
28197            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
28198            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
28199            ! t/lib/gol-oo.t
28200 ____________________________________________________________________________
28201 [  6580] By: jhi                                   on 2000/08/10  23:03:34
28202         Log: Update to CGI 2.70, from Lincoln Stein.
28203      Branch: perl
28204            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
28205            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
28206            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
28207            ! t/lib/cgi-request.t
28208 ____________________________________________________________________________
28209 [  6579] By: jhi                                   on 2000/08/10  22:41:50
28210         Log: Update to CPAN 1.56, from Andreas König.
28211      Branch: perl
28212            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28213 ____________________________________________________________________________
28214 [  6578] By: jhi                                   on 2000/08/10  22:38:13
28215         Log: Update to Pod::Parser 1.17, from Brad Appleton.
28216      Branch: perl
28217            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
28218            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
28219            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
28220            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
28221            ! t/pod/include.t t/pod/included.t t/pod/lref.t
28222            ! t/pod/multiline_items.t t/pod/nested_items.t
28223            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
28224            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
28225            ! t/pod/special_seqs.t
28226 ____________________________________________________________________________
28227 [  6577] By: jhi                                   on 2000/08/10  22:35:41
28228         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
28229      Branch: perl
28230            ! AUTHORS MAINTAIN
28231 ____________________________________________________________________________
28232 [  6576] By: jhi                                   on 2000/08/10  22:24:54
28233         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
28234      Branch: perl
28235            + t/lib/gol-oo.t
28236            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
28237            ! t/lib/gol-compat.t t/lib/gol-linkage.t
28238 ____________________________________________________________________________
28239 [  6575] By: jhi                                   on 2000/08/10  22:02:07
28240         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
28241      Branch: perl
28242            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
28243 ____________________________________________________________________________
28244 [  6574] By: jhi                                   on 2000/08/10  21:55:03
28245         Log: Iterating perl6 description.
28246      Branch: perl
28247            ! pod/perlfaq1.pod
28248 ____________________________________________________________________________
28249 [  6573] By: jhi                                   on 2000/08/10  21:48:26
28250         Log: Revert the sv.c part of #6559, a better fix is needed.
28251      Branch: perl
28252            ! sv.c
28253 ____________________________________________________________________________
28254 [  6572] By: jhi                                   on 2000/08/10  20:33:43
28255         Log: It's the 2ndO'ROSSC.
28256      Branch: perl
28257            ! pod/perlfaq1.pod
28258 ____________________________________________________________________________
28259 [  6571] By: jhi                                   on 2000/08/10  15:55:48
28260         Log: detypo
28261      Branch: perl
28262            ! pod/perlfaq1.pod
28263 ____________________________________________________________________________
28264 [  6570] By: jhi                                   on 2000/08/10  14:11:17
28265         Log: An exceptionally sticky typo.
28266      Branch: perl
28267            ! Changes
28268 ____________________________________________________________________________
28269 [  6569] By: jhi                                   on 2000/08/10  14:09:33
28270         Log: detypo (and test Changes updating script)
28271      Branch: perl
28272            ! Changes
28273 ____________________________________________________________________________
28274 [  6568] By: jhi                                   on 2000/08/10  14:07:07
28275         Log: Update Changes.
28276      Branch: perl
28277            ! Changes
28278 ____________________________________________________________________________
28279 [  6567] By: jhi                                   on 2000/08/10  14:06:19
28280         Log: Amend the description of Perl6.
28281              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
28282              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28283              Date: Wed, 9 Aug 2000 22:11:06 -0500
28284              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
28285      Branch: perl
28286            ! pod/perlfaq1.pod
28287 ____________________________________________________________________________
28288 [  6566] By: jhi                                   on 2000/08/10  13:58:57
28289         Log: Subject: Remove dead entry in perldiag
28290              From: Mike Guy <mjtg@cam.ac.uk>
28291              Date: Thu, 10 Aug 2000 14:19:19 +0100
28292              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
28293      Branch: perl
28294            ! pod/perldiag.pod
28295 ____________________________________________________________________________
28296 [  6565] By: jhi                                   on 2000/08/10  13:51:48
28297         Log: Zero entries were skipped, fix from Adrian Goalby
28298              <argoalby@yahoo.co.uk>
28299      Branch: perl
28300            ! lib/unicode/Number.pl lib/unicode/mktables.PL
28301 ____________________________________________________________________________
28302 [  6564] By: jhi                                   on 2000/08/10  13:00:12
28303         Log: Subject: [PATCH 5.6.0] cygwin port
28304              From: "Fifer, Eric" <EFifer@sanwaint.com>
28305              Date: Thu, 10 Aug 2000 13:15:36 +0100
28306              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
28307      Branch: perl
28308            ! README.cygwin hints/cygwin.sh
28309 ____________________________________________________________________________
28310 [  6563] By: jhi                                   on 2000/08/10  12:55:16
28311         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
28312      Branch: perl
28313            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
28314 ____________________________________________________________________________
28315 [  6562] By: gsar                                  on 2000/08/10  08:38:39
28316         Log: warn is a macro, avoid using at a variable to avoid warnings
28317              in some configurations; readdir.t is too conservative in
28318              estimating number of *.t's
28319      Branch: perl
28320            ! t/op/readdir.t util.c
28321 ____________________________________________________________________________
28322 [  6561] By: jhi                                   on 2000/08/09  23:35:42
28323         Log: Update Changes.
28324      Branch: perl
28325            ! Changes
28326 ____________________________________________________________________________
28327 [  6560] By: jhi                                   on 2000/08/09  23:05:47
28328         Log: Subject: Re: enhanced(?) regex error messages
28329              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
28330              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
28331              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
28332              
28333              (plus two small patches sent privately)
28334              (this still seems to leave few test failures)
28335      Branch: perl
28336            + t/op/regmesg.t
28337            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
28338            ! t/pragma/warn/regcomp
28339 ____________________________________________________________________________
28340 [  6559] By: jhi                                   on 2000/08/09  20:41:18
28341         Log: (The fix did work but was not right, retracted in #6573)
28342              
28343              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
28344              From: Christian Kirsch <ck@held.mind.de>
28345              Date: Wed, 9 Aug 2000 17:05:17 +0200
28346              Message-Id: <20000809170517.A25389@held>
28347      Branch: perl
28348            ! sv.c t/pragma/locale.t
28349 ____________________________________________________________________________
28350 [  6558] By: jhi                                   on 2000/08/08  22:34:08
28351         Log: Tiny updates on the contributors list.
28352      Branch: perl
28353            ! Changes
28354 ____________________________________________________________________________
28355 [  6557] By: jhi                                   on 2000/08/08  19:34:28
28356         Log: Double check that we have a dirhandle.
28357      Branch: perl
28358            ! util.c
28359 ____________________________________________________________________________
28360 [  6556] By: jhi                                   on 2000/08/08  19:01:51
28361         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
28362              May be repopulated with fresh maintained examples.
28363      Branch: perl
28364            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
28365            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
28366            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
28367            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
28368            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
28369            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
28370            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
28371            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
28372            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
28373            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
28374            + lib/CGI/eg/wilogo_gif.uu
28375            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
28376            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
28377            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
28378            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
28379            - eg/cgi/frameset.cgi eg/cgi/index.html
28380            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
28381            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
28382            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
28383            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
28384            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
28385            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
28386            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
28387            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
28388            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
28389            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
28390            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
28391            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
28392            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
28393            - eg/van/vanish eg/who eg/wrapsuid
28394            ! MANIFEST
28395 ____________________________________________________________________________
28396 [  6555] By: jhi                                   on 2000/08/08  18:51:08
28397         Log: Delete chat2 as requested by Randal.
28398              
28399              Subject: Re: perlfaq8 coyness
28400              From: merlyn@stonehenge.com (Randal L. Schwartz) 
28401              Date: 15 May 2000 18:52:42 -0700 
28402              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
28403      Branch: perl
28404            - lib/chat2.pl
28405            ! MANIFEST
28406 ____________________________________________________________________________
28407 [  6554] By: jhi                                   on 2000/08/08  18:31:35
28408         Log: Regen global.sym.
28409      Branch: perl
28410            ! global.sym
28411 ____________________________________________________________________________
28412 [  6553] By: jhi                                   on 2000/08/08  18:28:13
28413         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
28414              (either perlbug or p5p ate the original), plus regen
28415              perlapi and perltoc. 
28416      Branch: perl
28417            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
28418            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
28419            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
28420            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
28421            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
28422            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
28423            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
28424            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
28425            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
28426            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
28427 ____________________________________________________________________________
28428 [  6552] By: jhi                                   on 2000/08/08  18:06:29
28429         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
28430              From: Mike Guy <mjtg@cam.ac.uk>
28431              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
28432              Date: Tue, 08 Aug 2000 15:51:27 +0100
28433      Branch: perl
28434            ! doop.c sv.h t/op/join.t t/pragma/overload.t
28435 ____________________________________________________________________________
28436 [  6551] By: jhi                                   on 2000/08/08  18:01:11
28437         Log: Re-apply #6549.
28438      Branch: perl
28439            ! lib/perl5db.pl
28440 ____________________________________________________________________________
28441 [  6550] By: jhi                                   on 2000/08/08  17:43:08
28442         Log: Accidental retraction of #6549.
28443      Branch: perl
28444            ! lib/perl5db.pl
28445 ____________________________________________________________________________
28446 [  6549] By: jhi                                   on 2000/08/08  17:40:04
28447         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
28448              From: Mike Guy <mjtg@cam.ac.uk>
28449              Date: Mon, 07 Aug 2000 21:49:58 +0100
28450              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
28451      Branch: perl
28452            ! lib/perl5db.pl
28453 ____________________________________________________________________________
28454 [  6548] By: jhi                                   on 2000/08/08  17:37:57
28455         Log: Document here-doc better.
28456              
28457              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
28458              From: Mike Guy <mjtg@cam.ac.uk>
28459              Date: Mon, 07 Aug 2000 14:02:09 +0100
28460              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
28461      Branch: perl
28462            ! pod/perldata.pod
28463 ____________________________________________________________________________
28464 [  6547] By: jhi                                   on 2000/08/08  17:33:34
28465         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
28466              From: "Randy J. Ray" <rjray@redhat.com>
28467              Date: Mon, 07 Aug 2000 19:12:25 -0700
28468              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
28469      Branch: perl
28470            ! perl.c pod/perlrun.pod
28471 ____________________________________________________________________________
28472 [  6546] By: jhi                                   on 2000/08/08  17:29:26
28473         Log: Subject: Re: enhanced(?) regex error messages 
28474              From: Hugo <hv@crypt.compulink.co.uk>
28475              Date: Tue, 08 Aug 2000 03:25:51 +0100
28476              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
28477              
28478              plus Capitalize the error messages, plus perldiag them.
28479      Branch: perl
28480            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
28481 ____________________________________________________________________________
28482 [  6545] By: jhi                                   on 2000/08/08  13:59:28
28483         Log: Augment #6539 a bit: don't croak if there's magic in the air.
28484              
28485              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
28486              From: Hugo <hv@crypt.compulink.co.uk>
28487              Date: Tue, 08 Aug 2000 03:02:03 +0100
28488              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
28489      Branch: perl
28490            ! pp.c t/op/bless.t
28491 ____________________________________________________________________________
28492 [  6544] By: jhi                                   on 2000/08/07  21:11:52
28493         Log: Make the test -w clean.
28494      Branch: perl
28495            ! t/op/bless.t
28496 ____________________________________________________________________________
28497 [  6543] By: jhi                                   on 2000/08/07  19:49:53
28498         Log: use warnings instead of $^W.
28499      Branch: perl
28500            ! t/op/bless.t
28501 ____________________________________________________________________________
28502 [  6542] By: jhi                                   on 2000/08/07  17:41:41
28503         Log: Disable a portability warning Because We Know What We Are Doing.
28504      Branch: perl
28505            ! t/op/bless.t
28506 ____________________________________________________________________________
28507 [  6541] By: jhi                                   on 2000/08/07  17:29:51
28508         Log: Tiny tidying on report_evil_fh().
28509      Branch: perl
28510            ! util.c
28511 ____________________________________________________________________________
28512 [  6540] By: jhi                                   on 2000/08/07  16:37:38
28513         Log: Make regular expression parse error messages easier to understand.
28514              
28515              Subject: Re: enhanced(?) regex error messages
28516              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
28517              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
28518              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
28519      Branch: perl
28520            ! regcomp.c
28521 ____________________________________________________________________________
28522 [  6539] By: jhi                                   on 2000/08/07  16:12:27
28523         Log: Make bless(REF, REF) a fatal error, add bless tests.
28524              
28525              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
28526              From: Hugo <hv@crypt.compulink.co.uk>
28527              Date: Mon, 07 Aug 2000 16:59:38 +0100
28528              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
28529      Branch: perl
28530            + t/op/bless.t
28531            ! MANIFEST pod/perldiag.pod pp.c sv.c
28532 ____________________________________________________________________________
28533 [  6538] By: jhi                                   on 2000/08/07  15:59:43
28534         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
28535              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
28536              Date: Thu, 3 Aug 2000 14:29:21 -0700
28537              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
28538      Branch: perl
28539            ! lib/lib_pm.PL
28540 ____________________________________________________________________________
28541 [  6537] By: jhi                                   on 2000/08/07  15:47:18
28542         Log: Retract #6419 for now since it breaks in AFS and MachTen.
28543      Branch: perl
28544            ! lib/Cwd.pm
28545 ____________________________________________________________________________
28546 [  6536] By: jhi                                   on 2000/08/07  15:05:29
28547         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
28548              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
28549              The security hole exists only in suidperls, which isn't
28550              installed or even built by default.
28551      Branch: perl
28552            ! perl.c
28553 ____________________________________________________________________________
28554 [  6535] By: jhi                                   on 2000/08/07  14:45:14
28555         Log: tr memory corruption fix from Simon Cozens.
28556      Branch: perl
28557            ! doop.c
28558 ____________________________________________________________________________
28559 [  6534] By: jhi                                   on 2000/08/06  11:38:16
28560         Log: Document a bit that UDP is not what you might think.
28561              
28562              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
28563              From: Lupe Christoph <lupe@lupe-christoph.de>
28564              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
28565              Date: Mon, 24 Jul 2000 08:59:15 +0200
28566      Branch: perl
28567            ! pod/perlipc.pod
28568 ____________________________________________________________________________
28569 [  6533] By: jhi                                   on 2000/08/06  11:35:01
28570         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
28571              From: Jeff Pinyan <jeffp@hut.crusoe.net>
28572              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
28573              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
28574      Branch: perl
28575            ! pod/perlfunc.pod
28576 ____________________________________________________________________________
28577 [  6532] By: jhi                                   on 2000/08/06  03:45:41
28578         Log: Have symbols for the IoTYPEs.
28579      Branch: perl
28580            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
28581 ____________________________________________________________________________
28582 [  6531] By: jhi                                   on 2000/08/06  01:33:55
28583         Log: Continue fixing the io warnings.  This also
28584              sort of fixes bug ID 20000802.003: the core dump
28585              is no more.  Whether the current behaviour is correct
28586              (giving a warning: "Not a format reference"), is another matter.
28587      Branch: perl
28588            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
28589            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
28590 ____________________________________________________________________________
28591 [  6530] By: jhi                                   on 2000/08/05  21:33:12
28592         Log: Change the Policy policy: now -Dprefix= with an existing
28593              Policy.sh and prefix == siteprefix == vendorprefix, then all
28594              of them follow along the new prefix.
28595              
28596              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
28597              From: Andy Dougherty <doughera@lafayette.edu>
28598              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
28599              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
28600      Branch: perl
28601            ! Policy_sh.SH
28602 ____________________________________________________________________________
28603 [  6529] By: jhi                                   on 2000/08/05  18:57:28
28604         Log: Zap lib/Sys directory when cleaning up.
28605      Branch: perl
28606            ! Makefile.SH
28607 ____________________________________________________________________________
28608 [  6528] By: jhi                                   on 2000/08/05  18:40:44
28609         Log: Essential prototype changes were missing from #6527.
28610              Also make report_evil_fh() more bomb-proof.
28611      Branch: perl
28612            ! embed.h util.c
28613 ____________________________________________________________________________
28614 [  6527] By: jhi                                   on 2000/08/05  03:22:05
28615         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
28616              From: "Ronald F. Guilmette" <rfg@monkeys.com>
28617              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
28618              Message-Id: <200007242247.PAA52177@monkeys.com>
28619      Branch: perl
28620            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
28621 ____________________________________________________________________________
28622 [  6526] By: jhi                                   on 2000/08/04  21:23:27
28623         Log: gcc versions might have (parentheses) in them.
28624      Branch: metaconfig/U/perl
28625            ! gccvers.U
28626      Branch: perl
28627            ! Configure config_h.SH
28628 ____________________________________________________________________________
28629 [  6525] By: jhi                                   on 2000/08/04  20:23:12
28630         Log: Weed buglets pointed out by
28631              
28632              From: Lupe Christoph <lupe@lupe-christoph.de>
28633              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
28634              Date: Fri, 4 Aug 2000 17:34:39 +0200
28635              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
28636      Branch: metaconfig/U/perl
28637            ! gccvers.U uselfs.U
28638      Branch: perl
28639            ! Configure config_h.SH
28640 ____________________________________________________________________________
28641 [  6524] By: jhi                                   on 2000/08/04  19:02:08
28642         Log: Warn under -w if lstat(FH) is attempted.
28643              
28644              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
28645              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
28646              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
28647              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
28648      Branch: perl
28649            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
28650            ! t/pragma/warn/pp_sys
28651 ____________________________________________________________________________
28652 [  6523] By: jhi                                   on 2000/08/04  12:31:11
28653         Log: Subject: New perlcc, take 2
28654              From: simon@brecon.co.uk (Simon Cozens)
28655              Date: 4 Aug 2000 06:21:04 GMT
28656              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
28657      Branch: perl
28658            ! utils/perlcc.PL
28659 ____________________________________________________________________________
28660 [  6522] By: jhi                                   on 2000/08/04  12:26:33
28661         Log: Subject: Re: Array vs. List context
28662              From: Daniel Chetlin <daniel@chetlin.com>
28663              Date: Fri, 4 Aug 2000 00:22:44 -0700
28664              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
28665      Branch: perl
28666            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
28667            ! pod/perlfaq4.pod
28668 ____________________________________________________________________________
28669 [  6521] By: jhi                                   on 2000/08/04  12:22:38
28670         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
28671              From: Raymund Will <ray@caldera.de>
28672              Date: Fri, 4 Aug 2000 12:07:09 +0200
28673              Message-Id: <20000804120709.A14982@caldera.de>
28674      Branch: perl
28675            ! configure.gnu
28676 ____________________________________________________________________________
28677 [  6520] By: jhi                                   on 2000/08/04  04:09:06
28678         Log: After the #6519 a warning about stat() is just that,
28679              not about a filetest, which now have their own warning.
28680      Branch: perl
28681            ! pod/perldiag.pod
28682 ____________________________________________________________________________
28683 [  6519] By: jhi                                   on 2000/08/04  04:06:30
28684         Log: In the warnings call filehandles consistently so;
28685              add "unopened" warning for stat().
28686      Branch: perl
28687            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
28688            ! t/pragma/warn/pp_sys
28689 ____________________________________________________________________________
28690 [  6518] By: jhi                                   on 2000/08/04  02:55:35
28691         Log: Subject: Minor tweak to perlvar.pod
28692              From: "Stephen P. Potter" <spp@ds.net>
28693              Date: Tue, 18 Apr 2000 09:26:03 -0400
28694              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
28695      Branch: perl
28696            ! pod/perlvar.pod
28697 ____________________________________________________________________________
28698 [  6517] By: jhi                                   on 2000/08/04  02:50:08
28699         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
28700              From: "Clinton Pierce" <cpierce1@ford.com>
28701              Date: Wed, 21 Jul 1999 16:45:31 -0400
28702              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
28703              
28704              Fix by Stephen Potter (visible in the bug db but not in p5p?)
28705      Branch: perl
28706            ! pod/perlfunc.pod pod/perlop.pod
28707 ____________________________________________________________________________
28708 [  6516] By: jhi                                   on 2000/08/04  02:09:25
28709         Log: This is 6512.  Really.
28710      Branch: perl
28711            ! dump.c
28712 ____________________________________________________________________________
28713 [  6515] By: jhi                                   on 2000/08/04  01:25:50
28714         Log: mention the idea of @( and @)
28715      Branch: perl
28716            ! Todo-5.6
28717 ____________________________________________________________________________
28718 [  6514] By: bailey                                on 2000/08/04  01:18:46
28719         Log: YA resync with mainstem, including VMS patches from others
28720      Branch: vmsperl
28721           +> (branch 48 files)
28722            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
28723           !> (integrate 354 files)
28724 ____________________________________________________________________________
28725 [  6513] By: jhi                                   on 2000/08/04  01:18:18
28726         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
28727              From: Mark Dickinson <dickins3@fas.harvard.edu>
28728              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
28729              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
28730      Branch: perl
28731            ! t/op/grent.t t/op/pwent.t
28732 ____________________________________________________________________________
28733 [  6512] By: jhi                                   on 2000/08/04  01:14:06
28734         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
28735              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28736              Date: Wed, 02 Aug 2000 10:51:01 +0100
28737              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
28738      Branch: perl
28739            ! sv.c
28740 ____________________________________________________________________________
28741 [  6511] By: jhi                                   on 2000/08/04  00:57:00
28742         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
28743              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28744              Date: Thu, 03 Aug 2000 17:20:04 -0700
28745              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
28746      Branch: metaconfig
28747            ! U/modified/Cppsym.U
28748      Branch: perl
28749            ! Configure config_h.SH
28750 ____________________________________________________________________________
28751 [  6510] By: jhi                                   on 2000/08/04  00:25:28
28752         Log: detypo
28753      Branch: perl
28754            ! Makefile.SH
28755 ____________________________________________________________________________
28756 [  6509] By: jhi                                   on 2000/08/03  23:43:18
28757         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
28758              From: Dominic Dunlop <domo@computer.org>
28759              Date: Thu, 3 Aug 2000 22:16:46 +0200
28760              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
28761      Branch: perl
28762            ! t/op/sprintf.t
28763 ____________________________________________________________________________
28764 [  6508] By: jhi                                   on 2000/08/03  23:40:37
28765         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
28766              From: Hugo <hv@crypt.compulink.co.uk>
28767              Date: Thu, 03 Aug 2000 18:25:30 +0100
28768              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
28769      Branch: perl
28770            ! regcomp.c t/op/re_tests
28771 ____________________________________________________________________________
28772 [  6507] By: jhi                                   on 2000/08/03  23:38:28
28773         Log: Subject: [PATCH] sv.h documentation - SvLEN
28774              From: Mike Guy <mjtg@cam.ac.uk>
28775              Date: Thu, 03 Aug 2000 14:43:09 +0100
28776              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
28777      Branch: perl
28778            ! sv.h
28779 ____________________________________________________________________________
28780 [  6506] By: jhi                                   on 2000/08/03  15:49:14
28781         Log: Disable the fix_pl hack for now.
28782      Branch: perl
28783            ! Makefile.SH
28784 ____________________________________________________________________________
28785 [  6505] By: jhi                                   on 2000/08/03  13:49:04
28786         Log: Add a URL for FSF.
28787              
28788              Subject: Patch for README
28789              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28790              Date: Wed, 2 Aug 2000 13:25:09 -0500
28791              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
28792      Branch: perl
28793            ! README
28794 ____________________________________________________________________________
28795 [  6504] By: jhi                                   on 2000/08/03  13:29:19
28796         Log: Be more informative on what is skipped and why,
28797              also repeat the list at the end.
28798      Branch: perl
28799            ! Porting/p4desc
28800 ____________________________________________________________________________
28801 [  6503] By: jhi                                   on 2000/08/03  13:07:05
28802         Log: Circumvent the removal of .patch by fix_pl.
28803              
28804              Subject: Re: [ID 20000802.011] unable to 'make test'          
28805              From: simon@brecon.co.uk (Simon Cozens) 
28806              Date: 3 Aug 2000 04:17:00 GMT
28807              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
28808      Branch: perl
28809            ! Makefile.SH
28810 ____________________________________________________________________________
28811 [  6502] By: jhi                                   on 2000/08/03  00:14:34
28812         Log: Add the missing setproctitle unit.
28813      Branch: metaconfig/U/perl
28814            + d_setproctitle.U
28815 ____________________________________________________________________________
28816 [  6501] By: jhi                                   on 2000/08/03  00:00:26
28817         Log: The subtest 4 may fail also on VOBS, as pointed out
28818              by Nick Ing-Simmons in November 1999, bug id 19991124.003
28819              (but the failure in that bug report isn't the subtest 4).
28820      Branch: perl
28821            ! t/op/stat.t
28822 ____________________________________________________________________________
28823 [  6500] By: jhi                                   on 2000/08/02  23:49:30
28824         Log: Better skip message for the test; one of the two problems in
28825              
28826              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
28827              From: Lupe Christoph <lupe@lupe-christoph.de>
28828              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
28829              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
28830      Branch: perl
28831            ! t/op/numconvert.t
28832 ____________________________________________________________________________
28833 [  6499] By: jhi                                   on 2000/08/02  22:49:16
28834         Log: Allow "no Module;" even if there is no 'unimport'.
28835              
28836              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
28837              From: mjd@plover.com
28838              Date: 24 Mar 2000 15:24:34 -0000
28839              Message-Id: <20000324152434.15160.qmail@plover.com>
28840      Branch: perl
28841            ! gv.c
28842 ____________________________________________________________________________
28843 [  6498] By: jhi                                   on 2000/08/02  22:42:58
28844         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
28845              that are hopefully soon put into use.
28846      Branch: perl
28847            ! opcode.h opcode.pl opnames.h
28848 ____________________________________________________________________________
28849 [  6497] By: gsar                                  on 2000/08/02  22:28:59
28850         Log: require.t needs binmode() to work on windows
28851      Branch: perl
28852            ! t/comp/require.t
28853 ____________________________________________________________________________
28854 [  6496] By: jhi                                   on 2000/08/02  22:08:51
28855         Log: Document the IVdf UVuf UVof UVxf.
28856      Branch: perl
28857            ! pod/perlguts.pod
28858 ____________________________________________________________________________
28859 [  6495] By: jhi                                   on 2000/08/02  21:54:26
28860         Log: detypo #6494
28861      Branch: perl
28862            ! ext/Data/Dumper/Dumper.xs
28863 ____________________________________________________________________________
28864 [  6494] By: jhi                                   on 2000/08/02  21:49:17
28865         Log: Dump UVs as UVs in Data::Dumper.
28866              
28867              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
28868              From: Gurusamy Sarathy <gsar@ActiveState.com>
28869              Date: Thu, 27 Apr 2000 12:26:25 -0700
28870              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
28871      Branch: perl
28872            ! ext/Data/Dumper/Dumper.xs
28873 ____________________________________________________________________________
28874 [  6493] By: jhi                                   on 2000/08/02  17:01:58
28875         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
28876              From: Hugo <hv@crypt.compulink.co.uk>
28877              Date: Wed, 02 Aug 2000 14:53:56 +0100
28878              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
28879      Branch: perl
28880            ! regexec.c t/op/re_tests
28881 ____________________________________________________________________________
28882 [  6492] By: jhi                                   on 2000/08/02  15:02:46
28883         Log: The new setproctitle() feature is available only in 
28884              bleeding edge FreeBSD.  From Paul Saab.
28885      Branch: perl
28886            ! mg.c
28887 ____________________________________________________________________________
28888 [  6491] By: jhi                                   on 2000/08/02  13:34:36
28889         Log: The tr utf8 patching continues.
28890              
28891              Subject: Re: #6469, too many tests claimed in require.t
28892              From: simon@brecon.co.uk (Simon Cozens)
28893              Date: 2 Aug 2000 02:37:17 GMT
28894              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
28895              
28896              (the logic of the test was the wrong way round in the patch)
28897      Branch: perl
28898            ! doop.c
28899 ____________________________________________________________________________
28900 [  6490] By: jhi                                   on 2000/08/02  13:27:38
28901         Log: The name of a filehandle does not have <these>.
28902      Branch: perl
28903            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
28904            ! t/pragma/warn/pp_sys util.c
28905 ____________________________________________________________________________
28906 [  6489] By: jhi                                   on 2000/08/02  04:26:46
28907         Log: Remove the extraneous "main::" prefix from all the
28908              "opened only for", "on closed", and "never opened" warnings.
28909              
28910              Subject: Re: inappropriate warning
28911              From: Gurusamy Sarathy <gsar@ActiveState.com>
28912              Date: Mon, 20 Mar 2000 11:28:02 -0800
28913              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
28914      Branch: perl
28915            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
28916            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
28917            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
28918 ____________________________________________________________________________
28919 [  6488] By: jhi                                   on 2000/08/02  03:02:57
28920         Log: memcpy has n o in it, as pinted ut by Sarathy.
28921      Branch: perl
28922            ! pod/perlguts.pod
28923 ____________________________________________________________________________
28924 [  6487] By: jhi                                   on 2000/08/02  02:44:51
28925         Log: Document in one place the memory abstractions used in Perl core.
28926              
28927              Subject: Re: Memory abstraction
28928              From: simon@brecon.co.uk (Simon Cozens)
28929              Date: 2 Aug 2000 02:20:23 GMT
28930              Organization: Earth.li Origins
28931      Branch: perl
28932            ! pod/perlguts.pod
28933 ____________________________________________________________________________
28934 [  6486] By: jhi                                   on 2000/08/02  02:41:57
28935         Log: regen_headers, regen perltoc.
28936      Branch: perl
28937            ! perlapi.c pod/perltoc.pod
28938 ____________________________________________________________________________
28939 [  6485] By: jhi                                   on 2000/08/02  01:43:33
28940         Log: "This little thing tests for a file .patch, and if it contains
28941              a number, pops into patchlevel.h" (making it easier to track
28942              which development version people are reporting bugs against)
28943              
28944              Subject: Patchlevel autogeneration for repository perls
28945              From: simon@brecon.co.uk (Simon Cozens)
28946              Date: 14 Jul 2000 07:12:15 GMT
28947              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
28948      Branch: perl
28949            + fix_pl
28950            ! MANIFEST Makefile.SH
28951 ____________________________________________________________________________
28952 [  6484] By: jhi                                   on 2000/08/02  01:32:54
28953         Log: FreeBSD 3.* updates from
28954              
28955              From: Paul Saab <ps@yahoo-inc.com>
28956              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
28957              Date: Tue, 1 Aug 2000 15:41:39 -0700
28958              Message-Id: <20000801154139.A53740@yahoo-inc.com>
28959      Branch: perl
28960            ! hints/freebsd.sh
28961 ____________________________________________________________________________
28962 [  6483] By: jhi                                   on 2000/08/02  01:27:44
28963         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
28964              instead one must use setproctitle().  This was already addressed
28965              by change #6457, but the below has a new variant for FreeBSD 4.0
28966              or later, and the matter is also documented more.
28967              
28968              From: Paul Saab <ps@yahoo-inc.com>
28969              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
28970              Date: Tue, 1 Aug 2000 15:41:39 -0700
28971              Message-Id: <20000801154139.A53740@yahoo-inc.com>
28972      Branch: metaconfig/U/perl
28973            + i_libutil.U
28974      Branch: perl
28975            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
28976 ____________________________________________________________________________
28977 [  6482] By: jhi                                   on 2000/08/01  22:17:32
28978         Log: The test from this
28979              
28980              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
28981              Date: Sat, 15 Apr 2000 17:03:44 +0100
28982              From: Tom Hughes <tom@compton.nu>
28983              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
28984              
28985              was missing, the code change went in as #5989
28986              (which had a different test?)
28987      Branch: perl
28988            ! t/op/misc.t
28989 ____________________________________________________________________________
28990 [  6481] By: jhi                                   on 2000/08/01  21:48:38
28991         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
28992              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
28993              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
28994              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
28995      Branch: perl
28996            ! perl.h
28997 ____________________________________________________________________________
28998 [  6480] By: jhi                                   on 2000/08/01  18:05:28
28999         Log: Make p4desc to skip non-mainperl branches by default.
29000      Branch: perl
29001            ! Porting/p4desc
29002 ____________________________________________________________________________
29003 [  6479] By: jhi                                   on 2000/08/01  17:29:19
29004         Log: If gccosandvers is equal to osname, clear gccosandvers.
29005      Branch: metaconfig/U/perl
29006            ! gccvers.U
29007      Branch: perl
29008            ! Configure config_h.SH
29009 ____________________________________________________________________________
29010 [  6478] By: jhi                                   on 2000/08/01  15:54:08
29011         Log: BOM patching from Simon Cozens.
29012      Branch: perl
29013            ! toke.c
29014 ____________________________________________________________________________
29015 [  6477] By: jhi                                   on 2000/08/01  04:50:33
29016         Log: Stash away the largefiles flags and libswanted.
29017      Branch: perl
29018            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
29019 ____________________________________________________________________________
29020 [  6476] By: gsar                                  on 2000/08/01  04:24:24
29021         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
29022              on Windows)
29023      Branch: perl
29024            ! t/pragma/utf8.t utf8.c win32/win32.c
29025 ____________________________________________________________________________
29026 [  6475] By: jhi                                   on 2000/08/01  03:35:24
29027         Log: Make chr() for values >127 to create utf8 when under utf8.
29028              
29029              Subject: Re: uft8/chr()
29030              From: simon@brecon.co.uk (Simon Cozens)
29031              Date: 1 Aug 2000 02:37:02 GMT
29032              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
29033      Branch: perl
29034            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
29035 ____________________________________________________________________________
29036 [  6474] By: jhi                                   on 2000/08/01  02:36:18
29037         Log: In Digital UNIX warn if gcc explicitly chosen because even
29038              2.95.2 is known to cause problems.
29039      Branch: perl
29040            ! hints/dec_osf.sh
29041 ____________________________________________________________________________
29042 [  6473] By: jhi                                   on 2000/08/01  02:00:56
29043         Log: Make the safety catch for buggy gccs work with triple version
29044              numbers like 2.95.2.  Reported in
29045              
29046              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
29047              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
29048              Date: Mon, 31 Jul 2000 14:55:06 +0200
29049              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
29050      Branch: perl
29051            ! hints/dec_osf.sh
29052 ____________________________________________________________________________
29053 [  6472] By: jhi                                   on 2000/08/01  01:13:33
29054         Log: Subject: fix and question re: waitpid() under win32
29055              From: Brian Clarke <clarke@appliedmeta.com>
29056              Date: Fri, 28 Jul 2000 15:18:29 -0400
29057              Message-ID: <3981DC85.290314EB@appliedmeta.com>
29058              
29059              Slightly reformatted and WNOHANG # define moved to win32.h
29060              so that also POSIX.xs sees it, as suggsted by Sarathy.
29061      Branch: perl
29062            ! win32/win32.c win32/win32.h
29063 ____________________________________________________________________________
29064 [  6471] By: jhi                                   on 2000/08/01  00:55:05
29065         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
29066              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29067              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
29068              Date: Mon, 31 Jul 2000 13:28:51 +0100
29069              
29070              (aka ID 20000730.002)
29071      Branch: perl
29072            ! op.c t/op/tr.t
29073 ____________________________________________________________________________
29074 [  6470] By: jhi                                   on 2000/07/31  23:34:42
29075         Log: Document the problem with -P in HP-UX and its workaround.
29076              
29077              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
29078              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
29079              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
29080              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
29081      Branch: perl
29082            ! README.hpux
29083 ____________________________________________________________________________
29084 [  6469] By: jhi                                   on 2000/07/31  04:15:02
29085         Log: The swallow_bom() saga continues.  The #23 of require.t
29086              (UTF16-LE) still fails (silently, no output) but the #22
29087              (UTF16-BE) seems to be working now.  The root of the
29088              failure may be in sv_gets(): is it UTF-16LE-aware,
29089              especially when it comes to line endings? 
29090      Branch: perl
29091            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
29092            ! t/comp/require.t toke.c utf8.c
29093 ____________________________________________________________________________
29094 [  6468] By: jhi                                   on 2000/07/30  19:05:48
29095         Log: Find green threads before native threads.
29096              
29097              Subject: Re: Patch to jpl/JNI/Makefile.PL
29098              From: Jens Thomsen <jens@fiend.cis.com>
29099              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
29100              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
29101      Branch: perl
29102            ! jpl/JNI/Makefile.PL
29103 ____________________________________________________________________________
29104 [  6467] By: jhi                                   on 2000/07/30  18:36:22
29105         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
29106      Branch: perl
29107            ! doop.c
29108 ____________________________________________________________________________
29109 [  6466] By: jhi                                   on 2000/07/30  04:37:29
29110         Log: A new version of the "remove UPPERACSE string comparison"
29111              operators.  The problem with the previous one (change #6454)
29112              was that it was for Perl 5.6.0.  From Paul Marquess.
29113      Branch: perl
29114            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
29115            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
29116            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
29117 ____________________________________________________________________________
29118 [  6465] By: jhi                                   on 2000/07/29  22:39:56
29119         Log: Do not upgrade SVs into utf8 just because they participate
29120              in eq or cmp.  Reported and fix suggested in
29121              
29122              Subject: [ID 20000720.009] sv_eq UTF8 bug
29123              From: "Simon Cozens" <simon@othersideofthe.earth.li>
29124              Date: 21 Jul 2000 04:37:29 -0000
29125              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
29126              
29127              Exercise for the kind reader: should we or should we not
29128              cache the utf8 conversion alonside the SV? (as magic,
29129              as thestrxfrm()ed version is cached under use locale)
29130              Argue both for and against.
29131      Branch: perl
29132            ! sv.c
29133 ____________________________________________________________________________
29134 [  6464] By: jhi                                   on 2000/07/29  22:36:22
29135         Log: Subject: UTF8 concat
29136              From: simon@brecon.co.uk (Simon Cozens) 
29137              Date: 30 Jun 2000 06:13:25 GMT
29138              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
29139              
29140              (with a memory leak fixed, plus a few casts added)
29141              
29142              This also seems to help for
29143              
29144              Subject: [ID 20000716.015] join UTF8 weirdness
29145              From: root <root@ak-71.mind.de> 
29146              Date: Sat, 15 Jul 2000 15:29:54 +0200
29147              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
29148              
29149              (from Andreas König)
29150      Branch: perl
29151            ! pp_hot.c
29152 ____________________________________________________________________________
29153 [  6463] By: jhi                                   on 2000/07/29  00:55:39
29154         Log: Tune the comments and hopefully stop a memory leak.
29155      Branch: perl
29156            ! toke.c utf8.c
29157 ____________________________________________________________________________
29158 [  6462] By: jhi                                   on 2000/07/29  00:16:53
29159         Log: The problem described in this
29160              
29161              Subject: [ID 20000322.018] named chars aren't magical enough
29162              From: root <root@dixie.cscaper.com>     
29163              Date: Wed, 22 Mar 2000 18:37:42 -0700
29164              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
29165              
29166              has been fixed in perl 5.6.0 but just in case added a test
29167              to keep it away.  (The report from Joseph Hall.)
29168      Branch: perl
29169            ! t/lib/charnames.t
29170 ____________________________________________________________________________
29171 [  6461] By: jhi                                   on 2000/07/28  23:56:36
29172         Log: Tiny fixes for #6460.
29173      Branch: metaconfig/U/perl
29174            ! gccvers.U
29175      Branch: perl
29176            ! Configure config_h.SH
29177 ____________________________________________________________________________
29178 [  6460] By: jhi                                   on 2000/07/28  23:24:41
29179         Log: Warn if the version of the operating system used to compile gcc
29180              differs from the current version of the operating system.
29181              Also display the gcc compilation os and version in myconfig.
29182              Inspiration from
29183              
29184              Subject: Re: [ID 20000710.003] ERRORS!!         
29185              From: "Kurt D. Starsinic" <kstar@chapin.edu>
29186              Date: Mon, 10 Jul 2000 15:54:16 -0400
29187              Message-ID: <20000710155416.A1384@O2.chapin.edu>
29188      Branch: metaconfig/U/perl
29189            ! gccvers.U
29190      Branch: perl
29191            ! Configure config_h.SH myconfig.SH
29192 ____________________________________________________________________________
29193 [  6459] By: jhi                                   on 2000/07/28  22:00:32
29194         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
29195              letter to $Config{osvers}.
29196      Branch: metaconfig
29197            ! U/modified/Oldconfig.U
29198      Branch: perl
29199            ! Configure config_h.SH
29200 ____________________________________________________________________________
29201 [  6458] By: jhi                                   on 2000/07/28  04:15:39
29202         Log: Back out #6454, doesn't seem to work.
29203              (Reason: that patch was for perl 5.6.0, not perl-current)
29204              (A version of the patch for perl-current came in later as #6466)
29205      Branch: perl
29206            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
29207            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
29208            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
29209 ____________________________________________________________________________
29210 [  6457] By: jhi                                   on 2000/07/27  23:31:49
29211         Log: Use setproctitle() if available to modify $0.
29212              
29213              Subject: setting $* on BSD4 broken
29214              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29215              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
29216              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
29217      Branch: metaconfig
29218            ! U/modified/Myinit.U
29219      Branch: perl
29220            ! Configure config_h.SH mg.c
29221 ____________________________________________________________________________
29222 [  6456] By: jhi                                   on 2000/07/27  14:50:47
29223         Log: Allow "no AutoLoader;", based on change #6444,
29224              suggested by Graham Barr.
29225      Branch: perl
29226            ! lib/AutoLoader.pm
29227 ____________________________________________________________________________
29228 [  6455] By: jhi                                   on 2000/07/27  14:19:10
29229         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
29230              From: rspier@pobox.com (Robert Spier)
29231              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
29232              Message-ID: <14720.15855.787664.424783@rls.cx>
29233      Branch: perl
29234            ! pod/perldiag.pod
29235 ____________________________________________________________________________
29236 [  6454] By: jhi                                   on 2000/07/27  14:03:02
29237         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
29238              for a long time).
29239              
29240              Reported in
29241              
29242              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
29243              From: Ryan Herbert <rherbert@sycamorehq.com>
29244              Date: Mon, 17 Jul 2000 11:40:42 -0400
29245              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
29246              
29247              Patched in
29248              
29249              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
29250              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
29251              Date: Wed, 26 Jul 2000 23:40:18 +0100
29252              Message-ID: <000001bff752$79511880$0a17073e@tiny>
29253              
29254              based on an earlier patch from Stephen P. Potter.
29255              
29256              (Removed later by change #6458 because this patch was for
29257              perl 5.6.0, not perl-current)
29258      Branch: perl
29259            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
29260            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
29261            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
29262 ____________________________________________________________________________
29263 [  6453] By: jhi                                   on 2000/07/27  13:48:02
29264         Log: Subject: [PATCH] fixes bug 20000508.004
29265              From: Michael Stevens <mstevens@globnix.org>
29266              Date: Thu, 27 Jul 2000 13:49:04 +0100
29267              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
29268      Branch: perl
29269            ! pod/perldata.pod
29270 ____________________________________________________________________________
29271 [  6452] By: jhi                                   on 2000/07/26  23:51:26
29272         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
29273              and Craig A. Berry.
29274      Branch: perl
29275            ! lib/File/Temp.pm pod/perlport.pod
29276 ____________________________________________________________________________
29277 [  6451] By: jhi                                   on 2000/07/26  19:43:30
29278         Log: Be wary of close()s, too.
29279              
29280              Subject: Re: [PATCH] perlbug cleanup
29281              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29282              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
29283              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
29284      Branch: perl
29285            ! utils/perlbug.PL
29286 ____________________________________________________________________________
29287 [  6450] By: jhi                                   on 2000/07/26  18:41:40
29288         Log: Subject: Minor doc patch: handy.h
29289              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
29290              Date: Wed, 26 Jul 2000 15:34:25 -0300
29291              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
29292      Branch: perl
29293            ! handy.h pod/perlapi.pod
29294 ____________________________________________________________________________
29295 [  6449] By: jhi                                   on 2000/07/26  18:23:55
29296         Log: Subject: [PATCH] minor doc change - perlguts
29297              From: Michael Stevens <mstevens@globnix.org>
29298              Date: Thu, 13 Jul 2000 12:39:18 +0100
29299              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
29300      Branch: perl
29301            ! pod/perlguts.pod
29302 ____________________________________________________________________________
29303 [  6448] By: jhi                                   on 2000/07/26  18:20:30
29304         Log: open() wariness in perlbug.
29305              
29306              Subject: [PATCH] perlbug cleanup
29307              From: Michael Stevens <mstevens@globnix.org>
29308              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
29309              Date: Thu, 13 Jul 2000 15:52:23 +0100
29310      Branch: perl
29311            ! utils/perlbug.PL
29312 ____________________________________________________________________________
29313 [  6447] By: jhi                                   on 2000/07/26  18:13:04
29314         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
29315      Branch: perl
29316            ! lib/File/Temp.pm t/lib/ftmp-security.t
29317 ____________________________________________________________________________
29318 [  6446] By: jhi                                   on 2000/07/26  18:06:32
29319         Log: docfix from Peter Scott <Peter@PSDT.com>.
29320      Branch: perl
29321            ! pod/perlfunc.pod
29322 ____________________________________________________________________________
29323 [  6445] By: jhi                                   on 2000/07/26  17:53:31
29324         Log: Fix *foo{FORMAT}.
29325              
29326              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29327              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
29328              Date: Wed, 26 Jul 2000 19:51:02 +0200
29329              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
29330              
29331              From: Graham Barr <gbarr@pobox.com>
29332              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
29333              Date: Wed, 26 Jul 2000 17:38:36 +0100
29334              Message-ID: <20000726173836.L472@pobox.com>
29335      Branch: perl
29336            ! pp.c sv.c t/op/gv.t
29337 ____________________________________________________________________________
29338 [  6444] By: jhi                                   on 2000/07/26  17:49:14
29339         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
29340              from Graham Barr in the module list.
29341      Branch: perl
29342            ! gv.c pod/perlobj.pod
29343 ____________________________________________________________________________
29344 [  6443] By: jhi                                   on 2000/07/26  16:06:56
29345         Log: More split() doc and test patches from Mike Guy.
29346      Branch: perl
29347            ! pod/perlfunc.pod t/op/split.t
29348 ____________________________________________________________________________
29349 [  6442] By: jhi                                   on 2000/07/26  16:05:30
29350         Log: MacOS nits from Matthias Neeracher.
29351      Branch: perl
29352            ! perl.c pp_ctl.c
29353 ____________________________________________________________________________
29354 [  6441] By: jhi                                   on 2000/07/26  04:39:57
29355         Log: Subject: [PATCH] split /^/
29356              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29357              Date: Tue, 25 Jul 2000 14:18:57 +0100
29358              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
29359              
29360              (with notes from tchrist and gbarr)
29361      Branch: perl
29362            ! pod/perlfunc.pod t/op/split.t
29363 ____________________________________________________________________________
29364 [  6440] By: jhi                                   on 2000/07/26  04:32:32
29365         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
29366              From: Peter Prymmer <pvhp@forte.com>
29367              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
29368              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
29369      Branch: perl
29370            ! vms/munchconfig.c
29371 ____________________________________________________________________________
29372 [  6439] By: jhi                                   on 2000/07/26  04:31:01
29373         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
29374              to be fatal errors (instead of by default ignoring them, and
29375              ignoring with a bug: even though -w gave an error, the opening [
29376              was left in)  Reported in:
29377              
29378              Subject: [ID 20000716.024] [=cc=] / [:blank:]
29379              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
29380              Date: Sun, 16 Jul 2000 17:55:29 -0700
29381              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
29382      Branch: perl
29383            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
29384 ____________________________________________________________________________
29385 [  6438] By: jhi                                   on 2000/07/25  15:41:15
29386         Log: Subject: [PATCH] av.c apidoc
29387              From: simon@brecon.co.uk (Simon Cozens)
29388              Date: 24 Jul 2000 06:40:52 GMT
29389              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
29390      Branch: perl
29391            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
29392            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
29393 ____________________________________________________________________________
29394 [  6437] By: jhi                                   on 2000/07/25  14:05:36
29395         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
29396              From: "Stephen P. Potter" <spp@ds.net>
29397              Date: Mon, 24 Jul 2000 14:22:23 -0400
29398              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
29399      Branch: perl
29400            ! pod/perllocale.pod
29401 ____________________________________________________________________________
29402 [  6436] By: jhi                                   on 2000/07/25  14:02:03
29403         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
29404              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29405              Date: Mon, 24 Jul 2000 18:04:28 +0100
29406              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
29407      Branch: perl
29408            ! t/lib/syslfs.t t/op/lfs.t
29409 ____________________________________________________________________________
29410 [  6435] By: jhi                                   on 2000/07/25  13:59:28
29411         Log: Get UTF16 BOMs working.  Patch from
29412              
29413              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
29414              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29415              Date: Tue, 25 Jul 2000 12:52:45 +0100
29416              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
29417              
29418              and notes from
29419              
29420              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
29421              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29422              Date: Tue, 25 Jul 2000 11:43:25 +0100
29423              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
29424      Branch: perl
29425            ! t/comp/require.t toke.c utf8.c
29426 ____________________________________________________________________________
29427 [  6434] By: jhi                                   on 2000/07/25  02:39:54
29428         Log: Make the "uninit variable" warning to say "concat or string"
29429              or "join or string" when in concat or join .
29430              
29431              Subject: Re: [ID 20000403.009] uninitialised concatenation???
29432              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29433              Date: Tue, 04 Apr 2000 18:22:58 +0100
29434              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
29435              
29436              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
29437              From: William R Ward <hermit@BayView.COM>
29438              Date: Thu, 30 Mar 2000 19:50:03 -0800
29439              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
29440      Branch: perl
29441            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
29442            ! t/pragma/warn/op t/pragma/warn/sv
29443 ____________________________________________________________________________
29444 [  6433] By: jhi                                   on 2000/07/24  17:52:56
29445         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
29446      Branch: perl
29447            ! lib/File/Spec/VMS.pm
29448 ____________________________________________________________________________
29449 [  6432] By: jhi                                   on 2000/07/24  17:44:44
29450         Log: Test cases for #6431.
29451              
29452              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
29453              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29454              Date: Mon, 24 Jul 2000 15:32:29 +0100
29455              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
29456      Branch: perl
29457            ! t/op/pat.t t/op/split.t
29458 ____________________________________________________________________________
29459 [  6431] By: jhi                                   on 2000/07/24  17:43:17
29460         Log: Bind op fix.
29461              
29462              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
29463              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29464              Date: Mon, 17 Jul 2000 20:04:56 +0100
29465              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
29466      Branch: perl
29467            ! op.c
29468 ____________________________________________________________________________
29469 [  6430] By: jhi                                   on 2000/07/24  03:42:42
29470         Log: Subject: [ID 20000716.023] syslog test fails without sockets
29471              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29472              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
29473              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
29474      Branch: metaconfig/U/perl
29475            ! Extensions.U
29476      Branch: perl
29477            ! Configure config_h.SH
29478 ____________________________________________________________________________
29479 [  6429] By: jhi                                   on 2000/07/24  03:11:52
29480         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
29481              case, but add also notes explaining the relationship of this
29482              patch and the earlier notes by Sarathy.
29483              
29484              Subject: Map is still slow
29485              From: "Ben Tilly" <ben_tilly@hotmail.com>
29486              Date: Sat, 15 Jul 2000 17:23:27 EDT
29487              Message-ID: <20000715212327.21656.qmail@hotmail.com>
29488      Branch: perl
29489            ! pp_ctl.c
29490 ____________________________________________________________________________
29491 [  6428] By: jhi                                   on 2000/07/24  02:58:52
29492         Log: Documentation to explain the behaviour of map().
29493              
29494              Subject: Re: Map is still slow 
29495              From: Gurusamy Sarathy <gsar@ActiveState.com>
29496              Date: Sat, 15 Jul 2000 16:05:09 -0700
29497              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
29498      Branch: perl
29499            ! pp_ctl.c
29500 ____________________________________________________________________________
29501 [  6427] By: jhi                                   on 2000/07/24  02:50:03
29502         Log: Add tests for
29503              [ID 19991110.003] another matching finding by pcre author
29504              which has already been fixed by some patch, as verified in
29505              
29506              Subject: Re: two regex bugs from the mists of time (well, last November)
29507              From: Hugo <hv@crypt.compulink.co.uk>
29508              Date: Sat, 22 Jul 2000 18:12:58 +0100
29509              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
29510      Branch: perl
29511            ! t/op/re_tests
29512 ____________________________________________________________________________
29513 [  6426] By: jhi                                   on 2000/07/24  02:11:20
29514         Log: A missing 'break' after the [[:space:]] switch case.
29515              
29516              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
29517              From: "Stephen P. Potter" <spp@ds.net>
29518              Date: Tue, 18 Jul 2000 16:25:17 -0400
29519              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
29520      Branch: perl
29521            ! regcomp.c
29522 ____________________________________________________________________________
29523 [  6425] By: jhi                                   on 2000/07/24  02:06:12
29524         Log: The output might have been produced in the wrong order.
29525              
29526              Subject: [ID 20000720.003] [PATCH] t/op/write.t
29527              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29528              Date: Thu, 20 Jul 2000 18:49:18 +0100
29529              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
29530      Branch: perl
29531            ! t/op/write.t
29532 ____________________________________________________________________________
29533 [  6424] By: jhi                                   on 2000/07/24  02:00:07
29534         Log: Use STDOUT consistently.
29535              
29536              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
29537              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29538              Date: Thu, 20 Jul 2000 18:04:01 +0100
29539              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
29540      Branch: perl
29541            ! lib/Test/Harness.pm
29542 ____________________________________________________________________________
29543 [  6423] By: jhi                                   on 2000/07/24  01:54:54
29544         Log: Protect against "wild next"s, that is, callbacks doing "next"
29545              instead of "return".
29546              
29547              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
29548              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29549              Date: Tue, 18 Jul 2000 11:30:16 +0100
29550              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
29551      Branch: perl
29552            ! lib/File/Find.pm
29553 ____________________________________________________________________________
29554 [  6422] By: jhi                                   on 2000/07/24  01:35:47
29555         Log: Out-of-date note removed.
29556              
29557              Subject: [PATCH] documentation perlipc
29558              From: rspier@pobox.com (Robert Spier)
29559              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
29560              Message-ID: <14711.35178.572612.502654@rls.cx>
29561      Branch: perl
29562            ! pod/perlipc.pod
29563 ____________________________________________________________________________
29564 [  6421] By: jhi                                   on 2000/07/24  00:09:18
29565         Log: Send all installperl messages to STDERR and be -w clean.
29566              
29567              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
29568              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29569              Date: Sat, 22 Jul 2000 14:02:11 +0100
29570              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
29571      Branch: perl
29572            ! installperl
29573 ____________________________________________________________________________
29574 [  6420] By: jhi                                   on 2000/07/24  00:04:19
29575         Log: Decutandpasto.
29576              
29577              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
29578              From: "Richard Soderberg" <rs@crystalflame.net>
29579              Date: Sun, 23 Jul 2000 01:37:23 -0700
29580              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
29581      Branch: perl
29582            ! pod/perlipc.pod
29583 ____________________________________________________________________________
29584 [  6419] By: jhi                                   on 2000/07/24  00:01:12
29585         Log: A cleaner abs_path().
29586              Subject: Re: unix alternative to Cwd.pm
29587              From: Jeff Pinyan <jeffp@crusoe.net>
29588              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
29589              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
29590      Branch: perl
29591            ! lib/Cwd.pm
29592 ____________________________________________________________________________
29593 [  6418] By: jhi                                   on 2000/07/23  23:48:56
29594         Log: Detypo.
29595              
29596              Subject: [PATCH perl-current] Typo in hints/powerux.sh
29597              From: "Richard Soderberg" <rs@crystalflame.net>
29598              Date: Sun, 23 Jul 2000 01:27:33 -0700
29599              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
29600      Branch: perl
29601            ! hints/powerux.sh
29602 ____________________________________________________________________________
29603 [  6417] By: jhi                                   on 2000/07/17  22:13:31
29604         Log: Subject: SDBM_File documentation
29605              From: mjd@plover.com
29606              Date: 16 Jul 2000 17:41:17 -0000
29607              Message-ID: <20000716174117.18515.qmail@plover.com>
29608      Branch: perl
29609            ! ext/SDBM_File/SDBM_File.pm
29610 ____________________________________________________________________________
29611 [  6416] By: jhi                                   on 2000/07/17  19:13:26
29612         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
29613      Branch: perl
29614            ! hints/mpeix.sh mpeix/relink
29615 ____________________________________________________________________________
29616 [  6415] By: jhi                                   on 2000/07/15  14:11:02
29617         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
29618              the utf8 'characters' can be more than one octet).
29619              
29620              Date: Sat, 15 Jul 2000 00:21:56 +0100
29621              From: Tom Hughes <tom@compton.nu>
29622              Subject: Re: [ID 20000714.002]
29623              Message-ID: <db2334de49.tom@compton.compton.nu>
29624              
29625              Reported in
29626              
29627              Subject: [ID 20000714.002]
29628              From: "Simon Cozens" <simon@othersideofthe.earth.li>
29629              Date: 14 Jul 2000 15:13:09 -0000
29630              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
29631      Branch: perl
29632            ! doop.c
29633 ____________________________________________________________________________
29634 [  6414] By: jhi                                   on 2000/07/15  03:13:41
29635         Log: another VMS build tweak from Peter Prymmer
29636      Branch: perl
29637            ! vms/descrip_mms.template
29638 ____________________________________________________________________________
29639 [  6413] By: jhi                                   on 2000/07/15  03:10:40
29640         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
29641      Branch: perl
29642            ! vms/perlvms.pod
29643 ____________________________________________________________________________
29644 [  6412] By: jhi                                   on 2000/07/15  00:31:05
29645         Log: More docs for sv functions.
29646              
29647              Subject: [PATCH cfgperl] sv.c apidoc
29648              From: simon@brecon.co.uk (Simon Cozens)
29649              Date: 13 Jul 2000 09:00:20 GMT
29650              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
29651              
29652              Subject: Re: [PATCH cfgperl] sv.c apidoc
29653              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29654              Date: Thu, 13 Jul 2000 12:27:41 +0100
29655              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
29656              
29657              Subject: Re: [PATCH cfgperl] sv.c apidoc
29658              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29659              Date: Thu, 13 Jul 2000 13:23:09 +0100
29660              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
29661              
29662              Subject: Re: [PATCH cfgperl] sv.c apidoc
29663              From: simon@brecon.co.uk (Simon Cozens)
29664              Date: 14 Jul 2000 06:51:02 GMT
29665              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
29666      Branch: perl
29667            ! embed.pl pod/perlapi.pod sv.c
29668 ____________________________________________________________________________
29669 [  6411] By: jhi                                   on 2000/07/15  00:10:41
29670         Log: lib/b test fixes from Peter Prymmer.
29671      Branch: perl
29672            ! t/lib/b.t
29673 ____________________________________________________________________________
29674 [  6410] By: jhi                                   on 2000/07/15  00:02:09
29675         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
29676              From: Hugo <hv@crypt.compulink.co.uk>
29677              Date: Fri, 14 Jul 2000 23:05:20 +0100
29678              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
29679              
29680              Didn't anymore apply, but that point still could use another fix.
29681      Branch: perl
29682            ! pod/perlfunc.pod
29683 ____________________________________________________________________________
29684 [  6409] By: jhi                                   on 2000/07/14  23:15:15
29685         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
29686              not in pod, from Peter Prymmer
29687      Branch: perl
29688            ! vms/descrip_mms.template
29689 ____________________________________________________________________________
29690 [  6408] By: jhi                                   on 2000/07/14  20:35:05
29691         Log: The bug report
29692              [ID 19991110.002] minimal matching discrepancy found by pcre author
29693              seems to have been fixed (though differently from what was suggested
29694              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
29695      Branch: perl
29696            ! t/op/re_tests
29697 ____________________________________________________________________________
29698 [  6407] By: jhi                                   on 2000/07/14  17:38:08
29699         Log: Fix AutoSplit to use File::Spec the right way in VMS,
29700              from Peter Prymmer.
29701      Branch: perl
29702            ! lib/AutoSplit.pm
29703 ____________________________________________________________________________
29704 [  6406] By: jhi                                   on 2000/07/14  14:13:22
29705         Log: Merge perlhacktut into perlhack, update perlguts.
29706              
29707              Subject: Re: Perlhacktut
29708              From: simon@brecon.co.uk (Simon Cozens)
29709              Date: 14 Jul 2000 06:49:21 GMT
29710              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
29711              
29712              Subject: Re: Perlhacktut
29713              From: simon@brecon.co.uk (Simon Cozens)
29714              Date: 14 Jul 2000 07:09:45 GMT
29715              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
29716      Branch: perl
29717            ! pod/perlguts.pod pod/perlhack.pod
29718 ____________________________________________________________________________
29719 [  6405] By: jhi                                   on 2000/07/14  14:02:31
29720         Log: Integrate with Sarathy.
29721      Branch: cfgperl
29722           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
29723           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
29724           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
29725 ____________________________________________________________________________
29726 [  6404] By: gsar                                  on 2000/07/14  12:15:02
29727         Log: PERL_OBJECT build tweaks
29728      Branch: perl
29729            ! toke.c
29730 ____________________________________________________________________________
29731 [  6403] By: gsar                                  on 2000/07/14  11:23:41
29732         Log: inconsistent types needs casts
29733      Branch: perl
29734            ! toke.c
29735 ____________________________________________________________________________
29736 [  6402] By: gsar                                  on 2000/07/14  11:12:04
29737         Log: typos in change#6399, regen headers
29738      Branch: perl
29739            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
29740 ____________________________________________________________________________
29741 [  6401] By: gsar                                  on 2000/07/14  10:59:12
29742         Log: typecasts needed for change#6394
29743      Branch: perl
29744            ! toke.c
29745 ____________________________________________________________________________
29746 [  6400] By: gsar                                  on 2000/07/14  10:49:37
29747         Log: integrate cfgperl contents into mainline
29748      Branch: perl
29749           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
29750           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
29751 ____________________________________________________________________________
29752 [  6399] By: gsar                                  on 2000/07/14  10:38:35
29753         Log: enable UTF-16 filter by default if relevant BOM is seen; various
29754              cleanups (typos, misformatted code, and small bugs)
29755      Branch: perl
29756            ! doop.c embed.pl mg.c op.c pp.c toke.c
29757 ____________________________________________________________________________
29758 [  6398] By: gsar                                  on 2000/07/14  08:55:38
29759         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
29760              name suggests anyway)
29761      Branch: perl
29762            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
29763 ____________________________________________________________________________
29764 [  6397] By: gsar                                  on 2000/07/14  08:44:33
29765         Log: move new variables to the end of the interpreter structure (for
29766              bincompat in code that doesn't #include XSUB.h)
29767      Branch: perl
29768            ! intrpvar.h
29769 ____________________________________________________________________________
29770 [  6396] By: gsar                                  on 2000/07/14  08:13:58
29771         Log: MakeMaker should not remove editor backups (*~) on `make clean`
29772              by default (completes change#6383)
29773      Branch: perl
29774            ! lib/ExtUtils/MM_Unix.pm
29775 ____________________________________________________________________________
29776 [  6395] By: jhi                                   on 2000/07/14  05:20:33
29777         Log: Replace change #6337 with a better one.
29778              
29779              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
29780              From: Hugo <hv@crypt.compulink.co.uk>
29781              Date: Fri, 14 Jul 2000 04:16:20 +0100
29782              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
29783      Branch: cfgperl
29784            ! regexec.c t/op/re_tests
29785 ____________________________________________________________________________
29786 [  6394] By: jhi                                   on 2000/07/14  01:33:59
29787         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
29788      Branch: cfgperl
29789            ! embed.pl global.sym proto.h toke.c
29790 ____________________________________________________________________________
29791 [  6393] By: jhi                                   on 2000/07/13  23:41:23
29792         Log: remove discarded test
29793      Branch: cfgperl
29794            ! MANIFEST
29795 ____________________________________________________________________________
29796 [  6392] By: jhi                                   on 2000/07/13  23:32:25
29797         Log: The {multiplier} of a fixed substring was overlooked which
29798              caused a wrong initial search offset for that substring.
29799              
29800              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
29801              From: Hugo <hv@crypt.compulink.co.uk>
29802              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
29803              Date: Thu, 13 Jul 2000 19:27:13 +0100
29804      Branch: cfgperl
29805            ! regcomp.c t/op/re_tests
29806 ____________________________________________________________________________
29807 [  6391] By: jhi                                   on 2000/07/13  16:37:42
29808         Log: typo fix from Craig Berry
29809      Branch: cfgperl
29810            ! vms/subconfigure.com
29811 ____________________________________________________________________________
29812 [  6390] By: jhi                                   on 2000/07/13  13:20:12
29813         Log: Integrate with Sarathy.
29814      Branch: cfgperl
29815            - t/op/method2entersub.t
29816           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
29817           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
29818           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
29819           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
29820 ____________________________________________________________________________
29821 [  6389] By: jhi                                   on 2000/07/13  13:18:48
29822         Log: Detypo from Peter Prymmer, part of #6388.
29823      Branch: cfgperl
29824            ! Configure config_h.SH
29825      Branch: metaconfig
29826            ! U/modified/d_longlong.U
29827 ____________________________________________________________________________
29828 [  6388] By: gsar                                  on 2000/07/13  06:33:40
29829         Log: typos (spotted by Peter Prymmer)
29830      Branch: perl
29831            ! Configure t/lib/english.t
29832 ____________________________________________________________________________
29833 [  6387] By: gsar                                  on 2000/07/13  05:35:28
29834         Log: new selfloader.t in change#6183 doesn't close DATA handles,
29835              and thus fails to clean up tmp files on dosish platforms
29836      Branch: perl
29837            ! t/lib/selfloader.t
29838 ____________________________________________________________________________
29839 [  6386] By: gsar                                  on 2000/07/12  21:42:39
29840         Log: sprintf test tweaks (from Dominic Dunlop)
29841      Branch: perl
29842            ! t/op/sprintf.t
29843 ____________________________________________________________________________
29844 [  6385] By: gsar                                  on 2000/07/12  21:33:46
29845         Log: fix bugs in processing %v-*d and similar format specs (from
29846              Avi Finkel <avi@finkel.org>)
29847      Branch: perl
29848            ! sv.c t/op/sprintf.t
29849 ____________________________________________________________________________
29850 [  6384] By: gsar                                  on 2000/07/12  16:04:19
29851         Log: readd missing perldelta.pod changes from changes#6339,6376
29852      Branch: perl
29853            ! pod/perldelta.pod
29854 ____________________________________________________________________________
29855 [  6383] By: gsar                                  on 2000/07/12  16:00:51
29856         Log: don't clobber *.orig files on *clean targets
29857      Branch: perl
29858            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
29859 ____________________________________________________________________________
29860 [  6382] By: gsar                                  on 2000/07/12  07:59:12
29861         Log: fix broken integrations in cfgperl
29862      Branch: cfgperl
29863           !> Changes pod/perldelta.pod
29864 ____________________________________________________________________________
29865 [  6381] By: gsar                                  on 2000/07/12  07:42:17
29866         Log: integrate cfgperl changes into mainline
29867      Branch: perl
29868            ! Changes
29869           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
29870           !> pod/perlre.pod
29871 ____________________________________________________________________________
29872 [  6380] By: gsar                                  on 2000/07/12  07:31:00
29873         Log: get sprintf.t to adjust properly for 3-digit exponents
29874      Branch: perl
29875            ! t/op/sprintf.t
29876 ____________________________________________________________________________
29877 [  6379] By: gsar                                  on 2000/07/12  06:40:04
29878         Log: change#6174 needs corresponding change in win32/config_h.PL,
29879              which grovels through config_h.SH to find the config.h name
29880      Branch: perl
29881            ! win32/config_h.PL
29882 ____________________________________________________________________________
29883 [  6378] By: jhi                                   on 2000/07/12  05:03:59
29884         Log: Do the cc sanity check both before the hints and
29885              after the cc selction.
29886      Branch: cfgperl
29887            ! Configure config_h.SH
29888      Branch: metaconfig
29889            ! U/modified/Oldconfig.U U/modified/cc.U
29890      Branch: metaconfig/U/perl
29891            + Checkcc.U
29892 ____________________________________________________________________________
29893 [  6377] By: jhi                                   on 2000/07/12  02:49:22
29894         Log: Fix nits noticed by Boston.pm.
29895      Branch: cfgperl
29896            ! pod/perlre.pod
29897 ____________________________________________________________________________
29898 [  6376] By: jhi                                   on 2000/07/11  21:22:13
29899         Log: Configure cosmetics and perldelta.
29900      Branch: cfgperl
29901            ! Configure config_h.SH pod/perldelta.pod
29902      Branch: metaconfig
29903            ! U/modified/cc.U
29904 ____________________________________________________________________________
29905 [  6375] By: gsar                                  on 2000/07/11  21:17:35
29906         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
29907      Branch: perl
29908            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
29909            ! win32/win32sck.c
29910 ____________________________________________________________________________
29911 [  6374] By: gsar                                  on 2000/07/11  20:48:50
29912         Log: tweak for build failure under multiplicity
29913      Branch: perl
29914            ! toke.c
29915 ____________________________________________________________________________
29916 [  6373] By: gsar                                  on 2000/07/11  20:37:23
29917         Log: integrate cfgperl changes#6325..6373 into mainline
29918              (NOTE: today's batch of integrations still untested)
29919      Branch: perl
29920           +> ext/DynaLoader/hints/netbsd.pl
29921            ! Changes
29922           !> (integrate 26 files)
29923 ____________________________________________________________________________
29924 [  6372] By: jhi                                   on 2000/07/11  20:30:36
29925         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
29926              regen perltoc.
29927      Branch: cfgperl
29928            + pod/perlbook.pod
29929            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
29930            ! pod/perltoc.pod
29931 ____________________________________________________________________________
29932 [  6371] By: jhi                                   on 2000/07/11  20:08:56
29933         Log: Minor cleanups on the booklist.
29934      Branch: cfgperl
29935            ! pod/perlfaq2.pod
29936 ____________________________________________________________________________
29937 [  6370] By: jhi                                   on 2000/07/11  19:31:13
29938         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
29939      Branch: cfgperl
29940            ! t/pragma/overload.t
29941 ____________________________________________________________________________
29942 [  6369] By: gsar                                  on 2000/07/11  19:27:48
29943         Log: integrate cfgperl changes#6293..6324 into mainline
29944      Branch: perl
29945           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
29946            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
29947           !> (integrate 30 files)
29948 ____________________________________________________________________________
29949 [  6368] By: gsar                                  on 2000/07/11  19:18:57
29950         Log: skip integrate of problematic change#6292 from cfgperl into mainline
29951      Branch: perl
29952           !> pp_hot.c
29953 ____________________________________________________________________________
29954 [  6367] By: gsar                                  on 2000/07/11  19:17:21
29955         Log: integrate cfgperl changes#6288..6290 into mainline
29956      Branch: perl
29957           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
29958 ____________________________________________________________________________
29959 [  6366] By: gsar                                  on 2000/07/11  19:11:18
29960         Log: integrate cfgperl changes#6268..6282 into mainline
29961      Branch: perl
29962           !> (integrate 30 files)
29963 ____________________________________________________________________________
29964 [  6365] By: gsar                                  on 2000/07/11  18:57:00
29965         Log: delete new accidentally branched file
29966      Branch: perl
29967            - t/op/method2entersub.t
29968 ____________________________________________________________________________
29969 [  6364] By: gsar                                  on 2000/07/11  18:55:13
29970         Log: skip integrate of change#6267 from cfgperl into mainline (the
29971              method call optimization is flawed without additional hints
29972              from user about immutableness of @ISA and no runtime method
29973              definitions)
29974      Branch: perl
29975           +> t/op/method2entersub.t
29976           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
29977           !> perl.h t/op/sprintf.t xsutils.c
29978 ____________________________________________________________________________
29979 [  6363] By: gsar                                  on 2000/07/11  18:49:43
29980         Log: integrate cfgperl changes#6261..6266 into mainline
29981      Branch: perl
29982           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
29983           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
29984           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29985           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
29986 ____________________________________________________________________________
29987 [  6362] By: gsar                                  on 2000/07/11  18:43:26
29988         Log: integrate cfgperl changes#6252..6260 into mainline
29989      Branch: perl
29990           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
29991           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
29992           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
29993           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
29994 ____________________________________________________________________________
29995 [  6361] By: gsar                                  on 2000/07/11  18:37:12
29996         Log: skip integrate of problematic change#6251 from cfgperl into mainline
29997      Branch: perl
29998           !> lib/Exporter.pm
29999 ____________________________________________________________________________
30000 [  6360] By: gsar                                  on 2000/07/11  18:34:56
30001         Log: integrate cfgperl change#6250 into mainline
30002      Branch: perl
30003           +> t/op/my_stash.t
30004           !> MANIFEST embed.pl proto.h toke.c
30005 ____________________________________________________________________________
30006 [  6359] By: gsar                                  on 2000/07/11  18:21:19
30007         Log: integrate cfgperl changes#6242..6249 into mainline
30008      Branch: perl
30009           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
30010           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
30011           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
30012           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
30013           !> t/lib/peek.t utf8.c
30014 ____________________________________________________________________________
30015 [  6358] By: gsar                                  on 2000/07/11  18:15:45
30016         Log: skip integrate of problematic change#6241 from cfgperl into mainline
30017      Branch: perl
30018           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
30019 ____________________________________________________________________________
30020 [  6357] By: jhi                                   on 2000/07/11  18:15:16
30021         Log: Fix for
30022              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
30023              From: Roderick Schertler <roderick@argon.org> 
30024              Date: Tue, 11 Jul 2000 13:55:05 -0400 
30025              Message-Id: <200007111755.NAA05077@jones.argon.org> 
30026      Branch: cfgperl
30027            ! doio.c
30028 ____________________________________________________________________________
30029 [  6356] By: jhi                                   on 2000/07/11  18:12:51
30030         Log: Typo in #6341.
30031      Branch: cfgperl
30032            ! pp_hot.c
30033 ____________________________________________________________________________
30034 [  6355] By: gsar                                  on 2000/07/11  18:12:10
30035         Log: integrate cfgperl changes#6231..6240 into mainline
30036      Branch: perl
30037           +> pod/perlutil.pod
30038           !> (integrate 35 files)
30039 ____________________________________________________________________________
30040 [  6354] By: jhi                                   on 2000/07/11  18:04:34
30041         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
30042              From: Dominic Dunlop <domo@computer.org> 
30043              Date: Tue, 11 Jul 2000 12:27:33 +0200 
30044              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
30045              
30046              Replaces change #6268.
30047      Branch: cfgperl
30048            ! t/op/sprintf.t
30049 ____________________________________________________________________________
30050 [  6353] By: gsar                                  on 2000/07/11  17:59:51
30051         Log: skip integrate of problematic change#6230 from cfgperl into mainline
30052              (a later version of File::Spec is already in mainline)
30053      Branch: perl
30054           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
30055           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
30056 ____________________________________________________________________________
30057 [  6352] By: gsar                                  on 2000/07/11  17:57:48
30058         Log: integrate cfgperl changes#6224..6229 into mainline
30059      Branch: perl
30060           +> lib/lib.pm.PL
30061            - lib/lib.pm
30062           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
30063           !> lib/English.pm op.c t/lib/english.t
30064 ____________________________________________________________________________
30065 [  6351] By: gsar                                  on 2000/07/11  17:50:10
30066         Log: skip integrate of problematic change#6223 from cfgperl into mainline
30067      Branch: perl
30068           !> doio.c
30069 ____________________________________________________________________________
30070 [  6350] By: gsar                                  on 2000/07/11  17:48:28
30071         Log: integrate cfgperl changes#6220..6222 into mainline
30072      Branch: perl
30073           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
30074           !> toke.c utf8.c win32/win32.h
30075 ____________________________________________________________________________
30076 [  6349] By: gsar                                  on 2000/07/11  17:46:13
30077         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
30078              mainline
30079      Branch: perl
30080           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
30081           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
30082           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30083 ____________________________________________________________________________
30084 [  6348] By: jhi                                   on 2000/07/11  17:45:49
30085         Log: README.posix-bc podified from Thomas Dorner.
30086      Branch: cfgperl
30087            ! README.posix-bc
30088 ____________________________________________________________________________
30089 [  6347] By: gsar                                  on 2000/07/11  17:42:04
30090         Log: integrate cfgperl change#6217 into mainline
30091      Branch: perl
30092           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
30093           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
30094           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
30095 ____________________________________________________________________________
30096 [  6346] By: gsar                                  on 2000/07/11  17:39:37
30097         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
30098              mainline
30099      Branch: perl
30100           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
30101           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30102           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
30103           !> perlapi.h pod/perlapi.pod
30104 ____________________________________________________________________________
30105 [  6345] By: gsar                                  on 2000/07/11  17:36:42
30106         Log: integrate cfgperl changes#6207..6210 into mainline
30107      Branch: perl
30108           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
30109           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
30110 ____________________________________________________________________________
30111 [  6344] By: gsar                                  on 2000/07/11  17:31:20
30112         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
30113              mainline
30114      Branch: perl
30115           !> (integrate 40 files)
30116 ____________________________________________________________________________
30117 [  6343] By: gsar                                  on 2000/07/11  17:19:08
30118         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
30119      Branch: perl
30120           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
30121            ! Changes
30122           !> (integrate 34 files)
30123 ____________________________________________________________________________
30124 [  6342] By: jhi                                   on 2000/07/11  16:05:48
30125         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
30126              To: perl5-porters@perl.org
30127              From: Karsten Sperling <spiff@phreax.net>
30128              Date: Mon, 10 Jul 2000 15:12:52 +0200
30129              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
30130      Branch: cfgperl
30131            ! lib/Symbol.pm
30132 ____________________________________________________________________________
30133 [  6341] By: jhi                                   on 2000/07/11  15:59:23
30134         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
30135              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30136              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
30137              Date: Fri, 07 Jul 2000 17:57:16 +0100
30138      Branch: cfgperl
30139            ! pp_hot.c
30140 ____________________________________________________________________________
30141 [  6340] By: jhi                                   on 2000/07/11  15:55:47
30142         Log: Subject: Re: format bug report  [Patch]
30143              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30144              Date: Wed, 05 Jul 2000 13:12:52 +0200
30145              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
30146              
30147              Subject: Re: format bug report  [Patch]
30148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30149              Date: Wed, 05 Jul 2000 14:10:01 +0200
30150              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
30151      Branch: cfgperl
30152            ! t/op/write.t toke.c
30153 ____________________________________________________________________________
30154 [  6339] By: jhi                                   on 2000/07/11  13:54:09
30155         Log: Be less forgiving about ambiguous and illegal tr ranges.
30156              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
30157              From: Mark-Jason Dominus <mjd@plover.com>
30158              Date: Tue, 04 Jul 2000 10:00:12 -0400
30159              Message-ID: <20000704140012.17772.qmail@plover.com>
30160              
30161              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
30162              From: Mark-Jason Dominus <mjd@plover.com>
30163              Date: Wed, 05 Jul 2000 09:37:36 -0400
30164              Message-ID: <20000705133736.27293.qmail@plover.com>
30165      Branch: cfgperl
30166            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
30167 ____________________________________________________________________________
30168 [  6338] By: jhi                                   on 2000/07/11  13:31:24
30169         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
30170              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30171              Date: Tue, 11 Jul 2000 13:50:51 +0100
30172              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
30173      Branch: cfgperl
30174            ! sv.c
30175 ____________________________________________________________________________
30176 [  6337] By: jhi                                   on 2000/07/11  13:29:14
30177         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
30178              From: Hugo <hv@crypt.compulink.co.uk>
30179              Date: Tue, 11 Jul 2000 12:44:50 +0100
30180              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
30181      Branch: cfgperl
30182            ! regexec.c t/op/re_tests
30183 ____________________________________________________________________________
30184 [  6336] By: jhi                                   on 2000/07/11  13:26:47
30185         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
30186              From: simon@brecon.co.uk (Simon Cozens)
30187              Date: 7 Jul 2000 11:26:09 GMT
30188              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
30189      Branch: cfgperl
30190            ! mg.c
30191 ____________________________________________________________________________
30192 [  6335] By: jhi                                   on 2000/07/11  13:23:37
30193         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
30194              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
30195              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
30196              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
30197      Branch: cfgperl
30198            + ext/DynaLoader/hints/netbsd.pl
30199            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
30200 ____________________________________________________________________________
30201 [  6334] By: jhi                                   on 2000/07/11  13:20:38
30202         Log: Subject: PATCH perlguts.pod: Document D and d magic types
30203              From: mjd@plover.com
30204              Date: 5 Jul 2000 18:01:51 -0000
30205              Message-ID: <20000705180151.29413.qmail@plover.com>
30206      Branch: cfgperl
30207            ! pod/perlguts.pod
30208 ____________________________________________________________________________
30209 [  6333] By: jhi                                   on 2000/07/11  13:15:51
30210         Log: Precedence goof, fix based on
30211              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
30212              From: Hugo <hv@crypt.compulink.co.uk>
30213              Date: Tue, 11 Jul 2000 12:52:38 +0100
30214              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
30215      Branch: cfgperl
30216            ! t/op/taint.t
30217 ____________________________________________________________________________
30218 [  6332] By: jhi                                   on 2000/07/11  12:40:17
30219         Log: Integrate with Sarathy.
30220      Branch: cfgperl
30221           !> win32/win32sck.c
30222 ____________________________________________________________________________
30223 [  6331] By: jhi                                   on 2000/07/10  20:14:16
30224         Log: Sprinkle ldlibpath.
30225      Branch: cfgperl
30226            ! pod/Makefile.SH
30227 ____________________________________________________________________________
30228 [  6330] By: jhi                                   on 2000/07/10  17:54:49
30229         Log: More POSIX.pod tweaks.
30230      Branch: cfgperl
30231            ! ext/POSIX/POSIX.pod
30232 ____________________________________________________________________________
30233 [  6329] By: jhi                                   on 2000/07/10  14:02:12
30234         Log: Reorder perl.pod once more.
30235      Branch: cfgperl
30236            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30237 ____________________________________________________________________________
30238 [  6328] By: gsar                                  on 2000/07/10  07:06:00
30239         Log: accept() leaks memory on windows due to incorrect ordering of
30240              closesocket() and fclose() calls
30241      Branch: perl
30242            ! win32/win32sck.c
30243 ____________________________________________________________________________
30244 [  6327] By: gsar                                  on 2000/07/10  06:49:17
30245         Log: winsock options weren't being set in all threads under ithreads
30246              (caused send()s from second and subsequent threads to fail)
30247      Branch: perl
30248            ! win32/win32sck.c
30249 ____________________________________________________________________________
30250 [  6326] By: jhi                                   on 2000/07/08  02:45:40
30251         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
30252              was cast to an unsigned (32-bit) integer with wild abandon.
30253      Branch: cfgperl
30254            ! ext/Devel/DProf/DProf.xs
30255 ____________________________________________________________________________
30256 [  6325] By: jhi                                   on 2000/07/07  18:50:33
30257         Log: Remove perlbook, update perlfaq book listing,
30258              rearrange perl.pod, regenerate perltoc.
30259      Branch: cfgperl
30260            - pod/perlbook.pod
30261            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
30262            ! pod/perlfaq2.pod pod/perltoc.pod
30263 ____________________________________________________________________________
30264 [  6324] By: jhi                                   on 2000/07/07  14:03:40
30265         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
30266      Branch: cfgperl
30267            ! sv.h toke.c
30268 ____________________________________________________________________________
30269 [  6323] By: jhi                                   on 2000/07/06  16:03:55
30270         Log: Fix complaints of buildtoc.
30271      Branch: cfgperl
30272            + lib/Win32.pod
30273            - pod/Win32.pod
30274            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30275 ____________________________________________________________________________
30276 [  6322] By: jhi                                   on 2000/07/06  15:15:52
30277         Log: Add =head1 NAMEs so that buildtoc is happy.
30278              (The CGI::Util nit reported to Lincoln.)
30279      Branch: cfgperl
30280            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
30281            ! pod/perltoc.pod
30282 ____________________________________________________________________________
30283 [  6321] By: jhi                                   on 2000/07/06  03:16:04
30284         Log: Config is being used.
30285      Branch: cfgperl
30286            ! t/op/method.t
30287 ____________________________________________________________________________
30288 [  6320] By: jhi                                   on 2000/07/06  03:13:13
30289         Log: Integrate with Sarathy.
30290      Branch: cfgperl
30291           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
30292 ____________________________________________________________________________
30293 [  6319] By: jhi                                   on 2000/07/06  03:11:46
30294         Log: Autogenerate pod/Makefile and pod/buildtoc.
30295              buildtoc also checks whether the existin pods are
30296              mentioned in MANIFEST and perl.pod, and vice versa.
30297              (None of the thusly found discrepancies fixed yet.)
30298              roffitall also needs to be autogenerated similarly but it
30299              seems so badly out of date that I didn't touch it yet.
30300      Branch: cfgperl
30301            + pod/Makefile.SH pod/buildtoc.PL
30302            - pod/Makefile pod/buildtoc
30303            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
30304 ____________________________________________________________________________
30305 [  6318] By: gsar                                  on 2000/07/05  22:10:54
30306         Log: fix UNC path handling on Windows under ithreads, and chdir()
30307              return value when given a non-existent directory
30308      Branch: perl
30309            ! win32/vdir.h
30310 ____________________________________________________________________________
30311 [  6317] By: gsar                                  on 2000/07/05  22:08:19
30312         Log: winsock cleanup never done on Windows (leads to handle leaks)
30313      Branch: perl
30314            ! win32/perllib.c win32/win32sck.c
30315 ____________________________________________________________________________
30316 [  6316] By: gsar                                  on 2000/07/05  22:06:19
30317         Log: some debugger output does not go to the socket when RemotePort is set
30318      Branch: perl
30319            ! lib/perl5db.pl
30320 ____________________________________________________________________________
30321 [  6315] By: jhi                                   on 2000/07/05  00:25:21
30322         Log: Integrate with Sarathy, preliminary fix for unicos
30323              alignment problems in [ID 20000612.002] Perl problem on Cray system.
30324      Branch: cfgperl
30325            ! sv.h
30326           !> pp_hot.c
30327 ____________________________________________________________________________
30328 [  6314] By: gsar                                  on 2000/07/04  23:34:02
30329         Log: tyop in change#6306
30330      Branch: perl
30331            ! pp_hot.c
30332 ____________________________________________________________________________
30333 [  6313] By: jhi                                   on 2000/07/04  22:14:38
30334         Log: Multiline string literals ENONPORTABLE.
30335      Branch: cfgperl
30336            ! pp_hot.c
30337 ____________________________________________________________________________
30338 [  6312] By: jhi                                   on 2000/07/04  20:34:44
30339         Log: Integrate with Sarathy.
30340      Branch: cfgperl
30341           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
30342           !> t/op/method.t
30343 ____________________________________________________________________________
30344 [  6311] By: jhi                                   on 2000/07/04  20:30:56
30345         Log: More POSIX.pod embellishment.
30346      Branch: cfgperl
30347            ! ext/POSIX/POSIX.pod
30348 ____________________________________________________________________________
30349 [  6310] By: gsar                                  on 2000/07/04  17:28:48
30350         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
30351      Branch: perl
30352            ! t/lib/b.t
30353 ____________________________________________________________________________
30354 [  6309] By: jhi                                   on 2000/07/04  17:22:18
30355         Log: The #6308 required a little bit more.
30356      Branch: cfgperl
30357            ! Makefile.SH win32/Makefile
30358 ____________________________________________________________________________
30359 [  6308] By: jhi                                   on 2000/07/04  16:35:24
30360         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
30361      Branch: cfgperl
30362            + lib/lib_pm.PL
30363            - lib/lib.pm.PL
30364            ! MANIFEST Makefile.SH
30365 ____________________________________________________________________________
30366 [  6307] By: jhi                                   on 2000/07/04  16:28:58
30367         Log: Win32 patches for cfgperl from Sarathy.
30368      Branch: cfgperl
30369            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
30370            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
30371            ! thread.h toke.c util.c win32/Makefile win32/win32.c
30372 ____________________________________________________________________________
30373 [  6306] By: gsar                                  on 2000/07/04  16:28:40
30374         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
30375              (from Richard Soderberg <rs@oregonnet.com>)
30376      Branch: perl
30377            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
30378 ____________________________________________________________________________
30379 [  6305] By: jhi                                   on 2000/07/04  16:24:24
30380         Log: Integrate with Sarathy.
30381      Branch: cfgperl
30382           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
30383           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30384           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
30385           !> proto.h win32/win32.c
30386 ____________________________________________________________________________
30387 [  6304] By: gsar                                  on 2000/07/04  16:17:24
30388         Log: missing perldiag entry for unpack("w",...) diagnostic (from
30389              Andreas Koenig)
30390      Branch: perl
30391            ! pod/perldiag.pod
30392 ____________________________________________________________________________
30393 [  6303] By: gsar                                  on 2000/07/04  16:14:44
30394         Log: remove rel2abs prototypes (from Barrie Slaymaker)
30395      Branch: perl
30396            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30397            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30398 ____________________________________________________________________________
30399 [  6302] By: gsar                                  on 2000/07/04  04:59:35
30400         Log: adjust change#6299
30401      Branch: perl
30402            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
30403            ! win32/win32.c
30404 ____________________________________________________________________________
30405 [  6301] By: jhi                                   on 2000/07/04  04:50:07
30406         Log: Integrate with Sarathy.
30407      Branch: cfgperl
30408           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
30409           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
30410           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
30411 ____________________________________________________________________________
30412 [  6300] By: gsar                                  on 2000/07/04  04:42:09
30413         Log: PERL_OBJECT build tweak
30414      Branch: perl
30415            ! perl.h
30416 ____________________________________________________________________________
30417 [  6299] By: gsar                                  on 2000/07/04  04:37:00
30418         Log: fix memory leak on Windows (PL_sys_intern contents were never
30419              freed)
30420      Branch: perl
30421            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
30422            ! perlapi.c proto.h win32/win32.c
30423 ____________________________________________________________________________
30424 [  6298] By: gsar                                  on 2000/07/04  04:15:59
30425         Log: fix large memory leak that has been around for ever, masked by
30426              -DPURIFY (most of the arenas were never freed!)
30427      Branch: perl
30428            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
30429 ____________________________________________________________________________
30430 [  6297] By: gsar                                  on 2000/07/04  04:07:46
30431         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
30432      Branch: perl
30433            ! perl.c
30434 ____________________________________________________________________________
30435 [  6296] By: jhi                                   on 2000/06/30  18:28:37
30436         Log: Elaborate POSIX.pod.  Still needs work.
30437      Branch: cfgperl
30438            ! ext/POSIX/POSIX.pod
30439 ____________________________________________________________________________
30440 [  6295] By: jhi                                   on 2000/06/30  14:58:18
30441         Log: Point to perlipc for more SysV IPC examples.
30442      Branch: cfgperl
30443            ! pod/perlfunc.pod
30444 ____________________________________________________________________________
30445 [  6294] By: gsar                                  on 2000/06/30  14:47:45
30446         Log: slurp mode fix in change#4736 still not quite right
30447      Branch: perl
30448            ! pp_hot.c t/io/argv.t
30449 ____________________________________________________________________________
30450 [  6293] By: jhi                                   on 2000/06/30  12:02:55
30451         Log: Integrate with Sarathy.
30452      Branch: cfgperl
30453           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
30454 ____________________________________________________________________________
30455 [  6292] By: jhi                                   on 2000/06/30  12:01:11
30456         Log: From: simon@brecon.co.uk (Simon Cozens)
30457              Subject: UTF8 concat
30458              Date: 30 Jun 2000 06:13:25 GMT
30459              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
30460      Branch: cfgperl
30461            ! pp_hot.c
30462 ____________________________________________________________________________
30463 [  6291] By: gsar                                  on 2000/06/30  04:37:33
30464         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
30465              when @_ is modified, causing coredumps
30466      Branch: perl
30467            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
30468 ____________________________________________________________________________
30469 [  6290] By: jhi                                   on 2000/06/30  02:21:44
30470         Log: Integrate with Sarathy.
30471      Branch: cfgperl
30472           !> vms/vms.c vms/vmsish.h
30473 ____________________________________________________________________________
30474 [  6289] By: jhi                                   on 2000/06/30  02:21:02
30475         Log: Check VERSIONs.
30476      Branch: cfgperl
30477            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30478            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30479            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30480 ____________________________________________________________________________
30481 [  6288] By: jhi                                   on 2000/06/30  02:18:52
30482         Log: Integrate with Sarathy.
30483      Branch: cfgperl
30484           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
30485           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30486           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30487           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
30488 ____________________________________________________________________________
30489 [  6287] By: gsar                                  on 2000/06/30  02:17:08
30490         Log: integrate vmsperl changes into mainline
30491      Branch: perl
30492           !> vms/vms.c vms/vmsish.h
30493 ____________________________________________________________________________
30494 [  6285] By: gsar                                  on 2000/06/30  02:05:28
30495         Log: localize %INC in a Safe compartment so that use/require work
30496              (many other magic globals probably need similar treatment)
30497      Branch: perl
30498            ! ext/Opcode/Opcode.xs
30499 ____________________________________________________________________________
30500 [  6284] By: gsar                                  on 2000/06/30  01:54:54
30501         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
30502              about Windows
30503      Branch: perl
30504            ! pod/perlembed.pod
30505 ____________________________________________________________________________
30506 [  6283] By: jhi                                   on 2000/06/30  01:50:10
30507         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
30508              From: Barrie Slaymaker <barries@jester.slaysys.com>
30509              Date: Wed, 28 Jun 2000 11:35:29 -0400
30510              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
30511      Branch: perl
30512            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
30513            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
30514            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30515            ! lib/File/Spec/Win32.pm
30516 ____________________________________________________________________________
30517 [  6282] By: jhi                                   on 2000/06/29  22:57:22
30518         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
30519              From: Dan Sugalski <dan@sidhe.org>
30520              Date: Tue, 06 Jun 2000 11:59:50 -0400
30521              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
30522      Branch: cfgperl
30523            ! vms/vms.c
30524 ____________________________________________________________________________
30525 [  6281] By: jhi                                   on 2000/06/29  22:52:50
30526         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
30527              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30528              Date: Wed, 7 Jun 2000 04:02:04 -0500
30529              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
30530      Branch: cfgperl
30531            ! utils/h2xs.PL
30532 ____________________________________________________________________________
30533 [  6280] By: jhi                                   on 2000/06/29  22:45:47
30534         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
30535              From: rspier@pobox.com (Robert Spier)
30536              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
30537              Message-ID: <14654.31913.845602.610277@rls.cx>
30538      Branch: cfgperl
30539            ! utils/h2xs.PL
30540 ____________________________________________________________________________
30541 [  6279] By: jhi                                   on 2000/06/29  22:38:16
30542         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
30543              From: Tim Ayers <tayers@bridge.com>
30544              Date: Thu, 08 Jun 2000 08:11:06 +0200
30545              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
30546              [resent by Richard Foley, Message-Id probably wrong]
30547      Branch: cfgperl
30548            ! pod/perlsub.pod
30549 ____________________________________________________________________________
30550 [  6278] By: jhi                                   on 2000/06/29  22:21:45
30551         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
30552              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
30553              Date: Fri, 09 Jun 2000 12:39:27 -0400
30554              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
30555              (plus update the version "number" of Text::Wrap)
30556      Branch: cfgperl
30557            ! lib/Text/Wrap.pm
30558 ____________________________________________________________________________
30559 [  6277] By: jhi                                   on 2000/06/29  22:13:10
30560         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
30561              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30562              Date: Mon, 12 Jun 2000 14:55:59 +0100
30563              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
30564      Branch: cfgperl
30565            ! pod/perlfunc.pod
30566 ____________________________________________________________________________
30567 [  6276] By: jhi                                   on 2000/06/29  22:11:06
30568         Log: Subject: [PATCH] Re: eval documentation: context
30569              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30570              Date: Mon, 12 Jun 2000 15:07:29 +0100
30571              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
30572      Branch: cfgperl
30573            ! pod/perlfunc.pod
30574 ____________________________________________________________________________
30575 [  6275] By: jhi                                   on 2000/06/29  21:59:46
30576         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
30577              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30578              Date: Tue, 13 Jun 2000 02:43:48 -0500
30579              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
30580      Branch: cfgperl
30581            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
30582 ____________________________________________________________________________
30583 [  6274] By: jhi                                   on 2000/06/29  21:56:14
30584         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
30585              From: Andy Dougherty <doughera@lafayette.edu>
30586              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
30587              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
30588      Branch: cfgperl
30589            ! ext/File/Glob/Glob.pm
30590 ____________________________________________________________________________
30591 [  6273] By: jhi                                   on 2000/06/29  21:49:09
30592         Log: Subject: [PATCH] xsub attributes
30593              From: Doug MacEachern <dougm@covalent.net>
30594              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
30595              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
30596      Branch: cfgperl
30597            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
30598            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
30599 ____________________________________________________________________________
30600 [  6272] By: jhi                                   on 2000/06/29  21:41:28
30601         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
30602              From: Tom Phoenix <rootbeer@redcat.com>
30603              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
30604              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
30605      Branch: cfgperl
30606            ! lib/Net/Ping.pm
30607 ____________________________________________________________________________
30608 [  6271] By: jhi                                   on 2000/06/29  21:36:55
30609         Log: Subject: PATCH pod/perltie.pod
30610              From: Ian Phillipps <Ian.Phillipps@iname.com>
30611              Date: Fri, 16 Jun 2000 00:17:19 +0100
30612              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
30613              (only the first hunk, the second hunk had already been done
30614              by some other patch)
30615      Branch: cfgperl
30616            ! pod/perltie.pod
30617 ____________________________________________________________________________
30618 [  6270] By: jhi                                   on 2000/06/29  21:24:51
30619         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
30620              From: Nicholas Clark <nick@talking.bollo.cx>
30621              Date: Fri, 23 Jun 2000 16:21:15 +0100
30622              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
30623      Branch: cfgperl
30624            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
30625            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
30626 ____________________________________________________________________________
30627 [  6269] By: jhi                                   on 2000/06/29  19:38:15
30628         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
30629              silence few compiler warnings.
30630      Branch: cfgperl
30631            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
30632 ____________________________________________________________________________
30633 [  6268] By: jhi                                   on 2000/06/29  18:21:50
30634         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
30635              From: Dominic Dunlop <domo@computer.org> 
30636              Date: Thu, 29 Jun 2000 12:32:39 +0200 
30637              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
30638      Branch: cfgperl
30639            ! t/op/sprintf.t
30640 ____________________________________________________________________________
30641 [  6267] By: jhi                                   on 2000/06/29  18:16:07
30642         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
30643              From: Doug MacEachern <dougm@covalent.net>
30644              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
30645              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
30646      Branch: cfgperl
30647            + t/op/method2entersub.t
30648            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
30649            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30650            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
30651            ! xsutils.c
30652 ____________________________________________________________________________
30653 [  6266] By: jhi                                   on 2000/06/29  15:11:15
30654         Log: Subject: [PATCH 5.6.0] cygwin port
30655              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
30656              From: "Fifer, Eric" <EFifer@sanwaint.com>
30657              Date: Thu, 29 Jun 2000 12:58:29 +0100
30658      Branch: cfgperl
30659            ! cygwin/Makefile.SHs
30660 ____________________________________________________________________________
30661 [  6265] By: jhi                                   on 2000/06/29  15:04:05
30662         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
30663              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30664              Date: Wed, 28 Jun 2000 17:50:12 -0700
30665              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
30666      Branch: cfgperl
30667            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
30668 ____________________________________________________________________________
30669 [  6264] By: jhi                                   on 2000/06/29  15:00:57
30670         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
30671              From: Marty Lucich <marty@netcom.com>
30672              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
30673              Message-Id: <200006282116.OAA11148@netcom.com>
30674              ccdlflags update (the BSD/OS 4.1 part had already been taken
30675              care of by #6141).
30676      Branch: cfgperl
30677            ! hints/bsdos.sh
30678 ____________________________________________________________________________
30679 [  6263] By: jhi                                   on 2000/06/29  13:47:44
30680         Log: tr fixes from Simon Cozens
30681      Branch: cfgperl
30682            ! doop.c
30683 ____________________________________________________________________________
30684 [  6262] By: jhi                                   on 2000/06/28  18:46:01
30685         Log: Subject: 5.6.0 Patch for EPOC
30686              From: Olaf Flebbe <o.flebbe@gmx.de>
30687              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
30688              Message-ID: <23449.960929969@www11.gmx.net>
30689      Branch: cfgperl
30690            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
30691            ! epoc/epocish.h
30692 ____________________________________________________________________________
30693 [  6261] By: jhi                                   on 2000/06/28  18:29:07
30694         Log: Subject: Re: [PATCH cfgperl] BOMs away!
30695              From: simon@brecon.co.uk (Simon Cozens)
30696              Date: 17 Jun 2000 11:49:57 GMT
30697              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
30698      Branch: cfgperl
30699            ! pod/perldiag.pod t/comp/require.t toke.c
30700 ____________________________________________________________________________
30701 [  6260] By: jhi                                   on 2000/06/28  17:47:16
30702         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
30703              From: simon@brecon.co.uk (Simon Cozens) 
30704              Date: 17 Jun 2000 11:56:44 GMT 
30705              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
30706              pack U0, pack C0
30707      Branch: cfgperl
30708            ! pod/perlfunc.pod pp.c t/op/pack.t
30709 ____________________________________________________________________________
30710 [  6259] By: jhi                                   on 2000/06/28  16:43:17
30711         Log: perlnewmod was missing from MANIFEST.
30712      Branch: cfgperl
30713            ! MANIFEST
30714 ____________________________________________________________________________
30715 [  6258] By: jhi                                   on 2000/06/28  15:54:30
30716         Log: linenumber tweak
30717      Branch: cfgperl
30718            ! t/pragma/warn/regcomp
30719 ____________________________________________________________________________
30720 [  6257] By: jhi                                   on 2000/06/28  15:50:44
30721         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
30722              From: Doug MacEachern <dougm@covalent.net>
30723              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
30724              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
30725              (one part of the patch had been applied earlier)
30726      Branch: cfgperl
30727            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
30728 ____________________________________________________________________________
30729 [  6256] By: jhi                                   on 2000/06/28  15:40:22
30730         Log: tweaks from Simon Cozens to further fix tr/// under utf8
30731      Branch: cfgperl
30732            ! doop.c
30733 ____________________________________________________________________________
30734 [  6255] By: jhi                                   on 2000/06/28  15:33:45
30735         Log: small thinko tweaks
30736      Branch: cfgperl
30737            ! lib/IPC/Open3.pm t/op/my_stash.t
30738 ____________________________________________________________________________
30739 [  6254] By: jhi                                   on 2000/06/28  15:33:25
30740         Log: Subject: tr///, help wanted.
30741              From: simon@brecon.co.uk (Simon Cozens)
30742              Date: 28 Jun 2000 11:29:04 GMT
30743              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
30744      Branch: cfgperl
30745            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
30746            ! pp_proto.h proto.h t/op/tr.t
30747 ____________________________________________________________________________
30748 [  6253] By: jhi                                   on 2000/06/28  15:09:17
30749         Log: Paranoia tweak on #6249.
30750              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
30751              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30752              Date: Sun, 25 Jun 2000 23:43:12 -0400
30753              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
30754      Branch: cfgperl
30755            ! lib/IPC/Open3.pm
30756 ____________________________________________________________________________
30757 [  6252] By: jhi                                   on 2000/06/28  15:01:38
30758         Log: Document #6249 and #6251.
30759      Branch: cfgperl
30760            ! lib/Exporter.pm lib/IPC/Open3.pm
30761 ____________________________________________________________________________
30762 [  6251] By: jhi                                   on 2000/06/28  14:50:43
30763         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
30764              From: Doug MacEachern <dougm@covalent.net>
30765              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
30766              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
30767      Branch: cfgperl
30768            ! lib/Exporter.pm
30769 ____________________________________________________________________________
30770 [  6250] By: jhi                                   on 2000/06/28  14:45:23
30771         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
30772              From: Doug MacEachern <dougm@covalent.net>
30773              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
30774              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
30775      Branch: cfgperl
30776            + t/op/my_stash.t
30777            ! MANIFEST embed.pl global.sym proto.h toke.c
30778 ____________________________________________________________________________
30779 [  6249] By: jhi                                   on 2000/06/28  14:36:34
30780         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
30781              From: Frank Tobin <ftobin@uiuc.edu>
30782              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
30783              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
30784      Branch: cfgperl
30785            ! lib/IPC/Open3.pm
30786 ____________________________________________________________________________
30787 [  6248] By: jhi                                   on 2000/06/28  14:11:25
30788         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
30789              From: Mark-Jason Dominus <mjd@plover.com>
30790              Date: Tue, 27 Jun 2000 22:36:42 -0400
30791              Message-ID: <20000628023642.12166.qmail@plover.com>
30792      Branch: cfgperl
30793            ! pod/perlfunc.pod
30794 ____________________________________________________________________________
30795 [  6247] By: jhi                                   on 2000/06/27  12:46:37
30796         Log: Tweak $VERSION, patch from Doug MacEachern.
30797      Branch: cfgperl
30798            ! lib/File/Spec.pm
30799 ____________________________________________________________________________
30800 [  6246] By: jhi                                   on 2000/06/27  03:34:46
30801         Log: Allow for standalone testing.
30802      Branch: cfgperl
30803            ! t/lib/filefunc.t t/lib/filespec.t
30804 ____________________________________________________________________________
30805 [  6245] By: jhi                                   on 2000/06/27  02:50:02
30806         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
30807              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
30808              Date: Sat, 24 Jun 2000 13:06:20 +0100
30809              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
30810      Branch: cfgperl
30811            ! ext/DynaLoader/DynaLoader_pm.PL
30812 ____________________________________________________________________________
30813 [  6244] By: jhi                                   on 2000/06/27  02:46:10
30814         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
30815              From: Doug MacEachern <dougm@covalent.net>
30816              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
30817              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
30818      Branch: cfgperl
30819            ! gv.c sv.c t/lib/peek.t
30820 ____________________________________________________________________________
30821 [  6243] By: jhi                                   on 2000/06/27  02:38:07
30822         Log: Subject: [PATCH] is_utf8_string
30823              From: simon@brecon.co.uk (Simon Cozens)
30824              Date: 26 Jun 2000 02:25:59 GMT
30825              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
30826      Branch: cfgperl
30827            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
30828            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
30829            ! proto.h utf8.c
30830 ____________________________________________________________________________
30831 [  6242] By: jhi                                   on 2000/06/27  02:24:00
30832         Log: Subject: [PATCH] bytes<->utf8 fixes
30833              From: simon@brecon.co.uk (Simon Cozens)
30834              Date: 26 Jun 2000 04:55:45 GMT
30835              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
30836      Branch: cfgperl
30837            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
30838 ____________________________________________________________________________
30839 [  6241] By: jhi                                   on 2000/06/27  02:12:42
30840         Log: Do no -warn on \_, only on \alpha.
30841              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
30842              From: David Dyck <dcd@tc.fluke.com>
30843              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
30844              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
30845      Branch: cfgperl
30846            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
30847 ____________________________________________________________________________
30848 [  6240] By: jhi                                   on 2000/06/27  02:00:01
30849         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
30850              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
30851              Date: Mon, 26 Jun 2000 18:40:14 +0100
30852              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
30853      Branch: cfgperl
30854            ! utils/h2xs.PL
30855 ____________________________________________________________________________
30856 [  6239] By: jhi                                   on 2000/06/27  01:53:40
30857         Log: Configure maintenance.  Sever some dependency cycles,
30858              separate gccversion from the cc unit,
30859              address [ID 20000623.006] Configure script patch for using gcc on AIX
30860              (but solve it a little bit differently),
30861              unduplex some accidentally duplicated units,
30862              suggest using gcc if no cc available
30863              (p5p thread: "Solaris configure: counterproposal", 1999-09)
30864      Branch: cfgperl
30865            ! Configure Todo-5.6 config_h.SH
30866      Branch: metaconfig
30867            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
30868            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
30869      Branch: metaconfig/U/perl
30870            + gccvers.U
30871            ! d_getespwnam.U d_getprpwnam.U i_prot.U
30872 ____________________________________________________________________________
30873 [  6238] By: jhi                                   on 2000/06/25  18:04:56
30874         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
30875              From: Dan Sugalski <dan@sidhe.org>
30876              Date: Fri, 23 Jun 2000 17:00:00 -0400
30877              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
30878      Branch: cfgperl
30879            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
30880 ____________________________________________________________________________
30881 [  6237] By: jhi                                   on 2000/06/25  16:36:45
30882         Log: Tweak embed.pl, regen headers.
30883      Branch: cfgperl
30884            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
30885            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
30886            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
30887            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
30888            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
30889 ____________________________________________________________________________
30890 [  6236] By: jhi                                   on 2000/06/25  15:26:42
30891         Log: Regen headers.
30892      Branch: cfgperl
30893            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
30894            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
30895            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
30896            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
30897            ! regnodes.h warnings.h
30898 ____________________________________________________________________________
30899 [  6235] By: jhi                                   on 2000/06/23  19:39:35
30900         Log: The thread begun by
30901              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
30902              From: Kevin.Ruscoe@ubsw.com
30903              Date: Fri, 16 Jun 2000 16:38:51 +0100
30904              Message-Id: <H000019b03c300d6@MHS>
30905      Branch: cfgperl
30906            ! hints/solaris_2.sh
30907 ____________________________________________________________________________
30908 [  6234] By: jhi                                   on 2000/06/23  19:23:36
30909         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
30910              because when run as services (Win32ese for daemons)
30911              no environment variables are set and tmpdir ends up as /tmp,
30912              which is ambiguous.
30913              
30914              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
30915              From: matt@sergeant.org
30916              Date: 16 Jun 2000 16:30:43 -0000
30917              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
30918      Branch: cfgperl
30919            ! lib/File/Spec/Win32.pm
30920 ____________________________________________________________________________
30921 [  6233] By: jhi                                   on 2000/06/23  19:18:58
30922         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
30923              From: Mark-Jason Dominus <mjd@plover.com>
30924              Date: Fri, 16 Jun 2000 20:53:04 -0400
30925              Message-ID: <20000617005304.8008.qmail@plover.com>
30926      Branch: cfgperl
30927            ! op.h
30928 ____________________________________________________________________________
30929 [  6232] By: jhi                                   on 2000/06/23  16:10:02
30930         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
30931              From: simon@brecon.co.uk (Simon Cozens)
30932              Date: 19 Jun 2000 15:18:27 GMT
30933              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
30934              
30935              plus update pod/Makefile and regenerate perltoc
30936      Branch: cfgperl
30937            + pod/perlutil.pod
30938            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
30939 ____________________________________________________________________________
30940 [  6231] By: jhi                                   on 2000/06/23  15:19:18
30941         Log: Subject: [PATCH 5.6.0] cygwin port
30942              From: "Fifer, Eric" <EFifer@sanwaint.com>
30943              Date: Tue, 20 Jun 2000 14:30:58 +0100
30944              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
30945      Branch: cfgperl
30946            ! README.cygwin lib/File/Find.pm
30947 ____________________________________________________________________________
30948 [  6230] By: jhi                                   on 2000/06/23  14:25:21
30949         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
30950      Branch: cfgperl
30951            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
30952            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
30953            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30954            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
30955 ____________________________________________________________________________
30956 [  6229] By: jhi                                   on 2000/06/23  14:13:34
30957         Log: Subject: README.hpux version 0.6.1
30958              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
30959              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
30960              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
30961      Branch: cfgperl
30962            ! README.hpux
30963 ____________________________________________________________________________
30964 [  6228] By: jhi                                   on 2000/06/23  14:07:20
30965         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
30966              From: Doug MacEachern <dougm@covalent.net>
30967              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
30968              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
30969      Branch: cfgperl
30970            ! op.c
30971 ____________________________________________________________________________
30972 [  6227] By: jhi                                   on 2000/06/23  14:01:06
30973         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
30974              From: Doug MacEachern <dougm@covalent.net>
30975              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
30976              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
30977      Branch: cfgperl
30978            + lib/lib.pm.PL
30979            - lib/lib.pm
30980            ! MANIFEST Makefile.SH
30981 ____________________________________________________________________________
30982 [  6226] By: jhi                                   on 2000/06/23  13:53:07
30983         Log: Subject: [PATCH] remove forward declarations in Socket.pm
30984              From: Doug MacEachern <dougm@covalent.net>
30985              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
30986              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
30987              
30988              From: Doug MacEachern <dougm@covalent.net>
30989              Subject: Re: [PATCH] remove forward declarations in Socket.pm
30990              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
30991              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
30992      Branch: cfgperl
30993            ! ext/Socket/Socket.pm op.c
30994 ____________________________________________________________________________
30995 [  6225] By: jhi                                   on 2000/06/23  13:41:52
30996         Log: Add source code filenames to apidoc.
30997              From: simon@brecon.co.uk (Simon Cozens)
30998              Subject: [PATCH embed.pl] Source X-ref
30999              Date: 22 Jun 2000 02:18:49 GMT
31000              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
31001      Branch: cfgperl
31002            ! embed.pl
31003 ____________________________________________________________________________
31004 [  6224] By: jhi                                   on 2000/06/23  13:32:33
31005         Log: A way to avoid English.pm performance hit.
31006              From: root <root@jester.slaysys.com>
31007              Subject: [YAPATCH English.pm] My turn to putt again
31008              Date: Thu, 22 Jun 2000 20:33:58 -0400
31009              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
31010      Branch: cfgperl
31011            ! lib/English.pm t/lib/english.t
31012 ____________________________________________________________________________
31013 [  6223] By: jhi                                   on 2000/06/23  13:27:06
31014         Log: Avoid double close().
31015              Subject: [PATCH] avoid double close()
31016              From: Doug MacEachern <dougm@covalent.net>
31017              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
31018              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
31019      Branch: cfgperl
31020            ! doio.c
31021 ____________________________________________________________________________
31022 [  6222] By: jhi                                   on 2000/06/23  13:25:54
31023         Log: doc typo fix
31024              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
31025              From: Ian Phillipps <Ian.Phillipps@iname.com>
31026              Date: Fri, 23 Jun 2000 10:40:58 +0100
31027              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
31028      Branch: cfgperl
31029            ! lib/Pod/Usage.pm
31030 ____________________________________________________________________________
31031 [  6221] By: jhi                                   on 2000/06/23  13:24:15
31032         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
31033              From: simon@brecon.co.uk (Simon Cozens)
31034              Subject: [PATCH] Eliminate tr///[CU][CU]
31035              Date: 23 Jun 2000 11:05:40 GMT
31036              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
31037      Branch: cfgperl
31038            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
31039 ____________________________________________________________________________
31040 [  6220] By: jhi                                   on 2000/06/22  16:07:51
31041         Log: Win32 patches from Benjamin Stuhl.
31042      Branch: cfgperl
31043            ! makedef.pl win32/win32.h
31044 ____________________________________________________________________________
31045 [  6219] By: jhi                                   on 2000/06/22  16:06:34
31046         Log: Bytecode patches from Benjamin Stuhl.
31047      Branch: cfgperl
31048            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
31049            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
31050            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31051 ____________________________________________________________________________
31052 [  6218] By: jhi                                   on 2000/06/15  23:54:16
31053         Log: Bytecode patches from Benjamin Stuhl.
31054      Branch: cfgperl
31055            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
31056 ____________________________________________________________________________
31057 [  6217] By: jhi                                   on 2000/06/09  13:38:29
31058         Log: Rename the fdpid locking and integrate with Sarathy.
31059      Branch: cfgperl
31060            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
31061            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
31062            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
31063            ! win32/win32.c
31064           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
31065 ____________________________________________________________________________
31066 [  6216] By: gsar                                  on 2000/06/08  14:54:21
31067         Log: be more optimal about clearing @_
31068      Branch: perl
31069            ! cop.h
31070 ____________________________________________________________________________
31071 [  6215] By: gsar                                  on 2000/06/08  14:33:04
31072         Log: tweak comment about @DB::args
31073      Branch: perl
31074            ! av.h pp_ctl.c
31075 ____________________________________________________________________________
31076 [  6214] By: gsar                                  on 2000/06/08  13:57:54
31077         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
31078              caller() wants to populate @DB::args with it (causes a coredump
31079              in Carp::confess())
31080      Branch: perl
31081            ! cop.h t/op/runlevel.t
31082 ____________________________________________________________________________
31083 [  6213] By: gsar                                  on 2000/06/08  07:06:35
31084         Log: back out change#6106 (seems problematic)
31085      Branch: perl
31086            ! hints/solaris_2.sh
31087 ____________________________________________________________________________
31088 [  6212] By: jhi                                   on 2000/06/07  03:10:36
31089         Log: Continuing mopup for #6204.
31090      Branch: cfgperl
31091            ! ext/B/defsubs_h.PL
31092 ____________________________________________________________________________
31093 [  6211] By: jhi                                   on 2000/06/07  02:41:50
31094         Log: Mopup for #6204.
31095              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
31096              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
31097              This is comes from const() where POK isn't on when expected.
31098      Branch: cfgperl
31099            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
31100            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31101            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
31102            ! perlapi.h pod/perlapi.pod
31103 ____________________________________________________________________________
31104 [  6210] By: jhi                                   on 2000/06/07  01:56:29
31105         Log: Mopup for #6207 and #6209.
31106      Branch: cfgperl
31107            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
31108 ____________________________________________________________________________
31109 [  6209] By: jhi                                   on 2000/06/07  01:33:12
31110         Log: Lock PL_fdpid against race conditions, based on:
31111              Subject: [PATCH 5.6.0]subprocess fixup for threads
31112              From: Dan Sugalski <dan@sidhe.org>
31113              To: perl5-porters@perl.org
31114              Date: Tue, 11 Apr 2000 17:02:32 -0400
31115              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
31116      Branch: cfgperl
31117            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
31118            ! win32/win32.c
31119 ____________________________________________________________________________
31120 [  6208] By: jhi                                   on 2000/06/07  01:05:23
31121         Log: Regen headers for #6207.
31122      Branch: cfgperl
31123            ! embed.h global.sym objXSUB.h proto.h
31124 ____________________________________________________________________________
31125 [  6207] By: jhi                                   on 2000/06/06  23:43:13
31126         Log: Subject: [PATCH 5.6.0] Threadsafe patches
31127              From: Dan Sugalski <dan@sidhe.org>
31128              To: perl5-porters@perl.org
31129              Date: Mon, 08 May 2000 18:08:13 -0400
31130              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
31131      Branch: cfgperl
31132            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
31133            ! proto.h sv.h util.c
31134 ____________________________________________________________________________
31135 [  6206] By: jhi                                   on 2000/06/06  23:21:23
31136         Log: Subject: [PATCH] Eliminate $a/$b in pod
31137              From: David Glasser <me@davidglasser.net>
31138              To: perl5-porters@perl.org
31139              Date: Mon, 29 May 2000 21:15:59 -0400
31140              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
31141      Branch: cfgperl
31142            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
31143            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
31144            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
31145            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
31146            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
31147            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
31148            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
31149            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
31150            ! pod/perlvar.pod pod/perlxs.pod
31151 ____________________________________________________________________________
31152 [  6205] By: jhi                                   on 2000/06/06  23:12:14
31153         Log: Subject: [PATCH] Win32 improvements
31154              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
31155              To: gsar@activestate.com, perl5-porters@perl.org
31156              Date: Mon, 29 May 2000 17:22:24 PDT
31157              Message-ID: <20000530002224.91142.qmail@hotmail.com>
31158              (MUA had mangled many lines by wordwrapping)
31159      Branch: cfgperl
31160            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
31161 ____________________________________________________________________________
31162 [  6204] By: jhi                                   on 2000/06/06  23:01:50
31163         Log: Subject: [PATCH] B::Bytecode patches
31164              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
31165              To: gsar@activestate.com, jhi@iki.fi
31166              Cc: perl5-porters@perl.org
31167              Message-ID: <20000602202526.48694.qmail@hotmail.com>
31168              (MUA had mangled many lines by wordwrapping)
31169      Branch: cfgperl
31170            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
31171            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
31172            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
31173            ! intrpvar.h perl.c
31174 ____________________________________________________________________________
31175 [  6203] By: jhi                                   on 2000/06/06  22:32:43
31176         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
31177              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31178              Date: Tue, 06 Jun 2000 13:07:45 -0700
31179              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
31180      Branch: cfgperl
31181            ! pod/perldiag.pod
31182 ____________________________________________________________________________
31183 [  6202] By: jhi                                   on 2000/06/06  19:38:35
31184         Log: Integrate with Sarathy.
31185      Branch: cfgperl
31186           !> perl.c
31187 ____________________________________________________________________________
31188 [  6201] By: gsar                                  on 2000/06/06  00:42:59
31189         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
31190              does a PUSHMARK that's never ever POPMARKed; in general, only
31191              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
31192              Perl_eval_[sp]v() don't because they don't take any incoming
31193              arguments (this leak has been around since the original version
31194              of perl_eval_pv() in 5.003_97e)
31195      Branch: perl
31196            ! perl.c
31197 ____________________________________________________________________________
31198 [  6200] By: jhi                                   on 2000/06/04  03:44:52
31199         Log: Update to cperl-mode.el 4.31 from
31200              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
31201              Subject: A couple of notes
31202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31203              To: Mailing list Perl5 <perl5-porters@perl.org>
31204              Date: Sat, 3 Jun 2000 23:33:32 -0400
31205              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
31206      Branch: cfgperl
31207            ! emacs/cperl-mode.el
31208 ____________________________________________________________________________
31209 [  6199] By: jhi                                   on 2000/06/03  15:11:05
31210         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
31211              From: Dan Sugalski <dan@sidhe.org>
31212              To: perl5-porters@perl.org, vmsperl@perl.org
31213              Date: Fri, 02 Jun 2000 17:30:51 -0400
31214              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
31215      Branch: cfgperl
31216            ! vms/descrip_mms.template vms/gen_shrfls.pl
31217 ____________________________________________________________________________
31218 [  6198] By: jhi                                   on 2000/06/03  14:59:15
31219         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
31220              From: Dan Sugalski <dan@sidhe.org>
31221              To: vmsperl@perl.org, perl5-porters@perl.org
31222              Date: Fri, 02 Jun 2000 16:00:41 -0400
31223              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
31224              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
31225      Branch: cfgperl
31226            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
31227            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
31228            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
31229 ____________________________________________________________________________
31230 [  6197] By: jhi                                   on 2000/06/03  14:41:30
31231         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
31232              From: John Borwick <jhborwic@unity.ncsu.edu>
31233              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
31234              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
31235      Branch: cfgperl
31236            ! pod/perlsyn.pod
31237 ____________________________________________________________________________
31238 [  6196] By: jhi                                   on 2000/06/03  14:38:09
31239         Log: Integrate with Sarathy.
31240      Branch: cfgperl
31241           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
31242           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
31243           !> vms/perly_c.vms
31244 ____________________________________________________________________________
31245 [  6195] By: gsar                                  on 2000/06/02  22:43:13
31246         Log: fix yet another eval"" leak under USE_ITHREADS
31247      Branch: perl
31248            ! op.c
31249 ____________________________________________________________________________
31250 [  6194] By: gsar                                  on 2000/06/02  18:22:06
31251         Log: fix small eval"" memory leaks under USE_ITHREADS
31252      Branch: perl
31253            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
31254            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
31255            ! vms/perly_c.vms
31256 ____________________________________________________________________________
31257 [  6193] By: jhi                                   on 2000/06/01  13:03:56
31258         Log: Signals-be-gone for microperl.
31259      Branch: cfgperl
31260            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
31261 ____________________________________________________________________________
31262 [  6192] By: jhi                                   on 2000/06/01  12:52:02
31263         Log: Integrate with Sarathy.
31264      Branch: cfgperl
31265           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
31266           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
31267           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
31268           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
31269           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
31270           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
31271           !> t/op/vec.t utils/h2xs.PL
31272 ____________________________________________________________________________
31273 [  6191] By: gsar                                  on 2000/06/01  09:38:21
31274         Log: vec() loses numericalness (modified version of patch suggested
31275              by Robin Barker)
31276      Branch: perl
31277            ! doop.c t/op/vec.t
31278 ____________________________________________________________________________
31279 [  6190] By: gsar                                  on 2000/06/01  09:26:15
31280         Log: submit missing embed.pl change
31281      Branch: perl
31282            ! embed.pl
31283 ____________________________________________________________________________
31284 [  6189] By: gsar                                  on 2000/06/01  09:05:34
31285         Log: counting tr/// corrupts later operation (from M.J.T Guy)
31286      Branch: perl
31287            ! doop.c t/op/tr.t
31288 ____________________________________________________________________________
31289 [  6188] By: gsar                                  on 2000/06/01  08:58:39
31290         Log: h2xs tweaks
31291      Branch: perl
31292            ! utils/h2xs.PL
31293 ____________________________________________________________________________
31294 [  6187] By: gsar                                  on 2000/06/01  08:50:07
31295         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
31296              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
31297      Branch: perl
31298            + lib/Pod/LaTeX.pm
31299            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
31300            ! pod/pod2latex.PL
31301 ____________________________________________________________________________
31302 [  6186] By: gsar                                  on 2000/06/01  08:24:40
31303         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
31304              <wolfgang.laun@alcatel.at>)
31305      Branch: perl
31306            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
31307            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
31308 ____________________________________________________________________________
31309 [  6185] By: gsar                                  on 2000/06/01  08:12:00
31310         Log: remove incorrect documentation about implicit split to @_ in
31311              list context, which never really worked in perl 5 (from
31312              M.J.T. Guy)
31313      Branch: perl
31314            ! pod/perlfunc.pod pod/perltrap.pod
31315 ____________________________________________________________________________
31316 [  6184] By: gsar                                  on 2000/06/01  07:52:27
31317         Log: tweak for change#6127
31318      Branch: perl
31319            ! perl.c
31320 ____________________________________________________________________________
31321 [  6183] By: gsar                                  on 2000/06/01  07:41:02
31322         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
31323              <nick@ccl4.org>)
31324      Branch: perl
31325            + t/lib/selfloader.t
31326            ! MANIFEST lib/SelfLoader.pm
31327 ____________________________________________________________________________
31328 [  6182] By: jhi                                   on 2000/06/01  00:34:42
31329         Log: Be Cleaner Part Deux.
31330      Branch: cfgperl
31331            ! Makefile.SH
31332 ____________________________________________________________________________
31333 [  6181] By: jhi                                   on 2000/06/01  00:32:09
31334         Log: Integrate with Sarathy.
31335      Branch: cfgperl
31336           !> pp.c t/op/arith.t
31337 ____________________________________________________________________________
31338 [  6180] By: jhi                                   on 2000/06/01  00:31:13
31339         Log: microperl nits from Simon Cozens.
31340      Branch: cfgperl
31341            + uconfig.h
31342            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
31343            ! unixish.h
31344 ____________________________________________________________________________
31345 [  6179] By: gsar                                  on 2000/05/31  22:37:51
31346         Log: buggy modulus on UVs introduced by change#3378 (resulted in
31347              4063328477 % 65535 amounting to 27406, instead of 27407)
31348      Branch: perl
31349            ! pp.c t/op/arith.t
31350 ____________________________________________________________________________
31351 [  6178] By: jhi                                   on 2000/05/31  21:52:41
31352         Log: Be cleaner.
31353      Branch: cfgperl
31354            ! Makefile.SH
31355 ____________________________________________________________________________
31356 [  6177] By: jhi                                   on 2000/05/31  21:47:33
31357         Log: Substitution utf8 patch from Simon Cozens.
31358      Branch: cfgperl
31359            ! pp_hot.c
31360 ____________________________________________________________________________
31361 [  6176] By: jhi                                   on 2000/05/31  21:45:34
31362         Log: Single-quoted utf8 patch from Simon Cozens.
31363      Branch: cfgperl
31364            ! toke.c
31365 ____________________________________________________________________________
31366 [  6175] By: jhi                                   on 2000/05/31  21:40:18
31367         Log: Integrate with Sarathy.
31368      Branch: cfgperl
31369           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
31370 ____________________________________________________________________________
31371 [  6174] By: jhi                                   on 2000/05/31  21:37:31
31372         Log: microperl changes from Simon Cozens; Makefile for microperl
31373              written from scratch; few casts added as microperl compilation
31374              doesn't have all prototypes available.
31375      Branch: cfgperl
31376            + Makefile.micro README.micro Todo.micro uconfig.sh
31377            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
31378            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
31379      Branch: metaconfig
31380            + U/modified/Config_h.U
31381 ____________________________________________________________________________
31382 [  6173] By: jhi                                   on 2000/05/31  20:00:24
31383         Log: metaconfig maintenance.
31384      Branch: metaconfig
31385            + U/modified/Inhdr.U U/typedefs/inotype.U
31386      Branch: metaconfig/U/perl
31387            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
31388            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
31389 ____________________________________________________________________________
31390 [  6172] By: gsar                                  on 2000/05/31  05:05:42
31391         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
31392              (from Ilya Zakharevich)
31393      Branch: perl
31394            ! regexec.c t/op/re_tests
31395 ____________________________________________________________________________
31396 [  6171] By: gsar                                  on 2000/05/31  05:01:47
31397         Log: scalar() doesn't force scalar context when used in void context
31398              (from Simon Cozens)
31399      Branch: perl
31400            ! op.c t/op/wantarray.t
31401 ____________________________________________________________________________
31402 [  6170] By: gsar                                  on 2000/05/31  04:41:33
31403         Log: change#6142 needs tweaks to tests to work where there's no symlink()
31404              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
31405      Branch: perl
31406            ! t/lib/filefind.t
31407 ____________________________________________________________________________
31408 [  6169] By: gsar                                  on 2000/05/31  04:29:49
31409         Log: integrate cfgperl contents into mainline
31410      Branch: perl
31411           +> pod/perlmodlib.PL pod/perlnewmod.pod
31412           !> (integrate 42 files)
31413 ____________________________________________________________________________
31414 [  6168] By: jhi                                   on 2000/05/30  22:53:37
31415         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
31416      Branch: cfgperl
31417            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31418            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
31419            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
31420            ! win32/config.bc win32/config.gc win32/config.vc
31421            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31422            ! win32/config_h.PL win32/config_sh.PL
31423      Branch: metaconfig/U/perl
31424            ! perlxv.U
31425 ____________________________________________________________________________
31426 [  6167] By: jhi                                   on 2000/05/30  22:20:21
31427         Log: tweak todo 
31428      Branch: cfgperl
31429            ! Todo-5.6
31430 ____________________________________________________________________________
31431 [  6166] By: jhi                                   on 2000/05/30  22:11:51
31432         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
31433              in case somebody wants to write an extension for more
31434              shadow database interfaces.
31435      Branch: cfgperl
31436            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31437            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
31438            ! vos/config.def vos/config.h vos/config_h.SH_orig
31439            ! win32/config.bc win32/config.gc win32/config.vc
31440            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31441      Branch: metaconfig
31442            ! U/modified/Myinit.U
31443      Branch: metaconfig/U/perl
31444            + d_getespwnam.U d_getprpwnam.U i_prot.U
31445 ____________________________________________________________________________
31446 [  6165] By: jhi                                   on 2000/05/30  18:35:34
31447         Log: Integrate with Sarathy.
31448      Branch: cfgperl
31449           !> op.c
31450 ____________________________________________________________________________
31451 [  6164] By: jhi                                   on 2000/05/30  18:30:16
31452         Log: detypo
31453      Branch: cfgperl
31454            ! Configure config_h.SH
31455      Branch: metaconfig/U/perl
31456            ! perlxv.U
31457 ____________________________________________________________________________
31458 [  6163] By: gsar                                  on 2000/05/30  03:24:03
31459         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
31460      Branch: perl
31461            ! op.c
31462 ____________________________________________________________________________
31463 [  6162] By: gsar                                  on 2000/05/30  03:09:38
31464         Log: fix memory leak in method call optimization (change#3768);
31465              made C<eval "$x->foo()"> leak
31466      Branch: perl
31467            ! op.c
31468 ____________________________________________________________________________
31469 [  6161] By: jhi                                   on 2000/05/29  17:56:26
31470         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
31471              both from Simon Cozens.
31472      Branch: cfgperl
31473            + pod/perlmodlib.PL pod/perlnewmod.pod
31474            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
31475            ! pod/perlmodlib.pod pod/perltoc.pod
31476 ____________________________________________________________________________
31477 [  6160] By: jhi                                   on 2000/05/29  17:23:55
31478         Log: Changes for the File::Temp 0.08 (change #6159) test suite
31479              to fit better into the Perl distribution test framework.
31480      Branch: cfgperl
31481            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
31482            ! t/lib/ftmp-tempfile.t
31483 ____________________________________________________________________________
31484 [  6159] By: jhi                                   on 2000/05/29  16:55:36
31485         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
31486      Branch: cfgperl
31487            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31488            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31489 ____________________________________________________________________________
31490 [  6158] By: bailey                                on 2000/05/29  16:22:08
31491         Log: Add fallback to tmpfile for use in cases where user's relying on
31492              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
31493              Lane's patch)
31494      Branch: vmsperl
31495            ! vms/vms.c vms/vmsish.h
31496 ____________________________________________________________________________
31497 [  6157] By: jhi                                   on 2000/05/29  03:10:36
31498         Log: Regen Configure to jive with #6149.
31499      Branch: cfgperl
31500            ! Configure
31501      Branch: metaconfig
31502            ! U/modified/Getfile.U
31503 ____________________________________________________________________________
31504 [  6156] By: jhi                                   on 2000/05/29  03:01:38
31505         Log: Integrate with Sarathy.
31506      Branch: cfgperl
31507           +> ext/DynaLoader/dl_mac.xs
31508           !> (integrate 38 files)
31509 ____________________________________________________________________________
31510 [  6155] By: gsar                                  on 2000/05/28  21:15:58
31511         Log: small bug in change#6144; remove random \xA0 character that snuck
31512              in via change#6145
31513      Branch: perl
31514            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
31515 ____________________________________________________________________________
31516 [  6154] By: gsar                                  on 2000/05/28  21:04:19
31517         Log: avoid type mismatch warning
31518      Branch: perl
31519            ! perl.c
31520 ____________________________________________________________________________
31521 [  6153] By: gsar                                  on 2000/05/28  20:58:31
31522         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
31523              <nick@Bagpuss.uk.boo.com>)
31524      Branch: perl
31525            ! lib/Test/Harness.pm
31526 ____________________________________________________________________________
31527 [  6152] By: gsar                                  on 2000/05/28  20:53:42
31528         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
31529      Branch: perl
31530            ! regexec.c
31531 ____________________________________________________________________________
31532 [  6151] By: gsar                                  on 2000/05/28  20:50:28
31533         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
31534      Branch: perl
31535            ! regexec.c
31536 ____________________________________________________________________________
31537 [  6150] By: gsar                                  on 2000/05/28  20:39:58
31538         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
31539      Branch: perl
31540            ! pod/perlrequick.pod
31541 ____________________________________________________________________________
31542 [  6149] By: gsar                                  on 2000/05/28  20:35:16
31543         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
31544              <troc@netrus.net>)
31545      Branch: perl
31546            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
31547            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
31548            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
31549            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
31550 ____________________________________________________________________________
31551 [  6148] By: gsar                                  on 2000/05/28  20:21:07
31552         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
31553      Branch: perl
31554            ! lib/ExtUtils/MM_Unix.pm
31555 ____________________________________________________________________________
31556 [  6147] By: gsar                                  on 2000/05/28  20:12:41
31557         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
31558              (from Peter Prymmer)
31559      Branch: perl
31560            ! vms/subconfigure.com
31561 ____________________________________________________________________________
31562 [  6146] By: gsar                                  on 2000/05/28  20:06:15
31563         Log: doc typo
31564      Branch: perl
31565            ! lib/warnings.pm warnings.h warnings.pl
31566 ____________________________________________________________________________
31567 [  6145] By: gsar                                  on 2000/05/28  18:44:33
31568         Log: make xsubpp skip embedded pod (from Matthias Neeracher
31569              <neeri@iis.ee.ethz.ch>)
31570      Branch: perl
31571            ! lib/ExtUtils/xsubpp
31572 ____________________________________________________________________________
31573 [  6144] By: gsar                                  on 2000/05/28  18:42:49
31574         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
31575              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
31576              <neeri@iis.ee.ethz.ch>)
31577      Branch: perl
31578            ! lib/AutoSplit.pm
31579 ____________________________________________________________________________
31580 [  6143] By: gsar                                  on 2000/05/28  18:41:12
31581         Log: MacOS support, part 1 (from Matthias Neeracher
31582              <neeri@iis.ee.ethz.ch>)
31583      Branch: perl
31584            + ext/DynaLoader/dl_mac.xs
31585            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
31586            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
31587            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
31588            ! util.h
31589 ____________________________________________________________________________
31590 [  6142] By: gsar                                  on 2000/05/28  18:21:51
31591         Log: File::Find fails to chdir when chasing symlinks (from
31592              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
31593      Branch: perl
31594            ! lib/File/Find.pm t/lib/filefind.t
31595 ____________________________________________________________________________
31596 [  6141] By: jhi                                   on 2000/05/28  14:25:15
31597         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
31598              forwarded by Peter Seebach from the bsdi-users mailing list.
31599              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
31600      Branch: perl
31601            ! hints/bsdos.sh
31602 ____________________________________________________________________________
31603 [  6140] By: jhi                                   on 2000/05/28  14:11:57
31604         Log: Integrate with Sarathy.
31605      Branch: cfgperl
31606           +> (branch 30 files)
31607           !> (integrate 93 files)
31608 ____________________________________________________________________________
31609 [  6139] By: gsar                                  on 2000/05/28  10:01:48
31610         Log: revise mktables.PL for bugs and newness in Unicode 3.0
31611              (from James Bence <jbence@amgen.com>)
31612      Branch: perl
31613            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
31614            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
31615            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
31616            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
31617            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
31618            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
31619            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
31620            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
31621            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
31622            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
31623            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
31624            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
31625            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
31626            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
31627            + lib/unicode/Is/SylWU.pl
31628            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
31629            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31630            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
31631            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
31632            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
31633            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
31634            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
31635            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
31636            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
31637            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
31638            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
31639            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
31640            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
31641            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
31642            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
31643            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
31644            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
31645            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
31646            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
31647            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
31648            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
31649            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
31650            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
31651            ! lib/unicode/Makefile lib/unicode/mktables.PL
31652 ____________________________________________________________________________
31653 [  6138] By: gsar                                  on 2000/05/28  08:50:32
31654         Log: add note about the handling of negative indices to tied arrays
31655              (from Michael G Schwern <schwern@pobox.com>)
31656      Branch: perl
31657            ! pod/perltie.pod
31658 ____________________________________________________________________________
31659 [  6137] By: gsar                                  on 2000/05/28  08:46:10
31660         Log: fix bogus redeclaration warning for "our" variables in different
31661              scopes
31662      Branch: perl
31663            ! op.c t/pragma/strict-vars
31664 ____________________________________________________________________________
31665 [  6136] By: gsar                                  on 2000/05/28  08:31:20
31666         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
31667      Branch: perl
31668            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
31669 ____________________________________________________________________________
31670 [  6135] By: gsar                                  on 2000/05/28  08:17:50
31671         Log: enable Test::Harness to dynamically determine column width etc.
31672              (from Rob Napier <rnapier@employees.org>)
31673      Branch: perl
31674            ! lib/Test/Harness.pm
31675 ____________________________________________________________________________
31676 [  6134] By: gsar                                  on 2000/05/28  08:13:39
31677         Log: make Test::Harness use wait.h/WCOREDUMP if available
31678              (from Ben Tilly <ben_tilly@hotmail.com>)
31679      Branch: perl
31680            ! lib/Test/Harness.pm
31681 ____________________________________________________________________________
31682 [  6133] By: gsar                                  on 2000/05/28  08:08:05
31683         Log: elide bogus test in change#6132
31684      Branch: perl
31685            ! t/pragma/warn/9enabled
31686 ____________________________________________________________________________
31687 [  6132] By: gsar                                  on 2000/05/28  08:03:14
31688         Log: warnings::enabled() doesn't fall back to looking at $^W if
31689              caller isn't using lexical warnings (from Paul Marquess)
31690      Branch: perl
31691            ! pp_ctl.c t/pragma/warn/9enabled
31692 ____________________________________________________________________________
31693 [  6131] By: gsar                                  on 2000/05/28  07:57:47
31694         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
31695      Branch: perl
31696            ! ext/POSIX/POSIX.pm
31697 ____________________________________________________________________________
31698 [  6130] By: gsar                                  on 2000/05/28  07:29:12
31699         Log: fix places that mean C<"word" character> but say C<alphanumeric
31700              character>
31701      Branch: perl
31702            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
31703 ____________________________________________________________________________
31704 [  6129] By: gsar                                  on 2000/05/28  07:18:41
31705         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
31706      Branch: perl
31707            ! vms/test.com
31708 ____________________________________________________________________________
31709 [  6128] By: gsar                                  on 2000/05/28  07:12:55
31710         Log: new perlxstut example for passing/returning refs to arrays
31711              (from David Lowe <dlowe@pootpoot.com>)
31712      Branch: perl
31713            ! pod/perlxstut.pod
31714 ____________________________________________________________________________
31715 [  6127] By: gsar                                  on 2000/05/28  07:02:50
31716         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
31717              failed (from Gisle Aas)
31718      Branch: perl
31719            ! cop.h perl.c
31720 ____________________________________________________________________________
31721 [  6126] By: gsar                                  on 2000/05/28  06:39:53
31722         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
31723              (reworked variant of patch suggested by Simon Cozens)
31724      Branch: perl
31725            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
31726            ! pp_hot.c proto.h t/op/gv.t
31727 ____________________________________________________________________________
31728 [  6125] By: gsar                                  on 2000/05/28  05:14:55
31729         Log: enable propagating exception objects via Perl_croak() in XS code
31730              (from Gisle Aas)
31731      Branch: perl
31732            ! util.c
31733 ____________________________________________________________________________
31734 [  6124] By: gsar                                  on 2000/05/28  05:07:28
31735         Log: integrate vmsperl contents into mainline
31736      Branch: perl
31737           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
31738           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
31739           !> vms/vmsish.h
31740 ____________________________________________________________________________
31741 [  6123] By: gsar                                  on 2000/05/28  05:03:53
31742         Log: clarify gotcha with #line directives (from Rocco Caputo
31743              <troc@netrus.net>)
31744      Branch: perl
31745            ! pod/perldebug.pod pod/perlsyn.pod
31746 ____________________________________________________________________________
31747 [  6122] By: gsar                                  on 2000/05/28  04:58:29
31748         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
31749              (from Mark-Jason Dominus)
31750      Branch: perl
31751            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
31752            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
31753            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
31754            ! toke.c
31755 ____________________________________________________________________________
31756 [  6121] By: bailey                                on 2000/05/25  04:46:54
31757         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
31758              lists (based on fixes by Craig Berry)
31759      Branch: vmsperl
31760            ! lib/File/Spec/VMS.pm
31761 ____________________________________________________________________________
31762 [  6120] By: bailey                                on 2000/05/25  04:25:38
31763         Log: Add missing escape (Charles Lane)
31764      Branch: vmsperl
31765            ! t/op/lex_assign.t
31766 ____________________________________________________________________________
31767 [  6119] By: bailey                                on 2000/05/25  04:21:25
31768         Log: Quiet error messages in vmsish.t (Charles Lane)
31769      Branch: vmsperl
31770            ! vms/ext/vmsish.t
31771 ____________________________________________________________________________
31772 [  6118] By: bailey                                on 2000/05/25  04:17:57
31773         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
31774              Flatten case labels in switch statements uniformly (Charles Bailey)
31775      Branch: vmsperl
31776            ! vms/vms.c
31777 ____________________________________________________________________________
31778 [  6117] By: bailey                                on 2000/05/25  03:58:09
31779         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
31780      Branch: vmsperl
31781            ! vms/vmsish.h
31782 ____________________________________________________________________________
31783 [  6116] By: bailey                                on 2000/05/25  03:11:15
31784         Log: Miscellaneous cosmetic fixes (Charles Lane)
31785      Branch: vmsperl
31786            ! lib/ExtUtils/MM_VMS.pm
31787 ____________________________________________________________________________
31788 [  6115] By: bailey                                on 2000/05/25  03:10:36
31789         Log: Add bounds checking for several strings (Charles Lane)
31790      Branch: vmsperl
31791            ! vms/vms.c
31792 ____________________________________________________________________________
31793 [  6114] By: bailey                                on 2000/05/25  02:25:34
31794         Log: Urk -- undo previous removal of vmsish 'exit' change
31795      Branch: vmsperl
31796            ! vms/ext/vmsish.pm vms/vmsish.h
31797 ____________________________________________________________________________
31798 [  6113] By: bailey                                on 2000/05/24  02:24:40
31799         Log: Ugly workaround for version-specific RTL error
31800      Branch: vmsperl
31801            ! vms/vms.c
31802 ____________________________________________________________________________
31803 [  6112] By: bailey                                on 2000/05/24  02:19:55
31804         Log: Check for existence of file before trying to delete
31805      Branch: vmsperl
31806            ! vms/test.com
31807 ____________________________________________________________________________
31808 [  6111] By: bailey                                on 2000/05/23  23:35:13
31809         Log: Resync with mainline prior to post-5.6.0 updates
31810      Branch: vmsperl
31811           +> (branch 49 files)
31812            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
31813            ! vms/ext/vmsish.pm
31814           !> (integrate 334 files)
31815 ____________________________________________________________________________
31816 [  6110] By: jhi                                   on 2000/05/23  19:28:32
31817         Log: todo tweak
31818      Branch: cfgperl
31819            ! Todo-5.6
31820 ____________________________________________________________________________
31821 [  6109] By: jhi                                   on 2000/05/18  17:38:54
31822         Log: Integrate with Sarathy.
31823      Branch: cfgperl
31824           !> mg.c perl.h win32/perlhost.h
31825 ____________________________________________________________________________
31826 [  6108] By: gsar                                  on 2000/05/17  02:24:56
31827         Log: reenable fake signal handling on Windows, bugs and all
31828      Branch: perl
31829            ! mg.c perl.h win32/perlhost.h
31830 ____________________________________________________________________________
31831 [  6107] By: jhi                                   on 2000/05/15  18:01:41
31832         Log: Tweak the todo list.
31833      Branch: cfgperl
31834            ! Todo-5.6
31835 ____________________________________________________________________________
31836 [  6106] By: jhi                                   on 2000/05/15  13:41:48
31837         Log: The (Configure) script refuses to go on, after asking for
31838              'You may also choose to try maximal 64-bitness....'.
31839              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
31840              -- Patrick Zima
31841              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
31842      Branch: cfgperl
31843            ! hints/solaris_2.sh
31844 ____________________________________________________________________________
31845 [  6105] By: jhi                                   on 2000/05/11  14:37:43
31846         Log: Integrate with Sarathy.
31847      Branch: cfgperl
31848           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
31849           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
31850 ____________________________________________________________________________
31851 [  6104] By: gsar                                  on 2000/05/11  03:39:07
31852         Log: PL_sys_intern was being initialized too late on windows
31853      Branch: perl
31854            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
31855            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
31856 ____________________________________________________________________________
31857 [  6103] By: jhi                                   on 2000/05/09  19:42:20
31858         Log: Test tweaking for Unicos continues.
31859      Branch: cfgperl
31860            ! t/op/64bitint.t
31861 ____________________________________________________________________________
31862 [  6102] By: jhi                                   on 2000/05/09  16:47:27
31863         Log: The test suite tweak in #6101 wasn't quite right.
31864      Branch: cfgperl
31865            ! t/lib/complex.t
31866 ____________________________________________________________________________
31867 [  6101] By: jhi                                   on 2000/05/09  15:35:34
31868         Log: Hints and test tweaks for Unicos.
31869      Branch: cfgperl
31870            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
31871 ____________________________________________________________________________
31872 [  6100] By: jhi                                   on 2000/05/08  21:15:06
31873         Log: More compilation tweakery from Allen Smith.
31874      Branch: cfgperl
31875            ! hints/irix_6.sh
31876 ____________________________________________________________________________
31877 [  6099] By: jhi                                   on 2000/05/08  19:21:18
31878         Log: Tweaks for the cc bugs from Allen Smith.
31879      Branch: cfgperl
31880            ! hints/irix_6.sh
31881 ____________________________________________________________________________
31882 [  6098] By: jhi                                   on 2000/05/08  19:13:37
31883         Log: Add a note about other, yet unsupported, shadow password APIs.
31884      Branch: cfgperl
31885            ! pp_sys.c
31886 ____________________________________________________________________________
31887 [  6097] By: jhi                                   on 2000/05/08  18:46:34
31888         Log: Add a note about possible compilation problems from Allen Smith.
31889      Branch: cfgperl
31890            ! hints/irix_6.sh
31891 ____________________________________________________________________________
31892 [  6096] By: jhi                                   on 2000/05/08  17:33:10
31893         Log: Integrate with Sarathy.
31894      Branch: cfgperl
31895           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
31896           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
31897 ____________________________________________________________________________
31898 [  6095] By: jhi                                   on 2000/05/08  16:21:33
31899         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
31900              might be useful in future.
31901      Branch: cfgperl
31902            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31903            ! config_h.SH
31904      Branch: metaconfig
31905            ! U/installdirs/inc_version_list.U
31906      Branch: metaconfig/U/perl
31907            ! perlxv.U
31908 ____________________________________________________________________________
31909 [  6094] By: gsar                                  on 2000/05/08  14:22:22
31910         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
31911      Branch: perl
31912            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
31913            ! hints/cygwin.sh pp_sys.c
31914 ____________________________________________________________________________
31915 [  6093] By: gsar                                  on 2000/05/08  12:52:28
31916         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
31917              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
31918      Branch: perl
31919            ! pp_sys.c sv.c win32/perlhost.h
31920 ____________________________________________________________________________
31921 [  6092] By: jhi                                   on 2000/05/07  22:40:34
31922         Log: Regen perltoc with the fixed buildtoc.
31923      Branch: cfgperl
31924            ! pod/perltoc.pod
31925 ____________________________________________________________________________
31926 [  6091] By: jhi                                   on 2000/05/07  22:24:16
31927         Log: Integrate with Sarathy.
31928      Branch: cfgperl
31929           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
31930           !> t/op/substr.t toke.c
31931 ____________________________________________________________________________
31932 [  6090] By: gsar                                  on 2000/05/07  19:47:07
31933         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
31934              [NI]OK; added tests for both
31935      Branch: perl
31936            ! perl.c pp_hot.c sv.c t/op/substr.t
31937 ____________________________________________________________________________
31938 [  6089] By: gsar                                  on 2000/05/07  18:18:38
31939         Log: buildtoc tweak to fix newline lossage
31940      Branch: perl
31941            ! pod/buildtoc
31942 ____________________________________________________________________________
31943 [  6088] By: jhi                                   on 2000/05/07  16:35:36
31944         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
31945              because we do not use those.  The HAS_GETSPNAM remains,
31946              though, because we still do use that.
31947      Branch: cfgperl
31948            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31949            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
31950            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
31951            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
31952            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31953            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
31954 ____________________________________________________________________________
31955 [  6087] By: gsar                                  on 2000/05/07  16:05:16
31956         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
31957      Branch: perl
31958            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
31959 ____________________________________________________________________________
31960 [  6086] By: jhi                                   on 2000/05/07  15:27:07
31961         Log: Integrate with Sarathy.
31962      Branch: cfgperl
31963           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31964           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31965           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
31966           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
31967           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
31968           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
31969 ____________________________________________________________________________
31970 [  6085] By: gsar                                  on 2000/05/07  05:52:02
31971         Log: repeat operator (x) doesn't preserve utf8-ness
31972      Branch: perl
31973            ! pp.c t/op/substr.t
31974 ____________________________________________________________________________
31975 [  6084] By: gsar                                  on 2000/05/07  05:39:55
31976         Log: substr() does not preserve utf8-ness (from Stefan Eissing
31977              <Eissing@medicaldataservice.de>); added tests
31978      Branch: perl
31979            ! pp.c t/op/substr.t
31980 ____________________________________________________________________________
31981 [  6083] By: gsar                                  on 2000/05/07  05:24:46
31982         Log: note about undocumented caller() return value (from M.J.T. Guy);
31983              yet another peek.t tweak
31984      Branch: perl
31985            ! pod/perlfunc.pod t/lib/peek.t
31986 ____________________________________________________________________________
31987 [  6082] By: gsar                                  on 2000/05/07  05:08:40
31988         Log: peek.t non-portable to ithreads
31989      Branch: perl
31990            ! t/lib/peek.t
31991 ____________________________________________________________________________
31992 [  6081] By: gsar                                  on 2000/05/07  04:17:04
31993         Log: better default perlbug categories for ok reports (from Richard Foley)
31994      Branch: perl
31995            ! utils/perlbug.PL
31996 ____________________________________________________________________________
31997 [  6080] By: gsar                                  on 2000/05/07  04:08:07
31998         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
31999              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
32000      Branch: perl
32001            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32002            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
32003            ! AUTHORS MAINTAIN MANIFEST
32004 ____________________________________________________________________________
32005 [  6079] By: gsar                                  on 2000/05/07  04:01:38
32006         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
32007      Branch: perl
32008            ! lib/Carp/Heavy.pm
32009 ____________________________________________________________________________
32010 [  6078] By: gsar                                  on 2000/05/07  01:24:19
32011         Log: workaround for CRT bug in chdir() (from Charles Lane, via
32012              Peter Prymmer)
32013      Branch: perl
32014            ! iperlsys.h vms/vms.c vms/vmsish.h
32015 ____________________________________________________________________________
32016 [  6077] By: gsar                                  on 2000/05/07  01:22:23
32017         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
32018              and Tom Phoenix)
32019      Branch: perl
32020            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
32021 ____________________________________________________________________________
32022 [  6076] By: gsar                                  on 2000/05/06  17:36:29
32023         Log: integrate cfgperl contents into mainline
32024      Branch: perl
32025           +> t/lib/peek.t
32026           !> Configure MANIFEST Porting/Glossary Porting/config.sh
32027           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
32028           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
32029           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
32030 ____________________________________________________________________________
32031 [  6075] By: jhi                                   on 2000/05/05  18:56:10
32032         Log: Make the test more portable.
32033      Branch: cfgperl
32034            ! t/lib/peek.t
32035 ____________________________________________________________________________
32036 [  6074] By: jhi                                   on 2000/05/05  18:49:20
32037         Log: Introduce t/lib/peek.t.
32038      Branch: cfgperl
32039            + t/lib/peek.t
32040            ! MANIFEST
32041 ____________________________________________________________________________
32042 [  6073] By: jhi                                   on 2000/05/05  14:30:45
32043         Log: Complex tweaks.
32044      Branch: cfgperl
32045            ! lib/Math/Complex.pm t/lib/complex.t
32046 ____________________________________________________________________________
32047 [  6072] By: jhi                                   on 2000/05/05  12:27:13
32048         Log: Integrate with Sarathy.
32049      Branch: cfgperl
32050           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
32051           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
32052           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
32053           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
32054 ____________________________________________________________________________
32055 [  6071] By: gsar                                  on 2000/05/05  02:24:46
32056         Log: misformatted perllocal.pod (from Tim Jenness
32057              <t.jenness@jach.hawaii.edu>)
32058      Branch: perl
32059            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
32060 ____________________________________________________________________________
32061 [  6070] By: gsar                                  on 2000/05/05  02:16:52
32062         Log: remove misleading comment (from M.J.T. Guy)
32063      Branch: perl
32064            ! t/lib/anydbm.t
32065 ____________________________________________________________________________
32066 [  6069] By: gsar                                  on 2000/05/05  02:15:13
32067         Log: File::Spec compatibility update (from Barrie Slaymaker
32068              <barries@slaysys.com>)
32069      Branch: perl
32070            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
32071            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
32072 ____________________________________________________________________________
32073 [  6068] By: gsar                                  on 2000/05/05  02:01:50
32074         Log: note about values()
32075      Branch: perl
32076            ! pod/perlfunc.pod
32077 ____________________________________________________________________________
32078 [  6067] By: gsar                                  on 2000/05/05  01:33:09
32079         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
32080      Branch: perl
32081            ! win32/win32.c
32082 ____________________________________________________________________________
32083 [  6066] By: gsar                                  on 2000/05/05  01:23:43
32084         Log: s/END/CHECK/
32085      Branch: perl
32086            ! perl.c
32087 ____________________________________________________________________________
32088 [  6065] By: jhi                                   on 2000/05/04  17:30:22
32089         Log: Integrate with Sarathy.
32090      Branch: cfgperl
32091           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
32092 ____________________________________________________________________________
32093 [  6064] By: gsar                                  on 2000/05/04  17:26:14
32094         Log: change#5905 wasn't quite right--it's intent only applies when arguments
32095              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
32096      Branch: perl
32097            ! pp_sys.c sv.c
32098 ____________________________________________________________________________
32099 [  6063] By: gsar                                  on 2000/05/04  16:52:29
32100         Log: tokeq() could read unallocated field in argument
32101      Branch: perl
32102            ! toke.c
32103 ____________________________________________________________________________
32104 [  6062] By: gsar                                  on 2000/05/04  16:34:51
32105         Log: additional tests for utf8.t
32106      Branch: perl
32107            ! t/pragma/utf8.t
32108 ____________________________________________________________________________
32109 [  6061] By: gsar                                  on 2000/05/04  16:09:28
32110         Log: change#5921 neglected to make eq honor "use bytes"
32111      Branch: perl
32112            ! sv.c
32113 ____________________________________________________________________________
32114 [  6060] By: jhi                                   on 2000/05/04  15:30:16
32115         Log: Integrate with Sarathy.
32116      Branch: cfgperl
32117           !> perl.c regcomp.c t/pragma/utf8.t
32118 ____________________________________________________________________________
32119 [  6059] By: jhi                                   on 2000/05/04  15:26:37
32120         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
32121              in natively 64-bit platforms where a long is a quad (no need
32122              for long longs).  Also added bias for IVs.
32123      Branch: cfgperl
32124            ! toke.c
32125 ____________________________________________________________________________
32126 [  6058] By: gsar                                  on 2000/05/04  00:19:14
32127         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
32128              (spotted by Donald Kinzer <dkinzer@premia.com>)
32129      Branch: perl
32130            ! perl.c
32131 ____________________________________________________________________________
32132 [  6057] By: gsar                                  on 2000/05/03  18:34:01
32133         Log: fix broken parsing of /\x{ab}/
32134      Branch: perl
32135            ! regcomp.c t/pragma/utf8.t
32136 ____________________________________________________________________________
32137 [  6056] By: jhi                                   on 2000/05/03  17:57:16
32138         Log: The search of infinity continues, this time simplified.
32139      Branch: cfgperl
32140            ! lib/Math/Complex.pm
32141 ____________________________________________________________________________
32142 [  6055] By: jhi                                   on 2000/05/03  17:45:30
32143         Log: Detypo.
32144      Branch: cfgperl
32145            ! hints/unicos.sh
32146 ____________________________________________________________________________
32147 [  6054] By: jhi                                   on 2000/05/02  22:28:27
32148         Log: Be more forgiving in POSIX about HUGE_VALL.
32149      Branch: cfgperl
32150            ! ext/POSIX/POSIX.xs
32151 ____________________________________________________________________________
32152 [  6053] By: jhi                                   on 2000/05/02  22:25:05
32153         Log: Integrate with Sarathy.
32154      Branch: cfgperl
32155           !> hints/irix_6.sh pod/perlop.pod
32156 ____________________________________________________________________________
32157 [  6052] By: jhi                                   on 2000/05/02  22:24:31
32158         Log: Unicos hint tweak.
32159      Branch: cfgperl
32160            ! hints/unicos.sh
32161 ____________________________________________________________________________
32162 [  6051] By: jhi                                   on 2000/05/02  22:21:26
32163         Log: Complex tweakery.
32164      Branch: cfgperl
32165            ! lib/Math/Complex.pm t/lib/complex.t
32166 ____________________________________________________________________________
32167 [  6050] By: jhi                                   on 2000/05/02  19:26:22
32168         Log: Use setxxent()/endxxent().
32169      Branch: cfgperl
32170            ! t/op/grent.t t/op/pwent.t
32171 ____________________________________________________________________________
32172 [  6049] By: jhi                                   on 2000/05/02  19:06:02
32173         Log: Test both the scalar and list contexts.
32174      Branch: cfgperl
32175            ! t/op/grent.t t/op/pwent.t
32176 ____________________________________________________________________________
32177 [  6048] By: gsar                                  on 2000/05/02  18:29:10
32178         Log: add note about how $( doesn't interpolate in REs (from
32179              Philip Newton <newton@ficus.frogspace.net>)
32180      Branch: perl
32181            ! pod/perlop.pod
32182 ____________________________________________________________________________
32183 [  6047] By: jhi                                   on 2000/05/02  17:41:24
32184         Log: Call getspnam() only iff needd.
32185      Branch: cfgperl
32186            ! pp_sys.c
32187 ____________________________________________________________________________
32188 [  6046] By: gsar                                  on 2000/05/02  17:07:25
32189         Log: libscheck has insufficient checks for n32 libs (from
32190              Albert Chin-A-Young <china@thewrittenword.com>)
32191      Branch: perl
32192            ! hints/irix_6.sh
32193 ____________________________________________________________________________
32194 [  6045] By: jhi                                   on 2000/05/02  13:57:17
32195         Log: Integrate with Sarathy.
32196      Branch: cfgperl
32197           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
32198           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
32199 ____________________________________________________________________________
32200 [  6044] By: gsar                                  on 2000/05/02  06:48:19
32201         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
32202              such that underscores are only ignored in literal numbers,
32203              "\x{...}", and hex/oct argument
32204      Branch: perl
32205            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
32206 ____________________________________________________________________________
32207 [  6043] By: gsar                                  on 2000/05/02  02:22:29
32208         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
32209      Branch: perl
32210            ! pod/perlretut.pod
32211 ____________________________________________________________________________
32212 [  6042] By: gsar                                  on 2000/05/02  02:17:51
32213         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
32214      Branch: perl
32215            ! pod/perltrap.pod
32216 ____________________________________________________________________________
32217 [  6041] By: gsar                                  on 2000/05/02  01:53:51
32218         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
32219              to compensate
32220      Branch: perl
32221            ! Porting/makerel
32222 ____________________________________________________________________________
32223 [  6040] By: gsar                                  on 2000/05/02  01:51:57
32224         Log: missing files in MANIFEST
32225      Branch: perl
32226            ! MANIFEST
32227 ____________________________________________________________________________
32228 [  6039] By: jhi                                   on 2000/05/02  00:36:46
32229         Log: Infinite problems.
32230      Branch: cfgperl
32231            ! lib/Math/Complex.pm
32232 ____________________________________________________________________________
32233 [  6038] By: jhi                                   on 2000/05/02  00:06:38
32234         Log: pwent/spent #ifdef imbalance.
32235      Branch: cfgperl
32236            ! pp_sys.c
32237 ____________________________________________________________________________
32238 [  6037] By: jhi                                   on 2000/05/01  22:50:11
32239         Log: Use HUGE_VALL if applicable.
32240      Branch: cfgperl
32241            ! ext/POSIX/POSIX.xs util.c
32242 ____________________________________________________________________________
32243 [  6036] By: jhi                                   on 2000/05/01  22:20:53
32244         Log: Correct Freudian slip.
32245      Branch: cfgperl
32246            ! pp_sys.c
32247 ____________________________________________________________________________
32248 [  6035] By: jhi                                   on 2000/05/01  21:07:38
32249         Log: Continue on the pwent/spent case.
32250      Branch: cfgperl
32251            ! pp_sys.c
32252 ____________________________________________________________________________
32253 [  6034] By: jhi                                   on 2000/05/01  17:45:14
32254         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
32255              adjustments in 6032 conflicted badly with this, will have
32256              to revisit them later.
32257      Branch: cfgperl
32258           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
32259           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
32260           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
32261           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
32262           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
32263           !> t/lib/cgi-html.t t/lib/cgi-request.t
32264 ____________________________________________________________________________
32265 [  6033] By: jhi                                   on 2000/05/01  17:40:49
32266         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
32267      Branch: cfgperl
32268            ! pp_sys.c
32269 ____________________________________________________________________________
32270 [  6032] By: gsar                                  on 2000/05/01  15:56:32
32271         Log: whitespace adjustments
32272      Branch: perl
32273            ! pp_sys.c
32274 ____________________________________________________________________________
32275 [  6031] By: gsar                                  on 2000/05/01  15:19:41
32276         Log: small nits in diagnostics.pm (from Robin Barker)
32277      Branch: perl
32278            ! lib/diagnostics.pm pod/perldiag.pod
32279 ____________________________________________________________________________
32280 [  6030] By: gsar                                  on 2000/05/01  08:39:18
32281         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
32282              for @- and @+ (from Johan Vromans)
32283      Branch: perl
32284            ! lib/English.pm pod/perlvar.pod
32285 ____________________________________________________________________________
32286 [  6029] By: gsar                                  on 2000/05/01  08:16:10
32287         Log: add CGI.pm v2.66 (from Lincoln Stein)
32288      Branch: perl
32289            + lib/CGI/Util.pm t/lib/cgi-pretty.t
32290            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
32291            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
32292            ! t/lib/cgi-html.t t/lib/cgi-request.t
32293 ____________________________________________________________________________
32294 [  6028] By: gsar                                  on 2000/05/01  06:34:41
32295         Log: Pod::Man generates groff-incompatible macro definition (from
32296              Tom Christiansen)
32297      Branch: perl
32298            ! lib/Pod/Man.pm
32299 ____________________________________________________________________________
32300 [  6027] By: gsar                                  on 2000/05/01  06:31:36
32301         Log: podlators-1.02 update (from Russ Allbery)
32302      Branch: perl
32303            ! lib/Pod/Man.pm lib/Pod/Text.pm
32304 ____________________________________________________________________________
32305 [  6026] By: jhi                                   on 2000/04/30  23:24:23
32306         Log: Integrate with Sarathy.
32307      Branch: cfgperl
32308           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
32309           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
32310           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
32311           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
32312           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
32313           !> t/lib/syslog.t toke.c win32/win32.h
32314 ____________________________________________________________________________
32315 [  6025] By: gsar                                  on 2000/04/30  18:17:47
32316         Log: Is{Alnum,Alpha,Word} don't match titlecase
32317              
32318              TODO: IsSpace is defined recursively!
32319              
32320              (both spotted by Larry)
32321      Branch: perl
32322            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
32323            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
32324 ____________________________________________________________________________
32325 [  6024] By: gsar                                  on 2000/04/30  17:50:19
32326         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
32327              (from Hugo van der Sanden)
32328      Branch: perl
32329            ! toke.c
32330 ____________________________________________________________________________
32331 [  6023] By: gsar                                  on 2000/04/30  17:14:43
32332         Log: debugger stomps on $. (from M.J.T. Guy)
32333      Branch: perl
32334            ! lib/perl5db.pl
32335 ____________________________________________________________________________
32336 [  6022] By: gsar                                  on 2000/04/30  16:59:22
32337         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
32338      Branch: perl
32339            ! sv.c
32340 ____________________________________________________________________________
32341 [  6021] By: gsar                                  on 2000/04/29  21:00:08
32342         Log: remove Win2K issue in pod (fixed by change#6020)
32343      Branch: perl
32344            ! README.win32 pod/perl56delta.pod
32345 ____________________________________________________________________________
32346 [  6020] By: gsar                                  on 2000/04/29  20:51:49
32347         Log: test tweak
32348      Branch: perl
32349            ! t/lib/open3.t
32350 ____________________________________________________________________________
32351 [  6019] By: gsar                                  on 2000/04/29  20:34:27
32352         Log: windows portability tweaks
32353      Branch: perl
32354            ! t/lib/b.t win32/win32.h
32355 ____________________________________________________________________________
32356 [  6018] By: gsar                                  on 2000/04/29  19:55:24
32357         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
32358              make _PATH_LOG() return "" if unavailable
32359      Branch: perl
32360            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
32361            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
32362 ____________________________________________________________________________
32363 [  6017] By: jhi                                   on 2000/04/28  22:49:46
32364         Log: Integrate with Sarathy.
32365      Branch: cfgperl
32366           !> op.c perl.c pod/perldiag.pod t/lib/b.t
32367 ____________________________________________________________________________
32368 [  6016] By: jhi                                   on 2000/04/28  22:46:14
32369         Log: Do not warn that an infinity does not look like a number.
32370      Branch: cfgperl
32371            ! sv.c
32372 ____________________________________________________________________________
32373 [  6015] By: gsar                                  on 2000/04/28  22:35:49
32374         Log: tweak test for portability
32375      Branch: perl
32376            ! t/lib/b.t
32377 ____________________________________________________________________________
32378 [  6014] By: gsar                                  on 2000/04/28  22:05:31
32379         Log: glob() loading File::Glob behind the scenes may cause syntax errors
32380      Branch: perl
32381            ! op.c
32382 ____________________________________________________________________________
32383 [  6013] By: gsar                                  on 2000/04/28  21:25:22
32384         Log: tweak change#5945 to display correct switch name in diagnostic
32385      Branch: perl
32386            ! perl.c pod/perldiag.pod
32387 ____________________________________________________________________________
32388 [  6012] By: jhi                                   on 2000/04/28  21:08:12
32389         Log: Integrate with Sarathy.
32390      Branch: cfgperl
32391           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
32392           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
32393           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
32394 ____________________________________________________________________________
32395 [  6011] By: jhi                                   on 2000/04/28  21:04:46
32396         Log: &HUGE_VAL is not defined, it exists.
32397      Branch: cfgperl
32398            ! lib/Math/Complex.pm
32399 ____________________________________________________________________________
32400 [  6010] By: gsar                                  on 2000/04/28  21:02:58
32401         Log: clarify note about shadow password support (from
32402              gellyfish@gellyfish.com)
32403      Branch: perl
32404            ! pod/perlfunc.pod
32405 ____________________________________________________________________________
32406 [  6009] By: gsar                                  on 2000/04/28  21:00:00
32407         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
32408      Branch: perl
32409            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
32410 ____________________________________________________________________________
32411 [  6008] By: gsar                                  on 2000/04/28  20:56:33
32412         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
32413      Branch: perl
32414            ! installperl vms/subconfigure.com
32415 ____________________________________________________________________________
32416 [  6007] By: gsar                                  on 2000/04/28  20:51:21
32417         Log: note about compile failures and END blocks (from M.J.T. Guy)
32418      Branch: perl
32419            ! pod/perl56delta.pod pod/perlmod.pod
32420 ____________________________________________________________________________
32421 [  6006] By: jhi                                   on 2000/04/28  20:42:14
32422         Log: Regen Configure.
32423      Branch: cfgperl
32424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32425            ! config_h.SH
32426 ____________________________________________________________________________
32427 [  6005] By: gsar                                  on 2000/04/28  20:41:16
32428         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
32429      Branch: perl
32430            ! utils/perldoc.PL
32431 ____________________________________________________________________________
32432 [  6004] By: jhi                                   on 2000/04/28  20:28:21
32433         Log: Integrate with Sarathy.
32434      Branch: cfgperl
32435           !> Configure INSTALL Porting/Glossary Porting/config.sh
32436           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
32437           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
32438           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
32439           !> win32/config.vc win32/win32.c
32440 ____________________________________________________________________________
32441 [  6003] By: gsar                                  on 2000/04/28  20:11:20
32442         Log: allow REG_EXPAND_SZ keys in Windows registry (from
32443              John Clayton <John.Clayton@barclayscapital.com>)
32444      Branch: perl
32445            ! win32/win32.c
32446 ____________________________________________________________________________
32447 [  6002] By: gsar                                  on 2000/04/28  19:34:16
32448         Log: destructive sv_setsv() can lose UV-ness from source, causing
32449              numeric promotions/comparisons to fail to do the right thing
32450      Branch: perl
32451            ! sv.c
32452 ____________________________________________________________________________
32453 [  6001] By: gsar                                  on 2000/04/28  18:44:15
32454         Log: support additional library locations via $Config{otherlibdirs}
32455              (from Andy Dougherty)
32456      Branch: perl
32457            ! Configure INSTALL Porting/Glossary Porting/config.sh
32458            ! Porting/config_H config_h.SH epoc/config.sh perl.c
32459            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
32460            ! win32/config.bc win32/config.gc win32/config.vc
32461 ____________________________________________________________________________
32462 [  6000] By: gsar                                  on 2000/04/28  18:26:58
32463         Log: reworked otherlibdirs.U (from Andy Dougherty)
32464      Branch: metaconfig
32465            ! U/installdirs/otherlibdirs.U
32466 ____________________________________________________________________________
32467 [  5999] By: gsar                                  on 2000/04/28  18:17:07
32468         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
32469      Branch: perl
32470            ! t/pragma/warn/toke toke.c
32471 ____________________________________________________________________________
32472 [  5998] By: jhi                                   on 2000/04/28  13:32:17
32473         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
32474      Branch: cfgperl
32475            ! lib/Math/Complex.pm
32476 ____________________________________________________________________________
32477 [  5997] By: jhi                                   on 2000/04/28  13:14:04
32478         Log: Preserve $!.
32479      Branch: cfgperl
32480            ! lib/Math/Complex.pm
32481 ____________________________________________________________________________
32482 [  5996] By: jhi                                   on 2000/04/28  12:59:23
32483         Log: Integrate with Sarathy.
32484      Branch: cfgperl
32485           +> pod/perlrequick.pod pod/perlretut.pod
32486           !> (integrate 51 files)
32487 ____________________________________________________________________________
32488 [  5995] By: gsar                                  on 2000/04/28  09:37:36
32489         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
32490      Branch: perl
32491            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
32492 ____________________________________________________________________________
32493 [  5994] By: gsar                                  on 2000/04/28  09:33:26
32494         Log: fix for missed accounting for null byte in pack("Z",...) (from
32495              M.J.T. Guy)
32496      Branch: perl
32497            ! pp.c t/op/pack.t
32498 ____________________________________________________________________________
32499 [  5993] By: gsar                                  on 2000/04/28  09:30:05
32500         Log: various minor tweaks seen on p5p
32501      Branch: perl
32502            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
32503 ____________________________________________________________________________
32504 [  5992] By: gsar                                  on 2000/04/28  09:08:19
32505         Log: pod nit (from Simon Cozens)
32506      Branch: perl
32507            ! pod/perlop.pod
32508 ____________________________________________________________________________
32509 [  5991] By: gsar                                  on 2000/04/28  09:06:36
32510         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
32511      Branch: perl
32512            ! README.posix-bc hints/posix-bc.sh
32513 ____________________________________________________________________________
32514 [  5990] By: gsar                                  on 2000/04/28  08:54:52
32515         Log: use $ENV{LIB} to search for libs under Visual C compiler
32516              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
32517      Branch: perl
32518            ! lib/ExtUtils/Liblist.pm
32519 ____________________________________________________________________________
32520 [  5989] By: gsar                                  on 2000/04/28  08:27:12
32521         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
32522              itself and no other (from Tom Hughes)
32523      Branch: perl
32524            ! t/op/array.t toke.c
32525 ____________________________________________________________________________
32526 [  5988] By: gsar                                  on 2000/04/28  08:01:38
32527         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
32528              <paul@miraclefish.com>)
32529      Branch: perl
32530            ! lib/ExtUtils/MakeMaker.pm
32531 ____________________________________________________________________________
32532 [  5987] By: gsar                                  on 2000/04/28  07:53:09
32533         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
32534      Branch: perl
32535            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
32536 ____________________________________________________________________________
32537 [  5986] By: gsar                                  on 2000/04/28  07:44:17
32538         Log: add regular expressions tutorial and quick-start guide (from
32539              Mark Kvale <kvale@phy.ucsf.edu>)
32540      Branch: perl
32541            + pod/perlrequick.pod pod/perlretut.pod
32542            ! AUTHORS MAINTAIN MANIFEST
32543 ____________________________________________________________________________
32544 [  5985] By: gsar                                  on 2000/04/28  07:30:28
32545         Log: forked child may not exit correctly if it failed to open
32546              /dev/console (from Graham Barr)
32547      Branch: perl
32548            ! ext/Sys/Syslog/Syslog.pm
32549 ____________________________________________________________________________
32550 [  5984] By: gsar                                  on 2000/04/28  07:27:20
32551         Log: attributes::reftype() doesn't work on tied argument
32552      Branch: perl
32553            ! xsutils.c
32554 ____________________________________________________________________________
32555 [  5983] By: gsar                                  on 2000/04/28  07:15:04
32556         Log: numeric conversion of non-number in change#3378 tramples on
32557              OOK offset, causing segfaults
32558      Branch: perl
32559            ! sv.c
32560 ____________________________________________________________________________
32561 [  5982] By: gsar                                  on 2000/04/28  04:48:25
32562         Log: avoid error in IO::Socket::INET when given an unknown service name
32563              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
32564      Branch: perl
32565            ! ext/IO/lib/IO/Socket/INET.pm
32566 ____________________________________________________________________________
32567 [  5981] By: gsar                                  on 2000/04/28  04:31:31
32568         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
32569              prototype mismatch with CORE::glob(); update pod and tests to
32570              suit (File::Glob::glob() is still available for backward
32571              compatibility, but should be considered deprecated)
32572      Branch: perl
32573            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
32574            ! t/lib/glob-taint.t
32575 ____________________________________________________________________________
32576 [  5980] By: gsar                                  on 2000/04/28  03:47:29
32577         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
32578              <ghudson@mit.edu>)
32579      Branch: metaconfig
32580            ! U/modified/Options.U
32581      Branch: perl
32582            ! Configure
32583 ____________________________________________________________________________
32584 [  5979] By: gsar                                  on 2000/04/28  03:07:54
32585         Log: under useithreads, constant pad entries could inadvertantly be
32586              shared across threads (from Eric Blood <eblood@xmission.com>);
32587              added Eric's test case to testsuite
32588      Branch: perl
32589            ! op.c t/op/misc.t
32590 ____________________________________________________________________________
32591 [  5978] By: gsar                                  on 2000/04/27  21:13:00
32592         Log: sync version numbers in File::Spec with the ones on CPAN
32593              (from Barrie Slaymaker)
32594      Branch: perl
32595            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
32596            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
32597            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
32598 ____________________________________________________________________________
32599 [  5977] By: gsar                                  on 2000/04/27  21:07:29
32600         Log: autoquote barewords followed by newline and arrow properly
32601              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
32602      Branch: perl
32603            ! t/pragma/warn/toke toke.c
32604 ____________________________________________________________________________
32605 [  5976] By: gsar                                  on 2000/04/27  20:41:20
32606         Log: DB_File v1.73 update (from Paul Marquess)
32607      Branch: perl
32608            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32609            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32610 ____________________________________________________________________________
32611 [  5975] By: gsar                                  on 2000/04/27  20:34:24
32612         Log: allow sort() reentrancy (variant of patch suggested by
32613              Hugo van der Sanden)
32614      Branch: perl
32615            ! pp_ctl.c t/op/sort.t
32616 ____________________________________________________________________________
32617 [  5974] By: gsar                                  on 2000/04/27  19:46:57
32618         Log: change#4197 somehow missed initializing PL_errors, meaning
32619              sytax error queueing wasn't working outside eval"" at all;
32620              also fixed eval"" to localize PL_error_count, so that compile-time
32621              eval's don't clobber the error state of the outer context
32622      Branch: perl
32623            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
32624            ! t/pragma/warn/toke
32625 ____________________________________________________________________________
32626 [  5973] By: gsar                                  on 2000/04/27  18:29:05
32627         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
32628      Branch: perl
32629            ! regcomp.c regexec.c t/op/re_tests
32630 ____________________________________________________________________________
32631 [  5972] By: jhi                                   on 2000/04/27  18:22:41
32632         Log: Integrate with Sarathy.
32633      Branch: cfgperl
32634           +> t/lib/b.t t/lib/syslog.t
32635           !> (integrate 31 files)
32636 ____________________________________________________________________________
32637 [  5971] By: jhi                                   on 2000/04/27  18:18:46
32638         Log: Unicos tweaks from Mark P. Lutz.
32639      Branch: cfgperl
32640            ! hints/unicos.sh lib/Math/Complex.pm
32641 ____________________________________________________________________________
32642 [  5970] By: gsar                                  on 2000/04/27  18:05:11
32643         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
32644              IV is >32bits
32645      Branch: perl
32646            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
32647 ____________________________________________________________________________
32648 [  5969] By: gsar                                  on 2000/04/27  17:50:56
32649         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
32650      Branch: perl
32651            + t/lib/syslog.t
32652            ! MANIFEST ext/Sys/Syslog/Syslog.pm
32653 ____________________________________________________________________________
32654 [  5968] By: gsar                                  on 2000/04/27  17:44:49
32655         Log: tolerate spaces in group names in test on solaris (from David Boyce
32656              <dsb@boyski.com>)
32657      Branch: perl
32658            ! t/op/groups.t
32659 ____________________________________________________________________________
32660 [  5967] By: gsar                                  on 2000/04/27  17:41:22
32661         Log: improved docs on the warn_uninit diagnostic (from David Glasser
32662              and Simon Cozens)
32663      Branch: perl
32664            ! pod/perldiag.pod
32665 ____________________________________________________________________________
32666 [  5966] By: gsar                                  on 2000/04/27  16:54:58
32667         Log: add testsuite for B backends, fix bug in B::Deparse (from
32668              Simon Cozens <simon@brecon.co.uk>)
32669      Branch: perl
32670            + t/lib/b.t
32671            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
32672 ____________________________________________________________________________
32673 [  5965] By: gsar                                  on 2000/04/27  16:10:37
32674         Log: avoid "will not stay shared" warnings for our variables (from
32675              Robin Barker)
32676      Branch: perl
32677            ! op.c t/pragma/warn/op
32678 ____________________________________________________________________________
32679 [  5964] By: gsar                                  on 2000/04/27  07:05:05
32680         Log: reformat to 72 columns (again)
32681      Branch: perl
32682            ! pod/perldiag.pod
32683 ____________________________________________________________________________
32684 [  5963] By: gsar                                  on 2000/04/27  06:28:31
32685         Log: patch from Larry to make (\&) prototype work; added tests for
32686              the same
32687      Branch: perl
32688            ! op.c t/comp/proto.t
32689 ____________________________________________________________________________
32690 [  5962] By: gsar                                  on 2000/04/27  06:15:47
32691         Log: updated README.hpux (from Jeff Okamoto)
32692      Branch: perl
32693            ! README.hpux
32694 ____________________________________________________________________________
32695 [  5961] By: gsar                                  on 2000/04/27  05:55:03
32696         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
32697      Branch: perl
32698            ! emacs/cperl-mode.el
32699 ____________________________________________________________________________
32700 [  5960] By: gsar                                  on 2000/04/27  05:49:26
32701         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
32702      Branch: perl
32703            ! INSTALL
32704 ____________________________________________________________________________
32705 [  5959] By: gsar                                  on 2000/04/27  05:33:41
32706         Log: doubled words in pods (from Simon Cozens
32707              <simon.p.cozens@jp.pwcglobal.com>)
32708      Branch: perl
32709            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
32710            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
32711            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
32712            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
32713            ! pod/perltootc.pod
32714 ____________________________________________________________________________
32715 [  5958] By: gsar                                  on 2000/04/27  05:11:39
32716         Log: change#3569 deleted some essential code, revert; avoid use of
32717              atexit() to make DynaLoader work properly on AIX under mod_perl
32718              (from Jens-Uwe Mager <jum@helios.de>)
32719      Branch: perl
32720            ! ext/DynaLoader/dl_aix.xs
32721 ____________________________________________________________________________
32722 [  5957] By: gsar                                  on 2000/04/27  04:54:51
32723         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
32724      Branch: perl
32725            ! pod/perlmod.pod
32726 ____________________________________________________________________________
32727 [  5956] By: gsar                                  on 2000/04/27  04:51:47
32728         Log: better diagnostics on failed tests (from Ilya Zakharevich)
32729      Branch: perl
32730            ! t/op/lex_assign.t
32731 ____________________________________________________________________________
32732 [  5955] By: gsar                                  on 2000/04/27  04:26:44
32733         Log: longstanding bug exposed by change#3307: sort arguments weren't
32734              compiled with the right wantarray context (ensuing runtime lookup
32735              via block_gimme() was getting the incidental context of the
32736              sort() itself)
32737      Branch: perl
32738            ! op.c t/op/sort.t
32739 ____________________________________________________________________________
32740 [  5954] By: gsar                                  on 2000/04/26  23:42:12
32741         Log: integrate cfgperl contents into mainline
32742      Branch: perl
32743           !> (integrate 30 files)
32744 ____________________________________________________________________________
32745 [  5953] By: jhi                                   on 2000/04/26  23:06:42
32746         Log: Integrate with Sarathy.
32747      Branch: cfgperl
32748           !> README.win32 ext/B/B/Deparse.pm
32749           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
32750           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
32751           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
32752           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
32753           !> utils/perldoc.PL vms/perlvms.pod
32754 ____________________________________________________________________________
32755 [  5952] By: jhi                                   on 2000/04/26  23:03:46
32756         Log: Undo "use integer" addition from 64bitint as it seems
32757              to break most of the subtests in Digital UNIX;
32758              Unicos needs to find another way.
32759      Branch: cfgperl
32760            ! t/op/64bitint.t
32761 ____________________________________________________________________________
32762 [  5951] By: jhi                                   on 2000/04/26  22:57:53
32763         Log: Be more robust on "extreme" (large absolute value)
32764              arguments.  Originally reported by Daniel Connelly
32765              as a problem with asinh() on large negative arguments,
32766              asinh() used to bail out because an argument to log()
32767              ended up being zero.  Ilya Zakharevich proposed using
32768              Taylor's series in such cases, which for such large
32769              arguments is a very good approximation.
32770      Branch: cfgperl
32771            ! lib/Math/Complex.pm t/lib/complex.t
32772 ____________________________________________________________________________
32773 [  5950] By: gsar                                  on 2000/04/25  19:13:12
32774         Log: reformat perldiag to avoid long lines
32775      Branch: perl
32776            ! pod/perldiag.pod
32777 ____________________________________________________________________________
32778 [  5949] By: gsar                                  on 2000/04/25  18:41:11
32779         Log: make perldoc use the pod2man from the same version (from
32780              M.J.T. Guy)
32781      Branch: perl
32782            ! utils/perldoc.PL
32783 ____________________________________________________________________________
32784 [  5948] By: gsar                                  on 2000/04/25  18:21:57
32785         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
32786              <kompas@kompas.usr.onet.pl>)
32787      Branch: perl
32788            ! lib/vars.pm
32789 ____________________________________________________________________________
32790 [  5947] By: gsar                                  on 2000/04/25  18:11:53
32791         Log: use &dl_error rather than &dl_load_file as the guard for calling
32792              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
32793              statically built perl)
32794      Branch: perl
32795            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
32796 ____________________________________________________________________________
32797 [  5946] By: jhi                                   on 2000/04/25  17:37:54
32798         Log: Document that tr() is not tr(1).
32799      Branch: cfgperl
32800            ! pod/perlop.pod
32801 ____________________________________________________________________________
32802 [  5945] By: gsar                                  on 2000/04/25  16:34:33
32803         Log: make module name mandatory after -M switch; reorder perldiag
32804              alphabetically (from Mark-Jason Dominus)
32805      Branch: perl
32806            ! perl.c pod/perldiag.pod
32807 ____________________________________________________________________________
32808 [  5944] By: jhi                                   on 2000/04/25  01:15:18
32809         Log: On second thoughts frexp() does have two arguments.
32810      Branch: cfgperl
32811            ! perl.h
32812 ____________________________________________________________________________
32813 [  5943] By: jhi                                   on 2000/04/24  22:56:32
32814         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
32815              Now pp_ncmp() returns undef is either operand is a NaN.
32816      Branch: cfgperl
32817            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32818            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
32819            ! vms/subconfigure.com vos/config.def vos/config.h
32820            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
32821            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32822            ! win32/config_H.vc
32823      Branch: metaconfig/U/perl
32824            + d_modfl.U
32825 ____________________________________________________________________________
32826 [  5942] By: jhi                                   on 2000/04/24  19:45:17
32827         Log: Regen Configure to match #5937.
32828      Branch: cfgperl
32829            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32830            ! config_h.SH
32831      Branch: metaconfig
32832            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
32833 ____________________________________________________________________________
32834 [  5941] By: jhi                                   on 2000/04/24  19:24:11
32835         Log: Further Unicos fixes for Mark Lutz.
32836      Branch: cfgperl
32837            ! hints/unicos.sh pp_ctl.c
32838 ____________________________________________________________________________
32839 [  5940] By: jhi                                   on 2000/04/24  19:09:06
32840         Log: Various Unicos 10.0.0.6 fixes.
32841              
32842              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
32843              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
32844              Reply-To: tecmpl1@triton.ca.boeing.com 
32845              To: perl5-porters@perl.org 
32846              Date: Fri, 14 Apr 2000 20:21:00 GMT 
32847              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
32848      Branch: cfgperl
32849            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
32850 ____________________________________________________________________________
32851 [  5939] By: gsar                                  on 2000/04/24  19:01:24
32852         Log: more pod nits (from Larry Virden)
32853      Branch: perl
32854            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
32855            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
32856            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
32857 ____________________________________________________________________________
32858 [  5938] By: gsar                                  on 2000/04/24  18:54:01
32859         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
32860      Branch: perl
32861            ! ext/B/B/Deparse.pm
32862 ____________________________________________________________________________
32863 [  5937] By: jhi                                   on 2000/04/24  17:39:00
32864         Log: Integrate with Sarathy.
32865      Branch: cfgperl
32866           +> (branch 31 files)
32867           !> (integrate 73 files)
32868 ____________________________________________________________________________
32869 [  5936] By: gsar                                  on 2000/04/24  17:30:06
32870         Log: additional tests for change#5934 (from Paul Marquess, who also
32871              sent in the same fix)
32872      Branch: perl
32873            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
32874            ! t/pragma/warn/5nolint t/pragma/warn/6default
32875 ____________________________________________________________________________
32876 [  5935] By: jhi                                   on 2000/04/24  17:26:05
32877         Log: Do not assume sign propagation.
32878              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
32879              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
32880              To: payner@ncifcrf.gov, perl5-porters@perl.org 
32881              Date: Tue, 18 Apr 2000 18:24:49 +0100 
32882              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
32883      Branch: cfgperl
32884            ! t/op/bop.t t/op/misc.t
32885 ____________________________________________________________________________
32886 [  5934] By: gsar                                  on 2000/04/24  17:16:54
32887         Log: propagate lexical warnings from surrounding scope correctly
32888              within string eval()
32889      Branch: perl
32890            ! pp_ctl.c t/pragma/warn/pp_ctl
32891 ____________________________________________________________________________
32892 [  5933] By: jhi                                   on 2000/04/24  17:01:07
32893         Log: Flatten the cpp jungle doing the nosuid checking.
32894      Branch: cfgperl
32895            ! perl.c
32896 ____________________________________________________________________________
32897 [  5932] By: gsar                                  on 2000/04/24  09:08:14
32898         Log: add rsignal(), whichsig() and do_join() to public API list
32899              (mod_perl uses them to good advantage)
32900      Branch: perl
32901            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
32902 ____________________________________________________________________________
32903 [  5931] By: gsar                                  on 2000/04/24  09:01:40
32904         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
32905      Branch: perl
32906            ! pp_hot.c regexec.c t/op/pat.t
32907 ____________________________________________________________________________
32908 [  5930] By: gsar                                  on 2000/04/24  08:58:33
32909         Log: small os390 tweaks (from Peter Prymmer)
32910      Branch: perl
32911            ! config_h.SH makedepend.SH
32912 ____________________________________________________________________________
32913 [  5929] By: gsar                                  on 2000/04/24  08:55:25
32914         Log: pod nits
32915      Branch: perl
32916            ! pod/perlguts.pod
32917 ____________________________________________________________________________
32918 [  5928] By: gsar                                  on 2000/04/24  08:50:13
32919         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
32920      Branch: perl
32921            ! ext/IO/lib/IO/Poll.pm
32922 ____________________________________________________________________________
32923 [  5927] By: gsar                                  on 2000/04/24  08:43:24
32924         Log: arrange for next() to resume at the unstack op rather than the
32925              loop conditional, so that scope cleanup happens correctly
32926              (from Stephen McCamant)
32927      Branch: perl
32928            ! op.c pp_ctl.c t/op/misc.t
32929 ____________________________________________________________________________
32930 [  5926] By: gsar                                  on 2000/04/24  08:18:40
32931         Log: on windows, reserve 16M of stack rather than 128M (allows more
32932              threads to run concurrently)
32933      Branch: perl
32934            ! win32/Makefile win32/makefile.mk
32935 ____________________________________________________________________________
32936 [  5925] By: gsar                                  on 2000/04/24  08:13:52
32937         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
32938      Branch: perl
32939            ! toke.c
32940 ____________________________________________________________________________
32941 [  5924] By: gsar                                  on 2000/04/24  08:08:59
32942         Log: avoid using uninitialized memory in require version check
32943      Branch: perl
32944            ! pp_ctl.c universal.c
32945 ____________________________________________________________________________
32946 [  5923] By: gsar                                  on 2000/04/24  07:20:14
32947         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
32948      Branch: perl
32949            ! ext/IO/lib/IO/Poll.pm
32950 ____________________________________________________________________________
32951 [  5922] By: gsar                                  on 2000/04/24  07:08:42
32952         Log: commentary about IoTYPE() (from Nathan Torkington)
32953      Branch: perl
32954            ! sv.h
32955 ____________________________________________________________________________
32956 [  5921] By: gsar                                  on 2000/04/24  06:58:26
32957         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
32958              by fix
32959      Branch: perl
32960            ! sv.c t/lib/charnames.t t/pragma/utf8.t
32961 ____________________________________________________________________________
32962 [  5920] By: gsar                                  on 2000/04/24  06:37:59
32963         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
32964      Branch: perl
32965            ! doop.c t/op/ver.t
32966 ____________________________________________________________________________
32967 [  5919] By: gsar                                  on 2000/04/24  06:21:58
32968         Log: Configure might miss old directories when prefix must be
32969              expanded (from Robin Barker)
32970      Branch: metaconfig
32971            ! U/installdirs/inc_version_list.U
32972      Branch: perl
32973            ! Configure
32974 ____________________________________________________________________________
32975 [  5918] By: gsar                                  on 2000/04/24  06:16:11
32976         Log: VMS nits in glob() test (from Charles Lane)
32977      Branch: perl
32978            ! t/lib/glob-basic.t
32979 ____________________________________________________________________________
32980 [  5917] By: gsar                                  on 2000/04/24  06:11:56
32981         Log: various pod nits (from Larry Virden and others)
32982      Branch: perl
32983            ! README.amiga README.hpux README.machten README.os2
32984            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
32985            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
32986            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
32987            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
32988            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
32989            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
32990            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
32991            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
32992 ____________________________________________________________________________
32993 [  5916] By: gsar                                  on 2000/04/24  05:52:43
32994         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
32995              <wjones@tc.fluke.com>)
32996      Branch: perl
32997            ! t/lib/glob-basic.t
32998 ____________________________________________________________________________
32999 [  5915] By: gsar                                  on 2000/04/24  05:07:01
33000         Log: supported platforms mixed up
33001      Branch: perl
33002            ! pod/perl56delta.pod pod/perlport.pod
33003 ____________________________________________________________________________
33004 [  5914] By: gsar                                  on 2000/04/24  04:56:08
33005         Log: caller() wasn't returning the right number of elements for
33006              eval {...}
33007      Branch: perl
33008            ! pp_ctl.c t/pragma/warn/9enabled
33009 ____________________________________________________________________________
33010 [  5913] By: gsar                                  on 2000/04/24  04:35:41
33011         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
33012              Mark-Jason Dominus)
33013      Branch: perl
33014            ! pod/perlfunc.pod
33015 ____________________________________________________________________________
33016 [  5912] By: gsar                                  on 2000/04/24  04:17:15
33017         Log: fix totally broken caching in UNIVERSAL::isa() (from
33018              Nick Ing-Simmons)
33019      Branch: perl
33020            ! t/op/universal.t universal.c
33021 ____________________________________________________________________________
33022 [  5911] By: gsar                                  on 2000/04/24  03:39:47
33023         Log: add linebreak properties from unicode/LineBrk.txt (from
33024              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
33025      Branch: perl
33026            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
33027            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
33028            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
33029            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
33030            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
33031            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
33032            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
33033            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
33034            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
33035            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
33036            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
33037            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
33038            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
33039            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
33040            + lib/unicode/Is/LbrkZW.pl
33041            ! lib/unicode/mktables.PL
33042 ____________________________________________________________________________
33043 [  5910] By: gsar                                  on 2000/04/24  03:23:10
33044         Log: typo in pod
33045      Branch: perl
33046            ! ext/Thread/Thread.pm
33047 ____________________________________________________________________________
33048 [  5909] By: gsar                                  on 2000/04/24  03:22:03
33049         Log: mode argument to do_binmode() should be file mode, not boolean
33050      Branch: perl
33051            ! pp_sys.c
33052 ____________________________________________________________________________
33053 [  5908] By: gsar                                  on 2000/04/16  16:51:08
33054         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
33055              always returns a valid GV even when the symbol is trapped by strictures
33056              (avoids coredumps)
33057              
33058              TODO: the C<package;> hack needs similar treatment
33059      Branch: perl
33060            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
33061            ! t/pragma/strict-vars
33062 ____________________________________________________________________________
33063 [  5907] By: jhi                                   on 2000/03/31  23:42:56
33064         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
33065              an assumption which #5905 demolished.
33066      Branch: cfgperl
33067            ! pp_sys.c
33068 ____________________________________________________________________________
33069 [  5906] By: jhi                                   on 2000/03/31  18:54:37
33070         Log: Typo in #5905.
33071      Branch: cfgperl
33072            ! t/op/64bitint.t
33073 ____________________________________________________________________________
33074 [  5905] By: jhi                                   on 2000/03/31  18:50:54
33075         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
33076              reported by Joseph N. Hall.  The bug was that even with use64bitint
33077              one had to use the prefixes q, L, or ll with printf/sprintf,
33078              contrary to the documentation and common sense.
33079      Branch: cfgperl
33080            ! sv.c t/op/64bitint.t
33081 ____________________________________________________________________________
33082 [  5904] By: gsar                                  on 2000/03/28  02:31:32
33083         Log: add Changes, perldelta.pod
33084      Branch: perl
33085            + Changes pod/perldelta.pod
33086 ____________________________________________________________________________
33087 [  5903] By: gsar                                  on 2000/03/28  02:03:55
33088         Log: rename Changes and perldelta.pod
33089      Branch: perl
33090           +> Changes5.6 pod/perl56delta.pod
33091            - Changes pod/perldelta.pod
33092            ! MANIFEST
33093 ____________________________________________________________________________
33094 [  5902] By: gsar                                  on 2000/03/28  01:59:14
33095         Log: create maint-5.6 branch
33096      Branch: maint-5.6/perl
33097           +> (branch 1611 files)
33098 ____________________________________________________________________________
33099 [  5901] By: jhi                                   on 2000/03/23  05:48:43
33100         Log: Integrate with Sarathy.
33101      Branch: cfgperl
33102           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
33103 ____________________________________________________________________________
33104 [  5900] By: gsar                                  on 2000/03/23  05:42:43
33105         Log: three guesses on what this is :-)
33106      Branch: perl
33107            ! Changes