for(;;), sort
[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 [  9916] By: jhi                                   on 2001/04/30  12:57:03
35         Log: T_w_e_a_k_a_g_e.
36      Branch: perl
37            ! pod/perldata.pod pod/perldiag.pod
38 ____________________________________________________________________________
39 [  9915] By: jhi                                   on 2001/04/30  12:39:29
40         Log: Install s2p also as psed.
41              
42              TODO: psed documentation?
43      Branch: perl
44            ! installperl
45 ____________________________________________________________________________
46 [  9914] By: jhi                                   on 2001/04/30  12:29:21
47         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
48              From: Jens Hamisch <jens@Strawberry.COM>
49              Date: Fri, 27 Apr 2001 17:00:36 +0200
50              Message-ID: <20010427170036.K1372@Strawberry.COM>
51              
52              SOCKS5_VERSION_NAME is the right symbol to detect
53              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
54              function called socks5_init() is available, and even that is
55              not universal, most SOCKS5 installations use SOCKSinit()).
56      Branch: perl
57            ! perlio.c
58 ____________________________________________________________________________
59 [  9913] By: jhi                                   on 2001/04/30  12:22:15
60         Log: Allow a zero timeout on IO::Socket accept and connect--
61              though one really shouldn't do that.  Based on
62              
63              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
64              From: "John Holdsworth" <coldwave@bigfoot.com>
65              Date: Sun, 4 Feb 2001 12:48:18 +0100
66              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
67      Branch: perl
68            ! ext/IO/lib/IO/Socket.pm
69 ____________________________________________________________________________
70 [  9912] By: jhi                                   on 2001/04/30  11:27:27
71         Log: Save the spot of regprev (see #9911) for binary compatibility;
72              regen API.
73      Branch: perl
74            ! embedvar.h perlapi.h thrdvar.h
75 ____________________________________________________________________________
76 [  9911] By: jhi                                   on 2001/04/30  11:22:03
77         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
78              From: Hugo <hv@crypt.compulink.co.uk>
79              Date: Sun, 29 Apr 2001 17:09:30 +0100
80              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
81      Branch: perl
82            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
83 ____________________________________________________________________________
84 [  9910] By: jhi                                   on 2001/04/30  11:15:12
85         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
86              a dummy for PL_numeric_radix); no pressing reason to break
87              binary compatibility; regen API.
88      Branch: perl
89            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
90            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
91 ____________________________________________________________________________
92 [  9909] By: jhi                                   on 2001/04/30  10:56:08
93         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
94              From: Walt Mankowski <waltman@netaxs.com>
95              Date: Sun, 29 Apr 2001 21:53:48 -0400
96              Message-ID: <20010429215348.A3971@netaxs.com>
97      Branch: perl
98            ! pod/perlfunc.pod
99 ____________________________________________________________________________
100 [  9908] By: jhi                                   on 2001/04/30  10:49:40
101         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
102      Branch: perl
103            ! t/lib/selfstubber.t
104 ____________________________________________________________________________
105 [  9907] By: nick                                  on 2001/04/30  09:26:50
106         Log: Integrate mainline.
107      Branch: perlio
108           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
109 ____________________________________________________________________________
110 [  9906] By: jhi                                   on 2001/04/29  23:24:20
111         Log: Abigail spotted a thinko in #9905.
112      Branch: perl
113            ! pod/perldiag.pod
114 ____________________________________________________________________________
115 [  9905] By: jhi                                   on 2001/04/29  15:55:39
116         Log: Changed the underscore/undebar syntax in numeric constants;
117              now any grouping will do, as long as the underscores are not
118              consecutive (so "zero-grouping" is out), and they do not begin
119              or end the integer or fractional parts.
120      Branch: perl
121            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
122 ____________________________________________________________________________
123 [  9904] By: nick                                  on 2001/04/29  15:43:22
124         Log: Integrate mainline.
125      Branch: perlio
126           +> (branch 98 files)
127            - lib/unicode/Block.pl
128            - lib/unicode/In/AlphabeticPresentationForms.pl
129            - lib/unicode/In/Arabic.pl
130            - lib/unicode/In/ArabicPresentationForms-A.pl
131            - lib/unicode/In/ArabicPresentationForms-B.pl
132            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
133            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
134            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
135            - lib/unicode/In/BopomofoExtended.pl
136            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
137            - lib/unicode/In/CJKCompatibility.pl
138            - lib/unicode/In/CJKCompatibilityForms.pl
139            - lib/unicode/In/CJKCompatibilityIdeographs.pl
140            - lib/unicode/In/CJKRadicalsSupplement.pl
141            - lib/unicode/In/CJKSymbolsandPunctuation.pl
142            - lib/unicode/In/CJKUnifiedIdeographs.pl
143            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
144            - lib/unicode/In/Cherokee.pl
145            - lib/unicode/In/CombiningDiacriticalMarks.pl
146            - lib/unicode/In/CombiningHalfMarks.pl
147            - lib/unicode/In/CombiningMarksforSymbols.pl
148            - lib/unicode/In/ControlPictures.pl
149            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
150            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
151            - lib/unicode/In/EnclosedAlphanumerics.pl
152            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
153            - lib/unicode/In/Ethiopic.pl
154            - lib/unicode/In/GeneralPunctuation.pl
155            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
156            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
157            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
158            - lib/unicode/In/HalfwidthandFullwidthForms.pl
159            - lib/unicode/In/HangulCompatibilityJamo.pl
160            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
161            - lib/unicode/In/Hebrew.pl
162            - lib/unicode/In/HighPrivateUseSurrogates.pl
163            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
164            - lib/unicode/In/IPAExtensions.pl
165            - lib/unicode/In/IdeographicDescriptionCharacters.pl
166            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
167            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
168            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
169            - lib/unicode/In/Latin-1Supplement.pl
170            - lib/unicode/In/LatinExtended-A.pl
171            - lib/unicode/In/LatinExtended-B.pl
172            - lib/unicode/In/LatinExtendedAdditional.pl
173            - lib/unicode/In/LetterlikeSymbols.pl
174            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
175            - lib/unicode/In/MathematicalOperators.pl
176            - lib/unicode/In/MiscellaneousSymbols.pl
177            - lib/unicode/In/MiscellaneousTechnical.pl
178            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
179            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
180            - lib/unicode/In/OpticalCharacterRecognition.pl
181            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
182            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
183            - lib/unicode/In/SmallFormVariants.pl
184            - lib/unicode/In/SpacingModifierLetters.pl
185            - lib/unicode/In/Specials.pl
186            - lib/unicode/In/SuperscriptsandSubscripts.pl
187            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
188            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
189            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
190            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
191            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
192           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
193           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
194           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
195           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
196           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
197           !> utf8.c win32/Makefile
198 ____________________________________________________________________________
199 [  9903] By: jhi                                   on 2001/04/29  14:30:53
200         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
201              From: Prymmer/Kahn <pvhp@best.com>
202              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
203              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
204      Branch: perl
205            ! win32/Makefile
206 ____________________________________________________________________________
207 [  9902] By: jhi                                   on 2001/04/29  02:52:44
208         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
209              From: "Abigail" <abigail@foad.org>
210              Date: Sun, 29 Apr 2001 03:14:25 +0200
211              Message-ID: <20010429011425.24503.qmail@foad.org>
212      Branch: perl
213            ! ext/IO/lib/IO/Seekable.pm
214 ____________________________________________________________________________
215 [  9901] By: jhi                                   on 2001/04/29  02:04:46
216         Log: In character classes one couldn't have 0x80..0xff characters
217              at the left hand side if there were 0x100.. characters in the
218              character class.
219      Branch: perl
220            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
221            ! t/op/pat.t utf8.c
222 ____________________________________________________________________________
223 [  9900] By: jhi                                   on 2001/04/28  22:55:04
224         Log: Forgot the latest mktables.PL from #9899.
225      Branch: perl
226            ! lib/unicode/mktables.PL
227 ____________________________________________________________________________
228 [  9899] By: jhi                                   on 2001/04/28  22:53:28
229         Log: Explain the \p{} and \P{} error message better and
230              have prettier prettyprint in In.pl.
231      Branch: perl
232            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
233            ! pod/perldiag.pod
234 ____________________________________________________________________________
235 [  9898] By: jhi                                   on 2001/04/28  21:03:34
236         Log: Add one possible explanation for the "Invalid [] range" error.
237      Branch: perl
238            ! pod/perldiag.pod
239 ____________________________________________________________________________
240 [  9897] By: jhi                                   on 2001/04/28  17:18:26
241         Log: Add a level of indirection to the implementation of \p{InFoo}
242              so that we don't have to have long filenames.  (Nothing changes
243              in the user interface.)   The indirection is defined in
244              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
245              Also rename some the character classes by removing '-' from
246              the classnames, and finally renamed Block.pl as Blocks.pl.
247      Branch: perl
248            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
249            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
250            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
251            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
252            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
253            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
254            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
255            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
256            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
257            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
258            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
259            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
260            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
261            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
262            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
263            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
264            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
265            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
266            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
267            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
268            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
269            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
270            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
271            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
272            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
273            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
274            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
275            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
276            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
277            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
278            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
279            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
280            + lib/unicode/In/94.pl lib/unicode/In/95.pl
281            - lib/unicode/Block.pl
282            - lib/unicode/In/AlphabeticPresentationForms.pl
283            - lib/unicode/In/Arabic.pl
284            - lib/unicode/In/ArabicPresentationForms-A.pl
285            - lib/unicode/In/ArabicPresentationForms-B.pl
286            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
287            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
288            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
289            - lib/unicode/In/BopomofoExtended.pl
290            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
291            - lib/unicode/In/CJKCompatibility.pl
292            - lib/unicode/In/CJKCompatibilityForms.pl
293            - lib/unicode/In/CJKCompatibilityIdeographs.pl
294            - lib/unicode/In/CJKRadicalsSupplement.pl
295            - lib/unicode/In/CJKSymbolsandPunctuation.pl
296            - lib/unicode/In/CJKUnifiedIdeographs.pl
297            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
298            - lib/unicode/In/Cherokee.pl
299            - lib/unicode/In/CombiningDiacriticalMarks.pl
300            - lib/unicode/In/CombiningHalfMarks.pl
301            - lib/unicode/In/CombiningMarksforSymbols.pl
302            - lib/unicode/In/ControlPictures.pl
303            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
304            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
305            - lib/unicode/In/EnclosedAlphanumerics.pl
306            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
307            - lib/unicode/In/Ethiopic.pl
308            - lib/unicode/In/GeneralPunctuation.pl
309            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
310            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
311            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
312            - lib/unicode/In/HalfwidthandFullwidthForms.pl
313            - lib/unicode/In/HangulCompatibilityJamo.pl
314            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
315            - lib/unicode/In/Hebrew.pl
316            - lib/unicode/In/HighPrivateUseSurrogates.pl
317            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
318            - lib/unicode/In/IPAExtensions.pl
319            - lib/unicode/In/IdeographicDescriptionCharacters.pl
320            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
321            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
322            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
323            - lib/unicode/In/Latin-1Supplement.pl
324            - lib/unicode/In/LatinExtended-A.pl
325            - lib/unicode/In/LatinExtended-B.pl
326            - lib/unicode/In/LatinExtendedAdditional.pl
327            - lib/unicode/In/LetterlikeSymbols.pl
328            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
329            - lib/unicode/In/MathematicalOperators.pl
330            - lib/unicode/In/MiscellaneousSymbols.pl
331            - lib/unicode/In/MiscellaneousTechnical.pl
332            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
333            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
334            - lib/unicode/In/OpticalCharacterRecognition.pl
335            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
336            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
337            - lib/unicode/In/SmallFormVariants.pl
338            - lib/unicode/In/SpacingModifierLetters.pl
339            - lib/unicode/In/Specials.pl
340            - lib/unicode/In/SuperscriptsandSubscripts.pl
341            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
342            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
343            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
344            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
345            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
346            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
347            ! pod/perlunicode.pod
348 ____________________________________________________________________________
349 [  9896] By: jhi                                   on 2001/04/28  14:33:17
350         Log: Update the information on shared library path on HP-UX.
351      Branch: perl
352            ! INSTALL
353 ____________________________________________________________________________
354 [  9895] By: jhi                                   on 2001/04/28  14:32:30
355         Log: Because #9894 seems to do the trick, this workaround can be removed.
356      Branch: perl
357            ! t/lib/selfstubber.t
358 ____________________________________________________________________________
359 [  9894] By: jhi                                   on 2001/04/28  14:26:13
360         Log: For PerlIO flush the children's file handles (on fork/exec/system).
361      Branch: perl
362            ! perl.h
363 ____________________________________________________________________________
364 [  9893] By: jhi                                   on 2001/04/28  14:23:15
365         Log: Test tweak for #9891.
366      Branch: perl
367            ! t/lib/b-deparse.t
368 ____________________________________________________________________________
369 [  9892] By: jhi                                   on 2001/04/28  14:10:13
370         Log: New HP-UX hints from Merijn.
371      Branch: perl
372            ! hints/hpux.sh
373 ____________________________________________________________________________
374 [  9891] By: jhi                                   on 2001/04/28  14:07:27
375         Log: Subject: [PATCH B::Deparse] non-block scopes
376              From: Robin Houston <robin@kitsite.com>
377              Date: Fri, 27 Apr 2001 19:15:14 +0100
378              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
379      Branch: perl
380            ! ext/B/B/Deparse.pm
381 ____________________________________________________________________________
382 [  9890] By: nick                                  on 2001/04/27  19:41:25
383         Log: Integrate mainline
384      Branch: perlio
385           +> t/lib/selfstubber.t
386           !> (integrate 50 files)
387 ____________________________________________________________________________
388 [  9889] By: jhi                                   on 2001/04/27  18:23:46
389         Log: Subject: Re: selfstubber test fail on bleadperl
390              From: Mike Guy <mjtg@cam.ac.uk>
391              Date: Fri, 27 Apr 2001 19:31:18 +0100
392              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
393      Branch: perl
394            ! t/lib/selfstubber.t
395 ____________________________________________________________________________
396 [  9888] By: jhi                                   on 2001/04/27  16:20:54
397         Log: Test tweak for #9886.
398      Branch: perl
399            ! t/lib/b-deparse.t
400 ____________________________________________________________________________
401 [  9887] By: jhi                                   on 2001/04/27  16:16:33
402         Log: Buffering issue at least in Solaris (even with perlio).
403      Branch: perl
404            ! t/lib/selfstubber.t
405 ____________________________________________________________________________
406 [  9886] By: jhi                                   on 2001/04/27  14:59:23
407         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
408              From: Robin Houston <robin@kitsite.com>
409              Date: Fri, 27 Apr 2001 16:53:20 +0100
410              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
411      Branch: perl
412            ! ext/B/B/Deparse.pm
413 ____________________________________________________________________________
414 [  9885] By: jhi                                   on 2001/04/27  14:23:51
415         Log: Update Changes.
416      Branch: perl
417            ! Changes patchlevel.h
418 ____________________________________________________________________________
419 [  9884] By: jhi                                   on 2001/04/27  14:14:12
420         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
421              From: "Philip Newton" <pnewton@gmx.de>
422              Date: Fri, 27 Apr 2001 16:40:13 +0200
423              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
424      Branch: perl
425            ! pod/perldata.pod
426 ____________________________________________________________________________
427 [  9883] By: jhi                                   on 2001/04/27  13:28:19
428         Log: Add LOG_PERROR; prettify the "removed".
429      Branch: perl
430            ! ext/Sys/Syslog/Syslog.xs
431 ____________________________________________________________________________
432 [  9882] By: jhi                                   on 2001/04/27  13:13:18
433         Log: h2xs tweaks: use NV instead of double, "quote" the removed
434              prefixes for clarity (especially when nothing is removed),
435              slight pod reformats.
436      Branch: perl
437            ! utils/h2xs.PL
438 ____________________________________________________________________________
439 [  9881] By: jhi                                   on 2001/04/27  12:58:48
440         Log: Don't bother creating existing directories.
441      Branch: perl
442            ! utils/h2xs.PL
443 ____________________________________________________________________________
444 [  9880] By: jhi                                   on 2001/04/27  12:45:39
445         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
446              From: Mike Schilli <m@perlmeister.com>
447              Date: Wed, 25 Apr 2001 01:29:21 -0700
448              Message-id: <3AE68AE1.6A981723@perlmeister.com>
449      Branch: perl
450            ! utils/h2xs.PL
451 ____________________________________________________________________________
452 [  9879] By: jhi                                   on 2001/04/27  12:40:55
453         Log: break is not yet Perl.  Added the template license also to README.
454      Branch: perl
455            ! utils/h2xs.PL
456 ____________________________________________________________________________
457 [  9878] By: jhi                                   on 2001/04/27  03:08:20
458         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
459              From: Tim Jenness <t.jenness@jach.hawaii.edu>
460              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
461              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
462      Branch: perl
463            ! t/lib/xs-typemap.t
464 ____________________________________________________________________________
465 [  9877] By: jhi                                   on 2001/04/26  23:54:40
466         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
467              From: "Abigail" <abigail@foad.org>
468              Date: Fri, 27 Apr 2001 01:44:28 +0200
469              Message-ID: <20010426234428.19786.qmail@foad.org>
470      Branch: perl
471            ! utils/h2xs.PL
472 ____________________________________________________________________________
473 [  9876] By: jhi                                   on 2001/04/26  23:52:06
474         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
475              From: Peter Prymmer <pvhp@forte.com>
476              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
477              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
478      Branch: perl
479            ! t/lib/selfstubber.t
480 ____________________________________________________________________________
481 [  9875] By: jhi                                   on 2001/04/26  23:48:10
482         Log: Deparse nits.
483      Branch: perl
484            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
485 ____________________________________________________________________________
486 [  9874] By: jhi                                   on 2001/04/26  22:46:05
487         Log: Document ANYOF_CLASS.
488      Branch: perl
489            ! regcomp.h
490 ____________________________________________________________________________
491 [  9873] By: jhi                                   on 2001/04/26  22:35:03
492         Log: Subject: Re: [PATCH @9846] dumping ANYOF
493              From: Hugo <hv@crypt.compulink.co.uk>
494              Date: Thu, 26 Apr 2001 23:33:38 +0100
495              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
496      Branch: perl
497            ! regcomp.c regcomp.h
498 ____________________________________________________________________________
499 [  9872] By: jhi                                   on 2001/04/26  22:34:31
500         Log: Subject: [PATCH] more for Devel::SelfStubber
501              From: Nicholas Clark <nick@ccl4.org>
502              Date: Fri, 27 Apr 2001 00:13:52 +0100
503              Message-ID: <20010427001351.K88186@plum.flirble.org>
504      Branch: perl
505            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
506 ____________________________________________________________________________
507 [  9871] By: jhi                                   on 2001/04/26  21:59:17
508         Log: Subject: [PATCH B::Deparse] formats must be flush left
509              From: Robin Houston <robin@kitsite.com>
510              Date: Thu, 26 Apr 2001 23:54:29 +0100
511              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
512      Branch: perl
513            ! ext/B/B/Deparse.pm
514 ____________________________________________________________________________
515 [  9870] By: jhi                                   on 2001/04/26  21:57:37
516         Log: If some of the constants are prefixes of others,
517              the prefixes may never get recognized.  (See 20010426.006.)
518      Branch: perl
519            ! utils/h2xs.PL
520 ____________________________________________________________________________
521 [  9869] By: jhi                                   on 2001/04/26  21:50:42
522         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
523              From: Chris Bongaarts <cab@tc.umn.edu>
524              Date: Thu, 26 Apr 2001 17:10:31 -0500
525              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
526      Branch: perl
527            ! ext/Sys/Syslog/Syslog.xs
528 ____________________________________________________________________________
529 [  9868] By: jhi                                   on 2001/04/26  21:35:12
530         Log: Further cuts and more docs from Graham Barr.
531      Branch: perl
532            ! ext/List/Util/lib/List/Util.pm
533            ! ext/List/Util/lib/Scalar/Util.pm
534 ____________________________________________________________________________
535 [  9867] By: jhi                                   on 2001/04/26  21:18:57
536         Log: Subject: [PATCH 5.7.1] DB_File-1.77
537              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
538              Date: Thu, 26 Apr 2001 22:37:53 +0100
539              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
540      Branch: perl
541            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
542            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
543 ____________________________________________________________________________
544 [  9866] By: jhi                                   on 2001/04/26  21:12:31
545         Log: Subject: [PATCH B::Deparse] fix easy bugs
546              From: Robin Houston <robin@kitsite.com>
547              Date: Thu, 26 Apr 2001 23:03:33 +0100
548              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
549      Branch: perl
550            ! ext/B/B/Deparse.pm
551 ____________________________________________________________________________
552 [  9865] By: jhi                                   on 2001/04/26  20:26:13
553         Log: Update Changes.
554      Branch: perl
555            ! Changes patchlevel.h
556 ____________________________________________________________________________
557 [  9864] By: jhi                                   on 2001/04/26  19:27:48
558         Log: Dethinko from Robin Houston.
559      Branch: perl
560            ! ext/B/B/Deparse.pm
561 ____________________________________________________________________________
562 [  9863] By: jhi                                   on 2001/04/26  19:10:35
563         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
564              From: Robin Houston <robin@kitsite.com>
565              Date: Thu, 26 Apr 2001 21:08:32 +0100
566              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
567      Branch: perl
568            ! ext/B/B/Deparse.pm
569 ____________________________________________________________________________
570 [  9862] By: jhi                                   on 2001/04/26  19:04:23
571         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
572              From: Robin Houston <robin@kitsite.com>
573              Date: Thu, 26 Apr 2001 20:52:50 +0100
574              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
575      Branch: perl
576            ! ext/B/B/Deparse.pm
577 ____________________________________________________________________________
578 [  9861] By: jhi                                   on 2001/04/26  18:56:14
579         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
580              From: Mike Guy <mjtg@cam.ac.uk>
581              Date: Thu, 26 Apr 2001 14:22:40 +0100
582              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
583      Branch: perl
584            ! pod/perlobj.pod
585 ____________________________________________________________________________
586 [  9860] By: jhi                                   on 2001/04/26  18:46:42
587         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
588              From: Robin Houston <robin@kitsite.com>
589              Date: Thu, 26 Apr 2001 20:34:29 +0100
590              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
591              
592              Hashes do not interpolate.
593      Branch: perl
594            ! ext/B/B/Deparse.pm
595 ____________________________________________________________________________
596 [  9859] By: jhi                                   on 2001/04/26  18:43:51
597         Log: Subject: The Time::Piece conspiracy unmasked!!!
598              From: Mike Guy <mjtg@cam.ac.uk>
599              Date: Thu, 26 Apr 2001 19:02:50 +0100
600              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
601              
602              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
603              From: Mike Guy <mjtg@cam.ac.uk>
604              Date: Thu, 26 Apr 2001 19:08:21 +0100
605              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
606              
607              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
608              From: Graham Barr <gbarr@pobox.com>
609              Date: Thu, 26 Apr 2001 19:12:03 +0100
610              Message-ID: <20010426191203.A70835@pobox.com>
611              
612              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
613      Branch: perl
614            ! ext/List/Util/lib/List/Util.pm
615            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
616 ____________________________________________________________________________
617 [  9858] By: jhi                                   on 2001/04/26  18:17:42
618         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
619              From: Robin Houston <robin@kitsite.com>
620              Date: Thu, 26 Apr 2001 16:09:35 +0100
621              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
622      Branch: perl
623            ! t/comp/proto.t
624 ____________________________________________________________________________
625 [  9857] By: jhi                                   on 2001/04/26  18:04:59
626         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
627              From: barries <barries@slaysys.com>
628              Date: Thu, 26 Apr 2001 12:01:10 -0400
629              Message-ID: <20010426120110.E29698@jester.slaysys.com>
630      Branch: perl
631            ! pod/perldiag.pod
632 ____________________________________________________________________________
633 [  9856] By: jhi                                   on 2001/04/26  18:03:33
634         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
635              Date: Thu, 26 Apr 2001 17:13:41 +0100
636              From: Robin Houston <robin@kitsite.com>
637              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
638              
639              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
640              From: Robin Houston <robin@kitsite.com>
641              Date: Thu, 26 Apr 2001 18:44:29 +0100
642              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
643      Branch: perl
644            ! ext/B/B/Deparse.pm
645 ____________________________________________________________________________
646 [  9855] By: jhi                                   on 2001/04/26  17:56:04
647         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
648              From: Robin Houston <robin@kitsite.com>
649              Date: Thu, 26 Apr 2001 17:04:08 +0100
650              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
651      Branch: perl
652            ! ext/B/B/Deparse.pm
653 ____________________________________________________________________________
654 [  9854] By: jhi                                   on 2001/04/26  17:47:26
655         Log: Subject: Re: Short test case for undef %stash:: crash
656              From: Benjamin Sugars <bsugars@canoe.ca> 
657              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
658              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
659              Changed and moved the perldiag entry.
660      Branch: perl
661            ! gv.c pod/perldiag.pod
662 ____________________________________________________________________________
663 [  9853] By: jhi                                   on 2001/04/26  14:35:16
664         Log: Beginnings of strptime().  Do not touch the wet paint.
665      Branch: perl
666            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
667 ____________________________________________________________________________
668 [  9852] By: jhi                                   on 2001/04/26  13:17:21
669         Log: Retract #9851, core dumps from pod2man.
670      Branch: perl
671            ! regcomp.c
672 ____________________________________________________________________________
673 [  9851] By: jhi                                   on 2001/04/26  11:54:41
674         Log: (Retracted by #9852.)
675              
676              Subject: [PATCH @9846] dumping ANYOF
677              From: Hugo <hv@crypt.compulink.co.uk>
678              Date: Thu, 26 Apr 2001 05:32:38 +0100
679              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
680      Branch: perl
681            ! regcomp.c
682 ____________________________________________________________________________
683 [  9850] By: jhi                                   on 2001/04/26  02:34:44
684         Log: If ccflags was empty the _previous_ $* containing all the
685              environment variables and Configure variables was used,
686              which lead, among other bad things, into $ccflags being your
687              uname -a output, which lead into test compile with cc failing,
688              which lead into gcc being selected, which didn't work that well
689              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
690              with large files, et cetera.
691      Branch: perl
692            ! hints/hpux.sh
693 ____________________________________________________________________________
694 [  9849] By: jhi                                   on 2001/04/26  01:44:57
695         Log: Make selfstubber test more portable.
696      Branch: perl
697            ! t/lib/selfstubber.t
698 ____________________________________________________________________________
699 [  9848] By: jhi                                   on 2001/04/26  00:50:26
700         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
701              From: Benjamin Sugars <ben.sugars@home.com>
702              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
703              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
704      Branch: perl
705            ! ext/Cwd/Cwd.xs
706 ____________________________________________________________________________
707 [  9847] By: jhi                                   on 2001/04/26  00:46:58
708         Log: Subject: [PATCH: perl@9841] VMS updates
709              From: Peter Prymmer <pvhp@forte.com>
710              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
711              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
712      Branch: perl
713            ! README.vms configure.com vms/descrip_mms.template
714            ! vms/ext/filespec.t
715 ____________________________________________________________________________
716 [  9846] By: jhi                                   on 2001/04/26  00:11:56
717         Log: re 'debug' was broken by #9084.
718      Branch: perl
719            ! ext/re/re.xs
720 ____________________________________________________________________________
721 [  9845] By: jhi                                   on 2001/04/25  22:33:17
722         Log: Subject: [PATCH] test for Devel::SelfStubber
723              From: Nicholas Clark <nick@ccl4.org>
724              Date: Thu, 26 Apr 2001 00:00:54 +0100
725              Message-ID: <20010426000054.D89026@plum.flirble.org>
726      Branch: perl
727            + t/lib/selfstubber.t
728            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
729 ____________________________________________________________________________
730 [  9844] By: jhi                                   on 2001/04/25  22:29:32
731         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
732              From: Paul Johnson <paul@pjcj.net>
733              Date: Thu, 26 Apr 2001 00:46:08 +0200
734              Message-ID: <20010426004608.H2338@pjcj.net>
735      Branch: perl
736            ! ext/B/B/Concise.pm
737 ____________________________________________________________________________
738 [  9843] By: jhi                                   on 2001/04/25  22:28:28
739         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
740              From: Peter Prymmer <pvhp@forte.com>
741              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
742              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
743      Branch: perl
744            ! ext/Cwd/Cwd.xs
745 ____________________________________________________________________________
746 [  9842] By: jhi                                   on 2001/04/25  20:58:12
747         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
748              From: John Peacock <jpeacock@rowman.com>
749              Date: Wed, 25 Apr 2001 17:30:26 -0400
750              Message-ID: <3AE741F2.B3217464@rowman.com>
751      Branch: perl
752            ! lib/Math/BigInt.pm t/lib/bigintpm.t
753 ____________________________________________________________________________
754 [  9841] By: jhi                                   on 2001/04/25  20:07:05
755         Log: Update Changes.
756      Branch: perl
757            ! Changes patchlevel.h
758 ____________________________________________________________________________
759 [  9840] By: jhi                                   on 2001/04/25  19:56:51
760         Log: Yet another HP-UX hints version from Merijn.
761      Branch: perl
762            ! hints/hpux.sh
763 ____________________________________________________________________________
764 [  9839] By: jhi                                   on 2001/04/25  19:53:04
765         Log: abs_path() didn't terminate the filename correctly,
766              in DIRNAMLENless systems like HP-UX this would fail.
767      Branch: perl
768            ! ext/Cwd/Cwd.xs
769 ____________________________________________________________________________
770 [  9838] By: jhi                                   on 2001/04/25  16:37:26
771         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
772              From: Mike Guy <mjtg@cam.ac.uk>
773              Date: Wed, 25 Apr 2001 18:31:47 +0100
774              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
775      Branch: perl
776            ! op.c
777 ____________________________________________________________________________
778 [  9837] By: jhi                                   on 2001/04/25  16:21:53
779         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
780              From: Jon Eveland <jweveland@yahoo.com>
781              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
782              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
783      Branch: perl
784            ! lib/perl5db.pl
785 ____________________________________________________________________________
786 [  9836] By: jhi                                   on 2001/04/25  14:17:50
787         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
788              From: "Philip Newton" <pnewton@gmx.de>
789              Date: Wed, 25 Apr 2001 17:05:58 +0200
790              Message-ID: <3AE703F6.3234.1833C45@localhost>
791      Branch: perl
792            ! Porting/patching.pod
793 ____________________________________________________________________________
794 [  9835] By: jhi                                   on 2001/04/25  13:58:07
795         Log: It would seem that both ar and full_ar need to be overridden
796              for HP-UX to avoid the GNU ar.
797      Branch: perl
798            ! hints/hpux.sh
799 ____________________________________________________________________________
800 [  9834] By: jhi                                   on 2001/04/25  13:50:40
801         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
802              From: "Philip Newton" <pnewton@gmx.de>
803              Date: Wed, 25 Apr 2001 16:09:23 +0200
804              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
805              
806              Detypo.
807      Branch: perl
808            ! t/op/misc.t
809 ____________________________________________________________________________
810 [  9833] By: jhi                                   on 2001/04/25  12:36:11
811         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
812      Branch: perl
813            ! hints/hpux.sh
814 ____________________________________________________________________________
815 [  9832] By: jhi                                   on 2001/04/25  12:33:36
816         Log: New version of HP-UX hints from Merijn.
817      Branch: perl
818            ! hints/hpux.sh
819 ____________________________________________________________________________
820 [  9831] By: jhi                                   on 2001/04/25  03:39:45
821         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
822      Branch: perl
823            ! hints/hpux.sh
824 ____________________________________________________________________________
825 [  9830] By: jhi                                   on 2001/04/25  02:53:25
826         Log: The tzname[] bit is not needed by util.c -- and causes
827              heartburn in VMS (and it missing was probably the cause of
828              the Mac OS X trouble).  Ouch.
829      Branch: perl
830            ! ext/POSIX/POSIX.xs util.c
831 ____________________________________________________________________________
832 [  9829] By: jhi                                   on 2001/04/25  00:10:06
833         Log: Metaconfig unit change for #9828.
834      Branch: metaconfig
835            ! U/compline/ccflags.U
836 ____________________________________________________________________________
837 [  9828] By: jhi                                   on 2001/04/25  00:04:18
838         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
839              (which is actually the reason for the change, we need to pass
840              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
841              EP/IX, OS/2, and TitanOS, based on the hints files.
842      Branch: perl
843            ! Configure config_h.SH
844 ____________________________________________________________________________
845 [  9827] By: jhi                                   on 2001/04/24  23:49:20
846         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
847              the $cat must have an absolute path.
848      Branch: perl
849            ! makedepend.SH
850 ____________________________________________________________________________
851 [  9826] By: jhi                                   on 2001/04/24  23:40:53
852         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
853      Branch: perl
854            ! README.amiga
855 ____________________________________________________________________________
856 [  9825] By: jhi                                   on 2001/04/24  23:35:35
857         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
858              From: "Philip Newton" <pnewton@gmx.de>
859              Date: Tue, 24 Apr 2001 18:52:49 +0200
860              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
861      Branch: perl
862            ! x2p/find2perl.PL
863 ____________________________________________________________________________
864 [  9824] By: jhi                                   on 2001/04/24  23:33:07
865         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
866              Some gcc specifics dropped out due to extensive rewriting;
867              will be put back later as needed.
868      Branch: perl
869            ! hints/hpux.sh
870 ____________________________________________________________________________
871 [  9823] By: jhi                                   on 2001/04/24  23:27:57
872         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
873      Branch: perl
874            ! ext/POSIX/POSIX.xs
875 ____________________________________________________________________________
876 [  9822] By: jhi                                   on 2001/04/24  23:25:21
877         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
878              From: Tim Jenness <t.jenness@jach.hawaii.edu>
879              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
880              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
881      Branch: perl
882            ! ext/XS/Typemap/Typemap.xs
883 ____________________________________________________________________________
884 [  9821] By: jhi                                   on 2001/04/24  23:24:10
885         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
886              From: "Abigail" <abigail@foad.org>
887              Date: Tue, 24 Apr 2001 23:12:03 +0200
888              Message-ID: <20010424211203.7901.qmail@foad.org>
889      Branch: perl
890            ! pod/perlport.pod
891 ____________________________________________________________________________
892 [  9820] By: jhi                                   on 2001/04/24  23:23:15
893         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
894              From: Matt Sergeant <matt@sergeant.org>
895              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
896              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
897      Branch: perl
898            ! pod/perlfaq4.pod
899 ____________________________________________________________________________
900 [  9819] By: nick                                  on 2001/04/24  18:49:43
901         Log: Integrate mainline.
902      Branch: perlio
903           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
904           !> (integrate 37 files)
905 ____________________________________________________________________________
906 [  9818] By: jhi                                   on 2001/04/24  14:35:23
907         Log: Update Changes.
908      Branch: perl
909            ! Changes patchlevel.h
910 ____________________________________________________________________________
911 [  9817] By: jhi                                   on 2001/04/24  14:09:17
912         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
913              From: "Philip Newton" <pnewton@gmx.de>
914              Date: Tue, 24 Apr 2001 12:58:12 +0200
915              Message-ID: <3AE57864.8304.B77A0A@localhost> 
916              
917              plus add CPAN to the list of modules that have their own tests.
918      Branch: perl
919            ! t/lib/1_compile.t
920 ____________________________________________________________________________
921 [  9816] By: jhi                                   on 2001/04/24  14:07:03
922         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
923              From: Michael G Schwern <schwern@pobox.com>
924              Date: Sat, 21 Apr 2001 22:35:00 +0100
925              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
926      Branch: perl
927            ! t/lib/1_compile.t
928 ____________________________________________________________________________
929 [  9815] By: jhi                                   on 2001/04/24  13:54:32
930         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
931              From: Robin Houston <robin@kitsite.com>
932              Date: Tue, 24 Apr 2001 15:51:18 +0100
933              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
934      Branch: perl
935            ! ext/B/B/Deparse.pm
936 ____________________________________________________________________________
937 [  9814] By: jhi                                   on 2001/04/24  13:17:34
938         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
939              From: Bill Glicker <billg@burrelles.com>
940              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
941              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
942      Branch: perl
943            ! hints/svr5.sh
944 ____________________________________________________________________________
945 [  9813] By: jhi                                   on 2001/04/24  12:54:23
946         Log: Prevent path disclosure (probing for existence of filenames)
947              using suidperl; bug id 20010322.218.
948      Branch: perl
949            ! perl.c pod/perldiag.pod
950 ____________________________________________________________________________
951 [  9812] By: jhi                                   on 2001/04/24  12:08:36
952         Log: Retract #9811.
953      Branch: perl
954            ! ext/POSIX/POSIX.xs
955 ____________________________________________________________________________
956 [  9811] By: jhi                                   on 2001/04/24  11:57:35
957         Log: (Retracted by #9812.)
958      Branch: perl
959            ! ext/POSIX/POSIX.xs
960 ____________________________________________________________________________
961 [  9810] By: jhi                                   on 2001/04/24  03:32:35
962         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
963      Branch: perl
964            ! util.c
965 ____________________________________________________________________________
966 [  9809] By: jhi                                   on 2001/04/24  03:16:13
967         Log: The Math::BigFloat::import() was broken.
968              (Fixes bug id 20010422.002.)
969      Branch: perl
970            ! lib/Math/BigFloat.pm
971 ____________________________________________________________________________
972 [  9808] By: jhi                                   on 2001/04/24  01:11:40
973         Log: Additional dependencies; should help for parallel makes
974              not to fail on missing lib/lib.pm or lib/re.pm.
975      Branch: perl
976            ! Makefile.SH
977 ____________________________________________________________________________
978 [  9807] By: jhi                                   on 2001/04/24  00:57:01
979         Log: Update the test failure disclaimer.
980      Branch: perl
981            ! t/pragma/warn/pp_hot
982 ____________________________________________________________________________
983 [  9806] By: jhi                                   on 2001/04/24  00:54:04
984         Log: Add make target "install-all" which is alias for "install"
985              to cater for case-preserving filesystems like HFS+.
986      Branch: perl
987            ! INSTALL Makefile.SH
988 ____________________________________________________________________________
989 [  9805] By: jhi                                   on 2001/04/24  00:47:28
990         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
991              From: Peter Prymmer <pvhp@forte.com>
992              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
993              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
994              
995              (Ken William's message forwarded from macosx@perl.org)
996      Branch: perl
997            ! hints/darwin.sh
998 ____________________________________________________________________________
999 [  9804] By: jhi                                   on 2001/04/23  23:57:35
1000         Log: Cut-and-pasto.
1001      Branch: perl
1002            ! perlio.c
1003 ____________________________________________________________________________
1004 [  9803] By: jhi                                   on 2001/04/23  23:52:25
1005         Log: More PerlIO robustness.
1006      Branch: perl
1007            ! perlio.c
1008 ____________________________________________________________________________
1009 [  9802] By: jhi                                   on 2001/04/23  23:43:35
1010         Log: Make the "STD* opened only for ..." errors more consistent.
1011      Branch: perl
1012            ! doio.c
1013 ____________________________________________________________________________
1014 [  9801] By: jhi                                   on 2001/04/23  23:34:26
1015         Log: Test case for #9800.
1016      Branch: perl
1017            ! t/op/misc.t
1018 ____________________________________________________________________________
1019 [  9800] By: jhi                                   on 2001/04/23  23:14:43
1020         Log: Avoid coredump on 'close STDERR; die' by making
1021              the PerlIO calls more robust.  Also use SETERRNO()
1022              instead of errno = to be more VMS-ready.
1023      Branch: perl
1024            ! perlio.c
1025 ____________________________________________________________________________
1026 [  9799] By: jhi                                   on 2001/04/23  21:41:10
1027         Log: Subject: test for ID 20010423.002
1028              From: Robin Houston <robin@kitsite.com>
1029              Date: Mon, 23 Apr 2001 16:52:21 +0100
1030              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
1031      Branch: perl
1032            ! t/op/avhv.t
1033 ____________________________________________________________________________
1034 [  9798] By: jhi                                   on 2001/04/23  21:40:07
1035         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
1036              From: David Dyck <dcd@tc.fluke.com>
1037              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
1038              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
1039      Branch: perl
1040            ! installperl
1041 ____________________________________________________________________________
1042 [  9797] By: jhi                                   on 2001/04/23  21:37:56
1043         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
1044              From: Benjamin Sugars <bsugars@canoe.ca>
1045              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
1046              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
1047      Branch: perl
1048            ! ext/Cwd/Cwd.xs lib/Cwd.pm
1049 ____________________________________________________________________________
1050 [  9796] By: jhi                                   on 2001/04/23  21:29:24
1051         Log: Synchronize h2xs and pod2man some more on the documentation
1052              templates they propose.
1053      Branch: perl
1054            ! pod/pod2man.PL utils/h2xs.PL
1055 ____________________________________________________________________________
1056 [  9795] By: jhi                                   on 2001/04/23  17:30:40
1057         Log: Add one more naughty test for base64; make encoding logic cleaner.
1058      Branch: perl
1059            ! t/lib/mimeb64.t
1060 ____________________________________________________________________________
1061 [  9794] By: jhi                                   on 2001/04/23  13:51:32
1062         Log: Update Changes.
1063      Branch: perl
1064            ! Changes patchlevel.h
1065 ____________________________________________________________________________
1066 [  9793] By: jhi                                   on 2001/04/23  13:44:18
1067         Log: Duplicate lines.
1068      Branch: perl
1069            ! MANIFEST
1070 ____________________________________________________________________________
1071 [  9792] By: jhi                                   on 2001/04/23  13:39:13
1072         Log: Subject: Re: PATCH 5.7.1
1073              From: Mark-Jason Dominus <mjd@plover.com>
1074              Date: Mon, 23 Apr 2001 10:30:21 -0400
1075              Message-ID: <20010423143021.17335.qmail@plover.com>
1076      Branch: perl
1077            ! perl.h sv.c
1078 ____________________________________________________________________________
1079 [  9791] By: jhi                                   on 2001/04/23  13:32:40
1080         Log: Add the CPAN.pm 1.59_54 tests.
1081      Branch: perl
1082            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
1083            ! MANIFEST
1084 ____________________________________________________________________________
1085 [  9790] By: jhi                                   on 2001/04/23  13:21:55
1086         Log: Subject: Deparse nit
1087              From: Robin Houston <robin@kitsite.com>
1088              Date: Mon, 23 Apr 2001 12:38:20 +0100
1089              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
1090      Branch: perl
1091            ! ext/B/B/Deparse.pm
1092 ____________________________________________________________________________
1093 [  9789] By: jhi                                   on 2001/04/23  13:19:07
1094         Log: Subject: [PATCH] bug 20010423.002
1095              From: Robin Houston <robin@kitsite.com>
1096              Date: Mon, 23 Apr 2001 13:12:30 +0100
1097              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
1098      Branch: perl
1099            ! pp.c
1100 ____________________________________________________________________________
1101 [  9788] By: jhi                                   on 2001/04/23  13:02:49
1102         Log: Subject: PATCH [5.7.1] hv.c unused #define
1103              From: Mark-Jason Dominus <mjd@plover.com>
1104              Date: Sun, 22 Apr 2001 14:17:49 -0400
1105              Message-ID: <20010422181749.26976.qmail@plover.com>
1106      Branch: perl
1107            ! hv.c
1108 ____________________________________________________________________________
1109 [  9787] By: jhi                                   on 2001/04/23  13:02:02
1110         Log: Subject: PATCH 5.7.1
1111              From: Mark-Jason Dominus <mjd@plover.com>
1112              Date: Sun, 22 Apr 2001 15:12:57 -0400
1113              Message-ID: <20010422191258.6539.qmail@plover.com>
1114              
1115              plus Sarathy's STMT_START + STMT_END suggestion.
1116      Branch: perl
1117            ! perl.h
1118 ____________________________________________________________________________
1119 [  9786] By: jhi                                   on 2001/04/23  12:53:25
1120         Log: Fix for
1121              
1122              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
1123              From: dLux <dlux@spam.sch.bme.hu>
1124              Date: Mon, 23 Apr 2001 01:25:26 +0200
1125              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
1126              
1127              (SvGROW really does return a char *.)
1128      Branch: perl
1129            ! pod/perlapi.pod sv.h
1130 ____________________________________________________________________________
1131 [  9785] By: jhi                                   on 2001/04/23  04:34:04
1132         Log: Time::Piece work continues.  $t->day removed since
1133              I think it's too confusing.  Now has normal and
1134              abbreviated length weekday names and month names,
1135              the names change with _names(), not _list().
1136              Now has strftime() in Perl, _strftime() is
1137              the libc version (to which strftime() falls back
1138              if it doesn't know the format.  To do: the reverse
1139              of strftime, strptime(), and the localisation of both.
1140      Branch: perl
1141            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
1142            ! t/lib/time-piece.t
1143 ____________________________________________________________________________
1144 [  9784] By: jhi                                   on 2001/04/23  02:41:46
1145         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
1146              From: andreas.koenig@anima.de (Andreas J. Koenig)
1147              Date: 23 Apr 2001 05:20:55 +0200
1148              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
1149      Branch: perl
1150            ! t/pragma/overload.t
1151 ____________________________________________________________________________
1152 [  9783] By: jhi                                   on 2001/04/22  23:32:42
1153         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
1154              From: Robin Houston <robin@kitsite.com>
1155              Date: Mon, 23 Apr 2001 00:38:18 +0100
1156              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
1157      Branch: perl
1158            ! ext/B/B/Deparse.pm
1159 ____________________________________________________________________________
1160 [  9782] By: jhi                                   on 2001/04/22  20:55:43
1161         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
1162              From: Simon Cozens <simon@netthink.co.uk>
1163              Date: Sun, 22 Apr 2001 18:47:25 +0100
1164              Message-ID: <20010422184725.A14411@netthink.co.uk>
1165      Branch: perl
1166            ! sv.c t/pragma/overload.t
1167 ____________________________________________________________________________
1168 [  9781] By: jhi                                   on 2001/04/22  20:52:13
1169         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
1170              From: Robin Houston <robin@kitsite.com>
1171              Date: Sun, 22 Apr 2001 22:14:50 +0100
1172              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
1173      Branch: perl
1174            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
1175 ____________________________________________________________________________
1176 [  9780] By: nick                                  on 2001/04/22  20:40:31
1177         Log: Integrate mainline.
1178      Branch: perlio
1179           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
1180           +> t/lib/b-stash.t
1181           !> (integrate 38 files)
1182 ____________________________________________________________________________
1183 [  9779] By: jhi                                   on 2001/04/22  15:16:03
1184         Log: Subject: IO::Socket::INET patch
1185              From: andrew deryabin <djsf@technarchy.ru>
1186              Date: Sat, 21 Apr 2001 17:46:52 +0400
1187              Message-ID: <20010421174652.B1426@technarchy>
1188      Branch: perl
1189            ! ext/IO/lib/IO/Socket/INET.pm
1190 ____________________________________________________________________________
1191 [  9778] By: jhi                                   on 2001/04/22  15:14:33
1192         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
1193              From: Mark-Jason Dominus <mjd@plover.com>
1194              Date: Sat, 21 Apr 2001 21:27:49 -0400
1195              Message-ID: <20010422012749.27024.qmail@plover.com>
1196      Branch: perl
1197            ! regcomp.c
1198 ____________________________________________________________________________
1199 [  9777] By: jhi                                   on 2001/04/22  15:10:51
1200         Log: Subject: Re: Regex debugger patch 
1201              From: Mark-Jason Dominus <mjd@plover.com>
1202              Date: Sat, 21 Apr 2001 21:48:51 -0400
1203              Message-ID: <20010422014851.27165.qmail@plover.com>
1204      Branch: perl
1205            ! pod/perldebguts.pod
1206 ____________________________________________________________________________
1207 [  9776] By: jhi                                   on 2001/04/22  15:09:48
1208         Log: Subject: Re: Regex debugger patch
1209              From: Mark-Jason Dominus <mjd@plover.com>
1210              Date: Sat, 21 Apr 2001 14:24:39 -0400
1211              Message-ID: <20010421182439.16508.qmail@plover.com>
1212              
1213              Regex debugger backend.
1214      Branch: perl
1215            ! regcomp.c regexp.h
1216 ____________________________________________________________________________
1217 [  9775] By: jhi                                   on 2001/04/21  16:45:40
1218         Log: Subject: [PATCH] Typo in utf8.h
1219              From: Jesús Quiroga <jquiroga@pobox.com>
1220              Date: Sat, 21 Apr 2001 19:25:33 +0200
1221              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
1222      Branch: perl
1223            ! utf8.h
1224 ____________________________________________________________________________
1225 [  9774] By: jhi                                   on 2001/04/21  16:43:52
1226         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
1227              From: Joe Orton <jorton@redhat.com>
1228              Date: Tue, 17 Apr 2001 15:50:43 +0100
1229              Message-Id: <20010417155043.D19132@eu.c2.net>
1230      Branch: perl
1231            ! hints/svr5.sh
1232 ____________________________________________________________________________
1233 [  9773] By: jhi                                   on 2001/04/21  15:30:15
1234         Log: Subject: Patch utils/h2xs.PL
1235              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1236              Date: Sat, 21 Apr 2001 10:32:16 -0500
1237              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
1238              
1239              Add MAILING list and LICENSE templates.
1240      Branch: perl
1241            ! utils/h2xs.PL
1242 ____________________________________________________________________________
1243 [  9772] By: jhi                                   on 2001/04/21  15:28:36
1244         Log: Subject: perlfaq2.patch for 5.7.1
1245              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1246              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
1247              Date: Fri, 20 Apr 2001 16:42:19 -0500
1248              
1249              rm an extra tab, a blurb about the xx.cpan to clarify
1250              which countries actually have that and dejanews is history
1251              as well as most of that nonsensical entry.
1252      Branch: perl
1253            ! pod/perlfaq2.pod
1254 ____________________________________________________________________________
1255 [  9771] By: jhi                                   on 2001/04/21  15:27:17
1256         Log: Subject: perlfaq1.patch for 5.7.1
1257              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1258              Date: Fri, 20 Apr 2001 16:57:36 -0500
1259              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
1260              
1261              Evil URLs must die. Especially when they are broken.
1262      Branch: perl
1263            ! pod/perlfaq1.pod
1264 ____________________________________________________________________________
1265 [  9770] By: jhi                                   on 2001/04/21  15:23:38
1266         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
1267              From: Michael G Schwern <schwern@pobox.com>
1268              Date: Sat, 21 Apr 2001 16:11:12 +0100
1269              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
1270      Branch: perl
1271            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
1272            + t/lib/b-stash.t
1273            ! MANIFEST ext/B/B.pm t/lib/b.t
1274 ____________________________________________________________________________
1275 [  9769] By: jhi                                   on 2001/04/21  15:03:32
1276         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
1277              From: Michael G Schwern <schwern@pobox.com>
1278              Date: Sat, 21 Apr 2001 09:48:00 +0100
1279              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
1280      Branch: perl
1281            ! utils/h2ph.PL
1282 ____________________________________________________________________________
1283 [  9768] By: jhi                                   on 2001/04/21  14:33:49
1284         Log: PerlIO and Encode doc cleanup and tweaks.
1285      Branch: perl
1286            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
1287            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
1288 ____________________________________________________________________________
1289 [  9767] By: jhi                                   on 2001/04/21  12:40:16
1290         Log: Integrate perlio.
1291      Branch: perl
1292           !> doio.c
1293 ____________________________________________________________________________
1294 [  9766] By: nick                                  on 2001/04/20  18:28:35
1295         Log: Avoid core dump on
1296              open(STDOUT,">",\$foo);
1297      Branch: perlio
1298            ! doio.c
1299 ____________________________________________________________________________
1300 [  9765] By: jhi                                   on 2001/04/20  13:23:43
1301         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
1302              From: Robin Houston <robin@kitsite.com>
1303              Date: Fri, 20 Apr 2001 14:29:22 +0100
1304              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
1305      Branch: perl
1306            ! ext/B/B.pm ext/B/B/Deparse.pm
1307 ____________________________________________________________________________
1308 [  9764] By: jhi                                   on 2001/04/20  13:19:33
1309         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
1310              From: Peter Prymmer <pvhp@forte.com>
1311              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
1312              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
1313      Branch: perl
1314            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
1315            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
1316            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
1317            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
1318 ____________________________________________________________________________
1319 [  9763] By: jhi                                   on 2001/04/20  12:36:39
1320         Log: Subject: Re: A new PerlIO coredump
1321              From: Nick Ing-Simmons <nik@tiuk.ti.com>
1322              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
1323              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
1324      Branch: perl
1325            ! doio.c
1326 ____________________________________________________________________________
1327 [  9762] By: jhi                                   on 2001/04/19  23:02:30
1328         Log: Update Changes.
1329      Branch: perl
1330            ! Changes patchlevel.h
1331 ____________________________________________________________________________
1332 [  9761] By: jhi                                   on 2001/04/19  22:59:19
1333         Log: More cleanup cleanup.
1334      Branch: perl
1335            ! Makefile.SH win32/Makefile win32/makefile.mk
1336 ____________________________________________________________________________
1337 [  9760] By: jhi                                   on 2001/04/19  22:50:31
1338         Log: lib/Time is non-empty, let's not rmdir it.
1339      Branch: perl
1340            ! Makefile.SH
1341 ____________________________________________________________________________
1342 [  9759] By: jhi                                   on 2001/04/19  22:36:51
1343         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
1344              From: Robin Houston <robin@kitsite.com>
1345              Date: Fri, 20 Apr 2001 00:18:53 +0100
1346              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
1347      Branch: perl
1348            ! ext/B/B/Deparse.pm
1349 ____________________________________________________________________________
1350 [  9758] By: jhi                                   on 2001/04/19  22:36:00
1351         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
1352              From: Peter Prymmer <pvhp@forte.com>
1353              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
1354              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
1355      Branch: perl
1356            ! ext/Cwd/Cwd.xs
1357 ____________________________________________________________________________
1358 [  9757] By: nick                                  on 2001/04/19  18:53:54
1359         Log: Blind (untested) integrate of mainline.
1360      Branch: perlio
1361           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
1362           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
1363           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
1364           !> (integrate 53 files)
1365 ____________________________________________________________________________
1366 [  9756] By: jhi                                   on 2001/04/19  16:59:23
1367         Log: Document and test Time::Piece.
1368      Branch: perl
1369            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
1370            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
1371 ____________________________________________________________________________
1372 [  9755] By: jhi                                   on 2001/04/19  12:13:29
1373         Log: A better fix for the \x{12345678} trouble from NI-S.
1374      Branch: perl
1375            ! utf8.c
1376 ____________________________________________________________________________
1377 [  9754] By: jhi                                   on 2001/04/19  11:56:07
1378         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
1379              From: Robin Houston <robin@kitsite.com>
1380              Date: Wed, 18 Apr 2001 17:58:33 +0100
1381              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
1382      Branch: perl
1383            ! ext/B/B/Deparse.pm op.c
1384 ____________________________________________________________________________
1385 [  9753] By: jhi                                   on 2001/04/19  04:21:52
1386         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
1387              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
1388              Date: Thu, 19 Apr 2001 01:11:41 -0400
1389              Message-ID: <20010419011141.A5798@cpan.org>
1390      Branch: perl
1391            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
1392 ____________________________________________________________________________
1393 [  9752] By: jhi                                   on 2001/04/19  02:41:10
1394         Log: The new time utils need to be thread-aware, too.
1395      Branch: perl
1396            ! util.c
1397 ____________________________________________________________________________
1398 [  9751] By: jhi                                   on 2001/04/19  02:26:47
1399         Log: Compilation nit noticed by AIX compiler.
1400      Branch: perl
1401            ! perlio.c
1402 ____________________________________________________________________________
1403 [  9750] By: jhi                                   on 2001/04/19  02:20:06
1404         Log: The new time utils need to be public.
1405      Branch: perl
1406            ! embed.pl
1407 ____________________________________________________________________________
1408 [  9749] By: jhi                                   on 2001/04/19  01:42:39
1409         Log: Regen toc.
1410      Branch: perl
1411            ! pod/perltoc.pod
1412 ____________________________________________________________________________
1413 [  9748] By: jhi                                   on 2001/04/19  01:41:10
1414         Log: Add Time::Piece, a slight rewrite of Time::Object,
1415              from Matt Sergeant.
1416      Branch: perl
1417            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
1418            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
1419            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
1420            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
1421            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
1422            ! win32/makefile.mk
1423 ____________________________________________________________________________
1424 [  9747] By: jhi                                   on 2001/04/19  00:55:35
1425         Log: The new metaconfig unit from strftime.
1426      Branch: metaconfig/U/perl
1427            + d_strftime.U
1428 ____________________________________________________________________________
1429 [  9746] By: jhi                                   on 2001/04/19  00:54:54
1430         Log: Move the strftime() wrapper from POSIX.xs to util.c
1431              as my_strftime(), requires HAS_STRFTIME.
1432      Branch: perl
1433            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1434            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
1435            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
1436            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1437            ! vos/config.ga.h win32/config.bc win32/config.gc
1438            ! win32/config.vc
1439 ____________________________________________________________________________
1440 [  9745] By: jhi                                   on 2001/04/18  23:11:03
1441         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
1442              in preparation of Time::Piece.
1443      Branch: perl
1444            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
1445 ____________________________________________________________________________
1446 [  9744] By: jhi                                   on 2001/04/18  22:33:12
1447         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
1448              From: Peter Prymmer <pvhp@forte.com>
1449              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
1450              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
1451      Branch: perl
1452            ! t/lib/exporter.t
1453 ____________________________________________________________________________
1454 [  9743] By: jhi                                   on 2001/04/18  22:32:23
1455         Log: Subject: Fwd: pod2html leaves cache files lying around?
1456              From: Rajesh Vaidheeswarran <rv@gnu.org>
1457              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
1458              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
1459      Branch: perl
1460            ! lib/Pod/Html.pm
1461 ____________________________________________________________________________
1462 [  9742] By: jhi                                   on 2001/04/18  20:31:49
1463         Log: Update Changes.
1464      Branch: perl
1465            ! Changes patchlevel.h
1466 ____________________________________________________________________________
1467 [  9741] By: jhi                                   on 2001/04/18  20:23:02
1468         Log: Declare hints only if needed.
1469      Branch: perl
1470            ! ext/B/B/Deparse.pm
1471 ____________________________________________________________________________
1472 [  9740] By: jhi                                   on 2001/04/18  19:06:05
1473         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
1474              bug noticed by Robin Houston; basically the code of detecting
1475              value wraparound was acting differently under different compilers
1476              and platforms.  The workaround is to remove the overflow check
1477              for now, a real fix would be to do the overflow (portably) right.
1478      Branch: perl
1479            ! t/op/pat.t utf8.c
1480 ____________________________________________________________________________
1481 [  9739] By: jhi                                   on 2001/04/18  19:01:23
1482         Log: Subject: [PATCH B::Deparse] some pragma support
1483              From: Robin Houston <robin@kitsite.com>
1484              Date: Wed, 18 Apr 2001 19:32:12 +0100
1485              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
1486      Branch: perl
1487            ! ext/B/B/Deparse.pm
1488 ____________________________________________________________________________
1489 [  9738] By: jhi                                   on 2001/04/18  15:16:37
1490         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
1491              From: Benjamin Sugars <bsugars@canoe.ca>
1492              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
1493              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
1494      Branch: perl
1495            ! t/op/glob.t
1496 ____________________________________________________________________________
1497 [  9737] By: jhi                                   on 2001/04/18  13:24:50
1498         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
1499              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1500              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
1501              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
1502      Branch: perl
1503            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
1504            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
1505 ____________________________________________________________________________
1506 [  9736] By: jhi                                   on 2001/04/18  04:15:14
1507         Log: The #9735 also changes the subtest 12.
1508      Branch: perl
1509            ! t/lib/b.t
1510 ____________________________________________________________________________
1511 [  9735] By: jhi                                   on 2001/04/18  03:55:17
1512         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
1513              From: David Dyck <dcd@tc.fluke.com>
1514              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
1515              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
1516      Branch: perl
1517            ! ext/B/B/Deparse.pm
1518 ____________________________________________________________________________
1519 [  9734] By: jhi                                   on 2001/04/18  03:54:11
1520         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
1521              From: Gisle Aas <gisle@ActiveState.com>
1522              Date: 17 Apr 2001 19:06:45 -0700
1523              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
1524      Branch: perl
1525            ! pp_hot.c t/op/misc.t
1526 ____________________________________________________________________________
1527 [  9733] By: jhi                                   on 2001/04/17  22:25:22
1528         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
1529              From: "Abigail" <abigail@foad.org>
1530              Date: Wed, 18 Apr 2001 01:17:46 +0200
1531              Message-ID: <20010417231746.21657.qmail@foad.org>
1532      Branch: perl
1533            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
1534 ____________________________________________________________________________
1535 [  9732] By: jhi                                   on 2001/04/17  20:47:56
1536         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
1537              From: Robin Houston <robin@kitsite.com>
1538              Date: Tue, 17 Apr 2001 22:37:42 +0100
1539              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
1540      Branch: perl
1541            ! ext/B/B/Deparse.pm
1542 ____________________________________________________________________________
1543 [  9731] By: nick                                  on 2001/04/17  20:46:35
1544         Log: Re-sync for t/lib/b.t fix
1545      Branch: perlio
1546           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
1547 ____________________________________________________________________________
1548 [  9730] By: jhi                                   on 2001/04/17  20:45:29
1549         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
1550              From: Robin Houston <robin@kitsite.com>
1551              Date: Tue, 17 Apr 2001 22:29:36 +0100
1552              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
1553      Branch: perl
1554            ! ext/B/B.xs ext/B/B/Deparse.pm
1555 ____________________________________________________________________________
1556 [  9729] By: jhi                                   on 2001/04/17  20:43:11
1557         Log: Subject: Deparse - parenthesise args to undeclared subs
1558              From: Robin Houston <robin@kitsite.com>
1559              Date: Tue, 17 Apr 2001 21:31:05 +0100
1560              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
1561      Branch: perl
1562            ! ext/B/B/Deparse.pm
1563 ____________________________________________________________________________
1564 [  9728] By: jhi                                   on 2001/04/17  18:57:30
1565         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
1566              From: Benjamin Sugars <ben.sugars@home.com>
1567              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
1568              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
1569      Branch: perl
1570            ! t/lib/cwd.t
1571 ____________________________________________________________________________
1572 [  9727] By: jhi                                   on 2001/04/17  18:20:20
1573         Log: Subject: [PATCH B::Deparse] ambient pragmas
1574              From: Robin Houston <robin@kitsite.com>
1575              Date: Tue, 17 Apr 2001 20:01:59 +0100
1576              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
1577      Branch: perl
1578            ! ext/B/B/Deparse.pm t/lib/b.t
1579 ____________________________________________________________________________
1580 [  9726] By: nick                                  on 2001/04/17  16:33:51
1581         Log: Integrate mainline (t/lib/b.t fails test 2...)
1582      Branch: perlio
1583           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
1584           +> ext/List/Util/README ext/List/Util/Util.xs
1585           +> ext/List/Util/lib/List/Util.pm
1586           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
1587           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
1588           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
1589           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
1590           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
1591           !> (integrate 31 files)
1592 ____________________________________________________________________________
1593 [  9725] By: jhi                                   on 2001/04/17  12:14:24
1594         Log: Subject: multiple B::* changes
1595              From: Robin Houston <robin@kitsite.com>
1596              Date: Thu, 12 Apr 2001 20:12:27 +0100
1597              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
1598      Branch: perl
1599            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
1600 ____________________________________________________________________________
1601 [  9724] By: jhi                                   on 2001/04/17  11:59:05
1602         Log: Thread-awareness from Doug MacEachern.
1603      Branch: perl
1604            ! ext/List/Util/Util.xs
1605 ____________________________________________________________________________
1606 [  9723] By: jhi                                   on 2001/04/17  11:57:41
1607         Log: Make the test more portable.
1608      Branch: perl
1609            ! t/lib/cwd.t
1610 ____________________________________________________________________________
1611 [  9722] By: jhi                                   on 2001/04/17  11:53:50
1612         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
1613              From: Benjamin Sugars <ben.sugars@home.com>
1614              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
1615              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
1616      Branch: perl
1617            ! t/lib/cwd.t
1618 ____________________________________________________________________________
1619 [  9721] By: jhi                                   on 2001/04/17  11:52:17
1620         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
1621              From: Benjamin Sugars <bsugars@canoe.ca>
1622              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
1623              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
1624      Branch: perl
1625            ! op.c
1626 ____________________________________________________________________________
1627 [  9720] By: jhi                                   on 2001/04/17  11:35:42
1628         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
1629              From: Chris Nandor <pudge@pobox.com>
1630              Date: Tue, 17 Apr 2001 00:30:49 -0400
1631              Message-Id: <p05100207b701768712de@[10.0.1.177]>
1632      Branch: perl
1633            ! ext/File/Glob/bsd_glob.c gv.c
1634 ____________________________________________________________________________
1635 [  9719] By: jhi                                   on 2001/04/17  11:32:13
1636         Log: Subject: [PATCH] Tweten->West
1637              From: Casey West <casey@geeknest.com>
1638              Date: Mon, 16 Apr 2001 12:11:22 -0400
1639              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
1640      Branch: perl
1641            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
1642            ! pod/perltie.pod
1643 ____________________________________________________________________________
1644 [  9718] By: jhi                                   on 2001/04/16  03:22:52
1645         Log: Update Changes.
1646      Branch: perl
1647            ! Changes patchlevel.h
1648 ____________________________________________________________________________
1649 [  9717] By: jhi                                   on 2001/04/16  03:06:28
1650         Log: Regen toc.
1651      Branch: perl
1652            ! pod/perltoc.pod
1653 ____________________________________________________________________________
1654 [  9716] By: jhi                                   on 2001/04/16  02:58:42
1655         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
1656              From: Prymmer/Kahn <pvhp@best.com>
1657              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
1658              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
1659      Branch: perl
1660            ! utf8.c
1661 ____________________________________________________________________________
1662 [  9715] By: jhi                                   on 2001/04/15  23:40:35
1663         Log: Subject: Re: Net::Ping patch, adds stream protocol
1664              From: bronson@rinspin.com (Scott Bronson)
1665              Date: Tue, 10 Apr 2001 23:58:33 -0700
1666              Message-ID: <20010410235833.N29719@rinspin.com>
1667      Branch: perl
1668            ! lib/Net/Ping.pm
1669 ____________________________________________________________________________
1670 [  9714] By: jhi                                   on 2001/04/15  23:31:46
1671         Log: Printing out the ok messages helps successful testing.
1672      Branch: perl
1673            ! t/lib/time-hires.t
1674 ____________________________________________________________________________
1675 [  9713] By: jhi                                   on 2001/04/15  21:43:24
1676         Log: Update Douglas Wegscheid's email.
1677      Branch: perl
1678            ! AUTHORS
1679 ____________________________________________________________________________
1680 [  9712] By: jhi                                   on 2001/04/15  21:40:41
1681         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
1682              From: Michael G Schwern <schwern@pobox.com>
1683              Date: Sat, 14 Apr 2001 22:40:50 +0100
1684              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
1685      Branch: perl
1686            + t/lib/exporter.t
1687            ! MANIFEST lib/Exporter/Heavy.pm
1688 ____________________________________________________________________________
1689 [  9711] By: jhi                                   on 2001/04/15  21:39:21
1690         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
1691              From: Michael G Schwern <schwern@pobox.com>
1692              Date: Sat, 14 Apr 2001 22:13:59 +0100
1693              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
1694      Branch: perl
1695            ! t/op/loopctl.t
1696 ____________________________________________________________________________
1697 [  9710] By: jhi                                   on 2001/04/15  21:30:19
1698         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
1699              From: Michael G Schwern <schwern@pobox.com>
1700              Date: Sat, 14 Apr 2001 22:05:32 +0100
1701              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
1702      Branch: perl
1703            ! t/pragma/warnings.t
1704 ____________________________________________________________________________
1705 [  9709] By: jhi                                   on 2001/04/15  19:34:09
1706         Log: Integrate changes #9706,9707 from maintperl into mainline.
1707              
1708              change#7210 broke .packlist generation
1709              
1710              ExtUtils::Installed doesn't quote regex metacharacters in paths
1711              before using them in match; also make it work for dosish platforms
1712      Branch: perl
1713           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1714 ____________________________________________________________________________
1715 [  9708] By: jhi                                   on 2001/04/15  19:31:01
1716         Log: Test also the scalar aspect of getitimer().
1717      Branch: perl
1718            ! t/lib/time-hires.t
1719 ____________________________________________________________________________
1720 [  9707] By: gsar                                  on 2001/04/15  17:24:20
1721         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
1722              before using them in match; also make it work for dosish platforms
1723      Branch: maint-5.6/perl
1724            ! lib/ExtUtils/Installed.pm
1725 ____________________________________________________________________________
1726 [  9706] By: gsar                                  on 2001/04/15  17:21:59
1727         Log: change#7210 broke .packlist generation (listed only filename
1728              rather than fully qualified path name)
1729      Branch: maint-5.6/perl
1730            ! lib/ExtUtils/Install.pm
1731 ____________________________________________________________________________
1732 [  9705] By: jhi                                   on 2001/04/15  12:36:33
1733         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
1734      Branch: perl
1735            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
1736            ! t/lib/time-hires.t
1737 ____________________________________________________________________________
1738 [  9704] By: jhi                                   on 2001/04/15  10:49:08
1739         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
1740              From: Prymmer/Kahn <pvhp@best.com>
1741              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
1742              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
1743      Branch: perl
1744            ! lib/utf8.pm pod/perlebcdic.pod
1745 ____________________________________________________________________________
1746 [  9703] By: jhi                                   on 2001/04/15  02:26:26
1747         Log: I keep forgetting to sort MANIFEST.
1748      Branch: perl
1749            ! MANIFEST
1750 ____________________________________________________________________________
1751 [  9702] By: jhi                                   on 2001/04/15  02:07:47
1752         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
1753              Now we have blessed, reftype, tainted, first, reduce, ...
1754      Branch: perl
1755            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
1756            + ext/List/Util/README ext/List/Util/Util.xs
1757            + ext/List/Util/lib/List/Util.pm
1758            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
1759            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
1760            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
1761            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
1762            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
1763            ! MANIFEST
1764 ____________________________________________________________________________
1765 [  9701] By: jhi                                   on 2001/04/14  15:05:25
1766         Log: Subject: RE: dprofpp.pl updates 
1767              From: Carl Eklof <CEklof@endeca.com>
1768              Date: Thu, 12 Apr 2001 18:45:46 -0400
1769              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
1770      Branch: perl
1771            ! utils/dprofpp.PL
1772 ____________________________________________________________________________
1773 [  9700] By: jhi                                   on 2001/04/14  14:44:55
1774         Log: Do not just blindly add CR.
1775      Branch: perl
1776            ! Porting/makerel
1777 ____________________________________________________________________________
1778 [  9699] By: jhi                                   on 2001/04/13  13:17:01
1779         Log: Update Changes.
1780      Branch: perl
1781            ! Changes patchlevel.h
1782 ____________________________________________________________________________
1783 [  9698] By: jhi                                   on 2001/04/13  12:44:48
1784         Log: Integrate perlio.
1785      Branch: perl
1786           !> ext/PerlIO/Scalar/Scalar.xs
1787 ____________________________________________________________________________
1788 [  9697] By: jhi                                   on 2001/04/13  12:29:15
1789         Log: Add more debug output to the test.
1790      Branch: perl
1791            ! t/lib/cwd.t
1792 ____________________________________________________________________________
1793 [  9696] By: nick                                  on 2001/04/13  10:14:29
1794         Log: Fix core dump on binmode($fh,'Scalar')
1795      Branch: perlio
1796            ! ext/PerlIO/Scalar/Scalar.xs
1797 ____________________________________________________________________________
1798 [  9695] By: nick                                  on 2001/04/13  09:05:42
1799         Log: Integrate mainline
1800      Branch: perlio
1801           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1802           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
1803           +> t/lib/time-hires.t
1804           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
1805           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
1806           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
1807           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
1808           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
1809           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
1810           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
1811 ____________________________________________________________________________
1812 [  9694] By: jhi                                   on 2001/04/12  22:23:35
1813         Log: Integrate change #9693 from maintperl into mainline.
1814              
1815              $VERSION and Version() on the same line provokes a warning from
1816              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
1817      Branch: perl
1818           !> lib/Devel/SelfStubber.pm
1819 ____________________________________________________________________________
1820 [  9693] By: gsar                                  on 2001/04/12  21:55:56
1821         Log: $VERSION and Version() on the same line provokes a warning from
1822              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
1823      Branch: maint-5.6/perl
1824            ! lib/Devel/SelfStubber.pm
1825 ____________________________________________________________________________
1826 [  9692] By: jhi                                   on 2001/04/12  13:54:00
1827         Log: This is at least 5.005.
1828      Branch: perl
1829            ! ext/Time/HiRes/HiRes.xs
1830 ____________________________________________________________________________
1831 [  9691] By: jhi                                   on 2001/04/12  13:37:20
1832         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
1833      Branch: perl
1834            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
1835            ! win32/Makefile win32/makefile.mk
1836 ____________________________________________________________________________
1837 [  9690] By: jhi                                   on 2001/04/12  01:34:46
1838         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
1839      Branch: perl
1840            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1841            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
1842            + t/lib/time-hires.t
1843            ! MANIFEST
1844 ____________________________________________________________________________
1845 [  9689] By: jhi                                   on 2001/04/12  00:28:39
1846         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
1847              From: Gisle Aas <gisle@ActiveState.com>
1848              Date: 11 Apr 2001 16:36:11 -0700
1849              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
1850      Branch: perl
1851            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
1852 ____________________________________________________________________________
1853 [  9688] By: jhi                                   on 2001/04/12  00:27:39
1854         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
1855              From: Gisle Aas <gisle@ActiveState.com>
1856              Date: 11 Apr 2001 11:13:24 -0700
1857              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
1858      Branch: perl
1859            ! ext/MIME/Base64/Base64.xs
1860 ____________________________________________________________________________
1861 [  9687] By: jhi                                   on 2001/04/11  19:51:47
1862         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
1863      Branch: perl
1864            ! Todo-5.6
1865 ____________________________________________________________________________
1866 [  9686] By: jhi                                   on 2001/04/11  16:54:25
1867         Log: Subject: [PATCH opcode.pl] Documentation of table format
1868              From: Simon Cozens <simon@netthink.co.uk>
1869              Date: Wed, 11 Apr 2001 12:59:31 +0100
1870              Message-ID: <20010411125931.A25681@netthink.co.uk>
1871      Branch: perl
1872            ! opcode.pl
1873 ____________________________________________________________________________
1874 [  9685] By: jhi                                   on 2001/04/11  16:53:15
1875         Log: Subject: [PATCH] prototype("CORE::recv")
1876              From: Simon Cozens <simon@netthink.co.uk>
1877              Date: Wed, 11 Apr 2001 13:24:35 +0100
1878              Message-ID: <20010411132435.A26169@netthink.co.uk>
1879      Branch: perl
1880            ! pp.c t/comp/proto.t
1881 ____________________________________________________________________________
1882 [  9684] By: jhi                                   on 2001/04/11  16:47:13
1883         Log: FAQ (and AUTHORS) update from Dan Carson: the information
1884              was several years obsolete, Term::Readkey has been updated
1885              to have the functionality.
1886      Branch: perl
1887            ! AUTHORS pod/perlfaq5.pod
1888 ____________________________________________________________________________
1889 [  9683] By: jhi                                   on 2001/04/11  12:15:46
1890         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
1891              From: Calle Dybedahl <calle@lysator.liu.se>
1892              Date: 10 Apr 2001 16:44:16 +0200
1893              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
1894      Branch: perl
1895            ! ext/MIME/Base64/Base64.xs
1896 ____________________________________________________________________________
1897 [  9682] By: jhi                                   on 2001/04/11  12:12:26
1898         Log: A more minimal fix for 20010410.006 from Hugo.
1899      Branch: perl
1900            ! regexec.c
1901 ____________________________________________________________________________
1902 [  9681] By: jhi                                   on 2001/04/11  11:34:23
1903         Log: Integrate changes #9678,9679 from maintline into mainperl.
1904              
1905              addendum to change#9676
1906              
1907              up $File::Glob::VERSION; add a note pointing out the version of
1908              the OpenBSD glob bsd_glob.c resembles
1909      Branch: perl
1910           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1911           !> ext/File/Glob/bsd_glob.h
1912 ____________________________________________________________________________
1913 [  9680] By: jhi                                   on 2001/04/11  11:30:38
1914         Log: Bad test numbering in integrate in #9677.
1915              Fixes ID 20010411.001.
1916      Branch: perl
1917            ! t/op/pat.t
1918 ____________________________________________________________________________
1919 [  9679] By: gsar                                  on 2001/04/11  03:38:40
1920         Log: up $File::Glob::VERSION; add a note pointing out the version of
1921              the OpenBSD glob bsd_glob.c resembles
1922      Branch: maint-5.6/perl
1923            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1924            ! ext/File/Glob/bsd_glob.h
1925 ____________________________________________________________________________
1926 [  9678] By: gsar                                  on 2001/04/11  03:09:48
1927         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
1928              revision 1.8.10.1 found here:
1929              
1930              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
1931      Branch: maint-5.6/perl
1932            ! ext/File/Glob/bsd_glob.c
1933 ____________________________________________________________________________
1934 [  9677] By: jhi                                   on 2001/04/11  02:54:39
1935         Log: Integrate changes #9675,9676 from maintperl into mainline.
1936              
1937              fix for bug 20010410.006, undo change#7115
1938              
1939              port the OpenBSD glob() security patch
1940      Branch: perl
1941           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
1942           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
1943           !> t/op/pat.t
1944 ____________________________________________________________________________
1945 [  9676] By: gsar                                  on 2001/04/11  02:19:02
1946         Log: port the glob() security patch found at:
1947              
1948              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
1949              
1950              CERT advisory for the issue is here:
1951              
1952              http://www.cert.org/advisories/CA-2001-07.html
1953              
1954              Note that the security scare is only relevant for those who are
1955              foolish enough to build suidperl (which is now officially discouraged)
1956      Branch: maint-5.6/perl
1957            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
1958            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
1959 ____________________________________________________________________________
1960 [  9675] By: gsar                                  on 2001/04/10  23:52:11
1961         Log: fix for bug 20010410.006
1962              
1963              undo change#7115 (came into maint-5.6 as change#8156)
1964              
1965              add tests to keep it from coming back
1966      Branch: maint-5.6/perl
1967            ! regexec.c t/op/pat.t
1968 ____________________________________________________________________________
1969 [  9674] By: nick                                  on 2001/04/10  20:39:31
1970         Log: Integrate mainline
1971      Branch: perlio
1972           +> Porting/testall.atom
1973           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
1974           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
1975           !> t/lib/lc-uk.t t/pod/find.t
1976 ____________________________________________________________________________
1977 [  9673] By: nick                                  on 2001/04/10  18:46:14
1978         Log: Integrate against change 9670 aka perl-5.7.1
1979      Branch: perlio
1980           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
1981           !> (integrate 53 files)
1982 ____________________________________________________________________________
1983 [  9672] By: jhi                                   on 2001/04/10  13:45:01
1984         Log: Add a script for doing cumulative profile of the test suite.
1985              (Requires ATOM, that is, Tru64.)
1986      Branch: perl
1987            + Porting/testall.atom
1988            ! MANIFEST
1989 ____________________________________________________________________________
1990 [  9671] By: jhi                                   on 2001/04/10  12:38:53
1991         Log: Missing std block.
1992      Branch: perl
1993            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
1994            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
1995            ! t/pod/find.t
1996 ____________________________________________________________________________
1997 [  9670] By: jhi                                   on 2001/04/10  01:25:58
1998         Log: This is 5.7.1.
1999      Branch: perl
2000            ! patchlevel.h
2001 ____________________________________________________________________________
2002 [  9669] By: jhi                                   on 2001/04/10  01:09:14
2003         Log: Update Changes.
2004      Branch: perl
2005            ! Changes patchlevel.h
2006 ____________________________________________________________________________
2007 [  9668] By: jhi                                   on 2001/04/10  01:00:38
2008         Log: Regen toc.
2009      Branch: perl
2010            ! pod/perltoc.pod
2011 ____________________________________________________________________________
2012 [  9667] By: jhi                                   on 2001/04/10  00:52:16
2013         Log: Update perlhist.
2014      Branch: perl
2015            ! pod/perlhist.pod
2016 ____________________________________________________________________________
2017 [  9666] By: jhi                                   on 2001/04/09  23:38:59
2018         Log: Slight wording tweaks from Damian to #9658.
2019      Branch: perl
2020            ! pod/perlobj.pod
2021 ____________________________________________________________________________
2022 [  9665] By: jhi                                   on 2001/04/09  19:56:06
2023         Log: Subject: [PATCH perlutil.pod] Nit
2024              From: Simon Cozens <simon@netthink.co.uk>
2025              Date: Mon, 9 Apr 2001 20:29:44 +0100
2026              Message-ID: <20010409202944.A14796@the.earth.li>
2027      Branch: perl
2028            ! pod/perlutil.pod
2029 ____________________________________________________________________________
2030 [  9664] By: jhi                                   on 2001/04/09  19:54:42
2031         Log: Subject: Re: perl571delta.pod@9631
2032              From: Mike Guy <mjtg@cam.ac.uk>
2033              Date: Mon, 09 Apr 2001 18:09:14 +0100
2034              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
2035      Branch: perl
2036            ! pod/perl571delta.pod
2037 ____________________________________________________________________________
2038 [  9663] By: jhi                                   on 2001/04/09  13:43:35
2039         Log: Update Changes.
2040      Branch: perl
2041            ! Changes patchlevel.h
2042 ____________________________________________________________________________
2043 [  9662] By: jhi                                   on 2001/04/09  13:24:46
2044         Log: tweak tweak.
2045      Branch: perl
2046            ! AUTHORS pod/perl571delta.pod
2047 ____________________________________________________________________________
2048 [  9661] By: jhi                                   on 2001/04/09  13:15:13
2049         Log: Thinko in manual patch applying.
2050      Branch: perl
2051            ! sv.c
2052 ____________________________________________________________________________
2053 [  9660] By: jhi                                   on 2001/04/09  13:07:53
2054         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
2055              From: Robin Barker <rmb1@cise.npl.co.uk> 
2056              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
2057              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
2058              
2059              (This corrects the case where the "isn't numeric" string contains \0s
2060              and is longer than the temporary buffer, and contains \0 at the point
2061              the string would be truncated by "...".) 
2062      Branch: perl
2063            ! sv.c
2064 ____________________________________________________________________________
2065 [  9659] By: jhi                                   on 2001/04/09  12:57:41
2066         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
2067      Branch: perl
2068            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
2069            ! t/lib/cgi-function.t t/lib/cgi-html.t
2070 ____________________________________________________________________________
2071 [  9658] By: jhi                                   on 2001/04/09  12:48:47
2072         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
2073              From: Ilmari Karonen <iltzu@sci.fi>
2074              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
2075              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
2076              
2077              Rearrange and rewrite the Method Invocation section
2078              to explain the concepts in nicer order.
2079      Branch: perl
2080            ! pod/perlobj.pod
2081 ____________________________________________________________________________
2082 [  9657] By: jhi                                   on 2001/04/09  12:35:58
2083         Log: Upgrade to podlators 1.09, from Russ Allbery.
2084      Branch: perl
2085            ! lib/Pod/Man.pm lib/Pod/Text.pm
2086 ____________________________________________________________________________
2087 [  9656] By: jhi                                   on 2001/04/09  12:31:53
2088         Log: perl571delta.
2089      Branch: perl
2090            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
2091 ____________________________________________________________________________
2092 [  9655] By: jhi                                   on 2001/04/09  12:20:09
2093         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
2094              From: Prymmer/Kahn <pvhp@best.com>
2095              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
2096              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
2097      Branch: perl
2098            ! lib/utf8.pm pod/perlunicode.pod
2099 ____________________________________________________________________________
2100 [  9654] By: gsar                                  on 2001/04/09  03:38:33
2101         Log: here lies 5.6.1
2102      Branch: maint-5.6/perl
2103            ! Changes
2104 ____________________________________________________________________________
2105 [  9653] By: jhi                                   on 2001/04/09  03:25:24
2106         Log: Update perlhist.
2107      Branch: perl
2108            ! pod/perlhist.pod
2109 ____________________________________________________________________________
2110 [  9652] By: jhi                                   on 2001/04/09  03:18:49
2111         Log: perl571delta tweaking continues.
2112      Branch: perl
2113            ! pod/perl571delta.pod
2114 ____________________________________________________________________________
2115 [  9651] By: gsar                                  on 2001/04/09  03:11:19
2116         Log: update Changes, patchlevel.h &c.
2117      Branch: maint-5.6/perl
2118            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
2119            ! pod/perltoc.pod
2120 ____________________________________________________________________________
2121 [  9650] By: jhi                                   on 2001/04/09  02:40:24
2122         Log: Integrate the perlfork half of #9513 from maintperl into mainline
2123              (the perlunicode half is obsolete)
2124      Branch: perl
2125            ! pod/perlfork.pod
2126 ____________________________________________________________________________
2127 [  9649] By: gsar                                  on 2001/04/09  02:35:43
2128         Log: tweak perldelta as suggested by Jarkko
2129      Branch: maint-5.6/perl
2130            ! pod/perldelta.pod
2131 ____________________________________________________________________________
2132 [  9648] By: jhi                                   on 2001/04/09  02:13:04
2133         Log: Integrate change #9646 from maintperl into mainline.
2134              
2135              add note about ithreads and Thread.pm
2136      Branch: perl
2137           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
2138 ____________________________________________________________________________
2139 [  9647] By: jhi                                   on 2001/04/09  02:10:18
2140         Log: Bad assumption that shortsize == 2.
2141      Branch: perl
2142            ! t/lib/xs-typemap.t
2143 ____________________________________________________________________________
2144 [  9646] By: gsar                                  on 2001/04/09  00:48:04
2145         Log: add note about ithreads and Thread.pm (too many people are
2146              confused by the fact that Thread.pm is built and installed
2147              under non-5005threads but doesn't work)
2148      Branch: maint-5.6/perl
2149            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
2150 ____________________________________________________________________________
2151 [  9645] By: gsar                                  on 2001/04/09  00:19:03
2152         Log: update perldelta.pod for changes in 5.6.1
2153      Branch: maint-5.6/perl
2154            ! Changes pod/perldelta.pod
2155 ____________________________________________________________________________
2156 [  9644] By: jhi                                   on 2001/04/08  20:37:00
2157         Log: Integrate change #9639 from maintperl into mainline:
2158              on windows, many of the README.* pods were being copied to
2159              the wrong location
2160      Branch: perl
2161           !> win32/Makefile win32/makefile.mk
2162 ____________________________________________________________________________
2163 [  9643] By: jhi                                   on 2001/04/08  20:07:11
2164         Log: Integrate change #9624 from maintperl into mainline:
2165              the pod tests were not okay.  (t/pod/find.t changes ignored)
2166      Branch: perl
2167           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
2168           !> t/pod/include.t t/pod/included.t t/pod/lref.t
2169           !> t/pod/multiline_items.t t/pod/nested_items.t
2170           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
2171           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
2172 ____________________________________________________________________________
2173 [  9642] By: jhi                                   on 2001/04/08  19:57:17
2174         Log: Integrate change #9638 from maintperl into mainline:
2175              update to latest JPL from the anoncvs repository
2176      Branch: perl
2177           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
2178           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
2179           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
2180 ____________________________________________________________________________
2181 [  9641] By: jhi                                   on 2001/04/08  19:53:30
2182         Log: perl571delta updates.
2183      Branch: perl
2184            ! lib/Filter/Simple.pm pod/perl571delta.pod
2185 ____________________________________________________________________________
2186 [  9640] By: gsar                                  on 2001/04/08  19:20:46
2187         Log: integrate change#9634 from mainline
2188              
2189              Fix the perlmodlib generation (didn't understand separate .pod
2190              files; didn't understand -- as the name-thing separator).
2191              Update the CPAN mirrors list.
2192      Branch: maint-5.6/perl
2193            ! pod/perlmodlib.pod
2194           !> pod/perlmodlib.PL
2195 ____________________________________________________________________________
2196 [  9639] By: gsar                                  on 2001/04/08  18:57:31
2197         Log: on windows, many of the README.* pods were being copied to the wrong
2198              location
2199      Branch: maint-5.6/perl
2200            ! win32/Makefile win32/makefile.mk
2201 ____________________________________________________________________________
2202 [  9638] By: gsar                                  on 2001/04/08  18:38:25
2203         Log: update to latest JPL from the anoncvs repository
2204      Branch: maint-5.6/perl
2205            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
2206            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
2207            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
2208 ____________________________________________________________________________
2209 [  9637] By: jhi                                   on 2001/04/08  17:53:53
2210         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
2211      Branch: perl
2212            ! pod/perl571delta.pod
2213 ____________________________________________________________________________
2214 [  9636] By: jhi                                   on 2001/04/08  17:18:32
2215         Log: Regen toc.
2216      Branch: perl
2217            ! pod/perltoc.pod
2218 ____________________________________________________________________________
2219 [  9635] By: jhi                                   on 2001/04/08  17:16:33
2220         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
2221              From: "Craig A. Berry" <craigberry@mac.com>
2222              Date: Sun, 08 Apr 2001 12:30:16 -0500
2223              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
2224      Branch: perl
2225            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
2226 ____________________________________________________________________________
2227 [  9634] By: jhi                                   on 2001/04/08  17:09:19
2228         Log: Fix the perlmodlib generation (didn't understand separate .pod
2229              files; didn't understand -- as the name-thing separator).
2230              
2231              Update the CPAN mirrors list.
2232      Branch: perl
2233            ! pod/perlmodlib.PL pod/perlmodlib.pod
2234 ____________________________________________________________________________
2235 [  9633] By: jhi                                   on 2001/04/08  16:49:17
2236         Log: Sort MANIFEST.
2237      Branch: perl
2238            ! MANIFEST
2239 ____________________________________________________________________________
2240 [  9632] By: gsar                                  on 2001/04/08  16:36:06
2241         Log: add $Tie::RefHash::VERSION
2242      Branch: maint-5.6/perl
2243            ! lib/Tie/RefHash.pm
2244 ____________________________________________________________________________
2245 [  9631] By: jhi                                   on 2001/04/08  16:10:15
2246         Log: perl571delta updates based on p5p feedback; still needs
2247              lots of examples.
2248      Branch: perl
2249            ! pod/perl571delta.pod
2250 ____________________________________________________________________________
2251 [  9630] By: jhi                                   on 2001/04/08  15:59:13
2252         Log: Update the list of supported platforms to talk about 5.7.1
2253              (and 5.6.1)
2254      Branch: perl
2255            ! pod/perlport.pod
2256 ____________________________________________________________________________
2257 [  9629] By: jhi                                   on 2001/04/08  15:55:41
2258         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
2259              from maintperl into mainline: perlport updates.
2260      Branch: perl
2261            ! pod/perlport.pod
2262 ____________________________________________________________________________
2263 [  9628] By: jhi                                   on 2001/04/08  15:53:17
2264         Log: perlsolaris.pod copied to wrong directory.
2265      Branch: perl
2266            ! win32/makefile.mk
2267 ____________________________________________________________________________
2268 [  9627] By: jhi                                   on 2001/04/08  14:48:18
2269         Log: Subject: Typos in perl571delta.pod
2270              From: "Stephen P. Potter" <spp@spotter.yi.org>
2271              Date: Sat, 07 Apr 2001 20:37:05 -0400
2272              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
2273      Branch: perl
2274            ! pod/perl571delta.pod
2275 ____________________________________________________________________________
2276 [  9626] By: jhi                                   on 2001/04/08  14:39:04
2277         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
2278      Branch: perl
2279            ! gv.c
2280 ____________________________________________________________________________
2281 [  9625] By: nick                                  on 2001/04/08  10:14:23
2282         Log: Integrate mainline
2283      Branch: perlio
2284           +> pod/perl570delta.pod pod/perl571delta.pod
2285           !> (integrate 27 files)
2286 ____________________________________________________________________________
2287 [  9624] By: gsar                                  on 2001/04/08  06:08:17
2288         Log: test in t/pod/* were busted
2289              
2290              these tests are still not enabled in t/{harness,TEST}
2291      Branch: maint-5.6/perl
2292            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
2293            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
2294            ! t/pod/multiline_items.t t/pod/nested_items.t
2295            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
2296            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
2297 ____________________________________________________________________________
2298 [  9623] By: gsar                                  on 2001/04/08  03:37:01
2299         Log: integrate change#9470 from mainline
2300              
2301              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
2302      Branch: maint-5.6/perl
2303           !> ext/Socket/Socket.xs
2304 ____________________________________________________________________________
2305 [  9622] By: jhi                                   on 2001/04/07  22:40:47
2306         Log: Update Changes.
2307      Branch: perl
2308            ! Changes patchlevel.h
2309 ____________________________________________________________________________
2310 [  9621] By: jhi                                   on 2001/04/07  22:34:16
2311         Log: Update AUTHORS.
2312      Branch: perl
2313            ! AUTHORS
2314 ____________________________________________________________________________
2315 [  9620] By: jhi                                   on 2001/04/07  22:12:47
2316         Log: Forgot to bump the number of tests in #9164.
2317      Branch: perl
2318            ! t/op/array.t
2319 ____________________________________________________________________________
2320 [  9619] By: jhi                                   on 2001/04/07  22:09:50
2321         Log: Bump patchlevel to 5.7.1.
2322      Branch: perl
2323            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2324            ! config_h.SH patchlevel.h
2325 ____________________________________________________________________________
2326 [  9618] By: jhi                                   on 2001/04/07  22:02:41
2327         Log: Populate perl571delta.
2328      Branch: perl
2329            ! pod/perl571delta.pod
2330 ____________________________________________________________________________
2331 [  9617] By: jhi                                   on 2001/04/07  22:01:23
2332         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
2333              to forget it later; do not change patchlevel.h yet or regenerate
2334              Configure yet.
2335      Branch: perl
2336            ! epoc/config.sh win32/Makefile win32/config_H.bc
2337            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2338 ____________________________________________________________________________
2339 [  9616] By: jhi                                   on 2001/04/07  17:46:33
2340         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
2341      Branch: perl
2342            ! pod/perl571delta.pod
2343 ____________________________________________________________________________
2344 [  9615] By: jhi                                   on 2001/04/07  17:33:21
2345         Log: Change the toc configuration.
2346      Branch: perl
2347            ! pod/buildtoc.PL pod/perl.pod
2348 ____________________________________________________________________________
2349 [  9614] By: jhi                                   on 2001/04/07  17:29:47
2350         Log: Subject: PATCH: $[
2351              From: Robin Houston <robin@kitsite.com>
2352              Date: Fri, 6 Apr 2001 18:10:14 +0100
2353              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
2354      Branch: perl
2355            ! op.c t/op/array.t
2356 ____________________________________________________________________________
2357 [  9613] By: jhi                                   on 2001/04/07  17:28:26
2358         Log: Subject: [PATCH perl@9424] isn't numeric warning
2359              From: Robin Barker <rmb1@cise.npl.co.uk>
2360              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
2361              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
2362      Branch: perl
2363            ! sv.c t/pragma/warn/sv
2364 ____________________________________________________________________________
2365 [  9612] By: jhi                                   on 2001/04/07  17:26:45
2366         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
2367              From: Mike Guy <mjtg@cam.ac.uk>
2368              Date: Fri, 06 Apr 2001 12:47:06 +0100
2369              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
2370      Branch: perl
2371            ! dump.c t/lib/peek.t
2372 ____________________________________________________________________________
2373 [  9611] By: jhi                                   on 2001/04/07  17:21:35
2374         Log: Create perl571delta and seed it off with the perldelta changes
2375              since 5.7.0; remove those changes from perldelta and rename it
2376              as perl570delta; recreate perldelta but leave it almost empty.
2377      Branch: perl
2378            + pod/perl570delta.pod pod/perl571delta.pod
2379            ! MANIFEST pod/perldelta.pod
2380 ____________________________________________________________________________
2381 [  9610] By: jhi                                   on 2001/04/07  16:56:32
2382         Log: Denit.
2383      Branch: perl
2384            ! pod/perldelta.pod
2385 ____________________________________________________________________________
2386 [  9609] By: jhi                                   on 2001/04/07  16:38:32
2387         Log: Retract #9523: needs more thought.
2388      Branch: perl
2389            ! Makefile.SH
2390 ____________________________________________________________________________
2391 [  9608] By: jhi                                   on 2001/04/07  14:59:20
2392         Log: atmark() code cleanaup.
2393      Branch: perl
2394            ! ext/IO/IO.xs
2395 ____________________________________________________________________________
2396 [  9607] By: jhi                                   on 2001/04/07  14:48:14
2397         Log: Integrate change #9605 from maintperl into mainline.
2398              
2399              can't optimize away scope entry if tr/// is present
2400      Branch: perl
2401           !> op.c t/op/tr.t
2402 ____________________________________________________________________________
2403 [  9606] By: jhi                                   on 2001/04/07  14:43:59
2404         Log: Integrate perlio.
2405      Branch: perl
2406           +> win32/FindExt.pm
2407           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
2408           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
2409 ____________________________________________________________________________
2410 [  9605] By: gsar                                  on 2001/04/07  11:52:40
2411         Log: can't optimize away scope entry if tr/// is present
2412      Branch: maint-5.6/perl
2413            ! op.c t/op/tr.t
2414 ____________________________________________________________________________
2415 [  9604] By: nick                                  on 2001/04/07  11:39:45
2416         Log: Split out extension finding code from buildext.pl into FindExt.pm
2417              Use it to get Config.pm's idea of available extensions in line
2418              with what is built.
2419      Branch: perlio
2420            + win32/FindExt.pm
2421            ! MANIFEST win32/buildext.pl win32/config_sh.PL
2422            ! win32/makefile.mk
2423 ____________________________________________________________________________
2424 [  9603] By: nick                                  on 2001/04/07  09:11:38
2425         Log: Cleanup correction for failed :Via() layer, also set an error code.
2426      Branch: perlio
2427            ! ext/PerlIO/Via/Via.xs
2428 ____________________________________________________________________________
2429 [  9602] By: nick                                  on 2001/04/07  08:38:04
2430         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
2431              style. So don't use binmode() on the handles so that Win32 etc. see
2432              same sequence and produce same digests.
2433      Branch: perlio
2434            ! t/lib/md5-file.t
2435 ____________________________________________________________________________
2436 [  9601] By: nick                                  on 2001/04/07  08:36:26
2437         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
2438              Else it complains and so crlf layer (say) does not get pushed.
2439      Branch: perlio
2440            ! perlio.c
2441 ____________________________________________________________________________
2442 [  9600] By: jhi                                   on 2001/04/06  23:00:09
2443         Log: Integrate change #9599 from perlio into mainline.
2444      Branch: perl
2445           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
2446           !> win32/config_H.vc
2447 ____________________________________________________________________________
2448 [  9599] By: nick                                  on 2001/04/06  21:42:43
2449         Log: Quote $VERSION in Encode.pm.
2450              regen_config_h as requested.
2451      Branch: perlio
2452            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
2453            ! win32/config_H.vc
2454 ____________________________________________________________________________
2455 [  9598] By: nick                                  on 2001/04/06  20:34:59
2456         Log: Integrate mainline
2457      Branch: perlio
2458           +> README.macos
2459           !> (integrate 39 files)
2460 ____________________________________________________________________________
2461 [  9597] By: gsar                                  on 2001/04/06  18:06:35
2462         Log: integrate change#9464 from mainline (addendum to change#8313)
2463              
2464              Subject: [PATCH @9452] Better peep()ing for foreach() loops
2465      Branch: maint-5.6/perl
2466           !> op.c
2467 ____________________________________________________________________________
2468 [  9596] By: jhi                                   on 2001/04/06  17:26:03
2469         Log: The d_casti32=undef is good for you even when not use64bitall.
2470      Branch: perl
2471            ! hints/hpux.sh
2472 ____________________________________________________________________________
2473 [  9595] By: gsar                                  on 2001/04/06  14:57:17
2474         Log: add a low-impact fix to accomodate darwin-ism
2475      Branch: maint-5.6/perl
2476            ! ext/Errno/Errno_pm.PL
2477 ____________________________________________________________________________
2478 [  9594] By: jhi                                   on 2001/04/06  14:55:14
2479         Log: Integrate changes #9528,9593 from mainline into maintperl;
2480              tweaking the editor/IDE/shell list.
2481      Branch: maint-5.6/perl
2482           !> pod/perlfaq3.pod
2483 ____________________________________________________________________________
2484 [  9593] By: jhi                                   on 2001/04/06  14:51:39
2485         Log: Make the editor/IDE/shell list a little bit airier.
2486      Branch: perl
2487            ! pod/perlfaq3.pod
2488 ____________________________________________________________________________
2489 [  9592] By: gsar                                  on 2001/04/06  14:45:18
2490         Log: integrate change#9477 from mainline (base.pm doc tweak)
2491              
2492              missing doc entry for fmod()
2493      Branch: maint-5.6/perl
2494            ! lib/Math/BigFloat.pm
2495           !> lib/base.pm
2496 ____________________________________________________________________________
2497 [  9591] By: jhi                                   on 2001/04/06  13:55:48
2498         Log: Regen toc.
2499      Branch: perl
2500            ! pod/perltoc.pod
2501 ____________________________________________________________________________
2502 [  9590] By: jhi                                   on 2001/04/06  13:54:52
2503         Log: Math::BigFloat patches from John Peacock.  The equivalent
2504              of #9586 from maintperl but reworked by John to work with
2505              the bleadperl.
2506      Branch: perl
2507            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2508 ____________________________________________________________________________
2509 [  9589] By: jhi                                   on 2001/04/06  13:42:23
2510         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
2511      Branch: perl
2512            ! ext/Digest/MD5/Makefile.PL
2513 ____________________________________________________________________________
2514 [  9588] By: jhi                                   on 2001/04/06  13:31:45
2515         Log: Integrate changes #9584,9587 from maintperl into mainline.
2516              
2517              keep eval"" CVs alive until the end of the statement in which
2518              they're called
2519              
2520              add README.macos (from Chris Nandor)
2521              
2522              tyop in change#9555
2523      Branch: perl
2524           +> README.macos
2525           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
2526           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
2527           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
2528           !> win32/makefile.mk
2529 ____________________________________________________________________________
2530 [  9587] By: gsar                                  on 2001/04/06  07:31:30
2531         Log: add README.macos (from Chris Nandor)
2532              
2533              tyop in change#9555
2534      Branch: maint-5.6/perl
2535            + README.macos
2536            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
2537            ! win32/Makefile win32/makefile.mk
2538 ____________________________________________________________________________
2539 [  9586] By: gsar                                  on 2001/04/06  07:08:54
2540         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
2541      Branch: maint-5.6/perl
2542            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2543 ____________________________________________________________________________
2544 [  9585] By: gsar                                  on 2001/04/06  06:58:44
2545         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
2546              from mainline
2547              
2548              Subject: [PATCH] Base64 update to perlfaq9.pod
2549              
2550              Subject: [PATCH AUTHORS] Housekeeping
2551              
2552              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
2553              Mac OS X (Darwin) has extra pwent fields.
2554              
2555              Subject: [PATCH B::*] print control-character vars readably
2556              Needs EBCDICification.
2557              
2558              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
2559              
2560              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
2561              
2562              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
2563              
2564              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
2565              
2566              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
2567              
2568              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
2569              
2570              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
2571              
2572              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
2573              
2574              FreeBSD hints tweak from Anton Berezin.
2575              
2576              Subject: [PATCH foolperl & bleadperl] README.vms update
2577              
2578              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
2579      Branch: maint-5.6/perl
2580           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
2581           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
2582           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
2583 ____________________________________________________________________________
2584 [  9584] By: gsar                                  on 2001/04/06  04:09:00
2585         Log: keep eval"" CVs alive until the end of the statement in which
2586              they're called; this avoids a coredump ensuing from search for
2587              lexicals in code such as:
2588              
2589              sub bug {
2590              my $s = @_;
2591              eval q[sub { eval 'sub { &$s }' }];
2592              }
2593              bug("x")->()->();
2594              
2595              this code still doesn't work as intended (as it has remained
2596              since time immemorial), but it doesn't provoke a coredump anymore
2597      Branch: maint-5.6/perl
2598            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2599            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
2600 ____________________________________________________________________________
2601 [  9583] By: jhi                                   on 2001/04/05  23:52:51
2602         Log: Update Changes.
2603      Branch: perl
2604            ! Changes patchlevel.h
2605 ____________________________________________________________________________
2606 [  9582] By: jhi                                   on 2001/04/05  23:11:23
2607         Log: Slight doc tweak.
2608      Branch: perl
2609            ! pod/perlunicode.pod
2610 ____________________________________________________________________________
2611 [  9581] By: jhi                                   on 2001/04/05  23:04:11
2612         Log: Integrate perlio.
2613      Branch: perl
2614           !> pod/perlunicode.pod
2615 ____________________________________________________________________________
2616 [  9580] By: jhi                                   on 2001/04/05  23:03:29
2617         Log: Test for #9579.
2618      Branch: perl
2619            ! t/op/do.t
2620 ____________________________________________________________________________
2621 [  9579] By: jhi                                   on 2001/04/05  22:54:17
2622         Log: Subject: [PATCH] Propagate calling context for do '...'
2623              From: Gisle Aas <gisle@ActiveState.com>
2624              Date: 04 Apr 2001 20:17:29 -0700
2625              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
2626      Branch: perl
2627            ! pod/perlfunc.pod pp_ctl.c
2628 ____________________________________________________________________________
2629 [  9578] By: jhi                                   on 2001/04/05  22:52:51
2630         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
2631              From: Peter Prymmer <pvhp@forte.com>
2632              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
2633              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
2634      Branch: perl
2635            ! README.vms
2636 ____________________________________________________________________________
2637 [  9577] By: jhi                                   on 2001/04/05  22:48:22
2638         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
2639              From: "Craig A. Berry" <craigberry@mac.com>
2640              Date: Thu, 5 Apr 2001 13:43:28 -0500
2641              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
2642      Branch: perl
2643            ! README.vms
2644 ____________________________________________________________________________
2645 [  9576] By: jhi                                   on 2001/04/05  22:31:38
2646         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
2647              From: Michael G Schwern <schwern@pobox.com>
2648              Date: Thu, 5 Apr 2001 21:53:21 +0100
2649              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
2650      Branch: perl
2651            ! lib/base.pm t/lib/fields.t
2652 ____________________________________________________________________________
2653 [  9575] By: jhi                                   on 2001/04/05  22:26:10
2654         Log: FreeBSD hints tweak from Anton Berezin.
2655      Branch: perl
2656            ! hints/freebsd.sh
2657 ____________________________________________________________________________
2658 [  9574] By: jhi                                   on 2001/04/05  22:24:03
2659         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
2660              From: David Dyck <dcd@tc.fluke.com>
2661              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
2662              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
2663      Branch: perl
2664            ! t/op/oct.t
2665 ____________________________________________________________________________
2666 [  9573] By: jhi                                   on 2001/04/05  22:23:06
2667         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
2668              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
2669              From: David Dyck <dcd@tc.fluke.com>
2670              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
2671      Branch: perl
2672            ! pp.c
2673 ____________________________________________________________________________
2674 [  9572] By: jhi                                   on 2001/04/05  22:14:47
2675         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
2676              From: Robin Houston <robin@kitsite.com>
2677              Date: Thu, 5 Apr 2001 20:56:48 +0100
2678              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
2679      Branch: perl
2680            ! ext/B/B/Deparse.pm
2681 ____________________________________________________________________________
2682 [  9571] By: jhi                                   on 2001/04/05  22:12:53
2683         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
2684              From: Robin Houston <robin@kitsite.com>
2685              Date: Thu, 5 Apr 2001 19:55:51 +0100
2686              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
2687      Branch: perl
2688            ! ext/B/B/Deparse.pm
2689 ____________________________________________________________________________
2690 [  9570] By: jhi                                   on 2001/04/05  22:11:06
2691         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
2692              From: Robin Houston <robin@kitsite.com>
2693              Date: Thu, 5 Apr 2001 20:16:29 +0100
2694              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
2695      Branch: perl
2696            ! ext/B/B/Deparse.pm
2697 ____________________________________________________________________________
2698 [  9569] By: nick                                  on 2001/04/05  21:32:26
2699         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
2700      Branch: perlio
2701            ! pod/perlunicode.pod
2702 ____________________________________________________________________________
2703 [  9568] By: nick                                  on 2001/04/05  19:38:09
2704         Log: Integrate mainline
2705      Branch: perlio
2706           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
2707           !> (integrate 35 files)
2708 ____________________________________________________________________________
2709 [  9567] By: jhi                                   on 2001/04/05  18:31:45
2710         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
2711              From: Robin Houston <robin@kitsite.com>
2712              Date: Thu, 5 Apr 2001 18:03:23 +0100
2713              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
2714      Branch: perl
2715            ! ext/B/B/Deparse.pm
2716 ____________________________________________________________________________
2717 [  9566] By: jhi                                   on 2001/04/05  18:29:35
2718         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
2719              From: Robin Houston <robin@kitsite.com>
2720              Date: Thu, 5 Apr 2001 16:45:18 +0100
2721              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
2722      Branch: perl
2723            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
2724 ____________________________________________________________________________
2725 [  9565] By: jhi                                   on 2001/04/05  18:24:23
2726         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
2727              From: Robin Houston <robin@kitsite.com>
2728              Date: Thu, 5 Apr 2001 14:50:09 +0100
2729              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
2730      Branch: perl
2731            ! ext/B/B/Deparse.pm
2732 ____________________________________________________________________________
2733 [  9564] By: jhi                                   on 2001/04/05  18:23:03
2734         Log: Subject: [PATCH B::*] print control-character vars readably
2735              From: Robin Houston <robin@kitsite.com>
2736              Date: Thu, 5 Apr 2001 14:27:38 +0100
2737              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
2738              
2739              Needs EBCDICification.
2740      Branch: perl
2741            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
2742            ! ext/B/B/Terse.pm
2743 ____________________________________________________________________________
2744 [  9563] By: jhi                                   on 2001/04/05  18:20:32
2745         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
2746              Date: Thu, 5 Apr 2001 13:21:42 -0400
2747              From: Paul Schinder <schinder@pobox.com>
2748              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
2749              
2750              Mac OS X (Darwin) has extra pwent fields.
2751      Branch: perl
2752            ! t/op/pwent.t
2753 ____________________________________________________________________________
2754 [  9562] By: jhi                                   on 2001/04/05  17:57:51
2755         Log: Regen toc.
2756      Branch: perl
2757            ! pod/perltoc.pod
2758 ____________________________________________________________________________
2759 [  9561] By: jhi                                   on 2001/04/05  17:47:33
2760         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
2761      Branch: metaconfig
2762            ! U/Glossary.patch
2763      Branch: metaconfig/U/perl
2764            + d_u32align.U
2765            ! d_cmsghdr_s.U d_msghdr_s.U
2766 ____________________________________________________________________________
2767 [  9560] By: jhi                                   on 2001/04/05  17:47:01
2768         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
2769              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
2770              Introduce probes for struct msghdr, struct cmsghdr,
2771              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
2772              ualarm, usleep, for possible later extension work.
2773      Branch: perl
2774            + t/lib/md5-align.t
2775            ! Configure MANIFEST Porting/Glossary Porting/config.sh
2776            ! Porting/config_H config_h.SH configure.com epoc/config.sh
2777            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
2778            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2779            ! vos/config.ga.h win32/config.bc win32/config.gc
2780            ! win32/config.vc
2781 ____________________________________________________________________________
2782 [  9559] By: jhi                                   on 2001/04/05  13:03:04
2783         Log: Be traditional in your cpp (for the Errno extension).
2784      Branch: perl
2785            ! hints/darwin.sh
2786 ____________________________________________________________________________
2787 [  9558] By: jhi                                   on 2001/04/05  13:00:05
2788         Log: Add $Config{cppflags} to the gcc incantation.
2789      Branch: perl
2790            ! ext/Errno/Errno_pm.PL
2791 ____________________________________________________________________________
2792 [  9557] By: jhi                                   on 2001/04/05  04:22:39
2793         Log: Introduce Sean Burke's Class::ISA 0.32.
2794      Branch: perl
2795            + lib/Class/ISA.pm t/lib/class-isa.t
2796            ! MANIFEST
2797 ____________________________________________________________________________
2798 [  9556] By: jhi                                   on 2001/04/05  04:09:50
2799         Log: Subject: [PATCH AUTHORS] Housekeeping
2800              From: Paul Johnson <paul@pjcj.net> 
2801              Date: Wed, 4 Apr 2001 22:45:47 +0200
2802              Message-ID: <20010404224547.D9548@pjcj.net>
2803      Branch: perl
2804            ! AUTHORS
2805 ____________________________________________________________________________
2806 [  9555] By: jhi                                   on 2001/04/05  04:06:33
2807         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
2808              From: Gisle Aas <gisle@ActiveState.com>
2809              Date: 04 Apr 2001 14:23:04 -0700
2810              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
2811      Branch: perl
2812            ! pod/perlfaq9.pod
2813 ____________________________________________________________________________
2814 [  9554] By: jhi                                   on 2001/04/05  04:05:49
2815         Log: Downgrade also the "Wide character" diagnostic.
2816      Branch: perl
2817            ! pod/perldiag.pod
2818 ____________________________________________________________________________
2819 [  9553] By: jhi                                   on 2001/04/05  04:00:33
2820         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
2821              maintperl into mainline.
2822              
2823              "double" should be "NV"; standard typemap is missing entry
2824              for NV
2825              
2826              s/djSP/dSP/
2827              
2828              Downgrade "Wide character in print" to a warning.
2829              
2830              B::Deparse fix for ${^FOO} and documentation for PVX() method
2831              (from Robin Houston)
2832              
2833              tr/// doesn't null-terminate the result in some situations
2834              (from Gisle Aas)
2835      Branch: perl
2836           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
2837           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
2838           !> t/io/utf8.t t/op/tr.t
2839 ____________________________________________________________________________
2840 [  9552] By: jhi                                   on 2001/04/05  03:52:50
2841         Log: Retract changes #9542 and #9538 (from maintperl, integrated
2842              at #9540), shouldn't be needed because of the perlio changes.
2843      Branch: perl
2844            ! util.c
2845 ____________________________________________________________________________
2846 [  9551] By: gsar                                  on 2001/04/05  00:18:34
2847         Log: tr/// doesn't null-terminate the result in some situations
2848              (from Gisle Aas)
2849      Branch: maint-5.6/perl
2850            ! doop.c t/op/tr.t
2851 ____________________________________________________________________________
2852 [  9550] By: gsar                                  on 2001/04/04  20:04:17
2853         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
2854              (from Robin Houston)
2855      Branch: maint-5.6/perl
2856            ! ext/B/B.pm ext/B/B/Deparse.pm
2857 ____________________________________________________________________________
2858 [  9549] By: nick                                  on 2001/04/04  18:56:15
2859         Log: Downgrade "Wide character in print" to a warning.
2860      Branch: perlio
2861            ! doio.c t/io/utf8.t
2862 ____________________________________________________________________________
2863 [  9548] By: gsar                                  on 2001/04/04  18:51:49
2864         Log: integrate changes#9460,9462,9482,9521,9522
2865              
2866              Subject: PATCH: B::Debug should show LOOP-specific fields
2867              
2868              Subject: B::Deparse precedence bug. (Patch included.)
2869              
2870              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
2871              
2872              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
2873              
2874              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
2875      Branch: maint-5.6/perl
2876           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
2877           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
2878 ____________________________________________________________________________
2879 [  9547] By: gsar                                  on 2001/04/04  18:49:16
2880         Log: s/djSP/dSP/
2881      Branch: maint-5.6/perl
2882            ! ext/Thread/Thread.xs
2883 ____________________________________________________________________________
2884 [  9546] By: nick                                  on 2001/04/04  18:44:00
2885         Log: Integrate mainline.
2886      Branch: perlio
2887           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
2888           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
2889 ____________________________________________________________________________
2890 [  9545] By: gsar                                  on 2001/04/04  18:38:52
2891         Log: integrate change#8837 from mainline
2892              
2893              Subject: [patch] -Wall cleanup round 2
2894      Branch: maint-5.6/perl
2895           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2896           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
2897           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
2898           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
2899           !> ext/SDBM_File/SDBM_File.xs
2900 ____________________________________________________________________________
2901 [  9544] By: gsar                                  on 2001/04/04  17:49:57
2902         Log: "double" should be "NV"; standard typemap is missing entry
2903              for NV
2904      Branch: maint-5.6/perl
2905            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
2906 ____________________________________________________________________________
2907 [  9543] By: jhi                                   on 2001/04/04  14:13:18
2908         Log: Thou shalt not (just) match for English error messages.
2909      Branch: perl
2910            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
2911            ! os2/OS2/Process/Process.pm
2912 ____________________________________________________________________________
2913 [  9542] By: jhi                                   on 2001/04/04  13:20:39
2914         Log: Make the stdio tricks of fflush_all() to exist only if
2915              stdio is being used.
2916      Branch: perl
2917            ! util.c
2918 ____________________________________________________________________________
2919 [  9541] By: jhi                                   on 2001/04/04  04:20:24
2920         Log: Subject: Re: [PATCH] Lighten up glob
2921              From: Benjamin Sugars <bsugars@canoe.ca>
2922              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
2923              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
2924      Branch: perl
2925            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
2926            ! util.c
2927 ____________________________________________________________________________
2928 [  9540] By: jhi                                   on 2001/04/04  04:03:57
2929         Log: Integrate changes #9538,9539 from maintperl into mainline.
2930              
2931              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
2932              for use with _fwalk() (fix for change#7705)
2933              
2934              another tweak needed for SunOS 4.1.x build (from Mike Guy)
2935              (cp -f is not portable)
2936      Branch: perl
2937           !> Makefile.SH util.c
2938 ____________________________________________________________________________
2939 [  9539] By: gsar                                  on 2001/04/04  03:01:14
2940         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
2941      Branch: maint-5.6/perl
2942            ! Makefile.SH
2943 ____________________________________________________________________________
2944 [  9538] By: gsar                                  on 2001/04/04  01:00:38
2945         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
2946              for use with _fwalk() (fix for change#7705)
2947      Branch: maint-5.6/perl
2948            ! util.c
2949 ____________________________________________________________________________
2950 [  9537] By: nick                                  on 2001/04/03  19:24:55
2951         Log: Integrate mainline
2952      Branch: perlio
2953           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
2954           +> lib/unicode/PropList.html
2955            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
2956           !> (integrate 69 files)
2957 ____________________________________________________________________________
2958 [  9536] By: jhi                                   on 2001/04/03  18:02:31
2959         Log: Integrate change #9533 from maintperl into mainline.
2960              
2961              better fix for change#9517 to accomodate UNC paths like
2962              \\server\share\foo, and paths with trailing backslash
2963              like c:\this\
2964      Branch: perl
2965           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
2966 ____________________________________________________________________________
2967 [  9535] By: jhi                                   on 2001/04/03  17:58:07
2968         Log: Change the push/unshift warning to be of class syntax, not misc.
2969      Branch: perl
2970            ! op.c pod/perldiag.pod t/pragma/warn/op
2971 ____________________________________________________________________________
2972 [  9534] By: jhi                                   on 2001/04/03  15:03:46
2973         Log: Change the push/unshift warning (#9532) to talk about "no values"
2974              instead of "no arguments".
2975      Branch: perl
2976            ! op.c pod/perldiag.pod t/pragma/warn/op
2977 ____________________________________________________________________________
2978 [  9533] By: gsar                                  on 2001/04/03  14:30:07
2979         Log: better fix for change#9517 to accomodate UNC paths like
2980              \\server\share\foo, and paths with trailing backslash
2981              like c:\this\
2982      Branch: maint-5.6/perl
2983            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
2984 ____________________________________________________________________________
2985 [  9532] By: jhi                                   on 2001/04/03  13:11:46
2986         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
2987              From: Robin Houston <robin@kitsite.com>
2988              Date: Mon, 2 Apr 2001 15:03:29 +0100
2989              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
2990      Branch: perl
2991            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
2992 ____________________________________________________________________________
2993 [  9531] By: jhi                                   on 2001/04/03  13:06:34
2994         Log: Integrate change #9530 from maintperl into mainline.
2995              
2996              accomodate VMS "mailbox overflow" quirk in testsuite (from
2997              Craig Berry)
2998      Branch: perl
2999           !> t/lib/socket.t
3000 ____________________________________________________________________________
3001 [  9530] By: gsar                                  on 2001/04/03  04:56:41
3002         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
3003              Craig Berry)
3004      Branch: maint-5.6/perl
3005            ! t/lib/socket.t
3006 ____________________________________________________________________________
3007 [  9529] By: jhi                                   on 2001/04/03  02:34:34
3008         Log: Update Changes.
3009      Branch: perl
3010            ! Changes patchlevel.h
3011 ____________________________________________________________________________
3012 [  9528] By: jhi                                   on 2001/04/03  01:27:57
3013         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
3014              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
3015              To: perl5-porters@perl.org
3016              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
3017      Branch: perl
3018            ! pod/perlfaq3.pod
3019 ____________________________________________________________________________
3020 [  9527] By: jhi                                   on 2001/04/03  01:22:09
3021         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
3022              From: Peter Prymmer <pvhp@forte.com>
3023              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
3024              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
3025      Branch: perl
3026            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
3027 ____________________________________________________________________________
3028 [  9526] By: jhi                                   on 2001/04/03  01:18:25
3029         Log: The metaconfig unit changes for #9525.
3030      Branch: metaconfig
3031            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
3032      Branch: metaconfig/U/perl
3033            ! use64bits.U
3034 ____________________________________________________________________________
3035 [  9525] By: jhi                                   on 2001/04/03  01:17:30
3036         Log: Configure sanity checks:
3037              * if use64bitall is attempted but pointers are only 32-bit,
3038              'downgrade' to use64bitint
3039              * if use64bitint is attempted but there's no quad type,
3040              forget about use64bitint (well, the default for it is 'n',
3041              the user can still override this)
3042              * if pointers are 64 bits, do not try to use Perl's malloc
3043      Branch: perl
3044            ! Configure
3045 ____________________________________________________________________________
3046 [  9524] By: gsar                                  on 2001/04/03  01:09:12
3047         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
3048      Branch: maint-5.6/perl
3049            ! pp_sys.c
3050 ____________________________________________________________________________
3051 [  9523] By: jhi                                   on 2001/04/03  00:02:31
3052         Log: (Retracted by #9609)
3053              
3054              Make it harder for parallel makes to enter 'test' before
3055              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
3056              should be unhappy enough, but sometimes parallel makes seem
3057              to sneak past both in Tru64 and AIX.)
3058      Branch: perl
3059            ! Makefile.SH
3060 ____________________________________________________________________________
3061 [  9522] By: jhi                                   on 2001/04/02  22:35:31
3062         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
3063              Date: Mon, 2 Apr 2001 22:54:10 +0100
3064              From: Robin Houston <robin@kitsite.com>
3065              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
3066      Branch: perl
3067            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
3068 ____________________________________________________________________________
3069 [  9521] By: jhi                                   on 2001/04/02  22:32:23
3070         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
3071              From: Robin Houston <robin@kitsite.com>
3072              Date: Mon, 2 Apr 2001 20:24:03 +0100
3073              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
3074      Branch: perl
3075            ! ext/B/B/Concise.pm
3076 ____________________________________________________________________________
3077 [  9520] By: jhi                                   on 2001/04/02  22:30:43
3078         Log: Subject: [PATCH] REALLY pedantic hv.h nit
3079              From: Simon Cozens <simon@netthink.co.uk>
3080              Date: Mon, 2 Apr 2001 15:43:06 +0100
3081              Message-ID: <20010402154306.A21711@netthink.co.uk>
3082      Branch: perl
3083            ! hv.h
3084 ____________________________________________________________________________
3085 [  9519] By: jhi                                   on 2001/04/02  22:28:04
3086         Log: Based on
3087              
3088              Subject: [foolperl] EPOC fix
3089              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3090              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
3091              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
3092      Branch: perl
3093            ! pp_sys.c
3094 ____________________________________________________________________________
3095 [  9518] By: jhi                                   on 2001/04/02  22:22:34
3096         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
3097              
3098              README.win32 tweaks; add a note about alternative location for
3099              getting a gcc-2.95.2 that will build perl properly on windows
3100              
3101              add some notes about gutsy threading matters
3102              
3103              many of the utilities interpolate literal paths within doublequotes
3104              (fails on dosish platforms where path contains backslashes)
3105      Branch: perl
3106           !> README.win32 pod/perlguts.pod utils/perldoc.PL
3107           !> x2p/find2perl.PL x2p/s2p.PL
3108 ____________________________________________________________________________
3109 [  9517] By: gsar                                  on 2001/04/02  19:52:21
3110         Log: many of the utilities interpolate literal paths within doublequotes
3111              (fails on dosish platforms where path contains backslashes)
3112      Branch: maint-5.6/perl
3113            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
3114 ____________________________________________________________________________
3115 [  9516] By: gsar                                  on 2001/04/02  05:49:37
3116         Log: a foolish release
3117      Branch: maint-5.6/perl
3118            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
3119            ! pod/perltoc.pod
3120 ____________________________________________________________________________
3121 [  9515] By: gsar                                  on 2001/04/02  05:04:29
3122         Log: add missing changelog summaries
3123      Branch: maint-5.6/perl
3124            ! Changes
3125 ____________________________________________________________________________
3126 [  9514] By: gsar                                  on 2001/04/02  04:07:13
3127         Log: add some notes about gutsy threading matters
3128      Branch: maint-5.6/perl
3129            ! pod/perlguts.pod
3130 ____________________________________________________________________________
3131 [  9513] By: gsar                                  on 2001/04/02  03:25:21
3132         Log: add more prominent caveat notices about experimental features
3133      Branch: maint-5.6/perl
3134            ! pod/perlfork.pod pod/perlunicode.pod
3135 ____________________________________________________________________________
3136 [  9512] By: gsar                                  on 2001/04/02  02:54:33
3137         Log: integrate changes#9479,9509 from mainline
3138              
3139              [PATCH] File::Glob stuff for Mac OS
3140              
3141              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
3142      Branch: maint-5.6/perl
3143           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3144           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
3145           !> t/lib/glob-taint.t
3146 ____________________________________________________________________________
3147 [  9511] By: gsar                                  on 2001/04/02  02:38:24
3148         Log: README.win32 tweaks; add a note about alternative location for
3149              getting a gcc-2.95.2 that will build perl properly on windows
3150      Branch: maint-5.6/perl
3151            ! README.win32
3152 ____________________________________________________________________________
3153 [  9510] By: jhi                                   on 2001/04/01  20:45:10
3154         Log: An ambiguosity warning.
3155      Branch: perl
3156            ! t/lib/trig.t
3157 ____________________________________________________________________________
3158 [  9509] By: jhi                                   on 2001/04/01  19:53:47
3159         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
3160              From: Jonathan Stowe <gellyfish@gellyfish.com>
3161              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
3162              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
3163      Branch: perl
3164            ! ext/File/Glob/bsd_glob.c
3165 ____________________________________________________________________________
3166 [  9508] By: jhi                                   on 2001/04/01  19:35:03
3167         Log: Update Changes.
3168      Branch: perl
3169            ! Changes patchlevel.h
3170 ____________________________________________________________________________
3171 [  9507] By: jhi                                   on 2001/04/01  19:24:01
3172         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
3173              from mainline to maintperl: pod tweaks.
3174      Branch: maint-5.6/perl
3175           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
3176           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
3177           !> pod/perlvar.pod
3178 ____________________________________________________________________________
3179 [  9506] By: jhi                                   on 2001/04/01  19:11:53
3180         Log: Commit Sarathy to April release of 5.6.1 :-)
3181      Branch: perl
3182            ! pod/perlfaq1.pod
3183 ____________________________________________________________________________
3184 [  9505] By: jhi                                   on 2001/04/01  19:03:15
3185         Log: Subject: PATCH 5.6.0 (perldebug.pod)
3186              From: Mark-Jason Dominus <mjd@plover.com>
3187              Date: Sun, 01 Apr 2001 14:25:11 -0400
3188              Message-ID: <20010401182511.9247.qmail@plover.com>
3189      Branch: perl
3190            ! pod/perldebug.pod
3191 ____________________________________________________________________________
3192 [  9504] By: jhi                                   on 2001/04/01  18:43:09
3193         Log: Add great_circle_direction().
3194      Branch: perl
3195            ! lib/Math/Trig.pm t/lib/trig.t
3196 ____________________________________________________________________________
3197 [  9503] By: jhi                                   on 2001/04/01  17:29:12
3198         Log: Unicode ReadMe update for Unicode 3.1.
3199      Branch: perl
3200            ! lib/unicode/ReadMe.txt
3201 ____________________________________________________________________________
3202 [  9502] By: jhi                                   on 2001/04/01  17:18:40
3203         Log: Integrate change #9501 from maintperl into mainline.
3204              
3205              fix the perlembed notes on multiple interpreters
3206              
3207              fix ExtUtils::Embed to work passably on Windows
3208      Branch: perl
3209           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
3210 ____________________________________________________________________________
3211 [  9501] By: gsar                                  on 2001/04/01  07:21:57
3212         Log: fix the perlembed notes on multiple interpreters
3213              
3214              fix ExtUtils::Embed to work passably on Windows
3215      Branch: maint-5.6/perl
3216            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
3217 ____________________________________________________________________________
3218 [  9500] By: jhi                                   on 2001/04/01  05:58:23
3219         Log: Test for #9499.
3220      Branch: perl
3221            ! t/op/tr.t
3222 ____________________________________________________________________________
3223 [  9499] By: jhi                                   on 2001/04/01  05:55:46
3224         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
3225      Branch: perl
3226            ! embed.h embed.pl op.c proto.h
3227 ____________________________________________________________________________
3228 [  9498] By: jhi                                   on 2001/04/01  05:44:34
3229         Log: Protect the workaround hunk more.
3230      Branch: perl
3231            ! toke.c
3232 ____________________________________________________________________________
3233 [  9497] By: jhi                                   on 2001/04/01  00:24:25
3234         Log: Integrate changes #9493,9494,9495,9496 from maintperl
3235              into mainline.
3236              
3237              fix a broken workaround for Borland compiler in change#4739
3238              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
3239              
3240              nits spotted by Borland compiler
3241              
3242              avoid redefinition warnings under Borland 5.02
3243              
3244              various nits identified by the Borland 5.5 compiler; remove suppression
3245              of a few warnings
3246      Branch: perl
3247           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
3248           !> win32/win32.h
3249 ____________________________________________________________________________
3250 [  9496] By: gsar                                  on 2001/03/31  23:22:28
3251         Log: various nits identified by the Borland 5.5 compiler; remove suppression
3252              of a few warnings
3253      Branch: maint-5.6/perl
3254            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
3255 ____________________________________________________________________________
3256 [  9495] By: gsar                                  on 2001/03/31  21:03:08
3257         Log: avoid redefinition warnings under Borland 5.02
3258      Branch: maint-5.6/perl
3259            ! win32/makefile.mk
3260 ____________________________________________________________________________
3261 [  9494] By: gsar                                  on 2001/03/31  20:18:59
3262         Log: nits spotted by Borland compiler
3263      Branch: maint-5.6/perl
3264            ! utf8.h win32/win32.h
3265 ____________________________________________________________________________
3266 [  9493] By: gsar                                  on 2001/03/31  20:18:05
3267         Log: fix a broken workaround for Borland compiler in change#4739
3268              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
3269      Branch: maint-5.6/perl
3270            ! toke.c
3271 ____________________________________________________________________________
3272 [  9492] By: jhi                                   on 2001/03/31  18:36:24
3273         Log: Integrate change #9491 from maintperl into mainline.
3274              
3275              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
3276              directory is relative (need to fetch the full path name *before*
3277              the chdir!)
3278      Branch: perl
3279           !> lib/Cwd.pm
3280 ____________________________________________________________________________
3281 [  9491] By: gsar                                  on 2001/03/31  17:01:56
3282         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
3283              directory is relative (need to fetch the full path name *before*
3284              the chdir!)
3285              
3286              this is a followup patch for change#6749
3287      Branch: maint-5.6/perl
3288            ! lib/Cwd.pm
3289 ____________________________________________________________________________
3290 [  9490] By: jhi                                   on 2001/03/31  15:50:18
3291         Log: Subject: Re: [PATCH] av.h cosmetics
3292              From: Simon Cozens <simon@netthink.co.uk>
3293              Date: Sat, 31 Mar 2001 13:09:59 +0100
3294              Message-ID: <20010331130959.A22000@netthink.co.uk>
3295              
3296              Document AvALLOC.
3297      Branch: perl
3298            ! pod/perlguts.pod
3299 ____________________________________________________________________________
3300 [  9489] By: jhi                                   on 2001/03/31  15:48:44
3301         Log: Subject: [PATCH] Re: Math::Big* v1.21
3302              From: Tels <perl_dummy@bloodgate.com>
3303              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
3304              Message-Id: <200103311125.GAA377738@www08.hway.net>
3305      Branch: perl
3306            ! pod/perlop.pod
3307 ____________________________________________________________________________
3308 [  9488] By: jhi                                   on 2001/03/31  03:39:51
3309         Log: Debug output tweak.
3310      Branch: perl
3311            ! t/lib/cwd.t
3312 ____________________________________________________________________________
3313 [  9487] By: jhi                                   on 2001/03/31  03:33:02
3314         Log: OverVMSification.
3315      Branch: perl
3316            ! t/lib/cwd.t
3317 ____________________________________________________________________________
3318 [  9486] By: jhi                                   on 2001/03/31  03:01:40
3319         Log: Missed MANIFESTations in #9483.
3320      Branch: perl
3321            ! MANIFEST
3322 ____________________________________________________________________________
3323 [  9485] By: jhi                                   on 2001/03/31  02:58:17
3324         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
3325              From: Peter Prymmer <pvhp@forte.com>
3326              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
3327              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
3328      Branch: perl
3329            ! regexec.c t/lib/cwd.t
3330 ____________________________________________________________________________
3331 [  9484] By: jhi                                   on 2001/03/31  01:04:41
3332         Log: Obsolete file (see #3938)
3333      Branch: perl
3334            - lib/unicode/README.Ethiopic
3335            ! MANIFEST
3336 ____________________________________________________________________________
3337 [  9483] By: jhi                                   on 2001/03/31  00:52:42
3338         Log: Update to Unicode 3.1.
3339              (Rename Names.txt to NamesList.txt.)
3340      Branch: perl
3341            + lib/unicode/NamesList.txt lib/unicode/PropList.html
3342            - lib/unicode/Names.txt
3343            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
3344            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
3345            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
3346            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
3347            ! lib/unicode/UCD.html lib/unicode/Unicode.html
3348            ! lib/unicode/rename lib/unicode/version
3349 ____________________________________________________________________________
3350 [  9482] By: jhi                                   on 2001/03/30  23:33:44
3351         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
3352              From: Robin Houston <robin@kitsite.com>
3353              Date: Fri, 30 Mar 2001 20:07:22 +0100
3354              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
3355      Branch: perl
3356            ! ext/B/B/Deparse.pm
3357 ____________________________________________________________________________
3358 [  9481] By: jhi                                   on 2001/03/30  23:20:25
3359         Log: Subject: Re: [PATCH] CwdXS, Take 2
3360              From: Benjamin Sugars <bsugars@canoe.ca>
3361              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
3362              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
3363      Branch: perl
3364            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
3365            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
3366 ____________________________________________________________________________
3367 [  9480] By: jhi                                   on 2001/03/30  22:52:38
3368         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
3369              From: David Dyck <dcd@tc.fluke.com>
3370              Date: Fri, 30 Mar 2001 14:44:13 -0800
3371              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
3372              
3373              The t/rantests flags file creation was accidentally
3374              removed by #9217.
3375      Branch: perl
3376            ! Makefile.SH
3377 ____________________________________________________________________________
3378 [  9479] By: jhi                                   on 2001/03/30  22:45:45
3379         Log: Subject: [PATCH] File::Glob stuff for Mac OS
3380              From: Chris Nandor <pudge@pobox.com>
3381              Date: Fri, 30 Mar 2001 16:51:00 -0500
3382              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
3383      Branch: perl
3384            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3385            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
3386            ! t/lib/glob-taint.t
3387 ____________________________________________________________________________
3388 [  9478] By: jhi                                   on 2001/03/30  22:43:12
3389         Log: Subject: fix for win32/buildext.pl
3390              From: "Vadim Konovalov" <watman@inbox.ru>
3391              Date: Sat, 31 Mar 2001 00:50:36 +0400
3392              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
3393      Branch: perl
3394            ! win32/buildext.pl
3395 ____________________________________________________________________________
3396 [  9477] By: jhi                                   on 2001/03/30  22:41:16
3397         Log: Subject: small base.pm doc patch
3398              From: Leon Brocard <acme@astray.com>
3399              Date: Fri, 30 Mar 2001 21:49:57 +0100
3400              Message-ID: <20010330214957.B8733@ns0.astray.com>
3401      Branch: perl
3402            ! lib/base.pm
3403 ____________________________________________________________________________
3404 [  9476] By: jhi                                   on 2001/03/30  18:16:57
3405         Log: Subject: [PATCH] av.h cosmetics
3406              From: Simon Cozens <simon@netthink.co.uk>
3407              Date: Fri, 30 Mar 2001 18:12:28 +0100
3408              Message-ID: <20010330181228.A9319@netthink.co.uk>
3409      Branch: perl
3410            ! av.h
3411 ____________________________________________________________________________
3412 [  9475] By: jhi                                   on 2001/03/30  18:15:50
3413         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
3414              From: "Philip Newton" <pnewton@gmx.de>
3415              Date: Fri, 30 Mar 2001 19:06:57 +0200
3416              Message-ID: <3AC4D951.14815.1AC7068@localhost>
3417      Branch: perl
3418            ! pod/perlhack.pod
3419 ____________________________________________________________________________
3420 [  9474] By: jhi                                   on 2001/03/30  18:14:02
3421         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
3422              From: Benjamin Sugars <bsugars@canoe.ca>
3423              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
3424              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
3425      Branch: perl
3426            ! t/lib/glob-basic.t
3427 ____________________________________________________________________________
3428 [  9473] By: jhi                                   on 2001/03/30  16:09:24
3429         Log: Update Changes.
3430      Branch: perl
3431            ! Changes patchlevel.h
3432 ____________________________________________________________________________
3433 [  9472] By: jhi                                   on 2001/03/30  15:16:08
3434         Log: Integrate perlio.
3435      Branch: perl
3436           !> t/lib/cwd.t t/lib/glob-basic.t
3437 ____________________________________________________________________________
3438 [  9471] By: nick                                  on 2001/03/30  14:47:10
3439         Log: Should be (^O eq 'MSWin32') not 'Win32'
3440              Fail #12 seems real - chdir is in wrong dir.
3441      Branch: perlio
3442            ! t/lib/cwd.t
3443 ____________________________________________________________________________
3444 [  9470] By: jhi                                   on 2001/03/30  14:41:11
3445         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
3446              From: Radu Greab <radu@netsoft.ro>
3447              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
3448              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
3449              
3450              Replace #9352.
3451      Branch: perl
3452            ! ext/Socket/Socket.xs pp_sys.c
3453 ____________________________________________________________________________
3454 [  9469] By: jhi                                   on 2001/03/30  14:37:51
3455         Log: Subject: PATCH pod/perldiag.pod
3456              From: Robin Houston <robin@kitsite.com>
3457              Date: Fri, 30 Mar 2001 14:10:36 +0100
3458              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
3459      Branch: perl
3460            ! pod/perldiag.pod t/lib/glob-basic.t
3461 ____________________________________________________________________________
3462 [  9468] By: jhi                                   on 2001/03/30  14:36:36
3463         Log: Subject: Better diagnostic in io/fs.t
3464              From: andreas.koenig@anima.de (Andreas J. Koenig)
3465              Date: 30 Mar 2001 10:11:43 +0200
3466              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
3467      Branch: perl
3468            ! t/io/fs.t
3469 ____________________________________________________________________________
3470 [  9467] By: nick                                  on 2001/03/30  14:25:43
3471         Log: Skip order test of glob if case-ignoring system cannot 
3472              create a.test and A.test
3473      Branch: perlio
3474            ! t/lib/glob-basic.t
3475 ____________________________________________________________________________
3476 [  9466] By: nick                                  on 2001/03/30  13:03:12
3477         Log: Integrate mainline.
3478      Branch: perlio
3479            - ext/re/hints/aix.pl
3480           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
3481           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
3482           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
3483           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
3484 ____________________________________________________________________________
3485 [  9465] By: jhi                                   on 2001/03/30  03:53:37
3486         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
3487              the tests sometimes hang, sometimes not.)
3488      Branch: perl
3489            ! t/lib/io_multihomed.t t/lib/io_sock.t
3490 ____________________________________________________________________________
3491 [  9464] By: jhi                                   on 2001/03/30  02:56:04
3492         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
3493              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3494              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
3495              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
3496      Branch: perl
3497            ! op.c
3498 ____________________________________________________________________________
3499 [  9463] By: jhi                                   on 2001/03/30  02:34:48
3500         Log: Test for #9462.
3501      Branch: perl
3502            ! t/lib/b.t
3503 ____________________________________________________________________________
3504 [  9462] By: jhi                                   on 2001/03/30  02:29:37
3505         Log: Subject: B::Deparse precedence bug. (Patch included.)
3506              From: Jeremy Madea <jmadea@inktomi.com>
3507              Date: Thu, 29 Mar 2001 12:05:02 -0800
3508              Message-ID: <20010329120502.A24881@dr.inktomi.com>
3509      Branch: perl
3510            ! ext/B/B/Deparse.pm
3511 ____________________________________________________________________________
3512 [  9461] By: jhi                                   on 2001/03/30  02:18:41
3513         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
3514              From: Peter Prymmer <pvhp@forte.com>
3515              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
3516              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
3517      Branch: perl
3518            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
3519            ! t/lib/md5-file.t
3520 ____________________________________________________________________________
3521 [  9460] By: jhi                                   on 2001/03/30  02:17:07
3522         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
3523              From: Robin Houston <robin@kitsite.com>
3524              Date: Thu, 29 Mar 2001 20:47:56 +0100
3525              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
3526      Branch: perl
3527            ! ext/B/B/Debug.pm
3528 ____________________________________________________________________________
3529 [  9459] By: jhi                                   on 2001/03/30  02:16:05
3530         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
3531              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
3532              Date: Wed, 28 Mar 2001 18:02:20 -0600
3533              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
3534      Branch: perl
3535            ! lib/ExtUtils/MM_VMS.pm
3536 ____________________________________________________________________________
3537 [  9458] By: jhi                                   on 2001/03/30  02:07:58
3538         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
3539              From: "Joshua E. Rodd" <jrodd@pbs.org>
3540              Date: Wed, 28 Mar 2001 17:29:12 -0500
3541              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
3542      Branch: perl
3543            ! pod/perlop.pod
3544 ____________________________________________________________________________
3545 [  9457] By: jhi                                   on 2001/03/30  02:04:33
3546         Log: Subject: ext/re/aix.pl can go
3547              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3548              Date: Thu, 29 Mar 2001 12:03:28 +0200
3549              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
3550      Branch: perl
3551            - ext/re/hints/aix.pl
3552            ! MANIFEST
3553 ____________________________________________________________________________
3554 [  9456] By: jhi                                   on 2001/03/30  02:03:32
3555         Log: Integrate perlio.
3556      Branch: perl
3557           !> ext/Encode/Encode.xs installperl
3558 ____________________________________________________________________________
3559 [  9455] By: nick                                  on 2001/03/29  21:11:46
3560         Log: DLL name has changed so installperl needs to know
3561              (Why isn't it working it out or passed it?)
3562      Branch: perlio
3563            ! installperl
3564 ____________________________________________________________________________
3565 [  9454] By: nick                                  on 2001/03/29  20:56:12
3566         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
3567              and we don't get undef warnings.
3568      Branch: perlio
3569            ! ext/Encode/Encode.xs
3570 ____________________________________________________________________________
3571 [  9453] By: nick                                  on 2001/03/29  17:58:48
3572         Log: Integrate mainline
3573      Branch: perlio
3574           !> Changes patchlevel.h
3575 ____________________________________________________________________________
3576 [  9452] By: jhi                                   on 2001/03/29  16:44:55
3577         Log: Update Changes.
3578      Branch: perl
3579            ! Changes patchlevel.h
3580 ____________________________________________________________________________
3581 [  9451] By: nick                                  on 2001/03/29  16:31:38
3582         Log: Integrate mainline
3583      Branch: perlio
3584           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
3585           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
3586           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
3587           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
3588           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
3589 ____________________________________________________________________________
3590 [  9450] By: jhi                                   on 2001/03/29  16:29:17
3591         Log: Integrate perlio.
3592      Branch: perl
3593           !> win32/buildext.pl
3594 ____________________________________________________________________________
3595 [  9449] By: jhi                                   on 2001/03/29  15:50:01
3596         Log: Update Changes.
3597      Branch: perl
3598            ! Changes patchlevel.h
3599 ____________________________________________________________________________
3600 [  9448] By: nick                                  on 2001/03/29  15:47:15
3601         Log: Make sure buildext.pl finds Errno.pm
3602      Branch: perlio
3603            ! win32/buildext.pl
3604 ____________________________________________________________________________
3605 [  9447] By: jhi                                   on 2001/03/29  15:39:34
3606         Log: Integrate perlio.
3607      Branch: perl
3608           !> win32/makefile.mk
3609 ____________________________________________________________________________
3610 [  9446] By: nick                                  on 2001/03/29  15:30:03
3611         Log: Integrate win32/makefile.mk with mainline.
3612      Branch: perlio
3613           !> win32/makefile.mk
3614 ____________________________________________________________________________
3615 [  9445] By: nick                                  on 2001/03/29  15:27:32
3616         Log: Fix breakage ... 
3617      Branch: perlio
3618            ! win32/makefile.mk
3619 ____________________________________________________________________________
3620 [  9444] By: jhi                                   on 2001/03/29  15:03:08
3621         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
3622              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3623              Date: Thu, 29 Mar 2001 10:32:59 +0400
3624              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
3625      Branch: perl
3626            ! win32/makefile.mk
3627 ____________________________________________________________________________
3628 [  9443] By: jhi                                   on 2001/03/29  15:02:12
3629         Log: Integrate perlio.
3630      Branch: perl
3631           +> win32/buildext.pl
3632           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
3633           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
3634 ____________________________________________________________________________
3635 [  9442] By: nick                                  on 2001/03/29  14:59:11
3636         Log: Work in progress - determine win32 extensions to build via script.
3637      Branch: perlio
3638            + win32/buildext.pl
3639            ! MANIFEST win32/makefile.mk
3640 ____________________________________________________________________________
3641 [  9441] By: jhi                                   on 2001/03/29  14:51:47
3642         Log: Reintroduce the use of external pwd.
3643      Branch: perl
3644            ! t/lib/cwd.t
3645 ____________________________________________________________________________
3646 [  9440] By: jhi                                   on 2001/03/29  14:42:58
3647         Log: use warnings instead of -w.
3648      Branch: perl
3649            ! utils/h2xs.PL
3650 ____________________________________________________________________________
3651 [  9439] By: jhi                                   on 2001/03/29  14:41:52
3652         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
3653              From: Jonathan Stowe <gellyfish@gellyfish.com>
3654              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
3655              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
3656      Branch: perl
3657            ! utils/h2xs.PL
3658 ____________________________________________________________________________
3659 [  9438] By: jhi                                   on 2001/03/29  14:39:38
3660         Log: Subject: [PATCH perl@9424] minor pod nits
3661              From: Robin Barker <rmb1@cise.npl.co.uk>
3662              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
3663              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
3664      Branch: perl
3665            ! pod/perlhack.pod pod/perliol.pod
3666 ____________________________________________________________________________
3667 [  9437] By: jhi                                   on 2001/03/29  14:29:16
3668         Log: Subject: [PATCH perl@9424] typemap cast warning
3669              From: Robin Barker <rmb1@cise.npl.co.uk>
3670              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
3671              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
3672      Branch: perl
3673            ! lib/ExtUtils/typemap
3674 ____________________________________________________________________________
3675 [  9436] By: jhi                                   on 2001/03/29  14:26:03
3676         Log: Subject: [PATCH perl@9424] printf warning
3677              From: Robin Barker <rmb1@cise.npl.co.uk>
3678              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
3679              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
3680      Branch: perl
3681            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
3682            ! ext/Storable/Storable.xs toke.c
3683 ____________________________________________________________________________
3684 [  9435] By: nick                                  on 2001/03/29  14:23:31
3685         Log: Win32 has name conflict with ERROR
3686      Branch: perlio
3687            ! ext/PerlIO/Via/Via.xs
3688 ____________________________________________________________________________
3689 [  9434] By: jhi                                   on 2001/03/29  14:17:48
3690         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
3691              From: Peter Prymmer <pvhp@forte.com>
3692              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
3693              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
3694      Branch: perl
3695            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
3696 ____________________________________________________________________________
3697 [  9433] By: jhi                                   on 2001/03/29  13:52:44
3698         Log: test-prep target was missing.
3699      Branch: perl
3700            ! Makefile.SH
3701 ____________________________________________________________________________
3702 [  9432] By: nick                                  on 2001/03/29  12:40:03
3703         Log: Make as-shipped compiler default to MSVC6 
3704      Branch: perlio
3705            ! win32/makefile.mk
3706 ____________________________________________________________________________
3707 [  9431] By: nick                                  on 2001/03/29  12:12:16
3708         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
3709              akin to PerlIO::Scalar.
3710      Branch: perlio
3711            ! perlio.c perlio.h
3712 ____________________________________________________________________________
3713 [  9430] By: nick                                  on 2001/03/29  10:56:35
3714         Log: Integrate mainline.
3715      Branch: perlio
3716           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
3717           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
3718           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
3719           !> win32/makefile.mk win32/win32sck.c
3720 ____________________________________________________________________________
3721 [  9429] By: nick                                  on 2001/03/29  09:03:43
3722         Log: Noticed that two tests were skipped as perlio:: package
3723              isn't there any more. Changed the skip condition.
3724              Avoid core-dump if sv_utf8_upgrade() called on something
3725              that does not become SvPOK after SvPV() (e.g. a ref).
3726      Branch: perlio
3727            ! sv.c t/io/utf8.t t/lib/io_scalar.t
3728 ____________________________________________________________________________
3729 [  9428] By: jhi                                   on 2001/03/29  01:31:47
3730         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
3731              From: Benjamin Sugars <bsugars@canoe.ca> 
3732              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
3733              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
3734      Branch: perl
3735            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
3736            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
3737            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
3738 ____________________________________________________________________________
3739 [  9427] By: jhi                                   on 2001/03/29  00:49:30
3740         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
3741              From: "Vadim Konovalov" <watman@inbox.ru>
3742              Date: Thu, 29 Mar 2001 01:50:12 +0400
3743              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
3744      Branch: perl
3745            ! win32/makefile.mk win32/win32sck.c
3746 ____________________________________________________________________________
3747 [  9426] By: gsar                                  on 2001/03/29  00:28:04
3748         Log: dmake can only handle == and != in comparisons; support building
3749              with Borland's VCL libraries (from Vadim Konovalov)
3750      Branch: maint-5.6/perl
3751            ! win32/makefile.mk
3752 ____________________________________________________________________________
3753 [  9425] By: nick                                  on 2001/03/28  19:29:56
3754         Log: Integrate (@snapshot)
3755      Branch: perlio
3756           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
3757 ____________________________________________________________________________
3758 [  9424] By: jhi                                   on 2001/03/28  19:03:16
3759         Log: Update Changes.
3760      Branch: perl
3761            ! Changes patchlevel.h
3762 ____________________________________________________________________________
3763 [  9423] By: jhi                                   on 2001/03/28  18:52:09
3764         Log: Rmdir lib/XS on cleanup.
3765      Branch: perl
3766            ! Makefile.SH
3767 ____________________________________________________________________________
3768 [  9422] By: jhi                                   on 2001/03/28  18:49:34
3769         Log: Integrate perlio.
3770      Branch: perl
3771           !> t/op/utf8decode.t
3772 ____________________________________________________________________________
3773 [  9421] By: nick                                  on 2001/03/28  18:46:44
3774         Log: Loose duplicate chunk.
3775      Branch: perlio
3776            ! t/op/utf8decode.t
3777 ____________________________________________________________________________
3778 [  9420] By: nick                                  on 2001/03/28  18:44:11
3779         Log: Integrate mainline.
3780      Branch: perlio
3781           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
3782           !> vms/vmsish.h
3783 ____________________________________________________________________________
3784 [  9419] By: jhi                                   on 2001/03/28  18:42:05
3785         Log: Can't trust external pwds
3786              (either shell builtins or external programs)
3787      Branch: perl
3788            ! t/lib/cwd.t
3789 ____________________________________________________________________________
3790 [  9418] By: jhi                                   on 2001/03/28  18:34:05
3791         Log: Integrate perlio.
3792      Branch: perl
3793            - lib/perlio.pm
3794           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
3795           !> t/op/utf8decode.t
3796 ____________________________________________________________________________
3797 [  9417] By: nick                                  on 2001/03/28  18:24:02
3798         Log: PerlIO.pm / perlio.pm conflict.
3799              Update some pods.
3800              Make t/op/utf8decode.t a text file.
3801      Branch: perlio
3802            - lib/perlio.pm
3803            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
3804            ! t/op/utf8decode.t
3805 ____________________________________________________________________________
3806 [  9416] By: jhi                                   on 2001/03/28  18:06:07
3807         Log: Integrate change #9409 from mainline to maintperl.
3808              
3809              Yet another tweak on AIX dynaloading.
3810      Branch: maint-5.6/perl
3811           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3812 ____________________________________________________________________________
3813 [  9415] By: gsar                                  on 2001/03/28  17:13:01
3814         Log: integrate changes#9377,9385,9401 from mainline
3815              
3816              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
3817              
3818              If directory entries compare equal case-insensitively,
3819              retry case-sensitively.
3820              
3821              Subject: [PATCH] B::Terse and warnings
3822      Branch: maint-5.6/perl
3823           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
3824           !> t/pragma/warn/perl
3825 ____________________________________________________________________________
3826 [  9414] By: jhi                                   on 2001/03/28  17:11:12
3827         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
3828              From: "Craig A. Berry" <craigberry@mac.com>
3829              Date: Wed, 28 Mar 2001 10:55:20 -0600
3830              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
3831      Branch: perl
3832            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
3833 ____________________________________________________________________________
3834 [  9413] By: jhi                                   on 2001/03/28  17:03:12
3835         Log: Dup hunk.
3836      Branch: perl
3837            ! t/op/utf8decode.t
3838 ____________________________________________________________________________
3839 [  9412] By: jhi                                   on 2001/03/28  17:02:36
3840         Log: Forced integrate from perlio.
3841      Branch: perl
3842           !> t/op/utf8decode.t
3843 ____________________________________________________________________________
3844 [  9411] By: nick                                  on 2001/03/28  16:50:03
3845         Log: Integrate mainline.
3846      Branch: perlio
3847           +> t/lib/cwd.t
3848           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3849           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
3850           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
3851           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
3852           !> t/pragma/warn/perl
3853 ____________________________________________________________________________
3854 [  9410] By: jhi                                   on 2001/03/28  16:44:23
3855         Log: Subject: Re: [PATCH] 9403 cannot be tested
3856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3857              Date: Wed, 28 Mar 2001 18:33:56 +0200
3858              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
3859      Branch: perl
3860            ! makedef.pl
3861 ____________________________________________________________________________
3862 [  9409] By: jhi                                   on 2001/03/28  16:12:45
3863         Log: Yet another tweak on AIX dynaloading.
3864      Branch: perl
3865            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3866 ____________________________________________________________________________
3867 [  9408] By: jhi                                   on 2001/03/28  15:52:55
3868         Log: Subject: [PATCH] 9403 cannot be tested
3869              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3870              Date: Wed, 28 Mar 2001 17:23:00 +0200
3871              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
3872              
3873              A missing symbol.
3874      Branch: perl
3875            ! makedef.pl
3876 ____________________________________________________________________________
3877 [  9407] By: jhi                                   on 2001/03/28  15:47:43
3878         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
3879      Branch: perl
3880            ! t/op/utf8decode.t
3881           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
3882           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
3883 ____________________________________________________________________________
3884 [  9406] By: jhi                                   on 2001/03/28  15:37:08
3885         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
3886              From: Benjamin Sugars <bsugars@canoe.ca> 
3887              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
3888              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
3889      Branch: perl
3890            + t/lib/cwd.t
3891            ! MANIFEST
3892 ____________________________________________________________________________
3893 [  9405] By: jhi                                   on 2001/03/28  15:13:18
3894         Log: pp_ne() needs a CORRECT boolean.
3895      Branch: perl
3896            ! pp.c
3897 ____________________________________________________________________________
3898 [  9404] By: jhi                                   on 2001/03/28  15:09:23
3899         Log: pp_ne() needs a boolean, not an integer.
3900      Branch: perl
3901            ! pp.c
3902 ____________________________________________________________________________
3903 [  9403] By: jhi                                   on 2001/03/28  14:47:43
3904         Log: (Retracted by #9404.)
3905      Branch: perl
3906            ! pp.c
3907 ____________________________________________________________________________
3908 [  9402] By: jhi                                   on 2001/03/28  14:43:59
3909         Log: Subject: Re: [PATCH] Typemap testing
3910              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
3911              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
3912              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
3913      Branch: perl
3914            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3915            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
3916 ____________________________________________________________________________
3917 [  9401] By: jhi                                   on 2001/03/28  14:42:14
3918         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
3919              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3920              Date: Sun, 25 Mar 2001 21:59:15 +0100
3921              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
3922              
3923              A variable will be checked for the "use once" warnings if:
3924              
3925              1. It is in the scope of a use warnings 'once'
3926              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
3927              
3928              Otherwise it won't be checked at all.
3929              
3930              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
3931              
3932              The enclosed patch partially fixes this issue. What I didn't
3933              get to work was the case where the "used once" warning is enabled
3934              in any file other than the main file.
3935      Branch: perl
3936            ! gv.c t/pragma/warn/perl
3937 ____________________________________________________________________________
3938 [  9400] By: nick                                  on 2001/03/28  14:38:24
3939         Log: More EBCDIC tweaks:
3940              - one more swash issue &~(0xA0-1) did not do the right thing,
3941              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
3942              - add "use re 'asciirange'" to make [!-~] etc. work
3943              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
3944              - Choose a key for t/op/each.t test which gets encoded.
3945              - Skip utf8decode if this is UTF-EBCDIC.
3946      Branch: perlio
3947            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
3948            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
3949 ____________________________________________________________________________
3950 [  9399] By: jhi                                   on 2001/03/28  14:21:00
3951         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
3952              Andreas Schwab.
3953      Branch: perl
3954            ! pp.c
3955 ____________________________________________________________________________
3956 [  9398] By: jhi                                   on 2001/03/28  00:55:56
3957         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
3958              From: David Dyck <dcd@tc.fluke.com>
3959              Date: Tue, 27 Mar 2001 15:16:24 -0800
3960              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
3961      Branch: perl
3962            ! ext/IO/lib/IO/Socket.pm
3963 ____________________________________________________________________________
3964 [  9397] By: jhi                                   on 2001/03/27  21:52:49
3965         Log: Integrate perlio.
3966      Branch: perl
3967           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
3968           +> ext/PerlIO/Via/Via.xs
3969           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
3970 ____________________________________________________________________________
3971 [  9396] By: nick                                  on 2001/03/27  21:45:13
3972         Log: Integrate mainline.
3973      Branch: perlio
3974           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
3975           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
3976 ____________________________________________________________________________
3977 [  9395] By: nick                                  on 2001/03/27  21:18:58
3978         Log: Outline docs for PerlIO and PerlIO::Scalar
3979      Branch: perlio
3980            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
3981 ____________________________________________________________________________
3982 [  9394] By: nick                                  on 2001/03/27  20:50:13
3983         Log: PerlIO::Via layer (alpha-ish).
3984      Branch: perlio
3985            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
3986            + ext/PerlIO/Via/Via.xs
3987            ! MANIFEST
3988 ____________________________________________________________________________
3989 [  9393] By: jhi                                   on 2001/03/27  20:49:55
3990         Log: Retract #9329 now that 9390 should take care of the matter.
3991      Branch: perl
3992            ! utils/h2xs.PL
3993 ____________________________________________________________________________
3994 [  9390] By: jhi                                   on 2001/03/27  20:47:50
3995         Log: Subject: Autoloading Errno.pm when %! is encountered
3996              From: Robin Houston <robin@kitsite.com>
3997              Date: Tue, 27 Mar 2001 20:57:11 +0100
3998              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
3999      Branch: perl
4000            ! embed.h embed.pl gv.c proto.h t/op/magic.t
4001 ____________________________________________________________________________
4002 [  9389] By: jhi                                   on 2001/03/27  20:24:31
4003         Log: Integrate perlio.
4004      Branch: perl
4005           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
4006           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
4007           !> utf8.c
4008 ____________________________________________________________________________
4009 [  9388] By: jhi                                   on 2001/03/27  20:21:38
4010         Log: Better have a three-element array if one is going to assign
4011              to the third element of that array. (from Tim Jenness)
4012      Branch: perl
4013            ! ext/XS/Typemap/Typemap.xs
4014 ____________________________________________________________________________
4015 [  9387] By: nick                                  on 2001/03/27  20:15:43
4016         Log: Integrate mainline.
4017      Branch: perlio
4018           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
4019           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
4020           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
4021           +> t/lib/xs-typemap.t
4022           !> (integrate 34 files)
4023 ____________________________________________________________________________
4024 [  9386] By: jhi                                   on 2001/03/27  20:04:18
4025         Log: Subject: Re: perl@9359 breaks HTML::Parser
4026              From: Gisle Aas <gisle@ActiveState.com>
4027              Date: 27 Mar 2001 11:30:24 -0800
4028              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
4029              
4030              Clarify the UTF-8 issues of the API docs.
4031              (Slightly reworded and expanded.)
4032      Branch: perl
4033            ! pod/perlapi.pod sv.c sv.h
4034 ____________________________________________________________________________
4035 [  9385] By: jhi                                   on 2001/03/27  19:44:25
4036         Log: If directory entries compare equal case-insensitively,
4037              retry case-sensitively.
4038      Branch: perl
4039            ! ext/File/Glob/bsd_glob.c
4040 ____________________________________________________________________________
4041 [  9384] By: nick                                  on 2001/03/27  19:38:50
4042         Log: Various EBCDIC fixes:
4043              - major revelation that swash code is encoding aware,
4044              (or thought it was) - now it is ;-)
4045              - With that out of the way fix a slab of tr/// cases.
4046              - Fix Encode 'Unicode' to be true Unicode so tests pass.
4047              - As anticipated Base64.xs needed tweaks.
4048              - Until tr/// works right avoid old_encode64 in MIME tests.
4049      Branch: perlio
4050            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
4051            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
4052 ____________________________________________________________________________
4053 [  9383] By: jhi                                   on 2001/03/27  18:34:41
4054         Log: Add the std test suite BEGIN block.
4055      Branch: perl
4056            ! t/lib/xs-typemap.t
4057 ____________________________________________________________________________
4058 [  9382] By: jhi                                   on 2001/03/27  15:16:07
4059         Log: Add debugging output to the test.
4060      Branch: perl
4061            ! t/lib/glob-basic.t
4062 ____________________________________________________________________________
4063 [  9381] By: jhi                                   on 2001/03/27  15:08:10
4064         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
4065      Branch: perl
4066            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
4067            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
4068            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
4069            + t/lib/xs-typemap.t
4070            ! MANIFEST
4071 ____________________________________________________________________________
4072 [  9380] By: jhi                                   on 2001/03/27  14:48:34
4073         Log: Subject: [PATCH] Typemap testing
4074              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
4075              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
4076              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
4077              
4078              (The first part of the patch.)
4079      Branch: perl
4080            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4081 ____________________________________________________________________________
4082 [  9379] By: jhi                                   on 2001/03/27  14:44:56
4083         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
4084              From: Benjamin Sugars <bsugars@canoe.ca> 
4085              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
4086              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
4087      Branch: perl
4088            ! t/lib/glob-basic.t
4089 ____________________________________________________________________________
4090 [  9378] By: jhi                                   on 2001/03/27  14:42:30
4091         Log: Subject: [PATCH] perlvar nit
4092              From: Simon Cozens <simon@netthink.co.uk>
4093              Date: Tue, 27 Mar 2001 01:12:01 +0100
4094              Message-ID: <20010327011201.A19179@netthink.co.uk>
4095      Branch: perl
4096            ! pod/perlvar.pod
4097 ____________________________________________________________________________
4098 [  9377] By: jhi                                   on 2001/03/27  14:36:26
4099         Log: Subject: [PATCH] B::Terse and warnings
4100              From: Benjamin Sugars <ben.sugars@home.com>
4101              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
4102              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
4103      Branch: perl
4104            ! ext/B/B.pm ext/B/B/Terse.pm
4105 ____________________________________________________________________________
4106 [  9376] By: jhi                                   on 2001/03/27  14:31:31
4107         Log: Document sockatmark() some.
4108      Branch: perl
4109            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
4110            ! pod/perltoc.pod
4111 ____________________________________________________________________________
4112 [  9375] By: jhi                                   on 2001/03/27  14:00:24
4113         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
4114              noted by Gisle and fixed by NI-S.
4115      Branch: perl
4116            ! sv.c
4117 ____________________________________________________________________________
4118 [  9374] By: jhi                                   on 2001/03/27  05:50:01
4119         Log: Regen toc.
4120      Branch: perl
4121            ! pod/perltoc.pod
4122 ____________________________________________________________________________
4123 [  9373] By: jhi                                   on 2001/03/27  05:43:51
4124         Log: Pixie documenting.
4125      Branch: perl
4126            ! Makefile.SH pod/perlhack.pod
4127 ____________________________________________________________________________
4128 [  9372] By: jhi                                   on 2001/03/27  05:29:34
4129         Log: Metaconfig unit changes for #9371.
4130      Branch: metaconfig
4131            ! U/modified/myhostname.U
4132      Branch: metaconfig/U/perl
4133            + d_sockatmark.U
4134            ! gccvers.U
4135 ____________________________________________________________________________
4136 [  9371] By: jhi                                   on 2001/03/27  05:29:07
4137         Log: Add sockatmark() probing.
4138      Branch: perl
4139            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4140            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
4141            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4142            ! vos/config.ga.h win32/config.bc win32/config.gc
4143            ! win32/config.vc
4144 ____________________________________________________________________________
4145 [  9370] By: jhi                                   on 2001/03/26  22:01:18
4146         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
4147              Really need to benchmark this.
4148      Branch: perl
4149            ! pp.c
4150 ____________________________________________________________________________
4151 [  9369] By: nick                                  on 2001/03/26  21:59:30
4152         Log: Integrate mainline.
4153      Branch: perlio
4154            ! ext/MIME/Base64/QuotedPrint.pm
4155           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
4156           !> patchlevel.h pod/perlhack.pod pp_sys.c
4157 ____________________________________________________________________________
4158 [  9368] By: jhi                                   on 2001/03/26  21:47:03
4159         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
4160              
4161              TODO1: perlbench.
4162              TODO2: le, lt, ge, gt?  Yech.
4163      Branch: perl
4164            ! pp.c
4165 ____________________________________________________________________________
4166 [  9367] By: jhi                                   on 2001/03/26  21:34:57
4167         Log: Too much cut-and-paste in #9363.
4168      Branch: perl
4169            ! pp_sys.c
4170 ____________________________________________________________________________
4171 [  9366] By: jhi                                   on 2001/03/26  21:20:53
4172         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
4173              From: Andreas Schwab <schwab@suse.de>
4174              Date: 26 Mar 2001 17:29:04 +0200
4175              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
4176              
4177              (The patch for 5.6.0 or so, this is a guess for bleadperl)
4178      Branch: perl
4179            ! pp_hot.c
4180 ____________________________________________________________________________
4181 [  9365] By: jhi                                   on 2001/03/26  21:07:54
4182         Log: Integrate perlio.
4183      Branch: perl
4184           !> perlio.c
4185 ____________________________________________________________________________
4186 [  9364] By: nick                                  on 2001/03/26  20:30:48
4187         Log: REFCNT botch in layer name cache hash.
4188      Branch: perlio
4189            ! perlio.c
4190 ____________________________________________________________________________
4191 [  9363] By: jhi                                   on 2001/03/26  18:44:32
4192         Log: Subject: [PATCH] socket() leaks file descriptors
4193              From: Benjamin Sugars <bsugars@canoe.ca>
4194              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
4195              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
4196              
4197              Also sockpair() fixed similarly.
4198      Branch: perl
4199            ! pp_sys.c
4200 ____________________________________________________________________________
4201 [  9362] By: jhi                                   on 2001/03/26  18:37:52
4202         Log: Integrate perlio.
4203      Branch: perl
4204           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
4205 ____________________________________________________________________________
4206 [  9361] By: nick                                  on 2001/03/26  17:32:06
4207         Log: Implement flush of linebuffered streams on read of a tty.
4208      Branch: perlio
4209            ! perlio.c perliol.h
4210 ____________________________________________________________________________
4211 [  9360] By: nick                                  on 2001/03/26  17:12:32
4212         Log: Memory tweaks and notes for OEMVS.
4213      Branch: perlio
4214            ! README.os390 miniperlmain.c t/op/pat.t
4215 ____________________________________________________________________________
4216 [  9359] By: jhi                                   on 2001/03/26  02:12:54
4217         Log: Update Changes.
4218      Branch: perl
4219            ! Changes patchlevel.h
4220 ____________________________________________________________________________
4221 [  9358] By: jhi                                   on 2001/03/26  02:05:32
4222         Log: Document the most common pixie options.
4223      Branch: perl
4224            ! pod/perlhack.pod
4225 ____________________________________________________________________________
4226 [  9357] By: jhi                                   on 2001/03/26  01:25:28
4227         Log: For perl.pixie check *before* compiling that optimize is -g,
4228              as for perl.third.
4229      Branch: perl
4230            ! Makefile.SH
4231 ____________________________________________________________________________
4232 [  9356] By: jhi                                   on 2001/03/26  01:13:41
4233         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
4234      Branch: perl
4235            ! Makefile.SH
4236 ____________________________________________________________________________
4237 [  9355] By: jhi                                   on 2001/03/26  01:11:19
4238         Log: Remove t/perl.third.
4239      Branch: perl
4240            ! Makefile.SH
4241 ____________________________________________________________________________
4242 [  9354] By: jhi                                   on 2001/03/26  00:23:38
4243         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
4244              IO::Sockatmark().
4245      Branch: perl
4246            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
4247 ____________________________________________________________________________
4248 [  9353] By: jhi                                   on 2001/03/25  22:25:04
4249         Log: Integrate perlio.
4250      Branch: perl
4251           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4252           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
4253           !> pp_hot.c win32/makefile.mk
4254 ____________________________________________________________________________
4255 [  9352] By: jhi                                   on 2001/03/25  22:21:41
4256         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
4257              From: Radu Greab <radu@netsoft.ro>
4258              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
4259              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
4260      Branch: perl
4261            ! pp_sys.c
4262 ____________________________________________________________________________
4263 [  9351] By: nick                                  on 2001/03/25  22:15:02
4264         Log: Fix readline in list mode to tell rest of world that it has
4265              things on the stack. Otherwise if perl code gets invoked
4266              underneath it it scribbles over results-so-far.
4267              (Why TIEHANDLE has not tripped on this is a mystery.)
4268      Branch: perlio
4269            ! pp_hot.c
4270 ____________________________________________________________________________
4271 [  9350] By: nick                                  on 2001/03/25  22:10:13
4272         Log: win32/makefile.mk typos
4273      Branch: perlio
4274            ! win32/makefile.mk
4275 ____________________________________________________________________________
4276 [  9349] By: nick                                  on 2001/03/25  21:31:14
4277         Log: Integrate now-non-binary file.
4278      Branch: perlio
4279           !> t/lib/mimeqp.t
4280 ____________________________________________________________________________
4281 [  9348] By: nick                                  on 2001/03/25  21:27:24
4282         Log: Make it text
4283      Branch: perlio
4284            ! t/lib/mimeqp.t
4285 ____________________________________________________________________________
4286 [  9347] By: nick                                  on 2001/03/25  21:25:37
4287         Log: Integrate mainline.
4288      Branch: perlio
4289           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
4290           !> lib/Term/ReadLine.pm t/lib/md5-file.t
4291 ____________________________________________________________________________
4292 [  9346] By: nick                                  on 2001/03/25  20:58:15
4293         Log: Add destruct time hook to PerlIO (for work-in-process implementing
4294              layers in perl code. In such cases layers need to be popped before
4295              we loose the ability to run perl code.)
4296              Also back-out "PerlIO::object" hook - it isn't going to work like that...
4297      Branch: perlio
4298            ! perl.c perlio.c perlio.h perliol.h
4299 ____________________________________________________________________________
4300 [  9345] By: nick                                  on 2001/03/25  20:49:11
4301         Log: Avoid at leasy one of undefined warnings in Encode.
4302      Branch: perlio
4303            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4304 ____________________________________________________________________________
4305 [  9344] By: jhi                                   on 2001/03/25  20:37:43
4306         Log: A workaround for using Term::ReadLine in emacs minibuffer
4307              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
4308              additional tweaks from Ilya Zakharevich.
4309      Branch: perl
4310            ! lib/Term/ReadLine.pm
4311 ____________________________________________________________________________
4312 [  9343] By: nick                                  on 2001/03/25  20:21:14
4313         Log: Missing return value.
4314      Branch: perlio
4315            ! ext/PerlIO/Scalar/Scalar.xs
4316 ____________________________________________________________________________
4317 [  9342] By: jhi                                   on 2001/03/25  16:21:00
4318         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
4319              to equal the CPAN versions since no code changes have been made.
4320      Branch: perl
4321            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
4322            ! t/lib/md5-file.t
4323 ____________________________________________________________________________
4324 [  9341] By: jhi                                   on 2001/03/25  16:01:48
4325         Log: Escape 8-bit characters.
4326      Branch: perl
4327            ! t/lib/mimeqp.t
4328 ____________________________________________________________________________
4329 [  9340] By: gsar                                  on 2001/03/25  15:50:53
4330         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
4331              chars)
4332      Branch: perl
4333            + t/lib/mimeqp.t
4334 ____________________________________________________________________________
4335 [  9339] By: gsar                                  on 2001/03/25  15:48:50
4336         Log: delete mimeqp.t for later with text mode set
4337      Branch: perl
4338            - t/lib/mimeqp.t
4339 ____________________________________________________________________________
4340 [  9338] By: nick                                  on 2001/03/25  09:01:57
4341         Log: Integrate mainline.
4342      Branch: perlio
4343           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
4344           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
4345           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
4346           +> t/lib/mimeb64u.t t/lib/mimeqp.t
4347           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
4348           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
4349           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
4350 ____________________________________________________________________________
4351 [  9337] By: jhi                                   on 2001/03/25  04:23:24
4352         Log: Add MIME::Base64 here and there.  Again, a lot of
4353              optimism is in the air.
4354      Branch: perl
4355            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
4356            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
4357 ____________________________________________________________________________
4358 [  9336] By: jhi                                   on 2001/03/25  04:12:43
4359         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
4360              this by ear as I do not do Win32 programming.)
4361      Branch: perl
4362            ! win32/Makefile win32/makefile.mk
4363 ____________________________________________________________________________
4364 [  9335] By: jhi                                   on 2001/03/25  04:03:50
4365         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
4366      Branch: perl
4367            ! t/lib/md5-file.t
4368 ____________________________________________________________________________
4369 [  9334] By: jhi                                   on 2001/03/25  03:58:53
4370         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
4371      Branch: perl
4372            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
4373            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
4374            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
4375            + t/lib/mimeb64u.t t/lib/mimeqp.t
4376            ! MANIFEST
4377 ____________________________________________________________________________
4378 [  9333] By: jhi                                   on 2001/03/24  20:14:37
4379         Log: Integrate perlio.
4380      Branch: perl
4381           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
4382 ____________________________________________________________________________
4383 [  9332] By: nick                                  on 2001/03/24  19:40:34
4384         Log: Fix un-init variable leading to spurious "Out of Memory!"
4385      Branch: perlio
4386            ! doio.c
4387 ____________________________________________________________________________
4388 [  9331] By: nick                                  on 2001/03/24  19:09:59
4389         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
4390              and update layers internals doc.
4391      Branch: perlio
4392            ! pod/perlfunc.pod pod/perliol.pod
4393 ____________________________________________________________________________
4394 [  9330] By: jhi                                   on 2001/03/24  18:42:11
4395         Log: The length might be uninitialized garbage if the *svp is the undef.
4396      Branch: perl
4397            ! doio.c
4398 ____________________________________________________________________________
4399 [  9329] By: jhi                                   on 2001/03/24  18:26:57
4400         Log: (Retracted by #9393)
4401
4402              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
4403              From: Simon Cozens <simon@netthink.co.uk>
4404              Date: Sat, 24 Mar 2001 17:13:17 +0000
4405              Message-ID: <20010324171317.A13406@netthink.co.uk>
4406      Branch: perl
4407            ! utils/h2xs.PL
4408 ____________________________________________________________________________
4409 [  9328] By: nick                                  on 2001/03/24  17:22:02
4410         Log: Integrate mainline.
4411      Branch: perlio
4412           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
4413           !> lib/unicode/version
4414 ____________________________________________________________________________
4415 [  9327] By: nick                                  on 2001/03/24  17:16:02
4416         Log: Integrate mainline.
4417      Branch: perlio
4418           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4419           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
4420           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
4421           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
4422           +> t/lib/md5-file.t
4423           !> MANIFEST Makefile.SH configure.com djgpp/config.over
4424           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
4425           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
4426           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
4427           !> win32/makefile.mk
4428 ____________________________________________________________________________
4429 [  9326] By: jhi                                   on 2001/03/24  17:00:42
4430         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
4431      Branch: perl
4432            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
4433            ! lib/unicode/version
4434 ____________________________________________________________________________
4435 [  9325] By: jhi                                   on 2001/03/24  16:22:33
4436         Log: Subject: Re: B::Deparse bug (5.6.0)
4437              From: Robin Houston <robin@kitsite.com>
4438              Date: Sat, 24 Mar 2001 14:33:09 +0000
4439              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
4440      Branch: perl
4441            ! op.c pp.c t/lib/b.t t/op/repeat.t
4442 ____________________________________________________________________________
4443 [  9324] By: jhi                                   on 2001/03/24  16:21:56
4444         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
4445              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
4446              these additions may be too optimistic.
4447      Branch: perl
4448            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
4449            ! hints/uwin.sh hints/vmesa.sh
4450 ____________________________________________________________________________
4451 [  9323] By: jhi                                   on 2001/03/24  16:06:01
4452         Log: Integrate perlio.
4453      Branch: perl
4454           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
4455           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4456            ! Makefile.SH
4457           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
4458           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
4459           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
4460           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4461           !> win32/makefile.mk win32/perlhost.h win32/win32.c
4462           !> win32/win32iop.h
4463 ____________________________________________________________________________
4464 [  9322] By: nick                                  on 2001/03/24  14:39:12
4465         Log: Routine Win32 regen_config_h - no real changes.
4466      Branch: perlio
4467            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4468 ____________________________________________________________________________
4469 [  9321] By: nick                                  on 2001/03/24  14:31:49
4470         Log: PerlIO fixups for Win32:
4471              - provide win33_popenlist() - non-functional as yet.
4472              - avoid need for aTHX in PerlIO_debug calls - even if not 
4473              enabled args are still evaluated so Win32 has trouble during fork().
4474              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
4475              - Fixup makedef.pl for latest set of symbols.
4476      Branch: perlio
4477            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
4478            ! win32/perlhost.h win32/win32.c win32/win32iop.h
4479 ____________________________________________________________________________
4480 [  9320] By: nick                                  on 2001/03/24  14:26:58
4481         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
4482              was gibberish - broke it on WIn32 at least.
4483      Branch: perlio
4484            ! ext/POSIX/POSIX.xs
4485 ____________________________________________________________________________
4486 [  9319] By: nick                                  on 2001/03/24  11:29:41
4487         Log: Generated files.
4488      Branch: perlio
4489            ! embed.h global.sym objXSUB.h perlapi.c proto.h
4490 ____________________________________________________________________________
4491 [  9318] By: nick                                  on 2001/03/24  10:29:37
4492         Log: Implement:
4493              1.  open($fh,"+<",undef);  # add test to t/io/open.t
4494              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
4495      Branch: perlio
4496            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
4497            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
4498            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
4499            ! t/io/open.t t/io/utf8.t
4500 ____________________________________________________________________________
4501 [  9317] By: jhi                                   on 2001/03/23  23:41:25
4502         Log: AIX does seems to have optimization problems with its C compilers.
4503      Branch: perl
4504            ! hints/aix.sh
4505 ____________________________________________________________________________
4506 [  9316] By: jhi                                   on 2001/03/23  23:40:46
4507         Log: Integrate perlio.
4508      Branch: perl
4509           +> lib/PerlIO.pm
4510           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
4511           !> perliol.h
4512 ____________________________________________________________________________
4513 [  9315] By: jhi                                   on 2001/03/23  22:16:30
4514         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
4515      Branch: perl
4516            ! t/lib/md5-file.t
4517 ____________________________________________________________________________
4518 [  9314] By: nick                                  on 2001/03/23  20:49:02
4519         Log: Perlio internals re-organized.
4520              - open process creates AV of layer/arg pairs
4521              (appends layers from open() or open.pm to default list).
4522              - push arg is now an SV.
4523              - layer ->Open get passed the AV
4524              - open is no longer mandatory method.
4525              - topmost layer that has ->Open method does the open
4526              - any layers above are pushed once that returns.
4527              - vtable re-ordered so dummy layers need only provide push/pop methods.
4528      Branch: perlio
4529            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
4530 ____________________________________________________________________________
4531 [  9313] By: nick                                  on 2001/03/23  16:27:41
4532         Log: Check in a stable (working) version before next round of tweaks.
4533              Changes include:
4534              - Move default layers code out of doio.c and into perlio.c
4535              - Single routine for parsing layer specification strings.
4536              - Skeleton support for demand loading of layers
4537              - Core-dump avoidance if PERLIO environment specifies loadable layer
4538              (does not _work_ as need IO to load and need load to do IO ...)
4539      Branch: perlio
4540            + lib/PerlIO.pm
4541            ! MANIFEST doio.c perlio.c
4542 ____________________________________________________________________________
4543 [  9312] By: gsar                                  on 2001/03/23  16:25:25
4544         Log: add execute bit to files with shebang lines in the repository;
4545              avoid clobbering execute bit in Porting/makerel 
4546      Branch: maint-5.6/perl
4547            ! (edit 144 files)
4548 ____________________________________________________________________________
4549 [  9311] By: jhi                                   on 2001/03/23  14:25:35
4550         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
4551      Branch: perl
4552            ! MANIFEST
4553 ____________________________________________________________________________
4554 [  9310] By: jhi                                   on 2001/03/23  13:45:04
4555         Log: Subject: [PATCH] Net::Ping
4556              From: Colin McMillen <mcmi0037@tc.umn.edu>
4557              Date: Thu, 22 Mar 2001 19:30:31 -0600
4558              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
4559      Branch: perl
4560            ! lib/Net/Ping.pm
4561 ____________________________________________________________________________
4562 [  9309] By: jhi                                   on 2001/03/23  13:39:13
4563         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
4564      Branch: perl
4565            ! t/lib/md5-aaa.t t/lib/md5-file.t
4566 ____________________________________________________________________________
4567 [  9308] By: jhi                                   on 2001/03/23  13:20:34
4568         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
4569              - bump the version to 2.14
4570              - drop the base64 tests since they require MIME::Base64
4571              - drop the rfc1321.txt
4572              - drop the hints/dec_osf.pl since it's only needed for
4573              pre-5.005_03 Perls
4574              Todo:
4575              - the U32 alignment testing is now removed; it needs to
4576              be reintroduced as as a Config variable (meaning also
4577              as a Configure test)
4578              - get the new EBCDIC md5sum for MD5.pm
4579              - test in Win32 to see how badly I botched the makefiles
4580      Branch: perl
4581            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4582            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
4583            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
4584            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
4585            + t/lib/md5-file.t
4586            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
4587            ! win32/Makefile win32/makefile.mk
4588 ____________________________________________________________________________
4589 [  9307] By: jhi                                   on 2001/03/23  12:56:14
4590         Log: Integrate change #9306 from maintperl into mainline,
4591              AIX dynaloader for AIXes without <load.h>.
4592      Branch: perl
4593           !> ext/DynaLoader/hints/aix.pl
4594 ____________________________________________________________________________
4595 [  9306] By: jhi                                   on 2001/03/23  12:51:36
4596         Log: There are AIXes without /usr/include/load.h,
4597              patch from H.Merijn Brand.
4598      Branch: maint-5.6/perl
4599            ! ext/DynaLoader/hints/aix.pl
4600 ____________________________________________________________________________
4601 [  9305] By: nick                                  on 2001/03/23  11:00:42
4602         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
4603      Branch: perlio
4604            ! ext/Encode/Encode.xs perlio.c perlio.h
4605 ____________________________________________________________________________
4606 [  9304] By: nick                                  on 2001/03/23  10:20:46
4607         Log: Render -Duseperlio functional again.
4608              - this is "quick fix" which calls PerlIO_apply_layers after opening,
4609              which is what old scheme did. New scheme needs to change that
4610              to make open(...,\$scalar) etc. work but this will do for now.
4611      Branch: perlio
4612            ! perlio.c
4613 ____________________________________________________________________________
4614 [  9303] By: nick                                  on 2001/03/23  09:53:20
4615         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
4616              -Uuseperlio now works again.
4617              -Duseperlio is still poorly. Don't merge yet...
4618      Branch: perlio
4619            ! doio.c perlio.h
4620 ____________________________________________________________________________
4621 [  9302] By: nick                                  on 2001/03/22  22:26:51
4622         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
4623              type code.
4624              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
4625              is its main caller. In particular now has access to "extra" args, and
4626              can tell when an open handle is "reopened" (or duped?).
4627              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
4628              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
4629              PerlIO_open() et. al. (i.e. other way round).
4630              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
4631              with args close to PerlIO_openn().
4632      Branch: perlio
4633            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
4634 ____________________________________________________________________________
4635 [  9301] By: jhi                                   on 2001/03/22  20:58:04
4636         Log: Integrate perlio.
4637      Branch: perl
4638           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
4639           !> t/io/open.t util.c
4640 ____________________________________________________________________________
4641 [  9300] By: nick                                  on 2001/03/22  17:36:32
4642         Log: Don't include $@ in not ok message.
4643      Branch: perlio
4644            ! t/io/open.t
4645 ____________________________________________________________________________
4646 [  9299] By: gsar                                  on 2001/03/22  16:53:45
4647         Log: back out changes#7532,7521 for now (appears to have problems
4648              on IRIX)
4649      Branch: maint-5.6/perl
4650            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4651            ! ext/POSIX/typemap pod/perlvar.pod
4652 ____________________________________________________________________________
4653 [  9298] By: nick                                  on 2001/03/22  14:35:46
4654         Log: Give a meaning to '&' in n-arg open case:
4655              open($fh,"<&",$scalar);
4656              $scalar can be:
4657              - an integer which does "fdopen"
4658              open($fh,"<&",2); # like open($fh,"<&2")
4659              - something that will yield a file handle via sv_2io()
4660              useful for dup'ing anonymous handles.
4661              e.g.:
4662              open(my $fh,"<&",\*STDIN);
4663              open(my $dup,"<&",$fh);
4664      Branch: perlio
4665            ! doio.c t/io/open.t
4666 ____________________________________________________________________________
4667 [  9297] By: nick                                  on 2001/03/22  13:34:35
4668         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
4669      Branch: perlio
4670            ! util.c
4671 ____________________________________________________________________________
4672 [  9296] By: nick                                  on 2001/03/22  12:51:20
4673         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
4674      Branch: perlio
4675            ! perl.c
4676 ____________________________________________________________________________
4677 [  9295] By: nick                                  on 2001/03/22  11:59:44
4678         Log: If stdin, stdout or stderr get opened in unexpected read/write state
4679              then warn at time of open not at time of use.
4680      Branch: perlio
4681            ! doio.c pp_hot.c pp_sys.c
4682 ____________________________________________________________________________
4683 [  9294] By: nick                                  on 2001/03/22  10:54:35
4684         Log: Die on n-arg open(...,"",xxx,yyy,...)
4685              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
4686              - die on read/write cases so we can decide what it means later.
4687      Branch: perlio
4688            ! doio.c embed.pl iperlsys.h util.c
4689 ____________________________________________________________________________
4690 [  9293] By: nick                                  on 2001/03/22  09:02:45
4691         Log: perlio tweaks (reported by Nick Clark)
4692              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
4693              error check in Pendinf_read().
4694      Branch: perlio
4695            ! perlio.c
4696 ____________________________________________________________________________
4697 [  9292] By: gsar                                  on 2001/03/22  07:12:00
4698         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
4699              fixes)
4700      Branch: maint-5.6/perl
4701           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
4702 ____________________________________________________________________________
4703 [  9291] By: jhi                                   on 2001/03/22  06:06:44
4704         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
4705      Branch: perl
4706            ! t/op/re_tests
4707 ____________________________________________________________________________
4708 [  9290] By: jhi                                   on 2001/03/22  05:57:01
4709         Log: Move MacOS Classic higher in the list of supported platforms.
4710      Branch: maint-5.6/perl
4711            ! pod/perlport.pod
4712 ____________________________________________________________________________
4713 [  9289] By: gsar                                  on 2001/03/22  05:35:04
4714         Log: revert part of change#6438 for compatibility (av_reify()
4715              appears to be needed to implement av_splice()ish things
4716              in XS)
4717      Branch: maint-5.6/perl
4718            ! embed.pl global.sym objXSUB.h perlapi.c
4719 ____________________________________________________________________________
4720 [  9288] By: gsar                                  on 2001/03/22  03:09:19
4721         Log: update copyright year
4722      Branch: maint-5.6/perl
4723            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
4724            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
4725            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
4726            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
4727            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
4728            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
4729            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
4730            ! x2p/walk.c
4731 ____________________________________________________________________________
4732 [  9287] By: jhi                                   on 2001/03/21  20:30:54
4733         Log: Integrate perlio.
4734      Branch: perl
4735           !> ext/Data/Dumper/Dumper.xs
4736 ____________________________________________________________________________
4737 [  9286] By: gsar                                  on 2001/03/21  19:49:54
4738         Log: makefile.mk tweak
4739      Branch: maint-5.6/perl
4740            ! win32/Makefile win32/makefile.mk
4741 ____________________________________________________________________________
4742 [  9285] By: nick                                  on 2001/03/21  19:07:13
4743         Log: Multiplicity fix for Dumper.
4744      Branch: perlio
4745            ! ext/Data/Dumper/Dumper.xs
4746 ____________________________________________________________________________
4747 [  9284] By: nick                                  on 2001/03/21  19:01:07
4748         Log: Integrate mainline - (does not build xTHX issue in Dumper).
4749      Branch: perlio
4750           !> (integrate 27 files)
4751 ____________________________________________________________________________
4752 [  9283] By: jhi                                   on 2001/03/21  17:17:35
4753         Log: Integrate change #9282 from mainline into maintperl,
4754              4-arg UTF-8 substr().
4755      Branch: maint-5.6/perl
4756           !> pp.c
4757 ____________________________________________________________________________
4758 [  9282] By: jhi                                   on 2001/03/21  17:15:43
4759         Log: The #9270 would have leaked a scalar if pp_substr()
4760              returned early.
4761      Branch: perl
4762            ! pp.c
4763 ____________________________________________________________________________
4764 [  9281] By: gsar                                  on 2001/03/21  17:03:14
4765         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
4766      Branch: maint-5.6/perl
4767            ! win32/makefile.mk
4768 ____________________________________________________________________________
4769 [  9280] By: gsar                                  on 2001/03/21  17:01:20
4770         Log: some tweaks to change#9278 (fork() emulation should be enabled
4771              by setting BUILD_FLAVOR instead of changing the defaults)
4772      Branch: maint-5.6/perl
4773            ! win32/makefile.mk
4774 ____________________________________________________________________________
4775 [  9279] By: gsar                                  on 2001/03/21  16:47:19
4776         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
4777      Branch: maint-5.6/perl
4778            ! ext/File/Glob/Glob.pm
4779           !> lib/Cwd.pm
4780 ____________________________________________________________________________
4781 [  9278] By: jhi                                   on 2001/03/21  14:35:10
4782         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
4783              From: "Vadim Konovalov" <watman@inbox.ru>
4784              Date: Wed, 21 Mar 2001 01:53:51 +0300
4785              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
4786      Branch: maint-5.6/perl
4787            ! win32/makefile.mk win32/win32sck.c
4788 ____________________________________________________________________________
4789 [  9277] By: jhi                                   on 2001/03/21  13:58:28
4790         Log: Integrate change #9270 from mainline to maintperl:
4791              continued 4-arg UTF-8 substr() fixing.
4792      Branch: maint-5.6/perl
4793           !> pp.c t/op/substr.t
4794 ____________________________________________________________________________
4795 [  9276] By: jhi                                   on 2001/03/21  13:33:00
4796         Log: More pixie cleaning.
4797      Branch: perl
4798            ! Makefile.SH
4799 ____________________________________________________________________________
4800 [  9275] By: jhi                                   on 2001/03/21  03:54:17
4801         Log: Update Changes.
4802      Branch: perl
4803            ! Changes patchlevel.h
4804 ____________________________________________________________________________
4805 [  9274] By: jhi                                   on 2001/03/21  03:48:24
4806         Log: First stab at making Data::Dumper to grok Unicode.
4807              
4808              TODO: tests, EBCDICify.
4809      Branch: perl
4810            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
4811 ____________________________________________________________________________
4812 [  9273] By: jhi                                   on 2001/03/21  02:23:00
4813         Log: Fix for
4814              
4815              Subject: Memory leak in unquoted print   
4816              From: Benjamin Sugars <bsugars@canoe.ca> 
4817              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
4818              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
4819      Branch: perl
4820            ! perlio.c
4821 ____________________________________________________________________________
4822 [  9272] By: jhi                                   on 2001/03/21  01:33:17
4823         Log: Subject: Re: [PATCH] POSIX::getcwd()
4824              From: Benjamin Sugars <bsugars@canoe.ca> 
4825              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
4826              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
4827      Branch: perl
4828            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4829 ____________________________________________________________________________
4830 [  9271] By: jhi                                   on 2001/03/21  01:22:52
4831         Log: Subject: [PATCH] Cwd.pm docs
4832              From: Benjamin Sugars <bsugars@canoe.ca>
4833              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
4834              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
4835      Branch: perl
4836            ! lib/Cwd.pm
4837 ____________________________________________________________________________
4838 [  9270] By: jhi                                   on 2001/03/21  01:16:29
4839         Log: Continue 4-arg substr() UTF-8 fixage.
4840      Branch: perl
4841            ! pp.c t/op/substr.t
4842 ____________________________________________________________________________
4843 [  9269] By: jhi                                   on 2001/03/21  00:46:14
4844         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
4845              
4846              revert the leak fix in change#9142 (problem needs a more experimental
4847              fix unsuitable for 5.6.1)
4848              
4849              do alphabetical sorting by default (for csh compatibility)
4850              
4851              cut-n-paste goof in change#9264
4852              
4853              VMS piping fixes (from Charles Lane)
4854      Branch: perl
4855           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4856           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
4857           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
4858 ____________________________________________________________________________
4859 [  9268] By: jhi                                   on 2001/03/21  00:37:04
4860         Log: Integrate perlio.
4861      Branch: perl
4862           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
4863           !> utf8.c utf8.h utfebcdic.h
4864 ____________________________________________________________________________
4865 [  9267] By: nick                                  on 2001/03/20  20:04:39
4866         Log: More EBCDIC stuff:
4867              - Loose the extra level of function on ASCII.
4868              - spotted a chr(0) issue in sv.c
4869              - re-work of UTF-X tr/// ranges to work in Unicode
4870              space. Still issues with the "0xff is illegal UTF-8" hack.
4871              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
4872              (why do it once when you can do it all over the place :-(
4873              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
4874              need utf8.pm for swashes.
4875              - Simplified and commented scan_const() in toke.c
4876              Still something wrong regexp and tr (swashes?).
4877      Branch: perlio
4878            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
4879            ! utf8.c utf8.h utfebcdic.h
4880 ____________________________________________________________________________
4881 [  9266] By: gsar                                  on 2001/03/20  19:16:43
4882         Log: VMS piping fixes (from Charles Lane)
4883      Branch: maint-5.6/perl
4884            ! vms/vms.c vms/vmspipe.com
4885 ____________________________________________________________________________
4886 [  9265] By: gsar                                  on 2001/03/20  17:53:52
4887         Log: cut-n-paste goof in change#9264
4888      Branch: maint-5.6/perl
4889            ! ext/File/Glob/Glob.xs
4890 ____________________________________________________________________________
4891 [  9264] By: gsar                                  on 2001/03/20  17:43:47
4892         Log: do alphabetical sorting by default (for csh compatibility);
4893              bsd_glob() does ASCII sort by default as usual, unless
4894              GLOB_ALPHASORT was specified
4895      Branch: maint-5.6/perl
4896            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
4897            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
4898            ! ext/File/Glob/bsd_glob.h
4899 ____________________________________________________________________________
4900 [  9263] By: gsar                                  on 2001/03/20  16:40:08
4901         Log: integrate change#9255 from mainline (unicode fix)
4902              
4903              substr($bytestr, i, n, $charstr)
4904      Branch: maint-5.6/perl
4905           !> Todo-5.6 pp.c t/op/substr.t
4906 ____________________________________________________________________________
4907 [  9262] By: gsar                                  on 2001/03/20  15:57:41
4908         Log: revert the leak fix in change#9142 (problem needs a more experimental
4909              fix unsuitable for 5.6.1)
4910      Branch: maint-5.6/perl
4911            ! scope.c
4912 ____________________________________________________________________________
4913 [  9261] By: jhi                                   on 2001/03/20  14:26:25
4914         Log: Integrate changes #9259,9260 from maintperl into mainline.
4915              
4916              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
4917              
4918              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
4919      Branch: perl
4920           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
4921 ____________________________________________________________________________
4922 [  9260] By: jhi                                   on 2001/03/20  14:05:46
4923         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
4924              From: Robin Barker <rmb1@cise.npl.co.uk>
4925              Date: Tue, 20 Mar 2001 10:12:04 GMT
4926              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
4927      Branch: maint-5.6/perl
4928            ! run.c
4929 ____________________________________________________________________________
4930 [  9259] By: jhi                                   on 2001/03/20  14:04:39
4931         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
4932              From: Chris Nandor <pudge@pobox.com>
4933              Date: Tue, 20 Mar 2001 00:40:56 -0500
4934              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
4935      Branch: maint-5.6/perl
4936            ! ext/POSIX/POSIX.xs lib/File/Path.pm
4937 ____________________________________________________________________________
4938 [  9258] By: jhi                                   on 2001/03/20  05:09:34
4939         Log: Update Changes.
4940      Branch: perl
4941            ! Changes patchlevel.h
4942 ____________________________________________________________________________
4943 [  9257] By: jhi                                   on 2001/03/20  05:04:25
4944         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
4945      Branch: perl
4946            ! t/op/tr.t
4947 ____________________________________________________________________________
4948 [  9256] By: jhi                                   on 2001/03/20  04:43:12
4949         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
4950              From: Peter Prymmer <pvhp@forte.com>
4951              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
4952              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
4953      Branch: maint-5.6/perl
4954            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
4955 ____________________________________________________________________________
4956 [  9255] By: jhi                                   on 2001/03/19  23:17:17
4957         Log: substr($bytestr, i, n, $charstr)
4958
4959              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
4960      Branch: perl
4961            ! Todo-5.6 pp.c t/op/substr.t
4962 ____________________________________________________________________________
4963 [  9254] By: jhi                                   on 2001/03/19  22:25:09
4964         Log: Rearrange the make test target prerequisites so that
4965              in a parallel make 'all' is finished before 'test'.
4966      Branch: perl
4967            ! Makefile.SH
4968 ____________________________________________________________________________
4969 [  9253] By: jhi                                   on 2001/03/19  21:48:07
4970         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
4971              From: Robin Houston <robin@kitsite.com>
4972              Date: Mon, 19 Mar 2001 15:48:41 +0000
4973              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
4974      Branch: perl
4975            ! pp_ctl.c
4976 ____________________________________________________________________________
4977 [  9252] By: jhi                                   on 2001/03/19  21:42:27
4978         Log: Integrate perlio.
4979      Branch: perl
4980           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
4981           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
4982           !> utfebcdic.h vms/perly_c.vms
4983 ____________________________________________________________________________
4984 [  9251] By: jhi                                   on 2001/03/19  21:31:28
4985         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
4986              
4987              Dynaloading in 64-bit AIX with vac.
4988      Branch: perl
4989           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4990           !> hints/aix.sh
4991 ____________________________________________________________________________
4992 [  9250] By: jhi                                   on 2001/03/19  21:18:00
4993         Log: A more robust solution for the 64bitall AIX dynaloading
4994              problem, from Jens-Uwe Mager.
4995      Branch: maint-5.6/perl
4996            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4997 ____________________________________________________________________________
4998 [  9249] By: nick                                  on 2001/03/19  20:59:37
4999         Log: Integrate mainline.
5000      Branch: perlio
5001           !> (integrate 42 files)
5002 ____________________________________________________________________________
5003 [  9248] By: nick                                  on 2001/03/19  20:22:07
5004         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
5005              (Building on OS390 uses native YACC and YYDEBUG has other
5006              side effects.)
5007      Branch: perlio
5008            ! perly.c perly.y vms/perly_c.vms
5009 ____________________________________________________________________________
5010 [  9247] By: jhi                                   on 2001/03/19  19:59:53
5011         Log: 64-bit AIX dynaloading problem (see #9244) idea
5012              from Jens-Uwe Mager.
5013      Branch: maint-5.6/perl
5014            ! ext/DynaLoader/dl_aix.xs
5015 ____________________________________________________________________________
5016 [  9246] By: nick                                  on 2001/03/19  19:27:57
5017         Log: More EBCDIC fixes.
5018      Branch: perlio
5019            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
5020            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
5021 ____________________________________________________________________________
5022 [  9245] By: jhi                                   on 2001/03/19  19:05:19
5023         Log: Integrate change #9243 from mainline into maintperl.
5024              
5025              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
5026      Branch: maint-5.6/perl
5027           !> README.vmesa
5028 ____________________________________________________________________________
5029 [  9244] By: jhi                                   on 2001/03/19  19:03:15
5030         Log: Get 64bitall AIX building, but still does not test okay:
5031              dynaloading anything fails, for example for op/defins:
5032              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
5033              (update: fixed by #9247,9250)
5034      Branch: maint-5.6/perl
5035            ! hints/aix.sh
5036 ____________________________________________________________________________
5037 [  9243] By: jhi                                   on 2001/03/19  19:00:16
5038         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
5039              From: Robin Barker <rmb1@cise.npl.co.uk>
5040              Date: Mon, 19 Mar 2001 18:01:57 GMT
5041              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
5042      Branch: perl
5043            ! README.vmesa
5044 ____________________________________________________________________________
5045 [  9242] By: jhi                                   on 2001/03/19  18:58:43
5046         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
5047              
5048              TODO: tests.
5049      Branch: perl
5050            ! doop.c op.c
5051 ____________________________________________________________________________
5052 [  9241] By: gsar                                  on 2001/03/19  17:34:46
5053         Log: VMSify tests (from Charles Lane)
5054      Branch: maint-5.6/perl
5055            ! t/lib/filehand.t t/lib/texttabs.t
5056 ____________________________________________________________________________
5057 [  9240] By: jhi                                   on 2001/03/19  14:24:26
5058         Log: Integrate change #9233 from maintperl into mainline.
5059              
5060              some refcounts were incorrect in perl_clone()
5061      Branch: perl
5062           !> sv.c
5063 ____________________________________________________________________________
5064 [  9239] By: gsar                                  on 2001/03/19  09:23:17
5065         Log: this is 5.6.1-trial3
5066      Branch: maint-5.6/perl
5067            ! Changes
5068 ____________________________________________________________________________
5069 [  9238] By: gsar                                  on 2001/03/19  08:47:04
5070         Log: some new symbols are only available under ithreads
5071      Branch: maint-5.6/perl
5072            ! makedef.pl
5073 ____________________________________________________________________________
5074 [  9237] By: gsar                                  on 2001/03/19  08:42:28
5075         Log: update patchlevel.h, Changes, &c.
5076      Branch: maint-5.6/perl
5077            ! Changes patchlevel.h pod/perlhist.pod
5078           !> AUTHORS
5079 ____________________________________________________________________________
5080 [  9236] By: gsar                                  on 2001/03/19  08:17:49
5081         Log: integrate changes#8068,8717 from mainline
5082              
5083              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
5084              
5085              [PATCH CPAN 1.59_51] warning message (not!)
5086      Branch: maint-5.6/perl
5087           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
5088           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
5089           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
5090           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
5091           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
5092 ____________________________________________________________________________
5093 [  9235] By: gsar                                  on 2001/03/19  08:07:09
5094         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
5095              
5096              [PATCH] Add missing CV flags to dump.c
5097              
5098              Re: [patch] Re: PL_ptr_table
5099              
5100              Fixup non-ithread build after 8713
5101              
5102              Generated files form 8713 etc.
5103              
5104              Correct the correction :-(
5105              
5106              Documenting coderef @INC (Re: CPAN "make this script work" feature)
5107              
5108              Subject: Re: sync sync sync: have I missed any patches?
5109              Replace djSP with dSP.
5110      Branch: maint-5.6/perl
5111           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
5112           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
5113           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
5114           !> sv.c sv.h win32/perlhost.h
5115 ____________________________________________________________________________
5116 [  9234] By: gsar                                  on 2001/03/19  07:22:05
5117         Log: revert the change#9090 integrate for now (change looks somewhat
5118              incomplete in that [ha]v_exists() need something similar; lacks
5119              tests; &c.)
5120      Branch: maint-5.6/perl
5121            ! hv.c
5122 ____________________________________________________________________________
5123 [  9233] By: gsar                                  on 2001/03/19  07:10:01
5124         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
5125              destruction when there are unreferenced scalars (SvREFCNT==0)
5126      Branch: maint-5.6/perl
5127            ! sv.c
5128 ____________________________________________________________________________
5129 [  9232] By: jhi                                   on 2001/03/19  05:11:02
5130         Log: Regen api and toc.
5131      Branch: maint-5.6/perl
5132            ! pod/perlapi.pod pod/perltoc.pod
5133 ____________________________________________________________________________
5134 [  9231] By: jhi                                   on 2001/03/19  04:06:03
5135         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
5136              add a lost line in pp.c:pp_chop(), update to new op/chop.
5137              
5138              Clarify the description differentiating for and while; inspired by
5139              
5140              Subject: [ID 20010306.004] || != named unary operator
5141              
5142              The $Is_MacOS needs to be declared.
5143      Branch: maint-5.6/perl
5144            ! pp.c t/op/chop.t
5145           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
5146 ____________________________________________________________________________
5147 [  9230] By: jhi                                   on 2001/03/19  03:48:16
5148         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
5149              9079,9083,9089,9090,9091 from mainline to maintperl.
5150              
5151              Quieten some noise in Win32 builds
5152              
5153              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
5154              
5155              The perlretut was still talking about the old \p and \P
5156              definitions.
5157              
5158              More tweakage on the Unicode character class descriptions.
5159              
5160              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
5161              
5162              Subject: 'no *POSIX' Patch speeding up make on BS2000 
5163              
5164              Subject: [PATCH] perldata.pod here-doc docs
5165              
5166              Add /sbin and /usr/sbin to the list of directories scanned
5167              for setuid programs.  Takes care of bug id 20010309.003.
5168              
5169              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
5170              
5171              In op/stat #35 better to scan all the potential directories
5172              for setuids, not just the first one.
5173      Branch: maint-5.6/perl
5174            ! Makefile.SH
5175           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
5176           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
5177           !> t/op/stat.t toke.c win32/win32.h
5178 ____________________________________________________________________________
5179 [  9229] By: jhi                                   on 2001/03/19  02:31:50
5180         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
5181              From: Chris Nandor <pudge@pobox.com>
5182              Date: Sat, 10 Mar 2001 14:22:19 -0500
5183              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
5184      Branch: maint-5.6/perl
5185            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
5186            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
5187            ! t/lib/b.t t/lib/errno.t
5188 ____________________________________________________________________________
5189 [  9228] By: jhi                                   on 2001/03/19  02:29:59
5190         Log: Integrate changes #9113,9122 from mainline into maintperl.
5191              
5192              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?)
5193      Branch: maint-5.6/perl
5194           !> Configure README.os390 hints/os390.sh
5195 ____________________________________________________________________________
5196 [  9227] By: jhi                                   on 2001/03/19  02:22:35
5197         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
5198              into maintperl.
5199              
5200              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
5201              
5202              Forgot to check-in the larger part of #9120, duh.
5203              
5204              Subject: Another patch for integer.pm POD 
5205              
5206              h2ph strictness and cleanliness from Kurt Starsinic.
5207              
5208              Borland filename case problem.
5209              
5210              h2ph strictness and cleanliness from Kurt Starsinic.
5211              
5212              Subject: [PATCH] the uncontroversial doc patches
5213      Branch: maint-5.6/perl
5214           +> win32/sncfnmcs.pl
5215           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
5216           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
5217           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
5218           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
5219           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
5220           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
5221           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
5222 ____________________________________________________________________________
5223 [  9226] By: jhi                                   on 2001/03/19  02:10:21
5224         Log: Integrate changes #9207,9214 from mainline into maintperl.
5225              
5226              podchecker relaxations: =over has an *optional* number after it,
5227              and whitespace in L<> is okay.
5228      Branch: maint-5.6/perl
5229           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
5230           !> t/pod/poderrs.xr
5231 ____________________________________________________________________________
5232 [  9225] By: jhi                                   on 2001/03/19  02:07:38
5233         Log: Integrate change #9219 from maintperl into mainline.
5234              
5235              remove duplicated tests
5236      Branch: perl
5237           !> t/op/re_tests
5238 ____________________________________________________________________________
5239 [  9224] By: jhi                                   on 2001/03/19  02:06:11
5240         Log: Integrate change #9223 from mainline to maintperl.
5241              
5242              Document -Dmksymlinks.
5243      Branch: maint-5.6/perl
5244           !> INSTALL
5245 ____________________________________________________________________________
5246 [  9223] By: jhi                                   on 2001/03/19  02:01:25
5247         Log: Document -Dmksymlinks.
5248      Branch: perl
5249            ! INSTALL
5250 ____________________________________________________________________________
5251 [  9222] By: jhi                                   on 2001/03/19  01:15:35
5252         Log: The -Dmksymlinks wasn't working for maintperl.
5253      Branch: maint-5.6/perl
5254            ! Configure
5255 ____________________________________________________________________________
5256 [  9221] By: jhi                                   on 2001/03/19  00:49:43
5257         Log: Cleanup pixie residue.
5258      Branch: perl
5259            ! Makefile.SH
5260 ____________________________________________________________________________
5261 [  9220] By: jhi                                   on 2001/03/19  00:44:47
5262         Log: Document the use of pixie/prof; create make targets for it.
5263              
5264              TODO: make t/TEST pixie-aware.
5265      Branch: perl
5266            ! Makefile.SH pod/perlhack.pod
5267 ____________________________________________________________________________
5268 [  9219] By: gsar                                  on 2001/03/19  00:16:55
5269         Log: remove duplicated tests
5270      Branch: maint-5.6/perl
5271            ! t/op/re_tests
5272 ____________________________________________________________________________
5273 [  9218] By: jhi                                   on 2001/03/18  23:59:31
5274         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
5275      Branch: perl
5276            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
5277 ____________________________________________________________________________
5278 [  9217] By: jhi                                   on 2001/03/18  23:25:20
5279         Log: Rewrite the tests section of Makefile to be less redundant
5280              and to allow for more flexible test targets, many recursive
5281              make calls introduced.
5282      Branch: perl
5283            ! Makefile.SH
5284 ____________________________________________________________________________
5285 [  9216] By: jhi                                   on 2001/03/18  22:30:04
5286         Log: Document the use of Third Degree (sparsely).
5287      Branch: perl
5288            ! pod/perlhack.pod t/TEST
5289 ____________________________________________________________________________
5290 [  9215] By: jhi                                   on 2001/03/18  22:10:30
5291         Log: Make targets for testing with Third Degree.
5292      Branch: perl
5293            ! Makefile.SH
5294 ____________________________________________________________________________
5295 [  9214] By: jhi                                   on 2001/03/18  21:08:53
5296         Log: The podchecker relaxations need to mirrored also at the tests.
5297      Branch: perl
5298            ! t/pod/poderrs.xr
5299 ____________________________________________________________________________
5300 [  9213] By: jhi                                   on 2001/03/18  20:56:21
5301         Log: Update Changes.
5302      Branch: perl
5303            ! Changes patchlevel.h
5304 ____________________________________________________________________________
5305 [  9212] By: jhi                                   on 2001/03/18  20:36:59
5306         Log: Looking for config.sh in parent directories isn't
5307              very useful for the toplevel Makefile.
5308      Branch: perl
5309            ! Makefile.SH
5310 ____________________________________________________________________________
5311 [  9211] By: jhi                                   on 2001/03/18  20:33:37
5312         Log: On "make clean" take care of Third Degree droppings.
5313      Branch: perl
5314            ! Makefile.SH
5315 ____________________________________________________________________________
5316 [  9210] By: jhi                                   on 2001/03/18  20:21:34
5317         Log: Add a hook for running the tests under the Third Degree
5318              debugging tool (set $ENV{PERL_3LOG} to non-zero)
5319              
5320              TODO: Document the use of Third Degree.
5321      Branch: perl
5322            ! t/TEST
5323 ____________________________________________________________________________
5324 [  9209] By: jhi                                   on 2001/03/18  20:19:07
5325         Log: Regen toc and api pods.
5326      Branch: perl
5327            ! pod/perlapi.pod pod/perltoc.pod
5328 ____________________________________________________________________________
5329 [  9208] By: jhi                                   on 2001/03/18  20:12:12
5330         Log: Integrate changes #8128,9132 from mainline into maintperl,
5331              Tie::SubstrHash fixes.
5332      Branch: maint-5.6/perl
5333           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
5334 ____________________________________________________________________________
5335 [  9207] By: jhi                                   on 2001/03/18  20:07:43
5336         Log: podchecker relaxations from Michael Stevens.
5337      Branch: perl
5338            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
5339 ____________________________________________________________________________
5340 [  9206] By: jhi                                   on 2001/03/18  20:04:24
5341         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
5342      Branch: perl
5343            ! lib/Locale/Constants.pm lib/Locale/Country.pm
5344            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
5345            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
5346 ____________________________________________________________________________
5347 [  9205] By: jhi                                   on 2001/03/18  19:54:45
5348         Log: Integrate changes #9161,9162 from maintperl to mainline.
5349              
5350              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
5351              results
5352      Branch: perl
5353           !> t/op/magic.t
5354 ____________________________________________________________________________
5355 [  9204] By: jhi                                   on 2001/03/18  19:37:46
5356         Log: Make perl.third checks more understandable to the builder.
5357      Branch: perl
5358            ! Makefile.SH
5359 ____________________________________________________________________________
5360 [  9203] By: jhi                                   on 2001/03/18  19:20:54
5361         Log: Re-integrate #9138 from maintperl to mainline,
5362              the squelching of the unneeded "Scalars leaked" messages.
5363      Branch: perl
5364           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
5365           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
5366           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
5367 ____________________________________________________________________________
5368 [  9202] By: jhi                                   on 2001/03/18  18:48:36
5369         Log: More robust and more paranoid perl.third target.
5370      Branch: perl
5371            ! Makefile.SH
5372 ____________________________________________________________________________
5373 [  9201] By: jhi                                   on 2001/03/18  18:39:21
5374         Log: Integrate change #9197 from maintperl to mainline.
5375              
5376              more thorough cleaning of arenas.
5377      Branch: perl
5378           !> embed.pl perl.c proto.h sv.c t/op/sort.t
5379 ____________________________________________________________________________
5380 [  9200] By: jhi                                   on 2001/03/18  18:25:17
5381         Log: Integrate perlio.
5382      Branch: perl
5383           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
5384           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
5385           !> t/lib/encode.t toke.c universal.c utf8.c
5386 ____________________________________________________________________________
5387 [  9199] By: nick                                  on 2001/03/18  15:23:51
5388         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
5389              is the sense of the test being done. Avoid some magical 127 and 128 values
5390              by using macros.
5391      Branch: perlio
5392            ! doop.c pp_ctl.c sv.c toke.c
5393 ____________________________________________________________________________
5394 [  9198] By: nick                                  on 2001/03/18  14:18:12
5395         Log: UTF-X encoding invariance for Encode:
5396              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
5397              - move the XS code for those to universal.c (so in miniperl)
5398              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
5399              - change ext/Encode/compile to use above.
5400              - Fix t/lib/encode.t for above
5401              - Teach t/lib/b.t to expect -uutf8
5402              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
5403              utf8.pm is needed.
5404      Branch: perlio
5405            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
5406            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
5407 ____________________________________________________________________________
5408 [  9197] By: gsar                                  on 2001/03/18  12:15:57
5409         Log: more thorough cleaning of arenas--keep going until no more
5410              SvREFCNT_dec()s occur (this fixes the problem that causes the
5411              pesky "Scalars leaked" warnings)
5412      Branch: maint-5.6/perl
5413            ! embed.pl perl.c proto.h sv.c t/op/sort.t
5414 ____________________________________________________________________________
5415 [  9196] By: nick                                  on 2001/03/18  10:57:29
5416         Log: Fix pragma/utf8.t # 15
5417              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
5418              are SvUTF8 as well.
5419      Branch: perlio
5420            ! toke.c
5421 ____________________________________________________________________________
5422 [  9195] By: nick                                  on 2001/03/18  09:27:06
5423         Log: Integrate mainline
5424      Branch: perlio
5425           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
5426           !> t/op/pat.t
5427 ____________________________________________________________________________
5428 [  9194] By: jhi                                   on 2001/03/18  05:29:59
5429         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
5430              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
5431      Branch: perl
5432            ! op.c op.h t/op/misc.t t/op/pat.t
5433 ____________________________________________________________________________
5434 [  9193] By: jhi                                   on 2001/03/18  05:15:06
5435         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
5436      Branch: perl
5437            ! mg.c t/op/pat.t
5438 ____________________________________________________________________________
5439 [  9192] By: jhi                                   on 2001/03/18  04:22:43
5440         Log: tr/// UTF-8 patches from Inaba Hiroto.
5441      Branch: perl
5442            ! doop.c op.c
5443 ____________________________________________________________________________
5444 [  9191] By: jhi                                   on 2001/03/18  04:21:17
5445         Log: Integrate perlio.
5446      Branch: perl
5447           !> utf8.c utfebcdic.h
5448 ____________________________________________________________________________
5449 [  9190] By: nick                                  on 2001/03/17  20:32:01
5450         Log: Correct #if EBCDIC side typos.
5451              Builds and passes many tests on OS390.
5452      Branch: perlio
5453            ! utf8.c utfebcdic.h
5454 ____________________________________________________________________________
5455 [  9189] By: jhi                                   on 2001/03/17  18:55:49
5456         Log: Add prerequisites for the perl.third target.
5457      Branch: perl
5458            ! Makefile.SH
5459 ____________________________________________________________________________
5460 [  9188] By: jhi                                   on 2001/03/17  18:46:00
5461         Log: Integrate perlio.
5462      Branch: perl
5463           +> utfebcdic.h
5464           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
5465 ____________________________________________________________________________
5466 [  9187] By: jhi                                   on 2001/03/17  18:38:47
5467         Log: Add a make rule for perl.third (the Third Degree memory debugging
5468              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
5469      Branch: perl
5470            ! Makefile.SH
5471 ____________________________________________________________________________
5472 [  9186] By: nick                                  on 2001/03/17  18:34:48
5473         Log: MANIFEST addition :-(
5474      Branch: perlio
5475            ! MANIFEST
5476 ____________________________________________________________________________
5477 [  9185] By: nick                                  on 2001/03/17  18:29:50
5478         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
5479              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
5480              a superset of ASCII are invariant under the encoding. This is EBCDIC
5481              friendly as an encoded string can be looked at as being EBCDIC by lexer
5482              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
5483              ASCII on ASCII machines.
5484              
5485              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
5486              seperate.
5487              - Add some more macros to comprehend different shift amounts and
5488              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
5489              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
5490              and conditionaly #include it.
5491              
5492              EBCDIC build as yet untested.  ASCII still fails the one test.
5493      Branch: perlio
5494            + utfebcdic.h
5495            ! utf8.c utf8.h
5496 ____________________________________________________________________________
5497 [  9184] By: nick                                  on 2001/03/17  17:44:16
5498         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
5499      Branch: perlio
5500            ! doop.c perl.h pp.c utf8.h
5501 ____________________________________________________________________________
5502 [  9183] By: jhi                                   on 2001/03/17  15:55:42
5503         Log: Integrate perlio.
5504      Branch: perl
5505            ! MANIFEST
5506           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
5507 ____________________________________________________________________________
5508 [  9182] By: nick                                  on 2001/03/17  09:16:06
5509         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
5510      Branch: perlio
5511            ! t/op/pat.t
5512 ____________________________________________________________________________
5513 [  9181] By: nick                                  on 2001/03/17  09:15:11
5514         Log: Integrate mainline.
5515      Branch: perlio
5516           +> lib/Locale/Constants.pm lib/Locale/Country.pm
5517           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
5518           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
5519           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
5520           !> (integrate 83 files)
5521 ____________________________________________________________________________
5522 [  9180] By: nick                                  on 2001/03/16  17:23:21
5523         Log: EBCDIC Fixes.
5524      Branch: perlio
5525            ! perl.h sv.c toke.c utf8.c utf8.h
5526 ____________________________________________________________________________
5527 [  9179] By: jhi                                   on 2001/03/16  14:10:12
5528         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
5529              a change needed to work around an AIX compiler bug.
5530      Branch: perl
5531            ! ext/Storable/Storable.xs
5532 ____________________________________________________________________________
5533 [  9178] By: jhi                                   on 2001/03/16  03:19:59
5534         Log: With Damian's approval synchronize damian's modules'
5535              licensing with Perl's standard module licensing.
5536      Branch: perl
5537            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
5538 ____________________________________________________________________________
5539 [  9177] By: jhi                                   on 2001/03/16  03:15:34
5540         Log: Make the Filter::Util:Call files have their own copies
5541              of the Perl standard module licensing, from Paul Marquess.
5542      Branch: perl
5543            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5544 ____________________________________________________________________________
5545 [  9176] By: jhi                                   on 2001/03/16  02:56:04
5546         Log: Subject: [PATCH] more pod patches
5547              From: Michael Stevens <michael@etla.org>
5548              Date: Thu, 15 Mar 2001 21:25:18 +0000
5549              Message-ID: <20010315212518.A18870@firedrake.org>
5550      Branch: perl
5551            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
5552            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
5553            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
5554            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
5555            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5556            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
5557            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
5558            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
5559            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
5560            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
5561            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
5562            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
5563            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
5564            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
5565            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
5566            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
5567            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
5568            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
5569            ! lib/Locale/Country.pm lib/Locale/Language.pm
5570            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
5571            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
5572            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
5573            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
5574            ! os2/OS2/Process/Process.pm
5575 ____________________________________________________________________________
5576 [  9175] By: jhi                                   on 2001/03/16  02:53:32
5577         Log: Subject: [PATCH] the uncontroversial doc patches
5578              From: Michael Stevens <michael@etla.org>
5579              Date: Thu, 15 Mar 2001 20:01:12 +0000
5580              Message-ID: <20010315200112.A7636@firedrake.org>
5581      Branch: perl
5582            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
5583            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
5584            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
5585            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
5586            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
5587 ____________________________________________________________________________
5588 [  9174] By: jhi                                   on 2001/03/16  02:50:49
5589         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
5590              From: Paul Lindner <lindner@inuus.com>
5591              Date: Fri, 16 Mar 2001 11:28:03 -0800
5592              Message-ID: <20010316112803.A7577@inuus.com>
5593      Branch: perl
5594            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
5595 ____________________________________________________________________________
5596 [  9173] By: nick                                  on 2001/03/15  20:21:03
5597         Log: 1st day's EBCDIC fixes:
5598              - toke.c's parsing of strings needed attention
5599              needed to conditionally e2a if string was already UTF-8
5600              - e2a/a2e tables where wrong way round.
5601              - new macros in utf8.h
5602      Branch: perlio
5603            ! perl.h toke.c utf8.h
5604 ____________________________________________________________________________
5605 [  9172] By: jhi                                   on 2001/03/15  15:17:17
5606         Log: Update Changes.
5607      Branch: perl
5608            ! Changes patchlevel.h
5609 ____________________________________________________________________________
5610 [  9171] By: jhi                                   on 2001/03/15  15:09:32
5611         Log: Subject: Re: Another Borland C++ problem.
5612              From: "Vadim Konovalov" <watman@inbox.ru>
5613              Date: Sat, 10 Mar 2001 19:26:07 +0300
5614              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
5615              
5616              Borland filename case problem.
5617      Branch: perl
5618            + win32/sncfnmcs.pl
5619            ! MANIFEST README.win32
5620 ____________________________________________________________________________
5621 [  9170] By: jhi                                   on 2001/03/15  14:54:23
5622         Log: Add Locale::Codes 1.06, from Neil Bowers.
5623      Branch: perl
5624            + lib/Locale/Constants.pm lib/Locale/Country.pm
5625            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
5626            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
5627            + t/lib/lc-language.t t/lib/lc-uk.t
5628            ! MANIFEST
5629 ____________________________________________________________________________
5630 [  9169] By: jhi                                   on 2001/03/15  14:19:01
5631         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
5632      Branch: perl
5633            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5634            ! ext/Storable/Storable.xs
5635 ____________________________________________________________________________
5636 [  9168] By: jhi                                   on 2001/03/15  14:13:22
5637         Log: Integrate changes #9120,9167 from mainline to maintperl.
5638              
5639              Subject: [PATCH 5.6.1] OS/2 docs
5640              
5641              Subject: [PATCH 5.6.1] perldoc
5642      Branch: maint-5.6/perl
5643           !> os2/Changes utils/perldoc.PL
5644 ____________________________________________________________________________
5645 [  9167] By: jhi                                   on 2001/03/15  14:07:42
5646         Log: Subject: [PATCH 5.6.1] perldoc
5647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5648              Date: Wed, 14 Mar 2001 23:46:52 -0500
5649              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
5650      Branch: perl
5651            ! utils/perldoc.PL
5652 ____________________________________________________________________________
5653 [  9166] By: jhi                                   on 2001/03/15  13:53:15
5654         Log: sigaction test condition tweakage.
5655      Branch: perl
5656            ! t/lib/sigaction.t
5657 ____________________________________________________________________________
5658 [  9165] By: alanbur                               on 2001/03/15  03:49:17
5659         Log: Resynchronised with parent
5660      Branch: maint-5.6/pureperl
5661           +> os2/os2add.sym t/op/anonsub.t
5662           !> (integrate 72 files)
5663 ____________________________________________________________________________
5664 [  9164] By: jhi                                   on 2001/03/15  01:05:01
5665         Log: Avoid stomping off the beginning of an array in tr///.
5666      Branch: perl
5667            ! op.c
5668 ____________________________________________________________________________
5669 [  9163] By: jhi                                   on 2001/03/15  00:58:57
5670         Log: h2ph strictness and cleanliness from Kurt Starsinic.
5671      Branch: perl
5672            ! utils/h2ph.PL
5673 ____________________________________________________________________________
5674 [  9162] By: gsar                                  on 2001/03/15  00:56:53
5675         Log: avoid warnings
5676      Branch: maint-5.6/perl
5677            ! t/op/magic.t
5678 ____________________________________________________________________________
5679 [  9161] By: gsar                                  on 2001/03/15  00:52:09
5680         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
5681              results
5682      Branch: maint-5.6/perl
5683            ! t/op/magic.t
5684 ____________________________________________________________________________
5685 [  9160] By: jhi                                   on 2001/03/14  22:02:10
5686         Log: Do not use the Perl malloc in IRIX, suggested by
5687              Helmus Jarausch.
5688      Branch: perl
5689            ! hints/irix_6.sh
5690 ____________________________________________________________________________
5691 [  9159] By: nick                                  on 2001/03/14  21:45:59
5692         Log: Integrate mainline
5693      Branch: perlio
5694           +> t/op/loopctl.t
5695           !> (integrate 41 files)
5696 ____________________________________________________________________________
5697 [  9158] By: jhi                                   on 2001/03/14  21:10:09
5698         Log: The Day of the Retractions continues: the #9138
5699              (integrated in #9144) doesn't work well in mainline.
5700      Branch: perl
5701            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
5702            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
5703            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
5704 ____________________________________________________________________________
5705 [  9157] By: jhi                                   on 2001/03/14  20:58:12
5706         Log: The #9145 CANNOT be enabled: the clear_pmop code still
5707              dumps core all over in Tru64.
5708      Branch: perl
5709            ! op.c op.h t/op/pat.t
5710 ____________________________________________________________________________
5711 [  9156] By: jhi                                   on 2001/03/14  20:48:06
5712         Log: Integrate change #9154 from maintperl to mainline.
5713              
5714              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
5715              (caused Storable 1.0.10 to break on windows)
5716      Branch: perl
5717           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
5718           !> perlapi.c proto.h
5719 ____________________________________________________________________________
5720 [  9155] By: jhi                                   on 2001/03/14  20:23:53
5721         Log: Retract #9136: breaks threading (and binary compatibility).
5722      Branch: perl
5723            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
5724 ____________________________________________________________________________
5725 [  9154] By: gsar                                  on 2001/03/14  17:48:18
5726         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
5727              (caused Storable 1.0.10 to break on windows)
5728      Branch: maint-5.6/perl
5729            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
5730            ! perlapi.c proto.h
5731 ____________________________________________________________________________
5732 [  9153] By: jhi                                   on 2001/03/14  13:35:21
5733         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
5734      Branch: perl
5735            ! t/lib/sigaction.t
5736 ____________________________________________________________________________
5737 [  9152] By: gsar                                  on 2001/03/14  07:29:40
5738         Log: back out changes#9012,9010,9009 and parts of change#9016
5739              (causes ABRs under purify, and some prerequisites don't
5740              seem to be there in 5.6.x)
5741      Branch: maint-5.6/perl
5742            ! doop.c op.c t/op/tr.t toke.c
5743 ____________________________________________________________________________
5744 [  9151] By: gsar                                  on 2001/03/14  07:01:29
5745         Log: reenable change#9145 (the test was busted due to a missing
5746              C<print "ok 27\n">)
5747      Branch: perl
5748            ! op.c op.h t/op/pat.t
5749 ____________________________________________________________________________
5750 [  9150] By: jhi                                   on 2001/03/14  06:38:36
5751         Log: Retract #9145.
5752      Branch: perl
5753            ! op.c op.h t/op/pat.t
5754 ____________________________________________________________________________
5755 [  9149] By: jhi                                   on 2001/03/14  06:14:56
5756         Log: Retract #9143.
5757      Branch: perl
5758            ! op.c
5759 ____________________________________________________________________________
5760 [  9148] By: gsar                                  on 2001/03/14  06:13:02
5761         Log: Uninitialized Memory Read in regexec.c
5762      Branch: perl
5763            ! regexec.c
5764 ____________________________________________________________________________
5765 [  9147] By: jhi                                   on 2001/03/14  04:59:54
5766         Log: Subject: PATCH: make goto work in nested eval ""
5767              From: Robin Houston <robin@kitsite.com>
5768              Date: Wed, 14 Mar 2001 04:16:10 +0000
5769              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
5770      Branch: perl
5771            ! pp_ctl.c t/op/goto.t
5772 ____________________________________________________________________________
5773 [  9146] By: jhi                                   on 2001/03/14  04:42:54
5774         Log: Preserve the #ifdef PERL_CORE in perly.h.
5775      Branch: perl
5776            ! perly.fixer
5777 ____________________________________________________________________________
5778 [  9145] By: jhi                                   on 2001/03/14  03:57:41
5779         Log: (Retracted by #9150.)
5780      Branch: perl
5781            ! op.c op.h t/op/pat.t
5782 ____________________________________________________________________________
5783 [  9144] By: jhi                                   on 2001/03/14  03:50:38
5784         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
5785              
5786              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
5787              
5788              remove squelch controls for "Scalars leaked" messages in most places
5789              (these are now cured)
5790              
5791              fix another memory leak reported by purify (tie callbacks that
5792              croak can leak when wiping out magic)
5793      Branch: perl
5794           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
5795           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
5796           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
5797           !> t/pragma/warnings.t
5798 ____________________________________________________________________________
5799 [  9143] By: jhi                                   on 2001/03/14  03:37:53
5800         Log: (Retracted by #9149.)
5801      Branch: perl
5802            ! op.c
5803 ____________________________________________________________________________
5804 [  9142] By: gsar                                  on 2001/03/14  03:20:48
5805         Log: fix another memory leak reported by purify (tie callbacks that
5806              croak can leak when wiping out magic)
5807      Branch: maint-5.6/perl
5808            ! scope.c
5809 ____________________________________________________________________________
5810 [  9141] By: jhi                                   on 2001/03/14  02:55:00
5811         Log: Subject: PATCH for [ID 20010305.003]
5812              From: Robin Houston <robin@kitsite.com>
5813              Date: Wed, 14 Mar 2001 02:45:51 +0000
5814              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
5815      Branch: perl
5816            ! pp_ctl.c t/op/eval.t
5817 ____________________________________________________________________________
5818 [  9140] By: jhi                                   on 2001/03/14  02:41:54
5819         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
5820              Date: Wed, 14 Mar 2001 01:52:51 +0000
5821              From: Robin Houston <robin@kitsite.com>
5822              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
5823              
5824              Fix for 2000313.004.
5825      Branch: perl
5826            ! pp_ctl.c t/op/goto.t
5827 ____________________________________________________________________________
5828 [  9139] By: jhi                                   on 2001/03/14  02:40:50
5829         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
5830              From: Robin Houston <robin@kitsite.com>
5831              Date: Wed, 14 Mar 2001 00:43:45 +0000
5832              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
5833      Branch: perl
5834            + t/op/loopctl.t
5835            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
5836            ! vms/perly_c.vms
5837 ____________________________________________________________________________
5838 [  9138] By: gsar                                  on 2001/03/14  01:18:00
5839         Log: remove squelch controls for "Scalars leaked" messages in most places
5840              (these are now cured)
5841      Branch: maint-5.6/perl
5842            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
5843            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
5844            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
5845 ____________________________________________________________________________
5846 [  9137] By: gsar                                  on 2001/03/14  00:57:04
5847         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
5848      Branch: maint-5.6/perl
5849            ! regcomp.c
5850 ____________________________________________________________________________
5851 [  9136] By: jhi                                   on 2001/03/13  23:12:24
5852         Log: (Retracted by #9155)
5853              
5854              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
5855              From: Jens-Uwe Mager <jum@helios.de>
5856              Date: Wed, 21 Feb 2001 21:32:04 +0100
5857              Message-ID: <20010221213203.A18340@ans.helios.de>
5858      Branch: perl
5859            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
5860 ____________________________________________________________________________
5861 [  9135] By: jhi                                   on 2001/03/13  22:50:05
5862         Log: Integrate perlio.
5863      Branch: perl
5864           !> pp.c
5865 ____________________________________________________________________________
5866 [  9134] By: jhi                                   on 2001/03/13  22:49:05
5867         Log: Integrate change #9131 from maintperl into mainline.
5868              
5869              make the error text look more consistent in hints/hpux.sh
5870      Branch: perl
5871           !> hints/hpux.sh
5872 ____________________________________________________________________________
5873 [  9133] By: gsar                                  on 2001/03/13  22:46:20
5874         Log: integrate change#9067 from mainline
5875              
5876              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
5877      Branch: maint-5.6/perl
5878           !> lib/ExtUtils/MM_Unix.pm
5879 ____________________________________________________________________________
5880 [  9132] By: jhi                                   on 2001/03/13  22:41:21
5881         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
5882              From: "John P. Linderman" <jpl@research.att.com>
5883              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
5884              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
5885              
5886              A more correct prime finder.
5887      Branch: perl
5888            ! lib/Tie/SubstrHash.pm
5889 ____________________________________________________________________________
5890 [  9131] By: gsar                                  on 2001/03/13  22:30:42
5891         Log: make the error text look more consistent in hints/hpux.sh
5892      Branch: maint-5.6/perl
5893            ! hints/hpux.sh
5894 ____________________________________________________________________________
5895 [  9130] By: jhi                                   on 2001/03/13  22:23:44
5896         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
5897              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5898              Date: Tue, 13 Mar 2001 18:41:26 +0100
5899              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
5900              
5901              If the test is run non-interactively the default handler
5902              is different.
5903      Branch: perl
5904            ! t/lib/sigaction.t
5905 ____________________________________________________________________________
5906 [  9129] By: jhi                                   on 2001/03/13  22:20:21
5907         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
5908              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5909              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
5910              Date:     Tue, 13 Mar 2001 16:44:32 EST
5911      Branch: perl
5912            ! t/lib/1_compile.t
5913 ____________________________________________________________________________
5914 [  9128] By: jhi                                   on 2001/03/13  22:18:34
5915         Log: Subject: Another patch for integer.pm POD 
5916              From: "John L. Allen" <allen@grumman.com>
5917              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
5918              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
5919      Branch: perl
5920            ! lib/integer.pm
5921 ____________________________________________________________________________
5922 [  9127] By: nick                                  on 2001/03/13  21:26:30
5923         Log: Integrate mainline.
5924      Branch: perlio
5925           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
5926           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
5927           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
5928           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
5929           !> Changes Configure MANIFEST README.os2 README.os390
5930           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
5931           !> os2/Changes patchlevel.h win32/perlhost.h
5932 ____________________________________________________________________________
5933 [  9126] By: nick                                  on 2001/03/13  20:39:51
5934         Log: #ifdef'ed out code to make packed side of pack/unpack
5935              octets. (i.e. pack('U') => encode_utf8).
5936      Branch: perlio
5937            ! pp.c
5938 ____________________________________________________________________________
5939 [  9125] By: jhi                                   on 2001/03/13  15:07:16
5940         Log: Update Changes.
5941      Branch: perl
5942            ! Changes patchlevel.h
5943 ____________________________________________________________________________
5944 [  9124] By: jhi                                   on 2001/03/13  14:22:45
5945         Log: Workaround for the buggy ("internal compiler error")
5946              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
5947              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
5948              of Andreas König.
5949      Branch: perl
5950            ! ext/re/Makefile.PL hints/aix.sh
5951 ____________________________________________________________________________
5952 [  9123] By: jhi                                   on 2001/03/13  03:24:34
5953         Log: Typo in #9114.
5954      Branch: metaconfig
5955            ! U/modified/myhostname.U
5956 ____________________________________________________________________________
5957 [  9122] By: jhi                                   on 2001/03/13  03:24:06
5958         Log: Typo in #9113.
5959      Branch: perl
5960            ! Configure
5961 ____________________________________________________________________________
5962 [  9121] By: jhi                                   on 2001/03/13  01:53:05
5963         Log: Forgot to check-in the larger part of #9120, duh.
5964      Branch: perl
5965            ! README.os2
5966 ____________________________________________________________________________
5967 [  9120] By: jhi                                   on 2001/03/13  01:51:31
5968         Log: Subject: [PATCH 5.6.1] OS/2 docs
5969              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5970              Date: Mon, 12 Mar 2001 03:27:32 -0500
5971              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
5972      Branch: perl
5973            ! os2/Changes
5974 ____________________________________________________________________________
5975 [  9119] By: jhi                                   on 2001/03/13  01:49:41
5976         Log: Integrate change #9116 from maintperl into mainline.
5977              
5978              Win32::GetCwd() returns C: instead of C:\ in the root directory
5979              under ithreads
5980      Branch: perl
5981           !> win32/perlhost.h
5982 ____________________________________________________________________________
5983 [  9118] By: jhi                                   on 2001/03/13  01:13:39
5984         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
5985      Branch: perl
5986            + lib/Switch.pm t/lib/switch.t
5987            ! MANIFEST
5988 ____________________________________________________________________________
5989 [  9117] By: jhi                                   on 2001/03/13  01:03:17
5990         Log: Add Text::Balanced 1.83.
5991      Branch: perl
5992            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
5993            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
5994            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
5995            + t/lib/tb-xvari.t
5996            ! MANIFEST
5997 ____________________________________________________________________________
5998 [  9116] By: gsar                                  on 2001/03/13  00:55:53
5999         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
6000              under ithreads
6001      Branch: maint-5.6/perl
6002            ! win32/perlhost.h
6003 ____________________________________________________________________________
6004 [  9115] By: jhi                                   on 2001/03/13  00:54:09
6005         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
6006              From: "John L. Allen" <allen@grumman.com>
6007              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
6008              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
6009              
6010              use integer document clarification.
6011      Branch: perl
6012            ! lib/integer.pm
6013 ____________________________________________________________________________
6014 [  9114] By: jhi                                   on 2001/03/13  00:38:54
6015         Log: Metaconfig unit change for #9113.
6016      Branch: metaconfig
6017            ! U/modified/myhostname.U
6018 ____________________________________________________________________________
6019 [  9113] By: jhi                                   on 2001/03/13  00:38:35
6020         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?)
6021              From: Peter Prymmer <pvhp@forte.com>
6022              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
6023              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
6024      Branch: perl
6025            ! Configure README.os390 hints/os390.sh
6026 ____________________________________________________________________________
6027 [  9112] By: jhi                                   on 2001/03/13  00:29:00
6028         Log: Integrate perlio.
6029      Branch: perl
6030           !> sv.c utf8.h
6031 ____________________________________________________________________________
6032 [  9111] By: nick                                  on 2001/03/12  21:16:33
6033         Log: Integrate mainline.
6034      Branch: perlio
6035           +> t/op/anonsub.t
6036           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
6037           !> proto.h sv.c
6038 ____________________________________________________________________________
6039 [  9110] By: nick                                  on 2001/03/12  21:00:13
6040         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
6041      Branch: perlio
6042            ! sv.c utf8.h
6043 ____________________________________________________________________________
6044 [  9109] By: jhi                                   on 2001/03/12  16:04:47
6045         Log: Integrate change #9108 from maintperl to mainline.
6046              
6047              fix memory leak in C<sub X { sub {} }> arising from a refcount
6048              loop between the outer sub and the inner prototype anonsub
6049              
6050              this also enables closures returned by subroutines that
6051              subsequently get redefined to work without generating coredumps :)
6052              
6053              completely removed the free_closures() hack--it shouldn't be
6054              needed anymore
6055      Branch: perl
6056           +> t/op/anonsub.t
6057           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
6058           !> proto.h sv.c
6059 ____________________________________________________________________________
6060 [  9108] By: gsar                                  on 2001/03/12  10:21:31
6061         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
6062              loop between the outer sub and the inner prototype anonsub
6063              
6064              this also enables closures returned by subroutines that
6065              subsequently get redefined to work without generating coredumps :)
6066              
6067              completely removed the free_closures() hack--it shouldn't be
6068              needed anymore
6069      Branch: maint-5.6/perl
6070            + t/op/anonsub.t
6071            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
6072            ! proto.h sv.c
6073 ____________________________________________________________________________
6074 [  9107] By: jhi                                   on 2001/03/12  05:15:31
6075         Log: Integrate perlio.
6076      Branch: perl
6077           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
6078 ____________________________________________________________________________
6079 [  9106] By: nick                                  on 2001/03/11  20:10:12
6080         Log: regcomp.c is working in native space, not Unicode space (if different)
6081              as it is doing compare against 'W' in \W etc.
6082      Branch: perlio
6083            ! regcomp.c
6084 ____________________________________________________________________________
6085 [  9105] By: nick                                  on 2001/03/11  19:39:34
6086         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
6087              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
6088      Branch: perlio
6089            ! regcomp.c toke.c utf8.c
6090 ____________________________________________________________________________
6091 [  9104] By: nick                                  on 2001/03/11  18:15:44
6092         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
6093      Branch: perlio
6094            ! sv.c
6095 ____________________________________________________________________________
6096 [  9103] By: nick                                  on 2001/03/11  18:03:28
6097         Log: Integrate mainline (for regexp stuff).
6098      Branch: perlio
6099           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
6100           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
6101           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
6102           !> t/lib/errno.t t/op/pat.t
6103 ____________________________________________________________________________
6104 [  9102] By: nick                                  on 2001/03/11  17:44:20
6105         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
6106              - exclude layer syms in makedef.pl for sfio
6107              - also inhibit Encode from trying to build ":encode()" layer.
6108      Branch: perlio
6109            ! ext/Encode/Encode.xs makedef.pl
6110 ____________________________________________________________________________
6111 [  9101] By: jhi                                   on 2001/03/10  22:38:13
6112         Log: The $Is_MacOS needs to be declared.
6113      Branch: perl
6114            ! lib/ExtUtils/Manifest.pm
6115 ____________________________________________________________________________
6116 [  9100] By: jhi                                   on 2001/03/10  22:14:29
6117         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
6118              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
6119              pollute the symbolspace if using sfio.
6120      Branch: perl
6121            ! ext/Encode/Encode.xs
6122 ____________________________________________________________________________
6123 [  9099] By: jhi                                   on 2001/03/10  21:58:48
6124         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
6125              Date: Sat, 10 Mar 2001 14:23:55 -0500
6126              From: Chris Nandor <pudge@pobox.com>
6127              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
6128      Branch: perl
6129            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
6130            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
6131            ! t/lib/errno.t
6132 ____________________________________________________________________________
6133 [  9098] By: jhi                                   on 2001/03/10  21:38:30
6134         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
6135      Branch: perl
6136            ! regcomp.c regexec.c t/op/pat.t
6137 ____________________________________________________________________________
6138 [  9097] By: jhi                                   on 2001/03/10  14:38:07
6139         Log: Integrate perlio.
6140      Branch: perl
6141           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
6142           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
6143           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
6144 ____________________________________________________________________________
6145 [  9096] By: nick                                  on 2001/03/10  11:55:43
6146         Log: EBCDIC sanity - phase I
6147              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
6148              - use utf8n_xxxx (c.f. pvn) for forms which take length.
6149              - back out vN.N and $^V exceptions to e2a/a2e
6150              - make "locale" isxxx macros be uvchr (may be redundant?)
6151              
6152              Not clear yet that toUPPER_uni et. al. return being handled correctly.
6153              The tr// and rexexp stuff still needs an audit, assumption is they are working
6154              in Unicode space.
6155              
6156              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
6157      Branch: perlio
6158            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
6159            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
6160            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
6161 ____________________________________________________________________________
6162 [  9095] By: jhi                                   on 2001/03/09  22:10:01
6163         Log: Integrate perlio.
6164      Branch: perl
6165           !> dump.c
6166 ____________________________________________________________________________
6167 [  9094] By: nick                                  on 2001/03/09  17:36:38
6168         Log: Builds an passes all tests after integrate and this tweak.
6169      Branch: perlio
6170            ! dump.c
6171 ____________________________________________________________________________
6172 [  9093] By: nick                                  on 2001/03/09  17:16:03
6173         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
6174      Branch: perlio
6175           +> lib/unicode/Scripts.txt t/lib/sigaction.t
6176           !> (integrate 79 files)
6177 ____________________________________________________________________________
6178 [  9092] By: jhi                                   on 2001/03/09  15:28:26
6179         Log: Update Changes.
6180      Branch: perl
6181            ! Changes patchlevel.h
6182 ____________________________________________________________________________
6183 [  9091] By: jhi                                   on 2001/03/09  15:25:05
6184         Log: In op/stat #35 better to scan all the potential directories
6185              for setuids, not just the first one.
6186      Branch: perl
6187            ! t/op/stat.t
6188 ____________________________________________________________________________
6189 [  9090] By: jhi                                   on 2001/03/09  15:01:27
6190         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
6191              From: rspier@pobox.com (Robert Spier)
6192              Date: Fri, 9 Mar 2001 03:30:20 -0500
6193              Message-ID: <15016.38044.381174.160189@rls.cx>
6194              
6195              EXISTS() returning undef mistakenly triggered a FETCH().
6196      Branch: perl
6197            ! hv.c
6198 ____________________________________________________________________________
6199 [  9089] By: jhi                                   on 2001/03/09  14:59:02
6200         Log: Add /sbin and /usr/sbin to the list of directories scanned
6201              for setuid programs.  Takes care of bug id 20010309.003.
6202      Branch: perl
6203            ! t/op/stat.t
6204 ____________________________________________________________________________
6205 [  9088] By: jhi                                   on 2001/03/09  14:48:32
6206         Log: Regen perlapi, perltoc.
6207      Branch: perl
6208            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
6209 ____________________________________________________________________________
6210 [  9087] By: jhi                                   on 2001/03/09  14:38:56
6211         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
6212              From: David Mitchell <davem@fdgroup.co.uk>
6213              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
6214              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
6215      Branch: perl
6216            ! dump.c perl.c perl.h pod/perlrun.pod
6217 ____________________________________________________________________________
6218 [  9086] By: jhi                                   on 2001/03/09  01:47:16
6219         Log: A modified version of
6220              
6221              Subject: [ID 20010307.005] POSIX::sigaction has various problems
6222              From: anders@broadcom.com
6223              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
6224              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
6225              
6226              Currently the sigaction.t test #6 fails (and is fudged to look
6227              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
6228              This may well be a genuine bug in Linux sigaction() (since at
6229              least Tru64, Solaris, and HP-UX disagree with Linux).
6230              Anyone with POSIX / SUSv2 tome handy?  The problem is that
6231              the flags of the oldaction don't match with the flags in
6232              the previously installed disposition.
6233      Branch: perl
6234            + t/lib/sigaction.t
6235            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
6236 ____________________________________________________________________________
6237 [  9085] By: jhi                                   on 2001/03/09  01:30:13
6238         Log: Subject: Re: mission impossible for the day
6239              From: Alex Gough <alex@rcon.org>
6240              Date: Thu, 08 Mar 2001 17:18:19 +0000
6241              Message-ID: <3AA7BEDB.8070409@rcon.org>
6242              
6243              If references (are overloaded) and can be directly stringified,
6244              show that instead of "stringified".
6245              
6246              (The problem, infinite mutual recursion caused by overloaded bool
6247              in Switch.pm, tracked by David Mitchell)
6248      Branch: perl
6249            ! lib/Carp/Heavy.pm
6250 ____________________________________________________________________________
6251 [  9084] By: jhi                                   on 2001/03/09  01:20:39
6252         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
6253              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
6254              From: David Mitchell <davem@fdgroup.co.uk>
6255              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
6256      Branch: perl
6257            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
6258            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
6259 ____________________________________________________________________________
6260 [  9083] By: jhi                                   on 2001/03/09  01:16:51
6261         Log: Subject: [PATCH] perldata.pod here-doc docs
6262              From: Jeff Pinyan <jeffp@crusoe.net>
6263              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
6264              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
6265      Branch: perl
6266            ! pod/perldata.pod
6267 ____________________________________________________________________________
6268 [  9082] By: jhi                                   on 2001/03/09  01:01:27
6269         Log: Subject: Re: Unicode/EBCDIC
6270              From: Peter Prymmer <pvhp@forte.com>
6271              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
6272              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
6273      Branch: perl
6274            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
6275 ____________________________________________________________________________
6276 [  9081] By: jhi                                   on 2001/03/08  13:41:30
6277         Log: Subject: Ooops, wrong 'no *POSIX' Patch
6278              From: Dorner Thomas <Thomas.Dorner@start.de>
6279              Date: Thu, 8 Mar 2001 08:43:28 +0100
6280              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
6281      Branch: perl
6282            ! hints/posix-bc.sh
6283 ____________________________________________________________________________
6284 [  9080] By: jhi                                   on 2001/03/08  13:11:42
6285         Log: It's Scripts.txt, not Script.txt.
6286      Branch: perl
6287            ! MANIFEST
6288 ____________________________________________________________________________
6289 [  9079] By: jhi                                   on 2001/03/08  12:59:05
6290         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
6291              From: Dorner Thomas <Thomas.Dorner@start.de>
6292              Date: Wed, 7 Mar 2001 14:13:31 +0100
6293              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
6294      Branch: perl
6295            ! makedepend.SH
6296 ____________________________________________________________________________
6297 [  9078] By: jhi                                   on 2001/03/08  12:57:43
6298         Log: Retract #9069, wrong patch.
6299      Branch: perl
6300            ! Makefile.SH
6301 ____________________________________________________________________________
6302 [  9077] By: jhi                                   on 2001/03/08  01:06:13
6303         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
6304      Branch: perl
6305            + lib/unicode/Scripts.txt
6306            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
6307            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
6308            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
6309            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
6310            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
6311            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
6312            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
6313            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
6314            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
6315            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
6316            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
6317            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
6318            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
6319            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
6320            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
6321            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
6322            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
6323            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
6324            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
6325            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
6326            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
6327            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
6328            ! lib/unicode/version
6329 ____________________________________________________________________________
6330 [  9076] By: jhi                                   on 2001/03/07  22:59:39
6331         Log: Integrate change #7784 from mainline into maintperl.
6332              
6333              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
6334      Branch: maint-5.6/perl
6335           !> pp_ctl.c t/op/pat.t
6336 ____________________________________________________________________________
6337 [  9075] By: jhi                                   on 2001/03/07  22:05:11
6338         Log: More UTF-8 test tweaks.
6339      Branch: perl
6340            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
6341 ____________________________________________________________________________
6342 [  9074] By: nick                                  on 2001/03/07  21:39:29
6343         Log: Integrate mainline.
6344      Branch: perlio
6345           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
6346           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
6347           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
6348           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
6349           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
6350 ____________________________________________________________________________
6351 [  9073] By: jhi                                   on 2001/03/07  16:37:09
6352         Log: Update Changes.
6353      Branch: perl
6354            ! Changes patchlevel.h
6355 ____________________________________________________________________________
6356 [  9072] By: jhi                                   on 2001/03/07  16:32:30
6357         Log: Subject: [ID 20010306.004] || != named unary operator
6358              From: abela@geneanet.org
6359              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
6360              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
6361      Branch: perl
6362            ! pod/perlop.pod
6363 ____________________________________________________________________________
6364 [  9071] By: jhi                                   on 2001/03/07  15:14:11
6365         Log: Subject: downgrading to bytes for common functions
6366              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
6367              Date: Wed, 7 Mar 2001 02:36:55 -0500
6368              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
6369      Branch: perl
6370            ! pp_sys.c
6371 ____________________________________________________________________________
6372 [  9070] By: jhi                                   on 2001/03/07  15:04:58
6373         Log: Clarify the description differentiating for and while; inspired by
6374              
6375              Subject: [ID 20010306.002] for/while difference in for definition
6376              From: abela@geneanet.org
6377              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
6378              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
6379      Branch: perl
6380            ! pod/perlsyn.pod
6381 ____________________________________________________________________________
6382 [  9069] By: jhi                                   on 2001/03/07  14:55:30
6383         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
6384              From: Dorner Thomas <Thomas.Dorner@start.de>
6385              Date: Wed, 7 Mar 2001 14:13:31 +0100
6386              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
6387      Branch: perl
6388            ! Makefile.SH
6389 ____________________________________________________________________________
6390 [  9068] By: jhi                                   on 2001/03/07  14:51:17
6391         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
6392              From: Radu Greab <radu@netsoft.ro>
6393              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
6394              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
6395      Branch: perl
6396            ! pp.c t/op/chop.t
6397 ____________________________________________________________________________
6398 [  9067] By: jhi                                   on 2001/03/07  14:48:57
6399         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
6400              From: Simon Cozens <simon@netthink.co.uk>
6401              Date: Wed, 7 Mar 2001 13:59:28 +0000
6402              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
6403              
6404              In order to allow MakeMaker to build correct Makefiles,
6405              you need to change the order of the arguments in MM_Unix.pm
6406              as well. (Unless you have C89_CCMODE set, but we're trying
6407              to be POSIXly correct)
6408              
6409              Thanks to Merijn Broeren for tracking this down.
6410      Branch: perl
6411            ! lib/ExtUtils/MM_Unix.pm
6412 ____________________________________________________________________________
6413 [  9066] By: jhi                                   on 2001/03/07  14:30:02
6414         Log: Floating point too messy.
6415      Branch: perl
6416            ! t/camel-III/vstring.t
6417 ____________________________________________________________________________
6418 [  9065] By: jhi                                   on 2001/03/07  14:17:44
6419         Log: Integrate change #9064 from maintperl into mainline.
6420              
6421              fix memory leak in pack("Bb",...)
6422      Branch: perl
6423           !> perl.c
6424 ____________________________________________________________________________
6425 [  9064] By: gsar                                  on 2001/03/07  06:29:24
6426         Log: fix memory leak in pack("Bb",...)
6427      Branch: maint-5.6/perl
6428            ! perl.c
6429 ____________________________________________________________________________
6430 [  9063] By: jhi                                   on 2001/03/07  00:55:04
6431         Log: Major utf8 test reorganisation and rewrite.
6432              Hopefully no tests were lost in the shuffle.
6433              (The beginning of pragma/utf8 was lost intentionally,
6434              the tests were rather bogus and incomplete.)
6435      Branch: perl
6436            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
6437            ! t/pragma/utf8.t
6438 ____________________________________________________________________________
6439 [  9062] By: jhi                                   on 2001/03/07  00:41:16
6440         Log: More tweakage on the Unicode character class descriptions.
6441      Branch: perl
6442            ! lib/unicode/mktables.PL pod/perlretut.pod
6443 ____________________________________________________________________________
6444 [  9061] By: jhi                                   on 2001/03/06  23:12:38
6445         Log: The perlretut was still talking about the old \p and \P
6446              definitions.
6447      Branch: perl
6448            ! pod/perlretut.pod
6449 ____________________________________________________________________________
6450 [  9060] By: nick                                  on 2001/03/06  20:52:37
6451         Log: Integrate mainline (make test works again now).
6452      Branch: perlio
6453           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
6454 ____________________________________________________________________________
6455 [  9059] By: jhi                                   on 2001/03/06  15:36:14
6456         Log: 0.999... does equal 1.0, doesn't it?
6457      Branch: perl
6458            ! t/camel-III/vstring.t
6459 ____________________________________________________________________________
6460 [  9058] By: jhi                                   on 2001/03/06  15:34:00
6461         Log: Make /x{abcd}/ to work without use utf8.
6462      Branch: perl
6463            ! regcomp.c
6464 ____________________________________________________________________________
6465 [  9057] By: jhi                                   on 2001/03/06  03:02:36
6466         Log: Easier to outcomment all the three reset() tests for now.
6467      Branch: perl
6468            ! t/op/pat.t
6469 ____________________________________________________________________________
6470 [  9056] By: jhi                                   on 2001/03/06  02:30:02
6471         Log: Comment out the deadly reset; until the 20010301.005
6472              is finally fixed.
6473      Branch: perl
6474            ! t/op/pat.t
6475 ____________________________________________________________________________
6476 [  9055] By: jhi                                   on 2001/03/06  02:21:26
6477         Log: Integrate the change #9054 from mainline:
6478              retract the PMOP cleanup patch pending further investigation.
6479      Branch: maint-5.6/perl
6480           !> op.c op.h
6481 ____________________________________________________________________________
6482 [  9054] By: jhi                                   on 2001/03/06  02:19:57
6483         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
6484              with oddly familiar stack traces.
6485      Branch: perl
6486            ! op.c op.h
6487 ____________________________________________________________________________
6488 [  9053] By: jhi                                   on 2001/03/05  23:20:28
6489         Log: Integrate perlio.
6490      Branch: perl
6491           +> ext/Encode/Encode/koi8-r.ucm
6492           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
6493           !> makedef.pl
6494 ____________________________________________________________________________
6495 [  9052] By: nick                                  on 2001/03/05  23:08:17
6496         Log: skipping USE_PERLIO symbols correction.
6497      Branch: perlio
6498            ! makedef.pl
6499 ____________________________________________________________________________
6500 [  9051] By: nick                                  on 2001/03/05  22:35:07
6501         Log: More Encode alias tidying.
6502      Branch: perlio
6503            + ext/Encode/Encode/koi8-r.ucm
6504            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
6505 ____________________________________________________________________________
6506 [  9050] By: jhi                                   on 2001/03/05  21:44:29
6507         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
6508              Sarathy's fix for ID 20010301.005.
6509      Branch: maint-5.6/perl
6510           !> op.c op.h
6511 ____________________________________________________________________________
6512 [  9049] By: nick                                  on 2001/03/05  19:54:04
6513         Log: Integrate Jarkko's Encode.pm tweak.
6514      Branch: perlio
6515           !> ext/Encode/Encode.pm
6516 ____________________________________________________________________________
6517 [  9048] By: nick                                  on 2001/03/05  19:47:57
6518         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
6519      Branch: perlio
6520           +> os2/os2add.sym
6521           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
6522           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
6523           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
6524           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
6525           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
6526 ____________________________________________________________________________
6527 [  9047] By: jhi                                   on 2001/03/05  19:25:26
6528         Log: Regen perlapi.
6529      Branch: perl
6530            ! pod/perlapi.pod
6531 ____________________________________________________________________________
6532 [  9046] By: jhi                                   on 2001/03/05  19:12:14
6533         Log: Integrate perlio.
6534      Branch: perl
6535           +> t/camel-III/vstring.t
6536           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
6537 ____________________________________________________________________________
6538 [  9045] By: jhi                                   on 2001/03/05  19:10:36
6539         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
6540      Branch: perl
6541            ! ext/Encode/Encode.pm
6542 ____________________________________________________________________________
6543 [  9044] By: jhi                                   on 2001/03/05  18:49:12
6544         Log: Forgot the other half of the PMOP patch (#9033).
6545      Branch: perl
6546            ! op.h
6547 ____________________________________________________________________________
6548 [  9043] By: nick                                  on 2001/03/05  18:14:47
6549         Log: Update MANIFEST for new test.
6550      Branch: perlio
6551            ! MANIFEST
6552 ____________________________________________________________________________
6553 [  9042] By: nick                                  on 2001/03/05  18:12:41
6554         Log: Some tests for Camel 3rd edition features.
6555              Make gethostbyaddr() test in above work.
6556      Branch: perlio
6557            + t/camel-III/vstring.t
6558            ! pp.h pp_sys.c t/TEST t/harness
6559 ____________________________________________________________________________
6560 [  9041] By: jhi                                   on 2001/03/05  17:41:48
6561         Log: Add more ISO 8859 encoding aliases.
6562      Branch: perl
6563            ! ext/Encode/Encode.pm
6564 ____________________________________________________________________________
6565 [  9040] By: jhi                                   on 2001/03/05  17:30:43
6566         Log: Integrate perlio.
6567      Branch: perl
6568           !> MANIFEST sv.c
6569 ____________________________________________________________________________
6570 [  9039] By: nick                                  on 2001/03/05  17:11:36
6571         Log: Missed added file.
6572      Branch: perlio
6573            ! MANIFEST
6574 ____________________________________________________________________________
6575 [  9038] By: jhi                                   on 2001/03/05  15:58:01
6576         Log: Add tr tests for EBCDIC, from Karsten Sperling.
6577      Branch: perl
6578            ! t/op/tr.t
6579 ____________________________________________________________________________
6580 [  9037] By: nick                                  on 2001/03/05  15:56:35
6581         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
6582              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
6583              
6584              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
6585              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
6586              - uses SvPV() rather than sv_2pv() in case it isn't a string.
6587      Branch: perlio
6588            ! sv.c
6589 ____________________________________________________________________________
6590 [  9036] By: jhi                                   on 2001/03/05  15:49:15
6591         Log: Add matching tests currently failing in EBCDIC,
6592              suggested by Karsten Sperling.
6593      Branch: perl
6594            ! t/op/pat.t
6595 ____________________________________________________________________________
6596 [  9035] By: jhi                                   on 2001/03/05  15:36:55
6597         Log: The #9034 needs a MANIFESTation.
6598      Branch: perl
6599            ! MANIFEST
6600 ____________________________________________________________________________
6601 [  9034] By: jhi                                   on 2001/03/05  15:35:14
6602         Log: Integrate perlio.
6603      Branch: perl
6604           +> ext/Encode/Encode/Tcl.pm
6605           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
6606           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
6607           !> ext/Encode/Encode/iso8859-1.ucm
6608           !> ext/Encode/Encode/iso8859-10.ucm
6609           !> ext/Encode/Encode/iso8859-13.ucm
6610           !> ext/Encode/Encode/iso8859-14.ucm
6611           !> ext/Encode/Encode/iso8859-15.ucm
6612           !> ext/Encode/Encode/iso8859-16.ucm
6613           !> ext/Encode/Encode/iso8859-2.ucm
6614           !> ext/Encode/Encode/iso8859-3.ucm
6615           !> ext/Encode/Encode/iso8859-4.ucm
6616           !> ext/Encode/Encode/iso8859-5.ucm
6617           !> ext/Encode/Encode/iso8859-6.ucm
6618           !> ext/Encode/Encode/iso8859-7.ucm
6619           !> ext/Encode/Encode/iso8859-8.ucm
6620           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
6621           !> t/lib/encode.t
6622 ____________________________________________________________________________
6623 [  9033] By: jhi                                   on 2001/03/05  15:33:18
6624         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
6625              From: Gurusamy Sarathy <gsar@ActiveState.com>
6626              Date: Sun, 04 Mar 2001 22:33:15 -0800
6627              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
6628              
6629              PMOPs need to remember their own stash so that they can
6630              gracefully remove themselves from their linked list.
6631      Branch: perl
6632            ! op.c
6633 ____________________________________________________________________________
6634 [  9032] By: nick                                  on 2001/03/05  14:51:50
6635         Log: Encode implementation "completion"
6636              Implement and document define_encoding()
6637              Implement and document encoding aliases including define_alias()
6638              Make Encode::XS use define_encoding() rather than back-door.
6639              Move run-time *.enc to separate Encode::Tcl module.
6640              Make 'compile' honour <codeset_name>
6641              Change canonical names of to iso-8859-* and US-ascii.
6642      Branch: perlio
6643            + ext/Encode/Encode/Tcl.pm
6644            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6645            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
6646            ! ext/Encode/Encode/iso8859-1.ucm
6647            ! ext/Encode/Encode/iso8859-10.ucm
6648            ! ext/Encode/Encode/iso8859-13.ucm
6649            ! ext/Encode/Encode/iso8859-14.ucm
6650            ! ext/Encode/Encode/iso8859-15.ucm
6651            ! ext/Encode/Encode/iso8859-16.ucm
6652            ! ext/Encode/Encode/iso8859-2.ucm
6653            ! ext/Encode/Encode/iso8859-3.ucm
6654            ! ext/Encode/Encode/iso8859-4.ucm
6655            ! ext/Encode/Encode/iso8859-5.ucm
6656            ! ext/Encode/Encode/iso8859-6.ucm
6657            ! ext/Encode/Encode/iso8859-7.ucm
6658            ! ext/Encode/Encode/iso8859-8.ucm
6659            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
6660            ! t/lib/encode.t
6661 ____________________________________________________________________________
6662 [  9031] By: jhi                                   on 2001/03/05  13:51:17
6663         Log: Integrate change #9030 from maintperl into mainline.
6664              
6665              Subject: [PATCH 5.6.1] OS/2 cleanup
6666      Branch: perl
6667           +> os2/os2add.sym
6668           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
6669           !> makedef.pl os2/Changes os2/Makefile.SHs
6670           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
6671           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
6672           !> os2/os2.sym os2/os2ish.h
6673 ____________________________________________________________________________
6674 [  9030] By: jhi                                   on 2001/03/05  13:46:49
6675         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
6676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6677              Date: Mon, 5 Mar 2001 02:29:44 -0500
6678              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
6679      Branch: maint-5.6/perl
6680            + os2/os2add.sym
6681            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
6682            ! makedef.pl os2/Changes os2/Makefile.SHs
6683            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
6684            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
6685            ! os2/os2.sym os2/os2ish.h
6686 ____________________________________________________________________________
6687 [  9029] By: jhi                                   on 2001/03/05  13:40:35
6688         Log: Integrate change #9028 from maintperl into mainline.
6689              
6690              various nits in MM_Unix.pm found by disabling SelfLoader
6691      Branch: perl
6692           !> lib/ExtUtils/MM_Unix.pm
6693 ____________________________________________________________________________
6694 [  9028] By: gsar                                  on 2001/03/05  09:58:38
6695         Log: various nits in MM_Unix.pm found by disabling SelfLoader
6696      Branch: maint-5.6/perl
6697            ! lib/ExtUtils/MM_Unix.pm
6698 ____________________________________________________________________________
6699 [  9027] By: nick                                  on 2001/03/05  08:35:22
6700         Log: Integrate mainline
6701      Branch: perlio
6702           !> (integrate 28 files)
6703 ____________________________________________________________________________
6704 [  9026] By: jhi                                   on 2001/03/05  02:14:59
6705         Log: Integrate change #9025 from mainline to maintperl,
6706              retract \N{U+HHHH}.
6707      Branch: maint-5.6/perl
6708           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
6709           !> t/lib/charnames.t toke.c
6710 ____________________________________________________________________________
6711 [  9025] By: jhi                                   on 2001/03/05  02:13:09
6712         Log: Retracting \N{U+HHHH}.
6713      Branch: perl
6714            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
6715            ! t/lib/charnames.t toke.c
6716 ____________________________________________________________________________
6717 [  9024] By: jhi                                   on 2001/03/04  20:51:07
6718         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
6719              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
6720              Date: Fri, 02 Mar 2001 18:25:26 +0100
6721              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
6722              
6723              Casting problem.
6724      Branch: perl
6725            ! ext/Storable/Storable.xs
6726 ____________________________________________________________________________
6727 [  9023] By: jhi                                   on 2001/03/04  19:46:45
6728         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
6729              From: nick@talking.bollo.cx
6730              Date: Sat, 03 Mar 2001 21:41:33 +0000
6731              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
6732              
6733              Revert the workaround.
6734      Branch: perl
6735            ! perlio.c
6736 ____________________________________________________________________________
6737 [  9022] By: jhi                                   on 2001/03/04  19:36:28
6738         Log: Update Changes.
6739      Branch: perl
6740            ! Changes patchlevel.h
6741 ____________________________________________________________________________
6742 [  9021] By: jhi                                   on 2001/03/04  18:41:00
6743         Log: makedef.pl updates suggested by Chris Nandor; double-checking
6744              the changes in AIX, OS/2 Win32 would be nice.
6745      Branch: perl
6746            ! makedef.pl
6747 ____________________________________________________________________________
6748 [  9020] By: jhi                                   on 2001/03/04  18:23:58
6749         Log: Integrate change #9012 from maintperl into mainline,
6750              quench a compiler warning.
6751      Branch: perl
6752           !> toke.c
6753 ____________________________________________________________________________
6754 [  9019] By: jhi                                   on 2001/03/04  18:18:43
6755         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
6756              
6757              \N{U+HHHH} fix.
6758              
6759              pattern in G_ARRAY context
6760      Branch: maint-5.6/perl
6761           !> pp_hot.c t/op/pat.t toke.c
6762 ____________________________________________________________________________
6763 [  9018] By: jhi                                   on 2001/03/04  18:07:48
6764         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
6765              From: Jeff Pinyan <jeffp@crusoe.net>
6766              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
6767              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
6768      Branch: perl
6769            ! pp_hot.c t/op/pat.t
6770 ____________________________________________________________________________
6771 [  9017] By: jhi                                   on 2001/03/04  18:06:21
6772         Log: I thought I tested the #9014.
6773      Branch: perl
6774            ! toke.c
6775 ____________________________________________________________________________
6776 [  9016] By: jhi                                   on 2001/03/04  17:41:22
6777         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
6778              
6779              Tweak the get*ent() OS/2 prototypes.
6780              
6781              Add the \N{U+HHHH} syntax.
6782              
6783              More tr/// UTF-8 fixes from Inaba Hiroto.
6784      Branch: maint-5.6/perl
6785           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
6786           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
6787 ____________________________________________________________________________
6788 [  9015] By: jhi                                   on 2001/03/04  17:36:04
6789         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
6790      Branch: perl
6791            ! doop.c t/op/tr.t
6792 ____________________________________________________________________________
6793 [  9014] By: jhi                                   on 2001/03/04  17:24:49
6794         Log: Add the \N{U+HHHH} syntax.
6795      Branch: perl
6796            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
6797            ! t/lib/charnames.t toke.c
6798 ____________________________________________________________________________
6799 [  9013] By: jhi                                   on 2001/03/04  17:20:45
6800         Log: Tweak the get*ent() OS/2 prototypes.
6801      Branch: perl
6802            ! os2/os2.c
6803 ____________________________________________________________________________
6804 [  9012] By: gsar                                  on 2001/03/04  06:26:14
6805         Log: avoid warning (nit in change#9009)
6806      Branch: maint-5.6/perl
6807            ! toke.c
6808 ____________________________________________________________________________
6809 [  9011] By: gsar                                  on 2001/03/04  06:15:24
6810         Log: lib/charnames.t fails in 5.6.x because of older Unicode
6811              data
6812              
6813              TODO: need to revisit this after updating lib/unicode/...
6814      Branch: maint-5.6/perl
6815            ! t/lib/charnames.t
6816 ____________________________________________________________________________
6817 [  9010] By: gsar                                  on 2001/03/04  06:08:36
6818         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
6819      Branch: maint-5.6/perl
6820            ! toke.c
6821 ____________________________________________________________________________
6822 [  9009] By: jhi                                   on 2001/03/03  19:27:20
6823         Log: Integrate change #9008 from mainline to maintperl,
6824              UTF-8 tr/// fixes from Inaba Hiroto.
6825      Branch: maint-5.6/perl
6826           !> doop.c op.c t/op/tr.t toke.c
6827 ____________________________________________________________________________
6828 [  9008] By: jhi                                   on 2001/03/03  19:19:42
6829         Log: UTF8 tr/// fixes from Inaba Hiroto.
6830      Branch: perl
6831            ! doop.c op.c t/op/tr.t toke.c
6832 ____________________________________________________________________________
6833 [  9007] By: jhi                                   on 2001/03/03  19:00:30
6834         Log: Integrate change #9006 from maintperl to mainline,
6835              more robust quest for the infinite.
6836      Branch: perl
6837           !> lib/Math/Complex.pm
6838 ____________________________________________________________________________
6839 [  9006] By: jhi                                   on 2001/03/03  18:58:06
6840         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
6841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6842              Date: Sat, 3 Mar 2001 12:51:50 -0500
6843              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
6844              
6845              Be more robust in our quest for the infinite.
6846      Branch: maint-5.6/perl
6847            ! lib/Math/Complex.pm
6848 ____________________________________________________________________________
6849 [  9005] By: jhi                                   on 2001/03/03  17:55:50
6850         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
6851      Branch: maint-5.6/perl
6852            ! doio.c
6853 ____________________________________________________________________________
6854 [  9004] By: jhi                                   on 2001/03/03  17:40:14
6855         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
6856              so that picky compilers like IRIX won't get huffy about
6857              "statements without effect" (like 1;).
6858      Branch: perl
6859            ! toke.c
6860 ____________________________________________________________________________
6861 [  9003] By: jhi                                   on 2001/03/03  17:15:52
6862         Log: Integrate change #9002 from mainline to maintperl.
6863              
6864              Subject: [perl-5.6.x, perl-current] accept for EPOC
6865      Branch: maint-5.6/perl
6866           !> pp_sys.c
6867 ____________________________________________________________________________
6868 [  9002] By: jhi                                   on 2001/03/03  17:14:30
6869         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
6870              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6871              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
6872              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
6873      Branch: perl
6874            ! pp_sys.c
6875 ____________________________________________________________________________
6876 [  9001] By: jhi                                   on 2001/03/03  17:13:13
6877         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
6878              From: "Craig A. Berry" <craigberry@mac.com>
6879              Date: Fri, 02 Mar 2001 17:44:40 -0600
6880              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
6881      Branch: perl
6882            ! t/pod/find.t
6883 ____________________________________________________________________________
6884 [  9000] By: jhi                                   on 2001/03/03  17:11:55
6885         Log: Integrate changes #8997,8999 from maintperl.
6886              
6887              Subject: [PATCH 5.6.1] compiling on OS/2
6888              (Better error message from hints/os2.sh)
6889              
6890              Subject: [PATCH 5.6.1] syslog.t
6891      Branch: perl
6892           !> hints/os2.sh t/lib/syslog.t
6893 ____________________________________________________________________________
6894 [  8999] By: jhi                                   on 2001/03/03  17:09:28
6895         Log: Subject: [PATCH 5.6.1] syslog.t
6896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6897              Date: Sat, 3 Mar 2001 02:11:17 -0500
6898              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
6899      Branch: maint-5.6/perl
6900            ! t/lib/syslog.t
6901 ____________________________________________________________________________
6902 [  8998] By: jhi                                   on 2001/03/03  17:07:50
6903         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
6904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6905              Date: Sat, 3 Mar 2001 01:53:52 -0500
6906              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
6907      Branch: maint-5.6/perl
6908            ! opcode.pl os2/os2.c
6909 ____________________________________________________________________________
6910 [  8997] By: jhi                                   on 2001/03/03  17:03:30
6911         Log: Subject: [PATCH 5.6.1] compiling on OS/2
6912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6913              Date: Sat, 3 Mar 2001 01:59:59 -0500
6914              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
6915      Branch: maint-5.6/perl
6916            ! hints/os2.sh
6917 ____________________________________________________________________________
6918 [  8996] By: jhi                                   on 2001/03/03  00:55:58
6919         Log: Regen files for mainline.
6920      Branch: perl
6921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6922            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
6923 ____________________________________________________________________________
6924 [  8995] By: jhi                                   on 2001/03/03  00:35:22
6925         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
6926              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
6927              to maintperl.
6928              
6929              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
6930              
6931              Add Configure option -Dmksymlinks which will create a symlink
6932              forest if the current/build differs from the source directory.
6933              (8218,8220,8221,8317,8318,8971)
6934              
6935              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
6936              (Document APPLLIB_EXP in INSTALL.)
6937              
6938              If running byacc write-enable also perly.h.
6939              
6940              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
6941              
6942              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
6943              
6944              Sanity check for conflicting thread flavours.
6945              
6946              Fix the sys/fcntl.h problem reported by Peter Prymmer.
6947              
6948              Add few CPUs/architectures to the Cppsym scan,
6949              add -perlio to archname if so selected (modified 8890)
6950              
6951              Be more helpful for devel builders, suggested by John L. Allen.
6952              (admittedly pointless change for maintperl, but the usedevel
6953              code is there already)
6954      Branch: maint-5.6/perl
6955           !> Configure INSTALL Makefile.SH Porting/Glossary
6956           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
6957           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
6958           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
6959           !> win32/config.bc win32/config.gc win32/config.vc
6960 ____________________________________________________________________________
6961 [  8994] By: jhi                                   on 2001/03/02  23:31:41
6962         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
6963      Branch: metaconfig/U/perl
6964            ! gccvers.U
6965 ____________________________________________________________________________
6966 [  8993] By: jhi                                   on 2001/03/02  23:22:12
6967         Log: Regenerate various files for maint.
6968      Branch: maint-5.6/perl
6969            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
6970            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
6971 ____________________________________________________________________________
6972 [  8992] By: alanbur                               on 2001/03/02  22:48:34
6973         Log: Resync wuth parent
6974      Branch: maint-5.6/pureperl
6975           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
6976           !> (integrate 60 files)
6977 ____________________________________________________________________________
6978 [  8991] By: jhi                                   on 2001/03/02  21:00:08
6979         Log: Retract the #8742 part of #8986, backward compat.
6980      Branch: maint-5.6/perl
6981            ! embed.pl
6982 ____________________________________________________________________________
6983 [  8990] By: jhi                                   on 2001/03/02  20:40:07
6984         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
6985      Branch: maint-5.6/perl
6986            ! hv.c
6987 ____________________________________________________________________________
6988 [  8989] By: jhi                                   on 2001/03/02  19:59:56
6989         Log: Update Changes.
6990      Branch: perl
6991            ! Changes patchlevel.h
6992 ____________________________________________________________________________
6993 [  8988] By: jhi                                   on 2001/03/02  19:57:08
6994         Log: Integrate perlio.
6995      Branch: perl
6996           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
6997           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
6998           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
6999           !> ext/Encode/Encode/iso8859-10.ucm
7000           !> ext/Encode/Encode/iso8859-13.ucm
7001           !> ext/Encode/Encode/iso8859-14.ucm
7002           !> ext/Encode/Encode/iso8859-15.ucm
7003           !> ext/Encode/Encode/iso8859-16.ucm
7004           !> ext/Encode/Encode/iso8859-2.ucm
7005           !> ext/Encode/Encode/iso8859-3.ucm
7006           !> ext/Encode/Encode/iso8859-4.ucm
7007           !> ext/Encode/Encode/iso8859-5.ucm
7008           !> ext/Encode/Encode/iso8859-6.ucm
7009           !> ext/Encode/Encode/iso8859-7.ucm
7010           !> ext/Encode/Encode/iso8859-8.ucm
7011           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
7012           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
7013 ____________________________________________________________________________
7014 [  8987] By: jhi                                   on 2001/03/02  19:43:40
7015         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
7016              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
7017              8950,8952,8955 from mainline to maintperl.
7018              
7019              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
7020              
7021              Put to rest the 20010205.001, the email address checking (not) regex.
7022              
7023              fork() not everywhere, cleanup temp files.
7024              
7025              The #8843 wasn't quite right: %Config needs to imported.
7026              
7027              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
7028              (#8849: the glob-basic hunk needed massaging as it depended
7029              on Schwern's large-scale (unintegrated) patches)
7030              
7031              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
7032              
7033              Upgrade to CGI.pm 2.752, from Lincoln Stein.
7034              (Note: there were some conflicts due to EBCDIC and EPOC
7035              patches, in general I preferred the repository code.)
7036              (When 2.753 comes out, we need to synchronize.)
7037              
7038              Subject: [PATCH] fix for charnames above FFFF
7039              
7040              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
7041              
7042              If no sfio, no -lsfio.
7043              
7044              Run run/*.t also in minitest.
7045              
7046              Subject:  [PATCH perl 5.7.0] malloc message address offset
7047              
7048              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
7049              
7050              Subject: fix for parameter -Dm (for perl@8867)
7051              
7052              Subject: [PATCH: perl@8892] was Re: hashing order difference?
7053              (make the test more portable)
7054              
7055              Subject: Re: [PATCH] fix for charnames above FFFF
7056              
7057              Subject: Re: I'm losing the war...
7058              (hv_store() not working correctly in ENV_IS_CASELESS case.)
7059              
7060              Subject: Modified README.bs2000 
7061              
7062              Subject: [PATCH: perl@8935] -Dt padsv($var)
7063              
7064              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
7065              
7066              Subject: PATCH: extra tests to check on negative float to unsigned cast
7067              
7068              Subject: [PATCH] XPUSH[insp] was Re: progress
7069              
7070              Subject: Re: Compile with perlcc..
7071      Branch: maint-5.6/perl
7072           !> (integrate 36 files)
7073 ____________________________________________________________________________
7074 [  8986] By: jhi                                   on 2001/03/02  18:51:25
7075         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
7076              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
7077              to maintperl.
7078              
7079              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
7080              
7081              Subject: [DOC PATCH] overload.pm nits
7082              
7083              Add header for LIB$ prototypes (C. Berry)
7084              
7085              Convert fwrite()s to sockets to write()s, since some socket stacks
7086              don't take kindly to stdio.
7087              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
7088              (for often optional LNMs)
7089              Correct a few typos
7090              (C. Bailey)
7091              
7092              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
7093              
7094              De-cut-and-pasto.
7095              
7096              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
7097              
7098              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
7099              
7100              Upgrade to CPAN 1.59_54, from Andreas König.
7101              
7102              Bogus shebang.
7103              
7104              Subject: [PATCH] Document makepatch in Porting/patching
7105              
7106              UTF-8 documentation.
7107              
7108              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
7109              
7110              Sort the MANIFEST.
7111              
7112              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
7113              
7114              Subject: [PATCH @8807] toke.c cleanup: scan_str()
7115              
7116              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
7117              
7118              Add run/*.t to testables.
7119              
7120              TODO: integrate #8784.
7121      Branch: maint-5.6/perl
7122           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
7123           !> (integrate 28 files)
7124 ____________________________________________________________________________
7125 [  8985] By: nick                                  on 2001/03/02  18:15:45
7126         Log: Integrate mainline
7127      Branch: perlio
7128           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
7129           !> vms/vms.c
7130 ____________________________________________________________________________
7131 [  8984] By: jhi                                   on 2001/03/02  16:00:17
7132         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
7133              
7134              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
7135              5.004_05, and mention the suidperl August 2000 security problem.
7136              (#8978,#8981)
7137              
7138              Subject: [ID 20010301.004] Technically speaking in perldata
7139              
7140              Subject: [PATCH] File::Copy for bleadperl, maintperl
7141              
7142              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
7143              
7144              (The #8982, fix for 20010221.005 and 20010221.008,
7145              would be nice too but it didn't integrate cleanly.)
7146      Branch: maint-5.6/perl
7147           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
7148 ____________________________________________________________________________
7149 [  8983] By: jhi                                   on 2001/03/02  15:51:16
7150         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
7151              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7152              Date:     Thu, 1 Mar 2001 15:54:09 EST
7153              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
7154      Branch: perl
7155            ! vms/vms.c
7156 ____________________________________________________________________________
7157 [  8982] By: jhi                                   on 2001/03/02  15:43:31
7158         Log: Subject: Re: sync sync sync: have I missed any patches?
7159              From: Radu Greab <radu@netsoft.ro> 
7160              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
7161              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
7162              
7163              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
7164              was checking argv[0] regardless of whether a different pathname
7165              will actually be executed."  Test case not supplied because 
7166              drafting that, ironically enough, revealed another bug
7167              (or a feature).
7168      Branch: perl
7169            ! doio.c
7170 ____________________________________________________________________________
7171 [  8981] By: jhi                                   on 2001/03/02  15:28:03
7172         Log: Misdate in #8978.
7173      Branch: perl
7174            ! pod/perlfaq1.pod
7175 ____________________________________________________________________________
7176 [  8980] By: jhi                                   on 2001/03/02  15:24:20
7177         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
7178              From: Chris Nandor <pudge@pobox.com>
7179              Date: Wed, 28 Feb 2001 22:10:15 -0500
7180              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
7181      Branch: perl
7182            ! lib/File/Copy.pm
7183 ____________________________________________________________________________
7184 [  8979] By: jhi                                   on 2001/03/02  15:17:16
7185         Log: Subject: [ID 20010301.004] Technically speaking in perldata
7186              From: abela@geneanet.org
7187              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
7188              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
7189      Branch: perl
7190            ! pod/perldata.pod
7191 ____________________________________________________________________________
7192 [  8978] By: jhi                                   on 2001/03/02  15:15:27
7193         Log: Subject: [ID 20010301.003] ref to 5.004
7194              From: abela@geneanet.org
7195              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
7196              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
7197              
7198              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
7199              and mention the suidperl August 2000 security problem.
7200      Branch: perl
7201            ! pod/perlfaq1.pod
7202 ____________________________________________________________________________
7203 [  8977] By: alanbur                               on 2001/03/02  14:17:45
7204         Log: Resynchronised with parent
7205      Branch: maint-5.6/pureperl
7206           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
7207           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
7208           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
7209           !> vms/descrip_mms.template win32/win32.c win32/win32.h
7210           !> win32/win32iop.h
7211 ____________________________________________________________________________
7212 [  8976] By: nick                                  on 2001/03/01  23:25:30
7213         Log: Integrate mainline.
7214      Branch: perlio
7215            - t/op/qu.t
7216           !> (integrate 55 files)
7217 ____________________________________________________________________________
7218 [  8975] By: jhi                                   on 2001/03/01  16:51:34
7219         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
7220      Branch: perl
7221           !> toke.c
7222 ____________________________________________________________________________
7223 [  8974] By: gsar                                  on 2001/03/01  16:28:21
7224         Log: fix for bugid 20010226.008
7225              
7226              the problem was that some of the pointers (PL_last_lop and
7227              PL_last_uni specifically) into the lex buffers weren't correctly
7228              being invalidated when the buffer changed; this would leave the
7229              pointers pointing at an arbitrary location in the buffer if
7230              the buffer didn't need to be reallocated, or point into freed
7231              memory if the buffer had to be realloced
7232              
7233              TODO item for bugdb maintainers: check other seemingly random
7234              parser-related bugs--they might be cured by this
7235      Branch: maint-5.6/perl
7236            ! toke.c
7237 ____________________________________________________________________________
7238 [  8973] By: jhi                                   on 2001/03/01  02:23:25
7239         Log: Retract #8970 because of a completely mysterious core dump:
7240              adding the tests 241..244 causes op/pat dump core at test #25.
7241              The test needs a lot of whittling down before the bug can be solved.
7242      Branch: perl
7243            ! t/op/pat.t
7244 ____________________________________________________________________________
7245 [  8972] By: jhi                                   on 2001/03/01  01:58:38
7246         Log: Regen perlapi.
7247      Branch: perl
7248            ! pod/perlapi.pod
7249 ____________________________________________________________________________
7250 [  8971] By: jhi                                   on 2001/03/01  01:34:09
7251         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))
7252              From: Nicholas Clark <nick@ccl4.org>
7253              Date: Wed, 28 Feb 2001 23:28:49 +0000
7254              Message-ID: <20010228232849.A55187@plum.flirble.org>
7255              
7256              Allow a completely write protected source code tree
7257              when using the Configure -Dmksymlinks.
7258      Branch: perl
7259            ! embed.pl warnings.pl
7260 ____________________________________________________________________________
7261 [  8970] By: jhi                                   on 2001/03/01  01:32:04
7262         Log: Add back the EBCDIC character range tests (for matching).
7263      Branch: perl
7264            ! t/op/pat.t
7265 ____________________________________________________________________________
7266 [  8969] By: nick                                  on 2001/02/28  18:18:01
7267         Log: Add charname comments to .ucm files writen by 'compile',
7268              also order charmaps in those files by source encoding.
7269              regenerate distrubuted .ucm files
7270      Branch: perlio
7271            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
7272            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7273            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
7274            ! ext/Encode/Encode/iso8859-10.ucm
7275            ! ext/Encode/Encode/iso8859-13.ucm
7276            ! ext/Encode/Encode/iso8859-14.ucm
7277            ! ext/Encode/Encode/iso8859-15.ucm
7278            ! ext/Encode/Encode/iso8859-16.ucm
7279            ! ext/Encode/Encode/iso8859-2.ucm
7280            ! ext/Encode/Encode/iso8859-3.ucm
7281            ! ext/Encode/Encode/iso8859-4.ucm
7282            ! ext/Encode/Encode/iso8859-5.ucm
7283            ! ext/Encode/Encode/iso8859-6.ucm
7284            ! ext/Encode/Encode/iso8859-7.ucm
7285            ! ext/Encode/Encode/iso8859-8.ucm
7286            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
7287            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
7288 ____________________________________________________________________________
7289 [  8968] By: jhi                                   on 2001/02/28  16:26:37
7290         Log: Expand usemorebits early if d_casti32 needs to be undefined.
7291      Branch: perl
7292            ! hints/hpux.sh hints/irix_6.sh
7293 ____________________________________________________________________________
7294 [  8967] By: jhi                                   on 2001/02/28  16:22:26
7295         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
7296              retract toke.c/qu parts of #8583, retract #8485, retract
7297              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
7298              op/length.t, and MANIFEST, and delete t/op/qu.t.
7299      Branch: perl
7300            - t/op/qu.t
7301            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
7302            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
7303            ! t/op/length.t toke.c
7304 ____________________________________________________________________________
7305 [  8966] By: jhi                                   on 2001/02/28  15:00:27
7306         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
7307              by not changing from pre-Unicode days into being Unicode-aware.
7308              Sniff.
7309      Branch: perl
7310            ! pp.c t/op/pack.t t/op/qu.t
7311 ____________________________________________________________________________
7312 [  8965] By: jhi                                   on 2001/02/28  14:37:55
7313         Log: Subject: Re: Errors in core PODs
7314              From: Michael Stevens <michael@etla.org> 
7315              Date: Fri, 23 Feb 2001 15:47:56 +0000
7316              Message-ID: <20010223154756.A7723@firedrake.org> 
7317      Branch: perl
7318            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
7319            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
7320            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
7321            ! x2p/a2p.pod
7322 ____________________________________________________________________________
7323 [  8964] By: jhi                                   on 2001/02/28  14:35:35
7324         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
7325              (The #8961 was too bold.)
7326      Branch: perl
7327            ! hints/hpux.sh hints/irix_6.sh
7328 ____________________________________________________________________________
7329 [  8963] By: jhi                                   on 2001/02/28  14:33:39
7330         Log: Subject: Re: sync sync sync: have I missed any patches?
7331              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7332              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
7333              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
7334              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
7335              
7336              Replace djSP with dSP.
7337      Branch: perl
7338            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
7339            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
7340            ! win32/perlhost.h
7341 ____________________________________________________________________________
7342 [  8962] By: jhi                                   on 2001/02/27  23:21:14
7343         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
7344      Branch: perl
7345            ! lib/Filter/Simple.pm
7346 ____________________________________________________________________________
7347 [  8961] By: jhi                                   on 2001/02/27  22:55:26
7348         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
7349              and this would be it.
7350      Branch: perl
7351            ! hints/hpux.sh hints/irix_6.sh
7352 ____________________________________________________________________________
7353 [  8960] By: jhi                                   on 2001/02/27  22:51:33
7354         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
7355              From: "Craig A. Berry" <craigberry@mac.com>
7356              Date: Tue, 27 Feb 2001 16:11:44 -0600
7357              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
7358      Branch: maint-5.6/perl
7359            ! configure.com vms/descrip_mms.template
7360 ____________________________________________________________________________
7361 [  8959] By: jhi                                   on 2001/02/27  22:47:23
7362         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
7363              From: "Craig A. Berry" <craigberry@mac.com>
7364              Date: Tue, 27 Feb 2001 16:11:44 -0600
7365              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
7366      Branch: perl
7367            ! configure.com vms/descrip_mms.template
7368 ____________________________________________________________________________
7369 [  8958] By: jhi                                   on 2001/02/27  15:16:42
7370         Log: Update Changes.
7371      Branch: perl
7372            ! Changes patchlevel.h
7373 ____________________________________________________________________________
7374 [  8957] By: jhi                                   on 2001/02/27  06:15:07
7375         Log: Subject: [5.6.x] EPOC additions
7376              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7377              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
7378              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
7379      Branch: maint-5.6/perl
7380            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
7381 ____________________________________________________________________________
7382 [  8956] By: jhi                                   on 2001/02/27  06:12:11
7383         Log: Subject: [perl-current] EPOC 
7384              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7385              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
7386              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
7387      Branch: perl
7388            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
7389            ! epoc/epocish.c epoc/epocish.h pp_sys.c
7390 ____________________________________________________________________________
7391 [  8955] By: jhi                                   on 2001/02/27  05:59:50
7392         Log: Subject: Re: Compile with perlcc..
7393              From: Edward Peschko <edwardp@excitehome.net>
7394              Date: Mon, 26 Feb 2001 18:51:58 -0800
7395              Message-ID: <20010226185158.A9871@excitehome.net>
7396              
7397              plus add a simple usage message if no arguments given.
7398      Branch: perl
7399            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
7400            ! utils/Makefile utils/perlcc.PL win32/pod.mak
7401 ____________________________________________________________________________
7402 [  8954] By: nick                                  on 2001/02/26  21:02:59
7403         Log: Integrate mainline
7404      Branch: perlio
7405           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
7406           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
7407           !> t/op/sprintf.t
7408 ____________________________________________________________________________
7409 [  8953] By: jhi                                   on 2001/02/26  14:43:54
7410         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
7411              From: Nicholas Clark <nick@ccl4.org>
7412              Date: Mon, 26 Feb 2001 00:42:07 +0000
7413              Message-ID: <20010226004207.F23333@plum.flirble.org>
7414      Branch: perl
7415            ! pp_ctl.c
7416 ____________________________________________________________________________
7417 [  8952] By: jhi                                   on 2001/02/26  14:42:13
7418         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
7419              From: Simon Cozens <simon@netthink.co.uk>
7420              Date: Mon, 26 Feb 2001 12:23:48 +0000
7421              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
7422      Branch: perl
7423            ! pod/perlguts.pod
7424 ____________________________________________________________________________
7425 [  8951] By: jhi                                   on 2001/02/26  14:39:15
7426         Log: Subject: [PATCH] perlio - unknown layer
7427              From: Nicholas Clark <nick@ccl4.org>
7428              Date: Mon, 26 Feb 2001 00:27:19 +0000
7429              Message-ID: <20010226002719.E23333@plum.flirble.org>
7430      Branch: perl
7431            ! perlio.c
7432 ____________________________________________________________________________
7433 [  8950] By: jhi                                   on 2001/02/26  14:38:04
7434         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
7435              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
7436              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
7437              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
7438      Branch: perl
7439            ! t/op/bop.t
7440 ____________________________________________________________________________
7441 [  8949] By: jhi                                   on 2001/02/26  14:37:07
7442         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
7443              From: Peter Prymmer <pvhp@forte.com>
7444              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
7445              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
7446      Branch: perl
7447            ! lib/Test.pm
7448 ____________________________________________________________________________
7449 [  8948] By: jhi                                   on 2001/02/26  14:35:53
7450         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
7451              From: Radu Greab <radu@netsoft.ro>
7452              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
7453              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
7454      Branch: perl
7455            ! pod/perlop.pod
7456 ____________________________________________________________________________
7457 [  8947] By: jhi                                   on 2001/02/26  14:34:46
7458         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
7459              From: David Mitchell <davem@fdgroup.co.uk>
7460              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
7461              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
7462      Branch: perl
7463            ! run.c
7464 ____________________________________________________________________________
7465 [  8946] By: jhi                                   on 2001/02/26  14:32:37
7466         Log: Subject: Modified README.bs2000 
7467              From: Dorner Thomas <Thomas.Dorner@start.de>
7468              Date: Mon, 26 Feb 2001 09:22:17 +0100
7469              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
7470      Branch: perl
7471            ! README.bs2000
7472 ____________________________________________________________________________
7473 [  8945] By: jhi                                   on 2001/02/26  14:19:53
7474         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
7475              to maintperl, listing the known failures on the tests 129 and 130.
7476      Branch: maint-5.6/perl
7477           !> t/op/sprintf.t
7478 ____________________________________________________________________________
7479 [  8944] By: jhi                                   on 2001/02/26  14:14:15
7480         Log: Add more known sprintf failures.
7481      Branch: perl
7482            ! t/op/sprintf.t
7483 ____________________________________________________________________________
7484 [  8943] By: jhi                                   on 2001/02/26  13:56:22
7485         Log: perlglob.exe needs to be found in Win32, patch from
7486              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
7487              which needs external glob at mini-perl time."
7488      Branch: perl
7489            ! ext/Encode/compile
7490 ____________________________________________________________________________
7491 [  8942] By: jhi                                   on 2001/02/26  13:52:19
7492         Log: A missing dTHX from Vadim Konovalov.
7493      Branch: perl
7494            ! perlio.c
7495 ____________________________________________________________________________
7496 [  8941] By: jhi                                   on 2001/02/26  13:37:05
7497         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
7498      Branch: perl
7499            ! op.c
7500 ____________________________________________________________________________
7501 [  8940] By: jhi                                   on 2001/02/26  13:35:40
7502         Log: Integrate perlio.
7503      Branch: perl
7504           !> ext/Encode/Encode.pm
7505 ____________________________________________________________________________
7506 [  8939] By: nick                                  on 2001/02/25  23:47:09
7507         Log: Integrate mainline.
7508      Branch: perlio
7509           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
7510           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
7511 ____________________________________________________________________________
7512 [  8938] By: nick                                  on 2001/02/25  19:36:28
7513         Log: Encode implementations docs.
7514      Branch: perlio
7515            ! ext/Encode/Encode.pm
7516 ____________________________________________________________________________
7517 [  8937] By: jhi                                   on 2001/02/25  19:26:16
7518         Log: Script wasn't aligned with reality.
7519      Branch: perl
7520            ! t/pod/find.t
7521 ____________________________________________________________________________
7522 [  8936] By: jhi                                   on 2001/02/25  18:54:55
7523         Log: Update Changes.
7524      Branch: perl
7525            ! Changes patchlevel.h
7526 ____________________________________________________________________________
7527 [  8935] By: jhi                                   on 2001/02/25  18:46:36
7528         Log: Retract #8929,8930,8932,8933 for now.
7529      Branch: perl
7530            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
7531 ____________________________________________________________________________
7532 [  8934] By: jhi                                   on 2001/02/25  17:34:35
7533         Log: Integrate perlio.
7534      Branch: perl
7535           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
7536           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
7537           !> t/lib/encode.t
7538 ____________________________________________________________________________
7539 [  8933] By: jhi                                   on 2001/02/25  17:33:12
7540         Log: (Retracted by #8395.)
7541              
7542              Slight tweaks in scan_const(), not fixes yet, it seems like
7543              lots of work remains to be done...
7544      Branch: perl
7545            ! toke.c
7546 ____________________________________________________________________________
7547 [  8932] By: jhi                                   on 2001/02/25  17:27:11
7548         Log: (Retracted by #8395.)
7549              
7550              Missing from #8930.
7551      Branch: perl
7552            ! perl.h
7553 ____________________________________________________________________________
7554 [  8931] By: jhi                                   on 2001/02/25  17:26:19
7555         Log: A comment tweak.
7556      Branch: perl
7557            ! utf8.c
7558 ____________________________________________________________________________
7559 [  8930] By: jhi                                   on 2001/02/25  17:25:47
7560         Log: (Retracted by #8395.)
7561              
7562              Attempt to fix the EBCDIC character range problwm with //.
7563      Branch: perl
7564            ! regcomp.c
7565 ____________________________________________________________________________
7566 [  8929] By: jhi                                   on 2001/02/25  17:23:45
7567         Log: (Retracted by #8395.)
7568              
7569              Expand the EBCDIC character range tests, and add few nasty
7570              tr tests from Karsten Sperling.
7571      Branch: perl
7572            ! t/op/pat.t t/op/tr.t
7573 ____________________________________________________________________________
7574 [  8928] By: jhi                                   on 2001/02/25  17:18:49
7575         Log: Missing check-in.
7576      Branch: perl
7577            ! lib/Pod/Find.pm
7578 ____________________________________________________________________________
7579 [  8927] By: nick                                  on 2001/02/25  11:30:22
7580         Log: Change method names in Encode implementation classes to something
7581              less confusing (preparing to "go public").
7582      Branch: perlio
7583            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
7584 ____________________________________________________________________________
7585 [  8926] By: nick                                  on 2001/02/25  10:53:24
7586         Log: GCC __atribute__ / printf fix
7587      Branch: perlio
7588            ! perl.h
7589 ____________________________________________________________________________
7590 [  8925] By: nick                                  on 2001/02/25  10:52:25
7591         Log: Checked in the wrong one ...
7592      Branch: perlio
7593            ! ext/Encode/Encode.pm
7594 ____________________________________________________________________________
7595 [  8924] By: nick                                  on 2001/02/24  18:46:51
7596         Log: Integrate mainline - to see what Jarkko has in ...
7597      Branch: perlio
7598           +> t/pod/testpods/lib/Pod/Stuff.pm
7599           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
7600 ____________________________________________________________________________
7601 [  8923] By: nick                                  on 2001/02/24  17:05:23
7602         Log: Encode API documentation nd tidy up.
7603              Minor additions to test.
7604              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
7605              Adds STRLEN to standard typemap.
7606      Branch: perlio
7607            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
7608            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
7609 ____________________________________________________________________________
7610 [  8922] By: jhi                                   on 2001/02/24  16:38:12
7611         Log: Add a test for the "character range should match in EBCDIC
7612              if specified using explicit numerics" bug found by Karsten
7613              Sperling.
7614      Branch: perl
7615            ! t/op/pat.t
7616 ____________________________________________________________________________
7617 [  8921] By: jhi                                   on 2001/02/24  16:30:16
7618         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
7619              From: schwern@pobox.com
7620              Date: Fri, 23 Feb 2001 03:21:37 -0500
7621              Message-ID: <20010223032137.A26022@magnonel.guild.net>
7622              
7623              plus Charles Lane's fixes, plus tweaks.
7624      Branch: perl
7625            + t/pod/testpods/lib/Pod/Stuff.pm
7626            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
7627 ____________________________________________________________________________
7628 [  8920] By: nick                                  on 2001/02/24  10:30:11
7629         Log: Integrate mainline
7630      Branch: perlio
7631           !> (integrate 33 files)
7632 ____________________________________________________________________________
7633 [  8919] By: jhi                                   on 2001/02/24  00:23:35
7634         Log: Subject: Re: I'm losing the war...
7635              From: "Vadim Konovalov" <watman@inbox.ru>
7636              Date: Sat, 24 Feb 2001 00:10:14 +0300
7637              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
7638              
7639              hv_store() not working correctly in ENV_IS_CASELESS case.
7640      Branch: perl
7641            ! hv.c
7642 ____________________________________________________________________________
7643 [  8918] By: jhi                                   on 2001/02/24  00:20:09
7644         Log: Subject: Re: [PATCH] fix for charnames above FFFF
7645              From: andreas.koenig@anima.de (Andreas J. Koenig)
7646              Date: 23 Feb 2001 02:39:03 +0100
7647              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
7648              
7649              A further efficiency tweak.
7650      Branch: perl
7651            ! lib/charnames.pm
7652 ____________________________________________________________________________
7653 [  8917] By: jhi                                   on 2001/02/23  20:27:51
7654         Log: Integrate change #8916 from mainline,
7655              do away with USE_WIN32_RTL_ENV.
7656      Branch: maint-5.6/perl
7657           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
7658 ____________________________________________________________________________
7659 [  8916] By: jhi                                   on 2001/02/23  20:02:25
7660         Log: Abolish USE_WIN32_RTL_ENV.
7661      Branch: perl
7662            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
7663 ____________________________________________________________________________
7664 [  8915] By: jhi                                   on 2001/02/23  19:36:00
7665         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
7666              later protected by some #define.
7667      Branch: perl
7668            ! gv.c
7669 ____________________________________________________________________________
7670 [  8914] By: jhi                                   on 2001/02/23  19:31:38
7671         Log: Retract #8902 for now, requested by Charles Lane, the correct
7672              fix will be something else.
7673      Branch: perl
7674            ! op.c
7675 ____________________________________________________________________________
7676 [  8913] By: jhi                                   on 2001/02/23  19:11:36
7677         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
7678              From: Peter Prymmer <pvhp@forte.com>
7679              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
7680              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
7681      Branch: perl
7682            ! t/op/lex_assign.t
7683 ____________________________________________________________________________
7684 [  8912] By: jhi                                   on 2001/02/23  18:38:20
7685         Log: Subject: [patch] perlio + useithreads
7686              From: Doug MacEachern <dougm@covalent.net>
7687              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
7688              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
7689              
7690              Gets things running but not complete.
7691      Branch: perl
7692            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
7693 ____________________________________________________________________________
7694 [  8911] By: jhi                                   on 2001/02/23  04:20:02
7695         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
7696              
7697              Duplicated environment freeing, File::Temp 0.12,
7698              op/append portability (EBCDIC) tweak.
7699      Branch: maint-5.6/perl
7700           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7701           !> t/op/append.t
7702 ____________________________________________________________________________
7703 [  8910] By: jhi                                   on 2001/02/23  02:07:33
7704         Log: Integrate change #8909 from mainline, a better Borland
7705              putenv() workaround.
7706      Branch: maint-5.6/perl
7707           !> perl.c
7708 ____________________________________________________________________________
7709 [  8909] By: jhi                                   on 2001/02/23  02:05:46
7710         Log: A better workaround for Borland putenv() brokenness from Sarathy.
7711      Branch: perl
7712            ! perl.c
7713 ____________________________________________________________________________
7714 [  8908] By: jhi                                   on 2001/02/23  02:04:14
7715         Log: Subject: fix for parameter -Dm (for perl@8867)
7716              From: "Vadim Konovalov" <watman@inbox.ru>
7717              Date: Thu, 22 Feb 2001 17:30:12 +0300
7718              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
7719      Branch: perl
7720            ! perl.h
7721 ____________________________________________________________________________
7722 [  8907] By: jhi                                   on 2001/02/23  01:58:20
7723         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
7724              From: Peter Prymmer <pvhp@forte.com>
7725              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
7726              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
7727      Branch: perl
7728            ! t/op/append.t
7729 ____________________________________________________________________________
7730 [  8906] By: jhi                                   on 2001/02/23  01:48:34
7731         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
7732      Branch: perl
7733            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7734 ____________________________________________________________________________
7735 [  8905] By: jhi                                   on 2001/02/23  01:43:30
7736         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
7737              From: Peter Prymmer <pvhp@forte.com>
7738              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
7739              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
7740      Branch: perl
7741            ! t/lib/st-06compat.t
7742 ____________________________________________________________________________
7743 [  8904] By: jhi                                   on 2001/02/23  01:42:39
7744         Log: Metaconfig unit change for #8903.
7745      Branch: metaconfig/U/perl
7746            ! Devel.U
7747 ____________________________________________________________________________
7748 [  8903] By: jhi                                   on 2001/02/23  01:42:12
7749         Log: Be more helpful for devel builders, suggested by John L. Allen.
7750      Branch: perl
7751            ! Configure
7752 ____________________________________________________________________________
7753 [  8902] By: jhi                                   on 2001/02/23  01:37:41
7754         Log: (Retracted by #8914)
7755              (Wrongly, reinstated by #8941)             
7756
7757              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
7758              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7759              Date:     Thu, 22 Feb 2001 09:43:57 EST
7760              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
7761      Branch: perl
7762            ! op.c
7763 ____________________________________________________________________________
7764 [  8901] By: jhi                                   on 2001/02/23  01:20:32
7765         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
7766              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7767              Date:     Thu, 22 Feb 2001 08:01:35 EST
7768              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
7769      Branch: perl
7770            ! malloc.c
7771 ____________________________________________________________________________
7772 [  8900] By: jhi                                   on 2001/02/23  01:18:02
7773         Log: Integrate changes #8898,8899 from mainline, environ handling.
7774      Branch: maint-5.6/perl
7775           !> perl.c
7776 ____________________________________________________________________________
7777 [  8899] By: jhi                                   on 2001/02/23  01:16:25
7778         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
7779              putenv() is not to be relied on, they are either broken or leaky
7780              or both.)
7781      Branch: perl
7782            ! perl.c
7783 ____________________________________________________________________________
7784 [  8898] By: jhi                                   on 2001/02/22  23:36:59
7785         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
7786              and safesysfree() must be used.
7787      Branch: perl
7788            ! perl.c
7789 ____________________________________________________________________________
7790 [  8897] By: jhi                                   on 2001/02/22  23:25:45
7791         Log: With environ one must use safesysmalloc()/safesysfree().
7792      Branch: perl
7793            ! perl.c
7794 ____________________________________________________________________________
7795 [  8896] By: jhi                                   on 2001/02/22  22:13:18
7796         Log: If we have a duplicated environment free it
7797              if PERL_DESTRUCT_LEVEL.
7798      Branch: perl
7799            ! perl.c
7800 ____________________________________________________________________________
7801 [  8895] By: alanbur                               on 2001/02/22  19:31:57
7802         Log: Synchronised with parent
7803      Branch: maint-5.6/pureperl
7804           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
7805 ____________________________________________________________________________
7806 [  8894] By: gsar                                  on 2001/02/22  19:06:18
7807         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
7808              
7809              fix memory leak in method call optimization (change#3768);
7810              made C<eval "$x->foo()"> leak
7811              
7812              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
7813      Branch: maint-5.6/perl
7814           !> op.c
7815 ____________________________________________________________________________
7816 [  8893] By: jhi                                   on 2001/02/22  18:35:27
7817         Log: (Retracted by #8915.)
7818              
7819              Third Degree finding:
7820              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
7821      Branch: perl
7822            ! gv.c
7823 ____________________________________________________________________________
7824 [  8892] By: jhi                                   on 2001/02/22  14:28:32
7825         Log: Update Changes.
7826      Branch: perl
7827            ! Changes patchlevel.h
7828 ____________________________________________________________________________
7829 [  8891] By: jhi                                   on 2001/02/22  13:22:45
7830         Log: Metaconfig unit changes for #8890.
7831      Branch: metaconfig
7832            ! U/modified/Cppsym.U U/threads/archname.U
7833 ____________________________________________________________________________
7834 [  8890] By: jhi                                   on 2001/02/22  13:22:12
7835         Log: Add -stdio to the archname if no perlio selected,
7836              no -perlio added since that is now the default.
7837              
7838              Add few CPUs/architectures to the Cppsym scan.
7839      Branch: perl
7840            ! Configure config_h.SH
7841 ____________________________________________________________________________
7842 [  8889] By: jhi                                   on 2001/02/22  13:05:59
7843         Log: Metaconfig unit change for #8888.
7844      Branch: metaconfig/U/perl
7845            ! useperlio.U
7846 ____________________________________________________________________________
7847 [  8888] By: jhi                                   on 2001/02/22  13:05:28
7848         Log: *drum roll*  Make perlio the default.
7849      Branch: perl
7850            ! Configure config_h.SH
7851 ____________________________________________________________________________
7852 [  8887] By: jhi                                   on 2001/02/22  12:50:52
7853         Log: Integrate change #8665 from maintperl to mainline,
7854              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
7855      Branch: perl
7856           !> ext/POSIX/POSIX.xs
7857 ____________________________________________________________________________
7858 [  8886] By: jhi                                   on 2001/02/22  12:49:24
7859         Log: Integrate changes #8883,8884 from mainline to maintperl.
7860              
7861              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
7862              Subject: Re: File::Temp::_gettemp warning
7863      Branch: maint-5.6/perl
7864           !> embed.h embed.pl lib/File/Temp.pm
7865 ____________________________________________________________________________
7866 [  8885] By: jhi                                   on 2001/02/22  12:43:59
7867         Log: Based on
7868              
7869              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
7870              From: schwab@suse.de
7871              Date: Thu, 22 Feb 2001 13:08:09 +0100
7872              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
7873              
7874              but the fix done slightly differently because the other
7875              half was already done in #8664.
7876      Branch: maint-5.6/perl
7877            ! ext/POSIX/POSIX.xs
7878 ____________________________________________________________________________
7879 [  8884] By: jhi                                   on 2001/02/22  12:37:15
7880         Log: Subject: Re: File::Temp::_gettemp warning
7881              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7882              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
7883              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
7884              
7885              This patch to File::Temp does two things:
7886              
7887              1. Fixes the problem with CGI::Carp when determining
7888              the Fcntl constants
7889              
7890              2. Removes most of the carps and consolidates them so that all the
7891              reasons are included in a single die that is caught by the test. This
7892              means that the correct skipping behaviour is displayed by the test.
7893      Branch: perl
7894            ! lib/File/Temp.pm
7895 ____________________________________________________________________________
7896 [  8883] By: jhi                                   on 2001/02/22  12:29:19
7897         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
7898              From: Peter Prymmer <pvhp@forte.com>
7899              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
7900              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
7901      Branch: perl
7902            ! embed.h embed.pl
7903 ____________________________________________________________________________
7904 [  8882] By: jhi                                   on 2001/02/21  19:41:33
7905         Log: Integrate change #8881 from mainlin to maintperl.
7906              
7907              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
7908      Branch: maint-5.6/perl
7909           !> op.c
7910 ____________________________________________________________________________
7911 [  8881] By: jhi                                   on 2001/02/21  19:38:57
7912         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
7913              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7914              Date:     Wed, 21 Feb 2001 13:08:03 EST
7915              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
7916      Branch: perl
7917            ! op.c
7918 ____________________________________________________________________________
7919 [  8880] By: jhi                                   on 2001/02/21  19:34:34
7920         Log: Retract #8875, cannot let go of the old semantics of unpack U
7921              without rethinking utf8decode.t.
7922      Branch: perl
7923            ! pp.c t/op/pack.t
7924 ____________________________________________________________________________
7925 [  8879] By: jhi                                   on 2001/02/21  19:08:02
7926         Log: Run run/*.t also in minitest.
7927      Branch: perl
7928            ! Makefile.SH
7929 ____________________________________________________________________________
7930 [  8878] By: nick                                  on 2001/02/21  18:55:37
7931         Log: Integrate mainline
7932      Branch: perlio
7933           !> (integrate 76 files)
7934 ____________________________________________________________________________
7935 [  8877] By: jhi                                   on 2001/02/21  15:09:33
7936         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
7937      Branch: metaconfig
7938            ! U/compline/nblock_io.U
7939      Branch: perl
7940            ! Configure config_h.SH
7941 ____________________________________________________________________________
7942 [  8876] By: jhi                                   on 2001/02/21  14:54:45
7943         Log: If no sfio, no -lsfio.
7944      Branch: metaconfig/U/perl
7945            ! d_sfio.U
7946      Branch: perl
7947            ! Configure config_h.SH
7948 ____________________________________________________________________________
7949 [  8875] By: jhi                                   on 2001/02/21  14:54:00
7950         Log: Make unpack C and unpack C truly equivalent.
7951      Branch: perl
7952            ! pp.c t/op/pack.t
7953 ____________________________________________________________________________
7954 [  8874] By: jhi                                   on 2001/02/21  14:26:02
7955         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
7956              From: Peter Prymmer <pvhp@forte.com>
7957              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
7958              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
7959      Branch: perl
7960            ! pod/perlport.pod
7961 ____________________________________________________________________________
7962 [  8873] By: jhi                                   on 2001/02/21  14:24:31
7963         Log: Subject: [PATCH] fix for charnames above FFFF
7964              From: andreas.koenig@anima.de (Andreas J. Koenig)
7965              Date: 21 Feb 2001 07:05:45 +0100
7966              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
7967      Branch: perl
7968            ! lib/charnames.pm t/lib/charnames.t
7969 ____________________________________________________________________________
7970 [  8872] By: jhi                                   on 2001/02/21  14:15:25
7971         Log: Integrate change #8868 from pureperl to mainline.
7972              
7973              Fixed reference count loop caused by sv_magic.
7974      Branch: perl
7975           !> sv.c
7976 ____________________________________________________________________________
7977 [  8871] By: jhi                                   on 2001/02/21  14:07:29
7978         Log: Integrate change #8868 from pureperl to maintperl.
7979              
7980              Fixed reference count loop caused by sv_magic.
7981      Branch: maint-5.6/perl
7982           !> sv.c
7983 ____________________________________________________________________________
7984 [  8870] By: jhi                                   on 2001/02/21  14:04:41
7985         Log: Put back the #8840, it was innocent.
7986      Branch: perl
7987            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
7988            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
7989 ____________________________________________________________________________
7990 [  8869] By: jhi                                   on 2001/02/21  14:00:03
7991         Log: unpack("C", ...) was left slightly unfinished by #8865.
7992      Branch: perl
7993            ! pp.c t/op/pack.t
7994 ____________________________________________________________________________
7995 [  8868] By: alanbur                               on 2001/02/21  01:33:45
7996         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
7997              from gv_fetchpv to create single-character magic variables (e.g. $!),
7998              and it is passed a sv and the gv that contains the sv as the mg_obj
7999              value.  When sv_magic stores the mg_obj pointer it increments the gv
8000              refcount, thus causing a sv-gv pair that can't be freed.  There is
8001              already a check for sv == obj which is used to prevent such reference
8002              loops.  This change extends the check to cover the case described above.
8003      Branch: maint-5.6/pureperl
8004            ! sv.c
8005 ____________________________________________________________________________
8006 [  8867] By: jhi                                   on 2001/02/21  00:52:39
8007         Log: Update Changes.
8008      Branch: perl
8009            ! Changes patchlevel.h
8010 ____________________________________________________________________________
8011 [  8866] By: jhi                                   on 2001/02/21  00:34:20
8012         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
8013              (Note: there were some conflicts due to EBCDIC and EPOC
8014              patches, in general I preferred the repository code.)
8015              (When 2.753 comes out, we need to synchronize.)
8016      Branch: perl
8017            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
8018            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
8019            ! t/lib/cgi-html.t
8020 ____________________________________________________________________________
8021 [  8865] By: jhi                                   on 2001/02/21  00:24:22
8022         Log: Make pack("C", 0x100) to create Unicode, unless under the
8023              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
8024              will understand Unicode, unless you under know what.
8025      Branch: perl
8026            ! pp.c t/op/pack.t t/op/qu.t
8027 ____________________________________________________________________________
8028 [  8864] By: alanbur                               on 2001/02/20  22:35:34
8029         Log: Resynchronised with parent
8030      Branch: maint-5.6/pureperl
8031           !> README.win32 ext/GDBM_File/GDBM_File.pm
8032           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
8033           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
8034           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8035           !> t/lib/sdbm.t util.c
8036 ____________________________________________________________________________
8037 [  8863] By: jhi                                   on 2001/02/20  20:55:11
8038         Log: Integrate change #8860,8861 from mainline into maintperl.
8039              
8040              "pseudo-literal j"
8041              
8042              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
8043      Branch: maint-5.6/perl
8044           !> lib/Test.pm pod/perlop.pod
8045 ____________________________________________________________________________
8046 [  8862] By: jhi                                   on 2001/02/20  20:30:07
8047         Log: Don't do casting between pointers pointing to differently sized
8048              integers.
8049      Branch: perl
8050            ! hv.c sv.c
8051 ____________________________________________________________________________
8052 [  8861] By: jhi                                   on 2001/02/20  19:53:44
8053         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
8054              From: Peter Prymmer <pvhp@forte.com>
8055              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
8056              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
8057      Branch: perl
8058            ! lib/Test.pm
8059 ____________________________________________________________________________
8060 [  8860] By: jhi                                   on 2001/02/20  19:48:02
8061         Log: "pseudo-literal j", a documentation glitch reported to Debian.
8062              The text recovered from Perl 5.005_03, and pseudo-literal replaced
8063              by "backtick string".
8064      Branch: perl
8065            ! pod/perlop.pod
8066 ____________________________________________________________________________
8067 [  8859] By: jhi                                   on 2001/02/20  19:15:46
8068         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
8069              from Chris Nandor.
8070      Branch: perl
8071            ! makedef.pl
8072 ____________________________________________________________________________
8073 [  8858] By: jhi                                   on 2001/02/20  17:36:53
8074         Log: Integrate pureperl changes #8844,8845,8850 to mainline
8075              (via maintperl #8855).
8076              
8077              Fixed %^H scoping bug
8078              
8079              Removed GV <-> CV refcount loop
8080              
8081              Removed %ENV refcount loop
8082      Branch: perl
8083           !> gv.c op.c perl.c pp.c scope.c
8084 ____________________________________________________________________________
8085 [  8857] By: jhi                                   on 2001/02/20  17:34:32
8086         Log: Integrate changes #8853,8854 from maintperl to mainline.
8087              
8088              EBDIC fixes, README.win32 Borland update.
8089      Branch: perl
8090           !> README.win32 handy.h util.c
8091 ____________________________________________________________________________
8092 [  8856] By: jhi                                   on 2001/02/20  17:33:16
8093         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
8094      Branch: maint-5.6/perl
8095           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
8096           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
8097           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
8098 ____________________________________________________________________________
8099 [  8855] By: jhi                                   on 2001/02/20  17:32:13
8100         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
8101              
8102              Fixed %^H scoping bug
8103              
8104              Removed GV <-> CV refcount loop
8105              
8106              Removed %ENV refcount loop
8107      Branch: maint-5.6/perl
8108           !> gv.c op.c perl.c pp.c scope.c
8109 ____________________________________________________________________________
8110 [  8854] By: jhi                                   on 2001/02/20  17:25:06
8111         Log: Subject: Addition to readme.win32 for Borland C++ compilers
8112              Date: Tue, 20 Feb 2001 02:15:25 +0300
8113              From: "Vadim Konovalov" <watman@inbox.ru>
8114              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
8115              
8116              Document Borland compiler misbehaviour.
8117      Branch: maint-5.6/perl
8118            ! README.win32
8119 ____________________________________________________________________________
8120 [  8853] By: jhi                                   on 2001/02/20  17:22:25
8121         Log: The assimilation of ebcdic.c didn't quite work at the first try,
8122              patches from Thomas Dorner.
8123      Branch: maint-5.6/perl
8124            ! handy.h util.c
8125 ____________________________________________________________________________
8126 [  8852] By: jhi                                   on 2001/02/20  17:20:15
8127         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
8128              From: Chris Nandor <pudge@pobox.com>
8129              Date: Tue, 20 Feb 2001 08:32:45 -0500
8130              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
8131      Branch: maint-5.6/perl
8132            ! makedef.pl mg.c
8133 ____________________________________________________________________________
8134 [  8851] By: jhi                                   on 2001/02/20  17:15:52
8135         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
8136      Branch: perl
8137            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
8138            ! t/lib/filter-util.t
8139 ____________________________________________________________________________
8140 [  8850] By: alanbur                               on 2001/02/20  17:12:40
8141         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
8142              and the magic pointer points back to the GV that contains the
8143              %ENV hash.  This creates a refcount loop that prevents members
8144              of %ENV from being freed correctly.  This change removes the
8145              refcount loop - the magic pointer was never used anyway, the
8146              only use of the magic was to check the type ('E') so that the
8147              appropriate environment manipulation code is called when %ENV
8148              is modified.
8149      Branch: maint-5.6/pureperl
8150            ! perl.c
8151 ____________________________________________________________________________
8152 [  8849] By: jhi                                   on 2001/02/20  17:12:20
8153         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
8154              From: "Craig A. Berry" <craigberry@mac.com>
8155              Date: Mon, 19 Feb 2001 23:36:12 -0600
8156              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
8157              
8158              Case-forgiving systems match TestInit.pm with TES*.
8159      Branch: perl
8160            ! t/lib/glob-basic.t
8161 ____________________________________________________________________________
8162 [  8848] By: jhi                                   on 2001/02/20  17:10:02
8163         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
8164      Branch: perl
8165            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
8166            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
8167            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
8168 ____________________________________________________________________________
8169 [  8847] By: jhi                                   on 2001/02/20  15:34:41
8170         Log: The #8843 wasn't quite right: %Config needs to imported.
8171      Branch: perl
8172            ! t/run/runenv.t
8173 ____________________________________________________________________________
8174 [  8846] By: jhi                                   on 2001/02/20  15:31:50
8175         Log: Retract the #8838 and #8840 for now because of
8176              the DB_File tie problem.
8177      Branch: perl
8178            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
8179            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
8180            ! proto.h sv.c
8181 ____________________________________________________________________________
8182 [  8845] By: alanbur                               on 2001/02/20  14:25:41
8183         Log: Removed GV <-> CV refcount loop
8184              CvGV(mycv) points to the parent GV of the CV, and was previously
8185              refcounted.  The pointer remains, but the refcounting has been removed
8186              as it causes a refcount loop between the CV and GV that means the CV
8187              can't ever be deleted.
8188      Branch: maint-5.6/pureperl
8189            ! gv.c op.c pp.c
8190 ____________________________________________________________________________
8191 [  8844] By: alanbur                               on 2001/02/20  14:23:13
8192         Log: Fixed %^H scoping bug
8193      Branch: maint-5.6/pureperl
8194            ! scope.c
8195 ____________________________________________________________________________
8196 [  8843] By: jhi                                   on 2001/02/19  13:38:08
8197         Log: fork() not everywhere, cleanup temp files.
8198      Branch: perl
8199            ! t/run/runenv.t
8200 ____________________________________________________________________________
8201 [  8842] By: alanbur                               on 2001/02/19  12:42:07
8202         Log: Resynchronised with parent
8203      Branch: maint-5.6/pureperl
8204           !> pod/perlfaq4.pod sv.c utf8.c
8205 ____________________________________________________________________________
8206 [  8841] By: jhi                                   on 2001/02/19  03:35:51
8207         Log: Update Changes.
8208      Branch: perl
8209            ! Changes patchlevel.h
8210 ____________________________________________________________________________
8211 [  8840] By: jhi                                   on 2001/02/19  00:23:41
8212         Log: Subject: [patch] add sv_setref_uv
8213              From: Doug MacEachern <dougm@covalent.net>
8214              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
8215              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
8216      Branch: perl
8217            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
8218            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
8219 ____________________________________________________________________________
8220 [  8839] By: jhi                                   on 2001/02/19  00:01:38
8221         Log: Put to rest the 20010205.001, the email address checking (not) regex.
8222      Branch: perl
8223            ! pod/perlfaq9.pod
8224 ____________________________________________________________________________
8225 [  8838] By: jhi                                   on 2001/02/18  22:17:54
8226         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
8227              From: Doug MacEachern <dougm@covalent.net>
8228              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
8229              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
8230      Branch: perl
8231            ! lib/ExtUtils/xsubpp
8232 ____________________________________________________________________________
8233 [  8837] By: jhi                                   on 2001/02/18  22:16:50
8234         Log: Subject: [patch] -Wall cleanup round 2
8235              From: Doug MacEachern <dougm@covalent.net>
8236              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
8237              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
8238      Branch: perl
8239            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
8240            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
8241            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
8242            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
8243            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8244            ! ext/SDBM_File/SDBM_File.xs
8245 ____________________________________________________________________________
8246 [  8836] By: jhi                                   on 2001/02/18  22:11:20
8247         Log: Misapplied regex optimizations when \C is present.
8248              Fixes 20001230.002.
8249              
8250              What still remains broken is that the submatches that
8251              have \C in them get their UTF8 flag on because their
8252              parent SV has it on.  This will result in malformed
8253              UTF8 if a \C happened to match a non-ASCII byte.
8254      Branch: perl
8255            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
8256            ! t/pragma/utf8.t
8257 ____________________________________________________________________________
8258 [  8835] By: jhi                                   on 2001/02/18  20:12:02
8259         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
8260              
8261              The hash key got wrongly UTF8fied.
8262      Branch: perl
8263            ! pod/perlapi.pod toke.c utf8.c
8264 ____________________________________________________________________________
8265 [  8834] By: jhi                                   on 2001/02/18  19:44:25
8266         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
8267              don't warn on magical or overloaded things.
8268      Branch: perl
8269            ! pp_hot.c
8270 ____________________________________________________________________________
8271 [  8833] By: nick                                  on 2001/02/18  19:31:22
8272         Log: Integrate mainline
8273      Branch: perlio
8274           +> t/TestInit.pm t/run/runenv.t
8275            - t/UTEST
8276           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
8277           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
8278           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
8279           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
8280           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
8281           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
8282           !> utf8.c
8283 ____________________________________________________________________________
8284 [  8832] By: jhi                                   on 2001/02/18  19:21:18
8285         Log: Integrate perlio.
8286      Branch: perl
8287           !> perlio.c pod/perldiag.pod
8288 ____________________________________________________________________________
8289 [  8831] By: jhi                                   on 2001/02/18  19:14:20
8290         Log: Integrate change #8827 from mainline.
8291              
8292              UTF8 tweaks.
8293      Branch: maint-5.6/perl
8294           !> sv.c utf8.c
8295 ____________________________________________________________________________
8296 [  8830] By: nick                                  on 2001/02/18  19:10:34
8297         Log: Apply the spirit of patch from Nick Clark:
8298              Subject: [PATCH] Re: extensions that provide layers
8299              From: Nicholas Clark <nick@ccl4.org>
8300              Date: Mon, 12 Feb 2001 16:43:51 +0000
8301              Message-Id: <20010212164350.Q3652@plum.flirble.org>
8302      Branch: perlio
8303            ! perlio.c pod/perldiag.pod
8304 ____________________________________________________________________________
8305 [  8829] By: jhi                                   on 2001/02/18  19:03:25
8306         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
8307              From: schwern@pobox.com 
8308              Date: Sun, 18 Feb 2001 13:44:35 -0500
8309              Message-ID: <20010218134435.A17544@magnonel.guild.net>
8310              
8311              Applied, but as t/TestInit.pm.
8312      Branch: perl
8313            + t/TestInit.pm
8314            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
8315            ! t/op/subst_wamp.t
8316 ____________________________________________________________________________
8317 [  8828] By: jhi                                   on 2001/02/18  18:43:52
8318         Log: Integrate perlio.
8319      Branch: perl
8320           !> perlio.c
8321 ____________________________________________________________________________
8322 [  8827] By: jhi                                   on 2001/02/18  18:41:33
8323         Log: UTF-8 tweaks.
8324      Branch: perl
8325            ! sv.c utf8.c
8326 ____________________________________________________________________________
8327 [  8826] By: nick                                  on 2001/02/18  17:40:59
8328         Log: Fix [ID 20010217.002]
8329              open FOO, "<:raw:perlio", ...
8330              :raw now inserts default base layer below itself.
8331              Also
8332              open FOO, "<:unix", ...
8333              works as well - but leaves buffer layer on stack under the unix layer.
8334      Branch: perlio
8335            ! perlio.c
8336 ____________________________________________________________________________
8337 [  8825] By: jhi                                   on 2001/02/18  17:15:39
8338         Log: Integrate perlio.
8339      Branch: perl
8340           !> perlio.c perliol.h
8341 ____________________________________________________________________________
8342 [  8824] By: jhi                                   on 2001/02/18  17:10:53
8343         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
8344              From: schwern@pobox.com
8345              Date: Sun, 18 Feb 2001 01:48:50 -0500
8346              Message-ID: <20010218014850.C19957@magnonel.guild.net>
8347      Branch: perl
8348            ! lib/Test/Harness.pm t/TEST t/op/chop.t
8349 ____________________________________________________________________________
8350 [  8823] By: jhi                                   on 2001/02/18  17:01:06
8351         Log: Add run/*.t to testables.
8352      Branch: perl
8353            ! t/TEST
8354 ____________________________________________________________________________
8355 [  8822] By: jhi                                   on 2001/02/18  16:58:58
8356         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
8357              From: schwern@pobox.com
8358              Date: Sun, 18 Feb 2001 01:11:35 -0500
8359              Message-ID: <20010218011135.A19957@magnonel.guild.net>
8360              
8361              Revive mjd's and Simon's PERL5OPT fix.
8362      Branch: perl
8363            + t/run/runenv.t
8364            ! MANIFEST perl.c
8365 ____________________________________________________________________________
8366 [  8821] By: jhi                                   on 2001/02/18  16:53:46
8367         Log: Subject: Re: Why t/TEST and not Test::Harness?
8368              From: schwern@pobox.com
8369              Date: Sat, 17 Feb 2001 22:44:44 -0500
8370              Message-ID: <20010217224444.A6679@magnonel.guild.net>
8371              
8372              Replace UTEST with TEST -utf8.
8373      Branch: perl
8374            - t/UTEST
8375            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
8376            ! t/lib/glob-basic.t
8377 ____________________________________________________________________________
8378 [  8820] By: nick                                  on 2001/02/18  13:06:16
8379         Log: Clean up a few core dumps when layers are used in unexpected ways.
8380              (Still not "right"...)
8381      Branch: perlio
8382            ! perlio.c perliol.h
8383 ____________________________________________________________________________
8384 [  8819] By: jhi                                   on 2001/02/18  02:25:55
8385         Log: Integrate change #8818 from maintperl, a FAQ nit.
8386      Branch: perl
8387           !> pod/perlfaq4.pod
8388 ____________________________________________________________________________
8389 [  8818] By: jhi                                   on 2001/02/18  02:24:50
8390         Log: FAQ nit from Chris Fedde.
8391      Branch: maint-5.6/perl
8392            ! pod/perlfaq4.pod
8393 ____________________________________________________________________________
8394 [  8817] By: nick                                  on 2001/02/17  18:20:14
8395         Log: Integrate mainline
8396      Branch: perlio
8397           +> lib/unicode/UCD.html lib/unicode/Unicode.html
8398           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
8399           +> pod/perlclib.pod
8400            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
8401            - lib/unicode/Unicode.301
8402           !> (integrate 324 files)
8403 ____________________________________________________________________________
8404 [  8816] By: jhi                                   on 2001/02/17  16:56:58
8405         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
8406      Branch: perl
8407            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8408            ! ext/Storable/Storable.xs t/lib/st-06compat.t
8409            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
8410 ____________________________________________________________________________
8411 [  8815] By: jhi                                   on 2001/02/17  16:40:07
8412         Log: Subject: [patch] -Wall
8413              From: Doug MacEachern <dougm@covalent.net>
8414              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
8415              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
8416      Branch: perl
8417            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
8418            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
8419 ____________________________________________________________________________
8420 [  8814] By: jhi                                   on 2001/02/16  19:27:18
8421         Log: Document qu better.
8422      Branch: perl
8423            ! pod/perlop.pod
8424 ____________________________________________________________________________
8425 [  8813] By: jhi                                   on 2001/02/15  13:54:37
8426         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
8427              From: Hugo <hv@crypt.compulink.co.uk>
8428              Date: Thu, 15 Feb 2001 13:39:49 +0000
8429              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
8430      Branch: perl
8431            ! toke.c
8432 ____________________________________________________________________________
8433 [  8812] By: alanbur                               on 2001/02/15  13:52:16
8434         Log: Resynchronised with parent
8435      Branch: maint-5.6/pureperl
8436            - ebcdic.c
8437           !> (integrate 36 files)
8438 ____________________________________________________________________________
8439 [  8811] By: jhi                                   on 2001/02/15  13:51:16
8440         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
8441              
8442              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
8443              From: Jan Dubois <JanD@ActiveState.com>
8444              Date: Wed, 31 Jan 2001 21:17:03 -0800
8445              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
8446              
8447              tweak change#8659 to keep it simple
8448              
8449              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
8450              From: Russ Allbery <rra@stanford.edu>
8451              Date: 14 Feb 2001 10:15:41 -0800
8452              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
8453              
8454              (8809 empty)
8455
8456              Upgrade to podlators 1.08, from Russ Allbery.
8457      Branch: perl
8458           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
8459           !> utils/perldoc.PL
8460 ____________________________________________________________________________
8461 [  8810] By: jhi                                   on 2001/02/15  13:35:08
8462         Log: Upgrade to podlators 1.08, from Russ Allbery.
8463      Branch: maint-5.6/perl
8464            ! lib/Pod/Man.pm lib/Pod/Text.pm
8465 ____________________________________________________________________________
8466 [  8809] By: jhi                                   on 2001/02/15  13:26:38
8467         Log: (accidentally empty check-in)
8468      Branch: maint-5.6/perl
8469            ! lib/Test/Harness.pm
8470 ____________________________________________________________________________
8471 [  8808] By: jhi                                   on 2001/02/15  13:23:47
8472         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
8473              From: Russ Allbery <rra@stanford.edu>
8474              Date: 14 Feb 2001 10:15:41 -0800
8475              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
8476              
8477              perldoc was hardcoding $Config{installscript}, which breaks
8478              when install* isn't where Perl ends up (such as with AFS).
8479              
8480              Use $Config{scriptdir} instead.
8481      Branch: maint-5.6/perl
8482            ! utils/perldoc.PL
8483 ____________________________________________________________________________
8484 [  8807] By: jhi                                   on 2001/02/14  14:37:27
8485         Log: Update Changes.
8486      Branch: perl
8487            ! Changes patchlevel.h
8488 ____________________________________________________________________________
8489 [  8806] By: jhi                                   on 2001/02/14  14:25:31
8490         Log: Integrate changes #8803,8804,8805 from mainline.
8491              
8492              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
8493              
8494              Don't skip too much of the locale error message if no environ array,
8495              from Chris Nandor.
8496              
8497              More MacOS Classic fixes from Chris Nandor.
8498      Branch: maint-5.6/perl
8499           !> doop.c lib/Cwd.pm perl.c perl.h util.c
8500 ____________________________________________________________________________
8501 [  8805] By: jhi                                   on 2001/02/14  03:29:01
8502         Log: More MacOS Classic fixes from Chris Nandor.
8503      Branch: perl
8504            ! doop.c lib/Cwd.pm
8505 ____________________________________________________________________________
8506 [  8804] By: jhi                                   on 2001/02/14  03:18:35
8507         Log: Don't skip too much of the locale error message if no environ array,
8508              from Chris Nandor.
8509      Branch: perl
8510            ! util.c
8511 ____________________________________________________________________________
8512 [  8803] By: jhi                                   on 2001/02/14  03:14:14
8513         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
8514      Branch: perl
8515            ! perl.c perl.h
8516 ____________________________________________________________________________
8517 [  8802] By: jhi                                   on 2001/02/13  18:31:33
8518         Log: AUTHORS update.
8519      Branch: perl
8520            ! AUTHORS
8521 ____________________________________________________________________________
8522 [  8801] By: jhi                                   on 2001/02/13  17:55:19
8523         Log: Integrate change #8792 from mainline.
8524              
8525              Subject: buncha MacPerl patches for bleadperl
8526              From: Chris Nandor <pudge@pobox.com>
8527              Date: Tue, 13 Feb 2001 00:02:43 -0500
8528              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
8529      Branch: maint-5.6/perl
8530           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
8531           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
8532           !> t/lib/basename.t toke.c util.h
8533 ____________________________________________________________________________
8534 [  8800] By: jhi                                   on 2001/02/13  17:46:43
8535         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
8536              to be forced to Off_t.
8537              
8538              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
8539              From: nick@ccl4.org
8540              Date: Thu, 1 Feb 2001 12:01:04 +0000
8541              Message-Id: <20010201120103.E11401@plum.flirble.org>
8542      Branch: maint-5.6/perl
8543            ! iperlsys.h perlio.c
8544 ____________________________________________________________________________
8545 [  8799] By: jhi                                   on 2001/02/13  16:52:51
8546         Log: Duplex duplex hunk hunk.
8547      Branch: maint-5.6/perl
8548            ! Makefile.SH
8549 ____________________________________________________________________________
8550 [  8797] By: jhi                                   on 2001/02/13  14:52:04
8551         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
8552              From: "Craig A. Berry" <craigberry@mac.com>
8553              Date: Mon, 12 Feb 2001 11:05:25 -0600
8554              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
8555      Branch: perl
8556            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
8557 ____________________________________________________________________________
8558 [  8796] By: jhi                                   on 2001/02/13  14:36:47
8559         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
8560              From: simon.cozens@pembroke.oxford.ac.uk 
8561              Date: Sat, 10 Feb 2001 17:57:02 +0000
8562              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
8563              
8564              Now it does include.
8565      Branch: perl
8566            ! pod/perldiag.pod
8567 ____________________________________________________________________________
8568 [  8795] By: jhi                                   on 2001/02/13  14:30:11
8569         Log: Sort the MANIFEST.
8570      Branch: perl
8571            ! MANIFEST
8572 ____________________________________________________________________________
8573 [  8794] By: jhi                                   on 2001/02/13  14:26:51
8574         Log: Integrate change #8793 from mainline, FAQ updates.
8575      Branch: maint-5.6/perl
8576           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
8577 ____________________________________________________________________________
8578 [  8793] By: jhi                                   on 2001/02/13  14:25:13
8579         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
8580      Branch: perl
8581            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
8582 ____________________________________________________________________________
8583 [  8792] By: jhi                                   on 2001/02/13  14:22:50
8584         Log: Subject: buncha MacPerl patches for bleadperl
8585              From: Chris Nandor <pudge@pobox.com>
8586              Date: Tue, 13 Feb 2001 00:02:43 -0500
8587              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
8588      Branch: perl
8589            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
8590            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
8591            ! t/lib/basename.t toke.c util.h
8592 ____________________________________________________________________________
8593 [  8791] By: jhi                                   on 2001/02/13  14:10:39
8594         Log: Integrate change #8790 from mainline.
8595              
8596              environ array wrongly assumed in Perl_init_i18nl10n(),
8597      Branch: maint-5.6/perl
8598           !> util.c
8599 ____________________________________________________________________________
8600 [  8790] By: jhi                                   on 2001/02/13  14:06:15
8601         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
8602              noticed by Chris Nandor in MacOS Classic.
8603      Branch: perl
8604            ! util.c
8605 ____________________________________________________________________________
8606 [  8789] By: jhi                                   on 2001/02/13  13:58:07
8607         Log: Integrate changes #8373,8487,8544,8783 from mainline.
8608              
8609              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
8610              hints files, the dynaloading, assimilate ebcdic into util.c.
8611      Branch: maint-5.6/perl
8612            - ebcdic.c
8613            ! MANIFEST hints/posix-bc.sh
8614           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
8615           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
8616           !> perlapi.c proto.h util.c
8617 ____________________________________________________________________________
8618 [  8788] By: alanbur                               on 2001/02/13  10:33:13
8619         Log: Integrated changes from maint-5.6
8620      Branch: maint-5.6/pureperl
8621           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
8622           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
8623           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8624           !> vos/config.ga.h vos/configure_perl.cm
8625 ____________________________________________________________________________
8626 [  8787] By: jhi                                   on 2001/02/13  05:56:36
8627         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
8628      Branch: perl
8629           !> Makefile.SH
8630 ____________________________________________________________________________
8631 [  8786] By: jhi                                   on 2001/02/13  05:54:34
8632         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
8633              From: Dorner Thomas <Thomas.Dorner@start.de>
8634              Date: Mon, 12 Feb 2001 15:06:26 +0100
8635              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
8636      Branch: maint-5.6/perl
8637            ! Makefile.SH
8638 ____________________________________________________________________________
8639 [  8785] By: jhi                                   on 2001/02/13  05:29:04
8640         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
8641      Branch: perl
8642           !> hints/openbsd.sh
8643 ____________________________________________________________________________
8644 [  8784] By: jhi                                   on 2001/02/13  02:25:24
8645         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
8646              From: Peter Prymmer <pvhp@forte.com>
8647              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
8648              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
8649      Branch: perl
8650            ! pod/perlclib.pod
8651 ____________________________________________________________________________
8652 [  8783] By: jhi                                   on 2001/02/13  02:22:36
8653         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
8654      Branch: perl
8655            - ebcdic.c
8656            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
8657            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
8658            ! util.c
8659 ____________________________________________________________________________
8660 [  8782] By: jhi                                   on 2001/02/13  02:00:07
8661         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
8662      Branch: maint-5.6/perl
8663            ! pod/perlport.pod
8664 ____________________________________________________________________________
8665 [  8781] By: jhi                                   on 2001/02/13  01:58:44
8666         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
8667      Branch: maint-5.6/perl
8668            ! hints/openbsd.sh
8669 ____________________________________________________________________________
8670 [  8780] By: jhi                                   on 2001/02/13  01:57:33
8671         Log: Synchronize the regexp tests between maintperl and mainline.
8672      Branch: maint-5.6/perl
8673           !> t/op/re_tests
8674 ____________________________________________________________________________
8675 [  8779] By: jhi                                   on 2001/02/13  01:49:35
8676         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
8677              From: Hugo <hv@crypt.compulink.co.uk>
8678              Date: Tue, 13 Feb 2001 00:11:11 +0000
8679              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
8680      Branch: perl
8681            ! regcomp.c t/op/re_tests
8682 ____________________________________________________________________________
8683 [  8778] By: jhi                                   on 2001/02/13  00:23:10
8684         Log: Comments do not nest.
8685      Branch: perl
8686            ! perl.h
8687 ____________________________________________________________________________
8688 [  8777] By: jhi                                   on 2001/02/13  00:17:54
8689         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
8690              From: Hugo <hv@crypt.compulink.co.uk>
8691              Date: Tue, 13 Feb 2001 00:11:11 +0000
8692              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
8693      Branch: maint-5.6/perl
8694            ! regcomp.c t/op/re_tests
8695 ____________________________________________________________________________
8696 [  8776] By: jhi                                   on 2001/02/12  23:25:52
8697         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
8698      Branch: maint-5.6/perl
8699            ! pod/perlport.pod
8700 ____________________________________________________________________________
8701 [  8775] By: jhi                                   on 2001/02/12  23:04:28
8702         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
8703      Branch: maint-5.6/perl
8704            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
8705            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8706            ! vos/configure_perl.cm
8707 ____________________________________________________________________________
8708 [  8774] By: jhi                                   on 2001/02/12  22:59:11
8709         Log: Subject: Re: [patch] context for 'U' magic functions
8710              From: Doug MacEachern <dougm@covalent.net>
8711              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
8712              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
8713              
8714              plus the suggestion by Nick Ing-Simmons to name the macro
8715              as PERL_MG_UFUNC to avoid namespace pollution, plus add
8716              the advice by Doug for XS writers to perl.h
8717      Branch: perl
8718            ! mg.c perl.h
8719 ____________________________________________________________________________
8720 [  8773] By: jhi                                   on 2001/02/11  20:14:12
8721         Log: Update Changes.
8722      Branch: perl
8723            ! Changes patchlevel.h
8724 ____________________________________________________________________________
8725 [  8772] By: jhi                                   on 2001/02/11  18:47:52
8726         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
8727              From: Simon Cozens <simon@cozens.net>
8728              Date: Wed, 31 Jan 2001 16:31:43 +0000
8729              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
8730      Branch: perl
8731            + pod/perlclib.pod
8732            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
8733            ! pod/perltoc.pod
8734 ____________________________________________________________________________
8735 [  8771] By: jhi                                   on 2001/02/11  18:36:48
8736         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
8737              
8738              Blocks-4d3.beta.txt
8739              CaseFolding-3d4.beta.txt
8740              CompositionExclusions-3d6.beta.txt
8741              EastAsianWidth-4d4.beta.txt
8742              LineBreak-6d3.beta.txt
8743              NamesList-3.1.0d1.beta.txt
8744              PropList-3.1.0d4.beta.txt
8745              SpecialCasing-4d1.beta.txt
8746              UnicodeData-3.1.0d6.beta.txt
8747      Branch: perl
8748            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
8749           +> lib/unicode/UCD.html lib/unicode/Unicode.html
8750            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
8751            - lib/unicode/Unicode.301
8752            ! (edit 257 files)
8753 ____________________________________________________________________________
8754 [  8770] By: jhi                                   on 2001/02/11  17:26:22
8755         Log: UTF-8 documentation.
8756      Branch: perl
8757            ! utf8.h
8758 ____________________________________________________________________________
8759 [  8769] By: jhi                                   on 2001/02/11  17:12:49
8760         Log: Retract #8762.
8761      Branch: perl
8762            ! regexec.c
8763 ____________________________________________________________________________
8764 [  8768] By: jhi                                   on 2001/02/11  16:54:45
8765         Log: Subject: [PATCH] Test::Harness
8766              From: andreas.koenig@anima.de (Andreas J. Koenig)
8767              Date: 11 Feb 2001 14:37:00 +0100
8768              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
8769      Branch: perl
8770            ! lib/Test/Harness.pm
8771 ____________________________________________________________________________
8772 [  8767] By: jhi                                   on 2001/02/11  16:53:52
8773         Log: Subject: [PATCH] Document makepatch in Porting/patching
8774              From: andreas.koenig@anima.de (Andreas J. Koenig)
8775              Date: 11 Feb 2001 16:46:28 +0100
8776              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
8777      Branch: perl
8778            ! Porting/patching.pod
8779 ____________________________________________________________________________
8780 [  8766] By: jhi                                   on 2001/02/11  06:30:23
8781         Log: Subject: Re: [patch] GvSHARED
8782              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
8783              From: Doug MacEachern <dougm@covalent.net>
8784              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
8785              
8786              Subject: Re: [patch] GvSHARED
8787              From: Doug MacEachern <dougm@covalent.net>
8788              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
8789              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
8790              
8791              Subject: [patch] attributes.pm support for `shared'
8792              From: Doug MacEachern <dougm@covalent.net>
8793              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
8794              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
8795              
8796              our() attributes were ignored, our :shared pieces missing,
8797              allow attributes.pm to turn on shared.
8798      Branch: perl
8799            ! op.c t/op/attrs.t toke.c xsutils.c
8800 ____________________________________________________________________________
8801 [  8765] By: alanbur                               on 2001/02/10  23:11:19
8802         Log: Resync with parent (hopefully sucessfully this time)
8803      Branch: maint-5.6/pureperl
8804           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
8805           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
8806           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
8807           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
8808           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
8809           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
8810           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
8811 ____________________________________________________________________________
8812 [  8764] By: jhi                                   on 2001/02/10  22:54:38
8813         Log: Make TEST and UTEST more verbose in case something goes
8814              wrong in running/compiling a script, suggested by Doug
8815              MacEachern.
8816      Branch: perl
8817            ! t/TEST t/UTEST
8818 ____________________________________________________________________________
8819 [  8763] By: jhi                                   on 2001/02/10  22:11:34
8820         Log: Bogus shebang.
8821      Branch: perl
8822            ! t/lib/texttabs.t
8823 ____________________________________________________________________________
8824 [  8762] By: jhi                                   on 2001/02/10  21:56:02
8825         Log: (Retracted by #8769)
8826      Branch: perl
8827            ! regexec.c
8828 ____________________________________________________________________________
8829 [  8761] By: jhi                                   on 2001/02/10  21:26:15
8830         Log: Subject: Re: [patch] GvSHARED 
8831              From: Doug MacEachern <dougm@covalent.net>
8832              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
8833              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
8834              
8835              our @EXPORT : shared = (...);
8836      Branch: perl
8837            ! toke.c
8838 ____________________________________________________________________________
8839 [  8760] By: jhi                                   on 2001/02/10  21:25:07
8840         Log: Subject: [patch] GvSHARED
8841              From: Doug MacEachern <dougm@covalent.net>
8842              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
8843              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
8844      Branch: perl
8845            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
8846 ____________________________________________________________________________
8847 [  8759] By: alanbur                               on 2001/02/10  21:24:27
8848         Log: Backed out mismerge.
8849      Branch: maint-5.6/pureperl
8850            ! MANIFEST README.hpux README.vmesa gv.c installhtml
8851            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
8852            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
8853            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
8854            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
8855            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
8856            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
8857 ____________________________________________________________________________
8858 [  8758] By: jhi                                   on 2001/02/10  18:01:17
8859         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
8860              
8861              Fixed UMRs and leak in Perl_pmtrans()
8862              
8863              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
8864              associated UTFied tr/// code.  Also fixed scoping leak of
8865              PL_reg_start_tmp.
8866              
8867              newATTRSUB leaks when an attempt to redefine the active sort sub is
8868              made.
8869      Branch: maint-5.6/perl
8870           !> op.c regcomp.c
8871 ____________________________________________________________________________
8872 [  8757] By: alanbur                               on 2001/02/10  17:56:46
8873         Log: Resynchronised with parent
8874      Branch: maint-5.6/pureperl
8875           +> README.bs2000
8876            - README.posix-bc
8877            ! gv.c perl.c sv.c
8878           !> MANIFEST README.hpux README.vmesa installhtml
8879           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
8880           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
8881           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
8882           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
8883           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
8884           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
8885 ____________________________________________________________________________
8886 [  8756] By: alanbur                               on 2001/02/10  17:51:15
8887         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
8888              made.
8889      Branch: maint-5.6/pureperl
8890            ! op.c
8891 ____________________________________________________________________________
8892 [  8755] By: jhi                                   on 2001/02/09  22:41:35
8893         Log: Upgrade to CPAN 1.59_54, from Andreas König.
8894      Branch: perl
8895            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8896 ____________________________________________________________________________
8897 [  8754] By: jhi                                   on 2001/02/09  22:29:20
8898         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
8899              
8900              Didn't upgrade the fill.t since it has a dependency to File::Slurp
8901              purely for debugging purposes, the actual test hasn't changed.
8902      Branch: perl
8903            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
8904            ! t/lib/textwrap.t
8905 ____________________________________________________________________________
8906 [  8753] By: jhi                                   on 2001/02/09  20:17:50
8907         Log: Integrate change #8682 from maintperl.
8908              
8909              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
8910              to work correctly.
8911      Branch: perl
8912           !> hints/irix_6.sh
8913 ____________________________________________________________________________
8914 [  8752] By: jhi                                   on 2001/02/09  20:00:46
8915         Log: Update Changes.
8916      Branch: perl
8917            ! Changes patchlevel.h
8918 ____________________________________________________________________________
8919 [  8751] By: nick                                  on 2001/02/09  19:48:37
8920         Log: Integrate mainline
8921      Branch: perlio
8922           +> README.bs2000 t/lib/cgi-esc.t
8923            - README.posix-bc
8924           !> (integrate 53 files)
8925 ____________________________________________________________________________
8926 [  8750] By: nick                                  on 2001/02/09  19:25:16
8927         Log: Subject: RE: Biannual Competition to Improve Hashing Function
8928              From: Fisher Mark <fisherm@tce.com>
8929              Date: Thu, 8 Feb 2001 10:44:00 -0500
8930              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
8931              Date: Thu, 8 Feb 2001 15:02:47 -0500
8932              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
8933      Branch: perl
8934            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
8935 ____________________________________________________________________________
8936 [  8749] By: jhi                                   on 2001/02/09  19:02:35
8937         Log: Forgotten fragment.
8938      Branch: perl
8939            ! pod/perlapi.pod
8940 ____________________________________________________________________________
8941 [  8748] By: jhi                                   on 2001/02/09  18:31:34
8942         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
8943              plus manual tweakage.
8944              
8945              Sync the perlfaq2 between mainline and maintperl.
8946      Branch: maint-5.6/perl
8947            ! pod/perlfaq2.pod
8948      Branch: perl
8949           !> pod/perlfaq2.pod
8950 ____________________________________________________________________________
8951 [  8747] By: jhi                                   on 2001/02/09  18:12:04
8952         Log: Subject: versiononly and installperl
8953              From: abigail@foad.org
8954              Date: Wed, 7 Feb 2001 22:43:12 +0100
8955              Message-ID: <20010207214312.7045.qmail@foad.org>    
8956              
8957              Add +v flag to force a normal install of the perl binary
8958              and the utilities.
8959              
8960              Subject: [PATCH] installperl
8961              From: Nicholas Clark <nick@ccl4.org>
8962              Date: Fri, 9 Feb 2001 16:28:57 +0000
8963              Message-ID: <20010209162857.B10931@plum.flirble.org>
8964              
8965              Add -A flag which also hardlinks the binary with
8966              the full architecture name.
8967      Branch: perl
8968            ! installperl
8969 ____________________________________________________________________________
8970 [  8746] By: jhi                                   on 2001/02/09  18:03:43
8971         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
8972              
8973              Subject: perlfaq2, re: perlmongers
8974              
8975              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
8976              
8977              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
8978              
8979              Subject: [ID 20010205.001] typo in perlfaq9
8980              
8981              Subject: [ID 20010208.002] unordered explanation in perlcall
8982      Branch: maint-5.6/perl
8983           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
8984           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
8985           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
8986 ____________________________________________________________________________
8987 [  8745] By: jhi                                   on 2001/02/09  17:59:09
8988         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
8989              From: abela@geneanet.org
8990              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
8991              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
8992      Branch: perl
8993            ! pod/perlcall.pod
8994 ____________________________________________________________________________
8995 [  8744] By: jhi                                   on 2001/02/09  17:48:16
8996         Log: Subject: [ID 20010205.001] typo in perlfaq9
8997              From: eserte@vran.herceg.de
8998              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
8999              Message-Id: <200102042244.XAA21926@vran.herceg.de>
9000      Branch: perl
9001            ! pod/perlfaq9.pod
9002 ____________________________________________________________________________
9003 [  8743] By: jhi                                   on 2001/02/09  17:25:12
9004         Log: Integrate change #8695 from maintperl.
9005              
9006              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
9007      Branch: perl
9008           !> thread.h
9009 ____________________________________________________________________________
9010 [  8742] By: jhi                                   on 2001/02/09  17:21:22
9011         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
9012              From: Andy Dougherty <doughera@lafayette.edu>
9013              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
9014              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
9015      Branch: perl
9016            ! embed.pl
9017 ____________________________________________________________________________
9018 [  8741] By: jhi                                   on 2001/02/09  17:05:19
9019         Log: Integrate changes #8738,8739,8740 from maintperl.
9020              
9021              Html files will be installed in a more logical and easier to
9022              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
9023              
9024              Html files will be generated with a header to make them look
9025              a little less bare.
9026              
9027              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
9028      Branch: perl
9029           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
9030 ____________________________________________________________________________
9031 [  8740] By: jhi                                   on 2001/02/09  17:03:46
9032         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
9033              From: "Brendan O'Dea" <bod@compusol.com.au>
9034              Date: Sun, 4 Feb 2001 11:17:56 +1100
9035              Message-ID: <20010204111756.A16301@compusol.com.au>
9036      Branch: maint-5.6/perl
9037            ! pod/perlfaq3.pod
9038 ____________________________________________________________________________
9039 [  8739] By: jhi                                   on 2001/02/09  17:01:59
9040         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
9041              From: "Indy Singh" <indy@nusphere.com>
9042              Date: Fri, 2 Feb 2001 15:09:59 -0500
9043              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
9044              
9045              Html files will be generated with a header to make them look
9046              a little less bare.
9047      Branch: maint-5.6/perl
9048            ! installhtml
9049 ____________________________________________________________________________
9050 [  8738] By: jhi                                   on 2001/02/09  16:58:48
9051         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
9052              From: "Indy Singh" <indy@nusphere.com>
9053              Date: Fri, 2 Feb 2001 15:08:23 -0500
9054              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
9055              
9056              Html files will be installed in a more logical and easier to
9057              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
9058      Branch: maint-5.6/perl
9059            ! win32/Makefile win32/makefile.mk
9060 ____________________________________________________________________________
9061 [  8737] By: jhi                                   on 2001/02/09  16:46:54
9062         Log: Integrate changes #8687,8736 from maintperl.
9063              
9064              HP-UX thread patches from Merijn H. Brand.
9065              
9066              Latin nit from Philip Newton.
9067      Branch: perl
9068           !> README.hpux hints/hpux.sh
9069 ____________________________________________________________________________
9070 [  8736] By: jhi                                   on 2001/02/09  16:42:31
9071         Log: Latin nit from Philip Newton.
9072      Branch: maint-5.6/perl
9073            ! README.hpux
9074 ____________________________________________________________________________
9075 [  8735] By: jhi                                   on 2001/02/09  16:24:03
9076         Log: Integrate changes #8704,8710 from pureperl.
9077              
9078              Fixed UMRs and leak in Perl_pmtrans()
9079              
9080              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
9081              associated UTFied tr/// code.  Also fixed scoping leak of
9082              PL_reg_start_tmp.
9083      Branch: perl
9084           !> op.c regcomp.c
9085 ____________________________________________________________________________
9086 [  8734] By: jhi                                   on 2001/02/09  15:40:21
9087         Log: Integrate change #8733 from maintperl.
9088              
9089              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
9090      Branch: perl
9091           !> pod/perlre.pod
9092 ____________________________________________________________________________
9093 [  8733] By: jhi                                   on 2001/02/09  15:35:47
9094         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
9095              From: Prymmer/Kahn <pvhp@best.com>
9096              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
9097              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
9098      Branch: maint-5.6/perl
9099            ! pod/perlre.pod
9100 ____________________________________________________________________________
9101 [  8732] By: jhi                                   on 2001/02/09  15:26:17
9102         Log: Rename README.posix-bc to README.bs2000 (to avoid the
9103              confusion of a "perlposix-bc.pod"), add a few missing
9104              arch pods, regen toc.
9105      Branch: maint-5.6/perl
9106           +> README.bs2000
9107            - README.posix-bc
9108            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
9109            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9110 ____________________________________________________________________________
9111 [  8731] By: jhi                                   on 2001/02/09  15:23:39
9112         Log: De-cut-and-pasto.
9113      Branch: perl
9114            ! pod/perl.pod
9115 ____________________________________________________________________________
9116 [  8730] By: jhi                                   on 2001/02/09  15:11:13
9117         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
9118              when people think that perlposix-bc.pod tells anything about
9119              Perl and POSIX.  Regen toc.
9120      Branch: perl
9121           +> README.bs2000
9122            - README.posix-bc
9123            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
9124            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9125 ____________________________________________________________________________
9126 [  8729] By: jhi                                   on 2001/02/09  14:52:28
9127         Log: The README.vmesa part of #8712 from maintperl.
9128      Branch: perl
9129            ! README.vmesa
9130 ____________________________________________________________________________
9131 [  8728] By: jhi                                   on 2001/02/09  14:46:06
9132         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
9133              From: Peter Prymmer <pvhp@forte.com>
9134              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
9135              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
9136      Branch: maint-5.6/perl
9137            ! README.vmesa win32/Makefile win32/makefile.mk
9138 ____________________________________________________________________________
9139 [  8727] By: jhi                                   on 2001/02/09  14:33:25
9140         Log: Integrate change #8712 from mainline.
9141              
9142              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
9143      Branch: maint-5.6/perl
9144           !> lib/Pod/Find.pm
9145 ____________________________________________________________________________
9146 [  8726] By: jhi                                   on 2001/02/09  14:30:28
9147         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
9148              From: Peter Prymmer <pvhp@forte.com>
9149              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
9150              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
9151      Branch: perl
9152            + t/lib/cgi-esc.t
9153            ! MANIFEST lib/CGI/Util.pm
9154 ____________________________________________________________________________
9155 [  8725] By: jhi                                   on 2001/02/09  04:56:47
9156         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
9157      Branch: maint-5.6/perl
9158            ! pod/perlport.pod
9159 ____________________________________________________________________________
9160 [  8724] By: jhi                                   on 2001/02/09  04:40:59
9161         Log: Integrate changes 7819,7820 from vmsperl into mainline.
9162              
9163              Add header for LIB$ prototypes (C. Berry)
9164              
9165              Convert fwrite()s to sockets to write()s, since some socket stacks
9166              don't take kindly to stdio.
9167              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
9168              (for often optional LNMs)
9169              Correct a few typos
9170              (C. Bailey)
9171      Branch: perl
9172           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
9173 ____________________________________________________________________________
9174 [  8723] By: jhi                                   on 2001/02/09  03:29:29
9175         Log: Integrate change #8722 from mainline.
9176              
9177              The Im() function wasn't returning zero for non-Math::Complex
9178              arguments.  The bug reported by John Gamble.
9179      Branch: maint-5.6/perl
9180           !> lib/Math/Complex.pm
9181 ____________________________________________________________________________
9182 [  8722] By: jhi                                   on 2001/02/09  03:28:33
9183         Log: The Im() function wasn't returning zero for non-Math::Complex
9184              arguments.  The bug reported by John Gamble.
9185      Branch: perl
9186            ! lib/Math/Complex.pm
9187 ____________________________________________________________________________
9188 [  8721] By: nick                                  on 2001/02/08  22:11:35
9189         Log: Correct the correction :-(
9190      Branch: perl
9191            ! perl.c
9192 ____________________________________________________________________________
9193 [  8720] By: bailey                                on 2001/02/08  20:59:22
9194         Log: Convert frwite()s to sockets to write()s, since some socket stacks
9195              don't take kindly to stdio.
9196              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
9197              (for often optional LNMs)
9198              Correct a few typos
9199              (C. Bailey)
9200      Branch: vmsperl
9201            ! vms/vms.c vms/vmsish.h
9202 ____________________________________________________________________________
9203 [  8719] By: bailey                                on 2001/02/08  20:51:02
9204         Log: Add header for LIB$ prototypes (C. Berry)
9205      Branch: vmsperl
9206            ! ext/Devel/DProf/DProf.xs
9207 ____________________________________________________________________________
9208 [  8718] By: bailey                                on 2001/02/08  20:49:00
9209         Log: SYN SYN
9210      Branch: vmsperl
9211           +> pod/perliol.pod t/lib/sample-tests/bailout
9212           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
9213           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
9214           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
9215           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
9216           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
9217           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
9218            - lib/unicode/Is/DCinital.pl
9219           !> (integrate 101 files)
9220 ____________________________________________________________________________
9221 [  8717] By: nick                                  on 2001/02/08  19:38:48
9222         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
9223              From: Robin Barker <rmb1@cise.npl.co.uk>
9224              Date: Thu, 8 Feb 2001 14:38:07 GMT
9225              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
9226      Branch: perl
9227            ! lib/CPAN.pm
9228 ____________________________________________________________________________
9229 [  8716] By: nick                                  on 2001/02/08  19:29:07
9230         Log: Generated files form 8713 etc.
9231      Branch: perl
9232            ! embed.h global.sym objXSUB.h perlapi.c proto.h
9233 ____________________________________________________________________________
9234 [  8715] By: nick                                  on 2001/02/08  19:26:08
9235         Log: Fixup non-ithread build after 8713
9236      Branch: perl
9237            ! perl.c
9238 ____________________________________________________________________________
9239 [  8714] By: nick                                  on 2001/02/08  19:17:45
9240         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
9241              From: nick@ccl4.org
9242              Date: Wed, 7 Feb 2001 00:27:47 +0000
9243              Message-Id: <20010207002747.B63724@plum.flirble.org>
9244      Branch: perl
9245            ! sv.c toke.c
9246 ____________________________________________________________________________
9247 [  8713] By: nick                                  on 2001/02/08  19:15:58
9248         Log: Subject: Re: [patch] Re: PL_ptr_table
9249              From: Doug Maceachern <dougm@covalent.net>
9250              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
9251              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
9252      Branch: perl
9253            ! embed.pl perl.c sv.c sv.h
9254 ____________________________________________________________________________
9255 [  8712] By: nick                                  on 2001/02/08  19:12:47
9256         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
9257              From: Peter Prymmer <pvhp@forte.com>
9258              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
9259              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
9260      Branch: perl
9261            ! lib/Pod/Find.pm
9262 ____________________________________________________________________________
9263 [  8711] By: nick                                  on 2001/02/07  21:06:11
9264         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
9265              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
9266              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9267              Date: Tue, 06 Feb 2001 23:37:01 +0000
9268              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
9269      Branch: perl
9270            ! regcomp.c
9271 ____________________________________________________________________________
9272 [  8710] By: alanbur                               on 2001/02/07  00:22:04
9273         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
9274              associated UTFied tr/// code.  Also fixed scoping leak of
9275              PL_reg_start_tmp.
9276      Branch: maint-5.6/pureperl
9277            ! op.c regcomp.c
9278 ____________________________________________________________________________
9279 [  8709] By: nick                                  on 2001/02/06  21:16:49
9280         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
9281              From: Michael G Schwern <schwern@pobox.com>
9282              Date: Sun, 4 Feb 2001 19:47:14 -0500
9283              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
9284      Branch: perl
9285            ! pod/perlapi.pod pod/perlmodlib.PL
9286 ____________________________________________________________________________
9287 [  8708] By: nick                                  on 2001/02/06  20:41:20
9288         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
9289              From: Michael G Schwern <schwern@pobox.com>
9290              Date: Sun, 4 Feb 2001 21:17:49 -0500
9291              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
9292      Branch: perl
9293            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
9294            ! pod/perltootc.pod
9295 ____________________________________________________________________________
9296 [  8707] By: nick                                  on 2001/02/06  20:29:11
9297         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
9298              From: Michael G Schwern <schwern@pobox.com>
9299              Date: Tue, 6 Feb 2001 05:54:30 -0500
9300              Message-Id: <20010206055430.A951@blackrider.aocn.com>
9301      Branch: perl
9302            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
9303 ____________________________________________________________________________
9304 [  8706] By: nick                                  on 2001/02/06  20:21:40
9305         Log: Subject: RE: some win32 fixes
9306              Date: Tue, 6 Feb 2001 09:23:20 +0300
9307              From: Vadim Konovalov <vkonovalov@lucent.com>
9308              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
9309      Branch: perl
9310            ! toke.c win32/Makefile win32/config.bc win32/config.gc
9311            ! win32/config.vc win32/config_H.bc win32/makefile.mk
9312 ____________________________________________________________________________
9313 [  8705] By: alanbur                               on 2001/02/06  15:00:03
9314         Log: Synchronised with parent
9315      Branch: maint-5.6/pureperl
9316            ! regexec.c
9317           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
9318           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
9319 ____________________________________________________________________________
9320 [  8704] By: alanbur                               on 2001/02/06  14:55:24
9321         Log: Fixed UMRs and leak in Perl_pmtrans()
9322      Branch: maint-5.6/pureperl
9323            ! op.c
9324 ____________________________________________________________________________
9325 [  8703] By: gsar                                  on 2001/02/06  02:29:37
9326         Log: $(MAKE) distclean doesn't clean up properly on windows
9327      Branch: maint-5.6/perl
9328            ! win32/Makefile win32/makefile.mk
9329 ____________________________________________________________________________
9330 [  8702] By: gsar                                  on 2001/02/06  01:00:46
9331         Log: tweak change#8659 to keep it simple
9332      Branch: maint-5.6/perl
9333            ! utils/perldoc.PL
9334 ____________________________________________________________________________
9335 [  8701] By: gsar                                  on 2001/02/05  22:45:41
9336         Log: change#8693 was missing testsuite changes
9337      Branch: maint-5.6/perl
9338           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
9339 ____________________________________________________________________________
9340 [  8700] By: nick                                  on 2001/02/05  20:32:52
9341         Log: Integrate mainline
9342      Branch: perlio
9343           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
9344           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
9345           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
9346           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
9347           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
9348           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
9349           +> t/lib/test-harness.t
9350           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
9351           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
9352           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
9353           !> pod/perlutil.pod t/TEST utils/h2xs.PL
9354 ____________________________________________________________________________
9355 [  8699] By: nick                                  on 2001/02/05  19:41:07
9356         Log: Subject: perlfaq2, re: perlmongers
9357              From: David H. Adler <dha@panix.com>
9358              Date: Sun, 4 Feb 2001 23:48:23 -0500
9359              Message-Id: <20010204234823.A13429@panix.com>
9360      Branch: perl
9361            ! pod/perlfaq2.pod
9362 ____________________________________________________________________________
9363 [  8698] By: nick                                  on 2001/02/05  19:39:31
9364         Log: Missed file f#rom the testharness mess.
9365      Branch: perl
9366            + t/lib/test-harness.t
9367 ____________________________________________________________________________
9368 [  8697] By: nick                                  on 2001/02/05  19:37:21
9369         Log: Subject: [DOC PATCH] overload.pm nits
9370              From: John Tobey <jtobey@john-edwin-tobey.org>
9371              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
9372              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
9373      Branch: perl
9374            ! lib/overload.pm
9375 ____________________________________________________________________________
9376 [  8696] By: alanbur                               on 2001/02/05  11:56:00
9377         Log: Sync with parent
9378      Branch: maint-5.6/pureperl
9379           !> thread.h
9380 ____________________________________________________________________________
9381 [  8695] By: gsar                                  on 2001/02/05  03:27:34
9382         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
9383      Branch: maint-5.6/perl
9384            ! thread.h
9385 ____________________________________________________________________________
9386 [  8694] By: alanbur                               on 2001/02/05  00:07:47
9387         Log: Initial branch creation from //depot/maint-5.6/perl
9388      Branch: maint-5.6/pureperl
9389           +> (branch 1719 files)
9390 ____________________________________________________________________________
9391 [  8693] By: gsar                                  on 2001/02/04  22:38:49
9392         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
9393              changes)
9394      Branch: maint-5.6/perl
9395           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
9396           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
9397           !> ext/DB_File/version.c
9398 ____________________________________________________________________________
9399 [  8692] By: nick                                  on 2001/02/04  18:15:57
9400         Log: The missed t/TEST part of the grand testharness upgrade.
9401      Branch: perl
9402            ! t/TEST
9403 ____________________________________________________________________________
9404 [  8691] By: nick                                  on 2001/02/04  18:05:17
9405         Log: New improved test harness
9406              Subject: Re: [PATCH Test::Harness] Third time's a charm?
9407              From: Michael G Schwern <schwern@pobox.com>
9408              Date: Sun, 4 Feb 2001 08:01:20 -0500
9409              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
9410      Branch: perl
9411            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
9412            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
9413            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
9414            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
9415            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
9416            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
9417            ! MANIFEST lib/Test/Harness.pm
9418 ____________________________________________________________________________
9419 [  8690] By: nick                                  on 2001/02/04  17:57:51
9420         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
9421              From: Jonathan Stowe <gellyfish@gellyfish.com>
9422              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
9423              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
9424      Branch: perl
9425            ! utils/h2xs.PL
9426 ____________________________________________________________________________
9427 [  8689] By: nick                                  on 2001/02/04  17:55:24
9428         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
9429              From: Michael G Schwern <schwern@pobox.com>
9430              Date: Sat, 3 Feb 2001 22:46:38 -0500
9431              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
9432      Branch: perl
9433            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
9434            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
9435 ____________________________________________________________________________
9436 [  8688] By: nick                                  on 2001/02/04  17:43:55
9437         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
9438              length byfailing to spot lack of closing )
9439              From: nick@talking.bollo.cx
9440              Date: Sat, 03 Feb 2001 23:53:16 +0000
9441              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
9442      Branch: perl
9443            ! perlio.c pod/perldiag.pod
9444 ____________________________________________________________________________
9445 [  8687] By: jhi                                   on 2001/02/03  17:11:42
9446         Log: HP-UX thread patches from Merijn H. Brand.
9447      Branch: maint-5.6/perl
9448            ! README.hpux hints/hpux.sh
9449 ____________________________________________________________________________
9450 [  8686] By: jhi                                   on 2001/02/03  16:40:12
9451         Log: Metaconfig changes for #8685.
9452      Branch: metaconfig
9453            ! U/installdirs/instubperl.U
9454      Branch: metaconfig/U/perl
9455            ! Devel.U versiononly.U
9456 ____________________________________________________________________________
9457 [  8685] By: jhi                                   on 2001/02/03  16:39:49
9458         Log: For -Dusedevel builds turn off installusrbinperl and turn on
9459              versiononly, a combined idea of Richard Soderberg and Merijn
9460              H. Brand.  You can still override both of these from the command
9461              line if you need to, -Dinstallusrbinperl and -Uversiononly.
9462      Branch: perl
9463            ! Configure
9464 ____________________________________________________________________________
9465 [  8684] By: jhi                                   on 2001/02/03  16:16:34
9466         Log: Metaconfig unit fix for #8683.
9467      Branch: metaconfig
9468            ! U/compline/nblock_io.U
9469 ____________________________________________________________________________
9470 [  8683] By: jhi                                   on 2001/02/03  16:16:12
9471         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
9472              reported by Peter Prymmer for 5.6-TRIAL1.
9473      Branch: perl
9474            ! Configure
9475 ____________________________________________________________________________
9476 [  8682] By: jhi                                   on 2001/02/03  05:52:11
9477         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
9478              to work correctly.
9479      Branch: maint-5.6/perl
9480            ! hints/irix_6.sh
9481 ____________________________________________________________________________
9482 [  8681] By: jhi                                   on 2001/02/03  05:47:33
9483         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
9484      Branch: maint-5.6/perl
9485            ! pod/perlport.pod
9486 ____________________________________________________________________________
9487 [  8680] By: jhi                                   on 2001/02/02  21:39:49
9488         Log: perlport update from Peter Prymmer.
9489      Branch: maint-5.6/perl
9490            ! pod/perlport.pod
9491 ____________________________________________________________________________
9492 [  8679] By: nick                                  on 2001/02/02  20:50:48
9493         Log: Integrate mainline
9494      Branch: perlio
9495           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
9496           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
9497           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
9498 ____________________________________________________________________________
9499 [  8678] By: gsar                                  on 2001/02/02  16:02:12
9500         Log: note about bincompat, slightly modified (from Lupe Christoph)
9501      Branch: maint-5.6/perl
9502            ! README.solaris
9503 ____________________________________________________________________________
9504 [  8677] By: jhi                                   on 2001/02/02  15:46:20
9505         Log: Supported platforms updates.
9506      Branch: maint-5.6/perl
9507            ! pod/perlport.pod
9508 ____________________________________________________________________________
9509 [  8676] By: jhi                                   on 2001/02/02  03:41:26
9510         Log: A couple more perlfaq2 tweaks.
9511      Branch: maint-5.6/perl
9512            ! pod/perlfaq2.pod
9513 ____________________________________________________________________________
9514 [  8675] By: jhi                                   on 2001/02/02  03:17:44
9515         Log: Misedit in #8661.
9516      Branch: maint-5.6/perl
9517            ! Configure
9518 ____________________________________________________________________________
9519 [  8674] By: jhi                                   on 2001/02/02  03:14:38
9520         Log: Damien again.
9521      Branch: maint-5.6/perl
9522            ! pod/perlfaq2.pod
9523 ____________________________________________________________________________
9524 [  8673] By: jhi                                   on 2001/02/02  03:12:40
9525         Log: perlfaq update from Elaine Ashton.
9526      Branch: maint-5.6/perl
9527            ! pod/perlfaq2.pod
9528 ____________________________________________________________________________
9529 [  8672] By: jhi                                   on 2001/02/02  03:07:08
9530         Log: UTF-8 s/// patch from Inaba Hiroto.
9531      Branch: maint-5.6/perl
9532            ! pp_ctl.c pp_hot.c
9533 ____________________________________________________________________________
9534 [  8671] By: jhi                                   on 2001/02/01  22:34:31
9535         Log: Update Changes.
9536      Branch: perl
9537            ! Changes patchlevel.h
9538 ____________________________________________________________________________
9539 [  8670] By: jhi                                   on 2001/02/01  22:15:29
9540         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
9541              from maintperl.
9542              
9543              Upgrade to Getopt::Long 2.25, from Johan Vromans.
9544              
9545              more files need to be writable in the source distribution
9546              
9547              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
9548              
9549              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
9550              
9551              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
9552              
9553              Allow the float to be fuzzier.
9554              
9555              need to use INT2PTR instead of a straight cast or ia64 fails
9556              
9557              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
9558              
9559              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
9560      Branch: perl
9561           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
9562           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
9563           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
9564 ____________________________________________________________________________
9565 [  8669] By: jhi                                   on 2001/02/01  21:57:02
9566         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
9567              From: Robin Barker <rmb1@cise.npl.co.uk>
9568              Date: Thu, 1 Feb 2001 16:59:05 GMT
9569              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
9570      Branch: maint-5.6/perl
9571            ! pod/perlmodlib.PL
9572 ____________________________________________________________________________
9573 [  8668] By: nick                                  on 2001/02/01  19:41:40
9574         Log: Integrate mainline
9575      Branch: perlio
9576           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
9577           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
9578           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
9579 ____________________________________________________________________________
9580 [  8667] By: gsar                                  on 2001/02/01  16:59:11
9581         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
9582      Branch: maint-5.6/perl
9583            ! embed.pl embedvar.h
9584 ____________________________________________________________________________
9585 [  8666] By: gsar                                  on 2001/02/01  16:34:51
9586         Log: add missing entries to win32/config.?c
9587      Branch: maint-5.6/perl
9588            ! win32/config.bc win32/config.gc win32/config.vc
9589            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9590 ____________________________________________________________________________
9591 [  8665] By: jhi                                   on 2001/02/01  14:58:51
9592         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
9593              From: "Stephen P. Potter" <spp@spotter.yi.org>
9594              Date: Thu, 01 Feb 2001 10:45:46 -0500
9595              Message-Id: <200102011545.KAA31479@spotter.yi.org>
9596      Branch: maint-5.6/perl
9597            ! pod/perlfunc.pod
9598 ____________________________________________________________________________
9599 [  8664] By: gsar                                  on 2001/02/01  14:52:37
9600         Log: need to use INT2PTR instead of a straight cast or ia64 fails
9601              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
9602      Branch: maint-5.6/perl
9603            ! ext/POSIX/POSIX.xs
9604 ____________________________________________________________________________
9605 [  8663] By: jhi                                   on 2001/02/01  14:09:13
9606         Log: Allow the float to be fuzzier.
9607      Branch: maint-5.6/perl
9608            ! t/lib/peek.t
9609 ____________________________________________________________________________
9610 [  8662] By: jhi                                   on 2001/02/01  13:59:00
9611         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
9612              From: Robin Barker <rmb1@cise.npl.co.uk>
9613              Date: Thu, 1 Feb 2001 13:05:39 GMT
9614              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
9615      Branch: maint-5.6/perl
9616            ! pod/perlmodlib.pod
9617 ____________________________________________________________________________
9618 [  8661] By: jhi                                   on 2001/02/01  13:57:38
9619         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
9620              Date: Thu, 01 Feb 2001 14:15:41 +0100
9621              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9622              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
9623              
9624              Have the $ccflags in the gcc version test (strange, this change
9625              is claimed to be have been integrated already)
9626      Branch: maint-5.6/perl
9627            ! Configure
9628 ____________________________________________________________________________
9629 [  8660] By: jhi                                   on 2001/02/01  13:44:10
9630         Log: Integrate changes #7950,7964,7962 from mainline.
9631              
9632              Find the stdchar signedness using cpp, should fix some of
9633              the Solaris compiler warnings reported by Alan Burlison.
9634      Branch: maint-5.6/perl
9635           !> Configure config_h.SH
9636 ____________________________________________________________________________
9637 [  8659] By: jhi                                   on 2001/02/01  05:35:32
9638         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
9639              From: Jan Dubois <JanD@ActiveState.com>
9640              Date: Wed, 31 Jan 2001 21:17:03 -0800
9641              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
9642      Branch: maint-5.6/perl
9643            ! utils/perldoc.PL
9644 ____________________________________________________________________________
9645 [  8658] By: jhi                                   on 2001/02/01  04:33:17
9646         Log: Integrate the README.os390 and README.posix-bc parts of mainline
9647              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
9648              installperl parts were taken care of by #8657.)
9649      Branch: maint-5.6/perl
9650           !> README.os390 README.posix-bc
9651 ____________________________________________________________________________
9652 [  8657] By: jhi                                   on 2001/02/01  04:29:21
9653         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
9654              From: Peter Prymmer <pvhp@forte.com>
9655              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
9656              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
9657      Branch: maint-5.6/perl
9658            + ext/DynaLoader/dl_dllload.xs
9659            ! MANIFEST Makefile.SH hints/os390.sh installperl
9660 ____________________________________________________________________________
9661 [  8656] By: jhi                                   on 2001/02/01  04:25:45
9662         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
9663              From: Peter Prymmer <pvhp@forte.com>
9664              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
9665              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
9666      Branch: maint-5.6/perl
9667            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
9668 ____________________________________________________________________________
9669 [  8655] By: jhi                                   on 2001/02/01  04:14:47
9670         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
9671              From: troc@netrus.net
9672              Date: Wed, 31 Jan 2001 22:31:26 -0500
9673              Message-Id: <200102010331.WAA117.85@rocco.homenet>
9674      Branch: maint-5.6/perl
9675            ! os2/os2.c
9676 ____________________________________________________________________________
9677 [  8654] By: jhi                                   on 2001/02/01  04:12:52
9678         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
9679              as reported by Alan Burlison.
9680      Branch: maint-5.6/perl
9681            ! pp.h
9682 ____________________________________________________________________________
9683 [  8653] By: jhi                                   on 2001/02/01  04:05:12
9684         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
9685              From: dsugalski@northernlight.com
9686              Date: Wed, 31 Jan 2001 18:54:11 -0500
9687              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
9688      Branch: maint-5.6/perl
9689            ! configure.com
9690 ____________________________________________________________________________
9691 [  8652] By: jhi                                   on 2001/02/01  04:03:11
9692         Log: Misplaced #endif.
9693              
9694              Subject: [perl-5-6-1-trial2] patches for EPOC
9695              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9696              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
9697              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
9698      Branch: maint-5.6/perl
9699            ! epoc/epocish.c
9700 ____________________________________________________________________________
9701 [  8651] By: jhi                                   on 2001/02/01  04:00:25
9702         Log: Integrate changes #8647,8648,8650 from mainline.
9703              
9704              Macrofy a magic UTF-8 test.
9705              
9706              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
9707              
9708              Watch out for cross compiling for EPOC (usually done on linux).
9709      Branch: maint-5.6/perl
9710           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
9711 ____________________________________________________________________________
9712 [  8650] By: jhi                                   on 2001/02/01  03:56:20
9713         Log: Watch out for cross compiling for EPOC (usually done on linux)
9714              
9715              Subject: [perl-5-6-1-trial2] patches for EPOC
9716              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9717              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
9718              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
9719      Branch: perl
9720            ! ext/Errno/Errno_pm.PL
9721 ____________________________________________________________________________
9722 [  8649] By: gsar                                  on 2001/02/01  00:46:00
9723         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
9724      Branch: maint-5.6/perl
9725            ! sv.c
9726 ____________________________________________________________________________
9727 [  8648] By: jhi                                   on 2001/01/31  23:35:36
9728         Log: All the uses of PL_numeric_radix must be protected by
9729              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
9730              
9731              Subject: [perl-5-6-1-trial2] patches for EPOC
9732              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9733              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
9734              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
9735      Branch: perl
9736            ! sv.c
9737 ____________________________________________________________________________
9738 [  8647] By: jhi                                   on 2001/01/31  22:56:16
9739         Log: Macrofy a magic UTF-8 test.
9740      Branch: perl
9741            ! utf8.c utf8.h
9742 ____________________________________________________________________________
9743 [  8646] By: gsar                                  on 2001/01/31  15:55:12
9744         Log: update Changes
9745      Branch: maint-5.6/perl
9746            ! Changes
9747 ____________________________________________________________________________
9748 [  8645] By: gsar                                  on 2001/01/31  15:10:14
9749         Log: Configure tweak suggested by Peter Prymmer
9750      Branch: maint-5.6/perl
9751            ! Configure
9752 ____________________________________________________________________________
9753 [  8644] By: gsar                                  on 2001/01/31  15:06:32
9754         Log: more files need to be writable in the source distribution
9755      Branch: maint-5.6/perl
9756            ! Porting/makerel
9757 ____________________________________________________________________________
9758 [  8643] By: jhi                                   on 2001/01/31  14:59:46
9759         Log: Integrate changes #8258,8278,8279 from mainline.
9760              
9761              Make the large file tests more robust/talkative.
9762      Branch: maint-5.6/perl
9763           !> t/lib/syslfs.t t/op/lfs.t
9764 ____________________________________________________________________________
9765 [  8642] By: gsar                                  on 2001/01/31  14:53:48
9766         Log: integrate changes#8311,8334 from mainline
9767              
9768              Add a new MakeMaker variable PM_FILTER that defines a Unix
9769              filter to be run on each .pm during the pm_to_blib() phase,
9770              a fixed version of
9771              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
9772              
9773              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
9774              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
9775              accurate reading of the "atime".  
9776      Branch: maint-5.6/perl
9777           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
9778           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9779           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
9780 ____________________________________________________________________________
9781 [  8641] By: jhi                                   on 2001/01/31  14:46:37
9782         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
9783      Branch: maint-5.6/perl
9784            ! lib/Getopt/Long.pm
9785 ____________________________________________________________________________
9786 [  8640] By: gsar                                  on 2001/01/31  14:40:24
9787         Log: make regen_all
9788      Branch: maint-5.6/perl
9789            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
9790 ____________________________________________________________________________
9791 [  8639] By: gsar                                  on 2001/01/31  14:37:25
9792         Log: refresh windows config files
9793      Branch: maint-5.6/perl
9794            ! win32/Makefile win32/config_H.bc win32/config_H.gc
9795            ! win32/config_H.vc win32/makefile.mk
9796 ____________________________________________________________________________
9797 [  8638] By: gsar                                  on 2001/01/31  14:28:10
9798         Log: makefile tweaks for windows: introduce a bulk-switch to enable
9799              same options as ActivePerl; sync changes with makefile.mk
9800      Branch: maint-5.6/perl
9801            ! win32/Makefile win32/makefile.mk
9802 ____________________________________________________________________________
9803 [  8637] By: jhi                                   on 2001/01/31  04:41:30
9804         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
9805              From: Nicholas Clark <nick@ccl4.org>
9806              Date: Tue, 30 Jan 2001 19:51:05 +0000
9807              Message-ID: <20010130195105.R76607@plum.flirble.org> 
9808              
9809              op/inc cure.
9810      Branch: perl
9811            ! pp.c pp.h pp_hot.c t/op/arith.t
9812 ____________________________________________________________________________
9813 [  8636] By: jhi                                   on 2001/01/31  02:38:32
9814         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
9815              no perlio],8257,8380,8479,8515 from mainline.
9816              
9817              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
9818              
9819              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
9820              Subject: [PATCH perl@8133] fix-up for VMS extensions
9821              
9822              In VMS embedded perls couldn't access the statically built Socket.
9823              
9824              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
9825              
9826              Further VMS piping fixes from Charles Lane.
9827              
9828              Subject:  [PATCH] make t/op/misc.t work on VMS
9829              
9830              Add tracing for debugging extensions builds in VMS.
9831              
9832              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
9833      Branch: maint-5.6/perl
9834           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
9835           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
9836           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
9837 ____________________________________________________________________________
9838 [  8635] By: jhi                                   on 2001/01/31  01:46:41
9839         Log: Integrate change #7732 from mainline.
9840              
9841              Sparc 64-bit pack() fix from Jens Hamisch.
9842      Branch: maint-5.6/perl
9843           !> pp.c
9844 ____________________________________________________________________________
9845 [  8634] By: jhi                                   on 2001/01/31  01:41:16
9846         Log: One spot missing from #8626.
9847      Branch: maint-5.6/perl
9848            ! sv.c
9849 ____________________________________________________________________________
9850 [  8633] By: jhi                                   on 2001/01/31  00:49:17
9851         Log: Integrate change #7495 from mainline.
9852              
9853              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
9854      Branch: maint-5.6/perl
9855           !> MANIFEST ext/re/Makefile.PL
9856 ____________________________________________________________________________
9857 [  8632] By: jhi                                   on 2001/01/30  23:38:49
9858         Log: Integrate change #8396 from mainline.
9859              
9860              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
9861              better multicast support (resend)
9862      Branch: maint-5.6/perl
9863           !> ext/Socket/Socket.pm
9864 ____________________________________________________________________________
9865 [  8631] By: jhi                                   on 2001/01/30  23:28:03
9866         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
9867              
9868              More AIX lore. (7514, ext/re/hints/aix.pl)
9869              
9870              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
9871              
9872              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)
9873              
9874              Subject: [ID 20001214.002] Net::Ping patch
9875              
9876              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
9877              
9878              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
9879              
9880              Add ReuseAddr as a (preferred) alias for Reuse as we now
9881              also have ReusePort.
9882              
9883              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
9884      Branch: maint-5.6/perl
9885           +> ext/re/hints/aix.pl
9886           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
9887           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
9888 ____________________________________________________________________________
9889 [  8630] By: jhi                                   on 2001/01/30  23:03:59
9890         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
9891              
9892              read() documentation tweak for 20001121.004.
9893              
9894              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
9895      Branch: maint-5.6/perl
9896           !> pod/perlfunc.pod pod/perlre.pod
9897 ____________________________________________________________________________
9898 [  8629] By: jhi                                   on 2001/01/30  22:41:57
9899         Log: Integrate change #8098 from mainline.
9900              
9901              fastgetcwd is defined using a glob alias on a $^O dependent basis
9902              and there was no default assignment or perl subroutine.
9903      Branch: maint-5.6/perl
9904           !> lib/Cwd.pm
9905 ____________________________________________________________________________
9906 [  8628] By: jhi                                   on 2001/01/30  21:58:52
9907         Log: Integrate change #7866 from mainline.
9908              
9909              File::Temp 0.11.
9910      Branch: maint-5.6/perl
9911           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
9912 ____________________________________________________________________________
9913 [  8627] By: jhi                                   on 2001/01/30  21:39:44
9914         Log: Integrate changes #8075,8086,8228 from mainline.  
9915              
9916              Darwin is not Windows. (8075,8086)
9917              
9918              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
9919      Branch: maint-5.6/perl
9920           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
9921           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
9922           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
9923           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
9924 ____________________________________________________________________________
9925 [  8626] By: jhi                                   on 2001/01/30  21:22:11
9926         Log: Integrate with tweakery the change #8625 from mainline,
9927              the multibyte decimal separator fix ("fa_IR locale failure").
9928      Branch: maint-5.6/perl
9929            ! embedvar.h perlapi.h
9930           !> intrpvar.h perl.c perl.h sv.c util.c
9931 ____________________________________________________________________________
9932 [  8625] By: jhi                                   on 2001/01/30  20:26:33
9933         Log: Fix for the fa_IR locale failure.  The reason for the failure
9934              was that Perl was assuming the decimal separator aka the radix
9935              separator is one character.  The Farsi-Iranian locale crushed
9936              that bad assumption since there the separator is 'Momayyez',
9937              glyphwise looking somewhat like a slash, and in Unicode UTF-8
9938              encoded in two bytes, 0xd9 0xab.
9939      Branch: perl
9940            ! intrpvar.h perl.c perl.h sv.c util.c
9941 ____________________________________________________________________________
9942 [  8624] By: gsar                                  on 2001/01/30  20:17:03
9943         Log: regen_headers
9944      Branch: maint-5.6/perl
9945            ! Makefile.SH pod/perlintern.pod
9946 ____________________________________________________________________________
9947 [  8623] By: gsar                                  on 2001/01/30  19:42:34
9948         Log: backout change#7431 and its dependents (causes spurious rebuilds
9949              of autogenerated files)
9950              
9951              fix benign b.t failure
9952      Branch: maint-5.6/perl
9953            ! Makefile.SH t/lib/b.t
9954 ____________________________________________________________________________
9955 [  8622] By: jhi                                   on 2001/01/30  19:41:41
9956         Log: Microperl sync.
9957      Branch: perl
9958            ! mg.c perl.h
9959 ____________________________________________________________________________
9960 [  8621] By: gsar                                  on 2001/01/30  19:24:47
9961         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
9962              from mainline
9963              
9964              Subject: podlators 1.06 released
9965              
9966              Subject: [PATCH @8436] Eliminate op_children
9967              
9968              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
9969              
9970              (Replaced by #8448)  More op_children traces (cleanup of #8442).
9971              
9972              Subject: [PATCH #3 @8436] Re: Eliminate op_children
9973              Replace #8444 and #8445.
9974              
9975              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
9976              at the setting of the ofs_sv in new_struct_thread() as the
9977              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
9978              uninitialized fields are, uh, initialized with),
9979              SvREFCNT_inc()ing that invited a core dump.
9980              
9981              podlators 1.07, from Russ Allbery.
9982              
9983              Subject: [PATCH] regcomp.c old feature removal
9984              From: mjd@plover.com
9985              Date: 16 Jan 2001 14:43:18 -0000 
9986              Message-ID: <20010116144318.7140.qmail@plover.com> 
9987      Branch: maint-5.6/perl
9988           +> lib/Pod/Text/Overstrike.pm
9989           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
9990           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
9991           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
9992           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
9993           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
9994           !> util.c
9995 ____________________________________________________________________________
9996 [  8620] By: gsar                                  on 2001/01/30  18:48:32
9997         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
9998              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
9999              now fails one test)
10000              
10001              Subject: [PATCH] lvalue AUTOLOAD. No, really.
10002              
10003              Subject: [PATCH] Interesting syntax idea
10004              Make opens + bareword assigns do typeglob assigns.
10005              
10006              Tests for #8254.
10007              
10008              Subject: [PATCH @8269] Continue blocks and B::Deparse
10009              Make the peephole optimizer to bypass more null ops and
10010              and rewrite the deparse handling of continue blocks.
10011              
10012              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
10013              Doc tweak on #8313.
10014              
10015              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
10016              
10017              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
10018              
10019              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
10020              
10021              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
10022              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
10023              according to the platform.
10024              
10025              Subject: [PATCH @8404] Consolidated lvalue sub changes
10026              
10027              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
10028              
10029              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
10030              
10031              Subject: B::Concise -- an improved replacement for B::Terse 
10032              
10033              The B::Terse drop-in replacement wasn't quite drop-in.
10034              
10035              The LVRET macro needed an aTHX.
10036              
10037              Use the /^Perl_/-less form of is_lvalue_sub().
10038              
10039              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
10040      Branch: maint-5.6/perl
10041           +> ext/B/B/Concise.pm
10042           !> (integrate 27 files)
10043 ____________________________________________________________________________
10044 [  8619] By: nick                                  on 2001/01/30  18:40:28
10045         Log: Integrate mainline
10046      Branch: perlio
10047           !> (integrate 40 files)
10048 ____________________________________________________________________________
10049 [  8618] By: jhi                                   on 2001/01/30  18:37:18
10050         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
10051              Date: Mon, 29 Jan 2001 22:51:29 -0600
10052              From: "Craig A. Berry" <craigberry@mac.com>
10053              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
10054      Branch: perl
10055            ! vms/test.com
10056 ____________________________________________________________________________
10057 [  8617] By: jhi                                   on 2001/01/30  18:34:53
10058         Log: Subject: [PATCH] Add missing CV flags to dump.c
10059              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10060              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
10061              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
10062      Branch: perl
10063            ! dump.c
10064 ____________________________________________________________________________
10065 [  8616] By: jhi                                   on 2001/01/30  18:20:58
10066         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
10067              part isn't applicable to maintperl.
10068              
10069              UTF-8 nit from Inaba Hiroto.
10070      Branch: maint-5.6/perl
10071           !> pod/perlapi.pod utf8.c
10072 ____________________________________________________________________________
10073 [  8615] By: jhi                                   on 2001/01/30  18:18:51
10074         Log: UTF-8 nit from Inaba Hiroto.
10075      Branch: perl
10076            ! pod/perlapi.pod t/op/each.t utf8.c
10077 ____________________________________________________________________________
10078 [  8614] By: jhi                                   on 2001/01/30  18:13:38
10079         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
10080              
10081              perl's internal variables are not for public consumption,
10082              move their docs from perlapi.pod to perlintern.pod
10083              
10084              support for -Dusethreads build under HP-UX 10.20 and DCE threads
10085              library (11.0 and later have pthreads but 10.x don't)
10086              
10087              avoid uninitialized value warnings
10088              
10089              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
10090              gets weird results)
10091              
10092              perldoc nit on windows
10093              
10094              make it possible to run the tests outside the source tree
10095              (there's still a dependency on ../lib being the library
10096              location)
10097      Branch: perl
10098           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
10099           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
10100           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
10101           !> win32/bin/search.pl win32/vdir.h
10102 ____________________________________________________________________________
10103 [  8613] By: gsar                                  on 2001/01/30  16:39:59
10104         Log: make it possible to run the tests outside the source tree
10105              (there's still a dependency on ../lib being the library
10106              location)
10107      Branch: maint-5.6/perl
10108            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
10109 ____________________________________________________________________________
10110 [  8612] By: gsar                                  on 2001/01/30  16:31:12
10111         Log: perldoc nit on windows
10112      Branch: maint-5.6/perl
10113            ! utils/perldoc.PL
10114 ____________________________________________________________________________
10115 [  8611] By: gsar                                  on 2001/01/30  16:22:54
10116         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
10117              gets weird results)
10118      Branch: maint-5.6/perl
10119            ! win32/vdir.h
10120 ____________________________________________________________________________
10121 [  8610] By: gsar                                  on 2001/01/30  16:12:45
10122         Log: avoid uninitialized value warnings
10123      Branch: maint-5.6/perl
10124            ! win32/bin/search.pl
10125 ____________________________________________________________________________
10126 [  8609] By: gsar                                  on 2001/01/30  16:08:01
10127         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
10128              library (11.0 and later have pthreads but 10.x don't)
10129      Branch: maint-5.6/perl
10130            ! hints/hpux.sh thread.h
10131 ____________________________________________________________________________
10132 [  8608] By: gsar                                  on 2001/01/30  15:48:55
10133         Log: perl's internal variables are not for public consumption,
10134              move their docs from perlapi.pod to perlintern.pod
10135      Branch: maint-5.6/perl
10136            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
10137            ! thrdvar.h
10138 ____________________________________________________________________________
10139 [  8607] By: gsar                                  on 2001/01/30  15:44:27
10140         Log: mistakenly branched perl56delta.pod, revert
10141      Branch: maint-5.6/perl
10142            - pod/perl56delta.pod
10143           !> pod/perldelta.pod
10144 ____________________________________________________________________________
10145 [  8606] By: gsar                                  on 2001/01/30  14:20:24
10146         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
10147              dTHR which has been a noop for a while now, except for the
10148              compatibility definition in thread.h)
10149      Branch: maint-5.6/perl
10150           !> (integrate 45 files)
10151 ____________________________________________________________________________
10152 [  8605] By: jhi                                   on 2001/01/30  05:43:58
10153         Log: Mark the UTF-8 APIs as experimental.
10154      Branch: maint-5.6/perl
10155            ! embed.pl pod/perlapi.pod
10156 ____________________________________________________________________________
10157 [  8604] By: jhi                                   on 2001/01/30  05:38:40
10158         Log: Nits from earlier integrates.
10159      Branch: maint-5.6/perl
10160            ! lib/Carp/Heavy.pm
10161           !> sv.c
10162 ____________________________________________________________________________
10163 [  8603] By: jhi                                   on 2001/01/30  05:27:26
10164         Log: Regenerate Porting files.
10165      Branch: maint-5.6/perl
10166            ! Porting/Glossary Porting/config.sh Porting/config_H
10167 ____________________________________________________________________________
10168 [  8602] By: jhi                                   on 2001/01/30  05:14:59
10169         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
10170              8310,8339,8447,8492,8493,8505,8525: documentation changes.
10171              
10172              Subject: Re: perlfaq style changes
10173              
10174              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
10175              
10176              Subject: [PATCH] docs on NaN
10177              
10178              Subject: [patch] perlfaq7
10179              
10180              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
10181              
10182              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
10183              
10184              Subject: [PATCH] open() example in perlfunc.pod
10185              
10186              Podify README.mpeix (a new version from the web)
10187              
10188              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
10189              
10190              Subject: [PATCH] format and rewording in perlfaq.pod
10191              
10192              Subject: [PATCH] API Variable documentation   
10193              
10194              Memory management calls documentation.
10195              
10196              Subject: [PATCH: perl@8482] README.vms URL updates
10197              
10198              Subject: Minor typos in perlfaq2.pod
10199              
10200              Subject: [PATCH] pod/perlvar.pod
10201      Branch: maint-5.6/perl
10202           +> pod/perl56delta.pod
10203            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10204           !> README.amiga README.epoc README.mpeix README.vms
10205           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
10206           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
10207           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
10208           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
10209           !> pod/perlvar.pod thrdvar.h
10210 ____________________________________________________________________________
10211 [  8601] By: jhi                                   on 2001/01/30  04:38:35
10212         Log: Integrate changes #8036,8096,8253 from mainline:
10213              hints changes.
10214              
10215              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
10216              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
10217              
10218              Output the (apparent) version of gcc in Tru64.
10219      Branch: maint-5.6/perl
10220           +> ext/POSIX/hints/svr4.pl
10221           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
10222           !> hints/svr4.sh t/lib/bigfltpm.t
10223 ____________________________________________________________________________
10224 [  8600] By: jhi                                   on 2001/01/30  04:04:01
10225         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
10226              locale fixes.
10227              
10228              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
10229              
10230              Debian allows /usr/bin/locale to exist without any locales. (7868)
10231              
10232              Allow the locale test needing POSIX and the taint test
10233              needing IPC::SysV to run under 'minitest' (basically,
10234              bail out if loading the extension fails). (8384)
10235              
10236              Cleanup the locale.t output  (8480)
10237      Branch: maint-5.6/perl
10238           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
10239           !> t/pragma/locale.t
10240 ____________________________________________________________________________
10241 [  8599] By: jhi                                   on 2001/01/30  03:51:04
10242         Log: Missing generated files from #8598.
10243      Branch: maint-5.6/perl
10244            ! embed.h global.sym objXSUB.h perlapi.c proto.h
10245 ____________________________________________________________________________
10246 [  8598] By: jhi                                   on 2001/01/30  03:41:54
10247         Log: Integrate change #8555 from mainline, manually integrate parts
10248              of changes 8452 and 8583.
10249              
10250              Subject: [PATCH] utf8.c documentation (8452)
10251              
10252              No point in checking the length if the pointer is bogus. (8555)
10253              
10254              Introduce bytes_from_utf8() and implement sv_eq() using it,
10255              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
10256              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
10257              was malformed. (8583)
10258      Branch: maint-5.6/perl
10259            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
10260           !> pod/perlapi.pod sv.c utf8.c
10261 ____________________________________________________________________________
10262 [  8597] By: gsar                                  on 2001/01/30  02:37:26
10263         Log: get PERL_OBJECT build going again on windows
10264      Branch: maint-5.6/perl
10265            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10266            ! pod/perlapi.pod proto.h sv.c
10267 ____________________________________________________________________________
10268 [  8596] By: jhi                                   on 2001/01/30  02:16:17
10269         Log: Signedness nit.
10270      Branch: perl
10271            ! sv.c
10272 ____________________________________________________________________________
10273 [  8595] By: jhi                                   on 2001/01/30  02:11:07
10274         Log: EBCDIC patch for Storable, from Peter Prymmer.
10275      Branch: perl
10276            ! t/lib/st-06compat.t
10277 ____________________________________________________________________________
10278 [  8594] By: jhi                                   on 2001/01/30  01:04:48
10279         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
10280              From: Peter Prymmer <pvhp@forte.com>
10281              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
10282              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
10283      Branch: perl
10284            ! t/lib/b.t
10285 ____________________________________________________________________________
10286 [  8593] By: jhi                                   on 2001/01/30  00:56:47
10287         Log: Subject: [PATCH: perl@8585] pod problems in io
10288              From: Peter Prymmer <pvhp@forte.com>
10289              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
10290              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
10291      Branch: perl
10292            ! pod/perlapio.pod pod/perliol.pod
10293 ____________________________________________________________________________
10294 [  8592] By: jhi                                   on 2001/01/30  00:48:20
10295         Log: Integrate perlio.
10296      Branch: perl
10297           !> pod/perlapio.pod pod/perliol.pod
10298 ____________________________________________________________________________
10299 [  8591] By: nick                                  on 2001/01/29  22:02:28
10300         Log: GNU 'merge' Simon's copy of perliol.pod with version
10301              patched by Craig's patch.
10302      Branch: perlio
10303            ! pod/perliol.pod
10304 ____________________________________________________________________________
10305 [  8590] By: nick                                  on 2001/01/29  21:55:10
10306         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
10307      Branch: perlio
10308            ! pod/perlapio.pod pod/perliol.pod
10309 ____________________________________________________________________________
10310 [  8589] By: jhi                                   on 2001/01/29  15:35:33
10311         Log: Integrate change #8586 from maint-5.6/perl.
10312              
10313              make the BOM detection code not call tell() until it has to
10314              (meant to fix esoteric compatibility issues where PL_rsfp
10315              is overridden)
10316      Branch: perl
10317           !> toke.c
10318 ____________________________________________________________________________
10319 [  8588] By: jhi                                   on 2001/01/29  15:29:11
10320         Log: Subject: MAking Solaris malloc() the default
10321              From: Lupe Christoph <lupe@lupe-christoph.de>
10322              Date: Mon, 29 Jan 2001 12:59:36 +0100
10323              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
10324              
10325              The README.solaris part slightly tweaked.
10326      Branch: perl
10327            ! README.solaris hints/solaris_2.sh
10328 ____________________________________________________________________________
10329 [  8587] By: jhi                                   on 2001/01/29  15:17:34
10330         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
10331              From: root@ak-75.mind.de
10332              Date: Sun, 28 Jan 2001 20:32:29 +0100
10333              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
10334      Branch: perl
10335            ! pod/perlre.pod
10336 ____________________________________________________________________________
10337 [  8586] By: gsar                                  on 2001/01/29  13:43:44
10338         Log: make the BOM detection code not call tell() until it has to
10339              (meant to fix esoteric compatibility issues where PL_rsfp
10340              is overridden)
10341      Branch: maint-5.6/perl
10342            ! toke.c
10343 ____________________________________________________________________________
10344 [  8585] By: jhi                                   on 2001/01/28  20:05:45
10345         Log: Update Changes.
10346      Branch: perl
10347            ! Changes patchlevel.h
10348 ____________________________________________________________________________
10349 [  8584] By: jhi                                   on 2001/01/28  19:30:02
10350         Log: Integrate perlio.
10351      Branch: perl
10352           +> pod/perliol.pod
10353           !> MANIFEST pod/perlapio.pod
10354 ____________________________________________________________________________
10355 [  8583] By: jhi                                   on 2001/01/28  19:28:40
10356         Log: Patch from Inaba Hiroto:
10357              - canonical UTF-8 hash keys: if a key string for a hash is
10358              UTF8-on, try downgrade the string and use it if
10359              unicode::distinct is not in effect.
10360              For the task, I added a function bytes_from_utf8() to utf8.c.
10361              It might resemble utf8_to_bytes() but it is not convenient
10362              to the task.
10363              Made a test for it and added to t/op/each.t
10364              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
10365              the mortal copy of the argument SV.
10366              And changed t/io/utf8.t test 18 which expects print() to
10367              upgrade its argument.
10368              - re-implement sv_eq with bytes_from_utf8()
10369              - some bug fixes
10370              - tr/// does not handle UTF8 range (\x{}-\x{})
10371              - \ before raw UTF8 character produced
10372              "Malformed UTF-8 character" warning.
10373              - "\x{100}\N{CENT SIGN}" is Malformed.
10374              Added tests for these 3.
10375              - and one silly bug (by me) with qu operator.
10376      Branch: perl
10377            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
10378            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
10379            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
10380 ____________________________________________________________________________
10381 [  8582] By: nick                                  on 2001/01/28  19:25:04
10382         Log: Add pod/perliol.pod to MANIFEST :-(
10383      Branch: perlio
10384            ! MANIFEST
10385 ____________________________________________________________________________
10386 [  8581] By: nick                                  on 2001/01/28  19:22:40
10387         Log: PerlIO documentation. Proofing and sub-editing requested.
10388      Branch: perlio
10389            + pod/perliol.pod
10390            ! pod/perlapio.pod
10391 ____________________________________________________________________________
10392 [  8580] By: jhi                                   on 2001/01/28  05:16:25
10393         Log: Revert the change to sv_2pv() done by #8054: Someone who
10394              did SvNV_set() on a scalar that also happened to be POK,
10395              followed by sv_2pv() won't get the right coercion anymore.
10396              [Sarathy]
10397      Branch: maint-5.6/perl
10398            ! sv.c
10399 ____________________________________________________________________________
10400 [  8579] By: jhi                                   on 2001/01/28  05:15:04
10401         Log: Remove the #8084 effect: do not allow -Q to be interpreted
10402              as -&Q(), this is too much wiggle room.
10403      Branch: maint-5.6/perl
10404            ! toke.c
10405 ____________________________________________________________________________
10406 [  8578] By: jhi                                   on 2001/01/28  05:12:45
10407         Log: Needed bits of #8439 (should have been in #8576),
10408              mainly for lval substr().
10409      Branch: maint-5.6/perl
10410            ! mg.c pp.c pp_hot.c
10411 ____________________________________________________________________________
10412 [  8577] By: jhi                                   on 2001/01/28  05:02:46
10413         Log: A missing check-in.
10414      Branch: maint-5.6/perl
10415            ! utf8.c
10416 ____________________________________________________________________________
10417 [  8576] By: jhi                                   on 2001/01/28  04:26:18
10418         Log: Integrate changes #8425,8436,8439,8517 from mainline.
10419              The 8439 was not truly integrated because it had too many
10420              dependencies on the development branch and because it introduced
10421              concepts too bold for a maintenance branch (such as the qu operator).
10422              
10423              Subject: [PATCH perl@8342] -Wformat
10424              
10425              Tighten some of the UTF-8 tests a bit.
10426              
10427              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
10428              - The substr lval was still not okay.
10429              - Now pp_stringify and sv_setsv copies source's UTF8 flag
10430              even if IN_BYTE.  pp_stringify is called from fold_constants
10431              at optimization phase and "\x{100}" was made SvUTF8_off under
10432              use bytes (the bytes pragma is for "byte semantics" and not
10433              for "do not produce UTF8 data")
10434      Branch: maint-5.6/perl
10435            ! t/lib/charnames.t t/op/substr.t toke.c
10436           !> sv.c t/pragma/utf8.t
10437 ____________________________________________________________________________
10438 [  8575] By: jhi                                   on 2001/01/28  04:01:51
10439         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
10440              
10441              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
10442              
10443              Subject: [ID 20001230.003] UTF-8 tr still hurts
10444              
10445              Test cases for #8385 (from Simon's "torture.pl")
10446              
10447              Start fixing UTF-8 lval substr() (8405)
10448      Branch: maint-5.6/perl
10449           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
10450           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
10451 ____________________________________________________________________________
10452 [  8574] By: jhi                                   on 2001/01/28  03:09:06
10453         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
10454              from mainline.
10455              
10456              UTF-8 cleanup.
10457              
10458              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
10459              
10460              "\x{FF}\xFF" was broken.
10461              
10462              Tests for #8329 and #8330.
10463              
10464              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
10465              
10466              IRIX compiler noticed that the bof initialization might be
10467              bypassed by control flow.
10468              
10469              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
10470      Branch: maint-5.6/perl
10471           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
10472           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
10473 ____________________________________________________________________________
10474 [  8573] By: jhi                                   on 2001/01/28  02:06:12
10475         Log: Retract #8552.
10476      Branch: perl
10477            ! lib/Text/Wrap.pm t/lib/textwrap.t
10478 ____________________________________________________________________________
10479 [  8572] By: jhi                                   on 2001/01/28  02:04:49
10480         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
10481              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
10482              not really integrated but instead salvaged by hand
10483              (they had too many dependencies on the development release
10484              to be cleanly integratable).
10485              
10486              Subject: more UTF8 test suites and an UTF8 patch
10487              
10488              Tweak for MULTIPLICITY/USE_PERLIO
10489              
10490              Signedness nit.
10491              
10492              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
10493              
10494              Use the UTF8_XXX macros in is_utf8_char().
10495              
10496              Rewrite pp_concat() in terms of sv_catsv().  The . operator
10497              should now be UTF-8-proof.
10498              
10499              Subject: [PATCH perl@8269] scanning two hex-constants
10500              fails on EBCDIC environment (script length.t)
10501              
10502              Add some Unicode chop() tests.
10503      Branch: maint-5.6/perl
10504            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
10505           !> sv.c t/op/chop.t utf8.h
10506 ____________________________________________________________________________
10507 [  8571] By: jhi                                   on 2001/01/28  00:35:59
10508         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
10509              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
10510              
10511              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
10512              
10513              The maxiters upper limit sanity check (guarding against
10514              non-progress) assumed bytes instead of characters in s///
10515              and split().
10516              
10517              Signedness nit.
10518              
10519              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
10520              join() should now be UTF-8-proof.
10521              
10522              More split // UTF-8 tests. (8250)
10523      Branch: maint-5.6/perl
10524           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
10525           !> util.c
10526 ____________________________________________________________________________
10527 [  8570] By: jhi                                   on 2001/01/27  22:15:46
10528         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
10529              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
10530              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
10531              8084,8204,8244,8333 from mainline.
10532              
10533              For -Q where Q might be a one-letter sub name one does no more
10534              get a warning about an unknown filetest (7941,7943,7944,8084).
10535              
10536              Subject: Re: [ID 20001130.011] expression parsing bug ?
10537              
10538              Make uv_to_utf8() to zero-terminate its output buffer.
10539              
10540              Split off t/op/length.t (7995)
10541              
10542              Split off t/op/utf8decode.t (7996)
10543              
10544              Remove an unnecessary 'use utf8' from the utf8.t (7998)
10545              
10546              Split off t/op/concat.t (8004)
10547              
10548              Split off t/op/ver.t (8005)
10549              
10550              Document utf8_length(), utf8_distance(), and utf8_hop().
10551              
10552              Document utf8_to_uv() better.
10553              
10554              Introduce macros for UTF8 decoding (8028,8033).
10555              
10556              Add test for reverse() (8030,8031).
10557              
10558              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
10559              
10560              Do not return the Unicode replacement character    on UTF-8
10561              decoding failure.
10562              
10563              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
10564              not this_utf8 i.e. the output string has one, but don't mess
10565              with source assumption. (8052,8053)
10566              
10567              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
10568              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
10569              was not expecting to be called with something that was already
10570              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
10571              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
10572              (8054)
10573              
10574              Recode the naughty binary bytes in utf8decode.t using the \xHH.
10575              
10576              Make some panic messages a bit more logical.
10577      Branch: maint-5.6/perl
10578           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
10579           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
10580           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
10581           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
10582           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
10583           !> utf8.c utf8.h
10584 ____________________________________________________________________________
10585 [  8569] By: jhi                                   on 2001/01/27  19:16:43
10586         Log: Integrate changes #7750 from perlio and #8566 from mainline.
10587      Branch: maint-5.6/perl
10588           !> regexec.c sv.c
10589 ____________________________________________________________________________
10590 [  8568] By: jhi                                   on 2001/01/27  18:06:51
10591         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
10592              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
10593              7935[-perlio.c],7936,7959,7965 from mainline.
10594              
10595              Change the "big byte" error message to "Wide character".
10596              (7355, the croak-if-wide-chars-in-print part ignored)
10597              
10598              Use UINT64_C().
10599              
10600              Introduce Perl_utf8_length().
10601              
10602              diff -se shows these as different (7753, forgotten check-ins)
10603              
10604              Subject: [PATCH] doop.c - UTF8 tr///
10605              
10606              If we use (aTHX_ ...) then put Perl_ on the front.
10607              
10608              Make utf8_length() and utf8_distance() to be less forgiving
10609              about bad UTF-8.
10610              
10611              Test line numbers are different with utf8.
10612              
10613              No need to scan till infinity, 13 is enough. (7872,7911)
10614              
10615              Subject: [PATCH] Tokeniser debugging
10616              
10617              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
10618              
10619              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
10620              
10621              Be more careful in Perl_sv_utf8_downgrade().
10622              
10623              Use DO_UTF8().
10624              
10625              Raw zero bytes in text files confuse at least GNU patch 2.1.
10626      Branch: maint-5.6/perl
10627           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
10628           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
10629           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
10630           !> t/pragma/utf8.t toke.c utf8.c utf8.h
10631 ____________________________________________________________________________
10632 [  8567] By: nick                                  on 2001/01/27  11:10:38
10633         Log: Integrate mainline
10634      Branch: perlio
10635           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
10636           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
10637           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
10638           !> toke.c
10639 ____________________________________________________________________________
10640 [  8566] By: jhi                                   on 2001/01/27  06:22:48
10641         Log: More documentation for the regexp context stack.
10642      Branch: perl
10643            ! regexec.c
10644 ____________________________________________________________________________
10645 [  8565] By: jhi                                   on 2001/01/27  05:21:57
10646         Log: Update Changes.
10647      Branch: perl
10648            ! Changes patchlevel.h
10649 ____________________________________________________________________________
10650 [  8564] By: jhi                                   on 2001/01/27  04:44:04
10651         Log: Threadedness patch for #8562 from Doug MacEachern.
10652      Branch: perl
10653            ! toke.c
10654 ____________________________________________________________________________
10655 [  8563] By: jhi                                   on 2001/01/27  04:26:24
10656         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
10657              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10658              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
10659              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
10660      Branch: perl
10661            ! op.c
10662 ____________________________________________________________________________
10663 [  8562] By: jhi                                   on 2001/01/27  04:20:30
10664         Log: Subject: Re: Announce : Tokener reporting patch
10665              From: Simon Cozens <simon@cozens.net>
10666              Date: Mon, 22 Jan 2001 02:17:22 +0000
10667              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
10668      Branch: perl
10669            ! embed.h embed.pl proto.h toke.c
10670 ____________________________________________________________________________
10671 [  8561] By: jhi                                   on 2001/01/27  04:17:24
10672         Log: Forgot from #8545.  Oops.
10673      Branch: perl
10674            ! pp.c t/pragma/overload.t
10675 ____________________________________________________________________________
10676 [  8560] By: jhi                                   on 2001/01/27  03:01:47
10677         Log: A better module compilation test, use MANIFEST as suggested
10678              by Spider.
10679      Branch: perl
10680            ! t/lib/1_compile.t
10681 ____________________________________________________________________________
10682 [  8559] By: jhi                                   on 2001/01/27  02:50:48
10683         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
10684              From: Peter Prymmer <pvhp@forte.com>
10685              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
10686              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
10687      Branch: perl
10688            ! t/lib/b.t
10689 ____________________________________________________________________________
10690 [  8558] By: jhi                                   on 2001/01/27  02:27:05
10691         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
10692              From: Peter Prymmer <pvhp@forte.com>
10693              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
10694              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
10695      Branch: perl
10696            ! t/pragma/sub_lval.t
10697 ____________________________________________________________________________
10698 [  8557] By: jhi                                   on 2001/01/27  02:26:03
10699         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
10700              From: Peter Prymmer <pvhp@forte.com>
10701              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
10702              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
10703      Branch: perl
10704            ! t/lib/st-06compat.t
10705 ____________________________________________________________________________
10706 [  8556] By: jhi                                   on 2001/01/27  02:24:33
10707         Log: Subject: [PATCH: perl@8531] minor update to README.os390
10708              From: Peter Prymmer <pvhp@forte.com>
10709              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
10710              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
10711      Branch: perl
10712            ! README.os390
10713 ____________________________________________________________________________
10714 [  8555] By: jhi                                   on 2001/01/27  00:35:47
10715         Log: No point in checking the length before we know whether the pointer
10716              is bogus or not, fixes Abigail's odbm failures in Linux.
10717      Branch: perl
10718            ! sv.c
10719 ____________________________________________________________________________
10720 [  8554] By: nick                                  on 2001/01/26  19:01:31
10721         Log: Integrate mainline
10722      Branch: perlio
10723           !> lib/Text/Wrap.pm t/lib/textwrap.t
10724 ____________________________________________________________________________
10725 [  8553] By: jhi                                   on 2001/01/26  15:19:39
10726         Log: Integrate change #7792 from perlio (multiplicity fix),
10727              fix the AV leak in regex DEBUGGING (tiny part of the
10728              polymorphic regexp patch #8143).
10729      Branch: maint-5.6/perl
10730            ! regcomp.c
10731           !> scope.h
10732 ____________________________________________________________________________
10733 [  8552] By: jhi                                   on 2001/01/26  15:03:23
10734         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
10735              From: Michael G Schwern <schwern@pobox.com>
10736              Date: Fri, 26 Jan 2001 09:28:31 -0500
10737              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
10738      Branch: perl
10739            ! lib/Text/Wrap.pm t/lib/textwrap.t
10740 ____________________________________________________________________________
10741 [  8551] By: jhi                                   on 2001/01/26  02:33:19
10742         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
10743              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
10744              
10745              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
10746              
10747              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
10748              
10749              Message nit.
10750              
10751              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
10752              
10753              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
10754              
10755              (the cleanup of unused submatches in regtry() and regcppop())
10756              
10757              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
10758              stored and restored, and thusly was trounced by the utf8 swash
10759              routines.
10760              
10761              use utf8 not required to use \x{}.
10762              
10763              Removed two more tests that make no sense in UTF-8 since the test
10764              data is not in UTF-8.
10765              
10766              Get the three different space character classes right under utf8.
10767              
10768              Implement ANYOFUTF8 regprop() dumping.
10769              
10770              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
10771              
10772              Document the regex context pushing/popping a bit better.
10773      Branch: maint-5.6/perl
10774           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
10775           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
10776           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
10777           !> t/op/regmesg.t utf8.c
10778 ____________________________________________________________________________
10779 [  8550] By: nick                                  on 2001/01/25  19:42:30
10780         Log: Integrate mainline
10781      Branch: perlio
10782           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
10783           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
10784           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
10785           !> t/lib/bigint.t t/lib/bigintpm.t
10786 ____________________________________________________________________________
10787 [  8549] By: jhi                                   on 2001/01/25  15:22:28
10788         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
10789      Branch: maint-5.6/perl
10790            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
10791 ____________________________________________________________________________
10792 [  8548] By: jhi                                   on 2001/01/25  15:02:55
10793         Log: Integrate changes #7997,8063,8492,8547 from mainline.
10794              
10795              Subject: Re: STRLEN - what?
10796              
10797              Subject: [PATCH] perlguts.pod
10798              
10799              Memory management calls documentation.
10800              
10801              Layout using tabulator is not a good idea in a pod.
10802      Branch: maint-5.6/perl
10803           !> pod/perlguts.pod
10804 ____________________________________________________________________________
10805 [  8547] By: jhi                                   on 2001/01/25  14:49:05
10806         Log: Layout using tabulator is not a good idea in a pod.
10807      Branch: perl
10808            ! pod/perlguts.pod
10809 ____________________________________________________________________________
10810 [  8546] By: jhi                                   on 2001/01/25  14:31:12
10811         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
10812              from mainline.
10813              
10814              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
10815              
10816              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
10817              
10818              More Win32 editor/IDE/shell hints.
10819              
10820              More Win32 Perling.
10821              
10822              Yet another editor edit.
10823              
10824              Edit edit edit.
10825              
10826              IDE/editor section tweaking.
10827              
10828              Few more IDE/editor nits from p5p.
10829      Branch: maint-5.6/perl
10830           !> pod/perlfaq3.pod
10831 ____________________________________________________________________________
10832 [  8545] By: jhi                                   on 2001/01/25  04:16:32
10833         Log: Subject: [PATCH 5.7.0] overload int()
10834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10835              Date: Wed, 24 Jan 2001 19:06:57 -0500
10836              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
10837      Branch: perl
10838            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
10839            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
10840            ! t/lib/bigintpm.t
10841 ____________________________________________________________________________
10842 [  8544] By: jhi                                   on 2001/01/25  04:15:11
10843         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
10844              From: Peter Prymmer <pvhp@forte.com>
10845              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
10846              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
10847      Branch: perl
10848            ! Makefile.SH README.os390 hints/os390.sh installperl
10849 ____________________________________________________________________________
10850 [  8543] By: jhi                                   on 2001/01/25  03:52:08
10851         Log: Integrate change #8462,8469 from mainline.
10852              
10853              In VMS Perl subversion (perl -V) is undef.
10854      Branch: maint-5.6/perl
10855           !> configure.com
10856 ____________________________________________________________________________
10857 [  8542] By: jhi                                   on 2001/01/25  03:44:55
10858         Log: Integrate changes #7835,7850,8315,8316 from mainline.
10859              
10860              Solaris hints.
10861      Branch: maint-5.6/perl
10862           !> hints/solaris_2.sh
10863 ____________________________________________________________________________
10864 [  8541] By: jhi                                   on 2001/01/25  03:39:28
10865         Log: Integrate #8336 from mainline.
10866      Branch: maint-5.6/perl
10867           !> hv.c
10868 ____________________________________________________________________________
10869 [  8540] By: jhi                                   on 2001/01/25  03:23:50
10870         Log: Retract #8539.
10871      Branch: maint-5.6/perl
10872            ! pod/perlfaq3.pod
10873 ____________________________________________________________________________
10874 [  8539] By: jhi                                   on 2001/01/25  03:21:55
10875         Log: (Retracted by #5940.)
10876      Branch: maint-5.6/perl
10877            ! pod/perlfaq3.pod
10878 ____________________________________________________________________________
10879 [  8538] By: jhi                                   on 2001/01/25  03:14:07
10880         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
10881              From: Peter Prymmer <pvhp@forte.com>
10882              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
10883              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
10884              
10885              The VMS bits.
10886      Branch: maint-5.6/perl
10887            ! configure.com vms/descrip_mms.template
10888 ____________________________________________________________________________
10889 [  8537] By: jhi                                   on 2001/01/25  03:06:09
10890         Log: Integrate #7710,7824,7973 from mainline.
10891      Branch: maint-5.6/perl
10892           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10893           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
10894           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
10895           !> vos/config.ga.def vos/config.ga.h win32/config.bc
10896           !> win32/config.gc win32/config.vc
10897 ____________________________________________________________________________
10898 [  8536] By: jhi                                   on 2001/01/24  13:50:20
10899         Log: Revert the edits made by me so far to the 5.6 branch since
10900              the TRIAL1 since I did edits when I should have been using
10901              integrates.  Bad programmer.   (Will integrate them properly later.)
10902              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
10903              The #8353 will not be reapplied at least for now since
10904              the UTF-8 hash keys need more thinking.
10905              (The patches #8347, #8354, #8454, #8473 were okay since they
10906              were original edits made specifically for the 5.6.1-TRIAL1.)
10907      Branch: maint-5.6/perl
10908            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10909            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
10910            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
10911            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
10912            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
10913            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10914            ! win32/config.bc win32/config.gc win32/config.vc
10915 ____________________________________________________________________________
10916 [  8535] By: bailey                                on 2001/01/24  06:37:02
10917         Log: SYN SYN
10918      Branch: vmsperl
10919           +> (branch 26 files)
10920           !> (integrate 130 files)
10921 ____________________________________________________________________________
10922 [  8534] By: nick                                  on 2001/01/23  19:30:57
10923         Log: Integrate mainline.
10924      Branch: perlio
10925           !> Changes Configure Porting/Glossary Porting/config.sh
10926           !> Porting/config_H embed.h embed.pl ext/Encode/compile
10927           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
10928           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
10929           !> pod/perlvar.pod proto.h t/lib/1_compile.t
10930 ____________________________________________________________________________
10931 [  8533] By: jhi                                   on 2001/01/23  16:15:46
10932         Log: Forgotten from #8501.
10933      Branch: perl
10934            ! Porting/Glossary Porting/config.sh Porting/config_H
10935 ____________________________________________________________________________
10936 [  8532] By: jhi                                   on 2001/01/23  16:13:27
10937         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
10938              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10939              Date: Mon, 22 Jan 2001 17:51:58 +0100
10940              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
10941      Branch: perl
10942            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
10943 ____________________________________________________________________________
10944 [  8531] By: jhi                                   on 2001/01/23  15:46:01
10945         Log: Update Changes.
10946      Branch: perl
10947            ! Changes patchlevel.h
10948 ____________________________________________________________________________
10949 [  8530] By: jhi                                   on 2001/01/23  15:38:39
10950         Log: De-cut-and-pasto.
10951      Branch: perl
10952            ! t/lib/1_compile.t
10953 ____________________________________________________________________________
10954 [  8529] By: jhi                                   on 2001/01/23  15:11:04
10955         Log: Document the mkdir trailing slashes case.
10956      Branch: perl
10957            ! pod/perlfunc.pod
10958 ____________________________________________________________________________
10959 [  8528] By: jhi                                   on 2001/01/23  15:08:28
10960         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
10961              get installed:
10962              
10963              Subject: lib/lib.pm
10964              From: <abigail@foad.org>
10965              Date: Mon, 28 Aug 2000 20:35:08 -0400
10966              Message-ID: <20000829003508.21281.qmail@foad.org>
10967      Branch: perl
10968            ! installperl
10969 ____________________________________________________________________________
10970 [  8527] By: jhi                                   on 2001/01/23  14:44:04
10971         Log: Metaconfig unit change for #8526.
10972      Branch: metaconfig
10973            ! U/threads/archname.U
10974 ____________________________________________________________________________
10975 [  8526] By: jhi                                   on 2001/01/23  14:43:19
10976         Log: Attach -perlio to the archname if so selected.
10977      Branch: perl
10978            ! Configure
10979 ____________________________________________________________________________
10980 [  8525] By: jhi                                   on 2001/01/23  14:24:01
10981         Log: Subject: [PATCH] pod/perlvar.pod
10982              From: abigail@foad.org
10983              Date: Tue, 23 Jan 2001 01:41:10 +0100
10984              Message-ID: <20010123004110.22259.qmail@foad.org>
10985      Branch: perl
10986            ! pod/perlvar.pod
10987 ____________________________________________________________________________
10988 [  8524] By: jhi                                   on 2001/01/23  14:22:32
10989         Log: A bug introduced in #8217 (the undefined variable in the
10990              lib/safe1_t #3) fixed, by Charles Lane:
10991              
10992              The earlier patch made it so that stuff running in Safe
10993              compartments could do a "caller" and see "main".  That
10994              little change in name is done right before the code in
10995              the compartment is run, and apparantly the parser
10996              was picking up the stash name before it got changed.
10997              
10998              (why it was threaded vs. unthreaded Perl that was sensitive to this
10999              I still don't know...and it probably doesn't matter).
11000              
11001              I tryed removing the stash name-change and saw that threaded Perl
11002              did indeed pass the lib/safe1.t tests.
11003              
11004              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
11005              do the name change (and to connect _ in the compartment to the global
11006              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
11007              to call _safe_pkg_prep when creating a new compartment.
11008              
11009              Passes all tests with threaded perl on linux; passes all tests
11010              with unthreaded perl on VMS.
11011              
11012              At some point I'll probably want to revisit Safe and Opcode to
11013              provide more sensible handling of global variables...and to get
11014              formats working in Safe compartments, which they don't do currently.
11015      Branch: perl
11016            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
11017 ____________________________________________________________________________
11018 [  8523] By: jhi                                   on 2001/01/23  14:11:58
11019         Log: Also the lib/Thread.pm itself needs to be ignored if
11020              the Thread extension hasn't been built.
11021      Branch: perl
11022            ! t/lib/1_compile.t
11023 ____________________________________________________________________________
11024 [  8522] By: jhi                                   on 2001/01/23  13:51:28
11025         Log: print() instead of warn() so that stderr doesn't get
11026              unncessarily polluted.
11027      Branch: perl
11028            ! ext/Encode/compile
11029 ____________________________________________________________________________
11030 [  8521] By: jhi                                   on 2001/01/23  13:49:48
11031         Log: Integrate perlio.
11032      Branch: perl
11033           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
11034           !> ext/Encode/encode.h
11035 ____________________________________________________________________________
11036 [  8520] By: nick                                  on 2001/01/22  21:44:00
11037         Log: More messing with Encode:
11038              Extra fields in header to allow multiple names and to record
11039              other things "compile" knows.
11040              Re-organise compile to factor out common output routines.
11041      Branch: perlio
11042            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
11043 ____________________________________________________________________________
11044 [  8519] By: nick                                  on 2001/01/22  20:33:50
11045         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
11046      Branch: perlio
11047            ! ext/Encode/Makefile.PL ext/Encode/compile
11048 ____________________________________________________________________________
11049 [  8518] By: nick                                  on 2001/01/22  20:28:13
11050         Log: Integrate mainline
11051      Branch: perlio
11052           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
11053           !> vos/config.alpha.def vos/config.alpha.h
11054 ____________________________________________________________________________
11055 [  8517] By: jhi                                   on 2001/01/22  15:37:17
11056         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
11057              by Inaba Hiroto.
11058      Branch: perl
11059            ! sv.c
11060 ____________________________________________________________________________
11061 [  8516] By: jhi                                   on 2001/01/22  14:55:15
11062         Log: More SIG_SIZE fixes.
11063      Branch: perl
11064            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
11065 ____________________________________________________________________________
11066 [  8515] By: jhi                                   on 2001/01/22  14:50:27
11067         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
11068              From: "Craig A. Berry" <craigberry@mac.com>
11069              Date: Mon, 22 Jan 2001 00:42:24 -0600
11070              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
11071      Branch: perl
11072            ! configure.com
11073 ____________________________________________________________________________
11074 [  8514] By: jhi                                   on 2001/01/22  14:31:17
11075         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
11076              From: "Craig A. Berry" <craigberry@mac.com>
11077              Date: Sun, 21 Jan 2001 23:03:25 -0600
11078              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
11079      Branch: perl
11080            ! configure.com
11081 ____________________________________________________________________________
11082 [  8513] By: jhi                                   on 2001/01/22  14:14:00
11083         Log: Add the .ucm encoding tables to the MANIFEST.
11084      Branch: perl
11085            ! MANIFEST
11086 ____________________________________________________________________________
11087 [  8512] By: jhi                                   on 2001/01/22  13:43:33
11088         Log: Integrate perlio.
11089      Branch: perl
11090           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11091           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11092           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11093           +> ext/Encode/Encode/iso8859-10.ucm
11094           +> ext/Encode/Encode/iso8859-13.ucm
11095           +> ext/Encode/Encode/iso8859-14.ucm
11096           +> ext/Encode/Encode/iso8859-15.ucm
11097           +> ext/Encode/Encode/iso8859-16.ucm
11098           +> ext/Encode/Encode/iso8859-2.ucm
11099           +> ext/Encode/Encode/iso8859-3.ucm
11100           +> ext/Encode/Encode/iso8859-4.ucm
11101           +> ext/Encode/Encode/iso8859-5.ucm
11102           +> ext/Encode/Encode/iso8859-6.ucm
11103           +> ext/Encode/Encode/iso8859-7.ucm
11104           +> ext/Encode/Encode/iso8859-8.ucm
11105           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11106           +> ext/Encode/Encode/symbol.ucm
11107           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
11108           !> perliol.h
11109 ____________________________________________________________________________
11110 [  8511] By: nick                                  on 2001/01/21  23:44:47
11111         Log: Make "real" layers of ":utf8" and ":raw".
11112              So now PERLIO=utf8 perl ...
11113              does what Andreas wanted.
11114              Fix arg passing in open.pm (still have a Carp issue).
11115      Branch: perlio
11116            ! lib/open.pm perlio.c perliol.h
11117 ____________________________________________________________________________
11118 [  8510] By: jhi                                   on 2001/01/21  22:56:53
11119         Log: Document the regex context pushing/popping a bit better.
11120      Branch: perl
11121            ! regexec.c
11122 ____________________________________________________________________________
11123 [  8509] By: jhi                                   on 2001/01/21  22:55:44
11124         Log: Tweak the mkdir trailing slash code some more.
11125              
11126              TO DO: the same handling should probably be done for
11127              all the other filesystem functions that can have directories
11128              as their arguments.
11129      Branch: perl
11130            ! pp_sys.c
11131 ____________________________________________________________________________
11132 [  8508] By: nick                                  on 2001/01/21  21:37:43
11133         Log: Switch "compiled in" encodings to .ucm format.
11134              (Leave others as .enc till we can run-time load .ucm,
11135              or find some other way to load them.)
11136      Branch: perlio
11137            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
11138            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
11139            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
11140            + ext/Encode/Encode/iso8859-10.ucm
11141            + ext/Encode/Encode/iso8859-13.ucm
11142            + ext/Encode/Encode/iso8859-14.ucm
11143            + ext/Encode/Encode/iso8859-15.ucm
11144            + ext/Encode/Encode/iso8859-16.ucm
11145            + ext/Encode/Encode/iso8859-2.ucm
11146            + ext/Encode/Encode/iso8859-3.ucm
11147            + ext/Encode/Encode/iso8859-4.ucm
11148            + ext/Encode/Encode/iso8859-5.ucm
11149            + ext/Encode/Encode/iso8859-6.ucm
11150            + ext/Encode/Encode/iso8859-7.ucm
11151            + ext/Encode/Encode/iso8859-8.ucm
11152            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
11153            + ext/Encode/Encode/symbol.ucm
11154            ! ext/Encode/Makefile.PL ext/Encode/compile
11155 ____________________________________________________________________________
11156 [  8507] By: nick                                  on 2001/01/21  21:02:03
11157         Log: Integrate (partial) mainline.
11158      Branch: perlio
11159           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
11160           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
11161           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11162 ____________________________________________________________________________
11163 [  8506] By: jhi                                   on 2001/01/21  20:09:30
11164         Log: Update Changes.
11165      Branch: perl
11166            ! Changes patchlevel.h
11167 ____________________________________________________________________________
11168 [  8505] By: jhi                                   on 2001/01/21  19:39:59
11169         Log: Subject: Minor typos in perlfaq2.pod
11170              From: "Stephen P. Potter" <spp@spotter.yi.org>
11171              Message-Id: <200101192101.QAA11911@spotter.yi.org>
11172              Date: Fri, 19 Jan 2001 16:01:13 -0500
11173              
11174              with a nit from Philip Netwon.
11175      Branch: perl
11176            ! pod/perlfaq2.pod
11177 ____________________________________________________________________________
11178 [  8504] By: jhi                                   on 2001/01/21  19:33:05
11179         Log: Metaconfig change for #8503.
11180      Branch: metaconfig
11181            ! U/threads/usethreads.U
11182 ____________________________________________________________________________
11183 [  8503] By: jhi                                   on 2001/01/21  19:32:21
11184         Log: Sanity check for conflicting thread flavours.
11185      Branch: perl
11186            ! Configure config_h.SH
11187 ____________________________________________________________________________
11188 [  8502] By: jhi                                   on 2001/01/21  19:23:00
11189         Log: Metaconfig change for #8501.
11190      Branch: metaconfig
11191            ! U/modified/sig_name.U
11192 ____________________________________________________________________________
11193 [  8501] By: jhi                                   on 2001/01/21  19:22:26
11194         Log: The SIG_SIZE is the number of the elements *excluding*
11195              the terminating NULL.
11196      Branch: perl
11197            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
11198            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
11199            ! win32/config_H.vc
11200 ____________________________________________________________________________
11201 [  8500] By: jhi                                   on 2001/01/21  18:31:31
11202         Log: Integrate perlio.
11203      Branch: perl
11204           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
11205           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
11206           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
11207           !> pp_sys.c proto.h sv.c
11208 ____________________________________________________________________________
11209 [  8499] By: jhi                                   on 2001/01/21  17:43:57
11210         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
11211              From: Hugo <hv@crypt.compulink.co.uk>
11212              Date: Sun, 21 Jan 2001 13:34:05 +0000
11213              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
11214              
11215              In sprintf UTF8ize only if necessary.
11216      Branch: perl
11217            ! sv.c
11218 ____________________________________________________________________________
11219 [  8498] By: nick                                  on 2001/01/21  16:25:32
11220         Log: Encode cleanup.
11221              Add command line control over "compile" so that Makefile.PL
11222              needs can be combined with other uses.
11223              Use command line options in Makefile.PL.
11224              Fix multi-byte parsing in .ucm files.
11225      Branch: perlio
11226            ! ext/Encode/Makefile.PL ext/Encode/compile
11227 ____________________________________________________________________________
11228 [  8497] By: nick                                  on 2001/01/21  12:56:27
11229         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
11230      Branch: perlio
11231            ! ext/Encode/Encode.xs
11232 ____________________________________________________________________________
11233 [  8496] By: nick                                  on 2001/01/21  12:18:45
11234         Log: Fixup after integrate:
11235              missed the .sym files that are changed by regen_headers
11236              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
11237      Branch: perlio
11238            ! global.sym pp.sym sv.c
11239 ____________________________________________________________________________
11240 [  8495] By: nick                                  on 2001/01/21  11:51:07
11241         Log: Integrate mainline.
11242      Branch: perlio
11243           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
11244           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
11245           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
11246           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
11247           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
11248           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
11249           !> win32/Makefile win32/makefile.mk
11250 ____________________________________________________________________________
11251 [  8494] By: jhi                                   on 2001/01/20  23:12:11
11252         Log: Forgot the expect_number() prototype.
11253      Branch: perl
11254            ! embed.h embed.pl proto.h
11255 ____________________________________________________________________________
11256 [  8493] By: jhi                                   on 2001/01/20  22:56:39
11257         Log: Subject: [PATCH: perl@8482] README.vms URL updates
11258              From: Peter Prymmer <pvhp@forte.com>
11259              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
11260              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
11261              
11262              Plus Craig A. Berry's suggestion to use compaq.com instead
11263              of digital.com.
11264      Branch: perl
11265            ! README.vms
11266 ____________________________________________________________________________
11267 [  8492] By: jhi                                   on 2001/01/20  22:50:05
11268         Log: Memory management calls documentation.
11269      Branch: perl
11270            ! pod/perlguts.pod
11271 ____________________________________________________________________________
11272 [  8491] By: jhi                                   on 2001/01/20  22:38:33
11273         Log: Signedness nit plus few memcpy/Copy nits.
11274      Branch: perl
11275            ! sv.c
11276 ____________________________________________________________________________
11277 [  8490] By: jhi                                   on 2001/01/20  22:25:53
11278         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
11279              From: Peter Prymmer <pvhp@forte.com>
11280              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
11281              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
11282      Branch: perl
11283            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
11284 ____________________________________________________________________________
11285 [  8489] By: jhi                                   on 2001/01/20  22:24:41
11286         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
11287              From: Peter Prymmer <pvhp@forte.com>
11288              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
11289              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
11290      Branch: perl
11291            ! win32/Makefile win32/makefile.mk
11292 ____________________________________________________________________________
11293 [  8488] By: jhi                                   on 2001/01/20  22:22:27
11294         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
11295              From: Peter Prymmer <pvhp@forte.com>
11296              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
11297              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
11298      Branch: perl
11299            ! Makefile.SH
11300 ____________________________________________________________________________
11301 [  8487] By: jhi                                   on 2001/01/20  22:21:18
11302         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
11303              From: Peter Prymmer <pvhp@forte.com>
11304              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
11305              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
11306      Branch: perl
11307            + ext/DynaLoader/dl_dllload.xs
11308            ! MANIFEST Makefile.SH hints/os390.sh
11309 ____________________________________________________________________________
11310 [  8486] By: jhi                                   on 2001/01/20  22:17:53
11311         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
11312              From: Peter Prymmer <pvhp@forte.com>
11313              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
11314              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
11315      Branch: perl
11316            ! README.os390 README.posix-bc
11317 ____________________________________________________________________________
11318 [  8485] By: jhi                                   on 2001/01/20  20:15:30
11319         Log: Document and test the new qu operator.
11320      Branch: perl
11321            + t/op/qu.t
11322            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
11323            ! pod/perlretut.pod pod/perlunicode.pod
11324 ____________________________________________________________________________
11325 [  8484] By: nick                                  on 2001/01/20  19:42:30
11326         Log: Infrastructure to allow:
11327              open($fh,"|-",@array);
11328              to be implemented
11329              i.e. mark pp_open as needing a stack mark, and make pp_open
11330              process its args in that style (and pass them _all_ to tied handles OPEN).
11331              Invent do_openn() which takes SV ** at allow it to see multiple args.
11332              Note this does not _do_ anything yet.
11333      Branch: perlio
11334            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
11335            ! perlapi.c pp_proto.h pp_sys.c proto.h
11336 ____________________________________________________________________________
11337 [  8483] By: nick                                  on 2001/01/20  17:23:14
11338         Log: Integrate mainline.
11339      Branch: perlio
11340           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
11341           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
11342 ____________________________________________________________________________
11343 [  8482] By: jhi                                   on 2001/01/19  15:37:49
11344         Log: Update Changes.
11345      Branch: perl
11346            ! Changes patchlevel.h
11347 ____________________________________________________________________________
11348 [  8481] By: jhi                                   on 2001/01/19  14:41:24
11349         Log: Subject: Re: new feature: s?printf parameter reordering 
11350              From: Hugo <hv@crypt.compulink.co.uk>
11351              Date: Thu, 11 Jan 2001 17:09:03 +0000
11352              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
11353              
11354              - support reordering for all parameters: %, *v, *, .*
11355              - lay down that the reordering specification must immediately
11356              follow that parameter: %3$, *v3$, *3$, .*3$
11357              - fix vectorisation of a zero-length string
11358              - factor out the code choosing the argument to format
11359              
11360              Possibly unwanted side-effects:
11361              - the special format specifiers ' +-0' must now precede any
11362              vectorisation specifier. Tests in op/sprintf and op/ver
11363              have been changed to reflect this.
11364              - sprintf.t test #214 changed its expectations because in many
11365              cases, the next parameter has already been consumed when an
11366              invalid type letter is detected.
11367              
11368              Probably wanted side-effects:
11369              - attempts to format a non-existent parameter will warn as if C<undef>
11370              - attempt to write to non-existent parameter with '%n' will complain
11371              of "attempt to modify read-only value" instead of being silent
11372      Branch: perl
11373            ! sv.c t/op/sprintf.t t/op/ver.t
11374 ____________________________________________________________________________
11375 [  8480] By: jhi                                   on 2001/01/19  14:08:37
11376         Log: Subject: PATCH pragma/locale.t
11377              From: andreas.koenig@anima.de (Andreas J. Koenig)
11378              Date: 18 Jan 2001 09:45:37 +0100
11379              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
11380      Branch: perl
11381            ! t/pragma/locale.t
11382 ____________________________________________________________________________
11383 [  8479] By: jhi                                   on 2001/01/19  13:19:58
11384         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
11385      Branch: perl
11386            ! configure.com
11387 ____________________________________________________________________________
11388 [  8478] By: jhi                                   on 2001/01/19  02:12:35
11389         Log: Automate 1_compile.t.
11390      Branch: perl
11391            ! t/lib/1_compile.t
11392 ____________________________________________________________________________
11393 [  8477] By: jhi                                   on 2001/01/19  01:49:56
11394         Log: Integrate perlio.
11395      Branch: perl
11396           !> sv.c win32/config.bc win32/config.gc win32/config.vc
11397           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11398 ____________________________________________________________________________
11399 [  8476] By: nick                                  on 2001/01/18  21:51:52
11400         Log: Integrate mainline
11401      Branch: perlio
11402           +> t/lib/1_compile.t t/lib/compmod.pl
11403           !> MANIFEST configure.com lib/unicode/distinct.pm
11404 ____________________________________________________________________________
11405 [  8475] By: nick                                  on 2001/01/18  21:48:02
11406         Log: Win32 "safe signals" co-existance fix.
11407              Fix SIG_SIZE value.
11408              Clear PL_sig_pending when cloning (fork).
11409      Branch: perlio
11410            ! sv.c win32/config.bc win32/config.gc win32/config.vc
11411            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11412 ____________________________________________________________________________
11413 [  8474] By: jhi                                   on 2001/01/18  14:40:57
11414         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
11415      Branch: perl
11416            ! t/lib/1_compile.t
11417 ____________________________________________________________________________
11418 [  8473] By: gsar                                  on 2001/01/18  11:42:31
11419         Log: unsubmitted trial1 change
11420      Branch: maint-5.6/perl
11421            ! Changes
11422 ____________________________________________________________________________
11423 [  8472] By: jhi                                   on 2001/01/18  04:30:24
11424         Log: The first bug found by 1_compile.t.
11425      Branch: perl
11426            ! lib/unicode/distinct.pm
11427 ____________________________________________________________________________
11428 [  8471] By: jhi                                   on 2001/01/18  04:29:42
11429         Log: Add Schwern's 1_compile test.  The compile_module script renamed
11430              to be a bit shorter for the 8.3 people.
11431      Branch: perl
11432            + t/lib/1_compile.t t/lib/compmod.pl
11433            ! MANIFEST
11434 ____________________________________________________________________________
11435 [  8470] By: jhi                                   on 2001/01/18  04:16:00
11436         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)
11437              From: Peter Prymmer <pvhp@forte.com>
11438              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
11439              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
11440              Replace #8463.
11441      Branch: maint-5.6/perl
11442            ! configure.com
11443 ____________________________________________________________________________
11444 [  8469] By: jhi                                   on 2001/01/18  04:13:02
11445         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)
11446              From: Peter Prymmer <pvhp@forte.com>
11447              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
11448              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
11449              Replace #8462.
11450      Branch: perl
11451            ! configure.com
11452 ____________________________________________________________________________
11453 [  8468] By: jhi                                   on 2001/01/18  03:42:08
11454         Log: Integrate perlio.
11455      Branch: perl
11456           !> gv.c mg.c perlio.c util.c
11457 ____________________________________________________________________________
11458 [  8467] By: nick                                  on 2001/01/17  22:41:10
11459         Log: "Safe" signals - trial implementation.
11460              gv.c tweaked to zero PL_sig_pend array
11461              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
11462              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
11463              Odd thing is that it "works" with PERLIO=stdio as well (linux).
11464      Branch: perlio
11465            ! gv.c mg.c perlio.c util.c
11466 ____________________________________________________________________________
11467 [  8466] By: nick                                  on 2001/01/17  20:40:20
11468         Log: Integrate mainline.
11469      Branch: perlio
11470           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11471           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
11472           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
11473           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11474           !> vos/config.ga.h win32/config.bc win32/config.gc
11475           !> win32/config.vc
11476 ____________________________________________________________________________
11477 [  8465] By: jhi                                   on 2001/01/17  18:37:13
11478         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
11479              From: Nicholas Clark <nick@ccl4.org>
11480              Date: Wed, 17 Jan 2001 17:31:33 +0000
11481              Message-ID: <20010117173133.I2633@plum.flirble.org>
11482      Branch: perl
11483            ! t/op/int.t
11484 ____________________________________________________________________________
11485 [  8464] By: jhi                                   on 2001/01/17  14:43:17
11486         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
11487              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11488              Date: Wed, 17 Jan 2001 15:16:43 +0100
11489              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
11490              
11491              pp_int() was dropping an NV to the floor,
11492              int(279964589018079/59) either returned not an integer
11493              4745162525730.15, or one got "Attempt to free unreferenced scalar."
11494      Branch: perl
11495            ! pp.c
11496 ____________________________________________________________________________
11497 [  8463] By: jhi                                   on 2001/01/17  06:12:42
11498         Log: (Replaced by #8470)
11499              
11500              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)
11501              From: "Craig A. Berry" <craigberry@mac.com>
11502              Date: Tue, 16 Jan 2001 23:38:46 -0600
11503              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
11504      Branch: maint-5.6/perl
11505            ! configure.com
11506 ____________________________________________________________________________
11507 [  8462] By: jhi                                   on 2001/01/17  06:11:31
11508         Log: (Replaced by #8469)
11509              
11510              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)
11511              From: "Craig A. Berry" <craigberry@mac.com>
11512              Date: Tue, 16 Jan 2001 23:38:46 -0600
11513              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
11514      Branch: perl
11515            ! configure.com
11516 ____________________________________________________________________________
11517 [  8461] By: jhi                                   on 2001/01/17  05:56:12
11518         Log: Allow for one trailing slash in the directory of mkdir().
11519      Branch: perl
11520            ! pp_sys.c
11521 ____________________________________________________________________________
11522 [  8460] By: jhi                                   on 2001/01/17  03:26:01
11523         Log: Metaconfig unit changes for #8459.
11524      Branch: metaconfig
11525            ! U/modified/Loc.U U/modified/sig_name.U
11526 ____________________________________________________________________________
11527 [  8459] By: jhi                                   on 2001/01/17  03:24:48
11528         Log: Define SIG_SIZE, the number of elements in the sig_name and
11529              sig_num arrays, including the final NULL entry.
11530      Branch: perl
11531            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11532            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
11533            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
11534            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11535            ! win32/config.bc win32/config.gc win32/config.vc
11536 ____________________________________________________________________________
11537 [  8458] By: jhi                                   on 2001/01/17  01:41:33
11538         Log: Integrate perlio.
11539      Branch: perl
11540           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
11541           !> perlapi.h proto.h sv.c
11542 ____________________________________________________________________________
11543 [  8457] By: nick                                  on 2001/01/16  22:07:26
11544         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
11545              Provides all the "cost" but no benefit yet - it is to allow cost
11546              to be measured, and implementation experiments (just in mg.c?).
11547      Branch: perlio
11548            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
11549            ! perlapi.h proto.h sv.c
11550 ____________________________________________________________________________
11551 [  8456] By: nick                                  on 2001/01/16  21:07:07
11552         Log: Integrate mainline.
11553      Branch: perlio
11554           !> (integrate 51 files)
11555 ____________________________________________________________________________
11556 [  8455] By: jhi                                   on 2001/01/16  18:13:43
11557         Log: Subject: [PATCH] regcomp.c old feature removal
11558              From: mjd@plover.com
11559              Date: 16 Jan 2001 14:43:18 -0000 
11560              Message-ID: <20010116144318.7140.qmail@plover.com> 
11561      Branch: perl
11562            ! regcomp.c
11563 ____________________________________________________________________________
11564 [  8454] By: jhi                                   on 2001/01/16  16:12:39
11565         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
11566              From: "Indy Singh" <indy@nusphere.com>
11567              Date: Wed, 10 Jan 2001 20:17:49 -0500
11568              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
11569      Branch: maint-5.6/perl
11570            ! win32/Makefile
11571 ____________________________________________________________________________
11572 [  8453] By: jhi                                   on 2001/01/16  16:09:33
11573         Log: Update Changes.
11574      Branch: perl
11575            ! Changes patchlevel.h
11576 ____________________________________________________________________________
11577 [  8452] By: jhi                                   on 2001/01/16  15:42:04
11578         Log: Subject: Re: API Cleanup
11579              To: perl5-porters@perl.org
11580              Date: Tue, 16 Jan 2001 13:42:30 +0000
11581              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
11582              
11583              Subject: [PATCH] utf8.c documentation
11584              From: Simon Cozens <simon@cozens.net>
11585              Date: Tue, 16 Jan 2001 13:52:48 +0000
11586              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
11587              
11588              Subject: Re: API Cleanup
11589              From: Simon Cozens <simon@cozens.net>
11590              Date: Tue, 16 Jan 2001 14:58:55 +0000
11591              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
11592              
11593              UTF-8 doc patches.
11594      Branch: perl
11595            ! embed.pl pod/perlapi.pod utf8.c
11596 ____________________________________________________________________________
11597 [  8451] By: jhi                                   on 2001/01/16  14:41:39
11598         Log: podlators 1.07, from Russ Allbery.
11599      Branch: perl
11600            ! lib/Pod/Man.pm
11601 ____________________________________________________________________________
11602 [  8450] By: jhi                                   on 2001/01/16  14:24:19
11603         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
11604              From: "Indy Singh" <indy@nusphere.com>
11605              Date: Mon, 15 Jan 2001 20:59:40 -0500
11606              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
11607      Branch: perl
11608            ! win32/Makefile
11609 ____________________________________________________________________________
11610 [  8449] By: jhi                                   on 2001/01/16  03:42:55
11611         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
11612              at the setting of the ofs_sv in new_struct_thread() as the
11613              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
11614              that invited a core dump.
11615      Branch: perl
11616            ! util.c
11617 ____________________________________________________________________________
11618 [  8448] By: jhi                                   on 2001/01/16  01:49:07
11619         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
11620              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11621              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
11622              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
11623              
11624              Replace #8444 and #8445.
11625      Branch: perl
11626            ! ext/B/B.xs ext/B/B/Debug.pm
11627 ____________________________________________________________________________
11628 [  8447] By: jhi                                   on 2001/01/15  21:05:35
11629         Log: Subject: [PATCH] API Variable documentation   
11630              From: Simon Cozens <simon@cozens.net>
11631              Date: Mon, 15 Jan 2001 19:35:54 +0000
11632              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
11633      Branch: perl
11634            ! pod/perlapi.pod thrdvar.h
11635 ____________________________________________________________________________
11636 [  8446] By: jhi                                   on 2001/01/15  20:49:20
11637         Log: Signedness nit.
11638      Branch: perl
11639            ! pp_ctl.c
11640 ____________________________________________________________________________
11641 [  8445] By: jhi                                   on 2001/01/15  20:28:48
11642         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
11643      Branch: perl
11644            ! ext/B/B/Debug.pm
11645 ____________________________________________________________________________
11646 [  8444] By: jhi                                   on 2001/01/15  13:09:10
11647         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
11648      Branch: perl
11649            ! ext/B/B.xs
11650 ____________________________________________________________________________
11651 [  8443] By: jhi                                   on 2001/01/15  13:06:26
11652         Log: Missing from #8439.
11653      Branch: perl
11654            ! keywords.h mg.c
11655 ____________________________________________________________________________
11656 [  8442] By: jhi                                   on 2001/01/15  13:02:38
11657         Log: Subject: [PATCH @8436] Eliminate op_children
11658              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11659              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
11660              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
11661              
11662              Subject: [PATCH @8436] Re: Eliminate op_children
11663              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11664              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
11665              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
11666      Branch: perl
11667            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
11668            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
11669            ! op.c op.h
11670 ____________________________________________________________________________
11671 [  8441] By: jhi                                   on 2001/01/15  12:57:08
11672         Log: Use the /^Perl_/-less form of is_lvalue_sub().
11673      Branch: perl
11674            ! pp.h
11675 ____________________________________________________________________________
11676 [  8440] By: jhi                                   on 2001/01/15  05:13:09
11677         Log: Revert #8437 and #8438, the Linux large files story is more complex.
11678      Branch: metaconfig/U/perl
11679            ! d_fpos64_t.U d_off64_t.U
11680      Branch: perl
11681            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11682            ! config_h.SH configure.com epoc/config.sh perl.h
11683            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
11684            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11685            ! win32/config.bc win32/config.gc win32/config.vc
11686 ____________________________________________________________________________
11687 [  8439] By: jhi                                   on 2001/01/15  05:02:24
11688         Log: More UTF-8 patches from Inaba Hiroto.
11689              - The substr lval was still not okay.
11690              - Now pp_stringify and sv_setsv copies source's UTF8 flag
11691              even if IN_BYTE.  pp_stringify is called from fold_constants
11692              at optimization phase and "\x{100}" was made SvUTF8_off under
11693              use bytes (the bytes pragma is for "byte semantics" and not
11694              for "do not produce UTF8 data")
11695              - New `qu' operator to generate UTF8 string explicitly.
11696              Though I agree with the policy "0x00-0xff always produce bytes",
11697              sometimes want to such a string to be coded in UTF8.
11698              I can use pack"U0a*" but it requires more typing and has
11699              runtime overhead.
11700              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
11701              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
11702              string is not UTF8_on and has char 0x80-0xff.
11703              
11704              TODO: document and test qu.
11705      Branch: perl
11706            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
11707            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
11708            ! toke.c
11709 ____________________________________________________________________________
11710 [  8438] By: jhi                                   on 2001/01/14  05:10:23
11711         Log: Metaconfig unit changes for #8437.
11712      Branch: metaconfig/U/perl
11713            ! d_fpos64_t.U d_off64_t.U
11714 ____________________________________________________________________________
11715 [  8437] By: jhi                                   on 2001/01/14  04:55:34
11716         Log: Add <features.h> probing, seems to be needed for (some?)
11717              Linux largefileness.
11718      Branch: perl
11719            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11720            ! config_h.SH configure.com epoc/config.sh perl.h
11721            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
11722            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11723            ! win32/config.bc win32/config.gc win32/config.vc
11724 ____________________________________________________________________________
11725 [  8436] By: jhi                                   on 2001/01/13  17:47:21
11726         Log: Tighten some of the tests a bit.
11727      Branch: perl
11728            ! t/pragma/utf8.t
11729 ____________________________________________________________________________
11730 [  8435] By: jhi                                   on 2001/01/13  17:31:54
11731         Log: Integrate perlio.
11732      Branch: perl
11733           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
11734           !> win32/config_H.gc win32/config_H.vc
11735 ____________________________________________________________________________
11736 [  8434] By: nick                                  on 2001/01/13  11:36:53
11737         Log: Run dmake regen_config_h for Win32
11738      Branch: perlio
11739            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11740 ____________________________________________________________________________
11741 [  8433] By: nick                                  on 2001/01/13  11:31:55
11742         Log: VMS friendly patch to Encode compile process
11743      Branch: perlio
11744            ! ext/Encode/Makefile.PL ext/Encode/compile
11745 ____________________________________________________________________________
11746 [  8432] By: nick                                  on 2001/01/13  11:06:44
11747         Log: Integrate mainline
11748      Branch: perlio
11749           +> ext/B/B/Concise.pm
11750           !> (integrate 52 files)
11751 ____________________________________________________________________________
11752 [  8431] By: jhi                                   on 2001/01/13  05:55:55
11753         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
11754              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11755              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
11756              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
11757      Branch: perl
11758            ! ext/B/B/Concise.pm
11759 ____________________________________________________________________________
11760 [  8430] By: jhi                                   on 2001/01/13  04:24:18
11761         Log: The LVRET macro needed an aTHX.
11762      Branch: perl
11763            ! pp.h
11764 ____________________________________________________________________________
11765 [  8429] By: jhi                                   on 2001/01/13  02:12:42
11766         Log: Update Changes.
11767      Branch: perl
11768            ! Changes patchlevel.h
11769 ____________________________________________________________________________
11770 [  8428] By: jhi                                   on 2001/01/13  02:08:50
11771         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
11772              From: Peter Prymmer <pvhp@forte.com>
11773              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
11774              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
11775              
11776              Add a BEGIN guard for sloppy floating point division.
11777      Branch: perl
11778            ! lib/Math/BigInt.pm lib/bigint.pl
11779 ____________________________________________________________________________
11780 [  8427] By: jhi                                   on 2001/01/13  01:47:16
11781         Log: The B::Terse drop-in replacement wasn't quite drop-in.
11782      Branch: perl
11783            ! ext/B/B/Terse.pm
11784 ____________________________________________________________________________
11785 [  8426] By: jhi                                   on 2001/01/12  21:20:43
11786         Log: Use UVXf.
11787      Branch: perl
11788            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11789            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
11790            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
11791            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11792            ! win32/config.gc win32/config.vc
11793 ____________________________________________________________________________
11794 [  8425] By: jhi                                   on 2001/01/12  20:20:14
11795         Log: Subject: [PATCH perl@8342] -Wformat
11796              From: Robin Barker <rmb1@cise.npl.co.uk>
11797              Date: Fri, 12 Jan 2001 20:03:14 GMT
11798              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
11799      Branch: perl
11800            ! ext/Encode/Encode.xs mg.c sv.c toke.c
11801 ____________________________________________________________________________
11802 [  8424] By: jhi                                   on 2001/01/12  20:01:48
11803         Log: Subject: B::Concise -- an improved replacement for B::Terse 
11804              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11805              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
11806              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
11807      Branch: perl
11808            + ext/B/B/Concise.pm
11809            ! MANIFEST ext/B/B/Terse.pm
11810 ____________________________________________________________________________
11811 [  8423] By: jhi                                   on 2001/01/12  19:24:02
11812         Log: The new metaconfig unit from the #8421.
11813      Branch: metaconfig/U/perl
11814            + d_sigprocmask.U
11815 ____________________________________________________________________________
11816 [  8422] By: jhi                                   on 2001/01/12  19:23:43
11817         Log: Forgot the microperl config from the #8421.
11818      Branch: perl
11819            ! uconfig.h uconfig.sh
11820 ____________________________________________________________________________
11821 [  8421] By: jhi                                   on 2001/01/12  19:05:27
11822         Log: Add sigprocmask() probe, regen Configure, regen toc.
11823      Branch: perl
11824            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11825            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
11826            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11827            ! vos/config.ga.h win32/config.bc win32/config.gc
11828            ! win32/config.vc
11829 ____________________________________________________________________________
11830 [  8420] By: jhi                                   on 2001/01/12  18:34:31
11831         Log: Add sockatmark() to the todo list.
11832      Branch: perl
11833            ! Todo-5.6
11834 ____________________________________________________________________________
11835 [  8419] By: jhi                                   on 2001/01/12  18:09:46
11836         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
11837      Branch: perl
11838            ! op.c
11839 ____________________________________________________________________________
11840 [  8418] By: jhi                                   on 2001/01/12  18:05:30
11841         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
11842              From: Radu Greab <radu@netsoft.ro>
11843              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
11844              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
11845      Branch: perl
11846            ! op.c t/pragma/sub_lval.t
11847 ____________________________________________________________________________
11848 [  8417] By: jhi                                   on 2001/01/12  16:09:09
11849         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
11850              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
11851              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
11852              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
11853      Branch: perl
11854            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
11855            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
11856            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
11857            ! t/pragma/sub_lval.t toke.c
11858 ____________________________________________________________________________
11859 [  8416] By: jhi                                   on 2001/01/12  15:42:06
11860         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
11861              From: "Richard Soderberg" <rs@crystalflame.net>
11862              Date: Fri, 12 Jan 2001 04:49:35 -0800
11863              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
11864              
11865              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
11866              according to the platform.
11867      Branch: perl
11868            ! op.c
11869 ____________________________________________________________________________
11870 [  8415] By: jhi                                   on 2001/01/12  15:33:41
11871         Log: One more UTF-8 fix from Inaba Hiroto.
11872      Branch: perl
11873            ! pp.c regexec.c t/pragma/utf8.t
11874 ____________________________________________________________________________
11875 [  8414] By: jhi                                   on 2001/01/12  15:30:18
11876         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
11877      Branch: perl
11878            ! regexec.c
11879 ____________________________________________________________________________
11880 [  8413] By: jhi                                   on 2001/01/12  15:22:10
11881         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
11882              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11883              Date: Thu, 11 Jan 2001 12:53:36 +0100
11884              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
11885      Branch: perl
11886            ! toke.c
11887 ____________________________________________________________________________
11888 [  8412] By: jhi                                   on 2001/01/12  15:20:25
11889         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
11890              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11891              Date: Fri, 12 Jan 2001 14:37:55 +0100
11892              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
11893      Branch: perl
11894            ! hints/posix-bc.sh
11895 ____________________________________________________________________________
11896 [  8411] By: jhi                                   on 2001/01/12  15:14:14
11897         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
11898              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11899              Date: Fri, 12 Jan 2001 10:42:21 +0100
11900              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
11901      Branch: perl
11902            ! t/op/regmesg.t
11903 ____________________________________________________________________________
11904 [  8410] By: jhi                                   on 2001/01/12  05:48:55
11905         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
11906              From: Nicholas Clark <nick@ccl4.org> 
11907              Date: Sun, 7 Jan 2001 19:47:14 +0000
11908              Message-ID: <20010107194714.B1048@plum.flirble.org>
11909      Branch: perl
11910            ! t/op/numconvert.t
11911 ____________________________________________________________________________
11912 [  8409] By: jhi                                   on 2001/01/12  05:41:28
11913         Log: Integrate perlio.
11914      Branch: perl
11915           !> mg.c scope.h
11916 ____________________________________________________________________________
11917 [  8408] By: nick                                  on 2001/01/11  22:43:28
11918         Log: Remove variables that were used in experiments.
11919      Branch: perlio
11920            ! mg.c
11921 ____________________________________________________________________________
11922 [  8407] By: nick                                  on 2001/01/11  20:57:44
11923         Log: Catch die in %SIG handler and unblock the signal before re-dying.
11924              This make Linux work _without_ sigsetjmp().
11925              Turn off sigsetjmp() to see what else it does.
11926              May need Configure probe for sigprocmask() if anything has sigaction()
11927              but not sigprocmask().
11928      Branch: perlio
11929            ! mg.c scope.h
11930 ____________________________________________________________________________
11931 [  8406] By: nick                                  on 2001/01/11  19:32:07
11932         Log: Integrate mainline
11933      Branch: perlio
11934           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
11935           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
11936           !> t/op/substr.t
11937 ____________________________________________________________________________
11938 [  8405] By: jhi                                   on 2001/01/11  17:11:01
11939         Log: Fix UTF-8 lval substr().
11940      Branch: perl
11941            ! mg.c t/op/substr.t
11942 ____________________________________________________________________________
11943 [  8404] By: jhi                                   on 2001/01/11  05:13:58
11944         Log: Update Changes.
11945      Branch: perl
11946            ! Changes patchlevel.h
11947 ____________________________________________________________________________
11948 [  8403] By: jhi                                   on 2001/01/11  04:38:24
11949         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
11950              From: Hugo <hv@crypt.compulink.co.uk>
11951              Date: Mon, 30 Oct 2000 01:33:26 +0000
11952              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
11953      Branch: perl
11954            ! regexec.c t/op/re_tests
11955 ____________________________________________________________________________
11956 [  8402] By: jhi                                   on 2001/01/11  04:26:12
11957         Log: Integrate perlio.
11958      Branch: perl
11959           !> scope.h util.c
11960 ____________________________________________________________________________
11961 [  8401] By: nick                                  on 2001/01/10  22:52:55
11962         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
11963              (So Alan and Ilya can try setting via hints.)
11964              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
11965              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
11966              doing the save everywhere seems to restart read() correctly, but just
11967              doing it once "round" the handler does not.
11968      Branch: perlio
11969            ! scope.h
11970 ____________________________________________________________________________
11971 [  8400] By: jhi                                   on 2001/01/10  21:57:54
11972         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
11973              of IRIX, HP-UX is unaffected.
11974      Branch: perl
11975            ! perl.h
11976 ____________________________________________________________________________
11977 [  8399] By: nick                                  on 2001/01/10  21:29:19
11978         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
11979      Branch: perlio
11980            ! util.c
11981 ____________________________________________________________________________
11982 [  8398] By: jhi                                   on 2001/01/10  20:55:31
11983         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
11984              also have ReusePort.
11985      Branch: perl
11986            ! ext/IO/lib/IO/Socket/INET.pm
11987 ____________________________________________________________________________
11988 [  8397] By: jhi                                   on 2001/01/10  20:50:57
11989         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
11990              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
11991              Date: Wed, 10 Jan 2001 01:38:13 -0800
11992              Message-ID: <20010110013813.B41744@yahoo-inc.com>
11993      Branch: perl
11994            ! ext/IO/lib/IO/Socket/INET.pm
11995 ____________________________________________________________________________
11996 [  8396] By: jhi                                   on 2001/01/10  20:49:30
11997         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
11998              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
11999              Date: Wed, 10 Jan 2001 01:37:32 -0800
12000              Message-ID: <20010110013732.A41744@yahoo-inc.com>
12001      Branch: perl
12002            ! ext/Socket/Socket.pm
12003 ____________________________________________________________________________
12004 [  8395] By: jhi                                   on 2001/01/10  20:41:37
12005         Log: Test for bug id 20010105.016 (fixed by #8378).
12006      Branch: perl
12007            ! t/op/split.t
12008 ____________________________________________________________________________
12009 [  8394] By: jhi                                   on 2001/01/10  20:26:32
12010         Log: Integrate perlio.
12011      Branch: perl
12012            ! util.c
12013 ____________________________________________________________________________
12014 [  8393] By: nick                                  on 2001/01/10  19:34:30
12015         Log: Back out Simon's pid hackery for now.
12016      Branch: perlio
12017            ! util.c
12018 ____________________________________________________________________________
12019 [  8392] By: nick                                  on 2001/01/10  19:23:13
12020         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
12021      Branch: perlio
12022           !> (integrate 29 files)
12023 ____________________________________________________________________________
12024 [  8391] By: jhi                                   on 2001/01/10  18:43:15
12025         Log: Subject: [PATCH] Fix my_pclose segfault
12026              From: Simon Cozens <simon@cozens.net>
12027              Date: Wed, 10 Jan 2001 18:39:35 +0000
12028              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
12029      Branch: perl
12030            ! util.c
12031 ____________________________________________________________________________
12032 [  8390] By: jhi                                   on 2001/01/10  18:42:08
12033         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
12034              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12035              Date:     Wed, 10 Jan 2001 13:23:02 EST
12036              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
12037      Branch: perl
12038            ! ext/Opcode/Opcode.xs
12039 ____________________________________________________________________________
12040 [  8389] By: jhi                                   on 2001/01/10  15:16:07
12041         Log: Turn off the integer preservation for now.
12042      Branch: perl
12043            ! perl.h
12044 ____________________________________________________________________________
12045 [  8388] By: jhi                                   on 2001/01/10  15:01:25
12046         Log: Few more IDE/editor nits from p5p.
12047      Branch: perl
12048            ! pod/perlfaq3.pod
12049 ____________________________________________________________________________
12050 [  8387] By: jhi                                   on 2001/01/10  06:53:16
12051         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
12052              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
12053              Date: Tue, 9 Jan 2001 23:16:02 +0000
12054              Message-ID: <20010109231602.A81101@plum.flirble.org>
12055      Branch: perl
12056            ! sv.c
12057 ____________________________________________________________________________
12058 [  8386] By: jhi                                   on 2001/01/10  03:17:54
12059         Log: Test cases for #8385 (from Simon's "torture.pl")
12060      Branch: perl
12061            ! t/op/tr.t
12062 ____________________________________________________________________________
12063 [  8385] By: jhi                                   on 2001/01/10  03:17:11
12064         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
12065              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
12066              Date: Wed, 10 Jan 2001 11:39:39 +0900
12067              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
12068              
12069              Some more UTF-8 tr cases fixed.
12070      Branch: perl
12071            ! doop.c
12072 ____________________________________________________________________________
12073 [  8384] By: jhi                                   on 2001/01/09  22:45:40
12074         Log: Allow the locale test needing POSIX and the taint test
12075              needing IPC::SysV to run under 'minitest' (basically,
12076              bail out if loading the extension fails)
12077      Branch: perl
12078            ! t/op/misc.t t/op/taint.t
12079 ____________________________________________________________________________
12080 [  8383] By: jhi                                   on 2001/01/09  21:36:04
12081         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
12082              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12083              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
12084              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
12085      Branch: perl
12086            ! t/io/openpid.t
12087 ____________________________________________________________________________
12088 [  8382] By: jhi                                   on 2001/01/09  21:06:08
12089         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
12090              Should finish up the bug id 20001205.022.
12091      Branch: perl
12092            ! pp.c pp_hot.c scope.c
12093 ____________________________________________________________________________
12094 [  8381] By: jhi                                   on 2001/01/09  18:27:43
12095         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
12096              From: Andy Dougherty <doughera@lafayette.edu>
12097              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
12098              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
12099              
12100              More robust yacc/bison error detection.
12101      Branch: perl
12102            ! t/comp/proto.t
12103 ____________________________________________________________________________
12104 [  8380] By: jhi                                   on 2001/01/09  15:21:38
12105         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
12106              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12107              Date:     Tue, 9 Jan 2001 07:53:55 EST
12108              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
12109      Branch: perl
12110            ! t/op/misc.t vms/test.com
12111 ____________________________________________________________________________
12112 [  8379] By: jhi                                   on 2001/01/09  15:20:38
12113         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
12114              From: jhi@cc.hut.fi
12115              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
12116              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
12117              
12118              The #8378 fixed this.
12119      Branch: perl
12120            ! t/op/tr.t
12121 ____________________________________________________________________________
12122 [  8378] By: jhi                                   on 2001/01/09  15:05:32
12123         Log: Subject: One more patch for UTF8 
12124              From: Inaba Hiroto <inaba@st.rim.or.jp>
12125              Date: Tue, 09 Jan 2001 01:04:32 +0900
12126              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
12127              
12128              UTF-8 fixes for 'x' and tr///.
12129      Branch: perl
12130            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
12131            ! regcomp.c regexec.c toke.c utf8.c
12132 ____________________________________________________________________________
12133 [  8377] By: jhi                                   on 2001/01/09  14:32:17
12134         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
12135      Branch: perl
12136            ! t/op/length.t
12137 ____________________________________________________________________________
12138 [  8376] By: jhi                                   on 2001/01/09  04:32:32
12139         Log: integrate changes #7775, #8316, #8316 from mainline
12140      Branch: maint-5.6/perl
12141            ! hints/solaris_2.sh
12142 ____________________________________________________________________________
12143 [  8375] By: jhi                                   on 2001/01/09  04:26:43
12144         Log: Update Changes.
12145      Branch: perl
12146            ! Changes patchlevel.h
12147 ____________________________________________________________________________
12148 [  8374] By: jhi                                   on 2001/01/09  04:14:32
12149         Log: IDE/editor section tweaking.
12150      Branch: perl
12151            ! pod/perlfaq3.pod
12152 ____________________________________________________________________________
12153 [  8373] By: jhi                                   on 2001/01/09  02:38:26
12154         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
12155              From: Peter Prymmer <pvhp@forte.com>
12156              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
12157              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
12158              
12159              In preparation os OS/390 dynamic loading.
12160      Branch: perl
12161            ! README.os390 hints/os390.sh
12162 ____________________________________________________________________________
12163 [  8372] By: jhi                                   on 2001/01/09  00:24:30
12164         Log: Integrate with perlio.
12165      Branch: perl
12166           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
12167 ____________________________________________________________________________
12168 [  8371] By: nick                                  on 2001/01/08  23:54:33
12169         Log: Fix "scalars leaked" bugs caused by overload magic
12170              (Highlighted by Ilya's DESTROY optimization.)
12171      Branch: perlio
12172            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
12173 ____________________________________________________________________________
12174 [  8370] By: nick                                  on 2001/01/08  20:19:41
12175         Log: Integrate mainline
12176      Branch: perlio
12177           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
12178           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
12179           !> t/op/64bitint.t
12180 ____________________________________________________________________________
12181 [  8369] By: jhi                                   on 2001/01/08  17:30:52
12182         Log: save_delete() Safefree() doesn't (anymore?) work with shared
12183              strings, one test failure in op/misc and almost all of lib/b.
12184              (Outcomments #8369.)
12185      Branch: perl
12186            ! scope.c
12187 ____________________________________________________________________________
12188 [  8368] By: jhi                                   on 2001/01/08  14:47:10
12189         Log: (Outcommented by #8369.)
12190              
12191              Subject: Re: Perl BugID 20001205.022 ---- save_delete
12192              From: Simon Cozens <simon@cozens.net>
12193              Date: Sat, 6 Jan 2001 11:48:40 +0000
12194              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
12195              
12196              The save_delete() does need the Safefree.
12197      Branch: perl
12198            ! scope.c
12199 ____________________________________________________________________________
12200 [  8367] By: bailey                                on 2001/01/08  08:53:52
12201         Log: Once again syncing after too long an absence
12202      Branch: vmsperl
12203           +> (branch 55 files)
12204            - MAINTAIN fix_pl vos/config.def vos/config.h
12205            - vos/config_h.SH_orig
12206           !> (integrate 498 files)
12207 ____________________________________________________________________________
12208 [  8366] By: jhi                                   on 2001/01/08  02:42:59
12209         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
12210              From: nick@ccl4.org
12211              Date: Sun, 7 Jan 2001 21:07:18 +0000
12212              Message-Id: <20010107210717.D1048@plum.flirble.org>
12213      Branch: perl
12214            ! sv.c t/op/64bitint.t
12215 ____________________________________________________________________________
12216 [  8365] By: jhi                                   on 2001/01/08  02:35:16
12217         Log: Subject: [PATCH] environ nit
12218              From: Simon Cozens <simon@cozens.net>
12219              Date: Sun, 7 Jan 2001 17:57:07 +0000
12220              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
12221              
12222              Use environ only if we have it.
12223      Branch: perl
12224            ! mg.c
12225 ____________________________________________________________________________
12226 [  8364] By: jhi                                   on 2001/01/08  02:24:51
12227         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
12228      Branch: perl
12229            ! ext/GDBM_File/GDBM_File.xs
12230 ____________________________________________________________________________
12231 [  8363] By: jhi                                   on 2001/01/08  02:19:24
12232         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
12233              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12234              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
12235              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
12236      Branch: perl
12237            ! dump.c op.c
12238 ____________________________________________________________________________
12239 [  8362] By: jhi                                   on 2001/01/08  02:17:43
12240         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
12241              From: Doug MacEachern <dougm@covalent.net>
12242              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
12243              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
12244              
12245              Allow AUTOLOAD to be an xsub and allow such xsubs
12246              to avoid use of $AUTOLOAD.
12247      Branch: perl
12248            ! gv.c
12249 ____________________________________________________________________________
12250 [  8361] By: jhi                                   on 2001/01/08  02:16:07
12251         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
12252              From: Radu Greab <radu@netsoft.ro>
12253              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
12254              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
12255              
12256              No need for the potentially unportable $SIG{CHLD}.
12257      Branch: perl
12258            ! t/io/pipe.t
12259 ____________________________________________________________________________
12260 [  8360] By: jhi                                   on 2001/01/08  01:58:23
12261         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
12262      Branch: perl
12263            ! lib/Getopt/Long.pm
12264 ____________________________________________________________________________
12265 [  8359] By: jhi                                   on 2001/01/08  01:55:44
12266         Log: Integrate perlio.
12267      Branch: perl
12268           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
12269           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
12270           !> utf8.c win32/Makefile
12271 ____________________________________________________________________________
12272 [  8358] By: jhi                                   on 2001/01/07  21:16:50
12273         Log: Update the EPOC cross SDK URL.
12274      Branch: perl
12275            ! README.epoc
12276 ____________________________________________________________________________
12277 [  8357] By: jhi                                   on 2001/01/07  21:16:09
12278         Log: Update the EPOC cross SDK URL.
12279      Branch: maint-5.6/perl
12280            ! README.epoc
12281 ____________________________________________________________________________
12282 [  8356] By: nick                                  on 2001/01/06  21:47:52
12283         Log: FILE * in XS code for PerlIO world:
12284              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
12285              - Add FILE * T_STDIO typemap.
12286              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
12287      Branch: perlio
12288            ! lib/ExtUtils/typemap perlio.c perlio.h
12289 ____________________________________________________________________________
12290 [  8355] By: jhi                                   on 2001/01/06  20:27:15
12291         Log: integrate change #8336 from mainline
12292              
12293              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
12294      Branch: maint-5.6/perl
12295            ! hv.c
12296 ____________________________________________________________________________
12297 [  8354] By: jhi                                   on 2001/01/06  20:24:29
12298         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
12299              From: Robin Barker <rmb1@cise.npl.co.uk>
12300              Date: Fri, 22 Dec 2000 12:17:38 GMT
12301              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
12302              
12303              The patch reformats some long =item lines so they give
12304              correct output via pod2man | nroff -man
12305              
12306              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
12307              From: Robin Barker <rmb1@cise.npl.co.uk>
12308              Date: Tue, 2 Jan 2001 15:35:03 GMT
12309              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
12310              
12311              Here is a _further_ patch which corrects a few more errors:
12312              * an empty C<=item> in CPAN.pm
12313              * patching the wrong file (pod/perlamiga.pod not README.amiga)
12314              * leaving empty C<=item>s which formatted incorrectly
12315              * over long C<=item>s revealed by latest patch to Pod::Man
12316      Branch: maint-5.6/perl
12317            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
12318            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
12319            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
12320            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
12321            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
12322            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
12323 ____________________________________________________________________________
12324 [  8353] By: jhi                                   on 2001/01/06  20:21:10
12325         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
12326              
12327              UTF-8 hash keys.
12328      Branch: maint-5.6/perl
12329            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
12330 ____________________________________________________________________________
12331 [  8352] By: jhi                                   on 2001/01/06  20:18:44
12332         Log: Forgotten from #8438.
12333      Branch: maint-5.6/perl
12334            ! epoc/epocish.h
12335 ____________________________________________________________________________
12336 [  8351] By: jhi                                   on 2001/01/06  20:18:12
12337         Log: Forgotten from #8347.
12338      Branch: maint-5.6/perl
12339            ! config_h.SH
12340 ____________________________________________________________________________
12341 [  8350] By: jhi                                   on 2001/01/06  20:00:19
12342         Log: Thinko in #8347.
12343      Branch: maint-5.6/perl
12344            ! regcomp.c
12345 ____________________________________________________________________________
12346 [  8349] By: jhi                                   on 2001/01/06  18:05:30
12347         Log: Copy the FAQ3 IDE section from the development branch,
12348              changes originally by Peter Prymmer.
12349      Branch: maint-5.6/perl
12350            ! pod/perlfaq3.pod
12351 ____________________________________________________________________________
12352 [  8348] By: jhi                                   on 2001/01/06  18:03:02
12353         Log: EPOC updates for TRIAL1.
12354              
12355              Subject: [5.6.1 trial1] EPOC update
12356              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12357              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
12358              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
12359              
12360              Subject: epoc patch2 for perl-5.6.1-trial1
12361              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12362              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
12363              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
12364      Branch: maint-5.6/perl
12365            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
12366            ! epoc/epocish.c
12367 ____________________________________________________________________________
12368 [  8347] By: jhi                                   on 2001/01/06  17:29:10
12369         Log: integrate changes #7710,7824,7973 from mainline,
12370              plus VMS nits from Peter Prymmer and Dan Sugalski.
12371              
12372              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
12373              library (getprotobyname and getprotobynumber are outversioned by
12374              the same calls in libc, at least for xlc version 3.
12375              
12376              Add HAS_SBRK_PROTO.
12377              
12378              Fixes for signedness warnings noticed by VMSperlers.
12379      Branch: maint-5.6/perl
12380            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12381            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
12382            ! sv.c vms/descrip_mms.template vos/config.alpha.def
12383            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12384            ! win32/config.bc win32/config.gc win32/config.vc
12385 ____________________________________________________________________________
12386 [  8346] By: nick                                  on 2001/01/06  14:36:01
12387         Log: Fixup accumulated integrate muddles (perlio == devperl again)
12388      Branch: perlio
12389            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
12390 ____________________________________________________________________________
12391 [  8345] By: nick                                  on 2001/01/06  14:24:58
12392         Log: Integrate mainline
12393      Branch: perlio
12394           !> (integrate 55 files)
12395 ____________________________________________________________________________
12396 [  8344] By: jhi                                   on 2001/01/06  02:24:02
12397         Log: Subject: [patch] PerlIO_cleanup() prototype
12398              From: Doug MacEachern <dougm@covalent.net>
12399              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
12400              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
12401      Branch: perl
12402            ! perlio.h
12403 ____________________________________________________________________________
12404 [  8343] By: jhi                                   on 2001/01/06  01:04:09
12405         Log: IRIX compiler noticed that the bof initialization might be
12406              bypassed by control flow.
12407      Branch: perl
12408            ! toke.c
12409 ____________________________________________________________________________
12410 [  8342] By: jhi                                   on 2001/01/06  00:10:48
12411         Log: Update Changes.
12412      Branch: perl
12413            ! Changes patchlevel.h
12414 ____________________________________________________________________________
12415 [  8341] By: jhi                                   on 2001/01/05  23:52:33
12416         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
12417      Branch: perl
12418            ! toke.c
12419 ____________________________________________________________________________
12420 [  8340] By: jhi                                   on 2001/01/05  22:44:08
12421         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
12422              From: Radu Greab <radu@netsoft.ro>
12423              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
12424              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
12425      Branch: perl
12426            ! t/io/pipe.t util.c
12427 ____________________________________________________________________________
12428 [  8339] By: jhi                                   on 2001/01/05  22:35:17
12429         Log: Subject: [PATCH] format and rewording in perlfaq.pod
12430              From: Robin Barker <rmb1@cise.npl.co.uk>
12431              Date: Fri, 5 Jan 2001 18:51:20 GMT
12432              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
12433      Branch: perl
12434            ! pod/perlfaq.pod
12435 ____________________________________________________________________________
12436 [  8338] By: jhi                                   on 2001/01/05  22:31:17
12437         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
12438              From: Peter Prymmer <pvhp@forte.com>
12439              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
12440              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
12441      Branch: perl
12442            ! utils/perlbug.PL
12443 ____________________________________________________________________________
12444 [  8337] By: jhi                                   on 2001/01/05  18:15:11
12445         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
12446              From: Robin Barker <rmb1@cise.npl.co.uk>
12447              Date: Tue, 2 Jan 2001 15:24:07 GMT
12448              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
12449              
12450              If you call configure as C<./Configure> or C<sh ./Configure>,
12451              $src is set to the absolute path name, not '.'.
12452              
12453              This, in turn, means -Dmksymlink tries to do its stuff because
12454              it does not think it is in the src directory.
12455              
12456              (plus a metaconfig nitfix)
12457      Branch: metaconfig
12458            ! U/compline/ccflags.U U/modified/src.U
12459      Branch: perl
12460            ! Configure config_h.SH
12461 ____________________________________________________________________________
12462 [  8336] By: jhi                                   on 2001/01/05  17:48:32
12463         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
12464              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12465              Message-ID: <3A5606C4.473D2226@uk.sun.com>
12466              Date: Fri, 05 Jan 2001 17:39:16 +0000
12467      Branch: perl
12468            ! hv.c
12469 ____________________________________________________________________________
12470 [  8335] By: jhi                                   on 2001/01/05  16:05:44
12471         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
12472      Branch: perl
12473            ! lib/Getopt/Long.pm
12474 ____________________________________________________________________________
12475 [  8334] By: jhi                                   on 2001/01/05  16:00:51
12476         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
12477              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
12478              Date: Fri, 05 Jan 2001 13:46:51 +0100
12479              Message-ID: <13693.978698811@nice.ram.loc>
12480              
12481              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
12482              accurate reading of the "atime".  
12483      Branch: perl
12484            ! t/io/fs.t
12485 ____________________________________________________________________________
12486 [  8333] By: jhi                                   on 2001/01/05  15:57:37
12487         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
12488              From: Simon Cozens <simon@cozens.net>
12489              Date: Fri, 8 Dec 2000 13:33:31 +0000
12490              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
12491              
12492              A lost patch fragment.
12493      Branch: perl
12494            ! doop.c
12495 ____________________________________________________________________________
12496 [  8332] By: jhi                                   on 2001/01/05  15:40:42
12497         Log: Do away with strncpy() and a fixed length buffer.
12498      Branch: perl
12499            ! utf8.c
12500 ____________________________________________________________________________
12501 [  8331] By: jhi                                   on 2001/01/05  15:03:07
12502         Log: Tests for #8329 and #8330.
12503      Branch: perl
12504            ! t/op/bop.t
12505 ____________________________________________________________________________
12506 [  8330] By: jhi                                   on 2001/01/05  15:02:38
12507         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
12508              raw 8-bit form to the UTF-8 string.
12509      Branch: perl
12510            ! toke.c
12511 ____________________________________________________________________________
12512 [  8329] By: jhi                                   on 2001/01/05  14:55:13
12513         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
12514              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12515              Date: Fri, 5 Jan 2001 12:28:52 +0100
12516              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
12517              
12518              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
12519              no effect.  (changed the strncpy() to Copy())
12520      Branch: perl
12521            ! toke.c
12522 ____________________________________________________________________________
12523 [  8328] By: jhi                                   on 2001/01/05  06:44:27
12524         Log: UTF-8 cleanup.
12525      Branch: perl
12526            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
12527            ! regexec.c sv.c toke.c
12528 ____________________________________________________________________________
12529 [  8327] By: jhi                                   on 2001/01/05  01:11:29
12530         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')
12531              From: Radu Greab <radu@netsoft.ro>
12532              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
12533              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
12534              
12535              Cleans up Harness to not use FileHandle, which uses IO.
12536      Branch: perl
12537            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
12538 ____________________________________________________________________________
12539 [  8326] By: jhi                                   on 2001/01/05  00:56:37
12540         Log: Update Changes.
12541      Branch: perl
12542            ! Changes patchlevel.h
12543 ____________________________________________________________________________
12544 [  8325] By: jhi                                   on 2001/01/05  00:53:18
12545         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
12546              From: Peter Prymmer <pvhp@forte.com>
12547              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
12548              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
12549              
12550              plus a couple more tailing whitespace removals.
12551      Branch: perl
12552            ! win32/Makefile
12553 ____________________________________________________________________________
12554 [  8324] By: jhi                                   on 2001/01/05  00:47:39
12555         Log: Add some Unicode chop() tests.
12556      Branch: perl
12557            ! t/op/chop.t
12558 ____________________________________________________________________________
12559 [  8323] By: jhi                                   on 2001/01/05  00:47:23
12560         Log: Unify UTF-8 malformedness handling.
12561      Branch: perl
12562            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
12563 ____________________________________________________________________________
12564 [  8322] By: jhi                                   on 2001/01/04  22:21:54
12565         Log: The new $issymlink was unknown to Mksymlinks.
12566      Branch: metaconfig/U/perl
12567            ! Mksymlinks.U issymlink.U
12568      Branch: perl
12569            ! Configure config_h.SH
12570 ____________________________________________________________________________
12571 [  8321] By: jhi                                   on 2001/01/04  21:51:05
12572         Log: The test didn't work under the core test framework.
12573      Branch: perl
12574            ! t/lib/st-lock.t
12575 ____________________________________________________________________________
12576 [  8320] By: jhi                                   on 2001/01/04  21:14:22
12577         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
12578      Branch: perl
12579            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
12580 ____________________________________________________________________________
12581 [  8319] By: jhi                                   on 2001/01/04  20:46:17
12582         Log: Typo in #8312 when manually appying a problematic patch fragment.
12583      Branch: perl
12584            ! ext/Storable/Storable.xs
12585 ____________________________________________________________________________
12586 [  8318] By: jhi                                   on 2001/01/04  20:43:01
12587         Log: The $sh_c didn't fly.
12588      Branch: metaconfig
12589            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
12590            ! U/modified/Loc.U U/modified/myhostname.U
12591            ! U/modified/spitshell.U
12592      Branch: metaconfig/U/perl
12593            ! issymlink.U
12594      Branch: perl
12595            ! Configure config_h.SH
12596 ____________________________________________________________________________
12597 [  8317] By: jhi                                   on 2001/01/04  19:58:01
12598         Log: AIX builtin test -h is broken, changes based on
12599              
12600              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
12601              Date: Tue, 02 Jan 2001 11:24:39 +0100
12602              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12603              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
12604      Branch: metaconfig
12605            + U/modified/spitshell.U
12606            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
12607            ! U/modified/Loc.U U/modified/myhostname.U
12608      Branch: metaconfig/U/perl
12609            ! Mksymlinks.U issymlink.U
12610      Branch: perl
12611            ! Configure
12612 ____________________________________________________________________________
12613 [  8316] By: jhi                                   on 2001/01/04  19:02:22
12614         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
12615              From: Andy Dougherty <doughera@lafayette.edu>
12616              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
12617              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
12618              
12619              Beware of GNU ld.
12620      Branch: perl
12621            ! hints/solaris_2.sh
12622 ____________________________________________________________________________
12623 [  8315] By: jhi                                   on 2001/01/04  18:56:48
12624         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
12625              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
12626              Date: Wed, 3 Jan 2001 07:58:51 +0100
12627              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
12628      Branch: perl
12629            ! hints/solaris_2.sh
12630 ____________________________________________________________________________
12631 [  8314] By: jhi                                   on 2001/01/04  18:54:07
12632         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
12633              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12634              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
12635              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
12636              
12637              Doc tweak on #8313.
12638      Branch: perl
12639            ! ext/B/B/Deparse.pm
12640 ____________________________________________________________________________
12641 [  8313] By: jhi                                   on 2001/01/04  18:52:27
12642         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
12643              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
12644              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12645              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
12646              
12647              Make the peephole optimizer to bypass more null ops and
12648              and rewrite the deparse handling of continue blocks.
12649      Branch: perl
12650            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
12651 ____________________________________________________________________________
12652 [  8312] By: jhi                                   on 2001/01/04  18:47:39
12653         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
12654      Branch: perl
12655            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
12656            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
12657            ! t/lib/st-lock.t
12658 ____________________________________________________________________________
12659 [  8311] By: jhi                                   on 2001/01/04  18:36:08
12660         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
12661              filter to be run on each .pm during the pm_to_blib() phase,
12662              a fixed version of
12663              
12664              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
12665              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
12666              Date: Wed, 03 Jan 2001 22:01:30 +0100
12667              Message-ID: <5296.978555690@nice.ram.loc>
12668      Branch: perl
12669            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
12670            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12671            ! lib/ExtUtils/MakeMaker.pm
12672 ____________________________________________________________________________
12673 [  8310] By: jhi                                   on 2001/01/04  18:32:54
12674         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
12675              From: Robin Barker <rmb1@cise.npl.co.uk>
12676              Date: Tue, 2 Jan 2001 15:35:03 GMT
12677              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
12678      Branch: perl
12679            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
12680            ! pod/perlrequick.pod
12681 ____________________________________________________________________________
12682 [  8309] By: jhi                                   on 2001/01/04  18:29:07
12683         Log: Subject: Re: [patch] static-ize XS()
12684              From: Doug MacEachern <dougm@covalent.net>
12685              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
12686              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
12687              
12688              Provide prototypes for the XS functions.
12689      Branch: perl
12690            ! lib/ExtUtils/xsubpp
12691 ____________________________________________________________________________
12692 [  8308] By: jhi                                   on 2001/01/04  18:27:44
12693         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
12694              From: Doug MacEachern <dougm@covalent.net>
12695              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
12696              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
12697      Branch: perl
12698            ! lib/ExtUtils/typemap
12699 ____________________________________________________________________________
12700 [  8307] By: jhi                                   on 2001/01/04  18:25:25
12701         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
12702              From: Doug MacEachern <dougm@covalent.net>
12703              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
12704              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
12705              
12706              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
12707      Branch: perl
12708            ! lib/ExtUtils/MM_Unix.pm
12709 ____________________________________________________________________________
12710 [  8306] By: jhi                                   on 2001/01/04  18:23:00
12711         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
12712              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12713              Date: Thu, 4 Jan 2001 12:47:10 +0100 
12714              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
12715              
12716              The toke.c part only, patching embed.h and proto.h is futile.
12717      Branch: perl
12718            ! toke.c
12719 ____________________________________________________________________________
12720 [  8305] By: jhi                                   on 2001/01/04  18:05:51
12721         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
12722              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12723              Date: Thu, 4 Jan 2001 17:50:12 +0100 
12724              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
12725      Branch: perl
12726            ! toke.c
12727 ____________________________________________________________________________
12728 [  8304] By: jhi                                   on 2001/01/04  18:03:26
12729         Log: Subject: [PATCH perl@8269]
12730              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12731              Date: Thu, 4 Jan 2001 12:53:39 +0100 
12732              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
12733              
12734              If running byacc write-enable also perly.h.
12735      Branch: perl
12736            ! Makefile.SH
12737 ____________________________________________________________________________
12738 [  8303] By: jhi                                   on 2001/01/04  15:40:49
12739         Log: Rewrite pp_concat() in terms of sv_catsv().
12740      Branch: perl
12741            ! pp_hot.c
12742 ____________________________________________________________________________
12743 [  8302] By: nick                                  on 2001/01/03  22:43:22
12744         Log: Integrate mainline.
12745      Branch: perlio
12746           !> ext/Encode/Encode.xs sv.c utf8.c
12747 ____________________________________________________________________________
12748 [  8301] By: jhi                                   on 2001/01/02  23:40:26
12749         Log: Variable naming tweak.
12750      Branch: perl
12751            ! sv.c
12752 ____________________________________________________________________________
12753 [  8300] By: jhi                                   on 2001/01/02  23:40:02
12754         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
12755              in is_utf8_string().
12756      Branch: perl
12757            ! utf8.c
12758 ____________________________________________________________________________
12759 [  8299] By: jhi                                   on 2001/01/02  22:14:40
12760         Log: Integrate perlio.
12761      Branch: perl
12762           !> pp.c pp_hot.c win32/Makefile
12763 ____________________________________________________________________________
12764 [  8298] By: nick                                  on 2001/01/02  22:03:06
12765         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
12766      Branch: perlio
12767            ! pp.c pp_hot.c
12768 ____________________________________________________________________________
12769 [  8297] By: jhi                                   on 2001/01/02  04:26:28
12770         Log: Signedness nit.
12771      Branch: perl
12772            ! ext/Encode/Encode.xs
12773 ____________________________________________________________________________
12774 [  8296] By: nick                                  on 2001/01/01  23:49:36
12775         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
12776      Branch: perlio
12777            ! win32/Makefile
12778 ____________________________________________________________________________
12779 [  8295] By: jhi                                   on 2001/01/01  23:05:48
12780         Log: Integrate perlio.
12781      Branch: perl
12782           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
12783           !> t/lib/encode.t
12784 ____________________________________________________________________________
12785 [  8294] By: nick                                  on 2001/01/01  22:48:34
12786         Log: Integrate mainline
12787      Branch: perlio
12788            ! pp_hot.c t/lib/encode.t
12789           !> (integrate 65 files)
12790 ____________________________________________________________________________
12791 [  8293] By: nick                                  on 2001/01/01  21:58:50
12792         Log: More rigor in UTF-8-ness of Encode's toUnicode
12793              XS export some of the utf8 internal functions.
12794              Test some of the functions.
12795              Fix pp_concat() bug shown by said tests.
12796      Branch: perlio
12797            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
12798            ! t/lib/encode.t
12799 ____________________________________________________________________________
12800 [  8292] By: jhi                                   on 2001/01/01  18:11:44
12801         Log: Integrate perlio.
12802      Branch: perl
12803           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
12804           !> ext/Encode/encengine.c ext/Encode/encode.h
12805 ____________________________________________________________________________
12806 [  8291] By: jhi                                   on 2001/01/01  18:10:58
12807         Log: Podify README.mpeix (a new version from the web),
12808              add a dummy NAME to Carp::Heavy, regen toc.
12809      Branch: perl
12810            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
12811            ! pod/perltoc.pod
12812 ____________________________________________________________________________
12813 [  8290] By: nick                                  on 2001/01/01  17:43:47
12814         Log: Loose the "Loading..." warning.
12815              Another bug in fallback support
12816      Branch: perlio
12817            ! ext/Encode/Encode.pm ext/Encode/encengine.c
12818 ____________________________________________________________________________
12819 [  8289] By: jhi                                   on 2001/01/01  00:01:57
12820         Log: Bump up Larry's copyright.
12821      Branch: perl
12822            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
12823            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
12824            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
12825            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
12826            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
12827            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
12828            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
12829            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
12830 ____________________________________________________________________________
12831 [  8288] By: nick                                  on 2000/12/31  21:27:53
12832         Log: Fix .ucm reading - forgot a chr()
12833              Start of .ucm write (for .enc to .ucm)
12834      Branch: perlio
12835            ! ext/Encode/compile
12836 ____________________________________________________________________________
12837 [  8287] By: jhi                                   on 2000/12/31  18:15:56
12838         Log: Comment away a diagnostic message as noted by Craig A. Berry
12839              (the unexpected message was confusing testing)
12840      Branch: perl
12841            ! ext/Encode/Encode.pm
12842 ____________________________________________________________________________
12843 [  8286] By: jhi                                   on 2000/12/31  18:14:51
12844         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
12845              Date: Sun, 31 Dec 2000 11:17:37 -0600
12846              From: "Craig A. Berry" <craigberry@mac.com>
12847              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
12848      Branch: perl
12849            ! ext/Encode/Makefile.PL
12850 ____________________________________________________________________________
12851 [  8285] By: nick                                  on 2000/12/31  18:11:54
12852         Log: Start of support of ICU-style .ucm files:
12853              - teach compile how to read a .ucm file
12854              - first guess at how to represent fallbacks in "tries".
12855              - use fallbacks if check == 0
12856              - new return code to indicate we used one.
12857      Branch: perlio
12858            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
12859            ! ext/Encode/encengine.c ext/Encode/encode.h
12860 ____________________________________________________________________________
12861 [  8284] By: jhi                                   on 2000/12/31  18:04:41
12862         Log: Pacify picky VMS compiler.
12863              
12864              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
12865              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12866              Date: Sat, 30 Dec 2000 18:10:02 -0600
12867              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
12868      Branch: perl
12869            ! sv.c
12870 ____________________________________________________________________________
12871 [  8283] By: jhi                                   on 2000/12/31  16:11:47
12872         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
12873      Branch: perl
12874            ! t/lib/glob-basic.t
12875 ____________________________________________________________________________
12876 [  8282] By: jhi                                   on 2000/12/31  15:26:11
12877         Log: Integrate perlio.
12878      Branch: perl
12879           !> makedef.pl opcode.pl os2/os2.c perlio.c
12880 ____________________________________________________________________________
12881 [  8281] By: nick                                  on 2000/12/31  10:06:15
12882         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
12883              is available to be exported
12884      Branch: perlio
12885            ! makedef.pl perlio.c
12886 ____________________________________________________________________________
12887 [  8280] By: nick                                  on 2000/12/31  09:41:26
12888         Log: Ilya's OS2 patch (testing for damage on Win32)
12889      Branch: perlio
12890            ! makedef.pl opcode.pl os2/os2.c
12891 ____________________________________________________________________________
12892 [  8279] By: jhi                                   on 2000/12/30  21:52:07
12893         Log: Test nits.
12894      Branch: perl
12895            ! t/lib/syslfs.t t/op/lfs.t
12896 ____________________________________________________________________________
12897 [  8278] By: jhi                                   on 2000/12/30  21:47:49
12898         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
12899              From: andreas.koenig@anima.de (Andreas J. Koenig)
12900              Date: 30 Dec 2000 22:35:37 +0100
12901              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
12902              
12903              The 32-bit wraparound test wasn't quite right.
12904      Branch: perl
12905            ! t/lib/syslfs.t t/op/lfs.t
12906 ____________________________________________________________________________
12907 [  8277] By: jhi                                   on 2000/12/30  21:33:44
12908         Log: Subject: [PATCH] open() example in perlfunc.pod 
12909              From: Karsten Sperling <s_sperli@ira.uka.de>
12910              Date: Sat, 30 Dec 2000 22:27:09 +0100
12911              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
12912      Branch: perl
12913            ! pod/perlfunc.pod
12914 ____________________________________________________________________________
12915 [  8276] By: jhi                                   on 2000/12/30  20:32:40
12916         Log: Not quite that many tests yet.
12917      Branch: perl
12918            ! t/op/pat.t
12919 ____________________________________________________________________________
12920 [  8275] By: jhi                                   on 2000/12/30  20:26:58
12921         Log: Integrate perlio.
12922      Branch: perl
12923           !> toke.c
12924 ____________________________________________________________________________
12925 [  8274] By: jhi                                   on 2000/12/30  20:24:56
12926         Log: Signedness nit.
12927      Branch: perl
12928            ! utf8.c
12929 ____________________________________________________________________________
12930 [  8273] By: jhi                                   on 2000/12/30  20:15:46
12931         Log: Add a test case for 20000731.001 which was fixed by the #8267.
12932      Branch: perl
12933            ! t/op/pat.t
12934 ____________________________________________________________________________
12935 [  8272] By: nick                                  on 2000/12/30  19:47:51
12936         Log: Tweak for MULTIPLICITY/USE_PERLIO
12937      Branch: perlio
12938            ! toke.c
12939 ____________________________________________________________________________
12940 [  8271] By: nick                                  on 2000/12/30  19:46:45
12941         Log: Integrate mainline
12942      Branch: perlio
12943           +> lib/unicode/distinct.pm
12944           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
12945           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
12946           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
12947 ____________________________________________________________________________
12948 [  8270] By: jhi                                   on 2000/12/30  19:39:50
12949         Log: Subject: RE: perl@8269
12950              From: "Richard Soderberg" <rs@crystalflame.net>
12951              Date: Sat, 30 Dec 2000 11:36:27 -0800
12952              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
12953              
12954              A missing aTHX_.
12955      Branch: perl
12956            ! toke.c
12957 ____________________________________________________________________________
12958 [  8269] By: jhi                                   on 2000/12/30  18:55:48
12959         Log: Update Changes.
12960      Branch: perl
12961            ! Changes patchlevel.h
12962 ____________________________________________________________________________
12963 [  8268] By: jhi                                   on 2000/12/30  17:18:40
12964         Log: Add a test for Unicode split //.  The #8267 was the cure.
12965      Branch: perl
12966            ! t/op/split.t
12967 ____________________________________________________________________________
12968 [  8267] By: jhi                                   on 2000/12/30  17:14:19
12969         Log: Subject: more UTF8 test suites and an UTF8 patch
12970              From: Inaba Hiroto <inaba@st.rim.or.jp>
12971              Date: Sat, 30 Dec 2000 14:27:10 +0900
12972              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
12973              
12974              Just the patch part for now, and the pragma renamed
12975              as unicode::distinct.
12976      Branch: perl
12977            + lib/unicode/distinct.pm
12978            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
12979            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
12980            ! regcomp.h regexec.c sv.c toke.c utf8.c
12981 ____________________________________________________________________________
12982 [  8266] By: nick                                  on 2000/12/30  16:40:49
12983         Log: Integrate mainline
12984      Branch: perlio
12985           +> lib/Pod/Text/Overstrike.pm
12986           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
12987           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
12988           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
12989           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
12990           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
12991 ____________________________________________________________________________
12992 [  8265] By: jhi                                   on 2000/12/30  07:28:55
12993         Log: The sv_catsv() fix, take two.
12994      Branch: perl
12995            ! sv.c t/op/join.t
12996 ____________________________________________________________________________
12997 [  8264] By: jhi                                   on 2000/12/30  06:19:18
12998         Log: Undo all the join-related changes since #8248: relevant
12999              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
13000              The new sv_catsv() doesn't fly so it must go back to
13001              the drawing board.
13002      Branch: perl
13003            ! sv.c t/op/join.t t/pragma/utf8.t
13004 ____________________________________________________________________________
13005 [  8263] By: jhi                                   on 2000/12/30  01:08:32
13006         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
13007      Branch: perl
13008            ! sv.c
13009 ____________________________________________________________________________
13010 [  8262] By: jhi                                   on 2000/12/30  00:45:14
13011         Log: Retract #8261.
13012      Branch: perl
13013            ! hv.c util.c
13014 ____________________________________________________________________________
13015 [  8261] By: jhi                                   on 2000/12/30  00:38:32
13016         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
13017      Branch: perl
13018            ! hv.c util.c
13019 ____________________________________________________________________________
13020 [  8260] By: jhi                                   on 2000/12/29  22:51:33
13021         Log: (Retracted by #8264)  More fixing for #8251.
13022      Branch: perl
13023            ! sv.c
13024 ____________________________________________________________________________
13025 [  8259] By: jhi                                   on 2000/12/29  18:27:30
13026         Log: Subject: podlators 1.06 released
13027              From: Russ Allbery <rra@stanford.edu>
13028              Date: 25 Dec 2000 05:09:30 -0800
13029              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
13030      Branch: perl
13031            + lib/Pod/Text/Overstrike.pm
13032            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
13033            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
13034 ____________________________________________________________________________
13035 [  8258] By: jhi                                   on 2000/12/29  18:20:45
13036         Log: Make the large file tests more robust/talkative as suggested by
13037              
13038              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
13039              From: andreas.koenig@anima.de (Andreas J. Koenig)
13040              Date: 29 Dec 2000 14:23:01 +0100
13041              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
13042      Branch: perl
13043            ! t/lib/syslfs.t t/op/lfs.t
13044 ____________________________________________________________________________
13045 [  8257] By: jhi                                   on 2000/12/29  17:48:04
13046         Log: Further VMS piping fixes from Charles Lane:
13047              
13048              In summary, error messages produced when a subprocess terminated
13049              abnormally were being sent not just to the parent process, but to
13050              grandparents, because of default values for error output that were
13051              not completely overridden when the subprocess was started.
13052              
13053              This patch fixes this behavior by defining user-mode (i.e., temporary
13054              for the duration of the program) logical names for SYS$OUTPUT and
13055              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
13056              changes to make it so that the user-mode logicals are the ones that
13057              control where Perl's error messages go if it terminates abnormally.
13058              
13059              I also added some gratuitous fixes to the indentation of braces in
13060              the piping code.  It just looked ugly, before.
13061      Branch: perl
13062            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
13063 ____________________________________________________________________________
13064 [  8256] By: jhi                                   on 2000/12/29  17:45:12
13065         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
13066              From: "Casey R. Tweten" <crt@kiski.net>
13067              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
13068              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
13069              
13070              Tests for for #8240.
13071      Branch: perl
13072            ! t/pragma/constant.t
13073 ____________________________________________________________________________
13074 [  8255] By: jhi                                   on 2000/12/29  17:43:07
13075         Log: Subject: Re: [PATCH] Interesting syntax idea
13076              From: Simon Cozens <simon@cozens.net>
13077              Date: Fri, 29 Dec 2000 14:34:04 +0000
13078              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
13079              
13080              Tests for #8254.
13081      Branch: perl
13082            ! t/pragma/sub_lval.t
13083 ____________________________________________________________________________
13084 [  8254] By: jhi                                   on 2000/12/29  17:42:11
13085         Log: Subject: [PATCH] Interesting syntax idea
13086              From: Simon Cozens <simon@cozens.net>
13087              Date: Wed, 27 Dec 2000 05:08:57 +0000
13088              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
13089              
13090              Make opens + bareword assigns do typeglob assigns.
13091      Branch: perl
13092            ! op.c
13093 ____________________________________________________________________________
13094 [  8253] By: jhi                                   on 2000/12/29  17:36:45
13095         Log: Output the (apparent) version of gcc, as suggested by
13096              
13097              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
13098              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
13099              Date: 26 Dec 2000 04:29:17 -0500
13100              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
13101              
13102              (The patch as such didn't any more apply as the misparsing had
13103              already been addressed in #6474.)  Also change the wording about
13104              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
13105      Branch: perl
13106            ! hints/dec_osf.sh
13107 ____________________________________________________________________________
13108 [  8252] By: nick                                  on 2000/12/29  12:14:31
13109         Log: Integrate mainline
13110      Branch: perlio
13111           !> (integrate 27 files)
13112 ____________________________________________________________________________
13113 [  8251] By: jhi                                   on 2000/12/29  08:45:46
13114         Log: (Retracted by #8264)
13115              
13116              (Fixed by #8260.)
13117              
13118              sv_catsv() needs one more byte space than seems reasonable.
13119              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
13120              Curiouser and curiouser.
13121      Branch: perl
13122            ! sv.c
13123 ____________________________________________________________________________
13124 [  8250] By: jhi                                   on 2000/12/29  07:57:52
13125         Log: More split // UTF-8 tests.
13126      Branch: perl
13127            ! t/pragma/utf8.t
13128 ____________________________________________________________________________
13129 [  8249] By: jhi                                   on 2000/12/29  07:54:51
13130         Log: (Retracted by #8264)  More join() testing which was good because
13131              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
13132      Branch: perl
13133            ! pp.c t/op/join.t utf8.c utf8.h
13134 ____________________________________________________________________________
13135 [  8248] By: jhi                                   on 2000/12/29  07:08:32
13136         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
13137              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
13138              that the only cases to care about are byte+byte and byte+character.
13139              
13140              TODO: See how well pp_concat() could be implemented in terms
13141              of sv_catsv().
13142      Branch: perl
13143            ! doop.c sv.c t/op/join.t utf8.h
13144 ____________________________________________________________________________
13145 [  8247] By: jhi                                   on 2000/12/29  06:35:23
13146         Log: Signedness nit.
13147      Branch: perl
13148            ! pp_hot.c
13149 ____________________________________________________________________________
13150 [  8246] By: jhi                                   on 2000/12/29  01:23:31
13151         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
13152              From: Lupe Christoph <lupe@lupe-christoph.de>
13153              Date: Thu, 28 Dec 2000 23:00:00 +0100
13154              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
13155              
13156              Suggest rsync --delete --dry-run.
13157      Branch: perl
13158            ! pod/perlhack.pod
13159 ____________________________________________________________________________
13160 [  8245] By: jhi                                   on 2000/12/28  23:57:05
13161         Log: The maxiters upper limit sanity check (guarding against
13162              non-progress) assumed bytes instead of characters in s///
13163              and split().
13164      Branch: perl
13165            ! pp.c pp_hot.c
13166 ____________________________________________________________________________
13167 [  8244] By: jhi                                   on 2000/12/28  23:34:08
13168         Log: Make some panic messages a bit more logical.
13169      Branch: perl
13170            ! doop.c pod/perldiag.pod pp.c pp_hot.c
13171 ____________________________________________________________________________
13172 [  8243] By: jhi                                   on 2000/12/28  22:59:16
13173         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
13174              From: Simon Cozens <simon@cozens.net>
13175              Date: Wed, 27 Dec 2000 02:30:03 +0000
13176              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
13177      Branch: perl
13178            ! pp.c t/pragma/sub_lval.t
13179 ____________________________________________________________________________
13180 [  8242] By: jhi                                   on 2000/12/28  22:56:53
13181         Log: Subject: [PATCH blead] Fix B::Terse indentation
13182              From: Daniel Chetlin <daniel@chetlin.com>
13183              Date: Wed, 27 Dec 2000 06:43:30 -0800
13184              Message-ID: <20001227064329.B9573@darkstar>
13185      Branch: perl
13186            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
13187 ____________________________________________________________________________
13188 [  8241] By: jhi                                   on 2000/12/28  22:48:59
13189         Log: The latter patch from the
13190              
13191              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
13192              From: Peter Prymmer <pvhp@forte.com> 
13193              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
13194              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
13195              
13196              (the former patch from the above should have been
13197              taken care of by Nick I-S)
13198      Branch: perl
13199            ! win32/Makefile
13200 ____________________________________________________________________________
13201 [  8240] By: jhi                                   on 2000/12/28  22:45:22
13202         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
13203              From: "Casey R. Tweten" <crt@kiski.net>
13204              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
13205              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
13206      Branch: perl
13207            ! lib/constant.pm
13208 ____________________________________________________________________________
13209 [  8239] By: jhi                                   on 2000/12/28  22:37:45
13210         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
13211              From: Simon Cozens <simon@cozens.net>
13212              Date: Wed, 27 Dec 2000 14:12:44 +0000
13213              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
13214      Branch: perl
13215            ! t/op/method.t t/op/sort.t toke.c
13216 ____________________________________________________________________________
13217 [  8238] By: jhi                                   on 2000/12/28  22:30:32
13218         Log: Subject: [PATCH perl@8229] Call.pm
13219              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
13220              Date: Mon, 25 Dec 2000 10:47:15 -0000
13221              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
13222      Branch: perl
13223            ! ext/Filter/Util/Call/Call.pm
13224 ____________________________________________________________________________
13225 [  8237] By: jhi                                   on 2000/12/28  22:19:21
13226         Log: Subject: [PATCH blead] Fix problem with `&' prototype
13227              From: Daniel Chetlin <daniel@chetlin.com>
13228              Date: Wed, 27 Dec 2000 15:55:32 -0800
13229              Message-ID: <20001227155532.D9573@darkstar>
13230      Branch: perl
13231            ! op.c t/comp/proto.t
13232 ____________________________________________________________________________
13233 [  8236] By: jhi                                   on 2000/12/28  22:09:25
13234         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
13235              From: Daniel Chetlin <daniel@chetlin.com>
13236              Date: Sun, 24 Dec 2000 04:09:49 -0800
13237              Message-ID: <20001224040949.B3090@darkstar>
13238      Branch: perl
13239            ! gv.c mg.c t/op/attrs.t
13240 ____________________________________________________________________________
13241 [  8235] By: jhi                                   on 2000/12/28  22:07:11
13242         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
13243              From: Jan Dubois <jand@ActiveState.com>
13244              Date: Tue, 26 Dec 2000 20:57:31 -0800
13245              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
13246      Branch: perl
13247            ! win32/win32.c
13248 ____________________________________________________________________________
13249 [  8234] By: jhi                                   on 2000/12/28  21:52:42
13250         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
13251              From: Simon Cozens <simon@cozens.net>
13252              Date: Thu, 28 Dec 2000 20:33:13 +0000
13253              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
13254      Branch: perl
13255            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
13256 ____________________________________________________________________________
13257 [  8233] By: jhi                                   on 2000/12/28  19:40:49
13258         Log: Integrate perlio.
13259      Branch: perl
13260           !> ext/Encode/Makefile.PL ext/Encode/compile
13261 ____________________________________________________________________________
13262 [  8232] By: nick                                  on 2000/12/23  16:06:00
13263         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
13264              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
13265      Branch: perlio
13266            ! ext/Encode/Makefile.PL
13267 ____________________________________________________________________________
13268 [  8231] By: nick                                  on 2000/12/23  14:30:34
13269         Log: "Compiled" encode build cleanup
13270              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
13271              - .c files do not export sub-tables
13272      Branch: perlio
13273            ! ext/Encode/Makefile.PL ext/Encode/compile
13274 ____________________________________________________________________________
13275 [  8230] By: nick                                  on 2000/12/23  12:50:37
13276         Log: Integrate mainline
13277      Branch: perlio
13278           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
13279           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
13280           !> pod/perl5004delta.pod pod/perl5005delta.pod
13281           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
13282           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
13283           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
13284           !> pod/perlsub.pod
13285 ____________________________________________________________________________
13286 [  8229] By: jhi                                   on 2000/12/22  15:32:12
13287         Log: Integrate perlio.
13288      Branch: perl
13289           +> win32/distclean.bat
13290           !> MANIFEST t/io/utf8.t
13291 ____________________________________________________________________________
13292 [  8228] By: jhi                                   on 2000/12/22  15:29:40
13293         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
13294              From: Robin Barker <rmb1@cise.npl.co.uk>
13295              Date: Fri, 22 Dec 2000 12:17:38 GMT
13296              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
13297      Branch: perl
13298            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
13299            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
13300            ! pod/perl5004delta.pod pod/perl5005delta.pod
13301            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
13302            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
13303            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
13304            ! pod/perlsub.pod
13305 ____________________________________________________________________________
13306 [  8227] By: jhi                                   on 2000/12/22  15:24:28
13307         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
13308              From: "John L. Allen" <allen@grumman.com>
13309              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
13310              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
13311              
13312              Document APPLLIB_EXP.
13313      Branch: perl
13314            ! INSTALL
13315 ____________________________________________________________________________
13316 [  8226] By: nick                                  on 2000/12/21  22:11:50
13317         Log: Handy script for when one forgets to "dmake clean" 
13318      Branch: perlio
13319            + win32/distclean.bat
13320            ! MANIFEST
13321 ____________________________________________________________________________
13322 [  8225] By: nick                                  on 2000/12/21  21:54:04
13323         Log: CRLF platform issue with io/utf8 fix.
13324      Branch: perlio
13325            ! t/io/utf8.t
13326 ____________________________________________________________________________
13327 [  8224] By: nick                                  on 2000/12/21  21:02:20
13328         Log: Integrate mainline
13329      Branch: perlio
13330           !> Changes Configure Makefile.SH Porting/Glossary
13331           !> Porting/config.sh Porting/config_H configure.com
13332           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
13333           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
13334           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
13335           !> win32/config.bc win32/config.gc win32/config.vc
13336 ____________________________________________________________________________
13337 [  8223] By: jhi                                   on 2000/12/21  17:09:16
13338         Log: Update Changes.
13339      Branch: perl
13340            ! Changes patchlevel.h
13341 ____________________________________________________________________________
13342 [  8222] By: jhi                                   on 2000/12/21  16:24:01
13343         Log: Metaconfig unit changes for #8221.
13344      Branch: metaconfig/U/perl
13345           +> issymlink.U
13346            - testsyml.U
13347            ! Mksymlinks.U
13348 ____________________________________________________________________________
13349 [  8221] By: jhi                                   on 2000/12/21  16:23:48
13350         Log: Rename testsyml to issymlink.
13351      Branch: perl
13352            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13353            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
13354            ! win32/config.vc
13355 ____________________________________________________________________________
13356 [  8220] By: jhi                                   on 2000/12/21  15:47:26
13357         Log: Robustness support for #8218 (symlink forest) since the GNU
13358              tools seem to be overly picky about symlinkage depths.
13359      Branch: perl
13360            ! Makefile.SH t/io/fs.t
13361 ____________________________________________________________________________
13362 [  8219] By: jhi                                   on 2000/12/21  15:38:27
13363         Log: Metaconfig changes for #8218.
13364      Branch: metaconfig
13365            ! U/modified/Oldconfig.U
13366      Branch: metaconfig/U/perl
13367            + Mksymlinks.U
13368            ! testsyml.U
13369 ____________________________________________________________________________
13370 [  8218] By: jhi                                   on 2000/12/21  15:37:57
13371         Log: Add Configure option -Dmksymlinks which will create a symlink
13372              forest if the current/build differs from the source directory.
13373              TODO: mkdir -p is not portable.
13374      Branch: perl
13375            ! Configure
13376 ____________________________________________________________________________
13377 [  8217] By: jhi                                   on 2000/12/21  14:39:12
13378         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
13379              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
13380              Date: Thu, 21 Dec 2000 09:38:18 GMT
13381              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
13382              
13383              The ofs became an SV.
13384      Branch: perl
13385            ! ext/Thread/Thread.xs
13386 ____________________________________________________________________________
13387 [  8216] By: jhi                                   on 2000/12/21  05:40:21
13388         Log: The polymorphism seems to have fixed 20000517.001.
13389      Branch: perl
13390            ! t/pragma/utf8.t
13391 ____________________________________________________________________________
13392 [  8215] By: jhi                                   on 2000/12/21  04:44:52
13393         Log: read() documentation tweak for 20001121.004.
13394      Branch: perl
13395            ! pod/perlfunc.pod
13396 ____________________________________________________________________________
13397 [  8214] By: jhi                                   on 2000/12/21  03:54:11
13398         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
13399      Branch: perl
13400            ! pp_sys.c t/op/misc.t
13401 ____________________________________________________________________________
13402 [  8213] By: jhi                                   on 2000/12/21  00:28:10
13403         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
13404              From: Peter Prymmer <pvhp@forte.com>
13405              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
13406              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
13407      Branch: perl
13408            ! configure.com
13409 ____________________________________________________________________________
13410 [  8212] By: jhi                                   on 2000/12/21  00:26:21
13411         Log: Edit edit edit.
13412      Branch: perl
13413            ! pod/perlfaq3.pod
13414 ____________________________________________________________________________
13415 [  8211] By: jhi                                   on 2000/12/20  18:52:46
13416         Log: Update Changes.
13417      Branch: perl
13418            ! Changes patchlevel.h
13419 ____________________________________________________________________________
13420 [  8210] By: jhi                                   on 2000/12/20  18:34:47
13421         Log: Yet another editor edit.
13422      Branch: perl
13423            ! pod/perlfaq3.pod
13424 ____________________________________________________________________________
13425 [  8209] By: jhi                                   on 2000/12/20  15:33:28
13426         Log: More Win32 Perling.
13427      Branch: perl
13428            ! pod/perlfaq3.pod
13429 ____________________________________________________________________________
13430 [  8208] By: jhi                                   on 2000/12/20  15:07:46
13431         Log: More Win32 editor/IDE/shell hints.
13432      Branch: perl
13433            ! pod/perlfaq3.pod
13434 ____________________________________________________________________________
13435 [  8207] By: jhi                                   on 2000/12/20  03:54:08
13436         Log: Subject: [PATCH] obscure timing knowledge
13437              From: Nicholas Clark <nick@ccl4.org>
13438              Date: Tue, 19 Dec 2000 19:22:31 +0000
13439              Message-ID: <20001219192231.F2827@plum.flirble.org>
13440      Branch: perl
13441            ! sv.c
13442 ____________________________________________________________________________
13443 [  8206] By: jhi                                   on 2000/12/20  03:45:57
13444         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
13445              From: Spider Boardman <spider@leggy.zk3.dec.com>
13446              Date: Tue, 19 Dec 2000 21:30:16 -0500
13447              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
13448      Branch: perl
13449            ! sv.c
13450 ____________________________________________________________________________
13451 [  8205] By: jhi                                   on 2000/12/19  23:02:01
13452         Log: Update Changes.
13453      Branch: perl
13454            ! Changes patchlevel.h
13455 ____________________________________________________________________________
13456 [  8204] By: jhi                                   on 2000/12/19  22:58:18
13457         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
13458              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
13459              on editors and diffing/patching.
13460      Branch: perl
13461            ! t/op/utf8decode.t
13462 ____________________________________________________________________________
13463 [  8203] By: nick                                  on 2000/12/19  21:36:16
13464         Log: Integrate mainline (forgot my own change...)
13465      Branch: perlio
13466           !> ext/Encode/compile
13467 ____________________________________________________________________________
13468 [  8202] By: nick                                  on 2000/12/19  21:34:42
13469         Log: Integrate mainline.
13470      Branch: perlio
13471           !> (integrate 61 files)
13472 ____________________________________________________________________________
13473 [  8201] By: nick                                  on 2000/12/19  21:34:06
13474         Log: Avoid looking for File::Glob when we don't need it.
13475      Branch: perl
13476            ! ext/Encode/compile
13477 ____________________________________________________________________________
13478 [  8200] By: jhi                                   on 2000/12/19  18:35:49
13479         Log: Update Changes.
13480      Branch: perl
13481            ! Changes patchlevel.h
13482 ____________________________________________________________________________
13483 [  8199] By: jhi                                   on 2000/12/19  18:35:07
13484         Log: Microperl tweaks.
13485      Branch: perl
13486            ! sv.c uconfig.h uconfig.sh
13487 ____________________________________________________________________________
13488 [  8198] By: jhi                                   on 2000/12/19  18:29:59
13489         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
13490      Branch: perl
13491            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13492            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
13493 ____________________________________________________________________________
13494 [  8197] By: jhi                                   on 2000/12/19  17:55:29
13495         Log: In VMS embedded perls couldn't access the statically built Socket,
13496              from Charles Lane.
13497      Branch: perl
13498            ! configure.com
13499 ____________________________________________________________________________
13500 [  8196] By: jhi                                   on 2000/12/19  17:49:50
13501         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
13502              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
13503              Date: Sun, 17 Dec 2000 19:11:44 -0000
13504              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
13505      Branch: perl
13506            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13507            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
13508 ____________________________________________________________________________
13509 [  8195] By: jhi                                   on 2000/12/19  17:47:53
13510         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
13511              From: Jonathan Stowe <gellyfish@gellyfish.com>
13512              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
13513              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
13514      Branch: perl
13515            ! utils/h2xs.PL
13516 ____________________________________________________________________________
13517 [  8194] By: jhi                                   on 2000/12/19  17:46:28
13518         Log: Subject: Re: useless use of void context work-around
13519              From: andreas.koenig@anima.de (Andreas J. Koenig)
13520              Date: 16 Dec 2000 15:13:36 +0100
13521              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
13522              
13523              Document (comment) the q(di ds ig) trick in the code.
13524      Branch: perl
13525            ! op.c
13526 ____________________________________________________________________________
13527 [  8193] By: jhi                                   on 2000/12/19  17:10:57
13528         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
13529              From: "Mark J. Reed" <mreed@strange.turner.com>
13530              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
13531              Message-Id: <200012160222.VAA13986@strange.turner.com>
13532      Branch: perl
13533            ! ext/Sys/Syslog/Syslog.pm
13534 ____________________________________________________________________________
13535 [  8192] By: jhi                                   on 2000/12/19  17:07:45
13536         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
13537              From: Nicholas Clark <nick@ccl4.org>
13538              Date: Sat, 16 Dec 2000 19:03:13 +0000
13539              Message-ID: <20001216190313.D68304@plum.flirble.org>
13540      Branch: perl
13541            ! t/op/64bitint.t
13542 ____________________________________________________________________________
13543 [  8191] By: jhi                                   on 2000/12/19  17:06:13
13544         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
13545              From: Dominic Dunlop <domo@computer.org>
13546              Date: Mon, 18 Dec 2000 12:00:15 +0100
13547              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
13548              
13549              This patchlet is needed in order that perl can be statically linked.  
13550      Branch: perl
13551            ! regexec.c
13552 ____________________________________________________________________________
13553 [  8190] By: jhi                                   on 2000/12/19  17:03:08
13554         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
13555              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13556              Date: Sun, 17 Dec 2000 00:18:35 -0600
13557              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
13558      Branch: perl
13559            ! perlio.h vms/gen_shrfls.pl
13560 ____________________________________________________________________________
13561 [  8189] By: jhi                                   on 2000/12/19  16:20:28
13562         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
13563              From: Prymmer/Kahn <pvhp@best.com>
13564              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
13565              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
13566              
13567              A better version of #8188.
13568      Branch: perl
13569            ! pod/perlfaq3.pod
13570 ____________________________________________________________________________
13571 [  8188] By: jhi                                   on 2000/12/19  15:57:06
13572         Log: (Replaced by #8189)
13573              
13574              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
13575              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
13576              From: Prymmer/Kahn <pvhp@best.com>
13577              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
13578              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
13579              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
13580              Date: Mon, 18 Dec 2000 11:10:45 -0500
13581              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
13582      Branch: perl
13583            ! pod/perlfaq3.pod
13584 ____________________________________________________________________________
13585 [  8187] By: jhi                                   on 2000/12/19  15:54:19
13586         Log: Email address fix for Anton Berezin.
13587      Branch: perl
13588            ! AUTHORS
13589 ____________________________________________________________________________
13590 [  8186] By: jhi                                   on 2000/12/19  15:38:54
13591         Log: Subject: [PATCH perl@8102] cygwin port
13592              From: "Eric Fifer" <efifer@dircon.co.uk> 
13593              Date: Thu, 14 Dec 2000 13:41:29 -0000
13594              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
13595              
13596              When compiling modules the data item that is being imported
13597              from libperl.dll needs to be tagged as imported/shared data:
13598              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
13599      Branch: perl
13600            ! perliol.h
13601 ____________________________________________________________________________
13602 [  8185] By: jhi                                   on 2000/12/19  14:53:24
13603         Log: Regen uconfig.h and uconfig.sh.
13604      Branch: perl
13605            ! uconfig.h uconfig.sh
13606 ____________________________________________________________________________
13607 [  8184] By: jhi                                   on 2000/12/18  20:43:49
13608         Log: Comments work so much better when they are closed.
13609      Branch: perl
13610            ! regcomp.c
13611 ____________________________________________________________________________
13612 [  8183] By: jhi                                   on 2000/12/18  18:04:02
13613         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
13614              Fixes the bug 20001218.016.
13615      Branch: perl
13616            ! regcomp.c
13617 ____________________________________________________________________________
13618 [  8182] By: gsar                                  on 2000/12/18  09:53:47
13619         Log: delete spurious files
13620      Branch: maint-5.6/perl
13621            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
13622            - vos/config.h vos/config_h.SH_orig
13623 ____________________________________________________________________________
13624 [  8181] By: gsar                                  on 2000/12/18  09:46:08
13625         Log: regen perltoc
13626      Branch: maint-5.6/perl
13627            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
13628 ____________________________________________________________________________
13629 [  8180] By: gsar                                  on 2000/12/18  09:20:27
13630         Log: integrate changes#7924..7926,7946,7952 from mainline
13631      Branch: maint-5.6/perl
13632           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
13633           !> lib/File/stat.pm t/lib/class-struct.t
13634 ____________________________________________________________________________
13635 [  8179] By: gsar                                  on 2000/12/18  08:55:54
13636         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
13637              7918,7919,7988,8907 from mainline (various)
13638      Branch: maint-5.6/perl
13639           +> t/lib/class-struct.t
13640           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
13641           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
13642           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
13643 ____________________________________________________________________________
13644 [  8178] By: gsar                                  on 2000/12/18  08:16:30
13645         Log: avoid redefinition warnings on windows due to sys/socket.h getting
13646              #included before win32.h
13647      Branch: maint-5.6/perl
13648            ! win32/include/sys/socket.h
13649 ____________________________________________________________________________
13650 [  8177] By: gsar                                  on 2000/12/18  05:24:04
13651         Log: make regen_headers; fix POSIX.xs problems; remove outdated
13652              code from sys/socket.h that makes build fail now
13653      Branch: maint-5.6/perl
13654            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
13655            ! pod/perlapi.pod
13656           !> win32/include/sys/socket.h
13657 ____________________________________________________________________________
13658 [  8176] By: gsar                                  on 2000/12/18  05:20:17
13659         Log: update Changes
13660      Branch: maint-5.6/perl
13661            ! Changes patchlevel.h
13662 ____________________________________________________________________________
13663 [  8175] By: gsar                                  on 2000/12/18  04:57:48
13664         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
13665              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
13666              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
13667              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
13668              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
13669              7823,7825,7838
13670      Branch: maint-5.6/perl
13671           +> lib/File/Spec/Epoc.pm
13672           !> (integrate 88 files)
13673 ____________________________________________________________________________
13674 [  8174] By: gsar                                  on 2000/12/18  03:53:09
13675         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
13676              7625..7629,7631..7634,7637,7639,7642 from mainline
13677      Branch: maint-5.6/perl
13678           +> README.solaris
13679           !> (integrate 26 files)
13680 ____________________________________________________________________________
13681 [  8173] By: gsar                                  on 2000/12/18  03:37:02
13682         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
13683              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
13684              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
13685              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
13686      Branch: maint-5.6/perl
13687           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
13688            - MAINTAIN
13689           !> (integrate 111 files)
13690 ____________________________________________________________________________
13691 [  8172] By: jhi                                   on 2000/12/18  02:49:27
13692         Log: Regen pods.
13693      Branch: perl
13694            ! pod/perlmodlib.pod pod/perltoc.pod
13695 ____________________________________________________________________________
13696 [  8171] By: gsar                                  on 2000/12/18  02:49:24
13697         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
13698              7465..7471 from mainline
13699              
13700              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
13701              in platforms that strictly require all the symbols being present
13702              at link time.
13703              
13704              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
13705              
13706              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
13707              
13708              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
13709              
13710              Subject: [PATCH] todo
13711              
13712              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
13713              
13714              Use $sort, $uniq (and $tr) consistently as wondered
13715              by Nicholas Clark.
13716              
13717              Too enthusiastic editing in #7460.
13718              
13719              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
13720              
13721              Upgrade to CPAN 1.58_55.
13722              Subject: CPAN.pm status
13723              
13724              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
13725              
13726              Make target reordering to avoid pointless re-makes.
13727              Subject: Re: Total re-make of 'make okfile' after 7451 ?
13728              
13729              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
13730              
13731              Subject: DOC PATCH 5.6.0
13732              
13733              Add the repository doc by Malcolm, Sarathy, and by Simon,
13734              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
13735      Branch: maint-5.6/perl
13736           +> Porting/repository.pod
13737           !> Configure MANIFEST Makefile.SH README.dos README.os2
13738           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
13739           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
13740           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
13741 ____________________________________________________________________________
13742 [  8169] By: gsar                                  on 2000/12/18  02:33:34
13743         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
13744              7435..7441,7445 from mainline
13745              
13746              Make the UTF-8 decoding stricter and more verbose when
13747              malformation happens.  This involved adding an argument
13748              to utf8_to_uv_chk(), which involved changing its prototype,
13749              and prefer STRLEN over I32 for the UTF-8 length, which as
13750              a domino effect necessitated changing the prototypes of
13751              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
13752              The stricter UTF-8 decoding checking uses Markus Kuhn's
13753              UTF-8 Decode Stress Tester from
13754              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
13755              
13756              Run vms/vms_yfix.pl, should have done that after changing
13757              perly.c in #7382.
13758              
13759              Subject: [PATCH 5.7.0] static linking with uninstalled perl
13760              
13761              (Replaced by #7440.)
13762              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
13763              
13764              Fix the bug ID 20001024.005, the bug introduced by #7416.
13765              
13766              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
13767              
13768              Fix the bug reported in
13769              From: andreas.koenig@anima.de (Andreas J. Koenig)
13770              Also make is_utf8_char() stricter.
13771              
13772              Missed the header file changes from #7425.
13773              
13774              Check if stdio supports tweaking lval and cnt simultaneously.
13775              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
13776              
13777              Stratus VOS updates from Paul Green.
13778              
13779              Podify README.epoc and README.vos.
13780              
13781              Add targets to Makefile.SH, most importantly
13782              'regen_all' which also remembers to update vms/perly*.
13783              
13784              Subject: Minor update to find2perl, for portability
13785              
13786              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
13787              
13788              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
13789              
13790              Rename UTF8LEN() to be UNISKIP(), too confusing to have
13791              UTF8LEN() and UTF8SKIP(). 
13792              
13793              Allow poking holes at the UTF-8 decoding strictness.
13794              
13795              Continue the internal UTF-8 API tweaking.
13796              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
13797              used much more than the simpler API, now called utf8_to_uv_simple().
13798              Still not quite happy with API, too much partial duplication
13799              of functionality.
13800              
13801              A new version of making the syslog test more robust.
13802              (Replaces #7421.)
13803              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
13804              
13805              buildtoc target tweaks.
13806              
13807              Integrate with vmsperl #7430 by Charles Bailey:
13808              
13809              Cleanup from prior patch (Charles Lane?):
13810              - improve handling of MFDs in Basename and Path
13811              - default to no xsubpp line # munging when building debug images
13812      Branch: maint-5.6/perl
13813           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13814           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
13815           !> (integrate 67 files)
13816 ____________________________________________________________________________
13817 [  8168] By: gsar                                  on 2000/12/18  02:05:49
13818         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
13819              
13820              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
13821              From: Martin Husemann <martin@duskware.de>
13822              
13823              Subject: [PATCH 5.7.0] restore match data on backtracing
13824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13825      Branch: maint-5.6/perl
13826           !> regcomp.c regexec.c t/op/re_tests
13827 ____________________________________________________________________________
13828 [  8167] By: gsar                                  on 2000/12/18  01:55:22
13829         Log: integrate changes#7858,7986 from mainline
13830              
13831              C<foreach my $x ...> in pseudo-fork()ed process may diddle
13832              parent's memory; fix it by keeping track of the actual pad
13833              offset rather than a raw pointer (this change is probably also
13834              relevant to non-ithreads case to avoid fallout from reallocs of
13835              the pad array, but is currently only enabled for the ithreads
13836              case in the interests of minimal disruption to existing "well
13837              tested" code)
13838              
13839              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
13840              due to the notorious GetFileType() bug in Windows 9x, which fstat()
13841              tickles)
13842      Branch: maint-5.6/perl
13843           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
13844           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
13845           !> win32/win32.c win32/win32.h win32/win32sck.c
13846 ____________________________________________________________________________
13847 [  8166] By: gsar                                  on 2000/12/18  01:52:59
13848         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
13849              from mainline (xsubpp and ExtUtils::LibList fixups, various
13850              other small items)
13851      Branch: maint-5.6/perl
13852           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
13853           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
13854           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
13855           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
13856           !> win32/bin/search.pl
13857 ____________________________________________________________________________
13858 [  8165] By: gsar                                  on 2000/12/18  01:28:45
13859         Log: integrate changes#7533,7563,7611,7623 from mainline (various
13860              malloc.c embellishments)
13861      Branch: maint-5.6/perl
13862           !> malloc.c pod/perldiag.pod
13863 ____________________________________________________________________________
13864 [  8164] By: gsar                                  on 2000/12/18  01:23:33
13865         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
13866              fixups)
13867      Branch: maint-5.6/perl
13868           !> utils/h2xs.PL
13869 ____________________________________________________________________________
13870 [  8163] By: gsar                                  on 2000/12/18  01:17:50
13871         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
13872              fixups)
13873      Branch: maint-5.6/perl
13874           !> Makefile.SH utils/perlbug.PL
13875 ____________________________________________________________________________
13876 [  8162] By: gsar                                  on 2000/12/18  00:25:43
13877         Log: always export Perl_deb() (it is required by re.xs whether
13878              Perl is built with or without -DDEBUGGING)
13879      Branch: maint-5.6/perl
13880            ! makedef.pl
13881 ____________________________________________________________________________
13882 [  8161] By: gsar                                  on 2000/12/18  00:23:38
13883         Log: integrate change#7414 from mainline
13884              
13885              Undo the basename() part of #7412 since the lib/basename
13886              tests would need upgrading too.
13887              
13888              squelch two tests in tr.t that rely on tr/// paranoia change
13889              that's not in 5.6.x
13890      Branch: maint-5.6/perl
13891            ! t/op/tr.t
13892           !> lib/File/Basename.pm
13893 ____________________________________________________________________________
13894 [  8160] By: gsar                                  on 2000/12/18  00:05:30
13895         Log: missing change in previous integrate
13896      Branch: maint-5.6/perl
13897           !> README.aix
13898 ____________________________________________________________________________
13899 [  8159] By: gsar                                  on 2000/12/18  00:03:38
13900         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
13901              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
13902              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
13903              7410..7413 from mainline
13904      Branch: maint-5.6/perl
13905           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
13906           +> t/lib/tie-splice.t
13907            - lib/unicode/Is/DCinital.pl
13908           !> (integrate 112 files)
13909 ____________________________________________________________________________
13910 [  8158] By: jhi                                   on 2000/12/17  23:04:24
13911         Log: Subject: [PATCHES] RE: perl@8150 
13912              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
13913              Date: Sun, 17 Dec 2000 21:46:39 +0100
13914              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
13915              
13916              Neither cygwin has a getpwuid() one can trust on.
13917      Branch: perl
13918            ! t/lib/glob-basic.t
13919 ____________________________________________________________________________
13920 [  8157] By: jhi                                   on 2000/12/17  23:01:54
13921         Log: More MAN.PODS => {} fixes.
13922      Branch: perl
13923            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
13924            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
13925            ! os2/OS2/REXX/Makefile.PL
13926 ____________________________________________________________________________
13927 [  8156] By: gsar                                  on 2000/12/17  22:49:13
13928         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
13929              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
13930              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
13931              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
13932              7201,7204 from mainline
13933      Branch: maint-5.6/perl
13934           !> (integrate 121 files)
13935 ____________________________________________________________________________
13936 [  8155] By: jhi                                   on 2000/12/17  22:30:58
13937         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
13938              From: "Craig A. Berry" <craigberry@mac.com>
13939              Date: Sun, 17 Dec 2000 13:09:28 -0600
13940              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
13941              
13942              MAN.PODS => ' ' is naughty.
13943      Branch: perl
13944            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
13945 ____________________________________________________________________________
13946 [  8154] By: nick                                  on 2000/12/17  22:07:13
13947         Log: MULTIPLICITY nit.
13948      Branch: perl
13949            ! mg.c
13950 ____________________________________________________________________________
13951 [  8153] By: gsar                                  on 2000/12/17  21:23:05
13952         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
13953              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
13954              from mainline
13955              
13956              Document the SvIOK_.*UV().
13957              
13958              Update Unicode todo list.
13959              
13960              Guard against bad string->int conversion for quads.
13961              
13962              Subject: small apidoc fix
13963              
13964              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
13965              
13966              Subject: [PATCH] Tied filehandle documentation
13967              
13968              Subject: [PATCH] Modernize Opcode.pm documentation
13969              
13970              Make Data::Dumper (non-XS) to work with changed semantics of ref().
13971              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13972              [applied even though said semantics didn't change in 5.6.x]
13973              
13974              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
13975              
13976              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
13977              
13978              Fix the URL, but the server is still missing in action.
13979              Subject: [ID 20000905.002] perlfaq1.pod URL error
13980              
13981              Subject: [ID 20000903.001] \w in utf8-strings
13982              
13983              Fix the ccversion detection for 5.1 and beyond.
13984              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13985              
13986              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
13987              
13988              Subject: [ID 20000904.008] Tiny fix for perldiag
13989              
13990              Subject: Re: [ID 20000906.004] segfault with bad perl statement
13991              
13992              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13993              
13994              Subject: [ID 20000908.002] perlipc documentation bug.
13995              
13996              Subject: [PATCH lib/Benchmark.pm]
13997              
13998              Re-allow vec() for characters > 255.
13999              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
14000              
14001              Do away with memory models cruft.  Sorry, PDP users.
14002              
14003              Continue #7041.
14004              
14005              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
14006              
14007              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
14008              
14009              Upgrade to CPAN 1.57_65, from Andreas König.
14010              
14011              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
14012              by Russ Allbery.
14013              
14014              Silence t/pod/*.t about alternate quote-mappings now implemented
14015              by Pod::Text, from Brad Appleton.
14016              
14017              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
14018              Subject: borland C++ win32.c tweak
14019              
14020              C<@a = @b = split(...)> optimization coredumps under ithreads
14021              (missed a spot when fixing up op_pmreplroot hack for ithreads)
14022              
14023              Document the SvUTF8*().
14024              
14025              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
14026              
14027              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
14028              
14029              Do in VMS as the #7054 does.
14030              
14031              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
14032              
14033              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
14034              
14035              Subject: [patch: perl@7045] vms updates
14036              
14037              Test for the #7049.
14038              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
14039              
14040              Break up the myconfig lines a bit.
14041              Subject: perlbug/perl -V output format
14042              
14043              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
14044              
14045              The #7054 truncated Configure badly.
14046              
14047              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
14048              initialization in all the threads on Windows
14049              
14050              Allow for whitespace between "#" and "line" in cpp output.
14051              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
14052              
14053              Remove vestiges of tr//CU.
14054              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
14055              
14056              The return value of setlocale must be copied away.
14057              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
14058              
14059              Allow chop() and chomp() to be overridden.
14060              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
14061              
14062              Hints optimization.
14063              Subject: Minor nit
14064              
14065              Subject: [PATCH] de-wall t/README
14066              
14067              Subject: Re: Two advertising clauses need to be removed
14068      Branch: maint-5.6/perl
14069           !> (integrate 75 files)
14070 ____________________________________________________________________________
14071 [  8152] By: gsar                                  on 2000/12/17  20:30:11
14072         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
14073              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
14074              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
14075              
14076              Don't attach -ld to the archname if pointless.
14077              
14078              Document UNTIE in a very minimalistic way.
14079              
14080              POSIX doesn't report long double values under -Duselongdouble
14081              when the long doubles are "real" (bigger than doubles).
14082              
14083              More author updates.
14084              
14085              Try to deduce NV_MAX.  Really should be Configure fodder.
14086              
14087              :: not allowed in pathnames, change to .
14088              Subject: [PATCH perl@6938] cygwin port
14089              
14090              Forget about NV_MAX (#6951).  Various floating point tweaks,
14091              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
14092              
14093              Move the Solaris 7 scan to use64bitall, make the
14094              failure to find 64-bot sparc libc to mention the
14095              possibility of being in an intel, from Lupe and Alan.
14096              
14097              Regen perltoc.
14098              
14099              AUTHORS tweaks, from Peter Prymmer.
14100              
14101              More address tweaking.
14102              
14103              Small tweaks all over.
14104              
14105              File::Temp patches from Andreas König,
14106              
14107              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
14108              
14109              Subject: CPAN.pm beta 1.57_57 for the core
14110              
14111              Part of the solution.
14112              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
14113              
14114              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
14115              
14116              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
14117              
14118              Add the overload warnings to perldiag.
14119              
14120              Drop unused argument.
14121              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
14122              
14123              Subject: Nit in Configure (bleadperl@6961)
14124              
14125              Update to PodParser 1.18, from Brad Appleton.
14126              
14127              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
14128              
14129              Subject: [PATCH: 6948] add SCNfldbl to configure.com
14130              
14131              Document UNTIE. Also tweak implementation to suppress the 'inner references'
14132              warning when UNTIE exists and instead pass the cound of extra references to
14133              the UNTIE method.
14134              
14135              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
14136              so that case-ignoring systems like DCL can tell them from
14137              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
14138              
14139              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
14140              
14141              Feature ordering tweak.
14142              
14143              Regen perltoc.
14144              
14145              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
14146              
14147              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
14148              
14149              Subject: http:// in L<>
14150              
14151              Detypo.
14152              
14153              change#6791 accidentally clobbered change#6710, put it back
14154              
14155              Only the first line, thank you very much.
14156              
14157              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
14158              plus rework the http: spots as suggested by Tom Christiansen,
14159              plus regen perltoc.
14160              
14161              Undo part of change 6489 which looks like a bulk edit which
14162              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
14163              The supressing of main:: on return from select() is undesirable.
14164              
14165              Apparently avoiding the swapping is too costly.
14166              
14167              Various Configure nits by Philip Newton,
14168              plus the ebcdic one by me.
14169              
14170              Make certain cc is set before trying to run it.
14171              
14172              If overloaded %{} etc. return the object do not loop.
14173              Thus  sub deref { $_[0] } functions if object is wanted type.
14174              
14175              Update perlhist.
14176              
14177              More %{} and other deref special casing - do not pass to 'nomethod'.
14178      Branch: maint-5.6/perl
14179           !> (integrate 59 files)
14180 ____________________________________________________________________________
14181 [  8151] By: gsar                                  on 2000/12/17  19:14:38
14182         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
14183              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
14184              
14185              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
14186              
14187              Make the epsilon to be relative, not absolute.
14188              
14189              Put back the flags dump as reasoned in
14190              Subject: Re: [PATCH] Glob dumping
14191              
14192              Introduce ccname to keep track of what compiler kind of we have.
14193              
14194              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
14195              
14196              Put back the slice accidentally removed by #6907.
14197              
14198              Reset archname and archname64 always, forcing them be
14199              recomputed at each Configure run, make Configure and
14200              the hints files agree on the naming of largefiles variables.
14201              
14202              Don't say "Perl 5.0 source kit".
14203              
14204              Subject: [PATCH] fix misc cast warnings
14205              
14206              Subject: typos in pods
14207              
14208              NVs not necessarily doubles, as pointed out by Yitzchak.
14209              
14210              Subject: [PATCH 6889] add a few ldbl formats to configure.com
14211              
14212              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
14213              
14214              Better options for rsync.
14215              
14216              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
14217              
14218              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
14219              
14220              Subject: [PATCH] Re: UNTIE method 
14221              
14222              A better fix for the Socket building problem from Craig Berry.
14223              
14224              Retract the dummy test, skip the security tests (instead of failing),
14225              explain what the warnings mean.
14226              
14227              Heap decorruption.
14228              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
14229              
14230              Update to Unicode 3.0.1.
14231              
14232              Missed one Unicode file.
14233              
14234              Subject: Re: typos in pods
14235              
14236              The #6929 was too skimpy.
14237              
14238              sscanf() may be the only way to read long doubles from strings.
14239              
14240              Reveal Borland's isnan.
14241              Subject: build with BC++ tweak
14242              
14243              Issue useful diagnostic on unknown pod commands.
14244              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
14245              
14246              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
14247              
14248              Clarify the third case of ftmp-security warnings.
14249              
14250              Make -Dusemorebits find long doubles in Solaris.
14251              
14252              Wrap the test in eval.
14253      Branch: maint-5.6/perl
14254           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
14255           +> lib/unicode/PropList.txt lib/unicode/README.perl
14256           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
14257           +> lib/unicode/Unicode.301 vms/vmspipe.com
14258            - lib/unicode/Props.txt lib/unicode/UCD300.html
14259            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
14260           !> (integrate 305 files)
14261 ____________________________________________________________________________
14262 [  8150] By: jhi                                   on 2000/12/17  18:47:57
14263         Log: Uncheckedin generated files.
14264      Branch: perl
14265            ! global.sym perlapi.c pod/perlapi.pod
14266 ____________________________________________________________________________
14267 [  8149] By: jhi                                   on 2000/12/17  18:41:22
14268         Log: Update Changes.
14269      Branch: perl
14270            ! Changes patchlevel.h
14271 ____________________________________________________________________________
14272 [  8148] By: jhi                                   on 2000/12/17  18:39:16
14273         Log: Subject: [PATCH] Fcntl constants speedup
14274              From: Nicholas Clark <nick@ccl4.org>
14275              Date: Sun, 17 Dec 2000 16:29:24 +0000
14276              Message-ID: <20001217162924.E97668@plum.flirble.org>
14277              
14278              Use IVs for the Fcntl constants instead of NVs.
14279      Branch: perl
14280            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
14281 ____________________________________________________________________________
14282 [  8147] By: jhi                                   on 2000/12/17  18:33:41
14283         Log: Add test for #8145 (binmode() warning), add warning for
14284              ioctl() and sockpair(), document them. (fileno() cannot
14285              be tripwired with the same kind of warning because
14286              'defined fileno($foo)' seems to be an idiom.)
14287      Branch: perl
14288            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
14289 ____________________________________________________________________________
14290 [  8146] By: gsar                                  on 2000/12/17  18:09:08
14291         Log: update Changes
14292      Branch: maint-5.6/perl
14293            ! Changes
14294 ____________________________________________________________________________
14295 [  8145] By: jhi                                   on 2000/12/17  17:39:35
14296         Log: Subject: [PATCH] Re: The long awaited feature ...
14297              From: Simon Cozens <simon@cozens.net>
14298              Date: Sun, 17 Dec 2000 12:31:56 +0000
14299              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
14300              
14301              Add a warning to binmode() about using bad filehandles
14302              (can happen e.g. if someone forgets the filehandle argument)
14303      Branch: perl
14304            ! pp_sys.c
14305 ____________________________________________________________________________
14306 [  8144] By: jhi                                   on 2000/12/17  17:33:48
14307         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
14308              From: Jonathan Stowe <gellyfish@gellyfish.com>
14309              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
14310              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
14311      Branch: perl
14312            ! lib/Net/Ping.pm
14313 ____________________________________________________________________________
14314 [  8143] By: jhi                                   on 2000/12/17  05:31:37
14315         Log: Polymorphic regexps.
14316              
14317              Fixes at least the bugs 20001028.003 (both of them...) and
14318              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
14319              also to be fixed by now, probably already before this patch.
14320      Branch: perl
14321            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
14322            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
14323            ! t/op/utf8decode.t t/pragma/utf8.t
14324 ____________________________________________________________________________
14325 [  8142] By: jhi                                   on 2000/12/16  17:16:05
14326         Log: Subject: [patch perl@8102] dos/djgpp update
14327              From: Laszlo Molnar <ml1050@freemail.hu>
14328              Date: Sat, 16 Dec 2000 01:40:52 +0100
14329              Message-ID: <20001216014052.A335@freemail.hu>
14330      Branch: perl
14331            ! djgpp/config.over t/base/commonsense.t
14332 ____________________________________________________________________________
14333 [  8141] By: jhi                                   on 2000/12/16  17:09:27
14334         Log: Few uncheckedin files.
14335      Branch: perl
14336            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
14337 ____________________________________________________________________________
14338 [  8140] By: nick                                  on 2000/12/15  22:14:31
14339         Log: Integrate mainline
14340      Branch: perlio
14341           !> (integrate 53 files)
14342 ____________________________________________________________________________
14343 [  8139] By: jhi                                   on 2000/12/15  19:49:49
14344         Log: One more IVUV tweak from Nicholas Clark.
14345      Branch: perl
14346            ! sv.c
14347 ____________________________________________________________________________
14348 [  8138] By: jhi                                   on 2000/12/15  19:17:06
14349         Log: Return of the IVUV-preservation, now seems to be happy even
14350              in Digital UNIX (the broken strtoul brokenness detection
14351              seems to have been the fly in the ointment).
14352      Branch: perl
14353            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14354            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
14355            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
14356            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
14357            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14358            ! vos/config.ga.h win32/config.bc win32/config.gc
14359            ! win32/config.vc
14360 ____________________________________________________________________________
14361 [  8137] By: jhi                                   on 2000/12/15  18:12:14
14362         Log: Metaconfig unit change for #8136.
14363      Branch: metaconfig
14364            ! U/modified/d_strtoul.U
14365      Branch: metaconfig/U/perl
14366            ! d_strtoull.U d_strtouq.U
14367 ____________________________________________________________________________
14368 [  8136] By: jhi                                   on 2000/12/15  18:11:35
14369         Log: I don't think it's sensible or portable to test the strtou*
14370              on /^-/ strings.
14371      Branch: perl
14372            ! Configure
14373 ____________________________________________________________________________
14374 [  8135] By: jhi                                   on 2000/12/15  17:18:49
14375         Log: Metaconfig unit change for #8134.
14376      Branch: metaconfig
14377            ! U/modified/d_strtoul.U
14378 ____________________________________________________________________________
14379 [  8134] By: jhi                                   on 2000/12/15  17:14:13
14380         Log: If longsize is 8 we don't need a LL suffix for integer constants.
14381      Branch: perl
14382            ! Configure config_h.SH
14383 ____________________________________________________________________________
14384 [  8133] By: jhi                                   on 2000/12/15  16:00:23
14385         Log: Update Changes.
14386      Branch: perl
14387            ! Changes patchlevel.h
14388 ____________________________________________________________________________
14389 [  8132] By: jhi                                   on 2000/12/15  15:44:16
14390         Log: Some compilers get huffy if you do not cast a const pointer
14391              to a non-const when assigning.
14392      Branch: perl
14393            ! gv.c
14394 ____________________________________________________________________________
14395 [  8131] By: jhi                                   on 2000/12/15  15:38:30
14396         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
14397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14398              Date: Fri, 15 Dec 2000 05:26:57 -0500
14399              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
14400      Branch: perl
14401            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
14402            ! t/pragma/overload.t
14403 ____________________________________________________________________________
14404 [  8130] By: jhi                                   on 2000/12/15  15:36:08
14405         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
14406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14407              Date: Thu, 14 Dec 2000 22:02:43 -0500
14408              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
14409      Branch: perl
14410            ! gv.c perl.h
14411 ____________________________________________________________________________
14412 [  8129] By: jhi                                   on 2000/12/15  15:34:16
14413         Log: Subject: PATCH: h2xs nit
14414              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14415              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
14416              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
14417              
14418              Add a template README.
14419      Branch: perl
14420            ! utils/h2xs.PL
14421 ____________________________________________________________________________
14422 [  8128] By: jhi                                   on 2000/12/15  15:32:22
14423         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
14424      Branch: perl
14425            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
14426 ____________________________________________________________________________
14427 [  8127] By: jhi                                   on 2000/12/15  15:19:34
14428         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
14429              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14430              Date:     Thu, 14 Dec 2000 20:04:42 EST
14431              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
14432      Branch: perl
14433            ! ext/Opcode/Opcode.xs
14434 ____________________________________________________________________________
14435 [  8126] By: jhi                                   on 2000/12/15  15:17:49
14436         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
14437              From: Peter Prymmer <pvhp@forte.com>
14438              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
14439              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
14440      Branch: perl
14441            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
14442            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
14443            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
14444 ____________________________________________________________________________
14445 [  8125] By: jhi                                   on 2000/12/15  15:11:05
14446         Log: This seems to be a stage sane and stable enough to checkin.
14447              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
14448      Branch: perl
14449            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
14450            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
14451            ! t/op/cmp.t t/op/numconvert.t
14452 ____________________________________________________________________________
14453 [  8124] By: jhi                                   on 2000/12/15  04:20:26
14454         Log: Something is really wonky.
14455      Branch: perl
14456            ! sv.c
14457 ____________________________________________________________________________
14458 [  8123] By: jhi                                   on 2000/12/15  04:00:50
14459         Log: Fixes for the IV UV patches to compile in Digital UNIX.
14460      Branch: perl
14461            ! sv.c
14462 ____________________________________________________________________________
14463 [  8122] By: jhi                                   on 2000/12/15  02:53:40
14464         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
14465              From: "Craig A. Berry" <craigberry@mac.com>
14466              Date: Thu, 14 Dec 2000 19:10:49 -0600
14467              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
14468      Branch: perl
14469            ! vms/vms.c
14470 ____________________________________________________________________________
14471 [  8121] By: jhi                                   on 2000/12/15  02:50:00
14472         Log: Metaconfig changes for #8120.
14473      Branch: metaconfig
14474            + U/modified/d_strtoul.U
14475      Branch: metaconfig/U/perl
14476            ! d_strtoull.U d_strtouq.U
14477 ____________________________________________________________________________
14478 [  8120] By: jhi                                   on 2000/12/15  02:49:42
14479         Log: From: Nicholas Clark <nick@ccl4.org> 
14480              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
14481              Date: Thu, 14 Dec 2000 18:38:57 +0000
14482              Message-ID: <20001214183857.B97909@plum.flirble.org>
14483      Branch: perl
14484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14485            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
14486            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
14487            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14488            ! win32/config.gc win32/config.vc
14489 ____________________________________________________________________________
14490 [  8119] By: jhi                                   on 2000/12/14  23:40:58
14491         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
14492              From: Nicholas Clark <nick@ccl4.org>
14493              Date: Wed, 13 Dec 2000 20:08:50 +0000
14494              Message-ID: <20001213200849.B71166@plum.flirble.org>
14495      Branch: perl
14496            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
14497            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
14498 ____________________________________________________________________________
14499 [  8118] By: jhi                                   on 2000/12/14  22:46:26
14500         Log: Integrate perlio.
14501      Branch: perl
14502           !> MANIFEST ext/Encode/compile makedef.pl
14503 ____________________________________________________________________________
14504 [  8117] By: nick                                  on 2000/12/14  22:38:53
14505         Log: Win32 tweaks to get Encode to build
14506              - temp hack to makedef.pl till PerlIO is properly "exported".
14507              - MSVC dislikes  
14508              static encpage_t foo[];
14509              so make 'em extern for now.
14510      Branch: perlio
14511            ! ext/Encode/compile makedef.pl
14512 ____________________________________________________________________________
14513 [  8116] By: nick                                  on 2000/12/14  22:00:53
14514         Log: Document the new files
14515      Branch: perlio
14516            ! MANIFEST
14517 ____________________________________________________________________________
14518 [  8115] By: jhi                                   on 2000/12/14  21:58:01
14519         Log: MANIFEST new files of #8114.
14520      Branch: perl
14521            ! MANIFEST
14522 ____________________________________________________________________________
14523 [  8114] By: jhi                                   on 2000/12/14  21:50:49
14524         Log: Integrate perlio.
14525      Branch: perl
14526           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
14527           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
14528           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
14529           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
14530           !> ext/Encode/Makefile.PL
14531 ____________________________________________________________________________
14532 [  8113] By: jhi                                   on 2000/12/14  21:48:49
14533         Log: The documentation part of the
14534              
14535              Subject: [ID 20001214.002] Net::Ping patch
14536              From: Jonathan Stowe <gellyfish@gellyfish.com>
14537              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
14538              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
14539              since the #7529 had already addressed the same problem.
14540      Branch: perl
14541            ! lib/Net/Ping.pm
14542 ____________________________________________________________________________
14543 [  8112] By: jhi                                   on 2000/12/14  21:42:57
14544         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
14545              From: Dominic Dunlop <domo@computer.org>
14546              Date: Tue, 12 Dec 2000 10:47:10 +0100
14547              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
14548              
14549              Document how elusive subroutines can be.
14550      Branch: perl
14551            ! pod/perlfunc.pod
14552 ____________________________________________________________________________
14553 [  8111] By: jhi                                   on 2000/12/14  21:38:05
14554         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
14555              From: Dominic Dunlop <domo@computer.org>
14556              Date: Thu, 14 Dec 2000 10:13:51 +0100
14557              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
14558      Branch: perl
14559            ! ext/POSIX/POSIX.pod
14560 ____________________________________________________________________________
14561 [  8110] By: jhi                                   on 2000/12/14  21:36:32
14562         Log: Subject: [patch] perlfaq7
14563              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
14564              Date: Thu, 14 Dec 2000 15:31:07 +0100
14565              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
14566      Branch: perl
14567            ! pod/perlfaq7.pod
14568 ____________________________________________________________________________
14569 [  8109] By: jhi                                   on 2000/12/14  21:29:20
14570         Log: Subject: [8104] Encode
14571              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14572              Date: Thu, 14 Dec 2000 14:49:34 +0100
14573              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
14574              
14575              Type casting for nervous compilers.
14576      Branch: perl
14577            ! ext/Encode/Encode.xs
14578 ____________________________________________________________________________
14579 [  8108] By: jhi                                   on 2000/12/14  21:26:17
14580         Log: Subject: [8104] DB_File
14581              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14582              Date: Thu, 14 Dec 2000 14:49:35 +0100
14583              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
14584              
14585              Type definition incorrect for DB 2.7.7.  Not known when it
14586              changed, so only changed it for a known revision.
14587      Branch: perl
14588            ! ext/DB_File/DB_File.xs
14589 ____________________________________________________________________________
14590 [  8107] By: jhi                                   on 2000/12/14  21:23:41
14591         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
14592              From: Peter Prymmer <pvhp@forte.com>
14593              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
14594              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
14595              
14596              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
14597      Branch: perl
14598            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
14599            ! ext/Encode/Encode/posix-bc.enc
14600 ____________________________________________________________________________
14601 [  8106] By: nick                                  on 2000/12/14  20:36:13
14602         Log: "Cold" build correction to Encode's Makefile.PL
14603      Branch: perlio
14604            ! ext/Encode/Makefile.PL
14605 ____________________________________________________________________________
14606 [  8105] By: nick                                  on 2000/12/14  20:09:37
14607         Log: "Compiled" encodings.
14608              Correct replacement character in EBCDIC .enc files
14609              Add 0x7F to ASCII repertoire.
14610      Branch: perlio
14611            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14612            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
14613            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
14614            ! ext/Encode/Makefile.PL ext/Encode/compile
14615            ! ext/Encode/encengine.c ext/Encode/encode.h
14616 ____________________________________________________________________________
14617 [  8104] By: nick                                  on 2000/12/14  00:38:20
14618         Log: Integrate mainline
14619      Branch: perlio
14620           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
14621           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
14622           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
14623           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
14624           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
14625           !> t/lib/db-hash.t t/lib/db-recno.t
14626 ____________________________________________________________________________
14627 [  8103] By: nick                                  on 2000/12/13  23:16:13
14628         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
14629              so far and so it does not get lost.
14630      Branch: perlio
14631            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
14632 ____________________________________________________________________________
14633 [  8102] By: jhi                                   on 2000/12/13  17:14:22
14634         Log: Update Changes.
14635      Branch: perl
14636            ! Changes patchlevel.h
14637 ____________________________________________________________________________
14638 [  8101] By: jhi                                   on 2000/12/13  16:53:41
14639         Log: Move the proto of start_glob() to a better place; regen api files.
14640      Branch: perl
14641            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
14642 ____________________________________________________________________________
14643 [  8100] By: jhi                                   on 2000/12/13  16:47:11
14644         Log: Metaconfig change for #8099.
14645      Branch: metaconfig
14646            ! U/modified/Head.U
14647 ____________________________________________________________________________
14648 [  8099] By: jhi                                   on 2000/12/13  16:46:48
14649         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
14650              From: Andy Dougherty <doughera@lafayette.edu>
14651              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
14652              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
14653      Branch: perl
14654            ! Configure
14655 ____________________________________________________________________________
14656 [  8098] By: jhi                                   on 2000/12/13  16:39:02
14657         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
14658              From: rspier@pobox.com (Robert Spier)
14659              Date: Tue, 12 Dec 2000 21:12:39 -0500
14660              Message-ID: <14902.56087.678086.725773@rls.cx>
14661              
14662              fastgetcwd is defined using a glob alias on a $^O dependent basis -
14663              and there was no default assignment or perl subroutine.
14664      Branch: perl
14665            ! lib/Cwd.pm
14666 ____________________________________________________________________________
14667 [  8097] By: jhi                                   on 2000/12/13  16:16:01
14668         Log: Subject: [PATCH] move startglob out of pp_hot.c
14669              From: Nicholas Clark <nick@ccl4.org>
14670              Date: Mon, 11 Dec 2000 23:16:39 +0000
14671              Message-ID: <20001211231638.A55550@plum.flirble.org>
14672      Branch: perl
14673            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
14674 ____________________________________________________________________________
14675 [  8096] By: jhi                                   on 2000/12/13  15:26:23
14676         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
14677              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
14678              Date: Wed, 13 Dec 2000 14:01:37 +0100
14679              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
14680              
14681              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
14682              in turn requires libpthread in libswanted.
14683      Branch: perl
14684            ! hints/hpux.sh
14685 ____________________________________________________________________________
14686 [  8095] By: jhi                                   on 2000/12/12  19:51:05
14687         Log: The integration wars continue.
14688      Branch: perl
14689           !> sv.c
14690 ____________________________________________________________________________
14691 [  8094] By: jhi                                   on 2000/12/12  19:48:26
14692         Log: Subject: [PATCH perl@8070] DB_File-1.74  
14693              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
14694              Date: Mon, 11 Dec 2000 23:07:17 -0000
14695              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
14696      Branch: perl
14697            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14698            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
14699            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
14700            ! t/lib/db-recno.t
14701 ____________________________________________________________________________
14702 [  8093] By: nick                                  on 2000/12/12  19:42:13
14703         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
14704      Branch: perlio
14705            ! sv.c
14706           !> lib/File/DosGlob.pm
14707 ____________________________________________________________________________
14708 [  8092] By: jhi                                   on 2000/12/12  19:28:11
14709         Log: Integrate perlio.
14710      Branch: perl
14711           !> sv.c
14712 ____________________________________________________________________________
14713 [  8091] By: nick                                  on 2000/12/12  18:49:45
14714         Log: Fix for Tk, and upgrading shared SVs.
14715      Branch: perlio
14716            ! sv.c
14717 ____________________________________________________________________________
14718 [  8090] By: jhi                                   on 2000/12/12  16:48:59
14719         Log: Subject: [PATCH] Re: Breadperl & Tk
14720              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14721              Date: Tue, 12 Dec 2000 14:48:27 GMT
14722              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
14723      Branch: perl
14724            ! sv.c
14725 ____________________________________________________________________________
14726 [  8089] By: jhi                                   on 2000/12/12  03:37:19
14727         Log: Subject: DosGlob.pm diff for bash style brace expansion.
14728              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
14729              Date: Fri, 8 Dec 2000 10:45:30 -0600
14730              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
14731      Branch: perl
14732            ! lib/File/DosGlob.pm
14733 ____________________________________________________________________________
14734 [  8088] By: nick                                  on 2000/12/11  23:59:59
14735         Log: Integrate mainline
14736      Branch: perlio
14737           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
14738           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
14739           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
14740           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
14741           !> t/op/local.t t/pragma/warn/toke toke.c
14742 ____________________________________________________________________________
14743 [  8087] By: jhi                                   on 2000/12/11  23:20:23
14744         Log: Integrate perlio.
14745      Branch: perl
14746           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
14747 ____________________________________________________________________________
14748 [  8086] By: jhi                                   on 2000/12/11  22:50:59
14749         Log: Tune further the OS detection of CGI.
14750      Branch: perl
14751            ! lib/CGI.pm
14752 ____________________________________________________________________________
14753 [  8085] By: nick                                  on 2000/12/11  22:50:46
14754         Log: Finish 1st pass of "encoding" layer e.g. :
14755              open($fh,"<encoding(iso8859-7)",$greek) || die;
14756      Branch: perlio
14757            ! ext/Encode/Encode.xs perlio.c perliol.h
14758 ____________________________________________________________________________
14759 [  8084] By: jhi                                   on 2000/12/11  22:32:06
14760         Log: Revert the -f ambiguousity patch, seems to cause
14761              too much hassle (the interpret -Q as a function
14762              where Q is not a known filetest part is left in).
14763      Branch: perl
14764            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
14765            ! toke.c
14766 ____________________________________________________________________________
14767 [  8083] By: jhi                                   on 2000/12/11  22:27:23
14768         Log: (accidentally empty check-in)
14769      Branch: perl
14770            ! lib/File/DosGlob.pm
14771 ____________________________________________________________________________
14772 [  8082] By: nick                                  on 2000/12/11  19:09:51
14773         Log: Restore mmap function (broken by tweaks to shared buffer
14774              layer for encode(xxxx)).
14775      Branch: perlio
14776            ! perlio.c
14777 ____________________________________________________________________________
14778 [  8081] By: jhi                                   on 2000/12/11  18:29:13
14779         Log: Subject: Re: The long awaited feature ...
14780              From: Simon Cozens <simon@cozens.net>
14781              Date: Mon, 11 Dec 2000 15:54:24 +0000
14782              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
14783              
14784              More io/utf8 tests.
14785      Branch: perl
14786            ! t/io/utf8.t
14787 ____________________________________________________________________________
14788 [  8080] By: jhi                                   on 2000/12/11  18:19:36
14789         Log: Subject: PATCH MakeMaker manpage clarification
14790              From: andreas.koenig@anima.de (Andreas J. Koenig)
14791              Date: 10 Dec 2000 20:46:13 +0100
14792              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
14793      Branch: perl
14794            ! lib/ExtUtils/MakeMaker.pm
14795 ____________________________________________________________________________
14796 [  8079] By: jhi                                   on 2000/12/11  15:35:07
14797         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
14798              From: Simon Cozens <simon@cozens.net>
14799              Date: Sun, 10 Dec 2000 19:06:19 +0000
14800              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
14801      Branch: perl
14802            ! ext/B/B/Deparse.pm t/lib/b.t
14803 ____________________________________________________________________________
14804 [  8078] By: jhi                                   on 2000/12/11  15:09:11
14805         Log: Subject: [PATCH] docs on NaN
14806              From: Nicholas Clark <nick@ccl4.org>
14807              Date: Mon, 11 Dec 2000 01:48:38 +0000
14808              Message-ID: <20001211014838.B99205@plum.flirble.org>
14809      Branch: perl
14810            ! pod/perlop.pod
14811 ____________________________________________________________________________
14812 [  8077] By: jhi                                   on 2000/12/11  15:02:21
14813         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
14814              From: Simon Cozens <simon@cozens.net>
14815              Date: Mon, 11 Dec 2000 01:21:45 +0000
14816              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
14817      Branch: perl
14818            ! pp.c pp_hot.c scope.c t/op/local.t
14819 ____________________________________________________________________________
14820 [  8076] By: nick                                  on 2000/12/10  20:43:32
14821         Log: Not merge worthy...
14822              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
14823              syntax is modelled on attributes.
14824              Untested fix for io/utf8 on Win32 etc.
14825              Very clumsy start to the encode layer.
14826      Branch: perlio
14827            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
14828 ____________________________________________________________________________
14829 [  8075] By: jhi                                   on 2000/12/10  18:39:33
14830         Log: Darwin is not Windows.
14831      Branch: perl
14832            ! lib/CGI.pm
14833 ____________________________________________________________________________
14834 [  8074] By: jhi                                   on 2000/12/10  18:31:27
14835         Log: Subject: Ambiguous -%c() resolved as a file test
14836              From: "Paul Marquess" <Paul.Marquess@openwave.com>
14837              Date: Sun, 10 Dec 2000 15:35:07 -0000
14838              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
14839      Branch: perl
14840            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
14841 ____________________________________________________________________________
14842 [  8073] By: jhi                                   on 2000/12/10  18:16:29
14843         Log: Subject: PATCH installperl misinformed 
14844              From: andreas.koenig@anima.de (Andreas J. Koenig)
14845              Date: 10 Dec 2000 13:01:32 +0100 
14846              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
14847      Branch: perl
14848            ! installperl
14849 ____________________________________________________________________________
14850 [  8072] By: jhi                                   on 2000/12/10  18:07:55
14851         Log: The walkoptree confusion rages; walkoptree() seems to be coming
14852              from B.xs, while walkoptree_slow() comes from B.pm.
14853      Branch: perl
14854            ! ext/B/B.pm
14855 ____________________________________________________________________________
14856 [  8071] By: nick                                  on 2000/12/10  11:45:47
14857         Log: Integrate mainline
14858      Branch: perlio
14859           +> t/base/commonsense.t
14860           !> (integrate 37 files)
14861 ____________________________________________________________________________
14862 [  8070] By: jhi                                   on 2000/12/10  04:46:21
14863         Log: Update Changes.
14864      Branch: perl
14865            ! Changes patchlevel.h
14866 ____________________________________________________________________________
14867 [  8069] By: jhi                                   on 2000/12/10  04:39:19
14868         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
14869              From: andreas.koenig@anima.de (Andreas J. Koenig)
14870              Date: 09 Dec 2000 17:14:25 +0100
14871              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
14872      Branch: perl
14873            + t/base/commonsense.t
14874            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
14875 ____________________________________________________________________________
14876 [  8068] By: jhi                                   on 2000/12/10  04:17:36
14877         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
14878              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14879              Date: Sat, 9 Dec 2000 16:47:22 -0000
14880              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
14881      Branch: perl
14882            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
14883            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
14884            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
14885            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
14886            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
14887            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
14888            ! t/lib/sdbm.t
14889 ____________________________________________________________________________
14890 [  8067] By: jhi                                   on 2000/12/10  03:52:02
14891         Log: Test case for #8066.
14892      Branch: perl
14893            ! t/op/misc.t
14894 ____________________________________________________________________________
14895 [  8066] By: jhi                                   on 2000/12/10  03:50:30
14896         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
14897              From: Simon Cozens <simon@cozens.net>
14898              Date: Sun, 10 Dec 2000 00:55:37 +0000
14899              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
14900      Branch: perl
14901            ! pp_sys.c
14902 ____________________________________________________________________________
14903 [  8065] By: jhi                                   on 2000/12/10  03:44:52
14904         Log: Test case for #8064.
14905      Branch: perl
14906            ! t/comp/proto.t
14907 ____________________________________________________________________________
14908 [  8064] By: jhi                                   on 2000/12/10  03:42:32
14909         Log: Subject: Re: prototype of substr
14910              From: Simon Cozens <simon@cozens.net>
14911              Date: Sun, 10 Dec 2000 00:13:33 +0000
14912              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
14913              
14914              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
14915      Branch: perl
14916            ! pp.c
14917 ____________________________________________________________________________
14918 [  8063] By: jhi                                   on 2000/12/10  03:39:42
14919         Log: Subject: [PATCH] perlguts.pod
14920              From: Simon Cozens <simon@cozens.net>
14921              Date: Sun, 10 Dec 2000 00:06:47 +0000
14922              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
14923              
14924              Documentation of the different types of ops,
14925              plus the functions in dump.c
14926      Branch: perl
14927            ! pod/perlguts.pod
14928 ____________________________________________________________________________
14929 [  8062] By: jhi                                   on 2000/12/10  03:30:04
14930         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
14931              From: Nicholas Clark <nick@talking.bollo.cx>
14932              Date: Sat, 09 Dec 2000 18:57:25 +0000
14933              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
14934              
14935              Be more robust in weird hostname setups.
14936      Branch: perl
14937            ! t/lib/net-hostent.t
14938 ____________________________________________________________________________
14939 [  8061] By: jhi                                   on 2000/12/10  03:28:21
14940         Log: Pacify fussy compiler. 
14941      Branch: perl
14942            ! pp_sys.c
14943 ____________________________________________________________________________
14944 [  8060] By: jhi                                   on 2000/12/10  02:52:46
14945         Log: Integrate perlio.
14946      Branch: perl
14947           !> pp_sys.c t/io/utf8.t
14948 ____________________________________________________________________________
14949 [  8059] By: nick                                  on 2000/12/09  23:40:14
14950         Log: read/sysread/recv should now be utf8 aware.
14951              Basic test for utf8 read.
14952      Branch: perlio
14953            ! pp_sys.c t/io/utf8.t
14954 ____________________________________________________________________________
14955 [  8058] By: jhi                                   on 2000/12/09  21:56:02
14956         Log: Integrate perlio.
14957      Branch: perl
14958           +> t/io/utf8.t
14959           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
14960 ____________________________________________________________________________
14961 [  8057] By: jhi                                   on 2000/12/09  21:53:35
14962         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
14963              From: Inaba Hiroto <inaba@st.rim.or.jp>
14964              Date: Sun, 10 Dec 2000 05:53:21 +0900
14965              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
14966              
14967              Tests for #8056.
14968      Branch: perl
14969            ! t/op/each.t
14970 ____________________________________________________________________________
14971 [  8056] By: jhi                                   on 2000/12/09  21:51:16
14972         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
14973              From: Inaba Hiroto <inaba@st.rim.or.jp>
14974              Date: Sat, 09 Dec 2000 18:02:00 +0900
14975              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
14976              
14977              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
14978      Branch: perl
14979            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
14980 ____________________________________________________________________________
14981 [  8055] By: nick                                  on 2000/12/09  20:11:48
14982         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
14983              than raw PerlIO_write() - does not seem to break any tests.
14984      Branch: perlio
14985            ! pp_sys.c
14986 ____________________________________________________________________________
14987 [  8054] By: nick                                  on 2000/12/09  19:47:30
14988         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
14989              (sysread, recv and write i.e. formats still to do...)
14990              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
14991              open($fh,">:utf8","name")
14992              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
14993              so no extra overhead is involved.
14994              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
14995              to a non-utf8 stream.
14996              Add initial io/utf8.t
14997              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
14998              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
14999              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
15000      Branch: perlio
15001            + t/io/utf8.t
15002            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
15003 ____________________________________________________________________________
15004 [  8053] By: nick                                  on 2000/12/09  19:26:37
15005         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
15006              was only testing this_utf8.
15007      Branch: perlio
15008            ! toke.c
15009 ____________________________________________________________________________
15010 [  8052] By: nick                                  on 2000/12/09  19:09:41
15011         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
15012              i.e. the output string has one, but don't mess with source assumption.
15013      Branch: perlio
15014            ! toke.c
15015 ____________________________________________________________________________
15016 [  8051] By: jhi                                   on 2000/12/09  16:55:17
15017         Log: Integrate perlio.
15018      Branch: perl
15019           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
15020           !> sv.c thrdvar.h util.c
15021 ____________________________________________________________________________
15022 [  8050] By: jhi                                   on 2000/12/09  16:48:07
15023         Log: Nits noticed by Peter Prymmer.
15024      Branch: perl
15025            ! lib/ExtUtils/MM_VMS.pm
15026 ____________________________________________________________________________
15027 [  8049] By: nick                                  on 2000/12/09  13:49:40
15028         Log: UTF8 output prework.
15029              - Store $\ and $, as SVs so they can have SvUTF8 flag
15030              - use do_print() rather than raw PerlIO_write() to print them.
15031      Branch: perlio
15032            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
15033            ! thrdvar.h util.c
15034 ____________________________________________________________________________
15035 [  8048] By: nick                                  on 2000/12/09  12:30:43
15036         Log: Integrate mainline.
15037      Branch: perlio
15038           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
15039           +> t/op/reverse.t
15040           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
15041           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
15042           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
15043           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
15044           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
15045           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
15046 ____________________________________________________________________________
15047 [  8047] By: jhi                                   on 2000/12/09  00:23:27
15048         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
15049              From: Michael G Schwern <schwern@pobox.com>
15050              Date: Fri, 8 Dec 2000 14:43:04 -0600
15051      Branch: perl
15052            ! lib/ExtUtils/MM_VMS.pm
15053 ____________________________________________________________________________
15054 [  8046] By: jhi                                   on 2000/12/08  23:10:27
15055         Log: A missed check-in.
15056      Branch: perl
15057            ! lib/ExtUtils/Manifest.pm
15058 ____________________________________________________________________________
15059 [  8045] By: jhi                                   on 2000/12/08  21:57:12
15060         Log: (null check-in)
15061      Branch: perl
15062            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
15063 ____________________________________________________________________________
15064 [  8044] By: jhi                                   on 2000/12/08  21:11:06
15065         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
15066              at the final draft stage.
15067      Branch: perl
15068            + ext/Encode/Encode/iso8859-16.enc
15069            ! MANIFEST
15070 ____________________________________________________________________________
15071 [  8043] By: jhi                                   on 2000/12/08  16:39:04
15072         Log: Update Changes.
15073      Branch: perl
15074            ! Changes patchlevel.h
15075 ____________________________________________________________________________
15076 [  8042] By: jhi                                   on 2000/12/08  16:33:39
15077         Log: Do not return the Unicode replacement character if UTF-8
15078              decoding goes awry, it should be up to the caller to decide.
15079      Branch: perl
15080            ! pod/perlapi.pod utf8.c
15081 ____________________________________________________________________________
15082 [  8041] By: jhi                                   on 2000/12/08  16:22:28
15083         Log: metaconfig maintenance.
15084      Branch: metaconfig
15085            ! U/modified/stdchar.U
15086      Branch: metaconfig/U/perl
15087            + testsyml.U
15088 ____________________________________________________________________________
15089 [  8040] By: jhi                                   on 2000/12/08  16:03:08
15090         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
15091              From: sthoenna@efn.org
15092              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
15093              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
15094      Branch: perl
15095            ! Changes lib/ExtUtils/MM_OS2.pm
15096 ____________________________________________________________________________
15097 [  8039] By: jhi                                   on 2000/12/08  15:57:11
15098         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
15099              From: Simon Cozens <simon@cozens.net>
15100              Date: Fri, 8 Dec 2000 13:33:31 +0000
15101              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
15102              
15103              (The pp_hot part needed a rewrite.)
15104      Branch: perl
15105            ! doop.c pp_hot.c utf8.c
15106 ____________________________________________________________________________
15107 [  8038] By: jhi                                   on 2000/12/08  15:25:08
15108         Log: Subject: djSP
15109              From: Michael Stevens <michael@etla.org>
15110              Date: Wed, 6 Dec 2000 23:24:01 +0000
15111              Message-ID: <20001206232400.A21381@firedrake.org>
15112              
15113              Plus a note from Nick Ing-Simmons.
15114      Branch: perl
15115            ! pp.h
15116 ____________________________________________________________________________
15117 [  8037] By: jhi                                   on 2000/12/08  15:18:35
15118         Log: Filetype is text.
15119      Branch: perl
15120            ! t/op/utf8decode.t
15121 ____________________________________________________________________________
15122 [  8036] By: jhi                                   on 2000/12/08  03:31:27
15123         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
15124              From: Andy Dougherty <doughera@lafayette.edu>
15125              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
15126              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
15127              
15128              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
15129              From: Andy Dougherty <doughera@lafayette.edu>
15130              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
15131              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
15132      Branch: perl
15133            + ext/POSIX/hints/svr4.pl
15134            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
15135 ____________________________________________________________________________
15136 [  8035] By: jhi                                   on 2000/12/08  03:26:01
15137         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
15138              From: Andy Dougherty <doughera@lafayette.edu>
15139              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
15140              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
15141      Branch: perl
15142            ! t/README t/base/term.t
15143 ____________________________________________________________________________
15144 [  8034] By: jhi                                   on 2000/12/08  03:21:59
15145         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
15146              From: mjd@plover.com  
15147              Date: 7 Dec 2000 21:04:20 -0000
15148              Message-ID: <20001207210420.22282.qmail@plover.com>
15149              
15150              Plus -z doc.
15151      Branch: perl
15152            ! pod/perlfunc.pod
15153 ____________________________________________________________________________
15154 [  8033] By: jhi                                   on 2000/12/08  03:19:03
15155         Log: Use the UTF8 macros a bit.  They can't be used with abandon
15156              everywhere because we do generate illegal UTF-8 in some situations.
15157              This is of course naughty.
15158      Branch: perl
15159            ! pod/perlapi.pod utf8.c utf8.h
15160 ____________________________________________________________________________
15161 [  8032] By: jhi                                   on 2000/12/08  03:00:09
15162         Log: Out of sync?
15163      Branch: perl
15164            ! t/pragma/warn/utf8
15165 ____________________________________________________________________________
15166 [  8031] By: jhi                                   on 2000/12/08  02:22:39
15167         Log: Cnt spl.
15168      Branch: perl
15169            ! MANIFEST
15170 ____________________________________________________________________________
15171 [  8030] By: jhi                                   on 2000/12/08  01:23:54
15172         Log: Add test for reverse().
15173      Branch: perl
15174            + t/op/reverse.t
15175            ! MANIFEST
15176 ____________________________________________________________________________
15177 [  8029] By: jhi                                   on 2000/12/08  01:21:47
15178         Log: Integrate perlio.
15179      Branch: perl
15180           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
15181           !> perlio.c perlio.h perlsdio.h warnings.pl
15182 ____________________________________________________________________________
15183 [  8028] By: jhi                                   on 2000/12/08  01:19:08
15184         Log: Introduce macros for UTF8 decoding.
15185      Branch: perl
15186            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
15187 ____________________________________________________________________________
15188 [  8027] By: nick                                  on 2000/12/07  22:18:19
15189         Log: Integrate mainline
15190      Branch: perlio
15191           !> embed.pl pod/perlapi.pod utf8.c
15192 ____________________________________________________________________________
15193 [  8026] By: nick                                  on 2000/12/07  21:45:08
15194         Log: Various oddities p4 diff -se showed up
15195              Remove 'our' from warnings.pl
15196      Branch: perlio
15197            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
15198 ____________________________________________________________________________
15199 [  8025] By: nick                                  on 2000/12/07  21:43:32
15200         Log: Change PerlIO_(get|set)pos to take SV *
15201              Should fix, OS/2, VMS, (sfio??)
15202      Branch: perlio
15203            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
15204 ____________________________________________________________________________
15205 [  8024] By: jhi                                   on 2000/12/07  19:05:32
15206         Log: Document utf8_to_uv() better.
15207      Branch: perl
15208            ! pod/perlapi.pod utf8.c
15209 ____________________________________________________________________________
15210 [  8023] By: jhi                                   on 2000/12/07  18:23:47
15211         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
15212      Branch: perl
15213            ! embed.pl pod/perlapi.pod utf8.c
15214 ____________________________________________________________________________
15215 [  8022] By: jhi                                   on 2000/12/07  04:13:51
15216         Log: Integrate perlio.
15217      Branch: perl
15218           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
15219           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
15220           !> win32/makefile.mk
15221 ____________________________________________________________________________
15222 [  8021] By: nick                                  on 2000/12/07  00:28:14
15223         Log: Various attempts at MSVC debug - not sure what has
15224              changed but works now. 
15225              Seems atexit() _may_ work for DLLs built with MSVC so don't
15226              call cleanup that way.
15227      Branch: perlio
15228            ! perlio.c win32/makefile.mk
15229 ____________________________________________________________________________
15230 [  8020] By: nick                                  on 2000/12/06  19:57:20
15231         Log: Integrate mainline
15232      Branch: perlio
15233           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
15234           !> (integrate 75 files)
15235 ____________________________________________________________________________
15236 [  8019] By: nick                                  on 2000/12/06  19:28:21
15237         Log: Add useperlio to config.vc
15238              Turn off binmode in config_H.PL
15239              Regen all the config_H.xx
15240              Attempt to get debugging build with MSVC.
15241      Branch: perlio
15242            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15243            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
15244 ____________________________________________________________________________
15245 [  8018] By: nick                                  on 2000/12/06  19:21:57
15246         Log: Test various dup/external program options on all platforms.
15247      Branch: perlio
15248            ! t/io/dup.t
15249 ____________________________________________________________________________
15250 [  8017] By: nick                                  on 2000/12/06  19:20:47
15251         Log: Fix harness to be less picky
15252      Branch: perlio
15253            ! lib/Test/Harness.pm
15254 ____________________________________________________________________________
15255 [  8016] By: jhi                                   on 2000/12/06  16:45:12
15256         Log: Update Changes.
15257      Branch: perl
15258            ! Changes patchlevel.h
15259 ____________________________________________________________________________
15260 [  8015] By: jhi                                   on 2000/12/06  16:41:03
15261         Log: Test \x{...} with ord().
15262      Branch: perl
15263            ! t/op/ord.t
15264 ____________________________________________________________________________
15265 [  8014] By: jhi                                   on 2000/12/06  16:20:33
15266         Log: Test tweak because of #8013.
15267      Branch: perl
15268            ! t/lib/b.t
15269 ____________________________________________________________________________
15270 [  8013] By: jhi                                   on 2000/12/06  16:09:09
15271         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
15272              From: Michael G Schwern <schwern@pobox.com>
15273              Date: Tue, 5 Dec 2000 21:23:28 -0500
15274              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
15275              
15276              Carp::Heavy parts not very applicable because of recent changes.
15277      Branch: perl
15278            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
15279            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
15280            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
15281            ! lib/Exporter.pm lib/Exporter/Heavy.pm
15282            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
15283            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15284            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
15285            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
15286            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
15287            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
15288            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
15289            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
15290            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
15291            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
15292            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
15293            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
15294            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
15295            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
15296            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
15297            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
15298            ! warnings.pl
15299 ____________________________________________________________________________
15300 [  8012] By: jhi                                   on 2000/12/06  15:22:38
15301         Log: Subject: [PATCH] Re: New harness is failing things
15302              From: Nick Ing-Simmons <nik@tiuk.ti.com>
15303              Date: Wed, 6 Dec 2000 13:00:30 GMT
15304              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
15305      Branch: perl
15306            ! lib/Test/Harness.pm
15307 ____________________________________________________________________________
15308 [  8011] By: jhi                                   on 2000/12/06  15:12:08
15309         Log: Subject: installhtml changes
15310              From: Michael Stevens <michael@etla.org>
15311              Date: Wed, 6 Dec 2000 13:15:53 +0000
15312              Message-ID: <20001206131553.A27317@firedrake.org>
15313      Branch: perl
15314            ! installhtml
15315 ____________________________________________________________________________
15316 [  8010] By: jhi                                   on 2000/12/06  15:06:05
15317         Log: Subject: the dTHR hits
15318              From: Michael Stevens <michael@etla.org>
15319              Date: Wed, 6 Dec 2000 12:06:03 +0000
15320              Message-ID: <20001206120603.A24581@firedrake.org>
15321              
15322              More, errrm, less dTHRs.
15323      Branch: perl
15324            ! bytecode.pl ext/B/B/C.pm
15325 ____________________________________________________________________________
15326 [  8009] By: jhi                                   on 2000/12/06  15:04:25
15327         Log: Subject: MakeMaker mailing list gone?
15328              From: Michael G Schwern <schwern@pobox.com>
15329              Date: Tue, 5 Dec 2000 19:29:59 -0500
15330              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
15331              
15332              The MakeMaker mailing list is dead, perlbug is the right
15333              address to report bugs.
15334      Branch: perl
15335            ! lib/ExtUtils/MakeMaker.pm
15336 ____________________________________________________________________________
15337 [  8008] By: jhi                                   on 2000/12/06  15:00:32
15338         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
15339              From: Michael G Schwern <schwern@pobox.com>
15340              Date: Tue, 5 Dec 2000 19:21:21 -0500
15341              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
15342              
15343              Add a default MANIFEST skip that ignores things like
15344              version control files, editor temporary files, and the Makefile.
15345      Branch: perl
15346            + lib/ExtUtils/MANIFEST.SKIP
15347            ! MANIFEST lib/ExtUtils/Manifest.pm
15348 ____________________________________________________________________________
15349 [  8007] By: jhi                                   on 2000/12/06  14:57:20
15350         Log: In Amiga more manual hackery of the scripts seems to be needed,
15351              from Jan-Erik Karlsson.  Why Configure does not get this right
15352              is unknown, may be shell-induced.
15353      Branch: perl
15354            ! README.amiga
15355 ____________________________________________________________________________
15356 [  8006] By: jhi                                   on 2000/12/05  23:53:12
15357         Log: Add TOPm1s to peek at the second topmost stack item.
15358      Branch: perl
15359            ! pp.h
15360 ____________________________________________________________________________
15361 [  8005] By: jhi                                   on 2000/12/05  23:13:55
15362         Log: Avaunt, you foul UTF-8 tests.
15363      Branch: perl
15364            ! t/op/ver.t t/pragma/utf8.t
15365 ____________________________________________________________________________
15366 [  8004] By: jhi                                   on 2000/12/05  23:09:54
15367         Log: Continue utf8 dispersal. 
15368      Branch: perl
15369            + t/op/concat.t
15370            ! MANIFEST t/pragma/utf8.t
15371 ____________________________________________________________________________
15372 [  8003] By: nick                                  on 2000/12/05  23:02:39
15373         Log: Integrate mainline.
15374      Branch: perlio
15375           +> t/op/length.t t/op/utf8decode.t
15376           !> (integrate 69 files)
15377 ____________________________________________________________________________
15378 [  8002] By: jhi                                   on 2000/12/05  22:59:28
15379         Log: Integrate perlio.
15380      Branch: perl
15381           !> iperlsys.h perl.c perlio.c win32/perllib.c
15382 ____________________________________________________________________________
15383 [  8001] By: nick                                  on 2000/12/05  22:07:52
15384         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
15385              - calloc/free suffer from damage on TerminateThread()
15386              - use PerlMemShared (as originally planned) now fixed
15387              - avoid doing anything important on DLL "detach".
15388      Branch: perlio
15389            ! perl.c perlio.c win32/perllib.c
15390 ____________________________________________________________________________
15391 [  8000] By: nick                                  on 2000/12/05  21:05:09
15392         Log: Fix gross PerlMemShared issue.
15393      Branch: perlio
15394            ! iperlsys.h
15395 ____________________________________________________________________________
15396 [  7999] By: jhi                                   on 2000/12/05  20:46:58
15397         Log: Test for Unicode (UTF-8) hash keys.
15398      Branch: perl
15399            ! t/op/each.t
15400 ____________________________________________________________________________
15401 [  7998] By: jhi                                   on 2000/12/05  20:30:35
15402         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
15403              is now always UTF-8), empty line cosmetics.
15404      Branch: perl
15405            ! t/pragma/utf8.t
15406 ____________________________________________________________________________
15407 [  7997] By: jhi                                   on 2000/12/05  20:15:40
15408         Log: Subject: Re: STRLEN - what?
15409              From: Andy Dougherty <doughera@lafayette.edu>
15410              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
15411              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
15412              
15413              Explain STRLEN.
15414      Branch: perl
15415            ! pod/perlguts.pod
15416 ____________________________________________________________________________
15417 [  7996] By: jhi                                   on 2000/12/05  20:13:34
15418         Log: Split off the UTF-8 decoder tests, make them to check also
15419              the error message.
15420      Branch: perl
15421            + t/op/utf8decode.t
15422            ! MANIFEST t/pragma/utf8.t utf8.c
15423 ____________________________________________________________________________
15424 [  7995] By: jhi                                   on 2000/12/05  16:39:47
15425         Log: Start migrating bits of pragma/utf8 to elsewhere
15426              (since the long term plan is to obsolete 'use utf8').
15427      Branch: perl
15428            + t/op/length.t
15429            ! MANIFEST t/pragma/utf8.t
15430 ____________________________________________________________________________
15431 [  7994] By: jhi                                   on 2000/12/05  16:30:21
15432         Log: Fix a manual edit typo from #7993, fix the message formatting
15433              for Unicode, add few our declarations.
15434      Branch: perl
15435            ! lib/Carp/Heavy.pm
15436 ____________________________________________________________________________
15437 [  7993] By: jhi                                   on 2000/12/05  16:09:15
15438         Log: Subject: Need help with warnings :-(
15439              From: "Ben Tilly" <ben_tilly@hotmail.com>
15440              Date: Tue, 05 Dec 2000 01:35:54 -0500
15441              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
15442              
15443              Subject: UPDATE: Carp/Heavy now passes all tests
15444              From: "Ben Tilly" <ben_tilly@hotmail.com>
15445              Date: Tue, 05 Dec 2000 07:59:41 -0500
15446              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
15447              
15448              The Brave New Carp.
15449      Branch: perl
15450            ! lib/Carp.pm lib/Carp/Heavy.pm
15451 ____________________________________________________________________________
15452 [  7992] By: jhi                                   on 2000/12/05  15:55:08
15453         Log: Subject: [PATCH perl@7979] cygwin port
15454              From: "Eric Fifer" <efifer@dircon.co.uk>
15455              Date: Tue, 5 Dec 2000 14:04:09 -0000
15456              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
15457      Branch: perl
15458            ! t/lib/net-hostent.t
15459 ____________________________________________________________________________
15460 [  7991] By: jhi                                   on 2000/12/05  15:52:34
15461         Log: Subject: Re: [PATCH] The largest hoax of all times?
15462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15463              Date: Tue, 5 Dec 2000 00:40:25 -0500
15464              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
15465              
15466              Subject: Re: [PATCH] The largest hoax of all times?
15467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15468              Date: Mon, 4 Dec 2000 23:55:53 -0500
15469              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
15470              
15471              Subject: Re: [PATCH] The largest hoax of all times?
15472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15473              Date: Tue, 5 Dec 2000 01:28:45 -0500
15474              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
15475              
15476              Fix the unpredictable order of DESTROYs.
15477      Branch: perl
15478            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
15479            ! sv.c sv.h t/op/ref.t
15480 ____________________________________________________________________________
15481 [  7990] By: jhi                                   on 2000/12/05  14:38:53
15482         Log: Subject: [PATCH] shrink pp_hot fractionally
15483              From: Nicholas Clark <nick@ccl4.org>
15484              Date: Tue, 5 Dec 2000 12:44:31 +0000
15485              Message-ID: <20001205124431.E74518@plum.flirble.org>
15486              
15487              Use report_evil_fh().
15488      Branch: perl
15489            ! opcode.pl opnames.h pp_hot.c util.c
15490 ____________________________________________________________________________
15491 [  7989] By: jhi                                   on 2000/12/05  14:21:27
15492         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
15493              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15494              Date: Mon, 04 Dec 2000 22:21:59 -0800
15495              Message-ID: <HmIL6gzkgepS092yn@efn.org>
15496              
15497              Harness shouldn't ignore responses like "ok 3\r\r\n".
15498      Branch: perl
15499            ! lib/Test/Harness.pm
15500 ____________________________________________________________________________
15501 [  7988] By: jhi                                   on 2000/12/05  13:51:28
15502         Log: Integrate the "skip" messages to explain().
15503      Branch: perl
15504            ! t/lib/syslfs.t t/op/lfs.t
15505 ____________________________________________________________________________
15506 [  7987] By: jhi                                   on 2000/12/05  12:34:54
15507         Log: The one that got away in #7984.
15508              
15509              Subject: Re: dTHR - what and why?
15510              From: Michael Stevens <michael@etla.org> 
15511              Date: Tue, 5 Dec 2000 11:15:52 +0000
15512              Message-ID: <20001205111552.A4647@firedrake.org>
15513      Branch: perl
15514            ! sv.h
15515 ____________________________________________________________________________
15516 [  7986] By: gsar                                  on 2000/12/05  09:14:44
15517         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
15518              due to the notorious GetFileType() bug in Windows 9x, which fstat()
15519              tickles)
15520      Branch: perl
15521            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
15522 ____________________________________________________________________________
15523 [  7985] By: jhi                                   on 2000/12/05  05:49:03
15524         Log: Integrate perlio.
15525      Branch: perl
15526           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
15527           !> win32/perlhost.h win32/perllib.c
15528 ____________________________________________________________________________
15529 [  7984] By: jhi                                   on 2000/12/05  05:48:16
15530         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
15531      Branch: perl
15532            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
15533            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
15534            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
15535            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
15536            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
15537            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
15538            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
15539            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
15540            ! win32/win32.c
15541 ____________________________________________________________________________
15542 [  7983] By: nick                                  on 2000/12/04  23:27:43
15543         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
15544      Branch: perlio
15545            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
15546            ! win32/perlhost.h win32/perllib.c
15547 ____________________________________________________________________________
15548 [  7982] By: jhi                                   on 2000/12/04  19:44:09
15549         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
15550              uncovered by #7980.
15551      Branch: perl
15552            ! op.c
15553 ____________________________________________________________________________
15554 [  7981] By: jhi                                   on 2000/12/04  19:42:07
15555         Log: Subject: [PATCH] Trivial dump.c feature
15556              From: Simon Cozens <simon@cozens.net>
15557              Date: Mon, 4 Dec 2000 18:08:38 +0000
15558              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
15559              
15560              Show whether a constant is UTF-8.
15561      Branch: perl
15562            ! dump.c
15563 ____________________________________________________________________________
15564 [  7980] By: jhi                                   on 2000/12/04  19:36:51
15565         Log: UTF-8 hash keys, patch from Inaba Hiroto.
15566      Branch: perl
15567            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
15568 ____________________________________________________________________________
15569 [  7979] By: jhi                                   on 2000/12/04  17:36:28
15570         Log: Update Changes.
15571      Branch: perl
15572            ! Changes patchlevel.h
15573 ____________________________________________________________________________
15574 [  7978] By: jhi                                   on 2000/12/04  16:42:17
15575         Log: Retract #7977, still too volatile (the euphemism of the day
15576              for unfinished and buggy :-)
15577      Branch: perl
15578            ! doop.c hv.c pp.c sv.h
15579 ____________________________________________________________________________
15580 [  7977] By: jhi                                   on 2000/12/04  16:25:15
15581         Log: (Retracted by #7978, too shaky yet.)
15582              
15583              Subject: Re: utf8 in hash keys, implementor missing
15584              From: Simon Cozens <simon@cozens.net>
15585              Date: Sat, 2 Dec 2000 19:49:35 +0000
15586              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
15587              
15588              The first step at UTF-8 hash keys.
15589      Branch: perl
15590            ! doop.c hv.c pp.c sv.h
15591 ____________________________________________________________________________
15592 [  7976] By: jhi                                   on 2000/12/04  16:13:53
15593         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
15594              From: sthoenna@efn.org
15595              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
15596              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
15597      Branch: perl
15598            ! os2/os2.c perlio.c
15599 ____________________________________________________________________________
15600 [  7975] By: jhi                                   on 2000/12/04  16:05:25
15601         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
15602              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15603              Date: Thu, 30 Nov 2000 20:50:37 -0800
15604              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
15605      Branch: perl
15606            ! os2/os2.c
15607 ____________________________________________________________________________
15608 [  7974] By: jhi                                   on 2000/12/04  16:03:57
15609         Log: Subject: [PATCH] ++ 20% faster
15610              From: Nicholas Clark <nick@ccl4.org>
15611              Date: Mon, 4 Dec 2000 12:17:27 +0000
15612              Message-ID: <20001204121726.B52976@plum.flirble.org>
15613              
15614              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
15615      Branch: perl
15616            ! sv.c
15617 ____________________________________________________________________________
15618 [  7973] By: jhi                                   on 2000/12/04  16:00:48
15619         Log: 
15620              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
15621              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15622              Date: Mon, 04 Dec 2000 12:30:45 +0100
15623              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
15624              
15625              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
15626              library (getprotobyname and getprotobynumber are outversioned by
15627              the same calls in libc, at least for xlc version 3.
15628      Branch: perl
15629            ! hints/aix.sh
15630 ____________________________________________________________________________
15631 [  7972] By: jhi                                   on 2000/12/04  02:58:31
15632         Log: Integrate perlio.
15633      Branch: perl
15634           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
15635           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
15636           !> win32/win32.h win32/win32iop.h win32/win32thread.h
15637 ____________________________________________________________________________
15638 [  7971] By: nick                                  on 2000/12/04  00:24:33
15639         Log: Quieten some noise in Win32 builds:
15640              - win32.h is included after <sys/socket.h>, so need to 
15641              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
15642              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
15643      Branch: perlio
15644            ! doio.c perl.h toke.c win32/win32.h
15645 ____________________________________________________________________________
15646 [  7970] By: nick                                  on 2000/12/03  22:57:46
15647         Log: PERL_IMPLICIT_SYS compiles but does not work.
15648      Branch: perlio
15649            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
15650            ! win32/perlhost.h win32/perllib.c win32/win32.h
15651            ! win32/win32iop.h win32/win32thread.h
15652 ____________________________________________________________________________
15653 [  7969] By: jhi                                   on 2000/12/03  22:12:58
15654         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
15655              used to swash_init(), makes regprop() dumps more informative
15656              (+utf8::IsAlpha, -utf8::IsDigit, for example).
15657      Branch: perl
15658            ! regcomp.c regexec.c
15659 ____________________________________________________________________________
15660 [  7968] By: jhi                                   on 2000/12/03  21:39:56
15661         Log: Implement ANYOFUTF8 regprop() dumping.
15662      Branch: perl
15663            ! regcomp.c
15664 ____________________________________________________________________________
15665 [  7967] By: jhi                                   on 2000/12/03  20:57:19
15666         Log: Make uv_to_utf8() to zero-terminate its output buffer,
15667              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
15668      Branch: perl
15669            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
15670 ____________________________________________________________________________
15671 [  7966] By: nick                                  on 2000/12/03  18:41:21
15672         Log: Integrate mainline (STDCHAR)
15673      Branch: perlio
15674           !> Configure t/pragma/utf8.t
15675 ____________________________________________________________________________
15676 [  7965] By: jhi                                   on 2000/12/03  17:58:20
15677         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
15678      Branch: perl
15679            ! t/pragma/utf8.t
15680 ____________________________________________________________________________
15681 [  7964] By: jhi                                   on 2000/12/03  17:35:56
15682         Log: Integrate perlio.
15683      Branch: perl
15684           !> iperlsys.h perlio.c
15685 ____________________________________________________________________________
15686 [  7963] By: jhi                                   on 2000/12/03  17:33:55
15687         Log: Metaconfig unit change for #7962.
15688      Branch: metaconfig
15689            ! U/modified/stdchar.U
15690 ____________________________________________________________________________
15691 [  7962] By: jhi                                   on 2000/12/03  17:33:27
15692         Log: Untangle the <stdio.h> #include nest for the stdchar test,
15693              from Andy Dougherty.
15694      Branch: perl
15695            ! Configure
15696 ____________________________________________________________________________
15697 [  7961] By: nick                                  on 2000/12/03  16:53:00
15698         Log: Make iperlsys.h vector stdio not PerlIO.
15699      Branch: perlio
15700            ! iperlsys.h perlio.c
15701 ____________________________________________________________________________
15702 [  7960] By: nick                                  on 2000/12/03  14:43:01
15703         Log: Integrate mainline
15704      Branch: perlio
15705           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
15706           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
15707 ____________________________________________________________________________
15708 [  7959] By: jhi                                   on 2000/12/03  08:16:36
15709         Log: Use DO_UTF8().
15710      Branch: perl
15711            ! op.c
15712 ____________________________________________________________________________
15713 [  7958] By: jhi                                   on 2000/12/02  18:33:05
15714         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
15715              From: Mike Guy <mjtg@cam.ac.uk>         
15716              Date: Sat, 02 Dec 2000 17:27:13 +0000
15717              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
15718              
15719              An extraneous argument.
15720      Branch: perl
15721            ! toke.c
15722 ____________________________________________________________________________
15723 [  7957] By: jhi                                   on 2000/12/02  18:22:32
15724         Log: A missing hunk.
15725      Branch: perl
15726            ! t/lib/net-hostent.t
15727 ____________________________________________________________________________
15728 [  7956] By: jhi                                   on 2000/12/02  18:06:20
15729         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
15730              From: Nicholas Clark <nick@ccl4.org>
15731              Date: Sat, 2 Dec 2000 14:28:27 +0000
15732              Message-ID: <20001202142827.A12308@plum.flirble.org>
15733              
15734              Test robustness.
15735      Branch: perl
15736            ! t/lib/net-hostent.t
15737 ____________________________________________________________________________
15738 [  7955] By: jhi                                   on 2000/12/02  17:58:06
15739         Log: Metaconfig unit change for #7954.
15740      Branch: metaconfig
15741            ! U/modified/stdchar.U
15742 ____________________________________________________________________________
15743 [  7954] By: jhi                                   on 2000/12/02  17:54:32
15744         Log: An inconvenient hang would happen if the stdio _ptr wasn't
15745              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
15746              would be grepping stdin for all eternity for the _ptr.)
15747      Branch: perl
15748            ! Configure
15749 ____________________________________________________________________________
15750 [  7953] By: jhi                                   on 2000/12/02  00:07:15
15751         Log: Update Changes.
15752      Branch: perl
15753            ! Changes patchlevel.h
15754 ____________________________________________________________________________
15755 [  7952] By: jhi                                   on 2000/12/01  23:54:47
15756         Log: Subject: Re: long shell lines
15757              From: Andy Dougherty <doughera@lafayette.edu>
15758              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
15759              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
15760              
15761              Split overly long shell command lines.
15762      Branch: perl
15763            ! lib/ExtUtils/MM_Unix.pm
15764 ____________________________________________________________________________
15765 [  7951] By: jhi                                   on 2000/12/01  23:48:02
15766         Log: The metaconfig unit change for #7950.
15767      Branch: metaconfig
15768            + U/modified/stdchar.U
15769 ____________________________________________________________________________
15770 [  7950] By: jhi                                   on 2000/12/01  23:47:39
15771         Log: Try to find stdchar also from <stdio_impl.h>.
15772      Branch: perl
15773            ! Configure config_h.SH
15774 ____________________________________________________________________________
15775 [  7949] By: jhi                                   on 2000/12/01  23:46:45
15776         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
15777              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15778              Date: Fri, 1 Dec 2000 16:26:08 -0500
15779              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
15780              
15781              Reword the diagnostic message.
15782      Branch: perl
15783            ! pod/perldiag.pod
15784 ____________________________________________________________________________
15785 [  7948] By: nick                                  on 2000/12/01  22:49:43
15786         Log: Integrate mainline (for s/y/m as sub names stuff).
15787      Branch: perlio
15788           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
15789           !> t/pragma/warn/toke toke.c
15790 ____________________________________________________________________________
15791 [  7947] By: jhi                                   on 2000/12/01  20:55:41
15792         Log: Integrate perlio.
15793      Branch: perl
15794           !> perlio.c perliol.h t/io/pipe.t
15795 ____________________________________________________________________________
15796 [  7946] By: jhi                                   on 2000/12/01  20:36:51
15797         Log: Upgrade to CPAN 1.59_51, from Andreas König.
15798      Branch: perl
15799            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15800 ____________________________________________________________________________
15801 [  7945] By: nick                                  on 2000/12/01  20:31:32
15802         Log: Integrate mainline
15803      Branch: perlio
15804           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
15805           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
15806           +> t/lib/net-hostent.t
15807           !> (integrate 35 files)
15808 ____________________________________________________________________________
15809 [  7944] By: jhi                                   on 2000/12/01  20:23:29
15810         Log: Some help for 20001130.011.  Now one gets warnings like
15811              "Ambiguous -f() resolved as a file test ..."
15812      Branch: perl
15813            ! pod/perldiag.pod t/pragma/warn/toke toke.c
15814 ____________________________________________________________________________
15815 [  7943] By: jhi                                   on 2000/12/01  19:44:44
15816         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
15817              that also breaks using them as methods. 
15818      Branch: perl
15819            ! pod/perldiag.pod t/op/misc.t toke.c
15820 ____________________________________________________________________________
15821 [  7942] By: nick                                  on 2000/12/01  17:56:46
15822         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
15823              Make 'unix' pass most tests
15824              - do unread by temporary push of layer ("pending") holding unread chars
15825              - fast_gets is now based on per-handle flag
15826              - relax one of io/pipe.t tests to allow print to fail and close to
15827              succeed so that it passes on unbuffered "unix" layer.
15828              Remaining fail is sporadic and a genuine race condition between
15829              parent/child in fork test.
15830      Branch: perlio
15831            ! perlio.c perliol.h t/io/pipe.t
15832 ____________________________________________________________________________
15833 [  7941] By: jhi                                   on 2000/12/01  15:28:58
15834         Log: (Retracted by #7943.)
15835              
15836              Reserve the short named string operator names.
15837      Branch: perl
15838            ! pod/perldiag.pod t/op/misc.t toke.c
15839 ____________________________________________________________________________
15840 [  7940] By: jhi                                   on 2000/12/01  06:45:53
15841         Log: Get the three different space character classes right under utf8.
15842      Branch: perl
15843            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
15844            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
15845            ! regexec.c t/op/pat.t utf8.c
15846 ____________________________________________________________________________
15847 [  7939] By: jhi                                   on 2000/12/01  03:26:26
15848         Log: Two more tests that make no sense in UTF-8 since the test
15849              data is not in UTF-8.
15850      Branch: perl
15851            ! t/op/regexp.t
15852 ____________________________________________________________________________
15853 [  7938] By: jhi                                   on 2000/12/01  03:20:39
15854         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
15855              should it be required inside regexen?
15856      Branch: perl
15857            ! regcomp.c t/op/regmesg.t
15858 ____________________________________________________________________________
15859 [  7937] By: jhi                                   on 2000/12/01  02:58:53
15860         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
15861              stored and restored, and thusly was trounced by the utf8 swash
15862              routines.
15863      Branch: perl
15864            ! regcomp.c
15865 ____________________________________________________________________________
15866 [  7936] By: jhi                                   on 2000/11/30  20:41:39
15867         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
15868              Why the different platforms behave so differently (core dump vs
15869              no core dump) on this bug is a but of a mystery, but if I had to
15870              guess I would mumble something like 'alignment'.
15871      Branch: perl
15872            ! sv.c
15873 ____________________________________________________________________________
15874 [  7935] By: jhi                                   on 2000/11/30  16:17:02
15875         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
15876              From: Robin Barker <rmb1@cise.npl.co.uk>
15877              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
15878              Date: Thu, 30 Nov 2000 14:27:12 GMT
15879      Branch: perl
15880            ! perlio.c toke.c
15881 ____________________________________________________________________________
15882 [  7934] By: jhi                                   on 2000/11/30  16:04:49
15883         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
15884      Branch: perl
15885            ! t/lib/net-hostent.t
15886 ____________________________________________________________________________
15887 [  7933] By: jhi                                   on 2000/11/30  06:07:26
15888         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
15889              From: Peter Prymmer <pvhp@forte.com>
15890              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
15891              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
15892              
15893              In VMS the localhost may be LOCALHOST.
15894      Branch: perl
15895            ! t/lib/net-hostent.t
15896 ____________________________________________________________________________
15897 [  7932] By: jhi                                   on 2000/11/30  01:11:11
15898         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
15899              From: Peter Prymmer <pvhp@forte.com>
15900              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
15901              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
15902              
15903              plus regen perlapi.pod.
15904      Branch: perl
15905            ! pod/perlapi.pod utf8.c
15906 ____________________________________________________________________________
15907 [  7931] By: jhi                                   on 2000/11/30  01:06:19
15908         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
15909              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15910              Date:     Wed, 29 Nov 2000 17:15:11 EST
15911              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
15912      Branch: perl
15913            ! t/lib/filter-util.pl t/lib/filter-util.t
15914 ____________________________________________________________________________
15915 [  7930] By: jhi                                   on 2000/11/29  18:51:55
15916         Log: Update Changes.
15917      Branch: perl
15918            ! Changes patchlevel.h
15919 ____________________________________________________________________________
15920 [  7929] By: jhi                                   on 2000/11/29  18:50:55
15921         Log: Update the va_copy() metaconfig unit.
15922      Branch: metaconfig/U/perl
15923            ! need_va_copy.U
15924 ____________________________________________________________________________
15925 [  7928] By: jhi                                   on 2000/11/29  17:50:43
15926         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
15927              From: Dominic Dunlop <domo@computer.org>
15928              Date: Tue, 28 Nov 2000 16:41:57 +0100
15929              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
15930              
15931              Patch to catch a core dump in the Configure va_copy test.
15932      Branch: perl
15933            ! Configure config_h.SH
15934 ____________________________________________________________________________
15935 [  7927] By: jhi                                   on 2000/11/29  17:31:59
15936         Log: Retract #7921, the patch shouldn't be needed.
15937      Branch: perl
15938            ! sv.c
15939 ____________________________________________________________________________
15940 [  7926] By: jhi                                   on 2000/11/29  17:01:41
15941         Log: Make the Class::Struct import() wiser.
15942      Branch: perl
15943            ! lib/Class/Struct.pm t/lib/class-struct.t
15944 ____________________________________________________________________________
15945 [  7925] By: jhi                                   on 2000/11/29  16:36:33
15946         Log: All the core library users of Class::Struct seem to be
15947              using "use Class::Struct 'struct';" instead of the bare
15948              "use Class::Struct;", which isn't documented in Class::Struct.
15949              This can't be right.
15950      Branch: perl
15951            ! lib/File/stat.pm
15952 ____________________________________________________________________________
15953 [  7924] By: jhi                                   on 2000/11/29  16:32:15
15954         Log: A test works better if it has the right 1..$n output.
15955      Branch: perl
15956            ! t/lib/class-struct.t
15957 ____________________________________________________________________________
15958 [  7923] By: jhi                                   on 2000/11/29  16:29:11
15959         Log: Forgot to MANIFEST the new Net::hostent test.
15960      Branch: perl
15961            ! MANIFEST
15962 ____________________________________________________________________________
15963 [  7922] By: jhi                                   on 2000/11/29  16:27:49
15964         Log: Integrate perlio.
15965      Branch: perl
15966           !> iperlsys.h perlio.c
15967 ____________________________________________________________________________
15968 [  7921] By: jhi                                   on 2000/11/29  16:27:10
15969         Log: (Retracted by #7927.)
15970              
15971              Subject: [PATCH] Is infinity a number?
15972              From: Simon Cozens <simon@cozens.net>
15973              Date: Wed, 29 Nov 2000 14:48:20 +0000
15974              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
15975      Branch: perl
15976            ! sv.c
15977 ____________________________________________________________________________
15978 [  7920] By: jhi                                   on 2000/11/29  16:23:02
15979         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
15980              From: rspier@pobox.com (Robert Spier)
15981              Date: Wed, 29 Nov 2000 02:17:49 -0500
15982              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
15983              
15984              Add a test for Net::hostent.
15985      Branch: perl
15986            + t/lib/net-hostent.t
15987 ____________________________________________________________________________
15988 [  7919] By: jhi                                   on 2000/11/29  16:21:31
15989         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
15990              add a test for Class::Struct.
15991      Branch: perl
15992            + t/lib/class-struct.t
15993            ! MANIFEST lib/Class/Struct.pm
15994 ____________________________________________________________________________
15995 [  7918] By: jhi                                   on 2000/11/29  15:48:40
15996         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
15997              From: rspier@pobox.com (Robert Spier)
15998              Date: Wed, 29 Nov 2000 02:25:39 -0500
15999              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
16000              
16001              More checking in case someone has broken their services or
16002              protocol databases.
16003      Branch: perl
16004            ! ext/Sys/Syslog/Syslog.pm
16005 ____________________________________________________________________________
16006 [  7917] By: jhi                                   on 2000/11/29  15:46:25
16007         Log: Subject: [PATCH] $^O  win32 -> MSWin32
16008              From: rspier@pobox.com (Robert Spier)
16009              Date: Wed, 29 Nov 2000 02:17:38 -0500
16010              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
16011              
16012              plus similar nits for vms, err, VMS, and UNICOS.
16013      Branch: perl
16014            ! t/lib/syslfs.t t/op/lfs.t
16015 ____________________________________________________________________________
16016 [  7916] By: jhi                                   on 2000/11/29  15:42:51
16017         Log: Subject: [PATCH] Tokeniser debugging
16018              From: Simon Cozens <simon@cozens.net>
16019              Date: Wed, 29 Nov 2000 14:15:45 +0000
16020              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
16021      Branch: perl
16022            ! perl.c perl.h pod/perlrun.pod toke.c
16023 ____________________________________________________________________________
16024 [  7915] By: jhi                                   on 2000/11/29  15:41:36
16025         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
16026              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16027              Date: Wed, 29 Nov 2000 02:13:14 -0500
16028              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
16029              
16030              OUT keyword nits.
16031              
16032              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
16033              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16034              Date: Wed, 29 Nov 2000 03:09:04 -0500
16035              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
16036              
16037              OUT and IN_OUT documentation.
16038      Branch: perl
16039            ! lib/ExtUtils/xsubpp pod/perlxs.pod
16040 ____________________________________________________________________________
16041 [  7914] By: jhi                                   on 2000/11/29  03:35:01
16042         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
16043              From: John Tobey <jtobey@john-edwin-tobey.org>
16044              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
16045              Message-Id: <m140e1N-000FOoC@feynman.localnet>
16046              
16047              plus a performance speedup noticed by Sarathy.
16048      Branch: perl
16049            ! op.c
16050 ____________________________________________________________________________
16051 [  7913] By: jhi                                   on 2000/11/29  03:16:59
16052         Log: Use "1 while unlink" so that VMS gets clean, too.
16053      Branch: perl
16054            ! t/lib/filter-util.t
16055 ____________________________________________________________________________
16056 [  7912] By: jhi                                   on 2000/11/29  03:09:08
16057         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
16058              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16059              Date: Tue, 28 Nov 2000 03:27:09 -0500
16060              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
16061      Branch: perl
16062            ! lib/ExtUtils/xsubpp
16063 ____________________________________________________________________________
16064 [  7911] By: jhi                                   on 2000/11/29  03:06:30
16065         Log: This should have been part of #7872: no need to scan UTF-8
16066              until eternity.
16067      Branch: perl
16068            ! utf8.c
16069 ____________________________________________________________________________
16070 [  7910] By: jhi                                   on 2000/11/29  02:50:04
16071         Log: One more perltie.pod nit from Casey R. Tweten.
16072      Branch: perl
16073            ! pod/perltie.pod
16074 ____________________________________________________________________________
16075 [  7909] By: jhi                                   on 2000/11/29  02:44:23
16076         Log: Document the known sprintf test failures, exact standard
16077              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
16078      Branch: perl
16079            ! pod/perldelta.pod t/op/sprintf.t
16080 ____________________________________________________________________________
16081 [  7908] By: jhi                                   on 2000/11/29  02:36:23
16082         Log: Add the Encoding table format documentation.
16083      Branch: perl
16084            + ext/Encode/Encode/EncodeFormat.pod
16085            ! MANIFEST
16086 ____________________________________________________________________________
16087 [  7907] By: jhi                                   on 2000/11/29  02:07:24
16088         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
16089              From: "Casey R. Tweten" <crt@kiski.net>
16090              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
16091              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
16092              
16093              Subject: Re: [PATCH] Updating perltie.pod for arrays
16094              From: "Casey R. Tweten" <crt@kiski.net>
16095              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
16096              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
16097      Branch: perl
16098            ! pod/perltie.pod
16099 ____________________________________________________________________________
16100 [  7906] By: nick                                  on 2000/11/28  22:40:59
16101         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
16102      Branch: perlio
16103            ! iperlsys.h perlio.c
16104 ____________________________________________________________________________
16105 [  7905] By: nick                                  on 2000/11/28  22:04:34
16106         Log: Integrate mainline
16107      Branch: perlio
16108           !> (integrate 39 files)
16109 ____________________________________________________________________________
16110 [  7904] By: jhi                                   on 2000/11/28  16:44:43
16111         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
16112              From: Nicholas Clark <nick@babyhippo.co.uk>
16113              Date: Tue, 28 Nov 2000 11:16:57 +0000
16114              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
16115      Branch: perl
16116            ! pod/perlipc.pod
16117 ____________________________________________________________________________
16118 [  7903] By: jhi                                   on 2000/11/28  16:40:31
16119         Log: Subject: [PATCH] Updating perltie.pod for arrays
16120              From: "Casey R. Tweten" <crt@kiski.net>
16121              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
16122              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
16123      Branch: perl
16124            ! pod/perltie.pod
16125 ____________________________________________________________________________
16126 [  7902] By: jhi                                   on 2000/11/28  16:39:37
16127         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
16128              From: Robin Barker <rmb1@cise.npl.co.uk>
16129              Date: Mon, 27 Nov 2000 17:56:44 GMT
16130              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
16131      Branch: perl
16132            ! pod/perlfunc.pod t/op/split.t
16133 ____________________________________________________________________________
16134 [  7901] By: jhi                                   on 2000/11/28  16:28:04
16135         Log: setmode() is a DOSish-only thing.
16136      Branch: perl
16137            ! perlio.c
16138 ____________________________________________________________________________
16139 [  7900] By: jhi                                   on 2000/11/28  16:21:46
16140         Log: Subject: [PATCH] perlcc.PL cleanups
16141              From: Simon Cozens <simon@cozens.net>
16142              Date: Tue, 28 Nov 2000 12:44:35 +0000
16143              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
16144      Branch: perl
16145            ! utils/perlcc.PL
16146 ____________________________________________________________________________
16147 [  7899] By: gsar                                  on 2000/11/28  06:32:55
16148         Log: reintegrate files missed by change#7895
16149      Branch: maint-5.6/perl
16150           +> ext/ByteLoader/bytecode.h utils/Makefile
16151            - utils/perlbc.PL
16152 ____________________________________________________________________________
16153 [  7897] By: gsar                                  on 2000/11/27  18:22:47
16154         Log: can't integrate these two files, for some reason
16155      Branch: maint-5.6/perl
16156            - ext/ByteLoader/bytecode.h utils/Makefile
16157 ____________________________________________________________________________
16158 [  7895] By: gsar                                  on 2000/11/27  18:11:21
16159         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
16160              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
16161              6757..6890,6892..6901 from mainline
16162              
16163              Bytecompiler patches from Benjamin Stuhl.
16164              
16165              More bytecompiler.
16166              
16167              Subject: [PATCH blead] B:: missing dependency
16168              
16169              Subject: [PATCH: 6757] configure.com updates and syslog build
16170              
16171              Long double Gconvert fixes from Yitzchak Scott-Thoennes
16172              and Spider Boardman.
16173              
16174              Subject: [PATCH blead] nextchar() abuse misses an optimisation
16175              
16176              Long double fixes from Spider Boardman.
16177              
16178              Make the selection of NVff et al stricter.
16179              
16180              cSVOPo_*v things index into the current PL_curpad
16181              under ithreads, which is different from the curpad
16182              used by the XSUB.  (In other words, the code as-is
16183              before this patch wouldn't work under ithreads.)
16184              
16185              Be portable.
16186              
16187              VMS MMS (make) wants null action.
16188              
16189              Mac and other portability updates from Chris Nandor.
16190              
16191              Storable support, v-version fixes.
16192              Subject: CPAN.pm beta for testing available
16193              
16194              Portability fix from Hugo van der Sanden.
16195              
16196              Bad makefile.
16197              
16198              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
16199              
16200              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
16201              
16202              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
16203              
16204              Replace #6705 with a minimal doc patch.
16205              Subject: [PATCH 5.6.0] replace change #6705
16206              
16207              Drop the separate perlbc, perlcc -b should be enough.
16208              
16209              installperl couldn't tell whether it had run tests or not.
16210              Subject: [PATCH] Re: installperl and t/TEST
16211              
16212              Add silencer flags to installperl.
16213              Subject: [PATCH] Making installperl silent.
16214              
16215              Make "make install" by default silent.  A new "install-verbose"
16216              target is verbose.
16217              
16218              More liberal parsing of version numbers.
16219              Subject: Re: CPAN.pm beta for testing available
16220              
16221              Create directories in silence.
16222              Subject: [PATCH] Another silencer for MakeMaker
16223              
16224              DOS patches and portability/porting notes, from Tim Jenness.
16225              
16226              Make installman to recognize the silence flag -S.
16227              
16228              Actually do something with the silencer option.
16229              
16230              Continue silencing.
16231              
16232              Show the doc file, not the temp file.
16233              
16234              Regen perltoc.
16235              
16236              Subject: [PATCH] More silencing of installman.
16237              
16238              Better wording for the vec lvalue diagnostic.
16239              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
16240              
16241              Subject: [PATCH: 6805] several more tweaks to configure.com
16242              
16243              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
16244              
16245              Missing parts of 
16246              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
16247              
16248              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
16249              (applied slightly modified)
16250              
16251              installperl --verbose and --silent.
16252              Subject: Re: [PATCH] More silencing of installman.
16253              
16254              Add install-silent target.
16255              
16256              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
16257              the problem reported in
16258              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
16259              
16260              Tweak the sfio/useperlio logic, hopefully as wished in
16261              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
16262              
16263              One forgotten file from #6816.
16264              
16265              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
16266              
16267              Remove duplicately applied patch shards.
16268              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
16269              
16270              Support preserving extremely big/small angles.
16271              
16272              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
16273              
16274              Subject: [PATCH] installation not quite silent yet.
16275              
16276              Update the test count.
16277              
16278              Use UVxf, PTR2UV, NVff.
16279              
16280              Document PTR2XX and INT2PTR.
16281              
16282              no-install target a la make -n.
16283              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
16284              
16285              grep -e isn't portable.
16286              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
16287              
16288              Can't get the test to reliably work thanks to the
16289              inaccurateness of floating point.  "Resolves" bug ids
16290              20000826.003, 20000826.009, 20000826.010,
16291              
16292              Subject: installman buglet
16293              
16294              DJGPP update from Laszlo Molnar.
16295              
16296              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
16297              
16298              Passing -R in ldflags makes now it to appear in the default
16299              for lddlflags, just like with -L.
16300              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
16301              
16302              Test nit.
16303              
16304              Use the actual thread type, not the pointer-to-struct.
16305              
16306              Provice virtual $Config{ccflags_nolargefiles} etc. 
16307              
16308              display_format used as a class method without arguments was broken,
16309              reported in
16310              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
16311              
16312              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
16313              
16314              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
16315              
16316              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
16317              
16318              opmini.o may be left around if a build is interrupted.
16319              
16320              Typo in #6858.
16321              
16322              Fix for ID 20000828.001, long doubles were not formatted
16323              correctly (showed up in $], which stopped installing perl).
16324              
16325              An attempt to fix the problem reported in
16326              Subject: Building perl@6856 using gcc/AIX 4.3.3 
16327              I can't test this properly since the gcc installation I have
16328              access to seems to be botched (gcc is calling the AIX cpp,
16329              a losing proposition...)
16330              
16331              Add -ld to archname on long tr...double platforms.
16332              
16333              Subject: hv.h Doc Patch
16334              
16335              Potential cruft.
16336              
16337              Subject: [PATCH bleedperl@6856] warnings fixes
16338              
16339              -S is the silent flag, -s is the strip flag.
16340              Subject: [PATCH] Re: [PATCH] make no-install          
16341              
16342              Take out the SUIDMAIL thing, that will not be
16343              a problem in 5.7.*.
16344              
16345              Subject: [PATCH bleedperl@6866] spellings
16346              
16347              Subject: [PATCH] Re: files not cleaned even by veryclean
16348              
16349              Use minimal @INC in tests, most of the time just '../lib',
16350              so that we simply can't pick up stuff from other Perls than
16351              the one we are testing.  Pointed out by
16352              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
16353              
16354              Update to Getopt::Long 2.24, from Johan Vromans.
16355              
16356              Fix for thinko in #6848.
16357              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
16358              
16359              Patches all over for people and the files they (hopefully) care about.
16360              
16361              Subject: Net::protoent does not export 'getproto'
16362              
16363              Missed a change in #6869.
16364              
16365              Subject: [PATCH] Warnings in B::Deparse
16366              
16367              Subject: [PATCH] Glob dumping
16368              
16369              Disable one of the tests for now.
16370              
16371              Disabling the one test is a bit tricky.
16372              
16373              Don't forget to tidy up.
16374              
16375              The #6881 removed one dump line.
16376              
16377              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
16378              
16379              Under usethreads the dumped variable is IN_PAD.
16380              Subject: Re: [PATCH] Glob dumping
16381              
16382              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
16383              
16384              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
16385              
16386              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
16387              
16388              Regen Configure for #6894.
16389              
16390              Subject: [PATCH: 6889] updates to perlebcdic.pod
16391              
16392              Undo namespace pollution of #6878.
16393              Subject: Re: Net::protoent does not export 'getproto'
16394              
16395              Admit that we are leaking scalars.
16396              
16397              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
16398      Branch: maint-5.6/perl
16399           !> (integrate 271 files)
16400 ____________________________________________________________________________
16401 [  7894] By: gsar                                  on 2000/11/27  16:00:34
16402         Log: a couple of nits
16403      Branch: maint-5.6/perl
16404            ! MANIFEST pp_sys.c
16405 ____________________________________________________________________________
16406 [  7893] By: gsar                                  on 2000/11/27  15:10:56
16407         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
16408              6740..6745,6747..6757,6760
16409              
16410              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
16411              
16412              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
16413              
16414              Doc nits spotted by Richard Soderberg.
16415              
16416              move WNOHANG definition to where other such things are
16417              
16418              Make $Config{byteorder} more magical so that it is
16419              dynamically computed: nice for 'fat binaries'.
16420              Subject: [PATCH]: default byteorder
16421              
16422              Subject: [PATCH] Cwd.pm now uses strict
16423              
16424              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
16425              
16426              Get -DLEAKTEST to compile (not necessarily to work, mind)
16427              Subject: [ID 20000724.006] -DLEAKTEST problem
16428              
16429              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
16430              
16431              Add perlebcdic from Peter Prymmer, regen toc.
16432              
16433              Don't propose using modules built for 5.005 if no binary
16434              compatibility with 5.005 is attempted.
16435              
16436              Do not use prototyping here.
16437              Subject: [ID 20000817.016] [PATCH] Peek.xs
16438              
16439              Document what the backtick returns if the command fails.
16440              
16441              Add byteorder to the myconfig output.
16442              
16443              Introduce NVef, NVff, and NVgf, use the middle one.
16444              (helps for lib/peek + Linux + long doubles)  Reported in
16445              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
16446              Use NVs in POSIX math, not doubles.
16447              Subject: [ID 20000817.014] POSIX & modfl
16448              
16449              Subject: [PATCH 5.6.0+] newSVrv() memory leak
16450              
16451              The byteorder code in #6671 was wrong.
16452              
16453              Fix the lib/complex failure of
16454              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
16455              Linux long double accuracy issue: something that
16456              when printed with %g looks like "2" but int() of it is 1.
16457              
16458              Propagate new Configure vars.
16459              
16460              Unbuffer the output.
16461              
16462              Subject: [PATCH] perltrap.pod spring cleaning
16463              
16464              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
16465              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
16466              
16467              Tiny Getopt::Long patch from Johan Vromans.
16468              
16469              Document code point which makes if (defined %stash::) to work
16470              (noted by Spider Boardman).
16471              
16472              Subject: [PATCH perl@6698] cygwin port
16473              
16474              Document the NDBM_File and ODBM_File as SDBM_File
16475              was documented in #6417.
16476              
16477              The new tests were missing from #6415.
16478              
16479              Add [[:blank:]] as suggested in
16480              Subject: [ID 20000716.024] [=cc=] / [:blank:]
16481              (the [=cc=] has already been taken care of by #6439
16482              so the whole bug report can be closed)
16483              and make [[:space:]] to be equivalent to isspace(3)
16484              (as opposed to \s, which is isSPACE()).  The difference
16485              is that now [[:space:]] matches the mythical vertical tab,
16486              while \s doesn't.
16487              
16488              Don't eat leading os from index entries.
16489              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
16490              
16491              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
16492              
16493              Typo in pp_complement().
16494              Subject: [PATCH perl-current] Deparse
16495              
16496              Add warnif(), check warnings further up the stack,
16497              all the warnings functions now can take an optional object reference.
16498              Subject: [PATCH bleedperl@6691] warnings pragma update
16499              
16500              Fix a core dump in lib/selfloader under -DDEBUGGING.
16501              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
16502              
16503              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
16504              
16505              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
16506              
16507              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
16508              Put back the long double avoidance code to POSIX.xs
16509              because VMS seems to need it still.
16510              
16511              Introduce a 'veryclean' target that is like 'distclean'
16512              but also removes *~ and *.orig.
16513              
16514              Subject: [ID 20000817.023] endianness description in perlfunc.pod
16515              
16516              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
16517              
16518              Let's try #6717 again.
16519              
16520              UTF8 concat fixes.
16521              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
16522              
16523              pp_open() could pass an uninitialized filename down to do_open9().
16524              
16525              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
16526              
16527              Update to CGI 2.72, from Lincoln Stein.
16528              
16529              Subject: [PATCH] Silence MakeMaker (Was: installman)
16530              
16531              Use temporary directory instead of current directory.
16532              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
16533              
16534              Document odd vs even subreleases and -Dusedevel.
16535              
16536              The veryclean target needs to clobber.
16537              
16538              Use File::Spec->tmpdir().
16539              
16540              Document the number of exponent digits.
16541              
16542              Mention perlebcdic and perlposix-bc.
16543              
16544              s/this one/the 5.6.0 release/
16545              
16546              The #6724 is here.
16547              
16548              The correct cleaning order is an art.
16549              
16550              small tweaks for change#6705: avoid C++ style comments in C code;
16551              use Perl's malloc API rather than the low level system one
16552              
16553              Array context keeps slithering in.
16554              
16555              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
16556              
16557              Subject: [PATCH] os2.c fix for use64bitint
16558              
16559              Update to Pod::LaTeX 0.53.
16560              Subject: [PATCH] lib/Pod/LaTeX.pm updates
16561              
16562              Document the endianness of Alpha more precisely.
16563              
16564              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
16565              
16566              Rename the macro argument because some preprocessors
16567              can't tell the difference and expand arguments also inside
16568              double quoted strings.
16569              
16570              free TLS slot properly on Windows
16571              
16572              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
16573              
16574              Unicos/mk requires elaborate paranoia.
16575              
16576              Tweak the floating point output routine preferences.
16577              
16578              Also under djgpp the timestamps are funky.
16579              
16580              Apply some PodParser 1.18 patches; the Pod/Find.pm
16581              patches cannot be applied since #6712 conflicts.
16582              
16583              Use PodParser 1.18 new test.
16584              
16585              A pod nit.
16586              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
16587              
16588              Be verydeepclean.
16589      Branch: maint-5.6/perl
16590           +> pod/perlebcdic.pod
16591           !> (integrate 106 files)
16592 ____________________________________________________________________________
16593 [  7892] By: jhi                                   on 2000/11/27  15:02:32
16594         Log: Update Changes.
16595      Branch: perl
16596            ! Changes patchlevel.h
16597 ____________________________________________________________________________
16598 [  7891] By: jhi                                   on 2000/11/27  14:57:23
16599         Log: Subject: Re: perlfaq style changes
16600              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16601              Date: Sat, 25 Nov 2000 23:32:26 -0800
16602              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
16603              
16604              plus a note from Ronald Kimball.
16605      Branch: perl
16606            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
16607 ____________________________________________________________________________
16608 [  7890] By: jhi                                   on 2000/11/27  14:53:14
16609         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
16610              From: Benjamin Holzman <bah@ecnvantage.com>
16611              Date: Sun, 26 Nov 2000 16:27:33 -0500
16612              Message-ID: <20001126162733.J25040@ecnvantage.com>
16613      Branch: perl
16614            ! gv.c
16615 ____________________________________________________________________________
16616 [  7889] By: jhi                                   on 2000/11/27  14:43:11
16617         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
16618              From: lvirden@cas.org
16619              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
16620              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
16621      Branch: perl
16622            ! README.amiga
16623 ____________________________________________________________________________
16624 [  7888] By: jhi                                   on 2000/11/27  14:32:34
16625         Log: Restore also the locale test to no-sprintf-taint state.
16626              Fixes the bug 20001127.003.
16627      Branch: perl
16628            ! sv.c t/pragma/locale.t
16629 ____________________________________________________________________________
16630 [  7887] By: gsar                                  on 2000/11/27  14:13:05
16631         Log: integrate changes#6613..6616,6620..6665 from mainline
16632              
16633              VMS configure.com update continues.
16634              
16635              Subject: Test fails / warnings with perl-current #6612
16636              
16637              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
16638              
16639              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16640              
16641              For now remove the mail code.
16642              
16643              Subject: Re: [PATCH] @+, @- readonly
16644              
16645              Subject: warning: storage class after type is obsolescent
16646              
16647              Subject: sfio2000
16648              
16649              Subject: Re: File::Temp problems on VMS in bleedperl
16650              
16651              README.os2 update.
16652              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
16653              
16654              Make the user to give up his firstborn, err, to knowingly
16655              verify installing an unstable developer release.  Also bump
16656              the release to 5.7.0, but leave a patch tag in the local
16657              patches saying that this is not yet the real thing.
16658              
16659              Update (kinda) to Test 1.14, from Joshua Pritikin.
16660              
16661              make ok etc also for win32.
16662              
16663              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
16664              
16665              Don't blow limited stacks, a lower number is enough to
16666              tickle the lookbehind limit.
16667              
16668              Use -Dusedevel; regen Configure and the respective Porting stuff.
16669              
16670              Subject: [PATCH] debugger exit code should reflect user exit code
16671              
16672              Subject: [PATCH perl@6620] cygwin port
16673              
16674              Missed a file from #6638.
16675              
16676              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)
16677              
16678              magic callbacks all need to have same type signature
16679              
16680              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
16681              
16682              Fix a dependency problem.
16683              Subject: [PATCH: 6640] VMS Makefile.SH update
16684              
16685              The numeric locale was reset to "C" by s?printf and never restored.
16686              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
16687              No test since adding the failing example to locale.t
16688              does not fail -- probably because the locale settings are so
16689              thoroughly tweaked by that time.  Running the example standalone
16690              does fail, though.  UPDATE: test case added at change #7540.
16691              
16692              Subject: [ID 20000324.040] minor fix to perlhpux.pod
16693              
16694              Update to CPAN 1.57.
16695              
16696              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
16697              
16698              Change the perlbug address to perl.org since it's more forgiving.
16699              
16700              Change the regx compilation error markers to use = instead of <
16701              since pod makes using the latter quite messy.  Reported in
16702              ID 20000814.006 by Abigail and in
16703              Subject: Unknown escape E<> ?
16704              
16705              Update to perldebtut 1.9, from Richard Foley.
16706              
16707              check that the number pseudo children doesn't exceed
16708              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
16709              the WaitForMultipleObjects() limit that would cause wait()
16710              to crash)
16711              wait() and waitpid() could potentially be rewritten to use
16712              more than one thread to do the waiting to eliminate this
16713              limitation
16714              
16715              change#6328 could make close(SOCKET) return false on windows
16716              when it shouldn't
16717              
16718              pod nit seen in passing
16719              
16720              on windows, the return values from wait() and waitpid() don't
16721              match those of pseudo-pids
16722              
16723              waitpid() now handles externally spawned pids correctly;
16724              fixes for backtick/wait/waitpid failures on Windows 9x
16725              these changes make the pid returned by process functions on
16726              Windows 9x always positive by clearing the high bit (which
16727              is always set on Win9x); pseudo-process PIDs are likewise
16728              always negative now on Win9x (just as on NT/2000)
16729              
16730              trailing new %ENV entries weren't being pushed into the real
16731              environment of subprocesses on Windows
16732              
16733              Tweak the regex compilation errors once more.
16734              
16735              avoid warnings from dense compiler
16736              
16737              add "ok" targets from change#6632 in makefile.mk
16738      Branch: maint-5.6/perl
16739            - lib/Pod/PlainText.pm vms/configure.com
16740           !> (integrate 66 files)
16741 ____________________________________________________________________________
16742 [  7886] By: jhi                                   on 2000/11/27  13:54:18
16743         Log: __FUNCTION__ isn't portable and trying to emulate it leads
16744              into practically spelling out the name of the function.
16745              Takes care of the bug 20001127.001.
16746      Branch: perl
16747            ! perlio.c
16748 ____________________________________________________________________________
16749 [  7885] By: gsar                                  on 2000/11/27  13:53:18
16750         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
16751              6610..6611 from mainline
16752              
16753              Make regular expression parse error messages easier to understand.
16754              Subject: Re: enhanced(?) regex error messages
16755              
16756              Tiny tidying on report_evil_fh().
16757              
16758              Subject: Re: enhanced(?) regex error messages 
16759              plus Capitalize the error messages, plus perldiag them.
16760              
16761              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
16762              
16763              Document here-doc better.
16764              
16765              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16766              
16767              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
16768              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
16769              (either perlbug or p5p ate the original), plus regen
16770              perlapi and perltoc. 
16771              
16772              Regen global.sym.
16773              
16774              Double check that we have a dirhandle.
16775              
16776              Subject: Re: enhanced(?) regex error messages
16777              (plus two small patches sent privately)
16778              (this still seems to leave few test failures)
16779              
16780              warn is a macro, avoid using at a variable to avoid warnings
16781              in some configurations; readdir.t is too conservative in
16782              estimating number of *.t's
16783              
16784              Get back into sync with Jeffrey on the enhanced regex warnings.
16785              
16786              Subject: [PATCH 5.6.0] cygwin port
16787              
16788              Zero entries were skipped, fix from Adrian Goalby
16789              <argoalby@yahoo.co.uk>
16790              
16791              Subject: Remove dead entry in perldiag
16792              
16793              Amend the description of Perl6.
16794              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
16795              
16796              detypo
16797              
16798              It's the 2ndO'ROSSC.
16799              
16800              Revert the sv.c part of #6559, a better fix is needed.
16801              
16802              Iterating perl6 description.
16803              
16804              Update to Term::ANSIColor 1.03, from Russ Allbery.
16805              
16806              Update to Getopt::Long 2.23_05, from Johan Vromans.
16807              
16808              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
16809              
16810              Update to Pod::Parser 1.17, from Brad Appleton.
16811              
16812              Update to CPAN 1.56, from Andreas König.
16813              
16814              Update to CGI 2.70, from Lincoln Stein.
16815              
16816              Put back the std @INC thing.
16817              
16818              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
16819              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
16820              
16821              Document the IO::Select timeout.
16822              
16823              sleep(1) does not necessarily return 1.
16824              Subject: [PATCH bleadperl] op/lex_assign.t  
16825              
16826              Subject: debugger "d" command doesnt check line number
16827              
16828              B::Deparse didn't do sub attributes.
16829              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16830              
16831              Preprocessing and postprocessing for File::Find.
16832              Subject: Patch to Find::File.pm to allow alphabetical results
16833              
16834              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
16835              
16836              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
16837              
16838              Subject: Re: [ID 20000730.003] utf8::length() bad
16839              
16840              Subject: Getting perlio and threads to compile
16841              (the Solaris version changes in Configure skipped)
16842              
16843              Tests for #6589.
16844              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16845              
16846              Add Perl debugging tutorial, regen toc. 
16847              Subject: perldebtut.pod
16848              
16849              Add a few missing files, update MANIFEST.
16850              
16851              Rewrite of vms/subconfigure.com as configure.com,
16852              from Peter Prymmer and the vmsperl crew.
16853              
16854              Should have deleted this in #6603.
16855              
16856              Fix the test for 5005threads.
16857              
16858              Fix-n-skip the tests under 5005threads.
16859              
16860              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
16861              
16862              Upgrade to CGI 2.71, from Lincoln Stein.
16863      Branch: maint-5.6/perl
16864           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
16865           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
16866           +> t/op/regmesg.t t/pod/find.t vms/configure.com
16867            - vms/subconfigure.com
16868            ! lib/lib.pm
16869           !> (integrate 115 files)
16870 ____________________________________________________________________________
16871 [  7884] By: jhi                                   on 2000/11/27  13:44:33
16872         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
16873              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16874              Date:     Mon, 27 Nov 2000 08:23:54 EST
16875              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
16876      Branch: perl
16877            ! vms/descrip_mms.template vms/test.com
16878 ____________________________________________________________________________
16879 [  7883] By: gsar                                  on 2000/11/27  11:50:46
16880         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
16881              6511..6513,6515..6523,6525..6536
16882              
16883              The swallow_bom() saga continues.  The #23 of require.t
16884              (UTF16-LE) still fails (silently, no output) but the #22
16885              (UTF16-BE) seems to be working now.  The root of the
16886              failure may be in sv_gets(): is it UTF-16LE-aware,
16887              especially when it comes to line endings? 
16888              
16889              Document the problem with -P in HP-UX and its workaround.
16890              
16891              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
16892              (aka ID 20000730.002)
16893              
16894              Subject: fix and question re: waitpid() under win32
16895              
16896              Make the safety catch for buggy gccs work with triple version
16897              numbers like 2.95.2.  Reported in
16898              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
16899              
16900              In Digital UNIX warn if gcc explicitly chosen because even
16901              2.95.2 is known to cause problems.
16902              
16903              Make chr() for values >127 to create utf8 when under utf8.
16904              
16905              various syntax errors and such (not fixed: comp/require.t#22 coredump
16906              on Windows)
16907              
16908              Stash away the largefiles flags and libswanted.
16909              
16910              BOM patching from Simon Cozens.
16911              
16912              If gccosandvers is equal to osname, clear gccosandvers.
16913              
16914              Make p4desc to skip non-mainperl branches by default.
16915              
16916              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
16917              
16918              The test from this
16919              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
16920              
16921              In new BSDs changes to argv[] do not show up in ps(1) output,
16922              instead one must use setproctitle().  This was already addressed
16923              by change #6457, but the below has a new variant for FreeBSD 4.0
16924              or later, and the matter is also documented more.
16925              
16926              FreeBSD 3.* updates from
16927              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
16928              
16929              regen_headers, regen perltoc.
16930              
16931              Document in one place the memory abstractions used in Perl core.
16932              
16933              memcpy has n o in it, as pinted ut by Sarathy.
16934              
16935              Remove the extraneous "main::" prefix from all the
16936              "opened only for", "on closed", and "never opened" warnings.
16937              
16938              The name of a filehandle does not have <these>.
16939              
16940              The tr utf8 patching continues.
16941              
16942              The new setproctitle() feature is available only in 
16943              bleeding edge FreeBSD.  From Paul Saab.
16944              
16945              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
16946              
16947              Dump UVs as UVs in Data::Dumper.
16948              
16949              detypo #6494
16950              
16951              Document the IVdf UVuf UVof UVxf.
16952              
16953              require.t needs binmode() to work on windows
16954              
16955              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
16956              that are hopefully soon put into use.
16957              
16958              Allow "no Module;" even if there is no 'unimport'.
16959              
16960              Better skip message for the test; one of the two problems in
16961              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
16962              
16963              The subtest 4 may fail also on VOBS, as pointed out
16964              by Nick Ing-Simmons in November 1999, bug id 19991124.003
16965              (but the failure in that bug report isn't the subtest 4).
16966              
16967              Be more informative on what is skipped and why,
16968              also repeat the list at the end.
16969              
16970              Add a URL for FSF.
16971              
16972              Subject: [PATCH] sv.h documentation - SvLEN
16973              
16974              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
16975              
16976              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
16977              
16978              Subject: [PATCH] bad cppsymbols on os2 + Configure question
16979              
16980              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
16981              
16982              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
16983              mention the idea of @( and @)
16984              
16985              This is 6512.  Really.
16986              
16987              Subject: [ID 19990721.004] Documentation bug in perlfunc
16988              
16989              Subject: Minor tweak to perlvar.pod
16990              
16991              In the warnings call filehandles consistently so;
16992              add "unopened" warning for stat().
16993              
16994              After the #6519 a warning about stat() is just that,
16995              not about a filetest, which now have their own warning.
16996              
16997              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
16998              
16999              Subject: Re: Array vs. List context
17000              
17001              Subject: New perlcc, take 2
17002              
17003              Weed buglets pointed out by
17004              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
17005              
17006              gcc versions might have (parentheses) in them.
17007              
17008              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
17009              
17010              Essential prototype changes were missing from #6527.
17011              Also make report_evil_fh() more bomb-proof.
17012              
17013              Zap lib/Sys directory when cleaning up.
17014              
17015              Change the Policy policy: now -Dprefix= with an existing
17016              Policy.sh and prefix == siteprefix == vendorprefix, then all
17017              of them follow along the new prefix.
17018              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
17019              
17020              Continue fixing the io warnings.  This also
17021              sort of fixes bug ID 20000802.003: the core dump
17022              is no more.  Whether the current behaviour is correct
17023              (giving a warning: "Not a format reference"), is another matter.
17024              
17025              Have symbols for the IoTYPEs.
17026              
17027              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
17028              
17029              Document a bit that UDP is not what you might think.
17030              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
17031              tr memory corruption fix from Simon Cozens.
17032              
17033              Plug the security hole described in the Aug 05 2000 bugtraq message
17034              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
17035              The security hole exists only in suidperls, which isn't
17036              installed or even built by default.
17037      Branch: maint-5.6/perl
17038           !> (integrate 71 files)
17039 ____________________________________________________________________________
17040 [  7882] By: gsar                                  on 2000/11/27  10:25:36
17041         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
17042              from mainline
17043              
17044              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
17045              to be fatal errors (instead of by default ignoring them, and
17046              ignoring with a bug: even though -w gave an error, the opening [
17047              was left in)  Reported in:
17048              
17049              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
17050              
17051              Subject: [PATCH] split /^/
17052              
17053              MacOS nits from Matthias Neeracher.
17054              
17055              More split() doc and test patches from Mike Guy.
17056              
17057              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
17058              from Graham Barr in the module list.
17059              
17060              docfix from Peter Scott <Peter@PSDT.com>.
17061              
17062              File::Temp patches for VMS and OS/2 from Tim Jenness.
17063              
17064              open() wariness in perlbug.
17065              
17066              Subject: [PATCH] minor doc change - perlguts
17067              
17068              Subject: Minor doc patch: handy.h
17069              
17070              Be wary of close()s, too.
17071              
17072              Further File::Temp patches from Yitzchak Scott-Thoennes
17073              and Craig A. Berry.
17074              
17075              Subject: [PATCH] fixes bug 20000508.004
17076              
17077              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
17078              
17079              Allow "no AutoLoader;", based on change #6444,
17080              suggested by Graham Barr.
17081              
17082              Use setproctitle() if available to modify $0.
17083              
17084              Warn if the version of the operating system used to compile gcc
17085              differs from the current version of the operating system.
17086              Also display the gcc compilation os and version in myconfig.
17087              Inspiration from
17088              
17089              Tiny fixes for #6460.
17090              
17091              The problem described in this
17092              Subject: [ID 20000322.018] named chars aren't magical enough
17093              has been fixed in perl 5.6.0 but just in case added a test
17094              to keep it away.  (The report from Joseph Hall.)
17095              
17096              Tune the comments and hopefully stop a memory leak.
17097              
17098              Subject: UTF8 concat
17099              (with a memory leak fixed, plus a few casts added)
17100              This also seems to help for
17101              Subject: [ID 20000716.015] join UTF8 weirdness
17102              
17103              Do not upgrade SVs into utf8 just because they participate
17104              in eq or cmp.  Reported and fix suggested in
17105              Subject: [ID 20000720.009] sv_eq UTF8 bug
17106              
17107              Fix the HALF_UPGRADE() macro introduced in #6263.
17108              
17109              Find green threads before native threads.
17110              Subject: Re: Patch to jpl/JNI/Makefile.PL
17111      Branch: maint-5.6/perl
17112           !> (integrate 30 files)
17113 ____________________________________________________________________________
17114 [  7881] By: jhi                                   on 2000/11/27  05:48:41
17115         Log: It seems that *both* the unused submatch loop cleanup
17116              codes are needed.
17117      Branch: perl
17118            ! regexec.c
17119 ____________________________________________________________________________
17120 [  7880] By: jhi                                   on 2000/11/27  04:50:07
17121         Log: Clean .exists deeper.
17122      Branch: perl
17123            ! Makefile.SH
17124 ____________________________________________________________________________
17125 [  7879] By: jhi                                   on 2000/11/27  02:31:35
17126         Log: The code in regcppop() (see #7878) contains the correct lower
17127              limit for the unused submatch 'cleanup' loop so that under
17128              "use utf8" the following code wouldn't dump core:
17129              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
17130              the cleanup loop in regtry() stomped beyond allocated area
17131              in the startp[] array.  Therefore, copied the correct lower
17132              loop limit (*PL_reglastparen) to regtry().  Note: something
17133              may still not be quite right: why was the _higher_ loop limit
17134              (prog->nparens) different in the utf8 case?
17135              
17136              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
17137              without core dumps, there were about 17 of them before
17138              the patch (with us since Perl 5.7.0).  Two failures, still:
17139              496 and 505 (though these may not be severe).
17140              
17141              Patch #7881 is also needed since both the cleanup loops
17142              seem to be needed.
17143              
17144              Also, the t/op/pat#44 seems to core dump under utf8.
17145              Plus a couple of failures.  UGH-8.
17146      Branch: perl
17147            ! regexec.c
17148 ____________________________________________________________________________
17149 [  7878] By: jhi                                   on 2000/11/27  02:21:17
17150         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
17151              the code in regcppop() seems to be redundant for the test suite --
17152              but it contains a germ of truth, and it needed for the build
17153              process itself: see #7879 and #7881.
17154      Branch: perl
17155            ! regexec.c
17156 ____________________________________________________________________________
17157 [  7877] By: jhi                                   on 2000/11/27  01:53:09
17158         Log: Comment on comment.
17159      Branch: perl
17160            ! regexec.c
17161 ____________________________________________________________________________
17162 [  7876] By: jhi                                   on 2000/11/27  00:49:59
17163         Log: Adjust the docs to agree with #7875.
17164      Branch: perl
17165            ! pod/perllocale.pod
17166 ____________________________________________________________________________
17167 [  7875] By: jhi                                   on 2000/11/27  00:49:27
17168         Log: Retract #7863.  It makes more sense not to taint formatted output,
17169              not even by sprintf().
17170      Branch: perl
17171            ! sv.c
17172 ____________________________________________________________________________
17173 [  7874] By: jhi                                   on 2000/11/26  23:36:02
17174         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
17175              Not really fixed (should really dump the UTF-8 charclass),
17176              but stopped displaying the garbage.
17177              
17178              Also add a note on the (missing) Unicode PSXSPC and BLANK.
17179      Branch: perl
17180            ! regcomp.c
17181 ____________________________________________________________________________
17182 [  7873] By: jhi                                   on 2000/11/26  21:31:13
17183         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
17184      Branch: perl
17185            ! regexec.c
17186 ____________________________________________________________________________
17187 [  7872] By: jhi                                   on 2000/11/26  21:06:04
17188         Log: No need to scan till infinity, 13 is enough.
17189      Branch: perl
17190            ! handy.h utf8.c
17191 ____________________________________________________________________________
17192 [  7871] By: jhi                                   on 2000/11/26  20:20:32
17193         Log: Test line numbers are different with utf8.
17194      Branch: perl
17195            ! t/op/re_tests
17196 ____________________________________________________________________________
17197 [  7870] By: jhi                                   on 2000/11/26  20:10:12
17198         Log: Message nit.
17199      Branch: perl
17200            ! regcomp.c
17201 ____________________________________________________________________________
17202 [  7869] By: jhi                                   on 2000/11/26  19:01:05
17203         Log: Make utf8_length() and utf8_distance() (the latter of which
17204              is unused at the moment) to be less forgiving about bad UTF-8.
17205      Branch: perl
17206            ! embed.h embed.pl objXSUB.h proto.h utf8.c
17207 ____________________________________________________________________________
17208 [  7868] By: jhi                                   on 2000/11/26  18:45:56
17209         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
17210              From: Benjamin Holzman <bah@ecnvantage.com>
17211              Date: Sat, 25 Nov 2000 20:40:20 -0500       
17212              Message-ID: <20001125204020.A25040@ecnvantage.com>              
17213              
17214              Debian allows installing /usr/bin/locale without installing
17215              any locales, an error message will ensue.
17216      Branch: perl
17217            ! t/pragma/locale.t
17218 ____________________________________________________________________________
17219 [  7867] By: jhi                                   on 2000/11/26  18:31:12
17220         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
17221              From: Benjamin Holzman <bah@ecnvantage.com>
17222              Date: Sun, 26 Nov 2000 02:42:34 -0500
17223              Message-ID: <20001126024234.G25040@ecnvantage.com>
17224              
17225              Patch for the bug 20000212.002.
17226      Branch: perl
17227            ! sv.c t/op/array.t
17228 ____________________________________________________________________________
17229 [  7866] By: jhi                                   on 2000/11/26  18:28:09
17230         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
17231              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17232              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
17233              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
17234              
17235              File::Temp 0.11.
17236      Branch: perl
17237            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
17238 ____________________________________________________________________________
17239 [  7865] By: jhi                                   on 2000/11/26  18:24:22
17240         Log: The metaconfig unit change for #7864.
17241      Branch: metaconfig/U/perl
17242            ! need_va_copy.U
17243 ____________________________________________________________________________
17244 [  7864] By: jhi                                   on 2000/11/26  18:23:41
17245         Log: Make the va_copy() test not to be so talkative.
17246      Branch: perl
17247            ! Configure config_h.SH
17248 ____________________________________________________________________________
17249 [  7863] By: jhi                                   on 2000/11/26  18:11:02
17250         Log: Fix locale inconsistencies unearthed by Hugo's work.
17251              Now the floating point sprintf really does taint the result
17252              string as perllocale promises (has promised for a long time)
17253              if "use locale" is in the lexical scope.
17254      Branch: perl
17255            ! sv.c t/pragma/locale.t
17256 ____________________________________________________________________________
17257 [  7862] By: jhi                                   on 2000/11/26  00:35:15
17258         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
17259              From: Nicholas Clark <nick@ccl4.org>
17260              Date: Sun, 26 Nov 2000 00:07:50 +0000
17261              Message-ID: <20001126000750.A22446@plum.flirble.org>
17262              
17263              Infinit.
17264      Branch: perl
17265            ! sv.c
17266 ____________________________________________________________________________
17267 [  7861] By: jhi                                   on 2000/11/26  00:01:26
17268         Log: Integrate perlio.
17269      Branch: perl
17270           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
17271 ____________________________________________________________________________
17272 [  7860] By: nick                                  on 2000/11/25  22:04:17
17273         Log: Correct relative path from new ext\Filter\Util\Call location
17274              back to miniperl.
17275      Branch: perlio
17276            ! win32/makefile.mk
17277 ____________________________________________________________________________
17278 [  7859] By: nick                                  on 2000/11/25  21:26:54
17279         Log: Integrate mainline.
17280      Branch: perlio
17281           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
17282           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
17283           +> t/lib/filter-util.t
17284            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
17285            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
17286            - t/lib/filt-util.t
17287           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
17288           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
17289           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
17290           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
17291           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
17292           !> win32/makefile.mk
17293 ____________________________________________________________________________
17294 [  7858] By: gsar                                  on 2000/11/25  20:52:17
17295         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
17296              parent's memory; fix it by keeping track of the actual pad
17297              offset rather than a raw pointer (this change is probably also
17298              relevant to non-ithreads case to avoid fallout from reallocs of
17299              the pad array, but is currently only enabled for the ithreads
17300              case in the interests of minimal disruption to existing "well
17301              tested" code)
17302      Branch: perl
17303            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
17304            ! proto.h scope.c scope.h sv.c t/op/fork.t
17305 ____________________________________________________________________________
17306 [  7857] By: nick                                  on 2000/11/25  20:01:28
17307         Log: All tests pass on Win32/gcc/USE_PERLIO.
17308              - when crlf layer is pushed make unix-level binary.
17309              - remove :crlf injection in pp_backtick in pp_sys.c
17310              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
17311      Branch: perlio
17312            ! doio.c perlio.c pp_sys.c win32/makefile.mk
17313 ____________________________________________________________________________
17314 [  7856] By: jhi                                   on 2000/11/25  18:38:30
17315         Log: Update the metaconfig units for #7855.
17316      Branch: metaconfig/U/perl
17317            ! useperlio.U usesocks.U
17318 ____________________________________________________________________________
17319 [  7855] By: jhi                                   on 2000/11/25  18:37:54
17320         Log: Undo the SOCKS workarounds, instead start using PerlIO
17321              if SOCKS is selected.
17322              
17323              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
17324              From: Jens Hamisch <jens@Strawberry.COM>
17325              Date: Fri, 24 Nov 2000 18:31:30 +0100
17326              Message-ID: <20001124183130.E28337@Strawberry.COM>
17327              
17328              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
17329              From: Jens Hamisch <jens@Strawberry.COM>
17330              Date: Fri, 24 Nov 2000 19:11:51 +0100
17331              Message-ID: <20001124191151.A28753@Strawberry.COM>
17332      Branch: perl
17333            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
17334            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
17335 ____________________________________________________________________________
17336 [  7854] By: jhi                                   on 2000/11/25  17:39:08
17337         Log: Undo #7848.  Some of the code seems to use walkoptree(),
17338              some walkoptree_slow().  An unfinished renaming?
17339              Now the sub is walkoptree() (which is @EXPORT_OK),
17340              the walkoptree_slow() is a typeglob alias to walkoptree.
17341              This makes the tests to pass, at least.
17342      Branch: perl
17343            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
17344 ____________________________________________________________________________
17345 [  7853] By: nick                                  on 2000/11/24  22:24:33
17346         Log: Re-arrange crlf vs binary for platforms that care.
17347              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
17348              Lip-service to making stdio layer work on such platfroms (untested).
17349              Now fails 3 tests rather than one, checkin to see if I can debug 
17350              the issue under linux. (Do not merge.)
17351      Branch: perlio
17352            ! doio.c perlio.c perliol.h
17353 ____________________________________________________________________________
17354 [  7852] By: jhi                                   on 2000/11/24  18:57:39
17355         Log: AUTHORS edits.
17356      Branch: perl
17357            ! AUTHORS
17358 ____________________________________________________________________________
17359 [  7851] By: jhi                                   on 2000/11/24  17:34:56
17360         Log: Add Jan-Erik Karlsson.
17361      Branch: perl
17362            ! AUTHORS
17363 ____________________________________________________________________________
17364 [  7850] By: jhi                                   on 2000/11/24  17:27:56
17365         Log: Configure should find stdchar on its own.
17366      Branch: perl
17367            ! hints/solaris_2.sh
17368 ____________________________________________________________________________
17369 [  7849] By: jhi                                   on 2000/11/24  17:24:55
17370         Log: Subject: PATCH over 7848: Filter test flawed
17371              From: andreas.koenig@anima.de (Andreas J. Koenig)
17372              Date: 24 Nov 2000 10:28:29 +0100
17373              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
17374      Branch: perl
17375            ! t/lib/filter-util.t
17376 ____________________________________________________________________________
17377 [  7848] By: jhi                                   on 2000/11/24  17:22:15
17378         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
17379              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
17380              Date: Fri, 24 Nov 2000 16:12:58 +0000
17381              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
17382      Branch: perl
17383            ! ext/B/B.pm
17384 ____________________________________________________________________________
17385 [  7847] By: jhi                                   on 2000/11/24  03:07:01
17386         Log: Integrate perlio.
17387      Branch: perl
17388           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
17389           !> win32/makefile.mk
17390 ____________________________________________________________________________
17391 [  7846] By: gsar                                  on 2000/11/24  00:55:57
17392         Log: integrate changes#6415..6418,6420..6438 from mainline
17393              
17394              Fix the bitvector ops for utf8 (tricky since past 7 bits
17395              the utf8 'characters' can be more than one octet).
17396              
17397              MPE/ix updates for perl 5.6.0 from Mark Bixby.
17398              
17399              Subject: SDBM_File documentation
17400              
17401              Detypo.
17402              
17403              Decutandpasto.
17404              
17405              Send all installperl messages to STDERR and be -w clean.
17406              
17407              Out-of-date note removed.
17408              
17409              Protect against "wild next"s, that is, callbacks doing "next"
17410              instead of "return".
17411              
17412              Use STDOUT consistently.
17413              
17414              The output might have been produced in the wrong order.
17415              
17416              A missing 'break' after the [[:space:]] switch case.
17417              
17418              Add tests for
17419              [ID 19991110.003] another matching finding by pcre author
17420              which has already been fixed by some patch, as verified in
17421              
17422              Documentation to explain the behaviour of map().
17423              
17424              Add an optimization for map-maps-a-list-element-to-more-list-elements
17425              case, but add also notes explaining the relationship of this
17426              patch and the earlier notes by Sarathy.
17427              
17428              Subject: [ID 20000716.023] syslog test fails without sockets
17429              
17430              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
17431              Test cases for #6431.
17432              
17433              File::Spec::VMS fixup for tmpdir from Craig Berry.
17434              
17435              Make the "uninit variable" warning to say "concat or string"
17436              or "join or string" when in concat or join .
17437              
17438              Get UTF16 BOMs working.  Patch from
17439              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
17440              
17441              Subject: [PATCH] Make large file tests deal with SIGXFSZ
17442              
17443              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
17444              
17445              Subject: [PATCH] av.c apidoc
17446      Branch: maint-5.6/perl
17447           !> (integrate 43 files)
17448 ____________________________________________________________________________
17449 [  7845] By: gsar                                  on 2000/11/24  00:20:45
17450         Log: integrate changes#6406..6414 from mainline
17451              
17452              Merge perlhacktut into perlhack, update perlguts.
17453              
17454              Fix AutoSplit to use File::Spec the right way in VMS,
17455              from Peter Prymmer.
17456              
17457              The bug report
17458              [ID 19991110.002] minimal matching discrepancy found by pcre author
17459              seems to have been fixed (though differently from what was suggested
17460              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
17461              
17462              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
17463              not in pod, from Peter Prymmer
17464              
17465              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
17466              From: Hugo <hv@crypt.compulink.co.uk>
17467              Date: Fri, 14 Jul 2000 23:05:20 +0100
17468              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
17469              
17470              Didn't anymore apply, but that point still could use another fix.
17471              
17472              lib/b test fixes from Peter Prymmer.
17473              
17474              More docs for sv functions.
17475              
17476              perlvms.pod whitespace cleanup to keep pod utils happy.
17477              
17478              another VMS build tweak from Peter Prymmer
17479      Branch: maint-5.6/perl
17480           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
17481           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
17482           !> vms/descrip_mms.template vms/perlvms.pod
17483 ____________________________________________________________________________
17484 [  7844] By: nick                                  on 2000/11/23  23:42:45
17485         Log: Win32/perlio Now just fails one io/argv.t test - lack 
17486              of default :crlf on standard streams.
17487      Branch: perlio
17488            ! doio.c perlio.c
17489 ____________________________________________________________________________
17490 [  7843] By: nick                                  on 2000/11/23  23:04:05
17491         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
17492              peek fail is showing a real problem (multiple crlf layers
17493              are getting pushed.)
17494      Branch: perlio
17495            ! doio.c perlio.c win32/makefile.mk
17496 ____________________________________________________________________________
17497 [  7842] By: nick                                  on 2000/11/23  19:46:23
17498         Log: Implement PerlIO_binmode()
17499              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
17500              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
17501              make binmode in t/lib/io_tell.t unconditional so that works.
17502              Checkin just so Win32 machine can see these changes.
17503      Branch: perlio
17504            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
17505 ____________________________________________________________________________
17506 [  7841] By: jhi                                   on 2000/11/23  19:30:00
17507         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
17508      Branch: perl
17509            ! README.amiga
17510 ____________________________________________________________________________
17511 [  7840] By: jhi                                   on 2000/11/23  17:18:02
17512         Log: SOCKS wrestling continues, patches from Jens Hamisch.
17513      Branch: perl
17514            ! doio.c embed.h embed.pl perlsdio.h proto.h
17515 ____________________________________________________________________________
17516 [  7839] By: jhi                                   on 2000/11/23  16:54:14
17517         Log: Push Filter::Util::Call one level deeper.
17518      Branch: perl
17519            + t/lib/filter-util.t
17520           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
17521           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
17522            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
17523            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
17524            - t/lib/filt-util.t
17525            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
17526            ! win32/Makefile win32/makefile.mk
17527 ____________________________________________________________________________
17528 [  7838] By: jhi                                   on 2000/11/23  16:52:40
17529         Log: Reach back one higher up when searching for PERL_SRC.
17530      Branch: perl
17531            ! lib/ExtUtils/MM_Unix.pm
17532 ____________________________________________________________________________
17533 [  7837] By: jhi                                   on 2000/11/23  16:05:41
17534         Log: Subject: Re: perl@7826
17535              Date: Thu, 23 Nov 2000 02:20:25 -0600
17536              From: "Craig A. Berry" <craigberry@mac.com>
17537              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
17538              
17539              Make VMS to like Filter::Util::Call. 
17540      Branch: perl
17541            ! configure.com ext/Filter/Util/Makefile.PL
17542 ____________________________________________________________________________
17543 [  7836] By: nick                                  on 2000/11/23  16:04:08
17544         Log: Implement crlf layer - not ready for merge.
17545      Branch: perlio
17546            ! perlio.c win32/makefile.mk
17547 ____________________________________________________________________________
17548 [  7835] By: jhi                                   on 2000/11/23  15:56:52
17549         Log: STDCHAR is different in Sparc v9 vs x86.
17550      Branch: perl
17551            ! hints/solaris_2.sh
17552 ____________________________________________________________________________
17553 [  7834] By: jhi                                   on 2000/11/23  15:50:47
17554         Log: The type needs to be visible to protos.
17555      Branch: perl
17556            ! perl.h
17557 ____________________________________________________________________________
17558 [  7833] By: jhi                                   on 2000/11/23  15:40:46
17559         Log: Finish unfinished SOCKS workaround changes.
17560      Branch: perl
17561            ! doio.c
17562 ____________________________________________________________________________
17563 [  7832] By: jhi                                   on 2000/11/23  15:33:30
17564         Log: Integrate perlio.
17565      Branch: perl
17566           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17567           !> win32/makefile.mk
17568 ____________________________________________________________________________
17569 [  7831] By: nick                                  on 2000/11/23  10:31:07
17570         Log: Correct makefile.mk dependancies for ext/Filter/Util
17571              Build ext/Encode
17572              Run dmake regen_config_h
17573      Branch: perlio
17574            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17575            ! win32/makefile.mk
17576 ____________________________________________________________________________
17577 [  7830] By: nick                                  on 2000/11/23  08:05:07
17578         Log: Integrate mainline
17579      Branch: perlio
17580           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
17581           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
17582           +> t/lib/filt-util.pl t/lib/filt-util.t
17583           !> (integrate 41 files)
17584 ____________________________________________________________________________
17585 [  7829] By: gsar                                  on 2000/11/23  03:07:11
17586         Log: build the Filter extension on windows
17587      Branch: perl
17588            ! win32/Makefile win32/makefile.mk
17589 ____________________________________________________________________________
17590 [  7828] By: gsar                                  on 2000/11/23  02:46:35
17591         Log: regenerate win32/config* and fix some inconsistencies in the
17592              makefiles; always export Perl_deb() because it is needed
17593              by ext/re/* (whether perl itself is built with -DDEBUGGING
17594              or not)
17595      Branch: perl
17596            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
17597            ! win32/config_H.vc win32/makefile.mk
17598 ____________________________________________________________________________
17599 [  7827] By: gsar                                  on 2000/11/23  02:18:38
17600         Log: get sources building on windows+MSVC again (untested with other
17601              compilers)
17602      Branch: perl
17603            ! win32/include/sys/socket.h win32/perllib.c
17604 ____________________________________________________________________________
17605 [  7826] By: jhi                                   on 2000/11/23  01:18:26
17606         Log: Update Changes.
17607      Branch: perl
17608            ! Changes patchlevel.h
17609 ____________________________________________________________________________
17610 [  7825] By: jhi                                   on 2000/11/23  00:20:41
17611         Log: Subject: Re: av.c patch (having slight problems)
17612              From: "Ben Tilly" <ben_tilly@hotmail.com>
17613              Date: Tue, 21 Nov 2000 23:29:31 -0500
17614              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
17615              
17616              unshift() speedup.
17617      Branch: perl
17618            ! av.c
17619 ____________________________________________________________________________
17620 [  7824] By: jhi                                   on 2000/11/22  23:59:15
17621         Log: Fixes for signedness warnings noticed by VMSperlers.
17622      Branch: perl
17623            ! ext/Storable/Storable.xs regcomp.c sv.c
17624 ____________________________________________________________________________
17625 [  7823] By: jhi                                   on 2000/11/22  23:19:31
17626         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
17627              From: Peter Prymmer <pvhp@forte.com>
17628              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
17629              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
17630      Branch: perl
17631            ! t/pragma/warn/pp_hot
17632 ____________________________________________________________________________
17633 [  7822] By: jhi                                   on 2000/11/22  22:52:20
17634         Log: Be clean.
17635      Branch: perl
17636            ! Makefile.SH
17637 ____________________________________________________________________________
17638 [  7821] By: jhi                                   on 2000/11/22  22:46:39
17639         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
17640              by Damian Conway, as suggested by Paul Marquess.
17641      Branch: perl
17642            + lib/Filter/Simple.pm
17643 ____________________________________________________________________________
17644 [  7820] By: jhi                                   on 2000/11/22  22:45:51
17645         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
17646      Branch: perl
17647            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
17648            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
17649            + t/lib/filt-util.t
17650            ! MANIFEST
17651 ____________________________________________________________________________
17652 [  7819] By: jhi                                   on 2000/11/22  22:03:27
17653         Log: Integrate perlio.
17654      Branch: perl
17655           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
17656           !> win32/makefile.mk
17657 ____________________________________________________________________________
17658 [  7818] By: jhi                                   on 2000/11/22  21:56:02
17659         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
17660      Branch: perl
17661            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
17662            ! t/lib/io_sock.t
17663 ____________________________________________________________________________
17664 [  7817] By: jhi                                   on 2000/11/22  21:39:49
17665         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
17666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17667              Date: Wed, 22 Nov 2000 16:08:12 -0500
17668              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
17669      Branch: perl
17670            ! lib/ExtUtils/Liblist.pm
17671 ____________________________________________________________________________
17672 [  7816] By: jhi                                   on 2000/11/22  21:38:25
17673         Log: Go ahead and #include <unistd.h> in perl.h.
17674      Branch: perl
17675            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
17676            ! util.c
17677 ____________________________________________________________________________
17678 [  7815] By: jhi                                   on 2000/11/22  21:22:52
17679         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
17680              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17681              Date: Mon, 20 Nov 2000 18:30:52 -0500
17682              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
17683      Branch: perl
17684            ! pod/perlre.pod regcomp.c t/op/re_tests
17685 ____________________________________________________________________________
17686 [  7814] By: jhi                                   on 2000/11/22  21:21:46
17687         Log: Subject: [PATCH 5.7.0] Liblist finally works
17688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17689              Date: Tue, 21 Nov 2000 22:02:17 -0500
17690              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
17691      Branch: perl
17692            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
17693            ! lib/ExtUtils/MakeMaker.pm
17694 ____________________________________________________________________________
17695 [  7813] By: jhi                                   on 2000/11/22  21:20:23
17696         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
17697              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17698              Date: Wed, 22 Nov 2000 17:53:15 +0100
17699              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
17700              
17701              AIX dynaloader and perlio patch.
17702      Branch: perl
17703            ! ext/DynaLoader/dl_aix.xs
17704 ____________________________________________________________________________
17705 [  7812] By: jhi                                   on 2000/11/22  21:17:52
17706         Log: (Accidentally empty patch.)
17707      Branch: perl
17708            ! av.c
17709 ____________________________________________________________________________
17710 [  7811] By: jhi                                   on 2000/11/22  21:16:31
17711         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
17712              From: Peter Prymmer <pvhp@forte.com>
17713              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
17714              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
17715      Branch: perl
17716            ! vms/test.com
17717 ____________________________________________________________________________
17718 [  7810] By: jhi                                   on 2000/11/22  21:15:36
17719         Log: Subject: Re: perl@7777 
17720              From: "John P. Linderman" <jpl@research.att.com>
17721              Date: Wed, 22 Nov 2000 13:11:11 -0500
17722              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
17723              
17724              Detypoing.
17725      Branch: perl
17726            ! lib/CPAN.pm
17727 ____________________________________________________________________________
17728 [  7809] By: jhi                                   on 2000/11/22  21:14:19
17729         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
17730              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17731              Date:     Wed, 22 Nov 2000 13:51:37 EST
17732              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
17733      Branch: perl
17734            ! perlsdio.h
17735 ____________________________________________________________________________
17736 [  7808] By: jhi                                   on 2000/11/22  21:13:27
17737         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
17738              From: Casey Tweten <crt@kiski.net>
17739              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
17740              Message-Id: <200011201653.LAA10194@home.kiski.net>
17741      Branch: perl
17742            ! t/lib/io_udp.t
17743 ____________________________________________________________________________
17744 [  7807] By: jhi                                   on 2000/11/22  21:12:35
17745         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
17746              From: Casey Tweten <crt@kiski.net>
17747              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
17748              Message-Id: <200011201636.LAA07227@home.kiski.net>
17749      Branch: perl
17750            ! t/lib/io_sock.t
17751 ____________________________________________________________________________
17752 [  7806] By: jhi                                   on 2000/11/22  21:10:59
17753         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
17754              From: "Casey R. Tweten" <crt@kiski.net>
17755              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
17756              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
17757      Branch: perl
17758            ! utils/h2xs.PL
17759 ____________________________________________________________________________
17760 [  7805] By: nick                                  on 2000/11/22  21:05:06
17761         Log: Integrate mainline
17762      Branch: perlio
17763           !> Changes Porting/genlog ext/DB_File/DB_File.xs
17764           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
17765           !> utils/perlbug.PL
17766 ____________________________________________________________________________
17767 [  7804] By: jhi                                   on 2000/11/22  21:01:12
17768         Log: Subject: [PATCH] Test.pm POD peculiarity
17769              From: "Casey R. Tweten" <crt@kiski.net>
17770              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
17771              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
17772      Branch: perl
17773            ! lib/Test.pm
17774 ____________________________________________________________________________
17775 [  7803] By: jhi                                   on 2000/11/22  20:59:59
17776         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
17777              From: "Philip Newton" <pnewton@gmx.de>
17778              Date: Wed, 22 Nov 2000 14:25:53 +0100
17779              Message-Id: <3A1BD771.25462.1939FAD@localhost>
17780              
17781              Be case-understanding also on 's', and use the -oi of sendmail
17782              not to terminate the transmission on a lone '.'.
17783      Branch: perl
17784            ! utils/perlbug.PL
17785 ____________________________________________________________________________
17786 [  7802] By: nick                                  on 2000/11/22  20:51:42
17787         Log: Win32 PerlIO intermediate state now working as expected.
17788              - In current state we are still using C runtime in text/binary
17789              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
17790              - PERLIO=stdio and PERLIO=unix pass all expected tests.
17791              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
17792              and PerlIO_seek() and the dummy crlf layer is not making adjustments
17793              for CRLF translation happening in C runtime. All other tests pass.
17794              
17795              Added note to README.win32 to point out the snags of doing a perl build
17796              with Norton AntiVirus turned on.
17797              
17798              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
17799              which file a fail comes from.
17800              
17801              Updated "canned" config.h to match the one generated.
17802      Branch: perlio
17803            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
17804            ! win32/makefile.mk
17805 ____________________________________________________________________________
17806 [  7801] By: jhi                                   on 2000/11/22  06:50:20
17807         Log: Nickety nits.
17808      Branch: perl
17809            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
17810 ____________________________________________________________________________
17811 [  7800] By: jhi                                   on 2000/11/22  01:29:55
17812         Log: Changes had accidentally gone too silent on non-main branches.
17813      Branch: perl
17814            ! Changes Porting/genlog patchlevel.h
17815 ____________________________________________________________________________
17816 [  7799] By: gsar                                  on 2000/11/22  01:02:56
17817         Log: some lib_pm.PL changes snuck in via change#7772
17818      Branch: maint-5.6/perl
17819            ! Makefile.SH
17820 ____________________________________________________________________________
17821 [  7798] By: nick                                  on 2000/11/21  21:59:40
17822         Log: Integrate mainline
17823      Branch: perlio
17824           !> (integrate 28 files)
17825 ____________________________________________________________________________
17826 [  7797] By: jhi                                   on 2000/11/21  21:01:45
17827         Log: Integrate perlio.
17828      Branch: perl
17829           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
17830 ____________________________________________________________________________
17831 [  7796] By: nick                                  on 2000/11/21  20:36:22
17832         Log: Win32 builds and runs (mostly) with USE_PERLIO.
17833              PERLIO=perlio passes all tests. 
17834              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
17835      Branch: perlio
17836            ! perlio.c win32/perllib.c win32/win32.c
17837 ____________________________________________________________________________
17838 [  7795] By: jhi                                   on 2000/11/21  19:03:44
17839         Log: Update Changes.
17840      Branch: perl
17841            ! Changes patchlevel.h
17842 ____________________________________________________________________________
17843 [  7794] By: jhi                                   on 2000/11/21  18:56:34
17844         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
17845              From: "Craig A. Berry" <craigberry@mac.com>
17846              Date: Mon, 20 Nov 2000 20:27:06 -0600
17847              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
17848              
17849              A cut-and-pasto.
17850      Branch: perl
17851            ! perlio.h
17852 ____________________________________________________________________________
17853 [  7793] By: jhi                                   on 2000/11/21  18:54:41
17854         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
17855              From: Dominic Dunlop <domo@computer.org> 
17856              Date: Mon, 20 Nov 2000 18:55:29 +0100
17857              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
17858              
17859              va_copy() and the need of it.
17860              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
17861      Branch: metaconfig/U/perl
17862            + need_va_copy.U
17863      Branch: perl
17864            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17865            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
17866            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
17867            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17868            ! win32/config.bc win32/config.gc win32/config.vc
17869 ____________________________________________________________________________
17870 [  7792] By: jhi                                   on 2000/11/21  17:04:10
17871         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
17872      Branch: perl
17873           !> scope.h
17874 ____________________________________________________________________________
17875 [  7791] By: jhi                                   on 2000/11/21  17:01:16
17876         Log: Export the SOCKS workaround symbols only if necessary.
17877      Branch: perl
17878            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
17879 ____________________________________________________________________________
17880 [  7790] By: nick                                  on 2000/11/20  23:57:11
17881         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
17882      Branch: perlio
17883            ! scope.h
17884 ____________________________________________________________________________
17885 [  7789] By: nick                                  on 2000/11/20  23:38:33
17886         Log: Integrate mainline
17887      Branch: perlio
17888           +> lib/File/Spec/Epoc.pm
17889           !> (integrate 34 files)
17890 ____________________________________________________________________________
17891 [  7788] By: nick                                  on 2000/11/20  23:20:18
17892         Log: Make extra buffer layer work (dummy crlf layer)
17893      Branch: perlio
17894            ! doio.c perlio.c perlio.h
17895 ____________________________________________________________________________
17896 [  7787] By: jhi                                   on 2000/11/20  22:44:04
17897         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
17898              From: Peter Prymmer <pvhp@forte.com>
17899              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
17900              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
17901      Branch: perl
17902            ! t/pragma/locale.t
17903 ____________________________________________________________________________
17904 [  7786] By: jhi                                   on 2000/11/20  22:29:10
17905         Log: Subject: DOC PATCH 5.6.0 perlreftut
17906              From: mjd@plover.com
17907              Date: 20 Nov 2000 19:45:06 -0000
17908              Message-ID: <20001120194506.9505.qmail@plover.com>
17909      Branch: perl
17910            ! pod/perlreftut.pod
17911 ____________________________________________________________________________
17912 [  7785] By: jhi                                   on 2000/11/20  22:27:44
17913         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
17914              From: David Dyck <dcd@tc.fluke.com>
17915              Date: Mon, 20 Nov 2000 11:43:40 -0800
17916              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
17917      Branch: perl
17918            ! lib/Cwd.pm
17919 ____________________________________________________________________________
17920 [  7784] By: jhi                                   on 2000/11/20  22:23:21
17921         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
17922              Date: Mon, 20 Nov 2000 17:06:10 -0500
17923              To: Mailing list Perl5 <perl5-porters@perl.org>
17924              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
17925      Branch: perl
17926            ! pp_ctl.c t/op/pat.t
17927 ____________________________________________________________________________
17928 [  7783] By: jhi                                   on 2000/11/20  22:11:18
17929         Log: Subject: [PATCH] doop.c - UTF8 tr///               
17930              From: Simon Cozens <simon@cozens.net>
17931              Date: Sat, 18 Nov 2000 18:49:30 +0000
17932              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
17933              
17934              Subject: Re: [PATCH] doop.c - UTF8 tr///           
17935              From: Simon Cozens <simon@cozens.net>
17936              Date: Mon, 20 Nov 2000 20:45:22 +0000
17937              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
17938              
17939              Make tr on UTF-8 better but still not correct.
17940      Branch: perl
17941            ! doop.c
17942 ____________________________________________________________________________
17943 [  7782] By: jhi                                   on 2000/11/20  22:02:16
17944         Log: Remove the shared object before attempting to create
17945              (by linking) a new one.  E.g. in AIX not removing
17946              becomes quite painful if one tries to do more than one
17947              build in the same tree (an interrupted build, for example),
17948              since the AIX' shared dynaloader seemingly keeps the shared
17949              objects open and therefore 'busy' for quite a while, even when
17950              nobody is using the objects, leading into link failures.
17951      Branch: perl
17952            ! lib/ExtUtils/MM_Unix.pm
17953 ____________________________________________________________________________
17954 [  7781] By: gsar                                  on 2000/11/20  19:02:55
17955         Log: type mismatch due to faulty integration
17956      Branch: maint-5.6/perl
17957            ! toke.c win32/Makefile
17958 ____________________________________________________________________________
17959 [  7780] By: gsar                                  on 2000/11/20  17:31:55
17960         Log: integrate changes#6392,6394..6399,6401..6404
17961              
17962              The {multiplier} of a fixed substring was overlooked which
17963              caused a wrong initial search offset for that substring.
17964              
17965              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
17966              From: Hugo <hv@crypt.compulink.co.uk>
17967              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
17968              Date: Thu, 13 Jul 2000 19:27:13 +0100
17969              
17970              Fix the BOM bug: not a byteorder bug, a signedness bug.
17971              
17972              Replace change #6337 with a better one.
17973              
17974              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
17975              From: Hugo <hv@crypt.compulink.co.uk>
17976              Date: Fri, 14 Jul 2000 04:16:20 +0100
17977              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
17978              
17979              MakeMaker should not remove editor backups (*~) on `make clean`
17980              by default (completes change#6383)
17981              
17982              move new variables to the end of the interpreter structure (for
17983              bincompat in code that doesn't #include XSUB.h)
17984              
17985              rename totally bletcherous SvLOCK() thingy (doesn't do what the
17986              name suggests anyway)
17987              
17988              various cleanups (typos, misformatted code, and small bugs)
17989              
17990              typecasts needed for change#6394
17991              
17992              typos in change#6399, regen headers
17993              
17994              inconsistent types needs casts
17995              
17996              PERL_OBJECT build tweaks
17997      Branch: maint-5.6/perl
17998           !> MANIFEST doop.c embed.h embed.pl embedvar.h
17999           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
18000           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
18001           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
18002           !> toke.c util.c
18003 ____________________________________________________________________________
18004 [  7779] By: gsar                                  on 2000/11/20  17:06:29
18005         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
18006              
18007              Cosmetics and perldelta.
18008              
18009              Fix nits noticed by Boston.pm.
18010              
18011              Do the cc sanity check both before the hints and
18012              after the cc selction.
18013              
18014              get sprintf.t to adjust properly for 3-digit exponents
18015              
18016              don't clobber *.orig files on *clean targets
18017              
18018              fix bugs in processing %v-*d and similar format specs (from
18019              Avi Finkel <avi@finkel.org>)
18020              
18021              sprintf test tweaks (from Dominic Dunlop)
18022              
18023              new selfloader.t in change#6183 doesn't close DATA handles,
18024              and thus fails to clean up tmp files on dosish platforms
18025              
18026              typos (spotted by Peter Prymmer)
18027              
18028              typo fix from Craig Berry
18029      Branch: maint-5.6/perl
18030           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
18031           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
18032           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
18033           !> x2p/Makefile.SH
18034 ____________________________________________________________________________
18035 [  7778] By: gsar                                  on 2000/11/20  16:46:51
18036         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
18037              
18038              Subject: Re: format bug report  [Patch]
18039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18040              Date: Wed, 05 Jul 2000 13:12:52 +0200
18041              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
18042              
18043              Subject: Re: format bug report  [Patch]
18044              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18045              Date: Wed, 05 Jul 2000 14:10:01 +0200
18046              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
18047              
18048              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
18049              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18050              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
18051              Date: Fri, 07 Jul 2000 17:57:16 +0100
18052              
18053              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
18054              To: perl5-porters@perl.org
18055              From: Karsten Sperling <spiff@phreax.net>
18056              Date: Mon, 10 Jul 2000 15:12:52 +0200
18057              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
18058              
18059              README.posix-bc podified from Thomas Dorner.
18060              
18061              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
18062              From: Dominic Dunlop <domo@computer.org>
18063              Date: Tue, 11 Jul 2000 12:27:33 +0200
18064              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
18065              
18066              Typo in #6341.
18067              
18068              Fix for
18069              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
18070              From: Roderick Schertler <roderick@argon.org>
18071              Date: Tue, 11 Jul 2000 13:55:05 -0400
18072              Message-Id: <200007111755.NAA05077@jones.argon.org>
18073              
18074              Minor cleanups on the booklist.
18075              
18076              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
18077              regen perltoc.
18078              
18079              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
18080      Branch: maint-5.6/perl
18081           +> pod/perlbook.pod
18082           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
18083           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
18084           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
18085 ____________________________________________________________________________
18086 [  7777] By: jhi                                   on 2000/11/20  16:08:49
18087         Log: Update Changes.
18088      Branch: perl
18089            ! Changes patchlevel.h
18090 ____________________________________________________________________________
18091 [  7776] By: jhi                                   on 2000/11/20  15:27:56
18092         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
18093              This may be overly harsh but until proven otherwise, we think this
18094              way, or until we have a simple test for Configure (having to start
18095              up servers is does not count as simple) to check for the problems.
18096      Branch: perl
18097            ! perl.h
18098 ____________________________________________________________________________
18099 [  7775] By: jhi                                   on 2000/11/20  15:22:17
18100         Log: Solaris hints tweaks.
18101      Branch: perl
18102            ! hints/solaris_2.sh
18103 ____________________________________________________________________________
18104 [  7774] By: jhi                                   on 2000/11/20  15:01:20
18105         Log: Add a workaround to SOCKS 64-bit problems.
18106      Branch: perl
18107            ! doio.c embed.h embed.pl perlsdio.h proto.h
18108 ____________________________________________________________________________
18109 [  7773] By: jhi                                   on 2000/11/20  14:51:47
18110         Log: sysseek() instead of seek().
18111      Branch: perl
18112            ! t/lib/syslfs.t
18113 ____________________________________________________________________________
18114 [  7772] By: gsar                                  on 2000/11/20  13:06:23
18115         Log: integrate changes#6315..6319,6321..6331,6333..6338
18116              
18117              Integrate with Sarathy, preliminary fix for unicos
18118              alignment problems in [ID 20000612.002] Perl problem on Cray system.
18119              
18120              some debugger output does not go to the socket when RemotePort is set
18121              
18122              winsock cleanup never done on Windows (leads to handle leaks)
18123              
18124              fix UNC path handling on Windows under ithreads, and chdir()
18125              return value when given a non-existent directory
18126              
18127              Autogenerate pod/Makefile and pod/buildtoc.
18128              buildtoc also checks whether the existin pods are
18129              mentioned in MANIFEST and perl.pod, and vice versa.
18130              (None of the thusly found discrepancies fixed yet.)
18131              roffitall also needs to be autogenerated similarly but it
18132              seems so badly out of date that I didn't touch it yet.
18133              
18134              Config is being used.
18135              
18136              Add =head1 NAMEs so that buildtoc is happy.
18137              (The CGI::Util nit reported to Lincoln.)
18138              
18139              Fix complaints of buildtoc.
18140              
18141              Fix the alignment problem in Crays ([ID 20000612.002]).
18142              
18143              Remove perlbook, update perlfaq book listing,
18144              rearrange perl.pod, regenerate perltoc.
18145              
18146              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
18147              was cast to an unsigned (32-bit) integer with wild abandon.
18148              
18149              winsock options weren't being set in all threads under ithreads
18150              (caused send()s from second and subsequent threads to fail)
18151              
18152              accept() leaks memory on windows due to incorrect ordering of
18153              closesocket() and fclose() calls
18154              
18155              Reorder perl.pod once more.
18156              
18157              More POSIX.pod tweaks.
18158              
18159              Sprinkle ldlibpath.
18160              
18161              Precedence goof, fix based on
18162              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
18163              From: Hugo <hv@crypt.compulink.co.uk>
18164              Date: Tue, 11 Jul 2000 12:52:38 +0100
18165              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
18166              
18167              Subject: PATCH perlguts.pod: Document D and d magic types
18168              From: mjd@plover.com
18169              Date: 5 Jul 2000 18:01:51 -0000
18170              Message-ID: <20000705180151.29413.qmail@plover.com>
18171              
18172              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
18173              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
18174              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
18175              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
18176              
18177              Subject: [PATCH cfgperl] $& segfaults if you trick it
18178              From: simon@brecon.co.uk (Simon Cozens)
18179              Date: 7 Jul 2000 11:26:09 GMT
18180              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
18181              
18182              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
18183              From: Hugo <hv@crypt.compulink.co.uk>
18184              Date: Tue, 11 Jul 2000 12:44:50 +0100
18185              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
18186              
18187              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
18188              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18189              Date: Tue, 11 Jul 2000 13:50:51 +0100
18190              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
18191      Branch: maint-5.6/perl
18192           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
18193           +> pod/buildtoc.PL
18194            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
18195           !> (integrate 26 files)
18196 ____________________________________________________________________________
18197 [  7771] By: gsar                                  on 2000/11/20  12:31:42
18198         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
18199              6310,6311,6314
18200              
18201              Subject: [PATCH bleedperl] File::Spec 0.82 beta
18202              From: Barrie Slaymaker <barries@jester.slaysys.com>
18203              Date: Wed, 28 Jun 2000 11:35:29 -0400
18204              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
18205              
18206              tweak perlembed for multiplicity/usethreads sanity; correct notes
18207              about Windows
18208              
18209              localize %INC in a Safe compartment so that use/require work
18210              (many other magic globals probably need similar treatment)
18211              
18212              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
18213              when @_ is modified, causing coredumps
18214              
18215              slurp mode fix in change#4736 still not quite right
18216              
18217              Point to perlipc for more SysV IPC examples.
18218              
18219              Elaborate POSIX.pod.  Still needs work.
18220              
18221              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
18222              
18223              fix large memory leak that has been around for ever, masked by
18224              -DPURIFY (most of the arenas were never freed!)
18225              
18226              fix memory leak on Windows (PL_sys_intern contents were never
18227              freed)
18228              
18229              PERL_OBJECT build tweak
18230              
18231              adjust change#6299
18232              
18233              remove rel2abs prototypes (from Barrie Slaymaker)
18234              
18235              missing perldiag entry for unpack("w",...) diagnostic (from
18236              Andreas Koenig)
18237              
18238              better diagnostic on Frob->stuff() when Frob:: doesn't exist
18239              (from Richard Soderberg <rs@oregonnet.com>)
18240              
18241              Win32 patches for cfgperl from Sarathy.
18242              
18243              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
18244              
18245              More POSIX.pod embellishment.
18246              
18247              tyop in change#6306
18248      Branch: maint-5.6/perl
18249           !> (integrate 44 files)
18250 ____________________________________________________________________________
18251 [  7770] By: gsar                                  on 2000/11/20  11:51:00
18252         Log: integrate changes#6268..6282 from cfgperl branch
18253              
18254              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
18255              From: Dominic Dunlop <domo@computer.org>
18256              Date: Thu, 29 Jun 2000 12:32:39 +0200
18257              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
18258              
18259              Regen headers for #6261 (and update embed.pl for this) and #6267,
18260              silence few compiler warnings.
18261              
18262              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
18263              From: Nicholas Clark <nick@talking.bollo.cx>
18264              Date: Fri, 23 Jun 2000 16:21:15 +0100
18265              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
18266              
18267              Subject: PATCH pod/perltie.pod
18268              From: Ian Phillipps <Ian.Phillipps@iname.com>
18269              Date: Fri, 16 Jun 2000 00:17:19 +0100
18270              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
18271              (only the first hunk, the second hunk had already been done
18272              by some other patch)
18273              
18274              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
18275              From: Tom Phoenix <rootbeer@redcat.com>
18276              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
18277              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
18278              
18279              Subject: [PATCH] xsub attributes
18280              From: Doug MacEachern <dougm@covalent.net>
18281              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
18282              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
18283              
18284              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
18285              From: Andy Dougherty <doughera@lafayette.edu>
18286              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
18287              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
18288              
18289              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
18290              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18291              Date: Tue, 13 Jun 2000 02:43:48 -0500
18292              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
18293              
18294              Subject: [PATCH] Re: eval documentation: context
18295              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18296              Date: Mon, 12 Jun 2000 15:07:29 +0100
18297              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
18298              
18299              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
18300              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18301              Date: Mon, 12 Jun 2000 14:55:59 +0100
18302              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
18303              
18304              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
18305              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
18306              Date: Fri, 09 Jun 2000 12:39:27 -0400
18307              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
18308              (plus update the version "number" of Text::Wrap)
18309              
18310              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
18311              From: Tim Ayers <tayers@bridge.com>
18312              Date: Thu, 08 Jun 2000 08:11:06 +0200
18313              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
18314              [resent by Richard Foley, Message-Id probably wrong]
18315              
18316              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
18317              From: rspier@pobox.com (Robert Spier)
18318              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
18319              Message-ID: <14654.31913.845602.610277@rls.cx>
18320              
18321              Subject: [PATCH 5.6.0] utils/h2xs.PL
18322              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18323              Date: Wed, 7 Jun 2000 04:02:04 -0500
18324              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
18325              
18326              Subject: [PATCH 5.6.0]ITHREADs for VMS
18327              From: Dan Sugalski <dan@sidhe.org>
18328              Date: Tue, 06 Jun 2000 11:59:50 -0400
18329              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
18330      Branch: maint-5.6/perl
18331           !> (integrate 31 files)
18332 ____________________________________________________________________________
18333 [  7769] By: gsar                                  on 2000/11/20  11:29:06
18334         Log: integrate changes#6261..6266 from cfgperl
18335              
18336              Subject: Re: [PATCH cfgperl] BOMs away!
18337              From: simon@brecon.co.uk (Simon Cozens)
18338              Date: 17 Jun 2000 11:49:57 GMT
18339              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
18340              
18341              Subject: 5.6.0 Patch for EPOC
18342              From: Olaf Flebbe <o.flebbe@gmx.de>
18343              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
18344              Message-ID: <23449.960929969@www11.gmx.net>
18345              
18346              tr fixes from Simon Cozens
18347              
18348              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
18349              From: Marty Lucich <marty@netcom.com>
18350              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
18351              Message-Id: <200006282116.OAA11148@netcom.com>
18352              ccdlflags update (the BSD/OS 4.1 part had already been taken
18353              care of by #6141).
18354              
18355              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
18356              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18357              Date: Wed, 28 Jun 2000 17:50:12 -0700
18358              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
18359              
18360              Subject: [PATCH 5.6.0] cygwin port
18361              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
18362              From: "Fifer, Eric" <EFifer@sanwaint.com>
18363              Date: Thu, 29 Jun 2000 12:58:29 +0100
18364      Branch: maint-5.6/perl
18365           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
18366           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
18367           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18368           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
18369 ____________________________________________________________________________
18370 [  7768] By: gsar                                  on 2000/11/20  11:13:44
18371         Log: integrate changes#6252..6256,6259..6260
18372              
18373              Paranoia tweak on #6249.
18374              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
18375              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
18376              Date: Sun, 25 Jun 2000 23:43:12 -0400
18377              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
18378              
18379              Subject: tr///, help wanted.
18380              From: simon@brecon.co.uk (Simon Cozens)
18381              Date: 28 Jun 2000 11:29:04 GMT
18382              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
18383              
18384              small thinko tweaks
18385              
18386              tweaks from Simon Conzes to further fix tr/// under utf8
18387              
18388              perlnewmod was missing from MANIFEST.
18389              
18390              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
18391              From: simon@brecon.co.uk (Simon Cozens)
18392              Date: 17 Jun 2000 11:56:44 GMT
18393              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
18394              pack U0, pack C0
18395      Branch: maint-5.6/perl
18396           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
18397           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
18398           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
18399           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
18400 ____________________________________________________________________________
18401 [  7767] By: gsar                                  on 2000/11/20  10:51:38
18402         Log: integrate change#6250 from cfgperl
18403              
18404              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
18405              From: Doug MacEachern <dougm@covalent.net>
18406              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
18407              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
18408      Branch: maint-5.6/perl
18409           +> t/op/my_stash.t
18410           !> MANIFEST embed.pl global.sym proto.h toke.c
18411 ____________________________________________________________________________
18412 [  7766] By: gsar                                  on 2000/11/20  10:48:34
18413         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
18414              
18415              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
18416              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
18417              Date: Mon, 26 Jun 2000 18:40:14 +0100
18418              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
18419              
18420              Subject: [PATCH] bytes<->utf8 fixes
18421              From: simon@brecon.co.uk (Simon Cozens)
18422              Date: 26 Jun 2000 04:55:45 GMT
18423              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
18424              
18425              Subject: [PATCH] is_utf8_string
18426              From: simon@brecon.co.uk (Simon Cozens)
18427              Date: 26 Jun 2000 02:25:59 GMT
18428              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
18429              
18430              Subject: [PATCH] avoid mg_ptr in '*' magic
18431              From: Doug MacEachern <dougm@covalent.net>
18432              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
18433              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
18434              
18435              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
18436              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
18437              Date: Sat, 24 Jun 2000 13:06:20 +0100
18438              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
18439              
18440              Allow for standalone testing.
18441              
18442              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
18443              From: Mark-Jason Dominus <mjd@plover.com>
18444              Date: Tue, 27 Jun 2000 22:36:42 -0400
18445              Message-ID: <20000628023642.12166.qmail@plover.com>
18446              
18447              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
18448              From: Frank Tobin <ftobin@uiuc.edu>
18449              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
18450              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
18451      Branch: maint-5.6/perl
18452           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
18453           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
18454           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
18455           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
18456           !> utf8.c utils/h2xs.PL
18457 ____________________________________________________________________________
18458 [  7765] By: gsar                                  on 2000/11/20  10:29:13
18459         Log: integrate change#6239 from cfgperl
18460              
18461              Configure maintenance.  Sever some dependency cycles,
18462              separate gccversion from the cc unit,
18463              address [ID 20000623.006] Configure script patch for using gcc on AIX
18464              (but solve it a little bit differently),
18465              unduplex some accidentally duplicated units,
18466              suggest using gcc if no cc available
18467              (p5p thread: "Solaris configure: counterproposal", 1999-09)
18468      Branch: maint-5.6/perl
18469           !> Configure Todo-5.6 config_h.SH
18470 ____________________________________________________________________________
18471 [  7764] By: gsar                                  on 2000/11/20  10:25:55
18472         Log: integrate changes#6233..6238 from cfgperl
18473              
18474              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
18475              From: Mark-Jason Dominus <mjd@plover.com>
18476              Date: Fri, 16 Jun 2000 20:53:04 -0400
18477              Message-ID: <20000617005304.8008.qmail@plover.com>
18478              
18479              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
18480              because when run as services (Win32ese for daemons)
18481              no environment variables are set and tmpdir ends up as /tmp,
18482              which is ambiguous.
18483              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
18484              From: matt@sergeant.org
18485              Date: 16 Jun 2000 16:30:43 -0000
18486              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
18487              
18488              The thread begun by
18489              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
18490              From: Kevin.Ruscoe@ubsw.com
18491              Date: Fri, 16 Jun 2000 16:38:51 +0100
18492              Message-Id: <H000019b03c300d6@MHS>
18493              
18494              Tweak embed.pl, regen headers.
18495              
18496              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
18497              From: Dan Sugalski <dan@sidhe.org>
18498              Date: Fri, 23 Jun 2000 17:00:00 -0400
18499              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
18500      Branch: maint-5.6/perl
18501           !> (integrate 27 files)
18502 ____________________________________________________________________________
18503 [  7763] By: gsar                                  on 2000/11/20  10:08:08
18504         Log: s/perl56delta/perldelta/g
18505      Branch: maint-5.6/perl
18506            ! pod/Makefile
18507 ____________________________________________________________________________
18508 [  7762] By: gsar                                  on 2000/11/20  10:04:00
18509         Log: integrate changes#6225,6229,6231,6232 from cfgperl
18510              
18511              Add source code filenames to apidoc.
18512              From: simon@brecon.co.uk (Simon Cozens)
18513              Subject: [PATCH embed.pl] Source X-ref
18514              Date: 22 Jun 2000 02:18:49 GMT
18515              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
18516              
18517              Subject: README.hpux version 0.6.1
18518              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
18519              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18520              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
18521              
18522              Subject: [PATCH 5.6.0] cygwin port
18523              From: "Fifer, Eric" <EFifer@sanwaint.com>
18524              Date: Tue, 20 Jun 2000 14:30:58 +0100
18525              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
18526              
18527              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
18528              From: simon@brecon.co.uk (Simon Cozens)
18529              Date: 19 Jun 2000 15:18:27 GMT
18530              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
18531              
18532              plus update pod/Makefile and regenerate perltoc
18533      Branch: maint-5.6/perl
18534           +> pod/perlutil.pod
18535           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
18536           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
18537 ____________________________________________________________________________
18538 [  7761] By: jhi                                   on 2000/11/20  04:09:55
18539         Log: Miraculous typo.
18540      Branch: perl
18541            ! t/op/pat.t
18542 ____________________________________________________________________________
18543 [  7760] By: jhi                                   on 2000/11/20  04:06:08
18544         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
18545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18546              Date: Sun, 19 Nov 2000 22:30:26 -0500
18547              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
18548      Branch: perl
18549            ! regexec.c scope.h t/op/pat.t
18550 ____________________________________________________________________________
18551 [  7759] By: jhi                                   on 2000/11/20  02:05:22
18552         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
18553      Branch: perl
18554            ! perl.h
18555 ____________________________________________________________________________
18556 [  7758] By: jhi                                   on 2000/11/20  01:58:11
18557         Log: Subject: [perl 7711: EPOC] updates
18558              From: Olaf Flebbe <o.flebbe@gmx.de>
18559              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
18560              Message-ID: <25575.974658810@www23.gmx.net>               
18561      Branch: perl
18562            + lib/File/Spec/Epoc.pm
18563            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
18564            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
18565            ! lib/File/Spec.pm perl.c sv.c
18566 ____________________________________________________________________________
18567 [  7757] By: jhi                                   on 2000/11/20  01:53:11
18568         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
18569      Branch: perl
18570            ! MANIFEST
18571 ____________________________________________________________________________
18572 [  7756] By: jhi                                   on 2000/11/20  01:47:22
18573         Log: Integrate perlio.
18574      Branch: perl
18575            - ext/re/hints/MSWin32.pl
18576           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
18577           !> win32/config.gc win32/config_H.gc win32/win32sck.c
18578 ____________________________________________________________________________
18579 [  7755] By: nick                                  on 2000/11/19  20:57:17
18580         Log: Add dummy crlf layer (just as buffer)
18581              Correct 1st bug - one layer of indirection.
18582      Branch: perlio
18583            ! perlio.c perlio.h perliol.h
18584 ____________________________________________________________________________
18585 [  7754] By: nick                                  on 2000/11/19  20:56:12
18586         Log: Work-round to Perl_deb_nocontext is no longer required
18587      Branch: perlio
18588            - ext/re/hints/MSWin32.pl
18589 ____________________________________________________________________________
18590 [  7753] By: nick                                  on 2000/11/19  20:01:16
18591         Log: diff -se shows these as different
18592      Branch: perlio
18593            ! global.sym pod/perlapi.pod
18594 ____________________________________________________________________________
18595 [  7752] By: nick                                  on 2000/11/19  18:57:30
18596         Log: Configure GCC/Win32 build -Duseperlio
18597              Fix a couple of gross issues
18598              - double-include of ../deb.o in re.dll
18599              - win32sck.c needs PerlIO and FILE 
18600      Branch: perlio
18601            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
18602            ! win32/win32sck.c
18603 ____________________________________________________________________________
18604 [  7751] By: nick                                  on 2000/11/19  17:05:36
18605         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
18606      Branch: perlio
18607            ! perlio.c
18608 ____________________________________________________________________________
18609 [  7750] By: nick                                  on 2000/11/19  16:57:14
18610         Log: Missing aTHX_
18611      Branch: perlio
18612            ! sv.c
18613 ____________________________________________________________________________
18614 [  7749] By: jhi                                   on 2000/11/19  16:28:40
18615         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
18616              From: "Peter J. Farley III" <pjfarley@banet.net>
18617              Date: Sun, 19 Nov 2000 01:42:58 -0500
18618              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
18619      Branch: perl
18620            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
18621 ____________________________________________________________________________
18622 [  7748] By: jhi                                   on 2000/11/19  16:08:10
18623         Log: Subject: podlators 1.05 available        
18624              From: Russ Allbery <rra@stanford.edu>   
18625              Date: 18 Nov 2000 22:04:28 -0800
18626              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
18627      Branch: perl
18628            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
18629 ____________________________________________________________________________
18630 [  7747] By: nick                                  on 2000/11/19  11:19:39
18631         Log: Integrate mainline
18632      Branch: perlio
18633           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
18634           !> util.c
18635 ____________________________________________________________________________
18636 [  7746] By: jhi                                   on 2000/11/19  06:42:22
18637         Log: Make hex scanning warn on "\x{x}" and "\xx".
18638              "\x" and and hex("x") are still valid.
18639      Branch: perl
18640            ! util.c
18641 ____________________________________________________________________________
18642 [  7745] By: nick                                  on 2000/11/18  22:52:28
18643         Log: Integrate mainline
18644      Branch: perlio
18645           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
18646           !> perl.h perlio.c proto.h regcomp.c regcomp.h
18647 ____________________________________________________________________________
18648 [  7744] By: jhi                                   on 2000/11/18  22:50:28
18649         Log: Introduce Perl_utf8_length().  Use it.
18650      Branch: perl
18651            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
18652 ____________________________________________________________________________
18653 [  7743] By: jhi                                   on 2000/11/18  22:38:51
18654         Log: Compiler denit.
18655      Branch: perl
18656            ! perlio.c
18657 ____________________________________________________________________________
18658 [  7742] By: jhi                                   on 2000/11/18  20:33:05
18659         Log: Integrate perlio.
18660      Branch: perl
18661           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
18662           !> perlio.h pp_ctl.c pp_sys.c sv.c
18663 ____________________________________________________________________________
18664 [  7741] By: jhi                                   on 2000/11/18  20:31:27
18665         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
18666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18667              Date: Fri, 17 Nov 2000 20:35:11 -0500
18668              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
18669              
18670              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
18671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18672              Date: Fri, 17 Nov 2000 21:03:47 -0500
18673              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
18674              
18675              Plus a little bit of tweaking in pregcomp().
18676      Branch: perl
18677            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
18678 ____________________________________________________________________________
18679 [  7740] By: nick                                  on 2000/11/18  20:17:22
18680         Log: Lexical use open ... support:
18681              add ->cop_io to COP structure in cop.h.
18682              Make mg.c and gv.c associate it with ${^OPEN}.
18683              Make lib/open.pm set it.
18684              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
18685              manner similar to ->cop_warnings.
18686              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
18687              call new PerlIO_apply_layers().
18688              Declare latter in perlio.h and define in perlio.c
18689      Branch: perlio
18690            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
18691            ! perlio.h pp_ctl.c pp_sys.c sv.c
18692 ____________________________________________________________________________
18693 [  7739] By: jhi                                   on 2000/11/18  19:54:00
18694         Log: Integrate perlio.
18695      Branch: perl
18696           !> doio.c perlio.c pp.c
18697 ____________________________________________________________________________
18698 [  7738] By: jhi                                   on 2000/11/18  17:16:13
18699         Log: Subject: [PATCH 5.7.0] etags broken again
18700              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18701              Date: Sat, 18 Nov 2000 02:41:36 -0500
18702              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
18703      Branch: perl
18704            ! emacs/ptags
18705 ____________________________________________________________________________
18706 [  7737] By: jhi                                   on 2000/11/18  17:12:18
18707         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
18708      Branch: perl
18709            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18710 ____________________________________________________________________________
18711 [  7736] By: nick                                  on 2000/11/18  14:06:20
18712         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
18713              part to be isolated.
18714      Branch: perlio
18715            ! doio.c perlio.c
18716 ____________________________________________________________________________
18717 [  7735] By: nick                                  on 2000/11/18  11:03:32
18718         Log: Integrate mainline
18719      Branch: perlio
18720           !> Changes README.amiga README.win32 patchlevel.h
18721           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
18722 ____________________________________________________________________________
18723 [  7734] By: jhi                                   on 2000/11/18  01:18:56
18724         Log: Update Changes.
18725      Branch: perl
18726            ! Changes patchlevel.h
18727 ____________________________________________________________________________
18728 [  7733] By: jhi                                   on 2000/11/18  00:32:54
18729         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
18730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18731              Date: Fri, 17 Nov 2000 17:28:02 -0500
18732              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
18733      Branch: perl
18734            ! regcomp.c regexec.c t/op/re_tests
18735 ____________________________________________________________________________
18736 [  7732] By: jhi                                   on 2000/11/18  00:28:56
18737         Log: Sparc 64-bit pack() fix from Jens Hamisch.
18738      Branch: perl
18739            ! pp.c
18740 ____________________________________________________________________________
18741 [  7731] By: jhi                                   on 2000/11/18  00:18:39
18742         Log: Explain in more detail the {} syntax ambiguousity.
18743              
18744              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
18745              From: Nicholas Clark <nick@ccl4.org>
18746              Date: Fri, 17 Nov 2000 22:10:28 +0000
18747              Message-ID: <20001117221028.A88930@plum.flirble.org>
18748      Branch: perl
18749            ! pod/perlfunc.pod
18750 ____________________________________________________________________________
18751 [  7730] By: jhi                                   on 2000/11/18  00:12:18
18752         Log: Subject: Fix for README.amiga (20000323.033)
18753              From: "Stephen P. Potter" <spp@spotter.yi.org>
18754              Date: Fri, 17 Nov 2000 12:25:51 -0500
18755              Message-Id: <200011171725.MAA05768@spotter.yi.org>
18756      Branch: perl
18757            ! README.amiga
18758 ____________________________________________________________________________
18759 [  7729] By: jhi                                   on 2000/11/18  00:08:34
18760         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
18761              From: "A. C. Yardley" <yardley@tanet.net>
18762              Date: Mon, 3 Apr 2000 11:35:33 -0700
18763              Message-ID: <3483.000403@tanet.net>
18764      Branch: perl
18765            ! README.win32
18766 ____________________________________________________________________________
18767 [  7728] By: nick                                  on 2000/11/17  21:59:47
18768         Log: Integrate mainline
18769      Branch: perlio
18770           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
18771           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
18772           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
18773           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
18774 ____________________________________________________________________________
18775 [  7727] By: nick                                  on 2000/11/17  21:56:31
18776         Log: Experiment on use of attributes.pm interface.
18777              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
18778              SVt_PVRV if not already something better (else vivify of say magic gets
18779              core dump).
18780      Branch: perlio
18781            ! perlio.c pp.c
18782 ____________________________________________________________________________
18783 [  7726] By: jhi                                   on 2000/11/17  14:15:49
18784         Log: Subject: Fix for 20000815.006
18785              From: "Stephen P. Potter" <spp@spotter.yi.org>
18786              Date: Fri, 17 Nov 2000 08:57:45 -0500
18787              Message-Id: <200011171357.IAA05122@spotter.yi.org>
18788              
18789              It's really 20000518.006.
18790      Branch: perl
18791            ! pod/perlmodlib.PL
18792 ____________________________________________________________________________
18793 [  7725] By: jhi                                   on 2000/11/17  14:12:31
18794         Log: Subject: Fix for 20000409.001
18795              From: "Stephen P. Potter" <spp@spotter.yi.org>
18796              Date: Fri, 17 Nov 2000 08:55:45 -0500
18797              Message-Id: <200011171355.IAA05104@spotter.yi.org>
18798      Branch: perl
18799            ! pod/perlfaq9.pod
18800 ____________________________________________________________________________
18801 [  7724] By: jhi                                   on 2000/11/17  14:08:58
18802         Log: Undo #7627 now that we have =head3.
18803      Branch: perl
18804            ! pod/perlhack.pod
18805 ____________________________________________________________________________
18806 [  7723] By: jhi                                   on 2000/11/17  14:04:09
18807         Log: As surmised the #7719 wasn't a good move.
18808      Branch: perl
18809            ! hints/solaris_2.sh
18810 ____________________________________________________________________________
18811 [  7722] By: jhi                                   on 2000/11/17  13:59:04
18812         Log: Also the 64bitall hints can be either here or there.
18813      Branch: perl
18814            ! hints/solaris_2.sh
18815 ____________________________________________________________________________
18816 [  7721] By: jhi                                   on 2000/11/17  02:26:23
18817         Log: Test tweak for the open pragma.
18818      Branch: perl
18819            ! t/lib/b.t
18820 ____________________________________________________________________________
18821 [  7720] By: jhi                                   on 2000/11/17  00:23:22
18822         Log: The long double hints can be here or there.
18823      Branch: perl
18824            ! hints/solaris_2.sh
18825 ____________________________________________________________________________
18826 [  7719] By: jhi                                   on 2000/11/17  00:14:06
18827         Log: For Solaris use64bitall the stdchar needs a little bit of help.
18828      Branch: perl
18829            ! hints/solaris_2.sh
18830 ____________________________________________________________________________
18831 [  7718] By: jhi                                   on 2000/11/16  23:27:34
18832         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
18833              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
18834              Date: Wed, 15 Nov 2000 08:56:32 +0100
18835              Message-ID: <3A1241B0.64477E00@alcatel.at>
18836      Branch: perl
18837            ! lib/Carp/Heavy.pm
18838 ____________________________________________________________________________
18839 [  7717] By: jhi                                   on 2000/11/16  23:23:29
18840         Log: Subject: [PATCH] Re: 20001101.003 PDL
18841              From: Nicholas Clark <nick@ccl4.org>
18842              Date: Thu, 16 Nov 2000 16:48:25 +0000
18843              Message-ID: <20001116164825.B93487@plum.flirble.org>
18844      Branch: perl
18845            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
18846 ____________________________________________________________________________
18847 [  7716] By: jhi                                   on 2000/11/16  23:21:31
18848         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
18849              From: "Casey R. Tweten" <crt@kiski.net>
18850              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
18851              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
18852      Branch: perl
18853            ! lib/Pod/Checker.pm pod/perlpod.pod
18854 ____________________________________________________________________________
18855 [  7715] By: jhi                                   on 2000/11/16  23:19:40
18856         Log: Avoid an infinite loop in VMS when utils scripts are run
18857              with no arguments, from Charles Lane.
18858      Branch: perl
18859            ! configure.com
18860 ____________________________________________________________________________
18861 [  7714] By: jhi                                   on 2000/11/16  23:17:08
18862         Log: Subject: perllocale.pod changes
18863              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18864              Date: Mon, 13 Nov 2000 10:09:22 +0300
18865              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
18866      Branch: perl
18867            ! pod/perllocale.pod
18868 ____________________________________________________________________________
18869 [  7713] By: jhi                                   on 2000/11/16  23:14:06
18870         Log: Integrate perlio.
18871      Branch: perl
18872           !> doio.c perlio.c perlio.h util.c
18873 ____________________________________________________________________________
18874 [  7712] By: nick                                  on 2000/11/16  21:10:58
18875         Log: Integrate mainline
18876      Branch: perlio
18877           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18878           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
18879           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
18880           !> vos/config.ga.def vos/config.ga.h win32/config.bc
18881           !> win32/config.gc win32/config.vc
18882 ____________________________________________________________________________
18883 [  7711] By: nick                                  on 2000/11/16  19:56:41
18884         Log: Minor tweaks:
18885              consistent way of getting 'rb', 'wb' etc. for binary opens
18886              move *perlio::layers to *open::layers
18887              a #define to show layers available
18888              DOSISH popen/PerlIO had export/import sense inverted.
18889      Branch: perlio
18890            ! doio.c perlio.c perlio.h util.c
18891 ____________________________________________________________________________
18892 [  7710] By: jhi                                   on 2000/11/16  15:46:05
18893         Log: Add HAS_SBRK_PROTO.
18894      Branch: metaconfig/U/perl
18895            + d_sbrkproto.U
18896      Branch: perl
18897            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18898            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
18899            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18900            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18901            ! win32/config.gc win32/config.vc
18902 ____________________________________________________________________________
18903 [  7709] By: nick                                  on 2000/11/16  07:31:49
18904         Log: Integrate mainline
18905      Branch: perlio
18906           !> (integrate 35 files)
18907 ____________________________________________________________________________
18908 [  7708] By: jhi                                   on 2000/11/16  05:33:03
18909         Log: These files are text, not binary.
18910      Branch: perl
18911            ! ext/Encode/Encode/iso8859-10.enc
18912            ! ext/Encode/Encode/iso8859-13.enc
18913            ! ext/Encode/Encode/iso8859-14.enc
18914            ! ext/Encode/Encode/iso8859-15.enc
18915 ____________________________________________________________________________
18916 [  7707] By: jhi                                   on 2000/11/16  01:53:37
18917         Log: Update Changes.
18918      Branch: perl
18919            ! Changes patchlevel.h
18920 ____________________________________________________________________________
18921 [  7706] By: jhi                                   on 2000/11/16  01:35:59
18922         Log: More #undefing of stdio.
18923      Branch: perl
18924            ! fakesdio.h nostdio.h
18925 ____________________________________________________________________________
18926 [  7705] By: jhi                                   on 2000/11/16  01:34:18
18927         Log: Add fwalk() probe to the configuration files and regen perltoc.
18928      Branch: perl
18929            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18930            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
18931            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
18932            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18933            ! win32/config.bc win32/config.gc win32/config.vc
18934 ____________________________________________________________________________
18935 [  7704] By: jhi                                   on 2000/11/16  01:33:07
18936         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
18937              an optional third argument to Inlibc?)
18938      Branch: metaconfig/U/perl
18939            + d__fwalk.U
18940 ____________________________________________________________________________
18941 [  7703] By: jhi                                   on 2000/11/16  01:09:22
18942         Log: The type of the hash_cb() size argument is tricky.
18943      Branch: perl
18944            ! ext/DB_File/DB_File.xs
18945 ____________________________________________________________________________
18946 [  7702] By: jhi                                   on 2000/11/15  23:01:16
18947         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
18948      Branch: perl
18949            ! nostdio.h
18950 ____________________________________________________________________________
18951 [  7701] By: jhi                                   on 2000/11/15  22:52:32
18952         Log: Detypo.
18953      Branch: perl
18954            ! t/lib/bigfltpm.t
18955 ____________________________________________________________________________
18956 [  7700] By: jhi                                   on 2000/11/15  22:51:56
18957         Log: UINT64_C() work continues.
18958      Branch: perl
18959            ! handy.h perl.h utf8.h
18960 ____________________________________________________________________________
18961 [  7699] By: jhi                                   on 2000/11/15  14:13:04
18962         Log: SOCKS has its own USE_THREADS, based on
18963              
18964              Subject: [ID 20001114.002] et. al. bugfix followup
18965              From: Jens Hamisch <jens@Strawberry.COM> 
18966              Date: Wed, 15 Nov 2000 14:23:11 +0100
18967              Message-ID: <20001115142311.A21164@Strawberry.COM>
18968      Branch: perl
18969            ! perl.h
18970 ____________________________________________________________________________
18971 [  7698] By: jhi                                   on 2000/11/15  03:50:56
18972         Log: Add few missing #undefs and sort them.
18973      Branch: perl
18974            ! fakesdio.h
18975 ____________________________________________________________________________
18976 [  7697] By: jhi                                   on 2000/11/15  03:39:14
18977         Log: Linenumber fix.
18978      Branch: perl
18979            ! t/pragma/warn/utf8
18980 ____________________________________________________________________________
18981 [  7696] By: jhi                                   on 2000/11/15  02:55:26
18982         Log: EBCDIC tweaks.
18983              
18984              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
18985              From: Peter Prymmer <pvhp@forte.com>
18986              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
18987              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
18988      Branch: perl
18989            ! t/op/regmesg.t t/pragma/warn/utf8
18990 ____________________________________________________________________________
18991 [  7695] By: jhi                                   on 2000/11/15  02:53:58
18992         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
18993              From: Peter Prymmer <pvhp@forte.com>
18994              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
18995              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
18996      Branch: perl
18997            ! utf8.c
18998 ____________________________________________________________________________
18999 [  7694] By: jhi                                   on 2000/11/15  02:50:55
19000         Log: Subject: [PATCH: perl@7674] updates to README.os390
19001              From: Prymmer/Kahn <pvhp@best.com>
19002              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
19003              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
19004      Branch: perl
19005            ! README.os390
19006 ____________________________________________________________________________
19007 [  7693] By: jhi                                   on 2000/11/15  02:48:37
19008         Log: Quit utf8_to_uv() instantly if curlen == 0.
19009      Branch: perl
19010            ! utf8.c
19011 ____________________________________________________________________________
19012 [  7692] By: jhi                                   on 2000/11/15  02:24:29
19013         Log: Use u_int32_t for the size of hash_cb(), not size_t.
19014              
19015              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
19016              From: Jens Hamisch <jens@Strawberry.COM>     
19017              Date: Tue, 14 Nov 2000 19:03:55 +0100
19018              Message-Id: <20001114190355.A20559@Strawberry.COM>
19019      Branch: perl
19020            ! ext/DB_File/DB_File.xs
19021 ____________________________________________________________________________
19022 [  7691] By: jhi                                   on 2000/11/15  02:20:12
19023         Log: Use UINT64_C().
19024              
19025              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
19026              From: Jens Hamisch <jens@Strawberry.COM>
19027              Date: Tue, 14 Nov 2000 19:16:23 +0100
19028              Message-Id: <20001114191623.G20559@Strawberry.COM>
19029      Branch: perl
19030            ! utf8.c utf8.h
19031 ____________________________________________________________________________
19032 [  7690] By: jhi                                   on 2000/11/15  02:17:06
19033         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
19034              (a macro to define signed and unsigned integer constants).
19035      Branch: perl
19036            ! handy.h
19037 ____________________________________________________________________________
19038 [  7689] By: jhi                                   on 2000/11/15  01:56:51
19039         Log: Regen Configure.
19040      Branch: perl
19041            ! Configure
19042 ____________________________________________________________________________
19043 [  7688] By: jhi                                   on 2000/11/15  01:56:32
19044         Log: Make the unit know about SOCKS.
19045      Branch: metaconfig
19046            ! U/protos/socksizetype.U
19047 ____________________________________________________________________________
19048 [  7687] By: jhi                                   on 2000/11/15  01:54:47
19049         Log: Remove unused dependencies.
19050      Branch: metaconfig
19051            ! U/compline/d_getpagsz.U
19052 ____________________________________________________________________________
19053 [  7686] By: nick                                  on 2000/11/14  21:25:13
19054         Log: Integrate mainline.
19055      Branch: perlio
19056           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
19057           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
19058           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
19059           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
19060           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
19061           !> win32/config.bc win32/config.gc win32/config.vc
19062           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
19063 ____________________________________________________________________________
19064 [  7685] By: jhi                                   on 2000/11/14  17:54:56
19065         Log: Integrate perlio.
19066      Branch: perl
19067           +> fakesdio.h perliol.h
19068           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
19069           !> perlsdio.h perlsfio.h pod/perlfunc.pod
19070 ____________________________________________________________________________
19071 [  7684] By: nick                                  on 2000/11/14  17:43:04
19072         Log: PerlIO #include and #ifdef re-work.
19073      Branch: perlio
19074            + fakesdio.h perliol.h
19075            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
19076            ! perlsdio.h perlsfio.h
19077 ____________________________________________________________________________
19078 [  7683] By: jhi                                   on 2000/11/14  15:42:40
19079         Log: Hoist the duplicated socket/netdb include logic to perl.h;
19080              undef SETERRNO in case SOCKS has defined it.  Based on:
19081              
19082              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
19083              From: Jens Hamisch <jens@Strawberry.COM> 
19084              Date: Tue, 14 Nov 2000 11:34:40 +0100
19085              Message-Id: <20001114113440.A20005@Strawberry.COM>
19086      Branch: perl
19087            ! doio.c perl.h pp_sys.c
19088 ____________________________________________________________________________
19089 [  7682] By: jhi                                   on 2000/11/14  14:07:28
19090         Log: Subject: some additions for makefiles for win32 (for perl@7674)
19091              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19092              Date: Tue, 14 Nov 2000 09:31:13 +0300
19093              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
19094      Branch: perl
19095            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
19096            ! win32/makefile.mk
19097 ____________________________________________________________________________
19098 [  7681] By: jhi                                   on 2000/11/14  14:01:41
19099         Log: Subject: tiny typo in perl5db.pl
19100              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19101              Date: Tue, 14 Nov 2000 09:29:28 +0300
19102              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
19103      Branch: perl
19104            ! lib/perl5db.pl
19105 ____________________________________________________________________________
19106 [  7680] By: jhi                                   on 2000/11/14  04:13:50
19107         Log: Redo #7679 with LFs instead of CRLFs.
19108      Branch: perl
19109            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
19110            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
19111            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
19112 ____________________________________________________________________________
19113 [  7679] By: jhi                                   on 2000/11/14  01:21:09
19114         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
19115              From: Benjamin Stuhl <tiriath@yahoo.com> 
19116              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
19117              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
19118      Branch: perl
19119            + win32/bin/mdelete.bat
19120            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
19121            ! makedef.pl perlio.c win32/Makefile win32/config.gc
19122            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
19123 ____________________________________________________________________________
19124 [  7678] By: jhi                                   on 2000/11/14  01:19:20
19125         Log: Fix the re extension building for Win32.
19126              
19127              Subject: [PATCH perl@7638] Get PerlIO building on Win32
19128              From: Benjamin Stuhl <tiriath@yahoo.com> 
19129              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
19130              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
19131      Branch: perl
19132            + ext/re/hints/MSWin32.pl
19133            ! MANIFEST
19134 ____________________________________________________________________________
19135 [  7677] By: jhi                                   on 2000/11/14  01:13:54
19136         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
19137              From: sthoenna@efn.org
19138              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
19139              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
19140      Branch: perl
19141            ! doop.c pp.c toke.c utf8.c utf8.h
19142 ____________________________________________________________________________
19143 [  7676] By: jhi                                   on 2000/11/13  20:23:15
19144         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
19145              From: Nicholas Clark <nick@ccl4.org>
19146              Date: Mon, 13 Nov 2000 18:55:04 +0000
19147              Message-ID: <20001113185504.J29183@plum.flirble.org>
19148      Branch: perl
19149            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
19150 ____________________________________________________________________________
19151 [  7675] By: nick                                  on 2000/11/13  20:21:57
19152         Log: Integrate mainline ...
19153      Branch: perlio
19154           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
19155           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
19156           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
19157           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
19158 ____________________________________________________________________________
19159 [  7674] By: jhi                                   on 2000/11/13  15:07:56
19160         Log: Update Changes.
19161      Branch: perl
19162            ! Changes patchlevel.h
19163 ____________________________________________________________________________
19164 [  7673] By: jhi                                   on 2000/11/13  14:42:42
19165         Log: Remove the new two tests of lib/io_xs for now, they seem to
19166              fail under perlio on some platforms.
19167      Branch: perl
19168            ! t/lib/io_xs.t
19169 ____________________________________________________________________________
19170 [  7672] By: jhi                                   on 2000/11/13  13:57:53
19171         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
19172      Branch: perl
19173            ! perlio.c
19174 ____________________________________________________________________________
19175 [  7671] By: jhi                                   on 2000/11/13  05:30:48
19176         Log: Placate nervous compilers that see longer than ints switch()ing.
19177      Branch: perl
19178            ! utf8.c
19179 ____________________________________________________________________________
19180 [  7670] By: jhi                                   on 2000/11/13  05:14:21
19181         Log: fputs() does return EOF on error but here we don't care.
19182      Branch: perl
19183            ! perlio.c
19184 ____________________________________________________________________________
19185 [  7669] By: jhi                                   on 2000/11/13  05:02:45
19186         Log: Declare reg_data like reg_substr_data.
19187      Branch: perl
19188            ! regexp.h
19189 ____________________________________________________________________________
19190 [  7668] By: jhi                                   on 2000/11/13  04:54:34
19191         Log: Typos in #7667.
19192      Branch: perl
19193            ! perl.h
19194 ____________________________________________________________________________
19195 [  7667] By: jhi                                   on 2000/11/13  04:49:49
19196         Log: Cleanup messy #ifdef.
19197      Branch: perl
19198            ! perl.h
19199 ____________________________________________________________________________
19200 [  7666] By: jhi                                   on 2000/11/13  04:17:34
19201         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
19202              From: Nicholas Clark <nick@talking.bollo.cx>
19203              Date: Sun, 12 Nov 2000 21:14:11 +0000
19204              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
19205              
19206              Note: only one breakage of the two reported is fixed by this patch.
19207      Branch: perl
19208            ! perlio.c
19209 ____________________________________________________________________________
19210 [  7665] By: jhi                                   on 2000/11/13  04:05:07
19211         Log: Tweak the definition of the bit complement on UTF-8 data:
19212              if none of the characters in the string are > 0xff,
19213              the result is a complemented byte string, not a (UTF-8)
19214              char string.  Based on the summary in
19215              
19216              Subject: Re: [ID 20000918.005] ~ on wide chars
19217              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
19218              Date: Fri, 10 Nov 2000 09:47:15 -0800
19219              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
19220              
19221              This should give us the maximum backward (pre-char string)
19222              compatibility and utf8 compatibility.  The other alternative
19223              would be to limit the bit complement to be always byte only,
19224              taking the least significant byte of the chars.
19225      Branch: perl
19226            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
19227 ____________________________________________________________________________
19228 [  7664] By: jhi                                   on 2000/11/13  00:23:44
19229         Log: Couple of tests from #7660 salvaged.
19230      Branch: perl
19231            - t/op/tell.t
19232            ! MANIFEST t/io/tell.t
19233 ____________________________________________________________________________
19234 [  7663] By: jhi                                   on 2000/11/13  00:02:48
19235         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
19236              From: Nicholas Clark <nick@talking.bollo.cx>
19237              Date: Sun, 12 Nov 2000 21:23:43 +0000
19238              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
19239      Branch: perl
19240            ! perlsfio.h
19241 ____________________________________________________________________________
19242 [  7662] By: jhi                                   on 2000/11/13  00:01:39
19243         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
19244              From: Nicholas Clark <nick@talking.bollo.cx>
19245              Date: Sun, 12 Nov 2000 21:30:04 +0000
19246              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
19247      Branch: perl
19248            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
19249 ____________________________________________________________________________
19250 [  7661] By: jhi                                   on 2000/11/12  23:57:29
19251         Log: Document tell() on special streams.
19252      Branch: perl
19253            ! pod/perlfunc.pod
19254 ____________________________________________________________________________
19255 [  7660] By: jhi                                   on 2000/11/12  23:54:22
19256         Log: (Subsumed by #7664)
19257      Branch: perl
19258            + t/op/tell.t
19259            ! MANIFEST
19260 ____________________________________________________________________________
19261 [  7659] By: jhi                                   on 2000/11/12  22:55:25
19262         Log: Many subdocumented return values of the IO extension now documented.
19263              ungetc and write still left subdocumented.
19264              
19265              Subject: [PATCH] (was Re: IO::Handle::ungetc)
19266              From: Nicholas Clark <nick@talking.bollo.cx>
19267              Date: Sun, 12 Nov 2000 21:35:53 +0000
19268              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
19269      Branch: perl
19270            ! ext/IO/lib/IO/Handle.pm
19271 ____________________________________________________________________________
19272 [  7658] By: jhi                                   on 2000/11/12  21:37:06
19273         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
19274              From: Nicholas Clark <nick@talking.bollo.cx>
19275              Date: Sun, 12 Nov 2000 20:03:22 +0000
19276              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
19277      Branch: perl
19278            ! pod/perlfunc.pod
19279 ____________________________________________________________________________
19280 [  7657] By: jhi                                   on 2000/11/12  20:34:55
19281         Log: Integrate perlio.
19282      Branch: perl
19283           !> perlio.c
19284 ____________________________________________________________________________
19285 [  7656] By: nick                                  on 2000/11/12  19:25:06
19286         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
19287      Branch: perlio
19288            ! perlio.c
19289 ____________________________________________________________________________
19290 [  7655] By: nick                                  on 2000/11/12  19:09:41
19291         Log: Integrate mainline
19292      Branch: perlio
19293           +> README.solaris ext/Encode/Encode/cp1006.enc
19294           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
19295           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
19296           +> ext/Encode/Encode/iso8859-13.enc
19297           +> ext/Encode/Encode/iso8859-14.enc
19298           +> ext/Encode/Encode/iso8859-15.enc
19299           !> (integrate 34 files)
19300 ____________________________________________________________________________
19301 [  7654] By: jhi                                   on 2000/11/12  19:00:22
19302         Log: Add a metaconfig unit for fsync.
19303      Branch: metaconfig/U/perl
19304            + d_fsync.U
19305 ____________________________________________________________________________
19306 [  7653] By: jhi                                   on 2000/11/12  19:00:01
19307         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
19308      Branch: perl
19309            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19310            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
19311            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19312            ! vos/config.ga.h win32/config.bc win32/config.gc
19313            ! win32/config.vc
19314 ____________________________________________________________________________
19315 [  7652] By: jhi                                   on 2000/11/11  21:12:01
19316         Log: Copy the s// information of README.hpux also to the perlrun.
19317      Branch: perl
19318            ! README.hpux pod/perlrun.pod
19319 ____________________________________________________________________________
19320 [  7651] By: jhi                                   on 2000/11/11  21:03:13
19321         Log: More README.solaris updates from Andy Dougherty.
19322      Branch: perl
19323            ! README.solaris
19324 ____________________________________________________________________________
19325 [  7650] By: jhi                                   on 2000/11/11  18:38:57
19326         Log: More descriptive error for unknown perlio layers.
19327              
19328              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
19329              From: Dominic Dunlop <domo@computer.org> 
19330              Date: Sat, 11 Nov 2000 18:20:32 +0100             
19331              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
19332      Branch: perl
19333            ! perlio.c pod/perldiag.pod
19334 ____________________________________________________________________________
19335 [  7649] By: jhi                                   on 2000/11/11  18:37:52
19336         Log: MachTen doesn't really do mmap() and munmap().
19337              
19338              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
19339              From: Dominic Dunlop <domo@computer.org> 
19340              Date: Sat, 11 Nov 2000 18:20:32 +0100             
19341              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
19342      Branch: perl
19343            ! hints/machten.sh
19344 ____________________________________________________________________________
19345 [  7648] By: jhi                                   on 2000/11/11  18:36:46
19346         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
19347              From: rspier@pobox.com (Robert Spier)
19348              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
19349              Message-ID: <14861.32839.491271.985797@rls.cx>
19350      Branch: perl
19351            ! Porting/Contract pod/perltoot.pod
19352 ____________________________________________________________________________
19353 [  7647] By: jhi                                   on 2000/11/11  18:35:30
19354         Log: Simplify the getpagesize() unit by dropping the
19355              pagesize probe since it's nowadays slightly more
19356              complicated because of sysconf(). (Note: if some
19357              platform really needs the -lPW for getpagesize,
19358              I just broke it.)
19359              
19360              TODO: a new pagesize unit.
19361      Branch: metaconfig
19362            ! U/compline/d_getpagsz.U
19363 ____________________________________________________________________________
19364 [  7646] By: jhi                                   on 2000/11/11  18:33:23
19365         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
19366      Branch: perl
19367            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19368            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
19369            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19370            ! vos/config.ga.h win32/config.bc win32/config.gc
19371            ! win32/config.vc
19372 ____________________________________________________________________________
19373 [  7645] By: jhi                                   on 2000/11/11  16:45:15
19374         Log: Use sysconf() or getpagesize() to find out the pagesize.
19375      Branch: perl
19376            ! perlio.c
19377 ____________________________________________________________________________
19378 [  7644] By: jhi                                   on 2000/11/11  15:46:08
19379         Log: Integrate perlio.
19380      Branch: perl
19381           !> perlio.c
19382 ____________________________________________________________________________
19383 [  7643] By: jhi                                   on 2000/11/11  15:33:36
19384         Log: Subject: Re: [PATCH] README.solaris
19385              From: Lupe Christoph <lupe@lupe-christoph.de>
19386              Date: Sat, 11 Nov 2000 14:08:10 +0100
19387              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
19388      Branch: perl
19389            ! README.solaris
19390 ____________________________________________________________________________
19391 [  7642] By: jhi                                   on 2000/11/11  15:22:12
19392         Log: Subject: [PATCH perl@7638] cygwin port
19393              From: "Eric Fifer" <egf7@columbia.edu>            
19394              Date: Fri, 10 Nov 2000 19:30:30 -0000
19395              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
19396      Branch: perl
19397            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
19398 ____________________________________________________________________________
19399 [  7641] By: nick                                  on 2000/11/11  14:50:36
19400         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
19401              Also call "Buf" layer directly when unread'ing non-read chars.
19402      Branch: perlio
19403            ! perlio.c
19404 ____________________________________________________________________________
19405 [  7640] By: jhi                                   on 2000/11/11  02:05:02
19406         Log: Add more encoding tables.
19407      Branch: perl
19408            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
19409            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
19410            + ext/Encode/Encode/iso8859-10.enc
19411            + ext/Encode/Encode/iso8859-13.enc
19412            + ext/Encode/Encode/iso8859-14.enc
19413            + ext/Encode/Encode/iso8859-15.enc
19414            ! MANIFEST
19415 ____________________________________________________________________________
19416 [  7639] By: jhi                                   on 2000/11/10  18:49:25
19417         Log: Subject: [PATCH] README.solaris
19418              From: Andy Dougherty <doughera@lafayette.edu>
19419              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
19420              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
19421      Branch: perl
19422            + README.solaris
19423            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
19424            ! pod/perl.pod pod/perltoc.pod
19425 ____________________________________________________________________________
19426 [  7638] By: jhi                                   on 2000/11/10  15:04:15
19427         Log: Update Changes.
19428      Branch: perl
19429            ! Changes patchlevel.h
19430 ____________________________________________________________________________
19431 [  7637] By: jhi                                   on 2000/11/10  14:14:28
19432         Log: Explain better why certain regex tests are skipped.
19433              
19434              Subject: Re: tests skipped: unknown reason
19435              From: Lupe Christoph <lupe@lupe-christoph.de>
19436              Date: Fri, 10 Nov 2000 09:08:56 +0100
19437              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
19438      Branch: perl
19439            ! t/op/regexp.t
19440 ____________________________________________________________________________
19441 [  7636] By: nick                                  on 2000/11/10  13:40:00
19442         Log: Integrate mainline.
19443      Branch: perlio
19444           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
19445           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
19446           !> win32/bin/search.pl
19447 ____________________________________________________________________________
19448 [  7635] By: nick                                  on 2000/11/10  13:25:52
19449         Log: Re-instate stdio large file support via perlio.
19450      Branch: perl
19451            ! perlio.c
19452 ____________________________________________________________________________
19453 [  7634] By: jhi                                   on 2000/11/10  04:49:55
19454         Log: Amdahl UTS hints updates.
19455              
19456              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
19457              From: hom00@utsglobal.com (Harold O Morris)
19458              Date: Thu, 9 Nov 2000 20:02 PST
19459              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
19460      Branch: perl
19461            ! hints/uts.sh
19462 ____________________________________________________________________________
19463 [  7633] By: jhi                                   on 2000/11/09  23:33:28
19464         Log: Subject: [PATCH] IO::Seekable pod
19465              From: Nicholas Clark <nick@talking.bollo.cx>
19466              Date: Thu, 9 Nov 2000 20:29:45 +0000
19467              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
19468      Branch: perl
19469            ! ext/IO/lib/IO/Handle.pm
19470 ____________________________________________________________________________
19471 [  7632] By: jhi                                   on 2000/11/09  21:55:41
19472         Log: Various doc oddball characters.
19473              
19474              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
19475              From: Michael Somos <somos@grail.cba.csuohio.edu>
19476              Date: Mon, 6 Nov 2000 17:44:20 -0500
19477              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
19478      Branch: perl
19479            ! emacs/cperl-mode.el lib/unicode/syllables.txt
19480            ! win32/bin/search.pl
19481 ____________________________________________________________________________
19482 [  7631] By: jhi                                   on 2000/11/09  21:12:29
19483         Log: Subject: Re: bash -c exit and linux hints 
19484              From: "John P. Linderman" <jpl@research.att.com>
19485              Date: Thu, 02 Nov 2000 09:37:25 -0500
19486              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
19487      Branch: perl
19488            ! hints/linux.sh
19489 ____________________________________________________________________________
19490 [  7630] By: nick                                  on 2000/11/09  20:34:11
19491         Log: Integrate mainline.
19492      Branch: perlio
19493           !> (integrate 91 files)
19494 ____________________________________________________________________________
19495 [  7629] By: jhi                                   on 2000/11/09  19:46:31
19496         Log: Missing dTHXs.
19497              
19498              Subject: RE: perl@7595 builds not on cygwin
19499              From: "Eric Fifer" <egf7@columbia.edu>
19500              Date: Thu, 9 Nov 2000 19:26:50 -0000
19501              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
19502      Branch: perl
19503            ! ext/Devel/Peek/Peek.xs
19504 ____________________________________________________________________________
19505 [  7628] By: jhi                                   on 2000/11/09  14:48:27
19506         Log: Disable only the tests 99 and 166 for UTF-8 locales.
19507      Branch: perl
19508            ! t/pragma/locale.t
19509 ____________________________________________________________________________
19510 [  7627] By: jhi                                   on 2000/11/09  14:40:27
19511         Log: There's no =head3.
19512      Branch: perl
19513            ! pod/perlhack.pod
19514 ____________________________________________________________________________
19515 [  7626] By: jhi                                   on 2000/11/09  13:54:26
19516         Log: The generated boot_* headers are wrong.  Pickier compiler,
19517              such as KAI C++ will refuse to compile the resulting perlmain.
19518              
19519              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
19520              From: Harri Pasanen <harri.pasanen@trema.com>
19521              Date: Thu, 09 Nov 2000 14:23:28 +0100
19522              Message-Id: <3A0AA550.26D548A3@trema.com>
19523      Branch: perl
19524            ! minimod.pl
19525 ____________________________________________________________________________
19526 [  7625] By: jhi                                   on 2000/11/09  13:50:44
19527         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
19528              From: Prymmer/Kahn <pvhp@best.com>
19529              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
19530              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
19531              
19532              All except the "cow orker" change.
19533      Branch: perl
19534            ! Porting/pumpkin.pod
19535 ____________________________________________________________________________
19536 [  7624] By: jhi                                   on 2000/11/09  13:45:33
19537         Log: Fix for
19538              
19539              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
19540              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19541              Date: Thu, 09 Nov 2000 11:05:52 +0100
19542              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
19543      Branch: perl
19544            ! pod/perldiag.pod t/pragma/warn/pp_sys
19545 ____________________________________________________________________________
19546 [  7623] By: jhi                                   on 2000/11/09  13:37:16
19547         Log: Typo in an ifndef.
19548              
19549              Subject: Re: [PATCH 5.7.0] better messages from malloc()
19550              From: Joe Smith <jms@inwap.com>         
19551              Date: Thu, 09 Nov 2000 01:33:14 -0800
19552              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
19553      Branch: perl
19554            ! malloc.c
19555 ____________________________________________________________________________
19556 [  7622] By: jhi                                   on 2000/11/09  13:31:18
19557         Log: Remove unused extra arguments.
19558      Branch: metaconfig/U/perl
19559            ! perlxv.U
19560      Branch: perl
19561            ! Configure config_h.SH
19562 ____________________________________________________________________________
19563 [  7621] By: jhi                                   on 2000/11/09  13:16:36
19564         Log: More VMS moves on environment handling, from Charles Lane.
19565      Branch: perl
19566            ! t/pragma/locale.t
19567 ____________________________________________________________________________
19568 [  7620] By: jhi                                   on 2000/11/09  04:42:38
19569         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
19570              From: David Dyck <dcd@tc.fluke.com>
19571              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
19572              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
19573      Branch: perl
19574            ! pp_sys.c
19575 ____________________________________________________________________________
19576 [  7619] By: jhi                                   on 2000/11/09  04:36:21
19577         Log: Forgot from #7618.
19578      Branch: perl
19579            ! lib/File/stat.pm
19580 ____________________________________________________________________________
19581 [  7618] By: jhi                                   on 2000/11/09  04:28:44
19582         Log: Make deleting for %ENV work for (newer versions of) VMS,
19583              from Craig A. Berry.
19584      Branch: perl
19585            ! vms/vms.c
19586 ____________________________________________________________________________
19587 [  7617] By: jhi                                   on 2000/11/09  04:25:05
19588         Log: Subject: [PATCH] Class::Struct at compile time
19589              From: "Casey R. Tweten" <crt@kiski.net>
19590              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
19591              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
19592      Branch: perl
19593            ! lib/Class/Struct.pm
19594 ____________________________________________________________________________
19595 [  7616] By: jhi                                   on 2000/11/09  04:15:17
19596         Log: Subject: [ID 20001108.013] spelling
19597              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
19598              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
19599              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
19600      Branch: perl
19601            ! lib/ftp.pl
19602 ____________________________________________________________________________
19603 [  7615] By: jhi                                   on 2000/11/09  04:12:42
19604         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
19605              From: Peter Prymmer <pvhp@forte.com>
19606              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
19607              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
19608      Branch: perl
19609            ! configure.com
19610 ____________________________________________________________________________
19611 [  7614] By: jhi                                   on 2000/11/08  22:42:55
19612         Log: A missing aTHX_.
19613      Branch: perl
19614            ! ext/IPC/SysV/SysV.xs
19615 ____________________________________________________________________________
19616 [  7613] By: jhi                                   on 2000/11/08  19:30:21
19617         Log: Update Changes.
19618      Branch: perl
19619            ! Changes patchlevel.h
19620 ____________________________________________________________________________
19621 [  7612] By: jhi                                   on 2000/11/08  18:35:25
19622         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
19623              From: David Dyck <dcd@tc.fluke.com>
19624              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
19625              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
19626      Branch: perl
19627            ! pp_sys.c
19628 ____________________________________________________________________________
19629 [  7611] By: jhi                                   on 2000/11/08  18:30:26
19630         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
19631              From: Dominic Dunlop <domo@computer.org>
19632              Date: Tue, 7 Nov 2000 12:05:25 +0100
19633              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
19634      Branch: perl
19635            ! malloc.c
19636 ____________________________________________________________________________
19637 [  7610] By: jhi                                   on 2000/11/08  18:25:14
19638         Log: Do not test UTF-8 locales since that the tests would require
19639              polymorphic regexen.
19640      Branch: perl
19641            ! t/pragma/locale.t
19642 ____________________________________________________________________________
19643 [  7609] By: jhi                                   on 2000/11/08  17:12:51
19644         Log: Locale buglets.
19645              
19646              Subject: RE: Locales support (setlocale) fixes
19647              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19648              Date: Wed, 8 Nov 2000 20:01:39 +0300
19649              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
19650      Branch: perl
19651            ! t/pragma/locale.t util.c
19652 ____________________________________________________________________________
19653 [  7608] By: jhi                                   on 2000/11/08  17:00:16
19654         Log: Deleting $ENV{PATH} in VMS is not recommendable.
19655      Branch: perl
19656            ! t/pragma/locale.t
19657 ____________________________________________________________________________
19658 [  7607] By: jhi                                   on 2000/11/08  16:58:26
19659         Log: Subject: PATCH std stdio for (Free)BSD
19660              From: Nicholas Clark <nick@ccl4.org>
19661              Date: Wed, 8 Nov 2000 15:36:29 +0000
19662              Message-ID: <20001108153629.D98736@plum.flirble.org>
19663      Branch: metaconfig
19664            ! U/compline/d_stdstdio.U
19665      Branch: perl
19666            ! Configure config_h.SH
19667 ____________________________________________________________________________
19668 [  7606] By: jhi                                   on 2000/11/08  16:43:31
19669         Log: Forgot to bump the line numbers in #7601.
19670      Branch: perl
19671            ! t/pragma/warn/pp_sys
19672 ____________________________________________________________________________
19673 [  7605] By: jhi                                   on 2000/11/08  16:39:12
19674         Log: More careful detection of how well NVs and UVs mix.
19675              
19676              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))
19677              From: Nicholas Clark <nick@ccl4.org>
19678              Date: Wed, 8 Nov 2000 15:14:12 +0000
19679              Message-ID: <20001108151412.B98736@plum.flirble.org>
19680              
19681              Added some SIGFPE paranoia.
19682      Branch: metaconfig/U/perl
19683            ! perlxv.U
19684      Branch: perl
19685            ! Configure config_h.SH
19686 ____________________________________________________________________________
19687 [  7604] By: jhi                                   on 2000/11/08  14:39:10
19688         Log: Subject: [patch perl@7595] VMS configure.com tweak
19689              From: "Craig A. Berry" <craigberry@mac.com>
19690              Date: Wed, 8 Nov 2000 00:24:12 -0600
19691              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
19692      Branch: perl
19693            ! configure.com
19694 ____________________________________________________________________________
19695 [  7603] By: jhi                                   on 2000/11/08  14:27:11
19696         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
19697              From: Robin Barker <rmb1@cise.npl.co.uk>
19698              Date: Wed, 8 Nov 2000 11:11:39 GMT
19699              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
19700      Branch: perl
19701            ! perlio.c
19702 ____________________________________________________________________________
19703 [  7602] By: jhi                                   on 2000/11/08  14:25:03
19704         Log: Fix for the tie-refhash string table leaks.
19705              
19706              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
19707              Date: Wed, 8 Nov 2000 13:03:04 GMT
19708              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
19709      Branch: perl
19710            ! t/lib/tie-refhash.t
19711 ____________________________________________________________________________
19712 [  7601] By: jhi                                   on 2000/11/08  14:21:08
19713         Log: Try to avoid flockless and emulationless places.
19714      Branch: perl
19715            ! t/pragma/warn/pp_sys
19716 ____________________________________________________________________________
19717 [  7600] By: jhi                                   on 2000/11/08  02:28:54
19718         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
19719              
19720              Subject: [PATCH] prototyped functions that should be overrideable
19721              From: "Casey R. Tweten" <crt@kiski.net>
19722              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
19723              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
19724      Branch: perl
19725            ! toke.c
19726 ____________________________________________________________________________
19727 [  7599] By: jhi                                   on 2000/11/08  01:12:05
19728         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
19729              
19730              Subject: [PATCH] perlbug.PL
19731              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19732              Date: Mon, 6 Nov 2000 21:39:01 -0500
19733              Message-ID: <20001106213901.B20955@O2.chapin.edu>
19734      Branch: perl
19735            ! utils/perlbug.PL
19736 ____________________________________________________________________________
19737 [  7598] By: jhi                                   on 2000/11/07  23:42:00
19738         Log: Bad thinko in #7581 (I used the test program with the expanded
19739              values as-is).
19740      Branch: metaconfig
19741            ! U/compline/d_stdstdio.U
19742      Branch: perl
19743            ! Configure
19744 ____________________________________________________________________________
19745 [  7597] By: jhi                                   on 2000/11/07  21:43:29
19746         Log: Subject: [PATCH perl@7573] cygwin port
19747              From: "Fifer, Eric" <EFifer@sanwaint.com>
19748              Date: Tue, 7 Nov 2000 18:08:51 -0000 
19749              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
19750              
19751              Synchronize with Cygwin 1.1.5.
19752      Branch: perl
19753            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
19754            ! pod/perlport.pod unixish.h util.c
19755 ____________________________________________________________________________
19756 [  7596] By: jhi                                   on 2000/11/07  21:39:25
19757         Log: perlhack updates from H.Merijn Brand.
19758      Branch: perl
19759            ! pod/perlhack.pod
19760 ____________________________________________________________________________
19761 [  7595] By: jhi                                   on 2000/11/07  20:21:41
19762         Log: Update Changes.
19763      Branch: perl
19764            ! Changes patchlevel.h
19765 ____________________________________________________________________________
19766 [  7594] By: jhi                                   on 2000/11/07  19:18:58
19767         Log: Be more robust in Dynaloader.pm.
19768      Branch: perl
19769            ! ext/DynaLoader/DynaLoader_pm.PL
19770 ____________________________________________________________________________
19771 [  7593] By: jhi                                   on 2000/11/07  16:49:31
19772         Log: AUTHORS update.
19773      Branch: perl
19774            ! AUTHORS
19775 ____________________________________________________________________________
19776 [  7592] By: gsar                                  on 2000/11/07  16:39:51
19777         Log: normalize relative paths in virtualized current directory on windows,
19778              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
19779              returns)
19780      Branch: perl
19781            ! win32/vdir.h
19782 ____________________________________________________________________________
19783 [  7591] By: jhi                                   on 2000/11/07  16:04:26
19784         Log: Too profiler-happy: with optimization the #7590 actually makes
19785              the test to run 0.5% _slower_.  Requires much more instrumentation.
19786              Retract #7590.
19787      Branch: perl
19788            ! regcomp.c regcomp.h
19789 ____________________________________________________________________________
19790 [  7590] By: jhi                                   on 2000/11/07  15:51:13
19791         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
19792              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
19793              by using memset() and testing bytewise (as opposed to bitwise).
19794      Branch: perl
19795            ! regcomp.c regcomp.h
19796 ____________________________________________________________________________
19797 [  7589] By: jhi                                   on 2000/11/07  12:56:39
19798         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
19799              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19800              Date: Mon, 06 Nov 2000 23:45:30 -0500
19801              Message-Id: <0011079735.AA973576259@univpress.com>
19802      Branch: perl
19803            ! configure.com t/lib/st-lock.t
19804 ____________________________________________________________________________
19805 [  7588] By: jhi                                   on 2000/11/07  01:03:28
19806         Log: Tweak #7587.
19807      Branch: perl
19808            ! pod/perldiag.pod
19809 ____________________________________________________________________________
19810 [  7587] By: jhi                                   on 2000/11/07  01:00:27
19811         Log: A doc addition for bug id 20001105.019, beware \p.
19812      Branch: perl
19813            ! pod/perldiag.pod
19814 ____________________________________________________________________________
19815 [  7586] By: jhi                                   on 2000/11/07  00:32:22
19816         Log: Fake support of holey files in win/dosish platforms.
19817              
19818              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
19819              From: kipp@shonanblue.ne.jp
19820              Date: Mon, 6 Nov 2000 13:30:55 -0800
19821              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
19822      Branch: perl
19823            ! ext/SDBM_File/sdbm/sdbm.c
19824 ____________________________________________________________________________
19825 [  7585] By: jhi                                   on 2000/11/07  00:12:54
19826         Log: Subject: Pod updates
19827              From: "Stephen P. Potter" <spp@spotter.yi.org>
19828              Date: Mon, 06 Nov 2000 18:56:43 -0500
19829              Message-Id: <200011062357.SAA18173@spotter.yi.org>
19830      Branch: perl
19831            ! README.dos README.os2 README.win32 pod/buildtoc.PL
19832            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
19833            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
19834            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
19835            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
19836            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
19837            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
19838            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
19839            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
19840            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
19841            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
19842            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
19843            ! pod/perltootc.pod pod/perlunicode.pod
19844 ____________________________________________________________________________
19845 [  7584] By: jhi                                   on 2000/11/07  00:04:17
19846         Log: Varargs don't always work too well if one puts an unsigned
19847              char on the stack and pop an unsigned quad off the stack.
19848              
19849              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
19850              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
19851              Date: Mon, 06 Nov 2000 15:19:05 -0800
19852              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
19853      Branch: perl
19854            ! utf8.c
19855 ____________________________________________________________________________
19856 [  7583] By: jhi                                   on 2000/11/06  23:58:48
19857         Log: %ENV note tweaks from Dan Sugalski.
19858      Branch: perl
19859            ! pod/perlport.pod vms/perlvms.pod
19860 ____________________________________________________________________________
19861 [  7582] By: jhi                                   on 2000/11/06  23:05:49
19862         Log: glibc5 detection by __GNU_LIBRARY__.
19863      Branch: perl
19864            ! toke.c
19865 ____________________________________________________________________________
19866 [  7581] By: jhi                                   on 2000/11/06  22:51:29
19867         Log: Make the stdio test program of 7427 less noisy while being 
19868              compiled so that Digital UNIX wouldn't get both
19869              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
19870              undefined.  This makes perlio happy.
19871      Branch: metaconfig
19872            ! U/compline/d_stdstdio.U
19873      Branch: perl
19874            ! Configure config_h.SH
19875 ____________________________________________________________________________
19876 [  7580] By: jhi                                   on 2000/11/06  22:41:41
19877         Log: Document %ENV = () portability issues.
19878      Branch: perl
19879            ! pod/perlport.pod vms/perlvms.pod
19880 ____________________________________________________________________________
19881 [  7579] By: jhi                                   on 2000/11/06  21:29:24
19882         Log: VOS updates from Paul Green.
19883      Branch: perl
19884            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19885 ____________________________________________________________________________
19886 [  7578] By: jhi                                   on 2000/11/06  21:00:40
19887         Log: Sanitize the environment further.
19888      Branch: perl
19889            ! t/pragma/locale.t
19890 ____________________________________________________________________________
19891 [  7577] By: jhi                                   on 2000/11/06  20:53:51
19892         Log: Re-introduce 7552 lost in integration.
19893      Branch: perl
19894            ! perlio.c
19895 ____________________________________________________________________________
19896 [  7576] By: jhi                                   on 2000/11/06  20:33:46
19897         Log: Admit that the test leaks scalars.
19898      Branch: perl
19899            ! t/comp/proto.t
19900 ____________________________________________________________________________
19901 [  7575] By: jhi                                   on 2000/11/06  20:17:08
19902         Log: Integrate perlio.
19903      Branch: perl
19904           !> perlio.c
19905 ____________________________________________________________________________
19906 [  7574] By: nick                                  on 2000/11/06  20:07:28
19907         Log: Remove debug. Try (Mmap_t) on madvise() call.
19908      Branch: perlio
19909            ! perlio.c
19910 ____________________________________________________________________________
19911 [  7573] By: jhi                                   on 2000/11/06  13:56:05
19912         Log: Update Changes.
19913      Branch: perl
19914            ! Changes patchlevel.h
19915 ____________________________________________________________________________
19916 [  7572] By: jhi                                   on 2000/11/06  13:48:41
19917         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
19918              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19919              Date: Mon, 06 Nov 2000 10:11:42 +0100
19920              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
19921      Branch: perl
19922            ! pod/perlhack.pod
19923 ____________________________________________________________________________
19924 [  7571] By: jhi                                   on 2000/11/06  01:45:51
19925         Log: AUTHORS updates.
19926      Branch: perl
19927            ! AUTHORS
19928 ____________________________________________________________________________
19929 [  7570] By: jhi                                   on 2000/11/06  00:18:00
19930         Log: Fix for
19931              
19932              Subject: [ID 20000728.005] perl -P broken
19933              From: David Dyck <dcd@tc.fluke.com>
19934              Date: Fri, 28 Jul 2000 17:19:16 -0700
19935              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
19936              
19937              (hopefully).  The fix is also not complete, it seems to break
19938              BOM swallowing for libc5 systems, but until someone figures
19939              out a way to do this without ftell(), this will do.
19940      Branch: perl
19941            ! toke.c
19942 ____________________________________________________________________________
19943 [  7569] By: jhi                                   on 2000/11/06  00:05:30
19944         Log: Document that the evaled syntax errors cause scalar leaks.
19945      Branch: perl
19946            ! t/comp/proto.t
19947 ____________________________________________________________________________
19948 [  7568] By: jhi                                   on 2000/11/05  23:14:47
19949         Log: opmini.o can linger from Configures past.
19950      Branch: perl
19951            ! Makefile.SH
19952 ____________________________________________________________________________
19953 [  7567] By: jhi                                   on 2000/11/05  21:28:39
19954         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
19955              first argument correctly.
19956      Branch: perl
19957            ! perlio.c
19958 ____________________________________________________________________________
19959 [  7566] By: jhi                                   on 2000/11/05  21:15:56
19960         Log: Integrate perlio.
19961      Branch: perl
19962           !> perlio.c
19963 ____________________________________________________________________________
19964 [  7565] By: jhi                                   on 2000/11/05  21:15:13
19965         Log: Use -dM for gcc (the suggested patch did it only for Linux,
19966              but I think it can be generalized).
19967              
19968              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
19969              From: Pixel <pixel@mandrakesoft.com>
19970              Date: 05 Nov 2000 21:49:34 +0100 
19971              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
19972      Branch: perl
19973            ! ext/Errno/Errno_pm.PL
19974 ____________________________________________________________________________
19975 [  7564] By: nick                                  on 2000/11/05  21:09:18
19976         Log: Added a mmap layer as a "subclass" of perlio.
19977              PERLIO=mmap ./perl harness passes
19978      Branch: perlio
19979            ! perlio.c
19980 ____________________________________________________________________________
19981 [  7563] By: jhi                                   on 2000/11/05  19:48:55
19982         Log: Add a note for future generations about bug id 20000229.006.
19983      Branch: perl
19984            ! malloc.c
19985 ____________________________________________________________________________
19986 [  7562] By: jhi                                   on 2000/11/05  19:38:24
19987         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
19988      Branch: perl
19989            ! pp_ctl.c t/op/pos.t
19990 ____________________________________________________________________________
19991 [  7561] By: jhi                                   on 2000/11/05  18:21:46
19992         Log: Add =pod to be tidy.
19993      Branch: perl
19994            ! lib/Math/Complex.pm
19995 ____________________________________________________________________________
19996 [  7560] By: jhi                                   on 2000/11/05  17:38:46
19997         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
19998      Branch: perl
19999            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
20000            ! ext/Storable/Storable.xs t/lib/st-recurse.t
20001 ____________________________________________________________________________
20002 [  7559] By: jhi                                   on 2000/11/05  17:32:59
20003         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
20004              From: "Peter J. Farley III" <pjfarley@banet.net>
20005              Date: Sun, 05 Nov 2000 11:55:59 -0500
20006              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
20007      Branch: perl
20008            ! t/lib/syslog.t
20009 ____________________________________________________________________________
20010 [  7558] By: jhi                                   on 2000/11/05  17:29:19
20011         Log: Integrate perlio.
20012      Branch: perl
20013           !> perlio.c
20014 ____________________________________________________________________________
20015 [  7557] By: jhi                                   on 2000/11/05  17:22:01
20016         Log: A fix of sorts for 20000329.026, a better error message
20017              for a missing "use charnames" when using the \N{...}. 
20018      Branch: perl
20019            ! pod/perldiag.pod toke.c
20020 ____________________________________________________________________________
20021 [  7556] By: jhi                                   on 2000/11/05  16:33:50
20022         Log: Test tweak: show also the failed locales.
20023              
20024              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
20025              From: Lupe Christoph <lupe@lupe-christoph.de>         
20026              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
20027              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
20028      Branch: perl
20029            ! t/pragma/locale.t
20030 ____________________________________________________________________________
20031 [  7555] By: nick                                  on 2000/11/05  11:09:34
20032         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
20033              open RDWR so does not fail. (pragma/warnings 303 again...)
20034      Branch: perlio
20035            ! perlio.c
20036 ____________________________________________________________________________
20037 [  7554] By: nick                                  on 2000/11/05  10:10:13
20038         Log: Fix case where ungetc(f,EOF) was allowed.
20039              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
20040              so we can see similarities.
20041              Use types more carefully and a STDCHAR array in hope that this will
20042              fix Jarrko's 64bit machine.
20043      Branch: perlio
20044            ! perlio.c
20045 ____________________________________________________________________________
20046 [  7553] By: jhi                                   on 2000/11/05  01:12:16
20047         Log: Fix for
20048              
20049              Subject: [ID 20001004.007] taint propogation is inconsistent
20050              From: pimlott@idiomtech.com (Andrew Pimlott) 
20051              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
20052              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
20053              
20054              The culprit was sv_setsv() which was rather blindly
20055              propagating taint, which lead to behaviour where if
20056              a tainted anon hash value was seen all the hash values
20057              from then on at that level became tainted, or at any
20058              upper levels in the case of nested anon hashes.
20059      Branch: perl
20060            ! sv.c t/op/taint.t
20061 ____________________________________________________________________________
20062 [  7552] By: jhi                                   on 2000/11/04  23:44:18
20063         Log: Some cpps don't like splitting conditionals across several lines.
20064      Branch: perl
20065            ! perlio.c
20066 ____________________________________________________________________________
20067 [  7551] By: nick                                  on 2000/11/04  23:40:44
20068         Log: Integrate mainline
20069      Branch: perlio
20070           !> pp_hot.c t/op/taint.t
20071 ____________________________________________________________________________
20072 [  7550] By: nick                                  on 2000/11/04  23:39:05
20073         Log: Integrate mainline again
20074      Branch: perlio
20075           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
20076           !> t/lib/b.t t/op/misc.t util.c
20077 ____________________________________________________________________________
20078 [  7549] By: jhi                                   on 2000/11/04  23:14:01
20079         Log: Fix for
20080              
20081              Subject: [ID 20001004.006] undef is never tainted
20082              From: pimlott@idiomtech.com (Andrew Pimlott)
20083              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
20084              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
20085              
20086              An undef read from a slurped file was not tainted.
20087      Branch: perl
20088            ! pp_hot.c t/op/taint.t
20089 ____________________________________________________________________________
20090 [  7548] By: jhi                                   on 2000/11/04  22:56:21
20091         Log: Test tweak ($Config{useperlio} is by default undef) .
20092      Branch: perl
20093            ! t/lib/b.t
20094 ____________________________________________________________________________
20095 [  7547] By: jhi                                   on 2000/11/04  22:43:56
20096         Log: Integrate perlio.
20097      Branch: perl
20098           +> lib/perlio.pm
20099           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
20100           !> pod/perlapi.pod t/lib/b.t
20101 ____________________________________________________________________________
20102 [  7546] By: jhi                                   on 2000/11/04  22:40:59
20103         Log: Configure would use a bad $myuname from an old config.sh.
20104              
20105              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
20106              From: Andy Dougherty <doughera@lafayette.edu>
20107              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
20108              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
20109      Branch: metaconfig
20110            ! U/modified/Oldconfig.U
20111      Branch: perl
20112            ! Configure config_h.SH
20113 ____________________________________________________________________________
20114 [  7545] By: jhi                                   on 2000/11/04  22:36:54
20115         Log: Subject: Locales support (setlocale) fixes
20116              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20117              Date: Sat, 4 Nov 2000 10:15:48 +0300 
20118              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
20119              
20120              Modified quite a bit to be more portable.
20121      Branch: perl
20122            ! embed.h embed.pl perl.h proto.h util.c
20123 ____________________________________________________________________________
20124 [  7544] By: jhi                                   on 2000/11/04  22:32:47
20125         Log: Dying is too strict here, better just skip.
20126      Branch: perl
20127            ! t/op/misc.t
20128 ____________________________________________________________________________
20129 [  7543] By: nick                                  on 2000/11/04  21:55:13
20130         Log: Merge mainline
20131      Branch: perlio
20132           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
20133           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
20134           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
20135           !> (integrate 64 files)
20136 ____________________________________________________________________________
20137 [  7542] By: jhi                                   on 2000/11/04  21:09:28
20138         Log: More Changes tweakery.
20139      Branch: perl
20140            ! Changes Porting/genlog
20141 ____________________________________________________________________________
20142 [  7541] By: jhi                                   on 2000/11/04  20:58:18
20143         Log: Changes fixups.
20144      Branch: perl
20145            ! Changes
20146 ____________________________________________________________________________
20147 [  7540] By: jhi                                   on 2000/11/04  20:42:38
20148         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
20149              create a "fast path" for locale name probing using "locale -a"
20150              if available, squash finally hopefully the s?printf resetting
20151              the numeric locale (since, IIUC perllocale, it never shouldn't). 
20152      Branch: perl
20153            ! sv.c t/op/misc.t t/pragma/locale.t
20154 ____________________________________________________________________________
20155 [  7539] By: nick                                  on 2000/11/04  19:56:10
20156         Log: PerlIO infrastructure complete.
20157      Branch: perlio
20158            + lib/perlio.pm
20159            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
20160 ____________________________________________________________________________
20161 [  7538] By: nick                                  on 2000/11/04  14:31:32
20162         Log: Type tweaks + less contorted allocation scheme
20163      Branch: perlio
20164            ! perlio.c
20165 ____________________________________________________________________________
20166 [  7537] By: nick                                  on 2000/11/04  12:40:42
20167         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
20168              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
20169              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
20170              sensible) which lead to some interesting fails.
20171      Branch: perlio
20172            ! perlio.c
20173 ____________________________________________________________________________
20174 [  7536] By: jhi                                   on 2000/11/04  00:20:02
20175         Log: Add FCNTL_CAN_LOCK.
20176              
20177              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
20178              From: Andy Dougherty <doughera@lafayette.edu>
20179              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
20180              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
20181              
20182              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
20183              From: Andy Dougherty <doughera@lafayette.edu>
20184              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
20185              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
20186      Branch: metaconfig/U/perl
20187            + d_fcntl_can_lock.U
20188            ! startperl.U
20189      Branch: perl
20190            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20191            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
20192            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20193            ! vos/config.ga.h win32/config.bc win32/config.gc
20194            ! win32/config.vc
20195 ____________________________________________________________________________
20196 [  7535] By: nick                                  on 2000/11/03  22:19:10
20197         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
20198              - Works on Linux with
20199              perlio + unix
20200              stdio
20201              - Works on Solaris with
20202              perlio + unix
20203              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
20204              - Fails (hangs in openpid) if you try and stack
20205              perlio + stdio - Linux stdio's read() logic is hanging.
20206      Branch: perlio
20207            ! iperlsys.h perlio.c
20208 ____________________________________________________________________________
20209 [  7534] By: jhi                                   on 2000/11/03  15:16:02
20210         Log: Subject: Re: README.aix
20211              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20212              Date: Fri, 03 Nov 2000 16:03:15 +0100
20213              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
20214      Branch: perl
20215            ! README.aix
20216 ____________________________________________________________________________
20217 [  7533] By: jhi                                   on 2000/11/03  03:59:02
20218         Log: Subject: [PATCH 5.7.0] better messages from malloc()
20219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20220              Date: Wed, 1 Nov 2000 23:39:56 -0500
20221              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
20222      Branch: perl
20223            ! malloc.c pod/perldiag.pod
20224 ____________________________________________________________________________
20225 [  7532] By: jhi                                   on 2000/11/03  00:11:56
20226         Log: The #7521 touched things it shouldn't have.
20227      Branch: perl
20228            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
20229 ____________________________________________________________________________
20230 [  7531] By: jhi                                   on 2000/11/02  22:32:33
20231         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
20232              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20233              Date:     Thu, 2 Nov 2000 16:58:36 EST
20234              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
20235      Branch: perl
20236            ! vms/gen_shrfls.pl
20237 ____________________________________________________________________________
20238 [  7530] By: jhi                                   on 2000/11/02  22:08:49
20239         Log: Fix the problem discussed in
20240              
20241              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
20242              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
20243              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
20244              
20245              originally from Linc Madison.  Also Andreas König's comments
20246              taken into account.  Some other problems with Tie::SubstrHash
20247              fixed: didn't croak when the table exceeded the requested number
20248              of entries (as documented) but instead when the number of entries
20249              exceeded the size of the table, a croak() had an unnecessary \n,
20250              didn't have a CLEAR method, documented that there is no exists().
20251              Didn't fix to be strict-proof because the module uses &foo; and
20252              dynamic scope.  Added a test script exercizing both first tamely 
20253              the basic functionality, and then the failure cases reported by
20254              Linc Madison.
20255      Branch: perl
20256            + t/lib/tie-substrhash.t
20257            ! MANIFEST lib/Tie/SubstrHash.pm
20258 ____________________________________________________________________________
20259 [  7529] By: jhi                                   on 2000/11/02  17:58:08
20260         Log: recv() can fail and return undef.
20261              
20262              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
20263              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
20264              Date: Thu, 2 Nov 2000 20:12:20 +0300
20265              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
20266      Branch: perl
20267            ! lib/Net/Ping.pm
20268 ____________________________________________________________________________
20269 [  7528] By: jhi                                   on 2000/11/02  17:49:09
20270         Log: Detpyo.
20271      Branch: perl
20272            ! pod/perlop.pod
20273 ____________________________________________________________________________
20274 [  7527] By: jhi                                   on 2000/11/02  15:48:37
20275         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
20276              fix a autovivification bug in Tie::RefHash, add tests for both.
20277              
20278              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
20279              From: Edward Avis <epa98@doc.ic.ac.uk>
20280              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
20281              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
20282      Branch: perl
20283            + t/lib/tie-refhash.t
20284            ! MANIFEST lib/Tie/RefHash.pm
20285 ____________________________________________________________________________
20286 [  7526] By: jhi                                   on 2000/11/02  13:56:26
20287         Log: Test::Harness revealed buglets in the new DynaLoader.
20288              
20289              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
20290              From: andreas.koenig@anima.de (Andreas J. Koenig)
20291              Date: 02 Nov 2000 11:26:48 +0100 
20292              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
20293      Branch: perl
20294            ! ext/DynaLoader/DynaLoader_pm.PL
20295 ____________________________________________________________________________
20296 [  7525] By: jhi                                   on 2000/11/01  23:52:08
20297         Log: The entry for #7503 was missing.
20298      Branch: perl
20299            ! Changes
20300 ____________________________________________________________________________
20301 [  7524] By: jhi                                   on 2000/11/01  23:40:52
20302         Log: Update Changes.
20303      Branch: perl
20304            ! Changes patchlevel.h
20305 ____________________________________________________________________________
20306 [  7523] By: jhi                                   on 2000/11/01  22:57:09
20307         Log: More tweaking on the #7522 theme.
20308      Branch: perl
20309            ! ext/DynaLoader/DynaLoader_pm.PL
20310 ____________________________________________________________________________
20311 [  7522] By: jhi                                   on 2000/11/01  22:06:15
20312         Log: Expand %Config variables and %ENV variables only if
20313              so requested during build time using the
20314              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
20315              Not expanding makes relocating distributions easier.
20316      Branch: perl
20317            ! ext/DynaLoader/DynaLoader_pm.PL
20318 ____________________________________________________________________________
20319 [  7521] By: jhi                                   on 2000/11/01  20:56:34
20320         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
20321              and setgid() because they were just changing $< and $( which means
20322              only changing the real uid/gid, as opposed to changing both
20323              real and effective ids.  (The alternative way could have been
20324              in POSIX.pm to change $> and $), too, but making a direct call
20325              to the C API feels cleaner.)  Fixes the bug
20326              
20327              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
20328              From: "Garry T. Williams" <garry@zvolve.com>
20329              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
20330              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
20331      Branch: perl
20332            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20333            ! ext/POSIX/typemap pod/perlvar.pod
20334 ____________________________________________________________________________
20335 [  7520] By: jhi                                   on 2000/11/01  20:08:33
20336         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
20337              From: "Garry T. Williams" <garry@zvolve.com>
20338              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
20339              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
20340      Branch: perl
20341            ! pod/perlsec.pod
20342 ____________________________________________________________________________
20343 [  7519] By: jhi                                   on 2000/11/01  20:01:22
20344         Log: Locale warning explanation tweak.
20345      Branch: perl
20346            ! pod/perldiag.pod
20347 ____________________________________________________________________________
20348 [  7518] By: jhi                                   on 2000/11/01  18:57:13
20349         Log: C.pm part of
20350              
20351              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
20352              From: Jarkko Hietaniemi <jhi@iki.fi>
20353              Date: Tue, 10 Oct 2000 08:22:28 -0500
20354              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
20355      Branch: perl
20356            ! ext/B/B/C.pm
20357 ____________________________________________________________________________
20358 [  7517] By: jhi                                   on 2000/11/01  18:41:59
20359         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
20360              From: Martien Verbruggen <mgjv@comdyn.com.au>
20361              Date: Fri, 6 Oct 2000 14:09:10 +1100
20362              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
20363      Branch: perl
20364            ! pod/perlop.pod
20365 ____________________________________________________________________________
20366 [  7516] By: jhi                                   on 2000/11/01  18:34:55
20367         Log: Generalize the Camel wording.
20368              
20369              Subject: Re: perlfaq style changes
20370              From: John Borwick <jhborwic@unity.ncsu.edu>
20371              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
20372              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
20373      Branch: perl
20374            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
20375 ____________________________________________________________________________
20376 [  7515] By: jhi                                   on 2000/11/01  16:52:31
20377         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
20378              From: pimlott@idiomtech.com (Andrew Pimlott)
20379              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
20380              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
20381      Branch: perl
20382            ! pod/perlsec.pod
20383 ____________________________________________________________________________
20384 [  7514] By: jhi                                   on 2000/11/01  15:03:40
20385         Log: More AIX lore.
20386      Branch: perl
20387            ! ext/re/hints/aix.pl
20388 ____________________________________________________________________________
20389 [  7513] By: jhi                                   on 2000/11/01  14:48:30
20390         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
20391              From: root <root@chronos.fi.muni.cz>
20392              Date: Wed, 1 Nov 2000 12:31:32 +0100
20393              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
20394      Branch: perl
20395            ! lib/Net/Ping.pm
20396 ____________________________________________________________________________
20397 [  7512] By: jhi                                   on 2000/11/01  14:46:47
20398         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
20399              From: Martin Husemann <martin@duskware.de>
20400              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
20401              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
20402      Branch: perl
20403            ! regcomp.c
20404 ____________________________________________________________________________
20405 [  7511] By: jhi                                   on 2000/11/01  14:39:50
20406         Log: AUTHORS updates.
20407      Branch: perl
20408            ! AUTHORS
20409 ____________________________________________________________________________
20410 [  7510] By: jhi                                   on 2000/11/01  14:29:50
20411         Log: Subject: [PATCH] startperl to respect versiononly
20412              From: Robin Barker <rmb1@cise.npl.co.uk> 
20413              Date: Tue, 31 Oct 2000 16:29:36 GMT
20414              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
20415      Branch: metaconfig/U/perl
20416            ! startperl.U
20417      Branch: perl
20418            ! Configure config_h.SH
20419 ____________________________________________________________________________
20420 [  7509] By: jhi                                   on 2000/11/01  14:19:53
20421         Log: printf UVs the correct way, noticed by Robin Barker.
20422      Branch: perl
20423            ! utf8.c
20424 ____________________________________________________________________________
20425 [  7508] By: jhi                                   on 2000/11/01  14:10:03
20426         Log: Do not cleanup *% because the % has special meanings in some
20427              shell environments.
20428      Branch: perl
20429            ! ext/Storable/Makefile.PL
20430 ____________________________________________________________________________
20431 [  7507] By: jhi                                   on 2000/11/01  14:06:00
20432         Log: The NonStop-UX libraries have a novel way to say NaN.
20433      Branch: perl
20434            ! t/lib/bigfltpm.t
20435 ____________________________________________________________________________
20436 [  7506] By: jhi                                   on 2000/11/01  14:03:35
20437         Log: The osname has been lowercased by now, from Tom Bates.
20438      Branch: metaconfig
20439            ! U/modified/Oldconfig.U
20440      Branch: perl
20441            ! Configure config_h.SH
20442 ____________________________________________________________________________
20443 [  7505] By: jhi                                   on 2000/10/31  19:18:39
20444         Log: The compiler is either gcc or cc, from Tom Bates.
20445      Branch: perl
20446            ! hints/nonstopux.sh
20447 ____________________________________________________________________________
20448 [  7504] By: jhi                                   on 2000/10/31  14:53:42
20449         Log: Update Changes.
20450      Branch: perl
20451            ! Changes patchlevel.h
20452 ____________________________________________________________________________
20453 [  7503] By: jhi                                   on 2000/10/31  14:30:50
20454         Log: Whitespace style tweak.  Was originally going to see to
20455              
20456              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
20457              From: Joe Smith <jms@inwap.com>
20458              Date: Mon, 30 Oct 2000 18:47:57 -0800
20459              Message-Id: <39FE32DD.24AAC4D@inwap.com>
20460              
20461              but that had already been taken care of.
20462      Branch: metaconfig
20463            ! U/compline/d_stdstdio.U
20464      Branch: perl
20465            ! Configure config_h.SH
20466 ____________________________________________________________________________
20467 [  7502] By: jhi                                   on 2000/10/31  14:25:02
20468         Log: AUTHORS tweaks.
20469      Branch: perl
20470            ! AUTHORS
20471 ____________________________________________________________________________
20472 [  7501] By: jhi                                   on 2000/10/31  14:23:59
20473         Log: Subject: perlfaq style changes
20474              From: John Borwick <jhborwic@unity.ncsu.edu>
20475              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
20476              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
20477      Branch: perl
20478            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20479            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20480            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20481            ! pod/perlfaq9.pod
20482 ____________________________________________________________________________
20483 [  7500] By: jhi                                   on 2000/10/31  14:22:15
20484         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
20485              
20486              Subject: Re: [ID 20000918.005] ~ on wide chars
20487              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20488              Date: Mon, 30 Oct 2000 21:09:55 -0800
20489              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
20490              
20491              (The ord() part of the patch skipped.)
20492      Branch: perl
20493            ! doop.c
20494 ____________________________________________________________________________
20495 [  7499] By: jhi                                   on 2000/10/31  14:20:08
20496         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
20497              From: Jens Hamisch <jens@Strawberry.COM>
20498              Date: Mon, 30 Oct 2000 15:17:07 +0100
20499              Message-Id: <20001030151707.A9597@Strawberry.COM>
20500      Branch: perl
20501            ! av.c
20502 ____________________________________________________________________________
20503 [  7498] By: jhi                                   on 2000/10/31  14:16:29
20504         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
20505              From: Peter Prymmer <pvhp@forte.com>
20506              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
20507              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
20508      Branch: perl
20509            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
20510            + ext/Encode/Encode/posix-bc.enc
20511            ! MANIFEST t/lib/encode.t
20512 ____________________________________________________________________________
20513 [  7497] By: jhi                                   on 2000/10/31  14:13:22
20514         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
20515              From: Peter Prymmer <pvhp@forte.com>
20516              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
20517              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
20518      Branch: perl
20519            ! t/lib/cgi-html.t
20520 ____________________________________________________________________________
20521 [  7496] By: jhi                                   on 2000/10/31  14:12:05
20522         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
20523              From: Peter Prymmer <pvhp@forte.com>
20524              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
20525              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
20526      Branch: perl
20527            ! t/lib/cgi-function.t
20528 ____________________________________________________________________________
20529 [  7495] By: jhi                                   on 2000/10/31  14:11:08
20530         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
20531              From: Peter Prymmer <pvhp@forte.com>
20532              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
20533              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
20534      Branch: perl
20535            + ext/re/hints/aix.pl
20536            ! MANIFEST ext/re/Makefile.PL
20537 ____________________________________________________________________________
20538 [  7494] By: jhi                                   on 2000/10/31  14:08:32
20539         Log: Use Errno magic.
20540              
20541              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
20542              From: Casey Tweten <perl@ctweten.amsite.com>
20543              Date: Mon, 30 Oct 2000 15:51:17 -0500
20544              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
20545      Branch: perl
20546            ! lib/File/Temp.pm
20547 ____________________________________________________________________________
20548 [  7493] By: jhi                                   on 2000/10/31  14:05:07
20549         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
20550              
20551              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
20552              From: Nicholas Clark <nick@ccl4.org>
20553              Date: Mon, 30 Oct 2000 17:38:45 +0000
20554              Message-ID: <20001030173845.O60355@plum.flirble.org>
20555      Branch: perl
20556            ! Makefile.SH utils/perlbug.PL
20557 ____________________________________________________________________________
20558 [  7492] By: nick                                  on 2000/10/30  19:37:23
20559         Log: Change files which are mysteriously different to mainline to be
20560              copies of mainline.
20561      Branch: perlio
20562            ! objXSUB.h perlapi.c pod/perlapi.pod
20563 ____________________________________________________________________________
20564 [  7491] By: nick                                  on 2000/10/30  18:05:54
20565         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
20566              - typo in endian code in putc.
20567              - Don't allow read of write-only files and vice-versa
20568              - and off-by-one in flush-all loop.
20569              Remove debug calls as they were using GCC specific features.
20570      Branch: perlio
20571            ! perlio.c
20572 ____________________________________________________________________________
20573 [  7490] By: nick                                  on 2000/10/29  21:45:45
20574         Log: Integrate mainline to perlio
20575      Branch: perlio
20576           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
20577           !> toke.c
20578 ____________________________________________________________________________
20579 [  7489] By: jhi                                   on 2000/10/29  21:11:08
20580         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
20581              From: andreas.koenig@anima.de (Andreas J. Koenig)
20582              Date: 29 Oct 2000 22:05:59 +0100
20583              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
20584      Branch: perl
20585            ! lib/ExtUtils/Manifest.pm
20586 ____________________________________________________________________________
20587 [  7488] By: jhi                                   on 2000/10/29  21:07:47
20588         Log: Tests for #7487.
20589              
20590              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
20591              From: andreas.koenig@anima.de (Andreas J. Koenig)
20592              Date: 29 Oct 2000 19:37:09 +0100
20593              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
20594      Branch: perl
20595            ! t/comp/proto.t
20596 ____________________________________________________________________________
20597 [  7487] By: jhi                                   on 2000/10/29  21:06:27
20598         Log: constsub spillage.
20599              
20600              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
20601              From: John Tobey <jtobey@john-edwin-tobey.org>
20602              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
20603              Message-Id: <m13pvSr-000FObC@feynman.localnet>
20604      Branch: perl
20605            ! op.c
20606 ____________________________________________________________________________
20607 [  7486] By: nick                                  on 2000/10/29  21:05:04
20608         Log: Integrate mainline to perlio branch
20609      Branch: perlio
20610           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
20611           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
20612           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
20613           +> vos/install_perl.cm
20614            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
20615            - vos/config.h vos/config_h.SH_orig
20616           !> (integrate 141 files)
20617 ____________________________________________________________________________
20618 [  7485] By: jhi                                   on 2000/10/29  21:00:47
20619         Log: Make \x{...} consistently produce UTF-8.
20620              
20621              Subject: Re: \x{...} is confused 
20622              From: Simon Cozens <simon@cozens.net>
20623              Date: Sun, 29 Oct 2000 19:36:48 +0000
20624              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
20625      Branch: perl
20626            ! t/pragma/utf8.t toke.c
20627 ____________________________________________________________________________
20628 [  7484] By: nick                                  on 2000/10/29  20:05:29
20629         Log: PerlIO passes all tests.
20630      Branch: perlio
20631            ! perlio.c
20632 ____________________________________________________________________________
20633 [  7483] By: jhi                                   on 2000/10/29  18:06:55
20634         Log: Update Changes.
20635      Branch: perl
20636            ! Changes patchlevel.h
20637 ____________________________________________________________________________
20638 [  7482] By: nick                                  on 2000/10/29  17:43:28
20639         Log: Include <unistd.h> to get correct lseek() prototype etc.
20640              (I thought perl.h did that) - down to two fails
20641              - comp/require.t (last test)
20642              - lib/io_xs.t - possibly import/export of FILE * ?
20643      Branch: perlio
20644            ! perlio.c
20645 ____________________________________________________________________________
20646 [  7481] By: jhi                                   on 2000/10/29  17:02:37
20647         Log: UTF-8 decoder tweak.
20648      Branch: perl
20649            ! utf8.c
20650 ____________________________________________________________________________
20651 [  7480] By: nick                                  on 2000/10/29  16:26:11
20652         Log: Fixed two bugs:
20653              - error code not being set on close (of broken pipe)
20654              - append mode was truncating.
20655              At least one seek/tell bug remains.
20656      Branch: perlio
20657            ! perlio.c
20658 ____________________________________________________________________________
20659 [  7479] By: nick                                  on 2000/10/29  11:18:16
20660         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
20661              in case of accidents. Still several worrying fails, no line disciplines yet.
20662      Branch: perlio
20663            ! iperlsys.h perlio.c
20664 ____________________________________________________________________________
20665 [  7478] By: jhi                                   on 2000/10/29  02:04:01
20666         Log: Add also emailless people.
20667      Branch: perl
20668            ! AUTHORS
20669 ____________________________________________________________________________
20670 [  7477] By: jhi                                   on 2000/10/29  01:36:00
20671         Log: The #7476 needs a MANIFEST change, too.
20672      Branch: perl
20673            ! MANIFEST
20674 ____________________________________________________________________________
20675 [  7476] By: jhi                                   on 2000/10/29  01:35:21
20676         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
20677      Branch: perl
20678            - MAINTAIN
20679            ! AUTHORS Changes
20680 ____________________________________________________________________________
20681 [  7475] By: jhi                                   on 2000/10/28  23:57:25
20682         Log: De-quoted-unreadable to ISO Latin 1.
20683              (There's one ISO-2022-JP name in Changes5.004.)
20684      Branch: perl
20685            ! Changes Changes5.6
20686 ____________________________________________________________________________
20687 [  7474] By: jhi                                   on 2000/10/28  19:13:06
20688         Log: Subject: [ID 20001027.007] uniq array in perlfaq
20689              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
20690              Date: Fri, 27 Oct 2000 19:28:30 +0200
20691              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
20692      Branch: perl
20693            ! pod/perlfaq4.pod
20694 ____________________________________________________________________________
20695 [  7473] By: jhi                                   on 2000/10/28  18:02:05
20696         Log: Locking null mutexes is not recommendable.
20697              
20698              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
20699              From: Hugo <hv@crypt.compulink.co.uk>
20700              Date: Sat, 28 Oct 2000 18:41:12 +0100
20701              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
20702      Branch: perl
20703            ! op.c
20704 ____________________________________________________________________________
20705 [  7472] By: jhi                                   on 2000/10/28  17:52:58
20706         Log: Better create a true mailing list for the repository keepers.
20707      Branch: perl
20708            ! Porting/repository.pod
20709 ____________________________________________________________________________
20710 [  7471] By: jhi                                   on 2000/10/28  17:28:24
20711         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
20712              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
20713      Branch: perl
20714            + Porting/repository.pod
20715            ! MANIFEST
20716 ____________________________________________________________________________
20717 [  7470] By: jhi                                   on 2000/10/28  17:20:54
20718         Log: Subject: DOC PATCH 5.6.0
20719              From: mjd@plover.com
20720              Date: 27 Oct 2000 17:32:44 -0000
20721              Message-ID: <20001027173244.23754.qmail@plover.com>
20722      Branch: perl
20723            ! pod/perlfunc.pod
20724 ____________________________________________________________________________
20725 [  7469] By: jhi                                   on 2000/10/28  17:16:45
20726         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
20727              From: "Peter J. Farley III" <pjfarley@banet.net>
20728              Date: Fri, 27 Oct 2000 20:32:56 -0400
20729              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
20730      Branch: perl
20731            ! README.dos
20732 ____________________________________________________________________________
20733 [  7468] By: jhi                                   on 2000/10/28  17:07:18
20734         Log: Make target reordering to avoid pointless re-makes.
20735              
20736              Subject: Re: Total re-make of 'make okfile' after 7451 ?
20737              From: Nicholas Clark <nick@ccl4.org>
20738              Date: Sat, 28 Oct 2000 00:31:02 +0100
20739              Message-ID: <20001028003101.A54517@plum.flirble.org>
20740      Branch: perl
20741            ! Makefile.SH
20742 ____________________________________________________________________________
20743 [  7467] By: jhi                                   on 2000/10/28  17:05:31
20744         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
20745              From: lvirden@cas.org
20746              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
20747              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
20748      Branch: perl
20749            ! README.os2
20750 ____________________________________________________________________________
20751 [  7466] By: jhi                                   on 2000/10/28  16:09:16
20752         Log: Upgrade to CPAN 1.58_55.
20753              
20754              Subject: CPAN.pm status
20755              From: andreas.koenig@anima.de (Andreas J. Koenig) 
20756              Date: 28 Oct 2000 08:18:00 +0200 
20757              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
20758      Branch: perl
20759            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20760 ____________________________________________________________________________
20761 [  7465] By: jhi                                   on 2000/10/28  16:02:47
20762         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
20763      Branch: perl
20764            ! embed.h embed.pl perl.h proto.h toke.c
20765 ____________________________________________________________________________
20766 [  7464] By: nick                                  on 2000/10/28  10:43:44
20767         Log: Fix for sv_2iv() on "shared" value from keys %hash.
20768      Branch: perl
20769            ! sv.c
20770 ____________________________________________________________________________
20771 [  7463] By: jhi                                   on 2000/10/27  16:18:29
20772         Log: Update Changes.
20773      Branch: perl
20774            ! Changes patchlevel.h
20775 ____________________________________________________________________________
20776 [  7462] By: jhi                                   on 2000/10/27  16:17:44
20777         Log: Too enthusiastic editing in #7460.
20778      Branch: metaconfig
20779            ! U/modified/Oldsym.U
20780      Branch: perl
20781            ! Configure config_h.SH
20782 ____________________________________________________________________________
20783 [  7461] By: jhi                                   on 2000/10/27  15:37:38
20784         Log: Retract #7459, the script needs more work.
20785      Branch: perl
20786            - mkreef
20787            ! MANIFEST
20788 ____________________________________________________________________________
20789 [  7460] By: jhi                                   on 2000/10/27  15:23:14
20790         Log: Use $sort, $uniq (and $tr) consistently as wondered
20791              by Nicholas Clark.
20792      Branch: metaconfig
20793            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
20794            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
20795            ! U/modified/libc.U
20796      Branch: perl
20797            ! Configure config_h.SH
20798 ____________________________________________________________________________
20799 [  7459] By: jhi                                   on 2000/10/27  15:02:07
20800         Log: (Retracted by #7461)
20801              
20802              Add a shell script for creating/removing symbolic link farms,
20803              useful for keeping the source code read-only and doing the
20804              builds somewhere else.
20805      Branch: perl
20806            + mkreef
20807            ! MANIFEST
20808 ____________________________________________________________________________
20809 [  7458] By: jhi                                   on 2000/10/27  14:42:20
20810         Log: Do away with the fix_pl.
20811      Branch: perl
20812            - fix_pl
20813            ! MANIFEST Makefile.SH
20814 ____________________________________________________________________________
20815 [  7457] By: jhi                                   on 2000/10/27  12:43:13
20816         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
20817              From: Jens Hamisch <jens@Strawberry.COM>
20818              Date: Fri, 27 Oct 2000 14:38:21 +0200
20819              Message-Id: <20001027143821.B3366@Strawberry.COM>
20820      Branch: perl
20821            ! perl.h
20822 ____________________________________________________________________________
20823 [  7456] By: jhi                                   on 2000/10/27  12:33:42
20824         Log: Subject: [PATCH] todo
20825              From: Nicholas Clark <nick@ccl4.org>
20826              Date: Thu, 26 Oct 2000 22:32:29 +0100
20827              Message-ID: <20001026223229.A44540@plum.flirble.org>
20828      Branch: perl
20829            ! pod/perltodo.pod
20830 ____________________________________________________________________________
20831 [  7455] By: jhi                                   on 2000/10/27  12:02:21
20832         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
20833              From: John Tobey <jtobey@john-edwin-tobey.org>
20834              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
20835              Message-Id: <m13ozHF-000FObC@feynman.localnet>
20836      Branch: perl
20837            ! op.c t/pragma/sub_lval.t
20838 ____________________________________________________________________________
20839 [  7454] By: jhi                                   on 2000/10/27  11:59:42
20840         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
20841              From: sthoenna@efn.org
20842              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
20843              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
20844      Branch: perl
20845            ! pp.c t/op/assignwarn.t
20846 ____________________________________________________________________________
20847 [  7453] By: jhi                                   on 2000/10/27  00:15:08
20848         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
20849      Branch: perl
20850            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
20851            ! ext/Storable/Storable.xs t/lib/st-lock.t
20852 ____________________________________________________________________________
20853 [  7452] By: jhi                                   on 2000/10/26  13:05:52
20854         Log: Undo #7451, this seems to be a deficiency in Perforce,
20855              there is no per-file line-terminator type, only per-client.
20856      Branch: perl
20857            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
20858            ! win32/makefile.mk
20859 ____________________________________________________________________________
20860 [  7451] By: jhi                                   on 2000/10/26  04:56:03
20861         Log: Experimenting in DOS arcana.
20862      Branch: perl
20863            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
20864            ! win32/makefile.mk
20865 ____________________________________________________________________________
20866 [  7450] By: jhi                                   on 2000/10/26  04:50:52
20867         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
20868              From: "Peter J. Farley III" <pjfarley@banet.net>            
20869              Date: Wed, 25 Oct 2000 23:10:18 -0400
20870              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
20871      Branch: perl
20872            ! t/io/open.t
20873 ____________________________________________________________________________
20874 [  7449] By: jhi                                   on 2000/10/26  04:49:16
20875         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
20876              From: Hugo <hv@crypt.compulink.co.uk>
20877              Date: Thu, 26 Oct 2000 01:55:17 +0100
20878              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
20879              
20880              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
20881      Branch: perl
20882            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
20883 ____________________________________________________________________________
20884 [  7448] By: jhi                                   on 2000/10/26  04:38:36
20885         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
20886              From: Peter Prymmer <pvhp@forte.com>
20887              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
20888              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
20889      Branch: perl
20890            ! configure.com
20891 ____________________________________________________________________________
20892 [  7447] By: jhi                                   on 2000/10/25  23:20:02
20893         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
20894              in platforms that strictly require all the symbols being present
20895              at link time.
20896      Branch: perl
20897            ! handy.h
20898 ____________________________________________________________________________
20899 [  7446] By: jhi                                   on 2000/10/25  21:55:57
20900         Log: Update Changes.
20901      Branch: perl
20902            ! Changes patchlevel.h
20903 ____________________________________________________________________________
20904 [  7445] By: jhi                                   on 2000/10/25  21:27:08
20905         Log: Integrate with vmsperl #7430 by Charles Bailey:
20906              
20907              Cleanup from prior patch (Charles Lane?):
20908              - improve handling of MFDs in Basename and Path
20909              - default to no xsubpp line # munging when building debug images
20910      Branch: perl
20911           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
20912 ____________________________________________________________________________
20913 [  7444] By: jhi                                   on 2000/10/25  21:03:50
20914         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
20915              From: John Peacock <JPeacock@UnivPress.com>
20916              Date: Thu, 18 May 2000 11:55:27 -0400
20917              Message-ID: <3924126F.A58BE57A@UnivPress.com>
20918      Branch: perl
20919            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
20920            ! t/op/write.t
20921 ____________________________________________________________________________
20922 [  7443] By: jhi                                   on 2000/10/25  20:43:10
20923         Log: Temporary stopgap for the self-tying issue: for now only
20924              array and hash self-ties are verboten.  The real fix, of
20925              course, would be to comprehensively test (and implement?)
20926              and debug (and document) self-ties.
20927      Branch: perl
20928            ! pod/perldiag.pod pp_sys.c t/op/tie.t
20929 ____________________________________________________________________________
20930 [  7442] By: jhi                                   on 2000/10/25  20:14:30
20931         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
20932              From: Dan Sugalski <dan@sidhe.org>
20933              Date: Wed, 25 Oct 2000 13:36:35 -0400
20934              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
20935              
20936              plus regen global.sym.
20937      Branch: perl
20938            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
20939            ! thrdvar.h util.c
20940 ____________________________________________________________________________
20941 [  7441] By: jhi                                   on 2000/10/25  20:12:20
20942         Log: buildtoc target tweaks.
20943      Branch: perl
20944            ! pod/Makefile.SH
20945 ____________________________________________________________________________
20946 [  7440] By: jhi                                   on 2000/10/25  20:03:53
20947         Log: A new version of making the syslog test more robust.
20948              (Replaces #7421.)
20949              
20950              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
20951              From: "Kurt D. Starsinic" <kstar@chapin.edu>
20952              Date: Wed, 25 Oct 2000 12:13:54 -0400
20953              Message-ID: <20001025121354.B2264@O2.chapin.edu>
20954      Branch: perl
20955            ! t/lib/syslog.t
20956 ____________________________________________________________________________
20957 [  7439] By: jhi                                   on 2000/10/25  20:00:48
20958         Log: Continue the internal UTF-8 API tweaking.
20959              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
20960              used much more than the simpler API, now called utf8_to_uv_simple().
20961              Still not quite happy with API, too much partial duplication
20962              of functionality.
20963      Branch: perl
20964            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
20965            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
20966            ! regcomp.c regexec.c sv.c toke.c utf8.c
20967 ____________________________________________________________________________
20968 [  7438] By: jhi                                   on 2000/10/25  18:52:30
20969         Log: Allow poking holes at the UTF-8 decoding strictness.
20970      Branch: perl
20971            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
20972            ! utf8.h
20973 ____________________________________________________________________________
20974 [  7437] By: jhi                                   on 2000/10/25  13:53:05
20975         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
20976              UTF8LEN() and UTF8SKIP(). 
20977      Branch: perl
20978            ! pp.c utf8.c utf8.h
20979 ____________________________________________________________________________
20980 [  7436] By: jhi                                   on 2000/10/25  13:51:37
20981         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
20982              From: Nicholas Clark <nick@ccl4.org>
20983              Date: Wed, 25 Oct 2000 14:44:05 +0100
20984              Message-ID: <20001025144404.D27253@plum.flirble.org>
20985      Branch: perl
20986            ! pod/perlrun.pod
20987 ____________________________________________________________________________
20988 [  7435] By: jhi                                   on 2000/10/25  13:49:32
20989         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
20990              From: Mike Guy <mjtg@cam.ac.uk>
20991              Date: Tue, 24 Oct 2000 14:59:40 +0100
20992              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
20993      Branch: perl
20994            ! scope.c
20995 ____________________________________________________________________________
20996 [  7434] By: jhi                                   on 2000/10/25  13:48:41
20997         Log: AIX is picky about its symbol exports.  Solution for now
20998              is to include the deb.o explicitly to the re extension build.
20999              
21000              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
21001              From: Peter Prymmer <pvhp@forte.com>
21002              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
21003              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
21004      Branch: perl
21005            ! ext/re/Makefile.PL hints/aix.sh
21006 ____________________________________________________________________________
21007 [  7433] By: jhi                                   on 2000/10/25  13:46:49
21008         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
21009              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21010              Date: Wed, 25 Oct 2000 12:02:20 +0200
21011              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
21012      Branch: perl
21013            ! perlsdio.h
21014 ____________________________________________________________________________
21015 [  7432] By: jhi                                   on 2000/10/25  13:44:28
21016         Log: Subject: Minor update to find2perl, for portability
21017              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
21018              Date: Wed, 25 Oct 2000 12:05:47 +0100
21019              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
21020      Branch: perl
21021            ! x2p/find2perl.PL
21022 ____________________________________________________________________________
21023 [  7431] By: jhi                                   on 2000/10/25  13:40:39
21024         Log: Add targets to Makefile.SH, most importantly
21025              'regen_all' which also remembers to update vms/perly*.
21026      Branch: perl
21027            ! Makefile.SH
21028 ____________________________________________________________________________
21029 [  7430] By: bailey                                on 2000/10/25  03:13:53
21030         Log: Cleanup from prior patch (Charles Lane?):
21031              - improve handling of MFDs in Basename and Path
21032              - default to no xsubpp line # munging when building debug images
21033      Branch: vmsperl
21034            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
21035 ____________________________________________________________________________
21036 [  7429] By: jhi                                   on 2000/10/24  20:03:40
21037         Log: Podify README.epoc and README.vos.
21038      Branch: perl
21039            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
21040            ! pod/perlport.pod pod/perltoc.pod
21041 ____________________________________________________________________________
21042 [  7428] By: jhi                                   on 2000/10/24  19:10:33
21043         Log: Stratus VOS updates from Paul Green.
21044      Branch: perl
21045            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21046            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
21047            - vos/config.def vos/config.h vos/config_h.SH_orig
21048            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
21049            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
21050 ____________________________________________________________________________
21051 [  7427] By: jhi                                   on 2000/10/24  18:59:48
21052         Log: Check if stdio supports tweaking lval and cnt simultaneously.
21053              
21054              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
21055              From: Nicholas Clark <nick@ccl4.org>
21056              Date: Mon, 23 Oct 2000 15:39:32 +0100
21057              Message-ID: <20001023153932.A10786@plum.flirble.org>
21058      Branch: metaconfig
21059            ! U/compline/d_stdstdio.U
21060      Branch: perl
21061            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21062            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
21063            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
21064            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
21065            ! vos/config.h vos/config_h.SH_orig win32/config.bc
21066            ! win32/config.gc win32/config.vc
21067 ____________________________________________________________________________
21068 [  7426] By: jhi                                   on 2000/10/24  17:57:44
21069         Log: Missed the header file changes from #7425.
21070      Branch: perl
21071            ! embed.h embed.pl objXSUB.h proto.h
21072 ____________________________________________________________________________
21073 [  7425] By: jhi                                   on 2000/10/24  17:55:17
21074         Log: Fix the bug reported in
21075              
21076              From: andreas.koenig@anima.de (Andreas J. Koenig)
21077              Subject: Encode bug?
21078              Date: 24 Oct 2000 14:01:26 +0200 
21079              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
21080              
21081              Also make is_utf8_char() stricter.
21082      Branch: perl
21083            ! ext/Encode/Encode.xs utf8.c
21084 ____________________________________________________________________________
21085 [  7424] By: jhi                                   on 2000/10/24  15:15:39
21086         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
21087              From: Peter Scott <Peter@PSDT.com>
21088              Date: Mon, 23 Oct 2000 19:46:01 -0700
21089              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
21090      Branch: perl
21091            ! pod/perlfaq5.pod
21092 ____________________________________________________________________________
21093 [  7423] By: jhi                                   on 2000/10/24  14:25:30
21094         Log: Test tweak to avoid pulling in the whole Config.
21095      Branch: perl
21096            ! t/lib/st-lock.t
21097 ____________________________________________________________________________
21098 [  7422] By: jhi                                   on 2000/10/24  14:03:16
21099         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
21100      Branch: perl
21101            ! pp.c
21102 ____________________________________________________________________________
21103 [  7421] By: jhi                                   on 2000/10/24  13:32:09
21104         Log: (Replaced by #7440.)
21105              
21106              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
21107              From: "Kurt D. Starsinic" <kstar@chapin.edu>
21108              Date: Mon, 23 Oct 2000 16:40:54 -0400
21109              Message-ID: <20001023164054.B14491@O2.chapin.edu>
21110      Branch: perl
21111            ! t/lib/syslog.t
21112 ____________________________________________________________________________
21113 [  7420] By: jhi                                   on 2000/10/24  13:30:53
21114         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
21115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21116              Date: Mon, 23 Oct 2000 17:29:03 -0400
21117              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
21118      Branch: perl
21119            ! lib/ExtUtils/MM_Unix.pm
21120 ____________________________________________________________________________
21121 [  7419] By: jhi                                   on 2000/10/24  13:29:57
21122         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
21123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21124              Date: Mon, 23 Oct 2000 19:01:32 -0400
21125              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
21126      Branch: perl
21127            ! utils/h2xs.PL
21128 ____________________________________________________________________________
21129 [  7418] By: jhi                                   on 2000/10/24  13:26:04
21130         Log: Replace #7409 with
21131              
21132              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
21133              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
21134              Date: Mon, 23 Oct 2000 20:08:56 +0200
21135              Message-ID: <20001023200855.A14850@nice.ram.loc>
21136      Branch: perl
21137            ! ext/Storable/Storable.pm t/lib/st-lock.t
21138 ____________________________________________________________________________
21139 [  7417] By: jhi                                   on 2000/10/24  13:17:52
21140         Log: Run vms/vms_yfix.pl, should have done that after changing
21141              perly.c in #7382.
21142      Branch: perl
21143            ! vms/perly_c.vms vms/perly_h.vms
21144 ____________________________________________________________________________
21145 [  7416] By: jhi                                   on 2000/10/24  02:55:33
21146         Log: Make the UTF-8 decoding stricter and more verbose when
21147              malformation happens.  This involved adding an argument
21148              to utf8_to_uv_chk(), which involved changing its prototype,
21149              and prefer STRLEN over I32 for the UTF-8 length, which as
21150              a domino effect necessitated changing the prototypes of
21151              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
21152              The stricter UTF-8 decoding checking uses Markus Kuhn's
21153              UTF-8 Decode Stress Tester from
21154              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
21155      Branch: perl
21156            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
21157            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
21158            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
21159            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
21160 ____________________________________________________________________________
21161 [  7415] By: jhi                                   on 2000/10/23  14:06:06
21162         Log: Update Changes.
21163      Branch: perl
21164            ! Changes patchlevel.h
21165 ____________________________________________________________________________
21166 [  7414] By: jhi                                   on 2000/10/23  12:39:52
21167         Log: Undo the basename() part of #7412 since the lib/basename
21168              tests would need upgrading too.
21169      Branch: perl
21170            ! lib/File/Basename.pm
21171 ____________________________________________________________________________
21172 [  7413] By: jhi                                   on 2000/10/23  12:19:27
21173         Log: Document PERL_INSTALL_ROOT of #7210.
21174      Branch: perl
21175            ! lib/ExtUtils/Install.pm
21176 ____________________________________________________________________________
21177 [  7412] By: jhi                                   on 2000/10/23  12:16:47
21178         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
21179      Branch: perl
21180            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
21181            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
21182 ____________________________________________________________________________
21183 [  7411] By: jhi                                   on 2000/10/23  12:07:41
21184         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
21185              From: Prymmer/Kahn <pvhp@best.com>
21186              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
21187              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
21188      Branch: perl
21189            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
21190 ____________________________________________________________________________
21191 [  7410] By: jhi                                   on 2000/10/23  04:10:11
21192         Log: The change #7187 was not so good on VMS.
21193              
21194              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
21195              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21196              Date: Sun, 22 Oct 2000 23:03:08 -0500
21197              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
21198      Branch: perl
21199            ! utils/perldoc.PL
21200 ____________________________________________________________________________
21201 [  7409] By: jhi                                   on 2000/10/23  03:57:36
21202         Log: Avoid Storable locking on DJGPP for now.
21203              
21204              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
21205              From: "Peter J. Farley III" <pjfarley@banet.net>
21206              Date: Sun, 22 Oct 2000 20:00:00 -0400
21207              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
21208      Branch: perl
21209            ! ext/Storable/Storable.pm t/lib/st-lock.t
21210 ____________________________________________________________________________
21211 [  7408] By: jhi                                   on 2000/10/23  03:50:24
21212         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
21213              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
21214              Date: Sun, 22 Oct 2000 21:12:22 -0400
21215              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
21216      Branch: perl
21217            ! lib/vars.pm
21218 ____________________________________________________________________________
21219 [  7407] By: jhi                                   on 2000/10/23  03:43:12
21220         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
21221              From: Hugo <hv@crypt.compulink.co.uk>
21222              Date: Mon, 23 Oct 2000 00:47:22 +0100
21223              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
21224      Branch: perl
21225            ! regexec.c t/op/pat.t
21226 ____________________________________________________________________________
21227 [  7406] By: jhi                                   on 2000/10/23  03:40:29
21228         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
21229      Branch: perl
21230            ! lib/ExtUtils/MakeMaker.pm
21231 ____________________________________________________________________________
21232 [  7405] By: jhi                                   on 2000/10/22  21:32:00
21233         Log: Doc patch.
21234              
21235              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
21236              From: rspier@pobox.com (Robert Spier)
21237              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
21238              Message-ID: <14835.16112.13457.447971@rls.cx>
21239      Branch: perl
21240            ! lib/strict.pm
21241 ____________________________________________________________________________
21242 [  7404] By: jhi                                   on 2000/10/22  21:30:51
21243         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
21244              From: rspier@pobox.com (Robert Spier)
21245              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
21246              Message-ID: <14835.17223.72448.705566@rls.cx>
21247      Branch: perl
21248            ! lib/ExtUtils/MakeMaker.pm
21249 ____________________________________________________________________________
21250 [  7403] By: jhi                                   on 2000/10/22  21:24:11
21251         Log: Subject: [PATCH bleadperl] ripples from constsub patch
21252              From: John Tobey <jtobey@john-edwin-tobey.org>
21253              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
21254              Message-Id: <m13nSOB-000FObC@feynman.localnet>
21255      Branch: perl
21256            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
21257 ____________________________________________________________________________
21258 [  7402] By: jhi                                   on 2000/10/22  20:59:35
21259         Log: Support s?printf parameter reordering.
21260      Branch: perl
21261            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
21262 ____________________________________________________________________________
21263 [  7401] By: jhi                                   on 2000/10/22  19:19:14
21264         Log: Expand %Config variables only if explicitly so requested
21265              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
21266              
21267              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
21268              From: Gurusamy Sarathy <gsar@ActiveState.com>
21269              Date: Sun, 22 Oct 2000 11:47:32 -0700
21270              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
21271      Branch: perl
21272            ! Makefile.SH lib/lib_pm.PL
21273 ____________________________________________________________________________
21274 [  7400] By: jhi                                   on 2000/10/22  18:24:10
21275         Log: Move the #7390 test from warn/op to comp/redef.
21276              
21277              Subject: Re: Creating const subs for constants.
21278              From: John Tobey <jtobey@john-edwin-tobey.org>
21279              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
21280              Message-Id: <m13nG72-000FObC@feynman.localnet>               
21281      Branch: perl
21282            ! t/comp/redef.t t/pragma/warn/op
21283 ____________________________________________________________________________
21284 [  7399] By: jhi                                   on 2000/10/22  17:49:59
21285         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
21286              From: Nicholas Clark <nick@ccl4.org>
21287              Date: Sat, 21 Oct 2000 22:23:19 +0100
21288              Message-ID: <20001021222319.B45586@plum.flirble.org>
21289      Branch: perl
21290            ! ext/DynaLoader/DynaLoader_pm.PL
21291 ____________________________________________________________________________
21292 [  7398] By: jhi                                   on 2000/10/22  17:47:35
21293         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
21294              From: Hugo <hv@crypt.compulink.co.uk>
21295              Date: Sat, 21 Oct 2000 18:19:59 +0100
21296              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
21297      Branch: perl
21298            ! ext/B/B.pm ext/B/B/C.pm
21299 ____________________________________________________________________________
21300 [  7397] By: jhi                                   on 2000/10/22  17:35:18
21301         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
21302              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
21303              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
21304              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
21305      Branch: perl
21306            ! hints/openbsd.sh
21307 ____________________________________________________________________________
21308 [  7396] By: jhi                                   on 2000/10/22  17:19:46
21309         Log: Subject: installman go-faster stripes
21310              From: Nicholas Clark <nick@talking.bollo.cx>
21311              Date: Sat, 21 Oct 2000 17:24:53 +0100
21312              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
21313              
21314              Subject: Re: installman go-faster stripes
21315              From: Russ Allbery <rra@stanford.edu>
21316              Date: 21 Oct 2000 11:04:13 -0700
21317              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
21318      Branch: perl
21319            ! installman pod/pod2man.PL
21320 ____________________________________________________________________________
21321 [  7395] By: jhi                                   on 2000/10/22  17:17:35
21322         Log: Hints tweak from Anton Berezin.
21323      Branch: perl
21324            ! hints/freebsd.sh
21325 ____________________________________________________________________________
21326 [  7394] By: jhi                                   on 2000/10/22  04:50:04
21327         Log: Tweak the Is* definitions of Unicode character classes
21328              to better match the official categorizations; embrace
21329              the official categorizations; add the combining marks
21330              as alpha (and -numeric); fix DCinital (a typo and edito)
21331              to be DCmedial.
21332      Branch: perl
21333            + lib/unicode/Is/DCmedial.pl
21334            - lib/unicode/Is/DCinital.pl
21335            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21336            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
21337            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
21338            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
21339 ____________________________________________________________________________
21340 [  7393] By: jhi                                   on 2000/10/21  18:06:05
21341         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
21342              From: Daniel Chetlin <daniel@chetlin.com>
21343              Date: Sat, 21 Oct 2000 02:57:03 -0700
21344              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
21345      Branch: perl
21346            + t/lib/tie-splice.t
21347            ! MANIFEST lib/Tie/Array.pm
21348 ____________________________________________________________________________
21349 [  7392] By: gsar                                  on 2000/10/21  18:05:15
21350         Log: resync utfperl branch with mainline
21351      Branch: utfperl
21352           !> (integrate 1760 files)
21353 ____________________________________________________________________________
21354 [  7391] By: jhi                                   on 2000/10/21  14:37:49
21355         Log: Testcases for a #7383,#7385 related bug.
21356              
21357              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
21358              From: Nicholas Clark <nick@ccl4.org>
21359              Date: Sat, 21 Oct 2000 15:04:51 +0100
21360              Message-ID: <20001021150451.A51566@plum.flirble.org>
21361      Branch: perl
21362            ! t/pragma/utf8.t
21363 ____________________________________________________________________________
21364 [  7390] By: jhi                                   on 2000/10/21  14:35:57
21365         Log: Add a testcase for #7389.
21366      Branch: perl
21367            ! t/pragma/warn/op
21368 ____________________________________________________________________________
21369 [  7389] By: jhi                                   on 2000/10/21  14:26:45
21370         Log: Subject: Re: Creating const subs for constants.
21371              From: John Tobey <jtobey@john-edwin-tobey.org>
21372              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
21373              Message-Id: <m13mo0N-000FObC@feynman.localnet>
21374      Branch: perl
21375            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
21376            ! proto.h sv.c
21377 ____________________________________________________________________________
21378 [  7388] By: nick                                  on 2000/10/21  11:44:23
21379         Log: Populate perlio branch
21380      Branch: perlio
21381           +> (branch 1760 files)
21382 ____________________________________________________________________________
21383 [  7387] By: nick                                  on 2000/10/21  10:52:05
21384         Log: Get branch back as replica of mainline via :
21385              p4 integrate -b utfperl
21386              p4 resolve -at ./...
21387      Branch: utfperl
21388           +> (branch 269 files)
21389            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
21390            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
21391            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
21392            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
21393            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
21394            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
21395            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
21396            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
21397            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
21398            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
21399            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
21400            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
21401            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
21402            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
21403            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
21404            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
21405            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
21406            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
21407            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
21408            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
21409            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
21410            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
21411            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
21412            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
21413            - lib/unicode/UCD300.html lib/unicode/Unicode.300
21414            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
21415            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
21416            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
21417            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
21418           !> (integrate 965 files)
21419 ____________________________________________________________________________
21420 [  7386] By: jhi                                   on 2000/10/21  01:31:12
21421         Log: Update Changes.
21422      Branch: perl
21423            ! Changes patchlevel.h
21424 ____________________________________________________________________________
21425 [  7385] By: jhi                                   on 2000/10/21  01:28:42
21426         Log: The #7383 was right only in the context of the original bug report,
21427              not in more general case.
21428      Branch: perl
21429            ! pp_hot.c
21430 ____________________________________________________________________________
21431 [  7384] By: jhi                                   on 2000/10/21  01:08:23
21432         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
21433      Branch: perl
21434            ! ext/IO/lib/IO/Select.pm
21435 ____________________________________________________________________________
21436 [  7383] By: jhi                                   on 2000/10/21  00:44:18
21437         Log: Fix for ID 20001020.006, concatenating an unset submatch
21438              with utf8 resulted in "Modification of a read-only value".
21439      Branch: perl
21440            ! pp_hot.c t/pragma/utf8.t
21441 ____________________________________________________________________________
21442 [  7382] By: jhi                                   on 2000/10/20  20:44:31
21443         Log: Make scan_num() reëntrant, as suggested in
21444              
21445              Subject: [PATCH perl@7229] Rentrant parser and yylex()
21446              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21447              Date: Fri, 20 Oct 2000 14:17:27 +0100
21448              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
21449      Branch: perl
21450            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
21451            ! toke.c
21452 ____________________________________________________________________________
21453 [  7381] By: jhi                                   on 2000/10/20  20:07:29
21454         Log: Reëntrancy fix.
21455              
21456              Subject: [PATCH perl@7229] Rentrant parser and yylex()
21457              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21458              Date: Fri, 20 Oct 2000 14:17:27 +0100
21459              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
21460      Branch: perl
21461            ! embed.h embed.pl perl.h proto.h toke.c
21462 ____________________________________________________________________________
21463 [  7380] By: jhi                                   on 2000/10/20  19:15:54
21464         Log: Don't write double values through long double pointers,
21465              based on a part of
21466              
21467              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
21468              From: Jens Hamisch <jens@Strawberry.COM>
21469              Date: Tue, 17 Oct 2000 08:39:36 +0200
21470              Message-Id: <20001017083936.A11104@Strawberry.COM>
21471      Branch: perl
21472            ! perl.h pp.c
21473 ____________________________________________________________________________
21474 [  7379] By: jhi                                   on 2000/10/20  18:43:37
21475         Log: Portability tweak on #7377.
21476              
21477              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
21478              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21479              Date:     Fri, 20 Oct 2000 13:13:41 EDT
21480              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
21481      Branch: perl
21482            ! t/lib/dprof.t
21483 ____________________________________________________________________________
21484 [  7378] By: jhi                                   on 2000/10/20  12:57:19
21485         Log: SOCKS function redefinitions need prototypes, too, otherwise
21486              for example 32 bit versus 64 bit differences cause a lot of
21487              problems.  Part of
21488              
21489              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
21490              From: Jens Hamisch <jens@Strawberry.COM>
21491              Date: Tue, 17 Oct 2000 08:39:36 +0200
21492              Message-Id: <20001017083936.A11104@Strawberry.COM>
21493      Branch: perl
21494            ! doio.c pp_sys.c
21495 ____________________________________________________________________________
21496 [  7377] By: jhi                                   on 2000/10/20  12:37:12
21497         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
21498              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21499              Date:     Fri, 20 Oct 2000 08:26:04 EDT
21500              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
21501      Branch: perl
21502            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
21503 ____________________________________________________________________________
21504 [  7376] By: jhi                                   on 2000/10/20  12:35:31
21505         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
21506              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21507              Date:     Fri, 20 Oct 2000 07:48:15 EDT
21508              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
21509      Branch: perl
21510            ! configure.com vms/gen_shrfls.pl
21511 ____________________________________________________________________________
21512 [  7375] By: bailey                                on 2000/10/20  04:44:37
21513         Log: SYN SYN
21514      Branch: vmsperl
21515           +> (branch 134 files)
21516            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
21517            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
21518            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
21519            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
21520            - eg/cgi/frameset.cgi eg/cgi/index.html
21521            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
21522            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
21523            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
21524            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
21525            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
21526            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
21527            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
21528            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
21529            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
21530            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
21531            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
21532            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
21533            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
21534            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
21535            - lib/unicode/Props.txt lib/unicode/UCD300.html
21536            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
21537            - utils/perlbc.PL vms/subconfigure.com
21538           !> (integrate 785 files)
21539 ____________________________________________________________________________
21540 [  7374] By: jhi                                   on 2000/10/20  00:59:48
21541         Log: In the latest compiler builds cccdlflags must not become -fpic,
21542              from Wilfredo Sánchez.
21543      Branch: perl
21544            ! hints/darwin.sh
21545 ____________________________________________________________________________
21546 [  7373] By: jhi                                   on 2000/10/20  00:56:35
21547         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
21548              From: Tony Cook <tony@develop-help.com>
21549              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
21550              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
21551      Branch: perl
21552            ! pod/perlop.pod
21553 ____________________________________________________________________________
21554 [  7372] By: jhi                                   on 2000/10/19  19:34:40
21555         Log: Typo noted by Mark Lutz.
21556      Branch: perl
21557            ! t/op/64bitint.t
21558 ____________________________________________________________________________
21559 [  7371] By: jhi                                   on 2000/10/19  19:33:13
21560         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
21561      Branch: metaconfig
21562            ! U/modified/Cppsym.U U/modified/Oldconfig.U
21563      Branch: metaconfig/U/perl
21564            ! End.U dlsrc.U libperl.U
21565      Branch: perl
21566            + hints/nonstopux.sh
21567            ! Configure MANIFEST config_h.SH
21568 ____________________________________________________________________________
21569 [  7370] By: jhi                                   on 2000/10/19  17:18:08
21570         Log: Subject: PATCH do_print has 2 PerlIO_error()s
21571              From: nick@ccl4.org
21572              Date: Thu, 19 Oct 2000 18:09:20 +0100
21573              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
21574      Branch: perl
21575            ! doio.c
21576 ____________________________________________________________________________
21577 [  7369] By: jhi                                   on 2000/10/19  14:01:49
21578         Log: Update Changes.
21579      Branch: perl
21580            ! Changes patchlevel.h
21581 ____________________________________________________________________________
21582 [  7368] By: jhi                                   on 2000/10/19  13:04:29
21583         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
21584              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21585              Date: Wed, 18 Oct 2000 13:12:01 +0200
21586              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
21587      Branch: perl
21588            ! hints/aix.sh
21589 ____________________________________________________________________________
21590 [  7367] By: jhi                                   on 2000/10/19  02:22:40
21591         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
21592              of a 'pmshort' anywhere in the B, so the offending line was simply
21593              removed.
21594      Branch: perl
21595            ! ext/B/B/Debug.pm
21596 ____________________________________________________________________________
21597 [  7366] By: jhi                                   on 2000/10/19  02:12:37
21598         Log: Add the test case for the bug id 20000730.004 which seems
21599              to have been fixed by now.
21600      Branch: perl
21601            ! t/pragma/utf8.t
21602 ____________________________________________________________________________
21603 [  7365] By: jhi                                   on 2000/10/18  23:36:24
21604         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
21605              From: Hugo <hv@crypt.compulink.co.uk>
21606              Date: Wed, 18 Oct 2000 23:25:58 +0100
21607              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
21608      Branch: perl
21609            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
21610 ____________________________________________________________________________
21611 [  7364] By: jhi                                   on 2000/10/18  21:12:53
21612         Log: (retracted)
21613      Branch: perl
21614            ! pp.c
21615 ____________________________________________________________________________
21616 [  7363] By: jhi                                   on 2000/10/18  20:55:38
21617         Log: Missing change from #7362.
21618      Branch: perl
21619            ! win32/perlhost.h
21620 ____________________________________________________________________________
21621 [  7362] By: jhi                                   on 2000/10/18  20:52:01
21622         Log: Borland C fstat() never saw the fd as writable.
21623              
21624              Subject: fix for Borland's weak "stat" (perl@7211)
21625              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21626              Date: Mon, 16 Oct 2000 09:55:03 +0400
21627              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
21628      Branch: perl
21629            ! win32/win32.c
21630 ____________________________________________________________________________
21631 [  7361] By: jhi                                   on 2000/10/18  17:43:50
21632         Log: Regen toc.
21633      Branch: perl
21634            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
21635 ____________________________________________________________________________
21636 [  7360] By: jhi                                   on 2000/10/18  17:07:44
21637         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21638              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
21639              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
21640              Date: Mon, 16 Oct 2000 15:19:49 +0200
21641      Branch: perl
21642            + README.aix
21643            ! MANIFEST
21644 ____________________________________________________________________________
21645 [  7359] By: jhi                                   on 2000/10/18  17:04:49
21646         Log: Subject: Pod patch for Devel::Peek
21647              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21648              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
21649              Date: Mon, 16 Oct 2000 12:26:34 +0200
21650      Branch: perl
21651            ! ext/Devel/Peek/Peek.pm
21652 ____________________________________________________________________________
21653 [  7358] By: jhi                                   on 2000/10/18  17:03:15
21654         Log: Make Cwd more bulletproof in chrooted environments.
21655              
21656              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
21657              From: "Eric E. Coe" <Eric.Coe@oracle.com>
21658              Date: Wed, 18 Oct 2000 04:03:54 -0400
21659              Message-Id: <39ED596A.70E599FE@oracle.com>
21660      Branch: perl
21661            ! lib/Cwd.pm
21662 ____________________________________________________________________________
21663 [  7357] By: jhi                                   on 2000/10/18  16:37:26
21664         Log: Disable the UTF8 downgrade croakage for now to avoid
21665              too many not okay messages.
21666      Branch: perl
21667            ! doio.c
21668 ____________________________________________________________________________
21669 [  7356] By: jhi                                   on 2000/10/17  23:29:41
21670         Log: Show the failed remote port, instead of the failing line number.
21671              
21672              Subject: [PATCH 5.6.1 Debugger] More diagnostics
21673              From: David Sparks <daves@ActiveState.com>
21674              Date: Tue, 17 Oct 2000 15:00:24 -0700
21675              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
21676      Branch: perl
21677            ! lib/perl5db.pl
21678 ____________________________________________________________________________
21679 [  7355] By: jhi                                   on 2000/10/17  14:11:31
21680         Log: On output try to downgrade to bytes, croak if impossible,
21681              from Simon Cozens.  This means that outputting >255 UTF8
21682              is impossible.  Consider this as a strong incentive to get
21683              the I/O disciplines implemented.
21684      Branch: perl
21685            ! doio.c pod/perldiag.pod sv.c
21686 ____________________________________________________________________________
21687 [  7354] By: jhi                                   on 2000/10/17  13:42:23
21688         Log: Clarify documentation on 'use bytes'.
21689              
21690              Subject: Re: What does 'use bytes' "mean" ?
21691              From: Simon Cozens <simon@cozens.net>
21692              Date: Mon, 18 Sep 2000 18:24:25 +0100
21693              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
21694      Branch: perl
21695            ! lib/bytes.pm
21696 ____________________________________________________________________________
21697 [  7353] By: jhi                                   on 2000/10/17  13:28:12
21698         Log: Workaround for a sfio bug where the stream error indicator
21699              is not cleared as documented.
21700              
21701              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
21702              From: Nicholas Clark <nick@ccl4.org>
21703              Date: Mon, 16 Oct 2000 18:28:23 +0100
21704              Message-ID: <20001016182823.J19700@plum.flirble.org>
21705      Branch: perl
21706            ! doio.c
21707 ____________________________________________________________________________
21708 [  7352] By: jhi                                   on 2000/10/17  13:06:19
21709         Log: More IoTYPE sprinkling.
21710      Branch: perl
21711            ! doio.c pp_hot.c
21712 ____________________________________________________________________________
21713 [  7351] By: jhi                                   on 2000/10/16  22:47:07
21714         Log: Detect early whether the std streams have gone bad.
21715              
21716              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
21717              Date: Mon, 16 Oct 2000 23:28:42 +0100
21718              From: Nicholas Clark <nick@ccl4.org>
21719              Message-ID: <20001016232842.A37942@plum.flirble.org>
21720      Branch: perl
21721            ! t/op/misc.t
21722 ____________________________________________________________________________
21723 [  7350] By: jhi                                   on 2000/10/16  22:45:16
21724         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
21725              From: "Peter J. Farley III" <pjfarley@banet.net>
21726              Date: Mon, 16 Oct 2000 18:15:59 -0400
21727              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
21728      Branch: perl
21729            ! djgpp/djgpp.c dosish.h t/io/open.t
21730 ____________________________________________________________________________
21731 [  7349] By: jhi                                   on 2000/10/16  22:36:45
21732         Log: perldelta tweak.
21733      Branch: perl
21734            ! pod/perldelta.pod
21735 ____________________________________________________________________________
21736 [  7348] By: jhi                                   on 2000/10/16  15:17:53
21737         Log: Update Changes.
21738      Branch: perl
21739            ! Changes patchlevel.h
21740 ____________________________________________________________________________
21741 [  7347] By: jhi                                   on 2000/10/16  13:55:27
21742         Log: Add the capability to include/exclude branches.
21743      Branch: perl
21744            ! Porting/genlog
21745 ____________________________________________________________________________
21746 [  7346] By: jhi                                   on 2000/10/16  13:18:04
21747         Log: Add Charles Lane.
21748      Branch: perl
21749            ! AUTHORS Changes
21750 ____________________________________________________________________________
21751 [  7345] By: jhi                                   on 2000/10/16  13:13:21
21752         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
21753      Branch: perl
21754            ! pod/perldelta.pod
21755 ____________________________________________________________________________
21756 [  7344] By: gsar                                  on 2000/10/16  09:30:21
21757         Log: integrate change#6220 from cfgperl
21758              
21759              Win32 patches from Benjamin Stuhl.
21760      Branch: maint-5.6/perl
21761           !> makedef.pl win32/win32.h
21762 ____________________________________________________________________________
21763 [  7343] By: gsar                                  on 2000/10/16  08:32:19
21764         Log: integrate changes#6221,6222 from cfgperl
21765              
21766              Remove tr///CU (the feature is to be obsoleted by better interfaces).
21767              From: simon@brecon.co.uk (Simon Cozens)
21768              Subject: [PATCH] Eliminate tr///[CU][CU]
21769              Date: 23 Jun 2000 11:05:40 GMT
21770              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
21771              
21772              doc typo fix
21773              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
21774              From: Ian Phillipps <Ian.Phillipps@iname.com>
21775              Date: Fri, 23 Jun 2000 10:40:58 +0100
21776              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
21777      Branch: maint-5.6/perl
21778           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
21779 ____________________________________________________________________________
21780 [  7342] By: gsar                                  on 2000/10/16  08:28:08
21781         Log: integrate change#6217 from cfgperl (in part)
21782              
21783              Rename the fdpid locking and integrate with Sarathy.
21784      Branch: maint-5.6/perl
21785           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
21786           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
21787           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
21788           !> win32/win32.c
21789 ____________________________________________________________________________
21790 [  7341] By: gsar                                  on 2000/10/16  08:23:39
21791         Log: integrate changes#6214..6216 from mainline
21792              
21793              @_ can't have junk in it even in the non-USE_ITHREADS case because
21794              caller() wants to populate @DB::args with it (causes a coredump
21795              in Carp::confess())
21796              
21797              tweak comment about @DB::args
21798              
21799              be more optimal about clearing @_
21800      Branch: maint-5.6/perl
21801           !> av.h cop.h pp_ctl.c t/op/runlevel.t
21802 ____________________________________________________________________________
21803 [  7340] By: gsar                                  on 2000/10/16  08:20:37
21804         Log: integrate changes#6207..6210 from cfgperl
21805              
21806              Subject: [PATCH 5.6.0] Threadsafe patches
21807              From: Dan Sugalski <dan@sidhe.org>
21808              To: perl5-porters@perl.org
21809              Date: Mon, 08 May 2000 18:08:13 -0400
21810              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
21811              
21812              Regen headers for #6207.
21813              
21814              Lock PL_fdpid against race conditions, based on:
21815              Subject: [PATCH 5.6.0]subprocess fixup for threads
21816              From: Dan Sugalski <dan@sidhe.org>
21817              To: perl5-porters@perl.org
21818              Date: Tue, 11 Apr 2000 17:02:32 -0400
21819              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
21820              
21821              Mopup for #6207 and #6209.
21822      Branch: maint-5.6/perl
21823           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
21824           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
21825           !> win32/win32.c
21826 ____________________________________________________________________________
21827 [  7339] By: gsar                                  on 2000/10/16  08:14:34
21828         Log: integrate change#6203 from cfgperl
21829              
21830              perldiag should refer to perlos2.pod not README.os2
21831      Branch: maint-5.6/perl
21832           !> pod/perldiag.pod
21833 ____________________________________________________________________________
21834 [  7338] By: gsar                                  on 2000/10/16  08:11:42
21835         Log: integrate change#6201 from mainline
21836              
21837              Perl_eval_pv() leaks 4 bytes every time it is called because it
21838              does a PUSHMARK that's never ever POPMARKed; in general, only
21839              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
21840              Perl_eval_[sp]v() don't because they don't take any incoming
21841              arguments (this leak has been around since the original version
21842              of perl_eval_pv() in 5.003_97e)
21843      Branch: maint-5.6/perl
21844           !> perl.c
21845 ____________________________________________________________________________
21846 [  7337] By: gsar                                  on 2000/10/16  08:08:47
21847         Log: integrate changes#6197..6200 from cfgperl
21848              
21849              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
21850              From: John Borwick <jhborwic@unity.ncsu.edu>
21851              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
21852              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
21853              
21854              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
21855              From: Dan Sugalski <dan@sidhe.org>
21856              To: vmsperl@perl.org, perl5-porters@perl.org
21857              Date: Fri, 02 Jun 2000 16:00:41 -0400
21858              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
21859              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
21860              
21861              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
21862              From: Dan Sugalski <dan@sidhe.org>
21863              To: perl5-porters@perl.org, vmsperl@perl.org
21864              Date: Fri, 02 Jun 2000 17:30:51 -0400
21865              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
21866              
21867              Update to cperl-mode.el 4.31 from
21868              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
21869              Subject: A couple of notes
21870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21871              To: Mailing list Perl5 <perl5-porters@perl.org>
21872              Date: Sat, 3 Jun 2000 23:33:32 -0400
21873              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
21874      Branch: maint-5.6/perl
21875           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
21876           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
21877           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
21878           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
21879           !> vms/vmsish.h
21880 ____________________________________________________________________________
21881 [  7336] By: gsar                                  on 2000/10/16  08:03:46
21882         Log: integrate changes#6194,6195 from mainline
21883              
21884              fix small eval"" memory leaks under USE_ITHREADS
21885              
21886              fix yet another eval"" leak under USE_ITHREADS
21887      Branch: maint-5.6/perl
21888           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
21889           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
21890           !> vms/perly_c.vms
21891 ____________________________________________________________________________
21892 [  7335] By: gsar                                  on 2000/10/16  08:02:15
21893         Log: integrate changes#6190,6191 from mainline
21894              
21895              submit missing embed.pl change
21896              
21897              vec() loses numericalness (modified version of patch suggested
21898              by Robin Barker)
21899      Branch: maint-5.6/perl
21900           !> doop.c embed.pl t/op/vec.t
21901 ____________________________________________________________________________
21902 [  7334] By: gsar                                  on 2000/10/16  08:01:03
21903         Log: integrate change#6189 from mainline
21904              
21905              counting tr/// corrupts later operation (from M.J.T Guy)
21906      Branch: maint-5.6/perl
21907           !> doop.c t/op/tr.t
21908 ____________________________________________________________________________
21909 [  7333] By: gsar                                  on 2000/10/16  07:59:07
21910         Log: integrate changes#6183..6188 from mainline
21911              
21912              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
21913              <nick@ccl4.org>)
21914              
21915              tweak for change#6127
21916              
21917              remove incorrect documentation about implicit split to @_ in
21918              list context, which never really worked in perl 5 (from
21919              M.J.T. Guy)
21920              
21921              further qualify references to "alphanumeric" (from Wolfgang Laun
21922              <wolfgang.laun@alcatel.at>)
21923              
21924              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
21925              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
21926              
21927              h2xs tweaks
21928      Branch: maint-5.6/perl
21929           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
21930           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
21931           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
21932           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
21933           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
21934           !> pod/pod2latex.PL utils/h2xs.PL
21935 ____________________________________________________________________________
21936 [  7332] By: gsar                                  on 2000/10/16  07:53:52
21937         Log: integrate change#6179 from mainline
21938              
21939              buggy modulus on UVs introduced by change#3378 (resulted in
21940              4063328477 % 65535 amounting to 27406, instead of 27407)
21941      Branch: maint-5.6/perl
21942           !> pp.c t/op/arith.t
21943 ____________________________________________________________________________
21944 [  7331] By: gsar                                  on 2000/10/16  07:52:49
21945         Log: integrate changes#6176,6177,6178,6182 from cfgperl
21946              
21947              Single-quoted utf8 patch from Simon Cozens.
21948              
21949              Substitution utf8 patch from Simon Cozens.
21950              
21951              Be cleaner.
21952              
21953              Be Cleaner Part Deux.
21954      Branch: maint-5.6/perl
21955           !> Makefile.SH pp_hot.c toke.c
21956 ____________________________________________________________________________
21957 [  7330] By: gsar                                  on 2000/10/16  07:41:36
21958         Log: integrate change#6172 from mainline
21959              
21960              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
21961              (from Ilya Zakharevich)
21962      Branch: maint-5.6/perl
21963           !> regexec.c t/op/re_tests
21964 ____________________________________________________________________________
21965 [  7329] By: gsar                                  on 2000/10/16  07:40:25
21966         Log: integrate change#6171 from mainline
21967              
21968              scalar() doesn't force scalar context when used in void context
21969              (from Simon Cozens)
21970      Branch: maint-5.6/perl
21971           !> op.c t/op/wantarray.t
21972 ____________________________________________________________________________
21973 [  7328] By: gsar                                  on 2000/10/16  07:39:33
21974         Log: integrate change#6170 from mainline
21975              
21976              change#6142 needs tweaks to tests to work where there's no
21977              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
21978      Branch: maint-5.6/perl
21979           !> t/lib/filefind.t
21980 ____________________________________________________________________________
21981 [  7327] By: gsar                                  on 2000/10/16  07:35:34
21982         Log: integrate changes#6166..6168 from cfgperl
21983              
21984              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
21985              in case somebody wants to write an extension for more
21986              shadow database interfaces.
21987              
21988              tweak todo
21989              
21990              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
21991      Branch: maint-5.6/perl
21992           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21993           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
21994           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
21995           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
21996           !> win32/config.vc win32/config_H.bc win32/config_H.gc
21997           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
21998 ____________________________________________________________________________
21999 [  7326] By: gsar                                  on 2000/10/16  07:29:05
22000         Log: integrate changes#6157,6159..6161,6164 from cfgperl
22001              
22002              Regen Configure to jive with #6149.
22003              
22004              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
22005              
22006              Changes for the File::Temp 0.08 (change #6159) test suite
22007              to fit better into the Perl distribution test framework.
22008              
22009              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
22010              both from Simon Cozens.
22011              
22012              detypo
22013      Branch: maint-5.6/perl
22014           +> pod/perlmodlib.PL pod/perlnewmod.pod
22015           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
22016           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
22017           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22018           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
22019 ____________________________________________________________________________
22020 [  7325] By: gsar                                  on 2000/10/16  07:25:13
22021         Log: integrate change#6158 from vmsperl
22022              
22023              Add fallback to tmpfile for use in cases where user's relying on
22024              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
22025              Lane's patch)
22026      Branch: maint-5.6/perl
22027           !> vms/vms.c vms/vmsish.h
22028 ____________________________________________________________________________
22029 [  7324] By: gsar                                  on 2000/10/16  07:20:50
22030         Log: integrate changes#6153..6155 from mainline
22031              
22032              prettier Test::Harness output on failed tests (from Nicholas Clark
22033              <nick@Bagpuss.uk.boo.com>)
22034              
22035              avoid type mismatch warning
22036              
22037              small bug in change#6144; remove random \xA0 character that snuck
22038              in via change#6145
22039      Branch: maint-5.6/perl
22040           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
22041           !> perl.c
22042 ____________________________________________________________________________
22043 [  7323] By: gsar                                  on 2000/10/16  07:18:47
22044         Log: integrate changes#6151,6152 from mainline
22045              
22046              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
22047              
22048              cosmetic fixups of RE debug output (from Ilya Zakharevich)
22049      Branch: maint-5.6/perl
22050           !> regexec.c
22051 ____________________________________________________________________________
22052 [  7322] By: gsar                                  on 2000/10/16  07:17:25
22053         Log: integrate changes#6146..6150 from mainline
22054              
22055              doc typo
22056              
22057              add a make entry to Config.pm so "perl -V:make" works on VMS
22058              (from Peter Prymmer)
22059              
22060              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
22061              
22062              OS/2 tweaks for usethreads build (from Rocco Caputo
22063              <troc@netrus.net>)
22064              
22065              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
22066      Branch: maint-5.6/perl
22067           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
22068           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
22069           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
22070           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
22071           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
22072           !> warnings.pl x2p/a2p.h
22073 ____________________________________________________________________________
22074 [  7321] By: gsar                                  on 2000/10/16  07:14:02
22075         Log: integrate changes#6143..6145 from mainline
22076              
22077              MacOS support, part 1 (from Matthias Neeracher
22078              <neeri@iis.ee.ethz.ch>)
22079              
22080              MacOS support, part 2: make AutoSplit use File::Spec instead
22081              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
22082              <neeri@iis.ee.ethz.ch>)
22083              
22084              make xsubpp skip embedded pod (from Matthias Neeracher
22085              <neeri@iis.ee.ethz.ch>)
22086      Branch: maint-5.6/perl
22087           +> ext/DynaLoader/dl_mac.xs
22088           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
22089           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
22090           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
22091           !> pp_ctl.c proto.h toke.c util.c util.h
22092 ____________________________________________________________________________
22093 [  7320] By: gsar                                  on 2000/10/16  07:12:13
22094         Log: integrate changes#6141,6142 from mainline
22095              
22096              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
22097              forwarded by Peter Seebach from the bsdi-users mailing list.
22098              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
22099              
22100              File::Find fails to chdir when chasing symlinks (from
22101              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
22102      Branch: maint-5.6/perl
22103           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
22104 ____________________________________________________________________________
22105 [  7319] By: gsar                                  on 2000/10/16  07:04:30
22106         Log: integrate change#6139 from mainline
22107              
22108              revise mktables.PL for bugs and newness in Unicode 3.0
22109              (from James Bence <jbence@amgen.com>)
22110      Branch: maint-5.6/perl
22111           +> (branch 30 files)
22112           !> (integrate 49 files)
22113 ____________________________________________________________________________
22114 [  7318] By: gsar                                  on 2000/10/16  07:01:01
22115         Log: integrate changes#6137,6138 from mainline
22116              
22117              fix bogus redeclaration warning for "our" variables in different
22118              scopes
22119              
22120              add note about the handling of negative indices to tied arrays
22121              (from Michael G Schwern <schwern@pobox.com>)
22122      Branch: maint-5.6/perl
22123           !> op.c pod/perltie.pod t/pragma/strict-vars
22124 ____________________________________________________________________________
22125 [  7317] By: gsar                                  on 2000/10/16  06:58:46
22126         Log: integrate changes#6127..6136 from mainline
22127              
22128              call_method(...,G_EVAL) can longjmp() out if the method probing
22129              failed (from Gisle Aas)
22130              
22131              new perlxstut example for passing/returning refs to arrays
22132              (from David Lowe <dlowe@pootpoot.com>)
22133              
22134              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
22135              
22136              fix places that mean C<"word" character> but say C<alphanumeric
22137              character>
22138              
22139              avoid warnings in POSIX.pm (from Barrie Slaymaker)
22140              
22141              warnings::enabled() doesn't fall back to looking at $^W if
22142              caller isn't using lexical warnings (from Paul Marquess)
22143              
22144              elide bogus test in change#6132
22145              
22146              make Test::Harness use wait.h/WCOREDUMP if available
22147              (from Ben Tilly <ben_tilly@hotmail.com>)
22148              
22149              enable Test::Harness to dynamically determine column width etc.
22150              (from Rob Napier <rnapier@employees.org>)
22151              
22152              random pod typos (from Peter Scott <Peter@PSDT.com>)
22153      Branch: maint-5.6/perl
22154           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
22155           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
22156           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
22157           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
22158 ____________________________________________________________________________
22159 [  7316] By: gsar                                  on 2000/10/16  06:53:23
22160         Log: integrate change#6126 from mainline
22161              
22162              change#2879 broke rvalue autovivification of magicals such as
22163              ${$num} (reworked variant of patch suggested by Simon Cozens)
22164      Branch: maint-5.6/perl
22165           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
22166           !> pp_hot.c proto.h t/op/gv.t
22167 ____________________________________________________________________________
22168 [  7315] By: gsar                                  on 2000/10/16  06:51:38
22169         Log: integrate changes#6123,6125 from mainline
22170              
22171              clarify gotcha with #line directives (from Rocco Caputo
22172              <troc@netrus.net>)
22173              
22174              enable propagating exception objects via Perl_croak() in XS code
22175              (from Gisle Aas)
22176      Branch: maint-5.6/perl
22177           !> pod/perldebug.pod pod/perlsyn.pod util.c
22178 ____________________________________________________________________________
22179 [  7314] By: gsar                                  on 2000/10/16  06:49:28
22180         Log: integrate change#6122 from mainline
22181              
22182              downgrade fatal error on C<"foo@nosucharray.com"> to optional
22183              warning (from Mark-Jason Dominus)
22184      Branch: maint-5.6/perl
22185           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
22186           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
22187           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
22188           !> toke.c
22189 ____________________________________________________________________________
22190 [  7313] By: gsar                                  on 2000/10/16  06:46:54
22191         Log: integrate changes#6112..6121 from vmsperl
22192              
22193              Check for existence of file before trying to delete
22194              
22195              Ugly workaround for version-specific RTL error
22196              
22197              Urk -- undo previous removal of vmsish 'exit' change
22198              
22199              Add bounds checking for several strings (Charles Lane)
22200              
22201              Miscellaneous cosmetic fixes (Charles Lane)
22202              
22203              Treat sockets as special in sys(read|write) (Charles Lane et al.)
22204              
22205              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
22206              Flatten case labels in switch statements uniformly (Charles Bailey)
22207              
22208              Quiet error messages in vmsish.t (Charles Lane)
22209              
22210              Add missing escape (Charles Lane)
22211              
22212              Allow eliminate_macros() and fixpath() to handle space-delimited
22213              lists (based on fixes by Craig Berry)
22214      Branch: maint-5.6/perl
22215           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
22216           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
22217           !> vms/vmsish.h
22218 ____________________________________________________________________________
22219 [  7312] By: gsar                                  on 2000/10/16  06:41:18
22220         Log: integrate changes#6107,6110 from cfgperl
22221              
22222              Tweak the todo list.
22223              
22224              todo tweak
22225      Branch: maint-5.6/perl
22226           !> Todo-5.6
22227 ____________________________________________________________________________
22228 [  7311] By: gsar                                  on 2000/10/16  06:38:38
22229         Log: integrate changes#6104,6108 from mainline
22230              
22231              PL_sys_intern was being initialized too late on windows
22232              
22233              reenable fake signal handling on Windows, bugs and all
22234      Branch: maint-5.6/perl
22235           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
22236           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
22237           !> win32/win32.c
22238 ____________________________________________________________________________
22239 [  7310] By: gsar                                  on 2000/10/16  06:36:03
22240         Log: integrate changes#6095,6097..6103 from cfgperl
22241              
22242              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
22243              might be useful in future.
22244              
22245              Add a note about possible compilation problems from Allen Smith.
22246              
22247              Add a note about other, yet unsupported, shadow password APIs.
22248              
22249              Tweaks for the cc bugs from Allen Smith.
22250              
22251              More compilation tweakery from Allen Smith.
22252              
22253              Hints and test tweaks for Unicos.
22254              
22255              The test suite tweak in #6101 wasn't quite right.
22256              
22257              Test tweaking for Unicos continues.
22258      Branch: maint-5.6/perl
22259           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22260           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
22261           !> t/lib/complex.t t/op/64bitint.t
22262 ____________________________________________________________________________
22263 [  7309] By: gsar                                  on 2000/10/16  06:29:41
22264         Log: integrate changes#6093,6094 from mainline
22265              
22266              fork() failure to create pseudo process sets errno=EAGAIN and returns
22267              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
22268              
22269              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
22270      Branch: maint-5.6/perl
22271           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
22272           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
22273 ____________________________________________________________________________
22274 [  7308] By: gsar                                  on 2000/10/16  06:27:29
22275         Log: integrate change#6092 from cfgperl
22276              
22277              Regen perltoc with the fixed buildtoc.
22278      Branch: maint-5.6/perl
22279           !> pod/perltoc.pod
22280 ____________________________________________________________________________
22281 [  7307] By: gsar                                  on 2000/10/16  06:26:40
22282         Log: integrate changes#6089,6090 from mainline
22283              
22284              buildtoc tweak to fix newline lossage
22285              
22286              concat doesn't preserve utf8-ness, and doesn't invalidate
22287              [NI]OK; added tests for both
22288      Branch: maint-5.6/perl
22289           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
22290 ____________________________________________________________________________
22291 [  7306] By: gsar                                  on 2000/10/16  06:24:05
22292         Log: integrate change#6088 from cfgperl
22293              
22294              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
22295              because we do not use those.  The HAS_GETSPNAM remains,
22296              though, because we still do use that.
22297      Branch: maint-5.6/perl
22298           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22299           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
22300           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
22301           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
22302           !> win32/config.vc win32/config_H.bc win32/config_H.gc
22303           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
22304 ____________________________________________________________________________
22305 [  7305] By: gsar                                  on 2000/10/16  06:15:52
22306         Log: integrate changes#6084,6085,6087 from mainline
22307              
22308              substr() does not preserve utf8-ness (from Stefan Eissing
22309              <Eissing@medicaldataservice.de>); added tests
22310              
22311              repeat operator (x) doesn't preserve utf8-ness
22312              
22313              reverse() and quotemeta() weren't preserving utf8-ness; add tests
22314      Branch: maint-5.6/perl
22315           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
22316 ____________________________________________________________________________
22317 [  7304] By: gsar                                  on 2000/10/16  06:13:10
22318         Log: integrate changes#6077..6083 from mainline
22319              
22320              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
22321              and Tom Phoenix)
22322              
22323              workaround for CRT bug in chdir() (from Charles Lane, via
22324              Peter Prymmer)
22325              
22326              remove outdated kludge in Carp (NULLs are permitted in diagnostics
22327              now)
22328              
22329              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
22330              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
22331              
22332              better default perlbug categories for ok reports (from Richard Foley)
22333              
22334              peek.t non-portable to ithreads
22335              
22336              note about undocumented caller() return value (from M.J.T. Guy);
22337              yet another peek.t tweak
22338      Branch: maint-5.6/perl
22339           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22340           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
22341           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
22342           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
22343           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
22344           !> vms/vmsish.h
22345 ____________________________________________________________________________
22346 [  7303] By: gsar                                  on 2000/10/16  06:03:18
22347         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
22348              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
22349              
22350              &HUGE_VAL is not defined, it exists.
22351              
22352              Do not warn that an infinity does not look like a number.
22353              
22354              Rewrite the pwent/spent logic to be a little bit more clearer.
22355              
22356              Continue on the pwent/spent case.
22357              
22358              Correct Freudian slip.
22359              
22360              Use HUGE_VALL if applicable.
22361              
22362              pwent/spent #ifdef imbalance.
22363              
22364              Infinite problems.
22365              
22366              Call getspnam() only iff needd.
22367              
22368              Test both the scalar and list contexts.
22369              
22370              Use setxxent()/endxxent().
22371              
22372              Complex tweakery.
22373              
22374              Unicos hint tweak.
22375              
22376              Be more forgiving in POSIX about HUGE_VALL.
22377              
22378              Detypo.
22379              
22380              The search of infinity continues, this time simplified.
22381              
22382              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
22383              in natively 64-bit platforms where a long is a quad (no need
22384              for long longs).  Also added bias for IVs.
22385              
22386              Complex tweaks.
22387              
22388              Introduce t/lib/peek.t.
22389              
22390              Make the test more portable.
22391      Branch: maint-5.6/perl
22392           +> t/lib/peek.t
22393            ! pp_sys.c
22394           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
22395           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
22396           !> t/op/pwent.t toke.c util.c
22397 ____________________________________________________________________________
22398 [  7302] By: gsar                                  on 2000/10/16  05:03:37
22399         Log: integrate changes#6066..6071 from mainline
22400              
22401              s/END/CHECK/
22402              
22403              replace direct call to sighandler() with (*PL_sighandlerp)()
22404              
22405              note about values()
22406              
22407              File::Spec compatibility update (from Barrie Slaymaker
22408              <barries@slaysys.com>)
22409              
22410              remove misleading comment (from M.J.T. Guy)
22411              
22412              misformatted perllocal.pod (from Tim Jenness
22413              <t.jenness@jach.hawaii.edu>)
22414      Branch: maint-5.6/perl
22415           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
22416           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
22417           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
22418           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
22419 ____________________________________________________________________________
22420 [  7301] By: gsar                                  on 2000/10/16  05:00:08
22421         Log: integrate changes#6061..6063 from mainline
22422              
22423              change#5921 neglected to make eq honor "use bytes"
22424              
22425              additional tests for utf8.t
22426              
22427              tokeq() could read unallocated field in argument
22428      Branch: maint-5.6/perl
22429           !> sv.c t/pragma/utf8.t toke.c
22430 ____________________________________________________________________________
22431 [  7300] By: gsar                                  on 2000/10/16  04:56:54
22432         Log: integrate changes#6046,6048,6057,6058 from mainline
22433              
22434              libscheck has insufficient checks for n32 libs (from
22435              Albert Chin-A-Young <china@thewrittenword.com>)
22436              
22437              add note about how $( doesn't interpolate in REs (from
22438              Philip Newton <newton@ficus.frogspace.net>)
22439              
22440              fix broken parsing of /\x{ab}/
22441              
22442              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
22443              (spotted by Donald Kinzer <dkinzer@premia.com>)
22444      Branch: maint-5.6/perl
22445           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
22446           !> t/pragma/utf8.t
22447 ____________________________________________________________________________
22448 [  7299] By: gsar                                  on 2000/10/16  04:52:50
22449         Log: integrate change#6044 from mainline
22450              
22451              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
22452              such that underscores are only ignored in literal numbers,
22453              "\x{...}", and hex/oct argument
22454      Branch: maint-5.6/perl
22455           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
22456 ____________________________________________________________________________
22457 [  7298] By: gsar                                  on 2000/10/16  04:50:53
22458         Log: integrate changes#6027..6043 from mainline
22459              
22460              podlators-1.02 update (from Russ Allbery)
22461              
22462              Pod::Man generates groff-incompatible macro definition (from
22463              Tom Christiansen)
22464              
22465              add CGI.pm v2.66 (from Lincoln Stein)
22466              
22467              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
22468              for @- and @+ (from Johan Vromans)
22469              
22470              small nits in diagnostics.pm (from Robin Barker)
22471              
22472              whitespace adjustments
22473              
22474              missing files in MANIFEST
22475              
22476              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
22477              to compensate
22478              
22479              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
22480              
22481              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
22482      Branch: maint-5.6/perl
22483           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
22484           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
22485           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
22486           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
22487           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
22488           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
22489           !> t/lib/cgi-html.t t/lib/cgi-request.t
22490 ____________________________________________________________________________
22491 [  7297] By: gsar                                  on 2000/10/16  04:44:30
22492         Log: integrate change#6025 from mainline
22493              
22494              Is{Alnum,Alpha,Word} don't match titlecase
22495              TODO: IsSpace is defined recursively!
22496              (both spotted by Larry)
22497      Branch: maint-5.6/perl
22498           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
22499           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
22500 ____________________________________________________________________________
22501 [  7296] By: gsar                                  on 2000/10/16  04:39:30
22502         Log: integrate change#6023 from mainline
22503              
22504              debugger stomps on $. (from M.J.T. Guy)
22505      Branch: maint-5.6/perl
22506           !> lib/perl5db.pl
22507 ____________________________________________________________________________
22508 [  7295] By: gsar                                  on 2000/10/16  04:38:02
22509         Log: integrate change#6022 from mainline
22510              
22511              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
22512      Branch: maint-5.6/perl
22513           !> sv.c
22514 ____________________________________________________________________________
22515 [  7294] By: gsar                                  on 2000/10/16  04:37:05
22516         Log: integrate changes#6018..6021 from mainline
22517              
22518              make lib/syslog.t portable to systems that don't have _PATH_LOG,
22519              make _PATH_LOG() return "" if unavailable
22520              
22521              windows portability tweaks
22522              
22523              test tweak
22524              
22525              remove Win2K issue in pod (fixed by change#6020)
22526      Branch: maint-5.6/perl
22527           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
22528           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
22529           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
22530 ____________________________________________________________________________
22531 [  7293] By: gsar                                  on 2000/10/16  04:20:00
22532         Log: integrate changes#6013..6015 from mainline
22533              
22534              tweak change#5945 to display correct switch name in diagnostic
22535              
22536              glob() loading File::Glob behind the scenes may cause syntax errors
22537              
22538              tweak test for portability
22539      Branch: maint-5.6/perl
22540           !> op.c perl.c pod/perldiag.pod t/lib/b.t
22541 ____________________________________________________________________________
22542 [  7292] By: gsar                                  on 2000/10/16  04:18:11
22543         Log: integrate changes#6005..6010 from mainline, cfgperl
22544              
22545              perldoc might fail via "use blib" (from Hugo van der Sanden)
22546              
22547              Regen Configure.
22548              
22549              note about compile failures and END blocks (from M.J.T. Guy)
22550              
22551              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
22552              
22553              (change#6009 integrated earlier in change#7255)
22554              
22555              clarify note about shadow password support (from
22556              gellyfish@gellyfish.com)
22557      Branch: maint-5.6/perl
22558           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22559           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
22560           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
22561 ____________________________________________________________________________
22562 [  7291] By: gsar                                  on 2000/10/16  04:12:03
22563         Log: integrate changes#6002,6003 from mainline
22564              
22565              destructive sv_setsv() can lose UV-ness from source, causing
22566              numeric promotions/comparisons to fail to do the right thing
22567              
22568              allow REG_EXPAND_SZ keys in Windows registry (from
22569              John Clayton <John.Clayton@barclayscapital.com>)
22570      Branch: maint-5.6/perl
22571           !> sv.c win32/win32.c
22572 ____________________________________________________________________________
22573 [  7290] By: gsar                                  on 2000/10/16  04:10:19
22574         Log: integrate change#6001 from mainline
22575              
22576              support additional library locations via $Config{otherlibdirs}
22577              (from Andy Dougherty)
22578      Branch: maint-5.6/perl
22579           !> Configure INSTALL Porting/Glossary Porting/config.sh
22580           !> Porting/config_H config_h.SH epoc/config.sh perl.c
22581           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
22582           !> win32/config.bc win32/config.gc win32/config.vc
22583 ____________________________________________________________________________
22584 [  7289] By: gsar                                  on 2000/10/16  04:08:28
22585         Log: integrate change#5999 from mainline
22586              
22587              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
22588      Branch: maint-5.6/perl
22589           !> t/pragma/warn/toke toke.c
22590 ____________________________________________________________________________
22591 [  7288] By: gsar                                  on 2000/10/16  04:07:01
22592         Log: integrate changes#5997,5998 from cfgperl
22593              
22594              Preserve $!.
22595              
22596              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
22597      Branch: maint-5.6/perl
22598           !> lib/Math/Complex.pm
22599 ____________________________________________________________________________
22600 [  7287] By: gsar                                  on 2000/10/16  04:04:37
22601         Log: integrate change#5995 from mainline
22602              
22603              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
22604      Branch: maint-5.6/perl
22605           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
22606 ____________________________________________________________________________
22607 [  7286] By: gsar                                  on 2000/10/16  04:03:21
22608         Log: integrate change#5994 from mainline
22609              
22610              fix for missed accounting for null byte in pack("Z",...) (from
22611              M.J.T. Guy)
22612      Branch: maint-5.6/perl
22613           !> pp.c t/op/pack.t
22614 ____________________________________________________________________________
22615 [  7285] By: gsar                                  on 2000/10/16  04:02:11
22616         Log: integrate changes#5989..5993 from mainline
22617              
22618              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
22619              itself and no other (from Tom Hughes)
22620              
22621              use $ENV{LIB} to search for libs under Visual C compiler
22622              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
22623              
22624              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
22625              
22626              pod nit (from Simon Cozens)
22627              
22628              various minor tweaks seen on p5p
22629      Branch: maint-5.6/perl
22630           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
22631           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
22632           !> t/op/array.t toke.c
22633 ____________________________________________________________________________
22634 [  7284] By: gsar                                  on 2000/10/16  03:59:00
22635         Log: integrate changes#5978..5988 from mainline
22636              
22637              sync version numbers in File::Spec with the ones on CPAN
22638              (from Barrie Slaymaker)
22639              
22640              under useithreads, constant pad entries could inadvertantly be
22641              shared across threads (from Eric Blood <eblood@xmission.com>);
22642              added Eric's test case to testsuite
22643              
22644              allow Configure -S to run non-interactively (spotted by Greg Hudson
22645              <ghudson@mit.edu>)
22646              
22647              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
22648              prototype mismatch with CORE::glob(); update pod and tests to
22649              suit (File::Glob::glob() is still available for backward
22650              compatibility, but should be considered deprecated)
22651              
22652              avoid error in IO::Socket::INET when given an unknown service name
22653              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
22654              
22655              numeric conversion of non-number in change#3378 tramples on
22656              OOK offset, causing segfaults
22657              
22658              attributes::reftype() doesn't work on tied argument
22659              
22660              forked child may not exit correctly if it failed to open
22661              /dev/console (from Graham Barr)
22662              
22663              add regular expressions tutorial and quick-start guide (from
22664              Mark Kvale <kvale@phy.ucsf.edu>)
22665              
22666              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
22667              
22668              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
22669              <paul@miraclefish.com>)
22670      Branch: maint-5.6/perl
22671           +> pod/perlrequick.pod pod/perlretut.pod
22672           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
22673           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
22674           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
22675           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
22676           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
22677           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22678           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
22679           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
22680 ____________________________________________________________________________
22681 [  7283] By: gsar                                  on 2000/10/16  03:52:14
22682         Log: integrate change#5977 from mainline
22683              
22684              autoquote barewords followed by newline and arrow properly
22685              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
22686      Branch: maint-5.6/perl
22687           !> t/pragma/warn/toke toke.c
22688 ____________________________________________________________________________
22689 [  7282] By: gsar                                  on 2000/10/16  03:50:48
22690         Log: integrate change#5976 from mainline
22691              
22692              DB_File v1.73 update (from Paul Marquess)
22693      Branch: maint-5.6/perl
22694           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
22695           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
22696 ____________________________________________________________________________
22697 [  7281] By: gsar                                  on 2000/10/16  03:49:14
22698         Log: integrate change#5975 from mainline
22699              
22700              allow sort() reentrancy (variant of patch suggested by
22701              Hugo van der Sanden)
22702      Branch: maint-5.6/perl
22703           !> pp_ctl.c t/op/sort.t
22704 ____________________________________________________________________________
22705 [  7280] By: gsar                                  on 2000/10/16  03:48:22
22706         Log: integrate change#5974 from mainline
22707              
22708              change#4197 somehow missed initializing PL_errors, meaning
22709              syntax error queueing wasn't working outside eval"" at all;
22710              also fixed eval"" to localize PL_error_count, so that compile-time
22711              eval's don't clobber the error state of the outer context
22712      Branch: maint-5.6/perl
22713           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
22714           !> t/pragma/warn/toke
22715 ____________________________________________________________________________
22716 [  7279] By: gsar                                  on 2000/10/16  03:46:21
22717         Log: integrate change#5973 from mainline
22718              
22719              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
22720      Branch: maint-5.6/perl
22721           !> regcomp.c regexec.c t/op/re_tests
22722 ____________________________________________________________________________
22723 [  7278] By: gsar                                  on 2000/10/16  03:44:54
22724         Log: integrate change#5971 from cfgperl
22725              
22726              Unicos tweaks from Mark P. Lutz.
22727      Branch: maint-5.6/perl
22728           !> hints/unicos.sh lib/Math/Complex.pm
22729 ____________________________________________________________________________
22730 [  7277] By: gsar                                  on 2000/10/16  03:42:59
22731         Log: integrate changes#5966..5970 from mainline
22732              
22733              add testsuite for B backends, fix bug in B::Deparse (from
22734              Simon Cozens <simon@brecon.co.uk>)
22735              
22736              improved docs on the warn_uninit diagnostic (from David Glasser
22737              and Simon Cozens)
22738              
22739              tolerate spaces in group names in test on solaris (from David Boyce
22740              <dsb@boyski.com>)
22741              
22742              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
22743              
22744              Data::Dumper fumbles negative numbers on 32-bit platforms where
22745              IV is >32bits
22746      Branch: maint-5.6/perl
22747           +> t/lib/b.t t/lib/syslog.t
22748           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
22749           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
22750           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
22751 ____________________________________________________________________________
22752 [  7276] By: gsar                                  on 2000/10/16  03:39:30
22753         Log: integrate change#5965 from mainline
22754              
22755              avoid "will not stay shared" warnings for our variables (from
22756              Robin Barker)
22757      Branch: maint-5.6/perl
22758           !> op.c t/pragma/warn/op
22759 ____________________________________________________________________________
22760 [  7275] By: gsar                                  on 2000/10/16  03:38:18
22761         Log: integrate change#5964 from mainline
22762              
22763              reformat to 72 columns (again)
22764      Branch: maint-5.6/perl
22765           !> pod/perldiag.pod
22766 ____________________________________________________________________________
22767 [  7274] By: gsar                                  on 2000/10/16  03:36:58
22768         Log: integrate change#5963 from mainline
22769              
22770              patch from Larry to make (\&) prototype work; added tests for
22771              the same
22772      Branch: maint-5.6/perl
22773           !> op.c t/comp/proto.t
22774 ____________________________________________________________________________
22775 [  7273] By: gsar                                  on 2000/10/16  03:35:51
22776         Log: integrate changes#5956..5962 from mainline
22777              
22778              better diagnostics on failed tests (from Ilya Zakharevich)
22779              
22780              pod nits (from A. C. Yardley <yardley@tanet.net>)
22781              
22782              change#3569 deleted some essential code, revert; avoid use of
22783              atexit() to make DynaLoader work properly on AIX under mod_perl
22784              (from Jens-Uwe Mager <jum@helios.de>)
22785              
22786              doubled words in pods (from Simon Cozens
22787              <simon.p.cozens@jp.pwcglobal.com>)
22788              
22789              better INSTALL notes on Solaris issues (from Dominic Dunlop)
22790              
22791              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
22792              
22793              updated README.hpux (from Jeff Okamoto)
22794      Branch: maint-5.6/perl
22795           !> INSTALL README.hpux emacs/cperl-mode.el
22796           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
22797           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
22798           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
22799           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
22800           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
22801           !> t/op/lex_assign.t
22802 ____________________________________________________________________________
22803 [  7272] By: gsar                                  on 2000/10/16  03:31:22
22804         Log: integrate change#5955 from mainline
22805              
22806              longstanding bug exposed by change#3307: sort arguments weren't
22807              compiled with the right wantarray context (ensuing runtime lookup
22808              via block_gimme() was getting the incidental context of the
22809              sort() itself)
22810      Branch: maint-5.6/perl
22811           !> op.c t/op/sort.t
22812 ____________________________________________________________________________
22813 [  7271] By: gsar                                  on 2000/10/16  03:29:11
22814         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
22815              branch
22816              
22817              Flatten the cpp jungle doing the nosuid checking.
22818              
22819              Do not assume sign propagation. (from M.J.T. Guy)
22820              
22821              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
22822              
22823              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
22824              Now pp_ncmp() returns undef is either operand is a NaN.
22825              
22826              On second thoughts frexp() does have two arguments.
22827              
22828              Document that tr() is not tr(1).
22829              
22830              Be more robust on "extreme" (large absolute value)
22831              arguments.  Originally reported by Daniel Connelly
22832              as a problem with asinh() on large negative arguments,
22833              asinh() used to bail out because an argument to log()
22834              ended up being zero.  Ilya Zakharevich proposed using
22835              Taylor's series in such cases, which for such large
22836              arguments is a very good approximation.
22837              
22838              Undo "use integer" addition from 64bitint as it seems
22839              to break most of the subtests in Digital UNIX;
22840              Unicos needs to find another way.
22841      Branch: maint-5.6/perl
22842           !> (integrate 29 files)
22843 ____________________________________________________________________________
22844 [  7270] By: gsar                                  on 2000/10/16  03:09:44
22845         Log: integrate changes#5948,5949,5950 from mainline
22846              
22847              typo in vars.pm that leads to cryptic message (from Piotr
22848              Piatkowski <kompas@kompas.usr.onet.pl>)
22849              
22850              make perldoc use the pod2man from the same version (from
22851              M.J.T. Guy)
22852              
22853              reformat perldiag to avoid long lines
22854      Branch: maint-5.6/perl
22855           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
22856 ____________________________________________________________________________
22857 [  7269] By: gsar                                  on 2000/10/16  03:05:54
22858         Log: integrate change#5947 from mainline
22859              
22860              use &dl_error rather than &dl_load_file as the guard for calling
22861              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
22862              statically built perl)
22863      Branch: maint-5.6/perl
22864           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
22865 ____________________________________________________________________________
22866 [  7268] By: gsar                                  on 2000/10/16  03:04:48
22867         Log: integrate change#5945 from mainline
22868              
22869              make module name mandatory after -M switch; reorder perldiag
22870              alphabetically (from Mark-Jason Dominus)
22871      Branch: maint-5.6/perl
22872           !> perl.c pod/perldiag.pod
22873 ____________________________________________________________________________
22874 [  7267] By: gsar                                  on 2000/10/16  03:03:01
22875         Log: integrate change#5939 from mainline
22876              
22877              more pod nits (from Larry Virden)
22878      Branch: maint-5.6/perl
22879           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
22880           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
22881           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
22882 ____________________________________________________________________________
22883 [  7266] By: gsar                                  on 2000/10/16  03:01:39
22884         Log: integrate change#5938 from mainline
22885              
22886              Consolidated B::Deparse fixes (from Stephen McCamant)
22887      Branch: maint-5.6/perl
22888           !> ext/B/B/Deparse.pm
22889 ____________________________________________________________________________
22890 [  7265] By: gsar                                  on 2000/10/16  03:00:43
22891         Log: integrate change#5936 from mainline
22892              
22893              additional tests for change#7263 (from Paul Marquess)
22894      Branch: maint-5.6/perl
22895           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
22896           !> t/pragma/warn/5nolint t/pragma/warn/6default
22897 ____________________________________________________________________________
22898 [  7264] By: gsar                                  on 2000/10/16  02:58:34
22899         Log: integrate change#5934 from mainline
22900              
22901              propagate lexical warnings from surrounding scope correctly
22902              within string eval() (from Paul Marquess)
22903      Branch: maint-5.6/perl
22904           !> pp_ctl.c t/pragma/warn/pp_ctl
22905 ____________________________________________________________________________
22906 [  7263] By: gsar                                  on 2000/10/16  02:56:53
22907         Log: integrate change#5932 from mainline
22908              
22909              add rsignal(), whichsig() and do_join() to public API list
22910              (mod_perl uses them to good advantage)
22911      Branch: maint-5.6/perl
22912           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
22913 ____________________________________________________________________________
22914 [  7262] By: gsar                                  on 2000/10/16  02:55:53
22915         Log: integrate change#5931 from mainline
22916              
22917              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
22918      Branch: maint-5.6/perl
22919           !> pp_hot.c regexec.c t/op/pat.t
22920 ____________________________________________________________________________
22921 [  7261] By: gsar                                  on 2000/10/16  02:55:01
22922         Log: integrate change#5930 from mainline
22923              
22924              small os390 tweaks (from Peter Prymmer)
22925      Branch: maint-5.6/perl
22926           !> config_h.SH makedepend.SH
22927 ____________________________________________________________________________
22928 [  7260] By: gsar                                  on 2000/10/16  02:54:10
22929         Log: integrate change#5929 from mainline
22930              
22931              pod nits
22932      Branch: maint-5.6/perl
22933           !> pod/perlguts.pod
22934 ____________________________________________________________________________
22935 [  7259] By: gsar                                  on 2000/10/16  02:52:55
22936         Log: integrate change#5927 from mainline
22937              
22938              arrange for next() to resume at the unstack op rather than the
22939              loop conditional, so that scope cleanup happens correctly
22940              (from Stephen McCamant)
22941      Branch: maint-5.6/perl
22942           !> op.c pp_ctl.c t/op/misc.t
22943 ____________________________________________________________________________
22944 [  7258] By: gsar                                  on 2000/10/16  02:51:38
22945         Log: integrate change#5926 from mainline
22946              
22947              on windows, reserve 16M of stack rather than 128M (allows more
22948              threads to run concurrently)
22949      Branch: maint-5.6/perl
22950           !> win32/Makefile win32/makefile.mk
22951 ____________________________________________________________________________
22952 [  7257] By: gsar                                  on 2000/10/16  02:50:37
22953         Log: integrate change#5925 from mainline
22954              
22955              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
22956      Branch: maint-5.6/perl
22957           !> toke.c
22958 ____________________________________________________________________________
22959 [  7256] By: gsar                                  on 2000/10/16  02:49:36
22960         Log: integrate change#5924 from mainline
22961              
22962              avoid using uninitialized memory in require version check
22963      Branch: maint-5.6/perl
22964           !> pp_ctl.c universal.c
22965 ____________________________________________________________________________
22966 [  7255] By: gsar                                  on 2000/10/16  02:48:03
22967         Log: integrate changes#5923,5928,6009 from mainline
22968              
22969              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
22970      Branch: maint-5.6/perl
22971           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
22972 ____________________________________________________________________________
22973 [  7254] By: gsar                                  on 2000/10/16  02:44:46
22974         Log: integrate change#5922 from mainline
22975              
22976              commentary about IoTYPE() (from Nathan Torkington)
22977      Branch: maint-5.6/perl
22978           !> sv.h
22979 ____________________________________________________________________________
22980 [  7253] By: gsar                                  on 2000/10/16  02:43:49
22981         Log: integrate change#5921 from mainline
22982              
22983              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
22984      Branch: maint-5.6/perl
22985           !> sv.c t/lib/charnames.t t/pragma/utf8.t
22986 ____________________________________________________________________________
22987 [  7252] By: gsar                                  on 2000/10/16  02:42:31
22988         Log: integrate change#5920 from mainline
22989              
22990              Larry's fix for buggy propagation of utf8-ness in join(); add test
22991      Branch: maint-5.6/perl
22992           !> doop.c t/op/ver.t
22993 ____________________________________________________________________________
22994 [  7251] By: gsar                                  on 2000/10/16  02:41:14
22995         Log: integrate changes#5915..5919 from mainline
22996              
22997              various (pod tweaks &c)
22998      Branch: maint-5.6/perl
22999           !> (integrate 33 files)
23000 ____________________________________________________________________________
23001 [  7250] By: gsar                                  on 2000/10/16  02:38:16
23002         Log: integrate change#5914 from mainline
23003              
23004              caller() wasn't returning the right number of elements for
23005              eval {...}
23006      Branch: maint-5.6/perl
23007           !> pp_ctl.c t/pragma/warn/9enabled
23008 ____________________________________________________________________________
23009 [  7249] By: gsar                                  on 2000/10/16  02:37:02
23010         Log: integrate change#5913 from mainline
23011              
23012              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
23013              (from Mark-Jason Dominus)
23014      Branch: maint-5.6/perl
23015           !> pod/perlfunc.pod
23016 ____________________________________________________________________________
23017 [  7248] By: gsar                                  on 2000/10/16  02:35:58
23018         Log: integrate change#5912 from mainline
23019              
23020              fix totally broken caching in UNIVERSAL::isa() (from
23021              Nick Ing-Simmons)
23022      Branch: maint-5.6/perl
23023           !> t/op/universal.t universal.c
23024 ____________________________________________________________________________
23025 [  7247] By: gsar                                  on 2000/10/16  02:34:27
23026         Log: integrate changes#5910,5911 from mainline
23027              
23028              typo in pod
23029              
23030              add linebreak properties from unicode/LineBrk.txt (from
23031              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
23032      Branch: maint-5.6/perl
23033           +> (branch 29 files)
23034           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
23035 ____________________________________________________________________________
23036 [  7246] By: gsar                                  on 2000/10/16  02:33:29
23037         Log: integrate change#5909 from mainline
23038              
23039              mode argument to do_binmode() should be file mode, not boolean
23040      Branch: maint-5.6/perl
23041           !> pp_sys.c
23042 ____________________________________________________________________________
23043 [  7245] By: gsar                                  on 2000/10/16  02:31:04
23044         Log: integrate change#5908 from mainline
23045              
23046              introduce illegal symbols into null package so that
23047              gv_fetchpv(...,TRUE) always returns a valid GV even when the
23048              symbol is trapped by strictures (avoids coredumps)
23049      Branch: maint-5.6/perl
23050           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
23051           !> t/pragma/strict-vars
23052 ____________________________________________________________________________
23053 [  7244] By: jhi                                   on 2000/10/16  02:29:54
23054         Log: Subject: $Carp::ExportLevel confusion in Exporter
23055              From: "Ben Tilly" <ben_tilly@hotmail.com>
23056              Date: Sat, 14 Oct 2000 16:44:34 EDT
23057              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
23058      Branch: perl
23059            ! lib/Exporter/Heavy.pm
23060 ____________________________________________________________________________
23061 [  7243] By: jhi                                   on 2000/10/16  02:28:33
23062         Log: Subject: [PATCH perlguts.pod] Document offset hack
23063              From: Simon Cozens <simon@cozens.net>
23064              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
23065              Date: Sat, 14 Oct 2000 19:32:25 +0100
23066      Branch: perl
23067            ! pod/perlguts.pod
23068 ____________________________________________________________________________
23069 [  7242] By: gsar                                  on 2000/10/16  02:26:51
23070         Log: integrate changes#5905,5906,5907,6064 from mainline
23071              
23072              printf/sprintf didn't get quad types right under use64bitint
23073      Branch: maint-5.6/perl
23074           !> pp_sys.c sv.c t/op/64bitint.t
23075 ____________________________________________________________________________
23076 [  7241] By: jhi                                   on 2000/10/16  02:22:44
23077         Log: Subject: small pod patch
23078              From: Dan Boorstein <dan_boo@bellsouth.net>
23079              Date: Sat, 14 Oct 2000 14:29:24 -0400
23080              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
23081      Branch: perl
23082            ! pod/perlfaq7.pod pod/perlmod.pod
23083 ____________________________________________________________________________
23084 [  7240] By: jhi                                   on 2000/10/16  02:13:46
23085         Log: -w cleanup.
23086              
23087              Subject: Re: Problems with bleadperl 
23088              From: "Stephen P. Potter" <spp@ds.net>
23089              Date: Fri, 13 Oct 2000 13:32:49 -0400
23090              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
23091      Branch: perl
23092            ! t/pragma/overload.t
23093 ____________________________________________________________________________
23094 [  7239] By: jhi                                   on 2000/10/16  01:41:18
23095         Log: One more ~utf8 tweak.
23096      Branch: perl
23097            ! t/op/bop.t
23098 ____________________________________________________________________________
23099 [  7238] By: jhi                                   on 2000/10/16  01:34:14
23100         Log: Tweak the test of #7235.
23101      Branch: perl
23102            ! t/op/bop.t
23103 ____________________________________________________________________________
23104 [  7237] By: jhi                                   on 2000/10/16  01:25:04
23105         Log: Fix a couple of compiler-noted nits in #7235.
23106      Branch: perl
23107            ! pp.c
23108 ____________________________________________________________________________
23109 [  7236] By: jhi                                   on 2000/10/16  01:22:46
23110         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
23111      Branch: perl
23112            ! pp.c pp_hot.c
23113 ____________________________________________________________________________
23114 [  7235] By: jhi                                   on 2000/10/15  16:24:44
23115         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
23116              
23117              From: Simon Cozens <simon@cozens.net>
23118              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
23119              Date: Sat, 14 Oct 2000 20:52:13 +0100
23120              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
23121      Branch: perl
23122            ! pp.c t/op/bop.t utf8.h
23123 ____________________________________________________________________________
23124 [  7234] By: jhi                                   on 2000/10/15  15:19:29
23125         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
23126              The problem was that rx->minlen was in chars while pp_split()
23127              thought it would be in bytes. 
23128      Branch: perl
23129            ! pp.c t/pragma/utf8.t
23130 ____________________________________________________________________________
23131 [  7233] By: jhi                                   on 2000/10/14  20:24:24
23132         Log: Document FNCASE=y as discussed in the bug 20000902.009.
23133      Branch: perl
23134            ! README.dos
23135 ____________________________________________________________________________
23136 [  7232] By: jhi                                   on 2000/10/14  18:52:21
23137         Log: Add test for bug id 20000427.003 (which seems to have
23138              been fixed) (also duplicate as 20000427.004, though
23139              with a higher severity).  Move one utf8 from op/append
23140              to pragma/utf8, tag the tests with bug ids.
23141      Branch: perl
23142            ! t/op/append.t t/pragma/utf8.t
23143 ____________________________________________________________________________
23144 [  7231] By: jhi                                   on 2000/10/14  17:28:37
23145         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
23146      Branch: perl
23147            ! t/pragma/utf8.t
23148 ____________________________________________________________________________
23149 [  7230] By: jhi                                   on 2000/10/14  14:24:50
23150         Log: Needs to be conditional on SunOS 4.
23151              
23152              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
23153              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23154              Date: Sat, 14 Oct 2000 13:37:49 +0100
23155              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
23156      Branch: metaconfig/U/perl
23157            ! End.U
23158      Branch: perl
23159            ! Configure myconfig.SH pod/perldelta.pod
23160 ____________________________________________________________________________
23161 [  7229] By: jhi                                   on 2000/10/14  00:49:22
23162         Log: Update Changes.
23163      Branch: perl
23164            ! Changes patchlevel.h
23165 ____________________________________________________________________________
23166 [  7228] By: jhi                                   on 2000/10/14  00:46:10
23167         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
23168              From: Peter Prymmer <pvhp@forte.com>
23169              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
23170              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
23171      Branch: perl
23172            ! lib/utf8.pm
23173 ____________________________________________________________________________
23174 [  7227] By: jhi                                   on 2000/10/13  23:20:30
23175         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
23176      Branch: perl
23177            ! t/op/tie.t
23178 ____________________________________________________________________________
23179 [  7226] By: jhi                                   on 2000/10/13  22:14:32
23180         Log: Tweak #7225.
23181              
23182              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
23183              From: Peter Prymmer <pvhp@forte.com>
23184              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
23185              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
23186      Branch: perl
23187            ! t/op/sprintf.t
23188 ____________________________________________________________________________
23189 [  7225] By: jhi                                   on 2000/10/13  22:11:31
23190         Log: op/sprintf.t patch for OS/390 (and any other host with limited
23191              floating-point exponent length)
23192              
23193              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
23194              From: Dominic Dunlop <domo@computer.org>
23195              Date: Fri, 13 Oct 2000 19:17:57 +0200
23196              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
23197      Branch: perl
23198            ! t/op/sprintf.t
23199 ____________________________________________________________________________
23200 [  7224] By: jhi                                   on 2000/10/13  18:40:48
23201         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
23202      Branch: perl
23203            ! toke.c
23204 ____________________________________________________________________________
23205 [  7223] By: jhi                                   on 2000/10/13  18:37:13
23206         Log: Thinko in #7222.
23207      Branch: perl
23208            ! utf8.c
23209 ____________________________________________________________________________
23210 [  7222] By: jhi                                   on 2000/10/13  18:05:23
23211         Log: Use UTF8SKIP(), from Simon Cozens.
23212      Branch: perl
23213            ! utf8.c
23214 ____________________________________________________________________________
23215 [  7221] By: jhi                                   on 2000/10/13  15:43:19
23216         Log: (accidentally empty check-in)
23217      Branch: perl
23218            ! utf8.c
23219 ____________________________________________________________________________
23220 [  7220] By: jhi                                   on 2000/10/13  15:23:51
23221         Log: Add (optimistically) Storable to static extensions.
23222      Branch: perl
23223            ! hints/uwin.sh hints/vmesa.sh
23224 ____________________________________________________________________________
23225 [  7219] By: jhi                                   on 2000/10/13  15:20:05
23226         Log: Amdahl UTS doesn't seem to do dynaloading.
23227      Branch: perl
23228            ! hints/uts.sh
23229 ____________________________________________________________________________
23230 [  7218] By: jhi                                   on 2000/10/13  15:15:20
23231         Log: Slight tweak of the code to appease Amdahl UTS cc.
23232      Branch: perl
23233            ! pp.c
23234 ____________________________________________________________________________
23235 [  7217] By: jhi                                   on 2000/10/13  14:50:42
23236         Log: In Amdahl UTS "struct sv" is defined by a system header,
23237              <ksync.h>.
23238      Branch: perl
23239            ! perl.h sv.h
23240 ____________________________________________________________________________
23241 [  7216] By: jhi                                   on 2000/10/13  11:58:25
23242         Log: Ilya implemented the memory profiling API.
23243      Branch: perl
23244            ! Todo
23245 ____________________________________________________________________________
23246 [  7215] By: jhi                                   on 2000/10/13  02:56:38
23247         Log: Subject: [PATCH 5.7.0] Perl API for mstats
23248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23249              Date: Thu, 12 Oct 2000 22:52:40 -0400
23250              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
23251      Branch: perl
23252            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
23253 ____________________________________________________________________________
23254 [  7214] By: jhi                                   on 2000/10/13  02:55:38
23255         Log: Subject: [PATCH 5.7.0] IVs in mtats
23256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23257              Date: Thu, 12 Oct 2000 22:51:04 -0400
23258              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
23259      Branch: perl
23260            ! malloc.c perl.h
23261 ____________________________________________________________________________
23262 [  7213] By: jhi                                   on 2000/10/13  02:31:47
23263         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
23264      Branch: perl
23265            ! pod/perldiag.pod pp_sys.c
23266 ____________________________________________________________________________
23267 [  7212] By: jhi                                   on 2000/10/13  01:27:38
23268         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
23269              From: Peter Prymmer <pvhp@forte.com>
23270              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
23271              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
23272      Branch: perl
23273            ! t/op/oct.t
23274 ____________________________________________________________________________
23275 [  7211] By: jhi                                   on 2000/10/13  00:35:09
23276         Log: Update Changes.
23277      Branch: perl
23278            ! Changes patchlevel.h
23279 ____________________________________________________________________________
23280 [  7210] By: jhi                                   on 2000/10/12  23:59:40
23281         Log: The Install.pm third of
23282              
23283              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
23284              From: Bill Campbell <bill@celestial.com>
23285              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
23286              Date: Thu, 5 Oct 2000 18:04:51 -0700
23287      Branch: perl
23288            ! lib/ExtUtils/Install.pm
23289 ____________________________________________________________________________
23290 [  7209] By: jhi                                   on 2000/10/12  23:58:43
23291         Log: Two thirds of
23292              
23293              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
23294              Date: Thu, 5 Oct 2000 18:04:51 -0700
23295              From: Bill Campbell <bill@celestial.com>
23296              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
23297              
23298              The Install.pm changes will be submitted separately because
23299              they need some work and discussion still.
23300      Branch: perl
23301            ! lib/getopts.pl lib/termcap.pl
23302 ____________________________________________________________________________
23303 [  7208] By: jhi                                   on 2000/10/12  23:41:19
23304         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
23305              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23306              Date:     Thu, 12 Oct 2000 07:30:02 EDT
23307              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
23308      Branch: perl
23309            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
23310            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
23311 ____________________________________________________________________________
23312 [  7207] By: jhi                                   on 2000/10/12  23:39:01
23313         Log: An updated EBCDIC tr patch.
23314              
23315              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
23316              From: Peter Prymmer <pvhp@forte.com>
23317              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
23318              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
23319      Branch: perl
23320            ! t/op/tr.t
23321 ____________________________________________________________________________
23322 [  7206] By: jhi                                   on 2000/10/12  23:34:55
23323         Log: Upgrade to CPAN 1.58, from Andreas König.
23324      Branch: perl
23325            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23326 ____________________________________________________________________________
23327 [  7205] By: jhi                                   on 2000/10/12  23:29:08
23328         Log: Introduce the man[24-8] variables, from Andy Dougherty.
23329      Branch: metaconfig/U/perl
23330            + mandirs.U mandirstyle.U
23331      Branch: perl
23332            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23333            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
23334            ! vos/config.h vos/config.pl vos/config_h.SH_orig
23335            ! win32/config.bc win32/config.gc win32/config.vc
23336 ____________________________________________________________________________
23337 [  7204] By: gsar                                  on 2000/10/12  18:11:24
23338         Log: restore change#7202
23339      Branch: perl
23340            ! mg.c
23341 ____________________________________________________________________________
23342 [  7203] By: gsar                                  on 2000/10/12  18:09:40
23343         Log: another test of the Emergency Broadcast System--back out 
23344              change#7202
23345      Branch: perl
23346            ! mg.c
23347 ____________________________________________________________________________
23348 [  7202] By: gsar                                  on 2000/10/12  16:40:47
23349         Log: (submitted on behalf of Jarkko)
23350              Fix the lib/encode.t subtest 6 failure as reported by Andreas
23351              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
23352              was unearthed by change 7182, as was a bug in HTML::Entities.
23353      Branch: perl
23354            ! mg.c
23355 ____________________________________________________________________________
23356 [  7201] By: jhi                                   on 2000/10/11  03:16:05
23357         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
23358      Branch: perl
23359            ! pp_hot.c t/pragma/utf8.t
23360 ____________________________________________________________________________
23361 [  7200] By: jhi                                   on 2000/10/11  00:40:30
23362         Log: The #7198 was a false alarm.
23363      Branch: perl
23364            ! pp_hot.c
23365 ____________________________________________________________________________
23366 [  7199] By: jhi                                   on 2000/10/11  00:26:04
23367         Log: Remove duplicated code.
23368      Branch: perl
23369            ! t/lib/cgi-html.t
23370 ____________________________________________________________________________
23371 [  7198] By: jhi                                   on 2000/10/10  23:30:46
23372         Log: (Retracted by #7200.)
23373      Branch: perl
23374            ! pp_hot.c
23375 ____________________________________________________________________________
23376 [  7197] By: jhi                                   on 2000/10/10  21:49:30
23377         Log: Add the test case for #7190, from the original bug report
23378              by Andreas König.
23379      Branch: perl
23380            ! t/pragma/utf8.t
23381 ____________________________________________________________________________
23382 [  7196] By: jhi                                   on 2000/10/10  21:40:49
23383         Log: Reapply Andy's patch and regen Configure.
23384      Branch: perl
23385            ! Configure INSTALL Makefile.SH Porting/Glossary
23386            ! Porting/config.sh config_h.SH epoc/config.sh installperl
23387            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
23388            ! win32/config.vc
23389 ____________________________________________________________________________
23390 [  7195] By: jhi                                   on 2000/10/10  21:09:30
23391         Log: Use the versiononly instead of the installscripts,
23392              retract the changes 7146 and 7147.
23393      Branch: perl
23394            ! Configure INSTALL Makefile.SH Porting/Glossary
23395            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
23396            ! installperl uconfig.sh vos/config.def win32/config.bc
23397            ! win32/config.gc win32/config.vc
23398 ____________________________________________________________________________
23399 [  7194] By: jhi                                   on 2000/10/10  21:06:15
23400         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
23401              From: Peter Prymmer <pvhp@forte.com>
23402              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
23403              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
23404      Branch: perl
23405            ! t/op/ver.t
23406 ____________________________________________________________________________
23407 [  7193] By: jhi                                   on 2000/10/10  21:05:12
23408         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
23409              From: Peter Prymmer <pvhp@forte.com>
23410              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
23411              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
23412      Branch: perl
23413            ! t/op/tr.t
23414 ____________________________________________________________________________
23415 [  7192] By: jhi                                   on 2000/10/10  20:57:30
23416         Log: Add versiononly, delete installscripts, from Andy Dougherty.
23417      Branch: metaconfig
23418            - U/installdirs/installscripts.U
23419      Branch: metaconfig/U/perl
23420            + versiononly.U
23421 ____________________________________________________________________________
23422 [  7191] By: jhi                                   on 2000/10/10  19:41:21
23423         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
23424              From: Peter Prymmer <pvhp@forte.com>
23425              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
23426              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
23427      Branch: perl
23428            ! pod/perlebcdic.pod
23429 ____________________________________________________________________________
23430 [  7190] By: jhi                                   on 2000/10/10  19:26:14
23431         Log: Subject: Re: utf8 concat, mg_get
23432              From: Simon Cozens <simon@cozens.net>
23433              Date: Tue, 10 Oct 2000 17:40:17 +0100
23434              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
23435      Branch: perl
23436            ! pp_hot.c
23437 ____________________________________________________________________________
23438 [  7189] By: jhi                                   on 2000/10/10  19:23:03
23439         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
23440              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
23441              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
23442              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
23443      Branch: perl
23444            ! lib/ExtUtils/MM_Unix.pm
23445 ____________________________________________________________________________
23446 [  7188] By: jhi                                   on 2000/10/10  15:31:24
23447         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
23448              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
23449              Date: Fri, 14 Jul 2000 10:47:36 +0100
23450              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
23451      Branch: perl
23452            ! README.win32
23453 ____________________________________________________________________________
23454 [  7187] By: jhi                                   on 2000/10/10  13:30:10
23455         Log: Quote the temp file name, needed in Win32 because the
23456              default name unfortunately contains spaces, shouldn't
23457              hurt elsewhere.
23458              
23459              Subject: FW: perldoc fails if $TEMP contains spaces
23460              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
23461              Date: Thu, 14 Sep 2000 08:58:45 +0100
23462              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
23463      Branch: perl
23464            ! utils/perldoc.PL
23465 ____________________________________________________________________________
23466 [  7186] By: jhi                                   on 2000/10/10  13:16:27
23467         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
23468              From: hv@hugo.hybyte.com
23469              Date: Tue, 10 Oct 2000 14:10:20 +0100
23470              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
23471      Branch: perl
23472            ! t/lib/thr5005.t util.c
23473 ____________________________________________________________________________
23474 [  7185] By: jhi                                   on 2000/10/10  12:06:22
23475         Log: Upgrade to podlators 1.04, from Russ Allbery.
23476      Branch: perl
23477            ! lib/Pod/Man.pm lib/Pod/Text.pm
23478 ____________________________________________________________________________
23479 [  7184] By: jhi                                   on 2000/10/10  12:01:32
23480         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
23481      Branch: perl
23482            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
23483 ____________________________________________________________________________
23484 [  7183] By: jhi                                   on 2000/10/09  23:47:15
23485         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
23486              From: Peter Prymmer <pvhp@forte.com>
23487              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
23488              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
23489      Branch: perl
23490            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
23491 ____________________________________________________________________________
23492 [  7182] By: jhi                                   on 2000/10/09  23:43:16
23493         Log: Make eq work again with utf8 (disabling the upgrading
23494              should no more be necessary since the copies of the
23495              scalars are upgraded, not the scalars themselves).
23496              Takes care of ID 20001009.001.  (The claimed length()
23497              bug in 20001009.001 seems bogus to me.)
23498      Branch: perl
23499            ! sv.c t/pragma/utf8.t
23500 ____________________________________________________________________________
23501 [  7181] By: gsar                                  on 2000/10/09  19:41:54
23502         Log: tweak for change#7173
23503      Branch: perl
23504            ! win32/win32sck.c
23505 ____________________________________________________________________________
23506 [  7180] By: gsar                                  on 2000/10/09  19:26:56
23507         Log: on Windows, clean targets might not work under some flavors of the shell
23508      Branch: perl
23509            ! win32/Makefile win32/makefile.mk
23510 ____________________________________________________________________________
23511 [  7179] By: jhi                                   on 2000/10/09  19:21:02
23512         Log: Update Changes.
23513      Branch: perl
23514            ! Changes patchlevel.h
23515 ____________________________________________________________________________
23516 [  7178] By: jhi                                   on 2000/10/09  19:18:23
23517         Log: Warn about unknown scripts.
23518              
23519              Subject: Re: ideas? patches? [PATCH bleadperl]
23520              From: Dominic Dunlop <domo@computer.org>
23521              Date: Mon, 9 Oct 2000 14:57:17 +0200
23522              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
23523      Branch: perl
23524            ! lib/charnames.pm
23525 ____________________________________________________________________________
23526 [  7177] By: jhi                                   on 2000/10/09  19:13:27
23527         Log: Change #7160 had a nasty typo.
23528      Branch: metaconfig
23529            ! U/compline/Compile.U
23530      Branch: perl
23531            ! Configure config_h.SH
23532 ____________________________________________________________________________
23533 [  7176] By: gsar                                  on 2000/10/09  18:59:33
23534         Log: pod nit
23535      Branch: perl
23536            ! pod/perlport.pod
23537 ____________________________________________________________________________
23538 [  7175] By: gsar                                  on 2000/10/09  18:54:28
23539         Log: Windows9x doesn't support link(), despite what Config.pm
23540              might think
23541      Branch: perl
23542            ! lib/ExtUtils/Manifest.pm
23543 ____________________________________________________________________________
23544 [  7174] By: gsar                                  on 2000/10/09  18:50:03
23545         Log: avoid nonportable example code
23546      Branch: perl
23547            ! lib/File/Copy.pm
23548 ____________________________________________________________________________
23549 [  7173] By: gsar                                  on 2000/10/09  18:46:54
23550         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
23551              being used) when closing a socket handle
23552      Branch: perl
23553            ! win32/win32.c win32/win32.h win32/win32sck.c
23554 ____________________________________________________________________________
23555 [  7172] By: gsar                                  on 2000/10/09  18:41:40
23556         Log: on Windows, cwd strings in the environment should be of the
23557              form =X:=X:\foo instead of =X=X:\foo\
23558      Branch: perl
23559            ! win32/vdir.h
23560 ____________________________________________________________________________
23561 [  7171] By: gsar                                  on 2000/10/09  18:30:09
23562         Log: on Windows, LoadLibrary() could load an extension DLL multiple
23563              times if forward slashes are used in the path
23564      Branch: perl
23565            ! win32/win32.c
23566 ____________________________________________________________________________
23567 [  7170] By: jhi                                   on 2000/10/09  17:53:59
23568         Log: Add a todo note about overloadable assertions.
23569      Branch: perl
23570            ! Todo-5.6
23571 ____________________________________________________________________________
23572 [  7169] By: jhi                                   on 2000/10/09  13:43:45
23573         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
23574              From: mjd@plover.com
23575              Date: 9 Oct 2000 00:24:44 -0000
23576              Message-ID: <20001009002444.10616.qmail@plover.com>
23577      Branch: perl
23578            ! pod/perldebguts.pod
23579 ____________________________________________________________________________
23580 [  7168] By: nick                                  on 2000/10/08  13:16:33
23581         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
23582              is not right thing to do on (e.g. x86). Network order is also "right" for
23583              X fonts.
23584      Branch: perl
23585            ! ext/Encode/Encode.pm
23586 ____________________________________________________________________________
23587 [  7167] By: nick                                  on 2000/10/08  12:54:42
23588         Log: Make "encodings" work post-install when Encode/*.enc files may not
23589              be in same directory as Encode.pm
23590      Branch: perl
23591            ! ext/Encode/Encode.pm
23592 ____________________________________________________________________________
23593 [  7166] By: nick                                  on 2000/10/08  11:51:26
23594         Log: Work round the fact that $hash->{$key} does not take into account
23595              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
23596              so that key is always in the "expected" encoding - i.e. same way we put
23597              it in the hash.
23598      Branch: perl
23599            ! ext/Encode/Encode.pm
23600 ____________________________________________________________________________
23601 [  7165] By: gsar                                  on 2000/10/08  04:15:29
23602         Log: save_re_context() could reset PL_curcop to freed memory, causing core
23603              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
23604      Branch: perl
23605            ! pp_ctl.c
23606 ____________________________________________________________________________
23607 [  7164] By: jhi                                   on 2000/10/06  20:51:48
23608         Log: UTF8ize split() so that the cloned substrings get the UTF8
23609              flag of the original scalar.  Problem reported by Simon Cozens.
23610      Branch: perl
23611            ! pp.c t/pragma/utf8.t
23612 ____________________________________________________________________________
23613 [  7163] By: nick                                  on 2000/10/06  20:48:34
23614         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
23615              got a false +ve and so did not reach code which would have un-FAKEd the SV.
23616      Branch: perl
23617            ! sv.c
23618 ____________________________________________________________________________
23619 [  7162] By: nick                                  on 2000/10/06  20:25:37
23620         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
23621              To fix  (sort {$a <=> $b} keys %hash) in particular but
23622              should cover a number of other as-yet-unknown cases as well.
23623      Branch: perl
23624            ! sv.c
23625 ____________________________________________________________________________
23626 [  7161] By: jhi                                   on 2000/10/06  19:56:18
23627         Log: Change the version number of Tie::Handle in the core to 4.0,
23628              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
23629              
23630              Subject: Note on Tie::Handle
23631              From: andreas.koenig@anima.de (Andreas J. Koenig)
23632              Date:      06 Oct 2000 21:48:58 +0200
23633              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
23634      Branch: perl
23635            ! lib/Tie/Handle.pm
23636 ____________________________________________________________________________
23637 [  7160] By: jhi                                   on 2000/10/06  18:20:35
23638         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
23639              as the first option of cc/ld because of ultrapicky compilers
23640              (e.g. OS/390 R2.5)
23641      Branch: metaconfig
23642            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
23643            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
23644            ! U/compline/orderlib.U U/modified/Cppsym.U
23645            ! U/modified/d_access.U
23646      Branch: metaconfig/U/perl
23647            ! Checkcc.U d_dlsymun.U gccvers.U
23648      Branch: perl
23649            ! Configure config_h.SH
23650 ____________________________________________________________________________
23651 [  7159] By: jhi                                   on 2000/10/06  13:56:39
23652         Log: Update Changes.
23653      Branch: perl
23654            ! Changes patchlevel.h
23655 ____________________________________________________________________________
23656 [  7158] By: jhi                                   on 2000/10/06  12:48:40
23657         Log: Eliminate $Is_VMS code from the test.
23658              
23659              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
23660              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23661              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
23662              Date:     Thu, 5 Oct 2000 07:46:33 EDT
23663      Branch: perl
23664            ! t/lib/b.t
23665 ____________________________________________________________________________
23666 [  7157] By: jhi                                   on 2000/10/06  12:47:13
23667         Log: Also the $ccflags is needed for the C compiler check.
23668              
23669              Subject: Configure (check for C-compiler)
23670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23671              Date: Fri, 06 Oct 2000 08:47:15 +0200
23672              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
23673      Branch: metaconfig/U/perl
23674            ! Checkcc.U
23675      Branch: perl
23676            ! Configure config_h.SH
23677 ____________________________________________________________________________
23678 [  7156] By: jhi                                   on 2000/10/06  11:45:15
23679         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
23680      Branch: perl
23681            ! perl.c pp_ctl.c sv.h utf8.c
23682 ____________________________________________________________________________
23683 [  7155] By: jhi                                   on 2000/10/06  11:40:41
23684         Log: IO::Handle->syswrite() did not handle length omission
23685              like CORE::syswrite() does.
23686              
23687              Subject: [Fwd] IO::Handle, syswrite and arguments
23688              From: Graham Barr <gbarr@pobox.com>
23689              Date: Fri, 6 Oct 2000 10:22:05 +0100
23690              Message-ID: <20001006102205.U6312@pobox.com>
23691              
23692              The original patch from andrew@ugh.net.au.
23693      Branch: perl
23694            ! ext/IO/lib/IO/Handle.pm
23695 ____________________________________________________________________________
23696 [  7154] By: jhi                                   on 2000/10/06  01:42:15
23697         Log: Tweak #7153.
23698      Branch: perl
23699            ! utf8.h
23700 ____________________________________________________________________________
23701 [  7153] By: jhi                                   on 2000/10/06  00:39:55
23702         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
23703      Branch: perl
23704            ! utf8.h
23705 ____________________________________________________________________________
23706 [  7152] By: jhi                                   on 2000/10/06  00:38:11
23707         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
23708      Branch: perl
23709            ! perl.c pp_ctl.c sv.h utf8.c
23710 ____________________________________________________________________________
23711 [  7151] By: jhi                                   on 2000/10/06  00:36:38
23712         Log: Subject: Re: Questions about Tie::Array and perl modules
23713              From: Nick Ing-Simmons <nik@tiuk.ti.com>
23714              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
23715              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
23716              
23717              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
23718      Branch: perl
23719            ! lib/Tie/Array.pm t/op/array.t
23720 ____________________________________________________________________________
23721 [  7150] By: jhi                                   on 2000/10/05  00:20:45
23722         Log: Regen Changes.
23723      Branch: perl
23724            ! Changes patchlevel.h
23725 ____________________________________________________________________________
23726 [  7149] By: jhi                                   on 2000/10/05  00:20:01
23727         Log: Regen toc.
23728      Branch: perl
23729            ! pod/perltoc.pod
23730 ____________________________________________________________________________
23731 [  7148] By: jhi                                   on 2000/10/04  23:35:08
23732         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
23733              reported several times by Dominic Dunlop, for example in
23734              ID 20000315.008.  Patch from Dominic.  Patch affects at
23735              least MachTen, and possibly other oldish BSDs. Should not
23736              break non-broken platforms (tested on LinuxPPC). 
23737      Branch: perl
23738            ! doio.c
23739 ____________________________________________________________________________
23740 [  7147] By: jhi                                   on 2000/10/04  23:26:34
23741         Log: The one that got away from 7146.
23742      Branch: metaconfig
23743            + U/installdirs/installscripts.U
23744 ____________________________________________________________________________
23745 [  7146] By: jhi                                   on 2000/10/04  23:25:04
23746         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
23747              suggested by H. Merijn Brand.
23748      Branch: perl
23749            ! Configure INSTALL Makefile.SH Porting/Glossary
23750            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
23751            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
23752            ! win32/config.vc
23753 ____________________________________________________________________________
23754 [  7145] By: jhi                                   on 2000/10/04  22:08:21
23755         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
23756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23757              Date: Wed, 4 Oct 2000 17:37:46 -0400
23758              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
23759      Branch: perl
23760            ! utils/h2xs.PL
23761 ____________________________________________________________________________
23762 [  7144] By: jhi                                   on 2000/10/04  18:11:41
23763         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
23764              From: Jeff Pinyan <jeffp@crusoe.net>
23765              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
23766              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
23767      Branch: perl
23768            ! pod/perlrun.pod
23769 ____________________________________________________________________________
23770 [  7143] By: jhi                                   on 2000/10/04  18:09:58
23771         Log: Subject: perlhack.pod Patch for Externals Tools
23772              From: Fisher Mark <fisherm@tce.com>
23773              Date: Tue, 3 Oct 2000 15:43:27 -0500 
23774              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
23775      Branch: perl
23776            ! pod/perlhack.pod
23777 ____________________________________________________________________________
23778 [  7142] By: jhi                                   on 2000/10/04  18:08:41
23779         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
23780              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23781              Date:     Wed, 4 Oct 2000 12:11:11 EDT
23782              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
23783      Branch: perl
23784            ! vms/vms.c
23785 ____________________________________________________________________________
23786 [  7141] By: jhi                                   on 2000/10/04  12:20:16
23787         Log: Subject: [PATCH 5.7.0] h2xs not working
23788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23789              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
23790              Date: Tue, 3 Oct 2000 21:43:01 -0400
23791              
23792              Subject: [PATCH 5.7.0] h2xs not documenting the created module
23793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23794              Date: Tue, 3 Oct 2000 22:55:19 -0400
23795              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
23796      Branch: perl
23797            ! utils/h2xs.PL
23798 ____________________________________________________________________________
23799 [  7140] By: jhi                                   on 2000/10/04  11:53:44
23800         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
23801              From: nick@babyhippo.com
23802              Date: Wed, 4 Oct 2000 12:06:45 +0100
23803              Message-Id: <20001004120645.A7356@babyhippo.com>
23804              
23805              Retract 7118 and 7135.
23806      Branch: perl
23807            ! installman installperl op.c t/pragma/subs.t
23808 ____________________________________________________________________________
23809 [  7139] By: jhi                                   on 2000/10/03  22:09:41
23810         Log: It is possible to have no hosts database at all.  Pointed out in
23811              
23812              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
23813              From: Peter Prymmer <pvhp@forte.com>
23814              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
23815              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
23816      Branch: metaconfig
23817            ! U/modified/myhostname.U
23818      Branch: perl
23819            ! Configure config_h.SH
23820 ____________________________________________________________________________
23821 [  7138] By: jhi                                   on 2000/10/03  21:49:49
23822         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
23823              From: Peter Prymmer <pvhp@forte.com>
23824              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
23825              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
23826      Branch: perl
23827            ! pp_sys.c
23828 ____________________________________________________________________________
23829 [  7137] By: jhi                                   on 2000/10/03  20:10:05
23830         Log: One remaining nit less at the VMS mailbox sizing.
23831      Branch: perl
23832            ! vms/vms.c
23833 ____________________________________________________________________________
23834 [  7136] By: jhi                                   on 2000/10/03  20:08:47
23835         Log: Test harness update to sync with the new perlcc,
23836              from Simon Cozens.
23837      Branch: perl
23838            ! t/TEST t/UTEST
23839 ____________________________________________________________________________
23840 [  7135] By: jhi                                   on 2000/10/03  15:15:42
23841         Log: Subject: Re: PATCH for 20001003.004
23842              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
23843              From: "AARON B. DOSSETT" <aaron@iglou.com>
23844              Message-Id: <E13gTay-0006od-00@iglou.com>
23845      Branch: perl
23846            ! installman installperl
23847 ____________________________________________________________________________
23848 [  7134] By: jhi                                   on 2000/10/03  15:00:34
23849         Log: Subject: [ID 20001003.006] B::Debug not -w clean
23850              From: Nicholas Clark <nick@babyhippo.co.uk>
23851              Date: Tue, 03 Oct 2000 15:46:32 +0100
23852              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
23853      Branch: perl
23854            ! ext/B/B/Debug.pm
23855 ____________________________________________________________________________
23856 [  7133] By: jhi                                   on 2000/10/03  14:58:39
23857         Log: Scale down the VMS message boxes, by Charles Lane.
23858              Fix for ID 20000903.009, workaround at
23859              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
23860      Branch: perl
23861            ! vms/vms.c
23862 ____________________________________________________________________________
23863 [  7132] By: jhi                                   on 2000/10/03  11:20:37
23864         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
23865      Branch: perl
23866            + t/lib/st-lock.t t/lib/st-utf8.t
23867            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
23868            ! ext/Storable/Storable.xs t/lib/st-recurse.t
23869 ____________________________________________________________________________
23870 [  7131] By: jhi                                   on 2000/10/03  03:38:23
23871         Log: Encode nits.
23872      Branch: perl
23873            ! MANIFEST Makefile.SH
23874 ____________________________________________________________________________
23875 [  7130] By: jhi                                   on 2000/10/03  03:31:05
23876         Log: Update Changes.
23877      Branch: perl
23878            ! Changes patchlevel.h
23879 ____________________________________________________________________________
23880 [  7129] By: jhi                                   on 2000/10/03  02:24:02
23881         Log: Misplaced else.
23882      Branch: metaconfig/U/perl
23883            ! d_strtoll.U
23884      Branch: perl
23885            ! Configure config_h.SH
23886 ____________________________________________________________________________
23887 [  7128] By: jhi                                   on 2000/10/03  02:08:29
23888         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
23889              From: sthoenna@efn.org
23890              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
23891              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
23892      Branch: metaconfig/U/perl
23893            ! d_strtoll.U
23894      Branch: perl
23895            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
23896 ____________________________________________________________________________
23897 [  7127] By: jhi                                   on 2000/10/03  01:13:14
23898         Log: Update Changes.
23899      Branch: perl
23900            ! Changes patchlevel.h
23901 ____________________________________________________________________________
23902 [  7126] By: jhi                                   on 2000/10/03  00:57:08
23903         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
23904              as suggested by Olaf Flebbe and Nick Clark.
23905      Branch: perl
23906            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
23907 ____________________________________________________________________________
23908 [  7125] By: jhi                                   on 2000/10/03  00:50:56
23909         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
23910              From: Nick Clark <nick@plum.flirble.org>
23911              Date: Mon, 2 Oct 2000 11:03:24 +0100
23912              Message-Id: <20001002110324.D20073@plum.flirble.org>
23913              
23914              Also fixes bug ID 20001002.005.
23915      Branch: perl
23916            ! t/lib/encode.t
23917 ____________________________________________________________________________
23918 [  7124] By: jhi                                   on 2000/10/03  00:34:59
23919         Log: Subject: [PATCH 5.7.0] Epoc update
23920              From: Olaf Flebbe <o.flebbe@gmx.de>
23921              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
23922              Message-ID: <26423.969484586@www10.gmx.net>
23923      Branch: perl
23924            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
23925            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
23926            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
23927            ! util.c util.h
23928 ____________________________________________________________________________
23929 [  7123] By: jhi                                   on 2000/10/03  00:30:07
23930         Log: Regen headers.
23931      Branch: perl
23932            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
23933 ____________________________________________________________________________
23934 [  7122] By: jhi                                   on 2000/10/03  00:10:48
23935         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
23936      Branch: perl
23937            ! hints/openbsd.sh
23938 ____________________________________________________________________________
23939 [  7121] By: jhi                                   on 2000/10/03  00:05:06
23940         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
23941              From: <abigail@foad.org>
23942              Date: Tue, 26 Sep 2000 13:36:14 -0400
23943              Message-ID: <20000926173614.4356.qmail@foad.org>
23944      Branch: perl
23945            ! pod/perlop.pod
23946 ____________________________________________________________________________
23947 [  7120] By: jhi                                   on 2000/10/03  00:04:00
23948         Log: Inside require() $^S was always left undefined.
23949              
23950              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
23951              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23952              Date: Wed, 27 Sep 2000 18:54:49 -0400
23953              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
23954      Branch: perl
23955            ! cop.h mg.c pp_ctl.c util.c
23956 ____________________________________________________________________________
23957 [  7119] By: jhi                                   on 2000/10/03  00:00:16
23958         Log: Subject: [PATCH] DLL not restartabke with threaded perl
23959              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
23960              Date: Thu, 28 Sep 2000 09:20:46 +0100
23961              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
23962      Branch: perl
23963            ! perl.c
23964 ____________________________________________________________________________
23965 [  7118] By: jhi                                   on 2000/10/02  23:59:20
23966         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
23967              From: Nicholas Clark <nick@ccl4.org>
23968              Date: Thu, 28 Sep 2000 11:52:24 +0100
23969              Message-ID: <20000928115224.D7924@plum.flirble.org>
23970      Branch: perl
23971            ! op.c
23972 ____________________________________________________________________________
23973 [  7117] By: jhi                                   on 2000/10/02  23:57:51
23974         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
23975              From: Nicholas Clark <nick@babyhippo.co.uk>
23976              Date: Thu, 28 Sep 2000 12:18:10 +0100
23977              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
23978              
23979              Did not apply cleanly, manual intervention was needed.
23980      Branch: perl
23981            ! ext/B/B/Bytecode.pm utils/perlcc.PL
23982 ____________________________________________________________________________
23983 [  7116] By: jhi                                   on 2000/10/02  23:50:40
23984         Log: Document the issue (is not a syntax error, kind of)
23985              
23986              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
23987              From: Nicholas Clark <nick@ccl4.org>
23988              Date: Thu, 28 Sep 2000 17:12:42 +0100
23989              Message-ID: <20000928171242.K7924@plum.flirble.org>
23990      Branch: perl
23991            ! pod/perldata.pod
23992 ____________________________________________________________________________
23993 [  7115] By: jhi                                   on 2000/10/02  23:48:58
23994         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
23995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23996              Date: Thu, 28 Sep 2000 21:55:31 -0400
23997              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
23998      Branch: perl
23999            ! regexec.c
24000 ____________________________________________________________________________
24001 [  7114] By: jhi                                   on 2000/10/02  23:47:57
24002         Log: Subject: DOC PATCH 5.6.0
24003              From: mjd@plover.com
24004              Date: 30 Sep 2000 06:02:34 -0000
24005              Message-ID: <20000930060234.4559.qmail@plover.com>
24006      Branch: perl
24007            ! pod/perldebguts.pod
24008 ____________________________________________________________________________
24009 [  7113] By: jhi                                   on 2000/10/02  23:46:43
24010         Log: SOCK_DGRAM and listen() do not mix as reported in
24011              
24012              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
24013              From: Petter Reinholdtsen <pere@hungry.com>
24014              Date: Sun, 1 Oct 2000 10:57:20 +0800
24015              Message-Id: <200010010257.KAA05735@localhost.localdomain>
24016              
24017              The patch for 5.7.0+ had to be reengineered, though.
24018      Branch: perl
24019            ! ext/IO/lib/IO/Socket/UNIX.pm
24020 ____________________________________________________________________________
24021 [  7112] By: jhi                                   on 2000/10/02  23:36:57
24022         Log: Subject: Re: [PATCH 5.005_64 missed]
24023              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24024              Date: Sun, 1 Oct 2000 18:50:10 -0400
24025              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
24026      Branch: perl
24027            ! pod/perlxs.pod
24028 ____________________________________________________________________________
24029 [  7111] By: jhi                                   on 2000/10/02  23:35:40
24030         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
24031              From: Radu Greab <radu@netsoft.ro>
24032              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
24033              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
24034      Branch: perl
24035            ! op.c opcode.pl t/op/substr.t
24036 ____________________________________________________________________________
24037 [  7110] By: jhi                                   on 2000/10/02  23:32:38
24038         Log: Subject: [PATCH] Fix aliasing of tied filehandles
24039              From: Daniel Chetlin <daniel@chetlin.com>
24040              Date: Mon, 2 Oct 2000 14:53:27 -0700
24041              Message-ID: <20001002145327.C1617@ilmd>
24042      Branch: perl
24043            ! perl.h pp_hot.c t/op/tiehandle.t
24044 ____________________________________________________________________________
24045 [  7109] By: jhi                                   on 2000/10/02  23:31:30
24046         Log: s/Robin Parker/Robin Barker/
24047      Branch: perl
24048            ! Changes5.6
24049 ____________________________________________________________________________
24050 [  7108] By: jhi                                   on 2000/10/02  23:15:46
24051         Log: Retract #7091 as suggested in
24052              
24053              From: Robin Barker <rmb1@cise.npl.co.uk> 
24054              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
24055              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
24056              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
24057      Branch: perl
24058            ! embed.pl proto.h
24059 ____________________________________________________________________________
24060 [  7107] By: nick                                  on 2000/10/02  18:23:14
24061         Log: A few tweaks to get Tk803 to work with Encode scheme.
24062      Branch: perl
24063            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
24064 ____________________________________________________________________________
24065 [  7106] By: nick                                  on 2000/10/01  21:34:14
24066         Log: Add checking cases to Encode's toUnicode and fromUnicode.
24067      Branch: perl
24068            ! ext/Encode/Encode.pm
24069 ____________________________________________________________________________
24070 [  7105] By: nick                                  on 2000/10/01  17:18:01
24071         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
24072              To read and use them.
24073              Add a lib/encode.t which checks a few things.
24074      Branch: perl
24075            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
24076            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
24077            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
24078            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
24079            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
24080            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
24081            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
24082            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
24083            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
24084            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
24085            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
24086            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
24087            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
24088            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
24089            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
24090            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
24091            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
24092            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
24093            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
24094            + ext/Encode/Encode/iso2022-jp.enc
24095            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
24096            + ext/Encode/Encode/iso8859-1.enc
24097            + ext/Encode/Encode/iso8859-2.enc
24098            + ext/Encode/Encode/iso8859-3.enc
24099            + ext/Encode/Encode/iso8859-4.enc
24100            + ext/Encode/Encode/iso8859-5.enc
24101            + ext/Encode/Encode/iso8859-6.enc
24102            + ext/Encode/Encode/iso8859-7.enc
24103            + ext/Encode/Encode/iso8859-8.enc
24104            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
24105            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
24106            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
24107            + ext/Encode/Encode/macCentEuro.enc
24108            + ext/Encode/Encode/macCroatian.enc
24109            + ext/Encode/Encode/macCyrillic.enc
24110            + ext/Encode/Encode/macDingbats.enc
24111            + ext/Encode/Encode/macGreek.enc
24112            + ext/Encode/Encode/macIceland.enc
24113            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
24114            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
24115            + ext/Encode/Encode/macTurkish.enc
24116            + ext/Encode/Encode/macUkraine.enc
24117            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
24118            + t/lib/encode.t
24119            ! MANIFEST ext/Encode/Encode.pm
24120 ____________________________________________________________________________
24121 [  7104] By: nick                                  on 2000/09/30  13:04:30
24122         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
24123              From: Daniel Chetlin <daniel@chetlin.com>
24124              Date: Mon, 18 Sep 2000 05:05:40 -0700
24125              Message-Id: <20000918050540.C652@ilmd>
24126      Branch: perl
24127            ! lib/overload.pm sv.c t/pragma/overload.t
24128 ____________________________________________________________________________
24129 [  7103] By: nick                                  on 2000/09/30  12:53:36
24130         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
24131              From: Johan Vromans <jvromans@squirrel.nl>
24132              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
24133              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
24134      Branch: perl
24135            ! pod/Makefile.SH
24136 ____________________________________________________________________________
24137 [  7102] By: nick                                  on 2000/09/30  12:52:31
24138         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
24139              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24140              Date: Sat, 16 Sep 2000 16:36:45 -0400
24141              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
24142      Branch: perl
24143            ! ext/B/B/Deparse.pm
24144 ____________________________________________________________________________
24145 [  7101] By: nick                                  on 2000/09/30  12:51:41
24146         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
24147              From: Craig A. Berry <craig.berry@psinetcs.com>
24148              Date: Sat, 16 Sep 2000 10:11:10 -0500
24149              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
24150      Branch: perl
24151            ! vms/vms.c
24152 ____________________________________________________________________________
24153 [  7100] By: nick                                  on 2000/09/30  12:50:33
24154         Log: Subject: Re: unicode support and perl [ID 20000901.097]
24155              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24156              Date: Fri, 15 Sep 2000 16:37:58 -0400
24157              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
24158      Branch: perl
24159            ! t/op/append.t
24160 ____________________________________________________________________________
24161 [  7099] By: nick                                  on 2000/09/30  12:49:35
24162         Log: Subject: Re: unicode support and perl [ID 20000901.097]
24163              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24164              Date: Fri, 15 Sep 2000 16:25:30 -0400
24165              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
24166      Branch: perl
24167            ! pp_hot.c
24168 ____________________________________________________________________________
24169 [  7098] By: nick                                  on 2000/09/30  12:48:00
24170         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
24171              From: Gisle Aas <gisle@ActiveState.com>
24172              Date: 15 Sep 2000 16:23:41 +0200
24173              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
24174      Branch: perl
24175            ! toke.c
24176 ____________________________________________________________________________
24177 [  7097] By: nick                                  on 2000/09/30  12:45:16
24178         Log: Subject: [PATCH] Nits in perlmod.pod
24179              From: Daniel Chetlin <daniel@chetlin.com>
24180              Date: Fri, 15 Sep 2000 02:04:09 -0700
24181              Message-Id: <20000915020409.A2104@ilmd>
24182      Branch: perl
24183            ! pod/perlmod.pod
24184 ____________________________________________________________________________
24185 [  7096] By: nick                                  on 2000/09/30  12:18:00
24186         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
24187              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
24188              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
24189              0 to checking to get the warning.
24190      Branch: perl
24191            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
24192            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
24193            ! regexec.c sv.c toke.c utf8.c
24194 ____________________________________________________________________________
24195 [  7095] By: nick                                  on 2000/09/15  16:55:59
24196         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
24197              
24198              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
24199              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24200              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
24201              Date: Fri, 15 Sep 2000 06:37:30 -0400
24202      Branch: perl
24203            ! ext/Encode/Encode.xs sv.c
24204 ____________________________________________________________________________
24205 [  7094] By: jhi                                   on 2000/09/15  03:23:32
24206         Log: Update Changes.
24207      Branch: perl
24208            ! Changes patchlevel.h
24209 ____________________________________________________________________________
24210 [  7093] By: jhi                                   on 2000/09/15  03:11:44
24211         Log: Fix for the charnames.t failures from Spider Boardman.
24212      Branch: perl
24213            ! toke.c
24214 ____________________________________________________________________________
24215 [  7092] By: jhi                                   on 2000/09/15  00:15:48
24216         Log: Botched the #7090 check-in.
24217      Branch: perl
24218            ! sv.c
24219 ____________________________________________________________________________
24220 [  7091] By: jhi                                   on 2000/09/14  23:33:24
24221         Log: Part of #7081 didn't come through.
24222      Branch: perl
24223            ! embed.pl proto.h
24224 ____________________________________________________________________________
24225 [  7090] By: jhi                                   on 2000/09/14  23:17:39
24226         Log: Subject: Re: perl@7078 
24227              From: Spider Boardman <spider@web.zk3.dec.com>
24228              Date: Thu, 14 Sep 2000 19:06:36 -0400
24229              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
24230      Branch: perl
24231            ! sv.c toke.c
24232 ____________________________________________________________________________
24233 [  7089] By: jhi                                   on 2000/09/14  23:11:21
24234         Log: Small portability tweaks.
24235      Branch: perl
24236            ! ext/Encode/Encode.xs
24237 ____________________________________________________________________________
24238 [  7088] By: jhi                                   on 2000/09/14  22:57:23
24239         Log: Fake return to pacify picky compilers.
24240      Branch: perl
24241            ! ext/Encode/Encode.xs
24242 ____________________________________________________________________________
24243 [  7087] By: jhi                                   on 2000/09/14  22:53:37
24244         Log: Subject: [PATCH] utf8.c apidoc
24245              From: Simon Cozens <simon@cozens.net>
24246              Date: Thu, 14 Sep 2000 23:46:57 +0100
24247              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
24248      Branch: perl
24249            ! perlapi.c pod/perlapi.pod utf8.c
24250 ____________________________________________________________________________
24251 [  7086] By: jhi                                   on 2000/09/14  22:40:38
24252         Log: We don't need to count the high bit bytes, a boolean is enough. 
24253      Branch: perl
24254            ! sv.c
24255 ____________________________________________________________________________
24256 [  7085] By: jhi                                   on 2000/09/14  21:20:09
24257         Log: Replace #7084 with
24258              
24259              Subject: Re: perl@7078 
24260              From: Spider Boardman <spider@web.zk3.dec.com>
24261              Date: Thu, 14 Sep 2000 17:09:36 -0400
24262              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
24263      Branch: perl
24264            ! sv.c utf8.c
24265 ____________________________________________________________________________
24266 [  7084] By: jhi                                   on 2000/09/14  20:03:34
24267         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
24268              convertable to bytes by checking it doesn't go above 0xc3
24269              
24270              Subject: Re: perl@7078
24271              From: Simon Cozens <simon@cozens.net>
24272              Date: Thu, 14 Sep 2000 20:59:19 +0100
24273              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
24274      Branch: perl
24275            ! utf8.c
24276 ____________________________________________________________________________
24277 [  7083] By: jhi                                   on 2000/09/14  19:38:47
24278         Log: Subject: Re: perl@7078
24279              From: Simon Cozens <simon@cozens.net>
24280              Date: Thu, 14 Sep 2000 20:13:09 +0100
24281              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
24282      Branch: perl
24283            ! t/op/bop.t
24284 ____________________________________________________________________________
24285 [  7082] By: jhi                                   on 2000/09/14  17:50:44
24286         Log: The one that got away.
24287      Branch: perl
24288            ! lib/File/Find.pm
24289 ____________________________________________________________________________
24290 [  7081] By: jhi                                   on 2000/09/14  17:45:35
24291         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
24292              From: Robin Barker <rmb1@cise.npl.co.uk>
24293              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
24294              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
24295      Branch: perl
24296            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
24297            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
24298            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
24299            ! regcomp.c toke.c universal.c
24300 ____________________________________________________________________________
24301 [  7080] By: jhi                                   on 2000/09/14  17:40:35
24302         Log: Problems picked up by AIX cc.
24303              
24304              Subject: Re: perl@7078 (patch included)
24305              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24306              Date: Thu, 14 Sep 2000 18:53:30 +0200
24307              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
24308      Branch: perl
24309            ! ext/Encode/Encode.xs
24310 ____________________________________________________________________________
24311 [  7079] By: jhi                                   on 2000/09/14  17:38:27
24312         Log: Subject: File::Find 5.7.0 POD nits
24313              From: Rich Morin <rdm@cfcl.com>
24314              Date: Wed, 13 Sep 2000 22:03:58 -0700
24315              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
24316      Branch: perl
24317            ! lib/File/Find.pm
24318 ____________________________________________________________________________
24319 [  7078] By: jhi                                   on 2000/09/14  14:58:20
24320         Log: Update Changes.
24321      Branch: perl
24322            ! Changes patchlevel.h
24323 ____________________________________________________________________________
24324 [  7077] By: jhi                                   on 2000/09/14  14:55:54
24325         Log: Compilation warnings and an error.
24326      Branch: perl
24327            ! sv.c
24328 ____________________________________________________________________________
24329 [  7076] By: jhi                                   on 2000/09/14  14:42:56
24330         Log: Fix for a parsing bug, not for the original bug.
24331              
24332              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
24333              From: Spider Boardman <spider@web.zk3.dec.com>
24334              Date: Wed, 13 Sep 2000 17:52:20 -0400
24335              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
24336      Branch: perl
24337            ! regcomp.c
24338 ____________________________________________________________________________
24339 [  7075] By: jhi                                   on 2000/09/14  14:40:40
24340         Log: Batch of UTF-8 patches from Simon Cozens.
24341      Branch: perl
24342            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
24343            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
24344            ! toke.c utf8.c
24345 ____________________________________________________________________________
24346 [  7074] By: jhi                                   on 2000/09/14  14:29:58
24347         Log: Subject: Re: Two advertising clauses need to be removed
24348              From: Russ Allbery <rra@stanford.edu>
24349              Date: 13 Sep 2000 18:50:26 -0700
24350              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
24351      Branch: perl
24352            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
24353 ____________________________________________________________________________
24354 [  7073] By: jhi                                   on 2000/09/14  14:28:20
24355         Log: Subject: [PATCH] de-wall t/README
24356              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24357              Date: Wed, 13 Sep 2000 17:46:55 -0700
24358              Message-ID: <//Bw5gzkge/e092yn@efn.org>
24359      Branch: perl
24360            ! t/README
24361 ____________________________________________________________________________
24362 [  7072] By: jhi                                   on 2000/09/14  14:25:10
24363         Log: Hints optimization.
24364              
24365              Subject: Minor nit
24366              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24367              Date: Wed, 13 Sep 2000 21:42:07 +0200
24368              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
24369      Branch: perl
24370            ! hints/hpux.sh
24371 ____________________________________________________________________________
24372 [  7071] By: jhi                                   on 2000/09/14  14:23:30
24373         Log: Allow chop() and chomp() to be overridden.
24374              
24375              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
24376              From: "Casey R. Tweten" <crt@kiski.net>
24377              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
24378              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
24379      Branch: perl
24380            ! toke.c
24381 ____________________________________________________________________________
24382 [  7070] By: jhi                                   on 2000/09/14  14:20:36
24383         Log: The return value of setlocale must be copied away.
24384              
24385              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
24386              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24387              Date: Wed, 13 Sep 2000 16:27:37 +0100 
24388              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
24389      Branch: perl
24390            ! util.c
24391 ____________________________________________________________________________
24392 [  7069] By: jhi                                   on 2000/09/14  14:16:27
24393         Log: Remove vestiges of tr//CU.
24394              
24395              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
24396              From: Nick Clark <nick@plum.flirble.org>
24397              Date: Tue, 12 Sep 2000 22:50:14 +0100
24398              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
24399              
24400              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
24401              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24402              Date: Tue, 12 Sep 2000 21:38:48 -0700
24403              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
24404      Branch: perl
24405            ! op.h pod/perlunicode.pod
24406 ____________________________________________________________________________
24407 [  7068] By: jhi                                   on 2000/09/13  14:18:39
24408         Log: Add the Encode extension.  The code is still largely just skeleton.
24409      Branch: perl
24410            + ext/Encode/Encode.pm ext/Encode/Encode.xs
24411            + ext/Encode/Makefile.PL ext/Encode/Todo
24412            ! MANIFEST Todo-5.6
24413 ____________________________________________________________________________
24414 [  7067] By: jhi                                   on 2000/09/12  17:43:33
24415         Log: Allow for whitespace between "#" and "line" in cpp output.
24416              
24417              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
24418              From: Calle Dybedahl <calle@lysator.liu.se>
24419              Date: 12 Sep 2000 19:38:02 +0200 
24420              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
24421      Branch: perl
24422            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
24423 ____________________________________________________________________________
24424 [  7066] By: gsar                                  on 2000/09/12  17:24:29
24425         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
24426              initialization in all the threads on Windows
24427      Branch: perl
24428            ! win32/win32.c
24429 ____________________________________________________________________________
24430 [  7065] By: jhi                                   on 2000/09/12  15:11:31
24431         Log: Update Changes.
24432      Branch: perl
24433            ! Changes patchlevel.h
24434 ____________________________________________________________________________
24435 [  7064] By: jhi                                   on 2000/09/12  14:54:54
24436         Log: Retract #7062, the pod tests are not ready.
24437      Branch: perl
24438            ! t/TEST t/harness
24439 ____________________________________________________________________________
24440 [  7063] By: jhi                                   on 2000/09/12  14:25:41
24441         Log: The #7054 truncated Configure badly.
24442      Branch: metaconfig/U/perl
24443            ! End.U
24444      Branch: perl
24445            ! Configure config_h.SH
24446 ____________________________________________________________________________
24447 [  7062] By: jhi                                   on 2000/09/12  14:08:32
24448         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
24449              From: sthoenna@efn.org
24450              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
24451              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
24452      Branch: perl
24453            ! t/TEST t/harness
24454 ____________________________________________________________________________
24455 [  7061] By: jhi                                   on 2000/09/12  14:07:18
24456         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
24457              From: sthoenna@efn.org
24458              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
24459              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
24460      Branch: perl
24461            ! pod/perlxs.pod
24462 ____________________________________________________________________________
24463 [  7060] By: jhi                                   on 2000/09/12  14:06:08
24464         Log: Break up the myconfig lines a bit.
24465              
24466              Subject: perlbug/perl -V output format
24467              From: sthoenna@efn.org
24468              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
24469              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
24470      Branch: perl
24471            ! myconfig.SH
24472 ____________________________________________________________________________
24473 [  7059] By: jhi                                   on 2000/09/12  14:05:04
24474         Log: Test for the #7049.
24475              
24476              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
24477              From: andreas.koenig@anima.de (Andreas J. Koenig)
24478              Date: 12 Sep 2000 06:42:01 +0200
24479              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
24480      Branch: perl
24481            ! t/op/my.t
24482 ____________________________________________________________________________
24483 [  7058] By: jhi                                   on 2000/09/12  14:03:05
24484         Log: Subject: [patch: perl@7045] vms updates
24485              From: Peter Prymmer <pvhp@forte.com>
24486              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
24487              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
24488      Branch: perl
24489            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
24490 ____________________________________________________________________________
24491 [  7057] By: jhi                                   on 2000/09/12  14:00:51
24492         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
24493              From: sthoenna@efn.org
24494              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
24495              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
24496      Branch: perl
24497            ! t/op/64bitint.t
24498 ____________________________________________________________________________
24499 [  7056] By: jhi                                   on 2000/09/12  13:58:14
24500         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
24501              From: Jeff Pinyan <jeffp@crusoe.net>
24502              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
24503              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
24504      Branch: perl
24505            ! pod/perlfunc.pod
24506 ____________________________________________________________________________
24507 [  7055] By: jhi                                   on 2000/09/12  13:56:32
24508         Log: Do in VMS as the #7054 does.
24509      Branch: perl
24510            ! configure.com
24511 ____________________________________________________________________________
24512 [  7054] By: jhi                                   on 2000/09/12  13:50:31
24513         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
24514              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24515              Date: Mon, 11 Sep 2000 08:33:09 +0100
24516              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
24517      Branch: metaconfig/U/perl
24518            ! End.U
24519      Branch: perl
24520            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
24521            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
24522 ____________________________________________________________________________
24523 [  7053] By: jhi                                   on 2000/09/12  13:29:19
24524         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
24525              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24526              Date:     Tue, 12 Sep 2000 08:35:59 EDT
24527              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
24528      Branch: perl
24529            ! vms/test.com
24530 ____________________________________________________________________________
24531 [  7052] By: jhi                                   on 2000/09/11  23:01:50
24532         Log: Document the SvUTF8*().
24533      Branch: perl
24534            ! pod/perlapi.pod sv.h
24535 ____________________________________________________________________________
24536 [  7051] By: gsar                                  on 2000/09/11  14:46:30
24537         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
24538              (missed a spot when fixing up op_pmreplroot hack for ithreads)
24539      Branch: perl
24540            ! op.c t/op/split.t
24541 ____________________________________________________________________________
24542 [  7050] By: nick                                  on 2000/09/11  10:03:51
24543         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
24544              
24545              Subject: borland C++ win32.c tweak
24546              From: Vadim Konovalov <vkonovalov@lucent.com>
24547              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
24548              Date: Mon, 11 Sep 2000 11:22:33 +0400
24549      Branch: perl
24550            ! win32/win32.c
24551 ____________________________________________________________________________
24552 [  7049] By: nick                                  on 2000/09/11  09:57:33
24553         Log: Point fix for s/// on foreach (keys %xxx).
24554      Branch: perl
24555            ! pp_hot.c
24556 ____________________________________________________________________________
24557 [  7048] By: jhi                                   on 2000/09/10  23:37:09
24558         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
24559              by Pod::Text, from Brad Appleton.
24560      Branch: perl
24561            ! t/pod/testp2pt.pl
24562 ____________________________________________________________________________
24563 [  7047] By: jhi                                   on 2000/09/10  14:32:53
24564         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
24565              by Russ Allbery.
24566      Branch: perl
24567            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
24568 ____________________________________________________________________________
24569 [  7046] By: jhi                                   on 2000/09/10  14:15:08
24570         Log: Upgrade to CPAN 1.57_65, from Andreas König.
24571      Branch: perl
24572            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24573 ____________________________________________________________________________
24574 [  7045] By: jhi                                   on 2000/09/08  21:36:32
24575         Log: Update Changes.
24576      Branch: perl
24577            ! Changes patchlevel.h
24578 ____________________________________________________________________________
24579 [  7044] By: jhi                                   on 2000/09/08  21:29:56
24580         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
24581              From: Peter Prymmer <pvhp@forte.com>
24582              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
24583              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
24584      Branch: perl
24585            ! configure.com
24586 ____________________________________________________________________________
24587 [  7043] By: jhi                                   on 2000/09/08  21:27:50
24588         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
24589              From: Peter Prymmer <pvhp@forte.com>
24590              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
24591              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
24592      Branch: perl
24593            ! Makefile.SH installperl
24594 ____________________________________________________________________________
24595 [  7042] By: jhi                                   on 2000/09/08  21:23:21
24596         Log: Continue #7041.
24597      Branch: perl
24598            ! cygwin/Makefile.SHs os2/Makefile.SHs
24599 ____________________________________________________________________________
24600 [  7041] By: jhi                                   on 2000/09/08  21:18:10
24601         Log: Do away with memory models cruft.  Sorry, PDP users.
24602      Branch: metaconfig
24603            ! U/modified/cc.U U/modified/libpth.U
24604      Branch: perl
24605            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
24606            ! Porting/config_H cflags.SH config_h.SH configure.com
24607            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
24608            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
24609            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
24610 ____________________________________________________________________________
24611 [  7040] By: jhi                                   on 2000/09/08  14:34:18
24612         Log: Major rewrite of s2p.  And I mean really major, it is
24613              an implementation of sed in perl.  If called as s2p it
24614              will function as s2p.  Note: needs non-UNIXifying.
24615              
24616              Subject: s2p
24617              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
24618              Date: Mon, 28 Aug 2000 14:05:12 +0200
24619              Message-ID: <39AA5578.2102E2AA@alcatel.at>
24620      Branch: perl
24621            ! x2p/s2p.PL
24622 ____________________________________________________________________________
24623 [  7039] By: jhi                                   on 2000/09/08  14:19:49
24624         Log: Re-allow vec() for characters > 255.
24625              
24626              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
24627              From: Spider Boardman <spider@web.zk3.dec.com>
24628              Date: Fri, 08 Sep 2000 02:21:02 -0400
24629              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
24630      Branch: perl
24631            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
24632            ! t/op/vec.t
24633 ____________________________________________________________________________
24634 [  7038] By: jhi                                   on 2000/09/08  14:14:18
24635         Log: Subject: [PATCH lib/Benchmark.pm]
24636              From: <abigail@foad.org>
24637              Date: Thu, 7 Sep 2000 15:03:20 -0400
24638              Message-ID: <20000907190320.888.qmail@foad.org>
24639      Branch: perl
24640            ! lib/Benchmark.pm
24641 ____________________________________________________________________________
24642 [  7037] By: jhi                                   on 2000/09/08  14:11:06
24643         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
24644              
24645              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
24646              From: Spider Boardman <spider@web.zk3.dec.com>
24647              Date: Fri, 08 Sep 2000 01:30:27 -0400
24648              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
24649      Branch: perl
24650            ! op.c
24651 ____________________________________________________________________________
24652 [  7036] By: jhi                                   on 2000/09/08  14:08:58
24653         Log: Subject: [ID 20000908.002] perlipc documentation bug.
24654              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
24655              Date: Fri, 08 Sep 2000 12:38:32 +0200
24656              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
24657      Branch: perl
24658            ! pod/perlipc.pod
24659 ____________________________________________________________________________
24660 [  7035] By: jhi                                   on 2000/09/08  14:03:12
24661         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
24662              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24663              Date: Fri, 08 Sep 2000 11:47:34 +0200
24664              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
24665      Branch: perl
24666            ! hints/dec_osf.sh
24667 ____________________________________________________________________________
24668 [  7034] By: jhi                                   on 2000/09/08  13:59:35
24669         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
24670              From: Simon Cozens <simon@cozens.net>
24671              Date: Thu, 7 Sep 2000 20:40:38 +0100
24672              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
24673      Branch: perl
24674            ! pp_hot.c
24675 ____________________________________________________________________________
24676 [  7033] By: jhi                                   on 2000/09/08  04:03:03
24677         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
24678              From: "Larry W. Virden" <lvirden@cas.org>
24679              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
24680              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
24681      Branch: perl
24682            ! pod/perldiag.pod
24683 ____________________________________________________________________________
24684 [  7032] By: jhi                                   on 2000/09/07  22:18:30
24685         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
24686              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
24687              Date: Mon, 04 Sep 2000 13:16:38 -0700
24688              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
24689      Branch: perl
24690            ! lib/perl5db.pl
24691 ____________________________________________________________________________
24692 [  7031] By: jhi                                   on 2000/09/07  22:02:29
24693         Log: Fix the ccversion detection for 5.1 and beyond.
24694              
24695              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
24696              From: Spider Boardman <spider@leggy.zk3.dec.com>
24697              Date: Thu, 7 Sep 2000 17:54:27 -0400
24698              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
24699      Branch: perl
24700            ! hints/dec_osf.sh
24701 ____________________________________________________________________________
24702 [  7030] By: jhi                                   on 2000/09/07  19:12:28
24703         Log: Fix for
24704              
24705              Subject: [ID 20000903.001] \w in utf8-strings
24706              From: Marc Lehmann <pcg@goof.com>
24707              Date: Sun, 03 Sep 2000 09:44:29 +0200
24708              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
24709              
24710              and various related nits.
24711      Branch: perl
24712            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
24713 ____________________________________________________________________________
24714 [  7029] By: jhi                                   on 2000/09/07  18:49:09
24715         Log: Fix the URL, but the server is still missing in action.
24716              
24717              Subject: [ID 20000905.002] perlfaq1.pod URL error
24718              From: "Larry W. Virden" <lvirden@cas.org>
24719              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
24720              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
24721      Branch: perl
24722            ! pod/perlfaq1.pod
24723 ____________________________________________________________________________
24724 [  7028] By: jhi                                   on 2000/09/07  18:47:13
24725         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
24726              From: Hugo <hv@crypt.compulink.co.uk>
24727              Date: Tue, 05 Sep 2000 14:13:37 +0100
24728              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
24729      Branch: perl
24730            ! toke.c
24731 ____________________________________________________________________________
24732 [  7027] By: jhi                                   on 2000/09/07  18:45:35
24733         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
24734              From: Daniel Chetlin <daniel@chetlin.com>
24735              Date: Tue, 5 Sep 2000 04:57:07 -0700
24736              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
24737      Branch: perl
24738            ! pod/perlfaq6.pod pod/perlop.pod
24739 ____________________________________________________________________________
24740 [  7026] By: jhi                                   on 2000/09/07  18:44:01
24741         Log: Document the new ref() semantics.
24742              
24743              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
24744              From: Gisle Aas <gisle@ActiveState.com>
24745              Date: 05 Sep 2000 08:10:30 +0200
24746              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
24747      Branch: perl
24748            ! pod/perldelta.pod
24749 ____________________________________________________________________________
24750 [  7025] By: jhi                                   on 2000/09/07  18:42:27
24751         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
24752              
24753              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
24754              From: Gisle Aas <gisle@ActiveState.com>
24755              Date: 05 Sep 2000 08:11:40 +0200
24756              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
24757      Branch: perl
24758            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
24759 ____________________________________________________________________________
24760 [  7024] By: jhi                                   on 2000/09/07  18:39:32
24761         Log: Subject: [PATCH] Modernize Opcode.pm documentation
24762              From: Gisle Aas <gisle@ActiveState.com>
24763              Date: 4 Sep 2000 00:18:55 -0000
24764              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
24765      Branch: perl
24766            ! ext/Opcode/Opcode.pm
24767 ____________________________________________________________________________
24768 [  7023] By: jhi                                   on 2000/09/07  18:37:42
24769         Log: Subject: [PATCH] Tied filehandle documentation
24770              From: Gisle Aas <gisle@ActiveState.com>
24771              Date: 4 Sep 2000 00:14:40 -0000
24772              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
24773      Branch: perl
24774            ! pod/perlfunc.pod pod/perltie.pod
24775 ____________________________________________________________________________
24776 [  7022] By: jhi                                   on 2000/09/07  18:35:37
24777         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
24778              From: Gisle Aas <gisle@ActiveState.com>
24779              Date: 4 Sep 2000 00:04:22 -0000
24780              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
24781      Branch: perl
24782            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
24783 ____________________________________________________________________________
24784 [  7021] By: jhi                                   on 2000/09/07  18:33:22
24785         Log: Subject: small apidoc fix
24786              From: Marc Lehmann <pcg@goof.com>
24787              Date: Sun, 3 Sep 2000 05:12:06 +0200
24788              Message-ID: <20000903051206.A5909@cerebro.laendle>
24789      Branch: perl
24790            ! pod/perlapi.pod utf8.c
24791 ____________________________________________________________________________
24792 [  7020] By: jhi                                   on 2000/09/07  16:14:57
24793         Log: Tiny perldelta nits.
24794      Branch: perl
24795            ! pod/perldelta.pod
24796 ____________________________________________________________________________
24797 [  7019] By: jhi                                   on 2000/09/07  16:04:20
24798         Log: Guard against bad string->int conversion for quads.
24799      Branch: perl
24800            ! t/op/64bitint.t
24801 ____________________________________________________________________________
24802 [  7018] By: jhi                                   on 2000/09/06  17:07:03
24803         Log: Update Unicode todo list.
24804      Branch: perl
24805            ! Todo-5.6
24806 ____________________________________________________________________________
24807 [  7017] By: jhi                                   on 2000/09/05  21:16:01
24808         Log: Document the SvIOK_.*UV().
24809      Branch: perl
24810            ! pod/perlapi.pod sv.h
24811 ____________________________________________________________________________
24812 [  7016] By: nick                                  on 2000/09/03  21:54:46
24813         Log: Hash lookup of constant strings optimization:
24814              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
24815              to string table (as per sharepvn). Add newSV_pvn_share to create such
24816              a thing. Make hv.c compare addresses of strings and skip string compare
24817              if equal. Make method_named and helem ops use these shared-string SVs
24818              when arg is constant. Make keys op return shared-string SVs (less clearly
24819              a win).
24820      Branch: perl
24821            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
24822            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
24823            ! pod/perlintern.pod pp_hot.c proto.h sv.c
24824 ____________________________________________________________________________
24825 [  7015] By: jhi                                   on 2000/09/02  17:48:59
24826         Log: This is 5.7.0.
24827      Branch: perl
24828            ! Changes
24829 ____________________________________________________________________________
24830 [  7014] By: jhi                                   on 2000/09/02  17:35:45
24831         Log: Changes and patchlevel tweaks.
24832      Branch: perl
24833            ! Changes patchlevel.h
24834 ____________________________________________________________________________
24835 [  7013] By: jhi                                   on 2000/09/02  17:30:50
24836         Log: Update Changes.
24837      Branch: perl
24838            ! Changes patchlevel.h
24839 ____________________________________________________________________________
24840 [  7012] By: nick                                  on 2000/09/02  17:25:20
24841         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
24842      Branch: perl
24843            ! gv.c lib/overload.pm
24844 ____________________________________________________________________________
24845 [  7011] By: jhi                                   on 2000/09/02  17:16:25
24846         Log: Update perlhist.
24847      Branch: perl
24848            ! pod/perlhist.pod
24849 ____________________________________________________________________________
24850 [  7010] By: jhi                                   on 2000/09/02  17:01:35
24851         Log: perldelta nits.
24852      Branch: perl
24853            ! pod/perldelta.pod
24854 ____________________________________________________________________________
24855 [  7009] By: nick                                  on 2000/09/02  16:48:35
24856         Log: If overloaded %{} etc. return the object do not loop.
24857              Thus  sub deref { $_[0] } functions if object is wanted type.
24858      Branch: perl
24859            ! pp.h
24860 ____________________________________________________________________________
24861 [  7008] By: jhi                                   on 2000/09/02  16:26:11
24862         Log: Retab MANIFEST.
24863      Branch: perl
24864            ! ext/Storable/MANIFEST
24865 ____________________________________________________________________________
24866 [  7007] By: jhi                                   on 2000/09/02  16:23:02
24867         Log: Make certain cc is set before trying to run it.
24868      Branch: perl
24869            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
24870 ____________________________________________________________________________
24871 [  7006] By: jhi                                   on 2000/09/02  15:45:41
24872         Log: Unicode notes.
24873      Branch: perl
24874            ! pod/perldelta.pod
24875 ____________________________________________________________________________
24876 [  7005] By: jhi                                   on 2000/09/02  15:42:11
24877         Log: Various Configure nits by Philip Newton,
24878              plus the ebcdic one by me.
24879      Branch: metaconfig
24880            + U/modified/pager.U
24881            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
24882      Branch: metaconfig/U/perl
24883            ! Devel.U quadfio.U
24884      Branch: perl
24885            ! Configure config_h.SH
24886 ____________________________________________________________________________
24887 [  7004] By: jhi                                   on 2000/09/02  15:06:14
24888         Log: Apparently avoiding the swapping is too costly.
24889              
24890              From: "Ben Tilly" <ben_tilly@hotmail.com>
24891              Subject: Re: the door is closed.
24892              Date: Fri, 01 Sep 2000 20:23:16 EDT
24893              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
24894      Branch: perl
24895            ! pod/perlfaq4.pod
24896 ____________________________________________________________________________
24897 [  7003] By: nick                                  on 2000/09/02  12:26:04
24898         Log: Undo part of change 6489 which looks like a bulk edit which
24899              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
24900              The supressing of main:: on return from select() is undesirable.
24901      Branch: perl
24902            ! pp_sys.c
24903 ____________________________________________________________________________
24904 [  7002] By: jhi                                   on 2000/09/01  23:08:54
24905         Log: Update Changes.
24906      Branch: perl
24907            ! Changes patchlevel.h
24908 ____________________________________________________________________________
24909 [  7001] By: jhi                                   on 2000/09/01  23:00:13
24910         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
24911              From: Peter Prymmer <pvhp@forte.com>
24912              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
24913              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
24914              
24915              plus rework the http: spots as suggested by Tom Christiansen,
24916              plus regen perltoc.
24917      Branch: perl
24918            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
24919            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
24920 ____________________________________________________________________________
24921 [  7000] By: jhi                                   on 2000/09/01  22:36:01
24922         Log: Only the first line, thank you very much.
24923      Branch: perl
24924            ! hints/solaris_2.sh
24925 ____________________________________________________________________________
24926 [  6999] By: gsar                                  on 2000/09/01  22:16:40
24927         Log: change#6791 accidentally clobbered change#6710, put it back
24928      Branch: perl
24929            ! win32/win32.c
24930 ____________________________________________________________________________
24931 [  6998] By: jhi                                   on 2000/09/01  22:14:16
24932         Log: Mention the HP-UX LP64 freak failure.
24933      Branch: perl
24934            ! pod/perldelta.pod
24935 ____________________________________________________________________________
24936 [  6997] By: jhi                                   on 2000/09/01  21:48:32
24937         Log: Detypo.
24938      Branch: perl
24939            ! hints/hpux.sh
24940 ____________________________________________________________________________
24941 [  6996] By: jhi                                   on 2000/09/01  21:27:10
24942         Log: Update Changes.
24943      Branch: perl
24944            ! Changes patchlevel.h
24945 ____________________________________________________________________________
24946 [  6995] By: jhi                                   on 2000/09/01  21:14:24
24947         Log: Mi splgn s gnin.g
24948      Branch: perl
24949            ! pp_ctl.c
24950 ____________________________________________________________________________
24951 [  6994] By: jhi                                   on 2000/09/01  21:09:54
24952         Log: Subject: http:// in L<>
24953              From: Nicholas Clark <nick@ccl4.org>
24954              Date: Fri, 1 Sep 2000 22:03:21 +0100
24955              Message-ID: <20000901220321.B72074@plum.flirble.org>
24956      Branch: perl
24957            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
24958 ____________________________________________________________________________
24959 [  6993] By: jhi                                   on 2000/09/01  21:06:54
24960         Log: Update to Storable 1.0, from Raphael Manfredi.
24961      Branch: perl
24962            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
24963            ! ext/Storable/Makefile.PL ext/Storable/README
24964            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
24965            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
24966            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
24967            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
24968            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
24969            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
24970 ____________________________________________________________________________
24971 [  6992] By: jhi                                   on 2000/09/01  20:43:05
24972         Log: Mention known sfio+linux buglet.
24973      Branch: perl
24974            ! pod/perldelta.pod
24975 ____________________________________________________________________________
24976 [  6991] By: jhi                                   on 2000/09/01  20:40:11
24977         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
24978              From: Peter Prymmer <pvhp@forte.com>
24979              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
24980              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
24981      Branch: perl
24982            ! vms/vms.c
24983 ____________________________________________________________________________
24984 [  6990] By: jhi                                   on 2000/09/01  20:25:26
24985         Log: Retract #6986.
24986      Branch: perl
24987            ! hints/solaris_2.sh
24988 ____________________________________________________________________________
24989 [  6989] By: jhi                                   on 2000/09/01  20:23:00
24990         Log: Mergesort is back.
24991      Branch: perl
24992            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
24993 ____________________________________________________________________________
24994 [  6988] By: jhi                                   on 2000/09/01  19:37:40
24995         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
24996              From: Mike Guy <mjtg@cam.ac.uk>
24997              Date: Fri, 01 Sep 2000 17:43:33 +0100
24998              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
24999      Branch: perl
25000            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
25001            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
25002 ____________________________________________________________________________
25003 [  6987] By: jhi                                   on 2000/09/01  19:17:10
25004         Log: Regen perltoc.
25005      Branch: perl
25006            ! pod/perltoc.pod
25007 ____________________________________________________________________________
25008 [  6986] By: jhi                                   on 2000/09/01  18:51:10
25009         Log: Subject: Re: Solaris x86 has no SPARC libraries!
25010              From: Lupe Christoph <lupe@lupe-christoph.de>
25011              Date: Fri, 1 Sep 2000 20:41:20 +0200
25012              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
25013      Branch: perl
25014            ! hints/solaris_2.sh
25015 ____________________________________________________________________________
25016 [  6985] By: jhi                                   on 2000/09/01  18:28:10
25017         Log: Update Changes.
25018      Branch: perl
25019            ! Changes patchlevel.h
25020 ____________________________________________________________________________
25021 [  6984] By: jhi                                   on 2000/09/01  18:26:53
25022         Log: Feature ordering tweak.
25023      Branch: perl
25024            ! myconfig.SH
25025 ____________________________________________________________________________
25026 [  6983] By: jhi                                   on 2000/09/01  18:19:50
25027         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
25028              From: <abigail@foad.org>
25029              Date: Fri, 1 Sep 2000 13:07:32 -0400
25030              Message-ID: <20000901170732.18249.qmail@foad.org>
25031      Branch: perl
25032            ! t/pragma/overload.t
25033 ____________________________________________________________________________
25034 [  6982] By: jhi                                   on 2000/09/01  18:17:54
25035         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
25036              so that case-ignoring systems like DCL can tell them from
25037              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
25038      Branch: metaconfig/U/perl
25039            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
25040      Branch: perl
25041            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25042            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
25043            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
25044            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
25045            ! vos/config.def vos/config.h vos/config_h.SH_orig
25046            ! win32/config.bc win32/config.gc win32/config.vc
25047 ____________________________________________________________________________
25048 [  6981] By: nick                                  on 2000/09/01  17:21:57
25049         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
25050              warning when UNTIE exists and instead pass the cound of extra references to
25051              the UNTIE method.
25052      Branch: perl
25053            ! pod/perltie.pod pp_sys.c
25054 ____________________________________________________________________________
25055 [  6980] By: jhi                                   on 2000/09/01  16:54:44
25056         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
25057              From: Peter Prymmer <pvhp@forte.com>
25058              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
25059              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
25060      Branch: perl
25061            ! configure.com
25062 ____________________________________________________________________________
25063 [  6979] By: jhi                                   on 2000/09/01  16:06:20
25064         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
25065              From: Mike Guy <mjtg@cam.ac.uk> 
25066              Date: Fri, 01 Sep 2000 16:49:27 +0100
25067              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
25068      Branch: perl
25069            ! t/base/rs.t
25070 ____________________________________________________________________________
25071 [  6978] By: jhi                                   on 2000/09/01  16:00:42
25072         Log: Update to PodParser 1.18, from Brad Appleton.
25073      Branch: perl
25074            ! lib/Pod/Checker.pm t/pod/find.t
25075 ____________________________________________________________________________
25076 [  6977] By: jhi                                   on 2000/09/01  14:48:58
25077         Log: Subject: Nit in Configure (bleadperl@6961)
25078              From: Lupe Christoph <lupe@lupe-christoph.de>
25079              Date: Fri, 1 Sep 2000 16:34:29 +0200
25080              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
25081      Branch: metaconfig
25082            ! U/compline/ccflags.U
25083      Branch: perl
25084            ! Configure config_h.SH
25085 ____________________________________________________________________________
25086 [  6976] By: jhi                                   on 2000/09/01  14:39:52
25087         Log: Update Changes.
25088      Branch: perl
25089            ! Changes patchlevel.h
25090 ____________________________________________________________________________
25091 [  6975] By: jhi                                   on 2000/09/01  14:37:36
25092         Log: microperl config update.
25093      Branch: perl
25094            ! uconfig.h uconfig.sh
25095 ____________________________________________________________________________
25096 [  6974] By: jhi                                   on 2000/09/01  14:36:53
25097         Log: Document known deficiencies.
25098      Branch: perl
25099            ! pod/perldelta.pod
25100 ____________________________________________________________________________
25101 [  6973] By: jhi                                   on 2000/09/01  14:10:20
25102         Log: Mention warnings fixes and updates.
25103      Branch: perl
25104            ! pod/perldelta.pod
25105 ____________________________________________________________________________
25106 [  6972] By: jhi                                   on 2000/09/01  14:01:52
25107         Log: Drop unused argument.
25108              
25109              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
25110              From: Spider Boardman <spider@web.zk3.dec.com>
25111              Date: Thu, 31 Aug 2000 16:10:15 -0400
25112              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
25113      Branch: perl
25114            ! toke.c
25115 ____________________________________________________________________________
25116 [  6971] By: jhi                                   on 2000/09/01  13:59:24
25117         Log: Add the overload warnings to perldiag.
25118      Branch: perl
25119            ! lib/overload.pm pod/perldiag.pod
25120 ____________________________________________________________________________
25121 [  6970] By: jhi                                   on 2000/09/01  13:55:10
25122         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
25123              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25124              Date: Fri, 1 Sep 2000 13:43:15 +0100 
25125              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
25126      Branch: perl
25127            ! lib/overload.pm t/pragma/overload.t
25128 ____________________________________________________________________________
25129 [  6969] By: jhi                                   on 2000/09/01  13:52:27
25130         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
25131              From: <abigail@foad.org>
25132              Date: Fri, 1 Sep 2000 05:46:54 -0400
25133              Message-ID: <20000901094654.6476.qmail@foad.org>
25134      Branch: perl
25135            ! lib/overload.pm
25136 ____________________________________________________________________________
25137 [  6968] By: jhi                                   on 2000/09/01  13:50:05
25138         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
25139              From: Daniel Chetlin <daniel@chetlin.com>
25140              Date: Fri, 1 Sep 2000 02:10:55 -0700
25141              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
25142      Branch: perl
25143            ! pod/perlretut.pod
25144 ____________________________________________________________________________
25145 [  6967] By: jhi                                   on 2000/09/01  13:47:54
25146         Log: Part of the solution.
25147              
25148              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
25149              From: Mike Guy <mjtg@cam.ac.uk>
25150              Date: Fri, 01 Sep 2000 14:16:01 +0100
25151              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
25152      Branch: perl
25153            ! gv.c mg.c
25154 ____________________________________________________________________________
25155 [  6966] By: jhi                                   on 2000/09/01  13:46:17
25156         Log: Subject: CPAN.pm beta 1.57_57 for the core
25157              From: andreas.koenig@anima.de (Andreas J. Koenig)
25158              Date: 01 Sep 2000 15:16:31 +0200
25159              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
25160      Branch: perl
25161            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25162 ____________________________________________________________________________
25163 [  6965] By: jhi                                   on 2000/09/01  13:43:18
25164         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
25165              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25166              Date: Fri, 01 Sep 2000 01:47:22 -0500
25167              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
25168      Branch: perl
25169            ! pod/perldelta.pod vms/vms.c
25170 ____________________________________________________________________________
25171 [  6964] By: jhi                                   on 2000/09/01  13:35:35
25172         Log: File::Temp patches from Andreas König,
25173              
25174              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
25175              From: andreas.koenig@anima.de (Andreas J. Koenig)
25176              Date: 01 Sep 2000 10:07:20 +0200
25177              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
25178              
25179              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
25180              From: andreas.koenig@anima.de (Andreas J. Koenig)
25181              Date: 31 Aug 2000 23:26:08 +0200
25182              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
25183      Branch: perl
25184            ! lib/File/Temp.pm t/lib/ftmp-security.t
25185 ____________________________________________________________________________
25186 [  6963] By: jhi                                   on 2000/09/01  02:22:24
25187         Log: Retract the mergesort code, way too incompatible licensing
25188              and copyrights.
25189      Branch: perl
25190            ! pod/perldelta.pod pp_ctl.c
25191 ____________________________________________________________________________
25192 [  6962] By: jhi                                   on 2000/08/31  23:27:32
25193         Log: Update Changes.
25194      Branch: perl
25195            ! Changes patchlevel.h
25196 ____________________________________________________________________________
25197 [  6961] By: jhi                                   on 2000/08/31  23:20:04
25198         Log: Small tweaks all over.
25199      Branch: metaconfig
25200            ! U/compline/d_gconvert.U
25201      Branch: perl
25202            ! AUTHORS Configure config_h.SH pp_ctl.c
25203 ____________________________________________________________________________
25204 [  6960] By: jhi                                   on 2000/08/31  22:39:36
25205         Log: Further rewording.
25206      Branch: perl
25207            ! pp_ctl.c
25208 ____________________________________________________________________________
25209 [  6959] By: jhi                                   on 2000/08/31  21:26:44
25210         Log: More address tweaking.
25211      Branch: perl
25212            ! AUTHORS Changes
25213 ____________________________________________________________________________
25214 [  6958] By: jhi                                   on 2000/08/31  20:47:25
25215         Log: AUTHORS tweaks, from Peter Prymmer.
25216              
25217              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
25218              From: Peter Prymmer <pvhp@forte.com>
25219              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
25220              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
25221      Branch: perl
25222            ! AUTHORS MAINTAIN
25223 ____________________________________________________________________________
25224 [  6957] By: jhi                                   on 2000/08/31  20:34:43
25225         Log: perldelta tweaks.
25226      Branch: perl
25227            ! pod/perldelta.pod
25228 ____________________________________________________________________________
25229 [  6956] By: jhi                                   on 2000/08/31  19:11:06
25230         Log: Regen perltoc.
25231      Branch: perl
25232            ! pod/perltoc.pod
25233 ____________________________________________________________________________
25234 [  6955] By: jhi                                   on 2000/08/31  19:06:30
25235         Log: Clarify the mergesort situation.
25236      Branch: perl
25237            ! pp_ctl.c
25238 ____________________________________________________________________________
25239 [  6954] By: jhi                                   on 2000/08/31  18:24:17
25240         Log: Move the Solaris 7 scan to use64bitall, make the
25241              failure to find 64-bot sparc libc to mention the
25242              possibility of being in an intel, from Lupe and Alan.
25243      Branch: perl
25244            ! hints/solaris_2.sh
25245 ____________________________________________________________________________
25246 [  6953] By: jhi                                   on 2000/08/31  18:09:20
25247         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
25248              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
25249      Branch: metaconfig
25250            ! U/compline/d_gconvert.U U/threads/archname.U
25251      Branch: metaconfig/U/perl
25252            ! perlxv.U
25253      Branch: perl
25254            ! Configure config_h.SH sv.c
25255 ____________________________________________________________________________
25256 [  6952] By: jhi                                   on 2000/08/31  17:42:24
25257         Log: :: not allowed in pathnames, change to .
25258              
25259              Subject: [PATCH perl@6938] cygwin port
25260              From: "Fifer, Eric" <EFifer@sanwaint.com>
25261              Date: Thu, 31 Aug 2000 16:32:59 +0100
25262              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
25263      Branch: metaconfig/U/perl
25264            ! perlxv.U
25265 ____________________________________________________________________________
25266 [  6951] By: jhi                                   on 2000/08/31  17:02:05
25267         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
25268      Branch: perl
25269            ! perl.h
25270 ____________________________________________________________________________
25271 [  6950] By: jhi                                   on 2000/08/31  16:26:08
25272         Log: More author updates.
25273              
25274              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
25275              From: Simon Cozens <simon@cozens.net>
25276              Date: Thu, 31 Aug 2000 17:13:32 +0100
25277              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
25278      Branch: perl
25279            ! AUTHORS
25280 ____________________________________________________________________________
25281 [  6949] By: jhi                                   on 2000/08/31  16:04:49
25282         Log: POSIX doesn't report long double values under -Duselongdouble
25283              when the long doubles are "real" (bigger than doubles).
25284              
25285              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
25286              From: Spider Boardman <spider@peano.zk3.dec.com>
25287              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
25288              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
25289      Branch: perl
25290            ! ext/POSIX/POSIX.xs
25291 ____________________________________________________________________________
25292 [  6948] By: jhi                                   on 2000/08/31  15:25:10
25293         Log: Update Changes.
25294      Branch: perl
25295            ! Changes patchlevel.h
25296 ____________________________________________________________________________
25297 [  6947] By: jhi                                   on 2000/08/31  15:22:29
25298         Log: Document UNTIE in a very minimalistic way.
25299      Branch: perl
25300            ! pod/perlfunc.pod pod/perltie.pod
25301 ____________________________________________________________________________
25302 [  6946] By: jhi                                   on 2000/08/31  15:15:23
25303         Log: Document known failures.
25304      Branch: perl
25305            ! pod/perldelta.pod
25306 ____________________________________________________________________________
25307 [  6945] By: jhi                                   on 2000/08/31  15:07:00
25308         Log: Don't attach -ld to the archname if pointless.
25309      Branch: metaconfig
25310            ! U/threads/archname.U
25311      Branch: perl
25312            ! Configure config_h.SH
25313 ____________________________________________________________________________
25314 [  6944] By: jhi                                   on 2000/08/31  14:37:42
25315         Log: Wrap the test in eval.
25316              
25317              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
25318              From: Tim Jenness <timj@jach.hawaii.edu>
25319              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
25320              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
25321      Branch: perl
25322            ! t/lib/ftmp-security.t
25323 ____________________________________________________________________________
25324 [  6943] By: jhi                                   on 2000/08/31  14:30:57
25325         Log: Make -Dusemorebits find long doubles in Solaris.
25326      Branch: perl
25327            ! hints/solaris_2.sh
25328 ____________________________________________________________________________
25329 [  6942] By: jhi                                   on 2000/08/31  13:48:45
25330         Log: Clarify the third case of ftmp-security warnings.
25331      Branch: perl
25332            ! INSTALL
25333 ____________________________________________________________________________
25334 [  6941] By: jhi                                   on 2000/08/31  13:40:31
25335         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
25336              From: <abigail@foad.org>
25337              Date: Thu, 31 Aug 2000 01:35:05 -0400
25338              Message-ID: <20000831053505.32120.qmail@foad.org>
25339      Branch: perl
25340            ! pod/perldelta.pod
25341 ____________________________________________________________________________
25342 [  6940] By: jhi                                   on 2000/08/31  13:38:48
25343         Log: Issue useful diagnostic on unknown pod commands.
25344              
25345              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
25346              From: <abigail@foad.org>
25347              Date: Thu, 31 Aug 2000 03:41:18 -0400
25348              Message-ID: <20000831074118.24880.qmail@foad.org>
25349      Branch: perl
25350            ! lib/Pod/Man.pm
25351 ____________________________________________________________________________
25352 [  6939] By: jhi                                   on 2000/08/31  13:34:33
25353         Log: Reveal Borland's isnan.
25354              
25355              Subject: build with BC++ tweak
25356              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
25357              Date: Thu, 31 Aug 2000 13:09:37 +0400
25358              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
25359      Branch: perl
25360            ! win32/win32.h
25361 ____________________________________________________________________________
25362 [  6938] By: jhi                                   on 2000/08/31  05:01:20
25363         Log: Update Changes.
25364      Branch: perl
25365            ! Changes patchlevel.h
25366 ____________________________________________________________________________
25367 [  6937] By: jhi                                   on 2000/08/31  04:26:23
25368         Log: sscanf() may be the only way to read long doubles from strings.
25369      Branch: metaconfig/U/perl
25370            ! longdblfio.U
25371      Branch: perl
25372            ! Configure config_h.SH perl.h util.c
25373 ____________________________________________________________________________
25374 [  6936] By: jhi                                   on 2000/08/31  04:18:19
25375         Log: The #6929 was too skimpy.
25376      Branch: perl
25377            ! sv.c
25378 ____________________________________________________________________________
25379 [  6935] By: jhi                                   on 2000/08/31  02:47:07
25380         Log: Subject: Re: typos in pods
25381              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25382              Date: Wed, 30 Aug 2000 19:25:34 -0700
25383              Message-ID: <eIcr5gzkg25X092yn@efn.org>
25384      Branch: perl
25385            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
25386 ____________________________________________________________________________
25387 [  6934] By: jhi                                   on 2000/08/31  02:42:55
25388         Log: Missed one Unicode file.
25389      Branch: perl
25390            + lib/unicode/UCDFF301.html
25391 ____________________________________________________________________________
25392 [  6933] By: jhi                                   on 2000/08/30  23:42:27
25393         Log: Update Changes.
25394      Branch: perl
25395            ! Changes patchlevel.h
25396 ____________________________________________________________________________
25397 [  6932] By: jhi                                   on 2000/08/30  23:40:07
25398         Log: Mention UNTIE in perldelta.  Still needs documenting
25399              in perltie et alia.
25400      Branch: perl
25401            ! pod/perldelta.pod
25402 ____________________________________________________________________________
25403 [  6931] By: jhi                                   on 2000/08/30  23:36:02
25404         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
25405              From: <abigail@foad.org>
25406              Date: Wed, 30 Aug 2000 19:28:07 -0400
25407              Message-ID: <20000830232807.305.qmail@foad.org>
25408      Branch: perl
25409            ! pod/perldelta.pod
25410 ____________________________________________________________________________
25411 [  6930] By: jhi                                   on 2000/08/30  23:32:40
25412         Log: Update to Unicode 3.0.1.
25413      Branch: perl
25414            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
25415            + lib/unicode/PropList.txt lib/unicode/README.perl
25416            + lib/unicode/UCD301.html lib/unicode/Unicode.301
25417            - lib/unicode/Props.txt lib/unicode/UCD300.html
25418            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
25419            ! (edit 257 files)
25420 ____________________________________________________________________________
25421 [  6929] By: jhi                                   on 2000/08/30  22:38:18
25422         Log: Heap decorruption.
25423              
25424              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
25425              From: Alan Burlison <Alan.Burlison@uk.sun.com>
25426              Date: Wed, 30 Aug 2000 22:39:52 +0100
25427              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
25428      Branch: perl
25429            ! sv.c
25430 ____________________________________________________________________________
25431 [  6928] By: jhi                                   on 2000/08/30  22:29:34
25432         Log: Retract the dummy test, skip the security tests (instead of failing),
25433              explain what the warnings mean.
25434      Branch: perl
25435            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
25436 ____________________________________________________________________________
25437 [  6927] By: jhi                                   on 2000/08/30  22:14:13
25438         Log: Change the internal implementation of sort() to be mergesort
25439              instead of quicksort, from John Linderman <jpl@research.att.com>.
25440              Gives us better worst case, better average case, and stability.
25441              What's there not to like?  (Small fixes for threaded builds
25442              were required).
25443      Branch: perl
25444            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
25445 ____________________________________________________________________________
25446 [  6926] By: jhi                                   on 2000/08/30  20:55:20
25447         Log: A better fix for the Socket building problem from Craig Berry.
25448      Branch: perl
25449            ! vms/vms.c
25450 ____________________________________________________________________________
25451 [  6925] By: jhi                                   on 2000/08/30  20:20:25
25452         Log: Subject: [PATCH] Re: UNTIE method 
25453              From: Nick Ing-Simmons <nik@tiuk.ti.com>
25454              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
25455              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
25456      Branch: perl
25457            ! pp_sys.c t/op/tie.t
25458 ____________________________________________________________________________
25459 [  6924] By: jhi                                   on 2000/08/30  20:17:11
25460         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
25461              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25462              Date: Wed, 30 Aug 2000 15:03:14 -0500
25463              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
25464      Branch: perl
25465            ! vms/vms.c
25466 ____________________________________________________________________________
25467 [  6923] By: jhi                                   on 2000/08/30  20:15:18
25468         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
25469              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25470              Date: Wed, 30 Aug 2000 13:30:36 -0500
25471              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
25472      Branch: perl
25473            ! vms/vms.c
25474 ____________________________________________________________________________
25475 [  6922] By: jhi                                   on 2000/08/30  19:54:43
25476         Log: Better options for rsync.
25477      Branch: perl
25478            ! pod/perlhack.pod
25479 ____________________________________________________________________________
25480 [  6921] By: jhi                                   on 2000/08/30  19:40:16
25481         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
25482              From: Rick Delaney <rick@consumercontact.com>
25483              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
25484              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
25485      Branch: perl
25486            ! pod/perlfunc.pod
25487 ____________________________________________________________________________
25488 [  6920] By: jhi                                   on 2000/08/30  19:36:40
25489         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
25490              From: Peter Prymmer <pvhp@forte.com>
25491              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
25492              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
25493      Branch: perl
25494            ! configure.com
25495 ____________________________________________________________________________
25496 [  6919] By: jhi                                   on 2000/08/30  14:52:02
25497         Log: Update Changes.
25498      Branch: perl
25499            ! Changes patchlevel.h
25500 ____________________________________________________________________________
25501 [  6918] By: jhi                                   on 2000/08/30  14:48:34
25502         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
25503      Branch: perl
25504            ! lib/ExtUtils/typemap
25505 ____________________________________________________________________________
25506 [  6917] By: jhi                                   on 2000/08/30  14:46:34
25507         Log: Subject: typos in pods
25508              From: Nicholas Clark <nick@ccl4.org>
25509              Date: Wed, 30 Aug 2000 01:12:50 +0100
25510              Message-ID: <20000830011249.A61388@plum.flirble.org>
25511      Branch: perl
25512            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
25513            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
25514            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
25515            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
25516 ____________________________________________________________________________
25517 [  6916] By: jhi                                   on 2000/08/30  14:19:09
25518         Log: Document Storable problems on Crays.  (Will have
25519              to document all the other Storable problems, too.)
25520      Branch: perl
25521            ! pod/perldelta.pod
25522 ____________________________________________________________________________
25523 [  6915] By: jhi                                   on 2000/08/30  14:06:02
25524         Log: Subject: [PATCH] fix misc cast warnings
25525              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25526              Date: Tue, 29 Aug 2000 23:16:14 -0700
25527              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
25528      Branch: perl
25529            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
25530            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
25531            ! os2/os2ish.h
25532 ____________________________________________________________________________
25533 [  6914] By: jhi                                   on 2000/08/30  14:03:45
25534         Log: Timestamp mismatch again.  Need to fix this dependence on
25535              config_h.SH timestamp, since it's the contents of config_h.SH
25536              that matter.
25537      Branch: perl
25538            ! uconfig.h uconfig.sh
25539 ____________________________________________________________________________
25540 [  6913] By: jhi                                   on 2000/08/30  13:54:06
25541         Log: Don't say "Perl 5.0 source kit".
25542      Branch: perl
25543            ! perl.c
25544 ____________________________________________________________________________
25545 [  6912] By: jhi                                   on 2000/08/30  13:51:24
25546         Log: Reset archname and archname64 always, forcing them be
25547              recomputed at each Configure run, make Configure and
25548              the hints files agree on the naming of largefiles variables.
25549      Branch: metaconfig
25550            ! U/threads/archname.U
25551      Branch: metaconfig/U/perl
25552            ! use64bits.U
25553      Branch: perl
25554            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
25555            ! hints/linux.sh hints/solaris_2.sh
25556 ____________________________________________________________________________
25557 [  6911] By: jhi                                   on 2000/08/30  13:30:13
25558         Log: Put back the slice accidentally removed by #6907.
25559      Branch: perl
25560            ! hints/solaris_2.sh
25561 ____________________________________________________________________________
25562 [  6910] By: jhi                                   on 2000/08/30  01:24:26
25563         Log: Be consistent: other Net::get* do export theirs.
25564              
25565              Subject: Re: Net::protoent does not export 'getproto'
25566              From: Yasushi Nakajima <sey@jkc.co.jp>
25567              Date: Wed, 30 Aug 2000 09:53:14 +0900
25568              Message-Id: <200008300051.DAA24700@taku.hut.fi>
25569      Branch: perl
25570            ! lib/Net/protoent.pm
25571 ____________________________________________________________________________
25572 [  6909] By: jhi                                   on 2000/08/30  01:17:25
25573         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
25574              From: Gurusamy Sarathy <gsar@ActiveState.com>
25575              Date: Tue, 29 Aug 2000 17:17:07 -0700
25576              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
25577      Branch: perl
25578            ! cop.h
25579 ____________________________________________________________________________
25580 [  6908] By: jhi                                   on 2000/08/30  00:58:05
25581         Log: Update Changes.
25582      Branch: perl
25583            ! Changes patchlevel.h
25584 ____________________________________________________________________________
25585 [  6907] By: jhi                                   on 2000/08/30  00:57:22
25586         Log: Introduce ccname to keep track of what compiler kind of we have.
25587      Branch: metaconfig/U/perl
25588            ! Checkcc.U gccvers.U
25589      Branch: perl
25590            ! Configure config_h.SH hints/solaris_2.sh
25591 ____________________________________________________________________________
25592 [  6906] By: jhi                                   on 2000/08/30  00:25:47
25593         Log: Put back the flags dump as reasoned in
25594              
25595              Subject: Re: [PATCH] Glob dumping
25596              From: Mike Guy <mjtg@cam.ac.uk> 
25597              Date: Tue, 29 Aug 2000 21:41:32 +0100
25598              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
25599      Branch: perl
25600            ! dump.c t/lib/peek.t
25601 ____________________________________________________________________________
25602 [  6905] By: jhi                                   on 2000/08/30  00:16:17
25603         Log: Make the epsilon to be relative, not absolute.
25604              
25605              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
25606              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
25607              Date: Tue, 29 Aug 2000 19:58:56 -0400
25608              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
25609      Branch: perl
25610            ! t/lib/trig.t
25611 ____________________________________________________________________________
25612 [  6904] By: jhi                                   on 2000/08/30  00:13:09
25613         Log: From now on, Gisle is on my list of usual suspects :-)
25614              Retract #6902.
25615      Branch: perl
25616            ! ext/Opcode/Safe.pm
25617 ____________________________________________________________________________
25618 [  6903] By: jhi                                   on 2000/08/29  23:51:20
25619         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
25620              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25621              Date: Tue, 29 Aug 2000 18:43:26 -0500
25622              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
25623      Branch: perl
25624            + vms/vmspipe.com
25625            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
25626            ! vms/vms.c
25627 ____________________________________________________________________________
25628 [  6902] By: jhi                                   on 2000/08/29  23:44:14
25629         Log: Retry what #6882 attempted.
25630              
25631              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
25632              From: Gisle Aas <gisle@ActiveState.com>
25633              Date: 30 Aug 2000 00:33:09 +0200
25634              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
25635      Branch: perl
25636            ! ext/Opcode/Safe.pm
25637 ____________________________________________________________________________
25638 [  6901] By: jhi                                   on 2000/08/29  22:59:32
25639         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
25640              From: Hugo <hv@crypt.compulink.co.uk>
25641              Date: Mon, 12 Jun 2000 19:36:08 +0100
25642              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
25643      Branch: perl
25644            ! sv.c
25645 ____________________________________________________________________________
25646 [  6900] By: jhi                                   on 2000/08/29  22:58:35
25647         Log: Admit that we are leaking scalars.
25648              
25649              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
25650              From: Spider Boardman <spider@leggy.zk3.dec.com>
25651              Date: Tue, 29 Aug 2000 18:48:29 -0400
25652              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
25653      Branch: perl
25654            ! t/pragma/warnings.t
25655 ____________________________________________________________________________
25656 [  6899] By: jhi                                   on 2000/08/29  20:53:13
25657         Log: Update Changes.
25658      Branch: perl
25659            ! Changes patchlevel.h
25660 ____________________________________________________________________________
25661 [  6898] By: jhi                                   on 2000/08/29  20:46:21
25662         Log: Undo namespace pollution of #6878.
25663              
25664              Subject: Re: Net::protoent does not export 'getproto'
25665              From: Mike Guy <mjtg@cam.ac.uk>
25666              Date: Tue, 29 Aug 2000 21:32:37 +0100
25667              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
25668      Branch: perl
25669            ! lib/Net/protoent.pm
25670 ____________________________________________________________________________
25671 [  6897] By: jhi                                   on 2000/08/29  20:44:29
25672         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
25673              From: Peter Prymmer <pvhp@forte.com>
25674              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
25675              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
25676      Branch: perl
25677            ! pod/perlebcdic.pod
25678 ____________________________________________________________________________
25679 [  6896] By: jhi                                   on 2000/08/29  20:40:57
25680         Log: There's no point repeating the 'revision' (5) of perl5.
25681      Branch: metaconfig/U/perl
25682            ! Devel.U patchlevel.U
25683      Branch: perl
25684            ! Configure config_h.SH
25685 ____________________________________________________________________________
25686 [  6895] By: jhi                                   on 2000/08/29  20:16:58
25687         Log: Regen Configure for #6894.
25688      Branch: metaconfig/U/perl
25689            ! perladmin.U
25690      Branch: perl
25691            ! Configure config_h.SH
25692 ____________________________________________________________________________
25693 [  6894] By: jhi                                   on 2000/08/29  19:59:52
25694         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
25695              From: "Philip Newton" <Philip.Newton@gmx.net>
25696              Date: Tue, 29 Aug 2000 21:39:14 +0200
25697              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
25698      Branch: perl
25699            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
25700            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
25701            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
25702            ! utils/perlbug.PL
25703 ____________________________________________________________________________
25704 [  6893] By: jhi                                   on 2000/08/29  19:55:30
25705         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
25706              From: "Philip Newton" <Philip.Newton@gmx.net>
25707              Date: Tue, 29 Aug 2000 21:39:14 +0200
25708              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
25709      Branch: perl
25710            ! installhtml
25711 ____________________________________________________________________________
25712 [  6892] By: jhi                                   on 2000/08/29  19:53:59
25713         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
25714              From: "Philip Newton" <Philip.Newton@gmx.net>
25715              Date: Tue, 29 Aug 2000 21:48:18 +0200
25716              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
25717      Branch: perl
25718            ! lib/File/Temp.pm
25719 ____________________________________________________________________________
25720 [  6891] By: jhi                                   on 2000/08/29  18:30:03
25721         Log: Nail the ID 20000828.023.
25722      Branch: perl
25723            ! ext/Storable/Storable.xs
25724 ____________________________________________________________________________
25725 [  6890] By: jhi                                   on 2000/08/29  16:50:17
25726         Log: Under usethreads the dumped variable is IN_PAD.
25727              
25728              Subject: Re: [PATCH] Glob dumping
25729              From: Gisle Aas <gisle@ActiveState.com>
25730              Date: 29 Aug 2000 18:45:05 +0200
25731              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
25732      Branch: perl
25733            ! t/lib/peek.t
25734 ____________________________________________________________________________
25735 [  6889] By: jhi                                   on 2000/08/29  15:17:37
25736         Log: Update Changes.
25737      Branch: perl
25738            ! Changes patchlevel.h
25739 ____________________________________________________________________________
25740 [  6888] By: jhi                                   on 2000/08/29  14:49:59
25741         Log: Retract #6882, broke the safe tests.
25742      Branch: perl
25743            ! ext/Opcode/Safe.pm
25744 ____________________________________________________________________________
25745 [  6887] By: jhi                                   on 2000/08/29  14:47:06
25746         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
25747              From: Gisle Aas <gisle@ActiveState.com> 
25748              Date: 09 Jun 2000 20:00:11 +0200
25749              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
25750      Branch: perl
25751            ! utils/perldoc.PL
25752 ____________________________________________________________________________
25753 [  6886] By: jhi                                   on 2000/08/29  14:42:45
25754         Log: The #6881 removed one dump line.
25755      Branch: perl
25756            ! t/lib/peek.t
25757 ____________________________________________________________________________
25758 [  6885] By: jhi                                   on 2000/08/29  14:30:47
25759         Log: Don't forget to tidy up.
25760      Branch: perl
25761            ! t/lib/ftmp-security.t
25762 ____________________________________________________________________________
25763 [  6884] By: jhi                                   on 2000/08/29  14:25:17
25764         Log: Disabling the one test is a bit tricky.
25765      Branch: perl
25766            ! t/lib/ftmp-security.t
25767 ____________________________________________________________________________
25768 [  6883] By: jhi                                   on 2000/08/29  14:16:25
25769         Log: Disable one of the tests for now.
25770      Branch: perl
25771            ! t/lib/ftmp-security.t
25772 ____________________________________________________________________________
25773 [  6882] By: jhi                                   on 2000/08/29  14:05:50
25774         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
25775              From: gisle@aas.no
25776              Date: 29 Aug 2000 10:35:06 -0000
25777              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
25778      Branch: perl
25779            ! ext/Opcode/Safe.pm
25780 ____________________________________________________________________________
25781 [  6881] By: jhi                                   on 2000/08/29  14:03:51
25782         Log: Subject: [PATCH] Glob dumping
25783              From: Gisle Aas <gisle@ActiveState.com>
25784              Date: 29 Aug 2000 07:59:42 -0000
25785              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
25786      Branch: perl
25787            ! dump.c
25788 ____________________________________________________________________________
25789 [  6880] By: jhi                                   on 2000/08/29  14:02:01
25790         Log: Subject: [PATCH] Warnings in B::Deparse
25791              From: <abigail@foad.org>
25792              Date: Tue, 29 Aug 2000 00:00:01 -0400
25793              Message-ID: <20000829040001.2999.qmail@foad.org>
25794      Branch: perl
25795            ! ext/B/B/Deparse.pm
25796 ____________________________________________________________________________
25797 [  6879] By: jhi                                   on 2000/08/29  13:57:26
25798         Log: Missed a change in #6869.
25799      Branch: perl
25800            ! mg.c
25801 ____________________________________________________________________________
25802 [  6878] By: jhi                                   on 2000/08/29  13:45:04
25803         Log: Subject: Net::protoent does not export 'getproto'
25804              From: Yasushi Nakajima <sey@jkc.co.jp>
25805              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
25806      Branch: perl
25807            ! lib/Net/protoent.pm
25808 ____________________________________________________________________________
25809 [  6877] By: jhi                                   on 2000/08/29  13:39:19
25810         Log: Patches all over for people and the files they (hopefully) care about.
25811      Branch: perl
25812            ! AUTHORS Changes MAINTAIN
25813 ____________________________________________________________________________
25814 [  6876] By: jhi                                   on 2000/08/29  12:53:54
25815         Log: Fix for thinko in #6848.
25816              
25817              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
25818              From: Lupe Christoph <lupe@lupe-christoph.de>
25819              Date: Tue, 29 Aug 2000 09:04:08 +0200
25820              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
25821      Branch: perl
25822            ! ext/Thread/Thread.xs
25823 ____________________________________________________________________________
25824 [  6875] By: jhi                                   on 2000/08/29  12:50:14
25825         Log: Update to Getopt::Long 2.24, from Johan Vromans.
25826      Branch: perl
25827            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
25828 ____________________________________________________________________________
25829 [  6874] By: jhi                                   on 2000/08/29  02:09:53
25830         Log: Use minimal @INC in tests, most of the time just '../lib',
25831              so that we simply can't pick up stuff from other Perls than
25832              the one we are testing.  Pointed out by
25833              
25834              From: Mike Guy <mjtg@cam.ac.uk>
25835              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
25836              Date: Fri, 25 Aug 2000 15:15:59 +0100
25837              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
25838      Branch: perl
25839            ! (edit 185 files)
25840 ____________________________________________________________________________
25841 [  6873] By: jhi                                   on 2000/08/29  01:07:11
25842         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
25843              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25844              Date: Mon, 28 Aug 2000 17:45:52 -0700
25845              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
25846      Branch: perl
25847            ! Makefile.SH hints/os2.sh
25848 ____________________________________________________________________________
25849 [  6872] By: jhi                                   on 2000/08/28  23:33:39
25850         Log: Subject: [PATCH bleedperl@6866] spellings
25851              From: marcel@codewerk.com (Marcel Grunauer)
25852              Date: Tue, 29 Aug 2000 01:19:59 +0200
25853              Message-Id: <200008282319.BAA29862@gandalf.local>
25854      Branch: perl
25855            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
25856            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
25857            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
25858 ____________________________________________________________________________
25859 [  6871] By: jhi                                   on 2000/08/28  23:22:09
25860         Log: Take out the SUIDMAIL thing, that will not be
25861              a problem in 5.7.*.
25862      Branch: perl
25863            ! patchlevel.h
25864 ____________________________________________________________________________
25865 [  6870] By: jhi                                   on 2000/08/28  23:19:30
25866         Log: -S is the silent flag, -s is the strip flag.
25867              
25868              Subject: [PATCH] Re: [PATCH] make no-install          
25869              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25870              Date: Mon, 28 Aug 2000 15:12:55 -0700
25871              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
25872      Branch: perl
25873            ! Makefile.SH
25874 ____________________________________________________________________________
25875 [  6869] By: jhi                                   on 2000/08/28  23:12:05
25876         Log: Subject: [PATCH bleedperl@6856] warnings fixes
25877              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25878              Date: Mon, 28 Aug 2000 23:55:06 +0100
25879              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
25880      Branch: perl
25881            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
25882            ! warnings.h warnings.pl
25883 ____________________________________________________________________________
25884 [  6868] By: jhi                                   on 2000/08/28  21:38:22
25885         Log: Potential cruft.
25886      Branch: perl
25887            ! Makefile.SH
25888 ____________________________________________________________________________
25889 [  6867] By: jhi                                   on 2000/08/28  21:35:36
25890         Log: Update Changes.
25891      Branch: perl
25892            ! Changes patchlevel.h
25893 ____________________________________________________________________________
25894 [  6866] By: jhi                                   on 2000/08/28  21:33:49
25895         Log: Subject: hv.h Doc Patch
25896              From: Fisher Mark <fisherm@tce.com>
25897              Date: Mon, 28 Aug 2000 16:24:59 -0500
25898              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
25899      Branch: perl
25900            ! hv.h
25901 ____________________________________________________________________________
25902 [  6865] By: jhi                                   on 2000/08/28  21:02:15
25903         Log: Add -ld to archname on long tr...double platforms.
25904      Branch: metaconfig
25905            ! U/threads/archname.U
25906      Branch: perl
25907            ! Configure config_h.SH
25908 ____________________________________________________________________________
25909 [  6864] By: jhi                                   on 2000/08/28  20:38:59
25910         Log: An attempt to fix the problem reported in
25911              
25912              Subject: Building perl@6856 using gcc/AIX 4.3.3 
25913              From: Daniel Muino <dmuino@afip.gov.ar> 
25914              Date: Mon, 28 Aug 2000 15:50:01 -0300   
25915              Message-ID: <20000828155001.A14403@con2-dgi>
25916              
25917              I can't test this properly since the gcc installation I have
25918              access to seems to be botched (gcc is calling the AIX cpp,
25919              a losing proposition...)
25920      Branch: perl
25921            ! hints/aix.sh
25922 ____________________________________________________________________________
25923 [  6863] By: jhi                                   on 2000/08/28  18:57:52
25924         Log: Fix for ID 20000828.001, long doubles were not formatted
25925              correctly (showed up in $], which stopped installing perl).
25926      Branch: perl
25927            ! sv.c
25928 ____________________________________________________________________________
25929 [  6862] By: jhi                                   on 2000/08/28  18:07:15
25930         Log: Typo in #6858.
25931      Branch: perl
25932            ! lib/Cwd.pm
25933 ____________________________________________________________________________
25934 [  6861] By: jhi                                   on 2000/08/28  17:57:27
25935         Log: opmini.o may be left around if a build is interrupted.
25936      Branch: perl
25937            ! Makefile.SH
25938 ____________________________________________________________________________
25939 [  6860] By: jhi                                   on 2000/08/28  16:52:50
25940         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
25941              From: Daniel Chetlin <daniel@chetlin.com>
25942              Date: Mon, 28 Aug 2000 01:14:18 -0700
25943              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
25944      Branch: perl
25945            ! lib/overload.pm
25946 ____________________________________________________________________________
25947 [  6859] By: jhi                                   on 2000/08/28  16:08:46
25948         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
25949              From: Nicholas Clark <nick@ccl4.org>
25950              Date: Mon, 28 Aug 2000 16:03:27 +0100
25951              Message-Id: <20000828160327.C49785@plum.flirble.org>
25952      Branch: perl
25953            ! ext/ByteLoader/bytecode.h
25954 ____________________________________________________________________________
25955 [  6858] By: jhi                                   on 2000/08/28  16:02:10
25956         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
25957              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
25958              Date: Mon, 28 Aug 2000 13:08:30 +0200
25959              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
25960      Branch: perl
25961            ! lib/Cwd.pm
25962 ____________________________________________________________________________
25963 [  6857] By: jhi                                   on 2000/08/28  15:42:47
25964         Log: display_format used as a class method without arguments was broken,
25965              reported in
25966              
25967              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
25968              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
25969              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
25970              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
25971      Branch: perl
25972            ! lib/Math/Complex.pm t/lib/complex.t
25973 ____________________________________________________________________________
25974 [  6856] By: jhi                                   on 2000/08/27  22:09:48
25975         Log: Update Changes.
25976      Branch: perl
25977            ! Changes patchlevel.h
25978 ____________________________________________________________________________
25979 [  6855] By: jhi                                   on 2000/08/27  21:59:21
25980         Log: Retract #6853 (false alarm).
25981      Branch: perl
25982            ! lib/ExtUtils/xsubpp
25983 ____________________________________________________________________________
25984 [  6854] By: jhi                                   on 2000/08/27  21:37:44
25985         Log: Update Changes.
25986      Branch: perl
25987            ! Changes patchlevel.h
25988 ____________________________________________________________________________
25989 [  6853] By: jhi                                   on 2000/08/27  21:37:16
25990         Log: Subject: [PATCH perl@6850] workaround for xsubpp
25991              From: Hugo <hv@crypt.compulink.co.uk>
25992              Date: Sun, 27 Aug 2000 22:30:25 +0100
25993              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
25994      Branch: perl
25995            ! lib/ExtUtils/xsubpp
25996 ____________________________________________________________________________
25997 [  6852] By: jhi                                   on 2000/08/27  21:33:58
25998         Log: Big-endian 64-bit patch from Raphael Manfredi.
25999      Branch: perl
26000            ! ext/Storable/Storable.xs
26001 ____________________________________________________________________________
26002 [  6851] By: jhi                                   on 2000/08/27  21:22:21
26003         Log: More ruthless editing from Hugo van der Sanden.
26004      Branch: perl
26005            ! pod/perldelta.pod
26006 ____________________________________________________________________________
26007 [  6850] By: jhi                                   on 2000/08/27  16:11:46
26008         Log: Update Changes.
26009      Branch: perl
26010            ! Changes patchlevel.h
26011 ____________________________________________________________________________
26012 [  6849] By: jhi                                   on 2000/08/27  16:11:05
26013         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
26014      Branch: perl
26015            ! configpm pod/perldelta.pod
26016 ____________________________________________________________________________
26017 [  6848] By: jhi                                   on 2000/08/27  15:35:08
26018         Log: Use the actual thread type, not the pointer-to-struct.
26019      Branch: perl
26020            ! ext/Thread/Thread.xs
26021 ____________________________________________________________________________
26022 [  6847] By: jhi                                   on 2000/08/27  15:30:49
26023         Log: Test nit.
26024      Branch: perl
26025            ! t/pragma/warn/pp_sys
26026 ____________________________________________________________________________
26027 [  6846] By: jhi                                   on 2000/08/27  15:19:02
26028         Log: Passing -R in ldflags makes now it to appear in the default
26029              for lddlflags, just like with -L.
26030              
26031              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
26032              From: Lupe Christoph <lupe@lupe-christoph.de>
26033              Date: Sun, 27 Aug 2000 10:28:21 +0200
26034              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
26035      Branch: metaconfig/U/perl
26036            ! dlsrc.U
26037      Branch: perl
26038            ! Configure
26039 ____________________________________________________________________________
26040 [  6845] By: jhi                                   on 2000/08/27  15:08:54
26041         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
26042              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26043              Date: Sat, 26 Aug 2000 22:23:27 +0100
26044              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
26045      Branch: perl
26046            ! lib/ExtUtils/MM_Unix.pm
26047 ____________________________________________________________________________
26048 [  6844] By: jhi                                   on 2000/08/27  15:02:37
26049         Log: DJGPP update from Laszlo Molnar.
26050              
26051              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
26052              From: ml1050 <ml1050@freemail.hu>
26053              Date: Sat, 26 Aug 2000 23:24:40 +0200
26054              Message-Id: <20000826232440.A439@freemail.hu>
26055      Branch: perl
26056            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
26057            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
26058 ____________________________________________________________________________
26059 [  6843] By: jhi                                   on 2000/08/27  14:53:58
26060         Log: Subject: installman buglet
26061              From: Lupe Christoph <lupe@lupe-christoph.de>
26062              Date: Sun, 27 Aug 2000 14:38:59 +0200
26063              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
26064      Branch: perl
26065            ! installman
26066 ____________________________________________________________________________
26067 [  6842] By: jhi                                   on 2000/08/27  14:52:08
26068         Log: Can't get the test to reliably work thanks to the
26069              inaccurateness of floating point.  "Resolves" bug ids
26070              20000826.003, 20000826.009, 20000826.010,
26071      Branch: perl
26072            ! t/lib/trig.t
26073 ____________________________________________________________________________
26074 [  6841] By: jhi                                   on 2000/08/26  15:53:58
26075         Log: Update Changes.
26076      Branch: perl
26077            ! Changes patchlevel.h
26078 ____________________________________________________________________________
26079 [  6840] By: jhi                                   on 2000/08/26  14:23:03
26080         Log: grep -e isn't portable.
26081              
26082              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
26083              From: chris@broadband.att.com
26084              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
26085              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
26086      Branch: perl
26087            ! hints/solaris_2.sh
26088 ____________________________________________________________________________
26089 [  6839] By: jhi                                   on 2000/08/26  14:12:23
26090         Log: no-install target a la make -n.
26091              
26092              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
26093              From: <abigail@foad.org>
26094              Date: Sat, 26 Aug 2000 03:57:34 -0400
26095              Message-ID: <20000826075735.18912.qmail@foad.org>
26096      Branch: perl
26097            ! Makefile.SH installman installperl
26098 ____________________________________________________________________________
26099 [  6838] By: jhi                                   on 2000/08/26  14:06:33
26100         Log: Retract #6826 as the #6828 should be do the same
26101              in a More Correct Way.
26102      Branch: perl
26103            ! installperl
26104 ____________________________________________________________________________
26105 [  6837] By: jhi                                   on 2000/08/26  05:24:00
26106         Log: More casting.
26107      Branch: perl
26108            ! ext/Storable/Storable.xs
26109 ____________________________________________________________________________
26110 [  6836] By: jhi                                   on 2000/08/26  05:05:46
26111         Log: Nicer in decimal.
26112      Branch: perl
26113            ! ext/Storable/Storable.xs
26114 ____________________________________________________________________________
26115 [  6835] By: jhi                                   on 2000/08/26  05:03:50
26116         Log: There be no UVdf.
26117      Branch: perl
26118            ! ext/Storable/Storable.xs
26119 ____________________________________________________________________________
26120 [  6834] By: jhi                                   on 2000/08/26  05:00:18
26121         Log: Continue IVdfing and UVxfing.
26122      Branch: perl
26123            ! ext/Storable/Storable.xs
26124 ____________________________________________________________________________
26125 [  6833] By: jhi                                   on 2000/08/26  04:53:14
26126         Log: Use IVdf.
26127      Branch: perl
26128            ! ext/Storable/Storable.xs
26129 ____________________________________________________________________________
26130 [  6832] By: jhi                                   on 2000/08/26  04:40:41
26131         Log: Document PTR2XX and INT2PTR.
26132      Branch: perl
26133            ! pod/perlguts.pod
26134 ____________________________________________________________________________
26135 [  6831] By: jhi                                   on 2000/08/26  04:33:18
26136         Log: Use UVxf, PTR2UV, NVff.
26137      Branch: perl
26138            ! ext/Storable/Storable.xs
26139 ____________________________________________________________________________
26140 [  6830] By: jhi                                   on 2000/08/26  04:31:32
26141         Log: Update the test count.
26142      Branch: perl
26143            ! t/lib/trig.t
26144 ____________________________________________________________________________
26145 [  6829] By: jhi                                   on 2000/08/26  03:05:50
26146         Log: Subject: [PATCH] installation not quite silent yet.
26147              From: <abigail@foad.org>
26148              Date: Fri, 25 Aug 2000 20:07:53 -0400
26149              Message-ID: <20000826000753.7822.qmail@foad.org>
26150      Branch: perl
26151            ! installman installperl
26152 ____________________________________________________________________________
26153 [  6828] By: jhi                                   on 2000/08/26  03:05:14
26154         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
26155              From: Spider Boardman <spider@web.zk3.dec.com>
26156              Date: Fri, 25 Aug 2000 19:12:40 -0400
26157              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
26158      Branch: perl
26159            ! gv.c
26160 ____________________________________________________________________________
26161 [  6827] By: jhi                                   on 2000/08/25  23:54:34
26162         Log: Support preserving extremely big/small angles.
26163      Branch: perl
26164            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
26165 ____________________________________________________________________________
26166 [  6826] By: jhi                                   on 2000/08/25  23:01:20
26167         Log: Patch installperl to be long double-aware.
26168              
26169              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
26170              From: Spider Boardman <spider@web.zk3.dec.com>
26171              Date: Fri, 25 Aug 2000 18:15:23 -0400
26172              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
26173      Branch: perl
26174            ! installperl
26175 ____________________________________________________________________________
26176 [  6825] By: jhi                                   on 2000/08/25  22:58:25
26177         Log: Remove duplicately applied patch shards.
26178              
26179              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
26180              From: Spider Boardman <spider@leggy.zk3.dec.com>
26181              Date: Fri, 25 Aug 2000 16:45:03 -0400
26182              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
26183      Branch: perl
26184            ! t/lib/cgi-html.t
26185 ____________________________________________________________________________
26186 [  6824] By: jhi                                   on 2000/08/25  22:57:00
26187         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
26188              From: Daniel Chetlin <daniel@chetlin.com>
26189              Date: Fri, 25 Aug 2000 12:23:16 -0700
26190              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
26191              
26192              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
26193              From: Daniel Chetlin <daniel@chetlin.com>
26194              Date: Fri, 25 Aug 2000 14:47:19 -0700
26195              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
26196      Branch: perl
26197            ! installman
26198 ____________________________________________________________________________
26199 [  6823] By: jhi                                   on 2000/08/25  22:44:17
26200         Log: Timestamp problem?
26201      Branch: perl
26202            ! uconfig.h uconfig.sh
26203 ____________________________________________________________________________
26204 [  6822] By: jhi                                   on 2000/08/25  19:01:06
26205         Log: One forgotten file from #6816.
26206      Branch: perl
26207            ! vos/config.h
26208 ____________________________________________________________________________
26209 [  6821] By: jhi                                   on 2000/08/25  18:56:39
26210         Log: Regen Changes.
26211      Branch: perl
26212            ! Changes patchlevel.h
26213 ____________________________________________________________________________
26214 [  6820] By: jhi                                   on 2000/08/25  18:52:35
26215         Log: Fix Changes ordering.
26216      Branch: perl
26217            ! Changes
26218 ____________________________________________________________________________
26219 [  6819] By: jhi                                   on 2000/08/25  18:50:25
26220         Log: Update Changes.
26221      Branch: perl
26222            ! Changes patchlevel.h
26223 ____________________________________________________________________________
26224 [  6818] By: jhi                                   on 2000/08/25  18:47:45
26225         Log: Tweak the sfio/useperlio logic, hopefully as wished in
26226              
26227              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
26228              From: Nicholas Clark <nick@babyhippo.co.uk>
26229              Date: Fri, 25 Aug 2000 12:01:45 +0100
26230              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
26231      Branch: metaconfig/U/perl
26232            ! d_sfio.U
26233      Branch: perl
26234            ! Configure
26235 ____________________________________________________________________________
26236 [  6817] By: jhi                                   on 2000/08/25  18:32:51
26237         Log: Allow microperl to assume <math.h>, without it the math
26238              functions like floor() are assumed to return int, which makes
26239              for core dumps in machines where integer and floating register
26240              don't mix.
26241      Branch: perl
26242            ! uconfig.h uconfig.sh
26243 ____________________________________________________________________________
26244 [  6816] By: jhi                                   on 2000/08/25  18:27:17
26245         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
26246              the problem reported in
26247              
26248              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
26249              From: danhale@us.ibm.com
26250              Date: Fri, 25 Aug 2000 10:58:06 -0400
26251              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
26252      Branch: metaconfig/U/perl
26253            + d_socks5_init.U
26254      Branch: perl
26255            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
26256            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
26257            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
26258            ! win32/config.gc win32/config.vc
26259 ____________________________________________________________________________
26260 [  6815] By: jhi                                   on 2000/08/25  17:43:31
26261         Log: A solution for the retrieve_fd autosplit warning,
26262              idea suggested by Mike Guy.
26263      Branch: perl
26264            ! ext/Storable/Storable.pm
26265 ____________________________________________________________________________
26266 [  6814] By: jhi                                   on 2000/08/25  17:16:03
26267         Log: Add install-silent target.
26268      Branch: perl
26269            ! Makefile.SH
26270 ____________________________________________________________________________
26271 [  6813] By: jhi                                   on 2000/08/25  17:14:23
26272         Log: Subject: Re: [PATCH] More silencing of installman.
26273              From: <abigail@foad.org>
26274              Date: Thu, 24 Aug 2000 19:27:03 -0400
26275              Message-ID: <20000824232703.7001.qmail@foad.org>
26276              
26277              Subject: Re: [PATCH] More silencing of installman.
26278              From: <abigail@foad.org>
26279              Date: Fri, 25 Aug 2000 03:00:58 -0400
26280              Message-ID: <20000825070058.10697.qmail@foad.org>
26281      Branch: perl
26282            ! installman
26283 ____________________________________________________________________________
26284 [  6812] By: jhi                                   on 2000/08/25  17:11:28
26285         Log: installperl --verbose and --silent.
26286              
26287              Subject: Re: [PATCH] More silencing of installman.
26288              From: <abigail@foad.org>
26289              Message-ID: <20000825064430.9719.qmail@foad.org>
26290              Date: Fri, 25 Aug 2000 02:44:30 -0400
26291      Branch: perl
26292            ! installperl
26293 ____________________________________________________________________________
26294 [  6811] By: jhi                                   on 2000/08/25  17:05:43
26295         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
26296              From: "Peter J. Farley III" <pjfarley@banet.net>
26297              Date: Thu, 24 Aug 2000 21:58:03 -0400
26298              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
26299              
26300              (applied slightly modified)
26301      Branch: perl
26302            ! lib/ExtUtils/MM_Unix.pm
26303 ____________________________________________________________________________
26304 [  6810] By: jhi                                   on 2000/08/25  17:01:18
26305         Log: Missing parts of 
26306              
26307              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
26308              From: Peter Prymmer <pvhp@forte.com>
26309              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
26310              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
26311      Branch: perl
26312            ! t/lib/cgi-html.t
26313 ____________________________________________________________________________
26314 [  6809] By: jhi                                   on 2000/08/25  16:46:32
26315         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
26316              From: "Craig A. Berry" <craig.berry@psinetcs.com>
26317              Date: Thu, 24 Aug 2000 19:13:11 -0500
26318              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
26319      Branch: perl
26320            ! vms/vms.c
26321 ____________________________________________________________________________
26322 [  6808] By: jhi                                   on 2000/08/25  16:39:22
26323         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
26324              From: Peter Prymmer <pvhp@forte.com>
26325              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
26326              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
26327      Branch: perl
26328            ! configure.com
26329 ____________________________________________________________________________
26330 [  6807] By: jhi                                   on 2000/08/25  16:36:37
26331         Log: Better wording for the vec lvalue diagnostic.
26332              
26333              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
26334              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
26335              Date: Wed, 23 Aug 2000 14:12:16 -0400
26336              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
26337      Branch: perl
26338            ! pod/perldiag.pod
26339 ____________________________________________________________________________
26340 [  6806] By: jhi                                   on 2000/08/24  18:17:22
26341         Log: Subject: [PATCH] More silencing of installman.
26342              From: <abigail@foad.org>
26343              Date: Thu, 24 Aug 2000 14:01:44 -0400
26344              Message-ID: <20000824180144.20062.qmail@foad.org>
26345      Branch: perl
26346            ! installman
26347 ____________________________________________________________________________
26348 [  6805] By: jhi                                   on 2000/08/24  15:00:31
26349         Log: Update Changes.
26350      Branch: perl
26351            ! Changes patchlevel.h
26352 ____________________________________________________________________________
26353 [  6804] By: jhi                                   on 2000/08/24  14:59:07
26354         Log: Regen perltoc.
26355      Branch: perl
26356            ! pod/perltoc.pod
26357 ____________________________________________________________________________
26358 [  6803] By: jhi                                   on 2000/08/24  14:44:39
26359         Log: Show the doc file, not the temp file.
26360      Branch: perl
26361            ! installman
26362 ____________________________________________________________________________
26363 [  6802] By: jhi                                   on 2000/08/24  14:41:53
26364         Log: Continue silencing.
26365      Branch: perl
26366            ! installman
26367 ____________________________________________________________________________
26368 [  6801] By: jhi                                   on 2000/08/24  14:34:40
26369         Log: Actually do something with the silencer option.
26370      Branch: perl
26371            ! installman
26372 ____________________________________________________________________________
26373 [  6800] By: jhi                                   on 2000/08/24  14:26:22
26374         Log: Make installman to recognize the silence flag -S.
26375      Branch: perl
26376            ! installman
26377 ____________________________________________________________________________
26378 [  6799] By: jhi                                   on 2000/08/24  13:49:38
26379         Log: DOS patches and portability/porting notes, from Tim Jenness.
26380      Branch: perl
26381            ! lib/File/Temp.pm
26382 ____________________________________________________________________________
26383 [  6798] By: jhi                                   on 2000/08/24  13:48:27
26384         Log: Create directories in silence.
26385              
26386              Subject: [PATCH] Another silencer for MakeMaker
26387              From: andreas.koenig@anima.de (Andreas J. Koenig)
26388              Date: 24 Aug 2000 14:18:52 +0200
26389              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
26390      Branch: perl
26391            ! lib/ExtUtils/Command.pm
26392 ____________________________________________________________________________
26393 [  6797] By: jhi                                   on 2000/08/24  13:46:42
26394         Log: More liberal parsing of version numbers.
26395              
26396              Subject: Re: CPAN.pm beta for testing available
26397              From: andreas.koenig@anima.de (Andreas J. Koenig)
26398              Date: 24 Aug 2000 13:51:57 +0200
26399              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
26400      Branch: perl
26401            ! lib/CPAN.pm
26402 ____________________________________________________________________________
26403 [  6796] By: jhi                                   on 2000/08/24  13:44:36
26404         Log: Make "make install" by default silent.  A new "install-verbose"
26405              target is verbose.
26406      Branch: perl
26407            ! Makefile.SH
26408 ____________________________________________________________________________
26409 [  6795] By: jhi                                   on 2000/08/24  13:39:14
26410         Log: Add silencer flags to installperl.
26411              
26412              Subject: [PATCH] Making installperl silent.
26413              From: <abigail@foad.org>
26414              Date: Thu, 24 Aug 2000 05:01:45 -0400
26415              Message-ID: <20000824090145.13141.qmail@foad.org>
26416      Branch: perl
26417            ! installperl
26418 ____________________________________________________________________________
26419 [  6794] By: jhi                                   on 2000/08/24  13:35:50
26420         Log: installperl couldn't tell whether it had run tests or not.
26421              
26422              Subject: [PATCH] Re: installperl and t/TEST
26423              From: <abigail@foad.org>
26424              Date: Thu, 24 Aug 2000 04:00:53 -0400
26425              Message-ID: <20000824080053.2494.qmail@foad.org>
26426      Branch: perl
26427            ! Makefile.SH installperl
26428 ____________________________________________________________________________
26429 [  6793] By: jhi                                   on 2000/08/24  13:27:50
26430         Log: Drop the separate perlbc, perlcc -b should be enough.
26431      Branch: perl
26432            - utils/perlbc.PL
26433            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
26434 ____________________________________________________________________________
26435 [  6792] By: jhi                                   on 2000/08/24  04:41:30
26436         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
26437              plus the typo fix from Peter Prymmer.
26438      Branch: perl
26439            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
26440            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
26441 ____________________________________________________________________________
26442 [  6791] By: jhi                                   on 2000/08/24  02:10:43
26443         Log: Replace #6705 with a minimal doc patch.
26444              
26445              Subject: [PATCH 5.6.0] replace change #6705
26446              From: Jan Dubois <jand@ActiveState.com>
26447              Date: Wed, 23 Aug 2000 18:31:51 -0700
26448              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
26449      Branch: perl
26450            ! lib/Win32.pod win32/win32.c
26451 ____________________________________________________________________________
26452 [  6790] By: jhi                                   on 2000/08/23  17:52:00
26453         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
26454              From: Mike Guy <mjtg@cam.ac.uk>
26455              Date: Wed, 23 Aug 2000 18:38:46 +0100
26456              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
26457      Branch: perl
26458            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
26459 ____________________________________________________________________________
26460 [  6789] By: jhi                                   on 2000/08/23  15:34:21
26461         Log: Update Changes.
26462      Branch: perl
26463            ! Changes patchlevel.h
26464 ____________________________________________________________________________
26465 [  6788] By: jhi                                   on 2000/08/23  15:33:40
26466         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
26467              From: Wilfredo Sánchez <wsanchez@apple.com>
26468              Date: Tue, 22 Aug 2000 19:31:27 -0700
26469              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
26470      Branch: perl
26471            ! perl.h
26472 ____________________________________________________________________________
26473 [  6787] By: jhi                                   on 2000/08/23  15:29:31
26474         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
26475              From: Spider Boardman <spider@leggy.zk3.dec.com>
26476              Date: Wed, 23 Aug 2000 10:33:23 -0400
26477              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
26478      Branch: perl
26479            ! lib/Pod/Html.pm
26480 ____________________________________________________________________________
26481 [  6786] By: jhi                                   on 2000/08/23  15:28:11
26482         Log: Bad makefile.
26483      Branch: perl
26484            ! ext/B/Makefile.PL
26485 ____________________________________________________________________________
26486 [  6785] By: jhi                                   on 2000/08/23  14:37:04
26487         Log: Update Changes.
26488      Branch: perl
26489            ! Changes patchlevel.h
26490 ____________________________________________________________________________
26491 [  6784] By: jhi                                   on 2000/08/23  13:58:41
26492         Log: Portability fix from Hugo van der Sanden.
26493      Branch: perl
26494            ! ext/re/Makefile.PL
26495 ____________________________________________________________________________
26496 [  6783] By: jhi                                   on 2000/08/23  13:53:53
26497         Log: Storable support, v-version fixes.
26498              
26499              Subject: CPAN.pm beta for testing available
26500              From: andreas.koenig@anima.de (Andreas J. Koenig)
26501              Date: 22 Aug 2000 23:31:33 +0200
26502              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
26503      Branch: perl
26504            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26505 ____________________________________________________________________________
26506 [  6782] By: jhi                                   on 2000/08/23  13:51:26
26507         Log: Mac and other portability updates from Chris Nandor.
26508      Branch: perl
26509            ! pod/perlmodinstall.pod
26510 ____________________________________________________________________________
26511 [  6781] By: jhi                                   on 2000/08/23  13:47:33
26512         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
26513              From: Peter Prymmer <pvhp@forte.com>
26514              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
26515              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
26516      Branch: perl
26517            ! ext/Storable/Storable.xs
26518 ____________________________________________________________________________
26519 [  6780] By: jhi                                   on 2000/08/23  13:33:34
26520         Log: VMS MMS (make) wants null action.
26521      Branch: perl
26522            ! ext/B/Makefile.PL
26523 ____________________________________________________________________________
26524 [  6779] By: jhi                                   on 2000/08/22  19:44:47
26525         Log: Forgot portability nit.
26526      Branch: perl
26527            ! t/lib/st-forgive.t
26528 ____________________________________________________________________________
26529 [  6778] By: jhi                                   on 2000/08/22  19:35:25
26530         Log: Be portable.
26531      Branch: perl
26532            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
26533            ! t/lib/st-store.t
26534 ____________________________________________________________________________
26535 [  6777] By: jhi                                   on 2000/08/22  18:50:53
26536         Log: Update Changes.
26537      Branch: perl
26538            ! Changes patchlevel.h
26539 ____________________________________________________________________________
26540 [  6776] By: jhi                                   on 2000/08/22  18:44:46
26541         Log: cSVOPo_*v things index into the current PL_curpad
26542              under ithreads, which is different from the curpad
26543              used by the XSUB.  (In other words, the code as-is
26544              before this patch wouldn't work under ithreads.)
26545              From Sarathy.
26546      Branch: perl
26547            ! ext/B/B.xs
26548 ____________________________________________________________________________
26549 [  6775] By: jhi                                   on 2000/08/22  18:18:37
26550         Log: Make the selection of NVff et al stricter.
26551      Branch: metaconfig/U/perl
26552            ! perlxvf.U
26553      Branch: perl
26554            ! Configure config_h.SH
26555 ____________________________________________________________________________
26556 [  6774] By: jhi                                   on 2000/08/22  17:19:42
26557         Log: perldelta nits.
26558      Branch: perl
26559            ! pod/perldelta.pod
26560 ____________________________________________________________________________
26561 [  6773] By: jhi                                   on 2000/08/22  17:06:26
26562         Log: Long double fixes from Spider Boardman.
26563              
26564              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
26565              From: system PRIVILEGED account <root@peano.zk3.dec.com>
26566              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
26567              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
26568      Branch: perl
26569            ! t/lib/bigfltpm.t t/lib/st-06compat.t
26570 ____________________________________________________________________________
26571 [  6772] By: jhi                                   on 2000/08/22  15:04:53
26572         Log: Update Changes.
26573      Branch: perl
26574            ! Changes patchlevel.h
26575 ____________________________________________________________________________
26576 [  6771] By: jhi                                   on 2000/08/22  15:01:44
26577         Log: perldelta fixes from Hugo van der Sanden.
26578      Branch: perl
26579            ! pod/perldelta.pod
26580 ____________________________________________________________________________
26581 [  6770] By: jhi                                   on 2000/08/22  14:34:49
26582         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
26583              From: Hugo <hv@crypt.compulink.co.uk>
26584              Date: Tue, 22 Aug 2000 11:21:53 +0100
26585              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
26586      Branch: perl
26587            ! regcomp.c
26588 ____________________________________________________________________________
26589 [  6769] By: jhi                                   on 2000/08/22  14:30:02
26590         Log: Add Yitzchak, reformat.
26591      Branch: perl
26592            ! Changes config_h.SH
26593 ____________________________________________________________________________
26594 [  6768] By: jhi                                   on 2000/08/22  14:21:35
26595         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
26596              and Spider Boardman.
26597      Branch: metaconfig
26598            ! U/compline/d_gconvert.U
26599      Branch: perl
26600            ! Configure
26601 ____________________________________________________________________________
26602 [  6767] By: jhi                                   on 2000/08/22  14:11:24
26603         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
26604              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26605              Date: Mon, 21 Aug 2000 19:08:31 -0700
26606              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
26607      Branch: perl
26608            - ext/Storable/patchlevel.h
26609            ! MANIFEST ext/Storable/MANIFEST
26610 ____________________________________________________________________________
26611 [  6766] By: jhi                                   on 2000/08/22  13:49:29
26612         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
26613              From: Peter Prymmer <pvhp@forte.com>
26614              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
26615              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
26616      Branch: perl
26617            ! configure.com ext/Storable/Makefile.PL
26618 ____________________________________________________________________________
26619 [  6765] By: jhi                                   on 2000/08/22  13:44:59
26620         Log: Subject: [PATCH blead] B:: missing dependency
26621              From: Hugo <hv@crypt.compulink.co.uk>
26622              Date: Tue, 22 Aug 2000 06:44:33 +0100
26623              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
26624      Branch: perl
26625            ! ext/B/Makefile.PL
26626 ____________________________________________________________________________
26627 [  6764] By: jhi                                   on 2000/08/22  13:38:12
26628         Log: More bytecompiler.
26629      Branch: perl
26630            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
26631 ____________________________________________________________________________
26632 [  6763] By: jhi                                   on 2000/08/22  13:36:44
26633         Log: Bytecompiler patches from Benjamin Stuhl.
26634      Branch: perl
26635            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
26636            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
26637            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
26638            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
26639            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
26640            ! perl.c perlapi.h pod/perldelta.pod
26641 ____________________________________________________________________________
26642 [  6762] By: jhi                                   on 2000/08/21  23:43:40
26643         Log: An obsoleted diagnostic.
26644      Branch: perl
26645            ! pod/perldelta.pod
26646 ____________________________________________________________________________
26647 [  6761] By: jhi                                   on 2000/08/21  23:01:45
26648         Log: The #6759 wasn't quite right.
26649      Branch: perl
26650            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
26651            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
26652            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
26653            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
26654            ! t/lib/st-tieditems.t
26655 ____________________________________________________________________________
26656 [  6760] By: jhi                                   on 2000/08/21  22:35:49
26657         Log: Be verydeepclean.
26658      Branch: perl
26659            ! Makefile.SH
26660 ____________________________________________________________________________
26661 [  6759] By: jhi                                   on 2000/08/21  22:25:40
26662         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
26663              From: Peter Prymmer <pvhp@forte.com>
26664              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
26665              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
26666      Branch: perl
26667            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
26668            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
26669            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
26670            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
26671            ! t/lib/st-tieditems.t
26672 ____________________________________________________________________________
26673 [  6758] By: jhi                                   on 2000/08/21  22:22:32
26674         Log: Few more casts, need reported in
26675              
26676              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
26677              From: Mike Stok <mike@stok.co.uk>
26678              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
26679              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
26680              
26681              and
26682              
26683              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
26684              From: abigail@foad.org
26685              Date: 21 Aug 2000 21:31:34 -0000
26686              Message-Id: <20000821213134.30170.qmail@foad.org>
26687      Branch: perl
26688            ! ext/Storable/Storable.xs
26689 ____________________________________________________________________________
26690 [  6757] By: jhi                                   on 2000/08/21  18:37:07
26691         Log: Update Changes.
26692      Branch: perl
26693            ! Changes patchlevel.h
26694 ____________________________________________________________________________
26695 [  6756] By: jhi                                   on 2000/08/21  18:34:02
26696         Log: A pod nit.
26697              
26698              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
26699              From: <abigail@foad.org>
26700              Date: Mon, 21 Aug 2000 14:00:16 -0400
26701              Message-ID: <20000821180016.28627.qmail@foad.org>
26702      Branch: perl
26703            ! pod/perlre.pod
26704 ____________________________________________________________________________
26705 [  6755] By: jhi                                   on 2000/08/21  18:30:56
26706         Log: Use PodParser 1.18 new test.
26707      Branch: perl
26708            ! t/pod/special_seqs.t t/pod/special_seqs.xr
26709 ____________________________________________________________________________
26710 [  6754] By: jhi                                   on 2000/08/21  18:28:35
26711         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
26712              patches cannot be applied since #6712 conflicts.
26713      Branch: perl
26714            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
26715 ____________________________________________________________________________
26716 [  6753] By: jhi                                   on 2000/08/21  18:15:11
26717         Log: Weed out some smaller changes.
26718      Branch: perl
26719            ! pod/perldelta.pod
26720 ____________________________________________________________________________
26721 [  6752] By: jhi                                   on 2000/08/21  18:02:30
26722         Log: Also under djgpp the timestamps are funky.
26723      Branch: perl
26724            ! t/op/stat.t
26725 ____________________________________________________________________________
26726 [  6751] By: jhi                                   on 2000/08/21  17:55:56
26727         Log: Tweak the floating point output routine preferences.
26728      Branch: metaconfig
26729            ! U/compline/d_gconvert.U
26730      Branch: perl
26731            ! Configure
26732 ____________________________________________________________________________
26733 [  6750] By: jhi                                   on 2000/08/21  17:51:29
26734         Log: Unicos/mk requires elaborate paranoia.
26735      Branch: perl
26736            ! lib/Math/Complex.pm
26737 ____________________________________________________________________________
26738 [  6749] By: gsar                                  on 2000/08/21  16:53:31
26739         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
26740      Branch: perl
26741            ! lib/Cwd.pm
26742 ____________________________________________________________________________
26743 [  6748] By: gsar                                  on 2000/08/21  16:22:19
26744         Log: free TLS slot properly on Windows
26745      Branch: perl
26746            ! thread.h win32/perllib.c win32/win32thread.h
26747 ____________________________________________________________________________
26748 [  6747] By: jhi                                   on 2000/08/21  16:20:58
26749         Log: Rename the macro argument because some preprocessors
26750              can't tell the difference and expand arguments also inside
26751              double quoted strings.
26752      Branch: perl
26753            ! regcomp.c
26754 ____________________________________________________________________________
26755 [  6746] By: jhi                                   on 2000/08/21  16:09:41
26756         Log: Support long doubles in Storable.
26757              
26758              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
26759              From: Radu Greab <radu@netsoft.ro>
26760              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
26761              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
26762      Branch: perl
26763            ! ext/Storable/Storable.xs
26764 ____________________________________________________________________________
26765 [  6745] By: jhi                                   on 2000/08/21  15:51:40
26766         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
26767              From: "Fifer, Eric" <EFifer@sanwaint.com>
26768              Date: Mon, 21 Aug 2000 15:34:49 +0100
26769              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
26770      Branch: perl
26771            ! t/pragma/warn/9enabled
26772 ____________________________________________________________________________
26773 [  6744] By: jhi                                   on 2000/08/21  15:39:35
26774         Log: Document the endianness of Alpha more precisely.
26775      Branch: perl
26776            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
26777            ! pod/perlport.pod
26778 ____________________________________________________________________________
26779 [  6743] By: jhi                                   on 2000/08/21  14:47:05
26780         Log: perldelta fixes from the p5p crowd.
26781      Branch: perl
26782            ! pod/perldelta.pod pod/perlop.pod
26783 ____________________________________________________________________________
26784 [  6742] By: jhi                                   on 2000/08/21  13:34:51
26785         Log: Update to Pod::LaTeX 0.53.
26786              
26787              Subject: [PATCH] lib/Pod/LaTeX.pm updates
26788              From: Tim Jenness <timj@jach.hawaii.edu>
26789              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
26790              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
26791      Branch: perl
26792            ! lib/Pod/LaTeX.pm
26793 ____________________________________________________________________________
26794 [  6741] By: jhi                                   on 2000/08/21  13:33:01
26795         Log: Subject: [PATCH] os2.c fix for use64bitint
26796              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26797              Date: Mon, 21 Aug 2000 01:32:25 -0700
26798              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
26799      Branch: perl
26800            ! os2/os2.c
26801 ____________________________________________________________________________
26802 [  6740] By: jhi                                   on 2000/08/21  13:28:52
26803         Log: Array context keeps slithering in.
26804              
26805              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
26806              From: Daniel Chetlin <daniel@chetlin.com>
26807              Date: Sun, 20 Aug 2000 21:40:25 -0700
26808              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
26809      Branch: perl
26810            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
26811            ! pod/perldebtut.pod
26812 ____________________________________________________________________________
26813 [  6739] By: jhi                                   on 2000/08/21  13:23:55
26814         Log: Big-endian quad fixes for Storable from Radu Greab,
26815              plus few explicit null casts for picky compilers.
26816      Branch: perl
26817            ! ext/Storable/Storable.xs
26818 ____________________________________________________________________________
26819 [  6738] By: gsar                                  on 2000/08/21  05:56:13
26820         Log: small tweaks for change#6705: avoid C++ style comments in C code;
26821              use Perl's malloc API rather than the low level system one
26822      Branch: perl
26823            ! win32/win32.c
26824 ____________________________________________________________________________
26825 [  6737] By: gsar                                  on 2000/08/21  05:35:41
26826         Log: add Storable to list of extensions on Windows
26827      Branch: perl
26828            ! win32/Makefile win32/makefile.mk
26829 ____________________________________________________________________________
26830 [  6736] By: jhi                                   on 2000/08/21  02:57:53
26831         Log: Update Changes.
26832      Branch: perl
26833            ! Changes patchlevel.h
26834 ____________________________________________________________________________
26835 [  6735] By: jhi                                   on 2000/08/21  02:57:20
26836         Log: Draft 0.
26837      Branch: perl
26838            ! pod/perldelta.pod
26839 ____________________________________________________________________________
26840 [  6734] By: jhi                                   on 2000/08/21  02:57:03
26841         Log: Add Storable 0.7.2 from Raphael Manfredi,
26842              plus the patch from
26843              
26844              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
26845              From: Radu Greab <radu@netsoft.ro>
26846              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
26847              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
26848              
26849              plus changes to get Storable to compile with
26850              picky ANSI compilers.
26851      Branch: perl
26852            + ext/Storable/ChangeLog ext/Storable/MANIFEST
26853            + ext/Storable/Makefile.PL ext/Storable/README
26854            + ext/Storable/Storable.pm ext/Storable/Storable.xs
26855            + ext/Storable/patchlevel.h t/lib/st-06compat.t
26856            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
26857            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
26858            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
26859            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
26860            + t/lib/st-tieditems.t
26861            ! MANIFEST
26862 ____________________________________________________________________________
26863 [  6733] By: jhi                                   on 2000/08/21  02:29:09
26864         Log: The correct cleaning order is an art.
26865      Branch: perl
26866            ! Makefile.SH
26867 ____________________________________________________________________________
26868 [  6732] By: jhi                                   on 2000/08/21  01:23:39
26869         Log: The #6724 is here.
26870      Branch: perl
26871            ! t/lib/ftmp-security.t
26872 ____________________________________________________________________________
26873 [  6731] By: jhi                                   on 2000/08/20  23:17:03
26874         Log: s/this one/the 5.6.0 release/
26875      Branch: perl
26876            ! pod/perl56delta.pod
26877 ____________________________________________________________________________
26878 [  6730] By: jhi                                   on 2000/08/20  23:07:34
26879         Log: Mention perlebcdic and perlposix-bc.
26880      Branch: perl
26881            ! pod/perlport.pod
26882 ____________________________________________________________________________
26883 [  6729] By: jhi                                   on 2000/08/20  21:32:59
26884         Log: Document the number of exponent digits.
26885      Branch: perl
26886            ! pod/perlfunc.pod
26887 ____________________________________________________________________________
26888 [  6728] By: jhi                                   on 2000/08/20  21:16:47
26889         Log: Use File::Spec->tmpdir().
26890              
26891              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
26892              From: Tim Jenness <timj@jach.hawaii.edu>
26893              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
26894              MIME-Version: 1.0
26895              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
26896      Branch: perl
26897            ! utils/perlbug.PL
26898 ____________________________________________________________________________
26899 [  6727] By: jhi                                   on 2000/08/20  20:43:32
26900         Log: Update Changes.
26901      Branch: perl
26902            ! Changes patchlevel.h
26903 ____________________________________________________________________________
26904 [  6726] By: jhi                                   on 2000/08/20  20:41:44
26905         Log: The veryclean target needs to clobber.
26906      Branch: perl
26907            ! Makefile.SH
26908 ____________________________________________________________________________
26909 [  6725] By: jhi                                   on 2000/08/20  20:37:38
26910         Log: Document odd vs even subreleases and -Dusedevel.
26911      Branch: perl
26912            ! INSTALL
26913 ____________________________________________________________________________
26914 [  6724] By: jhi                                   on 2000/08/20  19:58:05
26915         Log: Use temporary directory instead of current directory.
26916              
26917              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
26918              From: Tim Jenness <timj@jach.hawaii.edu>
26919              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
26920              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
26921      Branch: perl
26922            ! t/lib/ftmp-security.t
26923 ____________________________________________________________________________
26924 [  6723] By: jhi                                   on 2000/08/20  19:55:55
26925         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
26926              From: andreas.koenig@anima.de (Andreas J. Koenig)
26927              Date: 20 Aug 2000 15:52:03 +0200
26928              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
26929      Branch: perl
26930            ! lib/ExtUtils/MM_Unix.pm
26931 ____________________________________________________________________________
26932 [  6722] By: jhi                                   on 2000/08/20  19:46:01
26933         Log: Update to CGI 2.72, from Lincoln Stein.
26934      Branch: perl
26935            ! lib/CGI.pm
26936 ____________________________________________________________________________
26937 [  6721] By: jhi                                   on 2000/08/20  19:43:54
26938         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
26939              From: Radu Greab <radu@netsoft.ro>
26940              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
26941              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
26942      Branch: perl
26943            ! ext/GDBM_File/GDBM_File.xs
26944 ____________________________________________________________________________
26945 [  6720] By: jhi                                   on 2000/08/20  19:42:01
26946         Log: pp_open() could pass an uninitialized filename down to do_open9().
26947      Branch: perl
26948            ! pp_sys.c
26949 ____________________________________________________________________________
26950 [  6719] By: jhi                                   on 2000/08/20  14:06:41
26951         Log: UTF8 concat fixes.
26952              
26953              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
26954              From: Hugo <hv@crypt.compulink.co.uk>
26955              Date: Sun, 20 Aug 2000 07:30:46 +0100
26956              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
26957      Branch: perl
26958            ! pp_hot.c t/op/append.t
26959 ____________________________________________________________________________
26960 [  6718] By: jhi                                   on 2000/08/20  02:09:37
26961         Log: Let's try #6717 again.
26962      Branch: perl
26963            ! lib/File/Temp.pm
26964 ____________________________________________________________________________
26965 [  6717] By: jhi                                   on 2000/08/20  01:56:55
26966         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
26967              From: "Craig A. Berry" <craig.berry@metamorgs.com>
26968              Date: Sat, 19 Aug 2000 18:15:39 -0500
26969              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
26970      Branch: perl
26971            ! lib/File/Temp.pm
26972 ____________________________________________________________________________
26973 [  6716] By: jhi                                   on 2000/08/19  15:50:11
26974         Log: Update Changes.
26975      Branch: perl
26976            ! Changes patchlevel.h
26977 ____________________________________________________________________________
26978 [  6715] By: jhi                                   on 2000/08/19  15:39:09
26979         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
26980              From: Jonathan D Johnston <jdjohnston2@juno.com>
26981              Date: Thu, 17 Aug 2000 23:13:01 -0400       
26982              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
26983      Branch: perl
26984            ! pod/perlfunc.pod
26985 ____________________________________________________________________________
26986 [  6714] By: jhi                                   on 2000/08/19  15:34:04
26987         Log: Introduce a 'veryclean' target that is like 'distclean'
26988              but also removes *~ and *.orig.
26989      Branch: perl
26990            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
26991            ! utils/Makefile x2p/Makefile.SH
26992 ____________________________________________________________________________
26993 [  6713] By: jhi                                   on 2000/08/19  14:15:45
26994         Log: Put back the long double avoidance code to POSIX.xs
26995              because VMS seems to need it still.
26996      Branch: perl
26997            ! ext/POSIX/POSIX.xs
26998 ____________________________________________________________________________
26999 [  6712] By: jhi                                   on 2000/08/19  14:10:41
27000         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
27001              From: Peter Prymmer <pvhp@forte.com>
27002              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
27003              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
27004      Branch: perl
27005            ! lib/Pod/Find.pm t/pod/find.t
27006 ____________________________________________________________________________
27007 [  6711] By: jhi                                   on 2000/08/19  14:09:19
27008         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
27009              From: Peter Prymmer <pvhp@forte.com>
27010              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
27011              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
27012              cc: vmsperl@perl.org
27013      Branch: perl
27014            ! t/lib/peek.t
27015 ____________________________________________________________________________
27016 [  6710] By: jhi                                   on 2000/08/19  14:08:01
27017         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
27018              From: Jan Dubois <jand@ActiveState.com>
27019              Date: Fri, 18 Aug 2000 16:31:48 -0700
27020              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
27021      Branch: perl
27022            ! win32/win32.c
27023 ____________________________________________________________________________
27024 [  6709] By: jhi                                   on 2000/08/19  14:06:57
27025         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
27026              
27027              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
27028              From: Spider.Boardman@Orb.Nashua.NH.US
27029              Date: Fri, 18 Aug 2000 18:41:14 -0400
27030              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
27031      Branch: perl
27032            ! regcomp.c
27033 ____________________________________________________________________________
27034 [  6708] By: jhi                                   on 2000/08/18  22:04:49
27035         Log: Update Changes.
27036      Branch: perl
27037            ! Changes patchlevel.h
27038 ____________________________________________________________________________
27039 [  6707] By: jhi                                   on 2000/08/18  21:55:14
27040         Log: Add warnif(), check warnings further up the stack,
27041              all the warnings functions now can take an optional object reference.
27042              
27043              Subject: [PATCH bleedperl@6691] warnings pragma update
27044              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27045              Date: Fri, 18 Aug 2000 22:42:06 +0100
27046              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
27047      Branch: perl
27048            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
27049            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
27050            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
27051 ____________________________________________________________________________
27052 [  6706] By: jhi                                   on 2000/08/18  21:41:45
27053         Log: Typo in pp_complement().
27054              
27055              Subject: [PATCH perl-current] Deparse
27056              From: Peter Scott <Peter@PSDT.com>
27057              Date: Fri, 18 Aug 2000 12:44:37 -0700
27058              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
27059      Branch: perl
27060            ! ext/B/B/Deparse.pm
27061 ____________________________________________________________________________
27062 [  6705] By: jhi                                   on 2000/08/18  21:25:59
27063         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
27064              From: Jan Dubois <jand@ActiveState.com>
27065              Date: Fri, 18 Aug 2000 14:22:51 -0700
27066              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
27067      Branch: perl
27068            ! lib/Win32.pod win32/win32.c
27069 ____________________________________________________________________________
27070 [  6704] By: jhi                                   on 2000/08/18  21:16:14
27071         Log: Don't eat leading os from index entries.
27072              
27073              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
27074              From: Russ Allbery <rra@stanford.edu>
27075              Date: 10 Aug 2000 20:49:25 -0700
27076              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
27077      Branch: perl
27078            ! lib/Pod/Man.pm
27079 ____________________________________________________________________________
27080 [  6703] By: jhi                                   on 2000/08/18  21:07:06
27081         Log: Add [[:blank:]] as suggested in
27082              
27083              Subject: [ID 20000716.024] [=cc=] / [:blank:]
27084              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
27085              Date: Sun, 16 Jul 2000 17:55:29 -0700
27086              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
27087              
27088              (the [=cc=] has already been taken care of by #6439
27089              so the whole bug report can be closed)
27090              
27091              and make [[:space:]] to be equivalent to isspace(3)
27092              (as opposed to \s, which is isSPACE()).  The difference
27093              is that now [[:space:]] matches the mythical vertical tab,
27094              while \s doesn't.
27095      Branch: perl
27096            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
27097            ! regexec.c t/op/pat.t
27098 ____________________________________________________________________________
27099 [  6702] By: jhi                                   on 2000/08/18  18:47:47
27100         Log: The new tests were missing from #6415.
27101      Branch: perl
27102            ! t/op/bop.t
27103 ____________________________________________________________________________
27104 [  6701] By: jhi                                   on 2000/08/18  18:20:40
27105         Log: Document the NDBM_File and ODBM_File as SDBM_File
27106              was documented in #6417.
27107      Branch: perl
27108            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
27109            ! ext/SDBM_File/SDBM_File.pm
27110 ____________________________________________________________________________
27111 [  6700] By: jhi                                   on 2000/08/18  18:10:39
27112         Log: Subject: [PATCH perl@6698] cygwin port
27113              From: "Fifer, Eric" <EFifer@sanwaint.com>
27114              Date: Fri, 18 Aug 2000 17:30:05 +0100
27115              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
27116      Branch: perl
27117            ! lib/File/Temp.pm
27118 ____________________________________________________________________________
27119 [  6699] By: jhi                                   on 2000/08/18  16:21:49
27120         Log: Document code point which makes if (defined %stash::) to work
27121              (noted by Spider Boardman).
27122      Branch: perl
27123            ! op.c
27124 ____________________________________________________________________________
27125 [  6698] By: jhi                                   on 2000/08/18  13:43:27
27126         Log: Update Changes.
27127      Branch: perl
27128            ! Changes patchlevel.h
27129 ____________________________________________________________________________
27130 [  6697] By: jhi                                   on 2000/08/18  13:35:57
27131         Log: Tiny Getopt::Long patch from Johan Vromans.
27132      Branch: perl
27133            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
27134 ____________________________________________________________________________
27135 [  6696] By: jhi                                   on 2000/08/18  13:26:14
27136         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
27137              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
27138              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
27139              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
27140      Branch: perl
27141            ! pod/perldiag.pod pod/perlsyn.pod
27142 ____________________________________________________________________________
27143 [  6695] By: jhi                                   on 2000/08/18  13:13:26
27144         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
27145              From: Daniel Chetlin <daniel@chetlin.com>
27146              Date: Fri, 18 Aug 2000 03:13:36 -0700
27147              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
27148      Branch: perl
27149            ! pod/perlfunc.pod
27150 ____________________________________________________________________________
27151 [  6694] By: jhi                                   on 2000/08/18  13:08:05
27152         Log: Subject: [PATCH] perltrap.pod spring cleaning
27153              From: Daniel Chetlin <daniel@chetlin.com>
27154              Date: Fri, 18 Aug 2000 03:06:54 -0700
27155              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
27156              
27157              plus Mike Guy's nitfix.
27158      Branch: perl
27159            ! pod/perltrap.pod
27160 ____________________________________________________________________________
27161 [  6693] By: jhi                                   on 2000/08/18  13:00:26
27162         Log: Unbuffer the output.
27163              
27164              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
27165              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27166              Date: Thu, 17 Aug 2000 18:39:29 -0700
27167              Message-ID: <RPJn5gzkgydf092yn@efn.org>
27168      Branch: perl
27169            ! t/op/fork.t
27170 ____________________________________________________________________________
27171 [  6692] By: jhi                                   on 2000/08/18  05:19:17
27172         Log: Delete the image, too, not just its MANIFEStation.
27173      Branch: perl
27174            - lib/CGI/eg/wilogo.gif
27175 ____________________________________________________________________________
27176 [  6691] By: jhi                                   on 2000/08/18  05:10:26
27177         Log: Propagate new Configure vars.
27178      Branch: perl
27179            ! configure.com epoc/config.sh uconfig.h uconfig.sh
27180            ! vos/config.def vos/config.h vos/config_h.SH_orig
27181            ! win32/config.bc win32/config.gc win32/config.vc
27182            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27183 ____________________________________________________________________________
27184 [  6690] By: jhi                                   on 2000/08/18  04:30:56
27185         Log: Update Changes.
27186      Branch: perl
27187            ! Changes patchlevel.h
27188 ____________________________________________________________________________
27189 [  6689] By: jhi                                   on 2000/08/18  04:12:30
27190         Log: Fix the lib/complex failure of
27191              
27192              From: abigail@foad.org
27193              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
27194              Date: 15 Aug 2000 04:06:38 -0000
27195              Message-Id: <20000815040638.8524.qmail@foad.org> 
27196              
27197              Linux long double accuracy issue: something that
27198              when printed with %g looks like "2" but int() of it is 1.
27199      Branch: perl
27200            ! lib/Math/Complex.pm
27201 ____________________________________________________________________________
27202 [  6688] By: jhi                                   on 2000/08/18  03:15:35
27203         Log: The byteorder code in #6671 was wrong.
27204      Branch: perl
27205            ! configpm
27206 ____________________________________________________________________________
27207 [  6687] By: jhi                                   on 2000/08/18  02:08:42
27208         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
27209              From: Jan Dubois <jand@ActiveState.com>
27210              Date: Thu, 17 Aug 2000 18:31:55 -0700
27211              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
27212      Branch: perl
27213            ! sv.c
27214 ____________________________________________________________________________
27215 [  6686] By: jhi                                   on 2000/08/18  02:04:15
27216         Log: Use NVs in POSIX math, not doubles.
27217              
27218              From: abigail@foad.org
27219              Subject: [ID 20000817.014] POSIX & modfl
27220              Date: 17 Aug 2000 20:49:18 -0000
27221              Message-Id: <20000817204918.23123.qmail@foad.org>
27222      Branch: perl
27223            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
27224 ____________________________________________________________________________
27225 [  6685] By: jhi                                   on 2000/08/18  02:02:12
27226         Log: Introduce NVef, NVff, and NVgf, use the middle one.
27227              (helps for lib/peek + Linux + long doubles)  Reported in
27228              
27229              From: abigail@foad.org
27230              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
27231              Date: 15 Aug 2000 04:06:38 -0000
27232              Message-Id: <20000815040638.8524.qmail@foad.org> 
27233              
27234              (note: the lib/complex failure has not yet been addressed)
27235      Branch: metaconfig/U/perl
27236            ! perlxvf.U
27237      Branch: perl
27238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27239            ! config_h.SH dump.c perl.h pod/perlguts.pod
27240 ____________________________________________________________________________
27241 [  6684] By: jhi                                   on 2000/08/17  23:22:19
27242         Log: Add byteorder to the myconfig output.
27243      Branch: perl
27244            ! myconfig.SH
27245 ____________________________________________________________________________
27246 [  6683] By: jhi                                   on 2000/08/17  23:20:19
27247         Log: The image doth not exist, spotted by Johan Vromans.
27248      Branch: perl
27249            ! MANIFEST
27250 ____________________________________________________________________________
27251 [  6682] By: jhi                                   on 2000/08/17  22:38:16
27252         Log: Document what the backtick returns if the command fails.
27253      Branch: perl
27254            ! pod/perlop.pod
27255 ____________________________________________________________________________
27256 [  6681] By: jhi                                   on 2000/08/17  22:33:12
27257         Log: Do not use prototyping here.
27258              
27259              Subject: [ID 20000817.016] [PATCH] Peek.xs
27260              From: abigail@foad.org
27261              Date: 17 Aug 2000 20:55:56 -0000
27262              Message-Id: <20000817205556.24270.qmail@foad.org>
27263      Branch: perl
27264            ! ext/Devel/Peek/Makefile.PL
27265 ____________________________________________________________________________
27266 [  6680] By: jhi                                   on 2000/08/17  19:46:43
27267         Log: Don't propose using modules built for 5.005 if no binary
27268              compatibility with 5.005 is attempted.
27269              
27270              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
27271              Subject: Minor nit with 5.7.0 (6655)
27272              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
27273              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
27274      Branch: metaconfig
27275            ! U/installdirs/inc_version_list.U
27276      Branch: perl
27277            ! Configure config_h.SH
27278 ____________________________________________________________________________
27279 [  6679] By: jhi                                   on 2000/08/17  19:16:39
27280         Log: Microperl config update.
27281      Branch: perl
27282            ! uconfig.h uconfig.sh
27283 ____________________________________________________________________________
27284 [  6678] By: jhi                                   on 2000/08/17  19:16:13
27285         Log: The #6648 wasn't protective enough for limited platforms
27286              (like microperl).
27287      Branch: perl
27288            ! dump.c sv.c
27289 ____________________________________________________________________________
27290 [  6677] By: jhi                                   on 2000/08/17  14:46:35
27291         Log: Update Changes.
27292      Branch: perl
27293            ! Changes patchlevel.h
27294 ____________________________________________________________________________
27295 [  6676] By: jhi                                   on 2000/08/17  14:44:02
27296         Log: Add perlebcdic from Peter Prymmer, regen toc.
27297      Branch: perl
27298            + pod/perlebcdic.pod
27299            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27300 ____________________________________________________________________________
27301 [  6675] By: jhi                                   on 2000/08/17  14:41:52
27302         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
27303      Branch: perl
27304            ! pod/perldebtut.pod
27305 ____________________________________________________________________________
27306 [  6674] By: jhi                                   on 2000/08/17  14:29:43
27307         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
27308              
27309              Subject: [ID 20000724.006] -DLEAKTEST problem
27310              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
27311              Date: Tue, 25 Jul 2000 00:36:32 -0500
27312              Message-Id: <20000725003632.A26186@www.llamacom.com>
27313              
27314              Reminder sent
27315              
27316              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
27317              From: Hugo <hv@crypt.compulink.co.uk>
27318              Date: Thu, 17 Aug 2000 15:23:42 +0100
27319              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
27320      Branch: perl
27321            ! util.c
27322 ____________________________________________________________________________
27323 [  6673] By: jhi                                   on 2000/08/17  04:07:10
27324         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
27325              From: John Peacock <JPeacock@UnivPress.com>
27326              Date: Tue, 01 Aug 2000 09:38:12 -0400
27327              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
27328      Branch: perl
27329            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
27330 ____________________________________________________________________________
27331 [  6672] By: jhi                                   on 2000/08/17  03:04:35
27332         Log: Subject: [PATCH] Cwd.pm now uses strict
27333              From: Tim Jenness <timj@jach.hawaii.edu>
27334              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
27335              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
27336      Branch: perl
27337            ! lib/Cwd.pm
27338 ____________________________________________________________________________
27339 [  6671] By: jhi                                   on 2000/08/17  02:16:35
27340         Log: Make $Config{byteorder} more magical so that it is
27341              dynamically computed: nice for 'fat binaries'.
27342              
27343              Subject: [PATCH]: default byteorder
27344              From: Wilfredo Sánchez <wsanchez@apple.com>
27345              Date: Mon, 31 Jul 2000 19:45:31 -0700
27346              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
27347      Branch: perl
27348            ! configpm
27349 ____________________________________________________________________________
27350 [  6670] By: gsar                                  on 2000/08/17  01:22:21
27351         Log: move WNOHANG definition to where other such things are
27352      Branch: perl
27353            ! win32/win32.h
27354 ____________________________________________________________________________
27355 [  6669] By: jhi                                   on 2000/08/17  01:19:17
27356         Log: Update Changes.
27357      Branch: perl
27358            ! Changes patchlevel.h
27359 ____________________________________________________________________________
27360 [  6668] By: jhi                                   on 2000/08/17  01:16:29
27361         Log: Doc nits spotted by Richard Soderberg.
27362      Branch: perl
27363            ! README.posix-bc README.vmesa
27364 ____________________________________________________________________________
27365 [  6667] By: jhi                                   on 2000/08/17  01:12:11
27366         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
27367              From: "Casey R. Tweten" <crt@kiski.net>
27368              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
27369              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
27370      Branch: perl
27371            ! pod/perldebtut.pod
27372 ____________________________________________________________________________
27373 [  6666] By: jhi                                   on 2000/08/17  01:09:31
27374         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
27375              From: "Casey R. Tweten" <crt@kiski.net>
27376              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
27377              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
27378      Branch: perl
27379            ! lib/Shell.pm
27380 ____________________________________________________________________________
27381 [  6665] By: gsar                                  on 2000/08/17  01:03:52
27382         Log: add "ok" targets from change#6632 in makefile.mk
27383      Branch: perl
27384            ! pod/perlport.pod win32/Makefile win32/makefile.mk
27385 ____________________________________________________________________________
27386 [  6664] By: gsar                                  on 2000/08/17  00:56:11
27387         Log: avoid warnings from dense compiler
27388      Branch: perl
27389            ! win32/win32.c
27390 ____________________________________________________________________________
27391 [  6663] By: jhi                                   on 2000/08/17  00:51:49
27392         Log: Tweak the regex compilation errors once more.
27393      Branch: perl
27394            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
27395            ! t/op/regmesg.t t/pragma/warn/regcomp
27396 ____________________________________________________________________________
27397 [  6662] By: gsar                                  on 2000/08/17  00:28:19
27398         Log: trailing new %ENV entries weren't being pushed into the real
27399              environment of subprocesses on Windows
27400      Branch: perl
27401            ! t/op/magic.t win32/perlhost.h
27402 ____________________________________________________________________________
27403 [  6661] By: gsar                                  on 2000/08/17  00:19:20
27404         Log: waitpid() now handles externally spawned pids correctly;
27405              fixes for backtick/wait/waitpid failures on Windows 9x
27406              
27407              these changes make the pid returned by process functions on
27408              Windows 9x always positive by clearing the high bit (which
27409              is always set on Win9x); pseudo-process PIDs are likewise
27410              always negative now on Win9x (just as on NT/2000)
27411      Branch: perl
27412            ! pp_sys.c win32/perlhost.h win32/win32.c
27413 ____________________________________________________________________________
27414 [  6660] By: jhi                                   on 2000/08/17  00:04:32
27415         Log: Retract #6645.
27416      Branch: perl
27417            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27418            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
27419            ! t/op/sprintf.t
27420 ____________________________________________________________________________
27421 [  6659] By: gsar                                  on 2000/08/16  23:59:28
27422         Log: on windows, the return values from wait() and waitpid() don't
27423              match those of pseudo-pids
27424      Branch: perl
27425            ! pp_sys.c t/op/fork.t util.c win32/win32.c
27426 ____________________________________________________________________________
27427 [  6658] By: gsar                                  on 2000/08/16  23:56:14
27428         Log: pod nit seen in passing
27429      Branch: perl
27430            ! pod/perlfunc.pod
27431 ____________________________________________________________________________
27432 [  6657] By: gsar                                  on 2000/08/16  23:53:42
27433         Log: change#6328 could make close(SOCKET) return false on windows
27434              when it shouldn't
27435      Branch: perl
27436            ! win32/win32sck.c
27437 ____________________________________________________________________________
27438 [  6656] By: gsar                                  on 2000/08/16  23:46:57
27439         Log: check that the number pseudo children doesn't exceed
27440              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
27441              the WaitForMultipleObjects() limit that would cause wait()
27442              to crash)
27443              
27444              wait() and waitpid() could potentially be rewritten to use
27445              more than one thread to do the waiting to eliminate this
27446              limitation
27447      Branch: perl
27448            ! win32/perlhost.h
27449 ____________________________________________________________________________
27450 [  6655] By: jhi                                   on 2000/08/16  14:11:05
27451         Log: Update Changes.
27452      Branch: perl
27453            ! Changes patchlevel.h
27454 ____________________________________________________________________________
27455 [  6654] By: jhi                                   on 2000/08/16  14:10:12
27456         Log: Update to perldebtut 1.9, from Richard Foley.
27457      Branch: perl
27458            ! pod/perldebtut.pod
27459 ____________________________________________________________________________
27460 [  6653] By: jhi                                   on 2000/08/16  14:08:17
27461         Log: Change the regx compilation error markers to use = instead of <
27462              since pod makes using the latter quite messy.  Reported in
27463              ID 20000814.006 by Abigail and in
27464              Subject: Unknown escape E<> ?
27465              From: Lupe Christoph <lupe@lupe-christoph.de>
27466              Date: Fri, 11 Aug 2000 00:30:27 +0200
27467              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
27468      Branch: perl
27469            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
27470            ! t/op/regmesg.t t/pragma/warn/regcomp
27471 ____________________________________________________________________________
27472 [  6652] By: jhi                                   on 2000/08/16  13:25:31
27473         Log: Change the perlbug address to perl.org since it's more forgiving.
27474              
27475              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
27476              From: abigail@foad.org
27477              Date: 15 Aug 2000 04:15:40 -0000
27478              Message-Id: <20000815041540.8633.qmail@foad.org>
27479      Branch: perl
27480            ! utils/perlbug.PL
27481 ____________________________________________________________________________
27482 [  6651] By: jhi                                   on 2000/08/16  13:22:35
27483         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
27484              From: Tim Jenness <timj@jach.hawaii.edu>
27485              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
27486              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
27487      Branch: perl
27488            ! lib/Cwd.pm
27489 ____________________________________________________________________________
27490 [  6650] By: jhi                                   on 2000/08/16  13:18:13
27491         Log: Update to CPAN 1.57.
27492              
27493              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
27494              From: andreas.koenig@anima.de (Andreas J. Koenig)
27495              Date: 16 Aug 2000 15:09:46 +0200
27496              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
27497      Branch: perl
27498            ! lib/CPAN.pm
27499 ____________________________________________________________________________
27500 [  6649] By: jhi                                   on 2000/08/16  13:12:31
27501         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
27502              From: "Larry W. Virden" <lvirden@cas.org>
27503              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
27504              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
27505      Branch: perl
27506            ! README.hpux
27507 ____________________________________________________________________________
27508 [  6648] By: jhi                                   on 2000/08/16  13:03:53
27509         Log: The numeric locale was reset to "C" by s?printf and never restored.
27510              
27511              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
27512              From: Christian Kirsch <ck@held.mind.de>
27513              Date: Wed, 9 Aug 2000 17:05:17 +0200
27514              Message-Id: <20000809170517.A25389@held>
27515              
27516              No test since adding the failing example to locale.t
27517              does not fail -- probably because the locale settings are so
27518              thoroughly tweaked by that time.  Running the example standalone
27519              does fail, though.  UPDATE: test case added at change #7540.
27520      Branch: perl
27521            ! dump.c perl.h pp.c pp_ctl.c sv.c
27522 ____________________________________________________________________________
27523 [  6647] By: jhi                                   on 2000/08/16  00:07:54
27524         Log: Update Changes and test semi-automatic patchlevel updating.
27525      Branch: perl
27526            ! Changes patchlevel.h
27527 ____________________________________________________________________________
27528 [  6646] By: jhi                                   on 2000/08/15  23:35:07
27529         Log: Fix a dependency problem.
27530              
27531              Subject: [PATCH: 6640] VMS Makefile.SH update
27532              From: Peter Prymmer <pvhp@forte.com>
27533              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
27534              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
27535      Branch: perl
27536            ! vms/descrip_mms.template
27537 ____________________________________________________________________________
27538 [  6645] By: jhi                                   on 2000/08/15  23:33:23
27539         Log: (Retracted by #6660)
27540              
27541              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
27542              From: Dominic Dunlop <domo@computer.org>
27543              Date: Tue, 15 Aug 2000 22:20:52 +0200
27544              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
27545      Branch: metaconfig/U/perl
27546            + d_printfed.U
27547      Branch: perl
27548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27549            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
27550            ! t/op/sprintf.t
27551 ____________________________________________________________________________
27552 [  6644] By: jhi                                   on 2000/08/15  21:17:20
27553         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
27554              From: abigail@foad.org
27555              Date: 15 Aug 2000 20:12:41 -0000
27556              Message-Id: <20000815201241.25556.qmail@foad.org>
27557      Branch: perl
27558            ! INSTALL
27559 ____________________________________________________________________________
27560 [  6643] By: jhi                                   on 2000/08/15  21:15:28
27561         Log: (an already applied patch)
27562      Branch: perl
27563            ! lib/CGI.pm
27564 ____________________________________________________________________________
27565 [  6642] By: gsar                                  on 2000/08/15  19:54:05
27566         Log: magic callbacks all need to have same type signature
27567      Branch: perl
27568            ! embed.pl mg.c proto.h
27569 ____________________________________________________________________________
27570 [  6641] By: jhi                                   on 2000/08/15  17:56:27
27571         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)
27572              From: Mike Guy <mjtg@cam.ac.uk>
27573              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
27574              Date: Tue, 15 Aug 2000 18:26:45 +0100
27575              
27576              Only the peek.t part applied, not the hash quality part.
27577      Branch: perl
27578            ! t/lib/peek.t
27579 ____________________________________________________________________________
27580 [  6640] By: jhi                                   on 2000/08/15  16:37:37
27581         Log: Update Changes.
27582      Branch: perl
27583            ! Changes
27584 ____________________________________________________________________________
27585 [  6639] By: jhi                                   on 2000/08/15  16:34:55
27586         Log: Missed a file from #6638.
27587      Branch: perl
27588            ! lib/File/Temp.pm
27589 ____________________________________________________________________________
27590 [  6638] By: jhi                                   on 2000/08/15  16:33:19
27591         Log: Subject: [PATCH perl@6620] cygwin port
27592              From: "Fifer, Eric" <EFifer@sanwaint.com>
27593              Date: Tue, 15 Aug 2000 17:00:49 +0100
27594              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
27595      Branch: perl
27596            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
27597 ____________________________________________________________________________
27598 [  6637] By: jhi                                   on 2000/08/15  16:29:22
27599         Log: Subject: [PATCH] debugger exit code should reflect user exit code
27600              From: Mike Guy <mjtg@cam.ac.uk>
27601              Date: Tue, 15 Aug 2000 16:55:59 +0100
27602              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
27603      Branch: perl
27604            ! lib/perl5db.pl
27605 ____________________________________________________________________________
27606 [  6636] By: jhi                                   on 2000/08/15  15:30:58
27607         Log: Update Changes.
27608      Branch: perl
27609            ! Changes
27610 ____________________________________________________________________________
27611 [  6635] By: jhi                                   on 2000/08/15  15:27:21
27612         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
27613      Branch: metaconfig
27614            ! U/mkglossary U/mksample
27615      Branch: metaconfig/U/perl
27616            ! Devel.U
27617      Branch: perl
27618            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27619 ____________________________________________________________________________
27620 [  6634] By: jhi                                   on 2000/08/15  14:11:55
27621         Log: Don't blow limited stacks, a lower number is enough to
27622              tickle the lookbehind limit.
27623              
27624              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
27625              From: Dominic Dunlop <domo@computer.org>
27626              Date: Tue, 15 Aug 2000 13:51:24 +0200
27627              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
27628      Branch: perl
27629            ! t/op/regmesg.t
27630 ____________________________________________________________________________
27631 [  6633] By: jhi                                   on 2000/08/15  14:01:46
27632         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
27633              From: Mike Guy <mjtg@cam.ac.uk>
27634              Date: Tue, 15 Aug 2000 12:10:50 +0100
27635              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
27636      Branch: perl
27637            ! utils/perldoc.PL
27638 ____________________________________________________________________________
27639 [  6632] By: jhi                                   on 2000/08/15  13:58:48
27640         Log: make ok etc also for win32.
27641              
27642              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
27643              From: Prymmer/Kahn <pvhp@best.com>
27644              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
27645              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
27646      Branch: perl
27647            ! win32/Makefile
27648 ____________________________________________________________________________
27649 [  6631] By: jhi                                   on 2000/08/15  13:45:03
27650         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
27651      Branch: perl
27652            ! lib/Test.pm
27653 ____________________________________________________________________________
27654 [  6630] By: jhi                                   on 2000/08/15  03:25:09
27655         Log: Update Changes.
27656      Branch: perl
27657            ! Changes
27658 ____________________________________________________________________________
27659 [  6629] By: jhi                                   on 2000/08/15  03:23:53
27660         Log: magic_regdatum_set() is void, not int.
27661      Branch: perl
27662            ! embed.pl mg.c proto.h
27663 ____________________________________________________________________________
27664 [  6628] By: jhi                                   on 2000/08/15  03:08:02
27665         Log: Make the user to give up his firstborn, err, to knowingly
27666              verify installing an unstable developer release.  Also bump
27667              the release to 5.7.0, but leave a patch tag in the local
27668              patches saying that this is not yet the real thing.
27669      Branch: metaconfig
27670            ! U/modified/Instruct.U
27671      Branch: metaconfig/U/perl
27672            + Devel.U
27673      Branch: perl
27674            ! Configure patchlevel.h
27675 ____________________________________________________________________________
27676 [  6627] By: jhi                                   on 2000/08/14  22:32:52
27677         Log: README.os2 update.
27678              
27679              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
27680              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27681              Date: Wed, 02 Aug 2000 21:55:09 -0700
27682              Message-ID: <tsPi5gzkgegX092yn@efn.org>
27683      Branch: perl
27684            ! README.os2
27685 ____________________________________________________________________________
27686 [  6626] By: jhi                                   on 2000/08/14  21:00:02
27687         Log: Subject: Re: File::Temp problems on VMS in bleedperl
27688              From: Tim Jenness <timj@jach.hawaii.edu>
27689              cc: vmsperl@perl.org
27690              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
27691              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
27692      Branch: perl
27693            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
27694 ____________________________________________________________________________
27695 [  6625] By: jhi                                   on 2000/08/14  20:52:16
27696         Log: Add SUIDMAIL as was done for the CERT alert.
27697      Branch: perl
27698            ! patchlevel.h
27699 ____________________________________________________________________________
27700 [  6624] By: jhi                                   on 2000/08/14  20:48:50
27701         Log: Subject: sfio2000
27702              From: Daniel Muino <dmuino@afip.gov.ar>
27703              Date: Mon, 14 Aug 2000 16:58:11 -0300
27704              Message-ID: <20000814165811.B16368@con2-dgi>
27705      Branch: perl
27706            ! perlsdio.h perlsfio.h
27707 ____________________________________________________________________________
27708 [  6623] By: jhi                                   on 2000/08/14  20:47:36
27709         Log: Subject: warning: storage class after type is obsolescent
27710              From: Daniel Muino <dmuino@afip.gov.ar>
27711              Date: Mon, 14 Aug 2000 16:42:47 -0300
27712              Message-ID: <20000814164247.A16368@con2-dgi>
27713      Branch: perl
27714            ! regcomp.pl regnodes.h
27715 ____________________________________________________________________________
27716 [  6622] By: jhi                                   on 2000/08/14  20:43:05
27717         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
27718              From: abigail@foad.org
27719              Date: 14 Aug 2000 20:00:10 -0000
27720              Message-Id: <20000814200010.27271.qmail@foad.org>
27721      Branch: perl
27722            ! Changes
27723 ____________________________________________________________________________
27724 [  6621] By: jhi                                   on 2000/08/14  15:23:05
27725         Log: Update Changes.
27726      Branch: perl
27727            ! Changes
27728 ____________________________________________________________________________
27729 [  6620] By: jhi                                   on 2000/08/14  15:22:14
27730         Log: Subject: Re: [PATCH] @+, @- readonly
27731              From: Mike Guy <mjtg@cam.ac.uk>
27732              Date: Mon, 14 Aug 2000 15:26:55 +0100
27733              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
27734      Branch: perl
27735            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
27736            ! sv.c t/op/pat.t
27737 ____________________________________________________________________________
27738 [  6619] By: jhi                                   on 2000/08/14  14:12:08
27739         Log: Update Changes.
27740      Branch: perl
27741            ! Changes
27742 ____________________________________________________________________________
27743 [  6618] By: jhi                                   on 2000/08/14  14:09:34
27744         Log: For now remove the mail code.
27745      Branch: perl
27746            ! perl.c
27747 ____________________________________________________________________________
27748 [  6617] By: jhi                                   on 2000/08/14  14:08:28
27749         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
27750      Branch: perl
27751            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
27752            ! pod/perlfaq8.pod pod/perlsec.pod
27753 ____________________________________________________________________________
27754 [  6616] By: jhi                                   on 2000/08/14  14:00:11
27755         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
27756              From: Mike Guy <mjtg@cam.ac.uk>
27757              Date: Mon, 14 Aug 2000 08:26:02 +0100
27758              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
27759      Branch: perl
27760            ! lib/perl5db.pl
27761 ____________________________________________________________________________
27762 [  6615] By: jhi                                   on 2000/08/14  13:58:45
27763         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
27764              From: Mike Guy <mjtg@cam.ac.uk>
27765              Date: Mon, 14 Aug 2000 08:04:22 +0100
27766              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
27767      Branch: perl
27768            ! gv.c mg.c t/op/pat.t
27769 ____________________________________________________________________________
27770 [  6614] By: jhi                                   on 2000/08/14  13:56:45
27771         Log: Subject: Test fails / warnings with perl-current #6612
27772              From: Mike Guy <mjtg@cam.ac.uk>
27773              Date: Mon, 14 Aug 2000 07:57:23 +0100
27774              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
27775      Branch: perl
27776            ! t/lib/b.t t/lib/peek.t
27777 ____________________________________________________________________________
27778 [  6613] By: jhi                                   on 2000/08/14  13:45:33
27779         Log: VMS configure.com update continues.
27780      Branch: perl
27781            - vms/configure.com
27782            ! MANIFEST configure.com
27783 ____________________________________________________________________________
27784 [  6612] By: jhi                                   on 2000/08/13  22:13:35
27785         Log: Update Changes.
27786      Branch: perl
27787            ! Changes
27788 ____________________________________________________________________________
27789 [  6611] By: jhi                                   on 2000/08/13  16:21:45
27790         Log: Upgrade to CGI 2.71, from Lincoln Stein.
27791      Branch: perl
27792            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
27793 ____________________________________________________________________________
27794 [  6610] By: jhi                                   on 2000/08/13  15:09:16
27795         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
27796              From: Mike Guy <mjtg@cam.ac.uk>
27797              Date: Sun, 13 Aug 2000 13:45:51 +0100
27798              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
27799      Branch: perl
27800            ! t/op/regmesg.t
27801 ____________________________________________________________________________
27802 [  6609] By: jhi                                   on 2000/08/13  14:31:26
27803         Log: Andreas says that 1.56 is fine, so reverting back to it.
27804      Branch: perl
27805            ! lib/CPAN.pm
27806 ____________________________________________________________________________
27807 [  6608] By: jhi                                   on 2000/08/13  05:34:20
27808         Log: Update Changes.
27809      Branch: perl
27810            ! Changes
27811 ____________________________________________________________________________
27812 [  6607] By: jhi                                   on 2000/08/13  05:32:01
27813         Log: Put back the \z changes of #5406 to CPAN.pm.
27814      Branch: perl
27815            ! lib/CPAN.pm
27816 ____________________________________________________________________________
27817 [  6606] By: jhi                                   on 2000/08/13  05:20:16
27818         Log: Fix-n-skip the tests under 5005threads.
27819      Branch: perl
27820            ! t/lib/b.t
27821 ____________________________________________________________________________
27822 [  6605] By: jhi                                   on 2000/08/13  05:07:48
27823         Log: Fix the test for 5005threads.
27824      Branch: perl
27825            ! t/lib/peek.t
27826 ____________________________________________________________________________
27827 [  6604] By: jhi                                   on 2000/08/13  03:35:37
27828         Log: Should have deleted this in #6603.
27829      Branch: perl
27830            - vms/subconfigure.com
27831 ____________________________________________________________________________
27832 [  6603] By: jhi                                   on 2000/08/12  18:29:32
27833         Log: Rewrite of vms/subconfigure.com as configure.com,
27834              from Peter Prymmer and the vmsperl crew.
27835      Branch: perl
27836            + vms/configure.com
27837            ! MANIFEST
27838 ____________________________________________________________________________
27839 [  6602] By: jhi                                   on 2000/08/11  13:00:01
27840         Log: PlainText.pm is dead.
27841      Branch: perl
27842            - lib/Pod/PlainText.pm
27843            ! MANIFEST
27844 ____________________________________________________________________________
27845 [  6601] By: jhi                                   on 2000/08/11  04:06:45
27846         Log: Update Changes.
27847      Branch: perl
27848            ! Changes
27849 ____________________________________________________________________________
27850 [  6600] By: jhi                                   on 2000/08/11  04:06:10
27851         Log: Add a few missing files, update MANIFEST.
27852      Branch: perl
27853            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
27854            + lib/Pod/PlainText.pm t/pod/find.t
27855            ! MANIFEST t/op/regmesg.t
27856 ____________________________________________________________________________
27857 [  6599] By: jhi                                   on 2000/08/11  03:31:10
27858         Log: Add Perl debugging tutorial, regen toc. 
27859              
27860              Subject: perldebtut.pod
27861              From: Richard Foley <Richard.Foley@m.dasa.de>
27862              Date: Wed, 09 Aug 2000 10:17:15 +0200
27863              Message-id: <3991138B.262247B8@m.dasa.de>
27864      Branch: perl
27865            + pod/perldebtut.pod
27866            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27867 ____________________________________________________________________________
27868 [  6598] By: jhi                                   on 2000/08/11  02:48:56
27869         Log: tiny Changes edit
27870      Branch: perl
27871            ! Changes
27872 ____________________________________________________________________________
27873 [  6597] By: jhi                                   on 2000/08/11  02:39:04
27874         Log: Tests for #6589.
27875              
27876              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
27877              From: simon@brecon.co.uk (Simon Cozens)
27878              Date: 11 Aug 2000 02:24:52 GMT
27879              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
27880      Branch: perl
27881            ! t/lib/b.t
27882 ____________________________________________________________________________
27883 [  6596] By: jhi                                   on 2000/08/11  01:50:07
27884         Log: Update Changes.
27885      Branch: perl
27886            ! Changes
27887 ____________________________________________________________________________
27888 [  6595] By: jhi                                   on 2000/08/11  01:47:16
27889         Log: nitfix
27890      Branch: perl
27891            ! Changes
27892 ____________________________________________________________________________
27893 [  6594] By: jhi                                   on 2000/08/11  01:36:16
27894         Log: Subject: Getting perlio and threads to compile
27895              From: Lupe Christoph <lupe@lupe-christoph.de>
27896              Date: Wed, 9 Aug 2000 11:35:54 +0200
27897              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
27898              
27899              (the Solaris version changes in Configure skipped)
27900      Branch: perl
27901            ! hints/solaris_2.sh thread.h
27902 ____________________________________________________________________________
27903 [  6593] By: jhi                                   on 2000/08/11  01:30:16
27904         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
27905              From: simon@brecon.co.uk (Simon Cozens)
27906              Date: 1 Aug 2000 06:55:19 GMT
27907              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
27908      Branch: perl
27909            ! lib/utf8.pm
27910 ____________________________________________________________________________
27911 [  6592] By: jhi                                   on 2000/08/11  01:26:39
27912         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
27913              From: Peter Scott <Peter@PeterScott.com>
27914              Date: Thu, 10 Aug 2000 08:23:27 -0700
27915              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
27916      Branch: perl
27917            ! lib/perl5db.pl
27918 ____________________________________________________________________________
27919 [  6591] By: jhi                                   on 2000/08/11  01:22:02
27920         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
27921              From: Hugo <hv@crypt.compulink.co.uk>
27922              Date: Thu, 10 Aug 2000 19:23:04 +0100
27923              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
27924      Branch: perl
27925            ! regexec.c t/op/pat.t
27926 ____________________________________________________________________________
27927 [  6590] By: jhi                                   on 2000/08/11  01:19:19
27928         Log: Preprocessing and postprocessing for File::Find.
27929              
27930              Subject: Patch to Find::File.pm to allow alphabetical results
27931              From: Joe Smith <jsmith@inwap.com>
27932              Date: Wed, 9 Aug 2000 02:44:54 -0700
27933              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
27934      Branch: perl
27935            ! lib/File/Find.pm
27936 ____________________________________________________________________________
27937 [  6589] By: jhi                                   on 2000/08/11  01:12:39
27938         Log: B::Deparse didn't do sub attributes.
27939              
27940              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
27941              From: simon@brecon.co.uk (Simon Cozens)
27942              Date: 9 Aug 2000 04:49:20 GMT
27943              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
27944      Branch: perl
27945            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
27946 ____________________________________________________________________________
27947 [  6588] By: jhi                                   on 2000/08/11  01:06:40
27948         Log: Subject: debugger "d" command doesnt check line number
27949              From: Mike Guy <mjtg@cam.ac.uk>
27950              Date: Tue, 08 Aug 2000 21:54:29 +0100
27951              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
27952      Branch: perl
27953            ! lib/perl5db.pl mg.c pod/perldiag.pod
27954 ____________________________________________________________________________
27955 [  6587] By: jhi                                   on 2000/08/11  00:45:03
27956         Log: sleep(1) does not necessarily return 1.
27957              
27958              Subject: [PATCH bleadperl] op/lex_assign.t  
27959              From: Hugo <hv@crypt.compulink.co.uk>
27960              Date: Thu, 03 Aug 2000 14:34:22 +0100        
27961              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
27962      Branch: perl
27963            ! t/op/lex_assign.t
27964 ____________________________________________________________________________
27965 [  6586] By: jhi                                   on 2000/08/11  00:31:50
27966         Log: Document the IO::Select timeout.
27967      Branch: perl
27968            ! ext/IO/lib/IO/Select.pm
27969 ____________________________________________________________________________
27970 [  6585] By: jhi                                   on 2000/08/11  00:13:54
27971         Log: Forgot contributor.
27972      Branch: perl
27973            ! Changes
27974 ____________________________________________________________________________
27975 [  6584] By: jhi                                   on 2000/08/11  00:09:19
27976         Log: detypo
27977      Branch: perl
27978            ! Changes
27979 ____________________________________________________________________________
27980 [  6583] By: jhi                                   on 2000/08/11  00:07:53
27981         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
27982              
27983              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
27984              From: Mike Guy <mjtg@cam.ac.uk> 
27985              Date: Thu, 10 Aug 2000 15:50:54 +0100
27986              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
27987      Branch: perl
27988            ! sv.c t/op/int.t
27989 ____________________________________________________________________________
27990 [  6582] By: jhi                                   on 2000/08/10  23:29:32
27991         Log: Update Changes.
27992      Branch: perl
27993            ! Changes
27994 ____________________________________________________________________________
27995 [  6581] By: jhi                                   on 2000/08/10  23:26:16
27996         Log: Put back the std @INC thing.
27997      Branch: perl
27998            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
27999            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
28000            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
28001            ! t/lib/gol-oo.t
28002 ____________________________________________________________________________
28003 [  6580] By: jhi                                   on 2000/08/10  23:03:34
28004         Log: Update to CGI 2.70, from Lincoln Stein.
28005      Branch: perl
28006            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
28007            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
28008            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
28009            ! t/lib/cgi-request.t
28010 ____________________________________________________________________________
28011 [  6579] By: jhi                                   on 2000/08/10  22:41:50
28012         Log: Update to CPAN 1.56, from Andreas König.
28013      Branch: perl
28014            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28015 ____________________________________________________________________________
28016 [  6578] By: jhi                                   on 2000/08/10  22:38:13
28017         Log: Update to Pod::Parser 1.17, from Brad Appleton.
28018      Branch: perl
28019            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
28020            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
28021            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
28022            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
28023            ! t/pod/include.t t/pod/included.t t/pod/lref.t
28024            ! t/pod/multiline_items.t t/pod/nested_items.t
28025            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
28026            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
28027            ! t/pod/special_seqs.t
28028 ____________________________________________________________________________
28029 [  6577] By: jhi                                   on 2000/08/10  22:35:41
28030         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
28031      Branch: perl
28032            ! AUTHORS MAINTAIN
28033 ____________________________________________________________________________
28034 [  6576] By: jhi                                   on 2000/08/10  22:24:54
28035         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
28036      Branch: perl
28037            + t/lib/gol-oo.t
28038            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
28039            ! t/lib/gol-compat.t t/lib/gol-linkage.t
28040 ____________________________________________________________________________
28041 [  6575] By: jhi                                   on 2000/08/10  22:02:07
28042         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
28043      Branch: perl
28044            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
28045 ____________________________________________________________________________
28046 [  6574] By: jhi                                   on 2000/08/10  21:55:03
28047         Log: Iterating perl6 description.
28048      Branch: perl
28049            ! pod/perlfaq1.pod
28050 ____________________________________________________________________________
28051 [  6573] By: jhi                                   on 2000/08/10  21:48:26
28052         Log: Revert the sv.c part of #6559, a better fix is needed.
28053      Branch: perl
28054            ! sv.c
28055 ____________________________________________________________________________
28056 [  6572] By: jhi                                   on 2000/08/10  20:33:43
28057         Log: It's the 2ndO'ROSSC.
28058      Branch: perl
28059            ! pod/perlfaq1.pod
28060 ____________________________________________________________________________
28061 [  6571] By: jhi                                   on 2000/08/10  15:55:48
28062         Log: detypo
28063      Branch: perl
28064            ! pod/perlfaq1.pod
28065 ____________________________________________________________________________
28066 [  6570] By: jhi                                   on 2000/08/10  14:11:17
28067         Log: An exceptionally sticky typo.
28068      Branch: perl
28069            ! Changes
28070 ____________________________________________________________________________
28071 [  6569] By: jhi                                   on 2000/08/10  14:09:33
28072         Log: detypo (and test Changes updating script)
28073      Branch: perl
28074            ! Changes
28075 ____________________________________________________________________________
28076 [  6568] By: jhi                                   on 2000/08/10  14:07:07
28077         Log: Update Changes.
28078      Branch: perl
28079            ! Changes
28080 ____________________________________________________________________________
28081 [  6567] By: jhi                                   on 2000/08/10  14:06:19
28082         Log: Amend the description of Perl6.
28083              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
28084              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28085              Date: Wed, 9 Aug 2000 22:11:06 -0500
28086              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
28087      Branch: perl
28088            ! pod/perlfaq1.pod
28089 ____________________________________________________________________________
28090 [  6566] By: jhi                                   on 2000/08/10  13:58:57
28091         Log: Subject: Remove dead entry in perldiag
28092              From: Mike Guy <mjtg@cam.ac.uk>
28093              Date: Thu, 10 Aug 2000 14:19:19 +0100
28094              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
28095      Branch: perl
28096            ! pod/perldiag.pod
28097 ____________________________________________________________________________
28098 [  6565] By: jhi                                   on 2000/08/10  13:51:48
28099         Log: Zero entries were skipped, fix from Adrian Goalby
28100              <argoalby@yahoo.co.uk>
28101      Branch: perl
28102            ! lib/unicode/Number.pl lib/unicode/mktables.PL
28103 ____________________________________________________________________________
28104 [  6564] By: jhi                                   on 2000/08/10  13:00:12
28105         Log: Subject: [PATCH 5.6.0] cygwin port
28106              From: "Fifer, Eric" <EFifer@sanwaint.com>
28107              Date: Thu, 10 Aug 2000 13:15:36 +0100
28108              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
28109      Branch: perl
28110            ! README.cygwin hints/cygwin.sh
28111 ____________________________________________________________________________
28112 [  6563] By: jhi                                   on 2000/08/10  12:55:16
28113         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
28114      Branch: perl
28115            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
28116 ____________________________________________________________________________
28117 [  6562] By: gsar                                  on 2000/08/10  08:38:39
28118         Log: warn is a macro, avoid using at a variable to avoid warnings
28119              in some configurations; readdir.t is too conservative in
28120              estimating number of *.t's
28121      Branch: perl
28122            ! t/op/readdir.t util.c
28123 ____________________________________________________________________________
28124 [  6561] By: jhi                                   on 2000/08/09  23:35:42
28125         Log: Update Changes.
28126      Branch: perl
28127            ! Changes
28128 ____________________________________________________________________________
28129 [  6560] By: jhi                                   on 2000/08/09  23:05:47
28130         Log: Subject: Re: enhanced(?) regex error messages
28131              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
28132              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
28133              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
28134              
28135              (plus two small patches sent privately)
28136              (this still seems to leave few test failures)
28137      Branch: perl
28138            + t/op/regmesg.t
28139            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
28140            ! t/pragma/warn/regcomp
28141 ____________________________________________________________________________
28142 [  6559] By: jhi                                   on 2000/08/09  20:41:18
28143         Log: (The fix did work but was not right, retracted in #6573)
28144              
28145              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
28146              From: Christian Kirsch <ck@held.mind.de>
28147              Date: Wed, 9 Aug 2000 17:05:17 +0200
28148              Message-Id: <20000809170517.A25389@held>
28149      Branch: perl
28150            ! sv.c t/pragma/locale.t
28151 ____________________________________________________________________________
28152 [  6558] By: jhi                                   on 2000/08/08  22:34:08
28153         Log: Tiny updates on the contributors list.
28154      Branch: perl
28155            ! Changes
28156 ____________________________________________________________________________
28157 [  6557] By: jhi                                   on 2000/08/08  19:34:28
28158         Log: Double check that we have a dirhandle.
28159      Branch: perl
28160            ! util.c
28161 ____________________________________________________________________________
28162 [  6556] By: jhi                                   on 2000/08/08  19:01:51
28163         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
28164              May be repopulated with fresh maintained examples.
28165      Branch: perl
28166            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
28167            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
28168            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
28169            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
28170            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
28171            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
28172            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
28173            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
28174            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
28175            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
28176            + lib/CGI/eg/wilogo_gif.uu
28177            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
28178            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
28179            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
28180            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
28181            - eg/cgi/frameset.cgi eg/cgi/index.html
28182            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
28183            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
28184            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
28185            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
28186            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
28187            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
28188            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
28189            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
28190            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
28191            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
28192            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
28193            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
28194            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
28195            - eg/van/vanish eg/who eg/wrapsuid
28196            ! MANIFEST
28197 ____________________________________________________________________________
28198 [  6555] By: jhi                                   on 2000/08/08  18:51:08
28199         Log: Delete chat2 as requested by Randal.
28200              
28201              Subject: Re: perlfaq8 coyness
28202              From: merlyn@stonehenge.com (Randal L. Schwartz) 
28203              Date: 15 May 2000 18:52:42 -0700 
28204              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
28205      Branch: perl
28206            - lib/chat2.pl
28207            ! MANIFEST
28208 ____________________________________________________________________________
28209 [  6554] By: jhi                                   on 2000/08/08  18:31:35
28210         Log: Regen global.sym.
28211      Branch: perl
28212            ! global.sym
28213 ____________________________________________________________________________
28214 [  6553] By: jhi                                   on 2000/08/08  18:28:13
28215         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
28216              (either perlbug or p5p ate the original), plus regen
28217              perlapi and perltoc. 
28218      Branch: perl
28219            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
28220            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
28221            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
28222            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
28223            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
28224            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
28225            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
28226            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
28227            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
28228            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
28229 ____________________________________________________________________________
28230 [  6552] By: jhi                                   on 2000/08/08  18:06:29
28231         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
28232              From: Mike Guy <mjtg@cam.ac.uk>
28233              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
28234              Date: Tue, 08 Aug 2000 15:51:27 +0100
28235      Branch: perl
28236            ! doop.c sv.h t/op/join.t t/pragma/overload.t
28237 ____________________________________________________________________________
28238 [  6551] By: jhi                                   on 2000/08/08  18:01:11
28239         Log: Re-apply #6549.
28240      Branch: perl
28241            ! lib/perl5db.pl
28242 ____________________________________________________________________________
28243 [  6550] By: jhi                                   on 2000/08/08  17:43:08
28244         Log: Accidental retraction of #6549.
28245      Branch: perl
28246            ! lib/perl5db.pl
28247 ____________________________________________________________________________
28248 [  6549] By: jhi                                   on 2000/08/08  17:40:04
28249         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
28250              From: Mike Guy <mjtg@cam.ac.uk>
28251              Date: Mon, 07 Aug 2000 21:49:58 +0100
28252              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
28253      Branch: perl
28254            ! lib/perl5db.pl
28255 ____________________________________________________________________________
28256 [  6548] By: jhi                                   on 2000/08/08  17:37:57
28257         Log: Document here-doc better.
28258              
28259              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
28260              From: Mike Guy <mjtg@cam.ac.uk>
28261              Date: Mon, 07 Aug 2000 14:02:09 +0100
28262              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
28263      Branch: perl
28264            ! pod/perldata.pod
28265 ____________________________________________________________________________
28266 [  6547] By: jhi                                   on 2000/08/08  17:33:34
28267         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
28268              From: "Randy J. Ray" <rjray@redhat.com>
28269              Date: Mon, 07 Aug 2000 19:12:25 -0700
28270              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
28271      Branch: perl
28272            ! perl.c pod/perlrun.pod
28273 ____________________________________________________________________________
28274 [  6546] By: jhi                                   on 2000/08/08  17:29:26
28275         Log: Subject: Re: enhanced(?) regex error messages 
28276              From: Hugo <hv@crypt.compulink.co.uk>
28277              Date: Tue, 08 Aug 2000 03:25:51 +0100
28278              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
28279              
28280              plus Capitalize the error messages, plus perldiag them.
28281      Branch: perl
28282            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
28283 ____________________________________________________________________________
28284 [  6545] By: jhi                                   on 2000/08/08  13:59:28
28285         Log: Augment #6539 a bit: don't croak if there's magic in the air.
28286              
28287              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
28288              From: Hugo <hv@crypt.compulink.co.uk>
28289              Date: Tue, 08 Aug 2000 03:02:03 +0100
28290              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
28291      Branch: perl
28292            ! pp.c t/op/bless.t
28293 ____________________________________________________________________________
28294 [  6544] By: jhi                                   on 2000/08/07  21:11:52
28295         Log: Make the test -w clean.
28296      Branch: perl
28297            ! t/op/bless.t
28298 ____________________________________________________________________________
28299 [  6543] By: jhi                                   on 2000/08/07  19:49:53
28300         Log: use warnings instead of $^W.
28301      Branch: perl
28302            ! t/op/bless.t
28303 ____________________________________________________________________________
28304 [  6542] By: jhi                                   on 2000/08/07  17:41:41
28305         Log: Disable a portability warning Because We Know What We Are Doing.
28306      Branch: perl
28307            ! t/op/bless.t
28308 ____________________________________________________________________________
28309 [  6541] By: jhi                                   on 2000/08/07  17:29:51
28310         Log: Tiny tidying on report_evil_fh().
28311      Branch: perl
28312            ! util.c
28313 ____________________________________________________________________________
28314 [  6540] By: jhi                                   on 2000/08/07  16:37:38
28315         Log: Make regular expression parse error messages easier to understand.
28316              
28317              Subject: Re: enhanced(?) regex error messages
28318              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
28319              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
28320              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
28321      Branch: perl
28322            ! regcomp.c
28323 ____________________________________________________________________________
28324 [  6539] By: jhi                                   on 2000/08/07  16:12:27
28325         Log: Make bless(REF, REF) a fatal error, add bless tests.
28326              
28327              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
28328              From: Hugo <hv@crypt.compulink.co.uk>
28329              Date: Mon, 07 Aug 2000 16:59:38 +0100
28330              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
28331      Branch: perl
28332            + t/op/bless.t
28333            ! MANIFEST pod/perldiag.pod pp.c sv.c
28334 ____________________________________________________________________________
28335 [  6538] By: jhi                                   on 2000/08/07  15:59:43
28336         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
28337              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
28338              Date: Thu, 3 Aug 2000 14:29:21 -0700
28339              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
28340      Branch: perl
28341            ! lib/lib_pm.PL
28342 ____________________________________________________________________________
28343 [  6537] By: jhi                                   on 2000/08/07  15:47:18
28344         Log: Retract #6419 for now since it breaks in AFS and MachTen.
28345      Branch: perl
28346            ! lib/Cwd.pm
28347 ____________________________________________________________________________
28348 [  6536] By: jhi                                   on 2000/08/07  15:05:29
28349         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
28350              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
28351              The security hole exists only in suidperls, which isn't
28352              installed or even built by default.
28353      Branch: perl
28354            ! perl.c
28355 ____________________________________________________________________________
28356 [  6535] By: jhi                                   on 2000/08/07  14:45:14
28357         Log: tr memory corruption fix from Simon Cozens.
28358      Branch: perl
28359            ! doop.c
28360 ____________________________________________________________________________
28361 [  6534] By: jhi                                   on 2000/08/06  11:38:16
28362         Log: Document a bit that UDP is not what you might think.
28363              
28364              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
28365              From: Lupe Christoph <lupe@lupe-christoph.de>
28366              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
28367              Date: Mon, 24 Jul 2000 08:59:15 +0200
28368      Branch: perl
28369            ! pod/perlipc.pod
28370 ____________________________________________________________________________
28371 [  6533] By: jhi                                   on 2000/08/06  11:35:01
28372         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
28373              From: Jeff Pinyan <jeffp@hut.crusoe.net>
28374              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
28375              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
28376      Branch: perl
28377            ! pod/perlfunc.pod
28378 ____________________________________________________________________________
28379 [  6532] By: jhi                                   on 2000/08/06  03:45:41
28380         Log: Have symbols for the IoTYPEs.
28381      Branch: perl
28382            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
28383 ____________________________________________________________________________
28384 [  6531] By: jhi                                   on 2000/08/06  01:33:55
28385         Log: Continue fixing the io warnings.  This also
28386              sort of fixes bug ID 20000802.003: the core dump
28387              is no more.  Whether the current behaviour is correct
28388              (giving a warning: "Not a format reference"), is another matter.
28389      Branch: perl
28390            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
28391            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
28392 ____________________________________________________________________________
28393 [  6530] By: jhi                                   on 2000/08/05  21:33:12
28394         Log: Change the Policy policy: now -Dprefix= with an existing
28395              Policy.sh and prefix == siteprefix == vendorprefix, then all
28396              of them follow along the new prefix.
28397              
28398              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
28399              From: Andy Dougherty <doughera@lafayette.edu>
28400              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
28401              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
28402      Branch: perl
28403            ! Policy_sh.SH
28404 ____________________________________________________________________________
28405 [  6529] By: jhi                                   on 2000/08/05  18:57:28
28406         Log: Zap lib/Sys directory when cleaning up.
28407      Branch: perl
28408            ! Makefile.SH
28409 ____________________________________________________________________________
28410 [  6528] By: jhi                                   on 2000/08/05  18:40:44
28411         Log: Essential prototype changes were missing from #6527.
28412              Also make report_evil_fh() more bomb-proof.
28413      Branch: perl
28414            ! embed.h util.c
28415 ____________________________________________________________________________
28416 [  6527] By: jhi                                   on 2000/08/05  03:22:05
28417         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
28418              From: "Ronald F. Guilmette" <rfg@monkeys.com>
28419              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
28420              Message-Id: <200007242247.PAA52177@monkeys.com>
28421      Branch: perl
28422            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
28423 ____________________________________________________________________________
28424 [  6526] By: jhi                                   on 2000/08/04  21:23:27
28425         Log: gcc versions might have (parentheses) in them.
28426      Branch: metaconfig/U/perl
28427            ! gccvers.U
28428      Branch: perl
28429            ! Configure config_h.SH
28430 ____________________________________________________________________________
28431 [  6525] By: jhi                                   on 2000/08/04  20:23:12
28432         Log: Weed buglets pointed out by
28433              
28434              From: Lupe Christoph <lupe@lupe-christoph.de>
28435              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
28436              Date: Fri, 4 Aug 2000 17:34:39 +0200
28437              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
28438      Branch: metaconfig/U/perl
28439            ! gccvers.U uselfs.U
28440      Branch: perl
28441            ! Configure config_h.SH
28442 ____________________________________________________________________________
28443 [  6524] By: jhi                                   on 2000/08/04  19:02:08
28444         Log: Warn under -w if lstat(FH) is attempted.
28445              
28446              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
28447              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
28448              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
28449              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
28450      Branch: perl
28451            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
28452            ! t/pragma/warn/pp_sys
28453 ____________________________________________________________________________
28454 [  6523] By: jhi                                   on 2000/08/04  12:31:11
28455         Log: Subject: New perlcc, take 2
28456              From: simon@brecon.co.uk (Simon Cozens)
28457              Date: 4 Aug 2000 06:21:04 GMT
28458              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
28459      Branch: perl
28460            ! utils/perlcc.PL
28461 ____________________________________________________________________________
28462 [  6522] By: jhi                                   on 2000/08/04  12:26:33
28463         Log: Subject: Re: Array vs. List context
28464              From: Daniel Chetlin <daniel@chetlin.com>
28465              Date: Fri, 4 Aug 2000 00:22:44 -0700
28466              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
28467      Branch: perl
28468            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
28469            ! pod/perlfaq4.pod
28470 ____________________________________________________________________________
28471 [  6521] By: jhi                                   on 2000/08/04  12:22:38
28472         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
28473              From: Raymund Will <ray@caldera.de>
28474              Date: Fri, 4 Aug 2000 12:07:09 +0200
28475              Message-Id: <20000804120709.A14982@caldera.de>
28476      Branch: perl
28477            ! configure.gnu
28478 ____________________________________________________________________________
28479 [  6520] By: jhi                                   on 2000/08/04  04:09:06
28480         Log: After the #6519 a warning about stat() is just that,
28481              not about a filetest, which now have their own warning.
28482      Branch: perl
28483            ! pod/perldiag.pod
28484 ____________________________________________________________________________
28485 [  6519] By: jhi                                   on 2000/08/04  04:06:30
28486         Log: In the warnings call filehandles consistently so;
28487              add "unopened" warning for stat().
28488      Branch: perl
28489            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
28490            ! t/pragma/warn/pp_sys
28491 ____________________________________________________________________________
28492 [  6518] By: jhi                                   on 2000/08/04  02:55:35
28493         Log: Subject: Minor tweak to perlvar.pod
28494              From: "Stephen P. Potter" <spp@ds.net>
28495              Date: Tue, 18 Apr 2000 09:26:03 -0400
28496              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
28497      Branch: perl
28498            ! pod/perlvar.pod
28499 ____________________________________________________________________________
28500 [  6517] By: jhi                                   on 2000/08/04  02:50:08
28501         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
28502              From: "Clinton Pierce" <cpierce1@ford.com>
28503              Date: Wed, 21 Jul 1999 16:45:31 -0400
28504              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
28505              
28506              Fix by Stephen Potter (visible in the bug db but not in p5p?)
28507      Branch: perl
28508            ! pod/perlfunc.pod pod/perlop.pod
28509 ____________________________________________________________________________
28510 [  6516] By: jhi                                   on 2000/08/04  02:09:25
28511         Log: This is 6512.  Really.
28512      Branch: perl
28513            ! dump.c
28514 ____________________________________________________________________________
28515 [  6515] By: jhi                                   on 2000/08/04  01:25:50
28516         Log: mention the idea of @( and @)
28517      Branch: perl
28518            ! Todo-5.6
28519 ____________________________________________________________________________
28520 [  6514] By: bailey                                on 2000/08/04  01:18:46
28521         Log: YA resync with mainstem, including VMS patches from others
28522      Branch: vmsperl
28523           +> (branch 48 files)
28524            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
28525           !> (integrate 354 files)
28526 ____________________________________________________________________________
28527 [  6513] By: jhi                                   on 2000/08/04  01:18:18
28528         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
28529              From: Mark Dickinson <dickins3@fas.harvard.edu>
28530              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
28531              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
28532      Branch: perl
28533            ! t/op/grent.t t/op/pwent.t
28534 ____________________________________________________________________________
28535 [  6512] By: jhi                                   on 2000/08/04  01:14:06
28536         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
28537              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28538              Date: Wed, 02 Aug 2000 10:51:01 +0100
28539              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
28540      Branch: perl
28541            ! sv.c
28542 ____________________________________________________________________________
28543 [  6511] By: jhi                                   on 2000/08/04  00:57:00
28544         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
28545              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28546              Date: Thu, 03 Aug 2000 17:20:04 -0700
28547              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
28548      Branch: metaconfig
28549            ! U/modified/Cppsym.U
28550      Branch: perl
28551            ! Configure config_h.SH
28552 ____________________________________________________________________________
28553 [  6510] By: jhi                                   on 2000/08/04  00:25:28
28554         Log: detypo
28555      Branch: perl
28556            ! Makefile.SH
28557 ____________________________________________________________________________
28558 [  6509] By: jhi                                   on 2000/08/03  23:43:18
28559         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
28560              From: Dominic Dunlop <domo@computer.org>
28561              Date: Thu, 3 Aug 2000 22:16:46 +0200
28562              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
28563      Branch: perl
28564            ! t/op/sprintf.t
28565 ____________________________________________________________________________
28566 [  6508] By: jhi                                   on 2000/08/03  23:40:37
28567         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
28568              From: Hugo <hv@crypt.compulink.co.uk>
28569              Date: Thu, 03 Aug 2000 18:25:30 +0100
28570              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
28571      Branch: perl
28572            ! regcomp.c t/op/re_tests
28573 ____________________________________________________________________________
28574 [  6507] By: jhi                                   on 2000/08/03  23:38:28
28575         Log: Subject: [PATCH] sv.h documentation - SvLEN
28576              From: Mike Guy <mjtg@cam.ac.uk>
28577              Date: Thu, 03 Aug 2000 14:43:09 +0100
28578              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
28579      Branch: perl
28580            ! sv.h
28581 ____________________________________________________________________________
28582 [  6506] By: jhi                                   on 2000/08/03  15:49:14
28583         Log: Disable the fix_pl hack for now.
28584      Branch: perl
28585            ! Makefile.SH
28586 ____________________________________________________________________________
28587 [  6505] By: jhi                                   on 2000/08/03  13:49:04
28588         Log: Add a URL for FSF.
28589              
28590              Subject: Patch for README
28591              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
28592              Date: Wed, 2 Aug 2000 13:25:09 -0500
28593              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
28594      Branch: perl
28595            ! README
28596 ____________________________________________________________________________
28597 [  6504] By: jhi                                   on 2000/08/03  13:29:19
28598         Log: Be more informative on what is skipped and why,
28599              also repeat the list at the end.
28600      Branch: perl
28601            ! Porting/p4desc
28602 ____________________________________________________________________________
28603 [  6503] By: jhi                                   on 2000/08/03  13:07:05
28604         Log: Circumvent the removal of .patch by fix_pl.
28605              
28606              Subject: Re: [ID 20000802.011] unable to 'make test'          
28607              From: simon@brecon.co.uk (Simon Cozens) 
28608              Date: 3 Aug 2000 04:17:00 GMT
28609              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
28610      Branch: perl
28611            ! Makefile.SH
28612 ____________________________________________________________________________
28613 [  6502] By: jhi                                   on 2000/08/03  00:14:34
28614         Log: Add the missing setproctitle unit.
28615      Branch: metaconfig/U/perl
28616            + d_setproctitle.U
28617 ____________________________________________________________________________
28618 [  6501] By: jhi                                   on 2000/08/03  00:00:26
28619         Log: The subtest 4 may fail also on VOBS, as pointed out
28620              by Nick Ing-Simmons in November 1999, bug id 19991124.003
28621              (but the failure in that bug report isn't the subtest 4).
28622      Branch: perl
28623            ! t/op/stat.t
28624 ____________________________________________________________________________
28625 [  6500] By: jhi                                   on 2000/08/02  23:49:30
28626         Log: Better skip message for the test; one of the two problems in
28627              
28628              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
28629              From: Lupe Christoph <lupe@lupe-christoph.de>
28630              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
28631              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
28632      Branch: perl
28633            ! t/op/numconvert.t
28634 ____________________________________________________________________________
28635 [  6499] By: jhi                                   on 2000/08/02  22:49:16
28636         Log: Allow "no Module;" even if there is no 'unimport'.
28637              
28638              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
28639              From: mjd@plover.com
28640              Date: 24 Mar 2000 15:24:34 -0000
28641              Message-Id: <20000324152434.15160.qmail@plover.com>
28642      Branch: perl
28643            ! gv.c
28644 ____________________________________________________________________________
28645 [  6498] By: jhi                                   on 2000/08/02  22:42:58
28646         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
28647              that are hopefully soon put into use.
28648      Branch: perl
28649            ! opcode.h opcode.pl opnames.h
28650 ____________________________________________________________________________
28651 [  6497] By: gsar                                  on 2000/08/02  22:28:59
28652         Log: require.t needs binmode() to work on windows
28653      Branch: perl
28654            ! t/comp/require.t
28655 ____________________________________________________________________________
28656 [  6496] By: jhi                                   on 2000/08/02  22:08:51
28657         Log: Document the IVdf UVuf UVof UVxf.
28658      Branch: perl
28659            ! pod/perlguts.pod
28660 ____________________________________________________________________________
28661 [  6495] By: jhi                                   on 2000/08/02  21:54:26
28662         Log: detypo #6494
28663      Branch: perl
28664            ! ext/Data/Dumper/Dumper.xs
28665 ____________________________________________________________________________
28666 [  6494] By: jhi                                   on 2000/08/02  21:49:17
28667         Log: Dump UVs as UVs in Data::Dumper.
28668              
28669              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
28670              From: Gurusamy Sarathy <gsar@ActiveState.com>
28671              Date: Thu, 27 Apr 2000 12:26:25 -0700
28672              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
28673      Branch: perl
28674            ! ext/Data/Dumper/Dumper.xs
28675 ____________________________________________________________________________
28676 [  6493] By: jhi                                   on 2000/08/02  17:01:58
28677         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
28678              From: Hugo <hv@crypt.compulink.co.uk>
28679              Date: Wed, 02 Aug 2000 14:53:56 +0100
28680              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
28681      Branch: perl
28682            ! regexec.c t/op/re_tests
28683 ____________________________________________________________________________
28684 [  6492] By: jhi                                   on 2000/08/02  15:02:46
28685         Log: The new setproctitle() feature is available only in 
28686              bleeding edge FreeBSD.  From Paul Saab.
28687      Branch: perl
28688            ! mg.c
28689 ____________________________________________________________________________
28690 [  6491] By: jhi                                   on 2000/08/02  13:34:36
28691         Log: The tr utf8 patching continues.
28692              
28693              Subject: Re: #6469, too many tests claimed in require.t
28694              From: simon@brecon.co.uk (Simon Cozens)
28695              Date: 2 Aug 2000 02:37:17 GMT
28696              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
28697              
28698              (the logic of the test was the wrong way round in the patch)
28699      Branch: perl
28700            ! doop.c
28701 ____________________________________________________________________________
28702 [  6490] By: jhi                                   on 2000/08/02  13:27:38
28703         Log: The name of a filehandle does not have <these>.
28704      Branch: perl
28705            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
28706            ! t/pragma/warn/pp_sys util.c
28707 ____________________________________________________________________________
28708 [  6489] By: jhi                                   on 2000/08/02  04:26:46
28709         Log: Remove the extraneous "main::" prefix from all the
28710              "opened only for", "on closed", and "never opened" warnings.
28711              
28712              Subject: Re: inappropriate warning
28713              From: Gurusamy Sarathy <gsar@ActiveState.com>
28714              Date: Mon, 20 Mar 2000 11:28:02 -0800
28715              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
28716      Branch: perl
28717            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
28718            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
28719            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
28720 ____________________________________________________________________________
28721 [  6488] By: jhi                                   on 2000/08/02  03:02:57
28722         Log: memcpy has n o in it, as pinted ut by Sarathy.
28723      Branch: perl
28724            ! pod/perlguts.pod
28725 ____________________________________________________________________________
28726 [  6487] By: jhi                                   on 2000/08/02  02:44:51
28727         Log: Document in one place the memory abstractions used in Perl core.
28728              
28729              Subject: Re: Memory abstraction
28730              From: simon@brecon.co.uk (Simon Cozens)
28731              Date: 2 Aug 2000 02:20:23 GMT
28732              Organization: Earth.li Origins
28733      Branch: perl
28734            ! pod/perlguts.pod
28735 ____________________________________________________________________________
28736 [  6486] By: jhi                                   on 2000/08/02  02:41:57
28737         Log: regen_headers, regen perltoc.
28738      Branch: perl
28739            ! perlapi.c pod/perltoc.pod
28740 ____________________________________________________________________________
28741 [  6485] By: jhi                                   on 2000/08/02  01:43:33
28742         Log: "This little thing tests for a file .patch, and if it contains
28743              a number, pops into patchlevel.h" (making it easier to track
28744              which development version people are reporting bugs against)
28745              
28746              Subject: Patchlevel autogeneration for repository perls
28747              From: simon@brecon.co.uk (Simon Cozens)
28748              Date: 14 Jul 2000 07:12:15 GMT
28749              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
28750      Branch: perl
28751            + fix_pl
28752            ! MANIFEST Makefile.SH
28753 ____________________________________________________________________________
28754 [  6484] By: jhi                                   on 2000/08/02  01:32:54
28755         Log: FreeBSD 3.* updates from
28756              
28757              From: Paul Saab <ps@yahoo-inc.com>
28758              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
28759              Date: Tue, 1 Aug 2000 15:41:39 -0700
28760              Message-Id: <20000801154139.A53740@yahoo-inc.com>
28761      Branch: perl
28762            ! hints/freebsd.sh
28763 ____________________________________________________________________________
28764 [  6483] By: jhi                                   on 2000/08/02  01:27:44
28765         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
28766              instead one must use setproctitle().  This was already addressed
28767              by change #6457, but the below has a new variant for FreeBSD 4.0
28768              or later, and the matter is also documented more.
28769              
28770              From: Paul Saab <ps@yahoo-inc.com>
28771              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
28772              Date: Tue, 1 Aug 2000 15:41:39 -0700
28773              Message-Id: <20000801154139.A53740@yahoo-inc.com>
28774      Branch: metaconfig/U/perl
28775            + i_libutil.U
28776      Branch: perl
28777            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
28778 ____________________________________________________________________________
28779 [  6482] By: jhi                                   on 2000/08/01  22:17:32
28780         Log: The test from this
28781              
28782              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
28783              Date: Sat, 15 Apr 2000 17:03:44 +0100
28784              From: Tom Hughes <tom@compton.nu>
28785              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
28786              
28787              was missing, the code change went in as #5989
28788              (which had a different test?)
28789      Branch: perl
28790            ! t/op/misc.t
28791 ____________________________________________________________________________
28792 [  6481] By: jhi                                   on 2000/08/01  21:48:38
28793         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
28794              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
28795              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
28796              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
28797      Branch: perl
28798            ! perl.h
28799 ____________________________________________________________________________
28800 [  6480] By: jhi                                   on 2000/08/01  18:05:28
28801         Log: Make p4desc to skip non-mainperl branches by default.
28802      Branch: perl
28803            ! Porting/p4desc
28804 ____________________________________________________________________________
28805 [  6479] By: jhi                                   on 2000/08/01  17:29:19
28806         Log: If gccosandvers is equal to osname, clear gccosandvers.
28807      Branch: metaconfig/U/perl
28808            ! gccvers.U
28809      Branch: perl
28810            ! Configure config_h.SH
28811 ____________________________________________________________________________
28812 [  6478] By: jhi                                   on 2000/08/01  15:54:08
28813         Log: BOM patching from Simon Cozens.
28814      Branch: perl
28815            ! toke.c
28816 ____________________________________________________________________________
28817 [  6477] By: jhi                                   on 2000/08/01  04:50:33
28818         Log: Stash away the largefiles flags and libswanted.
28819      Branch: perl
28820            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
28821 ____________________________________________________________________________
28822 [  6476] By: gsar                                  on 2000/08/01  04:24:24
28823         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
28824              on Windows)
28825      Branch: perl
28826            ! t/pragma/utf8.t utf8.c win32/win32.c
28827 ____________________________________________________________________________
28828 [  6475] By: jhi                                   on 2000/08/01  03:35:24
28829         Log: Make chr() for values >127 to create utf8 when under utf8.
28830              
28831              Subject: Re: uft8/chr()
28832              From: simon@brecon.co.uk (Simon Cozens)
28833              Date: 1 Aug 2000 02:37:02 GMT
28834              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
28835      Branch: perl
28836            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
28837 ____________________________________________________________________________
28838 [  6474] By: jhi                                   on 2000/08/01  02:36:18
28839         Log: In Digital UNIX warn if gcc explicitly chosen because even
28840              2.95.2 is known to cause problems.
28841      Branch: perl
28842            ! hints/dec_osf.sh
28843 ____________________________________________________________________________
28844 [  6473] By: jhi                                   on 2000/08/01  02:00:56
28845         Log: Make the safety catch for buggy gccs work with triple version
28846              numbers like 2.95.2.  Reported in
28847              
28848              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
28849              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
28850              Date: Mon, 31 Jul 2000 14:55:06 +0200
28851              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
28852      Branch: perl
28853            ! hints/dec_osf.sh
28854 ____________________________________________________________________________
28855 [  6472] By: jhi                                   on 2000/08/01  01:13:33
28856         Log: Subject: fix and question re: waitpid() under win32
28857              From: Brian Clarke <clarke@appliedmeta.com>
28858              Date: Fri, 28 Jul 2000 15:18:29 -0400
28859              Message-ID: <3981DC85.290314EB@appliedmeta.com>
28860              
28861              Slightly reformatted and WNOHANG # define moved to win32.h
28862              so that also POSIX.xs sees it, as suggsted by Sarathy.
28863      Branch: perl
28864            ! win32/win32.c win32/win32.h
28865 ____________________________________________________________________________
28866 [  6471] By: jhi                                   on 2000/08/01  00:55:05
28867         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
28868              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28869              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
28870              Date: Mon, 31 Jul 2000 13:28:51 +0100
28871              
28872              (aka ID 20000730.002)
28873      Branch: perl
28874            ! op.c t/op/tr.t
28875 ____________________________________________________________________________
28876 [  6470] By: jhi                                   on 2000/07/31  23:34:42
28877         Log: Document the problem with -P in HP-UX and its workaround.
28878              
28879              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
28880              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
28881              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
28882              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
28883      Branch: perl
28884            ! README.hpux
28885 ____________________________________________________________________________
28886 [  6469] By: jhi                                   on 2000/07/31  04:15:02
28887         Log: The swallow_bom() saga continues.  The #23 of require.t
28888              (UTF16-LE) still fails (silently, no output) but the #22
28889              (UTF16-BE) seems to be working now.  The root of the
28890              failure may be in sv_gets(): is it UTF-16LE-aware,
28891              especially when it comes to line endings? 
28892      Branch: perl
28893            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
28894            ! t/comp/require.t toke.c utf8.c
28895 ____________________________________________________________________________
28896 [  6468] By: jhi                                   on 2000/07/30  19:05:48
28897         Log: Find green threads before native threads.
28898              
28899              Subject: Re: Patch to jpl/JNI/Makefile.PL
28900              From: Jens Thomsen <jens@fiend.cis.com>
28901              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
28902              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
28903      Branch: perl
28904            ! jpl/JNI/Makefile.PL
28905 ____________________________________________________________________________
28906 [  6467] By: jhi                                   on 2000/07/30  18:36:22
28907         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
28908      Branch: perl
28909            ! doop.c
28910 ____________________________________________________________________________
28911 [  6466] By: jhi                                   on 2000/07/30  04:37:29
28912         Log: A new version of the "remove UPPERACSE string comparison"
28913              operators.  The problem with the previous one (change #6454)
28914              was that it was for Perl 5.6.0.  From Paul Marquess.
28915      Branch: perl
28916            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
28917            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
28918            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
28919 ____________________________________________________________________________
28920 [  6465] By: jhi                                   on 2000/07/29  22:39:56
28921         Log: Do not upgrade SVs into utf8 just because they participate
28922              in eq or cmp.  Reported and fix suggested in
28923              
28924              Subject: [ID 20000720.009] sv_eq UTF8 bug
28925              From: "Simon Cozens" <simon@othersideofthe.earth.li>
28926              Date: 21 Jul 2000 04:37:29 -0000
28927              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
28928              
28929              Exercise for the kind reader: should we or should we not
28930              cache the utf8 conversion alonside the SV? (as magic,
28931              as thestrxfrm()ed version is cached under use locale)
28932              Argue both for and against.
28933      Branch: perl
28934            ! sv.c
28935 ____________________________________________________________________________
28936 [  6464] By: jhi                                   on 2000/07/29  22:36:22
28937         Log: Subject: UTF8 concat
28938              From: simon@brecon.co.uk (Simon Cozens) 
28939              Date: 30 Jun 2000 06:13:25 GMT
28940              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
28941              
28942              (with a memory leak fixed, plus a few casts added)
28943              
28944              This also seems to help for
28945              
28946              Subject: [ID 20000716.015] join UTF8 weirdness
28947              From: root <root@ak-71.mind.de> 
28948              Date: Sat, 15 Jul 2000 15:29:54 +0200
28949              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
28950              
28951              (from Andreas König)
28952      Branch: perl
28953            ! pp_hot.c
28954 ____________________________________________________________________________
28955 [  6463] By: jhi                                   on 2000/07/29  00:55:39
28956         Log: Tune the comments and hopefully stop a memory leak.
28957      Branch: perl
28958            ! toke.c utf8.c
28959 ____________________________________________________________________________
28960 [  6462] By: jhi                                   on 2000/07/29  00:16:53
28961         Log: The problem described in this
28962              
28963              Subject: [ID 20000322.018] named chars aren't magical enough
28964              From: root <root@dixie.cscaper.com>     
28965              Date: Wed, 22 Mar 2000 18:37:42 -0700
28966              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
28967              
28968              has been fixed in perl 5.6.0 but just in case added a test
28969              to keep it away.  (The report from Joseph Hall.)
28970      Branch: perl
28971            ! t/lib/charnames.t
28972 ____________________________________________________________________________
28973 [  6461] By: jhi                                   on 2000/07/28  23:56:36
28974         Log: Tiny fixes for #6460.
28975      Branch: metaconfig/U/perl
28976            ! gccvers.U
28977      Branch: perl
28978            ! Configure config_h.SH
28979 ____________________________________________________________________________
28980 [  6460] By: jhi                                   on 2000/07/28  23:24:41
28981         Log: Warn if the version of the operating system used to compile gcc
28982              differs from the current version of the operating system.
28983              Also display the gcc compilation os and version in myconfig.
28984              Inspiration from
28985              
28986              Subject: Re: [ID 20000710.003] ERRORS!!         
28987              From: "Kurt D. Starsinic" <kstar@chapin.edu>
28988              Date: Mon, 10 Jul 2000 15:54:16 -0400
28989              Message-ID: <20000710155416.A1384@O2.chapin.edu>
28990      Branch: metaconfig/U/perl
28991            ! gccvers.U
28992      Branch: perl
28993            ! Configure config_h.SH myconfig.SH
28994 ____________________________________________________________________________
28995 [  6459] By: jhi                                   on 2000/07/28  22:00:32
28996         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
28997              letter to $Config{osvers}.
28998      Branch: metaconfig
28999            ! U/modified/Oldconfig.U
29000      Branch: perl
29001            ! Configure config_h.SH
29002 ____________________________________________________________________________
29003 [  6458] By: jhi                                   on 2000/07/28  04:15:39
29004         Log: Back out #6454, doesn't seem to work.
29005              (Reason: that patch was for perl 5.6.0, not perl-current)
29006              (A version of the patch for perl-current came in later as #6466)
29007      Branch: perl
29008            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
29009            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
29010            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
29011 ____________________________________________________________________________
29012 [  6457] By: jhi                                   on 2000/07/27  23:31:49
29013         Log: Use setproctitle() if available to modify $0.
29014              
29015              Subject: setting $* on BSD4 broken
29016              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29017              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
29018              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
29019      Branch: metaconfig
29020            ! U/modified/Myinit.U
29021      Branch: perl
29022            ! Configure config_h.SH mg.c
29023 ____________________________________________________________________________
29024 [  6456] By: jhi                                   on 2000/07/27  14:50:47
29025         Log: Allow "no AutoLoader;", based on change #6444,
29026              suggested by Graham Barr.
29027      Branch: perl
29028            ! lib/AutoLoader.pm
29029 ____________________________________________________________________________
29030 [  6455] By: jhi                                   on 2000/07/27  14:19:10
29031         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
29032              From: rspier@pobox.com (Robert Spier)
29033              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
29034              Message-ID: <14720.15855.787664.424783@rls.cx>
29035      Branch: perl
29036            ! pod/perldiag.pod
29037 ____________________________________________________________________________
29038 [  6454] By: jhi                                   on 2000/07/27  14:03:02
29039         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
29040              for a long time).
29041              
29042              Reported in
29043              
29044              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
29045              From: Ryan Herbert <rherbert@sycamorehq.com>
29046              Date: Mon, 17 Jul 2000 11:40:42 -0400
29047              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
29048              
29049              Patched in
29050              
29051              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
29052              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
29053              Date: Wed, 26 Jul 2000 23:40:18 +0100
29054              Message-ID: <000001bff752$79511880$0a17073e@tiny>
29055              
29056              based on an earlier patch from Stephen P. Potter.
29057              
29058              (Removed later by change #6458 because this patch was for
29059              perl 5.6.0, not perl-current)
29060      Branch: perl
29061            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
29062            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
29063            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
29064 ____________________________________________________________________________
29065 [  6453] By: jhi                                   on 2000/07/27  13:48:02
29066         Log: Subject: [PATCH] fixes bug 20000508.004
29067              From: Michael Stevens <mstevens@globnix.org>
29068              Date: Thu, 27 Jul 2000 13:49:04 +0100
29069              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
29070      Branch: perl
29071            ! pod/perldata.pod
29072 ____________________________________________________________________________
29073 [  6452] By: jhi                                   on 2000/07/26  23:51:26
29074         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
29075              and Craig A. Berry.
29076      Branch: perl
29077            ! lib/File/Temp.pm pod/perlport.pod
29078 ____________________________________________________________________________
29079 [  6451] By: jhi                                   on 2000/07/26  19:43:30
29080         Log: Be wary of close()s, too.
29081              
29082              Subject: Re: [PATCH] perlbug cleanup
29083              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29084              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
29085              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
29086      Branch: perl
29087            ! utils/perlbug.PL
29088 ____________________________________________________________________________
29089 [  6450] By: jhi                                   on 2000/07/26  18:41:40
29090         Log: Subject: Minor doc patch: handy.h
29091              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
29092              Date: Wed, 26 Jul 2000 15:34:25 -0300
29093              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
29094      Branch: perl
29095            ! handy.h pod/perlapi.pod
29096 ____________________________________________________________________________
29097 [  6449] By: jhi                                   on 2000/07/26  18:23:55
29098         Log: Subject: [PATCH] minor doc change - perlguts
29099              From: Michael Stevens <mstevens@globnix.org>
29100              Date: Thu, 13 Jul 2000 12:39:18 +0100
29101              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
29102      Branch: perl
29103            ! pod/perlguts.pod
29104 ____________________________________________________________________________
29105 [  6448] By: jhi                                   on 2000/07/26  18:20:30
29106         Log: open() wariness in perlbug.
29107              
29108              Subject: [PATCH] perlbug cleanup
29109              From: Michael Stevens <mstevens@globnix.org>
29110              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
29111              Date: Thu, 13 Jul 2000 15:52:23 +0100
29112      Branch: perl
29113            ! utils/perlbug.PL
29114 ____________________________________________________________________________
29115 [  6447] By: jhi                                   on 2000/07/26  18:13:04
29116         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
29117      Branch: perl
29118            ! lib/File/Temp.pm t/lib/ftmp-security.t
29119 ____________________________________________________________________________
29120 [  6446] By: jhi                                   on 2000/07/26  18:06:32
29121         Log: docfix from Peter Scott <Peter@PSDT.com>.
29122      Branch: perl
29123            ! pod/perlfunc.pod
29124 ____________________________________________________________________________
29125 [  6445] By: jhi                                   on 2000/07/26  17:53:31
29126         Log: Fix *foo{FORMAT}.
29127              
29128              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29129              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
29130              Date: Wed, 26 Jul 2000 19:51:02 +0200
29131              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
29132              
29133              From: Graham Barr <gbarr@pobox.com>
29134              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
29135              Date: Wed, 26 Jul 2000 17:38:36 +0100
29136              Message-ID: <20000726173836.L472@pobox.com>
29137      Branch: perl
29138            ! pp.c sv.c t/op/gv.t
29139 ____________________________________________________________________________
29140 [  6444] By: jhi                                   on 2000/07/26  17:49:14
29141         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
29142              from Graham Barr in the module list.
29143      Branch: perl
29144            ! gv.c pod/perlobj.pod
29145 ____________________________________________________________________________
29146 [  6443] By: jhi                                   on 2000/07/26  16:06:56
29147         Log: More split() doc and test patches from Mike Guy.
29148      Branch: perl
29149            ! pod/perlfunc.pod t/op/split.t
29150 ____________________________________________________________________________
29151 [  6442] By: jhi                                   on 2000/07/26  16:05:30
29152         Log: MacOS nits from Matthias Neeracher.
29153      Branch: perl
29154            ! perl.c pp_ctl.c
29155 ____________________________________________________________________________
29156 [  6441] By: jhi                                   on 2000/07/26  04:39:57
29157         Log: Subject: [PATCH] split /^/
29158              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29159              Date: Tue, 25 Jul 2000 14:18:57 +0100
29160              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
29161              
29162              (with notes from tchrist and gbarr)
29163      Branch: perl
29164            ! pod/perlfunc.pod t/op/split.t
29165 ____________________________________________________________________________
29166 [  6440] By: jhi                                   on 2000/07/26  04:32:32
29167         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
29168              From: Peter Prymmer <pvhp@forte.com>
29169              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
29170              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
29171      Branch: perl
29172            ! vms/munchconfig.c
29173 ____________________________________________________________________________
29174 [  6439] By: jhi                                   on 2000/07/26  04:31:01
29175         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
29176              to be fatal errors (instead of by default ignoring them, and
29177              ignoring with a bug: even though -w gave an error, the opening [
29178              was left in)  Reported in:
29179              
29180              Subject: [ID 20000716.024] [=cc=] / [:blank:]
29181              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
29182              Date: Sun, 16 Jul 2000 17:55:29 -0700
29183              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
29184      Branch: perl
29185            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
29186 ____________________________________________________________________________
29187 [  6438] By: jhi                                   on 2000/07/25  15:41:15
29188         Log: Subject: [PATCH] av.c apidoc
29189              From: simon@brecon.co.uk (Simon Cozens)
29190              Date: 24 Jul 2000 06:40:52 GMT
29191              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
29192      Branch: perl
29193            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
29194            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
29195 ____________________________________________________________________________
29196 [  6437] By: jhi                                   on 2000/07/25  14:05:36
29197         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
29198              From: "Stephen P. Potter" <spp@ds.net>
29199              Date: Mon, 24 Jul 2000 14:22:23 -0400
29200              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
29201      Branch: perl
29202            ! pod/perllocale.pod
29203 ____________________________________________________________________________
29204 [  6436] By: jhi                                   on 2000/07/25  14:02:03
29205         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
29206              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29207              Date: Mon, 24 Jul 2000 18:04:28 +0100
29208              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
29209      Branch: perl
29210            ! t/lib/syslfs.t t/op/lfs.t
29211 ____________________________________________________________________________
29212 [  6435] By: jhi                                   on 2000/07/25  13:59:28
29213         Log: Get UTF16 BOMs working.  Patch from
29214              
29215              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
29216              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29217              Date: Tue, 25 Jul 2000 12:52:45 +0100
29218              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
29219              
29220              and notes from
29221              
29222              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
29223              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29224              Date: Tue, 25 Jul 2000 11:43:25 +0100
29225              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
29226      Branch: perl
29227            ! t/comp/require.t toke.c utf8.c
29228 ____________________________________________________________________________
29229 [  6434] By: jhi                                   on 2000/07/25  02:39:54
29230         Log: Make the "uninit variable" warning to say "concat or string"
29231              or "join or string" when in concat or join .
29232              
29233              Subject: Re: [ID 20000403.009] uninitialised concatenation???
29234              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29235              Date: Tue, 04 Apr 2000 18:22:58 +0100
29236              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
29237              
29238              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
29239              From: William R Ward <hermit@BayView.COM>
29240              Date: Thu, 30 Mar 2000 19:50:03 -0800
29241              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
29242      Branch: perl
29243            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
29244            ! t/pragma/warn/op t/pragma/warn/sv
29245 ____________________________________________________________________________
29246 [  6433] By: jhi                                   on 2000/07/24  17:52:56
29247         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
29248      Branch: perl
29249            ! lib/File/Spec/VMS.pm
29250 ____________________________________________________________________________
29251 [  6432] By: jhi                                   on 2000/07/24  17:44:44
29252         Log: Test cases for #6431.
29253              
29254              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
29255              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29256              Date: Mon, 24 Jul 2000 15:32:29 +0100
29257              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
29258      Branch: perl
29259            ! t/op/pat.t t/op/split.t
29260 ____________________________________________________________________________
29261 [  6431] By: jhi                                   on 2000/07/24  17:43:17
29262         Log: Bind op fix.
29263              
29264              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
29265              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29266              Date: Mon, 17 Jul 2000 20:04:56 +0100
29267              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
29268      Branch: perl
29269            ! op.c
29270 ____________________________________________________________________________
29271 [  6430] By: jhi                                   on 2000/07/24  03:42:42
29272         Log: Subject: [ID 20000716.023] syslog test fails without sockets
29273              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29274              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
29275              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
29276      Branch: metaconfig/U/perl
29277            ! Extensions.U
29278      Branch: perl
29279            ! Configure config_h.SH
29280 ____________________________________________________________________________
29281 [  6429] By: jhi                                   on 2000/07/24  03:11:52
29282         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
29283              case, but add also notes explaining the relationship of this
29284              patch and the earlier notes by Sarathy.
29285              
29286              Subject: Map is still slow
29287              From: "Ben Tilly" <ben_tilly@hotmail.com>
29288              Date: Sat, 15 Jul 2000 17:23:27 EDT
29289              Message-ID: <20000715212327.21656.qmail@hotmail.com>
29290      Branch: perl
29291            ! pp_ctl.c
29292 ____________________________________________________________________________
29293 [  6428] By: jhi                                   on 2000/07/24  02:58:52
29294         Log: Documentation to explain the behaviour of map().
29295              
29296              Subject: Re: Map is still slow 
29297              From: Gurusamy Sarathy <gsar@ActiveState.com>
29298              Date: Sat, 15 Jul 2000 16:05:09 -0700
29299              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
29300      Branch: perl
29301            ! pp_ctl.c
29302 ____________________________________________________________________________
29303 [  6427] By: jhi                                   on 2000/07/24  02:50:03
29304         Log: Add tests for
29305              [ID 19991110.003] another matching finding by pcre author
29306              which has already been fixed by some patch, as verified in
29307              
29308              Subject: Re: two regex bugs from the mists of time (well, last November)
29309              From: Hugo <hv@crypt.compulink.co.uk>
29310              Date: Sat, 22 Jul 2000 18:12:58 +0100
29311              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
29312      Branch: perl
29313            ! t/op/re_tests
29314 ____________________________________________________________________________
29315 [  6426] By: jhi                                   on 2000/07/24  02:11:20
29316         Log: A missing 'break' after the [[:space:]] switch case.
29317              
29318              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
29319              From: "Stephen P. Potter" <spp@ds.net>
29320              Date: Tue, 18 Jul 2000 16:25:17 -0400
29321              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
29322      Branch: perl
29323            ! regcomp.c
29324 ____________________________________________________________________________
29325 [  6425] By: jhi                                   on 2000/07/24  02:06:12
29326         Log: The output might have been produced in the wrong order.
29327              
29328              Subject: [ID 20000720.003] [PATCH] t/op/write.t
29329              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29330              Date: Thu, 20 Jul 2000 18:49:18 +0100
29331              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
29332      Branch: perl
29333            ! t/op/write.t
29334 ____________________________________________________________________________
29335 [  6424] By: jhi                                   on 2000/07/24  02:00:07
29336         Log: Use STDOUT consistently.
29337              
29338              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
29339              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29340              Date: Thu, 20 Jul 2000 18:04:01 +0100
29341              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
29342      Branch: perl
29343            ! lib/Test/Harness.pm
29344 ____________________________________________________________________________
29345 [  6423] By: jhi                                   on 2000/07/24  01:54:54
29346         Log: Protect against "wild next"s, that is, callbacks doing "next"
29347              instead of "return".
29348              
29349              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
29350              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29351              Date: Tue, 18 Jul 2000 11:30:16 +0100
29352              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
29353      Branch: perl
29354            ! lib/File/Find.pm
29355 ____________________________________________________________________________
29356 [  6422] By: jhi                                   on 2000/07/24  01:35:47
29357         Log: Out-of-date note removed.
29358              
29359              Subject: [PATCH] documentation perlipc
29360              From: rspier@pobox.com (Robert Spier)
29361              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
29362              Message-ID: <14711.35178.572612.502654@rls.cx>
29363      Branch: perl
29364            ! pod/perlipc.pod
29365 ____________________________________________________________________________
29366 [  6421] By: jhi                                   on 2000/07/24  00:09:18
29367         Log: Send all installperl messages to STDERR and be -w clean.
29368              
29369              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
29370              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29371              Date: Sat, 22 Jul 2000 14:02:11 +0100
29372              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
29373      Branch: perl
29374            ! installperl
29375 ____________________________________________________________________________
29376 [  6420] By: jhi                                   on 2000/07/24  00:04:19
29377         Log: Decutandpasto.
29378              
29379              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
29380              From: "Richard Soderberg" <rs@crystalflame.net>
29381              Date: Sun, 23 Jul 2000 01:37:23 -0700
29382              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
29383      Branch: perl
29384            ! pod/perlipc.pod
29385 ____________________________________________________________________________
29386 [  6419] By: jhi                                   on 2000/07/24  00:01:12
29387         Log: A cleaner abs_path().
29388              Subject: Re: unix alternative to Cwd.pm
29389              From: Jeff Pinyan <jeffp@crusoe.net>
29390              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
29391              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
29392      Branch: perl
29393            ! lib/Cwd.pm
29394 ____________________________________________________________________________
29395 [  6418] By: jhi                                   on 2000/07/23  23:48:56
29396         Log: Detypo.
29397              
29398              Subject: [PATCH perl-current] Typo in hints/powerux.sh
29399              From: "Richard Soderberg" <rs@crystalflame.net>
29400              Date: Sun, 23 Jul 2000 01:27:33 -0700
29401              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
29402      Branch: perl
29403            ! hints/powerux.sh
29404 ____________________________________________________________________________
29405 [  6417] By: jhi                                   on 2000/07/17  22:13:31
29406         Log: Subject: SDBM_File documentation
29407              From: mjd@plover.com
29408              Date: 16 Jul 2000 17:41:17 -0000
29409              Message-ID: <20000716174117.18515.qmail@plover.com>
29410      Branch: perl
29411            ! ext/SDBM_File/SDBM_File.pm
29412 ____________________________________________________________________________
29413 [  6416] By: jhi                                   on 2000/07/17  19:13:26
29414         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
29415      Branch: perl
29416            ! hints/mpeix.sh mpeix/relink
29417 ____________________________________________________________________________
29418 [  6415] By: jhi                                   on 2000/07/15  14:11:02
29419         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
29420              the utf8 'characters' can be more than one octet).
29421              
29422              Date: Sat, 15 Jul 2000 00:21:56 +0100
29423              From: Tom Hughes <tom@compton.nu>
29424              Subject: Re: [ID 20000714.002]
29425              Message-ID: <db2334de49.tom@compton.compton.nu>
29426              
29427              Reported in
29428              
29429              Subject: [ID 20000714.002]
29430              From: "Simon Cozens" <simon@othersideofthe.earth.li>
29431              Date: 14 Jul 2000 15:13:09 -0000
29432              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
29433      Branch: perl
29434            ! doop.c
29435 ____________________________________________________________________________
29436 [  6414] By: jhi                                   on 2000/07/15  03:13:41
29437         Log: another VMS build tweak from Peter Prymmer
29438      Branch: perl
29439            ! vms/descrip_mms.template
29440 ____________________________________________________________________________
29441 [  6413] By: jhi                                   on 2000/07/15  03:10:40
29442         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
29443      Branch: perl
29444            ! vms/perlvms.pod
29445 ____________________________________________________________________________
29446 [  6412] By: jhi                                   on 2000/07/15  00:31:05
29447         Log: More docs for sv functions.
29448              
29449              Subject: [PATCH cfgperl] sv.c apidoc
29450              From: simon@brecon.co.uk (Simon Cozens)
29451              Date: 13 Jul 2000 09:00:20 GMT
29452              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
29453              
29454              Subject: Re: [PATCH cfgperl] sv.c apidoc
29455              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29456              Date: Thu, 13 Jul 2000 12:27:41 +0100
29457              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
29458              
29459              Subject: Re: [PATCH cfgperl] sv.c apidoc
29460              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29461              Date: Thu, 13 Jul 2000 13:23:09 +0100
29462              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
29463              
29464              Subject: Re: [PATCH cfgperl] sv.c apidoc
29465              From: simon@brecon.co.uk (Simon Cozens)
29466              Date: 14 Jul 2000 06:51:02 GMT
29467              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
29468      Branch: perl
29469            ! embed.pl pod/perlapi.pod sv.c
29470 ____________________________________________________________________________
29471 [  6411] By: jhi                                   on 2000/07/15  00:10:41
29472         Log: lib/b test fixes from Peter Prymmer.
29473      Branch: perl
29474            ! t/lib/b.t
29475 ____________________________________________________________________________
29476 [  6410] By: jhi                                   on 2000/07/15  00:02:09
29477         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
29478              From: Hugo <hv@crypt.compulink.co.uk>
29479              Date: Fri, 14 Jul 2000 23:05:20 +0100
29480              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
29481              
29482              Didn't anymore apply, but that point still could use another fix.
29483      Branch: perl
29484            ! pod/perlfunc.pod
29485 ____________________________________________________________________________
29486 [  6409] By: jhi                                   on 2000/07/14  23:15:15
29487         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
29488              not in pod, from Peter Prymmer
29489      Branch: perl
29490            ! vms/descrip_mms.template
29491 ____________________________________________________________________________
29492 [  6408] By: jhi                                   on 2000/07/14  20:35:05
29493         Log: The bug report
29494              [ID 19991110.002] minimal matching discrepancy found by pcre author
29495              seems to have been fixed (though differently from what was suggested
29496              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
29497      Branch: perl
29498            ! t/op/re_tests
29499 ____________________________________________________________________________
29500 [  6407] By: jhi                                   on 2000/07/14  17:38:08
29501         Log: Fix AutoSplit to use File::Spec the right way in VMS,
29502              from Peter Prymmer.
29503      Branch: perl
29504            ! lib/AutoSplit.pm
29505 ____________________________________________________________________________
29506 [  6406] By: jhi                                   on 2000/07/14  14:13:22
29507         Log: Merge perlhacktut into perlhack, update perlguts.
29508              
29509              Subject: Re: Perlhacktut
29510              From: simon@brecon.co.uk (Simon Cozens)
29511              Date: 14 Jul 2000 06:49:21 GMT
29512              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
29513              
29514              Subject: Re: Perlhacktut
29515              From: simon@brecon.co.uk (Simon Cozens)
29516              Date: 14 Jul 2000 07:09:45 GMT
29517              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
29518      Branch: perl
29519            ! pod/perlguts.pod pod/perlhack.pod
29520 ____________________________________________________________________________
29521 [  6405] By: jhi                                   on 2000/07/14  14:02:31
29522         Log: Integrate with Sarathy.
29523      Branch: cfgperl
29524           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
29525           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
29526           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
29527 ____________________________________________________________________________
29528 [  6404] By: gsar                                  on 2000/07/14  12:15:02
29529         Log: PERL_OBJECT build tweaks
29530      Branch: perl
29531            ! toke.c
29532 ____________________________________________________________________________
29533 [  6403] By: gsar                                  on 2000/07/14  11:23:41
29534         Log: inconsistent types needs casts
29535      Branch: perl
29536            ! toke.c
29537 ____________________________________________________________________________
29538 [  6402] By: gsar                                  on 2000/07/14  11:12:04
29539         Log: typos in change#6399, regen headers
29540      Branch: perl
29541            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
29542 ____________________________________________________________________________
29543 [  6401] By: gsar                                  on 2000/07/14  10:59:12
29544         Log: typecasts needed for change#6394
29545      Branch: perl
29546            ! toke.c
29547 ____________________________________________________________________________
29548 [  6400] By: gsar                                  on 2000/07/14  10:49:37
29549         Log: integrate cfgperl contents into mainline
29550      Branch: perl
29551           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
29552           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
29553 ____________________________________________________________________________
29554 [  6399] By: gsar                                  on 2000/07/14  10:38:35
29555         Log: enable UTF-16 filter by default if relevant BOM is seen; various
29556              cleanups (typos, misformatted code, and small bugs)
29557      Branch: perl
29558            ! doop.c embed.pl mg.c op.c pp.c toke.c
29559 ____________________________________________________________________________
29560 [  6398] By: gsar                                  on 2000/07/14  08:55:38
29561         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
29562              name suggests anyway)
29563      Branch: perl
29564            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
29565 ____________________________________________________________________________
29566 [  6397] By: gsar                                  on 2000/07/14  08:44:33
29567         Log: move new variables to the end of the interpreter structure (for
29568              bincompat in code that doesn't #include XSUB.h)
29569      Branch: perl
29570            ! intrpvar.h
29571 ____________________________________________________________________________
29572 [  6396] By: gsar                                  on 2000/07/14  08:13:58
29573         Log: MakeMaker should not remove editor backups (*~) on `make clean`
29574              by default (completes change#6383)
29575      Branch: perl
29576            ! lib/ExtUtils/MM_Unix.pm
29577 ____________________________________________________________________________
29578 [  6395] By: jhi                                   on 2000/07/14  05:20:33
29579         Log: Replace change #6337 with a better one.
29580              
29581              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
29582              From: Hugo <hv@crypt.compulink.co.uk>
29583              Date: Fri, 14 Jul 2000 04:16:20 +0100
29584              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
29585      Branch: cfgperl
29586            ! regexec.c t/op/re_tests
29587 ____________________________________________________________________________
29588 [  6394] By: jhi                                   on 2000/07/14  01:33:59
29589         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
29590      Branch: cfgperl
29591            ! embed.pl global.sym proto.h toke.c
29592 ____________________________________________________________________________
29593 [  6393] By: jhi                                   on 2000/07/13  23:41:23
29594         Log: remove discarded test
29595      Branch: cfgperl
29596            ! MANIFEST
29597 ____________________________________________________________________________
29598 [  6392] By: jhi                                   on 2000/07/13  23:32:25
29599         Log: The {multiplier} of a fixed substring was overlooked which
29600              caused a wrong initial search offset for that substring.
29601              
29602              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
29603              From: Hugo <hv@crypt.compulink.co.uk>
29604              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
29605              Date: Thu, 13 Jul 2000 19:27:13 +0100
29606      Branch: cfgperl
29607            ! regcomp.c t/op/re_tests
29608 ____________________________________________________________________________
29609 [  6391] By: jhi                                   on 2000/07/13  16:37:42
29610         Log: typo fix from Craig Berry
29611      Branch: cfgperl
29612            ! vms/subconfigure.com
29613 ____________________________________________________________________________
29614 [  6390] By: jhi                                   on 2000/07/13  13:20:12
29615         Log: Integrate with Sarathy.
29616      Branch: cfgperl
29617            - t/op/method2entersub.t
29618           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
29619           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
29620           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
29621           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
29622 ____________________________________________________________________________
29623 [  6389] By: jhi                                   on 2000/07/13  13:18:48
29624         Log: Detypo from Peter Prymmer, part of #6388.
29625      Branch: cfgperl
29626            ! Configure config_h.SH
29627      Branch: metaconfig
29628            ! U/modified/d_longlong.U
29629 ____________________________________________________________________________
29630 [  6388] By: gsar                                  on 2000/07/13  06:33:40
29631         Log: typos (spotted by Peter Prymmer)
29632      Branch: perl
29633            ! Configure t/lib/english.t
29634 ____________________________________________________________________________
29635 [  6387] By: gsar                                  on 2000/07/13  05:35:28
29636         Log: new selfloader.t in change#6183 doesn't close DATA handles,
29637              and thus fails to clean up tmp files on dosish platforms
29638      Branch: perl
29639            ! t/lib/selfloader.t
29640 ____________________________________________________________________________
29641 [  6386] By: gsar                                  on 2000/07/12  21:42:39
29642         Log: sprintf test tweaks (from Dominic Dunlop)
29643      Branch: perl
29644            ! t/op/sprintf.t
29645 ____________________________________________________________________________
29646 [  6385] By: gsar                                  on 2000/07/12  21:33:46
29647         Log: fix bugs in processing %v-*d and similar format specs (from
29648              Avi Finkel <avi@finkel.org>)
29649      Branch: perl
29650            ! sv.c t/op/sprintf.t
29651 ____________________________________________________________________________
29652 [  6384] By: gsar                                  on 2000/07/12  16:04:19
29653         Log: readd missing perldelta.pod changes from changes#6339,6376
29654      Branch: perl
29655            ! pod/perldelta.pod
29656 ____________________________________________________________________________
29657 [  6383] By: gsar                                  on 2000/07/12  16:00:51
29658         Log: don't clobber *.orig files on *clean targets
29659      Branch: perl
29660            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
29661 ____________________________________________________________________________
29662 [  6382] By: gsar                                  on 2000/07/12  07:59:12
29663         Log: fix broken integrations in cfgperl
29664      Branch: cfgperl
29665           !> Changes pod/perldelta.pod
29666 ____________________________________________________________________________
29667 [  6381] By: gsar                                  on 2000/07/12  07:42:17
29668         Log: integrate cfgperl changes into mainline
29669      Branch: perl
29670            ! Changes
29671           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
29672           !> pod/perlre.pod
29673 ____________________________________________________________________________
29674 [  6380] By: gsar                                  on 2000/07/12  07:31:00
29675         Log: get sprintf.t to adjust properly for 3-digit exponents
29676      Branch: perl
29677            ! t/op/sprintf.t
29678 ____________________________________________________________________________
29679 [  6379] By: gsar                                  on 2000/07/12  06:40:04
29680         Log: change#6174 needs corresponding change in win32/config_h.PL,
29681              which grovels through config_h.SH to find the config.h name
29682      Branch: perl
29683            ! win32/config_h.PL
29684 ____________________________________________________________________________
29685 [  6378] By: jhi                                   on 2000/07/12  05:03:59
29686         Log: Do the cc sanity check both before the hints and
29687              after the cc selction.
29688      Branch: cfgperl
29689            ! Configure config_h.SH
29690      Branch: metaconfig
29691            ! U/modified/Oldconfig.U U/modified/cc.U
29692      Branch: metaconfig/U/perl
29693            + Checkcc.U
29694 ____________________________________________________________________________
29695 [  6377] By: jhi                                   on 2000/07/12  02:49:22
29696         Log: Fix nits noticed by Boston.pm.
29697      Branch: cfgperl
29698            ! pod/perlre.pod
29699 ____________________________________________________________________________
29700 [  6376] By: jhi                                   on 2000/07/11  21:22:13
29701         Log: Configure cosmetics and perldelta.
29702      Branch: cfgperl
29703            ! Configure config_h.SH pod/perldelta.pod
29704      Branch: metaconfig
29705            ! U/modified/cc.U
29706 ____________________________________________________________________________
29707 [  6375] By: gsar                                  on 2000/07/11  21:17:35
29708         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
29709      Branch: perl
29710            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
29711            ! win32/win32sck.c
29712 ____________________________________________________________________________
29713 [  6374] By: gsar                                  on 2000/07/11  20:48:50
29714         Log: tweak for build failure under multiplicity
29715      Branch: perl
29716            ! toke.c
29717 ____________________________________________________________________________
29718 [  6373] By: gsar                                  on 2000/07/11  20:37:23
29719         Log: integrate cfgperl changes#6325..6373 into mainline
29720              (NOTE: today's batch of integrations still untested)
29721      Branch: perl
29722           +> ext/DynaLoader/hints/netbsd.pl
29723            ! Changes
29724           !> (integrate 26 files)
29725 ____________________________________________________________________________
29726 [  6372] By: jhi                                   on 2000/07/11  20:30:36
29727         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
29728              regen perltoc.
29729      Branch: cfgperl
29730            + pod/perlbook.pod
29731            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
29732            ! pod/perltoc.pod
29733 ____________________________________________________________________________
29734 [  6371] By: jhi                                   on 2000/07/11  20:08:56
29735         Log: Minor cleanups on the booklist.
29736      Branch: cfgperl
29737            ! pod/perlfaq2.pod
29738 ____________________________________________________________________________
29739 [  6370] By: jhi                                   on 2000/07/11  19:31:13
29740         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
29741      Branch: cfgperl
29742            ! t/pragma/overload.t
29743 ____________________________________________________________________________
29744 [  6369] By: gsar                                  on 2000/07/11  19:27:48
29745         Log: integrate cfgperl changes#6293..6324 into mainline
29746      Branch: perl
29747           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
29748            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
29749           !> (integrate 30 files)
29750 ____________________________________________________________________________
29751 [  6368] By: gsar                                  on 2000/07/11  19:18:57
29752         Log: skip integrate of problematic change#6292 from cfgperl into mainline
29753      Branch: perl
29754           !> pp_hot.c
29755 ____________________________________________________________________________
29756 [  6367] By: gsar                                  on 2000/07/11  19:17:21
29757         Log: integrate cfgperl changes#6288..6290 into mainline
29758      Branch: perl
29759           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
29760 ____________________________________________________________________________
29761 [  6366] By: gsar                                  on 2000/07/11  19:11:18
29762         Log: integrate cfgperl changes#6268..6282 into mainline
29763      Branch: perl
29764           !> (integrate 30 files)
29765 ____________________________________________________________________________
29766 [  6365] By: gsar                                  on 2000/07/11  18:57:00
29767         Log: delete new accidentally branched file
29768      Branch: perl
29769            - t/op/method2entersub.t
29770 ____________________________________________________________________________
29771 [  6364] By: gsar                                  on 2000/07/11  18:55:13
29772         Log: skip integrate of change#6267 from cfgperl into mainline (the
29773              method call optimization is flawed without additional hints
29774              from user about immutableness of @ISA and no runtime method
29775              definitions)
29776      Branch: perl
29777           +> t/op/method2entersub.t
29778           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
29779           !> perl.h t/op/sprintf.t xsutils.c
29780 ____________________________________________________________________________
29781 [  6363] By: gsar                                  on 2000/07/11  18:49:43
29782         Log: integrate cfgperl changes#6261..6266 into mainline
29783      Branch: perl
29784           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
29785           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
29786           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29787           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
29788 ____________________________________________________________________________
29789 [  6362] By: gsar                                  on 2000/07/11  18:43:26
29790         Log: integrate cfgperl changes#6252..6260 into mainline
29791      Branch: perl
29792           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
29793           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
29794           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
29795           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
29796 ____________________________________________________________________________
29797 [  6361] By: gsar                                  on 2000/07/11  18:37:12
29798         Log: skip integrate of problematic change#6251 from cfgperl into mainline
29799      Branch: perl
29800           !> lib/Exporter.pm
29801 ____________________________________________________________________________
29802 [  6360] By: gsar                                  on 2000/07/11  18:34:56
29803         Log: integrate cfgperl change#6250 into mainline
29804      Branch: perl
29805           +> t/op/my_stash.t
29806           !> MANIFEST embed.pl proto.h toke.c
29807 ____________________________________________________________________________
29808 [  6359] By: gsar                                  on 2000/07/11  18:21:19
29809         Log: integrate cfgperl changes#6242..6249 into mainline
29810      Branch: perl
29811           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
29812           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
29813           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
29814           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
29815           !> t/lib/peek.t utf8.c
29816 ____________________________________________________________________________
29817 [  6358] By: gsar                                  on 2000/07/11  18:15:45
29818         Log: skip integrate of problematic change#6241 from cfgperl into mainline
29819      Branch: perl
29820           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
29821 ____________________________________________________________________________
29822 [  6357] By: jhi                                   on 2000/07/11  18:15:16
29823         Log: Fix for
29824              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
29825              From: Roderick Schertler <roderick@argon.org> 
29826              Date: Tue, 11 Jul 2000 13:55:05 -0400 
29827              Message-Id: <200007111755.NAA05077@jones.argon.org> 
29828      Branch: cfgperl
29829            ! doio.c
29830 ____________________________________________________________________________
29831 [  6356] By: jhi                                   on 2000/07/11  18:12:51
29832         Log: Typo in #6341.
29833      Branch: cfgperl
29834            ! pp_hot.c
29835 ____________________________________________________________________________
29836 [  6355] By: gsar                                  on 2000/07/11  18:12:10
29837         Log: integrate cfgperl changes#6231..6240 into mainline
29838      Branch: perl
29839           +> pod/perlutil.pod
29840           !> (integrate 35 files)
29841 ____________________________________________________________________________
29842 [  6354] By: jhi                                   on 2000/07/11  18:04:34
29843         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
29844              From: Dominic Dunlop <domo@computer.org> 
29845              Date: Tue, 11 Jul 2000 12:27:33 +0200 
29846              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
29847              
29848              Replaces change #6268.
29849      Branch: cfgperl
29850            ! t/op/sprintf.t
29851 ____________________________________________________________________________
29852 [  6353] By: gsar                                  on 2000/07/11  17:59:51
29853         Log: skip integrate of problematic change#6230 from cfgperl into mainline
29854              (a later version of File::Spec is already in mainline)
29855      Branch: perl
29856           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
29857           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
29858 ____________________________________________________________________________
29859 [  6352] By: gsar                                  on 2000/07/11  17:57:48
29860         Log: integrate cfgperl changes#6224..6229 into mainline
29861      Branch: perl
29862           +> lib/lib.pm.PL
29863            - lib/lib.pm
29864           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
29865           !> lib/English.pm op.c t/lib/english.t
29866 ____________________________________________________________________________
29867 [  6351] By: gsar                                  on 2000/07/11  17:50:10
29868         Log: skip integrate of problematic change#6223 from cfgperl into mainline
29869      Branch: perl
29870           !> doio.c
29871 ____________________________________________________________________________
29872 [  6350] By: gsar                                  on 2000/07/11  17:48:28
29873         Log: integrate cfgperl changes#6220..6222 into mainline
29874      Branch: perl
29875           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
29876           !> toke.c utf8.c win32/win32.h
29877 ____________________________________________________________________________
29878 [  6349] By: gsar                                  on 2000/07/11  17:46:13
29879         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
29880              mainline
29881      Branch: perl
29882           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
29883           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
29884           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29885 ____________________________________________________________________________
29886 [  6348] By: jhi                                   on 2000/07/11  17:45:49
29887         Log: README.posix-bc podified from Thomas Dorner.
29888      Branch: cfgperl
29889            ! README.posix-bc
29890 ____________________________________________________________________________
29891 [  6347] By: gsar                                  on 2000/07/11  17:42:04
29892         Log: integrate cfgperl change#6217 into mainline
29893      Branch: perl
29894           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
29895           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
29896           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
29897 ____________________________________________________________________________
29898 [  6346] By: gsar                                  on 2000/07/11  17:39:37
29899         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
29900              mainline
29901      Branch: perl
29902           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
29903           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29904           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
29905           !> perlapi.h pod/perlapi.pod
29906 ____________________________________________________________________________
29907 [  6345] By: gsar                                  on 2000/07/11  17:36:42
29908         Log: integrate cfgperl changes#6207..6210 into mainline
29909      Branch: perl
29910           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
29911           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
29912 ____________________________________________________________________________
29913 [  6344] By: gsar                                  on 2000/07/11  17:31:20
29914         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
29915              mainline
29916      Branch: perl
29917           !> (integrate 40 files)
29918 ____________________________________________________________________________
29919 [  6343] By: gsar                                  on 2000/07/11  17:19:08
29920         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
29921      Branch: perl
29922           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
29923            ! Changes
29924           !> (integrate 34 files)
29925 ____________________________________________________________________________
29926 [  6342] By: jhi                                   on 2000/07/11  16:05:48
29927         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
29928              To: perl5-porters@perl.org
29929              From: Karsten Sperling <spiff@phreax.net>
29930              Date: Mon, 10 Jul 2000 15:12:52 +0200
29931              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
29932      Branch: cfgperl
29933            ! lib/Symbol.pm
29934 ____________________________________________________________________________
29935 [  6341] By: jhi                                   on 2000/07/11  15:59:23
29936         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
29937              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29938              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
29939              Date: Fri, 07 Jul 2000 17:57:16 +0100
29940      Branch: cfgperl
29941            ! pp_hot.c
29942 ____________________________________________________________________________
29943 [  6340] By: jhi                                   on 2000/07/11  15:55:47
29944         Log: Subject: Re: format bug report  [Patch]
29945              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29946              Date: Wed, 05 Jul 2000 13:12:52 +0200
29947              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
29948              
29949              Subject: Re: format bug report  [Patch]
29950              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29951              Date: Wed, 05 Jul 2000 14:10:01 +0200
29952              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
29953      Branch: cfgperl
29954            ! t/op/write.t toke.c
29955 ____________________________________________________________________________
29956 [  6339] By: jhi                                   on 2000/07/11  13:54:09
29957         Log: Be less forgiving about ambiguous and illegal tr ranges.
29958              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
29959              From: Mark-Jason Dominus <mjd@plover.com>
29960              Date: Tue, 04 Jul 2000 10:00:12 -0400
29961              Message-ID: <20000704140012.17772.qmail@plover.com>
29962              
29963              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
29964              From: Mark-Jason Dominus <mjd@plover.com>
29965              Date: Wed, 05 Jul 2000 09:37:36 -0400
29966              Message-ID: <20000705133736.27293.qmail@plover.com>
29967      Branch: cfgperl
29968            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
29969 ____________________________________________________________________________
29970 [  6338] By: jhi                                   on 2000/07/11  13:31:24
29971         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
29972              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29973              Date: Tue, 11 Jul 2000 13:50:51 +0100
29974              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
29975      Branch: cfgperl
29976            ! sv.c
29977 ____________________________________________________________________________
29978 [  6337] By: jhi                                   on 2000/07/11  13:29:14
29979         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
29980              From: Hugo <hv@crypt.compulink.co.uk>
29981              Date: Tue, 11 Jul 2000 12:44:50 +0100
29982              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
29983      Branch: cfgperl
29984            ! regexec.c t/op/re_tests
29985 ____________________________________________________________________________
29986 [  6336] By: jhi                                   on 2000/07/11  13:26:47
29987         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
29988              From: simon@brecon.co.uk (Simon Cozens)
29989              Date: 7 Jul 2000 11:26:09 GMT
29990              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
29991      Branch: cfgperl
29992            ! mg.c
29993 ____________________________________________________________________________
29994 [  6335] By: jhi                                   on 2000/07/11  13:23:37
29995         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
29996              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
29997              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
29998              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
29999      Branch: cfgperl
30000            + ext/DynaLoader/hints/netbsd.pl
30001            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
30002 ____________________________________________________________________________
30003 [  6334] By: jhi                                   on 2000/07/11  13:20:38
30004         Log: Subject: PATCH perlguts.pod: Document D and d magic types
30005              From: mjd@plover.com
30006              Date: 5 Jul 2000 18:01:51 -0000
30007              Message-ID: <20000705180151.29413.qmail@plover.com>
30008      Branch: cfgperl
30009            ! pod/perlguts.pod
30010 ____________________________________________________________________________
30011 [  6333] By: jhi                                   on 2000/07/11  13:15:51
30012         Log: Precedence goof, fix based on
30013              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
30014              From: Hugo <hv@crypt.compulink.co.uk>
30015              Date: Tue, 11 Jul 2000 12:52:38 +0100
30016              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
30017      Branch: cfgperl
30018            ! t/op/taint.t
30019 ____________________________________________________________________________
30020 [  6332] By: jhi                                   on 2000/07/11  12:40:17
30021         Log: Integrate with Sarathy.
30022      Branch: cfgperl
30023           !> win32/win32sck.c
30024 ____________________________________________________________________________
30025 [  6331] By: jhi                                   on 2000/07/10  20:14:16
30026         Log: Sprinkle ldlibpath.
30027      Branch: cfgperl
30028            ! pod/Makefile.SH
30029 ____________________________________________________________________________
30030 [  6330] By: jhi                                   on 2000/07/10  17:54:49
30031         Log: More POSIX.pod tweaks.
30032      Branch: cfgperl
30033            ! ext/POSIX/POSIX.pod
30034 ____________________________________________________________________________
30035 [  6329] By: jhi                                   on 2000/07/10  14:02:12
30036         Log: Reorder perl.pod once more.
30037      Branch: cfgperl
30038            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30039 ____________________________________________________________________________
30040 [  6328] By: gsar                                  on 2000/07/10  07:06:00
30041         Log: accept() leaks memory on windows due to incorrect ordering of
30042              closesocket() and fclose() calls
30043      Branch: perl
30044            ! win32/win32sck.c
30045 ____________________________________________________________________________
30046 [  6327] By: gsar                                  on 2000/07/10  06:49:17
30047         Log: winsock options weren't being set in all threads under ithreads
30048              (caused send()s from second and subsequent threads to fail)
30049      Branch: perl
30050            ! win32/win32sck.c
30051 ____________________________________________________________________________
30052 [  6326] By: jhi                                   on 2000/07/08  02:45:40
30053         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
30054              was cast to an unsigned (32-bit) integer with wild abandon.
30055      Branch: cfgperl
30056            ! ext/Devel/DProf/DProf.xs
30057 ____________________________________________________________________________
30058 [  6325] By: jhi                                   on 2000/07/07  18:50:33
30059         Log: Remove perlbook, update perlfaq book listing,
30060              rearrange perl.pod, regenerate perltoc.
30061      Branch: cfgperl
30062            - pod/perlbook.pod
30063            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
30064            ! pod/perlfaq2.pod pod/perltoc.pod
30065 ____________________________________________________________________________
30066 [  6324] By: jhi                                   on 2000/07/07  14:03:40
30067         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
30068      Branch: cfgperl
30069            ! sv.h toke.c
30070 ____________________________________________________________________________
30071 [  6323] By: jhi                                   on 2000/07/06  16:03:55
30072         Log: Fix complaints of buildtoc.
30073      Branch: cfgperl
30074            + lib/Win32.pod
30075            - pod/Win32.pod
30076            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30077 ____________________________________________________________________________
30078 [  6322] By: jhi                                   on 2000/07/06  15:15:52
30079         Log: Add =head1 NAMEs so that buildtoc is happy.
30080              (The CGI::Util nit reported to Lincoln.)
30081      Branch: cfgperl
30082            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
30083            ! pod/perltoc.pod
30084 ____________________________________________________________________________
30085 [  6321] By: jhi                                   on 2000/07/06  03:16:04
30086         Log: Config is being used.
30087      Branch: cfgperl
30088            ! t/op/method.t
30089 ____________________________________________________________________________
30090 [  6320] By: jhi                                   on 2000/07/06  03:13:13
30091         Log: Integrate with Sarathy.
30092      Branch: cfgperl
30093           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
30094 ____________________________________________________________________________
30095 [  6319] By: jhi                                   on 2000/07/06  03:11:46
30096         Log: Autogenerate pod/Makefile and pod/buildtoc.
30097              buildtoc also checks whether the existin pods are
30098              mentioned in MANIFEST and perl.pod, and vice versa.
30099              (None of the thusly found discrepancies fixed yet.)
30100              roffitall also needs to be autogenerated similarly but it
30101              seems so badly out of date that I didn't touch it yet.
30102      Branch: cfgperl
30103            + pod/Makefile.SH pod/buildtoc.PL
30104            - pod/Makefile pod/buildtoc
30105            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
30106 ____________________________________________________________________________
30107 [  6318] By: gsar                                  on 2000/07/05  22:10:54
30108         Log: fix UNC path handling on Windows under ithreads, and chdir()
30109              return value when given a non-existent directory
30110      Branch: perl
30111            ! win32/vdir.h
30112 ____________________________________________________________________________
30113 [  6317] By: gsar                                  on 2000/07/05  22:08:19
30114         Log: winsock cleanup never done on Windows (leads to handle leaks)
30115      Branch: perl
30116            ! win32/perllib.c win32/win32sck.c
30117 ____________________________________________________________________________
30118 [  6316] By: gsar                                  on 2000/07/05  22:06:19
30119         Log: some debugger output does not go to the socket when RemotePort is set
30120      Branch: perl
30121            ! lib/perl5db.pl
30122 ____________________________________________________________________________
30123 [  6315] By: jhi                                   on 2000/07/05  00:25:21
30124         Log: Integrate with Sarathy, preliminary fix for unicos
30125              alignment problems in [ID 20000612.002] Perl problem on Cray system.
30126      Branch: cfgperl
30127            ! sv.h
30128           !> pp_hot.c
30129 ____________________________________________________________________________
30130 [  6314] By: gsar                                  on 2000/07/04  23:34:02
30131         Log: tyop in change#6306
30132      Branch: perl
30133            ! pp_hot.c
30134 ____________________________________________________________________________
30135 [  6313] By: jhi                                   on 2000/07/04  22:14:38
30136         Log: Multiline string literals ENONPORTABLE.
30137      Branch: cfgperl
30138            ! pp_hot.c
30139 ____________________________________________________________________________
30140 [  6312] By: jhi                                   on 2000/07/04  20:34:44
30141         Log: Integrate with Sarathy.
30142      Branch: cfgperl
30143           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
30144           !> t/op/method.t
30145 ____________________________________________________________________________
30146 [  6311] By: jhi                                   on 2000/07/04  20:30:56
30147         Log: More POSIX.pod embellishment.
30148      Branch: cfgperl
30149            ! ext/POSIX/POSIX.pod
30150 ____________________________________________________________________________
30151 [  6310] By: gsar                                  on 2000/07/04  17:28:48
30152         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
30153      Branch: perl
30154            ! t/lib/b.t
30155 ____________________________________________________________________________
30156 [  6309] By: jhi                                   on 2000/07/04  17:22:18
30157         Log: The #6308 required a little bit more.
30158      Branch: cfgperl
30159            ! Makefile.SH win32/Makefile
30160 ____________________________________________________________________________
30161 [  6308] By: jhi                                   on 2000/07/04  16:35:24
30162         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
30163      Branch: cfgperl
30164            + lib/lib_pm.PL
30165            - lib/lib.pm.PL
30166            ! MANIFEST Makefile.SH
30167 ____________________________________________________________________________
30168 [  6307] By: jhi                                   on 2000/07/04  16:28:58
30169         Log: Win32 patches for cfgperl from Sarathy.
30170      Branch: cfgperl
30171            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
30172            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
30173            ! thread.h toke.c util.c win32/Makefile win32/win32.c
30174 ____________________________________________________________________________
30175 [  6306] By: gsar                                  on 2000/07/04  16:28:40
30176         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
30177              (from Richard Soderberg <rs@oregonnet.com>)
30178      Branch: perl
30179            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
30180 ____________________________________________________________________________
30181 [  6305] By: jhi                                   on 2000/07/04  16:24:24
30182         Log: Integrate with Sarathy.
30183      Branch: cfgperl
30184           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
30185           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30186           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
30187           !> proto.h win32/win32.c
30188 ____________________________________________________________________________
30189 [  6304] By: gsar                                  on 2000/07/04  16:17:24
30190         Log: missing perldiag entry for unpack("w",...) diagnostic (from
30191              Andreas Koenig)
30192      Branch: perl
30193            ! pod/perldiag.pod
30194 ____________________________________________________________________________
30195 [  6303] By: gsar                                  on 2000/07/04  16:14:44
30196         Log: remove rel2abs prototypes (from Barrie Slaymaker)
30197      Branch: perl
30198            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30199            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30200 ____________________________________________________________________________
30201 [  6302] By: gsar                                  on 2000/07/04  04:59:35
30202         Log: adjust change#6299
30203      Branch: perl
30204            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
30205            ! win32/win32.c
30206 ____________________________________________________________________________
30207 [  6301] By: jhi                                   on 2000/07/04  04:50:07
30208         Log: Integrate with Sarathy.
30209      Branch: cfgperl
30210           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
30211           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
30212           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
30213 ____________________________________________________________________________
30214 [  6300] By: gsar                                  on 2000/07/04  04:42:09
30215         Log: PERL_OBJECT build tweak
30216      Branch: perl
30217            ! perl.h
30218 ____________________________________________________________________________
30219 [  6299] By: gsar                                  on 2000/07/04  04:37:00
30220         Log: fix memory leak on Windows (PL_sys_intern contents were never
30221              freed)
30222      Branch: perl
30223            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
30224            ! perlapi.c proto.h win32/win32.c
30225 ____________________________________________________________________________
30226 [  6298] By: gsar                                  on 2000/07/04  04:15:59
30227         Log: fix large memory leak that has been around for ever, masked by
30228              -DPURIFY (most of the arenas were never freed!)
30229      Branch: perl
30230            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
30231 ____________________________________________________________________________
30232 [  6297] By: gsar                                  on 2000/07/04  04:07:46
30233         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
30234      Branch: perl
30235            ! perl.c
30236 ____________________________________________________________________________
30237 [  6296] By: jhi                                   on 2000/06/30  18:28:37
30238         Log: Elaborate POSIX.pod.  Still needs work.
30239      Branch: cfgperl
30240            ! ext/POSIX/POSIX.pod
30241 ____________________________________________________________________________
30242 [  6295] By: jhi                                   on 2000/06/30  14:58:18
30243         Log: Point to perlipc for more SysV IPC examples.
30244      Branch: cfgperl
30245            ! pod/perlfunc.pod
30246 ____________________________________________________________________________
30247 [  6294] By: gsar                                  on 2000/06/30  14:47:45
30248         Log: slurp mode fix in change#4736 still not quite right
30249      Branch: perl
30250            ! pp_hot.c t/io/argv.t
30251 ____________________________________________________________________________
30252 [  6293] By: jhi                                   on 2000/06/30  12:02:55
30253         Log: Integrate with Sarathy.
30254      Branch: cfgperl
30255           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
30256 ____________________________________________________________________________
30257 [  6292] By: jhi                                   on 2000/06/30  12:01:11
30258         Log: From: simon@brecon.co.uk (Simon Cozens)
30259              Subject: UTF8 concat
30260              Date: 30 Jun 2000 06:13:25 GMT
30261              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
30262      Branch: cfgperl
30263            ! pp_hot.c
30264 ____________________________________________________________________________
30265 [  6291] By: gsar                                  on 2000/06/30  04:37:33
30266         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
30267              when @_ is modified, causing coredumps
30268      Branch: perl
30269            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
30270 ____________________________________________________________________________
30271 [  6290] By: jhi                                   on 2000/06/30  02:21:44
30272         Log: Integrate with Sarathy.
30273      Branch: cfgperl
30274           !> vms/vms.c vms/vmsish.h
30275 ____________________________________________________________________________
30276 [  6289] By: jhi                                   on 2000/06/30  02:21:02
30277         Log: Check VERSIONs.
30278      Branch: cfgperl
30279            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30280            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30281            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30282 ____________________________________________________________________________
30283 [  6288] By: jhi                                   on 2000/06/30  02:18:52
30284         Log: Integrate with Sarathy.
30285      Branch: cfgperl
30286           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
30287           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30288           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30289           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
30290 ____________________________________________________________________________
30291 [  6287] By: gsar                                  on 2000/06/30  02:17:08
30292         Log: integrate vmsperl changes into mainline
30293      Branch: perl
30294           !> vms/vms.c vms/vmsish.h
30295 ____________________________________________________________________________
30296 [  6285] By: gsar                                  on 2000/06/30  02:05:28
30297         Log: localize %INC in a Safe compartment so that use/require work
30298              (many other magic globals probably need similar treatment)
30299      Branch: perl
30300            ! ext/Opcode/Opcode.xs
30301 ____________________________________________________________________________
30302 [  6284] By: gsar                                  on 2000/06/30  01:54:54
30303         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
30304              about Windows
30305      Branch: perl
30306            ! pod/perlembed.pod
30307 ____________________________________________________________________________
30308 [  6283] By: jhi                                   on 2000/06/30  01:50:10
30309         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
30310              From: Barrie Slaymaker <barries@jester.slaysys.com>
30311              Date: Wed, 28 Jun 2000 11:35:29 -0400
30312              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
30313      Branch: perl
30314            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
30315            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
30316            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30317            ! lib/File/Spec/Win32.pm
30318 ____________________________________________________________________________
30319 [  6282] By: jhi                                   on 2000/06/29  22:57:22
30320         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
30321              From: Dan Sugalski <dan@sidhe.org>
30322              Date: Tue, 06 Jun 2000 11:59:50 -0400
30323              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
30324      Branch: cfgperl
30325            ! vms/vms.c
30326 ____________________________________________________________________________
30327 [  6281] By: jhi                                   on 2000/06/29  22:52:50
30328         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
30329              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30330              Date: Wed, 7 Jun 2000 04:02:04 -0500
30331              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
30332      Branch: cfgperl
30333            ! utils/h2xs.PL
30334 ____________________________________________________________________________
30335 [  6280] By: jhi                                   on 2000/06/29  22:45:47
30336         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
30337              From: rspier@pobox.com (Robert Spier)
30338              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
30339              Message-ID: <14654.31913.845602.610277@rls.cx>
30340      Branch: cfgperl
30341            ! utils/h2xs.PL
30342 ____________________________________________________________________________
30343 [  6279] By: jhi                                   on 2000/06/29  22:38:16
30344         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
30345              From: Tim Ayers <tayers@bridge.com>
30346              Date: Thu, 08 Jun 2000 08:11:06 +0200
30347              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
30348              [resent by Richard Foley, Message-Id probably wrong]
30349      Branch: cfgperl
30350            ! pod/perlsub.pod
30351 ____________________________________________________________________________
30352 [  6278] By: jhi                                   on 2000/06/29  22:21:45
30353         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
30354              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
30355              Date: Fri, 09 Jun 2000 12:39:27 -0400
30356              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
30357              (plus update the version "number" of Text::Wrap)
30358      Branch: cfgperl
30359            ! lib/Text/Wrap.pm
30360 ____________________________________________________________________________
30361 [  6277] By: jhi                                   on 2000/06/29  22:13:10
30362         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
30363              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30364              Date: Mon, 12 Jun 2000 14:55:59 +0100
30365              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
30366      Branch: cfgperl
30367            ! pod/perlfunc.pod
30368 ____________________________________________________________________________
30369 [  6276] By: jhi                                   on 2000/06/29  22:11:06
30370         Log: Subject: [PATCH] Re: eval documentation: context
30371              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30372              Date: Mon, 12 Jun 2000 15:07:29 +0100
30373              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
30374      Branch: cfgperl
30375            ! pod/perlfunc.pod
30376 ____________________________________________________________________________
30377 [  6275] By: jhi                                   on 2000/06/29  21:59:46
30378         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
30379              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30380              Date: Tue, 13 Jun 2000 02:43:48 -0500
30381              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
30382      Branch: cfgperl
30383            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
30384 ____________________________________________________________________________
30385 [  6274] By: jhi                                   on 2000/06/29  21:56:14
30386         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
30387              From: Andy Dougherty <doughera@lafayette.edu>
30388              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
30389              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
30390      Branch: cfgperl
30391            ! ext/File/Glob/Glob.pm
30392 ____________________________________________________________________________
30393 [  6273] By: jhi                                   on 2000/06/29  21:49:09
30394         Log: Subject: [PATCH] xsub attributes
30395              From: Doug MacEachern <dougm@covalent.net>
30396              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
30397              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
30398      Branch: cfgperl
30399            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
30400            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
30401 ____________________________________________________________________________
30402 [  6272] By: jhi                                   on 2000/06/29  21:41:28
30403         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
30404              From: Tom Phoenix <rootbeer@redcat.com>
30405              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
30406              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
30407      Branch: cfgperl
30408            ! lib/Net/Ping.pm
30409 ____________________________________________________________________________
30410 [  6271] By: jhi                                   on 2000/06/29  21:36:55
30411         Log: Subject: PATCH pod/perltie.pod
30412              From: Ian Phillipps <Ian.Phillipps@iname.com>
30413              Date: Fri, 16 Jun 2000 00:17:19 +0100
30414              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
30415              (only the first hunk, the second hunk had already been done
30416              by some other patch)
30417      Branch: cfgperl
30418            ! pod/perltie.pod
30419 ____________________________________________________________________________
30420 [  6270] By: jhi                                   on 2000/06/29  21:24:51
30421         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
30422              From: Nicholas Clark <nick@talking.bollo.cx>
30423              Date: Fri, 23 Jun 2000 16:21:15 +0100
30424              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
30425      Branch: cfgperl
30426            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
30427            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
30428 ____________________________________________________________________________
30429 [  6269] By: jhi                                   on 2000/06/29  19:38:15
30430         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
30431              silence few compiler warnings.
30432      Branch: cfgperl
30433            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
30434 ____________________________________________________________________________
30435 [  6268] By: jhi                                   on 2000/06/29  18:21:50
30436         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
30437              From: Dominic Dunlop <domo@computer.org> 
30438              Date: Thu, 29 Jun 2000 12:32:39 +0200 
30439              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
30440      Branch: cfgperl
30441            ! t/op/sprintf.t
30442 ____________________________________________________________________________
30443 [  6267] By: jhi                                   on 2000/06/29  18:16:07
30444         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
30445              From: Doug MacEachern <dougm@covalent.net>
30446              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
30447              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
30448      Branch: cfgperl
30449            + t/op/method2entersub.t
30450            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
30451            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30452            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
30453            ! xsutils.c
30454 ____________________________________________________________________________
30455 [  6266] By: jhi                                   on 2000/06/29  15:11:15
30456         Log: Subject: [PATCH 5.6.0] cygwin port
30457              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
30458              From: "Fifer, Eric" <EFifer@sanwaint.com>
30459              Date: Thu, 29 Jun 2000 12:58:29 +0100
30460      Branch: cfgperl
30461            ! cygwin/Makefile.SHs
30462 ____________________________________________________________________________
30463 [  6265] By: jhi                                   on 2000/06/29  15:04:05
30464         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
30465              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30466              Date: Wed, 28 Jun 2000 17:50:12 -0700
30467              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
30468      Branch: cfgperl
30469            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
30470 ____________________________________________________________________________
30471 [  6264] By: jhi                                   on 2000/06/29  15:00:57
30472         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
30473              From: Marty Lucich <marty@netcom.com>
30474              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
30475              Message-Id: <200006282116.OAA11148@netcom.com>
30476              ccdlflags update (the BSD/OS 4.1 part had already been taken
30477              care of by #6141).
30478      Branch: cfgperl
30479            ! hints/bsdos.sh
30480 ____________________________________________________________________________
30481 [  6263] By: jhi                                   on 2000/06/29  13:47:44
30482         Log: tr fixes from Simon Cozens
30483      Branch: cfgperl
30484            ! doop.c
30485 ____________________________________________________________________________
30486 [  6262] By: jhi                                   on 2000/06/28  18:46:01
30487         Log: Subject: 5.6.0 Patch for EPOC
30488              From: Olaf Flebbe <o.flebbe@gmx.de>
30489              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
30490              Message-ID: <23449.960929969@www11.gmx.net>
30491      Branch: cfgperl
30492            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
30493            ! epoc/epocish.h
30494 ____________________________________________________________________________
30495 [  6261] By: jhi                                   on 2000/06/28  18:29:07
30496         Log: Subject: Re: [PATCH cfgperl] BOMs away!
30497              From: simon@brecon.co.uk (Simon Cozens)
30498              Date: 17 Jun 2000 11:49:57 GMT
30499              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
30500      Branch: cfgperl
30501            ! pod/perldiag.pod t/comp/require.t toke.c
30502 ____________________________________________________________________________
30503 [  6260] By: jhi                                   on 2000/06/28  17:47:16
30504         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
30505              From: simon@brecon.co.uk (Simon Cozens) 
30506              Date: 17 Jun 2000 11:56:44 GMT 
30507              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
30508              pack U0, pack C0
30509      Branch: cfgperl
30510            ! pod/perlfunc.pod pp.c t/op/pack.t
30511 ____________________________________________________________________________
30512 [  6259] By: jhi                                   on 2000/06/28  16:43:17
30513         Log: perlnewmod was missing from MANIFEST.
30514      Branch: cfgperl
30515            ! MANIFEST
30516 ____________________________________________________________________________
30517 [  6258] By: jhi                                   on 2000/06/28  15:54:30
30518         Log: linenumber tweak
30519      Branch: cfgperl
30520            ! t/pragma/warn/regcomp
30521 ____________________________________________________________________________
30522 [  6257] By: jhi                                   on 2000/06/28  15:50:44
30523         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
30524              From: Doug MacEachern <dougm@covalent.net>
30525              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
30526              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
30527              (one part of the patch had been applied earlier)
30528      Branch: cfgperl
30529            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
30530 ____________________________________________________________________________
30531 [  6256] By: jhi                                   on 2000/06/28  15:40:22
30532         Log: tweaks from Simon Cozens to further fix tr/// under utf8
30533      Branch: cfgperl
30534            ! doop.c
30535 ____________________________________________________________________________
30536 [  6255] By: jhi                                   on 2000/06/28  15:33:45
30537         Log: small thinko tweaks
30538      Branch: cfgperl
30539            ! lib/IPC/Open3.pm t/op/my_stash.t
30540 ____________________________________________________________________________
30541 [  6254] By: jhi                                   on 2000/06/28  15:33:25
30542         Log: Subject: tr///, help wanted.
30543              From: simon@brecon.co.uk (Simon Cozens)
30544              Date: 28 Jun 2000 11:29:04 GMT
30545              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
30546      Branch: cfgperl
30547            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
30548            ! pp_proto.h proto.h t/op/tr.t
30549 ____________________________________________________________________________
30550 [  6253] By: jhi                                   on 2000/06/28  15:09:17
30551         Log: Paranoia tweak on #6249.
30552              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
30553              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30554              Date: Sun, 25 Jun 2000 23:43:12 -0400
30555              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
30556      Branch: cfgperl
30557            ! lib/IPC/Open3.pm
30558 ____________________________________________________________________________
30559 [  6252] By: jhi                                   on 2000/06/28  15:01:38
30560         Log: Document #6249 and #6251.
30561      Branch: cfgperl
30562            ! lib/Exporter.pm lib/IPC/Open3.pm
30563 ____________________________________________________________________________
30564 [  6251] By: jhi                                   on 2000/06/28  14:50:43
30565         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
30566              From: Doug MacEachern <dougm@covalent.net>
30567              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
30568              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
30569      Branch: cfgperl
30570            ! lib/Exporter.pm
30571 ____________________________________________________________________________
30572 [  6250] By: jhi                                   on 2000/06/28  14:45:23
30573         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
30574              From: Doug MacEachern <dougm@covalent.net>
30575              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
30576              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
30577      Branch: cfgperl
30578            + t/op/my_stash.t
30579            ! MANIFEST embed.pl global.sym proto.h toke.c
30580 ____________________________________________________________________________
30581 [  6249] By: jhi                                   on 2000/06/28  14:36:34
30582         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
30583              From: Frank Tobin <ftobin@uiuc.edu>
30584              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
30585              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
30586      Branch: cfgperl
30587            ! lib/IPC/Open3.pm
30588 ____________________________________________________________________________
30589 [  6248] By: jhi                                   on 2000/06/28  14:11:25
30590         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
30591              From: Mark-Jason Dominus <mjd@plover.com>
30592              Date: Tue, 27 Jun 2000 22:36:42 -0400
30593              Message-ID: <20000628023642.12166.qmail@plover.com>
30594      Branch: cfgperl
30595            ! pod/perlfunc.pod
30596 ____________________________________________________________________________
30597 [  6247] By: jhi                                   on 2000/06/27  12:46:37
30598         Log: Tweak $VERSION, patch from Doug MacEachern.
30599      Branch: cfgperl
30600            ! lib/File/Spec.pm
30601 ____________________________________________________________________________
30602 [  6246] By: jhi                                   on 2000/06/27  03:34:46
30603         Log: Allow for standalone testing.
30604      Branch: cfgperl
30605            ! t/lib/filefunc.t t/lib/filespec.t
30606 ____________________________________________________________________________
30607 [  6245] By: jhi                                   on 2000/06/27  02:50:02
30608         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
30609              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
30610              Date: Sat, 24 Jun 2000 13:06:20 +0100
30611              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
30612      Branch: cfgperl
30613            ! ext/DynaLoader/DynaLoader_pm.PL
30614 ____________________________________________________________________________
30615 [  6244] By: jhi                                   on 2000/06/27  02:46:10
30616         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
30617              From: Doug MacEachern <dougm@covalent.net>
30618              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
30619              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
30620      Branch: cfgperl
30621            ! gv.c sv.c t/lib/peek.t
30622 ____________________________________________________________________________
30623 [  6243] By: jhi                                   on 2000/06/27  02:38:07
30624         Log: Subject: [PATCH] is_utf8_string
30625              From: simon@brecon.co.uk (Simon Cozens)
30626              Date: 26 Jun 2000 02:25:59 GMT
30627              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
30628      Branch: cfgperl
30629            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
30630            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
30631            ! proto.h utf8.c
30632 ____________________________________________________________________________
30633 [  6242] By: jhi                                   on 2000/06/27  02:24:00
30634         Log: Subject: [PATCH] bytes<->utf8 fixes
30635              From: simon@brecon.co.uk (Simon Cozens)
30636              Date: 26 Jun 2000 04:55:45 GMT
30637              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
30638      Branch: cfgperl
30639            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
30640 ____________________________________________________________________________
30641 [  6241] By: jhi                                   on 2000/06/27  02:12:42
30642         Log: Do no -warn on \_, only on \alpha.
30643              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
30644              From: David Dyck <dcd@tc.fluke.com>
30645              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
30646              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
30647      Branch: cfgperl
30648            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
30649 ____________________________________________________________________________
30650 [  6240] By: jhi                                   on 2000/06/27  02:00:01
30651         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
30652              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
30653              Date: Mon, 26 Jun 2000 18:40:14 +0100
30654              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
30655      Branch: cfgperl
30656            ! utils/h2xs.PL
30657 ____________________________________________________________________________
30658 [  6239] By: jhi                                   on 2000/06/27  01:53:40
30659         Log: Configure maintenance.  Sever some dependency cycles,
30660              separate gccversion from the cc unit,
30661              address [ID 20000623.006] Configure script patch for using gcc on AIX
30662              (but solve it a little bit differently),
30663              unduplex some accidentally duplicated units,
30664              suggest using gcc if no cc available
30665              (p5p thread: "Solaris configure: counterproposal", 1999-09)
30666      Branch: cfgperl
30667            ! Configure Todo-5.6 config_h.SH
30668      Branch: metaconfig
30669            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
30670            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
30671      Branch: metaconfig/U/perl
30672            + gccvers.U
30673            ! d_getespwnam.U d_getprpwnam.U i_prot.U
30674 ____________________________________________________________________________
30675 [  6238] By: jhi                                   on 2000/06/25  18:04:56
30676         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
30677              From: Dan Sugalski <dan@sidhe.org>
30678              Date: Fri, 23 Jun 2000 17:00:00 -0400
30679              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
30680      Branch: cfgperl
30681            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
30682 ____________________________________________________________________________
30683 [  6237] By: jhi                                   on 2000/06/25  16:36:45
30684         Log: Tweak embed.pl, regen headers.
30685      Branch: cfgperl
30686            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
30687            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
30688            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
30689            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
30690            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
30691 ____________________________________________________________________________
30692 [  6236] By: jhi                                   on 2000/06/25  15:26:42
30693         Log: Regen headers.
30694      Branch: cfgperl
30695            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
30696            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
30697            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
30698            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
30699            ! regnodes.h warnings.h
30700 ____________________________________________________________________________
30701 [  6235] By: jhi                                   on 2000/06/23  19:39:35
30702         Log: The thread begun by
30703              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
30704              From: Kevin.Ruscoe@ubsw.com
30705              Date: Fri, 16 Jun 2000 16:38:51 +0100
30706              Message-Id: <H000019b03c300d6@MHS>
30707      Branch: cfgperl
30708            ! hints/solaris_2.sh
30709 ____________________________________________________________________________
30710 [  6234] By: jhi                                   on 2000/06/23  19:23:36
30711         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
30712              because when run as services (Win32ese for daemons)
30713              no environment variables are set and tmpdir ends up as /tmp,
30714              which is ambiguous.
30715              
30716              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
30717              From: matt@sergeant.org
30718              Date: 16 Jun 2000 16:30:43 -0000
30719              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
30720      Branch: cfgperl
30721            ! lib/File/Spec/Win32.pm
30722 ____________________________________________________________________________
30723 [  6233] By: jhi                                   on 2000/06/23  19:18:58
30724         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
30725              From: Mark-Jason Dominus <mjd@plover.com>
30726              Date: Fri, 16 Jun 2000 20:53:04 -0400
30727              Message-ID: <20000617005304.8008.qmail@plover.com>
30728      Branch: cfgperl
30729            ! op.h
30730 ____________________________________________________________________________
30731 [  6232] By: jhi                                   on 2000/06/23  16:10:02
30732         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
30733              From: simon@brecon.co.uk (Simon Cozens)
30734              Date: 19 Jun 2000 15:18:27 GMT
30735              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
30736              
30737              plus update pod/Makefile and regenerate perltoc
30738      Branch: cfgperl
30739            + pod/perlutil.pod
30740            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
30741 ____________________________________________________________________________
30742 [  6231] By: jhi                                   on 2000/06/23  15:19:18
30743         Log: Subject: [PATCH 5.6.0] cygwin port
30744              From: "Fifer, Eric" <EFifer@sanwaint.com>
30745              Date: Tue, 20 Jun 2000 14:30:58 +0100
30746              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
30747      Branch: cfgperl
30748            ! README.cygwin lib/File/Find.pm
30749 ____________________________________________________________________________
30750 [  6230] By: jhi                                   on 2000/06/23  14:25:21
30751         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
30752      Branch: cfgperl
30753            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
30754            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
30755            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30756            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
30757 ____________________________________________________________________________
30758 [  6229] By: jhi                                   on 2000/06/23  14:13:34
30759         Log: Subject: README.hpux version 0.6.1
30760              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
30761              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
30762              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
30763      Branch: cfgperl
30764            ! README.hpux
30765 ____________________________________________________________________________
30766 [  6228] By: jhi                                   on 2000/06/23  14:07:20
30767         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
30768              From: Doug MacEachern <dougm@covalent.net>
30769              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
30770              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
30771      Branch: cfgperl
30772            ! op.c
30773 ____________________________________________________________________________
30774 [  6227] By: jhi                                   on 2000/06/23  14:01:06
30775         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
30776              From: Doug MacEachern <dougm@covalent.net>
30777              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
30778              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
30779      Branch: cfgperl
30780            + lib/lib.pm.PL
30781            - lib/lib.pm
30782            ! MANIFEST Makefile.SH
30783 ____________________________________________________________________________
30784 [  6226] By: jhi                                   on 2000/06/23  13:53:07
30785         Log: Subject: [PATCH] remove forward declarations in Socket.pm
30786              From: Doug MacEachern <dougm@covalent.net>
30787              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
30788              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
30789              
30790              From: Doug MacEachern <dougm@covalent.net>
30791              Subject: Re: [PATCH] remove forward declarations in Socket.pm
30792              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
30793              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
30794      Branch: cfgperl
30795            ! ext/Socket/Socket.pm op.c
30796 ____________________________________________________________________________
30797 [  6225] By: jhi                                   on 2000/06/23  13:41:52
30798         Log: Add source code filenames to apidoc.
30799              From: simon@brecon.co.uk (Simon Cozens)
30800              Subject: [PATCH embed.pl] Source X-ref
30801              Date: 22 Jun 2000 02:18:49 GMT
30802              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
30803      Branch: cfgperl
30804            ! embed.pl
30805 ____________________________________________________________________________
30806 [  6224] By: jhi                                   on 2000/06/23  13:32:33
30807         Log: A way to avoid English.pm performance hit.
30808              From: root <root@jester.slaysys.com>
30809              Subject: [YAPATCH English.pm] My turn to putt again
30810              Date: Thu, 22 Jun 2000 20:33:58 -0400
30811              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
30812      Branch: cfgperl
30813            ! lib/English.pm t/lib/english.t
30814 ____________________________________________________________________________
30815 [  6223] By: jhi                                   on 2000/06/23  13:27:06
30816         Log: Avoid double close().
30817              Subject: [PATCH] avoid double close()
30818              From: Doug MacEachern <dougm@covalent.net>
30819              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
30820              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
30821      Branch: cfgperl
30822            ! doio.c
30823 ____________________________________________________________________________
30824 [  6222] By: jhi                                   on 2000/06/23  13:25:54
30825         Log: doc typo fix
30826              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
30827              From: Ian Phillipps <Ian.Phillipps@iname.com>
30828              Date: Fri, 23 Jun 2000 10:40:58 +0100
30829              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
30830      Branch: cfgperl
30831            ! lib/Pod/Usage.pm
30832 ____________________________________________________________________________
30833 [  6221] By: jhi                                   on 2000/06/23  13:24:15
30834         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
30835              From: simon@brecon.co.uk (Simon Cozens)
30836              Subject: [PATCH] Eliminate tr///[CU][CU]
30837              Date: 23 Jun 2000 11:05:40 GMT
30838              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
30839      Branch: cfgperl
30840            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
30841 ____________________________________________________________________________
30842 [  6220] By: jhi                                   on 2000/06/22  16:07:51
30843         Log: Win32 patches from Benjamin Stuhl.
30844      Branch: cfgperl
30845            ! makedef.pl win32/win32.h
30846 ____________________________________________________________________________
30847 [  6219] By: jhi                                   on 2000/06/22  16:06:34
30848         Log: Bytecode patches from Benjamin Stuhl.
30849      Branch: cfgperl
30850            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
30851            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
30852            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30853 ____________________________________________________________________________
30854 [  6218] By: jhi                                   on 2000/06/15  23:54:16
30855         Log: Bytecode patches from Benjamin Stuhl.
30856      Branch: cfgperl
30857            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
30858 ____________________________________________________________________________
30859 [  6217] By: jhi                                   on 2000/06/09  13:38:29
30860         Log: Rename the fdpid locking and integrate with Sarathy.
30861      Branch: cfgperl
30862            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
30863            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
30864            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
30865            ! win32/win32.c
30866           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
30867 ____________________________________________________________________________
30868 [  6216] By: gsar                                  on 2000/06/08  14:54:21
30869         Log: be more optimal about clearing @_
30870      Branch: perl
30871            ! cop.h
30872 ____________________________________________________________________________
30873 [  6215] By: gsar                                  on 2000/06/08  14:33:04
30874         Log: tweak comment about @DB::args
30875      Branch: perl
30876            ! av.h pp_ctl.c
30877 ____________________________________________________________________________
30878 [  6214] By: gsar                                  on 2000/06/08  13:57:54
30879         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
30880              caller() wants to populate @DB::args with it (causes a coredump
30881              in Carp::confess())
30882      Branch: perl
30883            ! cop.h t/op/runlevel.t
30884 ____________________________________________________________________________
30885 [  6213] By: gsar                                  on 2000/06/08  07:06:35
30886         Log: back out change#6106 (seems problematic)
30887      Branch: perl
30888            ! hints/solaris_2.sh
30889 ____________________________________________________________________________
30890 [  6212] By: jhi                                   on 2000/06/07  03:10:36
30891         Log: Continuing mopup for #6204.
30892      Branch: cfgperl
30893            ! ext/B/defsubs_h.PL
30894 ____________________________________________________________________________
30895 [  6211] By: jhi                                   on 2000/06/07  02:41:50
30896         Log: Mopup for #6204.
30897              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
30898              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
30899              This is comes from const() where POK isn't on when expected.
30900      Branch: cfgperl
30901            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
30902            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30903            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
30904            ! perlapi.h pod/perlapi.pod
30905 ____________________________________________________________________________
30906 [  6210] By: jhi                                   on 2000/06/07  01:56:29
30907         Log: Mopup for #6207 and #6209.
30908      Branch: cfgperl
30909            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
30910 ____________________________________________________________________________
30911 [  6209] By: jhi                                   on 2000/06/07  01:33:12
30912         Log: Lock PL_fdpid against race conditions, based on:
30913              Subject: [PATCH 5.6.0]subprocess fixup for threads
30914              From: Dan Sugalski <dan@sidhe.org>
30915              To: perl5-porters@perl.org
30916              Date: Tue, 11 Apr 2000 17:02:32 -0400
30917              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
30918      Branch: cfgperl
30919            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
30920            ! win32/win32.c
30921 ____________________________________________________________________________
30922 [  6208] By: jhi                                   on 2000/06/07  01:05:23
30923         Log: Regen headers for #6207.
30924      Branch: cfgperl
30925            ! embed.h global.sym objXSUB.h proto.h
30926 ____________________________________________________________________________
30927 [  6207] By: jhi                                   on 2000/06/06  23:43:13
30928         Log: Subject: [PATCH 5.6.0] Threadsafe patches
30929              From: Dan Sugalski <dan@sidhe.org>
30930              To: perl5-porters@perl.org
30931              Date: Mon, 08 May 2000 18:08:13 -0400
30932              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
30933      Branch: cfgperl
30934            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
30935            ! proto.h sv.h util.c
30936 ____________________________________________________________________________
30937 [  6206] By: jhi                                   on 2000/06/06  23:21:23
30938         Log: Subject: [PATCH] Eliminate $a/$b in pod
30939              From: David Glasser <me@davidglasser.net>
30940              To: perl5-porters@perl.org
30941              Date: Mon, 29 May 2000 21:15:59 -0400
30942              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
30943      Branch: cfgperl
30944            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
30945            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
30946            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
30947            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
30948            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
30949            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
30950            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
30951            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
30952            ! pod/perlvar.pod pod/perlxs.pod
30953 ____________________________________________________________________________
30954 [  6205] By: jhi                                   on 2000/06/06  23:12:14
30955         Log: Subject: [PATCH] Win32 improvements
30956              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
30957              To: gsar@activestate.com, perl5-porters@perl.org
30958              Date: Mon, 29 May 2000 17:22:24 PDT
30959              Message-ID: <20000530002224.91142.qmail@hotmail.com>
30960              (MUA had mangled many lines by wordwrapping)
30961      Branch: cfgperl
30962            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
30963 ____________________________________________________________________________
30964 [  6204] By: jhi                                   on 2000/06/06  23:01:50
30965         Log: Subject: [PATCH] B::Bytecode patches
30966              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
30967              To: gsar@activestate.com, jhi@iki.fi
30968              Cc: perl5-porters@perl.org
30969              Message-ID: <20000602202526.48694.qmail@hotmail.com>
30970              (MUA had mangled many lines by wordwrapping)
30971      Branch: cfgperl
30972            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
30973            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
30974            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30975            ! intrpvar.h perl.c
30976 ____________________________________________________________________________
30977 [  6203] By: jhi                                   on 2000/06/06  22:32:43
30978         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
30979              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30980              Date: Tue, 06 Jun 2000 13:07:45 -0700
30981              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
30982      Branch: cfgperl
30983            ! pod/perldiag.pod
30984 ____________________________________________________________________________
30985 [  6202] By: jhi                                   on 2000/06/06  19:38:35
30986         Log: Integrate with Sarathy.
30987      Branch: cfgperl
30988           !> perl.c
30989 ____________________________________________________________________________
30990 [  6201] By: gsar                                  on 2000/06/06  00:42:59
30991         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
30992              does a PUSHMARK that's never ever POPMARKed; in general, only
30993              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
30994              Perl_eval_[sp]v() don't because they don't take any incoming
30995              arguments (this leak has been around since the original version
30996              of perl_eval_pv() in 5.003_97e)
30997      Branch: perl
30998            ! perl.c
30999 ____________________________________________________________________________
31000 [  6200] By: jhi                                   on 2000/06/04  03:44:52
31001         Log: Update to cperl-mode.el 4.31 from
31002              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
31003              Subject: A couple of notes
31004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31005              To: Mailing list Perl5 <perl5-porters@perl.org>
31006              Date: Sat, 3 Jun 2000 23:33:32 -0400
31007              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
31008      Branch: cfgperl
31009            ! emacs/cperl-mode.el
31010 ____________________________________________________________________________
31011 [  6199] By: jhi                                   on 2000/06/03  15:11:05
31012         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
31013              From: Dan Sugalski <dan@sidhe.org>
31014              To: perl5-porters@perl.org, vmsperl@perl.org
31015              Date: Fri, 02 Jun 2000 17:30:51 -0400
31016              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
31017      Branch: cfgperl
31018            ! vms/descrip_mms.template vms/gen_shrfls.pl
31019 ____________________________________________________________________________
31020 [  6198] By: jhi                                   on 2000/06/03  14:59:15
31021         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
31022              From: Dan Sugalski <dan@sidhe.org>
31023              To: vmsperl@perl.org, perl5-porters@perl.org
31024              Date: Fri, 02 Jun 2000 16:00:41 -0400
31025              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
31026              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
31027      Branch: cfgperl
31028            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
31029            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
31030            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
31031 ____________________________________________________________________________
31032 [  6197] By: jhi                                   on 2000/06/03  14:41:30
31033         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
31034              From: John Borwick <jhborwic@unity.ncsu.edu>
31035              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
31036              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
31037      Branch: cfgperl
31038            ! pod/perlsyn.pod
31039 ____________________________________________________________________________
31040 [  6196] By: jhi                                   on 2000/06/03  14:38:09
31041         Log: Integrate with Sarathy.
31042      Branch: cfgperl
31043           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
31044           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
31045           !> vms/perly_c.vms
31046 ____________________________________________________________________________
31047 [  6195] By: gsar                                  on 2000/06/02  22:43:13
31048         Log: fix yet another eval"" leak under USE_ITHREADS
31049      Branch: perl
31050            ! op.c
31051 ____________________________________________________________________________
31052 [  6194] By: gsar                                  on 2000/06/02  18:22:06
31053         Log: fix small eval"" memory leaks under USE_ITHREADS
31054      Branch: perl
31055            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
31056            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
31057            ! vms/perly_c.vms
31058 ____________________________________________________________________________
31059 [  6193] By: jhi                                   on 2000/06/01  13:03:56
31060         Log: Signals-be-gone for microperl.
31061      Branch: cfgperl
31062            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
31063 ____________________________________________________________________________
31064 [  6192] By: jhi                                   on 2000/06/01  12:52:02
31065         Log: Integrate with Sarathy.
31066      Branch: cfgperl
31067           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
31068           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
31069           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
31070           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
31071           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
31072           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
31073           !> t/op/vec.t utils/h2xs.PL
31074 ____________________________________________________________________________
31075 [  6191] By: gsar                                  on 2000/06/01  09:38:21
31076         Log: vec() loses numericalness (modified version of patch suggested
31077              by Robin Barker)
31078      Branch: perl
31079            ! doop.c t/op/vec.t
31080 ____________________________________________________________________________
31081 [  6190] By: gsar                                  on 2000/06/01  09:26:15
31082         Log: submit missing embed.pl change
31083      Branch: perl
31084            ! embed.pl
31085 ____________________________________________________________________________
31086 [  6189] By: gsar                                  on 2000/06/01  09:05:34
31087         Log: counting tr/// corrupts later operation (from M.J.T Guy)
31088      Branch: perl
31089            ! doop.c t/op/tr.t
31090 ____________________________________________________________________________
31091 [  6188] By: gsar                                  on 2000/06/01  08:58:39
31092         Log: h2xs tweaks
31093      Branch: perl
31094            ! utils/h2xs.PL
31095 ____________________________________________________________________________
31096 [  6187] By: gsar                                  on 2000/06/01  08:50:07
31097         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
31098              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
31099      Branch: perl
31100            + lib/Pod/LaTeX.pm
31101            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
31102            ! pod/pod2latex.PL
31103 ____________________________________________________________________________
31104 [  6186] By: gsar                                  on 2000/06/01  08:24:40
31105         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
31106              <wolfgang.laun@alcatel.at>)
31107      Branch: perl
31108            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
31109            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
31110 ____________________________________________________________________________
31111 [  6185] By: gsar                                  on 2000/06/01  08:12:00
31112         Log: remove incorrect documentation about implicit split to @_ in
31113              list context, which never really worked in perl 5 (from
31114              M.J.T. Guy)
31115      Branch: perl
31116            ! pod/perlfunc.pod pod/perltrap.pod
31117 ____________________________________________________________________________
31118 [  6184] By: gsar                                  on 2000/06/01  07:52:27
31119         Log: tweak for change#6127
31120      Branch: perl
31121            ! perl.c
31122 ____________________________________________________________________________
31123 [  6183] By: gsar                                  on 2000/06/01  07:41:02
31124         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
31125              <nick@ccl4.org>)
31126      Branch: perl
31127            + t/lib/selfloader.t
31128            ! MANIFEST lib/SelfLoader.pm
31129 ____________________________________________________________________________
31130 [  6182] By: jhi                                   on 2000/06/01  00:34:42
31131         Log: Be Cleaner Part Deux.
31132      Branch: cfgperl
31133            ! Makefile.SH
31134 ____________________________________________________________________________
31135 [  6181] By: jhi                                   on 2000/06/01  00:32:09
31136         Log: Integrate with Sarathy.
31137      Branch: cfgperl
31138           !> pp.c t/op/arith.t
31139 ____________________________________________________________________________
31140 [  6180] By: jhi                                   on 2000/06/01  00:31:13
31141         Log: microperl nits from Simon Cozens.
31142      Branch: cfgperl
31143            + uconfig.h
31144            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
31145            ! unixish.h
31146 ____________________________________________________________________________
31147 [  6179] By: gsar                                  on 2000/05/31  22:37:51
31148         Log: buggy modulus on UVs introduced by change#3378 (resulted in
31149              4063328477 % 65535 amounting to 27406, instead of 27407)
31150      Branch: perl
31151            ! pp.c t/op/arith.t
31152 ____________________________________________________________________________
31153 [  6178] By: jhi                                   on 2000/05/31  21:52:41
31154         Log: Be cleaner.
31155      Branch: cfgperl
31156            ! Makefile.SH
31157 ____________________________________________________________________________
31158 [  6177] By: jhi                                   on 2000/05/31  21:47:33
31159         Log: Substitution utf8 patch from Simon Cozens.
31160      Branch: cfgperl
31161            ! pp_hot.c
31162 ____________________________________________________________________________
31163 [  6176] By: jhi                                   on 2000/05/31  21:45:34
31164         Log: Single-quoted utf8 patch from Simon Cozens.
31165      Branch: cfgperl
31166            ! toke.c
31167 ____________________________________________________________________________
31168 [  6175] By: jhi                                   on 2000/05/31  21:40:18
31169         Log: Integrate with Sarathy.
31170      Branch: cfgperl
31171           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
31172 ____________________________________________________________________________
31173 [  6174] By: jhi                                   on 2000/05/31  21:37:31
31174         Log: microperl changes from Simon Cozens; Makefile for microperl
31175              written from scratch; few casts added as microperl compilation
31176              doesn't have all prototypes available.
31177      Branch: cfgperl
31178            + Makefile.micro README.micro Todo.micro uconfig.sh
31179            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
31180            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
31181      Branch: metaconfig
31182            + U/modified/Config_h.U
31183 ____________________________________________________________________________
31184 [  6173] By: jhi                                   on 2000/05/31  20:00:24
31185         Log: metaconfig maintenance.
31186      Branch: metaconfig
31187            + U/modified/Inhdr.U U/typedefs/inotype.U
31188      Branch: metaconfig/U/perl
31189            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
31190            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
31191 ____________________________________________________________________________
31192 [  6172] By: gsar                                  on 2000/05/31  05:05:42
31193         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
31194              (from Ilya Zakharevich)
31195      Branch: perl
31196            ! regexec.c t/op/re_tests
31197 ____________________________________________________________________________
31198 [  6171] By: gsar                                  on 2000/05/31  05:01:47
31199         Log: scalar() doesn't force scalar context when used in void context
31200              (from Simon Cozens)
31201      Branch: perl
31202            ! op.c t/op/wantarray.t
31203 ____________________________________________________________________________
31204 [  6170] By: gsar                                  on 2000/05/31  04:41:33
31205         Log: change#6142 needs tweaks to tests to work where there's no symlink()
31206              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
31207      Branch: perl
31208            ! t/lib/filefind.t
31209 ____________________________________________________________________________
31210 [  6169] By: gsar                                  on 2000/05/31  04:29:49
31211         Log: integrate cfgperl contents into mainline
31212      Branch: perl
31213           +> pod/perlmodlib.PL pod/perlnewmod.pod
31214           !> (integrate 42 files)
31215 ____________________________________________________________________________
31216 [  6168] By: jhi                                   on 2000/05/30  22:53:37
31217         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
31218      Branch: cfgperl
31219            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31220            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
31221            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
31222            ! win32/config.bc win32/config.gc win32/config.vc
31223            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31224            ! win32/config_h.PL win32/config_sh.PL
31225      Branch: metaconfig/U/perl
31226            ! perlxv.U
31227 ____________________________________________________________________________
31228 [  6167] By: jhi                                   on 2000/05/30  22:20:21
31229         Log: tweak todo 
31230      Branch: cfgperl
31231            ! Todo-5.6
31232 ____________________________________________________________________________
31233 [  6166] By: jhi                                   on 2000/05/30  22:11:51
31234         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
31235              in case somebody wants to write an extension for more
31236              shadow database interfaces.
31237      Branch: cfgperl
31238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31239            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
31240            ! vos/config.def vos/config.h vos/config_h.SH_orig
31241            ! win32/config.bc win32/config.gc win32/config.vc
31242            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31243      Branch: metaconfig
31244            ! U/modified/Myinit.U
31245      Branch: metaconfig/U/perl
31246            + d_getespwnam.U d_getprpwnam.U i_prot.U
31247 ____________________________________________________________________________
31248 [  6165] By: jhi                                   on 2000/05/30  18:35:34
31249         Log: Integrate with Sarathy.
31250      Branch: cfgperl
31251           !> op.c
31252 ____________________________________________________________________________
31253 [  6164] By: jhi                                   on 2000/05/30  18:30:16
31254         Log: detypo
31255      Branch: cfgperl
31256            ! Configure config_h.SH
31257      Branch: metaconfig/U/perl
31258            ! perlxv.U
31259 ____________________________________________________________________________
31260 [  6163] By: gsar                                  on 2000/05/30  03:24:03
31261         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
31262      Branch: perl
31263            ! op.c
31264 ____________________________________________________________________________
31265 [  6162] By: gsar                                  on 2000/05/30  03:09:38
31266         Log: fix memory leak in method call optimization (change#3768);
31267              made C<eval "$x->foo()"> leak
31268      Branch: perl
31269            ! op.c
31270 ____________________________________________________________________________
31271 [  6161] By: jhi                                   on 2000/05/29  17:56:26
31272         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
31273              both from Simon Cozens.
31274      Branch: cfgperl
31275            + pod/perlmodlib.PL pod/perlnewmod.pod
31276            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
31277            ! pod/perlmodlib.pod pod/perltoc.pod
31278 ____________________________________________________________________________
31279 [  6160] By: jhi                                   on 2000/05/29  17:23:55
31280         Log: Changes for the File::Temp 0.08 (change #6159) test suite
31281              to fit better into the Perl distribution test framework.
31282      Branch: cfgperl
31283            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
31284            ! t/lib/ftmp-tempfile.t
31285 ____________________________________________________________________________
31286 [  6159] By: jhi                                   on 2000/05/29  16:55:36
31287         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
31288      Branch: cfgperl
31289            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31290            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31291 ____________________________________________________________________________
31292 [  6158] By: bailey                                on 2000/05/29  16:22:08
31293         Log: Add fallback to tmpfile for use in cases where user's relying on
31294              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
31295              Lane's patch)
31296      Branch: vmsperl
31297            ! vms/vms.c vms/vmsish.h
31298 ____________________________________________________________________________
31299 [  6157] By: jhi                                   on 2000/05/29  03:10:36
31300         Log: Regen Configure to jive with #6149.
31301      Branch: cfgperl
31302            ! Configure
31303      Branch: metaconfig
31304            ! U/modified/Getfile.U
31305 ____________________________________________________________________________
31306 [  6156] By: jhi                                   on 2000/05/29  03:01:38
31307         Log: Integrate with Sarathy.
31308      Branch: cfgperl
31309           +> ext/DynaLoader/dl_mac.xs
31310           !> (integrate 38 files)
31311 ____________________________________________________________________________
31312 [  6155] By: gsar                                  on 2000/05/28  21:15:58
31313         Log: small bug in change#6144; remove random \xA0 character that snuck
31314              in via change#6145
31315      Branch: perl
31316            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
31317 ____________________________________________________________________________
31318 [  6154] By: gsar                                  on 2000/05/28  21:04:19
31319         Log: avoid type mismatch warning
31320      Branch: perl
31321            ! perl.c
31322 ____________________________________________________________________________
31323 [  6153] By: gsar                                  on 2000/05/28  20:58:31
31324         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
31325              <nick@Bagpuss.uk.boo.com>)
31326      Branch: perl
31327            ! lib/Test/Harness.pm
31328 ____________________________________________________________________________
31329 [  6152] By: gsar                                  on 2000/05/28  20:53:42
31330         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
31331      Branch: perl
31332            ! regexec.c
31333 ____________________________________________________________________________
31334 [  6151] By: gsar                                  on 2000/05/28  20:50:28
31335         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
31336      Branch: perl
31337            ! regexec.c
31338 ____________________________________________________________________________
31339 [  6150] By: gsar                                  on 2000/05/28  20:39:58
31340         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
31341      Branch: perl
31342            ! pod/perlrequick.pod
31343 ____________________________________________________________________________
31344 [  6149] By: gsar                                  on 2000/05/28  20:35:16
31345         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
31346              <troc@netrus.net>)
31347      Branch: perl
31348            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
31349            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
31350            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
31351            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
31352 ____________________________________________________________________________
31353 [  6148] By: gsar                                  on 2000/05/28  20:21:07
31354         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
31355      Branch: perl
31356            ! lib/ExtUtils/MM_Unix.pm
31357 ____________________________________________________________________________
31358 [  6147] By: gsar                                  on 2000/05/28  20:12:41
31359         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
31360              (from Peter Prymmer)
31361      Branch: perl
31362            ! vms/subconfigure.com
31363 ____________________________________________________________________________
31364 [  6146] By: gsar                                  on 2000/05/28  20:06:15
31365         Log: doc typo
31366      Branch: perl
31367            ! lib/warnings.pm warnings.h warnings.pl
31368 ____________________________________________________________________________
31369 [  6145] By: gsar                                  on 2000/05/28  18:44:33
31370         Log: make xsubpp skip embedded pod (from Matthias Neeracher
31371              <neeri@iis.ee.ethz.ch>)
31372      Branch: perl
31373            ! lib/ExtUtils/xsubpp
31374 ____________________________________________________________________________
31375 [  6144] By: gsar                                  on 2000/05/28  18:42:49
31376         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
31377              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
31378              <neeri@iis.ee.ethz.ch>)
31379      Branch: perl
31380            ! lib/AutoSplit.pm
31381 ____________________________________________________________________________
31382 [  6143] By: gsar                                  on 2000/05/28  18:41:12
31383         Log: MacOS support, part 1 (from Matthias Neeracher
31384              <neeri@iis.ee.ethz.ch>)
31385      Branch: perl
31386            + ext/DynaLoader/dl_mac.xs
31387            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
31388            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
31389            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
31390            ! util.h
31391 ____________________________________________________________________________
31392 [  6142] By: gsar                                  on 2000/05/28  18:21:51
31393         Log: File::Find fails to chdir when chasing symlinks (from
31394              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
31395      Branch: perl
31396            ! lib/File/Find.pm t/lib/filefind.t
31397 ____________________________________________________________________________
31398 [  6141] By: jhi                                   on 2000/05/28  14:25:15
31399         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
31400              forwarded by Peter Seebach from the bsdi-users mailing list.
31401              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
31402      Branch: perl
31403            ! hints/bsdos.sh
31404 ____________________________________________________________________________
31405 [  6140] By: jhi                                   on 2000/05/28  14:11:57
31406         Log: Integrate with Sarathy.
31407      Branch: cfgperl
31408           +> (branch 30 files)
31409           !> (integrate 93 files)
31410 ____________________________________________________________________________
31411 [  6139] By: gsar                                  on 2000/05/28  10:01:48
31412         Log: revise mktables.PL for bugs and newness in Unicode 3.0
31413              (from James Bence <jbence@amgen.com>)
31414      Branch: perl
31415            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
31416            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
31417            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
31418            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
31419            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
31420            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
31421            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
31422            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
31423            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
31424            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
31425            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
31426            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
31427            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
31428            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
31429            + lib/unicode/Is/SylWU.pl
31430            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
31431            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31432            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
31433            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
31434            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
31435            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
31436            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
31437            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
31438            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
31439            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
31440            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
31441            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
31442            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
31443            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
31444            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
31445            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
31446            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
31447            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
31448            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
31449            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
31450            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
31451            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
31452            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
31453            ! lib/unicode/Makefile lib/unicode/mktables.PL
31454 ____________________________________________________________________________
31455 [  6138] By: gsar                                  on 2000/05/28  08:50:32
31456         Log: add note about the handling of negative indices to tied arrays
31457              (from Michael G Schwern <schwern@pobox.com>)
31458      Branch: perl
31459            ! pod/perltie.pod
31460 ____________________________________________________________________________
31461 [  6137] By: gsar                                  on 2000/05/28  08:46:10
31462         Log: fix bogus redeclaration warning for "our" variables in different
31463              scopes
31464      Branch: perl
31465            ! op.c t/pragma/strict-vars
31466 ____________________________________________________________________________
31467 [  6136] By: gsar                                  on 2000/05/28  08:31:20
31468         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
31469      Branch: perl
31470            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
31471 ____________________________________________________________________________
31472 [  6135] By: gsar                                  on 2000/05/28  08:17:50
31473         Log: enable Test::Harness to dynamically determine column width etc.
31474              (from Rob Napier <rnapier@employees.org>)
31475      Branch: perl
31476            ! lib/Test/Harness.pm
31477 ____________________________________________________________________________
31478 [  6134] By: gsar                                  on 2000/05/28  08:13:39
31479         Log: make Test::Harness use wait.h/WCOREDUMP if available
31480              (from Ben Tilly <ben_tilly@hotmail.com>)
31481      Branch: perl
31482            ! lib/Test/Harness.pm
31483 ____________________________________________________________________________
31484 [  6133] By: gsar                                  on 2000/05/28  08:08:05
31485         Log: elide bogus test in change#6132
31486      Branch: perl
31487            ! t/pragma/warn/9enabled
31488 ____________________________________________________________________________
31489 [  6132] By: gsar                                  on 2000/05/28  08:03:14
31490         Log: warnings::enabled() doesn't fall back to looking at $^W if
31491              caller isn't using lexical warnings (from Paul Marquess)
31492      Branch: perl
31493            ! pp_ctl.c t/pragma/warn/9enabled
31494 ____________________________________________________________________________
31495 [  6131] By: gsar                                  on 2000/05/28  07:57:47
31496         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
31497      Branch: perl
31498            ! ext/POSIX/POSIX.pm
31499 ____________________________________________________________________________
31500 [  6130] By: gsar                                  on 2000/05/28  07:29:12
31501         Log: fix places that mean C<"word" character> but say C<alphanumeric
31502              character>
31503      Branch: perl
31504            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
31505 ____________________________________________________________________________
31506 [  6129] By: gsar                                  on 2000/05/28  07:18:41
31507         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
31508      Branch: perl
31509            ! vms/test.com
31510 ____________________________________________________________________________
31511 [  6128] By: gsar                                  on 2000/05/28  07:12:55
31512         Log: new perlxstut example for passing/returning refs to arrays
31513              (from David Lowe <dlowe@pootpoot.com>)
31514      Branch: perl
31515            ! pod/perlxstut.pod
31516 ____________________________________________________________________________
31517 [  6127] By: gsar                                  on 2000/05/28  07:02:50
31518         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
31519              failed (from Gisle Aas)
31520      Branch: perl
31521            ! cop.h perl.c
31522 ____________________________________________________________________________
31523 [  6126] By: gsar                                  on 2000/05/28  06:39:53
31524         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
31525              (reworked variant of patch suggested by Simon Cozens)
31526      Branch: perl
31527            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
31528            ! pp_hot.c proto.h t/op/gv.t
31529 ____________________________________________________________________________
31530 [  6125] By: gsar                                  on 2000/05/28  05:14:55
31531         Log: enable propagating exception objects via Perl_croak() in XS code
31532              (from Gisle Aas)
31533      Branch: perl
31534            ! util.c
31535 ____________________________________________________________________________
31536 [  6124] By: gsar                                  on 2000/05/28  05:07:28
31537         Log: integrate vmsperl contents into mainline
31538      Branch: perl
31539           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
31540           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
31541           !> vms/vmsish.h
31542 ____________________________________________________________________________
31543 [  6123] By: gsar                                  on 2000/05/28  05:03:53
31544         Log: clarify gotcha with #line directives (from Rocco Caputo
31545              <troc@netrus.net>)
31546      Branch: perl
31547            ! pod/perldebug.pod pod/perlsyn.pod
31548 ____________________________________________________________________________
31549 [  6122] By: gsar                                  on 2000/05/28  04:58:29
31550         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
31551              (from Mark-Jason Dominus)
31552      Branch: perl
31553            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
31554            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
31555            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
31556            ! toke.c
31557 ____________________________________________________________________________
31558 [  6121] By: bailey                                on 2000/05/25  04:46:54
31559         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
31560              lists (based on fixes by Craig Berry)
31561      Branch: vmsperl
31562            ! lib/File/Spec/VMS.pm
31563 ____________________________________________________________________________
31564 [  6120] By: bailey                                on 2000/05/25  04:25:38
31565         Log: Add missing escape (Charles Lane)
31566      Branch: vmsperl
31567            ! t/op/lex_assign.t
31568 ____________________________________________________________________________
31569 [  6119] By: bailey                                on 2000/05/25  04:21:25
31570         Log: Quiet error messages in vmsish.t (Charles Lane)
31571      Branch: vmsperl
31572            ! vms/ext/vmsish.t
31573 ____________________________________________________________________________
31574 [  6118] By: bailey                                on 2000/05/25  04:17:57
31575         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
31576              Flatten case labels in switch statements uniformly (Charles Bailey)
31577      Branch: vmsperl
31578            ! vms/vms.c
31579 ____________________________________________________________________________
31580 [  6117] By: bailey                                on 2000/05/25  03:58:09
31581         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
31582      Branch: vmsperl
31583            ! vms/vmsish.h
31584 ____________________________________________________________________________
31585 [  6116] By: bailey                                on 2000/05/25  03:11:15
31586         Log: Miscellaneous cosmetic fixes (Charles Lane)
31587      Branch: vmsperl
31588            ! lib/ExtUtils/MM_VMS.pm
31589 ____________________________________________________________________________
31590 [  6115] By: bailey                                on 2000/05/25  03:10:36
31591         Log: Add bounds checking for several strings (Charles Lane)
31592      Branch: vmsperl
31593            ! vms/vms.c
31594 ____________________________________________________________________________
31595 [  6114] By: bailey                                on 2000/05/25  02:25:34
31596         Log: Urk -- undo previous removal of vmsish 'exit' change
31597      Branch: vmsperl
31598            ! vms/ext/vmsish.pm vms/vmsish.h
31599 ____________________________________________________________________________
31600 [  6113] By: bailey                                on 2000/05/24  02:24:40
31601         Log: Ugly workaround for version-specific RTL error
31602      Branch: vmsperl
31603            ! vms/vms.c
31604 ____________________________________________________________________________
31605 [  6112] By: bailey                                on 2000/05/24  02:19:55
31606         Log: Check for existence of file before trying to delete
31607      Branch: vmsperl
31608            ! vms/test.com
31609 ____________________________________________________________________________
31610 [  6111] By: bailey                                on 2000/05/23  23:35:13
31611         Log: Resync with mainline prior to post-5.6.0 updates
31612      Branch: vmsperl
31613           +> (branch 49 files)
31614            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
31615            ! vms/ext/vmsish.pm
31616           !> (integrate 334 files)
31617 ____________________________________________________________________________
31618 [  6110] By: jhi                                   on 2000/05/23  19:28:32
31619         Log: todo tweak
31620      Branch: cfgperl
31621            ! Todo-5.6
31622 ____________________________________________________________________________
31623 [  6109] By: jhi                                   on 2000/05/18  17:38:54
31624         Log: Integrate with Sarathy.
31625      Branch: cfgperl
31626           !> mg.c perl.h win32/perlhost.h
31627 ____________________________________________________________________________
31628 [  6108] By: gsar                                  on 2000/05/17  02:24:56
31629         Log: reenable fake signal handling on Windows, bugs and all
31630      Branch: perl
31631            ! mg.c perl.h win32/perlhost.h
31632 ____________________________________________________________________________
31633 [  6107] By: jhi                                   on 2000/05/15  18:01:41
31634         Log: Tweak the todo list.
31635      Branch: cfgperl
31636            ! Todo-5.6
31637 ____________________________________________________________________________
31638 [  6106] By: jhi                                   on 2000/05/15  13:41:48
31639         Log: The (Configure) script refuses to go on, after asking for
31640              'You may also choose to try maximal 64-bitness....'.
31641              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
31642              -- Patrick Zima
31643              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
31644      Branch: cfgperl
31645            ! hints/solaris_2.sh
31646 ____________________________________________________________________________
31647 [  6105] By: jhi                                   on 2000/05/11  14:37:43
31648         Log: Integrate with Sarathy.
31649      Branch: cfgperl
31650           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
31651           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
31652 ____________________________________________________________________________
31653 [  6104] By: gsar                                  on 2000/05/11  03:39:07
31654         Log: PL_sys_intern was being initialized too late on windows
31655      Branch: perl
31656            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
31657            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
31658 ____________________________________________________________________________
31659 [  6103] By: jhi                                   on 2000/05/09  19:42:20
31660         Log: Test tweaking for Unicos continues.
31661      Branch: cfgperl
31662            ! t/op/64bitint.t
31663 ____________________________________________________________________________
31664 [  6102] By: jhi                                   on 2000/05/09  16:47:27
31665         Log: The test suite tweak in #6101 wasn't quite right.
31666      Branch: cfgperl
31667            ! t/lib/complex.t
31668 ____________________________________________________________________________
31669 [  6101] By: jhi                                   on 2000/05/09  15:35:34
31670         Log: Hints and test tweaks for Unicos.
31671      Branch: cfgperl
31672            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
31673 ____________________________________________________________________________
31674 [  6100] By: jhi                                   on 2000/05/08  21:15:06
31675         Log: More compilation tweakery from Allen Smith.
31676      Branch: cfgperl
31677            ! hints/irix_6.sh
31678 ____________________________________________________________________________
31679 [  6099] By: jhi                                   on 2000/05/08  19:21:18
31680         Log: Tweaks for the cc bugs from Allen Smith.
31681      Branch: cfgperl
31682            ! hints/irix_6.sh
31683 ____________________________________________________________________________
31684 [  6098] By: jhi                                   on 2000/05/08  19:13:37
31685         Log: Add a note about other, yet unsupported, shadow password APIs.
31686      Branch: cfgperl
31687            ! pp_sys.c
31688 ____________________________________________________________________________
31689 [  6097] By: jhi                                   on 2000/05/08  18:46:34
31690         Log: Add a note about possible compilation problems from Allen Smith.
31691      Branch: cfgperl
31692            ! hints/irix_6.sh
31693 ____________________________________________________________________________
31694 [  6096] By: jhi                                   on 2000/05/08  17:33:10
31695         Log: Integrate with Sarathy.
31696      Branch: cfgperl
31697           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
31698           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
31699 ____________________________________________________________________________
31700 [  6095] By: jhi                                   on 2000/05/08  16:21:33
31701         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
31702              might be useful in future.
31703      Branch: cfgperl
31704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31705            ! config_h.SH
31706      Branch: metaconfig
31707            ! U/installdirs/inc_version_list.U
31708      Branch: metaconfig/U/perl
31709            ! perlxv.U
31710 ____________________________________________________________________________
31711 [  6094] By: gsar                                  on 2000/05/08  14:22:22
31712         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
31713      Branch: perl
31714            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
31715            ! hints/cygwin.sh pp_sys.c
31716 ____________________________________________________________________________
31717 [  6093] By: gsar                                  on 2000/05/08  12:52:28
31718         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
31719              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
31720      Branch: perl
31721            ! pp_sys.c sv.c win32/perlhost.h
31722 ____________________________________________________________________________
31723 [  6092] By: jhi                                   on 2000/05/07  22:40:34
31724         Log: Regen perltoc with the fixed buildtoc.
31725      Branch: cfgperl
31726            ! pod/perltoc.pod
31727 ____________________________________________________________________________
31728 [  6091] By: jhi                                   on 2000/05/07  22:24:16
31729         Log: Integrate with Sarathy.
31730      Branch: cfgperl
31731           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
31732           !> t/op/substr.t toke.c
31733 ____________________________________________________________________________
31734 [  6090] By: gsar                                  on 2000/05/07  19:47:07
31735         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
31736              [NI]OK; added tests for both
31737      Branch: perl
31738            ! perl.c pp_hot.c sv.c t/op/substr.t
31739 ____________________________________________________________________________
31740 [  6089] By: gsar                                  on 2000/05/07  18:18:38
31741         Log: buildtoc tweak to fix newline lossage
31742      Branch: perl
31743            ! pod/buildtoc
31744 ____________________________________________________________________________
31745 [  6088] By: jhi                                   on 2000/05/07  16:35:36
31746         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
31747              because we do not use those.  The HAS_GETSPNAM remains,
31748              though, because we still do use that.
31749      Branch: cfgperl
31750            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31751            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
31752            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
31753            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
31754            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31755            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
31756 ____________________________________________________________________________
31757 [  6087] By: gsar                                  on 2000/05/07  16:05:16
31758         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
31759      Branch: perl
31760            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
31761 ____________________________________________________________________________
31762 [  6086] By: jhi                                   on 2000/05/07  15:27:07
31763         Log: Integrate with Sarathy.
31764      Branch: cfgperl
31765           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31766           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31767           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
31768           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
31769           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
31770           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
31771 ____________________________________________________________________________
31772 [  6085] By: gsar                                  on 2000/05/07  05:52:02
31773         Log: repeat operator (x) doesn't preserve utf8-ness
31774      Branch: perl
31775            ! pp.c t/op/substr.t
31776 ____________________________________________________________________________
31777 [  6084] By: gsar                                  on 2000/05/07  05:39:55
31778         Log: substr() does not preserve utf8-ness (from Stefan Eissing
31779              <Eissing@medicaldataservice.de>); added tests
31780      Branch: perl
31781            ! pp.c t/op/substr.t
31782 ____________________________________________________________________________
31783 [  6083] By: gsar                                  on 2000/05/07  05:24:46
31784         Log: note about undocumented caller() return value (from M.J.T. Guy);
31785              yet another peek.t tweak
31786      Branch: perl
31787            ! pod/perlfunc.pod t/lib/peek.t
31788 ____________________________________________________________________________
31789 [  6082] By: gsar                                  on 2000/05/07  05:08:40
31790         Log: peek.t non-portable to ithreads
31791      Branch: perl
31792            ! t/lib/peek.t
31793 ____________________________________________________________________________
31794 [  6081] By: gsar                                  on 2000/05/07  04:17:04
31795         Log: better default perlbug categories for ok reports (from Richard Foley)
31796      Branch: perl
31797            ! utils/perlbug.PL
31798 ____________________________________________________________________________
31799 [  6080] By: gsar                                  on 2000/05/07  04:08:07
31800         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
31801              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
31802      Branch: perl
31803            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31804            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31805            ! AUTHORS MAINTAIN MANIFEST
31806 ____________________________________________________________________________
31807 [  6079] By: gsar                                  on 2000/05/07  04:01:38
31808         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
31809      Branch: perl
31810            ! lib/Carp/Heavy.pm
31811 ____________________________________________________________________________
31812 [  6078] By: gsar                                  on 2000/05/07  01:24:19
31813         Log: workaround for CRT bug in chdir() (from Charles Lane, via
31814              Peter Prymmer)
31815      Branch: perl
31816            ! iperlsys.h vms/vms.c vms/vmsish.h
31817 ____________________________________________________________________________
31818 [  6077] By: gsar                                  on 2000/05/07  01:22:23
31819         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
31820              and Tom Phoenix)
31821      Branch: perl
31822            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
31823 ____________________________________________________________________________
31824 [  6076] By: gsar                                  on 2000/05/06  17:36:29
31825         Log: integrate cfgperl contents into mainline
31826      Branch: perl
31827           +> t/lib/peek.t
31828           !> Configure MANIFEST Porting/Glossary Porting/config.sh
31829           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
31830           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
31831           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
31832 ____________________________________________________________________________
31833 [  6075] By: jhi                                   on 2000/05/05  18:56:10
31834         Log: Make the test more portable.
31835      Branch: cfgperl
31836            ! t/lib/peek.t
31837 ____________________________________________________________________________
31838 [  6074] By: jhi                                   on 2000/05/05  18:49:20
31839         Log: Introduce t/lib/peek.t.
31840      Branch: cfgperl
31841            + t/lib/peek.t
31842            ! MANIFEST
31843 ____________________________________________________________________________
31844 [  6073] By: jhi                                   on 2000/05/05  14:30:45
31845         Log: Complex tweaks.
31846      Branch: cfgperl
31847            ! lib/Math/Complex.pm t/lib/complex.t
31848 ____________________________________________________________________________
31849 [  6072] By: jhi                                   on 2000/05/05  12:27:13
31850         Log: Integrate with Sarathy.
31851      Branch: cfgperl
31852           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
31853           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
31854           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
31855           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
31856 ____________________________________________________________________________
31857 [  6071] By: gsar                                  on 2000/05/05  02:24:46
31858         Log: misformatted perllocal.pod (from Tim Jenness
31859              <t.jenness@jach.hawaii.edu>)
31860      Branch: perl
31861            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
31862 ____________________________________________________________________________
31863 [  6070] By: gsar                                  on 2000/05/05  02:16:52
31864         Log: remove misleading comment (from M.J.T. Guy)
31865      Branch: perl
31866            ! t/lib/anydbm.t
31867 ____________________________________________________________________________
31868 [  6069] By: gsar                                  on 2000/05/05  02:15:13
31869         Log: File::Spec compatibility update (from Barrie Slaymaker
31870              <barries@slaysys.com>)
31871      Branch: perl
31872            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
31873            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31874 ____________________________________________________________________________
31875 [  6068] By: gsar                                  on 2000/05/05  02:01:50
31876         Log: note about values()
31877      Branch: perl
31878            ! pod/perlfunc.pod
31879 ____________________________________________________________________________
31880 [  6067] By: gsar                                  on 2000/05/05  01:33:09
31881         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
31882      Branch: perl
31883            ! win32/win32.c
31884 ____________________________________________________________________________
31885 [  6066] By: gsar                                  on 2000/05/05  01:23:43
31886         Log: s/END/CHECK/
31887      Branch: perl
31888            ! perl.c
31889 ____________________________________________________________________________
31890 [  6065] By: jhi                                   on 2000/05/04  17:30:22
31891         Log: Integrate with Sarathy.
31892      Branch: cfgperl
31893           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
31894 ____________________________________________________________________________
31895 [  6064] By: gsar                                  on 2000/05/04  17:26:14
31896         Log: change#5905 wasn't quite right--it's intent only applies when arguments
31897              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
31898      Branch: perl
31899            ! pp_sys.c sv.c
31900 ____________________________________________________________________________
31901 [  6063] By: gsar                                  on 2000/05/04  16:52:29
31902         Log: tokeq() could read unallocated field in argument
31903      Branch: perl
31904            ! toke.c
31905 ____________________________________________________________________________
31906 [  6062] By: gsar                                  on 2000/05/04  16:34:51
31907         Log: additional tests for utf8.t
31908      Branch: perl
31909            ! t/pragma/utf8.t
31910 ____________________________________________________________________________
31911 [  6061] By: gsar                                  on 2000/05/04  16:09:28
31912         Log: change#5921 neglected to make eq honor "use bytes"
31913      Branch: perl
31914            ! sv.c
31915 ____________________________________________________________________________
31916 [  6060] By: jhi                                   on 2000/05/04  15:30:16
31917         Log: Integrate with Sarathy.
31918      Branch: cfgperl
31919           !> perl.c regcomp.c t/pragma/utf8.t
31920 ____________________________________________________________________________
31921 [  6059] By: jhi                                   on 2000/05/04  15:26:37
31922         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
31923              in natively 64-bit platforms where a long is a quad (no need
31924              for long longs).  Also added bias for IVs.
31925      Branch: cfgperl
31926            ! toke.c
31927 ____________________________________________________________________________
31928 [  6058] By: gsar                                  on 2000/05/04  00:19:14
31929         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
31930              (spotted by Donald Kinzer <dkinzer@premia.com>)
31931      Branch: perl
31932            ! perl.c
31933 ____________________________________________________________________________
31934 [  6057] By: gsar                                  on 2000/05/03  18:34:01
31935         Log: fix broken parsing of /\x{ab}/
31936      Branch: perl
31937            ! regcomp.c t/pragma/utf8.t
31938 ____________________________________________________________________________
31939 [  6056] By: jhi                                   on 2000/05/03  17:57:16
31940         Log: The search of infinity continues, this time simplified.
31941      Branch: cfgperl
31942            ! lib/Math/Complex.pm
31943 ____________________________________________________________________________
31944 [  6055] By: jhi                                   on 2000/05/03  17:45:30
31945         Log: Detypo.
31946      Branch: cfgperl
31947            ! hints/unicos.sh
31948 ____________________________________________________________________________
31949 [  6054] By: jhi                                   on 2000/05/02  22:28:27
31950         Log: Be more forgiving in POSIX about HUGE_VALL.
31951      Branch: cfgperl
31952            ! ext/POSIX/POSIX.xs
31953 ____________________________________________________________________________
31954 [  6053] By: jhi                                   on 2000/05/02  22:25:05
31955         Log: Integrate with Sarathy.
31956      Branch: cfgperl
31957           !> hints/irix_6.sh pod/perlop.pod
31958 ____________________________________________________________________________
31959 [  6052] By: jhi                                   on 2000/05/02  22:24:31
31960         Log: Unicos hint tweak.
31961      Branch: cfgperl
31962            ! hints/unicos.sh
31963 ____________________________________________________________________________
31964 [  6051] By: jhi                                   on 2000/05/02  22:21:26
31965         Log: Complex tweakery.
31966      Branch: cfgperl
31967            ! lib/Math/Complex.pm t/lib/complex.t
31968 ____________________________________________________________________________
31969 [  6050] By: jhi                                   on 2000/05/02  19:26:22
31970         Log: Use setxxent()/endxxent().
31971      Branch: cfgperl
31972            ! t/op/grent.t t/op/pwent.t
31973 ____________________________________________________________________________
31974 [  6049] By: jhi                                   on 2000/05/02  19:06:02
31975         Log: Test both the scalar and list contexts.
31976      Branch: cfgperl
31977            ! t/op/grent.t t/op/pwent.t
31978 ____________________________________________________________________________
31979 [  6048] By: gsar                                  on 2000/05/02  18:29:10
31980         Log: add note about how $( doesn't interpolate in REs (from
31981              Philip Newton <newton@ficus.frogspace.net>)
31982      Branch: perl
31983            ! pod/perlop.pod
31984 ____________________________________________________________________________
31985 [  6047] By: jhi                                   on 2000/05/02  17:41:24
31986         Log: Call getspnam() only iff needd.
31987      Branch: cfgperl
31988            ! pp_sys.c
31989 ____________________________________________________________________________
31990 [  6046] By: gsar                                  on 2000/05/02  17:07:25
31991         Log: libscheck has insufficient checks for n32 libs (from
31992              Albert Chin-A-Young <china@thewrittenword.com>)
31993      Branch: perl
31994            ! hints/irix_6.sh
31995 ____________________________________________________________________________
31996 [  6045] By: jhi                                   on 2000/05/02  13:57:17
31997         Log: Integrate with Sarathy.
31998      Branch: cfgperl
31999           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
32000           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
32001 ____________________________________________________________________________
32002 [  6044] By: gsar                                  on 2000/05/02  06:48:19
32003         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
32004              such that underscores are only ignored in literal numbers,
32005              "\x{...}", and hex/oct argument
32006      Branch: perl
32007            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
32008 ____________________________________________________________________________
32009 [  6043] By: gsar                                  on 2000/05/02  02:22:29
32010         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
32011      Branch: perl
32012            ! pod/perlretut.pod
32013 ____________________________________________________________________________
32014 [  6042] By: gsar                                  on 2000/05/02  02:17:51
32015         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
32016      Branch: perl
32017            ! pod/perltrap.pod
32018 ____________________________________________________________________________
32019 [  6041] By: gsar                                  on 2000/05/02  01:53:51
32020         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
32021              to compensate
32022      Branch: perl
32023            ! Porting/makerel
32024 ____________________________________________________________________________
32025 [  6040] By: gsar                                  on 2000/05/02  01:51:57
32026         Log: missing files in MANIFEST
32027      Branch: perl
32028            ! MANIFEST
32029 ____________________________________________________________________________
32030 [  6039] By: jhi                                   on 2000/05/02  00:36:46
32031         Log: Infinite problems.
32032      Branch: cfgperl
32033            ! lib/Math/Complex.pm
32034 ____________________________________________________________________________
32035 [  6038] By: jhi                                   on 2000/05/02  00:06:38
32036         Log: pwent/spent #ifdef imbalance.
32037      Branch: cfgperl
32038            ! pp_sys.c
32039 ____________________________________________________________________________
32040 [  6037] By: jhi                                   on 2000/05/01  22:50:11
32041         Log: Use HUGE_VALL if applicable.
32042      Branch: cfgperl
32043            ! ext/POSIX/POSIX.xs util.c
32044 ____________________________________________________________________________
32045 [  6036] By: jhi                                   on 2000/05/01  22:20:53
32046         Log: Correct Freudian slip.
32047      Branch: cfgperl
32048            ! pp_sys.c
32049 ____________________________________________________________________________
32050 [  6035] By: jhi                                   on 2000/05/01  21:07:38
32051         Log: Continue on the pwent/spent case.
32052      Branch: cfgperl
32053            ! pp_sys.c
32054 ____________________________________________________________________________
32055 [  6034] By: jhi                                   on 2000/05/01  17:45:14
32056         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
32057              adjustments in 6032 conflicted badly with this, will have
32058              to revisit them later.
32059      Branch: cfgperl
32060           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
32061           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
32062           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
32063           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
32064           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
32065           !> t/lib/cgi-html.t t/lib/cgi-request.t
32066 ____________________________________________________________________________
32067 [  6033] By: jhi                                   on 2000/05/01  17:40:49
32068         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
32069      Branch: cfgperl
32070            ! pp_sys.c
32071 ____________________________________________________________________________
32072 [  6032] By: gsar                                  on 2000/05/01  15:56:32
32073         Log: whitespace adjustments
32074      Branch: perl
32075            ! pp_sys.c
32076 ____________________________________________________________________________
32077 [  6031] By: gsar                                  on 2000/05/01  15:19:41
32078         Log: small nits in diagnostics.pm (from Robin Barker)
32079      Branch: perl
32080            ! lib/diagnostics.pm pod/perldiag.pod
32081 ____________________________________________________________________________
32082 [  6030] By: gsar                                  on 2000/05/01  08:39:18
32083         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
32084              for @- and @+ (from Johan Vromans)
32085      Branch: perl
32086            ! lib/English.pm pod/perlvar.pod
32087 ____________________________________________________________________________
32088 [  6029] By: gsar                                  on 2000/05/01  08:16:10
32089         Log: add CGI.pm v2.66 (from Lincoln Stein)
32090      Branch: perl
32091            + lib/CGI/Util.pm t/lib/cgi-pretty.t
32092            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
32093            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
32094            ! t/lib/cgi-html.t t/lib/cgi-request.t
32095 ____________________________________________________________________________
32096 [  6028] By: gsar                                  on 2000/05/01  06:34:41
32097         Log: Pod::Man generates groff-incompatible macro definition (from
32098              Tom Christiansen)
32099      Branch: perl
32100            ! lib/Pod/Man.pm
32101 ____________________________________________________________________________
32102 [  6027] By: gsar                                  on 2000/05/01  06:31:36
32103         Log: podlators-1.02 update (from Russ Allbery)
32104      Branch: perl
32105            ! lib/Pod/Man.pm lib/Pod/Text.pm
32106 ____________________________________________________________________________
32107 [  6026] By: jhi                                   on 2000/04/30  23:24:23
32108         Log: Integrate with Sarathy.
32109      Branch: cfgperl
32110           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
32111           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
32112           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
32113           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
32114           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
32115           !> t/lib/syslog.t toke.c win32/win32.h
32116 ____________________________________________________________________________
32117 [  6025] By: gsar                                  on 2000/04/30  18:17:47
32118         Log: Is{Alnum,Alpha,Word} don't match titlecase
32119              
32120              TODO: IsSpace is defined recursively!
32121              
32122              (both spotted by Larry)
32123      Branch: perl
32124            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
32125            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
32126 ____________________________________________________________________________
32127 [  6024] By: gsar                                  on 2000/04/30  17:50:19
32128         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
32129              (from Hugo van der Sanden)
32130      Branch: perl
32131            ! toke.c
32132 ____________________________________________________________________________
32133 [  6023] By: gsar                                  on 2000/04/30  17:14:43
32134         Log: debugger stomps on $. (from M.J.T. Guy)
32135      Branch: perl
32136            ! lib/perl5db.pl
32137 ____________________________________________________________________________
32138 [  6022] By: gsar                                  on 2000/04/30  16:59:22
32139         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
32140      Branch: perl
32141            ! sv.c
32142 ____________________________________________________________________________
32143 [  6021] By: gsar                                  on 2000/04/29  21:00:08
32144         Log: remove Win2K issue in pod (fixed by change#6020)
32145      Branch: perl
32146            ! README.win32 pod/perl56delta.pod
32147 ____________________________________________________________________________
32148 [  6020] By: gsar                                  on 2000/04/29  20:51:49
32149         Log: test tweak
32150      Branch: perl
32151            ! t/lib/open3.t
32152 ____________________________________________________________________________
32153 [  6019] By: gsar                                  on 2000/04/29  20:34:27
32154         Log: windows portability tweaks
32155      Branch: perl
32156            ! t/lib/b.t win32/win32.h
32157 ____________________________________________________________________________
32158 [  6018] By: gsar                                  on 2000/04/29  19:55:24
32159         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
32160              make _PATH_LOG() return "" if unavailable
32161      Branch: perl
32162            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
32163            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
32164 ____________________________________________________________________________
32165 [  6017] By: jhi                                   on 2000/04/28  22:49:46
32166         Log: Integrate with Sarathy.
32167      Branch: cfgperl
32168           !> op.c perl.c pod/perldiag.pod t/lib/b.t
32169 ____________________________________________________________________________
32170 [  6016] By: jhi                                   on 2000/04/28  22:46:14
32171         Log: Do not warn that an infinity does not look like a number.
32172      Branch: cfgperl
32173            ! sv.c
32174 ____________________________________________________________________________
32175 [  6015] By: gsar                                  on 2000/04/28  22:35:49
32176         Log: tweak test for portability
32177      Branch: perl
32178            ! t/lib/b.t
32179 ____________________________________________________________________________
32180 [  6014] By: gsar                                  on 2000/04/28  22:05:31
32181         Log: glob() loading File::Glob behind the scenes may cause syntax errors
32182      Branch: perl
32183            ! op.c
32184 ____________________________________________________________________________
32185 [  6013] By: gsar                                  on 2000/04/28  21:25:22
32186         Log: tweak change#5945 to display correct switch name in diagnostic
32187      Branch: perl
32188            ! perl.c pod/perldiag.pod
32189 ____________________________________________________________________________
32190 [  6012] By: jhi                                   on 2000/04/28  21:08:12
32191         Log: Integrate with Sarathy.
32192      Branch: cfgperl
32193           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
32194           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
32195           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
32196 ____________________________________________________________________________
32197 [  6011] By: jhi                                   on 2000/04/28  21:04:46
32198         Log: &HUGE_VAL is not defined, it exists.
32199      Branch: cfgperl
32200            ! lib/Math/Complex.pm
32201 ____________________________________________________________________________
32202 [  6010] By: gsar                                  on 2000/04/28  21:02:58
32203         Log: clarify note about shadow password support (from
32204              gellyfish@gellyfish.com)
32205      Branch: perl
32206            ! pod/perlfunc.pod
32207 ____________________________________________________________________________
32208 [  6009] By: gsar                                  on 2000/04/28  21:00:00
32209         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
32210      Branch: perl
32211            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
32212 ____________________________________________________________________________
32213 [  6008] By: gsar                                  on 2000/04/28  20:56:33
32214         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
32215      Branch: perl
32216            ! installperl vms/subconfigure.com
32217 ____________________________________________________________________________
32218 [  6007] By: gsar                                  on 2000/04/28  20:51:21
32219         Log: note about compile failures and END blocks (from M.J.T. Guy)
32220      Branch: perl
32221            ! pod/perl56delta.pod pod/perlmod.pod
32222 ____________________________________________________________________________
32223 [  6006] By: jhi                                   on 2000/04/28  20:42:14
32224         Log: Regen Configure.
32225      Branch: cfgperl
32226            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32227            ! config_h.SH
32228 ____________________________________________________________________________
32229 [  6005] By: gsar                                  on 2000/04/28  20:41:16
32230         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
32231      Branch: perl
32232            ! utils/perldoc.PL
32233 ____________________________________________________________________________
32234 [  6004] By: jhi                                   on 2000/04/28  20:28:21
32235         Log: Integrate with Sarathy.
32236      Branch: cfgperl
32237           !> Configure INSTALL Porting/Glossary Porting/config.sh
32238           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
32239           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
32240           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
32241           !> win32/config.vc win32/win32.c
32242 ____________________________________________________________________________
32243 [  6003] By: gsar                                  on 2000/04/28  20:11:20
32244         Log: allow REG_EXPAND_SZ keys in Windows registry (from
32245              John Clayton <John.Clayton@barclayscapital.com>)
32246      Branch: perl
32247            ! win32/win32.c
32248 ____________________________________________________________________________
32249 [  6002] By: gsar                                  on 2000/04/28  19:34:16
32250         Log: destructive sv_setsv() can lose UV-ness from source, causing
32251              numeric promotions/comparisons to fail to do the right thing
32252      Branch: perl
32253            ! sv.c
32254 ____________________________________________________________________________
32255 [  6001] By: gsar                                  on 2000/04/28  18:44:15
32256         Log: support additional library locations via $Config{otherlibdirs}
32257              (from Andy Dougherty)
32258      Branch: perl
32259            ! Configure INSTALL Porting/Glossary Porting/config.sh
32260            ! Porting/config_H config_h.SH epoc/config.sh perl.c
32261            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
32262            ! win32/config.bc win32/config.gc win32/config.vc
32263 ____________________________________________________________________________
32264 [  6000] By: gsar                                  on 2000/04/28  18:26:58
32265         Log: reworked otherlibdirs.U (from Andy Dougherty)
32266      Branch: metaconfig
32267            ! U/installdirs/otherlibdirs.U
32268 ____________________________________________________________________________
32269 [  5999] By: gsar                                  on 2000/04/28  18:17:07
32270         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
32271      Branch: perl
32272            ! t/pragma/warn/toke toke.c
32273 ____________________________________________________________________________
32274 [  5998] By: jhi                                   on 2000/04/28  13:32:17
32275         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
32276      Branch: cfgperl
32277            ! lib/Math/Complex.pm
32278 ____________________________________________________________________________
32279 [  5997] By: jhi                                   on 2000/04/28  13:14:04
32280         Log: Preserve $!.
32281      Branch: cfgperl
32282            ! lib/Math/Complex.pm
32283 ____________________________________________________________________________
32284 [  5996] By: jhi                                   on 2000/04/28  12:59:23
32285         Log: Integrate with Sarathy.
32286      Branch: cfgperl
32287           +> pod/perlrequick.pod pod/perlretut.pod
32288           !> (integrate 51 files)
32289 ____________________________________________________________________________
32290 [  5995] By: gsar                                  on 2000/04/28  09:37:36
32291         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
32292      Branch: perl
32293            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
32294 ____________________________________________________________________________
32295 [  5994] By: gsar                                  on 2000/04/28  09:33:26
32296         Log: fix for missed accounting for null byte in pack("Z",...) (from
32297              M.J.T. Guy)
32298      Branch: perl
32299            ! pp.c t/op/pack.t
32300 ____________________________________________________________________________
32301 [  5993] By: gsar                                  on 2000/04/28  09:30:05
32302         Log: various minor tweaks seen on p5p
32303      Branch: perl
32304            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
32305 ____________________________________________________________________________
32306 [  5992] By: gsar                                  on 2000/04/28  09:08:19
32307         Log: pod nit (from Simon Cozens)
32308      Branch: perl
32309            ! pod/perlop.pod
32310 ____________________________________________________________________________
32311 [  5991] By: gsar                                  on 2000/04/28  09:06:36
32312         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
32313      Branch: perl
32314            ! README.posix-bc hints/posix-bc.sh
32315 ____________________________________________________________________________
32316 [  5990] By: gsar                                  on 2000/04/28  08:54:52
32317         Log: use $ENV{LIB} to search for libs under Visual C compiler
32318              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
32319      Branch: perl
32320            ! lib/ExtUtils/Liblist.pm
32321 ____________________________________________________________________________
32322 [  5989] By: gsar                                  on 2000/04/28  08:27:12
32323         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
32324              itself and no other (from Tom Hughes)
32325      Branch: perl
32326            ! t/op/array.t toke.c
32327 ____________________________________________________________________________
32328 [  5988] By: gsar                                  on 2000/04/28  08:01:38
32329         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
32330              <paul@miraclefish.com>)
32331      Branch: perl
32332            ! lib/ExtUtils/MakeMaker.pm
32333 ____________________________________________________________________________
32334 [  5987] By: gsar                                  on 2000/04/28  07:53:09
32335         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
32336      Branch: perl
32337            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
32338 ____________________________________________________________________________
32339 [  5986] By: gsar                                  on 2000/04/28  07:44:17
32340         Log: add regular expressions tutorial and quick-start guide (from
32341              Mark Kvale <kvale@phy.ucsf.edu>)
32342      Branch: perl
32343            + pod/perlrequick.pod pod/perlretut.pod
32344            ! AUTHORS MAINTAIN MANIFEST
32345 ____________________________________________________________________________
32346 [  5985] By: gsar                                  on 2000/04/28  07:30:28
32347         Log: forked child may not exit correctly if it failed to open
32348              /dev/console (from Graham Barr)
32349      Branch: perl
32350            ! ext/Sys/Syslog/Syslog.pm
32351 ____________________________________________________________________________
32352 [  5984] By: gsar                                  on 2000/04/28  07:27:20
32353         Log: attributes::reftype() doesn't work on tied argument
32354      Branch: perl
32355            ! xsutils.c
32356 ____________________________________________________________________________
32357 [  5983] By: gsar                                  on 2000/04/28  07:15:04
32358         Log: numeric conversion of non-number in change#3378 tramples on
32359              OOK offset, causing segfaults
32360      Branch: perl
32361            ! sv.c
32362 ____________________________________________________________________________
32363 [  5982] By: gsar                                  on 2000/04/28  04:48:25
32364         Log: avoid error in IO::Socket::INET when given an unknown service name
32365              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
32366      Branch: perl
32367            ! ext/IO/lib/IO/Socket/INET.pm
32368 ____________________________________________________________________________
32369 [  5981] By: gsar                                  on 2000/04/28  04:31:31
32370         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
32371              prototype mismatch with CORE::glob(); update pod and tests to
32372              suit (File::Glob::glob() is still available for backward
32373              compatibility, but should be considered deprecated)
32374      Branch: perl
32375            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
32376            ! t/lib/glob-taint.t
32377 ____________________________________________________________________________
32378 [  5980] By: gsar                                  on 2000/04/28  03:47:29
32379         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
32380              <ghudson@mit.edu>)
32381      Branch: metaconfig
32382            ! U/modified/Options.U
32383      Branch: perl
32384            ! Configure
32385 ____________________________________________________________________________
32386 [  5979] By: gsar                                  on 2000/04/28  03:07:54
32387         Log: under useithreads, constant pad entries could inadvertantly be
32388              shared across threads (from Eric Blood <eblood@xmission.com>);
32389              added Eric's test case to testsuite
32390      Branch: perl
32391            ! op.c t/op/misc.t
32392 ____________________________________________________________________________
32393 [  5978] By: gsar                                  on 2000/04/27  21:13:00
32394         Log: sync version numbers in File::Spec with the ones on CPAN
32395              (from Barrie Slaymaker)
32396      Branch: perl
32397            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
32398            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
32399            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
32400 ____________________________________________________________________________
32401 [  5977] By: gsar                                  on 2000/04/27  21:07:29
32402         Log: autoquote barewords followed by newline and arrow properly
32403              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
32404      Branch: perl
32405            ! t/pragma/warn/toke toke.c
32406 ____________________________________________________________________________
32407 [  5976] By: gsar                                  on 2000/04/27  20:41:20
32408         Log: DB_File v1.73 update (from Paul Marquess)
32409      Branch: perl
32410            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32411            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32412 ____________________________________________________________________________
32413 [  5975] By: gsar                                  on 2000/04/27  20:34:24
32414         Log: allow sort() reentrancy (variant of patch suggested by
32415              Hugo van der Sanden)
32416      Branch: perl
32417            ! pp_ctl.c t/op/sort.t
32418 ____________________________________________________________________________
32419 [  5974] By: gsar                                  on 2000/04/27  19:46:57
32420         Log: change#4197 somehow missed initializing PL_errors, meaning
32421              sytax error queueing wasn't working outside eval"" at all;
32422              also fixed eval"" to localize PL_error_count, so that compile-time
32423              eval's don't clobber the error state of the outer context
32424      Branch: perl
32425            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
32426            ! t/pragma/warn/toke
32427 ____________________________________________________________________________
32428 [  5973] By: gsar                                  on 2000/04/27  18:29:05
32429         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
32430      Branch: perl
32431            ! regcomp.c regexec.c t/op/re_tests
32432 ____________________________________________________________________________
32433 [  5972] By: jhi                                   on 2000/04/27  18:22:41
32434         Log: Integrate with Sarathy.
32435      Branch: cfgperl
32436           +> t/lib/b.t t/lib/syslog.t
32437           !> (integrate 31 files)
32438 ____________________________________________________________________________
32439 [  5971] By: jhi                                   on 2000/04/27  18:18:46
32440         Log: Unicos tweaks from Mark P. Lutz.
32441      Branch: cfgperl
32442            ! hints/unicos.sh lib/Math/Complex.pm
32443 ____________________________________________________________________________
32444 [  5970] By: gsar                                  on 2000/04/27  18:05:11
32445         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
32446              IV is >32bits
32447      Branch: perl
32448            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
32449 ____________________________________________________________________________
32450 [  5969] By: gsar                                  on 2000/04/27  17:50:56
32451         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
32452      Branch: perl
32453            + t/lib/syslog.t
32454            ! MANIFEST ext/Sys/Syslog/Syslog.pm
32455 ____________________________________________________________________________
32456 [  5968] By: gsar                                  on 2000/04/27  17:44:49
32457         Log: tolerate spaces in group names in test on solaris (from David Boyce
32458              <dsb@boyski.com>)
32459      Branch: perl
32460            ! t/op/groups.t
32461 ____________________________________________________________________________
32462 [  5967] By: gsar                                  on 2000/04/27  17:41:22
32463         Log: improved docs on the warn_uninit diagnostic (from David Glasser
32464              and Simon Cozens)
32465      Branch: perl
32466            ! pod/perldiag.pod
32467 ____________________________________________________________________________
32468 [  5966] By: gsar                                  on 2000/04/27  16:54:58
32469         Log: add testsuite for B backends, fix bug in B::Deparse (from
32470              Simon Cozens <simon@brecon.co.uk>)
32471      Branch: perl
32472            + t/lib/b.t
32473            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
32474 ____________________________________________________________________________
32475 [  5965] By: gsar                                  on 2000/04/27  16:10:37
32476         Log: avoid "will not stay shared" warnings for our variables (from
32477              Robin Barker)
32478      Branch: perl
32479            ! op.c t/pragma/warn/op
32480 ____________________________________________________________________________
32481 [  5964] By: gsar                                  on 2000/04/27  07:05:05
32482         Log: reformat to 72 columns (again)
32483      Branch: perl
32484            ! pod/perldiag.pod
32485 ____________________________________________________________________________
32486 [  5963] By: gsar                                  on 2000/04/27  06:28:31
32487         Log: patch from Larry to make (\&) prototype work; added tests for
32488              the same
32489      Branch: perl
32490            ! op.c t/comp/proto.t
32491 ____________________________________________________________________________
32492 [  5962] By: gsar                                  on 2000/04/27  06:15:47
32493         Log: updated README.hpux (from Jeff Okamoto)
32494      Branch: perl
32495            ! README.hpux
32496 ____________________________________________________________________________
32497 [  5961] By: gsar                                  on 2000/04/27  05:55:03
32498         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
32499      Branch: perl
32500            ! emacs/cperl-mode.el
32501 ____________________________________________________________________________
32502 [  5960] By: gsar                                  on 2000/04/27  05:49:26
32503         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
32504      Branch: perl
32505            ! INSTALL
32506 ____________________________________________________________________________
32507 [  5959] By: gsar                                  on 2000/04/27  05:33:41
32508         Log: doubled words in pods (from Simon Cozens
32509              <simon.p.cozens@jp.pwcglobal.com>)
32510      Branch: perl
32511            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
32512            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
32513            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
32514            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
32515            ! pod/perltootc.pod
32516 ____________________________________________________________________________
32517 [  5958] By: gsar                                  on 2000/04/27  05:11:39
32518         Log: change#3569 deleted some essential code, revert; avoid use of
32519              atexit() to make DynaLoader work properly on AIX under mod_perl
32520              (from Jens-Uwe Mager <jum@helios.de>)
32521      Branch: perl
32522            ! ext/DynaLoader/dl_aix.xs
32523 ____________________________________________________________________________
32524 [  5957] By: gsar                                  on 2000/04/27  04:54:51
32525         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
32526      Branch: perl
32527            ! pod/perlmod.pod
32528 ____________________________________________________________________________
32529 [  5956] By: gsar                                  on 2000/04/27  04:51:47
32530         Log: better diagnostics on failed tests (from Ilya Zakharevich)
32531      Branch: perl
32532            ! t/op/lex_assign.t
32533 ____________________________________________________________________________
32534 [  5955] By: gsar                                  on 2000/04/27  04:26:44
32535         Log: longstanding bug exposed by change#3307: sort arguments weren't
32536              compiled with the right wantarray context (ensuing runtime lookup
32537              via block_gimme() was getting the incidental context of the
32538              sort() itself)
32539      Branch: perl
32540            ! op.c t/op/sort.t
32541 ____________________________________________________________________________
32542 [  5954] By: gsar                                  on 2000/04/26  23:42:12
32543         Log: integrate cfgperl contents into mainline
32544      Branch: perl
32545           !> (integrate 30 files)
32546 ____________________________________________________________________________
32547 [  5953] By: jhi                                   on 2000/04/26  23:06:42
32548         Log: Integrate with Sarathy.
32549      Branch: cfgperl
32550           !> README.win32 ext/B/B/Deparse.pm
32551           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
32552           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
32553           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
32554           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
32555           !> utils/perldoc.PL vms/perlvms.pod
32556 ____________________________________________________________________________
32557 [  5952] By: jhi                                   on 2000/04/26  23:03:46
32558         Log: Undo "use integer" addition from 64bitint as it seems
32559              to break most of the subtests in Digital UNIX;
32560              Unicos needs to find another way.
32561      Branch: cfgperl
32562            ! t/op/64bitint.t
32563 ____________________________________________________________________________
32564 [  5951] By: jhi                                   on 2000/04/26  22:57:53
32565         Log: Be more robust on "extreme" (large absolute value)
32566              arguments.  Originally reported by Daniel Connelly
32567              as a problem with asinh() on large negative arguments,
32568              asinh() used to bail out because an argument to log()
32569              ended up being zero.  Ilya Zakharevich proposed using
32570              Taylor's series in such cases, which for such large
32571              arguments is a very good approximation.
32572      Branch: cfgperl
32573            ! lib/Math/Complex.pm t/lib/complex.t
32574 ____________________________________________________________________________
32575 [  5950] By: gsar                                  on 2000/04/25  19:13:12
32576         Log: reformat perldiag to avoid long lines
32577      Branch: perl
32578            ! pod/perldiag.pod
32579 ____________________________________________________________________________
32580 [  5949] By: gsar                                  on 2000/04/25  18:41:11
32581         Log: make perldoc use the pod2man from the same version (from
32582              M.J.T. Guy)
32583      Branch: perl
32584            ! utils/perldoc.PL
32585 ____________________________________________________________________________
32586 [  5948] By: gsar                                  on 2000/04/25  18:21:57
32587         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
32588              <kompas@kompas.usr.onet.pl>)
32589      Branch: perl
32590            ! lib/vars.pm
32591 ____________________________________________________________________________
32592 [  5947] By: gsar                                  on 2000/04/25  18:11:53
32593         Log: use &dl_error rather than &dl_load_file as the guard for calling
32594              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
32595              statically built perl)
32596      Branch: perl
32597            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
32598 ____________________________________________________________________________
32599 [  5946] By: jhi                                   on 2000/04/25  17:37:54
32600         Log: Document that tr() is not tr(1).
32601      Branch: cfgperl
32602            ! pod/perlop.pod
32603 ____________________________________________________________________________
32604 [  5945] By: gsar                                  on 2000/04/25  16:34:33
32605         Log: make module name mandatory after -M switch; reorder perldiag
32606              alphabetically (from Mark-Jason Dominus)
32607      Branch: perl
32608            ! perl.c pod/perldiag.pod
32609 ____________________________________________________________________________
32610 [  5944] By: jhi                                   on 2000/04/25  01:15:18
32611         Log: On second thoughts frexp() does have two arguments.
32612      Branch: cfgperl
32613            ! perl.h
32614 ____________________________________________________________________________
32615 [  5943] By: jhi                                   on 2000/04/24  22:56:32
32616         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
32617              Now pp_ncmp() returns undef is either operand is a NaN.
32618      Branch: cfgperl
32619            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32620            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
32621            ! vms/subconfigure.com vos/config.def vos/config.h
32622            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
32623            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32624            ! win32/config_H.vc
32625      Branch: metaconfig/U/perl
32626            + d_modfl.U
32627 ____________________________________________________________________________
32628 [  5942] By: jhi                                   on 2000/04/24  19:45:17
32629         Log: Regen Configure to match #5937.
32630      Branch: cfgperl
32631            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32632            ! config_h.SH
32633      Branch: metaconfig
32634            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
32635 ____________________________________________________________________________
32636 [  5941] By: jhi                                   on 2000/04/24  19:24:11
32637         Log: Further Unicos fixes for Mark Lutz.
32638      Branch: cfgperl
32639            ! hints/unicos.sh pp_ctl.c
32640 ____________________________________________________________________________
32641 [  5940] By: jhi                                   on 2000/04/24  19:09:06
32642         Log: Various Unicos 10.0.0.6 fixes.
32643              
32644              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
32645              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
32646              Reply-To: tecmpl1@triton.ca.boeing.com 
32647              To: perl5-porters@perl.org 
32648              Date: Fri, 14 Apr 2000 20:21:00 GMT 
32649              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
32650      Branch: cfgperl
32651            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
32652 ____________________________________________________________________________
32653 [  5939] By: gsar                                  on 2000/04/24  19:01:24
32654         Log: more pod nits (from Larry Virden)
32655      Branch: perl
32656            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
32657            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
32658            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
32659 ____________________________________________________________________________
32660 [  5938] By: gsar                                  on 2000/04/24  18:54:01
32661         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
32662      Branch: perl
32663            ! ext/B/B/Deparse.pm
32664 ____________________________________________________________________________
32665 [  5937] By: jhi                                   on 2000/04/24  17:39:00
32666         Log: Integrate with Sarathy.
32667      Branch: cfgperl
32668           +> (branch 31 files)
32669           !> (integrate 73 files)
32670 ____________________________________________________________________________
32671 [  5936] By: gsar                                  on 2000/04/24  17:30:06
32672         Log: additional tests for change#5934 (from Paul Marquess, who also
32673              sent in the same fix)
32674      Branch: perl
32675            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
32676            ! t/pragma/warn/5nolint t/pragma/warn/6default
32677 ____________________________________________________________________________
32678 [  5935] By: jhi                                   on 2000/04/24  17:26:05
32679         Log: Do not assume sign propagation.
32680              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
32681              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
32682              To: payner@ncifcrf.gov, perl5-porters@perl.org 
32683              Date: Tue, 18 Apr 2000 18:24:49 +0100 
32684              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
32685      Branch: cfgperl
32686            ! t/op/bop.t t/op/misc.t
32687 ____________________________________________________________________________
32688 [  5934] By: gsar                                  on 2000/04/24  17:16:54
32689         Log: propagate lexical warnings from surrounding scope correctly
32690              within string eval()
32691      Branch: perl
32692            ! pp_ctl.c t/pragma/warn/pp_ctl
32693 ____________________________________________________________________________
32694 [  5933] By: jhi                                   on 2000/04/24  17:01:07
32695         Log: Flatten the cpp jungle doing the nosuid checking.
32696      Branch: cfgperl
32697            ! perl.c
32698 ____________________________________________________________________________
32699 [  5932] By: gsar                                  on 2000/04/24  09:08:14
32700         Log: add rsignal(), whichsig() and do_join() to public API list
32701              (mod_perl uses them to good advantage)
32702      Branch: perl
32703            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
32704 ____________________________________________________________________________
32705 [  5931] By: gsar                                  on 2000/04/24  09:01:40
32706         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
32707      Branch: perl
32708            ! pp_hot.c regexec.c t/op/pat.t
32709 ____________________________________________________________________________
32710 [  5930] By: gsar                                  on 2000/04/24  08:58:33
32711         Log: small os390 tweaks (from Peter Prymmer)
32712      Branch: perl
32713            ! config_h.SH makedepend.SH
32714 ____________________________________________________________________________
32715 [  5929] By: gsar                                  on 2000/04/24  08:55:25
32716         Log: pod nits
32717      Branch: perl
32718            ! pod/perlguts.pod
32719 ____________________________________________________________________________
32720 [  5928] By: gsar                                  on 2000/04/24  08:50:13
32721         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
32722      Branch: perl
32723            ! ext/IO/lib/IO/Poll.pm
32724 ____________________________________________________________________________
32725 [  5927] By: gsar                                  on 2000/04/24  08:43:24
32726         Log: arrange for next() to resume at the unstack op rather than the
32727              loop conditional, so that scope cleanup happens correctly
32728              (from Stephen McCamant)
32729      Branch: perl
32730            ! op.c pp_ctl.c t/op/misc.t
32731 ____________________________________________________________________________
32732 [  5926] By: gsar                                  on 2000/04/24  08:18:40
32733         Log: on windows, reserve 16M of stack rather than 128M (allows more
32734              threads to run concurrently)
32735      Branch: perl
32736            ! win32/Makefile win32/makefile.mk
32737 ____________________________________________________________________________
32738 [  5925] By: gsar                                  on 2000/04/24  08:13:52
32739         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
32740      Branch: perl
32741            ! toke.c
32742 ____________________________________________________________________________
32743 [  5924] By: gsar                                  on 2000/04/24  08:08:59
32744         Log: avoid using uninitialized memory in require version check
32745      Branch: perl
32746            ! pp_ctl.c universal.c
32747 ____________________________________________________________________________
32748 [  5923] By: gsar                                  on 2000/04/24  07:20:14
32749         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
32750      Branch: perl
32751            ! ext/IO/lib/IO/Poll.pm
32752 ____________________________________________________________________________
32753 [  5922] By: gsar                                  on 2000/04/24  07:08:42
32754         Log: commentary about IoTYPE() (from Nathan Torkington)
32755      Branch: perl
32756            ! sv.h
32757 ____________________________________________________________________________
32758 [  5921] By: gsar                                  on 2000/04/24  06:58:26
32759         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
32760              by fix
32761      Branch: perl
32762            ! sv.c t/lib/charnames.t t/pragma/utf8.t
32763 ____________________________________________________________________________
32764 [  5920] By: gsar                                  on 2000/04/24  06:37:59
32765         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
32766      Branch: perl
32767            ! doop.c t/op/ver.t
32768 ____________________________________________________________________________
32769 [  5919] By: gsar                                  on 2000/04/24  06:21:58
32770         Log: Configure might miss old directories when prefix must be
32771              expanded (from Robin Barker)
32772      Branch: metaconfig
32773            ! U/installdirs/inc_version_list.U
32774      Branch: perl
32775            ! Configure
32776 ____________________________________________________________________________
32777 [  5918] By: gsar                                  on 2000/04/24  06:16:11
32778         Log: VMS nits in glob() test (from Charles Lane)
32779      Branch: perl
32780            ! t/lib/glob-basic.t
32781 ____________________________________________________________________________
32782 [  5917] By: gsar                                  on 2000/04/24  06:11:56
32783         Log: various pod nits (from Larry Virden and others)
32784      Branch: perl
32785            ! README.amiga README.hpux README.machten README.os2
32786            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
32787            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
32788            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
32789            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
32790            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
32791            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
32792            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
32793            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
32794 ____________________________________________________________________________
32795 [  5916] By: gsar                                  on 2000/04/24  05:52:43
32796         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
32797              <wjones@tc.fluke.com>)
32798      Branch: perl
32799            ! t/lib/glob-basic.t
32800 ____________________________________________________________________________
32801 [  5915] By: gsar                                  on 2000/04/24  05:07:01
32802         Log: supported platforms mixed up
32803      Branch: perl
32804            ! pod/perl56delta.pod pod/perlport.pod
32805 ____________________________________________________________________________
32806 [  5914] By: gsar                                  on 2000/04/24  04:56:08
32807         Log: caller() wasn't returning the right number of elements for
32808              eval {...}
32809      Branch: perl
32810            ! pp_ctl.c t/pragma/warn/9enabled
32811 ____________________________________________________________________________
32812 [  5913] By: gsar                                  on 2000/04/24  04:35:41
32813         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
32814              Mark-Jason Dominus)
32815      Branch: perl
32816            ! pod/perlfunc.pod
32817 ____________________________________________________________________________
32818 [  5912] By: gsar                                  on 2000/04/24  04:17:15
32819         Log: fix totally broken caching in UNIVERSAL::isa() (from
32820              Nick Ing-Simmons)
32821      Branch: perl
32822            ! t/op/universal.t universal.c
32823 ____________________________________________________________________________
32824 [  5911] By: gsar                                  on 2000/04/24  03:39:47
32825         Log: add linebreak properties from unicode/LineBrk.txt (from
32826              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
32827      Branch: perl
32828            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
32829            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
32830            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
32831            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
32832            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
32833            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
32834            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
32835            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
32836            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
32837            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
32838            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
32839            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
32840            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
32841            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
32842            + lib/unicode/Is/LbrkZW.pl
32843            ! lib/unicode/mktables.PL
32844 ____________________________________________________________________________
32845 [  5910] By: gsar                                  on 2000/04/24  03:23:10
32846         Log: typo in pod
32847      Branch: perl
32848            ! ext/Thread/Thread.pm
32849 ____________________________________________________________________________
32850 [  5909] By: gsar                                  on 2000/04/24  03:22:03
32851         Log: mode argument to do_binmode() should be file mode, not boolean
32852      Branch: perl
32853            ! pp_sys.c
32854 ____________________________________________________________________________
32855 [  5908] By: gsar                                  on 2000/04/16  16:51:08
32856         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
32857              always returns a valid GV even when the symbol is trapped by strictures
32858              (avoids coredumps)
32859              
32860              TODO: the C<package;> hack needs similar treatment
32861      Branch: perl
32862            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
32863            ! t/pragma/strict-vars
32864 ____________________________________________________________________________
32865 [  5907] By: jhi                                   on 2000/03/31  23:42:56
32866         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
32867              an assumption which #5905 demolished.
32868      Branch: cfgperl
32869            ! pp_sys.c
32870 ____________________________________________________________________________
32871 [  5906] By: jhi                                   on 2000/03/31  18:54:37
32872         Log: Typo in #5905.
32873      Branch: cfgperl
32874            ! t/op/64bitint.t
32875 ____________________________________________________________________________
32876 [  5905] By: jhi                                   on 2000/03/31  18:50:54
32877         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
32878              reported by Joseph N. Hall.  The bug was that even with use64bitint
32879              one had to use the prefixes q, L, or ll with printf/sprintf,
32880              contrary to the documentation and common sense.
32881      Branch: cfgperl
32882            ! sv.c t/op/64bitint.t
32883 ____________________________________________________________________________
32884 [  5904] By: gsar                                  on 2000/03/28  02:31:32
32885         Log: add Changes, perldelta.pod
32886      Branch: perl
32887            + Changes pod/perldelta.pod
32888 ____________________________________________________________________________
32889 [  5903] By: gsar                                  on 2000/03/28  02:03:55
32890         Log: rename Changes and perldelta.pod
32891      Branch: perl
32892           +> Changes5.6 pod/perl56delta.pod
32893            - Changes pod/perldelta.pod
32894            ! MANIFEST
32895 ____________________________________________________________________________
32896 [  5902] By: gsar                                  on 2000/03/28  01:59:14
32897         Log: create maint-5.6 branch
32898      Branch: maint-5.6/perl
32899           +> (branch 1611 files)
32900 ____________________________________________________________________________
32901 [  5901] By: jhi                                   on 2000/03/23  05:48:43
32902         Log: Integrate with Sarathy.
32903      Branch: cfgperl
32904           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
32905 ____________________________________________________________________________
32906 [  5900] By: gsar                                  on 2000/03/23  05:42:43
32907         Log: three guesses on what this is :-)
32908      Branch: perl
32909            ! Changes