bcbeb354a15109ec433ded3b6091e51f57bee463
[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 ____________________________________________________________________________
35 [  9072] By: jhi                                   on 2001/03/07  16:32:30
36         Log: Subject: [ID 20010306.004] || != named unary operator
37              From: abela@geneanet.org
38              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
39              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
40      Branch: perl
41            ! pod/perlop.pod
42 ____________________________________________________________________________
43 [  9071] By: jhi                                   on 2001/03/07  15:14:11
44         Log: Subject: downgrading to bytes for common functions
45              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
46              Date: Wed, 7 Mar 2001 02:36:55 -0500
47              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
48      Branch: perl
49            ! pp_sys.c
50 ____________________________________________________________________________
51 [  9070] By: jhi                                   on 2001/03/07  15:04:58
52         Log: Clarify the description differentiating for and while; inspired by
53              
54              Subject: [ID 20010306.002] for/while difference in for definition
55              From: abela@geneanet.org
56              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
57              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
58      Branch: perl
59            ! pod/perlsyn.pod
60 ____________________________________________________________________________
61 [  9069] By: jhi                                   on 2001/03/07  14:55:30
62         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
63              From: Dorner Thomas <Thomas.Dorner@start.de>
64              Date: Wed, 7 Mar 2001 14:13:31 +0100
65              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
66      Branch: perl
67            ! Makefile.SH
68 ____________________________________________________________________________
69 [  9068] By: jhi                                   on 2001/03/07  14:51:17
70         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
71              From: Radu Greab <radu@netsoft.ro>
72              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
73              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
74      Branch: perl
75            ! pp.c t/op/chop.t
76 ____________________________________________________________________________
77 [  9067] By: jhi                                   on 2001/03/07  14:48:57
78         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
79              From: Simon Cozens <simon@netthink.co.uk>
80              Date: Wed, 7 Mar 2001 13:59:28 +0000
81              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
82              
83              In order to allow MakeMaker to build correct Makefiles,
84              you need to change the order of the arguments in MM_Unix.pm
85              as well. (Unless you have C89_CCMODE set, but we're trying
86              to be POSIXly correct)
87              
88              Thanks to Merijn Broeren for tracking this down.
89      Branch: perl
90            ! lib/ExtUtils/MM_Unix.pm
91 ____________________________________________________________________________
92 [  9066] By: jhi                                   on 2001/03/07  14:30:02
93         Log: Floating point too messy.
94      Branch: perl
95            ! t/camel-III/vstring.t
96 ____________________________________________________________________________
97 [  9065] By: jhi                                   on 2001/03/07  14:17:44
98         Log: Integrate change #9064 from maintperl into mainline.
99              
100              fix memory leak in pack("Bb",...)
101      Branch: perl
102           !> perl.c
103 ____________________________________________________________________________
104 [  9064] By: gsar                                  on 2001/03/07  06:29:24
105         Log: fix memory leak in pack("Bb",...)
106      Branch: maint-5.6/perl
107            ! perl.c
108 ____________________________________________________________________________
109 [  9063] By: jhi                                   on 2001/03/07  00:55:04
110         Log: Major utf8 test reorganisation and rewrite.
111              Hopefully no tests were lost in the shuffle.
112              (The beginning of pragma/utf8 was lost intentionally,
113              the tests were rather bogus and incomplete.)
114      Branch: perl
115            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
116            ! t/pragma/utf8.t
117 ____________________________________________________________________________
118 [  9062] By: jhi                                   on 2001/03/07  00:41:16
119         Log: More tweakage on the Unicode character class descriptions.
120      Branch: perl
121            ! lib/unicode/mktables.PL pod/perlretut.pod
122 ____________________________________________________________________________
123 [  9061] By: jhi                                   on 2001/03/06  23:12:38
124         Log: The perlretut was still talking about the old \p and \P
125              definitions.
126      Branch: perl
127            ! pod/perlretut.pod
128 ____________________________________________________________________________
129 [  9060] By: nick                                  on 2001/03/06  20:52:37
130         Log: Integrate mainline (make test works again now).
131      Branch: perlio
132           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
133 ____________________________________________________________________________
134 [  9059] By: jhi                                   on 2001/03/06  15:36:14
135         Log: 0.999... does equal 1.0, doesn't it?
136      Branch: perl
137            ! t/camel-III/vstring.t
138 ____________________________________________________________________________
139 [  9058] By: jhi                                   on 2001/03/06  15:34:00
140         Log: Make /x{abcd}/ to work without use utf8.
141      Branch: perl
142            ! regcomp.c
143 ____________________________________________________________________________
144 [  9057] By: jhi                                   on 2001/03/06  03:02:36
145         Log: Easier to outcomment all the three reset() tests for now.
146      Branch: perl
147            ! t/op/pat.t
148 ____________________________________________________________________________
149 [  9056] By: jhi                                   on 2001/03/06  02:30:02
150         Log: Comment out the deadly reset; until the 20010301.005
151              is finally fixed.
152      Branch: perl
153            ! t/op/pat.t
154 ____________________________________________________________________________
155 [  9055] By: jhi                                   on 2001/03/06  02:21:26
156         Log: Integrate the change #9054 from mainline:
157              retract the PMOP cleanup patch pending further investigation.
158      Branch: maint-5.6/perl
159           !> op.c op.h
160 ____________________________________________________________________________
161 [  9054] By: jhi                                   on 2001/03/06  02:19:57
162         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
163              with oddly familiar stack traces.
164      Branch: perl
165            ! op.c op.h
166 ____________________________________________________________________________
167 [  9053] By: jhi                                   on 2001/03/05  23:20:28
168         Log: Integrate perlio.
169      Branch: perl
170           +> ext/Encode/Encode/koi8-r.ucm
171           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
172           !> makedef.pl
173 ____________________________________________________________________________
174 [  9052] By: nick                                  on 2001/03/05  23:08:17
175         Log: skipping USE_PERLIO symbols correction.
176      Branch: perlio
177            ! makedef.pl
178 ____________________________________________________________________________
179 [  9051] By: nick                                  on 2001/03/05  22:35:07
180         Log: More Encode alias tidying.
181      Branch: perlio
182            + ext/Encode/Encode/koi8-r.ucm
183            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
184 ____________________________________________________________________________
185 [  9050] By: jhi                                   on 2001/03/05  21:44:29
186         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
187              Sarathy's fix for ID 20010301.005.
188      Branch: maint-5.6/perl
189           !> op.c op.h
190 ____________________________________________________________________________
191 [  9049] By: nick                                  on 2001/03/05  19:54:04
192         Log: Integrate Jarkko's Encode.pm tweak.
193      Branch: perlio
194           !> ext/Encode/Encode.pm
195 ____________________________________________________________________________
196 [  9048] By: nick                                  on 2001/03/05  19:47:57
197         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
198      Branch: perlio
199           +> os2/os2add.sym
200           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
201           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
202           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
203           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
204           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
205 ____________________________________________________________________________
206 [  9047] By: jhi                                   on 2001/03/05  19:25:26
207         Log: Regen perlapi.
208      Branch: perl
209            ! pod/perlapi.pod
210 ____________________________________________________________________________
211 [  9046] By: jhi                                   on 2001/03/05  19:12:14
212         Log: Integrate perlio.
213      Branch: perl
214           +> t/camel-III/vstring.t
215           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
216 ____________________________________________________________________________
217 [  9045] By: jhi                                   on 2001/03/05  19:10:36
218         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
219      Branch: perl
220            ! ext/Encode/Encode.pm
221 ____________________________________________________________________________
222 [  9044] By: jhi                                   on 2001/03/05  18:49:12
223         Log: Forgot the other half of the PMOP patch (#9033).
224      Branch: perl
225            ! op.h
226 ____________________________________________________________________________
227 [  9043] By: nick                                  on 2001/03/05  18:14:47
228         Log: Update MANIFEST for new test.
229      Branch: perlio
230            ! MANIFEST
231 ____________________________________________________________________________
232 [  9042] By: nick                                  on 2001/03/05  18:12:41
233         Log: Some tests for Camel 3rd edition features.
234              Make gethostbyaddr() test in above work.
235      Branch: perlio
236            + t/camel-III/vstring.t
237            ! pp.h pp_sys.c t/TEST t/harness
238 ____________________________________________________________________________
239 [  9041] By: jhi                                   on 2001/03/05  17:41:48
240         Log: Add more ISO 8859 encoding aliases.
241      Branch: perl
242            ! ext/Encode/Encode.pm
243 ____________________________________________________________________________
244 [  9040] By: jhi                                   on 2001/03/05  17:30:43
245         Log: Integrate perlio.
246      Branch: perl
247           !> MANIFEST sv.c
248 ____________________________________________________________________________
249 [  9039] By: nick                                  on 2001/03/05  17:11:36
250         Log: Missed added file.
251      Branch: perlio
252            ! MANIFEST
253 ____________________________________________________________________________
254 [  9038] By: jhi                                   on 2001/03/05  15:58:01
255         Log: Add tr tests for EBCDIC, from Karsten Sperling.
256      Branch: perl
257            ! t/op/tr.t
258 ____________________________________________________________________________
259 [  9037] By: nick                                  on 2001/03/05  15:56:35
260         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
261              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
262              
263              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
264              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
265              - uses SvPV() rather than sv_2pv() in case it isn't a string.
266      Branch: perlio
267            ! sv.c
268 ____________________________________________________________________________
269 [  9036] By: jhi                                   on 2001/03/05  15:49:15
270         Log: Add matching tests currently failing in EBCDIC,
271              suggested by Karsten Sperling.
272      Branch: perl
273            ! t/op/pat.t
274 ____________________________________________________________________________
275 [  9035] By: jhi                                   on 2001/03/05  15:36:55
276         Log: The #9034 needs a MANIFESTation.
277      Branch: perl
278            ! MANIFEST
279 ____________________________________________________________________________
280 [  9034] By: jhi                                   on 2001/03/05  15:35:14
281         Log: Integrate perlio.
282      Branch: perl
283           +> ext/Encode/Encode/Tcl.pm
284           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
285           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
286           !> ext/Encode/Encode/iso8859-1.ucm
287           !> ext/Encode/Encode/iso8859-10.ucm
288           !> ext/Encode/Encode/iso8859-13.ucm
289           !> ext/Encode/Encode/iso8859-14.ucm
290           !> ext/Encode/Encode/iso8859-15.ucm
291           !> ext/Encode/Encode/iso8859-16.ucm
292           !> ext/Encode/Encode/iso8859-2.ucm
293           !> ext/Encode/Encode/iso8859-3.ucm
294           !> ext/Encode/Encode/iso8859-4.ucm
295           !> ext/Encode/Encode/iso8859-5.ucm
296           !> ext/Encode/Encode/iso8859-6.ucm
297           !> ext/Encode/Encode/iso8859-7.ucm
298           !> ext/Encode/Encode/iso8859-8.ucm
299           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
300           !> t/lib/encode.t
301 ____________________________________________________________________________
302 [  9033] By: jhi                                   on 2001/03/05  15:33:18
303         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
304              From: Gurusamy Sarathy <gsar@ActiveState.com>
305              Date: Sun, 04 Mar 2001 22:33:15 -0800
306              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
307              
308              PMOPs need to remember their own stash so that they can
309              gracefully remove themselves from their linked list.
310      Branch: perl
311            ! op.c
312 ____________________________________________________________________________
313 [  9032] By: nick                                  on 2001/03/05  14:51:50
314         Log: Encode implementation "completion"
315              Implement and document define_encoding()
316              Implement and document encoding aliases including define_alias()
317              Make Encode::XS use define_encoding() rather than back-door.
318              Move run-time *.enc to separate Encode::Tcl module.
319              Make 'compile' honour <codeset_name>
320              Change canonical names of to iso-8859-* and US-ascii.
321      Branch: perlio
322            + ext/Encode/Encode/Tcl.pm
323            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
324            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
325            ! ext/Encode/Encode/iso8859-1.ucm
326            ! ext/Encode/Encode/iso8859-10.ucm
327            ! ext/Encode/Encode/iso8859-13.ucm
328            ! ext/Encode/Encode/iso8859-14.ucm
329            ! ext/Encode/Encode/iso8859-15.ucm
330            ! ext/Encode/Encode/iso8859-16.ucm
331            ! ext/Encode/Encode/iso8859-2.ucm
332            ! ext/Encode/Encode/iso8859-3.ucm
333            ! ext/Encode/Encode/iso8859-4.ucm
334            ! ext/Encode/Encode/iso8859-5.ucm
335            ! ext/Encode/Encode/iso8859-6.ucm
336            ! ext/Encode/Encode/iso8859-7.ucm
337            ! ext/Encode/Encode/iso8859-8.ucm
338            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
339            ! t/lib/encode.t
340 ____________________________________________________________________________
341 [  9031] By: jhi                                   on 2001/03/05  13:51:17
342         Log: Integrate change #9030 from maintperl into mainline.
343              
344              Subject: [PATCH 5.6.1] OS/2 cleanup
345      Branch: perl
346           +> os2/os2add.sym
347           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
348           !> makedef.pl os2/Changes os2/Makefile.SHs
349           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
350           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
351           !> os2/os2.sym os2/os2ish.h
352 ____________________________________________________________________________
353 [  9030] By: jhi                                   on 2001/03/05  13:46:49
354         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
356              Date: Mon, 5 Mar 2001 02:29:44 -0500
357              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
358      Branch: maint-5.6/perl
359            + os2/os2add.sym
360            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
361            ! makedef.pl os2/Changes os2/Makefile.SHs
362            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
363            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
364            ! os2/os2.sym os2/os2ish.h
365 ____________________________________________________________________________
366 [  9029] By: jhi                                   on 2001/03/05  13:40:35
367         Log: Integrate change #9028 from maintperl into mainline.
368              
369              various nits in MM_Unix.pm found by disabling SelfLoader
370      Branch: perl
371           !> lib/ExtUtils/MM_Unix.pm
372 ____________________________________________________________________________
373 [  9028] By: gsar                                  on 2001/03/05  09:58:38
374         Log: various nits in MM_Unix.pm found by disabling SelfLoader
375      Branch: maint-5.6/perl
376            ! lib/ExtUtils/MM_Unix.pm
377 ____________________________________________________________________________
378 [  9027] By: nick                                  on 2001/03/05  08:35:22
379         Log: Integrate mainline
380      Branch: perlio
381           !> (integrate 28 files)
382 ____________________________________________________________________________
383 [  9026] By: jhi                                   on 2001/03/05  02:14:59
384         Log: Integrate change #9025 from mainline to maintperl,
385              retract \N{U+HHHH}.
386      Branch: maint-5.6/perl
387           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
388           !> t/lib/charnames.t toke.c
389 ____________________________________________________________________________
390 [  9025] By: jhi                                   on 2001/03/05  02:13:09
391         Log: Retracting \N{U+HHHH}.
392      Branch: perl
393            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
394            ! t/lib/charnames.t toke.c
395 ____________________________________________________________________________
396 [  9024] By: jhi                                   on 2001/03/04  20:51:07
397         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
398              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
399              Date: Fri, 02 Mar 2001 18:25:26 +0100
400              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
401              
402              Casting problem.
403      Branch: perl
404            ! ext/Storable/Storable.xs
405 ____________________________________________________________________________
406 [  9023] By: jhi                                   on 2001/03/04  19:46:45
407         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
408              From: nick@talking.bollo.cx
409              Date: Sat, 03 Mar 2001 21:41:33 +0000
410              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
411              
412              Revert the workaround.
413      Branch: perl
414            ! perlio.c
415 ____________________________________________________________________________
416 [  9022] By: jhi                                   on 2001/03/04  19:36:28
417         Log: Update Changes.
418      Branch: perl
419            ! Changes patchlevel.h
420 ____________________________________________________________________________
421 [  9021] By: jhi                                   on 2001/03/04  18:41:00
422         Log: makedef.pl updates suggested by Chris Nandor; double-checking
423              the changes in AIX, OS/2 Win32 would be nice.
424      Branch: perl
425            ! makedef.pl
426 ____________________________________________________________________________
427 [  9020] By: jhi                                   on 2001/03/04  18:23:58
428         Log: Integrate change #9012 from maintperl into mainline,
429              quench a compiler warning.
430      Branch: perl
431           !> toke.c
432 ____________________________________________________________________________
433 [  9019] By: jhi                                   on 2001/03/04  18:18:43
434         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
435              
436              \N{U+HHHH} fix.
437              
438              pattern in G_ARRAY context
439      Branch: maint-5.6/perl
440           !> pp_hot.c t/op/pat.t toke.c
441 ____________________________________________________________________________
442 [  9018] By: jhi                                   on 2001/03/04  18:07:48
443         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
444              From: Jeff Pinyan <jeffp@crusoe.net>
445              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
446              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
447      Branch: perl
448            ! pp_hot.c t/op/pat.t
449 ____________________________________________________________________________
450 [  9017] By: jhi                                   on 2001/03/04  18:06:21
451         Log: I thought I tested the #9014.
452      Branch: perl
453            ! toke.c
454 ____________________________________________________________________________
455 [  9016] By: jhi                                   on 2001/03/04  17:41:22
456         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
457              
458              Tweak the get*ent() OS/2 prototypes.
459              
460              Add the \N{U+HHHH} syntax.
461              
462              More tr/// UTF-8 fixes from Inaba Hiroto.
463      Branch: maint-5.6/perl
464           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
465           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
466 ____________________________________________________________________________
467 [  9015] By: jhi                                   on 2001/03/04  17:36:04
468         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
469      Branch: perl
470            ! doop.c t/op/tr.t
471 ____________________________________________________________________________
472 [  9014] By: jhi                                   on 2001/03/04  17:24:49
473         Log: Add the \N{U+HHHH} syntax.
474      Branch: perl
475            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
476            ! t/lib/charnames.t toke.c
477 ____________________________________________________________________________
478 [  9013] By: jhi                                   on 2001/03/04  17:20:45
479         Log: Tweak the get*ent() OS/2 prototypes.
480      Branch: perl
481            ! os2/os2.c
482 ____________________________________________________________________________
483 [  9012] By: gsar                                  on 2001/03/04  06:26:14
484         Log: avoid warning (nit in change#9009)
485      Branch: maint-5.6/perl
486            ! toke.c
487 ____________________________________________________________________________
488 [  9011] By: gsar                                  on 2001/03/04  06:15:24
489         Log: lib/charnames.t fails in 5.6.x because of older Unicode
490              data
491              
492              TODO: need to revisit this after updating lib/unicode/...
493      Branch: maint-5.6/perl
494            ! t/lib/charnames.t
495 ____________________________________________________________________________
496 [  9010] By: gsar                                  on 2001/03/04  06:08:36
497         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
498      Branch: maint-5.6/perl
499            ! toke.c
500 ____________________________________________________________________________
501 [  9009] By: jhi                                   on 2001/03/03  19:27:20
502         Log: Integrate change #9008 from mainline to maintperl,
503              UTF-8 tr/// fixes from Inaba Hiroto.
504      Branch: maint-5.6/perl
505           !> doop.c op.c t/op/tr.t toke.c
506 ____________________________________________________________________________
507 [  9008] By: jhi                                   on 2001/03/03  19:19:42
508         Log: UTF8 tr/// fixes from Inaba Hiroto.
509      Branch: perl
510            ! doop.c op.c t/op/tr.t toke.c
511 ____________________________________________________________________________
512 [  9007] By: jhi                                   on 2001/03/03  19:00:30
513         Log: Integrate change #9006 from maintperl to mainline,
514              more robust quest for the infinite.
515      Branch: perl
516           !> lib/Math/Complex.pm
517 ____________________________________________________________________________
518 [  9006] By: jhi                                   on 2001/03/03  18:58:06
519         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
521              Date: Sat, 3 Mar 2001 12:51:50 -0500
522              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
523              
524              Be more robust in our quest for the infinite.
525      Branch: maint-5.6/perl
526            ! lib/Math/Complex.pm
527 ____________________________________________________________________________
528 [  9005] By: jhi                                   on 2001/03/03  17:55:50
529         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
530      Branch: maint-5.6/perl
531            ! doio.c
532 ____________________________________________________________________________
533 [  9004] By: jhi                                   on 2001/03/03  17:40:14
534         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
535              so that picky compilers like IRIX won't get huffy about
536              "statements without effect" (like 1;).
537      Branch: perl
538            ! toke.c
539 ____________________________________________________________________________
540 [  9003] By: jhi                                   on 2001/03/03  17:15:52
541         Log: Integrate change #9002 from mainline to maintperl.
542              
543              Subject: [perl-5.6.x, perl-current] accept for EPOC
544      Branch: maint-5.6/perl
545           !> pp_sys.c
546 ____________________________________________________________________________
547 [  9002] By: jhi                                   on 2001/03/03  17:14:30
548         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
549              From: Olaf Flebbe <O.Flebbe@science-computing.de>
550              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
551              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
552      Branch: perl
553            ! pp_sys.c
554 ____________________________________________________________________________
555 [  9001] By: jhi                                   on 2001/03/03  17:13:13
556         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
557              From: "Craig A. Berry" <craigberry@mac.com>
558              Date: Fri, 02 Mar 2001 17:44:40 -0600
559              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
560      Branch: perl
561            ! t/pod/find.t
562 ____________________________________________________________________________
563 [  9000] By: jhi                                   on 2001/03/03  17:11:55
564         Log: Integrate changes #8997,8999 from maintperl.
565              
566              Subject: [PATCH 5.6.1] compiling on OS/2
567              (Better error message from hints/os2.sh)
568              
569              Subject: [PATCH 5.6.1] syslog.t
570      Branch: perl
571           !> hints/os2.sh t/lib/syslog.t
572 ____________________________________________________________________________
573 [  8999] By: jhi                                   on 2001/03/03  17:09:28
574         Log: Subject: [PATCH 5.6.1] syslog.t
575              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
576              Date: Sat, 3 Mar 2001 02:11:17 -0500
577              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
578      Branch: maint-5.6/perl
579            ! t/lib/syslog.t
580 ____________________________________________________________________________
581 [  8998] By: jhi                                   on 2001/03/03  17:07:50
582         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
583              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
584              Date: Sat, 3 Mar 2001 01:53:52 -0500
585              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
586      Branch: maint-5.6/perl
587            ! opcode.pl os2/os2.c
588 ____________________________________________________________________________
589 [  8997] By: jhi                                   on 2001/03/03  17:03:30
590         Log: Subject: [PATCH 5.6.1] compiling on OS/2
591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
592              Date: Sat, 3 Mar 2001 01:59:59 -0500
593              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
594      Branch: maint-5.6/perl
595            ! hints/os2.sh
596 ____________________________________________________________________________
597 [  8996] By: jhi                                   on 2001/03/03  00:55:58
598         Log: Regen files for mainline.
599      Branch: perl
600            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
601            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
602 ____________________________________________________________________________
603 [  8995] By: jhi                                   on 2001/03/03  00:35:22
604         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
605              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
606              to maintperl.
607              
608              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
609              
610              Add Configure option -Dmksymlinks which will create a symlink
611              forest if the current/build differs from the source directory.
612              (8218,8220,8221,8317,8318,8971)
613              
614              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
615              (Document APPLLIB_EXP in INSTALL.)
616              
617              If running byacc write-enable also perly.h.
618              
619              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
620              
621              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
622              
623              Sanity check for conflicting thread flavours.
624              
625              Fix the sys/fcntl.h problem reported by Peter Prymmer.
626              
627              Add few CPUs/architectures to the Cppsym scan,
628              add -perlio to archname if so selected (modified 8890)
629              
630              Be more helpful for devel builders, suggested by John L. Allen.
631              (admittedly pointless change for maintperl, but the usedevel
632              code is there already)
633      Branch: maint-5.6/perl
634           !> Configure INSTALL Makefile.SH Porting/Glossary
635           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
636           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
637           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
638           !> win32/config.bc win32/config.gc win32/config.vc
639 ____________________________________________________________________________
640 [  8994] By: jhi                                   on 2001/03/02  23:31:41
641         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
642      Branch: metaconfig/U/perl
643            ! gccvers.U
644 ____________________________________________________________________________
645 [  8993] By: jhi                                   on 2001/03/02  23:22:12
646         Log: Regenerate various files for maint.
647      Branch: maint-5.6/perl
648            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
649            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
650 ____________________________________________________________________________
651 [  8992] By: alanbur                               on 2001/03/02  22:48:34
652         Log: Resync wuth parent
653      Branch: maint-5.6/pureperl
654           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
655           !> (integrate 60 files)
656 ____________________________________________________________________________
657 [  8991] By: jhi                                   on 2001/03/02  21:00:08
658         Log: Retract the #8742 part of #8986, backward compat.
659      Branch: maint-5.6/perl
660            ! embed.pl
661 ____________________________________________________________________________
662 [  8990] By: jhi                                   on 2001/03/02  20:40:07
663         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
664      Branch: maint-5.6/perl
665            ! hv.c
666 ____________________________________________________________________________
667 [  8989] By: jhi                                   on 2001/03/02  19:59:56
668         Log: Update Changes.
669      Branch: perl
670            ! Changes patchlevel.h
671 ____________________________________________________________________________
672 [  8988] By: jhi                                   on 2001/03/02  19:57:08
673         Log: Integrate perlio.
674      Branch: perl
675           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
676           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
677           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
678           !> ext/Encode/Encode/iso8859-10.ucm
679           !> ext/Encode/Encode/iso8859-13.ucm
680           !> ext/Encode/Encode/iso8859-14.ucm
681           !> ext/Encode/Encode/iso8859-15.ucm
682           !> ext/Encode/Encode/iso8859-16.ucm
683           !> ext/Encode/Encode/iso8859-2.ucm
684           !> ext/Encode/Encode/iso8859-3.ucm
685           !> ext/Encode/Encode/iso8859-4.ucm
686           !> ext/Encode/Encode/iso8859-5.ucm
687           !> ext/Encode/Encode/iso8859-6.ucm
688           !> ext/Encode/Encode/iso8859-7.ucm
689           !> ext/Encode/Encode/iso8859-8.ucm
690           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
691           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
692 ____________________________________________________________________________
693 [  8987] By: jhi                                   on 2001/03/02  19:43:40
694         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
695              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
696              8950,8952,8955 from mainline to maintperl.
697              
698              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
699              
700              Put to rest the 20010205.001, the email address checking (not) regex.
701              
702              fork() not everywhere, cleanup temp files.
703              
704              The #8843 wasn't quite right: %Config needs to imported.
705              
706              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
707              (#8849: the glob-basic hunk needed massaging as it depended
708              on Schwern's large-scale (unintegrated) patches)
709              
710              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
711              
712              Upgrade to CGI.pm 2.752, from Lincoln Stein.
713              (Note: there were some conflicts due to EBCDIC and EPOC
714              patches, in general I preferred the repository code.)
715              (When 2.753 comes out, we need to synchronize.)
716              
717              Subject: [PATCH] fix for charnames above FFFF
718              
719              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
720              
721              If no sfio, no -lsfio.
722              
723              Run run/*.t also in minitest.
724              
725              Subject:  [PATCH perl 5.7.0] malloc message address offset
726              
727              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
728              
729              Subject: fix for parameter -Dm (for perl@8867)
730              
731              Subject: [PATCH: perl@8892] was Re: hashing order difference?
732              (make the test more portable)
733              
734              Subject: Re: [PATCH] fix for charnames above FFFF
735              
736              Subject: Re: I'm losing the war...
737              (hv_store() not working correctly in ENV_IS_CASELESS case.)
738              
739              Subject: Modified README.bs2000 
740              
741              Subject: [PATCH: perl@8935] -Dt padsv($var)
742              
743              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
744              
745              Subject: PATCH: extra tests to check on negative float to unsigned cast
746              
747              Subject: [PATCH] XPUSH[insp] was Re: progress
748              
749              Subject: Re: Compile with perlcc..
750      Branch: maint-5.6/perl
751           !> (integrate 36 files)
752 ____________________________________________________________________________
753 [  8986] By: jhi                                   on 2001/03/02  18:51:25
754         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
755              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
756              to maintperl.
757              
758              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
759              
760              Subject: [DOC PATCH] overload.pm nits
761              
762              Add header for LIB$ prototypes (C. Berry)
763              
764              Convert fwrite()s to sockets to write()s, since some socket stacks
765              don't take kindly to stdio.
766              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
767              (for often optional LNMs)
768              Correct a few typos
769              (C. Bailey)
770              
771              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
772              
773              De-cut-and-pasto.
774              
775              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
776              
777              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
778              
779              Upgrade to CPAN 1.59_54, from Andreas König.
780              
781              Bogus shebang.
782              
783              Subject: [PATCH] Document makepatch in Porting/patching
784              
785              UTF-8 documentation.
786              
787              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
788              
789              Sort the MANIFEST.
790              
791              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
792              
793              Subject: [PATCH @8807] toke.c cleanup: scan_str()
794              
795              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
796              
797              Add run/*.t to testables.
798              
799              TODO: integrate #8784.
800      Branch: maint-5.6/perl
801           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
802           !> (integrate 28 files)
803 ____________________________________________________________________________
804 [  8985] By: nick                                  on 2001/03/02  18:15:45
805         Log: Integrate mainline
806      Branch: perlio
807           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
808           !> vms/vms.c
809 ____________________________________________________________________________
810 [  8984] By: jhi                                   on 2001/03/02  16:00:17
811         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
812              
813              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
814              5.004_05, and mention the suidperl August 2000 security problem.
815              (#8978,#8981)
816              
817              Subject: [ID 20010301.004] Technically speaking in perldata
818              
819              Subject: [PATCH] File::Copy for bleadperl, maintperl
820              
821              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
822              
823              (The #8982, fix for 20010221.005 and 20010221.008,
824              would be nice too but it didn't integrate cleanly.)
825      Branch: maint-5.6/perl
826           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
827 ____________________________________________________________________________
828 [  8983] By: jhi                                   on 2001/03/02  15:51:16
829         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
830              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
831              Date:     Thu, 1 Mar 2001 15:54:09 EST
832              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
833      Branch: perl
834            ! vms/vms.c
835 ____________________________________________________________________________
836 [  8982] By: jhi                                   on 2001/03/02  15:43:31
837         Log: Subject: Re: sync sync sync: have I missed any patches?
838              From: Radu Greab <radu@netsoft.ro> 
839              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
840              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
841              
842              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
843              was checking argv[0] regardless of whether a different pathname
844              will actually be executed."  Test case not supplied because 
845              drafting that, ironically enough, revealed another bug
846              (or a feature).
847      Branch: perl
848            ! doio.c
849 ____________________________________________________________________________
850 [  8981] By: jhi                                   on 2001/03/02  15:28:03
851         Log: Misdate in #8978.
852      Branch: perl
853            ! pod/perlfaq1.pod
854 ____________________________________________________________________________
855 [  8980] By: jhi                                   on 2001/03/02  15:24:20
856         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
857              From: Chris Nandor <pudge@pobox.com>
858              Date: Wed, 28 Feb 2001 22:10:15 -0500
859              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
860      Branch: perl
861            ! lib/File/Copy.pm
862 ____________________________________________________________________________
863 [  8979] By: jhi                                   on 2001/03/02  15:17:16
864         Log: Subject: [ID 20010301.004] Technically speaking in perldata
865              From: abela@geneanet.org
866              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
867              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
868      Branch: perl
869            ! pod/perldata.pod
870 ____________________________________________________________________________
871 [  8978] By: jhi                                   on 2001/03/02  15:15:27
872         Log: Subject: [ID 20010301.003] ref to 5.004
873              From: abela@geneanet.org
874              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
875              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
876              
877              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
878              and mention the suidperl August 2000 security problem.
879      Branch: perl
880            ! pod/perlfaq1.pod
881 ____________________________________________________________________________
882 [  8977] By: alanbur                               on 2001/03/02  14:17:45
883         Log: Resynchronised with parent
884      Branch: maint-5.6/pureperl
885           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
886           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
887           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
888           !> vms/descrip_mms.template win32/win32.c win32/win32.h
889           !> win32/win32iop.h
890 ____________________________________________________________________________
891 [  8976] By: nick                                  on 2001/03/01  23:25:30
892         Log: Integrate mainline.
893      Branch: perlio
894            - t/op/qu.t
895           !> (integrate 55 files)
896 ____________________________________________________________________________
897 [  8975] By: jhi                                   on 2001/03/01  16:51:34
898         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
899      Branch: perl
900           !> toke.c
901 ____________________________________________________________________________
902 [  8974] By: gsar                                  on 2001/03/01  16:28:21
903         Log: fix for bugid 20010226.008
904              
905              the problem was that some of the pointers (PL_last_lop and
906              PL_last_uni specifically) into the lex buffers weren't correctly
907              being invalidated when the buffer changed; this would leave the
908              pointers pointing at an arbitrary location in the buffer if
909              the buffer didn't need to be reallocated, or point into freed
910              memory if the buffer had to be realloced
911              
912              TODO item for bugdb maintainers: check other seemingly random
913              parser-related bugs--they might be cured by this
914      Branch: maint-5.6/perl
915            ! toke.c
916 ____________________________________________________________________________
917 [  8973] By: jhi                                   on 2001/03/01  02:23:25
918         Log: Retract #8970 because of a completely mysterious core dump:
919              adding the tests 241..244 causes op/pat dump core at test #25.
920              The test needs a lot of whittling down before the bug can be solved.
921      Branch: perl
922            ! t/op/pat.t
923 ____________________________________________________________________________
924 [  8972] By: jhi                                   on 2001/03/01  01:58:38
925         Log: Regen perlapi.
926      Branch: perl
927            ! pod/perlapi.pod
928 ____________________________________________________________________________
929 [  8971] By: jhi                                   on 2001/03/01  01:34:09
930         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))
931              From: Nicholas Clark <nick@ccl4.org>
932              Date: Wed, 28 Feb 2001 23:28:49 +0000
933              Message-ID: <20010228232849.A55187@plum.flirble.org>
934              
935              Allow a completely write protected source code tree
936              when using the Configure -Dmksymlinks.
937      Branch: perl
938            ! embed.pl warnings.pl
939 ____________________________________________________________________________
940 [  8970] By: jhi                                   on 2001/03/01  01:32:04
941         Log: Add back the EBCDIC character range tests (for matching).
942      Branch: perl
943            ! t/op/pat.t
944 ____________________________________________________________________________
945 [  8969] By: nick                                  on 2001/02/28  18:18:01
946         Log: Add charname comments to .ucm files writen by 'compile',
947              also order charmaps in those files by source encoding.
948              regenerate distrubuted .ucm files
949      Branch: perlio
950            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
951            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
952            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
953            ! ext/Encode/Encode/iso8859-10.ucm
954            ! ext/Encode/Encode/iso8859-13.ucm
955            ! ext/Encode/Encode/iso8859-14.ucm
956            ! ext/Encode/Encode/iso8859-15.ucm
957            ! ext/Encode/Encode/iso8859-16.ucm
958            ! ext/Encode/Encode/iso8859-2.ucm
959            ! ext/Encode/Encode/iso8859-3.ucm
960            ! ext/Encode/Encode/iso8859-4.ucm
961            ! ext/Encode/Encode/iso8859-5.ucm
962            ! ext/Encode/Encode/iso8859-6.ucm
963            ! ext/Encode/Encode/iso8859-7.ucm
964            ! ext/Encode/Encode/iso8859-8.ucm
965            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
966            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
967 ____________________________________________________________________________
968 [  8968] By: jhi                                   on 2001/02/28  16:26:37
969         Log: Expand usemorebits early if d_casti32 needs to be undefined.
970      Branch: perl
971            ! hints/hpux.sh hints/irix_6.sh
972 ____________________________________________________________________________
973 [  8967] By: jhi                                   on 2001/02/28  16:22:26
974         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
975              retract toke.c/qu parts of #8583, retract #8485, retract
976              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
977              op/length.t, and MANIFEST, and delete t/op/qu.t.
978      Branch: perl
979            - t/op/qu.t
980            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
981            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
982            ! t/op/length.t toke.c
983 ____________________________________________________________________________
984 [  8966] By: jhi                                   on 2001/02/28  15:00:27
985         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
986              by not changing from pre-Unicode days into being Unicode-aware.
987              Sniff.
988      Branch: perl
989            ! pp.c t/op/pack.t t/op/qu.t
990 ____________________________________________________________________________
991 [  8965] By: jhi                                   on 2001/02/28  14:37:55
992         Log: Subject: Re: Errors in core PODs
993              From: Michael Stevens <michael@etla.org> 
994              Date: Fri, 23 Feb 2001 15:47:56 +0000
995              Message-ID: <20010223154756.A7723@firedrake.org> 
996      Branch: perl
997            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
998            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
999            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
1000            ! x2p/a2p.pod
1001 ____________________________________________________________________________
1002 [  8964] By: jhi                                   on 2001/02/28  14:35:35
1003         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
1004              (The #8961 was too bold.)
1005      Branch: perl
1006            ! hints/hpux.sh hints/irix_6.sh
1007 ____________________________________________________________________________
1008 [  8963] By: jhi                                   on 2001/02/28  14:33:39
1009         Log: Subject: Re: sync sync sync: have I missed any patches?
1010              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1011              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
1012              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
1013              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
1014              
1015              Replace djSP with dSP.
1016      Branch: perl
1017            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
1018            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
1019            ! win32/perlhost.h
1020 ____________________________________________________________________________
1021 [  8962] By: jhi                                   on 2001/02/27  23:21:14
1022         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
1023      Branch: perl
1024            ! lib/Filter/Simple.pm
1025 ____________________________________________________________________________
1026 [  8961] By: jhi                                   on 2001/02/27  22:55:26
1027         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
1028              and this would be it.
1029      Branch: perl
1030            ! hints/hpux.sh hints/irix_6.sh
1031 ____________________________________________________________________________
1032 [  8960] By: jhi                                   on 2001/02/27  22:51:33
1033         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
1034              From: "Craig A. Berry" <craigberry@mac.com>
1035              Date: Tue, 27 Feb 2001 16:11:44 -0600
1036              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
1037      Branch: maint-5.6/perl
1038            ! configure.com vms/descrip_mms.template
1039 ____________________________________________________________________________
1040 [  8959] By: jhi                                   on 2001/02/27  22:47:23
1041         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
1042              From: "Craig A. Berry" <craigberry@mac.com>
1043              Date: Tue, 27 Feb 2001 16:11:44 -0600
1044              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
1045      Branch: perl
1046            ! configure.com vms/descrip_mms.template
1047 ____________________________________________________________________________
1048 [  8958] By: jhi                                   on 2001/02/27  15:16:42
1049         Log: Update Changes.
1050      Branch: perl
1051            ! Changes patchlevel.h
1052 ____________________________________________________________________________
1053 [  8957] By: jhi                                   on 2001/02/27  06:15:07
1054         Log: Subject: [5.6.x] EPOC additions
1055              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1056              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
1057              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
1058      Branch: maint-5.6/perl
1059            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
1060 ____________________________________________________________________________
1061 [  8956] By: jhi                                   on 2001/02/27  06:12:11
1062         Log: Subject: [perl-current] EPOC 
1063              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1064              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
1065              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
1066      Branch: perl
1067            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
1068            ! epoc/epocish.c epoc/epocish.h pp_sys.c
1069 ____________________________________________________________________________
1070 [  8955] By: jhi                                   on 2001/02/27  05:59:50
1071         Log: Subject: Re: Compile with perlcc..
1072              From: Edward Peschko <edwardp@excitehome.net>
1073              Date: Mon, 26 Feb 2001 18:51:58 -0800
1074              Message-ID: <20010226185158.A9871@excitehome.net>
1075              
1076              plus add a simple usage message if no arguments given.
1077      Branch: perl
1078            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
1079            ! utils/Makefile utils/perlcc.PL win32/pod.mak
1080 ____________________________________________________________________________
1081 [  8954] By: nick                                  on 2001/02/26  21:02:59
1082         Log: Integrate mainline
1083      Branch: perlio
1084           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
1085           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
1086           !> t/op/sprintf.t
1087 ____________________________________________________________________________
1088 [  8953] By: jhi                                   on 2001/02/26  14:43:54
1089         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
1090              From: Nicholas Clark <nick@ccl4.org>
1091              Date: Mon, 26 Feb 2001 00:42:07 +0000
1092              Message-ID: <20010226004207.F23333@plum.flirble.org>
1093      Branch: perl
1094            ! pp_ctl.c
1095 ____________________________________________________________________________
1096 [  8952] By: jhi                                   on 2001/02/26  14:42:13
1097         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
1098              From: Simon Cozens <simon@netthink.co.uk>
1099              Date: Mon, 26 Feb 2001 12:23:48 +0000
1100              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
1101      Branch: perl
1102            ! pod/perlguts.pod
1103 ____________________________________________________________________________
1104 [  8951] By: jhi                                   on 2001/02/26  14:39:15
1105         Log: Subject: [PATCH] perlio - unknown layer
1106              From: Nicholas Clark <nick@ccl4.org>
1107              Date: Mon, 26 Feb 2001 00:27:19 +0000
1108              Message-ID: <20010226002719.E23333@plum.flirble.org>
1109      Branch: perl
1110            ! perlio.c
1111 ____________________________________________________________________________
1112 [  8950] By: jhi                                   on 2001/02/26  14:38:04
1113         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
1114              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
1115              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
1116              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
1117      Branch: perl
1118            ! t/op/bop.t
1119 ____________________________________________________________________________
1120 [  8949] By: jhi                                   on 2001/02/26  14:37:07
1121         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
1122              From: Peter Prymmer <pvhp@forte.com>
1123              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
1124              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
1125      Branch: perl
1126            ! lib/Test.pm
1127 ____________________________________________________________________________
1128 [  8948] By: jhi                                   on 2001/02/26  14:35:53
1129         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
1130              From: Radu Greab <radu@netsoft.ro>
1131              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
1132              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
1133      Branch: perl
1134            ! pod/perlop.pod
1135 ____________________________________________________________________________
1136 [  8947] By: jhi                                   on 2001/02/26  14:34:46
1137         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
1138              From: David Mitchell <davem@fdgroup.co.uk>
1139              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
1140              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
1141      Branch: perl
1142            ! run.c
1143 ____________________________________________________________________________
1144 [  8946] By: jhi                                   on 2001/02/26  14:32:37
1145         Log: Subject: Modified README.bs2000 
1146              From: Dorner Thomas <Thomas.Dorner@start.de>
1147              Date: Mon, 26 Feb 2001 09:22:17 +0100
1148              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
1149      Branch: perl
1150            ! README.bs2000
1151 ____________________________________________________________________________
1152 [  8945] By: jhi                                   on 2001/02/26  14:19:53
1153         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
1154              to maintperl, listing the known failures on the tests 129 and 130.
1155      Branch: maint-5.6/perl
1156           !> t/op/sprintf.t
1157 ____________________________________________________________________________
1158 [  8944] By: jhi                                   on 2001/02/26  14:14:15
1159         Log: Add more known sprintf failures.
1160      Branch: perl
1161            ! t/op/sprintf.t
1162 ____________________________________________________________________________
1163 [  8943] By: jhi                                   on 2001/02/26  13:56:22
1164         Log: perlglob.exe needs to be found in Win32, patch from
1165              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
1166              which needs external glob at mini-perl time."
1167      Branch: perl
1168            ! ext/Encode/compile
1169 ____________________________________________________________________________
1170 [  8942] By: jhi                                   on 2001/02/26  13:52:19
1171         Log: A missing dTHX from Vadim Konovalov.
1172      Branch: perl
1173            ! perlio.c
1174 ____________________________________________________________________________
1175 [  8941] By: jhi                                   on 2001/02/26  13:37:05
1176         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
1177      Branch: perl
1178            ! op.c
1179 ____________________________________________________________________________
1180 [  8940] By: jhi                                   on 2001/02/26  13:35:40
1181         Log: Integrate perlio.
1182      Branch: perl
1183           !> ext/Encode/Encode.pm
1184 ____________________________________________________________________________
1185 [  8939] By: nick                                  on 2001/02/25  23:47:09
1186         Log: Integrate mainline.
1187      Branch: perlio
1188           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
1189           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
1190 ____________________________________________________________________________
1191 [  8938] By: nick                                  on 2001/02/25  19:36:28
1192         Log: Encode implementations docs.
1193      Branch: perlio
1194            ! ext/Encode/Encode.pm
1195 ____________________________________________________________________________
1196 [  8937] By: jhi                                   on 2001/02/25  19:26:16
1197         Log: Script wasn't aligned with reality.
1198      Branch: perl
1199            ! t/pod/find.t
1200 ____________________________________________________________________________
1201 [  8936] By: jhi                                   on 2001/02/25  18:54:55
1202         Log: Update Changes.
1203      Branch: perl
1204            ! Changes patchlevel.h
1205 ____________________________________________________________________________
1206 [  8935] By: jhi                                   on 2001/02/25  18:46:36
1207         Log: Retract #8929,8930,8932,8933 for now.
1208      Branch: perl
1209            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
1210 ____________________________________________________________________________
1211 [  8934] By: jhi                                   on 2001/02/25  17:34:35
1212         Log: Integrate perlio.
1213      Branch: perl
1214           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
1215           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
1216           !> t/lib/encode.t
1217 ____________________________________________________________________________
1218 [  8933] By: jhi                                   on 2001/02/25  17:33:12
1219         Log: (Retracted by #8395.)
1220              
1221              Slight tweaks in scan_const(), not fixes yet, it seems like
1222              lots of work remains to be done...
1223      Branch: perl
1224            ! toke.c
1225 ____________________________________________________________________________
1226 [  8932] By: jhi                                   on 2001/02/25  17:27:11
1227         Log: (Retracted by #8395.)
1228              
1229              Missing from #8930.
1230      Branch: perl
1231            ! perl.h
1232 ____________________________________________________________________________
1233 [  8931] By: jhi                                   on 2001/02/25  17:26:19
1234         Log: A comment tweak.
1235      Branch: perl
1236            ! utf8.c
1237 ____________________________________________________________________________
1238 [  8930] By: jhi                                   on 2001/02/25  17:25:47
1239         Log: (Retracted by #8395.)
1240              
1241              Attempt to fix the EBCDIC character range problwm with //.
1242      Branch: perl
1243            ! regcomp.c
1244 ____________________________________________________________________________
1245 [  8929] By: jhi                                   on 2001/02/25  17:23:45
1246         Log: (Retracted by #8395.)
1247              
1248              Expand the EBCDIC character range tests, and add few nasty
1249              tr tests from Karsten Sperling.
1250      Branch: perl
1251            ! t/op/pat.t t/op/tr.t
1252 ____________________________________________________________________________
1253 [  8928] By: jhi                                   on 2001/02/25  17:18:49
1254         Log: Missing check-in.
1255      Branch: perl
1256            ! lib/Pod/Find.pm
1257 ____________________________________________________________________________
1258 [  8927] By: nick                                  on 2001/02/25  11:30:22
1259         Log: Change method names in Encode implementation classes to something
1260              less confusing (preparing to "go public").
1261      Branch: perlio
1262            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
1263 ____________________________________________________________________________
1264 [  8926] By: nick                                  on 2001/02/25  10:53:24
1265         Log: GCC __atribute__ / printf fix
1266      Branch: perlio
1267            ! perl.h
1268 ____________________________________________________________________________
1269 [  8925] By: nick                                  on 2001/02/25  10:52:25
1270         Log: Checked in the wrong one ...
1271      Branch: perlio
1272            ! ext/Encode/Encode.pm
1273 ____________________________________________________________________________
1274 [  8924] By: nick                                  on 2001/02/24  18:46:51
1275         Log: Integrate mainline - to see what Jarkko has in ...
1276      Branch: perlio
1277           +> t/pod/testpods/lib/Pod/Stuff.pm
1278           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
1279 ____________________________________________________________________________
1280 [  8923] By: nick                                  on 2001/02/24  17:05:23
1281         Log: Encode API documentation nd tidy up.
1282              Minor additions to test.
1283              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
1284              Adds STRLEN to standard typemap.
1285      Branch: perlio
1286            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
1287            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
1288 ____________________________________________________________________________
1289 [  8922] By: jhi                                   on 2001/02/24  16:38:12
1290         Log: Add a test for the "character range should match in EBCDIC
1291              if specified using explicit numerics" bug found by Karsten
1292              Sperling.
1293      Branch: perl
1294            ! t/op/pat.t
1295 ____________________________________________________________________________
1296 [  8921] By: jhi                                   on 2001/02/24  16:30:16
1297         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
1298              From: schwern@pobox.com
1299              Date: Fri, 23 Feb 2001 03:21:37 -0500
1300              Message-ID: <20010223032137.A26022@magnonel.guild.net>
1301              
1302              plus Charles Lane's fixes, plus tweaks.
1303      Branch: perl
1304            + t/pod/testpods/lib/Pod/Stuff.pm
1305            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
1306 ____________________________________________________________________________
1307 [  8920] By: nick                                  on 2001/02/24  10:30:11
1308         Log: Integrate mainline
1309      Branch: perlio
1310           !> (integrate 33 files)
1311 ____________________________________________________________________________
1312 [  8919] By: jhi                                   on 2001/02/24  00:23:35
1313         Log: Subject: Re: I'm losing the war...
1314              From: "Vadim Konovalov" <watman@inbox.ru>
1315              Date: Sat, 24 Feb 2001 00:10:14 +0300
1316              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
1317              
1318              hv_store() not working correctly in ENV_IS_CASELESS case.
1319      Branch: perl
1320            ! hv.c
1321 ____________________________________________________________________________
1322 [  8918] By: jhi                                   on 2001/02/24  00:20:09
1323         Log: Subject: Re: [PATCH] fix for charnames above FFFF
1324              From: andreas.koenig@anima.de (Andreas J. Koenig)
1325              Date: 23 Feb 2001 02:39:03 +0100
1326              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
1327              
1328              A further efficiency tweak.
1329      Branch: perl
1330            ! lib/charnames.pm
1331 ____________________________________________________________________________
1332 [  8917] By: jhi                                   on 2001/02/23  20:27:51
1333         Log: Integrate change #8916 from mainline,
1334              do away with USE_WIN32_RTL_ENV.
1335      Branch: maint-5.6/perl
1336           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
1337 ____________________________________________________________________________
1338 [  8916] By: jhi                                   on 2001/02/23  20:02:25
1339         Log: Abolish USE_WIN32_RTL_ENV.
1340      Branch: perl
1341            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
1342 ____________________________________________________________________________
1343 [  8915] By: jhi                                   on 2001/02/23  19:36:00
1344         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
1345              later protected by some #define.
1346      Branch: perl
1347            ! gv.c
1348 ____________________________________________________________________________
1349 [  8914] By: jhi                                   on 2001/02/23  19:31:38
1350         Log: Retract #8902 for now, requested by Charles Lane, the correct
1351              fix will be something else.
1352      Branch: perl
1353            ! op.c
1354 ____________________________________________________________________________
1355 [  8913] By: jhi                                   on 2001/02/23  19:11:36
1356         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
1357              From: Peter Prymmer <pvhp@forte.com>
1358              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
1359              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
1360      Branch: perl
1361            ! t/op/lex_assign.t
1362 ____________________________________________________________________________
1363 [  8912] By: jhi                                   on 2001/02/23  18:38:20
1364         Log: Subject: [patch] perlio + useithreads
1365              From: Doug MacEachern <dougm@covalent.net>
1366              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
1367              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
1368              
1369              Gets things running but not complete.
1370      Branch: perl
1371            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
1372 ____________________________________________________________________________
1373 [  8911] By: jhi                                   on 2001/02/23  04:20:02
1374         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
1375              
1376              Duplicated environment freeing, File::Temp 0.12,
1377              op/append portability (EBCDIC) tweak.
1378      Branch: maint-5.6/perl
1379           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1380           !> t/op/append.t
1381 ____________________________________________________________________________
1382 [  8910] By: jhi                                   on 2001/02/23  02:07:33
1383         Log: Integrate change #8909 from mainline, a better Borland
1384              putenv() workaround.
1385      Branch: maint-5.6/perl
1386           !> perl.c
1387 ____________________________________________________________________________
1388 [  8909] By: jhi                                   on 2001/02/23  02:05:46
1389         Log: A better workaround for Borland putenv() brokenness from Sarathy.
1390      Branch: perl
1391            ! perl.c
1392 ____________________________________________________________________________
1393 [  8908] By: jhi                                   on 2001/02/23  02:04:14
1394         Log: Subject: fix for parameter -Dm (for perl@8867)
1395              From: "Vadim Konovalov" <watman@inbox.ru>
1396              Date: Thu, 22 Feb 2001 17:30:12 +0300
1397              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
1398      Branch: perl
1399            ! perl.h
1400 ____________________________________________________________________________
1401 [  8907] By: jhi                                   on 2001/02/23  01:58:20
1402         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
1403              From: Peter Prymmer <pvhp@forte.com>
1404              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
1405              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
1406      Branch: perl
1407            ! t/op/append.t
1408 ____________________________________________________________________________
1409 [  8906] By: jhi                                   on 2001/02/23  01:48:34
1410         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
1411      Branch: perl
1412            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1413 ____________________________________________________________________________
1414 [  8905] By: jhi                                   on 2001/02/23  01:43:30
1415         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
1416              From: Peter Prymmer <pvhp@forte.com>
1417              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
1418              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
1419      Branch: perl
1420            ! t/lib/st-06compat.t
1421 ____________________________________________________________________________
1422 [  8904] By: jhi                                   on 2001/02/23  01:42:39
1423         Log: Metaconfig unit change for #8903.
1424      Branch: metaconfig/U/perl
1425            ! Devel.U
1426 ____________________________________________________________________________
1427 [  8903] By: jhi                                   on 2001/02/23  01:42:12
1428         Log: Be more helpful for devel builders, suggested by John L. Allen.
1429      Branch: perl
1430            ! Configure
1431 ____________________________________________________________________________
1432 [  8902] By: jhi                                   on 2001/02/23  01:37:41
1433         Log: (Retracted by #8914)
1434              (Wrongly, reinstated by #8941)             
1435
1436              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
1437              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1438              Date:     Thu, 22 Feb 2001 09:43:57 EST
1439              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
1440      Branch: perl
1441            ! op.c
1442 ____________________________________________________________________________
1443 [  8901] By: jhi                                   on 2001/02/23  01:20:32
1444         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
1445              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1446              Date:     Thu, 22 Feb 2001 08:01:35 EST
1447              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
1448      Branch: perl
1449            ! malloc.c
1450 ____________________________________________________________________________
1451 [  8900] By: jhi                                   on 2001/02/23  01:18:02
1452         Log: Integrate changes #8898,8899 from mainline, environ handling.
1453      Branch: maint-5.6/perl
1454           !> perl.c
1455 ____________________________________________________________________________
1456 [  8899] By: jhi                                   on 2001/02/23  01:16:25
1457         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
1458              putenv() is not to be relied on, they are either broken or leaky
1459              or both.)
1460      Branch: perl
1461            ! perl.c
1462 ____________________________________________________________________________
1463 [  8898] By: jhi                                   on 2001/02/22  23:36:59
1464         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
1465              and safesysfree() must be used.
1466      Branch: perl
1467            ! perl.c
1468 ____________________________________________________________________________
1469 [  8897] By: jhi                                   on 2001/02/22  23:25:45
1470         Log: With environ one must use safesysmalloc()/safesysfree().
1471      Branch: perl
1472            ! perl.c
1473 ____________________________________________________________________________
1474 [  8896] By: jhi                                   on 2001/02/22  22:13:18
1475         Log: If we have a duplicated environment free it
1476              if PERL_DESTRUCT_LEVEL.
1477      Branch: perl
1478            ! perl.c
1479 ____________________________________________________________________________
1480 [  8895] By: alanbur                               on 2001/02/22  19:31:57
1481         Log: Synchronised with parent
1482      Branch: maint-5.6/pureperl
1483           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
1484 ____________________________________________________________________________
1485 [  8894] By: gsar                                  on 2001/02/22  19:06:18
1486         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
1487              
1488              fix memory leak in method call optimization (change#3768);
1489              made C<eval "$x->foo()"> leak
1490              
1491              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
1492      Branch: maint-5.6/perl
1493           !> op.c
1494 ____________________________________________________________________________
1495 [  8893] By: jhi                                   on 2001/02/22  18:35:27
1496         Log: (Retracted by #8915.)
1497              
1498              Third Degree finding:
1499              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
1500      Branch: perl
1501            ! gv.c
1502 ____________________________________________________________________________
1503 [  8892] By: jhi                                   on 2001/02/22  14:28:32
1504         Log: Update Changes.
1505      Branch: perl
1506            ! Changes patchlevel.h
1507 ____________________________________________________________________________
1508 [  8891] By: jhi                                   on 2001/02/22  13:22:45
1509         Log: Metaconfig unit changes for #8890.
1510      Branch: metaconfig
1511            ! U/modified/Cppsym.U U/threads/archname.U
1512 ____________________________________________________________________________
1513 [  8890] By: jhi                                   on 2001/02/22  13:22:12
1514         Log: Add -stdio to the archname if no perlio selected,
1515              no -perlio added since that is now the default.
1516              
1517              Add few CPUs/architectures to the Cppsym scan.
1518      Branch: perl
1519            ! Configure config_h.SH
1520 ____________________________________________________________________________
1521 [  8889] By: jhi                                   on 2001/02/22  13:05:59
1522         Log: Metaconfig unit change for #8888.
1523      Branch: metaconfig/U/perl
1524            ! useperlio.U
1525 ____________________________________________________________________________
1526 [  8888] By: jhi                                   on 2001/02/22  13:05:28
1527         Log: *drum roll*  Make perlio the default.
1528      Branch: perl
1529            ! Configure config_h.SH
1530 ____________________________________________________________________________
1531 [  8887] By: jhi                                   on 2001/02/22  12:50:52
1532         Log: Integrate change #8665 from maintperl to mainline,
1533              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
1534      Branch: perl
1535           !> ext/POSIX/POSIX.xs
1536 ____________________________________________________________________________
1537 [  8886] By: jhi                                   on 2001/02/22  12:49:24
1538         Log: Integrate changes #8883,8884 from mainline to maintperl.
1539              
1540              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
1541              Subject: Re: File::Temp::_gettemp warning
1542      Branch: maint-5.6/perl
1543           !> embed.h embed.pl lib/File/Temp.pm
1544 ____________________________________________________________________________
1545 [  8885] By: jhi                                   on 2001/02/22  12:43:59
1546         Log: Based on
1547              
1548              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
1549              From: schwab@suse.de
1550              Date: Thu, 22 Feb 2001 13:08:09 +0100
1551              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
1552              
1553              but the fix done slightly differently because the other
1554              half was already done in #8664.
1555      Branch: maint-5.6/perl
1556            ! ext/POSIX/POSIX.xs
1557 ____________________________________________________________________________
1558 [  8884] By: jhi                                   on 2001/02/22  12:37:15
1559         Log: Subject: Re: File::Temp::_gettemp warning
1560              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1561              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
1562              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
1563              
1564              This patch to File::Temp does two things:
1565              
1566              1. Fixes the problem with CGI::Carp when determining
1567              the Fcntl constants
1568              
1569              2. Removes most of the carps and consolidates them so that all the
1570              reasons are included in a single die that is caught by the test. This
1571              means that the correct skipping behaviour is displayed by the test.
1572      Branch: perl
1573            ! lib/File/Temp.pm
1574 ____________________________________________________________________________
1575 [  8883] By: jhi                                   on 2001/02/22  12:29:19
1576         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
1577              From: Peter Prymmer <pvhp@forte.com>
1578              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
1579              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
1580      Branch: perl
1581            ! embed.h embed.pl
1582 ____________________________________________________________________________
1583 [  8882] By: jhi                                   on 2001/02/21  19:41:33
1584         Log: Integrate change #8881 from mainlin to maintperl.
1585              
1586              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
1587      Branch: maint-5.6/perl
1588           !> op.c
1589 ____________________________________________________________________________
1590 [  8881] By: jhi                                   on 2001/02/21  19:38:57
1591         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
1592              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1593              Date:     Wed, 21 Feb 2001 13:08:03 EST
1594              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
1595      Branch: perl
1596            ! op.c
1597 ____________________________________________________________________________
1598 [  8880] By: jhi                                   on 2001/02/21  19:34:34
1599         Log: Retract #8875, cannot let go of the old semantics of unpack U
1600              without rethinking utf8decode.t.
1601      Branch: perl
1602            ! pp.c t/op/pack.t
1603 ____________________________________________________________________________
1604 [  8879] By: jhi                                   on 2001/02/21  19:08:02
1605         Log: Run run/*.t also in minitest.
1606      Branch: perl
1607            ! Makefile.SH
1608 ____________________________________________________________________________
1609 [  8878] By: nick                                  on 2001/02/21  18:55:37
1610         Log: Integrate mainline
1611      Branch: perlio
1612           !> (integrate 76 files)
1613 ____________________________________________________________________________
1614 [  8877] By: jhi                                   on 2001/02/21  15:09:33
1615         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
1616      Branch: metaconfig
1617            ! U/compline/nblock_io.U
1618      Branch: perl
1619            ! Configure config_h.SH
1620 ____________________________________________________________________________
1621 [  8876] By: jhi                                   on 2001/02/21  14:54:45
1622         Log: If no sfio, no -lsfio.
1623      Branch: metaconfig/U/perl
1624            ! d_sfio.U
1625      Branch: perl
1626            ! Configure config_h.SH
1627 ____________________________________________________________________________
1628 [  8875] By: jhi                                   on 2001/02/21  14:54:00
1629         Log: Make unpack C and unpack C truly equivalent.
1630      Branch: perl
1631            ! pp.c t/op/pack.t
1632 ____________________________________________________________________________
1633 [  8874] By: jhi                                   on 2001/02/21  14:26:02
1634         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
1635              From: Peter Prymmer <pvhp@forte.com>
1636              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
1637              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
1638      Branch: perl
1639            ! pod/perlport.pod
1640 ____________________________________________________________________________
1641 [  8873] By: jhi                                   on 2001/02/21  14:24:31
1642         Log: Subject: [PATCH] fix for charnames above FFFF
1643              From: andreas.koenig@anima.de (Andreas J. Koenig)
1644              Date: 21 Feb 2001 07:05:45 +0100
1645              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
1646      Branch: perl
1647            ! lib/charnames.pm t/lib/charnames.t
1648 ____________________________________________________________________________
1649 [  8872] By: jhi                                   on 2001/02/21  14:15:25
1650         Log: Integrate change #8868 from pureperl to mainline.
1651              
1652              Fixed reference count loop caused by sv_magic.
1653      Branch: perl
1654           !> sv.c
1655 ____________________________________________________________________________
1656 [  8871] By: jhi                                   on 2001/02/21  14:07:29
1657         Log: Integrate change #8868 from pureperl to maintperl.
1658              
1659              Fixed reference count loop caused by sv_magic.
1660      Branch: maint-5.6/perl
1661           !> sv.c
1662 ____________________________________________________________________________
1663 [  8870] By: jhi                                   on 2001/02/21  14:04:41
1664         Log: Put back the #8840, it was innocent.
1665      Branch: perl
1666            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1667            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
1668 ____________________________________________________________________________
1669 [  8869] By: jhi                                   on 2001/02/21  14:00:03
1670         Log: unpack("C", ...) was left slightly unfinished by #8865.
1671      Branch: perl
1672            ! pp.c t/op/pack.t
1673 ____________________________________________________________________________
1674 [  8868] By: alanbur                               on 2001/02/21  01:33:45
1675         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
1676              from gv_fetchpv to create single-character magic variables (e.g. $!),
1677              and it is passed a sv and the gv that contains the sv as the mg_obj
1678              value.  When sv_magic stores the mg_obj pointer it increments the gv
1679              refcount, thus causing a sv-gv pair that can't be freed.  There is
1680              already a check for sv == obj which is used to prevent such reference
1681              loops.  This change extends the check to cover the case described above.
1682      Branch: maint-5.6/pureperl
1683            ! sv.c
1684 ____________________________________________________________________________
1685 [  8867] By: jhi                                   on 2001/02/21  00:52:39
1686         Log: Update Changes.
1687      Branch: perl
1688            ! Changes patchlevel.h
1689 ____________________________________________________________________________
1690 [  8866] By: jhi                                   on 2001/02/21  00:34:20
1691         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
1692              (Note: there were some conflicts due to EBCDIC and EPOC
1693              patches, in general I preferred the repository code.)
1694              (When 2.753 comes out, we need to synchronize.)
1695      Branch: perl
1696            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
1697            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
1698            ! t/lib/cgi-html.t
1699 ____________________________________________________________________________
1700 [  8865] By: jhi                                   on 2001/02/21  00:24:22
1701         Log: Make pack("C", 0x100) to create Unicode, unless under the
1702              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
1703              will understand Unicode, unless you under know what.
1704      Branch: perl
1705            ! pp.c t/op/pack.t t/op/qu.t
1706 ____________________________________________________________________________
1707 [  8864] By: alanbur                               on 2001/02/20  22:35:34
1708         Log: Resynchronised with parent
1709      Branch: maint-5.6/pureperl
1710           !> README.win32 ext/GDBM_File/GDBM_File.pm
1711           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1712           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
1713           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
1714           !> t/lib/sdbm.t util.c
1715 ____________________________________________________________________________
1716 [  8863] By: jhi                                   on 2001/02/20  20:55:11
1717         Log: Integrate change #8860,8861 from mainline into maintperl.
1718              
1719              "pseudo-literal j"
1720              
1721              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
1722      Branch: maint-5.6/perl
1723           !> lib/Test.pm pod/perlop.pod
1724 ____________________________________________________________________________
1725 [  8862] By: jhi                                   on 2001/02/20  20:30:07
1726         Log: Don't do casting between pointers pointing to differently sized
1727              integers.
1728      Branch: perl
1729            ! hv.c sv.c
1730 ____________________________________________________________________________
1731 [  8861] By: jhi                                   on 2001/02/20  19:53:44
1732         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
1733              From: Peter Prymmer <pvhp@forte.com>
1734              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
1735              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
1736      Branch: perl
1737            ! lib/Test.pm
1738 ____________________________________________________________________________
1739 [  8860] By: jhi                                   on 2001/02/20  19:48:02
1740         Log: "pseudo-literal j", a documentation glitch reported to Debian.
1741              The text recovered from Perl 5.005_03, and pseudo-literal replaced
1742              by "backtick string".
1743      Branch: perl
1744            ! pod/perlop.pod
1745 ____________________________________________________________________________
1746 [  8859] By: jhi                                   on 2001/02/20  19:15:46
1747         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
1748              from Chris Nandor.
1749      Branch: perl
1750            ! makedef.pl
1751 ____________________________________________________________________________
1752 [  8858] By: jhi                                   on 2001/02/20  17:36:53
1753         Log: Integrate pureperl changes #8844,8845,8850 to mainline
1754              (via maintperl #8855).
1755              
1756              Fixed %^H scoping bug
1757              
1758              Removed GV <-> CV refcount loop
1759              
1760              Removed %ENV refcount loop
1761      Branch: perl
1762           !> gv.c op.c perl.c pp.c scope.c
1763 ____________________________________________________________________________
1764 [  8857] By: jhi                                   on 2001/02/20  17:34:32
1765         Log: Integrate changes #8853,8854 from maintperl to mainline.
1766              
1767              EBDIC fixes, README.win32 Borland update.
1768      Branch: perl
1769           !> README.win32 handy.h util.c
1770 ____________________________________________________________________________
1771 [  8856] By: jhi                                   on 2001/02/20  17:33:16
1772         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
1773      Branch: maint-5.6/perl
1774           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
1775           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
1776           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
1777 ____________________________________________________________________________
1778 [  8855] By: jhi                                   on 2001/02/20  17:32:13
1779         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
1780              
1781              Fixed %^H scoping bug
1782              
1783              Removed GV <-> CV refcount loop
1784              
1785              Removed %ENV refcount loop
1786      Branch: maint-5.6/perl
1787           !> gv.c op.c perl.c pp.c scope.c
1788 ____________________________________________________________________________
1789 [  8854] By: jhi                                   on 2001/02/20  17:25:06
1790         Log: Subject: Addition to readme.win32 for Borland C++ compilers
1791              Date: Tue, 20 Feb 2001 02:15:25 +0300
1792              From: "Vadim Konovalov" <watman@inbox.ru>
1793              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
1794              
1795              Document Borland compiler misbehaviour.
1796      Branch: maint-5.6/perl
1797            ! README.win32
1798 ____________________________________________________________________________
1799 [  8853] By: jhi                                   on 2001/02/20  17:22:25
1800         Log: The assimilation of ebcdic.c didn't quite work at the first try,
1801              patches from Thomas Dorner.
1802      Branch: maint-5.6/perl
1803            ! handy.h util.c
1804 ____________________________________________________________________________
1805 [  8852] By: jhi                                   on 2001/02/20  17:20:15
1806         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
1807              From: Chris Nandor <pudge@pobox.com>
1808              Date: Tue, 20 Feb 2001 08:32:45 -0500
1809              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
1810      Branch: maint-5.6/perl
1811            ! makedef.pl mg.c
1812 ____________________________________________________________________________
1813 [  8851] By: jhi                                   on 2001/02/20  17:15:52
1814         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
1815      Branch: perl
1816            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
1817            ! t/lib/filter-util.t
1818 ____________________________________________________________________________
1819 [  8850] By: alanbur                               on 2001/02/20  17:12:40
1820         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
1821              and the magic pointer points back to the GV that contains the
1822              %ENV hash.  This creates a refcount loop that prevents members
1823              of %ENV from being freed correctly.  This change removes the
1824              refcount loop - the magic pointer was never used anyway, the
1825              only use of the magic was to check the type ('E') so that the
1826              appropriate environment manipulation code is called when %ENV
1827              is modified.
1828      Branch: maint-5.6/pureperl
1829            ! perl.c
1830 ____________________________________________________________________________
1831 [  8849] By: jhi                                   on 2001/02/20  17:12:20
1832         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
1833              From: "Craig A. Berry" <craigberry@mac.com>
1834              Date: Mon, 19 Feb 2001 23:36:12 -0600
1835              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
1836              
1837              Case-forgiving systems match TestInit.pm with TES*.
1838      Branch: perl
1839            ! t/lib/glob-basic.t
1840 ____________________________________________________________________________
1841 [  8848] By: jhi                                   on 2001/02/20  17:10:02
1842         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
1843      Branch: perl
1844            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
1845            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
1846            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
1847 ____________________________________________________________________________
1848 [  8847] By: jhi                                   on 2001/02/20  15:34:41
1849         Log: The #8843 wasn't quite right: %Config needs to imported.
1850      Branch: perl
1851            ! t/run/runenv.t
1852 ____________________________________________________________________________
1853 [  8846] By: jhi                                   on 2001/02/20  15:31:50
1854         Log: Retract the #8838 and #8840 for now because of
1855              the DB_File tie problem.
1856      Branch: perl
1857            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
1858            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
1859            ! proto.h sv.c
1860 ____________________________________________________________________________
1861 [  8845] By: alanbur                               on 2001/02/20  14:25:41
1862         Log: Removed GV <-> CV refcount loop
1863              CvGV(mycv) points to the parent GV of the CV, and was previously
1864              refcounted.  The pointer remains, but the refcounting has been removed
1865              as it causes a refcount loop between the CV and GV that means the CV
1866              can't ever be deleted.
1867      Branch: maint-5.6/pureperl
1868            ! gv.c op.c pp.c
1869 ____________________________________________________________________________
1870 [  8844] By: alanbur                               on 2001/02/20  14:23:13
1871         Log: Fixed %^H scoping bug
1872      Branch: maint-5.6/pureperl
1873            ! scope.c
1874 ____________________________________________________________________________
1875 [  8843] By: jhi                                   on 2001/02/19  13:38:08
1876         Log: fork() not everywhere, cleanup temp files.
1877      Branch: perl
1878            ! t/run/runenv.t
1879 ____________________________________________________________________________
1880 [  8842] By: alanbur                               on 2001/02/19  12:42:07
1881         Log: Resynchronised with parent
1882      Branch: maint-5.6/pureperl
1883           !> pod/perlfaq4.pod sv.c utf8.c
1884 ____________________________________________________________________________
1885 [  8841] By: jhi                                   on 2001/02/19  03:35:51
1886         Log: Update Changes.
1887      Branch: perl
1888            ! Changes patchlevel.h
1889 ____________________________________________________________________________
1890 [  8840] By: jhi                                   on 2001/02/19  00:23:41
1891         Log: Subject: [patch] add sv_setref_uv
1892              From: Doug MacEachern <dougm@covalent.net>
1893              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
1894              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
1895      Branch: perl
1896            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1897            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
1898 ____________________________________________________________________________
1899 [  8839] By: jhi                                   on 2001/02/19  00:01:38
1900         Log: Put to rest the 20010205.001, the email address checking (not) regex.
1901      Branch: perl
1902            ! pod/perlfaq9.pod
1903 ____________________________________________________________________________
1904 [  8838] By: jhi                                   on 2001/02/18  22:17:54
1905         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
1906              From: Doug MacEachern <dougm@covalent.net>
1907              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
1908              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
1909      Branch: perl
1910            ! lib/ExtUtils/xsubpp
1911 ____________________________________________________________________________
1912 [  8837] By: jhi                                   on 2001/02/18  22:16:50
1913         Log: Subject: [patch] -Wall cleanup round 2
1914              From: Doug MacEachern <dougm@covalent.net>
1915              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
1916              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
1917      Branch: perl
1918            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1919            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
1920            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
1921            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
1922            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1923            ! ext/SDBM_File/SDBM_File.xs
1924 ____________________________________________________________________________
1925 [  8836] By: jhi                                   on 2001/02/18  22:11:20
1926         Log: Misapplied regex optimizations when \C is present.
1927              Fixes 20001230.002.
1928              
1929              What still remains broken is that the submatches that
1930              have \C in them get their UTF8 flag on because their
1931              parent SV has it on.  This will result in malformed
1932              UTF8 if a \C happened to match a non-ASCII byte.
1933      Branch: perl
1934            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
1935            ! t/pragma/utf8.t
1936 ____________________________________________________________________________
1937 [  8835] By: jhi                                   on 2001/02/18  20:12:02
1938         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
1939              
1940              The hash key got wrongly UTF8fied.
1941      Branch: perl
1942            ! pod/perlapi.pod toke.c utf8.c
1943 ____________________________________________________________________________
1944 [  8834] By: jhi                                   on 2001/02/18  19:44:25
1945         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
1946              don't warn on magical or overloaded things.
1947      Branch: perl
1948            ! pp_hot.c
1949 ____________________________________________________________________________
1950 [  8833] By: nick                                  on 2001/02/18  19:31:22
1951         Log: Integrate mainline
1952      Branch: perlio
1953           +> t/TestInit.pm t/run/runenv.t
1954            - t/UTEST
1955           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
1956           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
1957           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
1958           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
1959           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
1960           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
1961           !> utf8.c
1962 ____________________________________________________________________________
1963 [  8832] By: jhi                                   on 2001/02/18  19:21:18
1964         Log: Integrate perlio.
1965      Branch: perl
1966           !> perlio.c pod/perldiag.pod
1967 ____________________________________________________________________________
1968 [  8831] By: jhi                                   on 2001/02/18  19:14:20
1969         Log: Integrate change #8827 from mainline.
1970              
1971              UTF8 tweaks.
1972      Branch: maint-5.6/perl
1973           !> sv.c utf8.c
1974 ____________________________________________________________________________
1975 [  8830] By: nick                                  on 2001/02/18  19:10:34
1976         Log: Apply the spirit of patch from Nick Clark:
1977              Subject: [PATCH] Re: extensions that provide layers
1978              From: Nicholas Clark <nick@ccl4.org>
1979              Date: Mon, 12 Feb 2001 16:43:51 +0000
1980              Message-Id: <20010212164350.Q3652@plum.flirble.org>
1981      Branch: perlio
1982            ! perlio.c pod/perldiag.pod
1983 ____________________________________________________________________________
1984 [  8829] By: jhi                                   on 2001/02/18  19:03:25
1985         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
1986              From: schwern@pobox.com 
1987              Date: Sun, 18 Feb 2001 13:44:35 -0500
1988              Message-ID: <20010218134435.A17544@magnonel.guild.net>
1989              
1990              Applied, but as t/TestInit.pm.
1991      Branch: perl
1992            + t/TestInit.pm
1993            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
1994            ! t/op/subst_wamp.t
1995 ____________________________________________________________________________
1996 [  8828] By: jhi                                   on 2001/02/18  18:43:52
1997         Log: Integrate perlio.
1998      Branch: perl
1999           !> perlio.c
2000 ____________________________________________________________________________
2001 [  8827] By: jhi                                   on 2001/02/18  18:41:33
2002         Log: UTF-8 tweaks.
2003      Branch: perl
2004            ! sv.c utf8.c
2005 ____________________________________________________________________________
2006 [  8826] By: nick                                  on 2001/02/18  17:40:59
2007         Log: Fix [ID 20010217.002]
2008              open FOO, "<:raw:perlio", ...
2009              :raw now inserts default base layer below itself.
2010              Also
2011              open FOO, "<:unix", ...
2012              works as well - but leaves buffer layer on stack under the unix layer.
2013      Branch: perlio
2014            ! perlio.c
2015 ____________________________________________________________________________
2016 [  8825] By: jhi                                   on 2001/02/18  17:15:39
2017         Log: Integrate perlio.
2018      Branch: perl
2019           !> perlio.c perliol.h
2020 ____________________________________________________________________________
2021 [  8824] By: jhi                                   on 2001/02/18  17:10:53
2022         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
2023              From: schwern@pobox.com
2024              Date: Sun, 18 Feb 2001 01:48:50 -0500
2025              Message-ID: <20010218014850.C19957@magnonel.guild.net>
2026      Branch: perl
2027            ! lib/Test/Harness.pm t/TEST t/op/chop.t
2028 ____________________________________________________________________________
2029 [  8823] By: jhi                                   on 2001/02/18  17:01:06
2030         Log: Add run/*.t to testables.
2031      Branch: perl
2032            ! t/TEST
2033 ____________________________________________________________________________
2034 [  8822] By: jhi                                   on 2001/02/18  16:58:58
2035         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
2036              From: schwern@pobox.com
2037              Date: Sun, 18 Feb 2001 01:11:35 -0500
2038              Message-ID: <20010218011135.A19957@magnonel.guild.net>
2039              
2040              Revive mjd's and Simon's PERL5OPT fix.
2041      Branch: perl
2042            + t/run/runenv.t
2043            ! MANIFEST perl.c
2044 ____________________________________________________________________________
2045 [  8821] By: jhi                                   on 2001/02/18  16:53:46
2046         Log: Subject: Re: Why t/TEST and not Test::Harness?
2047              From: schwern@pobox.com
2048              Date: Sat, 17 Feb 2001 22:44:44 -0500
2049              Message-ID: <20010217224444.A6679@magnonel.guild.net>
2050              
2051              Replace UTEST with TEST -utf8.
2052      Branch: perl
2053            - t/UTEST
2054            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
2055            ! t/lib/glob-basic.t
2056 ____________________________________________________________________________
2057 [  8820] By: nick                                  on 2001/02/18  13:06:16
2058         Log: Clean up a few core dumps when layers are used in unexpected ways.
2059              (Still not "right"...)
2060      Branch: perlio
2061            ! perlio.c perliol.h
2062 ____________________________________________________________________________
2063 [  8819] By: jhi                                   on 2001/02/18  02:25:55
2064         Log: Integrate change #8818 from maintperl, a FAQ nit.
2065      Branch: perl
2066           !> pod/perlfaq4.pod
2067 ____________________________________________________________________________
2068 [  8818] By: jhi                                   on 2001/02/18  02:24:50
2069         Log: FAQ nit from Chris Fedde.
2070      Branch: maint-5.6/perl
2071            ! pod/perlfaq4.pod
2072 ____________________________________________________________________________
2073 [  8817] By: nick                                  on 2001/02/17  18:20:14
2074         Log: Integrate mainline
2075      Branch: perlio
2076           +> lib/unicode/UCD.html lib/unicode/Unicode.html
2077           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
2078           +> pod/perlclib.pod
2079            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
2080            - lib/unicode/Unicode.301
2081           !> (integrate 324 files)
2082 ____________________________________________________________________________
2083 [  8816] By: jhi                                   on 2001/02/17  16:56:58
2084         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
2085      Branch: perl
2086            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2087            ! ext/Storable/Storable.xs t/lib/st-06compat.t
2088            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
2089 ____________________________________________________________________________
2090 [  8815] By: jhi                                   on 2001/02/17  16:40:07
2091         Log: Subject: [patch] -Wall
2092              From: Doug MacEachern <dougm@covalent.net>
2093              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
2094              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
2095      Branch: perl
2096            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
2097            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
2098 ____________________________________________________________________________
2099 [  8814] By: jhi                                   on 2001/02/16  19:27:18
2100         Log: Document qu better.
2101      Branch: perl
2102            ! pod/perlop.pod
2103 ____________________________________________________________________________
2104 [  8813] By: jhi                                   on 2001/02/15  13:54:37
2105         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
2106              From: Hugo <hv@crypt.compulink.co.uk>
2107              Date: Thu, 15 Feb 2001 13:39:49 +0000
2108              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
2109      Branch: perl
2110            ! toke.c
2111 ____________________________________________________________________________
2112 [  8812] By: alanbur                               on 2001/02/15  13:52:16
2113         Log: Resynchronised with parent
2114      Branch: maint-5.6/pureperl
2115            - ebcdic.c
2116           !> (integrate 36 files)
2117 ____________________________________________________________________________
2118 [  8811] By: jhi                                   on 2001/02/15  13:51:16
2119         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
2120              
2121              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
2122              From: Jan Dubois <JanD@ActiveState.com>
2123              Date: Wed, 31 Jan 2001 21:17:03 -0800
2124              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
2125              
2126              tweak change#8659 to keep it simple
2127              
2128              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
2129              From: Russ Allbery <rra@stanford.edu>
2130              Date: 14 Feb 2001 10:15:41 -0800
2131              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
2132              
2133              (8809 empty)
2134
2135              Upgrade to podlators 1.08, from Russ Allbery.
2136      Branch: perl
2137           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
2138           !> utils/perldoc.PL
2139 ____________________________________________________________________________
2140 [  8810] By: jhi                                   on 2001/02/15  13:35:08
2141         Log: Upgrade to podlators 1.08, from Russ Allbery.
2142      Branch: maint-5.6/perl
2143            ! lib/Pod/Man.pm lib/Pod/Text.pm
2144 ____________________________________________________________________________
2145 [  8809] By: jhi                                   on 2001/02/15  13:26:38
2146         Log: (accidentally empty check-in)
2147      Branch: maint-5.6/perl
2148            ! lib/Test/Harness.pm
2149 ____________________________________________________________________________
2150 [  8808] By: jhi                                   on 2001/02/15  13:23:47
2151         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
2152              From: Russ Allbery <rra@stanford.edu>
2153              Date: 14 Feb 2001 10:15:41 -0800
2154              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
2155              
2156              perldoc was hardcoding $Config{installscript}, which breaks
2157              when install* isn't where Perl ends up (such as with AFS).
2158              
2159              Use $Config{scriptdir} instead.
2160      Branch: maint-5.6/perl
2161            ! utils/perldoc.PL
2162 ____________________________________________________________________________
2163 [  8807] By: jhi                                   on 2001/02/14  14:37:27
2164         Log: Update Changes.
2165      Branch: perl
2166            ! Changes patchlevel.h
2167 ____________________________________________________________________________
2168 [  8806] By: jhi                                   on 2001/02/14  14:25:31
2169         Log: Integrate changes #8803,8804,8805 from mainline.
2170              
2171              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
2172              
2173              Don't skip too much of the locale error message if no environ array,
2174              from Chris Nandor.
2175              
2176              More MacOS Classic fixes from Chris Nandor.
2177      Branch: maint-5.6/perl
2178           !> doop.c lib/Cwd.pm perl.c perl.h util.c
2179 ____________________________________________________________________________
2180 [  8805] By: jhi                                   on 2001/02/14  03:29:01
2181         Log: More MacOS Classic fixes from Chris Nandor.
2182      Branch: perl
2183            ! doop.c lib/Cwd.pm
2184 ____________________________________________________________________________
2185 [  8804] By: jhi                                   on 2001/02/14  03:18:35
2186         Log: Don't skip too much of the locale error message if no environ array,
2187              from Chris Nandor.
2188      Branch: perl
2189            ! util.c
2190 ____________________________________________________________________________
2191 [  8803] By: jhi                                   on 2001/02/14  03:14:14
2192         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
2193      Branch: perl
2194            ! perl.c perl.h
2195 ____________________________________________________________________________
2196 [  8802] By: jhi                                   on 2001/02/13  18:31:33
2197         Log: AUTHORS update.
2198      Branch: perl
2199            ! AUTHORS
2200 ____________________________________________________________________________
2201 [  8801] By: jhi                                   on 2001/02/13  17:55:19
2202         Log: Integrate change #8792 from mainline.
2203              
2204              Subject: buncha MacPerl patches for bleadperl
2205              From: Chris Nandor <pudge@pobox.com>
2206              Date: Tue, 13 Feb 2001 00:02:43 -0500
2207              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
2208      Branch: maint-5.6/perl
2209           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
2210           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
2211           !> t/lib/basename.t toke.c util.h
2212 ____________________________________________________________________________
2213 [  8800] By: jhi                                   on 2001/02/13  17:46:43
2214         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
2215              to be forced to Off_t.
2216              
2217              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
2218              From: nick@ccl4.org
2219              Date: Thu, 1 Feb 2001 12:01:04 +0000
2220              Message-Id: <20010201120103.E11401@plum.flirble.org>
2221      Branch: maint-5.6/perl
2222            ! iperlsys.h perlio.c
2223 ____________________________________________________________________________
2224 [  8799] By: jhi                                   on 2001/02/13  16:52:51
2225         Log: Duplex duplex hunk hunk.
2226      Branch: maint-5.6/perl
2227            ! Makefile.SH
2228 ____________________________________________________________________________
2229 [  8797] By: jhi                                   on 2001/02/13  14:52:04
2230         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
2231              From: "Craig A. Berry" <craigberry@mac.com>
2232              Date: Mon, 12 Feb 2001 11:05:25 -0600
2233              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
2234      Branch: perl
2235            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
2236 ____________________________________________________________________________
2237 [  8796] By: jhi                                   on 2001/02/13  14:36:47
2238         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
2239              From: simon.cozens@pembroke.oxford.ac.uk 
2240              Date: Sat, 10 Feb 2001 17:57:02 +0000
2241              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
2242              
2243              Now it does include.
2244      Branch: perl
2245            ! pod/perldiag.pod
2246 ____________________________________________________________________________
2247 [  8795] By: jhi                                   on 2001/02/13  14:30:11
2248         Log: Sort the MANIFEST.
2249      Branch: perl
2250            ! MANIFEST
2251 ____________________________________________________________________________
2252 [  8794] By: jhi                                   on 2001/02/13  14:26:51
2253         Log: Integrate change #8793 from mainline, FAQ updates.
2254      Branch: maint-5.6/perl
2255           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
2256 ____________________________________________________________________________
2257 [  8793] By: jhi                                   on 2001/02/13  14:25:13
2258         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
2259      Branch: perl
2260            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
2261 ____________________________________________________________________________
2262 [  8792] By: jhi                                   on 2001/02/13  14:22:50
2263         Log: Subject: buncha MacPerl patches for bleadperl
2264              From: Chris Nandor <pudge@pobox.com>
2265              Date: Tue, 13 Feb 2001 00:02:43 -0500
2266              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
2267      Branch: perl
2268            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
2269            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
2270            ! t/lib/basename.t toke.c util.h
2271 ____________________________________________________________________________
2272 [  8791] By: jhi                                   on 2001/02/13  14:10:39
2273         Log: Integrate change #8790 from mainline.
2274              
2275              environ array wrongly assumed in Perl_init_i18nl10n(),
2276      Branch: maint-5.6/perl
2277           !> util.c
2278 ____________________________________________________________________________
2279 [  8790] By: jhi                                   on 2001/02/13  14:06:15
2280         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
2281              noticed by Chris Nandor in MacOS Classic.
2282      Branch: perl
2283            ! util.c
2284 ____________________________________________________________________________
2285 [  8789] By: jhi                                   on 2001/02/13  13:58:07
2286         Log: Integrate changes #8373,8487,8544,8783 from mainline.
2287              
2288              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
2289              hints files, the dynaloading, assimilate ebcdic into util.c.
2290      Branch: maint-5.6/perl
2291            - ebcdic.c
2292            ! MANIFEST hints/posix-bc.sh
2293           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
2294           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
2295           !> perlapi.c proto.h util.c
2296 ____________________________________________________________________________
2297 [  8788] By: alanbur                               on 2001/02/13  10:33:13
2298         Log: Integrated changes from maint-5.6
2299      Branch: maint-5.6/pureperl
2300           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
2301           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
2302           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2303           !> vos/config.ga.h vos/configure_perl.cm
2304 ____________________________________________________________________________
2305 [  8787] By: jhi                                   on 2001/02/13  05:56:36
2306         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
2307      Branch: perl
2308           !> Makefile.SH
2309 ____________________________________________________________________________
2310 [  8786] By: jhi                                   on 2001/02/13  05:54:34
2311         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
2312              From: Dorner Thomas <Thomas.Dorner@start.de>
2313              Date: Mon, 12 Feb 2001 15:06:26 +0100
2314              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
2315      Branch: maint-5.6/perl
2316            ! Makefile.SH
2317 ____________________________________________________________________________
2318 [  8785] By: jhi                                   on 2001/02/13  05:29:04
2319         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
2320      Branch: perl
2321           !> hints/openbsd.sh
2322 ____________________________________________________________________________
2323 [  8784] By: jhi                                   on 2001/02/13  02:25:24
2324         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
2325              From: Peter Prymmer <pvhp@forte.com>
2326              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
2327              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
2328      Branch: perl
2329            ! pod/perlclib.pod
2330 ____________________________________________________________________________
2331 [  8783] By: jhi                                   on 2001/02/13  02:22:36
2332         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
2333      Branch: perl
2334            - ebcdic.c
2335            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
2336            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
2337            ! util.c
2338 ____________________________________________________________________________
2339 [  8782] By: jhi                                   on 2001/02/13  02:00:07
2340         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
2341      Branch: maint-5.6/perl
2342            ! pod/perlport.pod
2343 ____________________________________________________________________________
2344 [  8781] By: jhi                                   on 2001/02/13  01:58:44
2345         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
2346      Branch: maint-5.6/perl
2347            ! hints/openbsd.sh
2348 ____________________________________________________________________________
2349 [  8780] By: jhi                                   on 2001/02/13  01:57:33
2350         Log: Synchronize the regexp tests between maintperl and mainline.
2351      Branch: maint-5.6/perl
2352           !> t/op/re_tests
2353 ____________________________________________________________________________
2354 [  8779] By: jhi                                   on 2001/02/13  01:49:35
2355         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
2356              From: Hugo <hv@crypt.compulink.co.uk>
2357              Date: Tue, 13 Feb 2001 00:11:11 +0000
2358              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
2359      Branch: perl
2360            ! regcomp.c t/op/re_tests
2361 ____________________________________________________________________________
2362 [  8778] By: jhi                                   on 2001/02/13  00:23:10
2363         Log: Comments do not nest.
2364      Branch: perl
2365            ! perl.h
2366 ____________________________________________________________________________
2367 [  8777] By: jhi                                   on 2001/02/13  00:17:54
2368         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
2369              From: Hugo <hv@crypt.compulink.co.uk>
2370              Date: Tue, 13 Feb 2001 00:11:11 +0000
2371              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
2372      Branch: maint-5.6/perl
2373            ! regcomp.c t/op/re_tests
2374 ____________________________________________________________________________
2375 [  8776] By: jhi                                   on 2001/02/12  23:25:52
2376         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
2377      Branch: maint-5.6/perl
2378            ! pod/perlport.pod
2379 ____________________________________________________________________________
2380 [  8775] By: jhi                                   on 2001/02/12  23:04:28
2381         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
2382      Branch: maint-5.6/perl
2383            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
2384            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2385            ! vos/configure_perl.cm
2386 ____________________________________________________________________________
2387 [  8774] By: jhi                                   on 2001/02/12  22:59:11
2388         Log: Subject: Re: [patch] context for 'U' magic functions
2389              From: Doug MacEachern <dougm@covalent.net>
2390              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
2391              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
2392              
2393              plus the suggestion by Nick Ing-Simmons to name the macro
2394              as PERL_MG_UFUNC to avoid namespace pollution, plus add
2395              the advice by Doug for XS writers to perl.h
2396      Branch: perl
2397            ! mg.c perl.h
2398 ____________________________________________________________________________
2399 [  8773] By: jhi                                   on 2001/02/11  20:14:12
2400         Log: Update Changes.
2401      Branch: perl
2402            ! Changes patchlevel.h
2403 ____________________________________________________________________________
2404 [  8772] By: jhi                                   on 2001/02/11  18:47:52
2405         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
2406              From: Simon Cozens <simon@cozens.net>
2407              Date: Wed, 31 Jan 2001 16:31:43 +0000
2408              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
2409      Branch: perl
2410            + pod/perlclib.pod
2411            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
2412            ! pod/perltoc.pod
2413 ____________________________________________________________________________
2414 [  8771] By: jhi                                   on 2001/02/11  18:36:48
2415         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
2416              
2417              Blocks-4d3.beta.txt
2418              CaseFolding-3d4.beta.txt
2419              CompositionExclusions-3d6.beta.txt
2420              EastAsianWidth-4d4.beta.txt
2421              LineBreak-6d3.beta.txt
2422              NamesList-3.1.0d1.beta.txt
2423              PropList-3.1.0d4.beta.txt
2424              SpecialCasing-4d1.beta.txt
2425              UnicodeData-3.1.0d6.beta.txt
2426      Branch: perl
2427            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
2428           +> lib/unicode/UCD.html lib/unicode/Unicode.html
2429            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
2430            - lib/unicode/Unicode.301
2431            ! (edit 257 files)
2432 ____________________________________________________________________________
2433 [  8770] By: jhi                                   on 2001/02/11  17:26:22
2434         Log: UTF-8 documentation.
2435      Branch: perl
2436            ! utf8.h
2437 ____________________________________________________________________________
2438 [  8769] By: jhi                                   on 2001/02/11  17:12:49
2439         Log: Retract #8762.
2440      Branch: perl
2441            ! regexec.c
2442 ____________________________________________________________________________
2443 [  8768] By: jhi                                   on 2001/02/11  16:54:45
2444         Log: Subject: [PATCH] Test::Harness
2445              From: andreas.koenig@anima.de (Andreas J. Koenig)
2446              Date: 11 Feb 2001 14:37:00 +0100
2447              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
2448      Branch: perl
2449            ! lib/Test/Harness.pm
2450 ____________________________________________________________________________
2451 [  8767] By: jhi                                   on 2001/02/11  16:53:52
2452         Log: Subject: [PATCH] Document makepatch in Porting/patching
2453              From: andreas.koenig@anima.de (Andreas J. Koenig)
2454              Date: 11 Feb 2001 16:46:28 +0100
2455              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
2456      Branch: perl
2457            ! Porting/patching.pod
2458 ____________________________________________________________________________
2459 [  8766] By: jhi                                   on 2001/02/11  06:30:23
2460         Log: Subject: Re: [patch] GvSHARED
2461              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
2462              From: Doug MacEachern <dougm@covalent.net>
2463              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
2464              
2465              Subject: Re: [patch] GvSHARED
2466              From: Doug MacEachern <dougm@covalent.net>
2467              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
2468              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
2469              
2470              Subject: [patch] attributes.pm support for `shared'
2471              From: Doug MacEachern <dougm@covalent.net>
2472              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
2473              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
2474              
2475              our() attributes were ignored, our :shared pieces missing,
2476              allow attributes.pm to turn on shared.
2477      Branch: perl
2478            ! op.c t/op/attrs.t toke.c xsutils.c
2479 ____________________________________________________________________________
2480 [  8765] By: alanbur                               on 2001/02/10  23:11:19
2481         Log: Resync with parent (hopefully sucessfully this time)
2482      Branch: maint-5.6/pureperl
2483           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
2484           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
2485           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2486           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
2487           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
2488           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
2489           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
2490 ____________________________________________________________________________
2491 [  8764] By: jhi                                   on 2001/02/10  22:54:38
2492         Log: Make TEST and UTEST more verbose in case something goes
2493              wrong in running/compiling a script, suggested by Doug
2494              MacEachern.
2495      Branch: perl
2496            ! t/TEST t/UTEST
2497 ____________________________________________________________________________
2498 [  8763] By: jhi                                   on 2001/02/10  22:11:34
2499         Log: Bogus shebang.
2500      Branch: perl
2501            ! t/lib/texttabs.t
2502 ____________________________________________________________________________
2503 [  8762] By: jhi                                   on 2001/02/10  21:56:02
2504         Log: (Retracted by #8769)
2505      Branch: perl
2506            ! regexec.c
2507 ____________________________________________________________________________
2508 [  8761] By: jhi                                   on 2001/02/10  21:26:15
2509         Log: Subject: Re: [patch] GvSHARED 
2510              From: Doug MacEachern <dougm@covalent.net>
2511              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
2512              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
2513              
2514              our @EXPORT : shared = (...);
2515      Branch: perl
2516            ! toke.c
2517 ____________________________________________________________________________
2518 [  8760] By: jhi                                   on 2001/02/10  21:25:07
2519         Log: Subject: [patch] GvSHARED
2520              From: Doug MacEachern <dougm@covalent.net>
2521              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
2522              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
2523      Branch: perl
2524            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
2525 ____________________________________________________________________________
2526 [  8759] By: alanbur                               on 2001/02/10  21:24:27
2527         Log: Backed out mismerge.
2528      Branch: maint-5.6/pureperl
2529            ! MANIFEST README.hpux README.vmesa gv.c installhtml
2530            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
2531            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2532            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
2533            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
2534            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
2535            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
2536 ____________________________________________________________________________
2537 [  8758] By: jhi                                   on 2001/02/10  18:01:17
2538         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
2539              
2540              Fixed UMRs and leak in Perl_pmtrans()
2541              
2542              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
2543              associated UTFied tr/// code.  Also fixed scoping leak of
2544              PL_reg_start_tmp.
2545              
2546              newATTRSUB leaks when an attempt to redefine the active sort sub is
2547              made.
2548      Branch: maint-5.6/perl
2549           !> op.c regcomp.c
2550 ____________________________________________________________________________
2551 [  8757] By: alanbur                               on 2001/02/10  17:56:46
2552         Log: Resynchronised with parent
2553      Branch: maint-5.6/pureperl
2554           +> README.bs2000
2555            - README.posix-bc
2556            ! gv.c perl.c sv.c
2557           !> MANIFEST README.hpux README.vmesa installhtml
2558           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
2559           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2560           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
2561           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
2562           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
2563           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
2564 ____________________________________________________________________________
2565 [  8756] By: alanbur                               on 2001/02/10  17:51:15
2566         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
2567              made.
2568      Branch: maint-5.6/pureperl
2569            ! op.c
2570 ____________________________________________________________________________
2571 [  8755] By: jhi                                   on 2001/02/09  22:41:35
2572         Log: Upgrade to CPAN 1.59_54, from Andreas König.
2573      Branch: perl
2574            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2575 ____________________________________________________________________________
2576 [  8754] By: jhi                                   on 2001/02/09  22:29:20
2577         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
2578              
2579              Didn't upgrade the fill.t since it has a dependency to File::Slurp
2580              purely for debugging purposes, the actual test hasn't changed.
2581      Branch: perl
2582            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
2583            ! t/lib/textwrap.t
2584 ____________________________________________________________________________
2585 [  8753] By: jhi                                   on 2001/02/09  20:17:50
2586         Log: Integrate change #8682 from maintperl.
2587              
2588              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
2589              to work correctly.
2590      Branch: perl
2591           !> hints/irix_6.sh
2592 ____________________________________________________________________________
2593 [  8752] By: jhi                                   on 2001/02/09  20:00:46
2594         Log: Update Changes.
2595      Branch: perl
2596            ! Changes patchlevel.h
2597 ____________________________________________________________________________
2598 [  8751] By: nick                                  on 2001/02/09  19:48:37
2599         Log: Integrate mainline
2600      Branch: perlio
2601           +> README.bs2000 t/lib/cgi-esc.t
2602            - README.posix-bc
2603           !> (integrate 53 files)
2604 ____________________________________________________________________________
2605 [  8750] By: nick                                  on 2001/02/09  19:25:16
2606         Log: Subject: RE: Biannual Competition to Improve Hashing Function
2607              From: Fisher Mark <fisherm@tce.com>
2608              Date: Thu, 8 Feb 2001 10:44:00 -0500
2609              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
2610              Date: Thu, 8 Feb 2001 15:02:47 -0500
2611              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
2612      Branch: perl
2613            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
2614 ____________________________________________________________________________
2615 [  8749] By: jhi                                   on 2001/02/09  19:02:35
2616         Log: Forgotten fragment.
2617      Branch: perl
2618            ! pod/perlapi.pod
2619 ____________________________________________________________________________
2620 [  8748] By: jhi                                   on 2001/02/09  18:31:34
2621         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
2622              plus manual tweakage.
2623              
2624              Sync the perlfaq2 between mainline and maintperl.
2625      Branch: maint-5.6/perl
2626            ! pod/perlfaq2.pod
2627      Branch: perl
2628           !> pod/perlfaq2.pod
2629 ____________________________________________________________________________
2630 [  8747] By: jhi                                   on 2001/02/09  18:12:04
2631         Log: Subject: versiononly and installperl
2632              From: abigail@foad.org
2633              Date: Wed, 7 Feb 2001 22:43:12 +0100
2634              Message-ID: <20010207214312.7045.qmail@foad.org>    
2635              
2636              Add +v flag to force a normal install of the perl binary
2637              and the utilities.
2638              
2639              Subject: [PATCH] installperl
2640              From: Nicholas Clark <nick@ccl4.org>
2641              Date: Fri, 9 Feb 2001 16:28:57 +0000
2642              Message-ID: <20010209162857.B10931@plum.flirble.org>
2643              
2644              Add -A flag which also hardlinks the binary with
2645              the full architecture name.
2646      Branch: perl
2647            ! installperl
2648 ____________________________________________________________________________
2649 [  8746] By: jhi                                   on 2001/02/09  18:03:43
2650         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
2651              
2652              Subject: perlfaq2, re: perlmongers
2653              
2654              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
2655              
2656              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
2657              
2658              Subject: [ID 20010205.001] typo in perlfaq9
2659              
2660              Subject: [ID 20010208.002] unordered explanation in perlcall
2661      Branch: maint-5.6/perl
2662           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2663           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
2664           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
2665 ____________________________________________________________________________
2666 [  8745] By: jhi                                   on 2001/02/09  17:59:09
2667         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
2668              From: abela@geneanet.org
2669              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
2670              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
2671      Branch: perl
2672            ! pod/perlcall.pod
2673 ____________________________________________________________________________
2674 [  8744] By: jhi                                   on 2001/02/09  17:48:16
2675         Log: Subject: [ID 20010205.001] typo in perlfaq9
2676              From: eserte@vran.herceg.de
2677              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
2678              Message-Id: <200102042244.XAA21926@vran.herceg.de>
2679      Branch: perl
2680            ! pod/perlfaq9.pod
2681 ____________________________________________________________________________
2682 [  8743] By: jhi                                   on 2001/02/09  17:25:12
2683         Log: Integrate change #8695 from maintperl.
2684              
2685              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
2686      Branch: perl
2687           !> thread.h
2688 ____________________________________________________________________________
2689 [  8742] By: jhi                                   on 2001/02/09  17:21:22
2690         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
2691              From: Andy Dougherty <doughera@lafayette.edu>
2692              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
2693              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
2694      Branch: perl
2695            ! embed.pl
2696 ____________________________________________________________________________
2697 [  8741] By: jhi                                   on 2001/02/09  17:05:19
2698         Log: Integrate changes #8738,8739,8740 from maintperl.
2699              
2700              Html files will be installed in a more logical and easier to
2701              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
2702              
2703              Html files will be generated with a header to make them look
2704              a little less bare.
2705              
2706              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
2707      Branch: perl
2708           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
2709 ____________________________________________________________________________
2710 [  8740] By: jhi                                   on 2001/02/09  17:03:46
2711         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
2712              From: "Brendan O'Dea" <bod@compusol.com.au>
2713              Date: Sun, 4 Feb 2001 11:17:56 +1100
2714              Message-ID: <20010204111756.A16301@compusol.com.au>
2715      Branch: maint-5.6/perl
2716            ! pod/perlfaq3.pod
2717 ____________________________________________________________________________
2718 [  8739] By: jhi                                   on 2001/02/09  17:01:59
2719         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
2720              From: "Indy Singh" <indy@nusphere.com>
2721              Date: Fri, 2 Feb 2001 15:09:59 -0500
2722              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
2723              
2724              Html files will be generated with a header to make them look
2725              a little less bare.
2726      Branch: maint-5.6/perl
2727            ! installhtml
2728 ____________________________________________________________________________
2729 [  8738] By: jhi                                   on 2001/02/09  16:58:48
2730         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
2731              From: "Indy Singh" <indy@nusphere.com>
2732              Date: Fri, 2 Feb 2001 15:08:23 -0500
2733              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
2734              
2735              Html files will be installed in a more logical and easier to
2736              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
2737      Branch: maint-5.6/perl
2738            ! win32/Makefile win32/makefile.mk
2739 ____________________________________________________________________________
2740 [  8737] By: jhi                                   on 2001/02/09  16:46:54
2741         Log: Integrate changes #8687,8736 from maintperl.
2742              
2743              HP-UX thread patches from Merijn H. Brand.
2744              
2745              Latin nit from Philip Newton.
2746      Branch: perl
2747           !> README.hpux hints/hpux.sh
2748 ____________________________________________________________________________
2749 [  8736] By: jhi                                   on 2001/02/09  16:42:31
2750         Log: Latin nit from Philip Newton.
2751      Branch: maint-5.6/perl
2752            ! README.hpux
2753 ____________________________________________________________________________
2754 [  8735] By: jhi                                   on 2001/02/09  16:24:03
2755         Log: Integrate changes #8704,8710 from pureperl.
2756              
2757              Fixed UMRs and leak in Perl_pmtrans()
2758              
2759              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
2760              associated UTFied tr/// code.  Also fixed scoping leak of
2761              PL_reg_start_tmp.
2762      Branch: perl
2763           !> op.c regcomp.c
2764 ____________________________________________________________________________
2765 [  8734] By: jhi                                   on 2001/02/09  15:40:21
2766         Log: Integrate change #8733 from maintperl.
2767              
2768              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
2769      Branch: perl
2770           !> pod/perlre.pod
2771 ____________________________________________________________________________
2772 [  8733] By: jhi                                   on 2001/02/09  15:35:47
2773         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
2774              From: Prymmer/Kahn <pvhp@best.com>
2775              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
2776              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
2777      Branch: maint-5.6/perl
2778            ! pod/perlre.pod
2779 ____________________________________________________________________________
2780 [  8732] By: jhi                                   on 2001/02/09  15:26:17
2781         Log: Rename README.posix-bc to README.bs2000 (to avoid the
2782              confusion of a "perlposix-bc.pod"), add a few missing
2783              arch pods, regen toc.
2784      Branch: maint-5.6/perl
2785           +> README.bs2000
2786            - README.posix-bc
2787            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2788            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2789 ____________________________________________________________________________
2790 [  8731] By: jhi                                   on 2001/02/09  15:23:39
2791         Log: De-cut-and-pasto.
2792      Branch: perl
2793            ! pod/perl.pod
2794 ____________________________________________________________________________
2795 [  8730] By: jhi                                   on 2001/02/09  15:11:13
2796         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
2797              when people think that perlposix-bc.pod tells anything about
2798              Perl and POSIX.  Regen toc.
2799      Branch: perl
2800           +> README.bs2000
2801            - README.posix-bc
2802            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2803            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2804 ____________________________________________________________________________
2805 [  8729] By: jhi                                   on 2001/02/09  14:52:28
2806         Log: The README.vmesa part of #8712 from maintperl.
2807      Branch: perl
2808            ! README.vmesa
2809 ____________________________________________________________________________
2810 [  8728] By: jhi                                   on 2001/02/09  14:46:06
2811         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
2812              From: Peter Prymmer <pvhp@forte.com>
2813              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
2814              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
2815      Branch: maint-5.6/perl
2816            ! README.vmesa win32/Makefile win32/makefile.mk
2817 ____________________________________________________________________________
2818 [  8727] By: jhi                                   on 2001/02/09  14:33:25
2819         Log: Integrate change #8712 from mainline.
2820              
2821              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
2822      Branch: maint-5.6/perl
2823           !> lib/Pod/Find.pm
2824 ____________________________________________________________________________
2825 [  8726] By: jhi                                   on 2001/02/09  14:30:28
2826         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
2827              From: Peter Prymmer <pvhp@forte.com>
2828              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
2829              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
2830      Branch: perl
2831            + t/lib/cgi-esc.t
2832            ! MANIFEST lib/CGI/Util.pm
2833 ____________________________________________________________________________
2834 [  8725] By: jhi                                   on 2001/02/09  04:56:47
2835         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
2836      Branch: maint-5.6/perl
2837            ! pod/perlport.pod
2838 ____________________________________________________________________________
2839 [  8724] By: jhi                                   on 2001/02/09  04:40:59
2840         Log: Integrate changes 7819,7820 from vmsperl into mainline.
2841              
2842              Add header for LIB$ prototypes (C. Berry)
2843              
2844              Convert fwrite()s to sockets to write()s, since some socket stacks
2845              don't take kindly to stdio.
2846              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
2847              (for often optional LNMs)
2848              Correct a few typos
2849              (C. Bailey)
2850      Branch: perl
2851           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
2852 ____________________________________________________________________________
2853 [  8723] By: jhi                                   on 2001/02/09  03:29:29
2854         Log: Integrate change #8722 from mainline.
2855              
2856              The Im() function wasn't returning zero for non-Math::Complex
2857              arguments.  The bug reported by John Gamble.
2858      Branch: maint-5.6/perl
2859           !> lib/Math/Complex.pm
2860 ____________________________________________________________________________
2861 [  8722] By: jhi                                   on 2001/02/09  03:28:33
2862         Log: The Im() function wasn't returning zero for non-Math::Complex
2863              arguments.  The bug reported by John Gamble.
2864      Branch: perl
2865            ! lib/Math/Complex.pm
2866 ____________________________________________________________________________
2867 [  8721] By: nick                                  on 2001/02/08  22:11:35
2868         Log: Correct the correction :-(
2869      Branch: perl
2870            ! perl.c
2871 ____________________________________________________________________________
2872 [  8720] By: bailey                                on 2001/02/08  20:59:22
2873         Log: Convert frwite()s to sockets to write()s, since some socket stacks
2874              don't take kindly to stdio.
2875              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
2876              (for often optional LNMs)
2877              Correct a few typos
2878              (C. Bailey)
2879      Branch: vmsperl
2880            ! vms/vms.c vms/vmsish.h
2881 ____________________________________________________________________________
2882 [  8719] By: bailey                                on 2001/02/08  20:51:02
2883         Log: Add header for LIB$ prototypes (C. Berry)
2884      Branch: vmsperl
2885            ! ext/Devel/DProf/DProf.xs
2886 ____________________________________________________________________________
2887 [  8718] By: bailey                                on 2001/02/08  20:49:00
2888         Log: SYN SYN
2889      Branch: vmsperl
2890           +> pod/perliol.pod t/lib/sample-tests/bailout
2891           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
2892           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
2893           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
2894           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
2895           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
2896           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
2897            - lib/unicode/Is/DCinital.pl
2898           !> (integrate 101 files)
2899 ____________________________________________________________________________
2900 [  8717] By: nick                                  on 2001/02/08  19:38:48
2901         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
2902              From: Robin Barker <rmb1@cise.npl.co.uk>
2903              Date: Thu, 8 Feb 2001 14:38:07 GMT
2904              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
2905      Branch: perl
2906            ! lib/CPAN.pm
2907 ____________________________________________________________________________
2908 [  8716] By: nick                                  on 2001/02/08  19:29:07
2909         Log: Generated files form 8713 etc.
2910      Branch: perl
2911            ! embed.h global.sym objXSUB.h perlapi.c proto.h
2912 ____________________________________________________________________________
2913 [  8715] By: nick                                  on 2001/02/08  19:26:08
2914         Log: Fixup non-ithread build after 8713
2915      Branch: perl
2916            ! perl.c
2917 ____________________________________________________________________________
2918 [  8714] By: nick                                  on 2001/02/08  19:17:45
2919         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
2920              From: nick@ccl4.org
2921              Date: Wed, 7 Feb 2001 00:27:47 +0000
2922              Message-Id: <20010207002747.B63724@plum.flirble.org>
2923      Branch: perl
2924            ! sv.c toke.c
2925 ____________________________________________________________________________
2926 [  8713] By: nick                                  on 2001/02/08  19:15:58
2927         Log: Subject: Re: [patch] Re: PL_ptr_table
2928              From: Doug Maceachern <dougm@covalent.net>
2929              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
2930              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
2931      Branch: perl
2932            ! embed.pl perl.c sv.c sv.h
2933 ____________________________________________________________________________
2934 [  8712] By: nick                                  on 2001/02/08  19:12:47
2935         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
2936              From: Peter Prymmer <pvhp@forte.com>
2937              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
2938              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
2939      Branch: perl
2940            ! lib/Pod/Find.pm
2941 ____________________________________________________________________________
2942 [  8711] By: nick                                  on 2001/02/07  21:06:11
2943         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
2944              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
2945              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2946              Date: Tue, 06 Feb 2001 23:37:01 +0000
2947              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
2948      Branch: perl
2949            ! regcomp.c
2950 ____________________________________________________________________________
2951 [  8710] By: alanbur                               on 2001/02/07  00:22:04
2952         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
2953              associated UTFied tr/// code.  Also fixed scoping leak of
2954              PL_reg_start_tmp.
2955      Branch: maint-5.6/pureperl
2956            ! op.c regcomp.c
2957 ____________________________________________________________________________
2958 [  8709] By: nick                                  on 2001/02/06  21:16:49
2959         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
2960              From: Michael G Schwern <schwern@pobox.com>
2961              Date: Sun, 4 Feb 2001 19:47:14 -0500
2962              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
2963      Branch: perl
2964            ! pod/perlapi.pod pod/perlmodlib.PL
2965 ____________________________________________________________________________
2966 [  8708] By: nick                                  on 2001/02/06  20:41:20
2967         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
2968              From: Michael G Schwern <schwern@pobox.com>
2969              Date: Sun, 4 Feb 2001 21:17:49 -0500
2970              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
2971      Branch: perl
2972            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
2973            ! pod/perltootc.pod
2974 ____________________________________________________________________________
2975 [  8707] By: nick                                  on 2001/02/06  20:29:11
2976         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
2977              From: Michael G Schwern <schwern@pobox.com>
2978              Date: Tue, 6 Feb 2001 05:54:30 -0500
2979              Message-Id: <20010206055430.A951@blackrider.aocn.com>
2980      Branch: perl
2981            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
2982 ____________________________________________________________________________
2983 [  8706] By: nick                                  on 2001/02/06  20:21:40
2984         Log: Subject: RE: some win32 fixes
2985              Date: Tue, 6 Feb 2001 09:23:20 +0300
2986              From: Vadim Konovalov <vkonovalov@lucent.com>
2987              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
2988      Branch: perl
2989            ! toke.c win32/Makefile win32/config.bc win32/config.gc
2990            ! win32/config.vc win32/config_H.bc win32/makefile.mk
2991 ____________________________________________________________________________
2992 [  8705] By: alanbur                               on 2001/02/06  15:00:03
2993         Log: Synchronised with parent
2994      Branch: maint-5.6/pureperl
2995            ! regexec.c
2996           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
2997           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
2998 ____________________________________________________________________________
2999 [  8704] By: alanbur                               on 2001/02/06  14:55:24
3000         Log: Fixed UMRs and leak in Perl_pmtrans()
3001      Branch: maint-5.6/pureperl
3002            ! op.c
3003 ____________________________________________________________________________
3004 [  8703] By: gsar                                  on 2001/02/06  02:29:37
3005         Log: $(MAKE) distclean doesn't clean up properly on windows
3006      Branch: maint-5.6/perl
3007            ! win32/Makefile win32/makefile.mk
3008 ____________________________________________________________________________
3009 [  8702] By: gsar                                  on 2001/02/06  01:00:46
3010         Log: tweak change#8659 to keep it simple
3011      Branch: maint-5.6/perl
3012            ! utils/perldoc.PL
3013 ____________________________________________________________________________
3014 [  8701] By: gsar                                  on 2001/02/05  22:45:41
3015         Log: change#8693 was missing testsuite changes
3016      Branch: maint-5.6/perl
3017           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
3018 ____________________________________________________________________________
3019 [  8700] By: nick                                  on 2001/02/05  20:32:52
3020         Log: Integrate mainline
3021      Branch: perlio
3022           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
3023           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
3024           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
3025           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
3026           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
3027           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
3028           +> t/lib/test-harness.t
3029           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
3030           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
3031           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
3032           !> pod/perlutil.pod t/TEST utils/h2xs.PL
3033 ____________________________________________________________________________
3034 [  8699] By: nick                                  on 2001/02/05  19:41:07
3035         Log: Subject: perlfaq2, re: perlmongers
3036              From: David H. Adler <dha@panix.com>
3037              Date: Sun, 4 Feb 2001 23:48:23 -0500
3038              Message-Id: <20010204234823.A13429@panix.com>
3039      Branch: perl
3040            ! pod/perlfaq2.pod
3041 ____________________________________________________________________________
3042 [  8698] By: nick                                  on 2001/02/05  19:39:31
3043         Log: Missed file f#rom the testharness mess.
3044      Branch: perl
3045            + t/lib/test-harness.t
3046 ____________________________________________________________________________
3047 [  8697] By: nick                                  on 2001/02/05  19:37:21
3048         Log: Subject: [DOC PATCH] overload.pm nits
3049              From: John Tobey <jtobey@john-edwin-tobey.org>
3050              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
3051              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
3052      Branch: perl
3053            ! lib/overload.pm
3054 ____________________________________________________________________________
3055 [  8696] By: alanbur                               on 2001/02/05  11:56:00
3056         Log: Sync with parent
3057      Branch: maint-5.6/pureperl
3058           !> thread.h
3059 ____________________________________________________________________________
3060 [  8695] By: gsar                                  on 2001/02/05  03:27:34
3061         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
3062      Branch: maint-5.6/perl
3063            ! thread.h
3064 ____________________________________________________________________________
3065 [  8694] By: alanbur                               on 2001/02/05  00:07:47
3066         Log: Initial branch creation from //depot/maint-5.6/perl
3067      Branch: maint-5.6/pureperl
3068           +> (branch 1719 files)
3069 ____________________________________________________________________________
3070 [  8693] By: gsar                                  on 2001/02/04  22:38:49
3071         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
3072              changes)
3073      Branch: maint-5.6/perl
3074           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
3075           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
3076           !> ext/DB_File/version.c
3077 ____________________________________________________________________________
3078 [  8692] By: nick                                  on 2001/02/04  18:15:57
3079         Log: The missed t/TEST part of the grand testharness upgrade.
3080      Branch: perl
3081            ! t/TEST
3082 ____________________________________________________________________________
3083 [  8691] By: nick                                  on 2001/02/04  18:05:17
3084         Log: New improved test harness
3085              Subject: Re: [PATCH Test::Harness] Third time's a charm?
3086              From: Michael G Schwern <schwern@pobox.com>
3087              Date: Sun, 4 Feb 2001 08:01:20 -0500
3088              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
3089      Branch: perl
3090            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
3091            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
3092            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
3093            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
3094            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
3095            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
3096            ! MANIFEST lib/Test/Harness.pm
3097 ____________________________________________________________________________
3098 [  8690] By: nick                                  on 2001/02/04  17:57:51
3099         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
3100              From: Jonathan Stowe <gellyfish@gellyfish.com>
3101              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
3102              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
3103      Branch: perl
3104            ! utils/h2xs.PL
3105 ____________________________________________________________________________
3106 [  8689] By: nick                                  on 2001/02/04  17:55:24
3107         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
3108              From: Michael G Schwern <schwern@pobox.com>
3109              Date: Sat, 3 Feb 2001 22:46:38 -0500
3110              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
3111      Branch: perl
3112            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
3113            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
3114 ____________________________________________________________________________
3115 [  8688] By: nick                                  on 2001/02/04  17:43:55
3116         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
3117              length byfailing to spot lack of closing )
3118              From: nick@talking.bollo.cx
3119              Date: Sat, 03 Feb 2001 23:53:16 +0000
3120              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
3121      Branch: perl
3122            ! perlio.c pod/perldiag.pod
3123 ____________________________________________________________________________
3124 [  8687] By: jhi                                   on 2001/02/03  17:11:42
3125         Log: HP-UX thread patches from Merijn H. Brand.
3126      Branch: maint-5.6/perl
3127            ! README.hpux hints/hpux.sh
3128 ____________________________________________________________________________
3129 [  8686] By: jhi                                   on 2001/02/03  16:40:12
3130         Log: Metaconfig changes for #8685.
3131      Branch: metaconfig
3132            ! U/installdirs/instubperl.U
3133      Branch: metaconfig/U/perl
3134            ! Devel.U versiononly.U
3135 ____________________________________________________________________________
3136 [  8685] By: jhi                                   on 2001/02/03  16:39:49
3137         Log: For -Dusedevel builds turn off installusrbinperl and turn on
3138              versiononly, a combined idea of Richard Soderberg and Merijn
3139              H. Brand.  You can still override both of these from the command
3140              line if you need to, -Dinstallusrbinperl and -Uversiononly.
3141      Branch: perl
3142            ! Configure
3143 ____________________________________________________________________________
3144 [  8684] By: jhi                                   on 2001/02/03  16:16:34
3145         Log: Metaconfig unit fix for #8683.
3146      Branch: metaconfig
3147            ! U/compline/nblock_io.U
3148 ____________________________________________________________________________
3149 [  8683] By: jhi                                   on 2001/02/03  16:16:12
3150         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
3151              reported by Peter Prymmer for 5.6-TRIAL1.
3152      Branch: perl
3153            ! Configure
3154 ____________________________________________________________________________
3155 [  8682] By: jhi                                   on 2001/02/03  05:52:11
3156         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
3157              to work correctly.
3158      Branch: maint-5.6/perl
3159            ! hints/irix_6.sh
3160 ____________________________________________________________________________
3161 [  8681] By: jhi                                   on 2001/02/03  05:47:33
3162         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
3163      Branch: maint-5.6/perl
3164            ! pod/perlport.pod
3165 ____________________________________________________________________________
3166 [  8680] By: jhi                                   on 2001/02/02  21:39:49
3167         Log: perlport update from Peter Prymmer.
3168      Branch: maint-5.6/perl
3169            ! pod/perlport.pod
3170 ____________________________________________________________________________
3171 [  8679] By: nick                                  on 2001/02/02  20:50:48
3172         Log: Integrate mainline
3173      Branch: perlio
3174           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
3175           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
3176           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
3177 ____________________________________________________________________________
3178 [  8678] By: gsar                                  on 2001/02/02  16:02:12
3179         Log: note about bincompat, slightly modified (from Lupe Christoph)
3180      Branch: maint-5.6/perl
3181            ! README.solaris
3182 ____________________________________________________________________________
3183 [  8677] By: jhi                                   on 2001/02/02  15:46:20
3184         Log: Supported platforms updates.
3185      Branch: maint-5.6/perl
3186            ! pod/perlport.pod
3187 ____________________________________________________________________________
3188 [  8676] By: jhi                                   on 2001/02/02  03:41:26
3189         Log: A couple more perlfaq2 tweaks.
3190      Branch: maint-5.6/perl
3191            ! pod/perlfaq2.pod
3192 ____________________________________________________________________________
3193 [  8675] By: jhi                                   on 2001/02/02  03:17:44
3194         Log: Misedit in #8661.
3195      Branch: maint-5.6/perl
3196            ! Configure
3197 ____________________________________________________________________________
3198 [  8674] By: jhi                                   on 2001/02/02  03:14:38
3199         Log: Damien again.
3200      Branch: maint-5.6/perl
3201            ! pod/perlfaq2.pod
3202 ____________________________________________________________________________
3203 [  8673] By: jhi                                   on 2001/02/02  03:12:40
3204         Log: perlfaq update from Elaine Ashton.
3205      Branch: maint-5.6/perl
3206            ! pod/perlfaq2.pod
3207 ____________________________________________________________________________
3208 [  8672] By: jhi                                   on 2001/02/02  03:07:08
3209         Log: UTF-8 s/// patch from Inaba Hiroto.
3210      Branch: maint-5.6/perl
3211            ! pp_ctl.c pp_hot.c
3212 ____________________________________________________________________________
3213 [  8671] By: jhi                                   on 2001/02/01  22:34:31
3214         Log: Update Changes.
3215      Branch: perl
3216            ! Changes patchlevel.h
3217 ____________________________________________________________________________
3218 [  8670] By: jhi                                   on 2001/02/01  22:15:29
3219         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
3220              from maintperl.
3221              
3222              Upgrade to Getopt::Long 2.25, from Johan Vromans.
3223              
3224              more files need to be writable in the source distribution
3225              
3226              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
3227              
3228              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
3229              
3230              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
3231              
3232              Allow the float to be fuzzier.
3233              
3234              need to use INT2PTR instead of a straight cast or ia64 fails
3235              
3236              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
3237              
3238              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
3239      Branch: perl
3240           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
3241           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
3242           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
3243 ____________________________________________________________________________
3244 [  8669] By: jhi                                   on 2001/02/01  21:57:02
3245         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
3246              From: Robin Barker <rmb1@cise.npl.co.uk>
3247              Date: Thu, 1 Feb 2001 16:59:05 GMT
3248              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
3249      Branch: maint-5.6/perl
3250            ! pod/perlmodlib.PL
3251 ____________________________________________________________________________
3252 [  8668] By: nick                                  on 2001/02/01  19:41:40
3253         Log: Integrate mainline
3254      Branch: perlio
3255           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
3256           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
3257           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
3258 ____________________________________________________________________________
3259 [  8667] By: gsar                                  on 2001/02/01  16:59:11
3260         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
3261      Branch: maint-5.6/perl
3262            ! embed.pl embedvar.h
3263 ____________________________________________________________________________
3264 [  8666] By: gsar                                  on 2001/02/01  16:34:51
3265         Log: add missing entries to win32/config.?c
3266      Branch: maint-5.6/perl
3267            ! win32/config.bc win32/config.gc win32/config.vc
3268            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3269 ____________________________________________________________________________
3270 [  8665] By: jhi                                   on 2001/02/01  14:58:51
3271         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
3272              From: "Stephen P. Potter" <spp@spotter.yi.org>
3273              Date: Thu, 01 Feb 2001 10:45:46 -0500
3274              Message-Id: <200102011545.KAA31479@spotter.yi.org>
3275      Branch: maint-5.6/perl
3276            ! pod/perlfunc.pod
3277 ____________________________________________________________________________
3278 [  8664] By: gsar                                  on 2001/02/01  14:52:37
3279         Log: need to use INT2PTR instead of a straight cast or ia64 fails
3280              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
3281      Branch: maint-5.6/perl
3282            ! ext/POSIX/POSIX.xs
3283 ____________________________________________________________________________
3284 [  8663] By: jhi                                   on 2001/02/01  14:09:13
3285         Log: Allow the float to be fuzzier.
3286      Branch: maint-5.6/perl
3287            ! t/lib/peek.t
3288 ____________________________________________________________________________
3289 [  8662] By: jhi                                   on 2001/02/01  13:59:00
3290         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
3291              From: Robin Barker <rmb1@cise.npl.co.uk>
3292              Date: Thu, 1 Feb 2001 13:05:39 GMT
3293              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
3294      Branch: maint-5.6/perl
3295            ! pod/perlmodlib.pod
3296 ____________________________________________________________________________
3297 [  8661] By: jhi                                   on 2001/02/01  13:57:38
3298         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
3299              Date: Thu, 01 Feb 2001 14:15:41 +0100
3300              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3301              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
3302              
3303              Have the $ccflags in the gcc version test (strange, this change
3304              is claimed to be have been integrated already)
3305      Branch: maint-5.6/perl
3306            ! Configure
3307 ____________________________________________________________________________
3308 [  8660] By: jhi                                   on 2001/02/01  13:44:10
3309         Log: Integrate changes #7950,7964,7962 from mainline.
3310              
3311              Find the stdchar signedness using cpp, should fix some of
3312              the Solaris compiler warnings reported by Alan Burlison.
3313      Branch: maint-5.6/perl
3314           !> Configure config_h.SH
3315 ____________________________________________________________________________
3316 [  8659] By: jhi                                   on 2001/02/01  05:35:32
3317         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
3318              From: Jan Dubois <JanD@ActiveState.com>
3319              Date: Wed, 31 Jan 2001 21:17:03 -0800
3320              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
3321      Branch: maint-5.6/perl
3322            ! utils/perldoc.PL
3323 ____________________________________________________________________________
3324 [  8658] By: jhi                                   on 2001/02/01  04:33:17
3325         Log: Integrate the README.os390 and README.posix-bc parts of mainline
3326              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
3327              installperl parts were taken care of by #8657.)
3328      Branch: maint-5.6/perl
3329           !> README.os390 README.posix-bc
3330 ____________________________________________________________________________
3331 [  8657] By: jhi                                   on 2001/02/01  04:29:21
3332         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
3333              From: Peter Prymmer <pvhp@forte.com>
3334              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
3335              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
3336      Branch: maint-5.6/perl
3337            + ext/DynaLoader/dl_dllload.xs
3338            ! MANIFEST Makefile.SH hints/os390.sh installperl
3339 ____________________________________________________________________________
3340 [  8656] By: jhi                                   on 2001/02/01  04:25:45
3341         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
3342              From: Peter Prymmer <pvhp@forte.com>
3343              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
3344              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
3345      Branch: maint-5.6/perl
3346            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
3347 ____________________________________________________________________________
3348 [  8655] By: jhi                                   on 2001/02/01  04:14:47
3349         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
3350              From: troc@netrus.net
3351              Date: Wed, 31 Jan 2001 22:31:26 -0500
3352              Message-Id: <200102010331.WAA117.85@rocco.homenet>
3353      Branch: maint-5.6/perl
3354            ! os2/os2.c
3355 ____________________________________________________________________________
3356 [  8654] By: jhi                                   on 2001/02/01  04:12:52
3357         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
3358              as reported by Alan Burlison.
3359      Branch: maint-5.6/perl
3360            ! pp.h
3361 ____________________________________________________________________________
3362 [  8653] By: jhi                                   on 2001/02/01  04:05:12
3363         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
3364              From: dsugalski@northernlight.com
3365              Date: Wed, 31 Jan 2001 18:54:11 -0500
3366              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
3367      Branch: maint-5.6/perl
3368            ! configure.com
3369 ____________________________________________________________________________
3370 [  8652] By: jhi                                   on 2001/02/01  04:03:11
3371         Log: Misplaced #endif.
3372              
3373              Subject: [perl-5-6-1-trial2] patches for EPOC
3374              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3375              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
3376              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
3377      Branch: maint-5.6/perl
3378            ! epoc/epocish.c
3379 ____________________________________________________________________________
3380 [  8651] By: jhi                                   on 2001/02/01  04:00:25
3381         Log: Integrate changes #8647,8648,8650 from mainline.
3382              
3383              Macrofy a magic UTF-8 test.
3384              
3385              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
3386              
3387              Watch out for cross compiling for EPOC (usually done on linux).
3388      Branch: maint-5.6/perl
3389           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
3390 ____________________________________________________________________________
3391 [  8650] By: jhi                                   on 2001/02/01  03:56:20
3392         Log: Watch out for cross compiling for EPOC (usually done on linux)
3393              
3394              Subject: [perl-5-6-1-trial2] patches for EPOC
3395              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3396              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
3397              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
3398      Branch: perl
3399            ! ext/Errno/Errno_pm.PL
3400 ____________________________________________________________________________
3401 [  8649] By: gsar                                  on 2001/02/01  00:46:00
3402         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
3403      Branch: maint-5.6/perl
3404            ! sv.c
3405 ____________________________________________________________________________
3406 [  8648] By: jhi                                   on 2001/01/31  23:35:36
3407         Log: All the uses of PL_numeric_radix must be protected by
3408              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
3409              
3410              Subject: [perl-5-6-1-trial2] patches for EPOC
3411              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3412              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
3413              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
3414      Branch: perl
3415            ! sv.c
3416 ____________________________________________________________________________
3417 [  8647] By: jhi                                   on 2001/01/31  22:56:16
3418         Log: Macrofy a magic UTF-8 test.
3419      Branch: perl
3420            ! utf8.c utf8.h
3421 ____________________________________________________________________________
3422 [  8646] By: gsar                                  on 2001/01/31  15:55:12
3423         Log: update Changes
3424      Branch: maint-5.6/perl
3425            ! Changes
3426 ____________________________________________________________________________
3427 [  8645] By: gsar                                  on 2001/01/31  15:10:14
3428         Log: Configure tweak suggested by Peter Prymmer
3429      Branch: maint-5.6/perl
3430            ! Configure
3431 ____________________________________________________________________________
3432 [  8644] By: gsar                                  on 2001/01/31  15:06:32
3433         Log: more files need to be writable in the source distribution
3434      Branch: maint-5.6/perl
3435            ! Porting/makerel
3436 ____________________________________________________________________________
3437 [  8643] By: jhi                                   on 2001/01/31  14:59:46
3438         Log: Integrate changes #8258,8278,8279 from mainline.
3439              
3440              Make the large file tests more robust/talkative.
3441      Branch: maint-5.6/perl
3442           !> t/lib/syslfs.t t/op/lfs.t
3443 ____________________________________________________________________________
3444 [  8642] By: gsar                                  on 2001/01/31  14:53:48
3445         Log: integrate changes#8311,8334 from mainline
3446              
3447              Add a new MakeMaker variable PM_FILTER that defines a Unix
3448              filter to be run on each .pm during the pm_to_blib() phase,
3449              a fixed version of
3450              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
3451              
3452              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
3453              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
3454              accurate reading of the "atime".  
3455      Branch: maint-5.6/perl
3456           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
3457           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3458           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
3459 ____________________________________________________________________________
3460 [  8641] By: jhi                                   on 2001/01/31  14:46:37
3461         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
3462      Branch: maint-5.6/perl
3463            ! lib/Getopt/Long.pm
3464 ____________________________________________________________________________
3465 [  8640] By: gsar                                  on 2001/01/31  14:40:24
3466         Log: make regen_all
3467      Branch: maint-5.6/perl
3468            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
3469 ____________________________________________________________________________
3470 [  8639] By: gsar                                  on 2001/01/31  14:37:25
3471         Log: refresh windows config files
3472      Branch: maint-5.6/perl
3473            ! win32/Makefile win32/config_H.bc win32/config_H.gc
3474            ! win32/config_H.vc win32/makefile.mk
3475 ____________________________________________________________________________
3476 [  8638] By: gsar                                  on 2001/01/31  14:28:10
3477         Log: makefile tweaks for windows: introduce a bulk-switch to enable
3478              same options as ActivePerl; sync changes with makefile.mk
3479      Branch: maint-5.6/perl
3480            ! win32/Makefile win32/makefile.mk
3481 ____________________________________________________________________________
3482 [  8637] By: jhi                                   on 2001/01/31  04:41:30
3483         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
3484              From: Nicholas Clark <nick@ccl4.org>
3485              Date: Tue, 30 Jan 2001 19:51:05 +0000
3486              Message-ID: <20010130195105.R76607@plum.flirble.org> 
3487              
3488              op/inc cure.
3489      Branch: perl
3490            ! pp.c pp.h pp_hot.c t/op/arith.t
3491 ____________________________________________________________________________
3492 [  8636] By: jhi                                   on 2001/01/31  02:38:32
3493         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
3494              no perlio],8257,8380,8479,8515 from mainline.
3495              
3496              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
3497              
3498              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
3499              Subject: [PATCH perl@8133] fix-up for VMS extensions
3500              
3501              In VMS embedded perls couldn't access the statically built Socket.
3502              
3503              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
3504              
3505              Further VMS piping fixes from Charles Lane.
3506              
3507              Subject:  [PATCH] make t/op/misc.t work on VMS
3508              
3509              Add tracing for debugging extensions builds in VMS.
3510              
3511              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
3512      Branch: maint-5.6/perl
3513           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
3514           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
3515           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
3516 ____________________________________________________________________________
3517 [  8635] By: jhi                                   on 2001/01/31  01:46:41
3518         Log: Integrate change #7732 from mainline.
3519              
3520              Sparc 64-bit pack() fix from Jens Hamisch.
3521      Branch: maint-5.6/perl
3522           !> pp.c
3523 ____________________________________________________________________________
3524 [  8634] By: jhi                                   on 2001/01/31  01:41:16
3525         Log: One spot missing from #8626.
3526      Branch: maint-5.6/perl
3527            ! sv.c
3528 ____________________________________________________________________________
3529 [  8633] By: jhi                                   on 2001/01/31  00:49:17
3530         Log: Integrate change #7495 from mainline.
3531              
3532              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
3533      Branch: maint-5.6/perl
3534           !> MANIFEST ext/re/Makefile.PL
3535 ____________________________________________________________________________
3536 [  8632] By: jhi                                   on 2001/01/30  23:38:49
3537         Log: Integrate change #8396 from mainline.
3538              
3539              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
3540              better multicast support (resend)
3541      Branch: maint-5.6/perl
3542           !> ext/Socket/Socket.pm
3543 ____________________________________________________________________________
3544 [  8631] By: jhi                                   on 2001/01/30  23:28:03
3545         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
3546              
3547              More AIX lore. (7514, ext/re/hints/aix.pl)
3548              
3549              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
3550              
3551              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)
3552              
3553              Subject: [ID 20001214.002] Net::Ping patch
3554              
3555              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
3556              
3557              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
3558              
3559              Add ReuseAddr as a (preferred) alias for Reuse as we now
3560              also have ReusePort.
3561              
3562              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
3563      Branch: maint-5.6/perl
3564           +> ext/re/hints/aix.pl
3565           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
3566           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
3567 ____________________________________________________________________________
3568 [  8630] By: jhi                                   on 2001/01/30  23:03:59
3569         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
3570              
3571              read() documentation tweak for 20001121.004.
3572              
3573              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
3574      Branch: maint-5.6/perl
3575           !> pod/perlfunc.pod pod/perlre.pod
3576 ____________________________________________________________________________
3577 [  8629] By: jhi                                   on 2001/01/30  22:41:57
3578         Log: Integrate change #8098 from mainline.
3579              
3580              fastgetcwd is defined using a glob alias on a $^O dependent basis
3581              and there was no default assignment or perl subroutine.
3582      Branch: maint-5.6/perl
3583           !> lib/Cwd.pm
3584 ____________________________________________________________________________
3585 [  8628] By: jhi                                   on 2001/01/30  21:58:52
3586         Log: Integrate change #7866 from mainline.
3587              
3588              File::Temp 0.11.
3589      Branch: maint-5.6/perl
3590           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
3591 ____________________________________________________________________________
3592 [  8627] By: jhi                                   on 2001/01/30  21:39:44
3593         Log: Integrate changes #8075,8086,8228 from mainline.  
3594              
3595              Darwin is not Windows. (8075,8086)
3596              
3597              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
3598      Branch: maint-5.6/perl
3599           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
3600           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
3601           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
3602           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
3603 ____________________________________________________________________________
3604 [  8626] By: jhi                                   on 2001/01/30  21:22:11
3605         Log: Integrate with tweakery the change #8625 from mainline,
3606              the multibyte decimal separator fix ("fa_IR locale failure").
3607      Branch: maint-5.6/perl
3608            ! embedvar.h perlapi.h
3609           !> intrpvar.h perl.c perl.h sv.c util.c
3610 ____________________________________________________________________________
3611 [  8625] By: jhi                                   on 2001/01/30  20:26:33
3612         Log: Fix for the fa_IR locale failure.  The reason for the failure
3613              was that Perl was assuming the decimal separator aka the radix
3614              separator is one character.  The Farsi-Iranian locale crushed
3615              that bad assumption since there the separator is 'Momayyez',
3616              glyphwise looking somewhat like a slash, and in Unicode UTF-8
3617              encoded in two bytes, 0xd9 0xab.
3618      Branch: perl
3619            ! intrpvar.h perl.c perl.h sv.c util.c
3620 ____________________________________________________________________________
3621 [  8624] By: gsar                                  on 2001/01/30  20:17:03
3622         Log: regen_headers
3623      Branch: maint-5.6/perl
3624            ! Makefile.SH pod/perlintern.pod
3625 ____________________________________________________________________________
3626 [  8623] By: gsar                                  on 2001/01/30  19:42:34
3627         Log: backout change#7431 and its dependents (causes spurious rebuilds
3628              of autogenerated files)
3629              
3630              fix benign b.t failure
3631      Branch: maint-5.6/perl
3632            ! Makefile.SH t/lib/b.t
3633 ____________________________________________________________________________
3634 [  8622] By: jhi                                   on 2001/01/30  19:41:41
3635         Log: Microperl sync.
3636      Branch: perl
3637            ! mg.c perl.h
3638 ____________________________________________________________________________
3639 [  8621] By: gsar                                  on 2001/01/30  19:24:47
3640         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
3641              from mainline
3642              
3643              Subject: podlators 1.06 released
3644              
3645              Subject: [PATCH @8436] Eliminate op_children
3646              
3647              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
3648              
3649              (Replaced by #8448)  More op_children traces (cleanup of #8442).
3650              
3651              Subject: [PATCH #3 @8436] Re: Eliminate op_children
3652              Replace #8444 and #8445.
3653              
3654              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
3655              at the setting of the ofs_sv in new_struct_thread() as the
3656              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
3657              uninitialized fields are, uh, initialized with),
3658              SvREFCNT_inc()ing that invited a core dump.
3659              
3660              podlators 1.07, from Russ Allbery.
3661              
3662              Subject: [PATCH] regcomp.c old feature removal
3663              From: mjd@plover.com
3664              Date: 16 Jan 2001 14:43:18 -0000 
3665              Message-ID: <20010116144318.7140.qmail@plover.com> 
3666      Branch: maint-5.6/perl
3667           +> lib/Pod/Text/Overstrike.pm
3668           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
3669           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
3670           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
3671           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
3672           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
3673           !> util.c
3674 ____________________________________________________________________________
3675 [  8620] By: gsar                                  on 2001/01/30  18:48:32
3676         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
3677              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
3678              now fails one test)
3679              
3680              Subject: [PATCH] lvalue AUTOLOAD. No, really.
3681              
3682              Subject: [PATCH] Interesting syntax idea
3683              Make opens + bareword assigns do typeglob assigns.
3684              
3685              Tests for #8254.
3686              
3687              Subject: [PATCH @8269] Continue blocks and B::Deparse
3688              Make the peephole optimizer to bypass more null ops and
3689              and rewrite the deparse handling of continue blocks.
3690              
3691              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
3692              Doc tweak on #8313.
3693              
3694              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
3695              
3696              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
3697              
3698              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
3699              
3700              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
3701              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
3702              according to the platform.
3703              
3704              Subject: [PATCH @8404] Consolidated lvalue sub changes
3705              
3706              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
3707              
3708              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
3709              
3710              Subject: B::Concise -- an improved replacement for B::Terse 
3711              
3712              The B::Terse drop-in replacement wasn't quite drop-in.
3713              
3714              The LVRET macro needed an aTHX.
3715              
3716              Use the /^Perl_/-less form of is_lvalue_sub().
3717              
3718              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
3719      Branch: maint-5.6/perl
3720           +> ext/B/B/Concise.pm
3721           !> (integrate 27 files)
3722 ____________________________________________________________________________
3723 [  8619] By: nick                                  on 2001/01/30  18:40:28
3724         Log: Integrate mainline
3725      Branch: perlio
3726           !> (integrate 40 files)
3727 ____________________________________________________________________________
3728 [  8618] By: jhi                                   on 2001/01/30  18:37:18
3729         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
3730              Date: Mon, 29 Jan 2001 22:51:29 -0600
3731              From: "Craig A. Berry" <craigberry@mac.com>
3732              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
3733      Branch: perl
3734            ! vms/test.com
3735 ____________________________________________________________________________
3736 [  8617] By: jhi                                   on 2001/01/30  18:34:53
3737         Log: Subject: [PATCH] Add missing CV flags to dump.c
3738              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3739              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
3740              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
3741      Branch: perl
3742            ! dump.c
3743 ____________________________________________________________________________
3744 [  8616] By: jhi                                   on 2001/01/30  18:20:58
3745         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
3746              part isn't applicable to maintperl.
3747              
3748              UTF-8 nit from Inaba Hiroto.
3749      Branch: maint-5.6/perl
3750           !> pod/perlapi.pod utf8.c
3751 ____________________________________________________________________________
3752 [  8615] By: jhi                                   on 2001/01/30  18:18:51
3753         Log: UTF-8 nit from Inaba Hiroto.
3754      Branch: perl
3755            ! pod/perlapi.pod t/op/each.t utf8.c
3756 ____________________________________________________________________________
3757 [  8614] By: jhi                                   on 2001/01/30  18:13:38
3758         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
3759              
3760              perl's internal variables are not for public consumption,
3761              move their docs from perlapi.pod to perlintern.pod
3762              
3763              support for -Dusethreads build under HP-UX 10.20 and DCE threads
3764              library (11.0 and later have pthreads but 10.x don't)
3765              
3766              avoid uninitialized value warnings
3767              
3768              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
3769              gets weird results)
3770              
3771              perldoc nit on windows
3772              
3773              make it possible to run the tests outside the source tree
3774              (there's still a dependency on ../lib being the library
3775              location)
3776      Branch: perl
3777           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
3778           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
3779           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
3780           !> win32/bin/search.pl win32/vdir.h
3781 ____________________________________________________________________________
3782 [  8613] By: gsar                                  on 2001/01/30  16:39:59
3783         Log: make it possible to run the tests outside the source tree
3784              (there's still a dependency on ../lib being the library
3785              location)
3786      Branch: maint-5.6/perl
3787            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
3788 ____________________________________________________________________________
3789 [  8612] By: gsar                                  on 2001/01/30  16:31:12
3790         Log: perldoc nit on windows
3791      Branch: maint-5.6/perl
3792            ! utils/perldoc.PL
3793 ____________________________________________________________________________
3794 [  8611] By: gsar                                  on 2001/01/30  16:22:54
3795         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
3796              gets weird results)
3797      Branch: maint-5.6/perl
3798            ! win32/vdir.h
3799 ____________________________________________________________________________
3800 [  8610] By: gsar                                  on 2001/01/30  16:12:45
3801         Log: avoid uninitialized value warnings
3802      Branch: maint-5.6/perl
3803            ! win32/bin/search.pl
3804 ____________________________________________________________________________
3805 [  8609] By: gsar                                  on 2001/01/30  16:08:01
3806         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
3807              library (11.0 and later have pthreads but 10.x don't)
3808      Branch: maint-5.6/perl
3809            ! hints/hpux.sh thread.h
3810 ____________________________________________________________________________
3811 [  8608] By: gsar                                  on 2001/01/30  15:48:55
3812         Log: perl's internal variables are not for public consumption,
3813              move their docs from perlapi.pod to perlintern.pod
3814      Branch: maint-5.6/perl
3815            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
3816            ! thrdvar.h
3817 ____________________________________________________________________________
3818 [  8607] By: gsar                                  on 2001/01/30  15:44:27
3819         Log: mistakenly branched perl56delta.pod, revert
3820      Branch: maint-5.6/perl
3821            - pod/perl56delta.pod
3822           !> pod/perldelta.pod
3823 ____________________________________________________________________________
3824 [  8606] By: gsar                                  on 2001/01/30  14:20:24
3825         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
3826              dTHR which has been a noop for a while now, except for the
3827              compatibility definition in thread.h)
3828      Branch: maint-5.6/perl
3829           !> (integrate 45 files)
3830 ____________________________________________________________________________
3831 [  8605] By: jhi                                   on 2001/01/30  05:43:58
3832         Log: Mark the UTF-8 APIs as experimental.
3833      Branch: maint-5.6/perl
3834            ! embed.pl pod/perlapi.pod
3835 ____________________________________________________________________________
3836 [  8604] By: jhi                                   on 2001/01/30  05:38:40
3837         Log: Nits from earlier integrates.
3838      Branch: maint-5.6/perl
3839            ! lib/Carp/Heavy.pm
3840           !> sv.c
3841 ____________________________________________________________________________
3842 [  8603] By: jhi                                   on 2001/01/30  05:27:26
3843         Log: Regenerate Porting files.
3844      Branch: maint-5.6/perl
3845            ! Porting/Glossary Porting/config.sh Porting/config_H
3846 ____________________________________________________________________________
3847 [  8602] By: jhi                                   on 2001/01/30  05:14:59
3848         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
3849              8310,8339,8447,8492,8493,8505,8525: documentation changes.
3850              
3851              Subject: Re: perlfaq style changes
3852              
3853              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
3854              
3855              Subject: [PATCH] docs on NaN
3856              
3857              Subject: [patch] perlfaq7
3858              
3859              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
3860              
3861              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
3862              
3863              Subject: [PATCH] open() example in perlfunc.pod
3864              
3865              Podify README.mpeix (a new version from the web)
3866              
3867              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
3868              
3869              Subject: [PATCH] format and rewording in perlfaq.pod
3870              
3871              Subject: [PATCH] API Variable documentation   
3872              
3873              Memory management calls documentation.
3874              
3875              Subject: [PATCH: perl@8482] README.vms URL updates
3876              
3877              Subject: Minor typos in perlfaq2.pod
3878              
3879              Subject: [PATCH] pod/perlvar.pod
3880      Branch: maint-5.6/perl
3881           +> pod/perl56delta.pod
3882            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3883           !> README.amiga README.epoc README.mpeix README.vms
3884           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
3885           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
3886           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
3887           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
3888           !> pod/perlvar.pod thrdvar.h
3889 ____________________________________________________________________________
3890 [  8601] By: jhi                                   on 2001/01/30  04:38:35
3891         Log: Integrate changes #8036,8096,8253 from mainline:
3892              hints changes.
3893              
3894              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3895              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
3896              
3897              Output the (apparent) version of gcc in Tru64.
3898      Branch: maint-5.6/perl
3899           +> ext/POSIX/hints/svr4.pl
3900           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
3901           !> hints/svr4.sh t/lib/bigfltpm.t
3902 ____________________________________________________________________________
3903 [  8600] By: jhi                                   on 2001/01/30  04:04:01
3904         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
3905              locale fixes.
3906              
3907              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
3908              
3909              Debian allows /usr/bin/locale to exist without any locales. (7868)
3910              
3911              Allow the locale test needing POSIX and the taint test
3912              needing IPC::SysV to run under 'minitest' (basically,
3913              bail out if loading the extension fails). (8384)
3914              
3915              Cleanup the locale.t output  (8480)
3916      Branch: maint-5.6/perl
3917           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
3918           !> t/pragma/locale.t
3919 ____________________________________________________________________________
3920 [  8599] By: jhi                                   on 2001/01/30  03:51:04
3921         Log: Missing generated files from #8598.
3922      Branch: maint-5.6/perl
3923            ! embed.h global.sym objXSUB.h perlapi.c proto.h
3924 ____________________________________________________________________________
3925 [  8598] By: jhi                                   on 2001/01/30  03:41:54
3926         Log: Integrate change #8555 from mainline, manually integrate parts
3927              of changes 8452 and 8583.
3928              
3929              Subject: [PATCH] utf8.c documentation (8452)
3930              
3931              No point in checking the length if the pointer is bogus. (8555)
3932              
3933              Introduce bytes_from_utf8() and implement sv_eq() using it,
3934              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
3935              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
3936              was malformed. (8583)
3937      Branch: maint-5.6/perl
3938            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
3939           !> pod/perlapi.pod sv.c utf8.c
3940 ____________________________________________________________________________
3941 [  8597] By: gsar                                  on 2001/01/30  02:37:26
3942         Log: get PERL_OBJECT build going again on windows
3943      Branch: maint-5.6/perl
3944            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
3945            ! pod/perlapi.pod proto.h sv.c
3946 ____________________________________________________________________________
3947 [  8596] By: jhi                                   on 2001/01/30  02:16:17
3948         Log: Signedness nit.
3949      Branch: perl
3950            ! sv.c
3951 ____________________________________________________________________________
3952 [  8595] By: jhi                                   on 2001/01/30  02:11:07
3953         Log: EBCDIC patch for Storable, from Peter Prymmer.
3954      Branch: perl
3955            ! t/lib/st-06compat.t
3956 ____________________________________________________________________________
3957 [  8594] By: jhi                                   on 2001/01/30  01:04:48
3958         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
3959              From: Peter Prymmer <pvhp@forte.com>
3960              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
3961              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
3962      Branch: perl
3963            ! t/lib/b.t
3964 ____________________________________________________________________________
3965 [  8593] By: jhi                                   on 2001/01/30  00:56:47
3966         Log: Subject: [PATCH: perl@8585] pod problems in io
3967              From: Peter Prymmer <pvhp@forte.com>
3968              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
3969              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
3970      Branch: perl
3971            ! pod/perlapio.pod pod/perliol.pod
3972 ____________________________________________________________________________
3973 [  8592] By: jhi                                   on 2001/01/30  00:48:20
3974         Log: Integrate perlio.
3975      Branch: perl
3976           !> pod/perlapio.pod pod/perliol.pod
3977 ____________________________________________________________________________
3978 [  8591] By: nick                                  on 2001/01/29  22:02:28
3979         Log: GNU 'merge' Simon's copy of perliol.pod with version
3980              patched by Craig's patch.
3981      Branch: perlio
3982            ! pod/perliol.pod
3983 ____________________________________________________________________________
3984 [  8590] By: nick                                  on 2001/01/29  21:55:10
3985         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
3986      Branch: perlio
3987            ! pod/perlapio.pod pod/perliol.pod
3988 ____________________________________________________________________________
3989 [  8589] By: jhi                                   on 2001/01/29  15:35:33
3990         Log: Integrate change #8586 from maint-5.6/perl.
3991              
3992              make the BOM detection code not call tell() until it has to
3993              (meant to fix esoteric compatibility issues where PL_rsfp
3994              is overridden)
3995      Branch: perl
3996           !> toke.c
3997 ____________________________________________________________________________
3998 [  8588] By: jhi                                   on 2001/01/29  15:29:11
3999         Log: Subject: MAking Solaris malloc() the default
4000              From: Lupe Christoph <lupe@lupe-christoph.de>
4001              Date: Mon, 29 Jan 2001 12:59:36 +0100
4002              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
4003              
4004              The README.solaris part slightly tweaked.
4005      Branch: perl
4006            ! README.solaris hints/solaris_2.sh
4007 ____________________________________________________________________________
4008 [  8587] By: jhi                                   on 2001/01/29  15:17:34
4009         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
4010              From: root@ak-75.mind.de
4011              Date: Sun, 28 Jan 2001 20:32:29 +0100
4012              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
4013      Branch: perl
4014            ! pod/perlre.pod
4015 ____________________________________________________________________________
4016 [  8586] By: gsar                                  on 2001/01/29  13:43:44
4017         Log: make the BOM detection code not call tell() until it has to
4018              (meant to fix esoteric compatibility issues where PL_rsfp
4019              is overridden)
4020      Branch: maint-5.6/perl
4021            ! toke.c
4022 ____________________________________________________________________________
4023 [  8585] By: jhi                                   on 2001/01/28  20:05:45
4024         Log: Update Changes.
4025      Branch: perl
4026            ! Changes patchlevel.h
4027 ____________________________________________________________________________
4028 [  8584] By: jhi                                   on 2001/01/28  19:30:02
4029         Log: Integrate perlio.
4030      Branch: perl
4031           +> pod/perliol.pod
4032           !> MANIFEST pod/perlapio.pod
4033 ____________________________________________________________________________
4034 [  8583] By: jhi                                   on 2001/01/28  19:28:40
4035         Log: Patch from Inaba Hiroto:
4036              - canonical UTF-8 hash keys: if a key string for a hash is
4037              UTF8-on, try downgrade the string and use it if
4038              unicode::distinct is not in effect.
4039              For the task, I added a function bytes_from_utf8() to utf8.c.
4040              It might resemble utf8_to_bytes() but it is not convenient
4041              to the task.
4042              Made a test for it and added to t/op/each.t
4043              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
4044              the mortal copy of the argument SV.
4045              And changed t/io/utf8.t test 18 which expects print() to
4046              upgrade its argument.
4047              - re-implement sv_eq with bytes_from_utf8()
4048              - some bug fixes
4049              - tr/// does not handle UTF8 range (\x{}-\x{})
4050              - \ before raw UTF8 character produced
4051              "Malformed UTF-8 character" warning.
4052              - "\x{100}\N{CENT SIGN}" is Malformed.
4053              Added tests for these 3.
4054              - and one silly bug (by me) with qu operator.
4055      Branch: perl
4056            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
4057            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
4058            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
4059 ____________________________________________________________________________
4060 [  8582] By: nick                                  on 2001/01/28  19:25:04
4061         Log: Add pod/perliol.pod to MANIFEST :-(
4062      Branch: perlio
4063            ! MANIFEST
4064 ____________________________________________________________________________
4065 [  8581] By: nick                                  on 2001/01/28  19:22:40
4066         Log: PerlIO documentation. Proofing and sub-editing requested.
4067      Branch: perlio
4068            + pod/perliol.pod
4069            ! pod/perlapio.pod
4070 ____________________________________________________________________________
4071 [  8580] By: jhi                                   on 2001/01/28  05:16:25
4072         Log: Revert the change to sv_2pv() done by #8054: Someone who
4073              did SvNV_set() on a scalar that also happened to be POK,
4074              followed by sv_2pv() won't get the right coercion anymore.
4075              [Sarathy]
4076      Branch: maint-5.6/perl
4077            ! sv.c
4078 ____________________________________________________________________________
4079 [  8579] By: jhi                                   on 2001/01/28  05:15:04
4080         Log: Remove the #8084 effect: do not allow -Q to be interpreted
4081              as -&Q(), this is too much wiggle room.
4082      Branch: maint-5.6/perl
4083            ! toke.c
4084 ____________________________________________________________________________
4085 [  8578] By: jhi                                   on 2001/01/28  05:12:45
4086         Log: Needed bits of #8439 (should have been in #8576),
4087              mainly for lval substr().
4088      Branch: maint-5.6/perl
4089            ! mg.c pp.c pp_hot.c
4090 ____________________________________________________________________________
4091 [  8577] By: jhi                                   on 2001/01/28  05:02:46
4092         Log: A missing check-in.
4093      Branch: maint-5.6/perl
4094            ! utf8.c
4095 ____________________________________________________________________________
4096 [  8576] By: jhi                                   on 2001/01/28  04:26:18
4097         Log: Integrate changes #8425,8436,8439,8517 from mainline.
4098              The 8439 was not truly integrated because it had too many
4099              dependencies on the development branch and because it introduced
4100              concepts too bold for a maintenance branch (such as the qu operator).
4101              
4102              Subject: [PATCH perl@8342] -Wformat
4103              
4104              Tighten some of the UTF-8 tests a bit.
4105              
4106              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
4107              - The substr lval was still not okay.
4108              - Now pp_stringify and sv_setsv copies source's UTF8 flag
4109              even if IN_BYTE.  pp_stringify is called from fold_constants
4110              at optimization phase and "\x{100}" was made SvUTF8_off under
4111              use bytes (the bytes pragma is for "byte semantics" and not
4112              for "do not produce UTF8 data")
4113      Branch: maint-5.6/perl
4114            ! t/lib/charnames.t t/op/substr.t toke.c
4115           !> sv.c t/pragma/utf8.t
4116 ____________________________________________________________________________
4117 [  8575] By: jhi                                   on 2001/01/28  04:01:51
4118         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
4119              
4120              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
4121              
4122              Subject: [ID 20001230.003] UTF-8 tr still hurts
4123              
4124              Test cases for #8385 (from Simon's "torture.pl")
4125              
4126              Start fixing UTF-8 lval substr() (8405)
4127      Branch: maint-5.6/perl
4128           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
4129           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
4130 ____________________________________________________________________________
4131 [  8574] By: jhi                                   on 2001/01/28  03:09:06
4132         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
4133              from mainline.
4134              
4135              UTF-8 cleanup.
4136              
4137              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
4138              
4139              "\x{FF}\xFF" was broken.
4140              
4141              Tests for #8329 and #8330.
4142              
4143              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
4144              
4145              IRIX compiler noticed that the bof initialization might be
4146              bypassed by control flow.
4147              
4148              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
4149      Branch: maint-5.6/perl
4150           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
4151           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
4152 ____________________________________________________________________________
4153 [  8573] By: jhi                                   on 2001/01/28  02:06:12
4154         Log: Retract #8552.
4155      Branch: perl
4156            ! lib/Text/Wrap.pm t/lib/textwrap.t
4157 ____________________________________________________________________________
4158 [  8572] By: jhi                                   on 2001/01/28  02:04:49
4159         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
4160              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
4161              not really integrated but instead salvaged by hand
4162              (they had too many dependencies on the development release
4163              to be cleanly integratable).
4164              
4165              Subject: more UTF8 test suites and an UTF8 patch
4166              
4167              Tweak for MULTIPLICITY/USE_PERLIO
4168              
4169              Signedness nit.
4170              
4171              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
4172              
4173              Use the UTF8_XXX macros in is_utf8_char().
4174              
4175              Rewrite pp_concat() in terms of sv_catsv().  The . operator
4176              should now be UTF-8-proof.
4177              
4178              Subject: [PATCH perl@8269] scanning two hex-constants
4179              fails on EBCDIC environment (script length.t)
4180              
4181              Add some Unicode chop() tests.
4182      Branch: maint-5.6/perl
4183            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
4184           !> sv.c t/op/chop.t utf8.h
4185 ____________________________________________________________________________
4186 [  8571] By: jhi                                   on 2001/01/28  00:35:59
4187         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
4188              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
4189              
4190              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
4191              
4192              The maxiters upper limit sanity check (guarding against
4193              non-progress) assumed bytes instead of characters in s///
4194              and split().
4195              
4196              Signedness nit.
4197              
4198              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
4199              join() should now be UTF-8-proof.
4200              
4201              More split // UTF-8 tests. (8250)
4202      Branch: maint-5.6/perl
4203           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
4204           !> util.c
4205 ____________________________________________________________________________
4206 [  8570] By: jhi                                   on 2001/01/27  22:15:46
4207         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
4208              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
4209              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
4210              8084,8204,8244,8333 from mainline.
4211              
4212              For -Q where Q might be a one-letter sub name one does no more
4213              get a warning about an unknown filetest (7941,7943,7944,8084).
4214              
4215              Subject: Re: [ID 20001130.011] expression parsing bug ?
4216              
4217              Make uv_to_utf8() to zero-terminate its output buffer.
4218              
4219              Split off t/op/length.t (7995)
4220              
4221              Split off t/op/utf8decode.t (7996)
4222              
4223              Remove an unnecessary 'use utf8' from the utf8.t (7998)
4224              
4225              Split off t/op/concat.t (8004)
4226              
4227              Split off t/op/ver.t (8005)
4228              
4229              Document utf8_length(), utf8_distance(), and utf8_hop().
4230              
4231              Document utf8_to_uv() better.
4232              
4233              Introduce macros for UTF8 decoding (8028,8033).
4234              
4235              Add test for reverse() (8030,8031).
4236              
4237              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
4238              
4239              Do not return the Unicode replacement character    on UTF-8
4240              decoding failure.
4241              
4242              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
4243              not this_utf8 i.e. the output string has one, but don't mess
4244              with source assumption. (8052,8053)
4245              
4246              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
4247              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
4248              was not expecting to be called with something that was already
4249              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
4250              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
4251              (8054)
4252              
4253              Recode the naughty binary bytes in utf8decode.t using the \xHH.
4254              
4255              Make some panic messages a bit more logical.
4256      Branch: maint-5.6/perl
4257           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
4258           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
4259           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
4260           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
4261           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
4262           !> utf8.c utf8.h
4263 ____________________________________________________________________________
4264 [  8569] By: jhi                                   on 2001/01/27  19:16:43
4265         Log: Integrate changes #7750 from perlio and #8566 from mainline.
4266      Branch: maint-5.6/perl
4267           !> regexec.c sv.c
4268 ____________________________________________________________________________
4269 [  8568] By: jhi                                   on 2001/01/27  18:06:51
4270         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
4271              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
4272              7935[-perlio.c],7936,7959,7965 from mainline.
4273              
4274              Change the "big byte" error message to "Wide character".
4275              (7355, the croak-if-wide-chars-in-print part ignored)
4276              
4277              Use UINT64_C().
4278              
4279              Introduce Perl_utf8_length().
4280              
4281              diff -se shows these as different (7753, forgotten check-ins)
4282              
4283              Subject: [PATCH] doop.c - UTF8 tr///
4284              
4285              If we use (aTHX_ ...) then put Perl_ on the front.
4286              
4287              Make utf8_length() and utf8_distance() to be less forgiving
4288              about bad UTF-8.
4289              
4290              Test line numbers are different with utf8.
4291              
4292              No need to scan till infinity, 13 is enough. (7872,7911)
4293              
4294              Subject: [PATCH] Tokeniser debugging
4295              
4296              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
4297              
4298              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
4299              
4300              Be more careful in Perl_sv_utf8_downgrade().
4301              
4302              Use DO_UTF8().
4303              
4304              Raw zero bytes in text files confuse at least GNU patch 2.1.
4305      Branch: maint-5.6/perl
4306           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
4307           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
4308           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
4309           !> t/pragma/utf8.t toke.c utf8.c utf8.h
4310 ____________________________________________________________________________
4311 [  8567] By: nick                                  on 2001/01/27  11:10:38
4312         Log: Integrate mainline
4313      Branch: perlio
4314           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
4315           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
4316           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
4317           !> toke.c
4318 ____________________________________________________________________________
4319 [  8566] By: jhi                                   on 2001/01/27  06:22:48
4320         Log: More documentation for the regexp context stack.
4321      Branch: perl
4322            ! regexec.c
4323 ____________________________________________________________________________
4324 [  8565] By: jhi                                   on 2001/01/27  05:21:57
4325         Log: Update Changes.
4326      Branch: perl
4327            ! Changes patchlevel.h
4328 ____________________________________________________________________________
4329 [  8564] By: jhi                                   on 2001/01/27  04:44:04
4330         Log: Threadedness patch for #8562 from Doug MacEachern.
4331      Branch: perl
4332            ! toke.c
4333 ____________________________________________________________________________
4334 [  8563] By: jhi                                   on 2001/01/27  04:26:24
4335         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
4336              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4337              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
4338              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
4339      Branch: perl
4340            ! op.c
4341 ____________________________________________________________________________
4342 [  8562] By: jhi                                   on 2001/01/27  04:20:30
4343         Log: Subject: Re: Announce : Tokener reporting patch
4344              From: Simon Cozens <simon@cozens.net>
4345              Date: Mon, 22 Jan 2001 02:17:22 +0000
4346              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
4347      Branch: perl
4348            ! embed.h embed.pl proto.h toke.c
4349 ____________________________________________________________________________
4350 [  8561] By: jhi                                   on 2001/01/27  04:17:24
4351         Log: Forgot from #8545.  Oops.
4352      Branch: perl
4353            ! pp.c t/pragma/overload.t
4354 ____________________________________________________________________________
4355 [  8560] By: jhi                                   on 2001/01/27  03:01:47
4356         Log: A better module compilation test, use MANIFEST as suggested
4357              by Spider.
4358      Branch: perl
4359            ! t/lib/1_compile.t
4360 ____________________________________________________________________________
4361 [  8559] By: jhi                                   on 2001/01/27  02:50:48
4362         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
4363              From: Peter Prymmer <pvhp@forte.com>
4364              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
4365              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
4366      Branch: perl
4367            ! t/lib/b.t
4368 ____________________________________________________________________________
4369 [  8558] By: jhi                                   on 2001/01/27  02:27:05
4370         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
4371              From: Peter Prymmer <pvhp@forte.com>
4372              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
4373              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
4374      Branch: perl
4375            ! t/pragma/sub_lval.t
4376 ____________________________________________________________________________
4377 [  8557] By: jhi                                   on 2001/01/27  02:26:03
4378         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
4379              From: Peter Prymmer <pvhp@forte.com>
4380              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
4381              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
4382      Branch: perl
4383            ! t/lib/st-06compat.t
4384 ____________________________________________________________________________
4385 [  8556] By: jhi                                   on 2001/01/27  02:24:33
4386         Log: Subject: [PATCH: perl@8531] minor update to README.os390
4387              From: Peter Prymmer <pvhp@forte.com>
4388              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
4389              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
4390      Branch: perl
4391            ! README.os390
4392 ____________________________________________________________________________
4393 [  8555] By: jhi                                   on 2001/01/27  00:35:47
4394         Log: No point in checking the length before we know whether the pointer
4395              is bogus or not, fixes Abigail's odbm failures in Linux.
4396      Branch: perl
4397            ! sv.c
4398 ____________________________________________________________________________
4399 [  8554] By: nick                                  on 2001/01/26  19:01:31
4400         Log: Integrate mainline
4401      Branch: perlio
4402           !> lib/Text/Wrap.pm t/lib/textwrap.t
4403 ____________________________________________________________________________
4404 [  8553] By: jhi                                   on 2001/01/26  15:19:39
4405         Log: Integrate change #7792 from perlio (multiplicity fix),
4406              fix the AV leak in regex DEBUGGING (tiny part of the
4407              polymorphic regexp patch #8143).
4408      Branch: maint-5.6/perl
4409            ! regcomp.c
4410           !> scope.h
4411 ____________________________________________________________________________
4412 [  8552] By: jhi                                   on 2001/01/26  15:03:23
4413         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
4414              From: Michael G Schwern <schwern@pobox.com>
4415              Date: Fri, 26 Jan 2001 09:28:31 -0500
4416              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
4417      Branch: perl
4418            ! lib/Text/Wrap.pm t/lib/textwrap.t
4419 ____________________________________________________________________________
4420 [  8551] By: jhi                                   on 2001/01/26  02:33:19
4421         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
4422              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
4423              
4424              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
4425              
4426              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
4427              
4428              Message nit.
4429              
4430              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
4431              
4432              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
4433              
4434              (the cleanup of unused submatches in regtry() and regcppop())
4435              
4436              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
4437              stored and restored, and thusly was trounced by the utf8 swash
4438              routines.
4439              
4440              use utf8 not required to use \x{}.
4441              
4442              Removed two more tests that make no sense in UTF-8 since the test
4443              data is not in UTF-8.
4444              
4445              Get the three different space character classes right under utf8.
4446              
4447              Implement ANYOFUTF8 regprop() dumping.
4448              
4449              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
4450              
4451              Document the regex context pushing/popping a bit better.
4452      Branch: maint-5.6/perl
4453           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
4454           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
4455           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
4456           !> t/op/regmesg.t utf8.c
4457 ____________________________________________________________________________
4458 [  8550] By: nick                                  on 2001/01/25  19:42:30
4459         Log: Integrate mainline
4460      Branch: perlio
4461           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
4462           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
4463           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
4464           !> t/lib/bigint.t t/lib/bigintpm.t
4465 ____________________________________________________________________________
4466 [  8549] By: jhi                                   on 2001/01/25  15:22:28
4467         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
4468      Branch: maint-5.6/perl
4469            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
4470 ____________________________________________________________________________
4471 [  8548] By: jhi                                   on 2001/01/25  15:02:55
4472         Log: Integrate changes #7997,8063,8492,8547 from mainline.
4473              
4474              Subject: Re: STRLEN - what?
4475              
4476              Subject: [PATCH] perlguts.pod
4477              
4478              Memory management calls documentation.
4479              
4480              Layout using tabulator is not a good idea in a pod.
4481      Branch: maint-5.6/perl
4482           !> pod/perlguts.pod
4483 ____________________________________________________________________________
4484 [  8547] By: jhi                                   on 2001/01/25  14:49:05
4485         Log: Layout using tabulator is not a good idea in a pod.
4486      Branch: perl
4487            ! pod/perlguts.pod
4488 ____________________________________________________________________________
4489 [  8546] By: jhi                                   on 2001/01/25  14:31:12
4490         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
4491              from mainline.
4492              
4493              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
4494              
4495              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
4496              
4497              More Win32 editor/IDE/shell hints.
4498              
4499              More Win32 Perling.
4500              
4501              Yet another editor edit.
4502              
4503              Edit edit edit.
4504              
4505              IDE/editor section tweaking.
4506              
4507              Few more IDE/editor nits from p5p.
4508      Branch: maint-5.6/perl
4509           !> pod/perlfaq3.pod
4510 ____________________________________________________________________________
4511 [  8545] By: jhi                                   on 2001/01/25  04:16:32
4512         Log: Subject: [PATCH 5.7.0] overload int()
4513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4514              Date: Wed, 24 Jan 2001 19:06:57 -0500
4515              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
4516      Branch: perl
4517            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
4518            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
4519            ! t/lib/bigintpm.t
4520 ____________________________________________________________________________
4521 [  8544] By: jhi                                   on 2001/01/25  04:15:11
4522         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
4523              From: Peter Prymmer <pvhp@forte.com>
4524              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
4525              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
4526      Branch: perl
4527            ! Makefile.SH README.os390 hints/os390.sh installperl
4528 ____________________________________________________________________________
4529 [  8543] By: jhi                                   on 2001/01/25  03:52:08
4530         Log: Integrate change #8462,8469 from mainline.
4531              
4532              In VMS Perl subversion (perl -V) is undef.
4533      Branch: maint-5.6/perl
4534           !> configure.com
4535 ____________________________________________________________________________
4536 [  8542] By: jhi                                   on 2001/01/25  03:44:55
4537         Log: Integrate changes #7835,7850,8315,8316 from mainline.
4538              
4539              Solaris hints.
4540      Branch: maint-5.6/perl
4541           !> hints/solaris_2.sh
4542 ____________________________________________________________________________
4543 [  8541] By: jhi                                   on 2001/01/25  03:39:28
4544         Log: Integrate #8336 from mainline.
4545      Branch: maint-5.6/perl
4546           !> hv.c
4547 ____________________________________________________________________________
4548 [  8540] By: jhi                                   on 2001/01/25  03:23:50
4549         Log: Retract #8539.
4550      Branch: maint-5.6/perl
4551            ! pod/perlfaq3.pod
4552 ____________________________________________________________________________
4553 [  8539] By: jhi                                   on 2001/01/25  03:21:55
4554         Log: (Retracted by #5940.)
4555      Branch: maint-5.6/perl
4556            ! pod/perlfaq3.pod
4557 ____________________________________________________________________________
4558 [  8538] By: jhi                                   on 2001/01/25  03:14:07
4559         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
4560              From: Peter Prymmer <pvhp@forte.com>
4561              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
4562              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
4563              
4564              The VMS bits.
4565      Branch: maint-5.6/perl
4566            ! configure.com vms/descrip_mms.template
4567 ____________________________________________________________________________
4568 [  8537] By: jhi                                   on 2001/01/25  03:06:09
4569         Log: Integrate #7710,7824,7973 from mainline.
4570      Branch: maint-5.6/perl
4571           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4572           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
4573           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
4574           !> vos/config.ga.def vos/config.ga.h win32/config.bc
4575           !> win32/config.gc win32/config.vc
4576 ____________________________________________________________________________
4577 [  8536] By: jhi                                   on 2001/01/24  13:50:20
4578         Log: Revert the edits made by me so far to the 5.6 branch since
4579              the TRIAL1 since I did edits when I should have been using
4580              integrates.  Bad programmer.   (Will integrate them properly later.)
4581              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
4582              The #8353 will not be reapplied at least for now since
4583              the UTF-8 hash keys need more thinking.
4584              (The patches #8347, #8354, #8454, #8473 were okay since they
4585              were original edits made specifically for the 5.6.1-TRIAL1.)
4586      Branch: maint-5.6/perl
4587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4588            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
4589            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
4590            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
4591            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
4592            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4593            ! win32/config.bc win32/config.gc win32/config.vc
4594 ____________________________________________________________________________
4595 [  8535] By: bailey                                on 2001/01/24  06:37:02
4596         Log: SYN SYN
4597      Branch: vmsperl
4598           +> (branch 26 files)
4599           !> (integrate 130 files)
4600 ____________________________________________________________________________
4601 [  8534] By: nick                                  on 2001/01/23  19:30:57
4602         Log: Integrate mainline.
4603      Branch: perlio
4604           !> Changes Configure Porting/Glossary Porting/config.sh
4605           !> Porting/config_H embed.h embed.pl ext/Encode/compile
4606           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
4607           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
4608           !> pod/perlvar.pod proto.h t/lib/1_compile.t
4609 ____________________________________________________________________________
4610 [  8533] By: jhi                                   on 2001/01/23  16:15:46
4611         Log: Forgotten from #8501.
4612      Branch: perl
4613            ! Porting/Glossary Porting/config.sh Porting/config_H
4614 ____________________________________________________________________________
4615 [  8532] By: jhi                                   on 2001/01/23  16:13:27
4616         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
4617              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4618              Date: Mon, 22 Jan 2001 17:51:58 +0100
4619              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
4620      Branch: perl
4621            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
4622 ____________________________________________________________________________
4623 [  8531] By: jhi                                   on 2001/01/23  15:46:01
4624         Log: Update Changes.
4625      Branch: perl
4626            ! Changes patchlevel.h
4627 ____________________________________________________________________________
4628 [  8530] By: jhi                                   on 2001/01/23  15:38:39
4629         Log: De-cut-and-pasto.
4630      Branch: perl
4631            ! t/lib/1_compile.t
4632 ____________________________________________________________________________
4633 [  8529] By: jhi                                   on 2001/01/23  15:11:04
4634         Log: Document the mkdir trailing slashes case.
4635      Branch: perl
4636            ! pod/perlfunc.pod
4637 ____________________________________________________________________________
4638 [  8528] By: jhi                                   on 2001/01/23  15:08:28
4639         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
4640              get installed:
4641              
4642              Subject: lib/lib.pm
4643              From: <abigail@foad.org>
4644              Date: Mon, 28 Aug 2000 20:35:08 -0400
4645              Message-ID: <20000829003508.21281.qmail@foad.org>
4646      Branch: perl
4647            ! installperl
4648 ____________________________________________________________________________
4649 [  8527] By: jhi                                   on 2001/01/23  14:44:04
4650         Log: Metaconfig unit change for #8526.
4651      Branch: metaconfig
4652            ! U/threads/archname.U
4653 ____________________________________________________________________________
4654 [  8526] By: jhi                                   on 2001/01/23  14:43:19
4655         Log: Attach -perlio to the archname if so selected.
4656      Branch: perl
4657            ! Configure
4658 ____________________________________________________________________________
4659 [  8525] By: jhi                                   on 2001/01/23  14:24:01
4660         Log: Subject: [PATCH] pod/perlvar.pod
4661              From: abigail@foad.org
4662              Date: Tue, 23 Jan 2001 01:41:10 +0100
4663              Message-ID: <20010123004110.22259.qmail@foad.org>
4664      Branch: perl
4665            ! pod/perlvar.pod
4666 ____________________________________________________________________________
4667 [  8524] By: jhi                                   on 2001/01/23  14:22:32
4668         Log: A bug introduced in #8217 (the undefined variable in the
4669              lib/safe1_t #3) fixed, by Charles Lane:
4670              
4671              The earlier patch made it so that stuff running in Safe
4672              compartments could do a "caller" and see "main".  That
4673              little change in name is done right before the code in
4674              the compartment is run, and apparantly the parser
4675              was picking up the stash name before it got changed.
4676              
4677              (why it was threaded vs. unthreaded Perl that was sensitive to this
4678              I still don't know...and it probably doesn't matter).
4679              
4680              I tryed removing the stash name-change and saw that threaded Perl
4681              did indeed pass the lib/safe1.t tests.
4682              
4683              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
4684              do the name change (and to connect _ in the compartment to the global
4685              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
4686              to call _safe_pkg_prep when creating a new compartment.
4687              
4688              Passes all tests with threaded perl on linux; passes all tests
4689              with unthreaded perl on VMS.
4690              
4691              At some point I'll probably want to revisit Safe and Opcode to
4692              provide more sensible handling of global variables...and to get
4693              formats working in Safe compartments, which they don't do currently.
4694      Branch: perl
4695            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
4696 ____________________________________________________________________________
4697 [  8523] By: jhi                                   on 2001/01/23  14:11:58
4698         Log: Also the lib/Thread.pm itself needs to be ignored if
4699              the Thread extension hasn't been built.
4700      Branch: perl
4701            ! t/lib/1_compile.t
4702 ____________________________________________________________________________
4703 [  8522] By: jhi                                   on 2001/01/23  13:51:28
4704         Log: print() instead of warn() so that stderr doesn't get
4705              unncessarily polluted.
4706      Branch: perl
4707            ! ext/Encode/compile
4708 ____________________________________________________________________________
4709 [  8521] By: jhi                                   on 2001/01/23  13:49:48
4710         Log: Integrate perlio.
4711      Branch: perl
4712           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
4713           !> ext/Encode/encode.h
4714 ____________________________________________________________________________
4715 [  8520] By: nick                                  on 2001/01/22  21:44:00
4716         Log: More messing with Encode:
4717              Extra fields in header to allow multiple names and to record
4718              other things "compile" knows.
4719              Re-organise compile to factor out common output routines.
4720      Branch: perlio
4721            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
4722 ____________________________________________________________________________
4723 [  8519] By: nick                                  on 2001/01/22  20:33:50
4724         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
4725      Branch: perlio
4726            ! ext/Encode/Makefile.PL ext/Encode/compile
4727 ____________________________________________________________________________
4728 [  8518] By: nick                                  on 2001/01/22  20:28:13
4729         Log: Integrate mainline
4730      Branch: perlio
4731           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
4732           !> vos/config.alpha.def vos/config.alpha.h
4733 ____________________________________________________________________________
4734 [  8517] By: jhi                                   on 2001/01/22  15:37:17
4735         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
4736              by Inaba Hiroto.
4737      Branch: perl
4738            ! sv.c
4739 ____________________________________________________________________________
4740 [  8516] By: jhi                                   on 2001/01/22  14:55:15
4741         Log: More SIG_SIZE fixes.
4742      Branch: perl
4743            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
4744 ____________________________________________________________________________
4745 [  8515] By: jhi                                   on 2001/01/22  14:50:27
4746         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
4747              From: "Craig A. Berry" <craigberry@mac.com>
4748              Date: Mon, 22 Jan 2001 00:42:24 -0600
4749              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
4750      Branch: perl
4751            ! configure.com
4752 ____________________________________________________________________________
4753 [  8514] By: jhi                                   on 2001/01/22  14:31:17
4754         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
4755              From: "Craig A. Berry" <craigberry@mac.com>
4756              Date: Sun, 21 Jan 2001 23:03:25 -0600
4757              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
4758      Branch: perl
4759            ! configure.com
4760 ____________________________________________________________________________
4761 [  8513] By: jhi                                   on 2001/01/22  14:14:00
4762         Log: Add the .ucm encoding tables to the MANIFEST.
4763      Branch: perl
4764            ! MANIFEST
4765 ____________________________________________________________________________
4766 [  8512] By: jhi                                   on 2001/01/22  13:43:33
4767         Log: Integrate perlio.
4768      Branch: perl
4769           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4770           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4771           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4772           +> ext/Encode/Encode/iso8859-10.ucm
4773           +> ext/Encode/Encode/iso8859-13.ucm
4774           +> ext/Encode/Encode/iso8859-14.ucm
4775           +> ext/Encode/Encode/iso8859-15.ucm
4776           +> ext/Encode/Encode/iso8859-16.ucm
4777           +> ext/Encode/Encode/iso8859-2.ucm
4778           +> ext/Encode/Encode/iso8859-3.ucm
4779           +> ext/Encode/Encode/iso8859-4.ucm
4780           +> ext/Encode/Encode/iso8859-5.ucm
4781           +> ext/Encode/Encode/iso8859-6.ucm
4782           +> ext/Encode/Encode/iso8859-7.ucm
4783           +> ext/Encode/Encode/iso8859-8.ucm
4784           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
4785           +> ext/Encode/Encode/symbol.ucm
4786           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
4787           !> perliol.h
4788 ____________________________________________________________________________
4789 [  8511] By: nick                                  on 2001/01/21  23:44:47
4790         Log: Make "real" layers of ":utf8" and ":raw".
4791              So now PERLIO=utf8 perl ...
4792              does what Andreas wanted.
4793              Fix arg passing in open.pm (still have a Carp issue).
4794      Branch: perlio
4795            ! lib/open.pm perlio.c perliol.h
4796 ____________________________________________________________________________
4797 [  8510] By: jhi                                   on 2001/01/21  22:56:53
4798         Log: Document the regex context pushing/popping a bit better.
4799      Branch: perl
4800            ! regexec.c
4801 ____________________________________________________________________________
4802 [  8509] By: jhi                                   on 2001/01/21  22:55:44
4803         Log: Tweak the mkdir trailing slash code some more.
4804              
4805              TO DO: the same handling should probably be done for
4806              all the other filesystem functions that can have directories
4807              as their arguments.
4808      Branch: perl
4809            ! pp_sys.c
4810 ____________________________________________________________________________
4811 [  8508] By: nick                                  on 2001/01/21  21:37:43
4812         Log: Switch "compiled in" encodings to .ucm format.
4813              (Leave others as .enc till we can run-time load .ucm,
4814              or find some other way to load them.)
4815      Branch: perlio
4816            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4817            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4818            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4819            + ext/Encode/Encode/iso8859-10.ucm
4820            + ext/Encode/Encode/iso8859-13.ucm
4821            + ext/Encode/Encode/iso8859-14.ucm
4822            + ext/Encode/Encode/iso8859-15.ucm
4823            + ext/Encode/Encode/iso8859-16.ucm
4824            + ext/Encode/Encode/iso8859-2.ucm
4825            + ext/Encode/Encode/iso8859-3.ucm
4826            + ext/Encode/Encode/iso8859-4.ucm
4827            + ext/Encode/Encode/iso8859-5.ucm
4828            + ext/Encode/Encode/iso8859-6.ucm
4829            + ext/Encode/Encode/iso8859-7.ucm
4830            + ext/Encode/Encode/iso8859-8.ucm
4831            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
4832            + ext/Encode/Encode/symbol.ucm
4833            ! ext/Encode/Makefile.PL ext/Encode/compile
4834 ____________________________________________________________________________
4835 [  8507] By: nick                                  on 2001/01/21  21:02:03
4836         Log: Integrate (partial) mainline.
4837      Branch: perlio
4838           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
4839           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
4840           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4841 ____________________________________________________________________________
4842 [  8506] By: jhi                                   on 2001/01/21  20:09:30
4843         Log: Update Changes.
4844      Branch: perl
4845            ! Changes patchlevel.h
4846 ____________________________________________________________________________
4847 [  8505] By: jhi                                   on 2001/01/21  19:39:59
4848         Log: Subject: Minor typos in perlfaq2.pod
4849              From: "Stephen P. Potter" <spp@spotter.yi.org>
4850              Message-Id: <200101192101.QAA11911@spotter.yi.org>
4851              Date: Fri, 19 Jan 2001 16:01:13 -0500
4852              
4853              with a nit from Philip Netwon.
4854      Branch: perl
4855            ! pod/perlfaq2.pod
4856 ____________________________________________________________________________
4857 [  8504] By: jhi                                   on 2001/01/21  19:33:05
4858         Log: Metaconfig change for #8503.
4859      Branch: metaconfig
4860            ! U/threads/usethreads.U
4861 ____________________________________________________________________________
4862 [  8503] By: jhi                                   on 2001/01/21  19:32:21
4863         Log: Sanity check for conflicting thread flavours.
4864      Branch: perl
4865            ! Configure config_h.SH
4866 ____________________________________________________________________________
4867 [  8502] By: jhi                                   on 2001/01/21  19:23:00
4868         Log: Metaconfig change for #8501.
4869      Branch: metaconfig
4870            ! U/modified/sig_name.U
4871 ____________________________________________________________________________
4872 [  8501] By: jhi                                   on 2001/01/21  19:22:26
4873         Log: The SIG_SIZE is the number of the elements *excluding*
4874              the terminating NULL.
4875      Branch: perl
4876            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
4877            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
4878            ! win32/config_H.vc
4879 ____________________________________________________________________________
4880 [  8500] By: jhi                                   on 2001/01/21  18:31:31
4881         Log: Integrate perlio.
4882      Branch: perl
4883           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
4884           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
4885           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
4886           !> pp_sys.c proto.h sv.c
4887 ____________________________________________________________________________
4888 [  8499] By: jhi                                   on 2001/01/21  17:43:57
4889         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
4890              From: Hugo <hv@crypt.compulink.co.uk>
4891              Date: Sun, 21 Jan 2001 13:34:05 +0000
4892              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
4893              
4894              In sprintf UTF8ize only if necessary.
4895      Branch: perl
4896            ! sv.c
4897 ____________________________________________________________________________
4898 [  8498] By: nick                                  on 2001/01/21  16:25:32
4899         Log: Encode cleanup.
4900              Add command line control over "compile" so that Makefile.PL
4901              needs can be combined with other uses.
4902              Use command line options in Makefile.PL.
4903              Fix multi-byte parsing in .ucm files.
4904      Branch: perlio
4905            ! ext/Encode/Makefile.PL ext/Encode/compile
4906 ____________________________________________________________________________
4907 [  8497] By: nick                                  on 2001/01/21  12:56:27
4908         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
4909      Branch: perlio
4910            ! ext/Encode/Encode.xs
4911 ____________________________________________________________________________
4912 [  8496] By: nick                                  on 2001/01/21  12:18:45
4913         Log: Fixup after integrate:
4914              missed the .sym files that are changed by regen_headers
4915              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
4916      Branch: perlio
4917            ! global.sym pp.sym sv.c
4918 ____________________________________________________________________________
4919 [  8495] By: nick                                  on 2001/01/21  11:51:07
4920         Log: Integrate mainline.
4921      Branch: perlio
4922           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
4923           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
4924           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
4925           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
4926           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
4927           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
4928           !> win32/Makefile win32/makefile.mk
4929 ____________________________________________________________________________
4930 [  8494] By: jhi                                   on 2001/01/20  23:12:11
4931         Log: Forgot the expect_number() prototype.
4932      Branch: perl
4933            ! embed.h embed.pl proto.h
4934 ____________________________________________________________________________
4935 [  8493] By: jhi                                   on 2001/01/20  22:56:39
4936         Log: Subject: [PATCH: perl@8482] README.vms URL updates
4937              From: Peter Prymmer <pvhp@forte.com>
4938              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
4939              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
4940              
4941              Plus Craig A. Berry's suggestion to use compaq.com instead
4942              of digital.com.
4943      Branch: perl
4944            ! README.vms
4945 ____________________________________________________________________________
4946 [  8492] By: jhi                                   on 2001/01/20  22:50:05
4947         Log: Memory management calls documentation.
4948      Branch: perl
4949            ! pod/perlguts.pod
4950 ____________________________________________________________________________
4951 [  8491] By: jhi                                   on 2001/01/20  22:38:33
4952         Log: Signedness nit plus few memcpy/Copy nits.
4953      Branch: perl
4954            ! sv.c
4955 ____________________________________________________________________________
4956 [  8490] By: jhi                                   on 2001/01/20  22:25:53
4957         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
4958              From: Peter Prymmer <pvhp@forte.com>
4959              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
4960              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
4961      Branch: perl
4962            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
4963 ____________________________________________________________________________
4964 [  8489] By: jhi                                   on 2001/01/20  22:24:41
4965         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
4966              From: Peter Prymmer <pvhp@forte.com>
4967              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
4968              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
4969      Branch: perl
4970            ! win32/Makefile win32/makefile.mk
4971 ____________________________________________________________________________
4972 [  8488] By: jhi                                   on 2001/01/20  22:22:27
4973         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
4974              From: Peter Prymmer <pvhp@forte.com>
4975              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
4976              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
4977      Branch: perl
4978            ! Makefile.SH
4979 ____________________________________________________________________________
4980 [  8487] By: jhi                                   on 2001/01/20  22:21:18
4981         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
4982              From: Peter Prymmer <pvhp@forte.com>
4983              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
4984              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
4985      Branch: perl
4986            + ext/DynaLoader/dl_dllload.xs
4987            ! MANIFEST Makefile.SH hints/os390.sh
4988 ____________________________________________________________________________
4989 [  8486] By: jhi                                   on 2001/01/20  22:17:53
4990         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
4991              From: Peter Prymmer <pvhp@forte.com>
4992              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
4993              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
4994      Branch: perl
4995            ! README.os390 README.posix-bc
4996 ____________________________________________________________________________
4997 [  8485] By: jhi                                   on 2001/01/20  20:15:30
4998         Log: Document and test the new qu operator.
4999      Branch: perl
5000            + t/op/qu.t
5001            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
5002            ! pod/perlretut.pod pod/perlunicode.pod
5003 ____________________________________________________________________________
5004 [  8484] By: nick                                  on 2001/01/20  19:42:30
5005         Log: Infrastructure to allow:
5006              open($fh,"|-",@array);
5007              to be implemented
5008              i.e. mark pp_open as needing a stack mark, and make pp_open
5009              process its args in that style (and pass them _all_ to tied handles OPEN).
5010              Invent do_openn() which takes SV ** at allow it to see multiple args.
5011              Note this does not _do_ anything yet.
5012      Branch: perlio
5013            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
5014            ! perlapi.c pp_proto.h pp_sys.c proto.h
5015 ____________________________________________________________________________
5016 [  8483] By: nick                                  on 2001/01/20  17:23:14
5017         Log: Integrate mainline.
5018      Branch: perlio
5019           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
5020           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
5021 ____________________________________________________________________________
5022 [  8482] By: jhi                                   on 2001/01/19  15:37:49
5023         Log: Update Changes.
5024      Branch: perl
5025            ! Changes patchlevel.h
5026 ____________________________________________________________________________
5027 [  8481] By: jhi                                   on 2001/01/19  14:41:24
5028         Log: Subject: Re: new feature: s?printf parameter reordering 
5029              From: Hugo <hv@crypt.compulink.co.uk>
5030              Date: Thu, 11 Jan 2001 17:09:03 +0000
5031              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
5032              
5033              - support reordering for all parameters: %, *v, *, .*
5034              - lay down that the reordering specification must immediately
5035              follow that parameter: %3$, *v3$, *3$, .*3$
5036              - fix vectorisation of a zero-length string
5037              - factor out the code choosing the argument to format
5038              
5039              Possibly unwanted side-effects:
5040              - the special format specifiers ' +-0' must now precede any
5041              vectorisation specifier. Tests in op/sprintf and op/ver
5042              have been changed to reflect this.
5043              - sprintf.t test #214 changed its expectations because in many
5044              cases, the next parameter has already been consumed when an
5045              invalid type letter is detected.
5046              
5047              Probably wanted side-effects:
5048              - attempts to format a non-existent parameter will warn as if C<undef>
5049              - attempt to write to non-existent parameter with '%n' will complain
5050              of "attempt to modify read-only value" instead of being silent
5051      Branch: perl
5052            ! sv.c t/op/sprintf.t t/op/ver.t
5053 ____________________________________________________________________________
5054 [  8480] By: jhi                                   on 2001/01/19  14:08:37
5055         Log: Subject: PATCH pragma/locale.t
5056              From: andreas.koenig@anima.de (Andreas J. Koenig)
5057              Date: 18 Jan 2001 09:45:37 +0100
5058              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
5059      Branch: perl
5060            ! t/pragma/locale.t
5061 ____________________________________________________________________________
5062 [  8479] By: jhi                                   on 2001/01/19  13:19:58
5063         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
5064      Branch: perl
5065            ! configure.com
5066 ____________________________________________________________________________
5067 [  8478] By: jhi                                   on 2001/01/19  02:12:35
5068         Log: Automate 1_compile.t.
5069      Branch: perl
5070            ! t/lib/1_compile.t
5071 ____________________________________________________________________________
5072 [  8477] By: jhi                                   on 2001/01/19  01:49:56
5073         Log: Integrate perlio.
5074      Branch: perl
5075           !> sv.c win32/config.bc win32/config.gc win32/config.vc
5076           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5077 ____________________________________________________________________________
5078 [  8476] By: nick                                  on 2001/01/18  21:51:52
5079         Log: Integrate mainline
5080      Branch: perlio
5081           +> t/lib/1_compile.t t/lib/compmod.pl
5082           !> MANIFEST configure.com lib/unicode/distinct.pm
5083 ____________________________________________________________________________
5084 [  8475] By: nick                                  on 2001/01/18  21:48:02
5085         Log: Win32 "safe signals" co-existance fix.
5086              Fix SIG_SIZE value.
5087              Clear PL_sig_pending when cloning (fork).
5088      Branch: perlio
5089            ! sv.c win32/config.bc win32/config.gc win32/config.vc
5090            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5091 ____________________________________________________________________________
5092 [  8474] By: jhi                                   on 2001/01/18  14:40:57
5093         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
5094      Branch: perl
5095            ! t/lib/1_compile.t
5096 ____________________________________________________________________________
5097 [  8473] By: gsar                                  on 2001/01/18  11:42:31
5098         Log: unsubmitted trial1 change
5099      Branch: maint-5.6/perl
5100            ! Changes
5101 ____________________________________________________________________________
5102 [  8472] By: jhi                                   on 2001/01/18  04:30:24
5103         Log: The first bug found by 1_compile.t.
5104      Branch: perl
5105            ! lib/unicode/distinct.pm
5106 ____________________________________________________________________________
5107 [  8471] By: jhi                                   on 2001/01/18  04:29:42
5108         Log: Add Schwern's 1_compile test.  The compile_module script renamed
5109              to be a bit shorter for the 8.3 people.
5110      Branch: perl
5111            + t/lib/1_compile.t t/lib/compmod.pl
5112            ! MANIFEST
5113 ____________________________________________________________________________
5114 [  8470] By: jhi                                   on 2001/01/18  04:16:00
5115         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)
5116              From: Peter Prymmer <pvhp@forte.com>
5117              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
5118              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
5119              Replace #8463.
5120      Branch: maint-5.6/perl
5121            ! configure.com
5122 ____________________________________________________________________________
5123 [  8469] By: jhi                                   on 2001/01/18  04:13:02
5124         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)
5125              From: Peter Prymmer <pvhp@forte.com>
5126              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
5127              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
5128              Replace #8462.
5129      Branch: perl
5130            ! configure.com
5131 ____________________________________________________________________________
5132 [  8468] By: jhi                                   on 2001/01/18  03:42:08
5133         Log: Integrate perlio.
5134      Branch: perl
5135           !> gv.c mg.c perlio.c util.c
5136 ____________________________________________________________________________
5137 [  8467] By: nick                                  on 2001/01/17  22:41:10
5138         Log: "Safe" signals - trial implementation.
5139              gv.c tweaked to zero PL_sig_pend array
5140              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
5141              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
5142              Odd thing is that it "works" with PERLIO=stdio as well (linux).
5143      Branch: perlio
5144            ! gv.c mg.c perlio.c util.c
5145 ____________________________________________________________________________
5146 [  8466] By: nick                                  on 2001/01/17  20:40:20
5147         Log: Integrate mainline.
5148      Branch: perlio
5149           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5150           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
5151           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
5152           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5153           !> vos/config.ga.h win32/config.bc win32/config.gc
5154           !> win32/config.vc
5155 ____________________________________________________________________________
5156 [  8465] By: jhi                                   on 2001/01/17  18:37:13
5157         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
5158              From: Nicholas Clark <nick@ccl4.org>
5159              Date: Wed, 17 Jan 2001 17:31:33 +0000
5160              Message-ID: <20010117173133.I2633@plum.flirble.org>
5161      Branch: perl
5162            ! t/op/int.t
5163 ____________________________________________________________________________
5164 [  8464] By: jhi                                   on 2001/01/17  14:43:17
5165         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
5166              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5167              Date: Wed, 17 Jan 2001 15:16:43 +0100
5168              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
5169              
5170              pp_int() was dropping an NV to the floor,
5171              int(279964589018079/59) either returned not an integer
5172              4745162525730.15, or one got "Attempt to free unreferenced scalar."
5173      Branch: perl
5174            ! pp.c
5175 ____________________________________________________________________________
5176 [  8463] By: jhi                                   on 2001/01/17  06:12:42
5177         Log: (Replaced by #8470)
5178              
5179              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)
5180              From: "Craig A. Berry" <craigberry@mac.com>
5181              Date: Tue, 16 Jan 2001 23:38:46 -0600
5182              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
5183      Branch: maint-5.6/perl
5184            ! configure.com
5185 ____________________________________________________________________________
5186 [  8462] By: jhi                                   on 2001/01/17  06:11:31
5187         Log: (Replaced by #8469)
5188              
5189              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)
5190              From: "Craig A. Berry" <craigberry@mac.com>
5191              Date: Tue, 16 Jan 2001 23:38:46 -0600
5192              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
5193      Branch: perl
5194            ! configure.com
5195 ____________________________________________________________________________
5196 [  8461] By: jhi                                   on 2001/01/17  05:56:12
5197         Log: Allow for one trailing slash in the directory of mkdir().
5198      Branch: perl
5199            ! pp_sys.c
5200 ____________________________________________________________________________
5201 [  8460] By: jhi                                   on 2001/01/17  03:26:01
5202         Log: Metaconfig unit changes for #8459.
5203      Branch: metaconfig
5204            ! U/modified/Loc.U U/modified/sig_name.U
5205 ____________________________________________________________________________
5206 [  8459] By: jhi                                   on 2001/01/17  03:24:48
5207         Log: Define SIG_SIZE, the number of elements in the sig_name and
5208              sig_num arrays, including the final NULL entry.
5209      Branch: perl
5210            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5211            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
5212            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
5213            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5214            ! win32/config.bc win32/config.gc win32/config.vc
5215 ____________________________________________________________________________
5216 [  8458] By: jhi                                   on 2001/01/17  01:41:33
5217         Log: Integrate perlio.
5218      Branch: perl
5219           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
5220           !> perlapi.h proto.h sv.c
5221 ____________________________________________________________________________
5222 [  8457] By: nick                                  on 2001/01/16  22:07:26
5223         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
5224              Provides all the "cost" but no benefit yet - it is to allow cost
5225              to be measured, and implementation experiments (just in mg.c?).
5226      Branch: perlio
5227            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
5228            ! perlapi.h proto.h sv.c
5229 ____________________________________________________________________________
5230 [  8456] By: nick                                  on 2001/01/16  21:07:07
5231         Log: Integrate mainline.
5232      Branch: perlio
5233           !> (integrate 51 files)
5234 ____________________________________________________________________________
5235 [  8455] By: jhi                                   on 2001/01/16  18:13:43
5236         Log: Subject: [PATCH] regcomp.c old feature removal
5237              From: mjd@plover.com
5238              Date: 16 Jan 2001 14:43:18 -0000 
5239              Message-ID: <20010116144318.7140.qmail@plover.com> 
5240      Branch: perl
5241            ! regcomp.c
5242 ____________________________________________________________________________
5243 [  8454] By: jhi                                   on 2001/01/16  16:12:39
5244         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
5245              From: "Indy Singh" <indy@nusphere.com>
5246              Date: Wed, 10 Jan 2001 20:17:49 -0500
5247              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
5248      Branch: maint-5.6/perl
5249            ! win32/Makefile
5250 ____________________________________________________________________________
5251 [  8453] By: jhi                                   on 2001/01/16  16:09:33
5252         Log: Update Changes.
5253      Branch: perl
5254            ! Changes patchlevel.h
5255 ____________________________________________________________________________
5256 [  8452] By: jhi                                   on 2001/01/16  15:42:04
5257         Log: Subject: Re: API Cleanup
5258              To: perl5-porters@perl.org
5259              Date: Tue, 16 Jan 2001 13:42:30 +0000
5260              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
5261              
5262              Subject: [PATCH] utf8.c documentation
5263              From: Simon Cozens <simon@cozens.net>
5264              Date: Tue, 16 Jan 2001 13:52:48 +0000
5265              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
5266              
5267              Subject: Re: API Cleanup
5268              From: Simon Cozens <simon@cozens.net>
5269              Date: Tue, 16 Jan 2001 14:58:55 +0000
5270              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
5271              
5272              UTF-8 doc patches.
5273      Branch: perl
5274            ! embed.pl pod/perlapi.pod utf8.c
5275 ____________________________________________________________________________
5276 [  8451] By: jhi                                   on 2001/01/16  14:41:39
5277         Log: podlators 1.07, from Russ Allbery.
5278      Branch: perl
5279            ! lib/Pod/Man.pm
5280 ____________________________________________________________________________
5281 [  8450] By: jhi                                   on 2001/01/16  14:24:19
5282         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
5283              From: "Indy Singh" <indy@nusphere.com>
5284              Date: Mon, 15 Jan 2001 20:59:40 -0500
5285              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
5286      Branch: perl
5287            ! win32/Makefile
5288 ____________________________________________________________________________
5289 [  8449] By: jhi                                   on 2001/01/16  03:42:55
5290         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
5291              at the setting of the ofs_sv in new_struct_thread() as the
5292              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
5293              that invited a core dump.
5294      Branch: perl
5295            ! util.c
5296 ____________________________________________________________________________
5297 [  8448] By: jhi                                   on 2001/01/16  01:49:07
5298         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
5299              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5300              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
5301              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
5302              
5303              Replace #8444 and #8445.
5304      Branch: perl
5305            ! ext/B/B.xs ext/B/B/Debug.pm
5306 ____________________________________________________________________________
5307 [  8447] By: jhi                                   on 2001/01/15  21:05:35
5308         Log: Subject: [PATCH] API Variable documentation   
5309              From: Simon Cozens <simon@cozens.net>
5310              Date: Mon, 15 Jan 2001 19:35:54 +0000
5311              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
5312      Branch: perl
5313            ! pod/perlapi.pod thrdvar.h
5314 ____________________________________________________________________________
5315 [  8446] By: jhi                                   on 2001/01/15  20:49:20
5316         Log: Signedness nit.
5317      Branch: perl
5318            ! pp_ctl.c
5319 ____________________________________________________________________________
5320 [  8445] By: jhi                                   on 2001/01/15  20:28:48
5321         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
5322      Branch: perl
5323            ! ext/B/B/Debug.pm
5324 ____________________________________________________________________________
5325 [  8444] By: jhi                                   on 2001/01/15  13:09:10
5326         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
5327      Branch: perl
5328            ! ext/B/B.xs
5329 ____________________________________________________________________________
5330 [  8443] By: jhi                                   on 2001/01/15  13:06:26
5331         Log: Missing from #8439.
5332      Branch: perl
5333            ! keywords.h mg.c
5334 ____________________________________________________________________________
5335 [  8442] By: jhi                                   on 2001/01/15  13:02:38
5336         Log: Subject: [PATCH @8436] Eliminate op_children
5337              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5338              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
5339              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
5340              
5341              Subject: [PATCH @8436] Re: Eliminate op_children
5342              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5343              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
5344              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
5345      Branch: perl
5346            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
5347            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
5348            ! op.c op.h
5349 ____________________________________________________________________________
5350 [  8441] By: jhi                                   on 2001/01/15  12:57:08
5351         Log: Use the /^Perl_/-less form of is_lvalue_sub().
5352      Branch: perl
5353            ! pp.h
5354 ____________________________________________________________________________
5355 [  8440] By: jhi                                   on 2001/01/15  05:13:09
5356         Log: Revert #8437 and #8438, the Linux large files story is more complex.
5357      Branch: metaconfig/U/perl
5358            ! d_fpos64_t.U d_off64_t.U
5359      Branch: perl
5360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5361            ! config_h.SH configure.com epoc/config.sh perl.h
5362            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
5363            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5364            ! win32/config.bc win32/config.gc win32/config.vc
5365 ____________________________________________________________________________
5366 [  8439] By: jhi                                   on 2001/01/15  05:02:24
5367         Log: More UTF-8 patches from Inaba Hiroto.
5368              - The substr lval was still not okay.
5369              - Now pp_stringify and sv_setsv copies source's UTF8 flag
5370              even if IN_BYTE.  pp_stringify is called from fold_constants
5371              at optimization phase and "\x{100}" was made SvUTF8_off under
5372              use bytes (the bytes pragma is for "byte semantics" and not
5373              for "do not produce UTF8 data")
5374              - New `qu' operator to generate UTF8 string explicitly.
5375              Though I agree with the policy "0x00-0xff always produce bytes",
5376              sometimes want to such a string to be coded in UTF8.
5377              I can use pack"U0a*" but it requires more typing and has
5378              runtime overhead.
5379              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
5380              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
5381              string is not UTF8_on and has char 0x80-0xff.
5382              
5383              TODO: document and test qu.
5384      Branch: perl
5385            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
5386            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
5387            ! toke.c
5388 ____________________________________________________________________________
5389 [  8438] By: jhi                                   on 2001/01/14  05:10:23
5390         Log: Metaconfig unit changes for #8437.
5391      Branch: metaconfig/U/perl
5392            ! d_fpos64_t.U d_off64_t.U
5393 ____________________________________________________________________________
5394 [  8437] By: jhi                                   on 2001/01/14  04:55:34
5395         Log: Add <features.h> probing, seems to be needed for (some?)
5396              Linux largefileness.
5397      Branch: perl
5398            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5399            ! config_h.SH configure.com epoc/config.sh perl.h
5400            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
5401            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5402            ! win32/config.bc win32/config.gc win32/config.vc
5403 ____________________________________________________________________________
5404 [  8436] By: jhi                                   on 2001/01/13  17:47:21
5405         Log: Tighten some of the tests a bit.
5406      Branch: perl
5407            ! t/pragma/utf8.t
5408 ____________________________________________________________________________
5409 [  8435] By: jhi                                   on 2001/01/13  17:31:54
5410         Log: Integrate perlio.
5411      Branch: perl
5412           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
5413           !> win32/config_H.gc win32/config_H.vc
5414 ____________________________________________________________________________
5415 [  8434] By: nick                                  on 2001/01/13  11:36:53
5416         Log: Run dmake regen_config_h for Win32
5417      Branch: perlio
5418            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5419 ____________________________________________________________________________
5420 [  8433] By: nick                                  on 2001/01/13  11:31:55
5421         Log: VMS friendly patch to Encode compile process
5422      Branch: perlio
5423            ! ext/Encode/Makefile.PL ext/Encode/compile
5424 ____________________________________________________________________________
5425 [  8432] By: nick                                  on 2001/01/13  11:06:44
5426         Log: Integrate mainline
5427      Branch: perlio
5428           +> ext/B/B/Concise.pm
5429           !> (integrate 52 files)
5430 ____________________________________________________________________________
5431 [  8431] By: jhi                                   on 2001/01/13  05:55:55
5432         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
5433              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5434              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
5435              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
5436      Branch: perl
5437            ! ext/B/B/Concise.pm
5438 ____________________________________________________________________________
5439 [  8430] By: jhi                                   on 2001/01/13  04:24:18
5440         Log: The LVRET macro needed an aTHX.
5441      Branch: perl
5442            ! pp.h
5443 ____________________________________________________________________________
5444 [  8429] By: jhi                                   on 2001/01/13  02:12:42
5445         Log: Update Changes.
5446      Branch: perl
5447            ! Changes patchlevel.h
5448 ____________________________________________________________________________
5449 [  8428] By: jhi                                   on 2001/01/13  02:08:50
5450         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
5451              From: Peter Prymmer <pvhp@forte.com>
5452              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
5453              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
5454              
5455              Add a BEGIN guard for sloppy floating point division.
5456      Branch: perl
5457            ! lib/Math/BigInt.pm lib/bigint.pl
5458 ____________________________________________________________________________
5459 [  8427] By: jhi                                   on 2001/01/13  01:47:16
5460         Log: The B::Terse drop-in replacement wasn't quite drop-in.
5461      Branch: perl
5462            ! ext/B/B/Terse.pm
5463 ____________________________________________________________________________
5464 [  8426] By: jhi                                   on 2001/01/12  21:20:43
5465         Log: Use UVXf.
5466      Branch: perl
5467            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5468            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
5469            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
5470            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5471            ! win32/config.gc win32/config.vc
5472 ____________________________________________________________________________
5473 [  8425] By: jhi                                   on 2001/01/12  20:20:14
5474         Log: Subject: [PATCH perl@8342] -Wformat
5475              From: Robin Barker <rmb1@cise.npl.co.uk>
5476              Date: Fri, 12 Jan 2001 20:03:14 GMT
5477              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
5478      Branch: perl
5479            ! ext/Encode/Encode.xs mg.c sv.c toke.c
5480 ____________________________________________________________________________
5481 [  8424] By: jhi                                   on 2001/01/12  20:01:48
5482         Log: Subject: B::Concise -- an improved replacement for B::Terse 
5483              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5484              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
5485              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
5486      Branch: perl
5487            + ext/B/B/Concise.pm
5488            ! MANIFEST ext/B/B/Terse.pm
5489 ____________________________________________________________________________
5490 [  8423] By: jhi                                   on 2001/01/12  19:24:02
5491         Log: The new metaconfig unit from the #8421.
5492      Branch: metaconfig/U/perl
5493            + d_sigprocmask.U
5494 ____________________________________________________________________________
5495 [  8422] By: jhi                                   on 2001/01/12  19:23:43
5496         Log: Forgot the microperl config from the #8421.
5497      Branch: perl
5498            ! uconfig.h uconfig.sh
5499 ____________________________________________________________________________
5500 [  8421] By: jhi                                   on 2001/01/12  19:05:27
5501         Log: Add sigprocmask() probe, regen Configure, regen toc.
5502      Branch: perl
5503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5504            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
5505            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5506            ! vos/config.ga.h win32/config.bc win32/config.gc
5507            ! win32/config.vc
5508 ____________________________________________________________________________
5509 [  8420] By: jhi                                   on 2001/01/12  18:34:31
5510         Log: Add sockatmark() to the todo list.
5511      Branch: perl
5512            ! Todo-5.6
5513 ____________________________________________________________________________
5514 [  8419] By: jhi                                   on 2001/01/12  18:09:46
5515         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
5516      Branch: perl
5517            ! op.c
5518 ____________________________________________________________________________
5519 [  8418] By: jhi                                   on 2001/01/12  18:05:30
5520         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
5521              From: Radu Greab <radu@netsoft.ro>
5522              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
5523              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
5524      Branch: perl
5525            ! op.c t/pragma/sub_lval.t
5526 ____________________________________________________________________________
5527 [  8417] By: jhi                                   on 2001/01/12  16:09:09
5528         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
5529              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
5530              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
5531              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
5532      Branch: perl
5533            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
5534            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
5535            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
5536            ! t/pragma/sub_lval.t toke.c
5537 ____________________________________________________________________________
5538 [  8416] By: jhi                                   on 2001/01/12  15:42:06
5539         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
5540              From: "Richard Soderberg" <rs@crystalflame.net>
5541              Date: Fri, 12 Jan 2001 04:49:35 -0800
5542              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
5543              
5544              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
5545              according to the platform.
5546      Branch: perl
5547            ! op.c
5548 ____________________________________________________________________________
5549 [  8415] By: jhi                                   on 2001/01/12  15:33:41
5550         Log: One more UTF-8 fix from Inaba Hiroto.
5551      Branch: perl
5552            ! pp.c regexec.c t/pragma/utf8.t
5553 ____________________________________________________________________________
5554 [  8414] By: jhi                                   on 2001/01/12  15:30:18
5555         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
5556      Branch: perl
5557            ! regexec.c
5558 ____________________________________________________________________________
5559 [  8413] By: jhi                                   on 2001/01/12  15:22:10
5560         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
5561              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5562              Date: Thu, 11 Jan 2001 12:53:36 +0100
5563              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
5564      Branch: perl
5565            ! toke.c
5566 ____________________________________________________________________________
5567 [  8412] By: jhi                                   on 2001/01/12  15:20:25
5568         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
5569              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5570              Date: Fri, 12 Jan 2001 14:37:55 +0100
5571              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
5572      Branch: perl
5573            ! hints/posix-bc.sh
5574 ____________________________________________________________________________
5575 [  8411] By: jhi                                   on 2001/01/12  15:14:14
5576         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
5577              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5578              Date: Fri, 12 Jan 2001 10:42:21 +0100
5579              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
5580      Branch: perl
5581            ! t/op/regmesg.t
5582 ____________________________________________________________________________
5583 [  8410] By: jhi                                   on 2001/01/12  05:48:55
5584         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
5585              From: Nicholas Clark <nick@ccl4.org> 
5586              Date: Sun, 7 Jan 2001 19:47:14 +0000
5587              Message-ID: <20010107194714.B1048@plum.flirble.org>
5588      Branch: perl
5589            ! t/op/numconvert.t
5590 ____________________________________________________________________________
5591 [  8409] By: jhi                                   on 2001/01/12  05:41:28
5592         Log: Integrate perlio.
5593      Branch: perl
5594           !> mg.c scope.h
5595 ____________________________________________________________________________
5596 [  8408] By: nick                                  on 2001/01/11  22:43:28
5597         Log: Remove variables that were used in experiments.
5598      Branch: perlio
5599            ! mg.c
5600 ____________________________________________________________________________
5601 [  8407] By: nick                                  on 2001/01/11  20:57:44
5602         Log: Catch die in %SIG handler and unblock the signal before re-dying.
5603              This make Linux work _without_ sigsetjmp().
5604              Turn off sigsetjmp() to see what else it does.
5605              May need Configure probe for sigprocmask() if anything has sigaction()
5606              but not sigprocmask().
5607      Branch: perlio
5608            ! mg.c scope.h
5609 ____________________________________________________________________________
5610 [  8406] By: nick                                  on 2001/01/11  19:32:07
5611         Log: Integrate mainline
5612      Branch: perlio
5613           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
5614           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
5615           !> t/op/substr.t
5616 ____________________________________________________________________________
5617 [  8405] By: jhi                                   on 2001/01/11  17:11:01
5618         Log: Fix UTF-8 lval substr().
5619      Branch: perl
5620            ! mg.c t/op/substr.t
5621 ____________________________________________________________________________
5622 [  8404] By: jhi                                   on 2001/01/11  05:13:58
5623         Log: Update Changes.
5624      Branch: perl
5625            ! Changes patchlevel.h
5626 ____________________________________________________________________________
5627 [  8403] By: jhi                                   on 2001/01/11  04:38:24
5628         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
5629              From: Hugo <hv@crypt.compulink.co.uk>
5630              Date: Mon, 30 Oct 2000 01:33:26 +0000
5631              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
5632      Branch: perl
5633            ! regexec.c t/op/re_tests
5634 ____________________________________________________________________________
5635 [  8402] By: jhi                                   on 2001/01/11  04:26:12
5636         Log: Integrate perlio.
5637      Branch: perl
5638           !> scope.h util.c
5639 ____________________________________________________________________________
5640 [  8401] By: nick                                  on 2001/01/10  22:52:55
5641         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
5642              (So Alan and Ilya can try setting via hints.)
5643              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
5644              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
5645              doing the save everywhere seems to restart read() correctly, but just
5646              doing it once "round" the handler does not.
5647      Branch: perlio
5648            ! scope.h
5649 ____________________________________________________________________________
5650 [  8400] By: jhi                                   on 2001/01/10  21:57:54
5651         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
5652              of IRIX, HP-UX is unaffected.
5653      Branch: perl
5654            ! perl.h
5655 ____________________________________________________________________________
5656 [  8399] By: nick                                  on 2001/01/10  21:29:19
5657         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
5658      Branch: perlio
5659            ! util.c
5660 ____________________________________________________________________________
5661 [  8398] By: jhi                                   on 2001/01/10  20:55:31
5662         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
5663              also have ReusePort.
5664      Branch: perl
5665            ! ext/IO/lib/IO/Socket/INET.pm
5666 ____________________________________________________________________________
5667 [  8397] By: jhi                                   on 2001/01/10  20:50:57
5668         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
5669              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
5670              Date: Wed, 10 Jan 2001 01:38:13 -0800
5671              Message-ID: <20010110013813.B41744@yahoo-inc.com>
5672      Branch: perl
5673            ! ext/IO/lib/IO/Socket/INET.pm
5674 ____________________________________________________________________________
5675 [  8396] By: jhi                                   on 2001/01/10  20:49:30
5676         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
5677              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
5678              Date: Wed, 10 Jan 2001 01:37:32 -0800
5679              Message-ID: <20010110013732.A41744@yahoo-inc.com>
5680      Branch: perl
5681            ! ext/Socket/Socket.pm
5682 ____________________________________________________________________________
5683 [  8395] By: jhi                                   on 2001/01/10  20:41:37
5684         Log: Test for bug id 20010105.016 (fixed by #8378).
5685      Branch: perl
5686            ! t/op/split.t
5687 ____________________________________________________________________________
5688 [  8394] By: jhi                                   on 2001/01/10  20:26:32
5689         Log: Integrate perlio.
5690      Branch: perl
5691            ! util.c
5692 ____________________________________________________________________________
5693 [  8393] By: nick                                  on 2001/01/10  19:34:30
5694         Log: Back out Simon's pid hackery for now.
5695      Branch: perlio
5696            ! util.c
5697 ____________________________________________________________________________
5698 [  8392] By: nick                                  on 2001/01/10  19:23:13
5699         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
5700      Branch: perlio
5701           !> (integrate 29 files)
5702 ____________________________________________________________________________
5703 [  8391] By: jhi                                   on 2001/01/10  18:43:15
5704         Log: Subject: [PATCH] Fix my_pclose segfault
5705              From: Simon Cozens <simon@cozens.net>
5706              Date: Wed, 10 Jan 2001 18:39:35 +0000
5707              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
5708      Branch: perl
5709            ! util.c
5710 ____________________________________________________________________________
5711 [  8390] By: jhi                                   on 2001/01/10  18:42:08
5712         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
5713              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5714              Date:     Wed, 10 Jan 2001 13:23:02 EST
5715              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
5716      Branch: perl
5717            ! ext/Opcode/Opcode.xs
5718 ____________________________________________________________________________
5719 [  8389] By: jhi                                   on 2001/01/10  15:16:07
5720         Log: Turn off the integer preservation for now.
5721      Branch: perl
5722            ! perl.h
5723 ____________________________________________________________________________
5724 [  8388] By: jhi                                   on 2001/01/10  15:01:25
5725         Log: Few more IDE/editor nits from p5p.
5726      Branch: perl
5727            ! pod/perlfaq3.pod
5728 ____________________________________________________________________________
5729 [  8387] By: jhi                                   on 2001/01/10  06:53:16
5730         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
5731              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
5732              Date: Tue, 9 Jan 2001 23:16:02 +0000
5733              Message-ID: <20010109231602.A81101@plum.flirble.org>
5734      Branch: perl
5735            ! sv.c
5736 ____________________________________________________________________________
5737 [  8386] By: jhi                                   on 2001/01/10  03:17:54
5738         Log: Test cases for #8385 (from Simon's "torture.pl")
5739      Branch: perl
5740            ! t/op/tr.t
5741 ____________________________________________________________________________
5742 [  8385] By: jhi                                   on 2001/01/10  03:17:11
5743         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
5744              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
5745              Date: Wed, 10 Jan 2001 11:39:39 +0900
5746              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
5747              
5748              Some more UTF-8 tr cases fixed.
5749      Branch: perl
5750            ! doop.c
5751 ____________________________________________________________________________
5752 [  8384] By: jhi                                   on 2001/01/09  22:45:40
5753         Log: Allow the locale test needing POSIX and the taint test
5754              needing IPC::SysV to run under 'minitest' (basically,
5755              bail out if loading the extension fails)
5756      Branch: perl
5757            ! t/op/misc.t t/op/taint.t
5758 ____________________________________________________________________________
5759 [  8383] By: jhi                                   on 2001/01/09  21:36:04
5760         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
5761              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5762              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
5763              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
5764      Branch: perl
5765            ! t/io/openpid.t
5766 ____________________________________________________________________________
5767 [  8382] By: jhi                                   on 2001/01/09  21:06:08
5768         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
5769              Should finish up the bug id 20001205.022.
5770      Branch: perl
5771            ! pp.c pp_hot.c scope.c
5772 ____________________________________________________________________________
5773 [  8381] By: jhi                                   on 2001/01/09  18:27:43
5774         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
5775              From: Andy Dougherty <doughera@lafayette.edu>
5776              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
5777              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
5778              
5779              More robust yacc/bison error detection.
5780      Branch: perl
5781            ! t/comp/proto.t
5782 ____________________________________________________________________________
5783 [  8380] By: jhi                                   on 2001/01/09  15:21:38
5784         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
5785              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5786              Date:     Tue, 9 Jan 2001 07:53:55 EST
5787              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
5788      Branch: perl
5789            ! t/op/misc.t vms/test.com
5790 ____________________________________________________________________________
5791 [  8379] By: jhi                                   on 2001/01/09  15:20:38
5792         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
5793              From: jhi@cc.hut.fi
5794              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
5795              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
5796              
5797              The #8378 fixed this.
5798      Branch: perl
5799            ! t/op/tr.t
5800 ____________________________________________________________________________
5801 [  8378] By: jhi                                   on 2001/01/09  15:05:32
5802         Log: Subject: One more patch for UTF8 
5803              From: Inaba Hiroto <inaba@st.rim.or.jp>
5804              Date: Tue, 09 Jan 2001 01:04:32 +0900
5805              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
5806              
5807              UTF-8 fixes for 'x' and tr///.
5808      Branch: perl
5809            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
5810            ! regcomp.c regexec.c toke.c utf8.c
5811 ____________________________________________________________________________
5812 [  8377] By: jhi                                   on 2001/01/09  14:32:17
5813         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
5814      Branch: perl
5815            ! t/op/length.t
5816 ____________________________________________________________________________
5817 [  8376] By: jhi                                   on 2001/01/09  04:32:32
5818         Log: integrate changes #7775, #8316, #8316 from mainline
5819      Branch: maint-5.6/perl
5820            ! hints/solaris_2.sh
5821 ____________________________________________________________________________
5822 [  8375] By: jhi                                   on 2001/01/09  04:26:43
5823         Log: Update Changes.
5824      Branch: perl
5825            ! Changes patchlevel.h
5826 ____________________________________________________________________________
5827 [  8374] By: jhi                                   on 2001/01/09  04:14:32
5828         Log: IDE/editor section tweaking.
5829      Branch: perl
5830            ! pod/perlfaq3.pod
5831 ____________________________________________________________________________
5832 [  8373] By: jhi                                   on 2001/01/09  02:38:26
5833         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
5834              From: Peter Prymmer <pvhp@forte.com>
5835              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
5836              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
5837              
5838              In preparation os OS/390 dynamic loading.
5839      Branch: perl
5840            ! README.os390 hints/os390.sh
5841 ____________________________________________________________________________
5842 [  8372] By: jhi                                   on 2001/01/09  00:24:30
5843         Log: Integrate with perlio.
5844      Branch: perl
5845           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
5846 ____________________________________________________________________________
5847 [  8371] By: nick                                  on 2001/01/08  23:54:33
5848         Log: Fix "scalars leaked" bugs caused by overload magic
5849              (Highlighted by Ilya's DESTROY optimization.)
5850      Branch: perlio
5851            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
5852 ____________________________________________________________________________
5853 [  8370] By: nick                                  on 2001/01/08  20:19:41
5854         Log: Integrate mainline
5855      Branch: perlio
5856           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
5857           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
5858           !> t/op/64bitint.t
5859 ____________________________________________________________________________
5860 [  8369] By: jhi                                   on 2001/01/08  17:30:52
5861         Log: save_delete() Safefree() doesn't (anymore?) work with shared
5862              strings, one test failure in op/misc and almost all of lib/b.
5863              (Outcomments #8369.)
5864      Branch: perl
5865            ! scope.c
5866 ____________________________________________________________________________
5867 [  8368] By: jhi                                   on 2001/01/08  14:47:10
5868         Log: (Outcommented by #8369.)
5869              
5870              Subject: Re: Perl BugID 20001205.022 ---- save_delete
5871              From: Simon Cozens <simon@cozens.net>
5872              Date: Sat, 6 Jan 2001 11:48:40 +0000
5873              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
5874              
5875              The save_delete() does need the Safefree.
5876      Branch: perl
5877            ! scope.c
5878 ____________________________________________________________________________
5879 [  8367] By: bailey                                on 2001/01/08  08:53:52
5880         Log: Once again syncing after too long an absence
5881      Branch: vmsperl
5882           +> (branch 55 files)
5883            - MAINTAIN fix_pl vos/config.def vos/config.h
5884            - vos/config_h.SH_orig
5885           !> (integrate 498 files)
5886 ____________________________________________________________________________
5887 [  8366] By: jhi                                   on 2001/01/08  02:42:59
5888         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
5889              From: nick@ccl4.org
5890              Date: Sun, 7 Jan 2001 21:07:18 +0000
5891              Message-Id: <20010107210717.D1048@plum.flirble.org>
5892      Branch: perl
5893            ! sv.c t/op/64bitint.t
5894 ____________________________________________________________________________
5895 [  8365] By: jhi                                   on 2001/01/08  02:35:16
5896         Log: Subject: [PATCH] environ nit
5897              From: Simon Cozens <simon@cozens.net>
5898              Date: Sun, 7 Jan 2001 17:57:07 +0000
5899              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
5900              
5901              Use environ only if we have it.
5902      Branch: perl
5903            ! mg.c
5904 ____________________________________________________________________________
5905 [  8364] By: jhi                                   on 2001/01/08  02:24:51
5906         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
5907      Branch: perl
5908            ! ext/GDBM_File/GDBM_File.xs
5909 ____________________________________________________________________________
5910 [  8363] By: jhi                                   on 2001/01/08  02:19:24
5911         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
5912              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5913              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
5914              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
5915      Branch: perl
5916            ! dump.c op.c
5917 ____________________________________________________________________________
5918 [  8362] By: jhi                                   on 2001/01/08  02:17:43
5919         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
5920              From: Doug MacEachern <dougm@covalent.net>
5921              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
5922              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
5923              
5924              Allow AUTOLOAD to be an xsub and allow such xsubs
5925              to avoid use of $AUTOLOAD.
5926      Branch: perl
5927            ! gv.c
5928 ____________________________________________________________________________
5929 [  8361] By: jhi                                   on 2001/01/08  02:16:07
5930         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
5931              From: Radu Greab <radu@netsoft.ro>
5932              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
5933              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
5934              
5935              No need for the potentially unportable $SIG{CHLD}.
5936      Branch: perl
5937            ! t/io/pipe.t
5938 ____________________________________________________________________________
5939 [  8360] By: jhi                                   on 2001/01/08  01:58:23
5940         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
5941      Branch: perl
5942            ! lib/Getopt/Long.pm
5943 ____________________________________________________________________________
5944 [  8359] By: jhi                                   on 2001/01/08  01:55:44
5945         Log: Integrate perlio.
5946      Branch: perl
5947           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
5948           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
5949           !> utf8.c win32/Makefile
5950 ____________________________________________________________________________
5951 [  8358] By: jhi                                   on 2001/01/07  21:16:50
5952         Log: Update the EPOC cross SDK URL.
5953      Branch: perl
5954            ! README.epoc
5955 ____________________________________________________________________________
5956 [  8357] By: jhi                                   on 2001/01/07  21:16:09
5957         Log: Update the EPOC cross SDK URL.
5958      Branch: maint-5.6/perl
5959            ! README.epoc
5960 ____________________________________________________________________________
5961 [  8356] By: nick                                  on 2001/01/06  21:47:52
5962         Log: FILE * in XS code for PerlIO world:
5963              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
5964              - Add FILE * T_STDIO typemap.
5965              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
5966      Branch: perlio
5967            ! lib/ExtUtils/typemap perlio.c perlio.h
5968 ____________________________________________________________________________
5969 [  8355] By: jhi                                   on 2001/01/06  20:27:15
5970         Log: integrate change #8336 from mainline
5971              
5972              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
5973      Branch: maint-5.6/perl
5974            ! hv.c
5975 ____________________________________________________________________________
5976 [  8354] By: jhi                                   on 2001/01/06  20:24:29
5977         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
5978              From: Robin Barker <rmb1@cise.npl.co.uk>
5979              Date: Fri, 22 Dec 2000 12:17:38 GMT
5980              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
5981              
5982              The patch reformats some long =item lines so they give
5983              correct output via pod2man | nroff -man
5984              
5985              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
5986              From: Robin Barker <rmb1@cise.npl.co.uk>
5987              Date: Tue, 2 Jan 2001 15:35:03 GMT
5988              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
5989              
5990              Here is a _further_ patch which corrects a few more errors:
5991              * an empty C<=item> in CPAN.pm
5992              * patching the wrong file (pod/perlamiga.pod not README.amiga)
5993              * leaving empty C<=item>s which formatted incorrectly
5994              * over long C<=item>s revealed by latest patch to Pod::Man
5995      Branch: maint-5.6/perl
5996            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
5997            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
5998            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
5999            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
6000            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
6001            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
6002 ____________________________________________________________________________
6003 [  8353] By: jhi                                   on 2001/01/06  20:21:10
6004         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
6005              
6006              UTF-8 hash keys.
6007      Branch: maint-5.6/perl
6008            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
6009 ____________________________________________________________________________
6010 [  8352] By: jhi                                   on 2001/01/06  20:18:44
6011         Log: Forgotten from #8438.
6012      Branch: maint-5.6/perl
6013            ! epoc/epocish.h
6014 ____________________________________________________________________________
6015 [  8351] By: jhi                                   on 2001/01/06  20:18:12
6016         Log: Forgotten from #8347.
6017      Branch: maint-5.6/perl
6018            ! config_h.SH
6019 ____________________________________________________________________________
6020 [  8350] By: jhi                                   on 2001/01/06  20:00:19
6021         Log: Thinko in #8347.
6022      Branch: maint-5.6/perl
6023            ! regcomp.c
6024 ____________________________________________________________________________
6025 [  8349] By: jhi                                   on 2001/01/06  18:05:30
6026         Log: Copy the FAQ3 IDE section from the development branch,
6027              changes originally by Peter Prymmer.
6028      Branch: maint-5.6/perl
6029            ! pod/perlfaq3.pod
6030 ____________________________________________________________________________
6031 [  8348] By: jhi                                   on 2001/01/06  18:03:02
6032         Log: EPOC updates for TRIAL1.
6033              
6034              Subject: [5.6.1 trial1] EPOC update
6035              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6036              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
6037              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
6038              
6039              Subject: epoc patch2 for perl-5.6.1-trial1
6040              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6041              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
6042              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
6043      Branch: maint-5.6/perl
6044            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
6045            ! epoc/epocish.c
6046 ____________________________________________________________________________
6047 [  8347] By: jhi                                   on 2001/01/06  17:29:10
6048         Log: integrate changes #7710,7824,7973 from mainline,
6049              plus VMS nits from Peter Prymmer and Dan Sugalski.
6050              
6051              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
6052              library (getprotobyname and getprotobynumber are outversioned by
6053              the same calls in libc, at least for xlc version 3.
6054              
6055              Add HAS_SBRK_PROTO.
6056              
6057              Fixes for signedness warnings noticed by VMSperlers.
6058      Branch: maint-5.6/perl
6059            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6060            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
6061            ! sv.c vms/descrip_mms.template vos/config.alpha.def
6062            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6063            ! win32/config.bc win32/config.gc win32/config.vc
6064 ____________________________________________________________________________
6065 [  8346] By: nick                                  on 2001/01/06  14:36:01
6066         Log: Fixup accumulated integrate muddles (perlio == devperl again)
6067      Branch: perlio
6068            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
6069 ____________________________________________________________________________
6070 [  8345] By: nick                                  on 2001/01/06  14:24:58
6071         Log: Integrate mainline
6072      Branch: perlio
6073           !> (integrate 55 files)
6074 ____________________________________________________________________________
6075 [  8344] By: jhi                                   on 2001/01/06  02:24:02
6076         Log: Subject: [patch] PerlIO_cleanup() prototype
6077              From: Doug MacEachern <dougm@covalent.net>
6078              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
6079              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
6080      Branch: perl
6081            ! perlio.h
6082 ____________________________________________________________________________
6083 [  8343] By: jhi                                   on 2001/01/06  01:04:09
6084         Log: IRIX compiler noticed that the bof initialization might be
6085              bypassed by control flow.
6086      Branch: perl
6087            ! toke.c
6088 ____________________________________________________________________________
6089 [  8342] By: jhi                                   on 2001/01/06  00:10:48
6090         Log: Update Changes.
6091      Branch: perl
6092            ! Changes patchlevel.h
6093 ____________________________________________________________________________
6094 [  8341] By: jhi                                   on 2001/01/05  23:52:33
6095         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
6096      Branch: perl
6097            ! toke.c
6098 ____________________________________________________________________________
6099 [  8340] By: jhi                                   on 2001/01/05  22:44:08
6100         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
6101              From: Radu Greab <radu@netsoft.ro>
6102              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
6103              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
6104      Branch: perl
6105            ! t/io/pipe.t util.c
6106 ____________________________________________________________________________
6107 [  8339] By: jhi                                   on 2001/01/05  22:35:17
6108         Log: Subject: [PATCH] format and rewording in perlfaq.pod
6109              From: Robin Barker <rmb1@cise.npl.co.uk>
6110              Date: Fri, 5 Jan 2001 18:51:20 GMT
6111              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
6112      Branch: perl
6113            ! pod/perlfaq.pod
6114 ____________________________________________________________________________
6115 [  8338] By: jhi                                   on 2001/01/05  22:31:17
6116         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
6117              From: Peter Prymmer <pvhp@forte.com>
6118              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
6119              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
6120      Branch: perl
6121            ! utils/perlbug.PL
6122 ____________________________________________________________________________
6123 [  8337] By: jhi                                   on 2001/01/05  18:15:11
6124         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
6125              From: Robin Barker <rmb1@cise.npl.co.uk>
6126              Date: Tue, 2 Jan 2001 15:24:07 GMT
6127              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
6128              
6129              If you call configure as C<./Configure> or C<sh ./Configure>,
6130              $src is set to the absolute path name, not '.'.
6131              
6132              This, in turn, means -Dmksymlink tries to do its stuff because
6133              it does not think it is in the src directory.
6134              
6135              (plus a metaconfig nitfix)
6136      Branch: metaconfig
6137            ! U/compline/ccflags.U U/modified/src.U
6138      Branch: perl
6139            ! Configure config_h.SH
6140 ____________________________________________________________________________
6141 [  8336] By: jhi                                   on 2001/01/05  17:48:32
6142         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
6143              From: Alan Burlison <Alan.Burlison@uk.sun.com>
6144              Message-ID: <3A5606C4.473D2226@uk.sun.com>
6145              Date: Fri, 05 Jan 2001 17:39:16 +0000
6146      Branch: perl
6147            ! hv.c
6148 ____________________________________________________________________________
6149 [  8335] By: jhi                                   on 2001/01/05  16:05:44
6150         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
6151      Branch: perl
6152            ! lib/Getopt/Long.pm
6153 ____________________________________________________________________________
6154 [  8334] By: jhi                                   on 2001/01/05  16:00:51
6155         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
6156              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
6157              Date: Fri, 05 Jan 2001 13:46:51 +0100
6158              Message-ID: <13693.978698811@nice.ram.loc>
6159              
6160              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
6161              accurate reading of the "atime".  
6162      Branch: perl
6163            ! t/io/fs.t
6164 ____________________________________________________________________________
6165 [  8333] By: jhi                                   on 2001/01/05  15:57:37
6166         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
6167              From: Simon Cozens <simon@cozens.net>
6168              Date: Fri, 8 Dec 2000 13:33:31 +0000
6169              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
6170              
6171              A lost patch fragment.
6172      Branch: perl
6173            ! doop.c
6174 ____________________________________________________________________________
6175 [  8332] By: jhi                                   on 2001/01/05  15:40:42
6176         Log: Do away with strncpy() and a fixed length buffer.
6177      Branch: perl
6178            ! utf8.c
6179 ____________________________________________________________________________
6180 [  8331] By: jhi                                   on 2001/01/05  15:03:07
6181         Log: Tests for #8329 and #8330.
6182      Branch: perl
6183            ! t/op/bop.t
6184 ____________________________________________________________________________
6185 [  8330] By: jhi                                   on 2001/01/05  15:02:38
6186         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
6187              raw 8-bit form to the UTF-8 string.
6188      Branch: perl
6189            ! toke.c
6190 ____________________________________________________________________________
6191 [  8329] By: jhi                                   on 2001/01/05  14:55:13
6192         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
6193              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6194              Date: Fri, 5 Jan 2001 12:28:52 +0100
6195              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
6196              
6197              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
6198              no effect.  (changed the strncpy() to Copy())
6199      Branch: perl
6200            ! toke.c
6201 ____________________________________________________________________________
6202 [  8328] By: jhi                                   on 2001/01/05  06:44:27
6203         Log: UTF-8 cleanup.
6204      Branch: perl
6205            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
6206            ! regexec.c sv.c toke.c
6207 ____________________________________________________________________________
6208 [  8327] By: jhi                                   on 2001/01/05  01:11:29
6209         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')
6210              From: Radu Greab <radu@netsoft.ro>
6211              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
6212              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
6213              
6214              Cleans up Harness to not use FileHandle, which uses IO.
6215      Branch: perl
6216            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6217 ____________________________________________________________________________
6218 [  8326] By: jhi                                   on 2001/01/05  00:56:37
6219         Log: Update Changes.
6220      Branch: perl
6221            ! Changes patchlevel.h
6222 ____________________________________________________________________________
6223 [  8325] By: jhi                                   on 2001/01/05  00:53:18
6224         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
6225              From: Peter Prymmer <pvhp@forte.com>
6226              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
6227              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
6228              
6229              plus a couple more tailing whitespace removals.
6230      Branch: perl
6231            ! win32/Makefile
6232 ____________________________________________________________________________
6233 [  8324] By: jhi                                   on 2001/01/05  00:47:39
6234         Log: Add some Unicode chop() tests.
6235      Branch: perl
6236            ! t/op/chop.t
6237 ____________________________________________________________________________
6238 [  8323] By: jhi                                   on 2001/01/05  00:47:23
6239         Log: Unify UTF-8 malformedness handling.
6240      Branch: perl
6241            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
6242 ____________________________________________________________________________
6243 [  8322] By: jhi                                   on 2001/01/04  22:21:54
6244         Log: The new $issymlink was unknown to Mksymlinks.
6245      Branch: metaconfig/U/perl
6246            ! Mksymlinks.U issymlink.U
6247      Branch: perl
6248            ! Configure config_h.SH
6249 ____________________________________________________________________________
6250 [  8321] By: jhi                                   on 2001/01/04  21:51:05
6251         Log: The test didn't work under the core test framework.
6252      Branch: perl
6253            ! t/lib/st-lock.t
6254 ____________________________________________________________________________
6255 [  8320] By: jhi                                   on 2001/01/04  21:14:22
6256         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
6257      Branch: perl
6258            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
6259 ____________________________________________________________________________
6260 [  8319] By: jhi                                   on 2001/01/04  20:46:17
6261         Log: Typo in #8312 when manually appying a problematic patch fragment.
6262      Branch: perl
6263            ! ext/Storable/Storable.xs
6264 ____________________________________________________________________________
6265 [  8318] By: jhi                                   on 2001/01/04  20:43:01
6266         Log: The $sh_c didn't fly.
6267      Branch: metaconfig
6268            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
6269            ! U/modified/Loc.U U/modified/myhostname.U
6270            ! U/modified/spitshell.U
6271      Branch: metaconfig/U/perl
6272            ! issymlink.U
6273      Branch: perl
6274            ! Configure config_h.SH
6275 ____________________________________________________________________________
6276 [  8317] By: jhi                                   on 2001/01/04  19:58:01
6277         Log: AIX builtin test -h is broken, changes based on
6278              
6279              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
6280              Date: Tue, 02 Jan 2001 11:24:39 +0100
6281              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6282              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
6283      Branch: metaconfig
6284            + U/modified/spitshell.U
6285            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
6286            ! U/modified/Loc.U U/modified/myhostname.U
6287      Branch: metaconfig/U/perl
6288            ! Mksymlinks.U issymlink.U
6289      Branch: perl
6290            ! Configure
6291 ____________________________________________________________________________
6292 [  8316] By: jhi                                   on 2001/01/04  19:02:22
6293         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
6294              From: Andy Dougherty <doughera@lafayette.edu>
6295              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
6296              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
6297              
6298              Beware of GNU ld.
6299      Branch: perl
6300            ! hints/solaris_2.sh
6301 ____________________________________________________________________________
6302 [  8315] By: jhi                                   on 2001/01/04  18:56:48
6303         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
6304              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
6305              Date: Wed, 3 Jan 2001 07:58:51 +0100
6306              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
6307      Branch: perl
6308            ! hints/solaris_2.sh
6309 ____________________________________________________________________________
6310 [  8314] By: jhi                                   on 2001/01/04  18:54:07
6311         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
6312              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6313              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
6314              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
6315              
6316              Doc tweak on #8313.
6317      Branch: perl
6318            ! ext/B/B/Deparse.pm
6319 ____________________________________________________________________________
6320 [  8313] By: jhi                                   on 2001/01/04  18:52:27
6321         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
6322              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
6323              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6324              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
6325              
6326              Make the peephole optimizer to bypass more null ops and
6327              and rewrite the deparse handling of continue blocks.
6328      Branch: perl
6329            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
6330 ____________________________________________________________________________
6331 [  8312] By: jhi                                   on 2001/01/04  18:47:39
6332         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
6333      Branch: perl
6334            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
6335            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6336            ! t/lib/st-lock.t
6337 ____________________________________________________________________________
6338 [  8311] By: jhi                                   on 2001/01/04  18:36:08
6339         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
6340              filter to be run on each .pm during the pm_to_blib() phase,
6341              a fixed version of
6342              
6343              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
6344              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
6345              Date: Wed, 03 Jan 2001 22:01:30 +0100
6346              Message-ID: <5296.978555690@nice.ram.loc>
6347      Branch: perl
6348            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
6349            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6350            ! lib/ExtUtils/MakeMaker.pm
6351 ____________________________________________________________________________
6352 [  8310] By: jhi                                   on 2001/01/04  18:32:54
6353         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
6354              From: Robin Barker <rmb1@cise.npl.co.uk>
6355              Date: Tue, 2 Jan 2001 15:35:03 GMT
6356              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
6357      Branch: perl
6358            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
6359            ! pod/perlrequick.pod
6360 ____________________________________________________________________________
6361 [  8309] By: jhi                                   on 2001/01/04  18:29:07
6362         Log: Subject: Re: [patch] static-ize XS()
6363              From: Doug MacEachern <dougm@covalent.net>
6364              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
6365              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
6366              
6367              Provide prototypes for the XS functions.
6368      Branch: perl
6369            ! lib/ExtUtils/xsubpp
6370 ____________________________________________________________________________
6371 [  8308] By: jhi                                   on 2001/01/04  18:27:44
6372         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
6373              From: Doug MacEachern <dougm@covalent.net>
6374              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
6375              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
6376      Branch: perl
6377            ! lib/ExtUtils/typemap
6378 ____________________________________________________________________________
6379 [  8307] By: jhi                                   on 2001/01/04  18:25:25
6380         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
6381              From: Doug MacEachern <dougm@covalent.net>
6382              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
6383              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
6384              
6385              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
6386      Branch: perl
6387            ! lib/ExtUtils/MM_Unix.pm
6388 ____________________________________________________________________________
6389 [  8306] By: jhi                                   on 2001/01/04  18:23:00
6390         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
6391              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6392              Date: Thu, 4 Jan 2001 12:47:10 +0100 
6393              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
6394              
6395              The toke.c part only, patching embed.h and proto.h is futile.
6396      Branch: perl
6397            ! toke.c
6398 ____________________________________________________________________________
6399 [  8305] By: jhi                                   on 2001/01/04  18:05:51
6400         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
6401              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6402              Date: Thu, 4 Jan 2001 17:50:12 +0100 
6403              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
6404      Branch: perl
6405            ! toke.c
6406 ____________________________________________________________________________
6407 [  8304] By: jhi                                   on 2001/01/04  18:03:26
6408         Log: Subject: [PATCH perl@8269]
6409              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6410              Date: Thu, 4 Jan 2001 12:53:39 +0100 
6411              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
6412              
6413              If running byacc write-enable also perly.h.
6414      Branch: perl
6415            ! Makefile.SH
6416 ____________________________________________________________________________
6417 [  8303] By: jhi                                   on 2001/01/04  15:40:49
6418         Log: Rewrite pp_concat() in terms of sv_catsv().
6419      Branch: perl
6420            ! pp_hot.c
6421 ____________________________________________________________________________
6422 [  8302] By: nick                                  on 2001/01/03  22:43:22
6423         Log: Integrate mainline.
6424      Branch: perlio
6425           !> ext/Encode/Encode.xs sv.c utf8.c
6426 ____________________________________________________________________________
6427 [  8301] By: jhi                                   on 2001/01/02  23:40:26
6428         Log: Variable naming tweak.
6429      Branch: perl
6430            ! sv.c
6431 ____________________________________________________________________________
6432 [  8300] By: jhi                                   on 2001/01/02  23:40:02
6433         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
6434              in is_utf8_string().
6435      Branch: perl
6436            ! utf8.c
6437 ____________________________________________________________________________
6438 [  8299] By: jhi                                   on 2001/01/02  22:14:40
6439         Log: Integrate perlio.
6440      Branch: perl
6441           !> pp.c pp_hot.c win32/Makefile
6442 ____________________________________________________________________________
6443 [  8298] By: nick                                  on 2001/01/02  22:03:06
6444         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
6445      Branch: perlio
6446            ! pp.c pp_hot.c
6447 ____________________________________________________________________________
6448 [  8297] By: jhi                                   on 2001/01/02  04:26:28
6449         Log: Signedness nit.
6450      Branch: perl
6451            ! ext/Encode/Encode.xs
6452 ____________________________________________________________________________
6453 [  8296] By: nick                                  on 2001/01/01  23:49:36
6454         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
6455      Branch: perlio
6456            ! win32/Makefile
6457 ____________________________________________________________________________
6458 [  8295] By: jhi                                   on 2001/01/01  23:05:48
6459         Log: Integrate perlio.
6460      Branch: perl
6461           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
6462           !> t/lib/encode.t
6463 ____________________________________________________________________________
6464 [  8294] By: nick                                  on 2001/01/01  22:48:34
6465         Log: Integrate mainline
6466      Branch: perlio
6467            ! pp_hot.c t/lib/encode.t
6468           !> (integrate 65 files)
6469 ____________________________________________________________________________
6470 [  8293] By: nick                                  on 2001/01/01  21:58:50
6471         Log: More rigor in UTF-8-ness of Encode's toUnicode
6472              XS export some of the utf8 internal functions.
6473              Test some of the functions.
6474              Fix pp_concat() bug shown by said tests.
6475      Branch: perlio
6476            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
6477            ! t/lib/encode.t
6478 ____________________________________________________________________________
6479 [  8292] By: jhi                                   on 2001/01/01  18:11:44
6480         Log: Integrate perlio.
6481      Branch: perl
6482           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
6483           !> ext/Encode/encengine.c ext/Encode/encode.h
6484 ____________________________________________________________________________
6485 [  8291] By: jhi                                   on 2001/01/01  18:10:58
6486         Log: Podify README.mpeix (a new version from the web),
6487              add a dummy NAME to Carp::Heavy, regen toc.
6488      Branch: perl
6489            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
6490            ! pod/perltoc.pod
6491 ____________________________________________________________________________
6492 [  8290] By: nick                                  on 2001/01/01  17:43:47
6493         Log: Loose the "Loading..." warning.
6494              Another bug in fallback support
6495      Branch: perlio
6496            ! ext/Encode/Encode.pm ext/Encode/encengine.c
6497 ____________________________________________________________________________
6498 [  8289] By: jhi                                   on 2001/01/01  00:01:57
6499         Log: Bump up Larry's copyright.
6500      Branch: perl
6501            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
6502            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
6503            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
6504            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
6505            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
6506            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
6507            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
6508            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
6509 ____________________________________________________________________________
6510 [  8288] By: nick                                  on 2000/12/31  21:27:53
6511         Log: Fix .ucm reading - forgot a chr()
6512              Start of .ucm write (for .enc to .ucm)
6513      Branch: perlio
6514            ! ext/Encode/compile
6515 ____________________________________________________________________________
6516 [  8287] By: jhi                                   on 2000/12/31  18:15:56
6517         Log: Comment away a diagnostic message as noted by Craig A. Berry
6518              (the unexpected message was confusing testing)
6519      Branch: perl
6520            ! ext/Encode/Encode.pm
6521 ____________________________________________________________________________
6522 [  8286] By: jhi                                   on 2000/12/31  18:14:51
6523         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
6524              Date: Sun, 31 Dec 2000 11:17:37 -0600
6525              From: "Craig A. Berry" <craigberry@mac.com>
6526              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
6527      Branch: perl
6528            ! ext/Encode/Makefile.PL
6529 ____________________________________________________________________________
6530 [  8285] By: nick                                  on 2000/12/31  18:11:54
6531         Log: Start of support of ICU-style .ucm files:
6532              - teach compile how to read a .ucm file
6533              - first guess at how to represent fallbacks in "tries".
6534              - use fallbacks if check == 0
6535              - new return code to indicate we used one.
6536      Branch: perlio
6537            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
6538            ! ext/Encode/encengine.c ext/Encode/encode.h
6539 ____________________________________________________________________________
6540 [  8284] By: jhi                                   on 2000/12/31  18:04:41
6541         Log: Pacify picky VMS compiler.
6542              
6543              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
6544              From: "Craig A. Berry" <craig.berry@psinetcs.com>
6545              Date: Sat, 30 Dec 2000 18:10:02 -0600
6546              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
6547      Branch: perl
6548            ! sv.c
6549 ____________________________________________________________________________
6550 [  8283] By: jhi                                   on 2000/12/31  16:11:47
6551         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
6552      Branch: perl
6553            ! t/lib/glob-basic.t
6554 ____________________________________________________________________________
6555 [  8282] By: jhi                                   on 2000/12/31  15:26:11
6556         Log: Integrate perlio.
6557      Branch: perl
6558           !> makedef.pl opcode.pl os2/os2.c perlio.c
6559 ____________________________________________________________________________
6560 [  8281] By: nick                                  on 2000/12/31  10:06:15
6561         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
6562              is available to be exported
6563      Branch: perlio
6564            ! makedef.pl perlio.c
6565 ____________________________________________________________________________
6566 [  8280] By: nick                                  on 2000/12/31  09:41:26
6567         Log: Ilya's OS2 patch (testing for damage on Win32)
6568      Branch: perlio
6569            ! makedef.pl opcode.pl os2/os2.c
6570 ____________________________________________________________________________
6571 [  8279] By: jhi                                   on 2000/12/30  21:52:07
6572         Log: Test nits.
6573      Branch: perl
6574            ! t/lib/syslfs.t t/op/lfs.t
6575 ____________________________________________________________________________
6576 [  8278] By: jhi                                   on 2000/12/30  21:47:49
6577         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
6578              From: andreas.koenig@anima.de (Andreas J. Koenig)
6579              Date: 30 Dec 2000 22:35:37 +0100
6580              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
6581              
6582              The 32-bit wraparound test wasn't quite right.
6583      Branch: perl
6584            ! t/lib/syslfs.t t/op/lfs.t
6585 ____________________________________________________________________________
6586 [  8277] By: jhi                                   on 2000/12/30  21:33:44
6587         Log: Subject: [PATCH] open() example in perlfunc.pod 
6588              From: Karsten Sperling <s_sperli@ira.uka.de>
6589              Date: Sat, 30 Dec 2000 22:27:09 +0100
6590              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
6591      Branch: perl
6592            ! pod/perlfunc.pod
6593 ____________________________________________________________________________
6594 [  8276] By: jhi                                   on 2000/12/30  20:32:40
6595         Log: Not quite that many tests yet.
6596      Branch: perl
6597            ! t/op/pat.t
6598 ____________________________________________________________________________
6599 [  8275] By: jhi                                   on 2000/12/30  20:26:58
6600         Log: Integrate perlio.
6601      Branch: perl
6602           !> toke.c
6603 ____________________________________________________________________________
6604 [  8274] By: jhi                                   on 2000/12/30  20:24:56
6605         Log: Signedness nit.
6606      Branch: perl
6607            ! utf8.c
6608 ____________________________________________________________________________
6609 [  8273] By: jhi                                   on 2000/12/30  20:15:46
6610         Log: Add a test case for 20000731.001 which was fixed by the #8267.
6611      Branch: perl
6612            ! t/op/pat.t
6613 ____________________________________________________________________________
6614 [  8272] By: nick                                  on 2000/12/30  19:47:51
6615         Log: Tweak for MULTIPLICITY/USE_PERLIO
6616      Branch: perlio
6617            ! toke.c
6618 ____________________________________________________________________________
6619 [  8271] By: nick                                  on 2000/12/30  19:46:45
6620         Log: Integrate mainline
6621      Branch: perlio
6622           +> lib/unicode/distinct.pm
6623           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
6624           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
6625           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
6626 ____________________________________________________________________________
6627 [  8270] By: jhi                                   on 2000/12/30  19:39:50
6628         Log: Subject: RE: perl@8269
6629              From: "Richard Soderberg" <rs@crystalflame.net>
6630              Date: Sat, 30 Dec 2000 11:36:27 -0800
6631              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
6632              
6633              A missing aTHX_.
6634      Branch: perl
6635            ! toke.c
6636 ____________________________________________________________________________
6637 [  8269] By: jhi                                   on 2000/12/30  18:55:48
6638         Log: Update Changes.
6639      Branch: perl
6640            ! Changes patchlevel.h
6641 ____________________________________________________________________________
6642 [  8268] By: jhi                                   on 2000/12/30  17:18:40
6643         Log: Add a test for Unicode split //.  The #8267 was the cure.
6644      Branch: perl
6645            ! t/op/split.t
6646 ____________________________________________________________________________
6647 [  8267] By: jhi                                   on 2000/12/30  17:14:19
6648         Log: Subject: more UTF8 test suites and an UTF8 patch
6649              From: Inaba Hiroto <inaba@st.rim.or.jp>
6650              Date: Sat, 30 Dec 2000 14:27:10 +0900
6651              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
6652              
6653              Just the patch part for now, and the pragma renamed
6654              as unicode::distinct.
6655      Branch: perl
6656            + lib/unicode/distinct.pm
6657            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
6658            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
6659            ! regcomp.h regexec.c sv.c toke.c utf8.c
6660 ____________________________________________________________________________
6661 [  8266] By: nick                                  on 2000/12/30  16:40:49
6662         Log: Integrate mainline
6663      Branch: perlio
6664           +> lib/Pod/Text/Overstrike.pm
6665           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
6666           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
6667           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
6668           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
6669           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
6670 ____________________________________________________________________________
6671 [  8265] By: jhi                                   on 2000/12/30  07:28:55
6672         Log: The sv_catsv() fix, take two.
6673      Branch: perl
6674            ! sv.c t/op/join.t
6675 ____________________________________________________________________________
6676 [  8264] By: jhi                                   on 2000/12/30  06:19:18
6677         Log: Undo all the join-related changes since #8248: relevant
6678              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
6679              The new sv_catsv() doesn't fly so it must go back to
6680              the drawing board.
6681      Branch: perl
6682            ! sv.c t/op/join.t t/pragma/utf8.t
6683 ____________________________________________________________________________
6684 [  8263] By: jhi                                   on 2000/12/30  01:08:32
6685         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
6686      Branch: perl
6687            ! sv.c
6688 ____________________________________________________________________________
6689 [  8262] By: jhi                                   on 2000/12/30  00:45:14
6690         Log: Retract #8261.
6691      Branch: perl
6692            ! hv.c util.c
6693 ____________________________________________________________________________
6694 [  8261] By: jhi                                   on 2000/12/30  00:38:32
6695         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
6696      Branch: perl
6697            ! hv.c util.c
6698 ____________________________________________________________________________
6699 [  8260] By: jhi                                   on 2000/12/29  22:51:33
6700         Log: (Retracted by #8264)  More fixing for #8251.
6701      Branch: perl
6702            ! sv.c
6703 ____________________________________________________________________________
6704 [  8259] By: jhi                                   on 2000/12/29  18:27:30
6705         Log: Subject: podlators 1.06 released
6706              From: Russ Allbery <rra@stanford.edu>
6707              Date: 25 Dec 2000 05:09:30 -0800
6708              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
6709      Branch: perl
6710            + lib/Pod/Text/Overstrike.pm
6711            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
6712            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
6713 ____________________________________________________________________________
6714 [  8258] By: jhi                                   on 2000/12/29  18:20:45
6715         Log: Make the large file tests more robust/talkative as suggested by
6716              
6717              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
6718              From: andreas.koenig@anima.de (Andreas J. Koenig)
6719              Date: 29 Dec 2000 14:23:01 +0100
6720              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
6721      Branch: perl
6722            ! t/lib/syslfs.t t/op/lfs.t
6723 ____________________________________________________________________________
6724 [  8257] By: jhi                                   on 2000/12/29  17:48:04
6725         Log: Further VMS piping fixes from Charles Lane:
6726              
6727              In summary, error messages produced when a subprocess terminated
6728              abnormally were being sent not just to the parent process, but to
6729              grandparents, because of default values for error output that were
6730              not completely overridden when the subprocess was started.
6731              
6732              This patch fixes this behavior by defining user-mode (i.e., temporary
6733              for the duration of the program) logical names for SYS$OUTPUT and
6734              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
6735              changes to make it so that the user-mode logicals are the ones that
6736              control where Perl's error messages go if it terminates abnormally.
6737              
6738              I also added some gratuitous fixes to the indentation of braces in
6739              the piping code.  It just looked ugly, before.
6740      Branch: perl
6741            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
6742 ____________________________________________________________________________
6743 [  8256] By: jhi                                   on 2000/12/29  17:45:12
6744         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
6745              From: "Casey R. Tweten" <crt@kiski.net>
6746              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
6747              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
6748              
6749              Tests for for #8240.
6750      Branch: perl
6751            ! t/pragma/constant.t
6752 ____________________________________________________________________________
6753 [  8255] By: jhi                                   on 2000/12/29  17:43:07
6754         Log: Subject: Re: [PATCH] Interesting syntax idea
6755              From: Simon Cozens <simon@cozens.net>
6756              Date: Fri, 29 Dec 2000 14:34:04 +0000
6757              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
6758              
6759              Tests for #8254.
6760      Branch: perl
6761            ! t/pragma/sub_lval.t
6762 ____________________________________________________________________________
6763 [  8254] By: jhi                                   on 2000/12/29  17:42:11
6764         Log: Subject: [PATCH] Interesting syntax idea
6765              From: Simon Cozens <simon@cozens.net>
6766              Date: Wed, 27 Dec 2000 05:08:57 +0000
6767              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
6768              
6769              Make opens + bareword assigns do typeglob assigns.
6770      Branch: perl
6771            ! op.c
6772 ____________________________________________________________________________
6773 [  8253] By: jhi                                   on 2000/12/29  17:36:45
6774         Log: Output the (apparent) version of gcc, as suggested by
6775              
6776              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
6777              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
6778              Date: 26 Dec 2000 04:29:17 -0500
6779              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
6780              
6781              (The patch as such didn't any more apply as the misparsing had
6782              already been addressed in #6474.)  Also change the wording about
6783              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
6784      Branch: perl
6785            ! hints/dec_osf.sh
6786 ____________________________________________________________________________
6787 [  8252] By: nick                                  on 2000/12/29  12:14:31
6788         Log: Integrate mainline
6789      Branch: perlio
6790           !> (integrate 27 files)
6791 ____________________________________________________________________________
6792 [  8251] By: jhi                                   on 2000/12/29  08:45:46
6793         Log: (Retracted by #8264)
6794              
6795              (Fixed by #8260.)
6796              
6797              sv_catsv() needs one more byte space than seems reasonable.
6798              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
6799              Curiouser and curiouser.
6800      Branch: perl
6801            ! sv.c
6802 ____________________________________________________________________________
6803 [  8250] By: jhi                                   on 2000/12/29  07:57:52
6804         Log: More split // UTF-8 tests.
6805      Branch: perl
6806            ! t/pragma/utf8.t
6807 ____________________________________________________________________________
6808 [  8249] By: jhi                                   on 2000/12/29  07:54:51
6809         Log: (Retracted by #8264)  More join() testing which was good because
6810              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
6811      Branch: perl
6812            ! pp.c t/op/join.t utf8.c utf8.h
6813 ____________________________________________________________________________
6814 [  8248] By: jhi                                   on 2000/12/29  07:08:32
6815         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
6816              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
6817              that the only cases to care about are byte+byte and byte+character.
6818              
6819              TODO: See how well pp_concat() could be implemented in terms
6820              of sv_catsv().
6821      Branch: perl
6822            ! doop.c sv.c t/op/join.t utf8.h
6823 ____________________________________________________________________________
6824 [  8247] By: jhi                                   on 2000/12/29  06:35:23
6825         Log: Signedness nit.
6826      Branch: perl
6827            ! pp_hot.c
6828 ____________________________________________________________________________
6829 [  8246] By: jhi                                   on 2000/12/29  01:23:31
6830         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
6831              From: Lupe Christoph <lupe@lupe-christoph.de>
6832              Date: Thu, 28 Dec 2000 23:00:00 +0100
6833              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
6834              
6835              Suggest rsync --delete --dry-run.
6836      Branch: perl
6837            ! pod/perlhack.pod
6838 ____________________________________________________________________________
6839 [  8245] By: jhi                                   on 2000/12/28  23:57:05
6840         Log: The maxiters upper limit sanity check (guarding against
6841              non-progress) assumed bytes instead of characters in s///
6842              and split().
6843      Branch: perl
6844            ! pp.c pp_hot.c
6845 ____________________________________________________________________________
6846 [  8244] By: jhi                                   on 2000/12/28  23:34:08
6847         Log: Make some panic messages a bit more logical.
6848      Branch: perl
6849            ! doop.c pod/perldiag.pod pp.c pp_hot.c
6850 ____________________________________________________________________________
6851 [  8243] By: jhi                                   on 2000/12/28  22:59:16
6852         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
6853              From: Simon Cozens <simon@cozens.net>
6854              Date: Wed, 27 Dec 2000 02:30:03 +0000
6855              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
6856      Branch: perl
6857            ! pp.c t/pragma/sub_lval.t
6858 ____________________________________________________________________________
6859 [  8242] By: jhi                                   on 2000/12/28  22:56:53
6860         Log: Subject: [PATCH blead] Fix B::Terse indentation
6861              From: Daniel Chetlin <daniel@chetlin.com>
6862              Date: Wed, 27 Dec 2000 06:43:30 -0800
6863              Message-ID: <20001227064329.B9573@darkstar>
6864      Branch: perl
6865            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
6866 ____________________________________________________________________________
6867 [  8241] By: jhi                                   on 2000/12/28  22:48:59
6868         Log: The latter patch from the
6869              
6870              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
6871              From: Peter Prymmer <pvhp@forte.com> 
6872              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
6873              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
6874              
6875              (the former patch from the above should have been
6876              taken care of by Nick I-S)
6877      Branch: perl
6878            ! win32/Makefile
6879 ____________________________________________________________________________
6880 [  8240] By: jhi                                   on 2000/12/28  22:45:22
6881         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
6882              From: "Casey R. Tweten" <crt@kiski.net>
6883              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
6884              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
6885      Branch: perl
6886            ! lib/constant.pm
6887 ____________________________________________________________________________
6888 [  8239] By: jhi                                   on 2000/12/28  22:37:45
6889         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
6890              From: Simon Cozens <simon@cozens.net>
6891              Date: Wed, 27 Dec 2000 14:12:44 +0000
6892              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
6893      Branch: perl
6894            ! t/op/method.t t/op/sort.t toke.c
6895 ____________________________________________________________________________
6896 [  8238] By: jhi                                   on 2000/12/28  22:30:32
6897         Log: Subject: [PATCH perl@8229] Call.pm
6898              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6899              Date: Mon, 25 Dec 2000 10:47:15 -0000
6900              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
6901      Branch: perl
6902            ! ext/Filter/Util/Call/Call.pm
6903 ____________________________________________________________________________
6904 [  8237] By: jhi                                   on 2000/12/28  22:19:21
6905         Log: Subject: [PATCH blead] Fix problem with `&' prototype
6906              From: Daniel Chetlin <daniel@chetlin.com>
6907              Date: Wed, 27 Dec 2000 15:55:32 -0800
6908              Message-ID: <20001227155532.D9573@darkstar>
6909      Branch: perl
6910            ! op.c t/comp/proto.t
6911 ____________________________________________________________________________
6912 [  8236] By: jhi                                   on 2000/12/28  22:09:25
6913         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
6914              From: Daniel Chetlin <daniel@chetlin.com>
6915              Date: Sun, 24 Dec 2000 04:09:49 -0800
6916              Message-ID: <20001224040949.B3090@darkstar>
6917      Branch: perl
6918            ! gv.c mg.c t/op/attrs.t
6919 ____________________________________________________________________________
6920 [  8235] By: jhi                                   on 2000/12/28  22:07:11
6921         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
6922              From: Jan Dubois <jand@ActiveState.com>
6923              Date: Tue, 26 Dec 2000 20:57:31 -0800
6924              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
6925      Branch: perl
6926            ! win32/win32.c
6927 ____________________________________________________________________________
6928 [  8234] By: jhi                                   on 2000/12/28  21:52:42
6929         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
6930              From: Simon Cozens <simon@cozens.net>
6931              Date: Thu, 28 Dec 2000 20:33:13 +0000
6932              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
6933      Branch: perl
6934            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
6935 ____________________________________________________________________________
6936 [  8233] By: jhi                                   on 2000/12/28  19:40:49
6937         Log: Integrate perlio.
6938      Branch: perl
6939           !> ext/Encode/Makefile.PL ext/Encode/compile
6940 ____________________________________________________________________________
6941 [  8232] By: nick                                  on 2000/12/23  16:06:00
6942         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
6943              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
6944      Branch: perlio
6945            ! ext/Encode/Makefile.PL
6946 ____________________________________________________________________________
6947 [  8231] By: nick                                  on 2000/12/23  14:30:34
6948         Log: "Compiled" encode build cleanup
6949              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
6950              - .c files do not export sub-tables
6951      Branch: perlio
6952            ! ext/Encode/Makefile.PL ext/Encode/compile
6953 ____________________________________________________________________________
6954 [  8230] By: nick                                  on 2000/12/23  12:50:37
6955         Log: Integrate mainline
6956      Branch: perlio
6957           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
6958           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
6959           !> pod/perl5004delta.pod pod/perl5005delta.pod
6960           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
6961           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
6962           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
6963           !> pod/perlsub.pod
6964 ____________________________________________________________________________
6965 [  8229] By: jhi                                   on 2000/12/22  15:32:12
6966         Log: Integrate perlio.
6967      Branch: perl
6968           +> win32/distclean.bat
6969           !> MANIFEST t/io/utf8.t
6970 ____________________________________________________________________________
6971 [  8228] By: jhi                                   on 2000/12/22  15:29:40
6972         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
6973              From: Robin Barker <rmb1@cise.npl.co.uk>
6974              Date: Fri, 22 Dec 2000 12:17:38 GMT
6975              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
6976      Branch: perl
6977            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
6978            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
6979            ! pod/perl5004delta.pod pod/perl5005delta.pod
6980            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
6981            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
6982            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
6983            ! pod/perlsub.pod
6984 ____________________________________________________________________________
6985 [  8227] By: jhi                                   on 2000/12/22  15:24:28
6986         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
6987              From: "John L. Allen" <allen@grumman.com>
6988              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
6989              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
6990              
6991              Document APPLLIB_EXP.
6992      Branch: perl
6993            ! INSTALL
6994 ____________________________________________________________________________
6995 [  8226] By: nick                                  on 2000/12/21  22:11:50
6996         Log: Handy script for when one forgets to "dmake clean" 
6997      Branch: perlio
6998            + win32/distclean.bat
6999            ! MANIFEST
7000 ____________________________________________________________________________
7001 [  8225] By: nick                                  on 2000/12/21  21:54:04
7002         Log: CRLF platform issue with io/utf8 fix.
7003      Branch: perlio
7004            ! t/io/utf8.t
7005 ____________________________________________________________________________
7006 [  8224] By: nick                                  on 2000/12/21  21:02:20
7007         Log: Integrate mainline
7008      Branch: perlio
7009           !> Changes Configure Makefile.SH Porting/Glossary
7010           !> Porting/config.sh Porting/config_H configure.com
7011           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
7012           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
7013           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
7014           !> win32/config.bc win32/config.gc win32/config.vc
7015 ____________________________________________________________________________
7016 [  8223] By: jhi                                   on 2000/12/21  17:09:16
7017         Log: Update Changes.
7018      Branch: perl
7019            ! Changes patchlevel.h
7020 ____________________________________________________________________________
7021 [  8222] By: jhi                                   on 2000/12/21  16:24:01
7022         Log: Metaconfig unit changes for #8221.
7023      Branch: metaconfig/U/perl
7024           +> issymlink.U
7025            - testsyml.U
7026            ! Mksymlinks.U
7027 ____________________________________________________________________________
7028 [  8221] By: jhi                                   on 2000/12/21  16:23:48
7029         Log: Rename testsyml to issymlink.
7030      Branch: perl
7031            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7032            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
7033            ! win32/config.vc
7034 ____________________________________________________________________________
7035 [  8220] By: jhi                                   on 2000/12/21  15:47:26
7036         Log: Robustness support for #8218 (symlink forest) since the GNU
7037              tools seem to be overly picky about symlinkage depths.
7038      Branch: perl
7039            ! Makefile.SH t/io/fs.t
7040 ____________________________________________________________________________
7041 [  8219] By: jhi                                   on 2000/12/21  15:38:27
7042         Log: Metaconfig changes for #8218.
7043      Branch: metaconfig
7044            ! U/modified/Oldconfig.U
7045      Branch: metaconfig/U/perl
7046            + Mksymlinks.U
7047            ! testsyml.U
7048 ____________________________________________________________________________
7049 [  8218] By: jhi                                   on 2000/12/21  15:37:57
7050         Log: Add Configure option -Dmksymlinks which will create a symlink
7051              forest if the current/build differs from the source directory.
7052              TODO: mkdir -p is not portable.
7053      Branch: perl
7054            ! Configure
7055 ____________________________________________________________________________
7056 [  8217] By: jhi                                   on 2000/12/21  14:39:12
7057         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
7058              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
7059              Date: Thu, 21 Dec 2000 09:38:18 GMT
7060              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
7061              
7062              The ofs became an SV.
7063      Branch: perl
7064            ! ext/Thread/Thread.xs
7065 ____________________________________________________________________________
7066 [  8216] By: jhi                                   on 2000/12/21  05:40:21
7067         Log: The polymorphism seems to have fixed 20000517.001.
7068      Branch: perl
7069            ! t/pragma/utf8.t
7070 ____________________________________________________________________________
7071 [  8215] By: jhi                                   on 2000/12/21  04:44:52
7072         Log: read() documentation tweak for 20001121.004.
7073      Branch: perl
7074            ! pod/perlfunc.pod
7075 ____________________________________________________________________________
7076 [  8214] By: jhi                                   on 2000/12/21  03:54:11
7077         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
7078      Branch: perl
7079            ! pp_sys.c t/op/misc.t
7080 ____________________________________________________________________________
7081 [  8213] By: jhi                                   on 2000/12/21  00:28:10
7082         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
7083              From: Peter Prymmer <pvhp@forte.com>
7084              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
7085              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
7086      Branch: perl
7087            ! configure.com
7088 ____________________________________________________________________________
7089 [  8212] By: jhi                                   on 2000/12/21  00:26:21
7090         Log: Edit edit edit.
7091      Branch: perl
7092            ! pod/perlfaq3.pod
7093 ____________________________________________________________________________
7094 [  8211] By: jhi                                   on 2000/12/20  18:52:46
7095         Log: Update Changes.
7096      Branch: perl
7097            ! Changes patchlevel.h
7098 ____________________________________________________________________________
7099 [  8210] By: jhi                                   on 2000/12/20  18:34:47
7100         Log: Yet another editor edit.
7101      Branch: perl
7102            ! pod/perlfaq3.pod
7103 ____________________________________________________________________________
7104 [  8209] By: jhi                                   on 2000/12/20  15:33:28
7105         Log: More Win32 Perling.
7106      Branch: perl
7107            ! pod/perlfaq3.pod
7108 ____________________________________________________________________________
7109 [  8208] By: jhi                                   on 2000/12/20  15:07:46
7110         Log: More Win32 editor/IDE/shell hints.
7111      Branch: perl
7112            ! pod/perlfaq3.pod
7113 ____________________________________________________________________________
7114 [  8207] By: jhi                                   on 2000/12/20  03:54:08
7115         Log: Subject: [PATCH] obscure timing knowledge
7116              From: Nicholas Clark <nick@ccl4.org>
7117              Date: Tue, 19 Dec 2000 19:22:31 +0000
7118              Message-ID: <20001219192231.F2827@plum.flirble.org>
7119      Branch: perl
7120            ! sv.c
7121 ____________________________________________________________________________
7122 [  8206] By: jhi                                   on 2000/12/20  03:45:57
7123         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
7124              From: Spider Boardman <spider@leggy.zk3.dec.com>
7125              Date: Tue, 19 Dec 2000 21:30:16 -0500
7126              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
7127      Branch: perl
7128            ! sv.c
7129 ____________________________________________________________________________
7130 [  8205] By: jhi                                   on 2000/12/19  23:02:01
7131         Log: Update Changes.
7132      Branch: perl
7133            ! Changes patchlevel.h
7134 ____________________________________________________________________________
7135 [  8204] By: jhi                                   on 2000/12/19  22:58:18
7136         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
7137              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
7138              on editors and diffing/patching.
7139      Branch: perl
7140            ! t/op/utf8decode.t
7141 ____________________________________________________________________________
7142 [  8203] By: nick                                  on 2000/12/19  21:36:16
7143         Log: Integrate mainline (forgot my own change...)
7144      Branch: perlio
7145           !> ext/Encode/compile
7146 ____________________________________________________________________________
7147 [  8202] By: nick                                  on 2000/12/19  21:34:42
7148         Log: Integrate mainline.
7149      Branch: perlio
7150           !> (integrate 61 files)
7151 ____________________________________________________________________________
7152 [  8201] By: nick                                  on 2000/12/19  21:34:06
7153         Log: Avoid looking for File::Glob when we don't need it.
7154      Branch: perl
7155            ! ext/Encode/compile
7156 ____________________________________________________________________________
7157 [  8200] By: jhi                                   on 2000/12/19  18:35:49
7158         Log: Update Changes.
7159      Branch: perl
7160            ! Changes patchlevel.h
7161 ____________________________________________________________________________
7162 [  8199] By: jhi                                   on 2000/12/19  18:35:07
7163         Log: Microperl tweaks.
7164      Branch: perl
7165            ! sv.c uconfig.h uconfig.sh
7166 ____________________________________________________________________________
7167 [  8198] By: jhi                                   on 2000/12/19  18:29:59
7168         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
7169      Branch: perl
7170            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7171            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
7172 ____________________________________________________________________________
7173 [  8197] By: jhi                                   on 2000/12/19  17:55:29
7174         Log: In VMS embedded perls couldn't access the statically built Socket,
7175              from Charles Lane.
7176      Branch: perl
7177            ! configure.com
7178 ____________________________________________________________________________
7179 [  8196] By: jhi                                   on 2000/12/19  17:49:50
7180         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
7181              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
7182              Date: Sun, 17 Dec 2000 19:11:44 -0000
7183              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
7184      Branch: perl
7185            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7186            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
7187 ____________________________________________________________________________
7188 [  8195] By: jhi                                   on 2000/12/19  17:47:53
7189         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
7190              From: Jonathan Stowe <gellyfish@gellyfish.com>
7191              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
7192              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
7193      Branch: perl
7194            ! utils/h2xs.PL
7195 ____________________________________________________________________________
7196 [  8194] By: jhi                                   on 2000/12/19  17:46:28
7197         Log: Subject: Re: useless use of void context work-around
7198              From: andreas.koenig@anima.de (Andreas J. Koenig)
7199              Date: 16 Dec 2000 15:13:36 +0100
7200              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
7201              
7202              Document (comment) the q(di ds ig) trick in the code.
7203      Branch: perl
7204            ! op.c
7205 ____________________________________________________________________________
7206 [  8193] By: jhi                                   on 2000/12/19  17:10:57
7207         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
7208              From: "Mark J. Reed" <mreed@strange.turner.com>
7209              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
7210              Message-Id: <200012160222.VAA13986@strange.turner.com>
7211      Branch: perl
7212            ! ext/Sys/Syslog/Syslog.pm
7213 ____________________________________________________________________________
7214 [  8192] By: jhi                                   on 2000/12/19  17:07:45
7215         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
7216              From: Nicholas Clark <nick@ccl4.org>
7217              Date: Sat, 16 Dec 2000 19:03:13 +0000
7218              Message-ID: <20001216190313.D68304@plum.flirble.org>
7219      Branch: perl
7220            ! t/op/64bitint.t
7221 ____________________________________________________________________________
7222 [  8191] By: jhi                                   on 2000/12/19  17:06:13
7223         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
7224              From: Dominic Dunlop <domo@computer.org>
7225              Date: Mon, 18 Dec 2000 12:00:15 +0100
7226              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
7227              
7228              This patchlet is needed in order that perl can be statically linked.  
7229      Branch: perl
7230            ! regexec.c
7231 ____________________________________________________________________________
7232 [  8190] By: jhi                                   on 2000/12/19  17:03:08
7233         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
7234              From: "Craig A. Berry" <craig.berry@psinetcs.com>
7235              Date: Sun, 17 Dec 2000 00:18:35 -0600
7236              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
7237      Branch: perl
7238            ! perlio.h vms/gen_shrfls.pl
7239 ____________________________________________________________________________
7240 [  8189] By: jhi                                   on 2000/12/19  16:20:28
7241         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
7242              From: Prymmer/Kahn <pvhp@best.com>
7243              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
7244              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
7245              
7246              A better version of #8188.
7247      Branch: perl
7248            ! pod/perlfaq3.pod
7249 ____________________________________________________________________________
7250 [  8188] By: jhi                                   on 2000/12/19  15:57:06
7251         Log: (Replaced by #8189)
7252              
7253              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
7254              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
7255              From: Prymmer/Kahn <pvhp@best.com>
7256              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
7257              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
7258              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
7259              Date: Mon, 18 Dec 2000 11:10:45 -0500
7260              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
7261      Branch: perl
7262            ! pod/perlfaq3.pod
7263 ____________________________________________________________________________
7264 [  8187] By: jhi                                   on 2000/12/19  15:54:19
7265         Log: Email address fix for Anton Berezin.
7266      Branch: perl
7267            ! AUTHORS
7268 ____________________________________________________________________________
7269 [  8186] By: jhi                                   on 2000/12/19  15:38:54
7270         Log: Subject: [PATCH perl@8102] cygwin port
7271              From: "Eric Fifer" <efifer@dircon.co.uk> 
7272              Date: Thu, 14 Dec 2000 13:41:29 -0000
7273              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
7274              
7275              When compiling modules the data item that is being imported
7276              from libperl.dll needs to be tagged as imported/shared data:
7277              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
7278      Branch: perl
7279            ! perliol.h
7280 ____________________________________________________________________________
7281 [  8185] By: jhi                                   on 2000/12/19  14:53:24
7282         Log: Regen uconfig.h and uconfig.sh.
7283      Branch: perl
7284            ! uconfig.h uconfig.sh
7285 ____________________________________________________________________________
7286 [  8184] By: jhi                                   on 2000/12/18  20:43:49
7287         Log: Comments work so much better when they are closed.
7288      Branch: perl
7289            ! regcomp.c
7290 ____________________________________________________________________________
7291 [  8183] By: jhi                                   on 2000/12/18  18:04:02
7292         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
7293              Fixes the bug 20001218.016.
7294      Branch: perl
7295            ! regcomp.c
7296 ____________________________________________________________________________
7297 [  8182] By: gsar                                  on 2000/12/18  09:53:47
7298         Log: delete spurious files
7299      Branch: maint-5.6/perl
7300            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
7301            - vos/config.h vos/config_h.SH_orig
7302 ____________________________________________________________________________
7303 [  8181] By: gsar                                  on 2000/12/18  09:46:08
7304         Log: regen perltoc
7305      Branch: maint-5.6/perl
7306            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
7307 ____________________________________________________________________________
7308 [  8180] By: gsar                                  on 2000/12/18  09:20:27
7309         Log: integrate changes#7924..7926,7946,7952 from mainline
7310      Branch: maint-5.6/perl
7311           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
7312           !> lib/File/stat.pm t/lib/class-struct.t
7313 ____________________________________________________________________________
7314 [  8179] By: gsar                                  on 2000/12/18  08:55:54
7315         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
7316              7918,7919,7988,8907 from mainline (various)
7317      Branch: maint-5.6/perl
7318           +> t/lib/class-struct.t
7319           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
7320           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
7321           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
7322 ____________________________________________________________________________
7323 [  8178] By: gsar                                  on 2000/12/18  08:16:30
7324         Log: avoid redefinition warnings on windows due to sys/socket.h getting
7325              #included before win32.h
7326      Branch: maint-5.6/perl
7327            ! win32/include/sys/socket.h
7328 ____________________________________________________________________________
7329 [  8177] By: gsar                                  on 2000/12/18  05:24:04
7330         Log: make regen_headers; fix POSIX.xs problems; remove outdated
7331              code from sys/socket.h that makes build fail now
7332      Branch: maint-5.6/perl
7333            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
7334            ! pod/perlapi.pod
7335           !> win32/include/sys/socket.h
7336 ____________________________________________________________________________
7337 [  8176] By: gsar                                  on 2000/12/18  05:20:17
7338         Log: update Changes
7339      Branch: maint-5.6/perl
7340            ! Changes patchlevel.h
7341 ____________________________________________________________________________
7342 [  8175] By: gsar                                  on 2000/12/18  04:57:48
7343         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
7344              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
7345              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
7346              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
7347              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
7348              7823,7825,7838
7349      Branch: maint-5.6/perl
7350           +> lib/File/Spec/Epoc.pm
7351           !> (integrate 88 files)
7352 ____________________________________________________________________________
7353 [  8174] By: gsar                                  on 2000/12/18  03:53:09
7354         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
7355              7625..7629,7631..7634,7637,7639,7642 from mainline
7356      Branch: maint-5.6/perl
7357           +> README.solaris
7358           !> (integrate 26 files)
7359 ____________________________________________________________________________
7360 [  8173] By: gsar                                  on 2000/12/18  03:37:02
7361         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
7362              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
7363              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
7364              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
7365      Branch: maint-5.6/perl
7366           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
7367            - MAINTAIN
7368           !> (integrate 111 files)
7369 ____________________________________________________________________________
7370 [  8172] By: jhi                                   on 2000/12/18  02:49:27
7371         Log: Regen pods.
7372      Branch: perl
7373            ! pod/perlmodlib.pod pod/perltoc.pod
7374 ____________________________________________________________________________
7375 [  8171] By: gsar                                  on 2000/12/18  02:49:24
7376         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
7377              7465..7471 from mainline
7378              
7379              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
7380              in platforms that strictly require all the symbols being present
7381              at link time.
7382              
7383              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
7384              
7385              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
7386              
7387              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
7388              
7389              Subject: [PATCH] todo
7390              
7391              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
7392              
7393              Use $sort, $uniq (and $tr) consistently as wondered
7394              by Nicholas Clark.
7395              
7396              Too enthusiastic editing in #7460.
7397              
7398              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
7399              
7400              Upgrade to CPAN 1.58_55.
7401              Subject: CPAN.pm status
7402              
7403              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
7404              
7405              Make target reordering to avoid pointless re-makes.
7406              Subject: Re: Total re-make of 'make okfile' after 7451 ?
7407              
7408              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
7409              
7410              Subject: DOC PATCH 5.6.0
7411              
7412              Add the repository doc by Malcolm, Sarathy, and by Simon,
7413              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
7414      Branch: maint-5.6/perl
7415           +> Porting/repository.pod
7416           !> Configure MANIFEST Makefile.SH README.dos README.os2
7417           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
7418           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
7419           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
7420 ____________________________________________________________________________
7421 [  8169] By: gsar                                  on 2000/12/18  02:33:34
7422         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
7423              7435..7441,7445 from mainline
7424              
7425              Make the UTF-8 decoding stricter and more verbose when
7426              malformation happens.  This involved adding an argument
7427              to utf8_to_uv_chk(), which involved changing its prototype,
7428              and prefer STRLEN over I32 for the UTF-8 length, which as
7429              a domino effect necessitated changing the prototypes of
7430              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
7431              The stricter UTF-8 decoding checking uses Markus Kuhn's
7432              UTF-8 Decode Stress Tester from
7433              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
7434              
7435              Run vms/vms_yfix.pl, should have done that after changing
7436              perly.c in #7382.
7437              
7438              Subject: [PATCH 5.7.0] static linking with uninstalled perl
7439              
7440              (Replaced by #7440.)
7441              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
7442              
7443              Fix the bug ID 20001024.005, the bug introduced by #7416.
7444              
7445              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
7446              
7447              Fix the bug reported in
7448              From: andreas.koenig@anima.de (Andreas J. Koenig)
7449              Also make is_utf8_char() stricter.
7450              
7451              Missed the header file changes from #7425.
7452              
7453              Check if stdio supports tweaking lval and cnt simultaneously.
7454              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
7455              
7456              Stratus VOS updates from Paul Green.
7457              
7458              Podify README.epoc and README.vos.
7459              
7460              Add targets to Makefile.SH, most importantly
7461              'regen_all' which also remembers to update vms/perly*.
7462              
7463              Subject: Minor update to find2perl, for portability
7464              
7465              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
7466              
7467              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
7468              
7469              Rename UTF8LEN() to be UNISKIP(), too confusing to have
7470              UTF8LEN() and UTF8SKIP(). 
7471              
7472              Allow poking holes at the UTF-8 decoding strictness.
7473              
7474              Continue the internal UTF-8 API tweaking.
7475              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
7476              used much more than the simpler API, now called utf8_to_uv_simple().
7477              Still not quite happy with API, too much partial duplication
7478              of functionality.
7479              
7480              A new version of making the syslog test more robust.
7481              (Replaces #7421.)
7482              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
7483              
7484              buildtoc target tweaks.
7485              
7486              Integrate with vmsperl #7430 by Charles Bailey:
7487              
7488              Cleanup from prior patch (Charles Lane?):
7489              - improve handling of MFDs in Basename and Path
7490              - default to no xsubpp line # munging when building debug images
7491      Branch: maint-5.6/perl
7492           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7493           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
7494           !> (integrate 67 files)
7495 ____________________________________________________________________________
7496 [  8168] By: gsar                                  on 2000/12/18  02:05:49
7497         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
7498              
7499              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
7500              From: Martin Husemann <martin@duskware.de>
7501              
7502              Subject: [PATCH 5.7.0] restore match data on backtracing
7503              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7504      Branch: maint-5.6/perl
7505           !> regcomp.c regexec.c t/op/re_tests
7506 ____________________________________________________________________________
7507 [  8167] By: gsar                                  on 2000/12/18  01:55:22
7508         Log: integrate changes#7858,7986 from mainline
7509              
7510              C<foreach my $x ...> in pseudo-fork()ed process may diddle
7511              parent's memory; fix it by keeping track of the actual pad
7512              offset rather than a raw pointer (this change is probably also
7513              relevant to non-ithreads case to avoid fallout from reallocs of
7514              the pad array, but is currently only enabled for the ithreads
7515              case in the interests of minimal disruption to existing "well
7516              tested" code)
7517              
7518              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
7519              due to the notorious GetFileType() bug in Windows 9x, which fstat()
7520              tickles)
7521      Branch: maint-5.6/perl
7522           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
7523           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
7524           !> win32/win32.c win32/win32.h win32/win32sck.c
7525 ____________________________________________________________________________
7526 [  8166] By: gsar                                  on 2000/12/18  01:52:59
7527         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
7528              from mainline (xsubpp and ExtUtils::LibList fixups, various
7529              other small items)
7530      Branch: maint-5.6/perl
7531           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
7532           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
7533           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
7534           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
7535           !> win32/bin/search.pl
7536 ____________________________________________________________________________
7537 [  8165] By: gsar                                  on 2000/12/18  01:28:45
7538         Log: integrate changes#7533,7563,7611,7623 from mainline (various
7539              malloc.c embellishments)
7540      Branch: maint-5.6/perl
7541           !> malloc.c pod/perldiag.pod
7542 ____________________________________________________________________________
7543 [  8164] By: gsar                                  on 2000/12/18  01:23:33
7544         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
7545              fixups)
7546      Branch: maint-5.6/perl
7547           !> utils/h2xs.PL
7548 ____________________________________________________________________________
7549 [  8163] By: gsar                                  on 2000/12/18  01:17:50
7550         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
7551              fixups)
7552      Branch: maint-5.6/perl
7553           !> Makefile.SH utils/perlbug.PL
7554 ____________________________________________________________________________
7555 [  8162] By: gsar                                  on 2000/12/18  00:25:43
7556         Log: always export Perl_deb() (it is required by re.xs whether
7557              Perl is built with or without -DDEBUGGING)
7558      Branch: maint-5.6/perl
7559            ! makedef.pl
7560 ____________________________________________________________________________
7561 [  8161] By: gsar                                  on 2000/12/18  00:23:38
7562         Log: integrate change#7414 from mainline
7563              
7564              Undo the basename() part of #7412 since the lib/basename
7565              tests would need upgrading too.
7566              
7567              squelch two tests in tr.t that rely on tr/// paranoia change
7568              that's not in 5.6.x
7569      Branch: maint-5.6/perl
7570            ! t/op/tr.t
7571           !> lib/File/Basename.pm
7572 ____________________________________________________________________________
7573 [  8160] By: gsar                                  on 2000/12/18  00:05:30
7574         Log: missing change in previous integrate
7575      Branch: maint-5.6/perl
7576           !> README.aix
7577 ____________________________________________________________________________
7578 [  8159] By: gsar                                  on 2000/12/18  00:03:38
7579         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
7580              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
7581              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
7582              7410..7413 from mainline
7583      Branch: maint-5.6/perl
7584           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
7585           +> t/lib/tie-splice.t
7586            - lib/unicode/Is/DCinital.pl
7587           !> (integrate 112 files)
7588 ____________________________________________________________________________
7589 [  8158] By: jhi                                   on 2000/12/17  23:04:24
7590         Log: Subject: [PATCHES] RE: perl@8150 
7591              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
7592              Date: Sun, 17 Dec 2000 21:46:39 +0100
7593              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
7594              
7595              Neither cygwin has a getpwuid() one can trust on.
7596      Branch: perl
7597            ! t/lib/glob-basic.t
7598 ____________________________________________________________________________
7599 [  8157] By: jhi                                   on 2000/12/17  23:01:54
7600         Log: More MAN.PODS => {} fixes.
7601      Branch: perl
7602            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
7603            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
7604            ! os2/OS2/REXX/Makefile.PL
7605 ____________________________________________________________________________
7606 [  8156] By: gsar                                  on 2000/12/17  22:49:13
7607         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
7608              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
7609              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
7610              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
7611              7201,7204 from mainline
7612      Branch: maint-5.6/perl
7613           !> (integrate 121 files)
7614 ____________________________________________________________________________
7615 [  8155] By: jhi                                   on 2000/12/17  22:30:58
7616         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
7617              From: "Craig A. Berry" <craigberry@mac.com>
7618              Date: Sun, 17 Dec 2000 13:09:28 -0600
7619              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
7620              
7621              MAN.PODS => ' ' is naughty.
7622      Branch: perl
7623            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
7624 ____________________________________________________________________________
7625 [  8154] By: nick                                  on 2000/12/17  22:07:13
7626         Log: MULTIPLICITY nit.
7627      Branch: perl
7628            ! mg.c
7629 ____________________________________________________________________________
7630 [  8153] By: gsar                                  on 2000/12/17  21:23:05
7631         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
7632              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
7633              from mainline
7634              
7635              Document the SvIOK_.*UV().
7636              
7637              Update Unicode todo list.
7638              
7639              Guard against bad string->int conversion for quads.
7640              
7641              Subject: small apidoc fix
7642              
7643              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
7644              
7645              Subject: [PATCH] Tied filehandle documentation
7646              
7647              Subject: [PATCH] Modernize Opcode.pm documentation
7648              
7649              Make Data::Dumper (non-XS) to work with changed semantics of ref().
7650              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
7651              [applied even though said semantics didn't change in 5.6.x]
7652              
7653              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
7654              
7655              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
7656              
7657              Fix the URL, but the server is still missing in action.
7658              Subject: [ID 20000905.002] perlfaq1.pod URL error
7659              
7660              Subject: [ID 20000903.001] \w in utf8-strings
7661              
7662              Fix the ccversion detection for 5.1 and beyond.
7663              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
7664              
7665              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
7666              
7667              Subject: [ID 20000904.008] Tiny fix for perldiag
7668              
7669              Subject: Re: [ID 20000906.004] segfault with bad perl statement
7670              
7671              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
7672              
7673              Subject: [ID 20000908.002] perlipc documentation bug.
7674              
7675              Subject: [PATCH lib/Benchmark.pm]
7676              
7677              Re-allow vec() for characters > 255.
7678              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
7679              
7680              Do away with memory models cruft.  Sorry, PDP users.
7681              
7682              Continue #7041.
7683              
7684              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
7685              
7686              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
7687              
7688              Upgrade to CPAN 1.57_65, from Andreas König.
7689              
7690              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
7691              by Russ Allbery.
7692              
7693              Silence t/pod/*.t about alternate quote-mappings now implemented
7694              by Pod::Text, from Brad Appleton.
7695              
7696              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
7697              Subject: borland C++ win32.c tweak
7698              
7699              C<@a = @b = split(...)> optimization coredumps under ithreads
7700              (missed a spot when fixing up op_pmreplroot hack for ithreads)
7701              
7702              Document the SvUTF8*().
7703              
7704              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
7705              
7706              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
7707              
7708              Do in VMS as the #7054 does.
7709              
7710              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
7711              
7712              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
7713              
7714              Subject: [patch: perl@7045] vms updates
7715              
7716              Test for the #7049.
7717              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
7718              
7719              Break up the myconfig lines a bit.
7720              Subject: perlbug/perl -V output format
7721              
7722              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
7723              
7724              The #7054 truncated Configure badly.
7725              
7726              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
7727              initialization in all the threads on Windows
7728              
7729              Allow for whitespace between "#" and "line" in cpp output.
7730              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
7731              
7732              Remove vestiges of tr//CU.
7733              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
7734              
7735              The return value of setlocale must be copied away.
7736              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
7737              
7738              Allow chop() and chomp() to be overridden.
7739              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
7740              
7741              Hints optimization.
7742              Subject: Minor nit
7743              
7744              Subject: [PATCH] de-wall t/README
7745              
7746              Subject: Re: Two advertising clauses need to be removed
7747      Branch: maint-5.6/perl
7748           !> (integrate 75 files)
7749 ____________________________________________________________________________
7750 [  8152] By: gsar                                  on 2000/12/17  20:30:11
7751         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
7752              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
7753              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
7754              
7755              Don't attach -ld to the archname if pointless.
7756              
7757              Document UNTIE in a very minimalistic way.
7758              
7759              POSIX doesn't report long double values under -Duselongdouble
7760              when the long doubles are "real" (bigger than doubles).
7761              
7762              More author updates.
7763              
7764              Try to deduce NV_MAX.  Really should be Configure fodder.
7765              
7766              :: not allowed in pathnames, change to .
7767              Subject: [PATCH perl@6938] cygwin port
7768              
7769              Forget about NV_MAX (#6951).  Various floating point tweaks,
7770              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
7771              
7772              Move the Solaris 7 scan to use64bitall, make the
7773              failure to find 64-bot sparc libc to mention the
7774              possibility of being in an intel, from Lupe and Alan.
7775              
7776              Regen perltoc.
7777              
7778              AUTHORS tweaks, from Peter Prymmer.
7779              
7780              More address tweaking.
7781              
7782              Small tweaks all over.
7783              
7784              File::Temp patches from Andreas König,
7785              
7786              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
7787              
7788              Subject: CPAN.pm beta 1.57_57 for the core
7789              
7790              Part of the solution.
7791              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
7792              
7793              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
7794              
7795              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
7796              
7797              Add the overload warnings to perldiag.
7798              
7799              Drop unused argument.
7800              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
7801              
7802              Subject: Nit in Configure (bleadperl@6961)
7803              
7804              Update to PodParser 1.18, from Brad Appleton.
7805              
7806              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
7807              
7808              Subject: [PATCH: 6948] add SCNfldbl to configure.com
7809              
7810              Document UNTIE. Also tweak implementation to suppress the 'inner references'
7811              warning when UNTIE exists and instead pass the cound of extra references to
7812              the UNTIE method.
7813              
7814              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
7815              so that case-ignoring systems like DCL can tell them from
7816              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
7817              
7818              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
7819              
7820              Feature ordering tweak.
7821              
7822              Regen perltoc.
7823              
7824              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
7825              
7826              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
7827              
7828              Subject: http:// in L<>
7829              
7830              Detypo.
7831              
7832              change#6791 accidentally clobbered change#6710, put it back
7833              
7834              Only the first line, thank you very much.
7835              
7836              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
7837              plus rework the http: spots as suggested by Tom Christiansen,
7838              plus regen perltoc.
7839              
7840              Undo part of change 6489 which looks like a bulk edit which
7841              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
7842              The supressing of main:: on return from select() is undesirable.
7843              
7844              Apparently avoiding the swapping is too costly.
7845              
7846              Various Configure nits by Philip Newton,
7847              plus the ebcdic one by me.
7848              
7849              Make certain cc is set before trying to run it.
7850              
7851              If overloaded %{} etc. return the object do not loop.
7852              Thus  sub deref { $_[0] } functions if object is wanted type.
7853              
7854              Update perlhist.
7855              
7856              More %{} and other deref special casing - do not pass to 'nomethod'.
7857      Branch: maint-5.6/perl
7858           !> (integrate 59 files)
7859 ____________________________________________________________________________
7860 [  8151] By: gsar                                  on 2000/12/17  19:14:38
7861         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
7862              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
7863              
7864              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
7865              
7866              Make the epsilon to be relative, not absolute.
7867              
7868              Put back the flags dump as reasoned in
7869              Subject: Re: [PATCH] Glob dumping
7870              
7871              Introduce ccname to keep track of what compiler kind of we have.
7872              
7873              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
7874              
7875              Put back the slice accidentally removed by #6907.
7876              
7877              Reset archname and archname64 always, forcing them be
7878              recomputed at each Configure run, make Configure and
7879              the hints files agree on the naming of largefiles variables.
7880              
7881              Don't say "Perl 5.0 source kit".
7882              
7883              Subject: [PATCH] fix misc cast warnings
7884              
7885              Subject: typos in pods
7886              
7887              NVs not necessarily doubles, as pointed out by Yitzchak.
7888              
7889              Subject: [PATCH 6889] add a few ldbl formats to configure.com
7890              
7891              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
7892              
7893              Better options for rsync.
7894              
7895              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
7896              
7897              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
7898              
7899              Subject: [PATCH] Re: UNTIE method 
7900              
7901              A better fix for the Socket building problem from Craig Berry.
7902              
7903              Retract the dummy test, skip the security tests (instead of failing),
7904              explain what the warnings mean.
7905              
7906              Heap decorruption.
7907              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
7908              
7909              Update to Unicode 3.0.1.
7910              
7911              Missed one Unicode file.
7912              
7913              Subject: Re: typos in pods
7914              
7915              The #6929 was too skimpy.
7916              
7917              sscanf() may be the only way to read long doubles from strings.
7918              
7919              Reveal Borland's isnan.
7920              Subject: build with BC++ tweak
7921              
7922              Issue useful diagnostic on unknown pod commands.
7923              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
7924              
7925              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
7926              
7927              Clarify the third case of ftmp-security warnings.
7928              
7929              Make -Dusemorebits find long doubles in Solaris.
7930              
7931              Wrap the test in eval.
7932      Branch: maint-5.6/perl
7933           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
7934           +> lib/unicode/PropList.txt lib/unicode/README.perl
7935           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
7936           +> lib/unicode/Unicode.301 vms/vmspipe.com
7937            - lib/unicode/Props.txt lib/unicode/UCD300.html
7938            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
7939           !> (integrate 305 files)
7940 ____________________________________________________________________________
7941 [  8150] By: jhi                                   on 2000/12/17  18:47:57
7942         Log: Uncheckedin generated files.
7943      Branch: perl
7944            ! global.sym perlapi.c pod/perlapi.pod
7945 ____________________________________________________________________________
7946 [  8149] By: jhi                                   on 2000/12/17  18:41:22
7947         Log: Update Changes.
7948      Branch: perl
7949            ! Changes patchlevel.h
7950 ____________________________________________________________________________
7951 [  8148] By: jhi                                   on 2000/12/17  18:39:16
7952         Log: Subject: [PATCH] Fcntl constants speedup
7953              From: Nicholas Clark <nick@ccl4.org>
7954              Date: Sun, 17 Dec 2000 16:29:24 +0000
7955              Message-ID: <20001217162924.E97668@plum.flirble.org>
7956              
7957              Use IVs for the Fcntl constants instead of NVs.
7958      Branch: perl
7959            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
7960 ____________________________________________________________________________
7961 [  8147] By: jhi                                   on 2000/12/17  18:33:41
7962         Log: Add test for #8145 (binmode() warning), add warning for
7963              ioctl() and sockpair(), document them. (fileno() cannot
7964              be tripwired with the same kind of warning because
7965              'defined fileno($foo)' seems to be an idiom.)
7966      Branch: perl
7967            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
7968 ____________________________________________________________________________
7969 [  8146] By: gsar                                  on 2000/12/17  18:09:08
7970         Log: update Changes
7971      Branch: maint-5.6/perl
7972            ! Changes
7973 ____________________________________________________________________________
7974 [  8145] By: jhi                                   on 2000/12/17  17:39:35
7975         Log: Subject: [PATCH] Re: The long awaited feature ...
7976              From: Simon Cozens <simon@cozens.net>
7977              Date: Sun, 17 Dec 2000 12:31:56 +0000
7978              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
7979              
7980              Add a warning to binmode() about using bad filehandles
7981              (can happen e.g. if someone forgets the filehandle argument)
7982      Branch: perl
7983            ! pp_sys.c
7984 ____________________________________________________________________________
7985 [  8144] By: jhi                                   on 2000/12/17  17:33:48
7986         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
7987              From: Jonathan Stowe <gellyfish@gellyfish.com>
7988              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
7989              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
7990      Branch: perl
7991            ! lib/Net/Ping.pm
7992 ____________________________________________________________________________
7993 [  8143] By: jhi                                   on 2000/12/17  05:31:37
7994         Log: Polymorphic regexps.
7995              
7996              Fixes at least the bugs 20001028.003 (both of them...) and
7997              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
7998              also to be fixed by now, probably already before this patch.
7999      Branch: perl
8000            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
8001            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
8002            ! t/op/utf8decode.t t/pragma/utf8.t
8003 ____________________________________________________________________________
8004 [  8142] By: jhi                                   on 2000/12/16  17:16:05
8005         Log: Subject: [patch perl@8102] dos/djgpp update
8006              From: Laszlo Molnar <ml1050@freemail.hu>
8007              Date: Sat, 16 Dec 2000 01:40:52 +0100
8008              Message-ID: <20001216014052.A335@freemail.hu>
8009      Branch: perl
8010            ! djgpp/config.over t/base/commonsense.t
8011 ____________________________________________________________________________
8012 [  8141] By: jhi                                   on 2000/12/16  17:09:27
8013         Log: Few uncheckedin files.
8014      Branch: perl
8015            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
8016 ____________________________________________________________________________
8017 [  8140] By: nick                                  on 2000/12/15  22:14:31
8018         Log: Integrate mainline
8019      Branch: perlio
8020           !> (integrate 53 files)
8021 ____________________________________________________________________________
8022 [  8139] By: jhi                                   on 2000/12/15  19:49:49
8023         Log: One more IVUV tweak from Nicholas Clark.
8024      Branch: perl
8025            ! sv.c
8026 ____________________________________________________________________________
8027 [  8138] By: jhi                                   on 2000/12/15  19:17:06
8028         Log: Return of the IVUV-preservation, now seems to be happy even
8029              in Digital UNIX (the broken strtoul brokenness detection
8030              seems to have been the fly in the ointment).
8031      Branch: perl
8032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8033            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
8034            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
8035            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
8036            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8037            ! vos/config.ga.h win32/config.bc win32/config.gc
8038            ! win32/config.vc
8039 ____________________________________________________________________________
8040 [  8137] By: jhi                                   on 2000/12/15  18:12:14
8041         Log: Metaconfig unit change for #8136.
8042      Branch: metaconfig
8043            ! U/modified/d_strtoul.U
8044      Branch: metaconfig/U/perl
8045            ! d_strtoull.U d_strtouq.U
8046 ____________________________________________________________________________
8047 [  8136] By: jhi                                   on 2000/12/15  18:11:35
8048         Log: I don't think it's sensible or portable to test the strtou*
8049              on /^-/ strings.
8050      Branch: perl
8051            ! Configure
8052 ____________________________________________________________________________
8053 [  8135] By: jhi                                   on 2000/12/15  17:18:49
8054         Log: Metaconfig unit change for #8134.
8055      Branch: metaconfig
8056            ! U/modified/d_strtoul.U
8057 ____________________________________________________________________________
8058 [  8134] By: jhi                                   on 2000/12/15  17:14:13
8059         Log: If longsize is 8 we don't need a LL suffix for integer constants.
8060      Branch: perl
8061            ! Configure config_h.SH
8062 ____________________________________________________________________________
8063 [  8133] By: jhi                                   on 2000/12/15  16:00:23
8064         Log: Update Changes.
8065      Branch: perl
8066            ! Changes patchlevel.h
8067 ____________________________________________________________________________
8068 [  8132] By: jhi                                   on 2000/12/15  15:44:16
8069         Log: Some compilers get huffy if you do not cast a const pointer
8070              to a non-const when assigning.
8071      Branch: perl
8072            ! gv.c
8073 ____________________________________________________________________________
8074 [  8131] By: jhi                                   on 2000/12/15  15:38:30
8075         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
8076              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8077              Date: Fri, 15 Dec 2000 05:26:57 -0500
8078              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
8079      Branch: perl
8080            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
8081            ! t/pragma/overload.t
8082 ____________________________________________________________________________
8083 [  8130] By: jhi                                   on 2000/12/15  15:36:08
8084         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
8085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8086              Date: Thu, 14 Dec 2000 22:02:43 -0500
8087              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
8088      Branch: perl
8089            ! gv.c perl.h
8090 ____________________________________________________________________________
8091 [  8129] By: jhi                                   on 2000/12/15  15:34:16
8092         Log: Subject: PATCH: h2xs nit
8093              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8094              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
8095              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
8096              
8097              Add a template README.
8098      Branch: perl
8099            ! utils/h2xs.PL
8100 ____________________________________________________________________________
8101 [  8128] By: jhi                                   on 2000/12/15  15:32:22
8102         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
8103      Branch: perl
8104            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
8105 ____________________________________________________________________________
8106 [  8127] By: jhi                                   on 2000/12/15  15:19:34
8107         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
8108              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8109              Date:     Thu, 14 Dec 2000 20:04:42 EST
8110              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
8111      Branch: perl
8112            ! ext/Opcode/Opcode.xs
8113 ____________________________________________________________________________
8114 [  8126] By: jhi                                   on 2000/12/15  15:17:49
8115         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
8116              From: Peter Prymmer <pvhp@forte.com>
8117              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
8118              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
8119      Branch: perl
8120            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
8121            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
8122            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
8123 ____________________________________________________________________________
8124 [  8125] By: jhi                                   on 2000/12/15  15:11:05
8125         Log: This seems to be a stage sane and stable enough to checkin.
8126              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
8127      Branch: perl
8128            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
8129            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
8130            ! t/op/cmp.t t/op/numconvert.t
8131 ____________________________________________________________________________
8132 [  8124] By: jhi                                   on 2000/12/15  04:20:26
8133         Log: Something is really wonky.
8134      Branch: perl
8135            ! sv.c
8136 ____________________________________________________________________________
8137 [  8123] By: jhi                                   on 2000/12/15  04:00:50
8138         Log: Fixes for the IV UV patches to compile in Digital UNIX.
8139      Branch: perl
8140            ! sv.c
8141 ____________________________________________________________________________
8142 [  8122] By: jhi                                   on 2000/12/15  02:53:40
8143         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
8144              From: "Craig A. Berry" <craigberry@mac.com>
8145              Date: Thu, 14 Dec 2000 19:10:49 -0600
8146              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
8147      Branch: perl
8148            ! vms/vms.c
8149 ____________________________________________________________________________
8150 [  8121] By: jhi                                   on 2000/12/15  02:50:00
8151         Log: Metaconfig changes for #8120.
8152      Branch: metaconfig
8153            + U/modified/d_strtoul.U
8154      Branch: metaconfig/U/perl
8155            ! d_strtoull.U d_strtouq.U
8156 ____________________________________________________________________________
8157 [  8120] By: jhi                                   on 2000/12/15  02:49:42
8158         Log: From: Nicholas Clark <nick@ccl4.org> 
8159              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
8160              Date: Thu, 14 Dec 2000 18:38:57 +0000
8161              Message-ID: <20001214183857.B97909@plum.flirble.org>
8162      Branch: perl
8163            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8164            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
8165            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8166            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8167            ! win32/config.gc win32/config.vc
8168 ____________________________________________________________________________
8169 [  8119] By: jhi                                   on 2000/12/14  23:40:58
8170         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
8171              From: Nicholas Clark <nick@ccl4.org>
8172              Date: Wed, 13 Dec 2000 20:08:50 +0000
8173              Message-ID: <20001213200849.B71166@plum.flirble.org>
8174      Branch: perl
8175            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
8176            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
8177 ____________________________________________________________________________
8178 [  8118] By: jhi                                   on 2000/12/14  22:46:26
8179         Log: Integrate perlio.
8180      Branch: perl
8181           !> MANIFEST ext/Encode/compile makedef.pl
8182 ____________________________________________________________________________
8183 [  8117] By: nick                                  on 2000/12/14  22:38:53
8184         Log: Win32 tweaks to get Encode to build
8185              - temp hack to makedef.pl till PerlIO is properly "exported".
8186              - MSVC dislikes  
8187              static encpage_t foo[];
8188              so make 'em extern for now.
8189      Branch: perlio
8190            ! ext/Encode/compile makedef.pl
8191 ____________________________________________________________________________
8192 [  8116] By: nick                                  on 2000/12/14  22:00:53
8193         Log: Document the new files
8194      Branch: perlio
8195            ! MANIFEST
8196 ____________________________________________________________________________
8197 [  8115] By: jhi                                   on 2000/12/14  21:58:01
8198         Log: MANIFEST new files of #8114.
8199      Branch: perl
8200            ! MANIFEST
8201 ____________________________________________________________________________
8202 [  8114] By: jhi                                   on 2000/12/14  21:50:49
8203         Log: Integrate perlio.
8204      Branch: perl
8205           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
8206           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
8207           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
8208           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
8209           !> ext/Encode/Makefile.PL
8210 ____________________________________________________________________________
8211 [  8113] By: jhi                                   on 2000/12/14  21:48:49
8212         Log: The documentation part of the
8213              
8214              Subject: [ID 20001214.002] Net::Ping patch
8215              From: Jonathan Stowe <gellyfish@gellyfish.com>
8216              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
8217              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
8218              since the #7529 had already addressed the same problem.
8219      Branch: perl
8220            ! lib/Net/Ping.pm
8221 ____________________________________________________________________________
8222 [  8112] By: jhi                                   on 2000/12/14  21:42:57
8223         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
8224              From: Dominic Dunlop <domo@computer.org>
8225              Date: Tue, 12 Dec 2000 10:47:10 +0100
8226              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
8227              
8228              Document how elusive subroutines can be.
8229      Branch: perl
8230            ! pod/perlfunc.pod
8231 ____________________________________________________________________________
8232 [  8111] By: jhi                                   on 2000/12/14  21:38:05
8233         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
8234              From: Dominic Dunlop <domo@computer.org>
8235              Date: Thu, 14 Dec 2000 10:13:51 +0100
8236              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
8237      Branch: perl
8238            ! ext/POSIX/POSIX.pod
8239 ____________________________________________________________________________
8240 [  8110] By: jhi                                   on 2000/12/14  21:36:32
8241         Log: Subject: [patch] perlfaq7
8242              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
8243              Date: Thu, 14 Dec 2000 15:31:07 +0100
8244              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
8245      Branch: perl
8246            ! pod/perlfaq7.pod
8247 ____________________________________________________________________________
8248 [  8109] By: jhi                                   on 2000/12/14  21:29:20
8249         Log: Subject: [8104] Encode
8250              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8251              Date: Thu, 14 Dec 2000 14:49:34 +0100
8252              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
8253              
8254              Type casting for nervous compilers.
8255      Branch: perl
8256            ! ext/Encode/Encode.xs
8257 ____________________________________________________________________________
8258 [  8108] By: jhi                                   on 2000/12/14  21:26:17
8259         Log: Subject: [8104] DB_File
8260              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8261              Date: Thu, 14 Dec 2000 14:49:35 +0100
8262              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
8263              
8264              Type definition incorrect for DB 2.7.7.  Not known when it
8265              changed, so only changed it for a known revision.
8266      Branch: perl
8267            ! ext/DB_File/DB_File.xs
8268 ____________________________________________________________________________
8269 [  8107] By: jhi                                   on 2000/12/14  21:23:41
8270         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
8271              From: Peter Prymmer <pvhp@forte.com>
8272              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
8273              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
8274              
8275              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
8276      Branch: perl
8277            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
8278            ! ext/Encode/Encode/posix-bc.enc
8279 ____________________________________________________________________________
8280 [  8106] By: nick                                  on 2000/12/14  20:36:13
8281         Log: "Cold" build correction to Encode's Makefile.PL
8282      Branch: perlio
8283            ! ext/Encode/Makefile.PL
8284 ____________________________________________________________________________
8285 [  8105] By: nick                                  on 2000/12/14  20:09:37
8286         Log: "Compiled" encodings.
8287              Correct replacement character in EBCDIC .enc files
8288              Add 0x7F to ASCII repertoire.
8289      Branch: perlio
8290            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8291            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
8292            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
8293            ! ext/Encode/Makefile.PL ext/Encode/compile
8294            ! ext/Encode/encengine.c ext/Encode/encode.h
8295 ____________________________________________________________________________
8296 [  8104] By: nick                                  on 2000/12/14  00:38:20
8297         Log: Integrate mainline
8298      Branch: perlio
8299           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
8300           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
8301           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
8302           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
8303           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
8304           !> t/lib/db-hash.t t/lib/db-recno.t
8305 ____________________________________________________________________________
8306 [  8103] By: nick                                  on 2000/12/13  23:16:13
8307         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
8308              so far and so it does not get lost.
8309      Branch: perlio
8310            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
8311 ____________________________________________________________________________
8312 [  8102] By: jhi                                   on 2000/12/13  17:14:22
8313         Log: Update Changes.
8314      Branch: perl
8315            ! Changes patchlevel.h
8316 ____________________________________________________________________________
8317 [  8101] By: jhi                                   on 2000/12/13  16:53:41
8318         Log: Move the proto of start_glob() to a better place; regen api files.
8319      Branch: perl
8320            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
8321 ____________________________________________________________________________
8322 [  8100] By: jhi                                   on 2000/12/13  16:47:11
8323         Log: Metaconfig change for #8099.
8324      Branch: metaconfig
8325            ! U/modified/Head.U
8326 ____________________________________________________________________________
8327 [  8099] By: jhi                                   on 2000/12/13  16:46:48
8328         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
8329              From: Andy Dougherty <doughera@lafayette.edu>
8330              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
8331              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
8332      Branch: perl
8333            ! Configure
8334 ____________________________________________________________________________
8335 [  8098] By: jhi                                   on 2000/12/13  16:39:02
8336         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
8337              From: rspier@pobox.com (Robert Spier)
8338              Date: Tue, 12 Dec 2000 21:12:39 -0500
8339              Message-ID: <14902.56087.678086.725773@rls.cx>
8340              
8341              fastgetcwd is defined using a glob alias on a $^O dependent basis -
8342              and there was no default assignment or perl subroutine.
8343      Branch: perl
8344            ! lib/Cwd.pm
8345 ____________________________________________________________________________
8346 [  8097] By: jhi                                   on 2000/12/13  16:16:01
8347         Log: Subject: [PATCH] move startglob out of pp_hot.c
8348              From: Nicholas Clark <nick@ccl4.org>
8349              Date: Mon, 11 Dec 2000 23:16:39 +0000
8350              Message-ID: <20001211231638.A55550@plum.flirble.org>
8351      Branch: perl
8352            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
8353 ____________________________________________________________________________
8354 [  8096] By: jhi                                   on 2000/12/13  15:26:23
8355         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
8356              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8357              Date: Wed, 13 Dec 2000 14:01:37 +0100
8358              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
8359              
8360              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
8361              in turn requires libpthread in libswanted.
8362      Branch: perl
8363            ! hints/hpux.sh
8364 ____________________________________________________________________________
8365 [  8095] By: jhi                                   on 2000/12/12  19:51:05
8366         Log: The integration wars continue.
8367      Branch: perl
8368           !> sv.c
8369 ____________________________________________________________________________
8370 [  8094] By: jhi                                   on 2000/12/12  19:48:26
8371         Log: Subject: [PATCH perl@8070] DB_File-1.74  
8372              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
8373              Date: Mon, 11 Dec 2000 23:07:17 -0000
8374              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
8375      Branch: perl
8376            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8377            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
8378            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
8379            ! t/lib/db-recno.t
8380 ____________________________________________________________________________
8381 [  8093] By: nick                                  on 2000/12/12  19:42:13
8382         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
8383      Branch: perlio
8384            ! sv.c
8385           !> lib/File/DosGlob.pm
8386 ____________________________________________________________________________
8387 [  8092] By: jhi                                   on 2000/12/12  19:28:11
8388         Log: Integrate perlio.
8389      Branch: perl
8390           !> sv.c
8391 ____________________________________________________________________________
8392 [  8091] By: nick                                  on 2000/12/12  18:49:45
8393         Log: Fix for Tk, and upgrading shared SVs.
8394      Branch: perlio
8395            ! sv.c
8396 ____________________________________________________________________________
8397 [  8090] By: jhi                                   on 2000/12/12  16:48:59
8398         Log: Subject: [PATCH] Re: Breadperl & Tk
8399              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8400              Date: Tue, 12 Dec 2000 14:48:27 GMT
8401              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
8402      Branch: perl
8403            ! sv.c
8404 ____________________________________________________________________________
8405 [  8089] By: jhi                                   on 2000/12/12  03:37:19
8406         Log: Subject: DosGlob.pm diff for bash style brace expansion.
8407              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
8408              Date: Fri, 8 Dec 2000 10:45:30 -0600
8409              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
8410      Branch: perl
8411            ! lib/File/DosGlob.pm
8412 ____________________________________________________________________________
8413 [  8088] By: nick                                  on 2000/12/11  23:59:59
8414         Log: Integrate mainline
8415      Branch: perlio
8416           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
8417           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
8418           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
8419           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
8420           !> t/op/local.t t/pragma/warn/toke toke.c
8421 ____________________________________________________________________________
8422 [  8087] By: jhi                                   on 2000/12/11  23:20:23
8423         Log: Integrate perlio.
8424      Branch: perl
8425           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8426 ____________________________________________________________________________
8427 [  8086] By: jhi                                   on 2000/12/11  22:50:59
8428         Log: Tune further the OS detection of CGI.
8429      Branch: perl
8430            ! lib/CGI.pm
8431 ____________________________________________________________________________
8432 [  8085] By: nick                                  on 2000/12/11  22:50:46
8433         Log: Finish 1st pass of "encoding" layer e.g. :
8434              open($fh,"<encoding(iso8859-7)",$greek) || die;
8435      Branch: perlio
8436            ! ext/Encode/Encode.xs perlio.c perliol.h
8437 ____________________________________________________________________________
8438 [  8084] By: jhi                                   on 2000/12/11  22:32:06
8439         Log: Revert the -f ambiguousity patch, seems to cause
8440              too much hassle (the interpret -Q as a function
8441              where Q is not a known filetest part is left in).
8442      Branch: perl
8443            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
8444            ! toke.c
8445 ____________________________________________________________________________
8446 [  8083] By: jhi                                   on 2000/12/11  22:27:23
8447         Log: (accidentally empty check-in)
8448      Branch: perl
8449            ! lib/File/DosGlob.pm
8450 ____________________________________________________________________________
8451 [  8082] By: nick                                  on 2000/12/11  19:09:51
8452         Log: Restore mmap function (broken by tweaks to shared buffer
8453              layer for encode(xxxx)).
8454      Branch: perlio
8455            ! perlio.c
8456 ____________________________________________________________________________
8457 [  8081] By: jhi                                   on 2000/12/11  18:29:13
8458         Log: Subject: Re: The long awaited feature ...
8459              From: Simon Cozens <simon@cozens.net>
8460              Date: Mon, 11 Dec 2000 15:54:24 +0000
8461              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
8462              
8463              More io/utf8 tests.
8464      Branch: perl
8465            ! t/io/utf8.t
8466 ____________________________________________________________________________
8467 [  8080] By: jhi                                   on 2000/12/11  18:19:36
8468         Log: Subject: PATCH MakeMaker manpage clarification
8469              From: andreas.koenig@anima.de (Andreas J. Koenig)
8470              Date: 10 Dec 2000 20:46:13 +0100
8471              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
8472      Branch: perl
8473            ! lib/ExtUtils/MakeMaker.pm
8474 ____________________________________________________________________________
8475 [  8079] By: jhi                                   on 2000/12/11  15:35:07
8476         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
8477              From: Simon Cozens <simon@cozens.net>
8478              Date: Sun, 10 Dec 2000 19:06:19 +0000
8479              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
8480      Branch: perl
8481            ! ext/B/B/Deparse.pm t/lib/b.t
8482 ____________________________________________________________________________
8483 [  8078] By: jhi                                   on 2000/12/11  15:09:11
8484         Log: Subject: [PATCH] docs on NaN
8485              From: Nicholas Clark <nick@ccl4.org>
8486              Date: Mon, 11 Dec 2000 01:48:38 +0000
8487              Message-ID: <20001211014838.B99205@plum.flirble.org>
8488      Branch: perl
8489            ! pod/perlop.pod
8490 ____________________________________________________________________________
8491 [  8077] By: jhi                                   on 2000/12/11  15:02:21
8492         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
8493              From: Simon Cozens <simon@cozens.net>
8494              Date: Mon, 11 Dec 2000 01:21:45 +0000
8495              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
8496      Branch: perl
8497            ! pp.c pp_hot.c scope.c t/op/local.t
8498 ____________________________________________________________________________
8499 [  8076] By: nick                                  on 2000/12/10  20:43:32
8500         Log: Not merge worthy...
8501              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
8502              syntax is modelled on attributes.
8503              Untested fix for io/utf8 on Win32 etc.
8504              Very clumsy start to the encode layer.
8505      Branch: perlio
8506            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8507 ____________________________________________________________________________
8508 [  8075] By: jhi                                   on 2000/12/10  18:39:33
8509         Log: Darwin is not Windows.
8510      Branch: perl
8511            ! lib/CGI.pm
8512 ____________________________________________________________________________
8513 [  8074] By: jhi                                   on 2000/12/10  18:31:27
8514         Log: Subject: Ambiguous -%c() resolved as a file test
8515              From: "Paul Marquess" <Paul.Marquess@openwave.com>
8516              Date: Sun, 10 Dec 2000 15:35:07 -0000
8517              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
8518      Branch: perl
8519            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
8520 ____________________________________________________________________________
8521 [  8073] By: jhi                                   on 2000/12/10  18:16:29
8522         Log: Subject: PATCH installperl misinformed 
8523              From: andreas.koenig@anima.de (Andreas J. Koenig)
8524              Date: 10 Dec 2000 13:01:32 +0100 
8525              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
8526      Branch: perl
8527            ! installperl
8528 ____________________________________________________________________________
8529 [  8072] By: jhi                                   on 2000/12/10  18:07:55
8530         Log: The walkoptree confusion rages; walkoptree() seems to be coming
8531              from B.xs, while walkoptree_slow() comes from B.pm.
8532      Branch: perl
8533            ! ext/B/B.pm
8534 ____________________________________________________________________________
8535 [  8071] By: nick                                  on 2000/12/10  11:45:47
8536         Log: Integrate mainline
8537      Branch: perlio
8538           +> t/base/commonsense.t
8539           !> (integrate 37 files)
8540 ____________________________________________________________________________
8541 [  8070] By: jhi                                   on 2000/12/10  04:46:21
8542         Log: Update Changes.
8543      Branch: perl
8544            ! Changes patchlevel.h
8545 ____________________________________________________________________________
8546 [  8069] By: jhi                                   on 2000/12/10  04:39:19
8547         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
8548              From: andreas.koenig@anima.de (Andreas J. Koenig)
8549              Date: 09 Dec 2000 17:14:25 +0100
8550              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
8551      Branch: perl
8552            + t/base/commonsense.t
8553            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
8554 ____________________________________________________________________________
8555 [  8068] By: jhi                                   on 2000/12/10  04:17:36
8556         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
8557              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8558              Date: Sat, 9 Dec 2000 16:47:22 -0000
8559              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
8560      Branch: perl
8561            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
8562            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
8563            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
8564            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
8565            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
8566            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8567            ! t/lib/sdbm.t
8568 ____________________________________________________________________________
8569 [  8067] By: jhi                                   on 2000/12/10  03:52:02
8570         Log: Test case for #8066.
8571      Branch: perl
8572            ! t/op/misc.t
8573 ____________________________________________________________________________
8574 [  8066] By: jhi                                   on 2000/12/10  03:50:30
8575         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
8576              From: Simon Cozens <simon@cozens.net>
8577              Date: Sun, 10 Dec 2000 00:55:37 +0000
8578              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
8579      Branch: perl
8580            ! pp_sys.c
8581 ____________________________________________________________________________
8582 [  8065] By: jhi                                   on 2000/12/10  03:44:52
8583         Log: Test case for #8064.
8584      Branch: perl
8585            ! t/comp/proto.t
8586 ____________________________________________________________________________
8587 [  8064] By: jhi                                   on 2000/12/10  03:42:32
8588         Log: Subject: Re: prototype of substr
8589              From: Simon Cozens <simon@cozens.net>
8590              Date: Sun, 10 Dec 2000 00:13:33 +0000
8591              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
8592              
8593              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
8594      Branch: perl
8595            ! pp.c
8596 ____________________________________________________________________________
8597 [  8063] By: jhi                                   on 2000/12/10  03:39:42
8598         Log: Subject: [PATCH] perlguts.pod
8599              From: Simon Cozens <simon@cozens.net>
8600              Date: Sun, 10 Dec 2000 00:06:47 +0000
8601              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
8602              
8603              Documentation of the different types of ops,
8604              plus the functions in dump.c
8605      Branch: perl
8606            ! pod/perlguts.pod
8607 ____________________________________________________________________________
8608 [  8062] By: jhi                                   on 2000/12/10  03:30:04
8609         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
8610              From: Nicholas Clark <nick@talking.bollo.cx>
8611              Date: Sat, 09 Dec 2000 18:57:25 +0000
8612              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
8613              
8614              Be more robust in weird hostname setups.
8615      Branch: perl
8616            ! t/lib/net-hostent.t
8617 ____________________________________________________________________________
8618 [  8061] By: jhi                                   on 2000/12/10  03:28:21
8619         Log: Pacify fussy compiler. 
8620      Branch: perl
8621            ! pp_sys.c
8622 ____________________________________________________________________________
8623 [  8060] By: jhi                                   on 2000/12/10  02:52:46
8624         Log: Integrate perlio.
8625      Branch: perl
8626           !> pp_sys.c t/io/utf8.t
8627 ____________________________________________________________________________
8628 [  8059] By: nick                                  on 2000/12/09  23:40:14
8629         Log: read/sysread/recv should now be utf8 aware.
8630              Basic test for utf8 read.
8631      Branch: perlio
8632            ! pp_sys.c t/io/utf8.t
8633 ____________________________________________________________________________
8634 [  8058] By: jhi                                   on 2000/12/09  21:56:02
8635         Log: Integrate perlio.
8636      Branch: perl
8637           +> t/io/utf8.t
8638           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
8639 ____________________________________________________________________________
8640 [  8057] By: jhi                                   on 2000/12/09  21:53:35
8641         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
8642              From: Inaba Hiroto <inaba@st.rim.or.jp>
8643              Date: Sun, 10 Dec 2000 05:53:21 +0900
8644              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
8645              
8646              Tests for #8056.
8647      Branch: perl
8648            ! t/op/each.t
8649 ____________________________________________________________________________
8650 [  8056] By: jhi                                   on 2000/12/09  21:51:16
8651         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
8652              From: Inaba Hiroto <inaba@st.rim.or.jp>
8653              Date: Sat, 09 Dec 2000 18:02:00 +0900
8654              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
8655              
8656              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
8657      Branch: perl
8658            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
8659 ____________________________________________________________________________
8660 [  8055] By: nick                                  on 2000/12/09  20:11:48
8661         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
8662              than raw PerlIO_write() - does not seem to break any tests.
8663      Branch: perlio
8664            ! pp_sys.c
8665 ____________________________________________________________________________
8666 [  8054] By: nick                                  on 2000/12/09  19:47:30
8667         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
8668              (sysread, recv and write i.e. formats still to do...)
8669              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
8670              open($fh,">:utf8","name")
8671              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
8672              so no extra overhead is involved.
8673              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
8674              to a non-utf8 stream.
8675              Add initial io/utf8.t
8676              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
8677              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
8678              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
8679      Branch: perlio
8680            + t/io/utf8.t
8681            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
8682 ____________________________________________________________________________
8683 [  8053] By: nick                                  on 2000/12/09  19:26:37
8684         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
8685              was only testing this_utf8.
8686      Branch: perlio
8687            ! toke.c
8688 ____________________________________________________________________________
8689 [  8052] By: nick                                  on 2000/12/09  19:09:41
8690         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
8691              i.e. the output string has one, but don't mess with source assumption.
8692      Branch: perlio
8693            ! toke.c
8694 ____________________________________________________________________________
8695 [  8051] By: jhi                                   on 2000/12/09  16:55:17
8696         Log: Integrate perlio.
8697      Branch: perl
8698           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
8699           !> sv.c thrdvar.h util.c
8700 ____________________________________________________________________________
8701 [  8050] By: jhi                                   on 2000/12/09  16:48:07
8702         Log: Nits noticed by Peter Prymmer.
8703      Branch: perl
8704            ! lib/ExtUtils/MM_VMS.pm
8705 ____________________________________________________________________________
8706 [  8049] By: nick                                  on 2000/12/09  13:49:40
8707         Log: UTF8 output prework.
8708              - Store $\ and $, as SVs so they can have SvUTF8 flag
8709              - use do_print() rather than raw PerlIO_write() to print them.
8710      Branch: perlio
8711            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
8712            ! thrdvar.h util.c
8713 ____________________________________________________________________________
8714 [  8048] By: nick                                  on 2000/12/09  12:30:43
8715         Log: Integrate mainline.
8716      Branch: perlio
8717           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
8718           +> t/op/reverse.t
8719           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
8720           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8721           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
8722           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
8723           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
8724           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
8725 ____________________________________________________________________________
8726 [  8047] By: jhi                                   on 2000/12/09  00:23:27
8727         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
8728              From: Michael G Schwern <schwern@pobox.com>
8729              Date: Fri, 8 Dec 2000 14:43:04 -0600
8730      Branch: perl
8731            ! lib/ExtUtils/MM_VMS.pm
8732 ____________________________________________________________________________
8733 [  8046] By: jhi                                   on 2000/12/08  23:10:27
8734         Log: A missed check-in.
8735      Branch: perl
8736            ! lib/ExtUtils/Manifest.pm
8737 ____________________________________________________________________________
8738 [  8045] By: jhi                                   on 2000/12/08  21:57:12
8739         Log: (null check-in)
8740      Branch: perl
8741            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
8742 ____________________________________________________________________________
8743 [  8044] By: jhi                                   on 2000/12/08  21:11:06
8744         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
8745              at the final draft stage.
8746      Branch: perl
8747            + ext/Encode/Encode/iso8859-16.enc
8748            ! MANIFEST
8749 ____________________________________________________________________________
8750 [  8043] By: jhi                                   on 2000/12/08  16:39:04
8751         Log: Update Changes.
8752      Branch: perl
8753            ! Changes patchlevel.h
8754 ____________________________________________________________________________
8755 [  8042] By: jhi                                   on 2000/12/08  16:33:39
8756         Log: Do not return the Unicode replacement character if UTF-8
8757              decoding goes awry, it should be up to the caller to decide.
8758      Branch: perl
8759            ! pod/perlapi.pod utf8.c
8760 ____________________________________________________________________________
8761 [  8041] By: jhi                                   on 2000/12/08  16:22:28
8762         Log: metaconfig maintenance.
8763      Branch: metaconfig
8764            ! U/modified/stdchar.U
8765      Branch: metaconfig/U/perl
8766            + testsyml.U
8767 ____________________________________________________________________________
8768 [  8040] By: jhi                                   on 2000/12/08  16:03:08
8769         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
8770              From: sthoenna@efn.org
8771              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
8772              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
8773      Branch: perl
8774            ! Changes lib/ExtUtils/MM_OS2.pm
8775 ____________________________________________________________________________
8776 [  8039] By: jhi                                   on 2000/12/08  15:57:11
8777         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
8778              From: Simon Cozens <simon@cozens.net>
8779              Date: Fri, 8 Dec 2000 13:33:31 +0000
8780              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
8781              
8782              (The pp_hot part needed a rewrite.)
8783      Branch: perl
8784            ! doop.c pp_hot.c utf8.c
8785 ____________________________________________________________________________
8786 [  8038] By: jhi                                   on 2000/12/08  15:25:08
8787         Log: Subject: djSP
8788              From: Michael Stevens <michael@etla.org>
8789              Date: Wed, 6 Dec 2000 23:24:01 +0000
8790              Message-ID: <20001206232400.A21381@firedrake.org>
8791              
8792              Plus a note from Nick Ing-Simmons.
8793      Branch: perl
8794            ! pp.h
8795 ____________________________________________________________________________
8796 [  8037] By: jhi                                   on 2000/12/08  15:18:35
8797         Log: Filetype is text.
8798      Branch: perl
8799            ! t/op/utf8decode.t
8800 ____________________________________________________________________________
8801 [  8036] By: jhi                                   on 2000/12/08  03:31:27
8802         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8803              From: Andy Dougherty <doughera@lafayette.edu>
8804              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
8805              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
8806              
8807              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8808              From: Andy Dougherty <doughera@lafayette.edu>
8809              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
8810              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
8811      Branch: perl
8812            + ext/POSIX/hints/svr4.pl
8813            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
8814 ____________________________________________________________________________
8815 [  8035] By: jhi                                   on 2000/12/08  03:26:01
8816         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
8817              From: Andy Dougherty <doughera@lafayette.edu>
8818              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
8819              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
8820      Branch: perl
8821            ! t/README t/base/term.t
8822 ____________________________________________________________________________
8823 [  8034] By: jhi                                   on 2000/12/08  03:21:59
8824         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
8825              From: mjd@plover.com  
8826              Date: 7 Dec 2000 21:04:20 -0000
8827              Message-ID: <20001207210420.22282.qmail@plover.com>
8828              
8829              Plus -z doc.
8830      Branch: perl
8831            ! pod/perlfunc.pod
8832 ____________________________________________________________________________
8833 [  8033] By: jhi                                   on 2000/12/08  03:19:03
8834         Log: Use the UTF8 macros a bit.  They can't be used with abandon
8835              everywhere because we do generate illegal UTF-8 in some situations.
8836              This is of course naughty.
8837      Branch: perl
8838            ! pod/perlapi.pod utf8.c utf8.h
8839 ____________________________________________________________________________
8840 [  8032] By: jhi                                   on 2000/12/08  03:00:09
8841         Log: Out of sync?
8842      Branch: perl
8843            ! t/pragma/warn/utf8
8844 ____________________________________________________________________________
8845 [  8031] By: jhi                                   on 2000/12/08  02:22:39
8846         Log: Cnt spl.
8847      Branch: perl
8848            ! MANIFEST
8849 ____________________________________________________________________________
8850 [  8030] By: jhi                                   on 2000/12/08  01:23:54
8851         Log: Add test for reverse().
8852      Branch: perl
8853            + t/op/reverse.t
8854            ! MANIFEST
8855 ____________________________________________________________________________
8856 [  8029] By: jhi                                   on 2000/12/08  01:21:47
8857         Log: Integrate perlio.
8858      Branch: perl
8859           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
8860           !> perlio.c perlio.h perlsdio.h warnings.pl
8861 ____________________________________________________________________________
8862 [  8028] By: jhi                                   on 2000/12/08  01:19:08
8863         Log: Introduce macros for UTF8 decoding.
8864      Branch: perl
8865            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
8866 ____________________________________________________________________________
8867 [  8027] By: nick                                  on 2000/12/07  22:18:19
8868         Log: Integrate mainline
8869      Branch: perlio
8870           !> embed.pl pod/perlapi.pod utf8.c
8871 ____________________________________________________________________________
8872 [  8026] By: nick                                  on 2000/12/07  21:45:08
8873         Log: Various oddities p4 diff -se showed up
8874              Remove 'our' from warnings.pl
8875      Branch: perlio
8876            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
8877 ____________________________________________________________________________
8878 [  8025] By: nick                                  on 2000/12/07  21:43:32
8879         Log: Change PerlIO_(get|set)pos to take SV *
8880              Should fix, OS/2, VMS, (sfio??)
8881      Branch: perlio
8882            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
8883 ____________________________________________________________________________
8884 [  8024] By: jhi                                   on 2000/12/07  19:05:32
8885         Log: Document utf8_to_uv() better.
8886      Branch: perl
8887            ! pod/perlapi.pod utf8.c
8888 ____________________________________________________________________________
8889 [  8023] By: jhi                                   on 2000/12/07  18:23:47
8890         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
8891      Branch: perl
8892            ! embed.pl pod/perlapi.pod utf8.c
8893 ____________________________________________________________________________
8894 [  8022] By: jhi                                   on 2000/12/07  04:13:51
8895         Log: Integrate perlio.
8896      Branch: perl
8897           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
8898           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
8899           !> win32/makefile.mk
8900 ____________________________________________________________________________
8901 [  8021] By: nick                                  on 2000/12/07  00:28:14
8902         Log: Various attempts at MSVC debug - not sure what has
8903              changed but works now. 
8904              Seems atexit() _may_ work for DLLs built with MSVC so don't
8905              call cleanup that way.
8906      Branch: perlio
8907            ! perlio.c win32/makefile.mk
8908 ____________________________________________________________________________
8909 [  8020] By: nick                                  on 2000/12/06  19:57:20
8910         Log: Integrate mainline
8911      Branch: perlio
8912           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
8913           !> (integrate 75 files)
8914 ____________________________________________________________________________
8915 [  8019] By: nick                                  on 2000/12/06  19:28:21
8916         Log: Add useperlio to config.vc
8917              Turn off binmode in config_H.PL
8918              Regen all the config_H.xx
8919              Attempt to get debugging build with MSVC.
8920      Branch: perlio
8921            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8922            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
8923 ____________________________________________________________________________
8924 [  8018] By: nick                                  on 2000/12/06  19:21:57
8925         Log: Test various dup/external program options on all platforms.
8926      Branch: perlio
8927            ! t/io/dup.t
8928 ____________________________________________________________________________
8929 [  8017] By: nick                                  on 2000/12/06  19:20:47
8930         Log: Fix harness to be less picky
8931      Branch: perlio
8932            ! lib/Test/Harness.pm
8933 ____________________________________________________________________________
8934 [  8016] By: jhi                                   on 2000/12/06  16:45:12
8935         Log: Update Changes.
8936      Branch: perl
8937            ! Changes patchlevel.h
8938 ____________________________________________________________________________
8939 [  8015] By: jhi                                   on 2000/12/06  16:41:03
8940         Log: Test \x{...} with ord().
8941      Branch: perl
8942            ! t/op/ord.t
8943 ____________________________________________________________________________
8944 [  8014] By: jhi                                   on 2000/12/06  16:20:33
8945         Log: Test tweak because of #8013.
8946      Branch: perl
8947            ! t/lib/b.t
8948 ____________________________________________________________________________
8949 [  8013] By: jhi                                   on 2000/12/06  16:09:09
8950         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
8951              From: Michael G Schwern <schwern@pobox.com>
8952              Date: Tue, 5 Dec 2000 21:23:28 -0500
8953              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
8954              
8955              Carp::Heavy parts not very applicable because of recent changes.
8956      Branch: perl
8957            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
8958            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
8959            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
8960            ! lib/Exporter.pm lib/Exporter/Heavy.pm
8961            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
8962            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8963            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
8964            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
8965            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
8966            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
8967            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
8968            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
8969            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
8970            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
8971            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
8972            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
8973            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
8974            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
8975            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
8976            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
8977            ! warnings.pl
8978 ____________________________________________________________________________
8979 [  8012] By: jhi                                   on 2000/12/06  15:22:38
8980         Log: Subject: [PATCH] Re: New harness is failing things
8981              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8982              Date: Wed, 6 Dec 2000 13:00:30 GMT
8983              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
8984      Branch: perl
8985            ! lib/Test/Harness.pm
8986 ____________________________________________________________________________
8987 [  8011] By: jhi                                   on 2000/12/06  15:12:08
8988         Log: Subject: installhtml changes
8989              From: Michael Stevens <michael@etla.org>
8990              Date: Wed, 6 Dec 2000 13:15:53 +0000
8991              Message-ID: <20001206131553.A27317@firedrake.org>
8992      Branch: perl
8993            ! installhtml
8994 ____________________________________________________________________________
8995 [  8010] By: jhi                                   on 2000/12/06  15:06:05
8996         Log: Subject: the dTHR hits
8997              From: Michael Stevens <michael@etla.org>
8998              Date: Wed, 6 Dec 2000 12:06:03 +0000
8999              Message-ID: <20001206120603.A24581@firedrake.org>
9000              
9001              More, errrm, less dTHRs.
9002      Branch: perl
9003            ! bytecode.pl ext/B/B/C.pm
9004 ____________________________________________________________________________
9005 [  8009] By: jhi                                   on 2000/12/06  15:04:25
9006         Log: Subject: MakeMaker mailing list gone?
9007              From: Michael G Schwern <schwern@pobox.com>
9008              Date: Tue, 5 Dec 2000 19:29:59 -0500
9009              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
9010              
9011              The MakeMaker mailing list is dead, perlbug is the right
9012              address to report bugs.
9013      Branch: perl
9014            ! lib/ExtUtils/MakeMaker.pm
9015 ____________________________________________________________________________
9016 [  8008] By: jhi                                   on 2000/12/06  15:00:32
9017         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
9018              From: Michael G Schwern <schwern@pobox.com>
9019              Date: Tue, 5 Dec 2000 19:21:21 -0500
9020              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
9021              
9022              Add a default MANIFEST skip that ignores things like
9023              version control files, editor temporary files, and the Makefile.
9024      Branch: perl
9025            + lib/ExtUtils/MANIFEST.SKIP
9026            ! MANIFEST lib/ExtUtils/Manifest.pm
9027 ____________________________________________________________________________
9028 [  8007] By: jhi                                   on 2000/12/06  14:57:20
9029         Log: In Amiga more manual hackery of the scripts seems to be needed,
9030              from Jan-Erik Karlsson.  Why Configure does not get this right
9031              is unknown, may be shell-induced.
9032      Branch: perl
9033            ! README.amiga
9034 ____________________________________________________________________________
9035 [  8006] By: jhi                                   on 2000/12/05  23:53:12
9036         Log: Add TOPm1s to peek at the second topmost stack item.
9037      Branch: perl
9038            ! pp.h
9039 ____________________________________________________________________________
9040 [  8005] By: jhi                                   on 2000/12/05  23:13:55
9041         Log: Avaunt, you foul UTF-8 tests.
9042      Branch: perl
9043            ! t/op/ver.t t/pragma/utf8.t
9044 ____________________________________________________________________________
9045 [  8004] By: jhi                                   on 2000/12/05  23:09:54
9046         Log: Continue utf8 dispersal. 
9047      Branch: perl
9048            + t/op/concat.t
9049            ! MANIFEST t/pragma/utf8.t
9050 ____________________________________________________________________________
9051 [  8003] By: nick                                  on 2000/12/05  23:02:39
9052         Log: Integrate mainline.
9053      Branch: perlio
9054           +> t/op/length.t t/op/utf8decode.t
9055           !> (integrate 69 files)
9056 ____________________________________________________________________________
9057 [  8002] By: jhi                                   on 2000/12/05  22:59:28
9058         Log: Integrate perlio.
9059      Branch: perl
9060           !> iperlsys.h perl.c perlio.c win32/perllib.c
9061 ____________________________________________________________________________
9062 [  8001] By: nick                                  on 2000/12/05  22:07:52
9063         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
9064              - calloc/free suffer from damage on TerminateThread()
9065              - use PerlMemShared (as originally planned) now fixed
9066              - avoid doing anything important on DLL "detach".
9067      Branch: perlio
9068            ! perl.c perlio.c win32/perllib.c
9069 ____________________________________________________________________________
9070 [  8000] By: nick                                  on 2000/12/05  21:05:09
9071         Log: Fix gross PerlMemShared issue.
9072      Branch: perlio
9073            ! iperlsys.h
9074 ____________________________________________________________________________
9075 [  7999] By: jhi                                   on 2000/12/05  20:46:58
9076         Log: Test for Unicode (UTF-8) hash keys.
9077      Branch: perl
9078            ! t/op/each.t
9079 ____________________________________________________________________________
9080 [  7998] By: jhi                                   on 2000/12/05  20:30:35
9081         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
9082              is now always UTF-8), empty line cosmetics.
9083      Branch: perl
9084            ! t/pragma/utf8.t
9085 ____________________________________________________________________________
9086 [  7997] By: jhi                                   on 2000/12/05  20:15:40
9087         Log: Subject: Re: STRLEN - what?
9088              From: Andy Dougherty <doughera@lafayette.edu>
9089              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
9090              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
9091              
9092              Explain STRLEN.
9093      Branch: perl
9094            ! pod/perlguts.pod
9095 ____________________________________________________________________________
9096 [  7996] By: jhi                                   on 2000/12/05  20:13:34
9097         Log: Split off the UTF-8 decoder tests, make them to check also
9098              the error message.
9099      Branch: perl
9100            + t/op/utf8decode.t
9101            ! MANIFEST t/pragma/utf8.t utf8.c
9102 ____________________________________________________________________________
9103 [  7995] By: jhi                                   on 2000/12/05  16:39:47
9104         Log: Start migrating bits of pragma/utf8 to elsewhere
9105              (since the long term plan is to obsolete 'use utf8').
9106      Branch: perl
9107            + t/op/length.t
9108            ! MANIFEST t/pragma/utf8.t
9109 ____________________________________________________________________________
9110 [  7994] By: jhi                                   on 2000/12/05  16:30:21
9111         Log: Fix a manual edit typo from #7993, fix the message formatting
9112              for Unicode, add few our declarations.
9113      Branch: perl
9114            ! lib/Carp/Heavy.pm
9115 ____________________________________________________________________________
9116 [  7993] By: jhi                                   on 2000/12/05  16:09:15
9117         Log: Subject: Need help with warnings :-(
9118              From: "Ben Tilly" <ben_tilly@hotmail.com>
9119              Date: Tue, 05 Dec 2000 01:35:54 -0500
9120              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
9121              
9122              Subject: UPDATE: Carp/Heavy now passes all tests
9123              From: "Ben Tilly" <ben_tilly@hotmail.com>
9124              Date: Tue, 05 Dec 2000 07:59:41 -0500
9125              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
9126              
9127              The Brave New Carp.
9128      Branch: perl
9129            ! lib/Carp.pm lib/Carp/Heavy.pm
9130 ____________________________________________________________________________
9131 [  7992] By: jhi                                   on 2000/12/05  15:55:08
9132         Log: Subject: [PATCH perl@7979] cygwin port
9133              From: "Eric Fifer" <efifer@dircon.co.uk>
9134              Date: Tue, 5 Dec 2000 14:04:09 -0000
9135              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
9136      Branch: perl
9137            ! t/lib/net-hostent.t
9138 ____________________________________________________________________________
9139 [  7991] By: jhi                                   on 2000/12/05  15:52:34
9140         Log: Subject: Re: [PATCH] The largest hoax of all times?
9141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9142              Date: Tue, 5 Dec 2000 00:40:25 -0500
9143              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
9144              
9145              Subject: Re: [PATCH] The largest hoax of all times?
9146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9147              Date: Mon, 4 Dec 2000 23:55:53 -0500
9148              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
9149              
9150              Subject: Re: [PATCH] The largest hoax of all times?
9151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9152              Date: Tue, 5 Dec 2000 01:28:45 -0500
9153              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
9154              
9155              Fix the unpredictable order of DESTROYs.
9156      Branch: perl
9157            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
9158            ! sv.c sv.h t/op/ref.t
9159 ____________________________________________________________________________
9160 [  7990] By: jhi                                   on 2000/12/05  14:38:53
9161         Log: Subject: [PATCH] shrink pp_hot fractionally
9162              From: Nicholas Clark <nick@ccl4.org>
9163              Date: Tue, 5 Dec 2000 12:44:31 +0000
9164              Message-ID: <20001205124431.E74518@plum.flirble.org>
9165              
9166              Use report_evil_fh().
9167      Branch: perl
9168            ! opcode.pl opnames.h pp_hot.c util.c
9169 ____________________________________________________________________________
9170 [  7989] By: jhi                                   on 2000/12/05  14:21:27
9171         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
9172              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9173              Date: Mon, 04 Dec 2000 22:21:59 -0800
9174              Message-ID: <HmIL6gzkgepS092yn@efn.org>
9175              
9176              Harness shouldn't ignore responses like "ok 3\r\r\n".
9177      Branch: perl
9178            ! lib/Test/Harness.pm
9179 ____________________________________________________________________________
9180 [  7988] By: jhi                                   on 2000/12/05  13:51:28
9181         Log: Integrate the "skip" messages to explain().
9182      Branch: perl
9183            ! t/lib/syslfs.t t/op/lfs.t
9184 ____________________________________________________________________________
9185 [  7987] By: jhi                                   on 2000/12/05  12:34:54
9186         Log: The one that got away in #7984.
9187              
9188              Subject: Re: dTHR - what and why?
9189              From: Michael Stevens <michael@etla.org> 
9190              Date: Tue, 5 Dec 2000 11:15:52 +0000
9191              Message-ID: <20001205111552.A4647@firedrake.org>
9192      Branch: perl
9193            ! sv.h
9194 ____________________________________________________________________________
9195 [  7986] By: gsar                                  on 2000/12/05  09:14:44
9196         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
9197              due to the notorious GetFileType() bug in Windows 9x, which fstat()
9198              tickles)
9199      Branch: perl
9200            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
9201 ____________________________________________________________________________
9202 [  7985] By: jhi                                   on 2000/12/05  05:49:03
9203         Log: Integrate perlio.
9204      Branch: perl
9205           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
9206           !> win32/perlhost.h win32/perllib.c
9207 ____________________________________________________________________________
9208 [  7984] By: jhi                                   on 2000/12/05  05:48:16
9209         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
9210      Branch: perl
9211            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
9212            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
9213            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
9214            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
9215            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
9216            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
9217            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
9218            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
9219            ! win32/win32.c
9220 ____________________________________________________________________________
9221 [  7983] By: nick                                  on 2000/12/04  23:27:43
9222         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
9223      Branch: perlio
9224            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
9225            ! win32/perlhost.h win32/perllib.c
9226 ____________________________________________________________________________
9227 [  7982] By: jhi                                   on 2000/12/04  19:44:09
9228         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
9229              uncovered by #7980.
9230      Branch: perl
9231            ! op.c
9232 ____________________________________________________________________________
9233 [  7981] By: jhi                                   on 2000/12/04  19:42:07
9234         Log: Subject: [PATCH] Trivial dump.c feature
9235              From: Simon Cozens <simon@cozens.net>
9236              Date: Mon, 4 Dec 2000 18:08:38 +0000
9237              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
9238              
9239              Show whether a constant is UTF-8.
9240      Branch: perl
9241            ! dump.c
9242 ____________________________________________________________________________
9243 [  7980] By: jhi                                   on 2000/12/04  19:36:51
9244         Log: UTF-8 hash keys, patch from Inaba Hiroto.
9245      Branch: perl
9246            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
9247 ____________________________________________________________________________
9248 [  7979] By: jhi                                   on 2000/12/04  17:36:28
9249         Log: Update Changes.
9250      Branch: perl
9251            ! Changes patchlevel.h
9252 ____________________________________________________________________________
9253 [  7978] By: jhi                                   on 2000/12/04  16:42:17
9254         Log: Retract #7977, still too volatile (the euphemism of the day
9255              for unfinished and buggy :-)
9256      Branch: perl
9257            ! doop.c hv.c pp.c sv.h
9258 ____________________________________________________________________________
9259 [  7977] By: jhi                                   on 2000/12/04  16:25:15
9260         Log: (Retracted by #7978, too shaky yet.)
9261              
9262              Subject: Re: utf8 in hash keys, implementor missing
9263              From: Simon Cozens <simon@cozens.net>
9264              Date: Sat, 2 Dec 2000 19:49:35 +0000
9265              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
9266              
9267              The first step at UTF-8 hash keys.
9268      Branch: perl
9269            ! doop.c hv.c pp.c sv.h
9270 ____________________________________________________________________________
9271 [  7976] By: jhi                                   on 2000/12/04  16:13:53
9272         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
9273              From: sthoenna@efn.org
9274              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
9275              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
9276      Branch: perl
9277            ! os2/os2.c perlio.c
9278 ____________________________________________________________________________
9279 [  7975] By: jhi                                   on 2000/12/04  16:05:25
9280         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
9281              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9282              Date: Thu, 30 Nov 2000 20:50:37 -0800
9283              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
9284      Branch: perl
9285            ! os2/os2.c
9286 ____________________________________________________________________________
9287 [  7974] By: jhi                                   on 2000/12/04  16:03:57
9288         Log: Subject: [PATCH] ++ 20% faster
9289              From: Nicholas Clark <nick@ccl4.org>
9290              Date: Mon, 4 Dec 2000 12:17:27 +0000
9291              Message-ID: <20001204121726.B52976@plum.flirble.org>
9292              
9293              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
9294      Branch: perl
9295            ! sv.c
9296 ____________________________________________________________________________
9297 [  7973] By: jhi                                   on 2000/12/04  16:00:48
9298         Log: 
9299              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
9300              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9301              Date: Mon, 04 Dec 2000 12:30:45 +0100
9302              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
9303              
9304              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
9305              library (getprotobyname and getprotobynumber are outversioned by
9306              the same calls in libc, at least for xlc version 3.
9307      Branch: perl
9308            ! hints/aix.sh
9309 ____________________________________________________________________________
9310 [  7972] By: jhi                                   on 2000/12/04  02:58:31
9311         Log: Integrate perlio.
9312      Branch: perl
9313           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
9314           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
9315           !> win32/win32.h win32/win32iop.h win32/win32thread.h
9316 ____________________________________________________________________________
9317 [  7971] By: nick                                  on 2000/12/04  00:24:33
9318         Log: Quieten some noise in Win32 builds:
9319              - win32.h is included after <sys/socket.h>, so need to 
9320              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
9321              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
9322      Branch: perlio
9323            ! doio.c perl.h toke.c win32/win32.h
9324 ____________________________________________________________________________
9325 [  7970] By: nick                                  on 2000/12/03  22:57:46
9326         Log: PERL_IMPLICIT_SYS compiles but does not work.
9327      Branch: perlio
9328            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
9329            ! win32/perlhost.h win32/perllib.c win32/win32.h
9330            ! win32/win32iop.h win32/win32thread.h
9331 ____________________________________________________________________________
9332 [  7969] By: jhi                                   on 2000/12/03  22:12:58
9333         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
9334              used to swash_init(), makes regprop() dumps more informative
9335              (+utf8::IsAlpha, -utf8::IsDigit, for example).
9336      Branch: perl
9337            ! regcomp.c regexec.c
9338 ____________________________________________________________________________
9339 [  7968] By: jhi                                   on 2000/12/03  21:39:56
9340         Log: Implement ANYOFUTF8 regprop() dumping.
9341      Branch: perl
9342            ! regcomp.c
9343 ____________________________________________________________________________
9344 [  7967] By: jhi                                   on 2000/12/03  20:57:19
9345         Log: Make uv_to_utf8() to zero-terminate its output buffer,
9346              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
9347      Branch: perl
9348            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
9349 ____________________________________________________________________________
9350 [  7966] By: nick                                  on 2000/12/03  18:41:21
9351         Log: Integrate mainline (STDCHAR)
9352      Branch: perlio
9353           !> Configure t/pragma/utf8.t
9354 ____________________________________________________________________________
9355 [  7965] By: jhi                                   on 2000/12/03  17:58:20
9356         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
9357      Branch: perl
9358            ! t/pragma/utf8.t
9359 ____________________________________________________________________________
9360 [  7964] By: jhi                                   on 2000/12/03  17:35:56
9361         Log: Integrate perlio.
9362      Branch: perl
9363           !> iperlsys.h perlio.c
9364 ____________________________________________________________________________
9365 [  7963] By: jhi                                   on 2000/12/03  17:33:55
9366         Log: Metaconfig unit change for #7962.
9367      Branch: metaconfig
9368            ! U/modified/stdchar.U
9369 ____________________________________________________________________________
9370 [  7962] By: jhi                                   on 2000/12/03  17:33:27
9371         Log: Untangle the <stdio.h> #include nest for the stdchar test,
9372              from Andy Dougherty.
9373      Branch: perl
9374            ! Configure
9375 ____________________________________________________________________________
9376 [  7961] By: nick                                  on 2000/12/03  16:53:00
9377         Log: Make iperlsys.h vector stdio not PerlIO.
9378      Branch: perlio
9379            ! iperlsys.h perlio.c
9380 ____________________________________________________________________________
9381 [  7960] By: nick                                  on 2000/12/03  14:43:01
9382         Log: Integrate mainline
9383      Branch: perlio
9384           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
9385           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
9386 ____________________________________________________________________________
9387 [  7959] By: jhi                                   on 2000/12/03  08:16:36
9388         Log: Use DO_UTF8().
9389      Branch: perl
9390            ! op.c
9391 ____________________________________________________________________________
9392 [  7958] By: jhi                                   on 2000/12/02  18:33:05
9393         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
9394              From: Mike Guy <mjtg@cam.ac.uk>         
9395              Date: Sat, 02 Dec 2000 17:27:13 +0000
9396              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
9397              
9398              An extraneous argument.
9399      Branch: perl
9400            ! toke.c
9401 ____________________________________________________________________________
9402 [  7957] By: jhi                                   on 2000/12/02  18:22:32
9403         Log: A missing hunk.
9404      Branch: perl
9405            ! t/lib/net-hostent.t
9406 ____________________________________________________________________________
9407 [  7956] By: jhi                                   on 2000/12/02  18:06:20
9408         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
9409              From: Nicholas Clark <nick@ccl4.org>
9410              Date: Sat, 2 Dec 2000 14:28:27 +0000
9411              Message-ID: <20001202142827.A12308@plum.flirble.org>
9412              
9413              Test robustness.
9414      Branch: perl
9415            ! t/lib/net-hostent.t
9416 ____________________________________________________________________________
9417 [  7955] By: jhi                                   on 2000/12/02  17:58:06
9418         Log: Metaconfig unit change for #7954.
9419      Branch: metaconfig
9420            ! U/modified/stdchar.U
9421 ____________________________________________________________________________
9422 [  7954] By: jhi                                   on 2000/12/02  17:54:32
9423         Log: An inconvenient hang would happen if the stdio _ptr wasn't
9424              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
9425              would be grepping stdin for all eternity for the _ptr.)
9426      Branch: perl
9427            ! Configure
9428 ____________________________________________________________________________
9429 [  7953] By: jhi                                   on 2000/12/02  00:07:15
9430         Log: Update Changes.
9431      Branch: perl
9432            ! Changes patchlevel.h
9433 ____________________________________________________________________________
9434 [  7952] By: jhi                                   on 2000/12/01  23:54:47
9435         Log: Subject: Re: long shell lines
9436              From: Andy Dougherty <doughera@lafayette.edu>
9437              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
9438              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
9439              
9440              Split overly long shell command lines.
9441      Branch: perl
9442            ! lib/ExtUtils/MM_Unix.pm
9443 ____________________________________________________________________________
9444 [  7951] By: jhi                                   on 2000/12/01  23:48:02
9445         Log: The metaconfig unit change for #7950.
9446      Branch: metaconfig
9447            + U/modified/stdchar.U
9448 ____________________________________________________________________________
9449 [  7950] By: jhi                                   on 2000/12/01  23:47:39
9450         Log: Try to find stdchar also from <stdio_impl.h>.
9451      Branch: perl
9452            ! Configure config_h.SH
9453 ____________________________________________________________________________
9454 [  7949] By: jhi                                   on 2000/12/01  23:46:45
9455         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
9456              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
9457              Date: Fri, 1 Dec 2000 16:26:08 -0500
9458              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
9459              
9460              Reword the diagnostic message.
9461      Branch: perl
9462            ! pod/perldiag.pod
9463 ____________________________________________________________________________
9464 [  7948] By: nick                                  on 2000/12/01  22:49:43
9465         Log: Integrate mainline (for s/y/m as sub names stuff).
9466      Branch: perlio
9467           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
9468           !> t/pragma/warn/toke toke.c
9469 ____________________________________________________________________________
9470 [  7947] By: jhi                                   on 2000/12/01  20:55:41
9471         Log: Integrate perlio.
9472      Branch: perl
9473           !> perlio.c perliol.h t/io/pipe.t
9474 ____________________________________________________________________________
9475 [  7946] By: jhi                                   on 2000/12/01  20:36:51
9476         Log: Upgrade to CPAN 1.59_51, from Andreas König.
9477      Branch: perl
9478            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9479 ____________________________________________________________________________
9480 [  7945] By: nick                                  on 2000/12/01  20:31:32
9481         Log: Integrate mainline
9482      Branch: perlio
9483           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
9484           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
9485           +> t/lib/net-hostent.t
9486           !> (integrate 35 files)
9487 ____________________________________________________________________________
9488 [  7944] By: jhi                                   on 2000/12/01  20:23:29
9489         Log: Some help for 20001130.011.  Now one gets warnings like
9490              "Ambiguous -f() resolved as a file test ..."
9491      Branch: perl
9492            ! pod/perldiag.pod t/pragma/warn/toke toke.c
9493 ____________________________________________________________________________
9494 [  7943] By: jhi                                   on 2000/12/01  19:44:44
9495         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
9496              that also breaks using them as methods. 
9497      Branch: perl
9498            ! pod/perldiag.pod t/op/misc.t toke.c
9499 ____________________________________________________________________________
9500 [  7942] By: nick                                  on 2000/12/01  17:56:46
9501         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
9502              Make 'unix' pass most tests
9503              - do unread by temporary push of layer ("pending") holding unread chars
9504              - fast_gets is now based on per-handle flag
9505              - relax one of io/pipe.t tests to allow print to fail and close to
9506              succeed so that it passes on unbuffered "unix" layer.
9507              Remaining fail is sporadic and a genuine race condition between
9508              parent/child in fork test.
9509      Branch: perlio
9510            ! perlio.c perliol.h t/io/pipe.t
9511 ____________________________________________________________________________
9512 [  7941] By: jhi                                   on 2000/12/01  15:28:58
9513         Log: (Retracted by #7943.)
9514              
9515              Reserve the short named string operator names.
9516      Branch: perl
9517            ! pod/perldiag.pod t/op/misc.t toke.c
9518 ____________________________________________________________________________
9519 [  7940] By: jhi                                   on 2000/12/01  06:45:53
9520         Log: Get the three different space character classes right under utf8.
9521      Branch: perl
9522            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
9523            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
9524            ! regexec.c t/op/pat.t utf8.c
9525 ____________________________________________________________________________
9526 [  7939] By: jhi                                   on 2000/12/01  03:26:26
9527         Log: Two more tests that make no sense in UTF-8 since the test
9528              data is not in UTF-8.
9529      Branch: perl
9530            ! t/op/regexp.t
9531 ____________________________________________________________________________
9532 [  7938] By: jhi                                   on 2000/12/01  03:20:39
9533         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
9534              should it be required inside regexen?
9535      Branch: perl
9536            ! regcomp.c t/op/regmesg.t
9537 ____________________________________________________________________________
9538 [  7937] By: jhi                                   on 2000/12/01  02:58:53
9539         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
9540              stored and restored, and thusly was trounced by the utf8 swash
9541              routines.
9542      Branch: perl
9543            ! regcomp.c
9544 ____________________________________________________________________________
9545 [  7936] By: jhi                                   on 2000/11/30  20:41:39
9546         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
9547              Why the different platforms behave so differently (core dump vs
9548              no core dump) on this bug is a but of a mystery, but if I had to
9549              guess I would mumble something like 'alignment'.
9550      Branch: perl
9551            ! sv.c
9552 ____________________________________________________________________________
9553 [  7935] By: jhi                                   on 2000/11/30  16:17:02
9554         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
9555              From: Robin Barker <rmb1@cise.npl.co.uk>
9556              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
9557              Date: Thu, 30 Nov 2000 14:27:12 GMT
9558      Branch: perl
9559            ! perlio.c toke.c
9560 ____________________________________________________________________________
9561 [  7934] By: jhi                                   on 2000/11/30  16:04:49
9562         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
9563      Branch: perl
9564            ! t/lib/net-hostent.t
9565 ____________________________________________________________________________
9566 [  7933] By: jhi                                   on 2000/11/30  06:07:26
9567         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
9568              From: Peter Prymmer <pvhp@forte.com>
9569              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
9570              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
9571              
9572              In VMS the localhost may be LOCALHOST.
9573      Branch: perl
9574            ! t/lib/net-hostent.t
9575 ____________________________________________________________________________
9576 [  7932] By: jhi                                   on 2000/11/30  01:11:11
9577         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
9578              From: Peter Prymmer <pvhp@forte.com>
9579              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
9580              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
9581              
9582              plus regen perlapi.pod.
9583      Branch: perl
9584            ! pod/perlapi.pod utf8.c
9585 ____________________________________________________________________________
9586 [  7931] By: jhi                                   on 2000/11/30  01:06:19
9587         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
9588              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9589              Date:     Wed, 29 Nov 2000 17:15:11 EST
9590              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
9591      Branch: perl
9592            ! t/lib/filter-util.pl t/lib/filter-util.t
9593 ____________________________________________________________________________
9594 [  7930] By: jhi                                   on 2000/11/29  18:51:55
9595         Log: Update Changes.
9596      Branch: perl
9597            ! Changes patchlevel.h
9598 ____________________________________________________________________________
9599 [  7929] By: jhi                                   on 2000/11/29  18:50:55
9600         Log: Update the va_copy() metaconfig unit.
9601      Branch: metaconfig/U/perl
9602            ! need_va_copy.U
9603 ____________________________________________________________________________
9604 [  7928] By: jhi                                   on 2000/11/29  17:50:43
9605         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
9606              From: Dominic Dunlop <domo@computer.org>
9607              Date: Tue, 28 Nov 2000 16:41:57 +0100
9608              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
9609              
9610              Patch to catch a core dump in the Configure va_copy test.
9611      Branch: perl
9612            ! Configure config_h.SH
9613 ____________________________________________________________________________
9614 [  7927] By: jhi                                   on 2000/11/29  17:31:59
9615         Log: Retract #7921, the patch shouldn't be needed.
9616      Branch: perl
9617            ! sv.c
9618 ____________________________________________________________________________
9619 [  7926] By: jhi                                   on 2000/11/29  17:01:41
9620         Log: Make the Class::Struct import() wiser.
9621      Branch: perl
9622            ! lib/Class/Struct.pm t/lib/class-struct.t
9623 ____________________________________________________________________________
9624 [  7925] By: jhi                                   on 2000/11/29  16:36:33
9625         Log: All the core library users of Class::Struct seem to be
9626              using "use Class::Struct 'struct';" instead of the bare
9627              "use Class::Struct;", which isn't documented in Class::Struct.
9628              This can't be right.
9629      Branch: perl
9630            ! lib/File/stat.pm
9631 ____________________________________________________________________________
9632 [  7924] By: jhi                                   on 2000/11/29  16:32:15
9633         Log: A test works better if it has the right 1..$n output.
9634      Branch: perl
9635            ! t/lib/class-struct.t
9636 ____________________________________________________________________________
9637 [  7923] By: jhi                                   on 2000/11/29  16:29:11
9638         Log: Forgot to MANIFEST the new Net::hostent test.
9639      Branch: perl
9640            ! MANIFEST
9641 ____________________________________________________________________________
9642 [  7922] By: jhi                                   on 2000/11/29  16:27:49
9643         Log: Integrate perlio.
9644      Branch: perl
9645           !> iperlsys.h perlio.c
9646 ____________________________________________________________________________
9647 [  7921] By: jhi                                   on 2000/11/29  16:27:10
9648         Log: (Retracted by #7927.)
9649              
9650              Subject: [PATCH] Is infinity a number?
9651              From: Simon Cozens <simon@cozens.net>
9652              Date: Wed, 29 Nov 2000 14:48:20 +0000
9653              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
9654      Branch: perl
9655            ! sv.c
9656 ____________________________________________________________________________
9657 [  7920] By: jhi                                   on 2000/11/29  16:23:02
9658         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
9659              From: rspier@pobox.com (Robert Spier)
9660              Date: Wed, 29 Nov 2000 02:17:49 -0500
9661              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
9662              
9663              Add a test for Net::hostent.
9664      Branch: perl
9665            + t/lib/net-hostent.t
9666 ____________________________________________________________________________
9667 [  7919] By: jhi                                   on 2000/11/29  16:21:31
9668         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
9669              add a test for Class::Struct.
9670      Branch: perl
9671            + t/lib/class-struct.t
9672            ! MANIFEST lib/Class/Struct.pm
9673 ____________________________________________________________________________
9674 [  7918] By: jhi                                   on 2000/11/29  15:48:40
9675         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
9676              From: rspier@pobox.com (Robert Spier)
9677              Date: Wed, 29 Nov 2000 02:25:39 -0500
9678              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
9679              
9680              More checking in case someone has broken their services or
9681              protocol databases.
9682      Branch: perl
9683            ! ext/Sys/Syslog/Syslog.pm
9684 ____________________________________________________________________________
9685 [  7917] By: jhi                                   on 2000/11/29  15:46:25
9686         Log: Subject: [PATCH] $^O  win32 -> MSWin32
9687              From: rspier@pobox.com (Robert Spier)
9688              Date: Wed, 29 Nov 2000 02:17:38 -0500
9689              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
9690              
9691              plus similar nits for vms, err, VMS, and UNICOS.
9692      Branch: perl
9693            ! t/lib/syslfs.t t/op/lfs.t
9694 ____________________________________________________________________________
9695 [  7916] By: jhi                                   on 2000/11/29  15:42:51
9696         Log: Subject: [PATCH] Tokeniser debugging
9697              From: Simon Cozens <simon@cozens.net>
9698              Date: Wed, 29 Nov 2000 14:15:45 +0000
9699              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
9700      Branch: perl
9701            ! perl.c perl.h pod/perlrun.pod toke.c
9702 ____________________________________________________________________________
9703 [  7915] By: jhi                                   on 2000/11/29  15:41:36
9704         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
9705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9706              Date: Wed, 29 Nov 2000 02:13:14 -0500
9707              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
9708              
9709              OUT keyword nits.
9710              
9711              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
9712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9713              Date: Wed, 29 Nov 2000 03:09:04 -0500
9714              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
9715              
9716              OUT and IN_OUT documentation.
9717      Branch: perl
9718            ! lib/ExtUtils/xsubpp pod/perlxs.pod
9719 ____________________________________________________________________________
9720 [  7914] By: jhi                                   on 2000/11/29  03:35:01
9721         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
9722              From: John Tobey <jtobey@john-edwin-tobey.org>
9723              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
9724              Message-Id: <m140e1N-000FOoC@feynman.localnet>
9725              
9726              plus a performance speedup noticed by Sarathy.
9727      Branch: perl
9728            ! op.c
9729 ____________________________________________________________________________
9730 [  7913] By: jhi                                   on 2000/11/29  03:16:59
9731         Log: Use "1 while unlink" so that VMS gets clean, too.
9732      Branch: perl
9733            ! t/lib/filter-util.t
9734 ____________________________________________________________________________
9735 [  7912] By: jhi                                   on 2000/11/29  03:09:08
9736         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
9737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9738              Date: Tue, 28 Nov 2000 03:27:09 -0500
9739              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
9740      Branch: perl
9741            ! lib/ExtUtils/xsubpp
9742 ____________________________________________________________________________
9743 [  7911] By: jhi                                   on 2000/11/29  03:06:30
9744         Log: This should have been part of #7872: no need to scan UTF-8
9745              until eternity.
9746      Branch: perl
9747            ! utf8.c
9748 ____________________________________________________________________________
9749 [  7910] By: jhi                                   on 2000/11/29  02:50:04
9750         Log: One more perltie.pod nit from Casey R. Tweten.
9751      Branch: perl
9752            ! pod/perltie.pod
9753 ____________________________________________________________________________
9754 [  7909] By: jhi                                   on 2000/11/29  02:44:23
9755         Log: Document the known sprintf test failures, exact standard
9756              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
9757      Branch: perl
9758            ! pod/perldelta.pod t/op/sprintf.t
9759 ____________________________________________________________________________
9760 [  7908] By: jhi                                   on 2000/11/29  02:36:23
9761         Log: Add the Encoding table format documentation.
9762      Branch: perl
9763            + ext/Encode/Encode/EncodeFormat.pod
9764            ! MANIFEST
9765 ____________________________________________________________________________
9766 [  7907] By: jhi                                   on 2000/11/29  02:07:24
9767         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
9768              From: "Casey R. Tweten" <crt@kiski.net>
9769              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
9770              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
9771              
9772              Subject: Re: [PATCH] Updating perltie.pod for arrays
9773              From: "Casey R. Tweten" <crt@kiski.net>
9774              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
9775              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
9776      Branch: perl
9777            ! pod/perltie.pod
9778 ____________________________________________________________________________
9779 [  7906] By: nick                                  on 2000/11/28  22:40:59
9780         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
9781      Branch: perlio
9782            ! iperlsys.h perlio.c
9783 ____________________________________________________________________________
9784 [  7905] By: nick                                  on 2000/11/28  22:04:34
9785         Log: Integrate mainline
9786      Branch: perlio
9787           !> (integrate 39 files)
9788 ____________________________________________________________________________
9789 [  7904] By: jhi                                   on 2000/11/28  16:44:43
9790         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
9791              From: Nicholas Clark <nick@babyhippo.co.uk>
9792              Date: Tue, 28 Nov 2000 11:16:57 +0000
9793              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
9794      Branch: perl
9795            ! pod/perlipc.pod
9796 ____________________________________________________________________________
9797 [  7903] By: jhi                                   on 2000/11/28  16:40:31
9798         Log: Subject: [PATCH] Updating perltie.pod for arrays
9799              From: "Casey R. Tweten" <crt@kiski.net>
9800              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
9801              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
9802      Branch: perl
9803            ! pod/perltie.pod
9804 ____________________________________________________________________________
9805 [  7902] By: jhi                                   on 2000/11/28  16:39:37
9806         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
9807              From: Robin Barker <rmb1@cise.npl.co.uk>
9808              Date: Mon, 27 Nov 2000 17:56:44 GMT
9809              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
9810      Branch: perl
9811            ! pod/perlfunc.pod t/op/split.t
9812 ____________________________________________________________________________
9813 [  7901] By: jhi                                   on 2000/11/28  16:28:04
9814         Log: setmode() is a DOSish-only thing.
9815      Branch: perl
9816            ! perlio.c
9817 ____________________________________________________________________________
9818 [  7900] By: jhi                                   on 2000/11/28  16:21:46
9819         Log: Subject: [PATCH] perlcc.PL cleanups
9820              From: Simon Cozens <simon@cozens.net>
9821              Date: Tue, 28 Nov 2000 12:44:35 +0000
9822              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
9823      Branch: perl
9824            ! utils/perlcc.PL
9825 ____________________________________________________________________________
9826 [  7899] By: gsar                                  on 2000/11/28  06:32:55
9827         Log: reintegrate files missed by change#7895
9828      Branch: maint-5.6/perl
9829           +> ext/ByteLoader/bytecode.h utils/Makefile
9830            - utils/perlbc.PL
9831 ____________________________________________________________________________
9832 [  7897] By: gsar                                  on 2000/11/27  18:22:47
9833         Log: can't integrate these two files, for some reason
9834      Branch: maint-5.6/perl
9835            - ext/ByteLoader/bytecode.h utils/Makefile
9836 ____________________________________________________________________________
9837 [  7895] By: gsar                                  on 2000/11/27  18:11:21
9838         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
9839              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
9840              6757..6890,6892..6901 from mainline
9841              
9842              Bytecompiler patches from Benjamin Stuhl.
9843              
9844              More bytecompiler.
9845              
9846              Subject: [PATCH blead] B:: missing dependency
9847              
9848              Subject: [PATCH: 6757] configure.com updates and syslog build
9849              
9850              Long double Gconvert fixes from Yitzchak Scott-Thoennes
9851              and Spider Boardman.
9852              
9853              Subject: [PATCH blead] nextchar() abuse misses an optimisation
9854              
9855              Long double fixes from Spider Boardman.
9856              
9857              Make the selection of NVff et al stricter.
9858              
9859              cSVOPo_*v things index into the current PL_curpad
9860              under ithreads, which is different from the curpad
9861              used by the XSUB.  (In other words, the code as-is
9862              before this patch wouldn't work under ithreads.)
9863              
9864              Be portable.
9865              
9866              VMS MMS (make) wants null action.
9867              
9868              Mac and other portability updates from Chris Nandor.
9869              
9870              Storable support, v-version fixes.
9871              Subject: CPAN.pm beta for testing available
9872              
9873              Portability fix from Hugo van der Sanden.
9874              
9875              Bad makefile.
9876              
9877              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
9878              
9879              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
9880              
9881              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
9882              
9883              Replace #6705 with a minimal doc patch.
9884              Subject: [PATCH 5.6.0] replace change #6705
9885              
9886              Drop the separate perlbc, perlcc -b should be enough.
9887              
9888              installperl couldn't tell whether it had run tests or not.
9889              Subject: [PATCH] Re: installperl and t/TEST
9890              
9891              Add silencer flags to installperl.
9892              Subject: [PATCH] Making installperl silent.
9893              
9894              Make "make install" by default silent.  A new "install-verbose"
9895              target is verbose.
9896              
9897              More liberal parsing of version numbers.
9898              Subject: Re: CPAN.pm beta for testing available
9899              
9900              Create directories in silence.
9901              Subject: [PATCH] Another silencer for MakeMaker
9902              
9903              DOS patches and portability/porting notes, from Tim Jenness.
9904              
9905              Make installman to recognize the silence flag -S.
9906              
9907              Actually do something with the silencer option.
9908              
9909              Continue silencing.
9910              
9911              Show the doc file, not the temp file.
9912              
9913              Regen perltoc.
9914              
9915              Subject: [PATCH] More silencing of installman.
9916              
9917              Better wording for the vec lvalue diagnostic.
9918              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
9919              
9920              Subject: [PATCH: 6805] several more tweaks to configure.com
9921              
9922              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
9923              
9924              Missing parts of 
9925              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
9926              
9927              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
9928              (applied slightly modified)
9929              
9930              installperl --verbose and --silent.
9931              Subject: Re: [PATCH] More silencing of installman.
9932              
9933              Add install-silent target.
9934              
9935              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
9936              the problem reported in
9937              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
9938              
9939              Tweak the sfio/useperlio logic, hopefully as wished in
9940              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
9941              
9942              One forgotten file from #6816.
9943              
9944              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
9945              
9946              Remove duplicately applied patch shards.
9947              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
9948              
9949              Support preserving extremely big/small angles.
9950              
9951              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
9952              
9953              Subject: [PATCH] installation not quite silent yet.
9954              
9955              Update the test count.
9956              
9957              Use UVxf, PTR2UV, NVff.
9958              
9959              Document PTR2XX and INT2PTR.
9960              
9961              no-install target a la make -n.
9962              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
9963              
9964              grep -e isn't portable.
9965              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
9966              
9967              Can't get the test to reliably work thanks to the
9968              inaccurateness of floating point.  "Resolves" bug ids
9969              20000826.003, 20000826.009, 20000826.010,
9970              
9971              Subject: installman buglet
9972              
9973              DJGPP update from Laszlo Molnar.
9974              
9975              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
9976              
9977              Passing -R in ldflags makes now it to appear in the default
9978              for lddlflags, just like with -L.
9979              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
9980              
9981              Test nit.
9982              
9983              Use the actual thread type, not the pointer-to-struct.
9984              
9985              Provice virtual $Config{ccflags_nolargefiles} etc. 
9986              
9987              display_format used as a class method without arguments was broken,
9988              reported in
9989              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
9990              
9991              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
9992              
9993              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
9994              
9995              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
9996              
9997              opmini.o may be left around if a build is interrupted.
9998              
9999              Typo in #6858.
10000              
10001              Fix for ID 20000828.001, long doubles were not formatted
10002              correctly (showed up in $], which stopped installing perl).
10003              
10004              An attempt to fix the problem reported in
10005              Subject: Building perl@6856 using gcc/AIX 4.3.3 
10006              I can't test this properly since the gcc installation I have
10007              access to seems to be botched (gcc is calling the AIX cpp,
10008              a losing proposition...)
10009              
10010              Add -ld to archname on long tr...double platforms.
10011              
10012              Subject: hv.h Doc Patch
10013              
10014              Potential cruft.
10015              
10016              Subject: [PATCH bleedperl@6856] warnings fixes
10017              
10018              -S is the silent flag, -s is the strip flag.
10019              Subject: [PATCH] Re: [PATCH] make no-install          
10020              
10021              Take out the SUIDMAIL thing, that will not be
10022              a problem in 5.7.*.
10023              
10024              Subject: [PATCH bleedperl@6866] spellings
10025              
10026              Subject: [PATCH] Re: files not cleaned even by veryclean
10027              
10028              Use minimal @INC in tests, most of the time just '../lib',
10029              so that we simply can't pick up stuff from other Perls than
10030              the one we are testing.  Pointed out by
10031              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
10032              
10033              Update to Getopt::Long 2.24, from Johan Vromans.
10034              
10035              Fix for thinko in #6848.
10036              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
10037              
10038              Patches all over for people and the files they (hopefully) care about.
10039              
10040              Subject: Net::protoent does not export 'getproto'
10041              
10042              Missed a change in #6869.
10043              
10044              Subject: [PATCH] Warnings in B::Deparse
10045              
10046              Subject: [PATCH] Glob dumping
10047              
10048              Disable one of the tests for now.
10049              
10050              Disabling the one test is a bit tricky.
10051              
10052              Don't forget to tidy up.
10053              
10054              The #6881 removed one dump line.
10055              
10056              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
10057              
10058              Under usethreads the dumped variable is IN_PAD.
10059              Subject: Re: [PATCH] Glob dumping
10060              
10061              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
10062              
10063              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
10064              
10065              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
10066              
10067              Regen Configure for #6894.
10068              
10069              Subject: [PATCH: 6889] updates to perlebcdic.pod
10070              
10071              Undo namespace pollution of #6878.
10072              Subject: Re: Net::protoent does not export 'getproto'
10073              
10074              Admit that we are leaking scalars.
10075              
10076              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
10077      Branch: maint-5.6/perl
10078           !> (integrate 271 files)
10079 ____________________________________________________________________________
10080 [  7894] By: gsar                                  on 2000/11/27  16:00:34
10081         Log: a couple of nits
10082      Branch: maint-5.6/perl
10083            ! MANIFEST pp_sys.c
10084 ____________________________________________________________________________
10085 [  7893] By: gsar                                  on 2000/11/27  15:10:56
10086         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
10087              6740..6745,6747..6757,6760
10088              
10089              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
10090              
10091              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
10092              
10093              Doc nits spotted by Richard Soderberg.
10094              
10095              move WNOHANG definition to where other such things are
10096              
10097              Make $Config{byteorder} more magical so that it is
10098              dynamically computed: nice for 'fat binaries'.
10099              Subject: [PATCH]: default byteorder
10100              
10101              Subject: [PATCH] Cwd.pm now uses strict
10102              
10103              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
10104              
10105              Get -DLEAKTEST to compile (not necessarily to work, mind)
10106              Subject: [ID 20000724.006] -DLEAKTEST problem
10107              
10108              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
10109              
10110              Add perlebcdic from Peter Prymmer, regen toc.
10111              
10112              Don't propose using modules built for 5.005 if no binary
10113              compatibility with 5.005 is attempted.
10114              
10115              Do not use prototyping here.
10116              Subject: [ID 20000817.016] [PATCH] Peek.xs
10117              
10118              Document what the backtick returns if the command fails.
10119              
10120              Add byteorder to the myconfig output.
10121              
10122              Introduce NVef, NVff, and NVgf, use the middle one.
10123              (helps for lib/peek + Linux + long doubles)  Reported in
10124              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
10125              Use NVs in POSIX math, not doubles.
10126              Subject: [ID 20000817.014] POSIX & modfl
10127              
10128              Subject: [PATCH 5.6.0+] newSVrv() memory leak
10129              
10130              The byteorder code in #6671 was wrong.
10131              
10132              Fix the lib/complex failure of
10133              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
10134              Linux long double accuracy issue: something that
10135              when printed with %g looks like "2" but int() of it is 1.
10136              
10137              Propagate new Configure vars.
10138              
10139              Unbuffer the output.
10140              
10141              Subject: [PATCH] perltrap.pod spring cleaning
10142              
10143              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
10144              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
10145              
10146              Tiny Getopt::Long patch from Johan Vromans.
10147              
10148              Document code point which makes if (defined %stash::) to work
10149              (noted by Spider Boardman).
10150              
10151              Subject: [PATCH perl@6698] cygwin port
10152              
10153              Document the NDBM_File and ODBM_File as SDBM_File
10154              was documented in #6417.
10155              
10156              The new tests were missing from #6415.
10157              
10158              Add [[:blank:]] as suggested in
10159              Subject: [ID 20000716.024] [=cc=] / [:blank:]
10160              (the [=cc=] has already been taken care of by #6439
10161              so the whole bug report can be closed)
10162              and make [[:space:]] to be equivalent to isspace(3)
10163              (as opposed to \s, which is isSPACE()).  The difference
10164              is that now [[:space:]] matches the mythical vertical tab,
10165              while \s doesn't.
10166              
10167              Don't eat leading os from index entries.
10168              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
10169              
10170              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
10171              
10172              Typo in pp_complement().
10173              Subject: [PATCH perl-current] Deparse
10174              
10175              Add warnif(), check warnings further up the stack,
10176              all the warnings functions now can take an optional object reference.
10177              Subject: [PATCH bleedperl@6691] warnings pragma update
10178              
10179              Fix a core dump in lib/selfloader under -DDEBUGGING.
10180              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
10181              
10182              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
10183              
10184              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
10185              
10186              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
10187              Put back the long double avoidance code to POSIX.xs
10188              because VMS seems to need it still.
10189              
10190              Introduce a 'veryclean' target that is like 'distclean'
10191              but also removes *~ and *.orig.
10192              
10193              Subject: [ID 20000817.023] endianness description in perlfunc.pod
10194              
10195              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
10196              
10197              Let's try #6717 again.
10198              
10199              UTF8 concat fixes.
10200              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
10201              
10202              pp_open() could pass an uninitialized filename down to do_open9().
10203              
10204              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
10205              
10206              Update to CGI 2.72, from Lincoln Stein.
10207              
10208              Subject: [PATCH] Silence MakeMaker (Was: installman)
10209              
10210              Use temporary directory instead of current directory.
10211              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
10212              
10213              Document odd vs even subreleases and -Dusedevel.
10214              
10215              The veryclean target needs to clobber.
10216              
10217              Use File::Spec->tmpdir().
10218              
10219              Document the number of exponent digits.
10220              
10221              Mention perlebcdic and perlposix-bc.
10222              
10223              s/this one/the 5.6.0 release/
10224              
10225              The #6724 is here.
10226              
10227              The correct cleaning order is an art.
10228              
10229              small tweaks for change#6705: avoid C++ style comments in C code;
10230              use Perl's malloc API rather than the low level system one
10231              
10232              Array context keeps slithering in.
10233              
10234              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
10235              
10236              Subject: [PATCH] os2.c fix for use64bitint
10237              
10238              Update to Pod::LaTeX 0.53.
10239              Subject: [PATCH] lib/Pod/LaTeX.pm updates
10240              
10241              Document the endianness of Alpha more precisely.
10242              
10243              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
10244              
10245              Rename the macro argument because some preprocessors
10246              can't tell the difference and expand arguments also inside
10247              double quoted strings.
10248              
10249              free TLS slot properly on Windows
10250              
10251              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
10252              
10253              Unicos/mk requires elaborate paranoia.
10254              
10255              Tweak the floating point output routine preferences.
10256              
10257              Also under djgpp the timestamps are funky.
10258              
10259              Apply some PodParser 1.18 patches; the Pod/Find.pm
10260              patches cannot be applied since #6712 conflicts.
10261              
10262              Use PodParser 1.18 new test.
10263              
10264              A pod nit.
10265              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
10266              
10267              Be verydeepclean.
10268      Branch: maint-5.6/perl
10269           +> pod/perlebcdic.pod
10270           !> (integrate 106 files)
10271 ____________________________________________________________________________
10272 [  7892] By: jhi                                   on 2000/11/27  15:02:32
10273         Log: Update Changes.
10274      Branch: perl
10275            ! Changes patchlevel.h
10276 ____________________________________________________________________________
10277 [  7891] By: jhi                                   on 2000/11/27  14:57:23
10278         Log: Subject: Re: perlfaq style changes
10279              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10280              Date: Sat, 25 Nov 2000 23:32:26 -0800
10281              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
10282              
10283              plus a note from Ronald Kimball.
10284      Branch: perl
10285            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
10286 ____________________________________________________________________________
10287 [  7890] By: jhi                                   on 2000/11/27  14:53:14
10288         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
10289              From: Benjamin Holzman <bah@ecnvantage.com>
10290              Date: Sun, 26 Nov 2000 16:27:33 -0500
10291              Message-ID: <20001126162733.J25040@ecnvantage.com>
10292      Branch: perl
10293            ! gv.c
10294 ____________________________________________________________________________
10295 [  7889] By: jhi                                   on 2000/11/27  14:43:11
10296         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
10297              From: lvirden@cas.org
10298              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
10299              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
10300      Branch: perl
10301            ! README.amiga
10302 ____________________________________________________________________________
10303 [  7888] By: jhi                                   on 2000/11/27  14:32:34
10304         Log: Restore also the locale test to no-sprintf-taint state.
10305              Fixes the bug 20001127.003.
10306      Branch: perl
10307            ! sv.c t/pragma/locale.t
10308 ____________________________________________________________________________
10309 [  7887] By: gsar                                  on 2000/11/27  14:13:05
10310         Log: integrate changes#6613..6616,6620..6665 from mainline
10311              
10312              VMS configure.com update continues.
10313              
10314              Subject: Test fails / warnings with perl-current #6612
10315              
10316              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
10317              
10318              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
10319              
10320              For now remove the mail code.
10321              
10322              Subject: Re: [PATCH] @+, @- readonly
10323              
10324              Subject: warning: storage class after type is obsolescent
10325              
10326              Subject: sfio2000
10327              
10328              Subject: Re: File::Temp problems on VMS in bleedperl
10329              
10330              README.os2 update.
10331              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
10332              
10333              Make the user to give up his firstborn, err, to knowingly
10334              verify installing an unstable developer release.  Also bump
10335              the release to 5.7.0, but leave a patch tag in the local
10336              patches saying that this is not yet the real thing.
10337              
10338              Update (kinda) to Test 1.14, from Joshua Pritikin.
10339              
10340              make ok etc also for win32.
10341              
10342              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
10343              
10344              Don't blow limited stacks, a lower number is enough to
10345              tickle the lookbehind limit.
10346              
10347              Use -Dusedevel; regen Configure and the respective Porting stuff.
10348              
10349              Subject: [PATCH] debugger exit code should reflect user exit code
10350              
10351              Subject: [PATCH perl@6620] cygwin port
10352              
10353              Missed a file from #6638.
10354              
10355              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)
10356              
10357              magic callbacks all need to have same type signature
10358              
10359              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
10360              
10361              Fix a dependency problem.
10362              Subject: [PATCH: 6640] VMS Makefile.SH update
10363              
10364              The numeric locale was reset to "C" by s?printf and never restored.
10365              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
10366              No test since adding the failing example to locale.t
10367              does not fail -- probably because the locale settings are so
10368              thoroughly tweaked by that time.  Running the example standalone
10369              does fail, though.  UPDATE: test case added at change #7540.
10370              
10371              Subject: [ID 20000324.040] minor fix to perlhpux.pod
10372              
10373              Update to CPAN 1.57.
10374              
10375              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
10376              
10377              Change the perlbug address to perl.org since it's more forgiving.
10378              
10379              Change the regx compilation error markers to use = instead of <
10380              since pod makes using the latter quite messy.  Reported in
10381              ID 20000814.006 by Abigail and in
10382              Subject: Unknown escape E<> ?
10383              
10384              Update to perldebtut 1.9, from Richard Foley.
10385              
10386              check that the number pseudo children doesn't exceed
10387              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
10388              the WaitForMultipleObjects() limit that would cause wait()
10389              to crash)
10390              wait() and waitpid() could potentially be rewritten to use
10391              more than one thread to do the waiting to eliminate this
10392              limitation
10393              
10394              change#6328 could make close(SOCKET) return false on windows
10395              when it shouldn't
10396              
10397              pod nit seen in passing
10398              
10399              on windows, the return values from wait() and waitpid() don't
10400              match those of pseudo-pids
10401              
10402              waitpid() now handles externally spawned pids correctly;
10403              fixes for backtick/wait/waitpid failures on Windows 9x
10404              these changes make the pid returned by process functions on
10405              Windows 9x always positive by clearing the high bit (which
10406              is always set on Win9x); pseudo-process PIDs are likewise
10407              always negative now on Win9x (just as on NT/2000)
10408              
10409              trailing new %ENV entries weren't being pushed into the real
10410              environment of subprocesses on Windows
10411              
10412              Tweak the regex compilation errors once more.
10413              
10414              avoid warnings from dense compiler
10415              
10416              add "ok" targets from change#6632 in makefile.mk
10417      Branch: maint-5.6/perl
10418            - lib/Pod/PlainText.pm vms/configure.com
10419           !> (integrate 66 files)
10420 ____________________________________________________________________________
10421 [  7886] By: jhi                                   on 2000/11/27  13:54:18
10422         Log: __FUNCTION__ isn't portable and trying to emulate it leads
10423              into practically spelling out the name of the function.
10424              Takes care of the bug 20001127.001.
10425      Branch: perl
10426            ! perlio.c
10427 ____________________________________________________________________________
10428 [  7885] By: gsar                                  on 2000/11/27  13:53:18
10429         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
10430              6610..6611 from mainline
10431              
10432              Make regular expression parse error messages easier to understand.
10433              Subject: Re: enhanced(?) regex error messages
10434              
10435              Tiny tidying on report_evil_fh().
10436              
10437              Subject: Re: enhanced(?) regex error messages 
10438              plus Capitalize the error messages, plus perldiag them.
10439              
10440              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
10441              
10442              Document here-doc better.
10443              
10444              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
10445              
10446              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
10447              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
10448              (either perlbug or p5p ate the original), plus regen
10449              perlapi and perltoc. 
10450              
10451              Regen global.sym.
10452              
10453              Double check that we have a dirhandle.
10454              
10455              Subject: Re: enhanced(?) regex error messages
10456              (plus two small patches sent privately)
10457              (this still seems to leave few test failures)
10458              
10459              warn is a macro, avoid using at a variable to avoid warnings
10460              in some configurations; readdir.t is too conservative in
10461              estimating number of *.t's
10462              
10463              Get back into sync with Jeffrey on the enhanced regex warnings.
10464              
10465              Subject: [PATCH 5.6.0] cygwin port
10466              
10467              Zero entries were skipped, fix from Adrian Goalby
10468              <argoalby@yahoo.co.uk>
10469              
10470              Subject: Remove dead entry in perldiag
10471              
10472              Amend the description of Perl6.
10473              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
10474              
10475              detypo
10476              
10477              It's the 2ndO'ROSSC.
10478              
10479              Revert the sv.c part of #6559, a better fix is needed.
10480              
10481              Iterating perl6 description.
10482              
10483              Update to Term::ANSIColor 1.03, from Russ Allbery.
10484              
10485              Update to Getopt::Long 2.23_05, from Johan Vromans.
10486              
10487              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
10488              
10489              Update to Pod::Parser 1.17, from Brad Appleton.
10490              
10491              Update to CPAN 1.56, from Andreas König.
10492              
10493              Update to CGI 2.70, from Lincoln Stein.
10494              
10495              Put back the std @INC thing.
10496              
10497              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
10498              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
10499              
10500              Document the IO::Select timeout.
10501              
10502              sleep(1) does not necessarily return 1.
10503              Subject: [PATCH bleadperl] op/lex_assign.t  
10504              
10505              Subject: debugger "d" command doesnt check line number
10506              
10507              B::Deparse didn't do sub attributes.
10508              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
10509              
10510              Preprocessing and postprocessing for File::Find.
10511              Subject: Patch to Find::File.pm to allow alphabetical results
10512              
10513              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
10514              
10515              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
10516              
10517              Subject: Re: [ID 20000730.003] utf8::length() bad
10518              
10519              Subject: Getting perlio and threads to compile
10520              (the Solaris version changes in Configure skipped)
10521              
10522              Tests for #6589.
10523              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
10524              
10525              Add Perl debugging tutorial, regen toc. 
10526              Subject: perldebtut.pod
10527              
10528              Add a few missing files, update MANIFEST.
10529              
10530              Rewrite of vms/subconfigure.com as configure.com,
10531              from Peter Prymmer and the vmsperl crew.
10532              
10533              Should have deleted this in #6603.
10534              
10535              Fix the test for 5005threads.
10536              
10537              Fix-n-skip the tests under 5005threads.
10538              
10539              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
10540              
10541              Upgrade to CGI 2.71, from Lincoln Stein.
10542      Branch: maint-5.6/perl
10543           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
10544           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
10545           +> t/op/regmesg.t t/pod/find.t vms/configure.com
10546            - vms/subconfigure.com
10547            ! lib/lib.pm
10548           !> (integrate 115 files)
10549 ____________________________________________________________________________
10550 [  7884] By: jhi                                   on 2000/11/27  13:44:33
10551         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
10552              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10553              Date:     Mon, 27 Nov 2000 08:23:54 EST
10554              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
10555      Branch: perl
10556            ! vms/descrip_mms.template vms/test.com
10557 ____________________________________________________________________________
10558 [  7883] By: gsar                                  on 2000/11/27  11:50:46
10559         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
10560              6511..6513,6515..6523,6525..6536
10561              
10562              The swallow_bom() saga continues.  The #23 of require.t
10563              (UTF16-LE) still fails (silently, no output) but the #22
10564              (UTF16-BE) seems to be working now.  The root of the
10565              failure may be in sv_gets(): is it UTF-16LE-aware,
10566              especially when it comes to line endings? 
10567              
10568              Document the problem with -P in HP-UX and its workaround.
10569              
10570              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
10571              (aka ID 20000730.002)
10572              
10573              Subject: fix and question re: waitpid() under win32
10574              
10575              Make the safety catch for buggy gccs work with triple version
10576              numbers like 2.95.2.  Reported in
10577              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
10578              
10579              In Digital UNIX warn if gcc explicitly chosen because even
10580              2.95.2 is known to cause problems.
10581              
10582              Make chr() for values >127 to create utf8 when under utf8.
10583              
10584              various syntax errors and such (not fixed: comp/require.t#22 coredump
10585              on Windows)
10586              
10587              Stash away the largefiles flags and libswanted.
10588              
10589              BOM patching from Simon Cozens.
10590              
10591              If gccosandvers is equal to osname, clear gccosandvers.
10592              
10593              Make p4desc to skip non-mainperl branches by default.
10594              
10595              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
10596              
10597              The test from this
10598              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
10599              
10600              In new BSDs changes to argv[] do not show up in ps(1) output,
10601              instead one must use setproctitle().  This was already addressed
10602              by change #6457, but the below has a new variant for FreeBSD 4.0
10603              or later, and the matter is also documented more.
10604              
10605              FreeBSD 3.* updates from
10606              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
10607              
10608              regen_headers, regen perltoc.
10609              
10610              Document in one place the memory abstractions used in Perl core.
10611              
10612              memcpy has n o in it, as pinted ut by Sarathy.
10613              
10614              Remove the extraneous "main::" prefix from all the
10615              "opened only for", "on closed", and "never opened" warnings.
10616              
10617              The name of a filehandle does not have <these>.
10618              
10619              The tr utf8 patching continues.
10620              
10621              The new setproctitle() feature is available only in 
10622              bleeding edge FreeBSD.  From Paul Saab.
10623              
10624              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
10625              
10626              Dump UVs as UVs in Data::Dumper.
10627              
10628              detypo #6494
10629              
10630              Document the IVdf UVuf UVof UVxf.
10631              
10632              require.t needs binmode() to work on windows
10633              
10634              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
10635              that are hopefully soon put into use.
10636              
10637              Allow "no Module;" even if there is no 'unimport'.
10638              
10639              Better skip message for the test; one of the two problems in
10640              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
10641              
10642              The subtest 4 may fail also on VOBS, as pointed out
10643              by Nick Ing-Simmons in November 1999, bug id 19991124.003
10644              (but the failure in that bug report isn't the subtest 4).
10645              
10646              Be more informative on what is skipped and why,
10647              also repeat the list at the end.
10648              
10649              Add a URL for FSF.
10650              
10651              Subject: [PATCH] sv.h documentation - SvLEN
10652              
10653              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
10654              
10655              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
10656              
10657              Subject: [PATCH] bad cppsymbols on os2 + Configure question
10658              
10659              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
10660              
10661              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
10662              mention the idea of @( and @)
10663              
10664              This is 6512.  Really.
10665              
10666              Subject: [ID 19990721.004] Documentation bug in perlfunc
10667              
10668              Subject: Minor tweak to perlvar.pod
10669              
10670              In the warnings call filehandles consistently so;
10671              add "unopened" warning for stat().
10672              
10673              After the #6519 a warning about stat() is just that,
10674              not about a filetest, which now have their own warning.
10675              
10676              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
10677              
10678              Subject: Re: Array vs. List context
10679              
10680              Subject: New perlcc, take 2
10681              
10682              Weed buglets pointed out by
10683              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
10684              
10685              gcc versions might have (parentheses) in them.
10686              
10687              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
10688              
10689              Essential prototype changes were missing from #6527.
10690              Also make report_evil_fh() more bomb-proof.
10691              
10692              Zap lib/Sys directory when cleaning up.
10693              
10694              Change the Policy policy: now -Dprefix= with an existing
10695              Policy.sh and prefix == siteprefix == vendorprefix, then all
10696              of them follow along the new prefix.
10697              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
10698              
10699              Continue fixing the io warnings.  This also
10700              sort of fixes bug ID 20000802.003: the core dump
10701              is no more.  Whether the current behaviour is correct
10702              (giving a warning: "Not a format reference"), is another matter.
10703              
10704              Have symbols for the IoTYPEs.
10705              
10706              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
10707              
10708              Document a bit that UDP is not what you might think.
10709              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
10710              tr memory corruption fix from Simon Cozens.
10711              
10712              Plug the security hole described in the Aug 05 2000 bugtraq message
10713              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
10714              The security hole exists only in suidperls, which isn't
10715              installed or even built by default.
10716      Branch: maint-5.6/perl
10717           !> (integrate 71 files)
10718 ____________________________________________________________________________
10719 [  7882] By: gsar                                  on 2000/11/27  10:25:36
10720         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
10721              from mainline
10722              
10723              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
10724              to be fatal errors (instead of by default ignoring them, and
10725              ignoring with a bug: even though -w gave an error, the opening [
10726              was left in)  Reported in:
10727              
10728              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
10729              
10730              Subject: [PATCH] split /^/
10731              
10732              MacOS nits from Matthias Neeracher.
10733              
10734              More split() doc and test patches from Mike Guy.
10735              
10736              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
10737              from Graham Barr in the module list.
10738              
10739              docfix from Peter Scott <Peter@PSDT.com>.
10740              
10741              File::Temp patches for VMS and OS/2 from Tim Jenness.
10742              
10743              open() wariness in perlbug.
10744              
10745              Subject: [PATCH] minor doc change - perlguts
10746              
10747              Subject: Minor doc patch: handy.h
10748              
10749              Be wary of close()s, too.
10750              
10751              Further File::Temp patches from Yitzchak Scott-Thoennes
10752              and Craig A. Berry.
10753              
10754              Subject: [PATCH] fixes bug 20000508.004
10755              
10756              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
10757              
10758              Allow "no AutoLoader;", based on change #6444,
10759              suggested by Graham Barr.
10760              
10761              Use setproctitle() if available to modify $0.
10762              
10763              Warn if the version of the operating system used to compile gcc
10764              differs from the current version of the operating system.
10765              Also display the gcc compilation os and version in myconfig.
10766              Inspiration from
10767              
10768              Tiny fixes for #6460.
10769              
10770              The problem described in this
10771              Subject: [ID 20000322.018] named chars aren't magical enough
10772              has been fixed in perl 5.6.0 but just in case added a test
10773              to keep it away.  (The report from Joseph Hall.)
10774              
10775              Tune the comments and hopefully stop a memory leak.
10776              
10777              Subject: UTF8 concat
10778              (with a memory leak fixed, plus a few casts added)
10779              This also seems to help for
10780              Subject: [ID 20000716.015] join UTF8 weirdness
10781              
10782              Do not upgrade SVs into utf8 just because they participate
10783              in eq or cmp.  Reported and fix suggested in
10784              Subject: [ID 20000720.009] sv_eq UTF8 bug
10785              
10786              Fix the HALF_UPGRADE() macro introduced in #6263.
10787              
10788              Find green threads before native threads.
10789              Subject: Re: Patch to jpl/JNI/Makefile.PL
10790      Branch: maint-5.6/perl
10791           !> (integrate 30 files)
10792 ____________________________________________________________________________
10793 [  7881] By: jhi                                   on 2000/11/27  05:48:41
10794         Log: It seems that *both* the unused submatch loop cleanup
10795              codes are needed.
10796      Branch: perl
10797            ! regexec.c
10798 ____________________________________________________________________________
10799 [  7880] By: jhi                                   on 2000/11/27  04:50:07
10800         Log: Clean .exists deeper.
10801      Branch: perl
10802            ! Makefile.SH
10803 ____________________________________________________________________________
10804 [  7879] By: jhi                                   on 2000/11/27  02:31:35
10805         Log: The code in regcppop() (see #7878) contains the correct lower
10806              limit for the unused submatch 'cleanup' loop so that under
10807              "use utf8" the following code wouldn't dump core:
10808              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
10809              the cleanup loop in regtry() stomped beyond allocated area
10810              in the startp[] array.  Therefore, copied the correct lower
10811              loop limit (*PL_reglastparen) to regtry().  Note: something
10812              may still not be quite right: why was the _higher_ loop limit
10813              (prog->nparens) different in the utf8 case?
10814              
10815              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
10816              without core dumps, there were about 17 of them before
10817              the patch (with us since Perl 5.7.0).  Two failures, still:
10818              496 and 505 (though these may not be severe).
10819              
10820              Patch #7881 is also needed since both the cleanup loops
10821              seem to be needed.
10822              
10823              Also, the t/op/pat#44 seems to core dump under utf8.
10824              Plus a couple of failures.  UGH-8.
10825      Branch: perl
10826            ! regexec.c
10827 ____________________________________________________________________________
10828 [  7878] By: jhi                                   on 2000/11/27  02:21:17
10829         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
10830              the code in regcppop() seems to be redundant for the test suite --
10831              but it contains a germ of truth, and it needed for the build
10832              process itself: see #7879 and #7881.
10833      Branch: perl
10834            ! regexec.c
10835 ____________________________________________________________________________
10836 [  7877] By: jhi                                   on 2000/11/27  01:53:09
10837         Log: Comment on comment.
10838      Branch: perl
10839            ! regexec.c
10840 ____________________________________________________________________________
10841 [  7876] By: jhi                                   on 2000/11/27  00:49:59
10842         Log: Adjust the docs to agree with #7875.
10843      Branch: perl
10844            ! pod/perllocale.pod
10845 ____________________________________________________________________________
10846 [  7875] By: jhi                                   on 2000/11/27  00:49:27
10847         Log: Retract #7863.  It makes more sense not to taint formatted output,
10848              not even by sprintf().
10849      Branch: perl
10850            ! sv.c
10851 ____________________________________________________________________________
10852 [  7874] By: jhi                                   on 2000/11/26  23:36:02
10853         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
10854              Not really fixed (should really dump the UTF-8 charclass),
10855              but stopped displaying the garbage.
10856              
10857              Also add a note on the (missing) Unicode PSXSPC and BLANK.
10858      Branch: perl
10859            ! regcomp.c
10860 ____________________________________________________________________________
10861 [  7873] By: jhi                                   on 2000/11/26  21:31:13
10862         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
10863      Branch: perl
10864            ! regexec.c
10865 ____________________________________________________________________________
10866 [  7872] By: jhi                                   on 2000/11/26  21:06:04
10867         Log: No need to scan till infinity, 13 is enough.
10868      Branch: perl
10869            ! handy.h utf8.c
10870 ____________________________________________________________________________
10871 [  7871] By: jhi                                   on 2000/11/26  20:20:32
10872         Log: Test line numbers are different with utf8.
10873      Branch: perl
10874            ! t/op/re_tests
10875 ____________________________________________________________________________
10876 [  7870] By: jhi                                   on 2000/11/26  20:10:12
10877         Log: Message nit.
10878      Branch: perl
10879            ! regcomp.c
10880 ____________________________________________________________________________
10881 [  7869] By: jhi                                   on 2000/11/26  19:01:05
10882         Log: Make utf8_length() and utf8_distance() (the latter of which
10883              is unused at the moment) to be less forgiving about bad UTF-8.
10884      Branch: perl
10885            ! embed.h embed.pl objXSUB.h proto.h utf8.c
10886 ____________________________________________________________________________
10887 [  7868] By: jhi                                   on 2000/11/26  18:45:56
10888         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
10889              From: Benjamin Holzman <bah@ecnvantage.com>
10890              Date: Sat, 25 Nov 2000 20:40:20 -0500       
10891              Message-ID: <20001125204020.A25040@ecnvantage.com>              
10892              
10893              Debian allows installing /usr/bin/locale without installing
10894              any locales, an error message will ensue.
10895      Branch: perl
10896            ! t/pragma/locale.t
10897 ____________________________________________________________________________
10898 [  7867] By: jhi                                   on 2000/11/26  18:31:12
10899         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
10900              From: Benjamin Holzman <bah@ecnvantage.com>
10901              Date: Sun, 26 Nov 2000 02:42:34 -0500
10902              Message-ID: <20001126024234.G25040@ecnvantage.com>
10903              
10904              Patch for the bug 20000212.002.
10905      Branch: perl
10906            ! sv.c t/op/array.t
10907 ____________________________________________________________________________
10908 [  7866] By: jhi                                   on 2000/11/26  18:28:09
10909         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
10910              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10911              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
10912              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
10913              
10914              File::Temp 0.11.
10915      Branch: perl
10916            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
10917 ____________________________________________________________________________
10918 [  7865] By: jhi                                   on 2000/11/26  18:24:22
10919         Log: The metaconfig unit change for #7864.
10920      Branch: metaconfig/U/perl
10921            ! need_va_copy.U
10922 ____________________________________________________________________________
10923 [  7864] By: jhi                                   on 2000/11/26  18:23:41
10924         Log: Make the va_copy() test not to be so talkative.
10925      Branch: perl
10926            ! Configure config_h.SH
10927 ____________________________________________________________________________
10928 [  7863] By: jhi                                   on 2000/11/26  18:11:02
10929         Log: Fix locale inconsistencies unearthed by Hugo's work.
10930              Now the floating point sprintf really does taint the result
10931              string as perllocale promises (has promised for a long time)
10932              if "use locale" is in the lexical scope.
10933      Branch: perl
10934            ! sv.c t/pragma/locale.t
10935 ____________________________________________________________________________
10936 [  7862] By: jhi                                   on 2000/11/26  00:35:15
10937         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
10938              From: Nicholas Clark <nick@ccl4.org>
10939              Date: Sun, 26 Nov 2000 00:07:50 +0000
10940              Message-ID: <20001126000750.A22446@plum.flirble.org>
10941              
10942              Infinit.
10943      Branch: perl
10944            ! sv.c
10945 ____________________________________________________________________________
10946 [  7861] By: jhi                                   on 2000/11/26  00:01:26
10947         Log: Integrate perlio.
10948      Branch: perl
10949           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
10950 ____________________________________________________________________________
10951 [  7860] By: nick                                  on 2000/11/25  22:04:17
10952         Log: Correct relative path from new ext\Filter\Util\Call location
10953              back to miniperl.
10954      Branch: perlio
10955            ! win32/makefile.mk
10956 ____________________________________________________________________________
10957 [  7859] By: nick                                  on 2000/11/25  21:26:54
10958         Log: Integrate mainline.
10959      Branch: perlio
10960           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10961           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
10962           +> t/lib/filter-util.t
10963            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
10964            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
10965            - t/lib/filt-util.t
10966           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
10967           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
10968           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
10969           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
10970           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
10971           !> win32/makefile.mk
10972 ____________________________________________________________________________
10973 [  7858] By: gsar                                  on 2000/11/25  20:52:17
10974         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
10975              parent's memory; fix it by keeping track of the actual pad
10976              offset rather than a raw pointer (this change is probably also
10977              relevant to non-ithreads case to avoid fallout from reallocs of
10978              the pad array, but is currently only enabled for the ithreads
10979              case in the interests of minimal disruption to existing "well
10980              tested" code)
10981      Branch: perl
10982            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
10983            ! proto.h scope.c scope.h sv.c t/op/fork.t
10984 ____________________________________________________________________________
10985 [  7857] By: nick                                  on 2000/11/25  20:01:28
10986         Log: All tests pass on Win32/gcc/USE_PERLIO.
10987              - when crlf layer is pushed make unix-level binary.
10988              - remove :crlf injection in pp_backtick in pp_sys.c
10989              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
10990      Branch: perlio
10991            ! doio.c perlio.c pp_sys.c win32/makefile.mk
10992 ____________________________________________________________________________
10993 [  7856] By: jhi                                   on 2000/11/25  18:38:30
10994         Log: Update the metaconfig units for #7855.
10995      Branch: metaconfig/U/perl
10996            ! useperlio.U usesocks.U
10997 ____________________________________________________________________________
10998 [  7855] By: jhi                                   on 2000/11/25  18:37:54
10999         Log: Undo the SOCKS workarounds, instead start using PerlIO
11000              if SOCKS is selected.
11001              
11002              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
11003              From: Jens Hamisch <jens@Strawberry.COM>
11004              Date: Fri, 24 Nov 2000 18:31:30 +0100
11005              Message-ID: <20001124183130.E28337@Strawberry.COM>
11006              
11007              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
11008              From: Jens Hamisch <jens@Strawberry.COM>
11009              Date: Fri, 24 Nov 2000 19:11:51 +0100
11010              Message-ID: <20001124191151.A28753@Strawberry.COM>
11011      Branch: perl
11012            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
11013            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
11014 ____________________________________________________________________________
11015 [  7854] By: jhi                                   on 2000/11/25  17:39:08
11016         Log: Undo #7848.  Some of the code seems to use walkoptree(),
11017              some walkoptree_slow().  An unfinished renaming?
11018              Now the sub is walkoptree() (which is @EXPORT_OK),
11019              the walkoptree_slow() is a typeglob alias to walkoptree.
11020              This makes the tests to pass, at least.
11021      Branch: perl
11022            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
11023 ____________________________________________________________________________
11024 [  7853] By: nick                                  on 2000/11/24  22:24:33
11025         Log: Re-arrange crlf vs binary for platforms that care.
11026              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
11027              Lip-service to making stdio layer work on such platfroms (untested).
11028              Now fails 3 tests rather than one, checkin to see if I can debug 
11029              the issue under linux. (Do not merge.)
11030      Branch: perlio
11031            ! doio.c perlio.c perliol.h
11032 ____________________________________________________________________________
11033 [  7852] By: jhi                                   on 2000/11/24  18:57:39
11034         Log: AUTHORS edits.
11035      Branch: perl
11036            ! AUTHORS
11037 ____________________________________________________________________________
11038 [  7851] By: jhi                                   on 2000/11/24  17:34:56
11039         Log: Add Jan-Erik Karlsson.
11040      Branch: perl
11041            ! AUTHORS
11042 ____________________________________________________________________________
11043 [  7850] By: jhi                                   on 2000/11/24  17:27:56
11044         Log: Configure should find stdchar on its own.
11045      Branch: perl
11046            ! hints/solaris_2.sh
11047 ____________________________________________________________________________
11048 [  7849] By: jhi                                   on 2000/11/24  17:24:55
11049         Log: Subject: PATCH over 7848: Filter test flawed
11050              From: andreas.koenig@anima.de (Andreas J. Koenig)
11051              Date: 24 Nov 2000 10:28:29 +0100
11052              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
11053      Branch: perl
11054            ! t/lib/filter-util.t
11055 ____________________________________________________________________________
11056 [  7848] By: jhi                                   on 2000/11/24  17:22:15
11057         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
11058              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
11059              Date: Fri, 24 Nov 2000 16:12:58 +0000
11060              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
11061      Branch: perl
11062            ! ext/B/B.pm
11063 ____________________________________________________________________________
11064 [  7847] By: jhi                                   on 2000/11/24  03:07:01
11065         Log: Integrate perlio.
11066      Branch: perl
11067           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
11068           !> win32/makefile.mk
11069 ____________________________________________________________________________
11070 [  7846] By: gsar                                  on 2000/11/24  00:55:57
11071         Log: integrate changes#6415..6418,6420..6438 from mainline
11072              
11073              Fix the bitvector ops for utf8 (tricky since past 7 bits
11074              the utf8 'characters' can be more than one octet).
11075              
11076              MPE/ix updates for perl 5.6.0 from Mark Bixby.
11077              
11078              Subject: SDBM_File documentation
11079              
11080              Detypo.
11081              
11082              Decutandpasto.
11083              
11084              Send all installperl messages to STDERR and be -w clean.
11085              
11086              Out-of-date note removed.
11087              
11088              Protect against "wild next"s, that is, callbacks doing "next"
11089              instead of "return".
11090              
11091              Use STDOUT consistently.
11092              
11093              The output might have been produced in the wrong order.
11094              
11095              A missing 'break' after the [[:space:]] switch case.
11096              
11097              Add tests for
11098              [ID 19991110.003] another matching finding by pcre author
11099              which has already been fixed by some patch, as verified in
11100              
11101              Documentation to explain the behaviour of map().
11102              
11103              Add an optimization for map-maps-a-list-element-to-more-list-elements
11104              case, but add also notes explaining the relationship of this
11105              patch and the earlier notes by Sarathy.
11106              
11107              Subject: [ID 20000716.023] syslog test fails without sockets
11108              
11109              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
11110              Test cases for #6431.
11111              
11112              File::Spec::VMS fixup for tmpdir from Craig Berry.
11113              
11114              Make the "uninit variable" warning to say "concat or string"
11115              or "join or string" when in concat or join .
11116              
11117              Get UTF16 BOMs working.  Patch from
11118              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
11119              
11120              Subject: [PATCH] Make large file tests deal with SIGXFSZ
11121              
11122              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
11123              
11124              Subject: [PATCH] av.c apidoc
11125      Branch: maint-5.6/perl
11126           !> (integrate 43 files)
11127 ____________________________________________________________________________
11128 [  7845] By: gsar                                  on 2000/11/24  00:20:45
11129         Log: integrate changes#6406..6414 from mainline
11130              
11131              Merge perlhacktut into perlhack, update perlguts.
11132              
11133              Fix AutoSplit to use File::Spec the right way in VMS,
11134              from Peter Prymmer.
11135              
11136              The bug report
11137              [ID 19991110.002] minimal matching discrepancy found by pcre author
11138              seems to have been fixed (though differently from what was suggested
11139              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
11140              
11141              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
11142              not in pod, from Peter Prymmer
11143              
11144              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
11145              From: Hugo <hv@crypt.compulink.co.uk>
11146              Date: Fri, 14 Jul 2000 23:05:20 +0100
11147              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
11148              
11149              Didn't anymore apply, but that point still could use another fix.
11150              
11151              lib/b test fixes from Peter Prymmer.
11152              
11153              More docs for sv functions.
11154              
11155              perlvms.pod whitespace cleanup to keep pod utils happy.
11156              
11157              another VMS build tweak from Peter Prymmer
11158      Branch: maint-5.6/perl
11159           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
11160           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
11161           !> vms/descrip_mms.template vms/perlvms.pod
11162 ____________________________________________________________________________
11163 [  7844] By: nick                                  on 2000/11/23  23:42:45
11164         Log: Win32/perlio Now just fails one io/argv.t test - lack 
11165              of default :crlf on standard streams.
11166      Branch: perlio
11167            ! doio.c perlio.c
11168 ____________________________________________________________________________
11169 [  7843] By: nick                                  on 2000/11/23  23:04:05
11170         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
11171              peek fail is showing a real problem (multiple crlf layers
11172              are getting pushed.)
11173      Branch: perlio
11174            ! doio.c perlio.c win32/makefile.mk
11175 ____________________________________________________________________________
11176 [  7842] By: nick                                  on 2000/11/23  19:46:23
11177         Log: Implement PerlIO_binmode()
11178              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
11179              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
11180              make binmode in t/lib/io_tell.t unconditional so that works.
11181              Checkin just so Win32 machine can see these changes.
11182      Branch: perlio
11183            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
11184 ____________________________________________________________________________
11185 [  7841] By: jhi                                   on 2000/11/23  19:30:00
11186         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
11187      Branch: perl
11188            ! README.amiga
11189 ____________________________________________________________________________
11190 [  7840] By: jhi                                   on 2000/11/23  17:18:02
11191         Log: SOCKS wrestling continues, patches from Jens Hamisch.
11192      Branch: perl
11193            ! doio.c embed.h embed.pl perlsdio.h proto.h
11194 ____________________________________________________________________________
11195 [  7839] By: jhi                                   on 2000/11/23  16:54:14
11196         Log: Push Filter::Util::Call one level deeper.
11197      Branch: perl
11198            + t/lib/filter-util.t
11199           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
11200           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
11201            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
11202            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
11203            - t/lib/filt-util.t
11204            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
11205            ! win32/Makefile win32/makefile.mk
11206 ____________________________________________________________________________
11207 [  7838] By: jhi                                   on 2000/11/23  16:52:40
11208         Log: Reach back one higher up when searching for PERL_SRC.
11209      Branch: perl
11210            ! lib/ExtUtils/MM_Unix.pm
11211 ____________________________________________________________________________
11212 [  7837] By: jhi                                   on 2000/11/23  16:05:41
11213         Log: Subject: Re: perl@7826
11214              Date: Thu, 23 Nov 2000 02:20:25 -0600
11215              From: "Craig A. Berry" <craigberry@mac.com>
11216              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
11217              
11218              Make VMS to like Filter::Util::Call. 
11219      Branch: perl
11220            ! configure.com ext/Filter/Util/Makefile.PL
11221 ____________________________________________________________________________
11222 [  7836] By: nick                                  on 2000/11/23  16:04:08
11223         Log: Implement crlf layer - not ready for merge.
11224      Branch: perlio
11225            ! perlio.c win32/makefile.mk
11226 ____________________________________________________________________________
11227 [  7835] By: jhi                                   on 2000/11/23  15:56:52
11228         Log: STDCHAR is different in Sparc v9 vs x86.
11229      Branch: perl
11230            ! hints/solaris_2.sh
11231 ____________________________________________________________________________
11232 [  7834] By: jhi                                   on 2000/11/23  15:50:47
11233         Log: The type needs to be visible to protos.
11234      Branch: perl
11235            ! perl.h
11236 ____________________________________________________________________________
11237 [  7833] By: jhi                                   on 2000/11/23  15:40:46
11238         Log: Finish unfinished SOCKS workaround changes.
11239      Branch: perl
11240            ! doio.c
11241 ____________________________________________________________________________
11242 [  7832] By: jhi                                   on 2000/11/23  15:33:30
11243         Log: Integrate perlio.
11244      Branch: perl
11245           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11246           !> win32/makefile.mk
11247 ____________________________________________________________________________
11248 [  7831] By: nick                                  on 2000/11/23  10:31:07
11249         Log: Correct makefile.mk dependancies for ext/Filter/Util
11250              Build ext/Encode
11251              Run dmake regen_config_h
11252      Branch: perlio
11253            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11254            ! win32/makefile.mk
11255 ____________________________________________________________________________
11256 [  7830] By: nick                                  on 2000/11/23  08:05:07
11257         Log: Integrate mainline
11258      Branch: perlio
11259           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
11260           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
11261           +> t/lib/filt-util.pl t/lib/filt-util.t
11262           !> (integrate 41 files)
11263 ____________________________________________________________________________
11264 [  7829] By: gsar                                  on 2000/11/23  03:07:11
11265         Log: build the Filter extension on windows
11266      Branch: perl
11267            ! win32/Makefile win32/makefile.mk
11268 ____________________________________________________________________________
11269 [  7828] By: gsar                                  on 2000/11/23  02:46:35
11270         Log: regenerate win32/config* and fix some inconsistencies in the
11271              makefiles; always export Perl_deb() because it is needed
11272              by ext/re/* (whether perl itself is built with -DDEBUGGING
11273              or not)
11274      Branch: perl
11275            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
11276            ! win32/config_H.vc win32/makefile.mk
11277 ____________________________________________________________________________
11278 [  7827] By: gsar                                  on 2000/11/23  02:18:38
11279         Log: get sources building on windows+MSVC again (untested with other
11280              compilers)
11281      Branch: perl
11282            ! win32/include/sys/socket.h win32/perllib.c
11283 ____________________________________________________________________________
11284 [  7826] By: jhi                                   on 2000/11/23  01:18:26
11285         Log: Update Changes.
11286      Branch: perl
11287            ! Changes patchlevel.h
11288 ____________________________________________________________________________
11289 [  7825] By: jhi                                   on 2000/11/23  00:20:41
11290         Log: Subject: Re: av.c patch (having slight problems)
11291              From: "Ben Tilly" <ben_tilly@hotmail.com>
11292              Date: Tue, 21 Nov 2000 23:29:31 -0500
11293              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
11294              
11295              unshift() speedup.
11296      Branch: perl
11297            ! av.c
11298 ____________________________________________________________________________
11299 [  7824] By: jhi                                   on 2000/11/22  23:59:15
11300         Log: Fixes for signedness warnings noticed by VMSperlers.
11301      Branch: perl
11302            ! ext/Storable/Storable.xs regcomp.c sv.c
11303 ____________________________________________________________________________
11304 [  7823] By: jhi                                   on 2000/11/22  23:19:31
11305         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
11306              From: Peter Prymmer <pvhp@forte.com>
11307              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
11308              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
11309      Branch: perl
11310            ! t/pragma/warn/pp_hot
11311 ____________________________________________________________________________
11312 [  7822] By: jhi                                   on 2000/11/22  22:52:20
11313         Log: Be clean.
11314      Branch: perl
11315            ! Makefile.SH
11316 ____________________________________________________________________________
11317 [  7821] By: jhi                                   on 2000/11/22  22:46:39
11318         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
11319              by Damian Conway, as suggested by Paul Marquess.
11320      Branch: perl
11321            + lib/Filter/Simple.pm
11322 ____________________________________________________________________________
11323 [  7820] By: jhi                                   on 2000/11/22  22:45:51
11324         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
11325      Branch: perl
11326            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
11327            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
11328            + t/lib/filt-util.t
11329            ! MANIFEST
11330 ____________________________________________________________________________
11331 [  7819] By: jhi                                   on 2000/11/22  22:03:27
11332         Log: Integrate perlio.
11333      Branch: perl
11334           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
11335           !> win32/makefile.mk
11336 ____________________________________________________________________________
11337 [  7818] By: jhi                                   on 2000/11/22  21:56:02
11338         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
11339      Branch: perl
11340            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
11341            ! t/lib/io_sock.t
11342 ____________________________________________________________________________
11343 [  7817] By: jhi                                   on 2000/11/22  21:39:49
11344         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
11345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11346              Date: Wed, 22 Nov 2000 16:08:12 -0500
11347              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
11348      Branch: perl
11349            ! lib/ExtUtils/Liblist.pm
11350 ____________________________________________________________________________
11351 [  7816] By: jhi                                   on 2000/11/22  21:38:25
11352         Log: Go ahead and #include <unistd.h> in perl.h.
11353      Branch: perl
11354            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
11355            ! util.c
11356 ____________________________________________________________________________
11357 [  7815] By: jhi                                   on 2000/11/22  21:22:52
11358         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
11359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11360              Date: Mon, 20 Nov 2000 18:30:52 -0500
11361              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
11362      Branch: perl
11363            ! pod/perlre.pod regcomp.c t/op/re_tests
11364 ____________________________________________________________________________
11365 [  7814] By: jhi                                   on 2000/11/22  21:21:46
11366         Log: Subject: [PATCH 5.7.0] Liblist finally works
11367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11368              Date: Tue, 21 Nov 2000 22:02:17 -0500
11369              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
11370      Branch: perl
11371            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
11372            ! lib/ExtUtils/MakeMaker.pm
11373 ____________________________________________________________________________
11374 [  7813] By: jhi                                   on 2000/11/22  21:20:23
11375         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
11376              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11377              Date: Wed, 22 Nov 2000 17:53:15 +0100
11378              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
11379              
11380              AIX dynaloader and perlio patch.
11381      Branch: perl
11382            ! ext/DynaLoader/dl_aix.xs
11383 ____________________________________________________________________________
11384 [  7812] By: jhi                                   on 2000/11/22  21:17:52
11385         Log: (Accidentally empty patch.)
11386      Branch: perl
11387            ! av.c
11388 ____________________________________________________________________________
11389 [  7811] By: jhi                                   on 2000/11/22  21:16:31
11390         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
11391              From: Peter Prymmer <pvhp@forte.com>
11392              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
11393              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
11394      Branch: perl
11395            ! vms/test.com
11396 ____________________________________________________________________________
11397 [  7810] By: jhi                                   on 2000/11/22  21:15:36
11398         Log: Subject: Re: perl@7777 
11399              From: "John P. Linderman" <jpl@research.att.com>
11400              Date: Wed, 22 Nov 2000 13:11:11 -0500
11401              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
11402              
11403              Detypoing.
11404      Branch: perl
11405            ! lib/CPAN.pm
11406 ____________________________________________________________________________
11407 [  7809] By: jhi                                   on 2000/11/22  21:14:19
11408         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
11409              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11410              Date:     Wed, 22 Nov 2000 13:51:37 EST
11411              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
11412      Branch: perl
11413            ! perlsdio.h
11414 ____________________________________________________________________________
11415 [  7808] By: jhi                                   on 2000/11/22  21:13:27
11416         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
11417              From: Casey Tweten <crt@kiski.net>
11418              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
11419              Message-Id: <200011201653.LAA10194@home.kiski.net>
11420      Branch: perl
11421            ! t/lib/io_udp.t
11422 ____________________________________________________________________________
11423 [  7807] By: jhi                                   on 2000/11/22  21:12:35
11424         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
11425              From: Casey Tweten <crt@kiski.net>
11426              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
11427              Message-Id: <200011201636.LAA07227@home.kiski.net>
11428      Branch: perl
11429            ! t/lib/io_sock.t
11430 ____________________________________________________________________________
11431 [  7806] By: jhi                                   on 2000/11/22  21:10:59
11432         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
11433              From: "Casey R. Tweten" <crt@kiski.net>
11434              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
11435              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
11436      Branch: perl
11437            ! utils/h2xs.PL
11438 ____________________________________________________________________________
11439 [  7805] By: nick                                  on 2000/11/22  21:05:06
11440         Log: Integrate mainline
11441      Branch: perlio
11442           !> Changes Porting/genlog ext/DB_File/DB_File.xs
11443           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
11444           !> utils/perlbug.PL
11445 ____________________________________________________________________________
11446 [  7804] By: jhi                                   on 2000/11/22  21:01:12
11447         Log: Subject: [PATCH] Test.pm POD peculiarity
11448              From: "Casey R. Tweten" <crt@kiski.net>
11449              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
11450              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
11451      Branch: perl
11452            ! lib/Test.pm
11453 ____________________________________________________________________________
11454 [  7803] By: jhi                                   on 2000/11/22  20:59:59
11455         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
11456              From: "Philip Newton" <pnewton@gmx.de>
11457              Date: Wed, 22 Nov 2000 14:25:53 +0100
11458              Message-Id: <3A1BD771.25462.1939FAD@localhost>
11459              
11460              Be case-understanding also on 's', and use the -oi of sendmail
11461              not to terminate the transmission on a lone '.'.
11462      Branch: perl
11463            ! utils/perlbug.PL
11464 ____________________________________________________________________________
11465 [  7802] By: nick                                  on 2000/11/22  20:51:42
11466         Log: Win32 PerlIO intermediate state now working as expected.
11467              - In current state we are still using C runtime in text/binary
11468              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
11469              - PERLIO=stdio and PERLIO=unix pass all expected tests.
11470              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
11471              and PerlIO_seek() and the dummy crlf layer is not making adjustments
11472              for CRLF translation happening in C runtime. All other tests pass.
11473              
11474              Added note to README.win32 to point out the snags of doing a perl build
11475              with Norton AntiVirus turned on.
11476              
11477              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
11478              which file a fail comes from.
11479              
11480              Updated "canned" config.h to match the one generated.
11481      Branch: perlio
11482            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
11483            ! win32/makefile.mk
11484 ____________________________________________________________________________
11485 [  7801] By: jhi                                   on 2000/11/22  06:50:20
11486         Log: Nickety nits.
11487      Branch: perl
11488            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
11489 ____________________________________________________________________________
11490 [  7800] By: jhi                                   on 2000/11/22  01:29:55
11491         Log: Changes had accidentally gone too silent on non-main branches.
11492      Branch: perl
11493            ! Changes Porting/genlog patchlevel.h
11494 ____________________________________________________________________________
11495 [  7799] By: gsar                                  on 2000/11/22  01:02:56
11496         Log: some lib_pm.PL changes snuck in via change#7772
11497      Branch: maint-5.6/perl
11498            ! Makefile.SH
11499 ____________________________________________________________________________
11500 [  7798] By: nick                                  on 2000/11/21  21:59:40
11501         Log: Integrate mainline
11502      Branch: perlio
11503           !> (integrate 28 files)
11504 ____________________________________________________________________________
11505 [  7797] By: jhi                                   on 2000/11/21  21:01:45
11506         Log: Integrate perlio.
11507      Branch: perl
11508           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
11509 ____________________________________________________________________________
11510 [  7796] By: nick                                  on 2000/11/21  20:36:22
11511         Log: Win32 builds and runs (mostly) with USE_PERLIO.
11512              PERLIO=perlio passes all tests. 
11513              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
11514      Branch: perlio
11515            ! perlio.c win32/perllib.c win32/win32.c
11516 ____________________________________________________________________________
11517 [  7795] By: jhi                                   on 2000/11/21  19:03:44
11518         Log: Update Changes.
11519      Branch: perl
11520            ! Changes patchlevel.h
11521 ____________________________________________________________________________
11522 [  7794] By: jhi                                   on 2000/11/21  18:56:34
11523         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
11524              From: "Craig A. Berry" <craigberry@mac.com>
11525              Date: Mon, 20 Nov 2000 20:27:06 -0600
11526              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
11527              
11528              A cut-and-pasto.
11529      Branch: perl
11530            ! perlio.h
11531 ____________________________________________________________________________
11532 [  7793] By: jhi                                   on 2000/11/21  18:54:41
11533         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
11534              From: Dominic Dunlop <domo@computer.org> 
11535              Date: Mon, 20 Nov 2000 18:55:29 +0100
11536              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
11537              
11538              va_copy() and the need of it.
11539              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
11540      Branch: metaconfig/U/perl
11541            + need_va_copy.U
11542      Branch: perl
11543            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11544            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
11545            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
11546            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11547            ! win32/config.bc win32/config.gc win32/config.vc
11548 ____________________________________________________________________________
11549 [  7792] By: jhi                                   on 2000/11/21  17:04:10
11550         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
11551      Branch: perl
11552           !> scope.h
11553 ____________________________________________________________________________
11554 [  7791] By: jhi                                   on 2000/11/21  17:01:16
11555         Log: Export the SOCKS workaround symbols only if necessary.
11556      Branch: perl
11557            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
11558 ____________________________________________________________________________
11559 [  7790] By: nick                                  on 2000/11/20  23:57:11
11560         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
11561      Branch: perlio
11562            ! scope.h
11563 ____________________________________________________________________________
11564 [  7789] By: nick                                  on 2000/11/20  23:38:33
11565         Log: Integrate mainline
11566      Branch: perlio
11567           +> lib/File/Spec/Epoc.pm
11568           !> (integrate 34 files)
11569 ____________________________________________________________________________
11570 [  7788] By: nick                                  on 2000/11/20  23:20:18
11571         Log: Make extra buffer layer work (dummy crlf layer)
11572      Branch: perlio
11573            ! doio.c perlio.c perlio.h
11574 ____________________________________________________________________________
11575 [  7787] By: jhi                                   on 2000/11/20  22:44:04
11576         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
11577              From: Peter Prymmer <pvhp@forte.com>
11578              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
11579              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
11580      Branch: perl
11581            ! t/pragma/locale.t
11582 ____________________________________________________________________________
11583 [  7786] By: jhi                                   on 2000/11/20  22:29:10
11584         Log: Subject: DOC PATCH 5.6.0 perlreftut
11585              From: mjd@plover.com
11586              Date: 20 Nov 2000 19:45:06 -0000
11587              Message-ID: <20001120194506.9505.qmail@plover.com>
11588      Branch: perl
11589            ! pod/perlreftut.pod
11590 ____________________________________________________________________________
11591 [  7785] By: jhi                                   on 2000/11/20  22:27:44
11592         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
11593              From: David Dyck <dcd@tc.fluke.com>
11594              Date: Mon, 20 Nov 2000 11:43:40 -0800
11595              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
11596      Branch: perl
11597            ! lib/Cwd.pm
11598 ____________________________________________________________________________
11599 [  7784] By: jhi                                   on 2000/11/20  22:23:21
11600         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
11601              Date: Mon, 20 Nov 2000 17:06:10 -0500
11602              To: Mailing list Perl5 <perl5-porters@perl.org>
11603              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
11604      Branch: perl
11605            ! pp_ctl.c t/op/pat.t
11606 ____________________________________________________________________________
11607 [  7783] By: jhi                                   on 2000/11/20  22:11:18
11608         Log: Subject: [PATCH] doop.c - UTF8 tr///               
11609              From: Simon Cozens <simon@cozens.net>
11610              Date: Sat, 18 Nov 2000 18:49:30 +0000
11611              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
11612              
11613              Subject: Re: [PATCH] doop.c - UTF8 tr///           
11614              From: Simon Cozens <simon@cozens.net>
11615              Date: Mon, 20 Nov 2000 20:45:22 +0000
11616              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
11617              
11618              Make tr on UTF-8 better but still not correct.
11619      Branch: perl
11620            ! doop.c
11621 ____________________________________________________________________________
11622 [  7782] By: jhi                                   on 2000/11/20  22:02:16
11623         Log: Remove the shared object before attempting to create
11624              (by linking) a new one.  E.g. in AIX not removing
11625              becomes quite painful if one tries to do more than one
11626              build in the same tree (an interrupted build, for example),
11627              since the AIX' shared dynaloader seemingly keeps the shared
11628              objects open and therefore 'busy' for quite a while, even when
11629              nobody is using the objects, leading into link failures.
11630      Branch: perl
11631            ! lib/ExtUtils/MM_Unix.pm
11632 ____________________________________________________________________________
11633 [  7781] By: gsar                                  on 2000/11/20  19:02:55
11634         Log: type mismatch due to faulty integration
11635      Branch: maint-5.6/perl
11636            ! toke.c win32/Makefile
11637 ____________________________________________________________________________
11638 [  7780] By: gsar                                  on 2000/11/20  17:31:55
11639         Log: integrate changes#6392,6394..6399,6401..6404
11640              
11641              The {multiplier} of a fixed substring was overlooked which
11642              caused a wrong initial search offset for that substring.
11643              
11644              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
11645              From: Hugo <hv@crypt.compulink.co.uk>
11646              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
11647              Date: Thu, 13 Jul 2000 19:27:13 +0100
11648              
11649              Fix the BOM bug: not a byteorder bug, a signedness bug.
11650              
11651              Replace change #6337 with a better one.
11652              
11653              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
11654              From: Hugo <hv@crypt.compulink.co.uk>
11655              Date: Fri, 14 Jul 2000 04:16:20 +0100
11656              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
11657              
11658              MakeMaker should not remove editor backups (*~) on `make clean`
11659              by default (completes change#6383)
11660              
11661              move new variables to the end of the interpreter structure (for
11662              bincompat in code that doesn't #include XSUB.h)
11663              
11664              rename totally bletcherous SvLOCK() thingy (doesn't do what the
11665              name suggests anyway)
11666              
11667              various cleanups (typos, misformatted code, and small bugs)
11668              
11669              typecasts needed for change#6394
11670              
11671              typos in change#6399, regen headers
11672              
11673              inconsistent types needs casts
11674              
11675              PERL_OBJECT build tweaks
11676      Branch: maint-5.6/perl
11677           !> MANIFEST doop.c embed.h embed.pl embedvar.h
11678           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
11679           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
11680           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
11681           !> toke.c util.c
11682 ____________________________________________________________________________
11683 [  7779] By: gsar                                  on 2000/11/20  17:06:29
11684         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
11685              
11686              Cosmetics and perldelta.
11687              
11688              Fix nits noticed by Boston.pm.
11689              
11690              Do the cc sanity check both before the hints and
11691              after the cc selction.
11692              
11693              get sprintf.t to adjust properly for 3-digit exponents
11694              
11695              don't clobber *.orig files on *clean targets
11696              
11697              fix bugs in processing %v-*d and similar format specs (from
11698              Avi Finkel <avi@finkel.org>)
11699              
11700              sprintf test tweaks (from Dominic Dunlop)
11701              
11702              new selfloader.t in change#6183 doesn't close DATA handles,
11703              and thus fails to clean up tmp files on dosish platforms
11704              
11705              typos (spotted by Peter Prymmer)
11706              
11707              typo fix from Craig Berry
11708      Branch: maint-5.6/perl
11709           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
11710           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
11711           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
11712           !> x2p/Makefile.SH
11713 ____________________________________________________________________________
11714 [  7778] By: gsar                                  on 2000/11/20  16:46:51
11715         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
11716              
11717              Subject: Re: format bug report  [Patch]
11718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11719              Date: Wed, 05 Jul 2000 13:12:52 +0200
11720              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
11721              
11722              Subject: Re: format bug report  [Patch]
11723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11724              Date: Wed, 05 Jul 2000 14:10:01 +0200
11725              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
11726              
11727              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
11728              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11729              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
11730              Date: Fri, 07 Jul 2000 17:57:16 +0100
11731              
11732              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
11733              To: perl5-porters@perl.org
11734              From: Karsten Sperling <spiff@phreax.net>
11735              Date: Mon, 10 Jul 2000 15:12:52 +0200
11736              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
11737              
11738              README.posix-bc podified from Thomas Dorner.
11739              
11740              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
11741              From: Dominic Dunlop <domo@computer.org>
11742              Date: Tue, 11 Jul 2000 12:27:33 +0200
11743              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
11744              
11745              Typo in #6341.
11746              
11747              Fix for
11748              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
11749              From: Roderick Schertler <roderick@argon.org>
11750              Date: Tue, 11 Jul 2000 13:55:05 -0400
11751              Message-Id: <200007111755.NAA05077@jones.argon.org>
11752              
11753              Minor cleanups on the booklist.
11754              
11755              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
11756              regen perltoc.
11757              
11758              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
11759      Branch: maint-5.6/perl
11760           +> pod/perlbook.pod
11761           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
11762           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
11763           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
11764 ____________________________________________________________________________
11765 [  7777] By: jhi                                   on 2000/11/20  16:08:49
11766         Log: Update Changes.
11767      Branch: perl
11768            ! Changes patchlevel.h
11769 ____________________________________________________________________________
11770 [  7776] By: jhi                                   on 2000/11/20  15:27:56
11771         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
11772              This may be overly harsh but until proven otherwise, we think this
11773              way, or until we have a simple test for Configure (having to start
11774              up servers is does not count as simple) to check for the problems.
11775      Branch: perl
11776            ! perl.h
11777 ____________________________________________________________________________
11778 [  7775] By: jhi                                   on 2000/11/20  15:22:17
11779         Log: Solaris hints tweaks.
11780      Branch: perl
11781            ! hints/solaris_2.sh
11782 ____________________________________________________________________________
11783 [  7774] By: jhi                                   on 2000/11/20  15:01:20
11784         Log: Add a workaround to SOCKS 64-bit problems.
11785      Branch: perl
11786            ! doio.c embed.h embed.pl perlsdio.h proto.h
11787 ____________________________________________________________________________
11788 [  7773] By: jhi                                   on 2000/11/20  14:51:47
11789         Log: sysseek() instead of seek().
11790      Branch: perl
11791            ! t/lib/syslfs.t
11792 ____________________________________________________________________________
11793 [  7772] By: gsar                                  on 2000/11/20  13:06:23
11794         Log: integrate changes#6315..6319,6321..6331,6333..6338
11795              
11796              Integrate with Sarathy, preliminary fix for unicos
11797              alignment problems in [ID 20000612.002] Perl problem on Cray system.
11798              
11799              some debugger output does not go to the socket when RemotePort is set
11800              
11801              winsock cleanup never done on Windows (leads to handle leaks)
11802              
11803              fix UNC path handling on Windows under ithreads, and chdir()
11804              return value when given a non-existent directory
11805              
11806              Autogenerate pod/Makefile and pod/buildtoc.
11807              buildtoc also checks whether the existin pods are
11808              mentioned in MANIFEST and perl.pod, and vice versa.
11809              (None of the thusly found discrepancies fixed yet.)
11810              roffitall also needs to be autogenerated similarly but it
11811              seems so badly out of date that I didn't touch it yet.
11812              
11813              Config is being used.
11814              
11815              Add =head1 NAMEs so that buildtoc is happy.
11816              (The CGI::Util nit reported to Lincoln.)
11817              
11818              Fix complaints of buildtoc.
11819              
11820              Fix the alignment problem in Crays ([ID 20000612.002]).
11821              
11822              Remove perlbook, update perlfaq book listing,
11823              rearrange perl.pod, regenerate perltoc.
11824              
11825              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
11826              was cast to an unsigned (32-bit) integer with wild abandon.
11827              
11828              winsock options weren't being set in all threads under ithreads
11829              (caused send()s from second and subsequent threads to fail)
11830              
11831              accept() leaks memory on windows due to incorrect ordering of
11832              closesocket() and fclose() calls
11833              
11834              Reorder perl.pod once more.
11835              
11836              More POSIX.pod tweaks.
11837              
11838              Sprinkle ldlibpath.
11839              
11840              Precedence goof, fix based on
11841              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
11842              From: Hugo <hv@crypt.compulink.co.uk>
11843              Date: Tue, 11 Jul 2000 12:52:38 +0100
11844              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
11845              
11846              Subject: PATCH perlguts.pod: Document D and d magic types
11847              From: mjd@plover.com
11848              Date: 5 Jul 2000 18:01:51 -0000
11849              Message-ID: <20000705180151.29413.qmail@plover.com>
11850              
11851              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
11852              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
11853              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
11854              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
11855              
11856              Subject: [PATCH cfgperl] $& segfaults if you trick it
11857              From: simon@brecon.co.uk (Simon Cozens)
11858              Date: 7 Jul 2000 11:26:09 GMT
11859              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
11860              
11861              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
11862              From: Hugo <hv@crypt.compulink.co.uk>
11863              Date: Tue, 11 Jul 2000 12:44:50 +0100
11864              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
11865              
11866              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
11867              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11868              Date: Tue, 11 Jul 2000 13:50:51 +0100
11869              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
11870      Branch: maint-5.6/perl
11871           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
11872           +> pod/buildtoc.PL
11873            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
11874           !> (integrate 26 files)
11875 ____________________________________________________________________________
11876 [  7771] By: gsar                                  on 2000/11/20  12:31:42
11877         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
11878              6310,6311,6314
11879              
11880              Subject: [PATCH bleedperl] File::Spec 0.82 beta
11881              From: Barrie Slaymaker <barries@jester.slaysys.com>
11882              Date: Wed, 28 Jun 2000 11:35:29 -0400
11883              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
11884              
11885              tweak perlembed for multiplicity/usethreads sanity; correct notes
11886              about Windows
11887              
11888              localize %INC in a Safe compartment so that use/require work
11889              (many other magic globals probably need similar treatment)
11890              
11891              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
11892              when @_ is modified, causing coredumps
11893              
11894              slurp mode fix in change#4736 still not quite right
11895              
11896              Point to perlipc for more SysV IPC examples.
11897              
11898              Elaborate POSIX.pod.  Still needs work.
11899              
11900              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
11901              
11902              fix large memory leak that has been around for ever, masked by
11903              -DPURIFY (most of the arenas were never freed!)
11904              
11905              fix memory leak on Windows (PL_sys_intern contents were never
11906              freed)
11907              
11908              PERL_OBJECT build tweak
11909              
11910              adjust change#6299
11911              
11912              remove rel2abs prototypes (from Barrie Slaymaker)
11913              
11914              missing perldiag entry for unpack("w",...) diagnostic (from
11915              Andreas Koenig)
11916              
11917              better diagnostic on Frob->stuff() when Frob:: doesn't exist
11918              (from Richard Soderberg <rs@oregonnet.com>)
11919              
11920              Win32 patches for cfgperl from Sarathy.
11921              
11922              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
11923              
11924              More POSIX.pod embellishment.
11925              
11926              tyop in change#6306
11927      Branch: maint-5.6/perl
11928           !> (integrate 44 files)
11929 ____________________________________________________________________________
11930 [  7770] By: gsar                                  on 2000/11/20  11:51:00
11931         Log: integrate changes#6268..6282 from cfgperl branch
11932              
11933              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
11934              From: Dominic Dunlop <domo@computer.org>
11935              Date: Thu, 29 Jun 2000 12:32:39 +0200
11936              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
11937              
11938              Regen headers for #6261 (and update embed.pl for this) and #6267,
11939              silence few compiler warnings.
11940              
11941              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
11942              From: Nicholas Clark <nick@talking.bollo.cx>
11943              Date: Fri, 23 Jun 2000 16:21:15 +0100
11944              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
11945              
11946              Subject: PATCH pod/perltie.pod
11947              From: Ian Phillipps <Ian.Phillipps@iname.com>
11948              Date: Fri, 16 Jun 2000 00:17:19 +0100
11949              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
11950              (only the first hunk, the second hunk had already been done
11951              by some other patch)
11952              
11953              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
11954              From: Tom Phoenix <rootbeer@redcat.com>
11955              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
11956              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
11957              
11958              Subject: [PATCH] xsub attributes
11959              From: Doug MacEachern <dougm@covalent.net>
11960              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
11961              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
11962              
11963              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
11964              From: Andy Dougherty <doughera@lafayette.edu>
11965              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
11966              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
11967              
11968              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
11969              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11970              Date: Tue, 13 Jun 2000 02:43:48 -0500
11971              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
11972              
11973              Subject: [PATCH] Re: eval documentation: context
11974              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11975              Date: Mon, 12 Jun 2000 15:07:29 +0100
11976              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
11977              
11978              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
11979              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11980              Date: Mon, 12 Jun 2000 14:55:59 +0100
11981              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
11982              
11983              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
11984              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
11985              Date: Fri, 09 Jun 2000 12:39:27 -0400
11986              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
11987              (plus update the version "number" of Text::Wrap)
11988              
11989              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
11990              From: Tim Ayers <tayers@bridge.com>
11991              Date: Thu, 08 Jun 2000 08:11:06 +0200
11992              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
11993              [resent by Richard Foley, Message-Id probably wrong]
11994              
11995              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
11996              From: rspier@pobox.com (Robert Spier)
11997              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
11998              Message-ID: <14654.31913.845602.610277@rls.cx>
11999              
12000              Subject: [PATCH 5.6.0] utils/h2xs.PL
12001              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12002              Date: Wed, 7 Jun 2000 04:02:04 -0500
12003              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
12004              
12005              Subject: [PATCH 5.6.0]ITHREADs for VMS
12006              From: Dan Sugalski <dan@sidhe.org>
12007              Date: Tue, 06 Jun 2000 11:59:50 -0400
12008              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
12009      Branch: maint-5.6/perl
12010           !> (integrate 31 files)
12011 ____________________________________________________________________________
12012 [  7769] By: gsar                                  on 2000/11/20  11:29:06
12013         Log: integrate changes#6261..6266 from cfgperl
12014              
12015              Subject: Re: [PATCH cfgperl] BOMs away!
12016              From: simon@brecon.co.uk (Simon Cozens)
12017              Date: 17 Jun 2000 11:49:57 GMT
12018              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
12019              
12020              Subject: 5.6.0 Patch for EPOC
12021              From: Olaf Flebbe <o.flebbe@gmx.de>
12022              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
12023              Message-ID: <23449.960929969@www11.gmx.net>
12024              
12025              tr fixes from Simon Cozens
12026              
12027              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
12028              From: Marty Lucich <marty@netcom.com>
12029              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
12030              Message-Id: <200006282116.OAA11148@netcom.com>
12031              ccdlflags update (the BSD/OS 4.1 part had already been taken
12032              care of by #6141).
12033              
12034              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
12035              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12036              Date: Wed, 28 Jun 2000 17:50:12 -0700
12037              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
12038              
12039              Subject: [PATCH 5.6.0] cygwin port
12040              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
12041              From: "Fifer, Eric" <EFifer@sanwaint.com>
12042              Date: Thu, 29 Jun 2000 12:58:29 +0100
12043      Branch: maint-5.6/perl
12044           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
12045           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
12046           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12047           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
12048 ____________________________________________________________________________
12049 [  7768] By: gsar                                  on 2000/11/20  11:13:44
12050         Log: integrate changes#6252..6256,6259..6260
12051              
12052              Paranoia tweak on #6249.
12053              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
12054              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
12055              Date: Sun, 25 Jun 2000 23:43:12 -0400
12056              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
12057              
12058              Subject: tr///, help wanted.
12059              From: simon@brecon.co.uk (Simon Cozens)
12060              Date: 28 Jun 2000 11:29:04 GMT
12061              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
12062              
12063              small thinko tweaks
12064              
12065              tweaks from Simon Conzes to further fix tr/// under utf8
12066              
12067              perlnewmod was missing from MANIFEST.
12068              
12069              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
12070              From: simon@brecon.co.uk (Simon Cozens)
12071              Date: 17 Jun 2000 11:56:44 GMT
12072              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
12073              pack U0, pack C0
12074      Branch: maint-5.6/perl
12075           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
12076           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
12077           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
12078           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
12079 ____________________________________________________________________________
12080 [  7767] By: gsar                                  on 2000/11/20  10:51:38
12081         Log: integrate change#6250 from cfgperl
12082              
12083              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
12084              From: Doug MacEachern <dougm@covalent.net>
12085              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
12086              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
12087      Branch: maint-5.6/perl
12088           +> t/op/my_stash.t
12089           !> MANIFEST embed.pl global.sym proto.h toke.c
12090 ____________________________________________________________________________
12091 [  7766] By: gsar                                  on 2000/11/20  10:48:34
12092         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
12093              
12094              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
12095              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
12096              Date: Mon, 26 Jun 2000 18:40:14 +0100
12097              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
12098              
12099              Subject: [PATCH] bytes<->utf8 fixes
12100              From: simon@brecon.co.uk (Simon Cozens)
12101              Date: 26 Jun 2000 04:55:45 GMT
12102              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
12103              
12104              Subject: [PATCH] is_utf8_string
12105              From: simon@brecon.co.uk (Simon Cozens)
12106              Date: 26 Jun 2000 02:25:59 GMT
12107              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
12108              
12109              Subject: [PATCH] avoid mg_ptr in '*' magic
12110              From: Doug MacEachern <dougm@covalent.net>
12111              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
12112              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
12113              
12114              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
12115              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
12116              Date: Sat, 24 Jun 2000 13:06:20 +0100
12117              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
12118              
12119              Allow for standalone testing.
12120              
12121              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
12122              From: Mark-Jason Dominus <mjd@plover.com>
12123              Date: Tue, 27 Jun 2000 22:36:42 -0400
12124              Message-ID: <20000628023642.12166.qmail@plover.com>
12125              
12126              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
12127              From: Frank Tobin <ftobin@uiuc.edu>
12128              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
12129              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
12130      Branch: maint-5.6/perl
12131           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
12132           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
12133           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
12134           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
12135           !> utf8.c utils/h2xs.PL
12136 ____________________________________________________________________________
12137 [  7765] By: gsar                                  on 2000/11/20  10:29:13
12138         Log: integrate change#6239 from cfgperl
12139              
12140              Configure maintenance.  Sever some dependency cycles,
12141              separate gccversion from the cc unit,
12142              address [ID 20000623.006] Configure script patch for using gcc on AIX
12143              (but solve it a little bit differently),
12144              unduplex some accidentally duplicated units,
12145              suggest using gcc if no cc available
12146              (p5p thread: "Solaris configure: counterproposal", 1999-09)
12147      Branch: maint-5.6/perl
12148           !> Configure Todo-5.6 config_h.SH
12149 ____________________________________________________________________________
12150 [  7764] By: gsar                                  on 2000/11/20  10:25:55
12151         Log: integrate changes#6233..6238 from cfgperl
12152              
12153              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
12154              From: Mark-Jason Dominus <mjd@plover.com>
12155              Date: Fri, 16 Jun 2000 20:53:04 -0400
12156              Message-ID: <20000617005304.8008.qmail@plover.com>
12157              
12158              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
12159              because when run as services (Win32ese for daemons)
12160              no environment variables are set and tmpdir ends up as /tmp,
12161              which is ambiguous.
12162              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
12163              From: matt@sergeant.org
12164              Date: 16 Jun 2000 16:30:43 -0000
12165              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
12166              
12167              The thread begun by
12168              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
12169              From: Kevin.Ruscoe@ubsw.com
12170              Date: Fri, 16 Jun 2000 16:38:51 +0100
12171              Message-Id: <H000019b03c300d6@MHS>
12172              
12173              Tweak embed.pl, regen headers.
12174              
12175              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
12176              From: Dan Sugalski <dan@sidhe.org>
12177              Date: Fri, 23 Jun 2000 17:00:00 -0400
12178              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
12179      Branch: maint-5.6/perl
12180           !> (integrate 27 files)
12181 ____________________________________________________________________________
12182 [  7763] By: gsar                                  on 2000/11/20  10:08:08
12183         Log: s/perl56delta/perldelta/g
12184      Branch: maint-5.6/perl
12185            ! pod/Makefile
12186 ____________________________________________________________________________
12187 [  7762] By: gsar                                  on 2000/11/20  10:04:00
12188         Log: integrate changes#6225,6229,6231,6232 from cfgperl
12189              
12190              Add source code filenames to apidoc.
12191              From: simon@brecon.co.uk (Simon Cozens)
12192              Subject: [PATCH embed.pl] Source X-ref
12193              Date: 22 Jun 2000 02:18:49 GMT
12194              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
12195              
12196              Subject: README.hpux version 0.6.1
12197              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
12198              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12199              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
12200              
12201              Subject: [PATCH 5.6.0] cygwin port
12202              From: "Fifer, Eric" <EFifer@sanwaint.com>
12203              Date: Tue, 20 Jun 2000 14:30:58 +0100
12204              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
12205              
12206              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
12207              From: simon@brecon.co.uk (Simon Cozens)
12208              Date: 19 Jun 2000 15:18:27 GMT
12209              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
12210              
12211              plus update pod/Makefile and regenerate perltoc
12212      Branch: maint-5.6/perl
12213           +> pod/perlutil.pod
12214           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
12215           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
12216 ____________________________________________________________________________
12217 [  7761] By: jhi                                   on 2000/11/20  04:09:55
12218         Log: Miraculous typo.
12219      Branch: perl
12220            ! t/op/pat.t
12221 ____________________________________________________________________________
12222 [  7760] By: jhi                                   on 2000/11/20  04:06:08
12223         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
12224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12225              Date: Sun, 19 Nov 2000 22:30:26 -0500
12226              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
12227      Branch: perl
12228            ! regexec.c scope.h t/op/pat.t
12229 ____________________________________________________________________________
12230 [  7759] By: jhi                                   on 2000/11/20  02:05:22
12231         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
12232      Branch: perl
12233            ! perl.h
12234 ____________________________________________________________________________
12235 [  7758] By: jhi                                   on 2000/11/20  01:58:11
12236         Log: Subject: [perl 7711: EPOC] updates
12237              From: Olaf Flebbe <o.flebbe@gmx.de>
12238              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
12239              Message-ID: <25575.974658810@www23.gmx.net>               
12240      Branch: perl
12241            + lib/File/Spec/Epoc.pm
12242            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
12243            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
12244            ! lib/File/Spec.pm perl.c sv.c
12245 ____________________________________________________________________________
12246 [  7757] By: jhi                                   on 2000/11/20  01:53:11
12247         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
12248      Branch: perl
12249            ! MANIFEST
12250 ____________________________________________________________________________
12251 [  7756] By: jhi                                   on 2000/11/20  01:47:22
12252         Log: Integrate perlio.
12253      Branch: perl
12254            - ext/re/hints/MSWin32.pl
12255           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
12256           !> win32/config.gc win32/config_H.gc win32/win32sck.c
12257 ____________________________________________________________________________
12258 [  7755] By: nick                                  on 2000/11/19  20:57:17
12259         Log: Add dummy crlf layer (just as buffer)
12260              Correct 1st bug - one layer of indirection.
12261      Branch: perlio
12262            ! perlio.c perlio.h perliol.h
12263 ____________________________________________________________________________
12264 [  7754] By: nick                                  on 2000/11/19  20:56:12
12265         Log: Work-round to Perl_deb_nocontext is no longer required
12266      Branch: perlio
12267            - ext/re/hints/MSWin32.pl
12268 ____________________________________________________________________________
12269 [  7753] By: nick                                  on 2000/11/19  20:01:16
12270         Log: diff -se shows these as different
12271      Branch: perlio
12272            ! global.sym pod/perlapi.pod
12273 ____________________________________________________________________________
12274 [  7752] By: nick                                  on 2000/11/19  18:57:30
12275         Log: Configure GCC/Win32 build -Duseperlio
12276              Fix a couple of gross issues
12277              - double-include of ../deb.o in re.dll
12278              - win32sck.c needs PerlIO and FILE 
12279      Branch: perlio
12280            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
12281            ! win32/win32sck.c
12282 ____________________________________________________________________________
12283 [  7751] By: nick                                  on 2000/11/19  17:05:36
12284         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
12285      Branch: perlio
12286            ! perlio.c
12287 ____________________________________________________________________________
12288 [  7750] By: nick                                  on 2000/11/19  16:57:14
12289         Log: Missing aTHX_
12290      Branch: perlio
12291            ! sv.c
12292 ____________________________________________________________________________
12293 [  7749] By: jhi                                   on 2000/11/19  16:28:40
12294         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
12295              From: "Peter J. Farley III" <pjfarley@banet.net>
12296              Date: Sun, 19 Nov 2000 01:42:58 -0500
12297              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
12298      Branch: perl
12299            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
12300 ____________________________________________________________________________
12301 [  7748] By: jhi                                   on 2000/11/19  16:08:10
12302         Log: Subject: podlators 1.05 available        
12303              From: Russ Allbery <rra@stanford.edu>   
12304              Date: 18 Nov 2000 22:04:28 -0800
12305              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
12306      Branch: perl
12307            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
12308 ____________________________________________________________________________
12309 [  7747] By: nick                                  on 2000/11/19  11:19:39
12310         Log: Integrate mainline
12311      Branch: perlio
12312           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
12313           !> util.c
12314 ____________________________________________________________________________
12315 [  7746] By: jhi                                   on 2000/11/19  06:42:22
12316         Log: Make hex scanning warn on "\x{x}" and "\xx".
12317              "\x" and and hex("x") are still valid.
12318      Branch: perl
12319            ! util.c
12320 ____________________________________________________________________________
12321 [  7745] By: nick                                  on 2000/11/18  22:52:28
12322         Log: Integrate mainline
12323      Branch: perlio
12324           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
12325           !> perl.h perlio.c proto.h regcomp.c regcomp.h
12326 ____________________________________________________________________________
12327 [  7744] By: jhi                                   on 2000/11/18  22:50:28
12328         Log: Introduce Perl_utf8_length().  Use it.
12329      Branch: perl
12330            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
12331 ____________________________________________________________________________
12332 [  7743] By: jhi                                   on 2000/11/18  22:38:51
12333         Log: Compiler denit.
12334      Branch: perl
12335            ! perlio.c
12336 ____________________________________________________________________________
12337 [  7742] By: jhi                                   on 2000/11/18  20:33:05
12338         Log: Integrate perlio.
12339      Branch: perl
12340           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
12341           !> perlio.h pp_ctl.c pp_sys.c sv.c
12342 ____________________________________________________________________________
12343 [  7741] By: jhi                                   on 2000/11/18  20:31:27
12344         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
12345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12346              Date: Fri, 17 Nov 2000 20:35:11 -0500
12347              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
12348              
12349              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
12350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12351              Date: Fri, 17 Nov 2000 21:03:47 -0500
12352              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
12353              
12354              Plus a little bit of tweaking in pregcomp().
12355      Branch: perl
12356            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
12357 ____________________________________________________________________________
12358 [  7740] By: nick                                  on 2000/11/18  20:17:22
12359         Log: Lexical use open ... support:
12360              add ->cop_io to COP structure in cop.h.
12361              Make mg.c and gv.c associate it with ${^OPEN}.
12362              Make lib/open.pm set it.
12363              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
12364              manner similar to ->cop_warnings.
12365              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
12366              call new PerlIO_apply_layers().
12367              Declare latter in perlio.h and define in perlio.c
12368      Branch: perlio
12369            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
12370            ! perlio.h pp_ctl.c pp_sys.c sv.c
12371 ____________________________________________________________________________
12372 [  7739] By: jhi                                   on 2000/11/18  19:54:00
12373         Log: Integrate perlio.
12374      Branch: perl
12375           !> doio.c perlio.c pp.c
12376 ____________________________________________________________________________
12377 [  7738] By: jhi                                   on 2000/11/18  17:16:13
12378         Log: Subject: [PATCH 5.7.0] etags broken again
12379              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12380              Date: Sat, 18 Nov 2000 02:41:36 -0500
12381              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
12382      Branch: perl
12383            ! emacs/ptags
12384 ____________________________________________________________________________
12385 [  7737] By: jhi                                   on 2000/11/18  17:12:18
12386         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
12387      Branch: perl
12388            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12389 ____________________________________________________________________________
12390 [  7736] By: nick                                  on 2000/11/18  14:06:20
12391         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
12392              part to be isolated.
12393      Branch: perlio
12394            ! doio.c perlio.c
12395 ____________________________________________________________________________
12396 [  7735] By: nick                                  on 2000/11/18  11:03:32
12397         Log: Integrate mainline
12398      Branch: perlio
12399           !> Changes README.amiga README.win32 patchlevel.h
12400           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
12401 ____________________________________________________________________________
12402 [  7734] By: jhi                                   on 2000/11/18  01:18:56
12403         Log: Update Changes.
12404      Branch: perl
12405            ! Changes patchlevel.h
12406 ____________________________________________________________________________
12407 [  7733] By: jhi                                   on 2000/11/18  00:32:54
12408         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
12409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12410              Date: Fri, 17 Nov 2000 17:28:02 -0500
12411              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
12412      Branch: perl
12413            ! regcomp.c regexec.c t/op/re_tests
12414 ____________________________________________________________________________
12415 [  7732] By: jhi                                   on 2000/11/18  00:28:56
12416         Log: Sparc 64-bit pack() fix from Jens Hamisch.
12417      Branch: perl
12418            ! pp.c
12419 ____________________________________________________________________________
12420 [  7731] By: jhi                                   on 2000/11/18  00:18:39
12421         Log: Explain in more detail the {} syntax ambiguousity.
12422              
12423              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
12424              From: Nicholas Clark <nick@ccl4.org>
12425              Date: Fri, 17 Nov 2000 22:10:28 +0000
12426              Message-ID: <20001117221028.A88930@plum.flirble.org>
12427      Branch: perl
12428            ! pod/perlfunc.pod
12429 ____________________________________________________________________________
12430 [  7730] By: jhi                                   on 2000/11/18  00:12:18
12431         Log: Subject: Fix for README.amiga (20000323.033)
12432              From: "Stephen P. Potter" <spp@spotter.yi.org>
12433              Date: Fri, 17 Nov 2000 12:25:51 -0500
12434              Message-Id: <200011171725.MAA05768@spotter.yi.org>
12435      Branch: perl
12436            ! README.amiga
12437 ____________________________________________________________________________
12438 [  7729] By: jhi                                   on 2000/11/18  00:08:34
12439         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
12440              From: "A. C. Yardley" <yardley@tanet.net>
12441              Date: Mon, 3 Apr 2000 11:35:33 -0700
12442              Message-ID: <3483.000403@tanet.net>
12443      Branch: perl
12444            ! README.win32
12445 ____________________________________________________________________________
12446 [  7728] By: nick                                  on 2000/11/17  21:59:47
12447         Log: Integrate mainline
12448      Branch: perlio
12449           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
12450           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
12451           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
12452           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
12453 ____________________________________________________________________________
12454 [  7727] By: nick                                  on 2000/11/17  21:56:31
12455         Log: Experiment on use of attributes.pm interface.
12456              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
12457              SVt_PVRV if not already something better (else vivify of say magic gets
12458              core dump).
12459      Branch: perlio
12460            ! perlio.c pp.c
12461 ____________________________________________________________________________
12462 [  7726] By: jhi                                   on 2000/11/17  14:15:49
12463         Log: Subject: Fix for 20000815.006
12464              From: "Stephen P. Potter" <spp@spotter.yi.org>
12465              Date: Fri, 17 Nov 2000 08:57:45 -0500
12466              Message-Id: <200011171357.IAA05122@spotter.yi.org>
12467              
12468              It's really 20000518.006.
12469      Branch: perl
12470            ! pod/perlmodlib.PL
12471 ____________________________________________________________________________
12472 [  7725] By: jhi                                   on 2000/11/17  14:12:31
12473         Log: Subject: Fix for 20000409.001
12474              From: "Stephen P. Potter" <spp@spotter.yi.org>
12475              Date: Fri, 17 Nov 2000 08:55:45 -0500
12476              Message-Id: <200011171355.IAA05104@spotter.yi.org>
12477      Branch: perl
12478            ! pod/perlfaq9.pod
12479 ____________________________________________________________________________
12480 [  7724] By: jhi                                   on 2000/11/17  14:08:58
12481         Log: Undo #7627 now that we have =head3.
12482      Branch: perl
12483            ! pod/perlhack.pod
12484 ____________________________________________________________________________
12485 [  7723] By: jhi                                   on 2000/11/17  14:04:09
12486         Log: As surmised the #7719 wasn't a good move.
12487      Branch: perl
12488            ! hints/solaris_2.sh
12489 ____________________________________________________________________________
12490 [  7722] By: jhi                                   on 2000/11/17  13:59:04
12491         Log: Also the 64bitall hints can be either here or there.
12492      Branch: perl
12493            ! hints/solaris_2.sh
12494 ____________________________________________________________________________
12495 [  7721] By: jhi                                   on 2000/11/17  02:26:23
12496         Log: Test tweak for the open pragma.
12497      Branch: perl
12498            ! t/lib/b.t
12499 ____________________________________________________________________________
12500 [  7720] By: jhi                                   on 2000/11/17  00:23:22
12501         Log: The long double hints can be here or there.
12502      Branch: perl
12503            ! hints/solaris_2.sh
12504 ____________________________________________________________________________
12505 [  7719] By: jhi                                   on 2000/11/17  00:14:06
12506         Log: For Solaris use64bitall the stdchar needs a little bit of help.
12507      Branch: perl
12508            ! hints/solaris_2.sh
12509 ____________________________________________________________________________
12510 [  7718] By: jhi                                   on 2000/11/16  23:27:34
12511         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
12512              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12513              Date: Wed, 15 Nov 2000 08:56:32 +0100
12514              Message-ID: <3A1241B0.64477E00@alcatel.at>
12515      Branch: perl
12516            ! lib/Carp/Heavy.pm
12517 ____________________________________________________________________________
12518 [  7717] By: jhi                                   on 2000/11/16  23:23:29
12519         Log: Subject: [PATCH] Re: 20001101.003 PDL
12520              From: Nicholas Clark <nick@ccl4.org>
12521              Date: Thu, 16 Nov 2000 16:48:25 +0000
12522              Message-ID: <20001116164825.B93487@plum.flirble.org>
12523      Branch: perl
12524            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
12525 ____________________________________________________________________________
12526 [  7716] By: jhi                                   on 2000/11/16  23:21:31
12527         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
12528              From: "Casey R. Tweten" <crt@kiski.net>
12529              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
12530              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
12531      Branch: perl
12532            ! lib/Pod/Checker.pm pod/perlpod.pod
12533 ____________________________________________________________________________
12534 [  7715] By: jhi                                   on 2000/11/16  23:19:40
12535         Log: Avoid an infinite loop in VMS when utils scripts are run
12536              with no arguments, from Charles Lane.
12537      Branch: perl
12538            ! configure.com
12539 ____________________________________________________________________________
12540 [  7714] By: jhi                                   on 2000/11/16  23:17:08
12541         Log: Subject: perllocale.pod changes
12542              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12543              Date: Mon, 13 Nov 2000 10:09:22 +0300
12544              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
12545      Branch: perl
12546            ! pod/perllocale.pod
12547 ____________________________________________________________________________
12548 [  7713] By: jhi                                   on 2000/11/16  23:14:06
12549         Log: Integrate perlio.
12550      Branch: perl
12551           !> doio.c perlio.c perlio.h util.c
12552 ____________________________________________________________________________
12553 [  7712] By: nick                                  on 2000/11/16  21:10:58
12554         Log: Integrate mainline
12555      Branch: perlio
12556           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12557           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
12558           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
12559           !> vos/config.ga.def vos/config.ga.h win32/config.bc
12560           !> win32/config.gc win32/config.vc
12561 ____________________________________________________________________________
12562 [  7711] By: nick                                  on 2000/11/16  19:56:41
12563         Log: Minor tweaks:
12564              consistent way of getting 'rb', 'wb' etc. for binary opens
12565              move *perlio::layers to *open::layers
12566              a #define to show layers available
12567              DOSISH popen/PerlIO had export/import sense inverted.
12568      Branch: perlio
12569            ! doio.c perlio.c perlio.h util.c
12570 ____________________________________________________________________________
12571 [  7710] By: jhi                                   on 2000/11/16  15:46:05
12572         Log: Add HAS_SBRK_PROTO.
12573      Branch: metaconfig/U/perl
12574            + d_sbrkproto.U
12575      Branch: perl
12576            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12577            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
12578            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12579            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12580            ! win32/config.gc win32/config.vc
12581 ____________________________________________________________________________
12582 [  7709] By: nick                                  on 2000/11/16  07:31:49
12583         Log: Integrate mainline
12584      Branch: perlio
12585           !> (integrate 35 files)
12586 ____________________________________________________________________________
12587 [  7708] By: jhi                                   on 2000/11/16  05:33:03
12588         Log: These files are text, not binary.
12589      Branch: perl
12590            ! ext/Encode/Encode/iso8859-10.enc
12591            ! ext/Encode/Encode/iso8859-13.enc
12592            ! ext/Encode/Encode/iso8859-14.enc
12593            ! ext/Encode/Encode/iso8859-15.enc
12594 ____________________________________________________________________________
12595 [  7707] By: jhi                                   on 2000/11/16  01:53:37
12596         Log: Update Changes.
12597      Branch: perl
12598            ! Changes patchlevel.h
12599 ____________________________________________________________________________
12600 [  7706] By: jhi                                   on 2000/11/16  01:35:59
12601         Log: More #undefing of stdio.
12602      Branch: perl
12603            ! fakesdio.h nostdio.h
12604 ____________________________________________________________________________
12605 [  7705] By: jhi                                   on 2000/11/16  01:34:18
12606         Log: Add fwalk() probe to the configuration files and regen perltoc.
12607      Branch: perl
12608            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12609            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
12610            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
12611            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12612            ! win32/config.bc win32/config.gc win32/config.vc
12613 ____________________________________________________________________________
12614 [  7704] By: jhi                                   on 2000/11/16  01:33:07
12615         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
12616              an optional third argument to Inlibc?)
12617      Branch: metaconfig/U/perl
12618            + d__fwalk.U
12619 ____________________________________________________________________________
12620 [  7703] By: jhi                                   on 2000/11/16  01:09:22
12621         Log: The type of the hash_cb() size argument is tricky.
12622      Branch: perl
12623            ! ext/DB_File/DB_File.xs
12624 ____________________________________________________________________________
12625 [  7702] By: jhi                                   on 2000/11/15  23:01:16
12626         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
12627      Branch: perl
12628            ! nostdio.h
12629 ____________________________________________________________________________
12630 [  7701] By: jhi                                   on 2000/11/15  22:52:32
12631         Log: Detypo.
12632      Branch: perl
12633            ! t/lib/bigfltpm.t
12634 ____________________________________________________________________________
12635 [  7700] By: jhi                                   on 2000/11/15  22:51:56
12636         Log: UINT64_C() work continues.
12637      Branch: perl
12638            ! handy.h perl.h utf8.h
12639 ____________________________________________________________________________
12640 [  7699] By: jhi                                   on 2000/11/15  14:13:04
12641         Log: SOCKS has its own USE_THREADS, based on
12642              
12643              Subject: [ID 20001114.002] et. al. bugfix followup
12644              From: Jens Hamisch <jens@Strawberry.COM> 
12645              Date: Wed, 15 Nov 2000 14:23:11 +0100
12646              Message-ID: <20001115142311.A21164@Strawberry.COM>
12647      Branch: perl
12648            ! perl.h
12649 ____________________________________________________________________________
12650 [  7698] By: jhi                                   on 2000/11/15  03:50:56
12651         Log: Add few missing #undefs and sort them.
12652      Branch: perl
12653            ! fakesdio.h
12654 ____________________________________________________________________________
12655 [  7697] By: jhi                                   on 2000/11/15  03:39:14
12656         Log: Linenumber fix.
12657      Branch: perl
12658            ! t/pragma/warn/utf8
12659 ____________________________________________________________________________
12660 [  7696] By: jhi                                   on 2000/11/15  02:55:26
12661         Log: EBCDIC tweaks.
12662              
12663              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
12664              From: Peter Prymmer <pvhp@forte.com>
12665              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
12666              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
12667      Branch: perl
12668            ! t/op/regmesg.t t/pragma/warn/utf8
12669 ____________________________________________________________________________
12670 [  7695] By: jhi                                   on 2000/11/15  02:53:58
12671         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
12672              From: Peter Prymmer <pvhp@forte.com>
12673              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
12674              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
12675      Branch: perl
12676            ! utf8.c
12677 ____________________________________________________________________________
12678 [  7694] By: jhi                                   on 2000/11/15  02:50:55
12679         Log: Subject: [PATCH: perl@7674] updates to README.os390
12680              From: Prymmer/Kahn <pvhp@best.com>
12681              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
12682              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
12683      Branch: perl
12684            ! README.os390
12685 ____________________________________________________________________________
12686 [  7693] By: jhi                                   on 2000/11/15  02:48:37
12687         Log: Quit utf8_to_uv() instantly if curlen == 0.
12688      Branch: perl
12689            ! utf8.c
12690 ____________________________________________________________________________
12691 [  7692] By: jhi                                   on 2000/11/15  02:24:29
12692         Log: Use u_int32_t for the size of hash_cb(), not size_t.
12693              
12694              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
12695              From: Jens Hamisch <jens@Strawberry.COM>     
12696              Date: Tue, 14 Nov 2000 19:03:55 +0100
12697              Message-Id: <20001114190355.A20559@Strawberry.COM>
12698      Branch: perl
12699            ! ext/DB_File/DB_File.xs
12700 ____________________________________________________________________________
12701 [  7691] By: jhi                                   on 2000/11/15  02:20:12
12702         Log: Use UINT64_C().
12703              
12704              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
12705              From: Jens Hamisch <jens@Strawberry.COM>
12706              Date: Tue, 14 Nov 2000 19:16:23 +0100
12707              Message-Id: <20001114191623.G20559@Strawberry.COM>
12708      Branch: perl
12709            ! utf8.c utf8.h
12710 ____________________________________________________________________________
12711 [  7690] By: jhi                                   on 2000/11/15  02:17:06
12712         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
12713              (a macro to define signed and unsigned integer constants).
12714      Branch: perl
12715            ! handy.h
12716 ____________________________________________________________________________
12717 [  7689] By: jhi                                   on 2000/11/15  01:56:51
12718         Log: Regen Configure.
12719      Branch: perl
12720            ! Configure
12721 ____________________________________________________________________________
12722 [  7688] By: jhi                                   on 2000/11/15  01:56:32
12723         Log: Make the unit know about SOCKS.
12724      Branch: metaconfig
12725            ! U/protos/socksizetype.U
12726 ____________________________________________________________________________
12727 [  7687] By: jhi                                   on 2000/11/15  01:54:47
12728         Log: Remove unused dependencies.
12729      Branch: metaconfig
12730            ! U/compline/d_getpagsz.U
12731 ____________________________________________________________________________
12732 [  7686] By: nick                                  on 2000/11/14  21:25:13
12733         Log: Integrate mainline.
12734      Branch: perlio
12735           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
12736           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
12737           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
12738           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
12739           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
12740           !> win32/config.bc win32/config.gc win32/config.vc
12741           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
12742 ____________________________________________________________________________
12743 [  7685] By: jhi                                   on 2000/11/14  17:54:56
12744         Log: Integrate perlio.
12745      Branch: perl
12746           +> fakesdio.h perliol.h
12747           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
12748           !> perlsdio.h perlsfio.h pod/perlfunc.pod
12749 ____________________________________________________________________________
12750 [  7684] By: nick                                  on 2000/11/14  17:43:04
12751         Log: PerlIO #include and #ifdef re-work.
12752      Branch: perlio
12753            + fakesdio.h perliol.h
12754            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
12755            ! perlsdio.h perlsfio.h
12756 ____________________________________________________________________________
12757 [  7683] By: jhi                                   on 2000/11/14  15:42:40
12758         Log: Hoist the duplicated socket/netdb include logic to perl.h;
12759              undef SETERRNO in case SOCKS has defined it.  Based on:
12760              
12761              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
12762              From: Jens Hamisch <jens@Strawberry.COM> 
12763              Date: Tue, 14 Nov 2000 11:34:40 +0100
12764              Message-Id: <20001114113440.A20005@Strawberry.COM>
12765      Branch: perl
12766            ! doio.c perl.h pp_sys.c
12767 ____________________________________________________________________________
12768 [  7682] By: jhi                                   on 2000/11/14  14:07:28
12769         Log: Subject: some additions for makefiles for win32 (for perl@7674)
12770              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12771              Date: Tue, 14 Nov 2000 09:31:13 +0300
12772              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
12773      Branch: perl
12774            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
12775            ! win32/makefile.mk
12776 ____________________________________________________________________________
12777 [  7681] By: jhi                                   on 2000/11/14  14:01:41
12778         Log: Subject: tiny typo in perl5db.pl
12779              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12780              Date: Tue, 14 Nov 2000 09:29:28 +0300
12781              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
12782      Branch: perl
12783            ! lib/perl5db.pl
12784 ____________________________________________________________________________
12785 [  7680] By: jhi                                   on 2000/11/14  04:13:50
12786         Log: Redo #7679 with LFs instead of CRLFs.
12787      Branch: perl
12788            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
12789            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
12790            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
12791 ____________________________________________________________________________
12792 [  7679] By: jhi                                   on 2000/11/14  01:21:09
12793         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
12794              From: Benjamin Stuhl <tiriath@yahoo.com> 
12795              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
12796              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
12797      Branch: perl
12798            + win32/bin/mdelete.bat
12799            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12800            ! makedef.pl perlio.c win32/Makefile win32/config.gc
12801            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
12802 ____________________________________________________________________________
12803 [  7678] By: jhi                                   on 2000/11/14  01:19:20
12804         Log: Fix the re extension building for Win32.
12805              
12806              Subject: [PATCH perl@7638] Get PerlIO building on Win32
12807              From: Benjamin Stuhl <tiriath@yahoo.com> 
12808              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
12809              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
12810      Branch: perl
12811            + ext/re/hints/MSWin32.pl
12812            ! MANIFEST
12813 ____________________________________________________________________________
12814 [  7677] By: jhi                                   on 2000/11/14  01:13:54
12815         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
12816              From: sthoenna@efn.org
12817              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
12818              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
12819      Branch: perl
12820            ! doop.c pp.c toke.c utf8.c utf8.h
12821 ____________________________________________________________________________
12822 [  7676] By: jhi                                   on 2000/11/13  20:23:15
12823         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
12824              From: Nicholas Clark <nick@ccl4.org>
12825              Date: Mon, 13 Nov 2000 18:55:04 +0000
12826              Message-ID: <20001113185504.J29183@plum.flirble.org>
12827      Branch: perl
12828            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
12829 ____________________________________________________________________________
12830 [  7675] By: nick                                  on 2000/11/13  20:21:57
12831         Log: Integrate mainline ...
12832      Branch: perlio
12833           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
12834           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
12835           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
12836           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
12837 ____________________________________________________________________________
12838 [  7674] By: jhi                                   on 2000/11/13  15:07:56
12839         Log: Update Changes.
12840      Branch: perl
12841            ! Changes patchlevel.h
12842 ____________________________________________________________________________
12843 [  7673] By: jhi                                   on 2000/11/13  14:42:42
12844         Log: Remove the new two tests of lib/io_xs for now, they seem to
12845              fail under perlio on some platforms.
12846      Branch: perl
12847            ! t/lib/io_xs.t
12848 ____________________________________________________________________________
12849 [  7672] By: jhi                                   on 2000/11/13  13:57:53
12850         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
12851      Branch: perl
12852            ! perlio.c
12853 ____________________________________________________________________________
12854 [  7671] By: jhi                                   on 2000/11/13  05:30:48
12855         Log: Placate nervous compilers that see longer than ints switch()ing.
12856      Branch: perl
12857            ! utf8.c
12858 ____________________________________________________________________________
12859 [  7670] By: jhi                                   on 2000/11/13  05:14:21
12860         Log: fputs() does return EOF on error but here we don't care.
12861      Branch: perl
12862            ! perlio.c
12863 ____________________________________________________________________________
12864 [  7669] By: jhi                                   on 2000/11/13  05:02:45
12865         Log: Declare reg_data like reg_substr_data.
12866      Branch: perl
12867            ! regexp.h
12868 ____________________________________________________________________________
12869 [  7668] By: jhi                                   on 2000/11/13  04:54:34
12870         Log: Typos in #7667.
12871      Branch: perl
12872            ! perl.h
12873 ____________________________________________________________________________
12874 [  7667] By: jhi                                   on 2000/11/13  04:49:49
12875         Log: Cleanup messy #ifdef.
12876      Branch: perl
12877            ! perl.h
12878 ____________________________________________________________________________
12879 [  7666] By: jhi                                   on 2000/11/13  04:17:34
12880         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
12881              From: Nicholas Clark <nick@talking.bollo.cx>
12882              Date: Sun, 12 Nov 2000 21:14:11 +0000
12883              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
12884              
12885              Note: only one breakage of the two reported is fixed by this patch.
12886      Branch: perl
12887            ! perlio.c
12888 ____________________________________________________________________________
12889 [  7665] By: jhi                                   on 2000/11/13  04:05:07
12890         Log: Tweak the definition of the bit complement on UTF-8 data:
12891              if none of the characters in the string are > 0xff,
12892              the result is a complemented byte string, not a (UTF-8)
12893              char string.  Based on the summary in
12894              
12895              Subject: Re: [ID 20000918.005] ~ on wide chars
12896              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
12897              Date: Fri, 10 Nov 2000 09:47:15 -0800
12898              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
12899              
12900              This should give us the maximum backward (pre-char string)
12901              compatibility and utf8 compatibility.  The other alternative
12902              would be to limit the bit complement to be always byte only,
12903              taking the least significant byte of the chars.
12904      Branch: perl
12905            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
12906 ____________________________________________________________________________
12907 [  7664] By: jhi                                   on 2000/11/13  00:23:44
12908         Log: Couple of tests from #7660 salvaged.
12909      Branch: perl
12910            - t/op/tell.t
12911            ! MANIFEST t/io/tell.t
12912 ____________________________________________________________________________
12913 [  7663] By: jhi                                   on 2000/11/13  00:02:48
12914         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
12915              From: Nicholas Clark <nick@talking.bollo.cx>
12916              Date: Sun, 12 Nov 2000 21:23:43 +0000
12917              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
12918      Branch: perl
12919            ! perlsfio.h
12920 ____________________________________________________________________________
12921 [  7662] By: jhi                                   on 2000/11/13  00:01:39
12922         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
12923              From: Nicholas Clark <nick@talking.bollo.cx>
12924              Date: Sun, 12 Nov 2000 21:30:04 +0000
12925              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
12926      Branch: perl
12927            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
12928 ____________________________________________________________________________
12929 [  7661] By: jhi                                   on 2000/11/12  23:57:29
12930         Log: Document tell() on special streams.
12931      Branch: perl
12932            ! pod/perlfunc.pod
12933 ____________________________________________________________________________
12934 [  7660] By: jhi                                   on 2000/11/12  23:54:22
12935         Log: (Subsumed by #7664)
12936      Branch: perl
12937            + t/op/tell.t
12938            ! MANIFEST
12939 ____________________________________________________________________________
12940 [  7659] By: jhi                                   on 2000/11/12  22:55:25
12941         Log: Many subdocumented return values of the IO extension now documented.
12942              ungetc and write still left subdocumented.
12943              
12944              Subject: [PATCH] (was Re: IO::Handle::ungetc)
12945              From: Nicholas Clark <nick@talking.bollo.cx>
12946              Date: Sun, 12 Nov 2000 21:35:53 +0000
12947              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
12948      Branch: perl
12949            ! ext/IO/lib/IO/Handle.pm
12950 ____________________________________________________________________________
12951 [  7658] By: jhi                                   on 2000/11/12  21:37:06
12952         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
12953              From: Nicholas Clark <nick@talking.bollo.cx>
12954              Date: Sun, 12 Nov 2000 20:03:22 +0000
12955              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
12956      Branch: perl
12957            ! pod/perlfunc.pod
12958 ____________________________________________________________________________
12959 [  7657] By: jhi                                   on 2000/11/12  20:34:55
12960         Log: Integrate perlio.
12961      Branch: perl
12962           !> perlio.c
12963 ____________________________________________________________________________
12964 [  7656] By: nick                                  on 2000/11/12  19:25:06
12965         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
12966      Branch: perlio
12967            ! perlio.c
12968 ____________________________________________________________________________
12969 [  7655] By: nick                                  on 2000/11/12  19:09:41
12970         Log: Integrate mainline
12971      Branch: perlio
12972           +> README.solaris ext/Encode/Encode/cp1006.enc
12973           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
12974           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
12975           +> ext/Encode/Encode/iso8859-13.enc
12976           +> ext/Encode/Encode/iso8859-14.enc
12977           +> ext/Encode/Encode/iso8859-15.enc
12978           !> (integrate 34 files)
12979 ____________________________________________________________________________
12980 [  7654] By: jhi                                   on 2000/11/12  19:00:22
12981         Log: Add a metaconfig unit for fsync.
12982      Branch: metaconfig/U/perl
12983            + d_fsync.U
12984 ____________________________________________________________________________
12985 [  7653] By: jhi                                   on 2000/11/12  19:00:01
12986         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
12987      Branch: perl
12988            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12989            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
12990            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12991            ! vos/config.ga.h win32/config.bc win32/config.gc
12992            ! win32/config.vc
12993 ____________________________________________________________________________
12994 [  7652] By: jhi                                   on 2000/11/11  21:12:01
12995         Log: Copy the s// information of README.hpux also to the perlrun.
12996      Branch: perl
12997            ! README.hpux pod/perlrun.pod
12998 ____________________________________________________________________________
12999 [  7651] By: jhi                                   on 2000/11/11  21:03:13
13000         Log: More README.solaris updates from Andy Dougherty.
13001      Branch: perl
13002            ! README.solaris
13003 ____________________________________________________________________________
13004 [  7650] By: jhi                                   on 2000/11/11  18:38:57
13005         Log: More descriptive error for unknown perlio layers.
13006              
13007              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
13008              From: Dominic Dunlop <domo@computer.org> 
13009              Date: Sat, 11 Nov 2000 18:20:32 +0100             
13010              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
13011      Branch: perl
13012            ! perlio.c pod/perldiag.pod
13013 ____________________________________________________________________________
13014 [  7649] By: jhi                                   on 2000/11/11  18:37:52
13015         Log: MachTen doesn't really do mmap() and munmap().
13016              
13017              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
13018              From: Dominic Dunlop <domo@computer.org> 
13019              Date: Sat, 11 Nov 2000 18:20:32 +0100             
13020              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
13021      Branch: perl
13022            ! hints/machten.sh
13023 ____________________________________________________________________________
13024 [  7648] By: jhi                                   on 2000/11/11  18:36:46
13025         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
13026              From: rspier@pobox.com (Robert Spier)
13027              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
13028              Message-ID: <14861.32839.491271.985797@rls.cx>
13029      Branch: perl
13030            ! Porting/Contract pod/perltoot.pod
13031 ____________________________________________________________________________
13032 [  7647] By: jhi                                   on 2000/11/11  18:35:30
13033         Log: Simplify the getpagesize() unit by dropping the
13034              pagesize probe since it's nowadays slightly more
13035              complicated because of sysconf(). (Note: if some
13036              platform really needs the -lPW for getpagesize,
13037              I just broke it.)
13038              
13039              TODO: a new pagesize unit.
13040      Branch: metaconfig
13041            ! U/compline/d_getpagsz.U
13042 ____________________________________________________________________________
13043 [  7646] By: jhi                                   on 2000/11/11  18:33:23
13044         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
13045      Branch: perl
13046            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13047            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
13048            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13049            ! vos/config.ga.h win32/config.bc win32/config.gc
13050            ! win32/config.vc
13051 ____________________________________________________________________________
13052 [  7645] By: jhi                                   on 2000/11/11  16:45:15
13053         Log: Use sysconf() or getpagesize() to find out the pagesize.
13054      Branch: perl
13055            ! perlio.c
13056 ____________________________________________________________________________
13057 [  7644] By: jhi                                   on 2000/11/11  15:46:08
13058         Log: Integrate perlio.
13059      Branch: perl
13060           !> perlio.c
13061 ____________________________________________________________________________
13062 [  7643] By: jhi                                   on 2000/11/11  15:33:36
13063         Log: Subject: Re: [PATCH] README.solaris
13064              From: Lupe Christoph <lupe@lupe-christoph.de>
13065              Date: Sat, 11 Nov 2000 14:08:10 +0100
13066              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
13067      Branch: perl
13068            ! README.solaris
13069 ____________________________________________________________________________
13070 [  7642] By: jhi                                   on 2000/11/11  15:22:12
13071         Log: Subject: [PATCH perl@7638] cygwin port
13072              From: "Eric Fifer" <egf7@columbia.edu>            
13073              Date: Fri, 10 Nov 2000 19:30:30 -0000
13074              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
13075      Branch: perl
13076            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
13077 ____________________________________________________________________________
13078 [  7641] By: nick                                  on 2000/11/11  14:50:36
13079         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
13080              Also call "Buf" layer directly when unread'ing non-read chars.
13081      Branch: perlio
13082            ! perlio.c
13083 ____________________________________________________________________________
13084 [  7640] By: jhi                                   on 2000/11/11  02:05:02
13085         Log: Add more encoding tables.
13086      Branch: perl
13087            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
13088            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
13089            + ext/Encode/Encode/iso8859-10.enc
13090            + ext/Encode/Encode/iso8859-13.enc
13091            + ext/Encode/Encode/iso8859-14.enc
13092            + ext/Encode/Encode/iso8859-15.enc
13093            ! MANIFEST
13094 ____________________________________________________________________________
13095 [  7639] By: jhi                                   on 2000/11/10  18:49:25
13096         Log: Subject: [PATCH] README.solaris
13097              From: Andy Dougherty <doughera@lafayette.edu>
13098              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
13099              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
13100      Branch: perl
13101            + README.solaris
13102            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
13103            ! pod/perl.pod pod/perltoc.pod
13104 ____________________________________________________________________________
13105 [  7638] By: jhi                                   on 2000/11/10  15:04:15
13106         Log: Update Changes.
13107      Branch: perl
13108            ! Changes patchlevel.h
13109 ____________________________________________________________________________
13110 [  7637] By: jhi                                   on 2000/11/10  14:14:28
13111         Log: Explain better why certain regex tests are skipped.
13112              
13113              Subject: Re: tests skipped: unknown reason
13114              From: Lupe Christoph <lupe@lupe-christoph.de>
13115              Date: Fri, 10 Nov 2000 09:08:56 +0100
13116              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
13117      Branch: perl
13118            ! t/op/regexp.t
13119 ____________________________________________________________________________
13120 [  7636] By: nick                                  on 2000/11/10  13:40:00
13121         Log: Integrate mainline.
13122      Branch: perlio
13123           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
13124           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
13125           !> win32/bin/search.pl
13126 ____________________________________________________________________________
13127 [  7635] By: nick                                  on 2000/11/10  13:25:52
13128         Log: Re-instate stdio large file support via perlio.
13129      Branch: perl
13130            ! perlio.c
13131 ____________________________________________________________________________
13132 [  7634] By: jhi                                   on 2000/11/10  04:49:55
13133         Log: Amdahl UTS hints updates.
13134              
13135              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
13136              From: hom00@utsglobal.com (Harold O Morris)
13137              Date: Thu, 9 Nov 2000 20:02 PST
13138              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
13139      Branch: perl
13140            ! hints/uts.sh
13141 ____________________________________________________________________________
13142 [  7633] By: jhi                                   on 2000/11/09  23:33:28
13143         Log: Subject: [PATCH] IO::Seekable pod
13144              From: Nicholas Clark <nick@talking.bollo.cx>
13145              Date: Thu, 9 Nov 2000 20:29:45 +0000
13146              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
13147      Branch: perl
13148            ! ext/IO/lib/IO/Handle.pm
13149 ____________________________________________________________________________
13150 [  7632] By: jhi                                   on 2000/11/09  21:55:41
13151         Log: Various doc oddball characters.
13152              
13153              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
13154              From: Michael Somos <somos@grail.cba.csuohio.edu>
13155              Date: Mon, 6 Nov 2000 17:44:20 -0500
13156              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
13157      Branch: perl
13158            ! emacs/cperl-mode.el lib/unicode/syllables.txt
13159            ! win32/bin/search.pl
13160 ____________________________________________________________________________
13161 [  7631] By: jhi                                   on 2000/11/09  21:12:29
13162         Log: Subject: Re: bash -c exit and linux hints 
13163              From: "John P. Linderman" <jpl@research.att.com>
13164              Date: Thu, 02 Nov 2000 09:37:25 -0500
13165              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
13166      Branch: perl
13167            ! hints/linux.sh
13168 ____________________________________________________________________________
13169 [  7630] By: nick                                  on 2000/11/09  20:34:11
13170         Log: Integrate mainline.
13171      Branch: perlio
13172           !> (integrate 91 files)
13173 ____________________________________________________________________________
13174 [  7629] By: jhi                                   on 2000/11/09  19:46:31
13175         Log: Missing dTHXs.
13176              
13177              Subject: RE: perl@7595 builds not on cygwin
13178              From: "Eric Fifer" <egf7@columbia.edu>
13179              Date: Thu, 9 Nov 2000 19:26:50 -0000
13180              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
13181      Branch: perl
13182            ! ext/Devel/Peek/Peek.xs
13183 ____________________________________________________________________________
13184 [  7628] By: jhi                                   on 2000/11/09  14:48:27
13185         Log: Disable only the tests 99 and 166 for UTF-8 locales.
13186      Branch: perl
13187            ! t/pragma/locale.t
13188 ____________________________________________________________________________
13189 [  7627] By: jhi                                   on 2000/11/09  14:40:27
13190         Log: There's no =head3.
13191      Branch: perl
13192            ! pod/perlhack.pod
13193 ____________________________________________________________________________
13194 [  7626] By: jhi                                   on 2000/11/09  13:54:26
13195         Log: The generated boot_* headers are wrong.  Pickier compiler,
13196              such as KAI C++ will refuse to compile the resulting perlmain.
13197              
13198              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
13199              From: Harri Pasanen <harri.pasanen@trema.com>
13200              Date: Thu, 09 Nov 2000 14:23:28 +0100
13201              Message-Id: <3A0AA550.26D548A3@trema.com>
13202      Branch: perl
13203            ! minimod.pl
13204 ____________________________________________________________________________
13205 [  7625] By: jhi                                   on 2000/11/09  13:50:44
13206         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
13207              From: Prymmer/Kahn <pvhp@best.com>
13208              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
13209              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
13210              
13211              All except the "cow orker" change.
13212      Branch: perl
13213            ! Porting/pumpkin.pod
13214 ____________________________________________________________________________
13215 [  7624] By: jhi                                   on 2000/11/09  13:45:33
13216         Log: Fix for
13217              
13218              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
13219              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
13220              Date: Thu, 09 Nov 2000 11:05:52 +0100
13221              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
13222      Branch: perl
13223            ! pod/perldiag.pod t/pragma/warn/pp_sys
13224 ____________________________________________________________________________
13225 [  7623] By: jhi                                   on 2000/11/09  13:37:16
13226         Log: Typo in an ifndef.
13227              
13228              Subject: Re: [PATCH 5.7.0] better messages from malloc()
13229              From: Joe Smith <jms@inwap.com>         
13230              Date: Thu, 09 Nov 2000 01:33:14 -0800
13231              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
13232      Branch: perl
13233            ! malloc.c
13234 ____________________________________________________________________________
13235 [  7622] By: jhi                                   on 2000/11/09  13:31:18
13236         Log: Remove unused extra arguments.
13237      Branch: metaconfig/U/perl
13238            ! perlxv.U
13239      Branch: perl
13240            ! Configure config_h.SH
13241 ____________________________________________________________________________
13242 [  7621] By: jhi                                   on 2000/11/09  13:16:36
13243         Log: More VMS moves on environment handling, from Charles Lane.
13244      Branch: perl
13245            ! t/pragma/locale.t
13246 ____________________________________________________________________________
13247 [  7620] By: jhi                                   on 2000/11/09  04:42:38
13248         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
13249              From: David Dyck <dcd@tc.fluke.com>
13250              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
13251              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
13252      Branch: perl
13253            ! pp_sys.c
13254 ____________________________________________________________________________
13255 [  7619] By: jhi                                   on 2000/11/09  04:36:21
13256         Log: Forgot from #7618.
13257      Branch: perl
13258            ! lib/File/stat.pm
13259 ____________________________________________________________________________
13260 [  7618] By: jhi                                   on 2000/11/09  04:28:44
13261         Log: Make deleting for %ENV work for (newer versions of) VMS,
13262              from Craig A. Berry.
13263      Branch: perl
13264            ! vms/vms.c
13265 ____________________________________________________________________________
13266 [  7617] By: jhi                                   on 2000/11/09  04:25:05
13267         Log: Subject: [PATCH] Class::Struct at compile time
13268              From: "Casey R. Tweten" <crt@kiski.net>
13269              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
13270              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
13271      Branch: perl
13272            ! lib/Class/Struct.pm
13273 ____________________________________________________________________________
13274 [  7616] By: jhi                                   on 2000/11/09  04:15:17
13275         Log: Subject: [ID 20001108.013] spelling
13276              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
13277              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
13278              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
13279      Branch: perl
13280            ! lib/ftp.pl
13281 ____________________________________________________________________________
13282 [  7615] By: jhi                                   on 2000/11/09  04:12:42
13283         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
13284              From: Peter Prymmer <pvhp@forte.com>
13285              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
13286              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
13287      Branch: perl
13288            ! configure.com
13289 ____________________________________________________________________________
13290 [  7614] By: jhi                                   on 2000/11/08  22:42:55
13291         Log: A missing aTHX_.
13292      Branch: perl
13293            ! ext/IPC/SysV/SysV.xs
13294 ____________________________________________________________________________
13295 [  7613] By: jhi                                   on 2000/11/08  19:30:21
13296         Log: Update Changes.
13297      Branch: perl
13298            ! Changes patchlevel.h
13299 ____________________________________________________________________________
13300 [  7612] By: jhi                                   on 2000/11/08  18:35:25
13301         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
13302              From: David Dyck <dcd@tc.fluke.com>
13303              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
13304              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
13305      Branch: perl
13306            ! pp_sys.c
13307 ____________________________________________________________________________
13308 [  7611] By: jhi                                   on 2000/11/08  18:30:26
13309         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
13310              From: Dominic Dunlop <domo@computer.org>
13311              Date: Tue, 7 Nov 2000 12:05:25 +0100
13312              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
13313      Branch: perl
13314            ! malloc.c
13315 ____________________________________________________________________________
13316 [  7610] By: jhi                                   on 2000/11/08  18:25:14
13317         Log: Do not test UTF-8 locales since that the tests would require
13318              polymorphic regexen.
13319      Branch: perl
13320            ! t/pragma/locale.t
13321 ____________________________________________________________________________
13322 [  7609] By: jhi                                   on 2000/11/08  17:12:51
13323         Log: Locale buglets.
13324              
13325              Subject: RE: Locales support (setlocale) fixes
13326              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13327              Date: Wed, 8 Nov 2000 20:01:39 +0300
13328              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
13329      Branch: perl
13330            ! t/pragma/locale.t util.c
13331 ____________________________________________________________________________
13332 [  7608] By: jhi                                   on 2000/11/08  17:00:16
13333         Log: Deleting $ENV{PATH} in VMS is not recommendable.
13334      Branch: perl
13335            ! t/pragma/locale.t
13336 ____________________________________________________________________________
13337 [  7607] By: jhi                                   on 2000/11/08  16:58:26
13338         Log: Subject: PATCH std stdio for (Free)BSD
13339              From: Nicholas Clark <nick@ccl4.org>
13340              Date: Wed, 8 Nov 2000 15:36:29 +0000
13341              Message-ID: <20001108153629.D98736@plum.flirble.org>
13342      Branch: metaconfig
13343            ! U/compline/d_stdstdio.U
13344      Branch: perl
13345            ! Configure config_h.SH
13346 ____________________________________________________________________________
13347 [  7606] By: jhi                                   on 2000/11/08  16:43:31
13348         Log: Forgot to bump the line numbers in #7601.
13349      Branch: perl
13350            ! t/pragma/warn/pp_sys
13351 ____________________________________________________________________________
13352 [  7605] By: jhi                                   on 2000/11/08  16:39:12
13353         Log: More careful detection of how well NVs and UVs mix.
13354              
13355              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))
13356              From: Nicholas Clark <nick@ccl4.org>
13357              Date: Wed, 8 Nov 2000 15:14:12 +0000
13358              Message-ID: <20001108151412.B98736@plum.flirble.org>
13359              
13360              Added some SIGFPE paranoia.
13361      Branch: metaconfig/U/perl
13362            ! perlxv.U
13363      Branch: perl
13364            ! Configure config_h.SH
13365 ____________________________________________________________________________
13366 [  7604] By: jhi                                   on 2000/11/08  14:39:10
13367         Log: Subject: [patch perl@7595] VMS configure.com tweak
13368              From: "Craig A. Berry" <craigberry@mac.com>
13369              Date: Wed, 8 Nov 2000 00:24:12 -0600
13370              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
13371      Branch: perl
13372            ! configure.com
13373 ____________________________________________________________________________
13374 [  7603] By: jhi                                   on 2000/11/08  14:27:11
13375         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
13376              From: Robin Barker <rmb1@cise.npl.co.uk>
13377              Date: Wed, 8 Nov 2000 11:11:39 GMT
13378              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
13379      Branch: perl
13380            ! perlio.c
13381 ____________________________________________________________________________
13382 [  7602] By: jhi                                   on 2000/11/08  14:25:03
13383         Log: Fix for the tie-refhash string table leaks.
13384              
13385              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
13386              Date: Wed, 8 Nov 2000 13:03:04 GMT
13387              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
13388      Branch: perl
13389            ! t/lib/tie-refhash.t
13390 ____________________________________________________________________________
13391 [  7601] By: jhi                                   on 2000/11/08  14:21:08
13392         Log: Try to avoid flockless and emulationless places.
13393      Branch: perl
13394            ! t/pragma/warn/pp_sys
13395 ____________________________________________________________________________
13396 [  7600] By: jhi                                   on 2000/11/08  02:28:54
13397         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
13398              
13399              Subject: [PATCH] prototyped functions that should be overrideable
13400              From: "Casey R. Tweten" <crt@kiski.net>
13401              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
13402              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
13403      Branch: perl
13404            ! toke.c
13405 ____________________________________________________________________________
13406 [  7599] By: jhi                                   on 2000/11/08  01:12:05
13407         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
13408              
13409              Subject: [PATCH] perlbug.PL
13410              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13411              Date: Mon, 6 Nov 2000 21:39:01 -0500
13412              Message-ID: <20001106213901.B20955@O2.chapin.edu>
13413      Branch: perl
13414            ! utils/perlbug.PL
13415 ____________________________________________________________________________
13416 [  7598] By: jhi                                   on 2000/11/07  23:42:00
13417         Log: Bad thinko in #7581 (I used the test program with the expanded
13418              values as-is).
13419      Branch: metaconfig
13420            ! U/compline/d_stdstdio.U
13421      Branch: perl
13422            ! Configure
13423 ____________________________________________________________________________
13424 [  7597] By: jhi                                   on 2000/11/07  21:43:29
13425         Log: Subject: [PATCH perl@7573] cygwin port
13426              From: "Fifer, Eric" <EFifer@sanwaint.com>
13427              Date: Tue, 7 Nov 2000 18:08:51 -0000 
13428              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
13429              
13430              Synchronize with Cygwin 1.1.5.
13431      Branch: perl
13432            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
13433            ! pod/perlport.pod unixish.h util.c
13434 ____________________________________________________________________________
13435 [  7596] By: jhi                                   on 2000/11/07  21:39:25
13436         Log: perlhack updates from H.Merijn Brand.
13437      Branch: perl
13438            ! pod/perlhack.pod
13439 ____________________________________________________________________________
13440 [  7595] By: jhi                                   on 2000/11/07  20:21:41
13441         Log: Update Changes.
13442      Branch: perl
13443            ! Changes patchlevel.h
13444 ____________________________________________________________________________
13445 [  7594] By: jhi                                   on 2000/11/07  19:18:58
13446         Log: Be more robust in Dynaloader.pm.
13447      Branch: perl
13448            ! ext/DynaLoader/DynaLoader_pm.PL
13449 ____________________________________________________________________________
13450 [  7593] By: jhi                                   on 2000/11/07  16:49:31
13451         Log: AUTHORS update.
13452      Branch: perl
13453            ! AUTHORS
13454 ____________________________________________________________________________
13455 [  7592] By: gsar                                  on 2000/11/07  16:39:51
13456         Log: normalize relative paths in virtualized current directory on windows,
13457              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
13458              returns)
13459      Branch: perl
13460            ! win32/vdir.h
13461 ____________________________________________________________________________
13462 [  7591] By: jhi                                   on 2000/11/07  16:04:26
13463         Log: Too profiler-happy: with optimization the #7590 actually makes
13464              the test to run 0.5% _slower_.  Requires much more instrumentation.
13465              Retract #7590.
13466      Branch: perl
13467            ! regcomp.c regcomp.h
13468 ____________________________________________________________________________
13469 [  7590] By: jhi                                   on 2000/11/07  15:51:13
13470         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
13471              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
13472              by using memset() and testing bytewise (as opposed to bitwise).
13473      Branch: perl
13474            ! regcomp.c regcomp.h
13475 ____________________________________________________________________________
13476 [  7589] By: jhi                                   on 2000/11/07  12:56:39
13477         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
13478              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13479              Date: Mon, 06 Nov 2000 23:45:30 -0500
13480              Message-Id: <0011079735.AA973576259@univpress.com>
13481      Branch: perl
13482            ! configure.com t/lib/st-lock.t
13483 ____________________________________________________________________________
13484 [  7588] By: jhi                                   on 2000/11/07  01:03:28
13485         Log: Tweak #7587.
13486      Branch: perl
13487            ! pod/perldiag.pod
13488 ____________________________________________________________________________
13489 [  7587] By: jhi                                   on 2000/11/07  01:00:27
13490         Log: A doc addition for bug id 20001105.019, beware \p.
13491      Branch: perl
13492            ! pod/perldiag.pod
13493 ____________________________________________________________________________
13494 [  7586] By: jhi                                   on 2000/11/07  00:32:22
13495         Log: Fake support of holey files in win/dosish platforms.
13496              
13497              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
13498              From: kipp@shonanblue.ne.jp
13499              Date: Mon, 6 Nov 2000 13:30:55 -0800
13500              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
13501      Branch: perl
13502            ! ext/SDBM_File/sdbm/sdbm.c
13503 ____________________________________________________________________________
13504 [  7585] By: jhi                                   on 2000/11/07  00:12:54
13505         Log: Subject: Pod updates
13506              From: "Stephen P. Potter" <spp@spotter.yi.org>
13507              Date: Mon, 06 Nov 2000 18:56:43 -0500
13508              Message-Id: <200011062357.SAA18173@spotter.yi.org>
13509      Branch: perl
13510            ! README.dos README.os2 README.win32 pod/buildtoc.PL
13511            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
13512            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
13513            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
13514            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
13515            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
13516            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
13517            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
13518            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
13519            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
13520            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
13521            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
13522            ! pod/perltootc.pod pod/perlunicode.pod
13523 ____________________________________________________________________________
13524 [  7584] By: jhi                                   on 2000/11/07  00:04:17
13525         Log: Varargs don't always work too well if one puts an unsigned
13526              char on the stack and pop an unsigned quad off the stack.
13527              
13528              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
13529              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
13530              Date: Mon, 06 Nov 2000 15:19:05 -0800
13531              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
13532      Branch: perl
13533            ! utf8.c
13534 ____________________________________________________________________________
13535 [  7583] By: jhi                                   on 2000/11/06  23:58:48
13536         Log: %ENV note tweaks from Dan Sugalski.
13537      Branch: perl
13538            ! pod/perlport.pod vms/perlvms.pod
13539 ____________________________________________________________________________
13540 [  7582] By: jhi                                   on 2000/11/06  23:05:49
13541         Log: glibc5 detection by __GNU_LIBRARY__.
13542      Branch: perl
13543            ! toke.c
13544 ____________________________________________________________________________
13545 [  7581] By: jhi                                   on 2000/11/06  22:51:29
13546         Log: Make the stdio test program of 7427 less noisy while being 
13547              compiled so that Digital UNIX wouldn't get both
13548              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
13549              undefined.  This makes perlio happy.
13550      Branch: metaconfig
13551            ! U/compline/d_stdstdio.U
13552      Branch: perl
13553            ! Configure config_h.SH
13554 ____________________________________________________________________________
13555 [  7580] By: jhi                                   on 2000/11/06  22:41:41
13556         Log: Document %ENV = () portability issues.
13557      Branch: perl
13558            ! pod/perlport.pod vms/perlvms.pod
13559 ____________________________________________________________________________
13560 [  7579] By: jhi                                   on 2000/11/06  21:29:24
13561         Log: VOS updates from Paul Green.
13562      Branch: perl
13563            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13564 ____________________________________________________________________________
13565 [  7578] By: jhi                                   on 2000/11/06  21:00:40
13566         Log: Sanitize the environment further.
13567      Branch: perl
13568            ! t/pragma/locale.t
13569 ____________________________________________________________________________
13570 [  7577] By: jhi                                   on 2000/11/06  20:53:51
13571         Log: Re-introduce 7552 lost in integration.
13572      Branch: perl
13573            ! perlio.c
13574 ____________________________________________________________________________
13575 [  7576] By: jhi                                   on 2000/11/06  20:33:46
13576         Log: Admit that the test leaks scalars.
13577      Branch: perl
13578            ! t/comp/proto.t
13579 ____________________________________________________________________________
13580 [  7575] By: jhi                                   on 2000/11/06  20:17:08
13581         Log: Integrate perlio.
13582      Branch: perl
13583           !> perlio.c
13584 ____________________________________________________________________________
13585 [  7574] By: nick                                  on 2000/11/06  20:07:28
13586         Log: Remove debug. Try (Mmap_t) on madvise() call.
13587      Branch: perlio
13588            ! perlio.c
13589 ____________________________________________________________________________
13590 [  7573] By: jhi                                   on 2000/11/06  13:56:05
13591         Log: Update Changes.
13592      Branch: perl
13593            ! Changes patchlevel.h
13594 ____________________________________________________________________________
13595 [  7572] By: jhi                                   on 2000/11/06  13:48:41
13596         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
13597              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13598              Date: Mon, 06 Nov 2000 10:11:42 +0100
13599              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
13600      Branch: perl
13601            ! pod/perlhack.pod
13602 ____________________________________________________________________________
13603 [  7571] By: jhi                                   on 2000/11/06  01:45:51
13604         Log: AUTHORS updates.
13605      Branch: perl
13606            ! AUTHORS
13607 ____________________________________________________________________________
13608 [  7570] By: jhi                                   on 2000/11/06  00:18:00
13609         Log: Fix for
13610              
13611              Subject: [ID 20000728.005] perl -P broken
13612              From: David Dyck <dcd@tc.fluke.com>
13613              Date: Fri, 28 Jul 2000 17:19:16 -0700
13614              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
13615              
13616              (hopefully).  The fix is also not complete, it seems to break
13617              BOM swallowing for libc5 systems, but until someone figures
13618              out a way to do this without ftell(), this will do.
13619      Branch: perl
13620            ! toke.c
13621 ____________________________________________________________________________
13622 [  7569] By: jhi                                   on 2000/11/06  00:05:30
13623         Log: Document that the evaled syntax errors cause scalar leaks.
13624      Branch: perl
13625            ! t/comp/proto.t
13626 ____________________________________________________________________________
13627 [  7568] By: jhi                                   on 2000/11/05  23:14:47
13628         Log: opmini.o can linger from Configures past.
13629      Branch: perl
13630            ! Makefile.SH
13631 ____________________________________________________________________________
13632 [  7567] By: jhi                                   on 2000/11/05  21:28:39
13633         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
13634              first argument correctly.
13635      Branch: perl
13636            ! perlio.c
13637 ____________________________________________________________________________
13638 [  7566] By: jhi                                   on 2000/11/05  21:15:56
13639         Log: Integrate perlio.
13640      Branch: perl
13641           !> perlio.c
13642 ____________________________________________________________________________
13643 [  7565] By: jhi                                   on 2000/11/05  21:15:13
13644         Log: Use -dM for gcc (the suggested patch did it only for Linux,
13645              but I think it can be generalized).
13646              
13647              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
13648              From: Pixel <pixel@mandrakesoft.com>
13649              Date: 05 Nov 2000 21:49:34 +0100 
13650              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
13651      Branch: perl
13652            ! ext/Errno/Errno_pm.PL
13653 ____________________________________________________________________________
13654 [  7564] By: nick                                  on 2000/11/05  21:09:18
13655         Log: Added a mmap layer as a "subclass" of perlio.
13656              PERLIO=mmap ./perl harness passes
13657      Branch: perlio
13658            ! perlio.c
13659 ____________________________________________________________________________
13660 [  7563] By: jhi                                   on 2000/11/05  19:48:55
13661         Log: Add a note for future generations about bug id 20000229.006.
13662      Branch: perl
13663            ! malloc.c
13664 ____________________________________________________________________________
13665 [  7562] By: jhi                                   on 2000/11/05  19:38:24
13666         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
13667      Branch: perl
13668            ! pp_ctl.c t/op/pos.t
13669 ____________________________________________________________________________
13670 [  7561] By: jhi                                   on 2000/11/05  18:21:46
13671         Log: Add =pod to be tidy.
13672      Branch: perl
13673            ! lib/Math/Complex.pm
13674 ____________________________________________________________________________
13675 [  7560] By: jhi                                   on 2000/11/05  17:38:46
13676         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
13677      Branch: perl
13678            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13679            ! ext/Storable/Storable.xs t/lib/st-recurse.t
13680 ____________________________________________________________________________
13681 [  7559] By: jhi                                   on 2000/11/05  17:32:59
13682         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
13683              From: "Peter J. Farley III" <pjfarley@banet.net>
13684              Date: Sun, 05 Nov 2000 11:55:59 -0500
13685              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
13686      Branch: perl
13687            ! t/lib/syslog.t
13688 ____________________________________________________________________________
13689 [  7558] By: jhi                                   on 2000/11/05  17:29:19
13690         Log: Integrate perlio.
13691      Branch: perl
13692           !> perlio.c
13693 ____________________________________________________________________________
13694 [  7557] By: jhi                                   on 2000/11/05  17:22:01
13695         Log: A fix of sorts for 20000329.026, a better error message
13696              for a missing "use charnames" when using the \N{...}. 
13697      Branch: perl
13698            ! pod/perldiag.pod toke.c
13699 ____________________________________________________________________________
13700 [  7556] By: jhi                                   on 2000/11/05  16:33:50
13701         Log: Test tweak: show also the failed locales.
13702              
13703              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
13704              From: Lupe Christoph <lupe@lupe-christoph.de>         
13705              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
13706              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
13707      Branch: perl
13708            ! t/pragma/locale.t
13709 ____________________________________________________________________________
13710 [  7555] By: nick                                  on 2000/11/05  11:09:34
13711         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
13712              open RDWR so does not fail. (pragma/warnings 303 again...)
13713      Branch: perlio
13714            ! perlio.c
13715 ____________________________________________________________________________
13716 [  7554] By: nick                                  on 2000/11/05  10:10:13
13717         Log: Fix case where ungetc(f,EOF) was allowed.
13718              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
13719              so we can see similarities.
13720              Use types more carefully and a STDCHAR array in hope that this will
13721              fix Jarrko's 64bit machine.
13722      Branch: perlio
13723            ! perlio.c
13724 ____________________________________________________________________________
13725 [  7553] By: jhi                                   on 2000/11/05  01:12:16
13726         Log: Fix for
13727              
13728              Subject: [ID 20001004.007] taint propogation is inconsistent
13729              From: pimlott@idiomtech.com (Andrew Pimlott) 
13730              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
13731              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
13732              
13733              The culprit was sv_setsv() which was rather blindly
13734              propagating taint, which lead to behaviour where if
13735              a tainted anon hash value was seen all the hash values
13736              from then on at that level became tainted, or at any
13737              upper levels in the case of nested anon hashes.
13738      Branch: perl
13739            ! sv.c t/op/taint.t
13740 ____________________________________________________________________________
13741 [  7552] By: jhi                                   on 2000/11/04  23:44:18
13742         Log: Some cpps don't like splitting conditionals across several lines.
13743      Branch: perl
13744            ! perlio.c
13745 ____________________________________________________________________________
13746 [  7551] By: nick                                  on 2000/11/04  23:40:44
13747         Log: Integrate mainline
13748      Branch: perlio
13749           !> pp_hot.c t/op/taint.t
13750 ____________________________________________________________________________
13751 [  7550] By: nick                                  on 2000/11/04  23:39:05
13752         Log: Integrate mainline again
13753      Branch: perlio
13754           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
13755           !> t/lib/b.t t/op/misc.t util.c
13756 ____________________________________________________________________________
13757 [  7549] By: jhi                                   on 2000/11/04  23:14:01
13758         Log: Fix for
13759              
13760              Subject: [ID 20001004.006] undef is never tainted
13761              From: pimlott@idiomtech.com (Andrew Pimlott)
13762              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
13763              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
13764              
13765              An undef read from a slurped file was not tainted.
13766      Branch: perl
13767            ! pp_hot.c t/op/taint.t
13768 ____________________________________________________________________________
13769 [  7548] By: jhi                                   on 2000/11/04  22:56:21
13770         Log: Test tweak ($Config{useperlio} is by default undef) .
13771      Branch: perl
13772            ! t/lib/b.t
13773 ____________________________________________________________________________
13774 [  7547] By: jhi                                   on 2000/11/04  22:43:56
13775         Log: Integrate perlio.
13776      Branch: perl
13777           +> lib/perlio.pm
13778           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
13779           !> pod/perlapi.pod t/lib/b.t
13780 ____________________________________________________________________________
13781 [  7546] By: jhi                                   on 2000/11/04  22:40:59
13782         Log: Configure would use a bad $myuname from an old config.sh.
13783              
13784              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
13785              From: Andy Dougherty <doughera@lafayette.edu>
13786              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
13787              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
13788      Branch: metaconfig
13789            ! U/modified/Oldconfig.U
13790      Branch: perl
13791            ! Configure config_h.SH
13792 ____________________________________________________________________________
13793 [  7545] By: jhi                                   on 2000/11/04  22:36:54
13794         Log: Subject: Locales support (setlocale) fixes
13795              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13796              Date: Sat, 4 Nov 2000 10:15:48 +0300 
13797              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
13798              
13799              Modified quite a bit to be more portable.
13800      Branch: perl
13801            ! embed.h embed.pl perl.h proto.h util.c
13802 ____________________________________________________________________________
13803 [  7544] By: jhi                                   on 2000/11/04  22:32:47
13804         Log: Dying is too strict here, better just skip.
13805      Branch: perl
13806            ! t/op/misc.t
13807 ____________________________________________________________________________
13808 [  7543] By: nick                                  on 2000/11/04  21:55:13
13809         Log: Merge mainline
13810      Branch: perlio
13811           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
13812           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
13813           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
13814           !> (integrate 64 files)
13815 ____________________________________________________________________________
13816 [  7542] By: jhi                                   on 2000/11/04  21:09:28
13817         Log: More Changes tweakery.
13818      Branch: perl
13819            ! Changes Porting/genlog
13820 ____________________________________________________________________________
13821 [  7541] By: jhi                                   on 2000/11/04  20:58:18
13822         Log: Changes fixups.
13823      Branch: perl
13824            ! Changes
13825 ____________________________________________________________________________
13826 [  7540] By: jhi                                   on 2000/11/04  20:42:38
13827         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
13828              create a "fast path" for locale name probing using "locale -a"
13829              if available, squash finally hopefully the s?printf resetting
13830              the numeric locale (since, IIUC perllocale, it never shouldn't). 
13831      Branch: perl
13832            ! sv.c t/op/misc.t t/pragma/locale.t
13833 ____________________________________________________________________________
13834 [  7539] By: nick                                  on 2000/11/04  19:56:10
13835         Log: PerlIO infrastructure complete.
13836      Branch: perlio
13837            + lib/perlio.pm
13838            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
13839 ____________________________________________________________________________
13840 [  7538] By: nick                                  on 2000/11/04  14:31:32
13841         Log: Type tweaks + less contorted allocation scheme
13842      Branch: perlio
13843            ! perlio.c
13844 ____________________________________________________________________________
13845 [  7537] By: nick                                  on 2000/11/04  12:40:42
13846         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
13847              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
13848              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
13849              sensible) which lead to some interesting fails.
13850      Branch: perlio
13851            ! perlio.c
13852 ____________________________________________________________________________
13853 [  7536] By: jhi                                   on 2000/11/04  00:20:02
13854         Log: Add FCNTL_CAN_LOCK.
13855              
13856              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
13857              From: Andy Dougherty <doughera@lafayette.edu>
13858              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
13859              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
13860              
13861              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
13862              From: Andy Dougherty <doughera@lafayette.edu>
13863              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
13864              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
13865      Branch: metaconfig/U/perl
13866            + d_fcntl_can_lock.U
13867            ! startperl.U
13868      Branch: perl
13869            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13870            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
13871            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13872            ! vos/config.ga.h win32/config.bc win32/config.gc
13873            ! win32/config.vc
13874 ____________________________________________________________________________
13875 [  7535] By: nick                                  on 2000/11/03  22:19:10
13876         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
13877              - Works on Linux with
13878              perlio + unix
13879              stdio
13880              - Works on Solaris with
13881              perlio + unix
13882              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
13883              - Fails (hangs in openpid) if you try and stack
13884              perlio + stdio - Linux stdio's read() logic is hanging.
13885      Branch: perlio
13886            ! iperlsys.h perlio.c
13887 ____________________________________________________________________________
13888 [  7534] By: jhi                                   on 2000/11/03  15:16:02
13889         Log: Subject: Re: README.aix
13890              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13891              Date: Fri, 03 Nov 2000 16:03:15 +0100
13892              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
13893      Branch: perl
13894            ! README.aix
13895 ____________________________________________________________________________
13896 [  7533] By: jhi                                   on 2000/11/03  03:59:02
13897         Log: Subject: [PATCH 5.7.0] better messages from malloc()
13898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13899              Date: Wed, 1 Nov 2000 23:39:56 -0500
13900              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
13901      Branch: perl
13902            ! malloc.c pod/perldiag.pod
13903 ____________________________________________________________________________
13904 [  7532] By: jhi                                   on 2000/11/03  00:11:56
13905         Log: The #7521 touched things it shouldn't have.
13906      Branch: perl
13907            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
13908 ____________________________________________________________________________
13909 [  7531] By: jhi                                   on 2000/11/02  22:32:33
13910         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
13911              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13912              Date:     Thu, 2 Nov 2000 16:58:36 EST
13913              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
13914      Branch: perl
13915            ! vms/gen_shrfls.pl
13916 ____________________________________________________________________________
13917 [  7530] By: jhi                                   on 2000/11/02  22:08:49
13918         Log: Fix the problem discussed in
13919              
13920              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
13921              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
13922              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
13923              
13924              originally from Linc Madison.  Also Andreas König's comments
13925              taken into account.  Some other problems with Tie::SubstrHash
13926              fixed: didn't croak when the table exceeded the requested number
13927              of entries (as documented) but instead when the number of entries
13928              exceeded the size of the table, a croak() had an unnecessary \n,
13929              didn't have a CLEAR method, documented that there is no exists().
13930              Didn't fix to be strict-proof because the module uses &foo; and
13931              dynamic scope.  Added a test script exercizing both first tamely 
13932              the basic functionality, and then the failure cases reported by
13933              Linc Madison.
13934      Branch: perl
13935            + t/lib/tie-substrhash.t
13936            ! MANIFEST lib/Tie/SubstrHash.pm
13937 ____________________________________________________________________________
13938 [  7529] By: jhi                                   on 2000/11/02  17:58:08
13939         Log: recv() can fail and return undef.
13940              
13941              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
13942              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
13943              Date: Thu, 2 Nov 2000 20:12:20 +0300
13944              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
13945      Branch: perl
13946            ! lib/Net/Ping.pm
13947 ____________________________________________________________________________
13948 [  7528] By: jhi                                   on 2000/11/02  17:49:09
13949         Log: Detpyo.
13950      Branch: perl
13951            ! pod/perlop.pod
13952 ____________________________________________________________________________
13953 [  7527] By: jhi                                   on 2000/11/02  15:48:37
13954         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
13955              fix a autovivification bug in Tie::RefHash, add tests for both.
13956              
13957              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
13958              From: Edward Avis <epa98@doc.ic.ac.uk>
13959              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
13960              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
13961      Branch: perl
13962            + t/lib/tie-refhash.t
13963            ! MANIFEST lib/Tie/RefHash.pm
13964 ____________________________________________________________________________
13965 [  7526] By: jhi                                   on 2000/11/02  13:56:26
13966         Log: Test::Harness revealed buglets in the new DynaLoader.
13967              
13968              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
13969              From: andreas.koenig@anima.de (Andreas J. Koenig)
13970              Date: 02 Nov 2000 11:26:48 +0100 
13971              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
13972      Branch: perl
13973            ! ext/DynaLoader/DynaLoader_pm.PL
13974 ____________________________________________________________________________
13975 [  7525] By: jhi                                   on 2000/11/01  23:52:08
13976         Log: The entry for #7503 was missing.
13977      Branch: perl
13978            ! Changes
13979 ____________________________________________________________________________
13980 [  7524] By: jhi                                   on 2000/11/01  23:40:52
13981         Log: Update Changes.
13982      Branch: perl
13983            ! Changes patchlevel.h
13984 ____________________________________________________________________________
13985 [  7523] By: jhi                                   on 2000/11/01  22:57:09
13986         Log: More tweaking on the #7522 theme.
13987      Branch: perl
13988            ! ext/DynaLoader/DynaLoader_pm.PL
13989 ____________________________________________________________________________
13990 [  7522] By: jhi                                   on 2000/11/01  22:06:15
13991         Log: Expand %Config variables and %ENV variables only if
13992              so requested during build time using the
13993              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
13994              Not expanding makes relocating distributions easier.
13995      Branch: perl
13996            ! ext/DynaLoader/DynaLoader_pm.PL
13997 ____________________________________________________________________________
13998 [  7521] By: jhi                                   on 2000/11/01  20:56:34
13999         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
14000              and setgid() because they were just changing $< and $( which means
14001              only changing the real uid/gid, as opposed to changing both
14002              real and effective ids.  (The alternative way could have been
14003              in POSIX.pm to change $> and $), too, but making a direct call
14004              to the C API feels cleaner.)  Fixes the bug
14005              
14006              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
14007              From: "Garry T. Williams" <garry@zvolve.com>
14008              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
14009              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
14010      Branch: perl
14011            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14012            ! ext/POSIX/typemap pod/perlvar.pod
14013 ____________________________________________________________________________
14014 [  7520] By: jhi                                   on 2000/11/01  20:08:33
14015         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
14016              From: "Garry T. Williams" <garry@zvolve.com>
14017              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
14018              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
14019      Branch: perl
14020            ! pod/perlsec.pod
14021 ____________________________________________________________________________
14022 [  7519] By: jhi                                   on 2000/11/01  20:01:22
14023         Log: Locale warning explanation tweak.
14024      Branch: perl
14025            ! pod/perldiag.pod
14026 ____________________________________________________________________________
14027 [  7518] By: jhi                                   on 2000/11/01  18:57:13
14028         Log: C.pm part of
14029              
14030              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
14031              From: Jarkko Hietaniemi <jhi@iki.fi>
14032              Date: Tue, 10 Oct 2000 08:22:28 -0500
14033              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
14034      Branch: perl
14035            ! ext/B/B/C.pm
14036 ____________________________________________________________________________
14037 [  7517] By: jhi                                   on 2000/11/01  18:41:59
14038         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
14039              From: Martien Verbruggen <mgjv@comdyn.com.au>
14040              Date: Fri, 6 Oct 2000 14:09:10 +1100
14041              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
14042      Branch: perl
14043            ! pod/perlop.pod
14044 ____________________________________________________________________________
14045 [  7516] By: jhi                                   on 2000/11/01  18:34:55
14046         Log: Generalize the Camel wording.
14047              
14048              Subject: Re: perlfaq style changes
14049              From: John Borwick <jhborwic@unity.ncsu.edu>
14050              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
14051              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
14052      Branch: perl
14053            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
14054 ____________________________________________________________________________
14055 [  7515] By: jhi                                   on 2000/11/01  16:52:31
14056         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
14057              From: pimlott@idiomtech.com (Andrew Pimlott)
14058              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
14059              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
14060      Branch: perl
14061            ! pod/perlsec.pod
14062 ____________________________________________________________________________
14063 [  7514] By: jhi                                   on 2000/11/01  15:03:40
14064         Log: More AIX lore.
14065      Branch: perl
14066            ! ext/re/hints/aix.pl
14067 ____________________________________________________________________________
14068 [  7513] By: jhi                                   on 2000/11/01  14:48:30
14069         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
14070              From: root <root@chronos.fi.muni.cz>
14071              Date: Wed, 1 Nov 2000 12:31:32 +0100
14072              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
14073      Branch: perl
14074            ! lib/Net/Ping.pm
14075 ____________________________________________________________________________
14076 [  7512] By: jhi                                   on 2000/11/01  14:46:47
14077         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
14078              From: Martin Husemann <martin@duskware.de>
14079              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
14080              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
14081      Branch: perl
14082            ! regcomp.c
14083 ____________________________________________________________________________
14084 [  7511] By: jhi                                   on 2000/11/01  14:39:50
14085         Log: AUTHORS updates.
14086      Branch: perl
14087            ! AUTHORS
14088 ____________________________________________________________________________
14089 [  7510] By: jhi                                   on 2000/11/01  14:29:50
14090         Log: Subject: [PATCH] startperl to respect versiononly
14091              From: Robin Barker <rmb1@cise.npl.co.uk> 
14092              Date: Tue, 31 Oct 2000 16:29:36 GMT
14093              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
14094      Branch: metaconfig/U/perl
14095            ! startperl.U
14096      Branch: perl
14097            ! Configure config_h.SH
14098 ____________________________________________________________________________
14099 [  7509] By: jhi                                   on 2000/11/01  14:19:53
14100         Log: printf UVs the correct way, noticed by Robin Barker.
14101      Branch: perl
14102            ! utf8.c
14103 ____________________________________________________________________________
14104 [  7508] By: jhi                                   on 2000/11/01  14:10:03
14105         Log: Do not cleanup *% because the % has special meanings in some
14106              shell environments.
14107      Branch: perl
14108            ! ext/Storable/Makefile.PL
14109 ____________________________________________________________________________
14110 [  7507] By: jhi                                   on 2000/11/01  14:06:00
14111         Log: The NonStop-UX libraries have a novel way to say NaN.
14112      Branch: perl
14113            ! t/lib/bigfltpm.t
14114 ____________________________________________________________________________
14115 [  7506] By: jhi                                   on 2000/11/01  14:03:35
14116         Log: The osname has been lowercased by now, from Tom Bates.
14117      Branch: metaconfig
14118            ! U/modified/Oldconfig.U
14119      Branch: perl
14120            ! Configure config_h.SH
14121 ____________________________________________________________________________
14122 [  7505] By: jhi                                   on 2000/10/31  19:18:39
14123         Log: The compiler is either gcc or cc, from Tom Bates.
14124      Branch: perl
14125            ! hints/nonstopux.sh
14126 ____________________________________________________________________________
14127 [  7504] By: jhi                                   on 2000/10/31  14:53:42
14128         Log: Update Changes.
14129      Branch: perl
14130            ! Changes patchlevel.h
14131 ____________________________________________________________________________
14132 [  7503] By: jhi                                   on 2000/10/31  14:30:50
14133         Log: Whitespace style tweak.  Was originally going to see to
14134              
14135              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
14136              From: Joe Smith <jms@inwap.com>
14137              Date: Mon, 30 Oct 2000 18:47:57 -0800
14138              Message-Id: <39FE32DD.24AAC4D@inwap.com>
14139              
14140              but that had already been taken care of.
14141      Branch: metaconfig
14142            ! U/compline/d_stdstdio.U
14143      Branch: perl
14144            ! Configure config_h.SH
14145 ____________________________________________________________________________
14146 [  7502] By: jhi                                   on 2000/10/31  14:25:02
14147         Log: AUTHORS tweaks.
14148      Branch: perl
14149            ! AUTHORS
14150 ____________________________________________________________________________
14151 [  7501] By: jhi                                   on 2000/10/31  14:23:59
14152         Log: Subject: perlfaq style changes
14153              From: John Borwick <jhborwic@unity.ncsu.edu>
14154              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
14155              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
14156      Branch: perl
14157            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14158            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14159            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14160            ! pod/perlfaq9.pod
14161 ____________________________________________________________________________
14162 [  7500] By: jhi                                   on 2000/10/31  14:22:15
14163         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
14164              
14165              Subject: Re: [ID 20000918.005] ~ on wide chars
14166              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14167              Date: Mon, 30 Oct 2000 21:09:55 -0800
14168              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
14169              
14170              (The ord() part of the patch skipped.)
14171      Branch: perl
14172            ! doop.c
14173 ____________________________________________________________________________
14174 [  7499] By: jhi                                   on 2000/10/31  14:20:08
14175         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
14176              From: Jens Hamisch <jens@Strawberry.COM>
14177              Date: Mon, 30 Oct 2000 15:17:07 +0100
14178              Message-Id: <20001030151707.A9597@Strawberry.COM>
14179      Branch: perl
14180            ! av.c
14181 ____________________________________________________________________________
14182 [  7498] By: jhi                                   on 2000/10/31  14:16:29
14183         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
14184              From: Peter Prymmer <pvhp@forte.com>
14185              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
14186              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
14187      Branch: perl
14188            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
14189            + ext/Encode/Encode/posix-bc.enc
14190            ! MANIFEST t/lib/encode.t
14191 ____________________________________________________________________________
14192 [  7497] By: jhi                                   on 2000/10/31  14:13:22
14193         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
14194              From: Peter Prymmer <pvhp@forte.com>
14195              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
14196              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
14197      Branch: perl
14198            ! t/lib/cgi-html.t
14199 ____________________________________________________________________________
14200 [  7496] By: jhi                                   on 2000/10/31  14:12:05
14201         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
14202              From: Peter Prymmer <pvhp@forte.com>
14203              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
14204              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
14205      Branch: perl
14206            ! t/lib/cgi-function.t
14207 ____________________________________________________________________________
14208 [  7495] By: jhi                                   on 2000/10/31  14:11:08
14209         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
14210              From: Peter Prymmer <pvhp@forte.com>
14211              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
14212              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
14213      Branch: perl
14214            + ext/re/hints/aix.pl
14215            ! MANIFEST ext/re/Makefile.PL
14216 ____________________________________________________________________________
14217 [  7494] By: jhi                                   on 2000/10/31  14:08:32
14218         Log: Use Errno magic.
14219              
14220              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
14221              From: Casey Tweten <perl@ctweten.amsite.com>
14222              Date: Mon, 30 Oct 2000 15:51:17 -0500
14223              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
14224      Branch: perl
14225            ! lib/File/Temp.pm
14226 ____________________________________________________________________________
14227 [  7493] By: jhi                                   on 2000/10/31  14:05:07
14228         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
14229              
14230              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
14231              From: Nicholas Clark <nick@ccl4.org>
14232              Date: Mon, 30 Oct 2000 17:38:45 +0000
14233              Message-ID: <20001030173845.O60355@plum.flirble.org>
14234      Branch: perl
14235            ! Makefile.SH utils/perlbug.PL
14236 ____________________________________________________________________________
14237 [  7492] By: nick                                  on 2000/10/30  19:37:23
14238         Log: Change files which are mysteriously different to mainline to be
14239              copies of mainline.
14240      Branch: perlio
14241            ! objXSUB.h perlapi.c pod/perlapi.pod
14242 ____________________________________________________________________________
14243 [  7491] By: nick                                  on 2000/10/30  18:05:54
14244         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
14245              - typo in endian code in putc.
14246              - Don't allow read of write-only files and vice-versa
14247              - and off-by-one in flush-all loop.
14248              Remove debug calls as they were using GCC specific features.
14249      Branch: perlio
14250            ! perlio.c
14251 ____________________________________________________________________________
14252 [  7490] By: nick                                  on 2000/10/29  21:45:45
14253         Log: Integrate mainline to perlio
14254      Branch: perlio
14255           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
14256           !> toke.c
14257 ____________________________________________________________________________
14258 [  7489] By: jhi                                   on 2000/10/29  21:11:08
14259         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
14260              From: andreas.koenig@anima.de (Andreas J. Koenig)
14261              Date: 29 Oct 2000 22:05:59 +0100
14262              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
14263      Branch: perl
14264            ! lib/ExtUtils/Manifest.pm
14265 ____________________________________________________________________________
14266 [  7488] By: jhi                                   on 2000/10/29  21:07:47
14267         Log: Tests for #7487.
14268              
14269              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
14270              From: andreas.koenig@anima.de (Andreas J. Koenig)
14271              Date: 29 Oct 2000 19:37:09 +0100
14272              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
14273      Branch: perl
14274            ! t/comp/proto.t
14275 ____________________________________________________________________________
14276 [  7487] By: jhi                                   on 2000/10/29  21:06:27
14277         Log: constsub spillage.
14278              
14279              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
14280              From: John Tobey <jtobey@john-edwin-tobey.org>
14281              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
14282              Message-Id: <m13pvSr-000FObC@feynman.localnet>
14283      Branch: perl
14284            ! op.c
14285 ____________________________________________________________________________
14286 [  7486] By: nick                                  on 2000/10/29  21:05:04
14287         Log: Integrate mainline to perlio branch
14288      Branch: perlio
14289           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
14290           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
14291           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
14292           +> vos/install_perl.cm
14293            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
14294            - vos/config.h vos/config_h.SH_orig
14295           !> (integrate 141 files)
14296 ____________________________________________________________________________
14297 [  7485] By: jhi                                   on 2000/10/29  21:00:47
14298         Log: Make \x{...} consistently produce UTF-8.
14299              
14300              Subject: Re: \x{...} is confused 
14301              From: Simon Cozens <simon@cozens.net>
14302              Date: Sun, 29 Oct 2000 19:36:48 +0000
14303              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
14304      Branch: perl
14305            ! t/pragma/utf8.t toke.c
14306 ____________________________________________________________________________
14307 [  7484] By: nick                                  on 2000/10/29  20:05:29
14308         Log: PerlIO passes all tests.
14309      Branch: perlio
14310            ! perlio.c
14311 ____________________________________________________________________________
14312 [  7483] By: jhi                                   on 2000/10/29  18:06:55
14313         Log: Update Changes.
14314      Branch: perl
14315            ! Changes patchlevel.h
14316 ____________________________________________________________________________
14317 [  7482] By: nick                                  on 2000/10/29  17:43:28
14318         Log: Include <unistd.h> to get correct lseek() prototype etc.
14319              (I thought perl.h did that) - down to two fails
14320              - comp/require.t (last test)
14321              - lib/io_xs.t - possibly import/export of FILE * ?
14322      Branch: perlio
14323            ! perlio.c
14324 ____________________________________________________________________________
14325 [  7481] By: jhi                                   on 2000/10/29  17:02:37
14326         Log: UTF-8 decoder tweak.
14327      Branch: perl
14328            ! utf8.c
14329 ____________________________________________________________________________
14330 [  7480] By: nick                                  on 2000/10/29  16:26:11
14331         Log: Fixed two bugs:
14332              - error code not being set on close (of broken pipe)
14333              - append mode was truncating.
14334              At least one seek/tell bug remains.
14335      Branch: perlio
14336            ! perlio.c
14337 ____________________________________________________________________________
14338 [  7479] By: nick                                  on 2000/10/29  11:18:16
14339         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
14340              in case of accidents. Still several worrying fails, no line disciplines yet.
14341      Branch: perlio
14342            ! iperlsys.h perlio.c
14343 ____________________________________________________________________________
14344 [  7478] By: jhi                                   on 2000/10/29  02:04:01
14345         Log: Add also emailless people.
14346      Branch: perl
14347            ! AUTHORS
14348 ____________________________________________________________________________
14349 [  7477] By: jhi                                   on 2000/10/29  01:36:00
14350         Log: The #7476 needs a MANIFEST change, too.
14351      Branch: perl
14352            ! MANIFEST
14353 ____________________________________________________________________________
14354 [  7476] By: jhi                                   on 2000/10/29  01:35:21
14355         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
14356      Branch: perl
14357            - MAINTAIN
14358            ! AUTHORS Changes
14359 ____________________________________________________________________________
14360 [  7475] By: jhi                                   on 2000/10/28  23:57:25
14361         Log: De-quoted-unreadable to ISO Latin 1.
14362              (There's one ISO-2022-JP name in Changes5.004.)
14363      Branch: perl
14364            ! Changes Changes5.6
14365 ____________________________________________________________________________
14366 [  7474] By: jhi                                   on 2000/10/28  19:13:06
14367         Log: Subject: [ID 20001027.007] uniq array in perlfaq
14368              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
14369              Date: Fri, 27 Oct 2000 19:28:30 +0200
14370              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
14371      Branch: perl
14372            ! pod/perlfaq4.pod
14373 ____________________________________________________________________________
14374 [  7473] By: jhi                                   on 2000/10/28  18:02:05
14375         Log: Locking null mutexes is not recommendable.
14376              
14377              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
14378              From: Hugo <hv@crypt.compulink.co.uk>
14379              Date: Sat, 28 Oct 2000 18:41:12 +0100
14380              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
14381      Branch: perl
14382            ! op.c
14383 ____________________________________________________________________________
14384 [  7472] By: jhi                                   on 2000/10/28  17:52:58
14385         Log: Better create a true mailing list for the repository keepers.
14386      Branch: perl
14387            ! Porting/repository.pod
14388 ____________________________________________________________________________
14389 [  7471] By: jhi                                   on 2000/10/28  17:28:24
14390         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
14391              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
14392      Branch: perl
14393            + Porting/repository.pod
14394            ! MANIFEST
14395 ____________________________________________________________________________
14396 [  7470] By: jhi                                   on 2000/10/28  17:20:54
14397         Log: Subject: DOC PATCH 5.6.0
14398              From: mjd@plover.com
14399              Date: 27 Oct 2000 17:32:44 -0000
14400              Message-ID: <20001027173244.23754.qmail@plover.com>
14401      Branch: perl
14402            ! pod/perlfunc.pod
14403 ____________________________________________________________________________
14404 [  7469] By: jhi                                   on 2000/10/28  17:16:45
14405         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
14406              From: "Peter J. Farley III" <pjfarley@banet.net>
14407              Date: Fri, 27 Oct 2000 20:32:56 -0400
14408              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
14409      Branch: perl
14410            ! README.dos
14411 ____________________________________________________________________________
14412 [  7468] By: jhi                                   on 2000/10/28  17:07:18
14413         Log: Make target reordering to avoid pointless re-makes.
14414              
14415              Subject: Re: Total re-make of 'make okfile' after 7451 ?
14416              From: Nicholas Clark <nick@ccl4.org>
14417              Date: Sat, 28 Oct 2000 00:31:02 +0100
14418              Message-ID: <20001028003101.A54517@plum.flirble.org>
14419      Branch: perl
14420            ! Makefile.SH
14421 ____________________________________________________________________________
14422 [  7467] By: jhi                                   on 2000/10/28  17:05:31
14423         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
14424              From: lvirden@cas.org
14425              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
14426              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
14427      Branch: perl
14428            ! README.os2
14429 ____________________________________________________________________________
14430 [  7466] By: jhi                                   on 2000/10/28  16:09:16
14431         Log: Upgrade to CPAN 1.58_55.
14432              
14433              Subject: CPAN.pm status
14434              From: andreas.koenig@anima.de (Andreas J. Koenig) 
14435              Date: 28 Oct 2000 08:18:00 +0200 
14436              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
14437      Branch: perl
14438            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14439 ____________________________________________________________________________
14440 [  7465] By: jhi                                   on 2000/10/28  16:02:47
14441         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
14442      Branch: perl
14443            ! embed.h embed.pl perl.h proto.h toke.c
14444 ____________________________________________________________________________
14445 [  7464] By: nick                                  on 2000/10/28  10:43:44
14446         Log: Fix for sv_2iv() on "shared" value from keys %hash.
14447      Branch: perl
14448            ! sv.c
14449 ____________________________________________________________________________
14450 [  7463] By: jhi                                   on 2000/10/27  16:18:29
14451         Log: Update Changes.
14452      Branch: perl
14453            ! Changes patchlevel.h
14454 ____________________________________________________________________________
14455 [  7462] By: jhi                                   on 2000/10/27  16:17:44
14456         Log: Too enthusiastic editing in #7460.
14457      Branch: metaconfig
14458            ! U/modified/Oldsym.U
14459      Branch: perl
14460            ! Configure config_h.SH
14461 ____________________________________________________________________________
14462 [  7461] By: jhi                                   on 2000/10/27  15:37:38
14463         Log: Retract #7459, the script needs more work.
14464      Branch: perl
14465            - mkreef
14466            ! MANIFEST
14467 ____________________________________________________________________________
14468 [  7460] By: jhi                                   on 2000/10/27  15:23:14
14469         Log: Use $sort, $uniq (and $tr) consistently as wondered
14470              by Nicholas Clark.
14471      Branch: metaconfig
14472            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
14473            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
14474            ! U/modified/libc.U
14475      Branch: perl
14476            ! Configure config_h.SH
14477 ____________________________________________________________________________
14478 [  7459] By: jhi                                   on 2000/10/27  15:02:07
14479         Log: (Retracted by #7461)
14480              
14481              Add a shell script for creating/removing symbolic link farms,
14482              useful for keeping the source code read-only and doing the
14483              builds somewhere else.
14484      Branch: perl
14485            + mkreef
14486            ! MANIFEST
14487 ____________________________________________________________________________
14488 [  7458] By: jhi                                   on 2000/10/27  14:42:20
14489         Log: Do away with the fix_pl.
14490      Branch: perl
14491            - fix_pl
14492            ! MANIFEST Makefile.SH
14493 ____________________________________________________________________________
14494 [  7457] By: jhi                                   on 2000/10/27  12:43:13
14495         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
14496              From: Jens Hamisch <jens@Strawberry.COM>
14497              Date: Fri, 27 Oct 2000 14:38:21 +0200
14498              Message-Id: <20001027143821.B3366@Strawberry.COM>
14499      Branch: perl
14500            ! perl.h
14501 ____________________________________________________________________________
14502 [  7456] By: jhi                                   on 2000/10/27  12:33:42
14503         Log: Subject: [PATCH] todo
14504              From: Nicholas Clark <nick@ccl4.org>
14505              Date: Thu, 26 Oct 2000 22:32:29 +0100
14506              Message-ID: <20001026223229.A44540@plum.flirble.org>
14507      Branch: perl
14508            ! pod/perltodo.pod
14509 ____________________________________________________________________________
14510 [  7455] By: jhi                                   on 2000/10/27  12:02:21
14511         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
14512              From: John Tobey <jtobey@john-edwin-tobey.org>
14513              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
14514              Message-Id: <m13ozHF-000FObC@feynman.localnet>
14515      Branch: perl
14516            ! op.c t/pragma/sub_lval.t
14517 ____________________________________________________________________________
14518 [  7454] By: jhi                                   on 2000/10/27  11:59:42
14519         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
14520              From: sthoenna@efn.org
14521              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
14522              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
14523      Branch: perl
14524            ! pp.c t/op/assignwarn.t
14525 ____________________________________________________________________________
14526 [  7453] By: jhi                                   on 2000/10/27  00:15:08
14527         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
14528      Branch: perl
14529            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14530            ! ext/Storable/Storable.xs t/lib/st-lock.t
14531 ____________________________________________________________________________
14532 [  7452] By: jhi                                   on 2000/10/26  13:05:52
14533         Log: Undo #7451, this seems to be a deficiency in Perforce,
14534              there is no per-file line-terminator type, only per-client.
14535      Branch: perl
14536            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
14537            ! win32/makefile.mk
14538 ____________________________________________________________________________
14539 [  7451] By: jhi                                   on 2000/10/26  04:56:03
14540         Log: Experimenting in DOS arcana.
14541      Branch: perl
14542            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
14543            ! win32/makefile.mk
14544 ____________________________________________________________________________
14545 [  7450] By: jhi                                   on 2000/10/26  04:50:52
14546         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
14547              From: "Peter J. Farley III" <pjfarley@banet.net>            
14548              Date: Wed, 25 Oct 2000 23:10:18 -0400
14549              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
14550      Branch: perl
14551            ! t/io/open.t
14552 ____________________________________________________________________________
14553 [  7449] By: jhi                                   on 2000/10/26  04:49:16
14554         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
14555              From: Hugo <hv@crypt.compulink.co.uk>
14556              Date: Thu, 26 Oct 2000 01:55:17 +0100
14557              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
14558              
14559              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
14560      Branch: perl
14561            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
14562 ____________________________________________________________________________
14563 [  7448] By: jhi                                   on 2000/10/26  04:38:36
14564         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
14565              From: Peter Prymmer <pvhp@forte.com>
14566              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
14567              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
14568      Branch: perl
14569            ! configure.com
14570 ____________________________________________________________________________
14571 [  7447] By: jhi                                   on 2000/10/25  23:20:02
14572         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
14573              in platforms that strictly require all the symbols being present
14574              at link time.
14575      Branch: perl
14576            ! handy.h
14577 ____________________________________________________________________________
14578 [  7446] By: jhi                                   on 2000/10/25  21:55:57
14579         Log: Update Changes.
14580      Branch: perl
14581            ! Changes patchlevel.h
14582 ____________________________________________________________________________
14583 [  7445] By: jhi                                   on 2000/10/25  21:27:08
14584         Log: Integrate with vmsperl #7430 by Charles Bailey:
14585              
14586              Cleanup from prior patch (Charles Lane?):
14587              - improve handling of MFDs in Basename and Path
14588              - default to no xsubpp line # munging when building debug images
14589      Branch: perl
14590           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
14591 ____________________________________________________________________________
14592 [  7444] By: jhi                                   on 2000/10/25  21:03:50
14593         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
14594              From: John Peacock <JPeacock@UnivPress.com>
14595              Date: Thu, 18 May 2000 11:55:27 -0400
14596              Message-ID: <3924126F.A58BE57A@UnivPress.com>
14597      Branch: perl
14598            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
14599            ! t/op/write.t
14600 ____________________________________________________________________________
14601 [  7443] By: jhi                                   on 2000/10/25  20:43:10
14602         Log: Temporary stopgap for the self-tying issue: for now only
14603              array and hash self-ties are verboten.  The real fix, of
14604              course, would be to comprehensively test (and implement?)
14605              and debug (and document) self-ties.
14606      Branch: perl
14607            ! pod/perldiag.pod pp_sys.c t/op/tie.t
14608 ____________________________________________________________________________
14609 [  7442] By: jhi                                   on 2000/10/25  20:14:30
14610         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
14611              From: Dan Sugalski <dan@sidhe.org>
14612              Date: Wed, 25 Oct 2000 13:36:35 -0400
14613              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
14614              
14615              plus regen global.sym.
14616      Branch: perl
14617            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
14618            ! thrdvar.h util.c
14619 ____________________________________________________________________________
14620 [  7441] By: jhi                                   on 2000/10/25  20:12:20
14621         Log: buildtoc target tweaks.
14622      Branch: perl
14623            ! pod/Makefile.SH
14624 ____________________________________________________________________________
14625 [  7440] By: jhi                                   on 2000/10/25  20:03:53
14626         Log: A new version of making the syslog test more robust.
14627              (Replaces #7421.)
14628              
14629              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
14630              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14631              Date: Wed, 25 Oct 2000 12:13:54 -0400
14632              Message-ID: <20001025121354.B2264@O2.chapin.edu>
14633      Branch: perl
14634            ! t/lib/syslog.t
14635 ____________________________________________________________________________
14636 [  7439] By: jhi                                   on 2000/10/25  20:00:48
14637         Log: Continue the internal UTF-8 API tweaking.
14638              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
14639              used much more than the simpler API, now called utf8_to_uv_simple().
14640              Still not quite happy with API, too much partial duplication
14641              of functionality.
14642      Branch: perl
14643            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
14644            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
14645            ! regcomp.c regexec.c sv.c toke.c utf8.c
14646 ____________________________________________________________________________
14647 [  7438] By: jhi                                   on 2000/10/25  18:52:30
14648         Log: Allow poking holes at the UTF-8 decoding strictness.
14649      Branch: perl
14650            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
14651            ! utf8.h
14652 ____________________________________________________________________________
14653 [  7437] By: jhi                                   on 2000/10/25  13:53:05
14654         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
14655              UTF8LEN() and UTF8SKIP(). 
14656      Branch: perl
14657            ! pp.c utf8.c utf8.h
14658 ____________________________________________________________________________
14659 [  7436] By: jhi                                   on 2000/10/25  13:51:37
14660         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
14661              From: Nicholas Clark <nick@ccl4.org>
14662              Date: Wed, 25 Oct 2000 14:44:05 +0100
14663              Message-ID: <20001025144404.D27253@plum.flirble.org>
14664      Branch: perl
14665            ! pod/perlrun.pod
14666 ____________________________________________________________________________
14667 [  7435] By: jhi                                   on 2000/10/25  13:49:32
14668         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
14669              From: Mike Guy <mjtg@cam.ac.uk>
14670              Date: Tue, 24 Oct 2000 14:59:40 +0100
14671              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
14672      Branch: perl
14673            ! scope.c
14674 ____________________________________________________________________________
14675 [  7434] By: jhi                                   on 2000/10/25  13:48:41
14676         Log: AIX is picky about its symbol exports.  Solution for now
14677              is to include the deb.o explicitly to the re extension build.
14678              
14679              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
14680              From: Peter Prymmer <pvhp@forte.com>
14681              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
14682              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
14683      Branch: perl
14684            ! ext/re/Makefile.PL hints/aix.sh
14685 ____________________________________________________________________________
14686 [  7433] By: jhi                                   on 2000/10/25  13:46:49
14687         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
14688              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14689              Date: Wed, 25 Oct 2000 12:02:20 +0200
14690              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
14691      Branch: perl
14692            ! perlsdio.h
14693 ____________________________________________________________________________
14694 [  7432] By: jhi                                   on 2000/10/25  13:44:28
14695         Log: Subject: Minor update to find2perl, for portability
14696              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
14697              Date: Wed, 25 Oct 2000 12:05:47 +0100
14698              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
14699      Branch: perl
14700            ! x2p/find2perl.PL
14701 ____________________________________________________________________________
14702 [  7431] By: jhi                                   on 2000/10/25  13:40:39
14703         Log: Add targets to Makefile.SH, most importantly
14704              'regen_all' which also remembers to update vms/perly*.
14705      Branch: perl
14706            ! Makefile.SH
14707 ____________________________________________________________________________
14708 [  7430] By: bailey                                on 2000/10/25  03:13:53
14709         Log: Cleanup from prior patch (Charles Lane?):
14710              - improve handling of MFDs in Basename and Path
14711              - default to no xsubpp line # munging when building debug images
14712      Branch: vmsperl
14713            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
14714 ____________________________________________________________________________
14715 [  7429] By: jhi                                   on 2000/10/24  20:03:40
14716         Log: Podify README.epoc and README.vos.
14717      Branch: perl
14718            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
14719            ! pod/perlport.pod pod/perltoc.pod
14720 ____________________________________________________________________________
14721 [  7428] By: jhi                                   on 2000/10/24  19:10:33
14722         Log: Stratus VOS updates from Paul Green.
14723      Branch: perl
14724            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14725            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
14726            - vos/config.def vos/config.h vos/config_h.SH_orig
14727            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
14728            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
14729 ____________________________________________________________________________
14730 [  7427] By: jhi                                   on 2000/10/24  18:59:48
14731         Log: Check if stdio supports tweaking lval and cnt simultaneously.
14732              
14733              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
14734              From: Nicholas Clark <nick@ccl4.org>
14735              Date: Mon, 23 Oct 2000 15:39:32 +0100
14736              Message-ID: <20001023153932.A10786@plum.flirble.org>
14737      Branch: metaconfig
14738            ! U/compline/d_stdstdio.U
14739      Branch: perl
14740            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14741            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
14742            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
14743            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
14744            ! vos/config.h vos/config_h.SH_orig win32/config.bc
14745            ! win32/config.gc win32/config.vc
14746 ____________________________________________________________________________
14747 [  7426] By: jhi                                   on 2000/10/24  17:57:44
14748         Log: Missed the header file changes from #7425.
14749      Branch: perl
14750            ! embed.h embed.pl objXSUB.h proto.h
14751 ____________________________________________________________________________
14752 [  7425] By: jhi                                   on 2000/10/24  17:55:17
14753         Log: Fix the bug reported in
14754              
14755              From: andreas.koenig@anima.de (Andreas J. Koenig)
14756              Subject: Encode bug?
14757              Date: 24 Oct 2000 14:01:26 +0200 
14758              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
14759              
14760              Also make is_utf8_char() stricter.
14761      Branch: perl
14762            ! ext/Encode/Encode.xs utf8.c
14763 ____________________________________________________________________________
14764 [  7424] By: jhi                                   on 2000/10/24  15:15:39
14765         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
14766              From: Peter Scott <Peter@PSDT.com>
14767              Date: Mon, 23 Oct 2000 19:46:01 -0700
14768              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
14769      Branch: perl
14770            ! pod/perlfaq5.pod
14771 ____________________________________________________________________________
14772 [  7423] By: jhi                                   on 2000/10/24  14:25:30
14773         Log: Test tweak to avoid pulling in the whole Config.
14774      Branch: perl
14775            ! t/lib/st-lock.t
14776 ____________________________________________________________________________
14777 [  7422] By: jhi                                   on 2000/10/24  14:03:16
14778         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
14779      Branch: perl
14780            ! pp.c
14781 ____________________________________________________________________________
14782 [  7421] By: jhi                                   on 2000/10/24  13:32:09
14783         Log: (Replaced by #7440.)
14784              
14785              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
14786              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14787              Date: Mon, 23 Oct 2000 16:40:54 -0400
14788              Message-ID: <20001023164054.B14491@O2.chapin.edu>
14789      Branch: perl
14790            ! t/lib/syslog.t
14791 ____________________________________________________________________________
14792 [  7420] By: jhi                                   on 2000/10/24  13:30:53
14793         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
14794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14795              Date: Mon, 23 Oct 2000 17:29:03 -0400
14796              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
14797      Branch: perl
14798            ! lib/ExtUtils/MM_Unix.pm
14799 ____________________________________________________________________________
14800 [  7419] By: jhi                                   on 2000/10/24  13:29:57
14801         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
14802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14803              Date: Mon, 23 Oct 2000 19:01:32 -0400
14804              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
14805      Branch: perl
14806            ! utils/h2xs.PL
14807 ____________________________________________________________________________
14808 [  7418] By: jhi                                   on 2000/10/24  13:26:04
14809         Log: Replace #7409 with
14810              
14811              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
14812              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
14813              Date: Mon, 23 Oct 2000 20:08:56 +0200
14814              Message-ID: <20001023200855.A14850@nice.ram.loc>
14815      Branch: perl
14816            ! ext/Storable/Storable.pm t/lib/st-lock.t
14817 ____________________________________________________________________________
14818 [  7417] By: jhi                                   on 2000/10/24  13:17:52
14819         Log: Run vms/vms_yfix.pl, should have done that after changing
14820              perly.c in #7382.
14821      Branch: perl
14822            ! vms/perly_c.vms vms/perly_h.vms
14823 ____________________________________________________________________________
14824 [  7416] By: jhi                                   on 2000/10/24  02:55:33
14825         Log: Make the UTF-8 decoding stricter and more verbose when
14826              malformation happens.  This involved adding an argument
14827              to utf8_to_uv_chk(), which involved changing its prototype,
14828              and prefer STRLEN over I32 for the UTF-8 length, which as
14829              a domino effect necessitated changing the prototypes of
14830              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
14831              The stricter UTF-8 decoding checking uses Markus Kuhn's
14832              UTF-8 Decode Stress Tester from
14833              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
14834      Branch: perl
14835            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
14836            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
14837            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
14838            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
14839 ____________________________________________________________________________
14840 [  7415] By: jhi                                   on 2000/10/23  14:06:06
14841         Log: Update Changes.
14842      Branch: perl
14843            ! Changes patchlevel.h
14844 ____________________________________________________________________________
14845 [  7414] By: jhi                                   on 2000/10/23  12:39:52
14846         Log: Undo the basename() part of #7412 since the lib/basename
14847              tests would need upgrading too.
14848      Branch: perl
14849            ! lib/File/Basename.pm
14850 ____________________________________________________________________________
14851 [  7413] By: jhi                                   on 2000/10/23  12:19:27
14852         Log: Document PERL_INSTALL_ROOT of #7210.
14853      Branch: perl
14854            ! lib/ExtUtils/Install.pm
14855 ____________________________________________________________________________
14856 [  7412] By: jhi                                   on 2000/10/23  12:16:47
14857         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
14858      Branch: perl
14859            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
14860            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
14861 ____________________________________________________________________________
14862 [  7411] By: jhi                                   on 2000/10/23  12:07:41
14863         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
14864              From: Prymmer/Kahn <pvhp@best.com>
14865              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
14866              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
14867      Branch: perl
14868            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
14869 ____________________________________________________________________________
14870 [  7410] By: jhi                                   on 2000/10/23  04:10:11
14871         Log: The change #7187 was not so good on VMS.
14872              
14873              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
14874              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14875              Date: Sun, 22 Oct 2000 23:03:08 -0500
14876              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
14877      Branch: perl
14878            ! utils/perldoc.PL
14879 ____________________________________________________________________________
14880 [  7409] By: jhi                                   on 2000/10/23  03:57:36
14881         Log: Avoid Storable locking on DJGPP for now.
14882              
14883              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
14884              From: "Peter J. Farley III" <pjfarley@banet.net>
14885              Date: Sun, 22 Oct 2000 20:00:00 -0400
14886              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
14887      Branch: perl
14888            ! ext/Storable/Storable.pm t/lib/st-lock.t
14889 ____________________________________________________________________________
14890 [  7408] By: jhi                                   on 2000/10/23  03:50:24
14891         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
14892              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14893              Date: Sun, 22 Oct 2000 21:12:22 -0400
14894              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
14895      Branch: perl
14896            ! lib/vars.pm
14897 ____________________________________________________________________________
14898 [  7407] By: jhi                                   on 2000/10/23  03:43:12
14899         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
14900              From: Hugo <hv@crypt.compulink.co.uk>
14901              Date: Mon, 23 Oct 2000 00:47:22 +0100
14902              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
14903      Branch: perl
14904            ! regexec.c t/op/pat.t
14905 ____________________________________________________________________________
14906 [  7406] By: jhi                                   on 2000/10/23  03:40:29
14907         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
14908      Branch: perl
14909            ! lib/ExtUtils/MakeMaker.pm
14910 ____________________________________________________________________________
14911 [  7405] By: jhi                                   on 2000/10/22  21:32:00
14912         Log: Doc patch.
14913              
14914              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
14915              From: rspier@pobox.com (Robert Spier)
14916              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
14917              Message-ID: <14835.16112.13457.447971@rls.cx>
14918      Branch: perl
14919            ! lib/strict.pm
14920 ____________________________________________________________________________
14921 [  7404] By: jhi                                   on 2000/10/22  21:30:51
14922         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
14923              From: rspier@pobox.com (Robert Spier)
14924              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
14925              Message-ID: <14835.17223.72448.705566@rls.cx>
14926      Branch: perl
14927            ! lib/ExtUtils/MakeMaker.pm
14928 ____________________________________________________________________________
14929 [  7403] By: jhi                                   on 2000/10/22  21:24:11
14930         Log: Subject: [PATCH bleadperl] ripples from constsub patch
14931              From: John Tobey <jtobey@john-edwin-tobey.org>
14932              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
14933              Message-Id: <m13nSOB-000FObC@feynman.localnet>
14934      Branch: perl
14935            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
14936 ____________________________________________________________________________
14937 [  7402] By: jhi                                   on 2000/10/22  20:59:35
14938         Log: Support s?printf parameter reordering.
14939      Branch: perl
14940            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
14941 ____________________________________________________________________________
14942 [  7401] By: jhi                                   on 2000/10/22  19:19:14
14943         Log: Expand %Config variables only if explicitly so requested
14944              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
14945              
14946              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
14947              From: Gurusamy Sarathy <gsar@ActiveState.com>
14948              Date: Sun, 22 Oct 2000 11:47:32 -0700
14949              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
14950      Branch: perl
14951            ! Makefile.SH lib/lib_pm.PL
14952 ____________________________________________________________________________
14953 [  7400] By: jhi                                   on 2000/10/22  18:24:10
14954         Log: Move the #7390 test from warn/op to comp/redef.
14955              
14956              Subject: Re: Creating const subs for constants.
14957              From: John Tobey <jtobey@john-edwin-tobey.org>
14958              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
14959              Message-Id: <m13nG72-000FObC@feynman.localnet>               
14960      Branch: perl
14961            ! t/comp/redef.t t/pragma/warn/op
14962 ____________________________________________________________________________
14963 [  7399] By: jhi                                   on 2000/10/22  17:49:59
14964         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
14965              From: Nicholas Clark <nick@ccl4.org>
14966              Date: Sat, 21 Oct 2000 22:23:19 +0100
14967              Message-ID: <20001021222319.B45586@plum.flirble.org>
14968      Branch: perl
14969            ! ext/DynaLoader/DynaLoader_pm.PL
14970 ____________________________________________________________________________
14971 [  7398] By: jhi                                   on 2000/10/22  17:47:35
14972         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
14973              From: Hugo <hv@crypt.compulink.co.uk>
14974              Date: Sat, 21 Oct 2000 18:19:59 +0100
14975              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
14976      Branch: perl
14977            ! ext/B/B.pm ext/B/B/C.pm
14978 ____________________________________________________________________________
14979 [  7397] By: jhi                                   on 2000/10/22  17:35:18
14980         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
14981              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14982              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
14983              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
14984      Branch: perl
14985            ! hints/openbsd.sh
14986 ____________________________________________________________________________
14987 [  7396] By: jhi                                   on 2000/10/22  17:19:46
14988         Log: Subject: installman go-faster stripes
14989              From: Nicholas Clark <nick@talking.bollo.cx>
14990              Date: Sat, 21 Oct 2000 17:24:53 +0100
14991              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
14992              
14993              Subject: Re: installman go-faster stripes
14994              From: Russ Allbery <rra@stanford.edu>
14995              Date: 21 Oct 2000 11:04:13 -0700
14996              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
14997      Branch: perl
14998            ! installman pod/pod2man.PL
14999 ____________________________________________________________________________
15000 [  7395] By: jhi                                   on 2000/10/22  17:17:35
15001         Log: Hints tweak from Anton Berezin.
15002      Branch: perl
15003            ! hints/freebsd.sh
15004 ____________________________________________________________________________
15005 [  7394] By: jhi                                   on 2000/10/22  04:50:04
15006         Log: Tweak the Is* definitions of Unicode character classes
15007              to better match the official categorizations; embrace
15008              the official categorizations; add the combining marks
15009              as alpha (and -numeric); fix DCinital (a typo and edito)
15010              to be DCmedial.
15011      Branch: perl
15012            + lib/unicode/Is/DCmedial.pl
15013            - lib/unicode/Is/DCinital.pl
15014            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
15015            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
15016            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
15017            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
15018 ____________________________________________________________________________
15019 [  7393] By: jhi                                   on 2000/10/21  18:06:05
15020         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
15021              From: Daniel Chetlin <daniel@chetlin.com>
15022              Date: Sat, 21 Oct 2000 02:57:03 -0700
15023              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
15024      Branch: perl
15025            + t/lib/tie-splice.t
15026            ! MANIFEST lib/Tie/Array.pm
15027 ____________________________________________________________________________
15028 [  7392] By: gsar                                  on 2000/10/21  18:05:15
15029         Log: resync utfperl branch with mainline
15030      Branch: utfperl
15031           !> (integrate 1760 files)
15032 ____________________________________________________________________________
15033 [  7391] By: jhi                                   on 2000/10/21  14:37:49
15034         Log: Testcases for a #7383,#7385 related bug.
15035              
15036              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
15037              From: Nicholas Clark <nick@ccl4.org>
15038              Date: Sat, 21 Oct 2000 15:04:51 +0100
15039              Message-ID: <20001021150451.A51566@plum.flirble.org>
15040      Branch: perl
15041            ! t/pragma/utf8.t
15042 ____________________________________________________________________________
15043 [  7390] By: jhi                                   on 2000/10/21  14:35:57
15044         Log: Add a testcase for #7389.
15045      Branch: perl
15046            ! t/pragma/warn/op
15047 ____________________________________________________________________________
15048 [  7389] By: jhi                                   on 2000/10/21  14:26:45
15049         Log: Subject: Re: Creating const subs for constants.
15050              From: John Tobey <jtobey@john-edwin-tobey.org>
15051              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
15052              Message-Id: <m13mo0N-000FObC@feynman.localnet>
15053      Branch: perl
15054            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
15055            ! proto.h sv.c
15056 ____________________________________________________________________________
15057 [  7388] By: nick                                  on 2000/10/21  11:44:23
15058         Log: Populate perlio branch
15059      Branch: perlio
15060           +> (branch 1760 files)
15061 ____________________________________________________________________________
15062 [  7387] By: nick                                  on 2000/10/21  10:52:05
15063         Log: Get branch back as replica of mainline via :
15064              p4 integrate -b utfperl
15065              p4 resolve -at ./...
15066      Branch: utfperl
15067           +> (branch 269 files)
15068            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
15069            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
15070            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
15071            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
15072            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
15073            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15074            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15075            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15076            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
15077            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
15078            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
15079            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
15080            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
15081            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
15082            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
15083            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
15084            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
15085            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
15086            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
15087            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
15088            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
15089            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
15090            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
15091            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
15092            - lib/unicode/UCD300.html lib/unicode/Unicode.300
15093            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
15094            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
15095            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
15096            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
15097           !> (integrate 965 files)
15098 ____________________________________________________________________________
15099 [  7386] By: jhi                                   on 2000/10/21  01:31:12
15100         Log: Update Changes.
15101      Branch: perl
15102            ! Changes patchlevel.h
15103 ____________________________________________________________________________
15104 [  7385] By: jhi                                   on 2000/10/21  01:28:42
15105         Log: The #7383 was right only in the context of the original bug report,
15106              not in more general case.
15107      Branch: perl
15108            ! pp_hot.c
15109 ____________________________________________________________________________
15110 [  7384] By: jhi                                   on 2000/10/21  01:08:23
15111         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
15112      Branch: perl
15113            ! ext/IO/lib/IO/Select.pm
15114 ____________________________________________________________________________
15115 [  7383] By: jhi                                   on 2000/10/21  00:44:18
15116         Log: Fix for ID 20001020.006, concatenating an unset submatch
15117              with utf8 resulted in "Modification of a read-only value".
15118      Branch: perl
15119            ! pp_hot.c t/pragma/utf8.t
15120 ____________________________________________________________________________
15121 [  7382] By: jhi                                   on 2000/10/20  20:44:31
15122         Log: Make scan_num() reëntrant, as suggested in
15123              
15124              Subject: [PATCH perl@7229] Rentrant parser and yylex()
15125              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15126              Date: Fri, 20 Oct 2000 14:17:27 +0100
15127              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
15128      Branch: perl
15129            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
15130            ! toke.c
15131 ____________________________________________________________________________
15132 [  7381] By: jhi                                   on 2000/10/20  20:07:29
15133         Log: Reëntrancy fix.
15134              
15135              Subject: [PATCH perl@7229] Rentrant parser and yylex()
15136              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15137              Date: Fri, 20 Oct 2000 14:17:27 +0100
15138              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
15139      Branch: perl
15140            ! embed.h embed.pl perl.h proto.h toke.c
15141 ____________________________________________________________________________
15142 [  7380] By: jhi                                   on 2000/10/20  19:15:54
15143         Log: Don't write double values through long double pointers,
15144              based on a part of
15145              
15146              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
15147              From: Jens Hamisch <jens@Strawberry.COM>
15148              Date: Tue, 17 Oct 2000 08:39:36 +0200
15149              Message-Id: <20001017083936.A11104@Strawberry.COM>
15150      Branch: perl
15151            ! perl.h pp.c
15152 ____________________________________________________________________________
15153 [  7379] By: jhi                                   on 2000/10/20  18:43:37
15154         Log: Portability tweak on #7377.
15155              
15156              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
15157              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15158              Date:     Fri, 20 Oct 2000 13:13:41 EDT
15159              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
15160      Branch: perl
15161            ! t/lib/dprof.t
15162 ____________________________________________________________________________
15163 [  7378] By: jhi                                   on 2000/10/20  12:57:19
15164         Log: SOCKS function redefinitions need prototypes, too, otherwise
15165              for example 32 bit versus 64 bit differences cause a lot of
15166              problems.  Part of
15167              
15168              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
15169              From: Jens Hamisch <jens@Strawberry.COM>
15170              Date: Tue, 17 Oct 2000 08:39:36 +0200
15171              Message-Id: <20001017083936.A11104@Strawberry.COM>
15172      Branch: perl
15173            ! doio.c pp_sys.c
15174 ____________________________________________________________________________
15175 [  7377] By: jhi                                   on 2000/10/20  12:37:12
15176         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
15177              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15178              Date:     Fri, 20 Oct 2000 08:26:04 EDT
15179              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
15180      Branch: perl
15181            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
15182 ____________________________________________________________________________
15183 [  7376] By: jhi                                   on 2000/10/20  12:35:31
15184         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
15185              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15186              Date:     Fri, 20 Oct 2000 07:48:15 EDT
15187              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
15188      Branch: perl
15189            ! configure.com vms/gen_shrfls.pl
15190 ____________________________________________________________________________
15191 [  7375] By: bailey                                on 2000/10/20  04:44:37
15192         Log: SYN SYN
15193      Branch: vmsperl
15194           +> (branch 134 files)
15195            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
15196            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
15197            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
15198            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
15199            - eg/cgi/frameset.cgi eg/cgi/index.html
15200            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15201            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15202            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15203            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
15204            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
15205            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
15206            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
15207            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
15208            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
15209            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
15210            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
15211            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
15212            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
15213            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
15214            - lib/unicode/Props.txt lib/unicode/UCD300.html
15215            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
15216            - utils/perlbc.PL vms/subconfigure.com
15217           !> (integrate 785 files)
15218 ____________________________________________________________________________
15219 [  7374] By: jhi                                   on 2000/10/20  00:59:48
15220         Log: In the latest compiler builds cccdlflags must not become -fpic,
15221              from Wilfredo Sánchez.
15222      Branch: perl
15223            ! hints/darwin.sh
15224 ____________________________________________________________________________
15225 [  7373] By: jhi                                   on 2000/10/20  00:56:35
15226         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
15227              From: Tony Cook <tony@develop-help.com>
15228              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
15229              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
15230      Branch: perl
15231            ! pod/perlop.pod
15232 ____________________________________________________________________________
15233 [  7372] By: jhi                                   on 2000/10/19  19:34:40
15234         Log: Typo noted by Mark Lutz.
15235      Branch: perl
15236            ! t/op/64bitint.t
15237 ____________________________________________________________________________
15238 [  7371] By: jhi                                   on 2000/10/19  19:33:13
15239         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
15240      Branch: metaconfig
15241            ! U/modified/Cppsym.U U/modified/Oldconfig.U
15242      Branch: metaconfig/U/perl
15243            ! End.U dlsrc.U libperl.U
15244      Branch: perl
15245            + hints/nonstopux.sh
15246            ! Configure MANIFEST config_h.SH
15247 ____________________________________________________________________________
15248 [  7370] By: jhi                                   on 2000/10/19  17:18:08
15249         Log: Subject: PATCH do_print has 2 PerlIO_error()s
15250              From: nick@ccl4.org
15251              Date: Thu, 19 Oct 2000 18:09:20 +0100
15252              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
15253      Branch: perl
15254            ! doio.c
15255 ____________________________________________________________________________
15256 [  7369] By: jhi                                   on 2000/10/19  14:01:49
15257         Log: Update Changes.
15258      Branch: perl
15259            ! Changes patchlevel.h
15260 ____________________________________________________________________________
15261 [  7368] By: jhi                                   on 2000/10/19  13:04:29
15262         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
15263              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15264              Date: Wed, 18 Oct 2000 13:12:01 +0200
15265              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
15266      Branch: perl
15267            ! hints/aix.sh
15268 ____________________________________________________________________________
15269 [  7367] By: jhi                                   on 2000/10/19  02:22:40
15270         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
15271              of a 'pmshort' anywhere in the B, so the offending line was simply
15272              removed.
15273      Branch: perl
15274            ! ext/B/B/Debug.pm
15275 ____________________________________________________________________________
15276 [  7366] By: jhi                                   on 2000/10/19  02:12:37
15277         Log: Add the test case for the bug id 20000730.004 which seems
15278              to have been fixed by now.
15279      Branch: perl
15280            ! t/pragma/utf8.t
15281 ____________________________________________________________________________
15282 [  7365] By: jhi                                   on 2000/10/18  23:36:24
15283         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
15284              From: Hugo <hv@crypt.compulink.co.uk>
15285              Date: Wed, 18 Oct 2000 23:25:58 +0100
15286              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
15287      Branch: perl
15288            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
15289 ____________________________________________________________________________
15290 [  7364] By: jhi                                   on 2000/10/18  21:12:53
15291         Log: (retracted)
15292      Branch: perl
15293            ! pp.c
15294 ____________________________________________________________________________
15295 [  7363] By: jhi                                   on 2000/10/18  20:55:38
15296         Log: Missing change from #7362.
15297      Branch: perl
15298            ! win32/perlhost.h
15299 ____________________________________________________________________________
15300 [  7362] By: jhi                                   on 2000/10/18  20:52:01
15301         Log: Borland C fstat() never saw the fd as writable.
15302              
15303              Subject: fix for Borland's weak "stat" (perl@7211)
15304              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15305              Date: Mon, 16 Oct 2000 09:55:03 +0400
15306              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
15307      Branch: perl
15308            ! win32/win32.c
15309 ____________________________________________________________________________
15310 [  7361] By: jhi                                   on 2000/10/18  17:43:50
15311         Log: Regen toc.
15312      Branch: perl
15313            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
15314 ____________________________________________________________________________
15315 [  7360] By: jhi                                   on 2000/10/18  17:07:44
15316         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15317              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
15318              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
15319              Date: Mon, 16 Oct 2000 15:19:49 +0200
15320      Branch: perl
15321            + README.aix
15322            ! MANIFEST
15323 ____________________________________________________________________________
15324 [  7359] By: jhi                                   on 2000/10/18  17:04:49
15325         Log: Subject: Pod patch for Devel::Peek
15326              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15327              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
15328              Date: Mon, 16 Oct 2000 12:26:34 +0200
15329      Branch: perl
15330            ! ext/Devel/Peek/Peek.pm
15331 ____________________________________________________________________________
15332 [  7358] By: jhi                                   on 2000/10/18  17:03:15
15333         Log: Make Cwd more bulletproof in chrooted environments.
15334              
15335              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
15336              From: "Eric E. Coe" <Eric.Coe@oracle.com>
15337              Date: Wed, 18 Oct 2000 04:03:54 -0400
15338              Message-Id: <39ED596A.70E599FE@oracle.com>
15339      Branch: perl
15340            ! lib/Cwd.pm
15341 ____________________________________________________________________________
15342 [  7357] By: jhi                                   on 2000/10/18  16:37:26
15343         Log: Disable the UTF8 downgrade croakage for now to avoid
15344              too many not okay messages.
15345      Branch: perl
15346            ! doio.c
15347 ____________________________________________________________________________
15348 [  7356] By: jhi                                   on 2000/10/17  23:29:41
15349         Log: Show the failed remote port, instead of the failing line number.
15350              
15351              Subject: [PATCH 5.6.1 Debugger] More diagnostics
15352              From: David Sparks <daves@ActiveState.com>
15353              Date: Tue, 17 Oct 2000 15:00:24 -0700
15354              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
15355      Branch: perl
15356            ! lib/perl5db.pl
15357 ____________________________________________________________________________
15358 [  7355] By: jhi                                   on 2000/10/17  14:11:31
15359         Log: On output try to downgrade to bytes, croak if impossible,
15360              from Simon Cozens.  This means that outputting >255 UTF8
15361              is impossible.  Consider this as a strong incentive to get
15362              the I/O disciplines implemented.
15363      Branch: perl
15364            ! doio.c pod/perldiag.pod sv.c
15365 ____________________________________________________________________________
15366 [  7354] By: jhi                                   on 2000/10/17  13:42:23
15367         Log: Clarify documentation on 'use bytes'.
15368              
15369              Subject: Re: What does 'use bytes' "mean" ?
15370              From: Simon Cozens <simon@cozens.net>
15371              Date: Mon, 18 Sep 2000 18:24:25 +0100
15372              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
15373      Branch: perl
15374            ! lib/bytes.pm
15375 ____________________________________________________________________________
15376 [  7353] By: jhi                                   on 2000/10/17  13:28:12
15377         Log: Workaround for a sfio bug where the stream error indicator
15378              is not cleared as documented.
15379              
15380              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
15381              From: Nicholas Clark <nick@ccl4.org>
15382              Date: Mon, 16 Oct 2000 18:28:23 +0100
15383              Message-ID: <20001016182823.J19700@plum.flirble.org>
15384      Branch: perl
15385            ! doio.c
15386 ____________________________________________________________________________
15387 [  7352] By: jhi                                   on 2000/10/17  13:06:19
15388         Log: More IoTYPE sprinkling.
15389      Branch: perl
15390            ! doio.c pp_hot.c
15391 ____________________________________________________________________________
15392 [  7351] By: jhi                                   on 2000/10/16  22:47:07
15393         Log: Detect early whether the std streams have gone bad.
15394              
15395              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
15396              Date: Mon, 16 Oct 2000 23:28:42 +0100
15397              From: Nicholas Clark <nick@ccl4.org>
15398              Message-ID: <20001016232842.A37942@plum.flirble.org>
15399      Branch: perl
15400            ! t/op/misc.t
15401 ____________________________________________________________________________
15402 [  7350] By: jhi                                   on 2000/10/16  22:45:16
15403         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
15404              From: "Peter J. Farley III" <pjfarley@banet.net>
15405              Date: Mon, 16 Oct 2000 18:15:59 -0400
15406              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
15407      Branch: perl
15408            ! djgpp/djgpp.c dosish.h t/io/open.t
15409 ____________________________________________________________________________
15410 [  7349] By: jhi                                   on 2000/10/16  22:36:45
15411         Log: perldelta tweak.
15412      Branch: perl
15413            ! pod/perldelta.pod
15414 ____________________________________________________________________________
15415 [  7348] By: jhi                                   on 2000/10/16  15:17:53
15416         Log: Update Changes.
15417      Branch: perl
15418            ! Changes patchlevel.h
15419 ____________________________________________________________________________
15420 [  7347] By: jhi                                   on 2000/10/16  13:55:27
15421         Log: Add the capability to include/exclude branches.
15422      Branch: perl
15423            ! Porting/genlog
15424 ____________________________________________________________________________
15425 [  7346] By: jhi                                   on 2000/10/16  13:18:04
15426         Log: Add Charles Lane.
15427      Branch: perl
15428            ! AUTHORS Changes
15429 ____________________________________________________________________________
15430 [  7345] By: jhi                                   on 2000/10/16  13:13:21
15431         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
15432      Branch: perl
15433            ! pod/perldelta.pod
15434 ____________________________________________________________________________
15435 [  7344] By: gsar                                  on 2000/10/16  09:30:21
15436         Log: integrate change#6220 from cfgperl
15437              
15438              Win32 patches from Benjamin Stuhl.
15439      Branch: maint-5.6/perl
15440           !> makedef.pl win32/win32.h
15441 ____________________________________________________________________________
15442 [  7343] By: gsar                                  on 2000/10/16  08:32:19
15443         Log: integrate changes#6221,6222 from cfgperl
15444              
15445              Remove tr///CU (the feature is to be obsoleted by better interfaces).
15446              From: simon@brecon.co.uk (Simon Cozens)
15447              Subject: [PATCH] Eliminate tr///[CU][CU]
15448              Date: 23 Jun 2000 11:05:40 GMT
15449              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
15450              
15451              doc typo fix
15452              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
15453              From: Ian Phillipps <Ian.Phillipps@iname.com>
15454              Date: Fri, 23 Jun 2000 10:40:58 +0100
15455              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
15456      Branch: maint-5.6/perl
15457           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
15458 ____________________________________________________________________________
15459 [  7342] By: gsar                                  on 2000/10/16  08:28:08
15460         Log: integrate change#6217 from cfgperl (in part)
15461              
15462              Rename the fdpid locking and integrate with Sarathy.
15463      Branch: maint-5.6/perl
15464           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
15465           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
15466           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
15467           !> win32/win32.c
15468 ____________________________________________________________________________
15469 [  7341] By: gsar                                  on 2000/10/16  08:23:39
15470         Log: integrate changes#6214..6216 from mainline
15471              
15472              @_ can't have junk in it even in the non-USE_ITHREADS case because
15473              caller() wants to populate @DB::args with it (causes a coredump
15474              in Carp::confess())
15475              
15476              tweak comment about @DB::args
15477              
15478              be more optimal about clearing @_
15479      Branch: maint-5.6/perl
15480           !> av.h cop.h pp_ctl.c t/op/runlevel.t
15481 ____________________________________________________________________________
15482 [  7340] By: gsar                                  on 2000/10/16  08:20:37
15483         Log: integrate changes#6207..6210 from cfgperl
15484              
15485              Subject: [PATCH 5.6.0] Threadsafe patches
15486              From: Dan Sugalski <dan@sidhe.org>
15487              To: perl5-porters@perl.org
15488              Date: Mon, 08 May 2000 18:08:13 -0400
15489              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
15490              
15491              Regen headers for #6207.
15492              
15493              Lock PL_fdpid against race conditions, based on:
15494              Subject: [PATCH 5.6.0]subprocess fixup for threads
15495              From: Dan Sugalski <dan@sidhe.org>
15496              To: perl5-porters@perl.org
15497              Date: Tue, 11 Apr 2000 17:02:32 -0400
15498              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
15499              
15500              Mopup for #6207 and #6209.
15501      Branch: maint-5.6/perl
15502           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
15503           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
15504           !> win32/win32.c
15505 ____________________________________________________________________________
15506 [  7339] By: gsar                                  on 2000/10/16  08:14:34
15507         Log: integrate change#6203 from cfgperl
15508              
15509              perldiag should refer to perlos2.pod not README.os2
15510      Branch: maint-5.6/perl
15511           !> pod/perldiag.pod
15512 ____________________________________________________________________________
15513 [  7338] By: gsar                                  on 2000/10/16  08:11:42
15514         Log: integrate change#6201 from mainline
15515              
15516              Perl_eval_pv() leaks 4 bytes every time it is called because it
15517              does a PUSHMARK that's never ever POPMARKed; in general, only
15518              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
15519              Perl_eval_[sp]v() don't because they don't take any incoming
15520              arguments (this leak has been around since the original version
15521              of perl_eval_pv() in 5.003_97e)
15522      Branch: maint-5.6/perl
15523           !> perl.c
15524 ____________________________________________________________________________
15525 [  7337] By: gsar                                  on 2000/10/16  08:08:47
15526         Log: integrate changes#6197..6200 from cfgperl
15527              
15528              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
15529              From: John Borwick <jhborwic@unity.ncsu.edu>
15530              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
15531              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
15532              
15533              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
15534              From: Dan Sugalski <dan@sidhe.org>
15535              To: vmsperl@perl.org, perl5-porters@perl.org
15536              Date: Fri, 02 Jun 2000 16:00:41 -0400
15537              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
15538              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
15539              
15540              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
15541              From: Dan Sugalski <dan@sidhe.org>
15542              To: perl5-porters@perl.org, vmsperl@perl.org
15543              Date: Fri, 02 Jun 2000 17:30:51 -0400
15544              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
15545              
15546              Update to cperl-mode.el 4.31 from
15547              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
15548              Subject: A couple of notes
15549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15550              To: Mailing list Perl5 <perl5-porters@perl.org>
15551              Date: Sat, 3 Jun 2000 23:33:32 -0400
15552              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
15553      Branch: maint-5.6/perl
15554           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
15555           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
15556           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
15557           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
15558           !> vms/vmsish.h
15559 ____________________________________________________________________________
15560 [  7336] By: gsar                                  on 2000/10/16  08:03:46
15561         Log: integrate changes#6194,6195 from mainline
15562              
15563              fix small eval"" memory leaks under USE_ITHREADS
15564              
15565              fix yet another eval"" leak under USE_ITHREADS
15566      Branch: maint-5.6/perl
15567           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15568           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15569           !> vms/perly_c.vms
15570 ____________________________________________________________________________
15571 [  7335] By: gsar                                  on 2000/10/16  08:02:15
15572         Log: integrate changes#6190,6191 from mainline
15573              
15574              submit missing embed.pl change
15575              
15576              vec() loses numericalness (modified version of patch suggested
15577              by Robin Barker)
15578      Branch: maint-5.6/perl
15579           !> doop.c embed.pl t/op/vec.t
15580 ____________________________________________________________________________
15581 [  7334] By: gsar                                  on 2000/10/16  08:01:03
15582         Log: integrate change#6189 from mainline
15583              
15584              counting tr/// corrupts later operation (from M.J.T Guy)
15585      Branch: maint-5.6/perl
15586           !> doop.c t/op/tr.t
15587 ____________________________________________________________________________
15588 [  7333] By: gsar                                  on 2000/10/16  07:59:07
15589         Log: integrate changes#6183..6188 from mainline
15590              
15591              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
15592              <nick@ccl4.org>)
15593              
15594              tweak for change#6127
15595              
15596              remove incorrect documentation about implicit split to @_ in
15597              list context, which never really worked in perl 5 (from
15598              M.J.T. Guy)
15599              
15600              further qualify references to "alphanumeric" (from Wolfgang Laun
15601              <wolfgang.laun@alcatel.at>)
15602              
15603              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
15604              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
15605              
15606              h2xs tweaks
15607      Branch: maint-5.6/perl
15608           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
15609           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
15610           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
15611           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
15612           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
15613           !> pod/pod2latex.PL utils/h2xs.PL
15614 ____________________________________________________________________________
15615 [  7332] By: gsar                                  on 2000/10/16  07:53:52
15616         Log: integrate change#6179 from mainline
15617              
15618              buggy modulus on UVs introduced by change#3378 (resulted in
15619              4063328477 % 65535 amounting to 27406, instead of 27407)
15620      Branch: maint-5.6/perl
15621           !> pp.c t/op/arith.t
15622 ____________________________________________________________________________
15623 [  7331] By: gsar                                  on 2000/10/16  07:52:49
15624         Log: integrate changes#6176,6177,6178,6182 from cfgperl
15625              
15626              Single-quoted utf8 patch from Simon Cozens.
15627              
15628              Substitution utf8 patch from Simon Cozens.
15629              
15630              Be cleaner.
15631              
15632              Be Cleaner Part Deux.
15633      Branch: maint-5.6/perl
15634           !> Makefile.SH pp_hot.c toke.c
15635 ____________________________________________________________________________
15636 [  7330] By: gsar                                  on 2000/10/16  07:41:36
15637         Log: integrate change#6172 from mainline
15638              
15639              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
15640              (from Ilya Zakharevich)
15641      Branch: maint-5.6/perl
15642           !> regexec.c t/op/re_tests
15643 ____________________________________________________________________________
15644 [  7329] By: gsar                                  on 2000/10/16  07:40:25
15645         Log: integrate change#6171 from mainline
15646              
15647              scalar() doesn't force scalar context when used in void context
15648              (from Simon Cozens)
15649      Branch: maint-5.6/perl
15650           !> op.c t/op/wantarray.t
15651 ____________________________________________________________________________
15652 [  7328] By: gsar                                  on 2000/10/16  07:39:33
15653         Log: integrate change#6170 from mainline
15654              
15655              change#6142 needs tweaks to tests to work where there's no
15656              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15657      Branch: maint-5.6/perl
15658           !> t/lib/filefind.t
15659 ____________________________________________________________________________
15660 [  7327] By: gsar                                  on 2000/10/16  07:35:34
15661         Log: integrate changes#6166..6168 from cfgperl
15662              
15663              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
15664              in case somebody wants to write an extension for more
15665              shadow database interfaces.
15666              
15667              tweak todo
15668              
15669              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
15670      Branch: maint-5.6/perl
15671           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15672           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
15673           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
15674           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
15675           !> win32/config.vc win32/config_H.bc win32/config_H.gc
15676           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
15677 ____________________________________________________________________________
15678 [  7326] By: gsar                                  on 2000/10/16  07:29:05
15679         Log: integrate changes#6157,6159..6161,6164 from cfgperl
15680              
15681              Regen Configure to jive with #6149.
15682              
15683              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
15684              
15685              Changes for the File::Temp 0.08 (change #6159) test suite
15686              to fit better into the Perl distribution test framework.
15687              
15688              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
15689              both from Simon Cozens.
15690              
15691              detypo
15692      Branch: maint-5.6/perl
15693           +> pod/perlmodlib.PL pod/perlnewmod.pod
15694           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
15695           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
15696           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15697           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15698 ____________________________________________________________________________
15699 [  7325] By: gsar                                  on 2000/10/16  07:25:13
15700         Log: integrate change#6158 from vmsperl
15701              
15702              Add fallback to tmpfile for use in cases where user's relying on
15703              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
15704              Lane's patch)
15705      Branch: maint-5.6/perl
15706           !> vms/vms.c vms/vmsish.h
15707 ____________________________________________________________________________
15708 [  7324] By: gsar                                  on 2000/10/16  07:20:50
15709         Log: integrate changes#6153..6155 from mainline
15710              
15711              prettier Test::Harness output on failed tests (from Nicholas Clark
15712              <nick@Bagpuss.uk.boo.com>)
15713              
15714              avoid type mismatch warning
15715              
15716              small bug in change#6144; remove random \xA0 character that snuck
15717              in via change#6145
15718      Branch: maint-5.6/perl
15719           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
15720           !> perl.c
15721 ____________________________________________________________________________
15722 [  7323] By: gsar                                  on 2000/10/16  07:18:47
15723         Log: integrate changes#6151,6152 from mainline
15724              
15725              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
15726              
15727              cosmetic fixups of RE debug output (from Ilya Zakharevich)
15728      Branch: maint-5.6/perl
15729           !> regexec.c
15730 ____________________________________________________________________________
15731 [  7322] By: gsar                                  on 2000/10/16  07:17:25
15732         Log: integrate changes#6146..6150 from mainline
15733              
15734              doc typo
15735              
15736              add a make entry to Config.pm so "perl -V:make" works on VMS
15737              (from Peter Prymmer)
15738              
15739              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
15740              
15741              OS/2 tweaks for usethreads build (from Rocco Caputo
15742              <troc@netrus.net>)
15743              
15744              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
15745      Branch: maint-5.6/perl
15746           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
15747           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
15748           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
15749           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
15750           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
15751           !> warnings.pl x2p/a2p.h
15752 ____________________________________________________________________________
15753 [  7321] By: gsar                                  on 2000/10/16  07:14:02
15754         Log: integrate changes#6143..6145 from mainline
15755              
15756              MacOS support, part 1 (from Matthias Neeracher
15757              <neeri@iis.ee.ethz.ch>)
15758              
15759              MacOS support, part 2: make AutoSplit use File::Spec instead
15760              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
15761              <neeri@iis.ee.ethz.ch>)
15762              
15763              make xsubpp skip embedded pod (from Matthias Neeracher
15764              <neeri@iis.ee.ethz.ch>)
15765      Branch: maint-5.6/perl
15766           +> ext/DynaLoader/dl_mac.xs
15767           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
15768           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
15769           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
15770           !> pp_ctl.c proto.h toke.c util.c util.h
15771 ____________________________________________________________________________
15772 [  7320] By: gsar                                  on 2000/10/16  07:12:13
15773         Log: integrate changes#6141,6142 from mainline
15774              
15775              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
15776              forwarded by Peter Seebach from the bsdi-users mailing list.
15777              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
15778              
15779              File::Find fails to chdir when chasing symlinks (from
15780              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15781      Branch: maint-5.6/perl
15782           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
15783 ____________________________________________________________________________
15784 [  7319] By: gsar                                  on 2000/10/16  07:04:30
15785         Log: integrate change#6139 from mainline
15786              
15787              revise mktables.PL for bugs and newness in Unicode 3.0
15788              (from James Bence <jbence@amgen.com>)
15789      Branch: maint-5.6/perl
15790           +> (branch 30 files)
15791           !> (integrate 49 files)
15792 ____________________________________________________________________________
15793 [  7318] By: gsar                                  on 2000/10/16  07:01:01
15794         Log: integrate changes#6137,6138 from mainline
15795              
15796              fix bogus redeclaration warning for "our" variables in different
15797              scopes
15798              
15799              add note about the handling of negative indices to tied arrays
15800              (from Michael G Schwern <schwern@pobox.com>)
15801      Branch: maint-5.6/perl
15802           !> op.c pod/perltie.pod t/pragma/strict-vars
15803 ____________________________________________________________________________
15804 [  7317] By: gsar                                  on 2000/10/16  06:58:46
15805         Log: integrate changes#6127..6136 from mainline
15806              
15807              call_method(...,G_EVAL) can longjmp() out if the method probing
15808              failed (from Gisle Aas)
15809              
15810              new perlxstut example for passing/returning refs to arrays
15811              (from David Lowe <dlowe@pootpoot.com>)
15812              
15813              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
15814              
15815              fix places that mean C<"word" character> but say C<alphanumeric
15816              character>
15817              
15818              avoid warnings in POSIX.pm (from Barrie Slaymaker)
15819              
15820              warnings::enabled() doesn't fall back to looking at $^W if
15821              caller isn't using lexical warnings (from Paul Marquess)
15822              
15823              elide bogus test in change#6132
15824              
15825              make Test::Harness use wait.h/WCOREDUMP if available
15826              (from Ben Tilly <ben_tilly@hotmail.com>)
15827              
15828              enable Test::Harness to dynamically determine column width etc.
15829              (from Rob Napier <rnapier@employees.org>)
15830              
15831              random pod typos (from Peter Scott <Peter@PSDT.com>)
15832      Branch: maint-5.6/perl
15833           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
15834           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
15835           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
15836           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
15837 ____________________________________________________________________________
15838 [  7316] By: gsar                                  on 2000/10/16  06:53:23
15839         Log: integrate change#6126 from mainline
15840              
15841              change#2879 broke rvalue autovivification of magicals such as
15842              ${$num} (reworked variant of patch suggested by Simon Cozens)
15843      Branch: maint-5.6/perl
15844           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
15845           !> pp_hot.c proto.h t/op/gv.t
15846 ____________________________________________________________________________
15847 [  7315] By: gsar                                  on 2000/10/16  06:51:38
15848         Log: integrate changes#6123,6125 from mainline
15849              
15850              clarify gotcha with #line directives (from Rocco Caputo
15851              <troc@netrus.net>)
15852              
15853              enable propagating exception objects via Perl_croak() in XS code
15854              (from Gisle Aas)
15855      Branch: maint-5.6/perl
15856           !> pod/perldebug.pod pod/perlsyn.pod util.c
15857 ____________________________________________________________________________
15858 [  7314] By: gsar                                  on 2000/10/16  06:49:28
15859         Log: integrate change#6122 from mainline
15860              
15861              downgrade fatal error on C<"foo@nosucharray.com"> to optional
15862              warning (from Mark-Jason Dominus)
15863      Branch: maint-5.6/perl
15864           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
15865           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
15866           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
15867           !> toke.c
15868 ____________________________________________________________________________
15869 [  7313] By: gsar                                  on 2000/10/16  06:46:54
15870         Log: integrate changes#6112..6121 from vmsperl
15871              
15872              Check for existence of file before trying to delete
15873              
15874              Ugly workaround for version-specific RTL error
15875              
15876              Urk -- undo previous removal of vmsish 'exit' change
15877              
15878              Add bounds checking for several strings (Charles Lane)
15879              
15880              Miscellaneous cosmetic fixes (Charles Lane)
15881              
15882              Treat sockets as special in sys(read|write) (Charles Lane et al.)
15883              
15884              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
15885              Flatten case labels in switch statements uniformly (Charles Bailey)
15886              
15887              Quiet error messages in vmsish.t (Charles Lane)
15888              
15889              Add missing escape (Charles Lane)
15890              
15891              Allow eliminate_macros() and fixpath() to handle space-delimited
15892              lists (based on fixes by Craig Berry)
15893      Branch: maint-5.6/perl
15894           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
15895           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
15896           !> vms/vmsish.h
15897 ____________________________________________________________________________
15898 [  7312] By: gsar                                  on 2000/10/16  06:41:18
15899         Log: integrate changes#6107,6110 from cfgperl
15900              
15901              Tweak the todo list.
15902              
15903              todo tweak
15904      Branch: maint-5.6/perl
15905           !> Todo-5.6
15906 ____________________________________________________________________________
15907 [  7311] By: gsar                                  on 2000/10/16  06:38:38
15908         Log: integrate changes#6104,6108 from mainline
15909              
15910              PL_sys_intern was being initialized too late on windows
15911              
15912              reenable fake signal handling on Windows, bugs and all
15913      Branch: maint-5.6/perl
15914           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
15915           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
15916           !> win32/win32.c
15917 ____________________________________________________________________________
15918 [  7310] By: gsar                                  on 2000/10/16  06:36:03
15919         Log: integrate changes#6095,6097..6103 from cfgperl
15920              
15921              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
15922              might be useful in future.
15923              
15924              Add a note about possible compilation problems from Allen Smith.
15925              
15926              Add a note about other, yet unsupported, shadow password APIs.
15927              
15928              Tweaks for the cc bugs from Allen Smith.
15929              
15930              More compilation tweakery from Allen Smith.
15931              
15932              Hints and test tweaks for Unicos.
15933              
15934              The test suite tweak in #6101 wasn't quite right.
15935              
15936              Test tweaking for Unicos continues.
15937      Branch: maint-5.6/perl
15938           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15939           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
15940           !> t/lib/complex.t t/op/64bitint.t
15941 ____________________________________________________________________________
15942 [  7309] By: gsar                                  on 2000/10/16  06:29:41
15943         Log: integrate changes#6093,6094 from mainline
15944              
15945              fork() failure to create pseudo process sets errno=EAGAIN and returns
15946              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
15947              
15948              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
15949      Branch: maint-5.6/perl
15950           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
15951           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
15952 ____________________________________________________________________________
15953 [  7308] By: gsar                                  on 2000/10/16  06:27:29
15954         Log: integrate change#6092 from cfgperl
15955              
15956              Regen perltoc with the fixed buildtoc.
15957      Branch: maint-5.6/perl
15958           !> pod/perltoc.pod
15959 ____________________________________________________________________________
15960 [  7307] By: gsar                                  on 2000/10/16  06:26:40
15961         Log: integrate changes#6089,6090 from mainline
15962              
15963              buildtoc tweak to fix newline lossage
15964              
15965              concat doesn't preserve utf8-ness, and doesn't invalidate
15966              [NI]OK; added tests for both
15967      Branch: maint-5.6/perl
15968           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
15969 ____________________________________________________________________________
15970 [  7306] By: gsar                                  on 2000/10/16  06:24:05
15971         Log: integrate change#6088 from cfgperl
15972              
15973              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
15974              because we do not use those.  The HAS_GETSPNAM remains,
15975              though, because we still do use that.
15976      Branch: maint-5.6/perl
15977           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15978           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
15979           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
15980           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
15981           !> win32/config.vc win32/config_H.bc win32/config_H.gc
15982           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
15983 ____________________________________________________________________________
15984 [  7305] By: gsar                                  on 2000/10/16  06:15:52
15985         Log: integrate changes#6084,6085,6087 from mainline
15986              
15987              substr() does not preserve utf8-ness (from Stefan Eissing
15988              <Eissing@medicaldataservice.de>); added tests
15989              
15990              repeat operator (x) doesn't preserve utf8-ness
15991              
15992              reverse() and quotemeta() weren't preserving utf8-ness; add tests
15993      Branch: maint-5.6/perl
15994           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
15995 ____________________________________________________________________________
15996 [  7304] By: gsar                                  on 2000/10/16  06:13:10
15997         Log: integrate changes#6077..6083 from mainline
15998              
15999              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
16000              and Tom Phoenix)
16001              
16002              workaround for CRT bug in chdir() (from Charles Lane, via
16003              Peter Prymmer)
16004              
16005              remove outdated kludge in Carp (NULLs are permitted in diagnostics
16006              now)
16007              
16008              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
16009              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
16010              
16011              better default perlbug categories for ok reports (from Richard Foley)
16012              
16013              peek.t non-portable to ithreads
16014              
16015              note about undocumented caller() return value (from M.J.T. Guy);
16016              yet another peek.t tweak
16017      Branch: maint-5.6/perl
16018           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16019           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16020           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
16021           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
16022           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
16023           !> vms/vmsish.h
16024 ____________________________________________________________________________
16025 [  7303] By: gsar                                  on 2000/10/16  06:03:18
16026         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
16027              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
16028              
16029              &HUGE_VAL is not defined, it exists.
16030              
16031              Do not warn that an infinity does not look like a number.
16032              
16033              Rewrite the pwent/spent logic to be a little bit more clearer.
16034              
16035              Continue on the pwent/spent case.
16036              
16037              Correct Freudian slip.
16038              
16039              Use HUGE_VALL if applicable.
16040              
16041              pwent/spent #ifdef imbalance.
16042              
16043              Infinite problems.
16044              
16045              Call getspnam() only iff needd.
16046              
16047              Test both the scalar and list contexts.
16048              
16049              Use setxxent()/endxxent().
16050              
16051              Complex tweakery.
16052              
16053              Unicos hint tweak.
16054              
16055              Be more forgiving in POSIX about HUGE_VALL.
16056              
16057              Detypo.
16058              
16059              The search of infinity continues, this time simplified.
16060              
16061              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
16062              in natively 64-bit platforms where a long is a quad (no need
16063              for long longs).  Also added bias for IVs.
16064              
16065              Complex tweaks.
16066              
16067              Introduce t/lib/peek.t.
16068              
16069              Make the test more portable.
16070      Branch: maint-5.6/perl
16071           +> t/lib/peek.t
16072            ! pp_sys.c
16073           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
16074           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
16075           !> t/op/pwent.t toke.c util.c
16076 ____________________________________________________________________________
16077 [  7302] By: gsar                                  on 2000/10/16  05:03:37
16078         Log: integrate changes#6066..6071 from mainline
16079              
16080              s/END/CHECK/
16081              
16082              replace direct call to sighandler() with (*PL_sighandlerp)()
16083              
16084              note about values()
16085              
16086              File::Spec compatibility update (from Barrie Slaymaker
16087              <barries@slaysys.com>)
16088              
16089              remove misleading comment (from M.J.T. Guy)
16090              
16091              misformatted perllocal.pod (from Tim Jenness
16092              <t.jenness@jach.hawaii.edu>)
16093      Branch: maint-5.6/perl
16094           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
16095           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16096           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
16097           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
16098 ____________________________________________________________________________
16099 [  7301] By: gsar                                  on 2000/10/16  05:00:08
16100         Log: integrate changes#6061..6063 from mainline
16101              
16102              change#5921 neglected to make eq honor "use bytes"
16103              
16104              additional tests for utf8.t
16105              
16106              tokeq() could read unallocated field in argument
16107      Branch: maint-5.6/perl
16108           !> sv.c t/pragma/utf8.t toke.c
16109 ____________________________________________________________________________
16110 [  7300] By: gsar                                  on 2000/10/16  04:56:54
16111         Log: integrate changes#6046,6048,6057,6058 from mainline
16112              
16113              libscheck has insufficient checks for n32 libs (from
16114              Albert Chin-A-Young <china@thewrittenword.com>)
16115              
16116              add note about how $( doesn't interpolate in REs (from
16117              Philip Newton <newton@ficus.frogspace.net>)
16118              
16119              fix broken parsing of /\x{ab}/
16120              
16121              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
16122              (spotted by Donald Kinzer <dkinzer@premia.com>)
16123      Branch: maint-5.6/perl
16124           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
16125           !> t/pragma/utf8.t
16126 ____________________________________________________________________________
16127 [  7299] By: gsar                                  on 2000/10/16  04:52:50
16128         Log: integrate change#6044 from mainline
16129              
16130              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
16131              such that underscores are only ignored in literal numbers,
16132              "\x{...}", and hex/oct argument
16133      Branch: maint-5.6/perl
16134           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
16135 ____________________________________________________________________________
16136 [  7298] By: gsar                                  on 2000/10/16  04:50:53
16137         Log: integrate changes#6027..6043 from mainline
16138              
16139              podlators-1.02 update (from Russ Allbery)
16140              
16141              Pod::Man generates groff-incompatible macro definition (from
16142              Tom Christiansen)
16143              
16144              add CGI.pm v2.66 (from Lincoln Stein)
16145              
16146              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
16147              for @- and @+ (from Johan Vromans)
16148              
16149              small nits in diagnostics.pm (from Robin Barker)
16150              
16151              whitespace adjustments
16152              
16153              missing files in MANIFEST
16154              
16155              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
16156              to compensate
16157              
16158              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
16159              
16160              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
16161      Branch: maint-5.6/perl
16162           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
16163           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
16164           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
16165           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
16166           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
16167           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
16168           !> t/lib/cgi-html.t t/lib/cgi-request.t
16169 ____________________________________________________________________________
16170 [  7297] By: gsar                                  on 2000/10/16  04:44:30
16171         Log: integrate change#6025 from mainline
16172              
16173              Is{Alnum,Alpha,Word} don't match titlecase
16174              TODO: IsSpace is defined recursively!
16175              (both spotted by Larry)
16176      Branch: maint-5.6/perl
16177           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16178           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16179 ____________________________________________________________________________
16180 [  7296] By: gsar                                  on 2000/10/16  04:39:30
16181         Log: integrate change#6023 from mainline
16182              
16183              debugger stomps on $. (from M.J.T. Guy)
16184      Branch: maint-5.6/perl
16185           !> lib/perl5db.pl
16186 ____________________________________________________________________________
16187 [  7295] By: gsar                                  on 2000/10/16  04:38:02
16188         Log: integrate change#6022 from mainline
16189              
16190              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
16191      Branch: maint-5.6/perl
16192           !> sv.c
16193 ____________________________________________________________________________
16194 [  7294] By: gsar                                  on 2000/10/16  04:37:05
16195         Log: integrate changes#6018..6021 from mainline
16196              
16197              make lib/syslog.t portable to systems that don't have _PATH_LOG,
16198              make _PATH_LOG() return "" if unavailable
16199              
16200              windows portability tweaks
16201              
16202              test tweak
16203              
16204              remove Win2K issue in pod (fixed by change#6020)
16205      Branch: maint-5.6/perl
16206           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
16207           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
16208           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
16209 ____________________________________________________________________________
16210 [  7293] By: gsar                                  on 2000/10/16  04:20:00
16211         Log: integrate changes#6013..6015 from mainline
16212              
16213              tweak change#5945 to display correct switch name in diagnostic
16214              
16215              glob() loading File::Glob behind the scenes may cause syntax errors
16216              
16217              tweak test for portability
16218      Branch: maint-5.6/perl
16219           !> op.c perl.c pod/perldiag.pod t/lib/b.t
16220 ____________________________________________________________________________
16221 [  7292] By: gsar                                  on 2000/10/16  04:18:11
16222         Log: integrate changes#6005..6010 from mainline, cfgperl
16223              
16224              perldoc might fail via "use blib" (from Hugo van der Sanden)
16225              
16226              Regen Configure.
16227              
16228              note about compile failures and END blocks (from M.J.T. Guy)
16229              
16230              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
16231              
16232              (change#6009 integrated earlier in change#7255)
16233              
16234              clarify note about shadow password support (from
16235              gellyfish@gellyfish.com)
16236      Branch: maint-5.6/perl
16237           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16238           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
16239           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
16240 ____________________________________________________________________________
16241 [  7291] By: gsar                                  on 2000/10/16  04:12:03
16242         Log: integrate changes#6002,6003 from mainline
16243              
16244              destructive sv_setsv() can lose UV-ness from source, causing
16245              numeric promotions/comparisons to fail to do the right thing
16246              
16247              allow REG_EXPAND_SZ keys in Windows registry (from
16248              John Clayton <John.Clayton@barclayscapital.com>)
16249      Branch: maint-5.6/perl
16250           !> sv.c win32/win32.c
16251 ____________________________________________________________________________
16252 [  7290] By: gsar                                  on 2000/10/16  04:10:19
16253         Log: integrate change#6001 from mainline
16254              
16255              support additional library locations via $Config{otherlibdirs}
16256              (from Andy Dougherty)
16257      Branch: maint-5.6/perl
16258           !> Configure INSTALL Porting/Glossary Porting/config.sh
16259           !> Porting/config_H config_h.SH epoc/config.sh perl.c
16260           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
16261           !> win32/config.bc win32/config.gc win32/config.vc
16262 ____________________________________________________________________________
16263 [  7289] By: gsar                                  on 2000/10/16  04:08:28
16264         Log: integrate change#5999 from mainline
16265              
16266              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
16267      Branch: maint-5.6/perl
16268           !> t/pragma/warn/toke toke.c
16269 ____________________________________________________________________________
16270 [  7288] By: gsar                                  on 2000/10/16  04:07:01
16271         Log: integrate changes#5997,5998 from cfgperl
16272              
16273              Preserve $!.
16274              
16275              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
16276      Branch: maint-5.6/perl
16277           !> lib/Math/Complex.pm
16278 ____________________________________________________________________________
16279 [  7287] By: gsar                                  on 2000/10/16  04:04:37
16280         Log: integrate change#5995 from mainline
16281              
16282              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
16283      Branch: maint-5.6/perl
16284           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
16285 ____________________________________________________________________________
16286 [  7286] By: gsar                                  on 2000/10/16  04:03:21
16287         Log: integrate change#5994 from mainline
16288              
16289              fix for missed accounting for null byte in pack("Z",...) (from
16290              M.J.T. Guy)
16291      Branch: maint-5.6/perl
16292           !> pp.c t/op/pack.t
16293 ____________________________________________________________________________
16294 [  7285] By: gsar                                  on 2000/10/16  04:02:11
16295         Log: integrate changes#5989..5993 from mainline
16296              
16297              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
16298              itself and no other (from Tom Hughes)
16299              
16300              use $ENV{LIB} to search for libs under Visual C compiler
16301              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
16302              
16303              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
16304              
16305              pod nit (from Simon Cozens)
16306              
16307              various minor tweaks seen on p5p
16308      Branch: maint-5.6/perl
16309           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
16310           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
16311           !> t/op/array.t toke.c
16312 ____________________________________________________________________________
16313 [  7284] By: gsar                                  on 2000/10/16  03:59:00
16314         Log: integrate changes#5978..5988 from mainline
16315              
16316              sync version numbers in File::Spec with the ones on CPAN
16317              (from Barrie Slaymaker)
16318              
16319              under useithreads, constant pad entries could inadvertantly be
16320              shared across threads (from Eric Blood <eblood@xmission.com>);
16321              added Eric's test case to testsuite
16322              
16323              allow Configure -S to run non-interactively (spotted by Greg Hudson
16324              <ghudson@mit.edu>)
16325              
16326              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
16327              prototype mismatch with CORE::glob(); update pod and tests to
16328              suit (File::Glob::glob() is still available for backward
16329              compatibility, but should be considered deprecated)
16330              
16331              avoid error in IO::Socket::INET when given an unknown service name
16332              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
16333              
16334              numeric conversion of non-number in change#3378 tramples on
16335              OOK offset, causing segfaults
16336              
16337              attributes::reftype() doesn't work on tied argument
16338              
16339              forked child may not exit correctly if it failed to open
16340              /dev/console (from Graham Barr)
16341              
16342              add regular expressions tutorial and quick-start guide (from
16343              Mark Kvale <kvale@phy.ucsf.edu>)
16344              
16345              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
16346              
16347              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
16348              <paul@miraclefish.com>)
16349      Branch: maint-5.6/perl
16350           +> pod/perlrequick.pod pod/perlretut.pod
16351           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
16352           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
16353           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
16354           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
16355           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
16356           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16357           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
16358           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
16359 ____________________________________________________________________________
16360 [  7283] By: gsar                                  on 2000/10/16  03:52:14
16361         Log: integrate change#5977 from mainline
16362              
16363              autoquote barewords followed by newline and arrow properly
16364              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
16365      Branch: maint-5.6/perl
16366           !> t/pragma/warn/toke toke.c
16367 ____________________________________________________________________________
16368 [  7282] By: gsar                                  on 2000/10/16  03:50:48
16369         Log: integrate change#5976 from mainline
16370              
16371              DB_File v1.73 update (from Paul Marquess)
16372      Branch: maint-5.6/perl
16373           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
16374           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
16375 ____________________________________________________________________________
16376 [  7281] By: gsar                                  on 2000/10/16  03:49:14
16377         Log: integrate change#5975 from mainline
16378              
16379              allow sort() reentrancy (variant of patch suggested by
16380              Hugo van der Sanden)
16381      Branch: maint-5.6/perl
16382           !> pp_ctl.c t/op/sort.t
16383 ____________________________________________________________________________
16384 [  7280] By: gsar                                  on 2000/10/16  03:48:22
16385         Log: integrate change#5974 from mainline
16386              
16387              change#4197 somehow missed initializing PL_errors, meaning
16388              syntax error queueing wasn't working outside eval"" at all;
16389              also fixed eval"" to localize PL_error_count, so that compile-time
16390              eval's don't clobber the error state of the outer context
16391      Branch: maint-5.6/perl
16392           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
16393           !> t/pragma/warn/toke
16394 ____________________________________________________________________________
16395 [  7279] By: gsar                                  on 2000/10/16  03:46:21
16396         Log: integrate change#5973 from mainline
16397              
16398              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
16399      Branch: maint-5.6/perl
16400           !> regcomp.c regexec.c t/op/re_tests
16401 ____________________________________________________________________________
16402 [  7278] By: gsar                                  on 2000/10/16  03:44:54
16403         Log: integrate change#5971 from cfgperl
16404              
16405              Unicos tweaks from Mark P. Lutz.
16406      Branch: maint-5.6/perl
16407           !> hints/unicos.sh lib/Math/Complex.pm
16408 ____________________________________________________________________________
16409 [  7277] By: gsar                                  on 2000/10/16  03:42:59
16410         Log: integrate changes#5966..5970 from mainline
16411              
16412              add testsuite for B backends, fix bug in B::Deparse (from
16413              Simon Cozens <simon@brecon.co.uk>)
16414              
16415              improved docs on the warn_uninit diagnostic (from David Glasser
16416              and Simon Cozens)
16417              
16418              tolerate spaces in group names in test on solaris (from David Boyce
16419              <dsb@boyski.com>)
16420              
16421              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
16422              
16423              Data::Dumper fumbles negative numbers on 32-bit platforms where
16424              IV is >32bits
16425      Branch: maint-5.6/perl
16426           +> t/lib/b.t t/lib/syslog.t
16427           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
16428           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
16429           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
16430 ____________________________________________________________________________
16431 [  7276] By: gsar                                  on 2000/10/16  03:39:30
16432         Log: integrate change#5965 from mainline
16433              
16434              avoid "will not stay shared" warnings for our variables (from
16435              Robin Barker)
16436      Branch: maint-5.6/perl
16437           !> op.c t/pragma/warn/op
16438 ____________________________________________________________________________
16439 [  7275] By: gsar                                  on 2000/10/16  03:38:18
16440         Log: integrate change#5964 from mainline
16441              
16442              reformat to 72 columns (again)
16443      Branch: maint-5.6/perl
16444           !> pod/perldiag.pod
16445 ____________________________________________________________________________
16446 [  7274] By: gsar                                  on 2000/10/16  03:36:58
16447         Log: integrate change#5963 from mainline
16448              
16449              patch from Larry to make (\&) prototype work; added tests for
16450              the same
16451      Branch: maint-5.6/perl
16452           !> op.c t/comp/proto.t
16453 ____________________________________________________________________________
16454 [  7273] By: gsar                                  on 2000/10/16  03:35:51
16455         Log: integrate changes#5956..5962 from mainline
16456              
16457              better diagnostics on failed tests (from Ilya Zakharevich)
16458              
16459              pod nits (from A. C. Yardley <yardley@tanet.net>)
16460              
16461              change#3569 deleted some essential code, revert; avoid use of
16462              atexit() to make DynaLoader work properly on AIX under mod_perl
16463              (from Jens-Uwe Mager <jum@helios.de>)
16464              
16465              doubled words in pods (from Simon Cozens
16466              <simon.p.cozens@jp.pwcglobal.com>)
16467              
16468              better INSTALL notes on Solaris issues (from Dominic Dunlop)
16469              
16470              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
16471              
16472              updated README.hpux (from Jeff Okamoto)
16473      Branch: maint-5.6/perl
16474           !> INSTALL README.hpux emacs/cperl-mode.el
16475           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
16476           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
16477           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
16478           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
16479           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
16480           !> t/op/lex_assign.t
16481 ____________________________________________________________________________
16482 [  7272] By: gsar                                  on 2000/10/16  03:31:22
16483         Log: integrate change#5955 from mainline
16484              
16485              longstanding bug exposed by change#3307: sort arguments weren't
16486              compiled with the right wantarray context (ensuing runtime lookup
16487              via block_gimme() was getting the incidental context of the
16488              sort() itself)
16489      Branch: maint-5.6/perl
16490           !> op.c t/op/sort.t
16491 ____________________________________________________________________________
16492 [  7271] By: gsar                                  on 2000/10/16  03:29:11
16493         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
16494              branch
16495              
16496              Flatten the cpp jungle doing the nosuid checking.
16497              
16498              Do not assume sign propagation. (from M.J.T. Guy)
16499              
16500              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
16501              
16502              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
16503              Now pp_ncmp() returns undef is either operand is a NaN.
16504              
16505              On second thoughts frexp() does have two arguments.
16506              
16507              Document that tr() is not tr(1).
16508              
16509              Be more robust on "extreme" (large absolute value)
16510              arguments.  Originally reported by Daniel Connelly
16511              as a problem with asinh() on large negative arguments,
16512              asinh() used to bail out because an argument to log()
16513              ended up being zero.  Ilya Zakharevich proposed using
16514              Taylor's series in such cases, which for such large
16515              arguments is a very good approximation.
16516              
16517              Undo "use integer" addition from 64bitint as it seems
16518              to break most of the subtests in Digital UNIX;
16519              Unicos needs to find another way.
16520      Branch: maint-5.6/perl
16521           !> (integrate 29 files)
16522 ____________________________________________________________________________
16523 [  7270] By: gsar                                  on 2000/10/16  03:09:44
16524         Log: integrate changes#5948,5949,5950 from mainline
16525              
16526              typo in vars.pm that leads to cryptic message (from Piotr
16527              Piatkowski <kompas@kompas.usr.onet.pl>)
16528              
16529              make perldoc use the pod2man from the same version (from
16530              M.J.T. Guy)
16531              
16532              reformat perldiag to avoid long lines
16533      Branch: maint-5.6/perl
16534           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
16535 ____________________________________________________________________________
16536 [  7269] By: gsar                                  on 2000/10/16  03:05:54
16537         Log: integrate change#5947 from mainline
16538              
16539              use &dl_error rather than &dl_load_file as the guard for calling
16540              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
16541              statically built perl)
16542      Branch: maint-5.6/perl
16543           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
16544 ____________________________________________________________________________
16545 [  7268] By: gsar                                  on 2000/10/16  03:04:48
16546         Log: integrate change#5945 from mainline
16547              
16548              make module name mandatory after -M switch; reorder perldiag
16549              alphabetically (from Mark-Jason Dominus)
16550      Branch: maint-5.6/perl
16551           !> perl.c pod/perldiag.pod
16552 ____________________________________________________________________________
16553 [  7267] By: gsar                                  on 2000/10/16  03:03:01
16554         Log: integrate change#5939 from mainline
16555              
16556              more pod nits (from Larry Virden)
16557      Branch: maint-5.6/perl
16558           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
16559           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
16560           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
16561 ____________________________________________________________________________
16562 [  7266] By: gsar                                  on 2000/10/16  03:01:39
16563         Log: integrate change#5938 from mainline
16564              
16565              Consolidated B::Deparse fixes (from Stephen McCamant)
16566      Branch: maint-5.6/perl
16567           !> ext/B/B/Deparse.pm
16568 ____________________________________________________________________________
16569 [  7265] By: gsar                                  on 2000/10/16  03:00:43
16570         Log: integrate change#5936 from mainline
16571              
16572              additional tests for change#7263 (from Paul Marquess)
16573      Branch: maint-5.6/perl
16574           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
16575           !> t/pragma/warn/5nolint t/pragma/warn/6default
16576 ____________________________________________________________________________
16577 [  7264] By: gsar                                  on 2000/10/16  02:58:34
16578         Log: integrate change#5934 from mainline
16579              
16580              propagate lexical warnings from surrounding scope correctly
16581              within string eval() (from Paul Marquess)
16582      Branch: maint-5.6/perl
16583           !> pp_ctl.c t/pragma/warn/pp_ctl
16584 ____________________________________________________________________________
16585 [  7263] By: gsar                                  on 2000/10/16  02:56:53
16586         Log: integrate change#5932 from mainline
16587              
16588              add rsignal(), whichsig() and do_join() to public API list
16589              (mod_perl uses them to good advantage)
16590      Branch: maint-5.6/perl
16591           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
16592 ____________________________________________________________________________
16593 [  7262] By: gsar                                  on 2000/10/16  02:55:53
16594         Log: integrate change#5931 from mainline
16595              
16596              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
16597      Branch: maint-5.6/perl
16598           !> pp_hot.c regexec.c t/op/pat.t
16599 ____________________________________________________________________________
16600 [  7261] By: gsar                                  on 2000/10/16  02:55:01
16601         Log: integrate change#5930 from mainline
16602              
16603              small os390 tweaks (from Peter Prymmer)
16604      Branch: maint-5.6/perl
16605           !> config_h.SH makedepend.SH
16606 ____________________________________________________________________________
16607 [  7260] By: gsar                                  on 2000/10/16  02:54:10
16608         Log: integrate change#5929 from mainline
16609              
16610              pod nits
16611      Branch: maint-5.6/perl
16612           !> pod/perlguts.pod
16613 ____________________________________________________________________________
16614 [  7259] By: gsar                                  on 2000/10/16  02:52:55
16615         Log: integrate change#5927 from mainline
16616              
16617              arrange for next() to resume at the unstack op rather than the
16618              loop conditional, so that scope cleanup happens correctly
16619              (from Stephen McCamant)
16620      Branch: maint-5.6/perl
16621           !> op.c pp_ctl.c t/op/misc.t
16622 ____________________________________________________________________________
16623 [  7258] By: gsar                                  on 2000/10/16  02:51:38
16624         Log: integrate change#5926 from mainline
16625              
16626              on windows, reserve 16M of stack rather than 128M (allows more
16627              threads to run concurrently)
16628      Branch: maint-5.6/perl
16629           !> win32/Makefile win32/makefile.mk
16630 ____________________________________________________________________________
16631 [  7257] By: gsar                                  on 2000/10/16  02:50:37
16632         Log: integrate change#5925 from mainline
16633              
16634              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
16635      Branch: maint-5.6/perl
16636           !> toke.c
16637 ____________________________________________________________________________
16638 [  7256] By: gsar                                  on 2000/10/16  02:49:36
16639         Log: integrate change#5924 from mainline
16640              
16641              avoid using uninitialized memory in require version check
16642      Branch: maint-5.6/perl
16643           !> pp_ctl.c universal.c
16644 ____________________________________________________________________________
16645 [  7255] By: gsar                                  on 2000/10/16  02:48:03
16646         Log: integrate changes#5923,5928,6009 from mainline
16647              
16648              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
16649      Branch: maint-5.6/perl
16650           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
16651 ____________________________________________________________________________
16652 [  7254] By: gsar                                  on 2000/10/16  02:44:46
16653         Log: integrate change#5922 from mainline
16654              
16655              commentary about IoTYPE() (from Nathan Torkington)
16656      Branch: maint-5.6/perl
16657           !> sv.h
16658 ____________________________________________________________________________
16659 [  7253] By: gsar                                  on 2000/10/16  02:43:49
16660         Log: integrate change#5921 from mainline
16661              
16662              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
16663      Branch: maint-5.6/perl
16664           !> sv.c t/lib/charnames.t t/pragma/utf8.t
16665 ____________________________________________________________________________
16666 [  7252] By: gsar                                  on 2000/10/16  02:42:31
16667         Log: integrate change#5920 from mainline
16668              
16669              Larry's fix for buggy propagation of utf8-ness in join(); add test
16670      Branch: maint-5.6/perl
16671           !> doop.c t/op/ver.t
16672 ____________________________________________________________________________
16673 [  7251] By: gsar                                  on 2000/10/16  02:41:14
16674         Log: integrate changes#5915..5919 from mainline
16675              
16676              various (pod tweaks &c)
16677      Branch: maint-5.6/perl
16678           !> (integrate 33 files)
16679 ____________________________________________________________________________
16680 [  7250] By: gsar                                  on 2000/10/16  02:38:16
16681         Log: integrate change#5914 from mainline
16682              
16683              caller() wasn't returning the right number of elements for
16684              eval {...}
16685      Branch: maint-5.6/perl
16686           !> pp_ctl.c t/pragma/warn/9enabled
16687 ____________________________________________________________________________
16688 [  7249] By: gsar                                  on 2000/10/16  02:37:02
16689         Log: integrate change#5913 from mainline
16690              
16691              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
16692              (from Mark-Jason Dominus)
16693      Branch: maint-5.6/perl
16694           !> pod/perlfunc.pod
16695 ____________________________________________________________________________
16696 [  7248] By: gsar                                  on 2000/10/16  02:35:58
16697         Log: integrate change#5912 from mainline
16698              
16699              fix totally broken caching in UNIVERSAL::isa() (from
16700              Nick Ing-Simmons)
16701      Branch: maint-5.6/perl
16702           !> t/op/universal.t universal.c
16703 ____________________________________________________________________________
16704 [  7247] By: gsar                                  on 2000/10/16  02:34:27
16705         Log: integrate changes#5910,5911 from mainline
16706              
16707              typo in pod
16708              
16709              add linebreak properties from unicode/LineBrk.txt (from
16710              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
16711      Branch: maint-5.6/perl
16712           +> (branch 29 files)
16713           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
16714 ____________________________________________________________________________
16715 [  7246] By: gsar                                  on 2000/10/16  02:33:29
16716         Log: integrate change#5909 from mainline
16717              
16718              mode argument to do_binmode() should be file mode, not boolean
16719      Branch: maint-5.6/perl
16720           !> pp_sys.c
16721 ____________________________________________________________________________
16722 [  7245] By: gsar                                  on 2000/10/16  02:31:04
16723         Log: integrate change#5908 from mainline
16724              
16725              introduce illegal symbols into null package so that
16726              gv_fetchpv(...,TRUE) always returns a valid GV even when the
16727              symbol is trapped by strictures (avoids coredumps)
16728      Branch: maint-5.6/perl
16729           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
16730           !> t/pragma/strict-vars
16731 ____________________________________________________________________________
16732 [  7244] By: jhi                                   on 2000/10/16  02:29:54
16733         Log: Subject: $Carp::ExportLevel confusion in Exporter
16734              From: "Ben Tilly" <ben_tilly@hotmail.com>
16735              Date: Sat, 14 Oct 2000 16:44:34 EDT
16736              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
16737      Branch: perl
16738            ! lib/Exporter/Heavy.pm
16739 ____________________________________________________________________________
16740 [  7243] By: jhi                                   on 2000/10/16  02:28:33
16741         Log: Subject: [PATCH perlguts.pod] Document offset hack
16742              From: Simon Cozens <simon@cozens.net>
16743              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
16744              Date: Sat, 14 Oct 2000 19:32:25 +0100
16745      Branch: perl
16746            ! pod/perlguts.pod
16747 ____________________________________________________________________________
16748 [  7242] By: gsar                                  on 2000/10/16  02:26:51
16749         Log: integrate changes#5905,5906,5907,6064 from mainline
16750              
16751              printf/sprintf didn't get quad types right under use64bitint
16752      Branch: maint-5.6/perl
16753           !> pp_sys.c sv.c t/op/64bitint.t
16754 ____________________________________________________________________________
16755 [  7241] By: jhi                                   on 2000/10/16  02:22:44
16756         Log: Subject: small pod patch
16757              From: Dan Boorstein <dan_boo@bellsouth.net>
16758              Date: Sat, 14 Oct 2000 14:29:24 -0400
16759              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
16760      Branch: perl
16761            ! pod/perlfaq7.pod pod/perlmod.pod
16762 ____________________________________________________________________________
16763 [  7240] By: jhi                                   on 2000/10/16  02:13:46
16764         Log: -w cleanup.
16765              
16766              Subject: Re: Problems with bleadperl 
16767              From: "Stephen P. Potter" <spp@ds.net>
16768              Date: Fri, 13 Oct 2000 13:32:49 -0400
16769              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
16770      Branch: perl
16771            ! t/pragma/overload.t
16772 ____________________________________________________________________________
16773 [  7239] By: jhi                                   on 2000/10/16  01:41:18
16774         Log: One more ~utf8 tweak.
16775      Branch: perl
16776            ! t/op/bop.t
16777 ____________________________________________________________________________
16778 [  7238] By: jhi                                   on 2000/10/16  01:34:14
16779         Log: Tweak the test of #7235.
16780      Branch: perl
16781            ! t/op/bop.t
16782 ____________________________________________________________________________
16783 [  7237] By: jhi                                   on 2000/10/16  01:25:04
16784         Log: Fix a couple of compiler-noted nits in #7235.
16785      Branch: perl
16786            ! pp.c
16787 ____________________________________________________________________________
16788 [  7236] By: jhi                                   on 2000/10/16  01:22:46
16789         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
16790      Branch: perl
16791            ! pp.c pp_hot.c
16792 ____________________________________________________________________________
16793 [  7235] By: jhi                                   on 2000/10/15  16:24:44
16794         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
16795              
16796              From: Simon Cozens <simon@cozens.net>
16797              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
16798              Date: Sat, 14 Oct 2000 20:52:13 +0100
16799              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
16800      Branch: perl
16801            ! pp.c t/op/bop.t utf8.h
16802 ____________________________________________________________________________
16803 [  7234] By: jhi                                   on 2000/10/15  15:19:29
16804         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
16805              The problem was that rx->minlen was in chars while pp_split()
16806              thought it would be in bytes. 
16807      Branch: perl
16808            ! pp.c t/pragma/utf8.t
16809 ____________________________________________________________________________
16810 [  7233] By: jhi                                   on 2000/10/14  20:24:24
16811         Log: Document FNCASE=y as discussed in the bug 20000902.009.
16812      Branch: perl
16813            ! README.dos
16814 ____________________________________________________________________________
16815 [  7232] By: jhi                                   on 2000/10/14  18:52:21
16816         Log: Add test for bug id 20000427.003 (which seems to have
16817              been fixed) (also duplicate as 20000427.004, though
16818              with a higher severity).  Move one utf8 from op/append
16819              to pragma/utf8, tag the tests with bug ids.
16820      Branch: perl
16821            ! t/op/append.t t/pragma/utf8.t
16822 ____________________________________________________________________________
16823 [  7231] By: jhi                                   on 2000/10/14  17:28:37
16824         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
16825      Branch: perl
16826            ! t/pragma/utf8.t
16827 ____________________________________________________________________________
16828 [  7230] By: jhi                                   on 2000/10/14  14:24:50
16829         Log: Needs to be conditional on SunOS 4.
16830              
16831              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
16832              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16833              Date: Sat, 14 Oct 2000 13:37:49 +0100
16834              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
16835      Branch: metaconfig/U/perl
16836            ! End.U
16837      Branch: perl
16838            ! Configure myconfig.SH pod/perldelta.pod
16839 ____________________________________________________________________________
16840 [  7229] By: jhi                                   on 2000/10/14  00:49:22
16841         Log: Update Changes.
16842      Branch: perl
16843            ! Changes patchlevel.h
16844 ____________________________________________________________________________
16845 [  7228] By: jhi                                   on 2000/10/14  00:46:10
16846         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
16847              From: Peter Prymmer <pvhp@forte.com>
16848              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
16849              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
16850      Branch: perl
16851            ! lib/utf8.pm
16852 ____________________________________________________________________________
16853 [  7227] By: jhi                                   on 2000/10/13  23:20:30
16854         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
16855      Branch: perl
16856            ! t/op/tie.t
16857 ____________________________________________________________________________
16858 [  7226] By: jhi                                   on 2000/10/13  22:14:32
16859         Log: Tweak #7225.
16860              
16861              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
16862              From: Peter Prymmer <pvhp@forte.com>
16863              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
16864              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
16865      Branch: perl
16866            ! t/op/sprintf.t
16867 ____________________________________________________________________________
16868 [  7225] By: jhi                                   on 2000/10/13  22:11:31
16869         Log: op/sprintf.t patch for OS/390 (and any other host with limited
16870              floating-point exponent length)
16871              
16872              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
16873              From: Dominic Dunlop <domo@computer.org>
16874              Date: Fri, 13 Oct 2000 19:17:57 +0200
16875              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
16876      Branch: perl
16877            ! t/op/sprintf.t
16878 ____________________________________________________________________________
16879 [  7224] By: jhi                                   on 2000/10/13  18:40:48
16880         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
16881      Branch: perl
16882            ! toke.c
16883 ____________________________________________________________________________
16884 [  7223] By: jhi                                   on 2000/10/13  18:37:13
16885         Log: Thinko in #7222.
16886      Branch: perl
16887            ! utf8.c
16888 ____________________________________________________________________________
16889 [  7222] By: jhi                                   on 2000/10/13  18:05:23
16890         Log: Use UTF8SKIP(), from Simon Cozens.
16891      Branch: perl
16892            ! utf8.c
16893 ____________________________________________________________________________
16894 [  7221] By: jhi                                   on 2000/10/13  15:43:19
16895         Log: (accidentally empty check-in)
16896      Branch: perl
16897            ! utf8.c
16898 ____________________________________________________________________________
16899 [  7220] By: jhi                                   on 2000/10/13  15:23:51
16900         Log: Add (optimistically) Storable to static extensions.
16901      Branch: perl
16902            ! hints/uwin.sh hints/vmesa.sh
16903 ____________________________________________________________________________
16904 [  7219] By: jhi                                   on 2000/10/13  15:20:05
16905         Log: Amdahl UTS doesn't seem to do dynaloading.
16906      Branch: perl
16907            ! hints/uts.sh
16908 ____________________________________________________________________________
16909 [  7218] By: jhi                                   on 2000/10/13  15:15:20
16910         Log: Slight tweak of the code to appease Amdahl UTS cc.
16911      Branch: perl
16912            ! pp.c
16913 ____________________________________________________________________________
16914 [  7217] By: jhi                                   on 2000/10/13  14:50:42
16915         Log: In Amdahl UTS "struct sv" is defined by a system header,
16916              <ksync.h>.
16917      Branch: perl
16918            ! perl.h sv.h
16919 ____________________________________________________________________________
16920 [  7216] By: jhi                                   on 2000/10/13  11:58:25
16921         Log: Ilya implemented the memory profiling API.
16922      Branch: perl
16923            ! Todo
16924 ____________________________________________________________________________
16925 [  7215] By: jhi                                   on 2000/10/13  02:56:38
16926         Log: Subject: [PATCH 5.7.0] Perl API for mstats
16927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16928              Date: Thu, 12 Oct 2000 22:52:40 -0400
16929              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
16930      Branch: perl
16931            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16932 ____________________________________________________________________________
16933 [  7214] By: jhi                                   on 2000/10/13  02:55:38
16934         Log: Subject: [PATCH 5.7.0] IVs in mtats
16935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16936              Date: Thu, 12 Oct 2000 22:51:04 -0400
16937              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
16938      Branch: perl
16939            ! malloc.c perl.h
16940 ____________________________________________________________________________
16941 [  7213] By: jhi                                   on 2000/10/13  02:31:47
16942         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
16943      Branch: perl
16944            ! pod/perldiag.pod pp_sys.c
16945 ____________________________________________________________________________
16946 [  7212] By: jhi                                   on 2000/10/13  01:27:38
16947         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
16948              From: Peter Prymmer <pvhp@forte.com>
16949              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
16950              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
16951      Branch: perl
16952            ! t/op/oct.t
16953 ____________________________________________________________________________
16954 [  7211] By: jhi                                   on 2000/10/13  00:35:09
16955         Log: Update Changes.
16956      Branch: perl
16957            ! Changes patchlevel.h
16958 ____________________________________________________________________________
16959 [  7210] By: jhi                                   on 2000/10/12  23:59:40
16960         Log: The Install.pm third of
16961              
16962              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
16963              From: Bill Campbell <bill@celestial.com>
16964              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
16965              Date: Thu, 5 Oct 2000 18:04:51 -0700
16966      Branch: perl
16967            ! lib/ExtUtils/Install.pm
16968 ____________________________________________________________________________
16969 [  7209] By: jhi                                   on 2000/10/12  23:58:43
16970         Log: Two thirds of
16971              
16972              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
16973              Date: Thu, 5 Oct 2000 18:04:51 -0700
16974              From: Bill Campbell <bill@celestial.com>
16975              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
16976              
16977              The Install.pm changes will be submitted separately because
16978              they need some work and discussion still.
16979      Branch: perl
16980            ! lib/getopts.pl lib/termcap.pl
16981 ____________________________________________________________________________
16982 [  7208] By: jhi                                   on 2000/10/12  23:41:19
16983         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
16984              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16985              Date:     Thu, 12 Oct 2000 07:30:02 EDT
16986              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
16987      Branch: perl
16988            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
16989            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
16990 ____________________________________________________________________________
16991 [  7207] By: jhi                                   on 2000/10/12  23:39:01
16992         Log: An updated EBCDIC tr patch.
16993              
16994              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
16995              From: Peter Prymmer <pvhp@forte.com>
16996              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
16997              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
16998      Branch: perl
16999            ! t/op/tr.t
17000 ____________________________________________________________________________
17001 [  7206] By: jhi                                   on 2000/10/12  23:34:55
17002         Log: Upgrade to CPAN 1.58, from Andreas König.
17003      Branch: perl
17004            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17005 ____________________________________________________________________________
17006 [  7205] By: jhi                                   on 2000/10/12  23:29:08
17007         Log: Introduce the man[24-8] variables, from Andy Dougherty.
17008      Branch: metaconfig/U/perl
17009            + mandirs.U mandirstyle.U
17010      Branch: perl
17011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17012            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
17013            ! vos/config.h vos/config.pl vos/config_h.SH_orig
17014            ! win32/config.bc win32/config.gc win32/config.vc
17015 ____________________________________________________________________________
17016 [  7204] By: gsar                                  on 2000/10/12  18:11:24
17017         Log: restore change#7202
17018      Branch: perl
17019            ! mg.c
17020 ____________________________________________________________________________
17021 [  7203] By: gsar                                  on 2000/10/12  18:09:40
17022         Log: another test of the Emergency Broadcast System--back out 
17023              change#7202
17024      Branch: perl
17025            ! mg.c
17026 ____________________________________________________________________________
17027 [  7202] By: gsar                                  on 2000/10/12  16:40:47
17028         Log: (submitted on behalf of Jarkko)
17029              Fix the lib/encode.t subtest 6 failure as reported by Andreas
17030              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
17031              was unearthed by change 7182, as was a bug in HTML::Entities.
17032      Branch: perl
17033            ! mg.c
17034 ____________________________________________________________________________
17035 [  7201] By: jhi                                   on 2000/10/11  03:16:05
17036         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
17037      Branch: perl
17038            ! pp_hot.c t/pragma/utf8.t
17039 ____________________________________________________________________________
17040 [  7200] By: jhi                                   on 2000/10/11  00:40:30
17041         Log: The #7198 was a false alarm.
17042      Branch: perl
17043            ! pp_hot.c
17044 ____________________________________________________________________________
17045 [  7199] By: jhi                                   on 2000/10/11  00:26:04
17046         Log: Remove duplicated code.
17047      Branch: perl
17048            ! t/lib/cgi-html.t
17049 ____________________________________________________________________________
17050 [  7198] By: jhi                                   on 2000/10/10  23:30:46
17051         Log: (Retracted by #7200.)
17052      Branch: perl
17053            ! pp_hot.c
17054 ____________________________________________________________________________
17055 [  7197] By: jhi                                   on 2000/10/10  21:49:30
17056         Log: Add the test case for #7190, from the original bug report
17057              by Andreas König.
17058      Branch: perl
17059            ! t/pragma/utf8.t
17060 ____________________________________________________________________________
17061 [  7196] By: jhi                                   on 2000/10/10  21:40:49
17062         Log: Reapply Andy's patch and regen Configure.
17063      Branch: perl
17064            ! Configure INSTALL Makefile.SH Porting/Glossary
17065            ! Porting/config.sh config_h.SH epoc/config.sh installperl
17066            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
17067            ! win32/config.vc
17068 ____________________________________________________________________________
17069 [  7195] By: jhi                                   on 2000/10/10  21:09:30
17070         Log: Use the versiononly instead of the installscripts,
17071              retract the changes 7146 and 7147.
17072      Branch: perl
17073            ! Configure INSTALL Makefile.SH Porting/Glossary
17074            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
17075            ! installperl uconfig.sh vos/config.def win32/config.bc
17076            ! win32/config.gc win32/config.vc
17077 ____________________________________________________________________________
17078 [  7194] By: jhi                                   on 2000/10/10  21:06:15
17079         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
17080              From: Peter Prymmer <pvhp@forte.com>
17081              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
17082              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
17083      Branch: perl
17084            ! t/op/ver.t
17085 ____________________________________________________________________________
17086 [  7193] By: jhi                                   on 2000/10/10  21:05:12
17087         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
17088              From: Peter Prymmer <pvhp@forte.com>
17089              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
17090              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
17091      Branch: perl
17092            ! t/op/tr.t
17093 ____________________________________________________________________________
17094 [  7192] By: jhi                                   on 2000/10/10  20:57:30
17095         Log: Add versiononly, delete installscripts, from Andy Dougherty.
17096      Branch: metaconfig
17097            - U/installdirs/installscripts.U
17098      Branch: metaconfig/U/perl
17099            + versiononly.U
17100 ____________________________________________________________________________
17101 [  7191] By: jhi                                   on 2000/10/10  19:41:21
17102         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
17103              From: Peter Prymmer <pvhp@forte.com>
17104              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
17105              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
17106      Branch: perl
17107            ! pod/perlebcdic.pod
17108 ____________________________________________________________________________
17109 [  7190] By: jhi                                   on 2000/10/10  19:26:14
17110         Log: Subject: Re: utf8 concat, mg_get
17111              From: Simon Cozens <simon@cozens.net>
17112              Date: Tue, 10 Oct 2000 17:40:17 +0100
17113              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
17114      Branch: perl
17115            ! pp_hot.c
17116 ____________________________________________________________________________
17117 [  7189] By: jhi                                   on 2000/10/10  19:23:03
17118         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
17119              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
17120              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
17121              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
17122      Branch: perl
17123            ! lib/ExtUtils/MM_Unix.pm
17124 ____________________________________________________________________________
17125 [  7188] By: jhi                                   on 2000/10/10  15:31:24
17126         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
17127              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
17128              Date: Fri, 14 Jul 2000 10:47:36 +0100
17129              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
17130      Branch: perl
17131            ! README.win32
17132 ____________________________________________________________________________
17133 [  7187] By: jhi                                   on 2000/10/10  13:30:10
17134         Log: Quote the temp file name, needed in Win32 because the
17135              default name unfortunately contains spaces, shouldn't
17136              hurt elsewhere.
17137              
17138              Subject: FW: perldoc fails if $TEMP contains spaces
17139              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
17140              Date: Thu, 14 Sep 2000 08:58:45 +0100
17141              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
17142      Branch: perl
17143            ! utils/perldoc.PL
17144 ____________________________________________________________________________
17145 [  7186] By: jhi                                   on 2000/10/10  13:16:27
17146         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
17147              From: hv@hugo.hybyte.com
17148              Date: Tue, 10 Oct 2000 14:10:20 +0100
17149              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
17150      Branch: perl
17151            ! t/lib/thr5005.t util.c
17152 ____________________________________________________________________________
17153 [  7185] By: jhi                                   on 2000/10/10  12:06:22
17154         Log: Upgrade to podlators 1.04, from Russ Allbery.
17155      Branch: perl
17156            ! lib/Pod/Man.pm lib/Pod/Text.pm
17157 ____________________________________________________________________________
17158 [  7184] By: jhi                                   on 2000/10/10  12:01:32
17159         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
17160      Branch: perl
17161            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
17162 ____________________________________________________________________________
17163 [  7183] By: jhi                                   on 2000/10/09  23:47:15
17164         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
17165              From: Peter Prymmer <pvhp@forte.com>
17166              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
17167              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
17168      Branch: perl
17169            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
17170 ____________________________________________________________________________
17171 [  7182] By: jhi                                   on 2000/10/09  23:43:16
17172         Log: Make eq work again with utf8 (disabling the upgrading
17173              should no more be necessary since the copies of the
17174              scalars are upgraded, not the scalars themselves).
17175              Takes care of ID 20001009.001.  (The claimed length()
17176              bug in 20001009.001 seems bogus to me.)
17177      Branch: perl
17178            ! sv.c t/pragma/utf8.t
17179 ____________________________________________________________________________
17180 [  7181] By: gsar                                  on 2000/10/09  19:41:54
17181         Log: tweak for change#7173
17182      Branch: perl
17183            ! win32/win32sck.c
17184 ____________________________________________________________________________
17185 [  7180] By: gsar                                  on 2000/10/09  19:26:56
17186         Log: on Windows, clean targets might not work under some flavors of the shell
17187      Branch: perl
17188            ! win32/Makefile win32/makefile.mk
17189 ____________________________________________________________________________
17190 [  7179] By: jhi                                   on 2000/10/09  19:21:02
17191         Log: Update Changes.
17192      Branch: perl
17193            ! Changes patchlevel.h
17194 ____________________________________________________________________________
17195 [  7178] By: jhi                                   on 2000/10/09  19:18:23
17196         Log: Warn about unknown scripts.
17197              
17198              Subject: Re: ideas? patches? [PATCH bleadperl]
17199              From: Dominic Dunlop <domo@computer.org>
17200              Date: Mon, 9 Oct 2000 14:57:17 +0200
17201              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
17202      Branch: perl
17203            ! lib/charnames.pm
17204 ____________________________________________________________________________
17205 [  7177] By: jhi                                   on 2000/10/09  19:13:27
17206         Log: Change #7160 had a nasty typo.
17207      Branch: metaconfig
17208            ! U/compline/Compile.U
17209      Branch: perl
17210            ! Configure config_h.SH
17211 ____________________________________________________________________________
17212 [  7176] By: gsar                                  on 2000/10/09  18:59:33
17213         Log: pod nit
17214      Branch: perl
17215            ! pod/perlport.pod
17216 ____________________________________________________________________________
17217 [  7175] By: gsar                                  on 2000/10/09  18:54:28
17218         Log: Windows9x doesn't support link(), despite what Config.pm
17219              might think
17220      Branch: perl
17221            ! lib/ExtUtils/Manifest.pm
17222 ____________________________________________________________________________
17223 [  7174] By: gsar                                  on 2000/10/09  18:50:03
17224         Log: avoid nonportable example code
17225      Branch: perl
17226            ! lib/File/Copy.pm
17227 ____________________________________________________________________________
17228 [  7173] By: gsar                                  on 2000/10/09  18:46:54
17229         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
17230              being used) when closing a socket handle
17231      Branch: perl
17232            ! win32/win32.c win32/win32.h win32/win32sck.c
17233 ____________________________________________________________________________
17234 [  7172] By: gsar                                  on 2000/10/09  18:41:40
17235         Log: on Windows, cwd strings in the environment should be of the
17236              form =X:=X:\foo instead of =X=X:\foo\
17237      Branch: perl
17238            ! win32/vdir.h
17239 ____________________________________________________________________________
17240 [  7171] By: gsar                                  on 2000/10/09  18:30:09
17241         Log: on Windows, LoadLibrary() could load an extension DLL multiple
17242              times if forward slashes are used in the path
17243      Branch: perl
17244            ! win32/win32.c
17245 ____________________________________________________________________________
17246 [  7170] By: jhi                                   on 2000/10/09  17:53:59
17247         Log: Add a todo note about overloadable assertions.
17248      Branch: perl
17249            ! Todo-5.6
17250 ____________________________________________________________________________
17251 [  7169] By: jhi                                   on 2000/10/09  13:43:45
17252         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
17253              From: mjd@plover.com
17254              Date: 9 Oct 2000 00:24:44 -0000
17255              Message-ID: <20001009002444.10616.qmail@plover.com>
17256      Branch: perl
17257            ! pod/perldebguts.pod
17258 ____________________________________________________________________________
17259 [  7168] By: nick                                  on 2000/10/08  13:16:33
17260         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
17261              is not right thing to do on (e.g. x86). Network order is also "right" for
17262              X fonts.
17263      Branch: perl
17264            ! ext/Encode/Encode.pm
17265 ____________________________________________________________________________
17266 [  7167] By: nick                                  on 2000/10/08  12:54:42
17267         Log: Make "encodings" work post-install when Encode/*.enc files may not
17268              be in same directory as Encode.pm
17269      Branch: perl
17270            ! ext/Encode/Encode.pm
17271 ____________________________________________________________________________
17272 [  7166] By: nick                                  on 2000/10/08  11:51:26
17273         Log: Work round the fact that $hash->{$key} does not take into account
17274              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
17275              so that key is always in the "expected" encoding - i.e. same way we put
17276              it in the hash.
17277      Branch: perl
17278            ! ext/Encode/Encode.pm
17279 ____________________________________________________________________________
17280 [  7165] By: gsar                                  on 2000/10/08  04:15:29
17281         Log: save_re_context() could reset PL_curcop to freed memory, causing core
17282              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
17283      Branch: perl
17284            ! pp_ctl.c
17285 ____________________________________________________________________________
17286 [  7164] By: jhi                                   on 2000/10/06  20:51:48
17287         Log: UTF8ize split() so that the cloned substrings get the UTF8
17288              flag of the original scalar.  Problem reported by Simon Cozens.
17289      Branch: perl
17290            ! pp.c t/pragma/utf8.t
17291 ____________________________________________________________________________
17292 [  7163] By: nick                                  on 2000/10/06  20:48:34
17293         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
17294              got a false +ve and so did not reach code which would have un-FAKEd the SV.
17295      Branch: perl
17296            ! sv.c
17297 ____________________________________________________________________________
17298 [  7162] By: nick                                  on 2000/10/06  20:25:37
17299         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
17300              To fix  (sort {$a <=> $b} keys %hash) in particular but
17301              should cover a number of other as-yet-unknown cases as well.
17302      Branch: perl
17303            ! sv.c
17304 ____________________________________________________________________________
17305 [  7161] By: jhi                                   on 2000/10/06  19:56:18
17306         Log: Change the version number of Tie::Handle in the core to 4.0,
17307              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
17308              
17309              Subject: Note on Tie::Handle
17310              From: andreas.koenig@anima.de (Andreas J. Koenig)
17311              Date:      06 Oct 2000 21:48:58 +0200
17312              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
17313      Branch: perl
17314            ! lib/Tie/Handle.pm
17315 ____________________________________________________________________________
17316 [  7160] By: jhi                                   on 2000/10/06  18:20:35
17317         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
17318              as the first option of cc/ld because of ultrapicky compilers
17319              (e.g. OS/390 R2.5)
17320      Branch: metaconfig
17321            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
17322            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
17323            ! U/compline/orderlib.U U/modified/Cppsym.U
17324            ! U/modified/d_access.U
17325      Branch: metaconfig/U/perl
17326            ! Checkcc.U d_dlsymun.U gccvers.U
17327      Branch: perl
17328            ! Configure config_h.SH
17329 ____________________________________________________________________________
17330 [  7159] By: jhi                                   on 2000/10/06  13:56:39
17331         Log: Update Changes.
17332      Branch: perl
17333            ! Changes patchlevel.h
17334 ____________________________________________________________________________
17335 [  7158] By: jhi                                   on 2000/10/06  12:48:40
17336         Log: Eliminate $Is_VMS code from the test.
17337              
17338              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
17339              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17340              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
17341              Date:     Thu, 5 Oct 2000 07:46:33 EDT
17342      Branch: perl
17343            ! t/lib/b.t
17344 ____________________________________________________________________________
17345 [  7157] By: jhi                                   on 2000/10/06  12:47:13
17346         Log: Also the $ccflags is needed for the C compiler check.
17347              
17348              Subject: Configure (check for C-compiler)
17349              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17350              Date: Fri, 06 Oct 2000 08:47:15 +0200
17351              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
17352      Branch: metaconfig/U/perl
17353            ! Checkcc.U
17354      Branch: perl
17355            ! Configure config_h.SH
17356 ____________________________________________________________________________
17357 [  7156] By: jhi                                   on 2000/10/06  11:45:15
17358         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
17359      Branch: perl
17360            ! perl.c pp_ctl.c sv.h utf8.c
17361 ____________________________________________________________________________
17362 [  7155] By: jhi                                   on 2000/10/06  11:40:41
17363         Log: IO::Handle->syswrite() did not handle length omission
17364              like CORE::syswrite() does.
17365              
17366              Subject: [Fwd] IO::Handle, syswrite and arguments
17367              From: Graham Barr <gbarr@pobox.com>
17368              Date: Fri, 6 Oct 2000 10:22:05 +0100
17369              Message-ID: <20001006102205.U6312@pobox.com>
17370              
17371              The original patch from andrew@ugh.net.au.
17372      Branch: perl
17373            ! ext/IO/lib/IO/Handle.pm
17374 ____________________________________________________________________________
17375 [  7154] By: jhi                                   on 2000/10/06  01:42:15
17376         Log: Tweak #7153.
17377      Branch: perl
17378            ! utf8.h
17379 ____________________________________________________________________________
17380 [  7153] By: jhi                                   on 2000/10/06  00:39:55
17381         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
17382      Branch: perl
17383            ! utf8.h
17384 ____________________________________________________________________________
17385 [  7152] By: jhi                                   on 2000/10/06  00:38:11
17386         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
17387      Branch: perl
17388            ! perl.c pp_ctl.c sv.h utf8.c
17389 ____________________________________________________________________________
17390 [  7151] By: jhi                                   on 2000/10/06  00:36:38
17391         Log: Subject: Re: Questions about Tie::Array and perl modules
17392              From: Nick Ing-Simmons <nik@tiuk.ti.com>
17393              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
17394              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
17395              
17396              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
17397      Branch: perl
17398            ! lib/Tie/Array.pm t/op/array.t
17399 ____________________________________________________________________________
17400 [  7150] By: jhi                                   on 2000/10/05  00:20:45
17401         Log: Regen Changes.
17402      Branch: perl
17403            ! Changes patchlevel.h
17404 ____________________________________________________________________________
17405 [  7149] By: jhi                                   on 2000/10/05  00:20:01
17406         Log: Regen toc.
17407      Branch: perl
17408            ! pod/perltoc.pod
17409 ____________________________________________________________________________
17410 [  7148] By: jhi                                   on 2000/10/04  23:35:08
17411         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
17412              reported several times by Dominic Dunlop, for example in
17413              ID 20000315.008.  Patch from Dominic.  Patch affects at
17414              least MachTen, and possibly other oldish BSDs. Should not
17415              break non-broken platforms (tested on LinuxPPC). 
17416      Branch: perl
17417            ! doio.c
17418 ____________________________________________________________________________
17419 [  7147] By: jhi                                   on 2000/10/04  23:26:34
17420         Log: The one that got away from 7146.
17421      Branch: metaconfig
17422            + U/installdirs/installscripts.U
17423 ____________________________________________________________________________
17424 [  7146] By: jhi                                   on 2000/10/04  23:25:04
17425         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
17426              suggested by H. Merijn Brand.
17427      Branch: perl
17428            ! Configure INSTALL Makefile.SH Porting/Glossary
17429            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
17430            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
17431            ! win32/config.vc
17432 ____________________________________________________________________________
17433 [  7145] By: jhi                                   on 2000/10/04  22:08:21
17434         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
17435              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17436              Date: Wed, 4 Oct 2000 17:37:46 -0400
17437              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
17438      Branch: perl
17439            ! utils/h2xs.PL
17440 ____________________________________________________________________________
17441 [  7144] By: jhi                                   on 2000/10/04  18:11:41
17442         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
17443              From: Jeff Pinyan <jeffp@crusoe.net>
17444              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
17445              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
17446      Branch: perl
17447            ! pod/perlrun.pod
17448 ____________________________________________________________________________
17449 [  7143] By: jhi                                   on 2000/10/04  18:09:58
17450         Log: Subject: perlhack.pod Patch for Externals Tools
17451              From: Fisher Mark <fisherm@tce.com>
17452              Date: Tue, 3 Oct 2000 15:43:27 -0500 
17453              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
17454      Branch: perl
17455            ! pod/perlhack.pod
17456 ____________________________________________________________________________
17457 [  7142] By: jhi                                   on 2000/10/04  18:08:41
17458         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
17459              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17460              Date:     Wed, 4 Oct 2000 12:11:11 EDT
17461              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
17462      Branch: perl
17463            ! vms/vms.c
17464 ____________________________________________________________________________
17465 [  7141] By: jhi                                   on 2000/10/04  12:20:16
17466         Log: Subject: [PATCH 5.7.0] h2xs not working
17467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17468              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
17469              Date: Tue, 3 Oct 2000 21:43:01 -0400
17470              
17471              Subject: [PATCH 5.7.0] h2xs not documenting the created module
17472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17473              Date: Tue, 3 Oct 2000 22:55:19 -0400
17474              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
17475      Branch: perl
17476            ! utils/h2xs.PL
17477 ____________________________________________________________________________
17478 [  7140] By: jhi                                   on 2000/10/04  11:53:44
17479         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
17480              From: nick@babyhippo.com
17481              Date: Wed, 4 Oct 2000 12:06:45 +0100
17482              Message-Id: <20001004120645.A7356@babyhippo.com>
17483              
17484              Retract 7118 and 7135.
17485      Branch: perl
17486            ! installman installperl op.c t/pragma/subs.t
17487 ____________________________________________________________________________
17488 [  7139] By: jhi                                   on 2000/10/03  22:09:41
17489         Log: It is possible to have no hosts database at all.  Pointed out in
17490              
17491              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
17492              From: Peter Prymmer <pvhp@forte.com>
17493              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
17494              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
17495      Branch: metaconfig
17496            ! U/modified/myhostname.U
17497      Branch: perl
17498            ! Configure config_h.SH
17499 ____________________________________________________________________________
17500 [  7138] By: jhi                                   on 2000/10/03  21:49:49
17501         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
17502              From: Peter Prymmer <pvhp@forte.com>
17503              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
17504              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
17505      Branch: perl
17506            ! pp_sys.c
17507 ____________________________________________________________________________
17508 [  7137] By: jhi                                   on 2000/10/03  20:10:05
17509         Log: One remaining nit less at the VMS mailbox sizing.
17510      Branch: perl
17511            ! vms/vms.c
17512 ____________________________________________________________________________
17513 [  7136] By: jhi                                   on 2000/10/03  20:08:47
17514         Log: Test harness update to sync with the new perlcc,
17515              from Simon Cozens.
17516      Branch: perl
17517            ! t/TEST t/UTEST
17518 ____________________________________________________________________________
17519 [  7135] By: jhi                                   on 2000/10/03  15:15:42
17520         Log: Subject: Re: PATCH for 20001003.004
17521              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
17522              From: "AARON B. DOSSETT" <aaron@iglou.com>
17523              Message-Id: <E13gTay-0006od-00@iglou.com>
17524      Branch: perl
17525            ! installman installperl
17526 ____________________________________________________________________________
17527 [  7134] By: jhi                                   on 2000/10/03  15:00:34
17528         Log: Subject: [ID 20001003.006] B::Debug not -w clean
17529              From: Nicholas Clark <nick@babyhippo.co.uk>
17530              Date: Tue, 03 Oct 2000 15:46:32 +0100
17531              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
17532      Branch: perl
17533            ! ext/B/B/Debug.pm
17534 ____________________________________________________________________________
17535 [  7133] By: jhi                                   on 2000/10/03  14:58:39
17536         Log: Scale down the VMS message boxes, by Charles Lane.
17537              Fix for ID 20000903.009, workaround at
17538              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
17539      Branch: perl
17540            ! vms/vms.c
17541 ____________________________________________________________________________
17542 [  7132] By: jhi                                   on 2000/10/03  11:20:37
17543         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
17544      Branch: perl
17545            + t/lib/st-lock.t t/lib/st-utf8.t
17546            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
17547            ! ext/Storable/Storable.xs t/lib/st-recurse.t
17548 ____________________________________________________________________________
17549 [  7131] By: jhi                                   on 2000/10/03  03:38:23
17550         Log: Encode nits.
17551      Branch: perl
17552            ! MANIFEST Makefile.SH
17553 ____________________________________________________________________________
17554 [  7130] By: jhi                                   on 2000/10/03  03:31:05
17555         Log: Update Changes.
17556      Branch: perl
17557            ! Changes patchlevel.h
17558 ____________________________________________________________________________
17559 [  7129] By: jhi                                   on 2000/10/03  02:24:02
17560         Log: Misplaced else.
17561      Branch: metaconfig/U/perl
17562            ! d_strtoll.U
17563      Branch: perl
17564            ! Configure config_h.SH
17565 ____________________________________________________________________________
17566 [  7128] By: jhi                                   on 2000/10/03  02:08:29
17567         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
17568              From: sthoenna@efn.org
17569              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
17570              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
17571      Branch: metaconfig/U/perl
17572            ! d_strtoll.U
17573      Branch: perl
17574            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
17575 ____________________________________________________________________________
17576 [  7127] By: jhi                                   on 2000/10/03  01:13:14
17577         Log: Update Changes.
17578      Branch: perl
17579            ! Changes patchlevel.h
17580 ____________________________________________________________________________
17581 [  7126] By: jhi                                   on 2000/10/03  00:57:08
17582         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
17583              as suggested by Olaf Flebbe and Nick Clark.
17584      Branch: perl
17585            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
17586 ____________________________________________________________________________
17587 [  7125] By: jhi                                   on 2000/10/03  00:50:56
17588         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
17589              From: Nick Clark <nick@plum.flirble.org>
17590              Date: Mon, 2 Oct 2000 11:03:24 +0100
17591              Message-Id: <20001002110324.D20073@plum.flirble.org>
17592              
17593              Also fixes bug ID 20001002.005.
17594      Branch: perl
17595            ! t/lib/encode.t
17596 ____________________________________________________________________________
17597 [  7124] By: jhi                                   on 2000/10/03  00:34:59
17598         Log: Subject: [PATCH 5.7.0] Epoc update
17599              From: Olaf Flebbe <o.flebbe@gmx.de>
17600              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
17601              Message-ID: <26423.969484586@www10.gmx.net>
17602      Branch: perl
17603            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
17604            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
17605            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
17606            ! util.c util.h
17607 ____________________________________________________________________________
17608 [  7123] By: jhi                                   on 2000/10/03  00:30:07
17609         Log: Regen headers.
17610      Branch: perl
17611            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
17612 ____________________________________________________________________________
17613 [  7122] By: jhi                                   on 2000/10/03  00:10:48
17614         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
17615      Branch: perl
17616            ! hints/openbsd.sh
17617 ____________________________________________________________________________
17618 [  7121] By: jhi                                   on 2000/10/03  00:05:06
17619         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
17620              From: <abigail@foad.org>
17621              Date: Tue, 26 Sep 2000 13:36:14 -0400
17622              Message-ID: <20000926173614.4356.qmail@foad.org>
17623      Branch: perl
17624            ! pod/perlop.pod
17625 ____________________________________________________________________________
17626 [  7120] By: jhi                                   on 2000/10/03  00:04:00
17627         Log: Inside require() $^S was always left undefined.
17628              
17629              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
17630              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17631              Date: Wed, 27 Sep 2000 18:54:49 -0400
17632              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
17633      Branch: perl
17634            ! cop.h mg.c pp_ctl.c util.c
17635 ____________________________________________________________________________
17636 [  7119] By: jhi                                   on 2000/10/03  00:00:16
17637         Log: Subject: [PATCH] DLL not restartabke with threaded perl
17638              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
17639              Date: Thu, 28 Sep 2000 09:20:46 +0100
17640              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
17641      Branch: perl
17642            ! perl.c
17643 ____________________________________________________________________________
17644 [  7118] By: jhi                                   on 2000/10/02  23:59:20
17645         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
17646              From: Nicholas Clark <nick@ccl4.org>
17647              Date: Thu, 28 Sep 2000 11:52:24 +0100
17648              Message-ID: <20000928115224.D7924@plum.flirble.org>
17649      Branch: perl
17650            ! op.c
17651 ____________________________________________________________________________
17652 [  7117] By: jhi                                   on 2000/10/02  23:57:51
17653         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
17654              From: Nicholas Clark <nick@babyhippo.co.uk>
17655              Date: Thu, 28 Sep 2000 12:18:10 +0100
17656              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
17657              
17658              Did not apply cleanly, manual intervention was needed.
17659      Branch: perl
17660            ! ext/B/B/Bytecode.pm utils/perlcc.PL
17661 ____________________________________________________________________________
17662 [  7116] By: jhi                                   on 2000/10/02  23:50:40
17663         Log: Document the issue (is not a syntax error, kind of)
17664              
17665              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
17666              From: Nicholas Clark <nick@ccl4.org>
17667              Date: Thu, 28 Sep 2000 17:12:42 +0100
17668              Message-ID: <20000928171242.K7924@plum.flirble.org>
17669      Branch: perl
17670            ! pod/perldata.pod
17671 ____________________________________________________________________________
17672 [  7115] By: jhi                                   on 2000/10/02  23:48:58
17673         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
17674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17675              Date: Thu, 28 Sep 2000 21:55:31 -0400
17676              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
17677      Branch: perl
17678            ! regexec.c
17679 ____________________________________________________________________________
17680 [  7114] By: jhi                                   on 2000/10/02  23:47:57
17681         Log: Subject: DOC PATCH 5.6.0
17682              From: mjd@plover.com
17683              Date: 30 Sep 2000 06:02:34 -0000
17684              Message-ID: <20000930060234.4559.qmail@plover.com>
17685      Branch: perl
17686            ! pod/perldebguts.pod
17687 ____________________________________________________________________________
17688 [  7113] By: jhi                                   on 2000/10/02  23:46:43
17689         Log: SOCK_DGRAM and listen() do not mix as reported in
17690              
17691              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
17692              From: Petter Reinholdtsen <pere@hungry.com>
17693              Date: Sun, 1 Oct 2000 10:57:20 +0800
17694              Message-Id: <200010010257.KAA05735@localhost.localdomain>
17695              
17696              The patch for 5.7.0+ had to be reengineered, though.
17697      Branch: perl
17698            ! ext/IO/lib/IO/Socket/UNIX.pm
17699 ____________________________________________________________________________
17700 [  7112] By: jhi                                   on 2000/10/02  23:36:57
17701         Log: Subject: Re: [PATCH 5.005_64 missed]
17702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17703              Date: Sun, 1 Oct 2000 18:50:10 -0400
17704              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
17705      Branch: perl
17706            ! pod/perlxs.pod
17707 ____________________________________________________________________________
17708 [  7111] By: jhi                                   on 2000/10/02  23:35:40
17709         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
17710              From: Radu Greab <radu@netsoft.ro>
17711              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
17712              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
17713      Branch: perl
17714            ! op.c opcode.pl t/op/substr.t
17715 ____________________________________________________________________________
17716 [  7110] By: jhi                                   on 2000/10/02  23:32:38
17717         Log: Subject: [PATCH] Fix aliasing of tied filehandles
17718              From: Daniel Chetlin <daniel@chetlin.com>
17719              Date: Mon, 2 Oct 2000 14:53:27 -0700
17720              Message-ID: <20001002145327.C1617@ilmd>
17721      Branch: perl
17722            ! perl.h pp_hot.c t/op/tiehandle.t
17723 ____________________________________________________________________________
17724 [  7109] By: jhi                                   on 2000/10/02  23:31:30
17725         Log: s/Robin Parker/Robin Barker/
17726      Branch: perl
17727            ! Changes5.6
17728 ____________________________________________________________________________
17729 [  7108] By: jhi                                   on 2000/10/02  23:15:46
17730         Log: Retract #7091 as suggested in
17731              
17732              From: Robin Barker <rmb1@cise.npl.co.uk> 
17733              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
17734              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
17735              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
17736      Branch: perl
17737            ! embed.pl proto.h
17738 ____________________________________________________________________________
17739 [  7107] By: nick                                  on 2000/10/02  18:23:14
17740         Log: A few tweaks to get Tk803 to work with Encode scheme.
17741      Branch: perl
17742            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
17743 ____________________________________________________________________________
17744 [  7106] By: nick                                  on 2000/10/01  21:34:14
17745         Log: Add checking cases to Encode's toUnicode and fromUnicode.
17746      Branch: perl
17747            ! ext/Encode/Encode.pm
17748 ____________________________________________________________________________
17749 [  7105] By: nick                                  on 2000/10/01  17:18:01
17750         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
17751              To read and use them.
17752              Add a lib/encode.t which checks a few things.
17753      Branch: perl
17754            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
17755            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
17756            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
17757            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
17758            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
17759            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
17760            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
17761            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
17762            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
17763            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
17764            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
17765            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
17766            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
17767            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
17768            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
17769            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
17770            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
17771            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
17772            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
17773            + ext/Encode/Encode/iso2022-jp.enc
17774            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
17775            + ext/Encode/Encode/iso8859-1.enc
17776            + ext/Encode/Encode/iso8859-2.enc
17777            + ext/Encode/Encode/iso8859-3.enc
17778            + ext/Encode/Encode/iso8859-4.enc
17779            + ext/Encode/Encode/iso8859-5.enc
17780            + ext/Encode/Encode/iso8859-6.enc
17781            + ext/Encode/Encode/iso8859-7.enc
17782            + ext/Encode/Encode/iso8859-8.enc
17783            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
17784            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
17785            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
17786            + ext/Encode/Encode/macCentEuro.enc
17787            + ext/Encode/Encode/macCroatian.enc
17788            + ext/Encode/Encode/macCyrillic.enc
17789            + ext/Encode/Encode/macDingbats.enc
17790            + ext/Encode/Encode/macGreek.enc
17791            + ext/Encode/Encode/macIceland.enc
17792            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
17793            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
17794            + ext/Encode/Encode/macTurkish.enc
17795            + ext/Encode/Encode/macUkraine.enc
17796            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
17797            + t/lib/encode.t
17798            ! MANIFEST ext/Encode/Encode.pm
17799 ____________________________________________________________________________
17800 [  7104] By: nick                                  on 2000/09/30  13:04:30
17801         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
17802              From: Daniel Chetlin <daniel@chetlin.com>
17803              Date: Mon, 18 Sep 2000 05:05:40 -0700
17804              Message-Id: <20000918050540.C652@ilmd>
17805      Branch: perl
17806            ! lib/overload.pm sv.c t/pragma/overload.t
17807 ____________________________________________________________________________
17808 [  7103] By: nick                                  on 2000/09/30  12:53:36
17809         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
17810              From: Johan Vromans <jvromans@squirrel.nl>
17811              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
17812              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
17813      Branch: perl
17814            ! pod/Makefile.SH
17815 ____________________________________________________________________________
17816 [  7102] By: nick                                  on 2000/09/30  12:52:31
17817         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
17818              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17819              Date: Sat, 16 Sep 2000 16:36:45 -0400
17820              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
17821      Branch: perl
17822            ! ext/B/B/Deparse.pm
17823 ____________________________________________________________________________
17824 [  7101] By: nick                                  on 2000/09/30  12:51:41
17825         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
17826              From: Craig A. Berry <craig.berry@psinetcs.com>
17827              Date: Sat, 16 Sep 2000 10:11:10 -0500
17828              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
17829      Branch: perl
17830            ! vms/vms.c
17831 ____________________________________________________________________________
17832 [  7100] By: nick                                  on 2000/09/30  12:50:33
17833         Log: Subject: Re: unicode support and perl [ID 20000901.097]
17834              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17835              Date: Fri, 15 Sep 2000 16:37:58 -0400
17836              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
17837      Branch: perl
17838            ! t/op/append.t
17839 ____________________________________________________________________________
17840 [  7099] By: nick                                  on 2000/09/30  12:49:35
17841         Log: Subject: Re: unicode support and perl [ID 20000901.097]
17842              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17843              Date: Fri, 15 Sep 2000 16:25:30 -0400
17844              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
17845      Branch: perl
17846            ! pp_hot.c
17847 ____________________________________________________________________________
17848 [  7098] By: nick                                  on 2000/09/30  12:48:00
17849         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
17850              From: Gisle Aas <gisle@ActiveState.com>
17851              Date: 15 Sep 2000 16:23:41 +0200
17852              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
17853      Branch: perl
17854            ! toke.c
17855 ____________________________________________________________________________
17856 [  7097] By: nick                                  on 2000/09/30  12:45:16
17857         Log: Subject: [PATCH] Nits in perlmod.pod
17858              From: Daniel Chetlin <daniel@chetlin.com>
17859              Date: Fri, 15 Sep 2000 02:04:09 -0700
17860              Message-Id: <20000915020409.A2104@ilmd>
17861      Branch: perl
17862            ! pod/perlmod.pod
17863 ____________________________________________________________________________
17864 [  7096] By: nick                                  on 2000/09/30  12:18:00
17865         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
17866              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
17867              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
17868              0 to checking to get the warning.
17869      Branch: perl
17870            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
17871            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
17872            ! regexec.c sv.c toke.c utf8.c
17873 ____________________________________________________________________________
17874 [  7095] By: nick                                  on 2000/09/15  16:55:59
17875         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
17876              
17877              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
17878              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17879              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
17880              Date: Fri, 15 Sep 2000 06:37:30 -0400
17881      Branch: perl
17882            ! ext/Encode/Encode.xs sv.c
17883 ____________________________________________________________________________
17884 [  7094] By: jhi                                   on 2000/09/15  03:23:32
17885         Log: Update Changes.
17886      Branch: perl
17887            ! Changes patchlevel.h
17888 ____________________________________________________________________________
17889 [  7093] By: jhi                                   on 2000/09/15  03:11:44
17890         Log: Fix for the charnames.t failures from Spider Boardman.
17891      Branch: perl
17892            ! toke.c
17893 ____________________________________________________________________________
17894 [  7092] By: jhi                                   on 2000/09/15  00:15:48
17895         Log: Botched the #7090 check-in.
17896      Branch: perl
17897            ! sv.c
17898 ____________________________________________________________________________
17899 [  7091] By: jhi                                   on 2000/09/14  23:33:24
17900         Log: Part of #7081 didn't come through.
17901      Branch: perl
17902            ! embed.pl proto.h
17903 ____________________________________________________________________________
17904 [  7090] By: jhi                                   on 2000/09/14  23:17:39
17905         Log: Subject: Re: perl@7078 
17906              From: Spider Boardman <spider@web.zk3.dec.com>
17907              Date: Thu, 14 Sep 2000 19:06:36 -0400
17908              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
17909      Branch: perl
17910            ! sv.c toke.c
17911 ____________________________________________________________________________
17912 [  7089] By: jhi                                   on 2000/09/14  23:11:21
17913         Log: Small portability tweaks.
17914      Branch: perl
17915            ! ext/Encode/Encode.xs
17916 ____________________________________________________________________________
17917 [  7088] By: jhi                                   on 2000/09/14  22:57:23
17918         Log: Fake return to pacify picky compilers.
17919      Branch: perl
17920            ! ext/Encode/Encode.xs
17921 ____________________________________________________________________________
17922 [  7087] By: jhi                                   on 2000/09/14  22:53:37
17923         Log: Subject: [PATCH] utf8.c apidoc
17924              From: Simon Cozens <simon@cozens.net>
17925              Date: Thu, 14 Sep 2000 23:46:57 +0100
17926              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
17927      Branch: perl
17928            ! perlapi.c pod/perlapi.pod utf8.c
17929 ____________________________________________________________________________
17930 [  7086] By: jhi                                   on 2000/09/14  22:40:38
17931         Log: We don't need to count the high bit bytes, a boolean is enough. 
17932      Branch: perl
17933            ! sv.c
17934 ____________________________________________________________________________
17935 [  7085] By: jhi                                   on 2000/09/14  21:20:09
17936         Log: Replace #7084 with
17937              
17938              Subject: Re: perl@7078 
17939              From: Spider Boardman <spider@web.zk3.dec.com>
17940              Date: Thu, 14 Sep 2000 17:09:36 -0400
17941              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
17942      Branch: perl
17943            ! sv.c utf8.c
17944 ____________________________________________________________________________
17945 [  7084] By: jhi                                   on 2000/09/14  20:03:34
17946         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
17947              convertable to bytes by checking it doesn't go above 0xc3
17948              
17949              Subject: Re: perl@7078
17950              From: Simon Cozens <simon@cozens.net>
17951              Date: Thu, 14 Sep 2000 20:59:19 +0100
17952              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
17953      Branch: perl
17954            ! utf8.c
17955 ____________________________________________________________________________
17956 [  7083] By: jhi                                   on 2000/09/14  19:38:47
17957         Log: Subject: Re: perl@7078
17958              From: Simon Cozens <simon@cozens.net>
17959              Date: Thu, 14 Sep 2000 20:13:09 +0100
17960              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
17961      Branch: perl
17962            ! t/op/bop.t
17963 ____________________________________________________________________________
17964 [  7082] By: jhi                                   on 2000/09/14  17:50:44
17965         Log: The one that got away.
17966      Branch: perl
17967            ! lib/File/Find.pm
17968 ____________________________________________________________________________
17969 [  7081] By: jhi                                   on 2000/09/14  17:45:35
17970         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
17971              From: Robin Barker <rmb1@cise.npl.co.uk>
17972              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
17973              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
17974      Branch: perl
17975            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
17976            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
17977            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
17978            ! regcomp.c toke.c universal.c
17979 ____________________________________________________________________________
17980 [  7080] By: jhi                                   on 2000/09/14  17:40:35
17981         Log: Problems picked up by AIX cc.
17982              
17983              Subject: Re: perl@7078 (patch included)
17984              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17985              Date: Thu, 14 Sep 2000 18:53:30 +0200
17986              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
17987      Branch: perl
17988            ! ext/Encode/Encode.xs
17989 ____________________________________________________________________________
17990 [  7079] By: jhi                                   on 2000/09/14  17:38:27
17991         Log: Subject: File::Find 5.7.0 POD nits
17992              From: Rich Morin <rdm@cfcl.com>
17993              Date: Wed, 13 Sep 2000 22:03:58 -0700
17994              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
17995      Branch: perl
17996            ! lib/File/Find.pm
17997 ____________________________________________________________________________
17998 [  7078] By: jhi                                   on 2000/09/14  14:58:20
17999         Log: Update Changes.
18000      Branch: perl
18001            ! Changes patchlevel.h
18002 ____________________________________________________________________________
18003 [  7077] By: jhi                                   on 2000/09/14  14:55:54
18004         Log: Compilation warnings and an error.
18005      Branch: perl
18006            ! sv.c
18007 ____________________________________________________________________________
18008 [  7076] By: jhi                                   on 2000/09/14  14:42:56
18009         Log: Fix for a parsing bug, not for the original bug.
18010              
18011              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
18012              From: Spider Boardman <spider@web.zk3.dec.com>
18013              Date: Wed, 13 Sep 2000 17:52:20 -0400
18014              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
18015      Branch: perl
18016            ! regcomp.c
18017 ____________________________________________________________________________
18018 [  7075] By: jhi                                   on 2000/09/14  14:40:40
18019         Log: Batch of UTF-8 patches from Simon Cozens.
18020      Branch: perl
18021            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
18022            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
18023            ! toke.c utf8.c
18024 ____________________________________________________________________________
18025 [  7074] By: jhi                                   on 2000/09/14  14:29:58
18026         Log: Subject: Re: Two advertising clauses need to be removed
18027              From: Russ Allbery <rra@stanford.edu>
18028              Date: 13 Sep 2000 18:50:26 -0700
18029              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
18030      Branch: perl
18031            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
18032 ____________________________________________________________________________
18033 [  7073] By: jhi                                   on 2000/09/14  14:28:20
18034         Log: Subject: [PATCH] de-wall t/README
18035              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18036              Date: Wed, 13 Sep 2000 17:46:55 -0700
18037              Message-ID: <//Bw5gzkge/e092yn@efn.org>
18038      Branch: perl
18039            ! t/README
18040 ____________________________________________________________________________
18041 [  7072] By: jhi                                   on 2000/09/14  14:25:10
18042         Log: Hints optimization.
18043              
18044              Subject: Minor nit
18045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18046              Date: Wed, 13 Sep 2000 21:42:07 +0200
18047              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
18048      Branch: perl
18049            ! hints/hpux.sh
18050 ____________________________________________________________________________
18051 [  7071] By: jhi                                   on 2000/09/14  14:23:30
18052         Log: Allow chop() and chomp() to be overridden.
18053              
18054              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
18055              From: "Casey R. Tweten" <crt@kiski.net>
18056              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
18057              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
18058      Branch: perl
18059            ! toke.c
18060 ____________________________________________________________________________
18061 [  7070] By: jhi                                   on 2000/09/14  14:20:36
18062         Log: The return value of setlocale must be copied away.
18063              
18064              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
18065              From: Alan Burlison <Alan.Burlison@uk.sun.com>
18066              Date: Wed, 13 Sep 2000 16:27:37 +0100 
18067              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
18068      Branch: perl
18069            ! util.c
18070 ____________________________________________________________________________
18071 [  7069] By: jhi                                   on 2000/09/14  14:16:27
18072         Log: Remove vestiges of tr//CU.
18073              
18074              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
18075              From: Nick Clark <nick@plum.flirble.org>
18076              Date: Tue, 12 Sep 2000 22:50:14 +0100
18077              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
18078              
18079              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
18080              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18081              Date: Tue, 12 Sep 2000 21:38:48 -0700
18082              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
18083      Branch: perl
18084            ! op.h pod/perlunicode.pod
18085 ____________________________________________________________________________
18086 [  7068] By: jhi                                   on 2000/09/13  14:18:39
18087         Log: Add the Encode extension.  The code is still largely just skeleton.
18088      Branch: perl
18089            + ext/Encode/Encode.pm ext/Encode/Encode.xs
18090            + ext/Encode/Makefile.PL ext/Encode/Todo
18091            ! MANIFEST Todo-5.6
18092 ____________________________________________________________________________
18093 [  7067] By: jhi                                   on 2000/09/12  17:43:33
18094         Log: Allow for whitespace between "#" and "line" in cpp output.
18095              
18096              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
18097              From: Calle Dybedahl <calle@lysator.liu.se>
18098              Date: 12 Sep 2000 19:38:02 +0200 
18099              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
18100      Branch: perl
18101            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
18102 ____________________________________________________________________________
18103 [  7066] By: gsar                                  on 2000/09/12  17:24:29
18104         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
18105              initialization in all the threads on Windows
18106      Branch: perl
18107            ! win32/win32.c
18108 ____________________________________________________________________________
18109 [  7065] By: jhi                                   on 2000/09/12  15:11:31
18110         Log: Update Changes.
18111      Branch: perl
18112            ! Changes patchlevel.h
18113 ____________________________________________________________________________
18114 [  7064] By: jhi                                   on 2000/09/12  14:54:54
18115         Log: Retract #7062, the pod tests are not ready.
18116      Branch: perl
18117            ! t/TEST t/harness
18118 ____________________________________________________________________________
18119 [  7063] By: jhi                                   on 2000/09/12  14:25:41
18120         Log: The #7054 truncated Configure badly.
18121      Branch: metaconfig/U/perl
18122            ! End.U
18123      Branch: perl
18124            ! Configure config_h.SH
18125 ____________________________________________________________________________
18126 [  7062] By: jhi                                   on 2000/09/12  14:08:32
18127         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
18128              From: sthoenna@efn.org
18129              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
18130              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
18131      Branch: perl
18132            ! t/TEST t/harness
18133 ____________________________________________________________________________
18134 [  7061] By: jhi                                   on 2000/09/12  14:07:18
18135         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
18136              From: sthoenna@efn.org
18137              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
18138              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
18139      Branch: perl
18140            ! pod/perlxs.pod
18141 ____________________________________________________________________________
18142 [  7060] By: jhi                                   on 2000/09/12  14:06:08
18143         Log: Break up the myconfig lines a bit.
18144              
18145              Subject: perlbug/perl -V output format
18146              From: sthoenna@efn.org
18147              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
18148              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
18149      Branch: perl
18150            ! myconfig.SH
18151 ____________________________________________________________________________
18152 [  7059] By: jhi                                   on 2000/09/12  14:05:04
18153         Log: Test for the #7049.
18154              
18155              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
18156              From: andreas.koenig@anima.de (Andreas J. Koenig)
18157              Date: 12 Sep 2000 06:42:01 +0200
18158              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
18159      Branch: perl
18160            ! t/op/my.t
18161 ____________________________________________________________________________
18162 [  7058] By: jhi                                   on 2000/09/12  14:03:05
18163         Log: Subject: [patch: perl@7045] vms updates
18164              From: Peter Prymmer <pvhp@forte.com>
18165              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
18166              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
18167      Branch: perl
18168            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
18169 ____________________________________________________________________________
18170 [  7057] By: jhi                                   on 2000/09/12  14:00:51
18171         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
18172              From: sthoenna@efn.org
18173              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
18174              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
18175      Branch: perl
18176            ! t/op/64bitint.t
18177 ____________________________________________________________________________
18178 [  7056] By: jhi                                   on 2000/09/12  13:58:14
18179         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
18180              From: Jeff Pinyan <jeffp@crusoe.net>
18181              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
18182              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
18183      Branch: perl
18184            ! pod/perlfunc.pod
18185 ____________________________________________________________________________
18186 [  7055] By: jhi                                   on 2000/09/12  13:56:32
18187         Log: Do in VMS as the #7054 does.
18188      Branch: perl
18189            ! configure.com
18190 ____________________________________________________________________________
18191 [  7054] By: jhi                                   on 2000/09/12  13:50:31
18192         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
18193              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18194              Date: Mon, 11 Sep 2000 08:33:09 +0100
18195              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
18196      Branch: metaconfig/U/perl
18197            ! End.U
18198      Branch: perl
18199            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
18200            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18201 ____________________________________________________________________________
18202 [  7053] By: jhi                                   on 2000/09/12  13:29:19
18203         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
18204              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18205              Date:     Tue, 12 Sep 2000 08:35:59 EDT
18206              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
18207      Branch: perl
18208            ! vms/test.com
18209 ____________________________________________________________________________
18210 [  7052] By: jhi                                   on 2000/09/11  23:01:50
18211         Log: Document the SvUTF8*().
18212      Branch: perl
18213            ! pod/perlapi.pod sv.h
18214 ____________________________________________________________________________
18215 [  7051] By: gsar                                  on 2000/09/11  14:46:30
18216         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
18217              (missed a spot when fixing up op_pmreplroot hack for ithreads)
18218      Branch: perl
18219            ! op.c t/op/split.t
18220 ____________________________________________________________________________
18221 [  7050] By: nick                                  on 2000/09/11  10:03:51
18222         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
18223              
18224              Subject: borland C++ win32.c tweak
18225              From: Vadim Konovalov <vkonovalov@lucent.com>
18226              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
18227              Date: Mon, 11 Sep 2000 11:22:33 +0400
18228      Branch: perl
18229            ! win32/win32.c
18230 ____________________________________________________________________________
18231 [  7049] By: nick                                  on 2000/09/11  09:57:33
18232         Log: Point fix for s/// on foreach (keys %xxx).
18233      Branch: perl
18234            ! pp_hot.c
18235 ____________________________________________________________________________
18236 [  7048] By: jhi                                   on 2000/09/10  23:37:09
18237         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
18238              by Pod::Text, from Brad Appleton.
18239      Branch: perl
18240            ! t/pod/testp2pt.pl
18241 ____________________________________________________________________________
18242 [  7047] By: jhi                                   on 2000/09/10  14:32:53
18243         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
18244              by Russ Allbery.
18245      Branch: perl
18246            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
18247 ____________________________________________________________________________
18248 [  7046] By: jhi                                   on 2000/09/10  14:15:08
18249         Log: Upgrade to CPAN 1.57_65, from Andreas König.
18250      Branch: perl
18251            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18252 ____________________________________________________________________________
18253 [  7045] By: jhi                                   on 2000/09/08  21:36:32
18254         Log: Update Changes.
18255      Branch: perl
18256            ! Changes patchlevel.h
18257 ____________________________________________________________________________
18258 [  7044] By: jhi                                   on 2000/09/08  21:29:56
18259         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
18260              From: Peter Prymmer <pvhp@forte.com>
18261              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
18262              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
18263      Branch: perl
18264            ! configure.com
18265 ____________________________________________________________________________
18266 [  7043] By: jhi                                   on 2000/09/08  21:27:50
18267         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
18268              From: Peter Prymmer <pvhp@forte.com>
18269              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
18270              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
18271      Branch: perl
18272            ! Makefile.SH installperl
18273 ____________________________________________________________________________
18274 [  7042] By: jhi                                   on 2000/09/08  21:23:21
18275         Log: Continue #7041.
18276      Branch: perl
18277            ! cygwin/Makefile.SHs os2/Makefile.SHs
18278 ____________________________________________________________________________
18279 [  7041] By: jhi                                   on 2000/09/08  21:18:10
18280         Log: Do away with memory models cruft.  Sorry, PDP users.
18281      Branch: metaconfig
18282            ! U/modified/cc.U U/modified/libpth.U
18283      Branch: perl
18284            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
18285            ! Porting/config_H cflags.SH config_h.SH configure.com
18286            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
18287            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
18288            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
18289 ____________________________________________________________________________
18290 [  7040] By: jhi                                   on 2000/09/08  14:34:18
18291         Log: Major rewrite of s2p.  And I mean really major, it is
18292              an implementation of sed in perl.  If called as s2p it
18293              will function as s2p.  Note: needs non-UNIXifying.
18294              
18295              Subject: s2p
18296              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
18297              Date: Mon, 28 Aug 2000 14:05:12 +0200
18298              Message-ID: <39AA5578.2102E2AA@alcatel.at>
18299      Branch: perl
18300            ! x2p/s2p.PL
18301 ____________________________________________________________________________
18302 [  7039] By: jhi                                   on 2000/09/08  14:19:49
18303         Log: Re-allow vec() for characters > 255.
18304              
18305              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
18306              From: Spider Boardman <spider@web.zk3.dec.com>
18307              Date: Fri, 08 Sep 2000 02:21:02 -0400
18308              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
18309      Branch: perl
18310            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
18311            ! t/op/vec.t
18312 ____________________________________________________________________________
18313 [  7038] By: jhi                                   on 2000/09/08  14:14:18
18314         Log: Subject: [PATCH lib/Benchmark.pm]
18315              From: <abigail@foad.org>
18316              Date: Thu, 7 Sep 2000 15:03:20 -0400
18317              Message-ID: <20000907190320.888.qmail@foad.org>
18318      Branch: perl
18319            ! lib/Benchmark.pm
18320 ____________________________________________________________________________
18321 [  7037] By: jhi                                   on 2000/09/08  14:11:06
18322         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
18323              
18324              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
18325              From: Spider Boardman <spider@web.zk3.dec.com>
18326              Date: Fri, 08 Sep 2000 01:30:27 -0400
18327              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
18328      Branch: perl
18329            ! op.c
18330 ____________________________________________________________________________
18331 [  7036] By: jhi                                   on 2000/09/08  14:08:58
18332         Log: Subject: [ID 20000908.002] perlipc documentation bug.
18333              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
18334              Date: Fri, 08 Sep 2000 12:38:32 +0200
18335              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
18336      Branch: perl
18337            ! pod/perlipc.pod
18338 ____________________________________________________________________________
18339 [  7035] By: jhi                                   on 2000/09/08  14:03:12
18340         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18341              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18342              Date: Fri, 08 Sep 2000 11:47:34 +0200
18343              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
18344      Branch: perl
18345            ! hints/dec_osf.sh
18346 ____________________________________________________________________________
18347 [  7034] By: jhi                                   on 2000/09/08  13:59:35
18348         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
18349              From: Simon Cozens <simon@cozens.net>
18350              Date: Thu, 7 Sep 2000 20:40:38 +0100
18351              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
18352      Branch: perl
18353            ! pp_hot.c
18354 ____________________________________________________________________________
18355 [  7033] By: jhi                                   on 2000/09/08  04:03:03
18356         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
18357              From: "Larry W. Virden" <lvirden@cas.org>
18358              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
18359              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
18360      Branch: perl
18361            ! pod/perldiag.pod
18362 ____________________________________________________________________________
18363 [  7032] By: jhi                                   on 2000/09/07  22:18:30
18364         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
18365              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
18366              Date: Mon, 04 Sep 2000 13:16:38 -0700
18367              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
18368      Branch: perl
18369            ! lib/perl5db.pl
18370 ____________________________________________________________________________
18371 [  7031] By: jhi                                   on 2000/09/07  22:02:29
18372         Log: Fix the ccversion detection for 5.1 and beyond.
18373              
18374              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
18375              From: Spider Boardman <spider@leggy.zk3.dec.com>
18376              Date: Thu, 7 Sep 2000 17:54:27 -0400
18377              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
18378      Branch: perl
18379            ! hints/dec_osf.sh
18380 ____________________________________________________________________________
18381 [  7030] By: jhi                                   on 2000/09/07  19:12:28
18382         Log: Fix for
18383              
18384              Subject: [ID 20000903.001] \w in utf8-strings
18385              From: Marc Lehmann <pcg@goof.com>
18386              Date: Sun, 03 Sep 2000 09:44:29 +0200
18387              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
18388              
18389              and various related nits.
18390      Branch: perl
18391            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
18392 ____________________________________________________________________________
18393 [  7029] By: jhi                                   on 2000/09/07  18:49:09
18394         Log: Fix the URL, but the server is still missing in action.
18395              
18396              Subject: [ID 20000905.002] perlfaq1.pod URL error
18397              From: "Larry W. Virden" <lvirden@cas.org>
18398              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
18399              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
18400      Branch: perl
18401            ! pod/perlfaq1.pod
18402 ____________________________________________________________________________
18403 [  7028] By: jhi                                   on 2000/09/07  18:47:13
18404         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
18405              From: Hugo <hv@crypt.compulink.co.uk>
18406              Date: Tue, 05 Sep 2000 14:13:37 +0100
18407              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
18408      Branch: perl
18409            ! toke.c
18410 ____________________________________________________________________________
18411 [  7027] By: jhi                                   on 2000/09/07  18:45:35
18412         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
18413              From: Daniel Chetlin <daniel@chetlin.com>
18414              Date: Tue, 5 Sep 2000 04:57:07 -0700
18415              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
18416      Branch: perl
18417            ! pod/perlfaq6.pod pod/perlop.pod
18418 ____________________________________________________________________________
18419 [  7026] By: jhi                                   on 2000/09/07  18:44:01
18420         Log: Document the new ref() semantics.
18421              
18422              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
18423              From: Gisle Aas <gisle@ActiveState.com>
18424              Date: 05 Sep 2000 08:10:30 +0200
18425              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
18426      Branch: perl
18427            ! pod/perldelta.pod
18428 ____________________________________________________________________________
18429 [  7025] By: jhi                                   on 2000/09/07  18:42:27
18430         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
18431              
18432              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
18433              From: Gisle Aas <gisle@ActiveState.com>
18434              Date: 05 Sep 2000 08:11:40 +0200
18435              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
18436      Branch: perl
18437            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
18438 ____________________________________________________________________________
18439 [  7024] By: jhi                                   on 2000/09/07  18:39:32
18440         Log: Subject: [PATCH] Modernize Opcode.pm documentation
18441              From: Gisle Aas <gisle@ActiveState.com>
18442              Date: 4 Sep 2000 00:18:55 -0000
18443              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
18444      Branch: perl
18445            ! ext/Opcode/Opcode.pm
18446 ____________________________________________________________________________
18447 [  7023] By: jhi                                   on 2000/09/07  18:37:42
18448         Log: Subject: [PATCH] Tied filehandle documentation
18449              From: Gisle Aas <gisle@ActiveState.com>
18450              Date: 4 Sep 2000 00:14:40 -0000
18451              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
18452      Branch: perl
18453            ! pod/perlfunc.pod pod/perltie.pod
18454 ____________________________________________________________________________
18455 [  7022] By: jhi                                   on 2000/09/07  18:35:37
18456         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
18457              From: Gisle Aas <gisle@ActiveState.com>
18458              Date: 4 Sep 2000 00:04:22 -0000
18459              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
18460      Branch: perl
18461            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
18462 ____________________________________________________________________________
18463 [  7021] By: jhi                                   on 2000/09/07  18:33:22
18464         Log: Subject: small apidoc fix
18465              From: Marc Lehmann <pcg@goof.com>
18466              Date: Sun, 3 Sep 2000 05:12:06 +0200
18467              Message-ID: <20000903051206.A5909@cerebro.laendle>
18468      Branch: perl
18469            ! pod/perlapi.pod utf8.c
18470 ____________________________________________________________________________
18471 [  7020] By: jhi                                   on 2000/09/07  16:14:57
18472         Log: Tiny perldelta nits.
18473      Branch: perl
18474            ! pod/perldelta.pod
18475 ____________________________________________________________________________
18476 [  7019] By: jhi                                   on 2000/09/07  16:04:20
18477         Log: Guard against bad string->int conversion for quads.
18478      Branch: perl
18479            ! t/op/64bitint.t
18480 ____________________________________________________________________________
18481 [  7018] By: jhi                                   on 2000/09/06  17:07:03
18482         Log: Update Unicode todo list.
18483      Branch: perl
18484            ! Todo-5.6
18485 ____________________________________________________________________________
18486 [  7017] By: jhi                                   on 2000/09/05  21:16:01
18487         Log: Document the SvIOK_.*UV().
18488      Branch: perl
18489            ! pod/perlapi.pod sv.h
18490 ____________________________________________________________________________
18491 [  7016] By: nick                                  on 2000/09/03  21:54:46
18492         Log: Hash lookup of constant strings optimization:
18493              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
18494              to string table (as per sharepvn). Add newSV_pvn_share to create such
18495              a thing. Make hv.c compare addresses of strings and skip string compare
18496              if equal. Make method_named and helem ops use these shared-string SVs
18497              when arg is constant. Make keys op return shared-string SVs (less clearly
18498              a win).
18499      Branch: perl
18500            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
18501            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
18502            ! pod/perlintern.pod pp_hot.c proto.h sv.c
18503 ____________________________________________________________________________
18504 [  7015] By: jhi                                   on 2000/09/02  17:48:59
18505         Log: This is 5.7.0.
18506      Branch: perl
18507            ! Changes
18508 ____________________________________________________________________________
18509 [  7014] By: jhi                                   on 2000/09/02  17:35:45
18510         Log: Changes and patchlevel tweaks.
18511      Branch: perl
18512            ! Changes patchlevel.h
18513 ____________________________________________________________________________
18514 [  7013] By: jhi                                   on 2000/09/02  17:30:50
18515         Log: Update Changes.
18516      Branch: perl
18517            ! Changes patchlevel.h
18518 ____________________________________________________________________________
18519 [  7012] By: nick                                  on 2000/09/02  17:25:20
18520         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
18521      Branch: perl
18522            ! gv.c lib/overload.pm
18523 ____________________________________________________________________________
18524 [  7011] By: jhi                                   on 2000/09/02  17:16:25
18525         Log: Update perlhist.
18526      Branch: perl
18527            ! pod/perlhist.pod
18528 ____________________________________________________________________________
18529 [  7010] By: jhi                                   on 2000/09/02  17:01:35
18530         Log: perldelta nits.
18531      Branch: perl
18532            ! pod/perldelta.pod
18533 ____________________________________________________________________________
18534 [  7009] By: nick                                  on 2000/09/02  16:48:35
18535         Log: If overloaded %{} etc. return the object do not loop.
18536              Thus  sub deref { $_[0] } functions if object is wanted type.
18537      Branch: perl
18538            ! pp.h
18539 ____________________________________________________________________________
18540 [  7008] By: jhi                                   on 2000/09/02  16:26:11
18541         Log: Retab MANIFEST.
18542      Branch: perl
18543            ! ext/Storable/MANIFEST
18544 ____________________________________________________________________________
18545 [  7007] By: jhi                                   on 2000/09/02  16:23:02
18546         Log: Make certain cc is set before trying to run it.
18547      Branch: perl
18548            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
18549 ____________________________________________________________________________
18550 [  7006] By: jhi                                   on 2000/09/02  15:45:41
18551         Log: Unicode notes.
18552      Branch: perl
18553            ! pod/perldelta.pod
18554 ____________________________________________________________________________
18555 [  7005] By: jhi                                   on 2000/09/02  15:42:11
18556         Log: Various Configure nits by Philip Newton,
18557              plus the ebcdic one by me.
18558      Branch: metaconfig
18559            + U/modified/pager.U
18560            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
18561      Branch: metaconfig/U/perl
18562            ! Devel.U quadfio.U
18563      Branch: perl
18564            ! Configure config_h.SH
18565 ____________________________________________________________________________
18566 [  7004] By: jhi                                   on 2000/09/02  15:06:14
18567         Log: Apparently avoiding the swapping is too costly.
18568              
18569              From: "Ben Tilly" <ben_tilly@hotmail.com>
18570              Subject: Re: the door is closed.
18571              Date: Fri, 01 Sep 2000 20:23:16 EDT
18572              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
18573      Branch: perl
18574            ! pod/perlfaq4.pod
18575 ____________________________________________________________________________
18576 [  7003] By: nick                                  on 2000/09/02  12:26:04
18577         Log: Undo part of change 6489 which looks like a bulk edit which
18578              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
18579              The supressing of main:: on return from select() is undesirable.
18580      Branch: perl
18581            ! pp_sys.c
18582 ____________________________________________________________________________
18583 [  7002] By: jhi                                   on 2000/09/01  23:08:54
18584         Log: Update Changes.
18585      Branch: perl
18586            ! Changes patchlevel.h
18587 ____________________________________________________________________________
18588 [  7001] By: jhi                                   on 2000/09/01  23:00:13
18589         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
18590              From: Peter Prymmer <pvhp@forte.com>
18591              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
18592              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
18593              
18594              plus rework the http: spots as suggested by Tom Christiansen,
18595              plus regen perltoc.
18596      Branch: perl
18597            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
18598            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
18599 ____________________________________________________________________________
18600 [  7000] By: jhi                                   on 2000/09/01  22:36:01
18601         Log: Only the first line, thank you very much.
18602      Branch: perl
18603            ! hints/solaris_2.sh
18604 ____________________________________________________________________________
18605 [  6999] By: gsar                                  on 2000/09/01  22:16:40
18606         Log: change#6791 accidentally clobbered change#6710, put it back
18607      Branch: perl
18608            ! win32/win32.c
18609 ____________________________________________________________________________
18610 [  6998] By: jhi                                   on 2000/09/01  22:14:16
18611         Log: Mention the HP-UX LP64 freak failure.
18612      Branch: perl
18613            ! pod/perldelta.pod
18614 ____________________________________________________________________________
18615 [  6997] By: jhi                                   on 2000/09/01  21:48:32
18616         Log: Detypo.
18617      Branch: perl
18618            ! hints/hpux.sh
18619 ____________________________________________________________________________
18620 [  6996] By: jhi                                   on 2000/09/01  21:27:10
18621         Log: Update Changes.
18622      Branch: perl
18623            ! Changes patchlevel.h
18624 ____________________________________________________________________________
18625 [  6995] By: jhi                                   on 2000/09/01  21:14:24
18626         Log: Mi splgn s gnin.g
18627      Branch: perl
18628            ! pp_ctl.c
18629 ____________________________________________________________________________
18630 [  6994] By: jhi                                   on 2000/09/01  21:09:54
18631         Log: Subject: http:// in L<>
18632              From: Nicholas Clark <nick@ccl4.org>
18633              Date: Fri, 1 Sep 2000 22:03:21 +0100
18634              Message-ID: <20000901220321.B72074@plum.flirble.org>
18635      Branch: perl
18636            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
18637 ____________________________________________________________________________
18638 [  6993] By: jhi                                   on 2000/09/01  21:06:54
18639         Log: Update to Storable 1.0, from Raphael Manfredi.
18640      Branch: perl
18641            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
18642            ! ext/Storable/Makefile.PL ext/Storable/README
18643            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
18644            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
18645            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
18646            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
18647            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
18648            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
18649 ____________________________________________________________________________
18650 [  6992] By: jhi                                   on 2000/09/01  20:43:05
18651         Log: Mention known sfio+linux buglet.
18652      Branch: perl
18653            ! pod/perldelta.pod
18654 ____________________________________________________________________________
18655 [  6991] By: jhi                                   on 2000/09/01  20:40:11
18656         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
18657              From: Peter Prymmer <pvhp@forte.com>
18658              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
18659              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
18660      Branch: perl
18661            ! vms/vms.c
18662 ____________________________________________________________________________
18663 [  6990] By: jhi                                   on 2000/09/01  20:25:26
18664         Log: Retract #6986.
18665      Branch: perl
18666            ! hints/solaris_2.sh
18667 ____________________________________________________________________________
18668 [  6989] By: jhi                                   on 2000/09/01  20:23:00
18669         Log: Mergesort is back.
18670      Branch: perl
18671            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
18672 ____________________________________________________________________________
18673 [  6988] By: jhi                                   on 2000/09/01  19:37:40
18674         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
18675              From: Mike Guy <mjtg@cam.ac.uk>
18676              Date: Fri, 01 Sep 2000 17:43:33 +0100
18677              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
18678      Branch: perl
18679            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
18680            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
18681 ____________________________________________________________________________
18682 [  6987] By: jhi                                   on 2000/09/01  19:17:10
18683         Log: Regen perltoc.
18684      Branch: perl
18685            ! pod/perltoc.pod
18686 ____________________________________________________________________________
18687 [  6986] By: jhi                                   on 2000/09/01  18:51:10
18688         Log: Subject: Re: Solaris x86 has no SPARC libraries!
18689              From: Lupe Christoph <lupe@lupe-christoph.de>
18690              Date: Fri, 1 Sep 2000 20:41:20 +0200
18691              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
18692      Branch: perl
18693            ! hints/solaris_2.sh
18694 ____________________________________________________________________________
18695 [  6985] By: jhi                                   on 2000/09/01  18:28:10
18696         Log: Update Changes.
18697      Branch: perl
18698            ! Changes patchlevel.h
18699 ____________________________________________________________________________
18700 [  6984] By: jhi                                   on 2000/09/01  18:26:53
18701         Log: Feature ordering tweak.
18702      Branch: perl
18703            ! myconfig.SH
18704 ____________________________________________________________________________
18705 [  6983] By: jhi                                   on 2000/09/01  18:19:50
18706         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18707              From: <abigail@foad.org>
18708              Date: Fri, 1 Sep 2000 13:07:32 -0400
18709              Message-ID: <20000901170732.18249.qmail@foad.org>
18710      Branch: perl
18711            ! t/pragma/overload.t
18712 ____________________________________________________________________________
18713 [  6982] By: jhi                                   on 2000/09/01  18:17:54
18714         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
18715              so that case-ignoring systems like DCL can tell them from
18716              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
18717      Branch: metaconfig/U/perl
18718            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
18719      Branch: perl
18720            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18721            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
18722            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
18723            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
18724            ! vos/config.def vos/config.h vos/config_h.SH_orig
18725            ! win32/config.bc win32/config.gc win32/config.vc
18726 ____________________________________________________________________________
18727 [  6981] By: nick                                  on 2000/09/01  17:21:57
18728         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
18729              warning when UNTIE exists and instead pass the cound of extra references to
18730              the UNTIE method.
18731      Branch: perl
18732            ! pod/perltie.pod pp_sys.c
18733 ____________________________________________________________________________
18734 [  6980] By: jhi                                   on 2000/09/01  16:54:44
18735         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
18736              From: Peter Prymmer <pvhp@forte.com>
18737              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
18738              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
18739      Branch: perl
18740            ! configure.com
18741 ____________________________________________________________________________
18742 [  6979] By: jhi                                   on 2000/09/01  16:06:20
18743         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
18744              From: Mike Guy <mjtg@cam.ac.uk> 
18745              Date: Fri, 01 Sep 2000 16:49:27 +0100
18746              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
18747      Branch: perl
18748            ! t/base/rs.t
18749 ____________________________________________________________________________
18750 [  6978] By: jhi                                   on 2000/09/01  16:00:42
18751         Log: Update to PodParser 1.18, from Brad Appleton.
18752      Branch: perl
18753            ! lib/Pod/Checker.pm t/pod/find.t
18754 ____________________________________________________________________________
18755 [  6977] By: jhi                                   on 2000/09/01  14:48:58
18756         Log: Subject: Nit in Configure (bleadperl@6961)
18757              From: Lupe Christoph <lupe@lupe-christoph.de>
18758              Date: Fri, 1 Sep 2000 16:34:29 +0200
18759              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
18760      Branch: metaconfig
18761            ! U/compline/ccflags.U
18762      Branch: perl
18763            ! Configure config_h.SH
18764 ____________________________________________________________________________
18765 [  6976] By: jhi                                   on 2000/09/01  14:39:52
18766         Log: Update Changes.
18767      Branch: perl
18768            ! Changes patchlevel.h
18769 ____________________________________________________________________________
18770 [  6975] By: jhi                                   on 2000/09/01  14:37:36
18771         Log: microperl config update.
18772      Branch: perl
18773            ! uconfig.h uconfig.sh
18774 ____________________________________________________________________________
18775 [  6974] By: jhi                                   on 2000/09/01  14:36:53
18776         Log: Document known deficiencies.
18777      Branch: perl
18778            ! pod/perldelta.pod
18779 ____________________________________________________________________________
18780 [  6973] By: jhi                                   on 2000/09/01  14:10:20
18781         Log: Mention warnings fixes and updates.
18782      Branch: perl
18783            ! pod/perldelta.pod
18784 ____________________________________________________________________________
18785 [  6972] By: jhi                                   on 2000/09/01  14:01:52
18786         Log: Drop unused argument.
18787              
18788              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
18789              From: Spider Boardman <spider@web.zk3.dec.com>
18790              Date: Thu, 31 Aug 2000 16:10:15 -0400
18791              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
18792      Branch: perl
18793            ! toke.c
18794 ____________________________________________________________________________
18795 [  6971] By: jhi                                   on 2000/09/01  13:59:24
18796         Log: Add the overload warnings to perldiag.
18797      Branch: perl
18798            ! lib/overload.pm pod/perldiag.pod
18799 ____________________________________________________________________________
18800 [  6970] By: jhi                                   on 2000/09/01  13:55:10
18801         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18802              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18803              Date: Fri, 1 Sep 2000 13:43:15 +0100 
18804              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
18805      Branch: perl
18806            ! lib/overload.pm t/pragma/overload.t
18807 ____________________________________________________________________________
18808 [  6969] By: jhi                                   on 2000/09/01  13:52:27
18809         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18810              From: <abigail@foad.org>
18811              Date: Fri, 1 Sep 2000 05:46:54 -0400
18812              Message-ID: <20000901094654.6476.qmail@foad.org>
18813      Branch: perl
18814            ! lib/overload.pm
18815 ____________________________________________________________________________
18816 [  6968] By: jhi                                   on 2000/09/01  13:50:05
18817         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
18818              From: Daniel Chetlin <daniel@chetlin.com>
18819              Date: Fri, 1 Sep 2000 02:10:55 -0700
18820              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
18821      Branch: perl
18822            ! pod/perlretut.pod
18823 ____________________________________________________________________________
18824 [  6967] By: jhi                                   on 2000/09/01  13:47:54
18825         Log: Part of the solution.
18826              
18827              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
18828              From: Mike Guy <mjtg@cam.ac.uk>
18829              Date: Fri, 01 Sep 2000 14:16:01 +0100
18830              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
18831      Branch: perl
18832            ! gv.c mg.c
18833 ____________________________________________________________________________
18834 [  6966] By: jhi                                   on 2000/09/01  13:46:17
18835         Log: Subject: CPAN.pm beta 1.57_57 for the core
18836              From: andreas.koenig@anima.de (Andreas J. Koenig)
18837              Date: 01 Sep 2000 15:16:31 +0200
18838              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
18839      Branch: perl
18840            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18841 ____________________________________________________________________________
18842 [  6965] By: jhi                                   on 2000/09/01  13:43:18
18843         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
18844              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18845              Date: Fri, 01 Sep 2000 01:47:22 -0500
18846              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
18847      Branch: perl
18848            ! pod/perldelta.pod vms/vms.c
18849 ____________________________________________________________________________
18850 [  6964] By: jhi                                   on 2000/09/01  13:35:35
18851         Log: File::Temp patches from Andreas König,
18852              
18853              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
18854              From: andreas.koenig@anima.de (Andreas J. Koenig)
18855              Date: 01 Sep 2000 10:07:20 +0200
18856              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
18857              
18858              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
18859              From: andreas.koenig@anima.de (Andreas J. Koenig)
18860              Date: 31 Aug 2000 23:26:08 +0200
18861              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
18862      Branch: perl
18863            ! lib/File/Temp.pm t/lib/ftmp-security.t
18864 ____________________________________________________________________________
18865 [  6963] By: jhi                                   on 2000/09/01  02:22:24
18866         Log: Retract the mergesort code, way too incompatible licensing
18867              and copyrights.
18868      Branch: perl
18869            ! pod/perldelta.pod pp_ctl.c
18870 ____________________________________________________________________________
18871 [  6962] By: jhi                                   on 2000/08/31  23:27:32
18872         Log: Update Changes.
18873      Branch: perl
18874            ! Changes patchlevel.h
18875 ____________________________________________________________________________
18876 [  6961] By: jhi                                   on 2000/08/31  23:20:04
18877         Log: Small tweaks all over.
18878      Branch: metaconfig
18879            ! U/compline/d_gconvert.U
18880      Branch: perl
18881            ! AUTHORS Configure config_h.SH pp_ctl.c
18882 ____________________________________________________________________________
18883 [  6960] By: jhi                                   on 2000/08/31  22:39:36
18884         Log: Further rewording.
18885      Branch: perl
18886            ! pp_ctl.c
18887 ____________________________________________________________________________
18888 [  6959] By: jhi                                   on 2000/08/31  21:26:44
18889         Log: More address tweaking.
18890      Branch: perl
18891            ! AUTHORS Changes
18892 ____________________________________________________________________________
18893 [  6958] By: jhi                                   on 2000/08/31  20:47:25
18894         Log: AUTHORS tweaks, from Peter Prymmer.
18895              
18896              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
18897              From: Peter Prymmer <pvhp@forte.com>
18898              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
18899              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
18900      Branch: perl
18901            ! AUTHORS MAINTAIN
18902 ____________________________________________________________________________
18903 [  6957] By: jhi                                   on 2000/08/31  20:34:43
18904         Log: perldelta tweaks.
18905      Branch: perl
18906            ! pod/perldelta.pod
18907 ____________________________________________________________________________
18908 [  6956] By: jhi                                   on 2000/08/31  19:11:06
18909         Log: Regen perltoc.
18910      Branch: perl
18911            ! pod/perltoc.pod
18912 ____________________________________________________________________________
18913 [  6955] By: jhi                                   on 2000/08/31  19:06:30
18914         Log: Clarify the mergesort situation.
18915      Branch: perl
18916            ! pp_ctl.c
18917 ____________________________________________________________________________
18918 [  6954] By: jhi                                   on 2000/08/31  18:24:17
18919         Log: Move the Solaris 7 scan to use64bitall, make the
18920              failure to find 64-bot sparc libc to mention the
18921              possibility of being in an intel, from Lupe and Alan.
18922      Branch: perl
18923            ! hints/solaris_2.sh
18924 ____________________________________________________________________________
18925 [  6953] By: jhi                                   on 2000/08/31  18:09:20
18926         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
18927              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
18928      Branch: metaconfig
18929            ! U/compline/d_gconvert.U U/threads/archname.U
18930      Branch: metaconfig/U/perl
18931            ! perlxv.U
18932      Branch: perl
18933            ! Configure config_h.SH sv.c
18934 ____________________________________________________________________________
18935 [  6952] By: jhi                                   on 2000/08/31  17:42:24
18936         Log: :: not allowed in pathnames, change to .
18937              
18938              Subject: [PATCH perl@6938] cygwin port
18939              From: "Fifer, Eric" <EFifer@sanwaint.com>
18940              Date: Thu, 31 Aug 2000 16:32:59 +0100
18941              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
18942      Branch: metaconfig/U/perl
18943            ! perlxv.U
18944 ____________________________________________________________________________
18945 [  6951] By: jhi                                   on 2000/08/31  17:02:05
18946         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
18947      Branch: perl
18948            ! perl.h
18949 ____________________________________________________________________________
18950 [  6950] By: jhi                                   on 2000/08/31  16:26:08
18951         Log: More author updates.
18952              
18953              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
18954              From: Simon Cozens <simon@cozens.net>
18955              Date: Thu, 31 Aug 2000 17:13:32 +0100
18956              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
18957      Branch: perl
18958            ! AUTHORS
18959 ____________________________________________________________________________
18960 [  6949] By: jhi                                   on 2000/08/31  16:04:49
18961         Log: POSIX doesn't report long double values under -Duselongdouble
18962              when the long doubles are "real" (bigger than doubles).
18963              
18964              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
18965              From: Spider Boardman <spider@peano.zk3.dec.com>
18966              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
18967              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
18968      Branch: perl
18969            ! ext/POSIX/POSIX.xs
18970 ____________________________________________________________________________
18971 [  6948] By: jhi                                   on 2000/08/31  15:25:10
18972         Log: Update Changes.
18973      Branch: perl
18974            ! Changes patchlevel.h
18975 ____________________________________________________________________________
18976 [  6947] By: jhi                                   on 2000/08/31  15:22:29
18977         Log: Document UNTIE in a very minimalistic way.
18978      Branch: perl
18979            ! pod/perlfunc.pod pod/perltie.pod
18980 ____________________________________________________________________________
18981 [  6946] By: jhi                                   on 2000/08/31  15:15:23
18982         Log: Document known failures.
18983      Branch: perl
18984            ! pod/perldelta.pod
18985 ____________________________________________________________________________
18986 [  6945] By: jhi                                   on 2000/08/31  15:07:00
18987         Log: Don't attach -ld to the archname if pointless.
18988      Branch: metaconfig
18989            ! U/threads/archname.U
18990      Branch: perl
18991            ! Configure config_h.SH
18992 ____________________________________________________________________________
18993 [  6944] By: jhi                                   on 2000/08/31  14:37:42
18994         Log: Wrap the test in eval.
18995              
18996              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
18997              From: Tim Jenness <timj@jach.hawaii.edu>
18998              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
18999              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
19000      Branch: perl
19001            ! t/lib/ftmp-security.t
19002 ____________________________________________________________________________
19003 [  6943] By: jhi                                   on 2000/08/31  14:30:57
19004         Log: Make -Dusemorebits find long doubles in Solaris.
19005      Branch: perl
19006            ! hints/solaris_2.sh
19007 ____________________________________________________________________________
19008 [  6942] By: jhi                                   on 2000/08/31  13:48:45
19009         Log: Clarify the third case of ftmp-security warnings.
19010      Branch: perl
19011            ! INSTALL
19012 ____________________________________________________________________________
19013 [  6941] By: jhi                                   on 2000/08/31  13:40:31
19014         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
19015              From: <abigail@foad.org>
19016              Date: Thu, 31 Aug 2000 01:35:05 -0400
19017              Message-ID: <20000831053505.32120.qmail@foad.org>
19018      Branch: perl
19019            ! pod/perldelta.pod
19020 ____________________________________________________________________________
19021 [  6940] By: jhi                                   on 2000/08/31  13:38:48
19022         Log: Issue useful diagnostic on unknown pod commands.
19023              
19024              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
19025              From: <abigail@foad.org>
19026              Date: Thu, 31 Aug 2000 03:41:18 -0400
19027              Message-ID: <20000831074118.24880.qmail@foad.org>
19028      Branch: perl
19029            ! lib/Pod/Man.pm
19030 ____________________________________________________________________________
19031 [  6939] By: jhi                                   on 2000/08/31  13:34:33
19032         Log: Reveal Borland's isnan.
19033              
19034              Subject: build with BC++ tweak
19035              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19036              Date: Thu, 31 Aug 2000 13:09:37 +0400
19037              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
19038      Branch: perl
19039            ! win32/win32.h
19040 ____________________________________________________________________________
19041 [  6938] By: jhi                                   on 2000/08/31  05:01:20
19042         Log: Update Changes.
19043      Branch: perl
19044            ! Changes patchlevel.h
19045 ____________________________________________________________________________
19046 [  6937] By: jhi                                   on 2000/08/31  04:26:23
19047         Log: sscanf() may be the only way to read long doubles from strings.
19048      Branch: metaconfig/U/perl
19049            ! longdblfio.U
19050      Branch: perl
19051            ! Configure config_h.SH perl.h util.c
19052 ____________________________________________________________________________
19053 [  6936] By: jhi                                   on 2000/08/31  04:18:19
19054         Log: The #6929 was too skimpy.
19055      Branch: perl
19056            ! sv.c
19057 ____________________________________________________________________________
19058 [  6935] By: jhi                                   on 2000/08/31  02:47:07
19059         Log: Subject: Re: typos in pods
19060              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19061              Date: Wed, 30 Aug 2000 19:25:34 -0700
19062              Message-ID: <eIcr5gzkg25X092yn@efn.org>
19063      Branch: perl
19064            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
19065 ____________________________________________________________________________
19066 [  6934] By: jhi                                   on 2000/08/31  02:42:55
19067         Log: Missed one Unicode file.
19068      Branch: perl
19069            + lib/unicode/UCDFF301.html
19070 ____________________________________________________________________________
19071 [  6933] By: jhi                                   on 2000/08/30  23:42:27
19072         Log: Update Changes.
19073      Branch: perl
19074            ! Changes patchlevel.h
19075 ____________________________________________________________________________
19076 [  6932] By: jhi                                   on 2000/08/30  23:40:07
19077         Log: Mention UNTIE in perldelta.  Still needs documenting
19078              in perltie et alia.
19079      Branch: perl
19080            ! pod/perldelta.pod
19081 ____________________________________________________________________________
19082 [  6931] By: jhi                                   on 2000/08/30  23:36:02
19083         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
19084              From: <abigail@foad.org>
19085              Date: Wed, 30 Aug 2000 19:28:07 -0400
19086              Message-ID: <20000830232807.305.qmail@foad.org>
19087      Branch: perl
19088            ! pod/perldelta.pod
19089 ____________________________________________________________________________
19090 [  6930] By: jhi                                   on 2000/08/30  23:32:40
19091         Log: Update to Unicode 3.0.1.
19092      Branch: perl
19093            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
19094            + lib/unicode/PropList.txt lib/unicode/README.perl
19095            + lib/unicode/UCD301.html lib/unicode/Unicode.301
19096            - lib/unicode/Props.txt lib/unicode/UCD300.html
19097            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
19098            ! (edit 257 files)
19099 ____________________________________________________________________________
19100 [  6929] By: jhi                                   on 2000/08/30  22:38:18
19101         Log: Heap decorruption.
19102              
19103              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
19104              From: Alan Burlison <Alan.Burlison@uk.sun.com>
19105              Date: Wed, 30 Aug 2000 22:39:52 +0100
19106              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
19107      Branch: perl
19108            ! sv.c
19109 ____________________________________________________________________________
19110 [  6928] By: jhi                                   on 2000/08/30  22:29:34
19111         Log: Retract the dummy test, skip the security tests (instead of failing),
19112              explain what the warnings mean.
19113      Branch: perl
19114            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
19115 ____________________________________________________________________________
19116 [  6927] By: jhi                                   on 2000/08/30  22:14:13
19117         Log: Change the internal implementation of sort() to be mergesort
19118              instead of quicksort, from John Linderman <jpl@research.att.com>.
19119              Gives us better worst case, better average case, and stability.
19120              What's there not to like?  (Small fixes for threaded builds
19121              were required).
19122      Branch: perl
19123            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
19124 ____________________________________________________________________________
19125 [  6926] By: jhi                                   on 2000/08/30  20:55:20
19126         Log: A better fix for the Socket building problem from Craig Berry.
19127      Branch: perl
19128            ! vms/vms.c
19129 ____________________________________________________________________________
19130 [  6925] By: jhi                                   on 2000/08/30  20:20:25
19131         Log: Subject: [PATCH] Re: UNTIE method 
19132              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19133              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
19134              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
19135      Branch: perl
19136            ! pp_sys.c t/op/tie.t
19137 ____________________________________________________________________________
19138 [  6924] By: jhi                                   on 2000/08/30  20:17:11
19139         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
19140              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19141              Date: Wed, 30 Aug 2000 15:03:14 -0500
19142              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
19143      Branch: perl
19144            ! vms/vms.c
19145 ____________________________________________________________________________
19146 [  6923] By: jhi                                   on 2000/08/30  20:15:18
19147         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
19148              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19149              Date: Wed, 30 Aug 2000 13:30:36 -0500
19150              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
19151      Branch: perl
19152            ! vms/vms.c
19153 ____________________________________________________________________________
19154 [  6922] By: jhi                                   on 2000/08/30  19:54:43
19155         Log: Better options for rsync.
19156      Branch: perl
19157            ! pod/perlhack.pod
19158 ____________________________________________________________________________
19159 [  6921] By: jhi                                   on 2000/08/30  19:40:16
19160         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
19161              From: Rick Delaney <rick@consumercontact.com>
19162              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
19163              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
19164      Branch: perl
19165            ! pod/perlfunc.pod
19166 ____________________________________________________________________________
19167 [  6920] By: jhi                                   on 2000/08/30  19:36:40
19168         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
19169              From: Peter Prymmer <pvhp@forte.com>
19170              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
19171              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
19172      Branch: perl
19173            ! configure.com
19174 ____________________________________________________________________________
19175 [  6919] By: jhi                                   on 2000/08/30  14:52:02
19176         Log: Update Changes.
19177      Branch: perl
19178            ! Changes patchlevel.h
19179 ____________________________________________________________________________
19180 [  6918] By: jhi                                   on 2000/08/30  14:48:34
19181         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
19182      Branch: perl
19183            ! lib/ExtUtils/typemap
19184 ____________________________________________________________________________
19185 [  6917] By: jhi                                   on 2000/08/30  14:46:34
19186         Log: Subject: typos in pods
19187              From: Nicholas Clark <nick@ccl4.org>
19188              Date: Wed, 30 Aug 2000 01:12:50 +0100
19189              Message-ID: <20000830011249.A61388@plum.flirble.org>
19190      Branch: perl
19191            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
19192            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
19193            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
19194            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
19195 ____________________________________________________________________________
19196 [  6916] By: jhi                                   on 2000/08/30  14:19:09
19197         Log: Document Storable problems on Crays.  (Will have
19198              to document all the other Storable problems, too.)
19199      Branch: perl
19200            ! pod/perldelta.pod
19201 ____________________________________________________________________________
19202 [  6915] By: jhi                                   on 2000/08/30  14:06:02
19203         Log: Subject: [PATCH] fix misc cast warnings
19204              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19205              Date: Tue, 29 Aug 2000 23:16:14 -0700
19206              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
19207      Branch: perl
19208            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
19209            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
19210            ! os2/os2ish.h
19211 ____________________________________________________________________________
19212 [  6914] By: jhi                                   on 2000/08/30  14:03:45
19213         Log: Timestamp mismatch again.  Need to fix this dependence on
19214              config_h.SH timestamp, since it's the contents of config_h.SH
19215              that matter.
19216      Branch: perl
19217            ! uconfig.h uconfig.sh
19218 ____________________________________________________________________________
19219 [  6913] By: jhi                                   on 2000/08/30  13:54:06
19220         Log: Don't say "Perl 5.0 source kit".
19221      Branch: perl
19222            ! perl.c
19223 ____________________________________________________________________________
19224 [  6912] By: jhi                                   on 2000/08/30  13:51:24
19225         Log: Reset archname and archname64 always, forcing them be
19226              recomputed at each Configure run, make Configure and
19227              the hints files agree on the naming of largefiles variables.
19228      Branch: metaconfig
19229            ! U/threads/archname.U
19230      Branch: metaconfig/U/perl
19231            ! use64bits.U
19232      Branch: perl
19233            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
19234            ! hints/linux.sh hints/solaris_2.sh
19235 ____________________________________________________________________________
19236 [  6911] By: jhi                                   on 2000/08/30  13:30:13
19237         Log: Put back the slice accidentally removed by #6907.
19238      Branch: perl
19239            ! hints/solaris_2.sh
19240 ____________________________________________________________________________
19241 [  6910] By: jhi                                   on 2000/08/30  01:24:26
19242         Log: Be consistent: other Net::get* do export theirs.
19243              
19244              Subject: Re: Net::protoent does not export 'getproto'
19245              From: Yasushi Nakajima <sey@jkc.co.jp>
19246              Date: Wed, 30 Aug 2000 09:53:14 +0900
19247              Message-Id: <200008300051.DAA24700@taku.hut.fi>
19248      Branch: perl
19249            ! lib/Net/protoent.pm
19250 ____________________________________________________________________________
19251 [  6909] By: jhi                                   on 2000/08/30  01:17:25
19252         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
19253              From: Gurusamy Sarathy <gsar@ActiveState.com>
19254              Date: Tue, 29 Aug 2000 17:17:07 -0700
19255              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
19256      Branch: perl
19257            ! cop.h
19258 ____________________________________________________________________________
19259 [  6908] By: jhi                                   on 2000/08/30  00:58:05
19260         Log: Update Changes.
19261      Branch: perl
19262            ! Changes patchlevel.h
19263 ____________________________________________________________________________
19264 [  6907] By: jhi                                   on 2000/08/30  00:57:22
19265         Log: Introduce ccname to keep track of what compiler kind of we have.
19266      Branch: metaconfig/U/perl
19267            ! Checkcc.U gccvers.U
19268      Branch: perl
19269            ! Configure config_h.SH hints/solaris_2.sh
19270 ____________________________________________________________________________
19271 [  6906] By: jhi                                   on 2000/08/30  00:25:47
19272         Log: Put back the flags dump as reasoned in
19273              
19274              Subject: Re: [PATCH] Glob dumping
19275              From: Mike Guy <mjtg@cam.ac.uk> 
19276              Date: Tue, 29 Aug 2000 21:41:32 +0100
19277              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
19278      Branch: perl
19279            ! dump.c t/lib/peek.t
19280 ____________________________________________________________________________
19281 [  6905] By: jhi                                   on 2000/08/30  00:16:17
19282         Log: Make the epsilon to be relative, not absolute.
19283              
19284              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
19285              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
19286              Date: Tue, 29 Aug 2000 19:58:56 -0400
19287              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
19288      Branch: perl
19289            ! t/lib/trig.t
19290 ____________________________________________________________________________
19291 [  6904] By: jhi                                   on 2000/08/30  00:13:09
19292         Log: From now on, Gisle is on my list of usual suspects :-)
19293              Retract #6902.
19294      Branch: perl
19295            ! ext/Opcode/Safe.pm
19296 ____________________________________________________________________________
19297 [  6903] By: jhi                                   on 2000/08/29  23:51:20
19298         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
19299              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19300              Date: Tue, 29 Aug 2000 18:43:26 -0500
19301              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
19302      Branch: perl
19303            + vms/vmspipe.com
19304            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
19305            ! vms/vms.c
19306 ____________________________________________________________________________
19307 [  6902] By: jhi                                   on 2000/08/29  23:44:14
19308         Log: Retry what #6882 attempted.
19309              
19310              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
19311              From: Gisle Aas <gisle@ActiveState.com>
19312              Date: 30 Aug 2000 00:33:09 +0200
19313              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
19314      Branch: perl
19315            ! ext/Opcode/Safe.pm
19316 ____________________________________________________________________________
19317 [  6901] By: jhi                                   on 2000/08/29  22:59:32
19318         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
19319              From: Hugo <hv@crypt.compulink.co.uk>
19320              Date: Mon, 12 Jun 2000 19:36:08 +0100
19321              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
19322      Branch: perl
19323            ! sv.c
19324 ____________________________________________________________________________
19325 [  6900] By: jhi                                   on 2000/08/29  22:58:35
19326         Log: Admit that we are leaking scalars.
19327              
19328              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
19329              From: Spider Boardman <spider@leggy.zk3.dec.com>
19330              Date: Tue, 29 Aug 2000 18:48:29 -0400
19331              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
19332      Branch: perl
19333            ! t/pragma/warnings.t
19334 ____________________________________________________________________________
19335 [  6899] By: jhi                                   on 2000/08/29  20:53:13
19336         Log: Update Changes.
19337      Branch: perl
19338            ! Changes patchlevel.h
19339 ____________________________________________________________________________
19340 [  6898] By: jhi                                   on 2000/08/29  20:46:21
19341         Log: Undo namespace pollution of #6878.
19342              
19343              Subject: Re: Net::protoent does not export 'getproto'
19344              From: Mike Guy <mjtg@cam.ac.uk>
19345              Date: Tue, 29 Aug 2000 21:32:37 +0100
19346              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
19347      Branch: perl
19348            ! lib/Net/protoent.pm
19349 ____________________________________________________________________________
19350 [  6897] By: jhi                                   on 2000/08/29  20:44:29
19351         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
19352              From: Peter Prymmer <pvhp@forte.com>
19353              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
19354              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
19355      Branch: perl
19356            ! pod/perlebcdic.pod
19357 ____________________________________________________________________________
19358 [  6896] By: jhi                                   on 2000/08/29  20:40:57
19359         Log: There's no point repeating the 'revision' (5) of perl5.
19360      Branch: metaconfig/U/perl
19361            ! Devel.U patchlevel.U
19362      Branch: perl
19363            ! Configure config_h.SH
19364 ____________________________________________________________________________
19365 [  6895] By: jhi                                   on 2000/08/29  20:16:58
19366         Log: Regen Configure for #6894.
19367      Branch: metaconfig/U/perl
19368            ! perladmin.U
19369      Branch: perl
19370            ! Configure config_h.SH
19371 ____________________________________________________________________________
19372 [  6894] By: jhi                                   on 2000/08/29  19:59:52
19373         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
19374              From: "Philip Newton" <Philip.Newton@gmx.net>
19375              Date: Tue, 29 Aug 2000 21:39:14 +0200
19376              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
19377      Branch: perl
19378            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
19379            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
19380            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
19381            ! utils/perlbug.PL
19382 ____________________________________________________________________________
19383 [  6893] By: jhi                                   on 2000/08/29  19:55:30
19384         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
19385              From: "Philip Newton" <Philip.Newton@gmx.net>
19386              Date: Tue, 29 Aug 2000 21:39:14 +0200
19387              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
19388      Branch: perl
19389            ! installhtml
19390 ____________________________________________________________________________
19391 [  6892] By: jhi                                   on 2000/08/29  19:53:59
19392         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
19393              From: "Philip Newton" <Philip.Newton@gmx.net>
19394              Date: Tue, 29 Aug 2000 21:48:18 +0200
19395              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
19396      Branch: perl
19397            ! lib/File/Temp.pm
19398 ____________________________________________________________________________
19399 [  6891] By: jhi                                   on 2000/08/29  18:30:03
19400         Log: Nail the ID 20000828.023.
19401      Branch: perl
19402            ! ext/Storable/Storable.xs
19403 ____________________________________________________________________________
19404 [  6890] By: jhi                                   on 2000/08/29  16:50:17
19405         Log: Under usethreads the dumped variable is IN_PAD.
19406              
19407              Subject: Re: [PATCH] Glob dumping
19408              From: Gisle Aas <gisle@ActiveState.com>
19409              Date: 29 Aug 2000 18:45:05 +0200
19410              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
19411      Branch: perl
19412            ! t/lib/peek.t
19413 ____________________________________________________________________________
19414 [  6889] By: jhi                                   on 2000/08/29  15:17:37
19415         Log: Update Changes.
19416      Branch: perl
19417            ! Changes patchlevel.h
19418 ____________________________________________________________________________
19419 [  6888] By: jhi                                   on 2000/08/29  14:49:59
19420         Log: Retract #6882, broke the safe tests.
19421      Branch: perl
19422            ! ext/Opcode/Safe.pm
19423 ____________________________________________________________________________
19424 [  6887] By: jhi                                   on 2000/08/29  14:47:06
19425         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
19426              From: Gisle Aas <gisle@ActiveState.com> 
19427              Date: 09 Jun 2000 20:00:11 +0200
19428              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
19429      Branch: perl
19430            ! utils/perldoc.PL
19431 ____________________________________________________________________________
19432 [  6886] By: jhi                                   on 2000/08/29  14:42:45
19433         Log: The #6881 removed one dump line.
19434      Branch: perl
19435            ! t/lib/peek.t
19436 ____________________________________________________________________________
19437 [  6885] By: jhi                                   on 2000/08/29  14:30:47
19438         Log: Don't forget to tidy up.
19439      Branch: perl
19440            ! t/lib/ftmp-security.t
19441 ____________________________________________________________________________
19442 [  6884] By: jhi                                   on 2000/08/29  14:25:17
19443         Log: Disabling the one test is a bit tricky.
19444      Branch: perl
19445            ! t/lib/ftmp-security.t
19446 ____________________________________________________________________________
19447 [  6883] By: jhi                                   on 2000/08/29  14:16:25
19448         Log: Disable one of the tests for now.
19449      Branch: perl
19450            ! t/lib/ftmp-security.t
19451 ____________________________________________________________________________
19452 [  6882] By: jhi                                   on 2000/08/29  14:05:50
19453         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
19454              From: gisle@aas.no
19455              Date: 29 Aug 2000 10:35:06 -0000
19456              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
19457      Branch: perl
19458            ! ext/Opcode/Safe.pm
19459 ____________________________________________________________________________
19460 [  6881] By: jhi                                   on 2000/08/29  14:03:51
19461         Log: Subject: [PATCH] Glob dumping
19462              From: Gisle Aas <gisle@ActiveState.com>
19463              Date: 29 Aug 2000 07:59:42 -0000
19464              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
19465      Branch: perl
19466            ! dump.c
19467 ____________________________________________________________________________
19468 [  6880] By: jhi                                   on 2000/08/29  14:02:01
19469         Log: Subject: [PATCH] Warnings in B::Deparse
19470              From: <abigail@foad.org>
19471              Date: Tue, 29 Aug 2000 00:00:01 -0400
19472              Message-ID: <20000829040001.2999.qmail@foad.org>
19473      Branch: perl
19474            ! ext/B/B/Deparse.pm
19475 ____________________________________________________________________________
19476 [  6879] By: jhi                                   on 2000/08/29  13:57:26
19477         Log: Missed a change in #6869.
19478      Branch: perl
19479            ! mg.c
19480 ____________________________________________________________________________
19481 [  6878] By: jhi                                   on 2000/08/29  13:45:04
19482         Log: Subject: Net::protoent does not export 'getproto'
19483              From: Yasushi Nakajima <sey@jkc.co.jp>
19484              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
19485      Branch: perl
19486            ! lib/Net/protoent.pm
19487 ____________________________________________________________________________
19488 [  6877] By: jhi                                   on 2000/08/29  13:39:19
19489         Log: Patches all over for people and the files they (hopefully) care about.
19490      Branch: perl
19491            ! AUTHORS Changes MAINTAIN
19492 ____________________________________________________________________________
19493 [  6876] By: jhi                                   on 2000/08/29  12:53:54
19494         Log: Fix for thinko in #6848.
19495              
19496              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
19497              From: Lupe Christoph <lupe@lupe-christoph.de>
19498              Date: Tue, 29 Aug 2000 09:04:08 +0200
19499              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
19500      Branch: perl
19501            ! ext/Thread/Thread.xs
19502 ____________________________________________________________________________
19503 [  6875] By: jhi                                   on 2000/08/29  12:50:14
19504         Log: Update to Getopt::Long 2.24, from Johan Vromans.
19505      Branch: perl
19506            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
19507 ____________________________________________________________________________
19508 [  6874] By: jhi                                   on 2000/08/29  02:09:53
19509         Log: Use minimal @INC in tests, most of the time just '../lib',
19510              so that we simply can't pick up stuff from other Perls than
19511              the one we are testing.  Pointed out by
19512              
19513              From: Mike Guy <mjtg@cam.ac.uk>
19514              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
19515              Date: Fri, 25 Aug 2000 15:15:59 +0100
19516              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
19517      Branch: perl
19518            ! (edit 185 files)
19519 ____________________________________________________________________________
19520 [  6873] By: jhi                                   on 2000/08/29  01:07:11
19521         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
19522              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19523              Date: Mon, 28 Aug 2000 17:45:52 -0700
19524              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
19525      Branch: perl
19526            ! Makefile.SH hints/os2.sh
19527 ____________________________________________________________________________
19528 [  6872] By: jhi                                   on 2000/08/28  23:33:39
19529         Log: Subject: [PATCH bleedperl@6866] spellings
19530              From: marcel@codewerk.com (Marcel Grunauer)
19531              Date: Tue, 29 Aug 2000 01:19:59 +0200
19532              Message-Id: <200008282319.BAA29862@gandalf.local>
19533      Branch: perl
19534            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
19535            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
19536            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
19537 ____________________________________________________________________________
19538 [  6871] By: jhi                                   on 2000/08/28  23:22:09
19539         Log: Take out the SUIDMAIL thing, that will not be
19540              a problem in 5.7.*.
19541      Branch: perl
19542            ! patchlevel.h
19543 ____________________________________________________________________________
19544 [  6870] By: jhi                                   on 2000/08/28  23:19:30
19545         Log: -S is the silent flag, -s is the strip flag.
19546              
19547              Subject: [PATCH] Re: [PATCH] make no-install          
19548              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19549              Date: Mon, 28 Aug 2000 15:12:55 -0700
19550              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
19551      Branch: perl
19552            ! Makefile.SH
19553 ____________________________________________________________________________
19554 [  6869] By: jhi                                   on 2000/08/28  23:12:05
19555         Log: Subject: [PATCH bleedperl@6856] warnings fixes
19556              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19557              Date: Mon, 28 Aug 2000 23:55:06 +0100
19558              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
19559      Branch: perl
19560            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
19561            ! warnings.h warnings.pl
19562 ____________________________________________________________________________
19563 [  6868] By: jhi                                   on 2000/08/28  21:38:22
19564         Log: Potential cruft.
19565      Branch: perl
19566            ! Makefile.SH
19567 ____________________________________________________________________________
19568 [  6867] By: jhi                                   on 2000/08/28  21:35:36
19569         Log: Update Changes.
19570      Branch: perl
19571            ! Changes patchlevel.h
19572 ____________________________________________________________________________
19573 [  6866] By: jhi                                   on 2000/08/28  21:33:49
19574         Log: Subject: hv.h Doc Patch
19575              From: Fisher Mark <fisherm@tce.com>
19576              Date: Mon, 28 Aug 2000 16:24:59 -0500
19577              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
19578      Branch: perl
19579            ! hv.h
19580 ____________________________________________________________________________
19581 [  6865] By: jhi                                   on 2000/08/28  21:02:15
19582         Log: Add -ld to archname on long tr...double platforms.
19583      Branch: metaconfig
19584            ! U/threads/archname.U
19585      Branch: perl
19586            ! Configure config_h.SH
19587 ____________________________________________________________________________
19588 [  6864] By: jhi                                   on 2000/08/28  20:38:59
19589         Log: An attempt to fix the problem reported in
19590              
19591              Subject: Building perl@6856 using gcc/AIX 4.3.3 
19592              From: Daniel Muino <dmuino@afip.gov.ar> 
19593              Date: Mon, 28 Aug 2000 15:50:01 -0300   
19594              Message-ID: <20000828155001.A14403@con2-dgi>
19595              
19596              I can't test this properly since the gcc installation I have
19597              access to seems to be botched (gcc is calling the AIX cpp,
19598              a losing proposition...)
19599      Branch: perl
19600            ! hints/aix.sh
19601 ____________________________________________________________________________
19602 [  6863] By: jhi                                   on 2000/08/28  18:57:52
19603         Log: Fix for ID 20000828.001, long doubles were not formatted
19604              correctly (showed up in $], which stopped installing perl).
19605      Branch: perl
19606            ! sv.c
19607 ____________________________________________________________________________
19608 [  6862] By: jhi                                   on 2000/08/28  18:07:15
19609         Log: Typo in #6858.
19610      Branch: perl
19611            ! lib/Cwd.pm
19612 ____________________________________________________________________________
19613 [  6861] By: jhi                                   on 2000/08/28  17:57:27
19614         Log: opmini.o may be left around if a build is interrupted.
19615      Branch: perl
19616            ! Makefile.SH
19617 ____________________________________________________________________________
19618 [  6860] By: jhi                                   on 2000/08/28  16:52:50
19619         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
19620              From: Daniel Chetlin <daniel@chetlin.com>
19621              Date: Mon, 28 Aug 2000 01:14:18 -0700
19622              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
19623      Branch: perl
19624            ! lib/overload.pm
19625 ____________________________________________________________________________
19626 [  6859] By: jhi                                   on 2000/08/28  16:08:46
19627         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
19628              From: Nicholas Clark <nick@ccl4.org>
19629              Date: Mon, 28 Aug 2000 16:03:27 +0100
19630              Message-Id: <20000828160327.C49785@plum.flirble.org>
19631      Branch: perl
19632            ! ext/ByteLoader/bytecode.h
19633 ____________________________________________________________________________
19634 [  6858] By: jhi                                   on 2000/08/28  16:02:10
19635         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
19636              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
19637              Date: Mon, 28 Aug 2000 13:08:30 +0200
19638              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
19639      Branch: perl
19640            ! lib/Cwd.pm
19641 ____________________________________________________________________________
19642 [  6857] By: jhi                                   on 2000/08/28  15:42:47
19643         Log: display_format used as a class method without arguments was broken,
19644              reported in
19645              
19646              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
19647              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
19648              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
19649              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
19650      Branch: perl
19651            ! lib/Math/Complex.pm t/lib/complex.t
19652 ____________________________________________________________________________
19653 [  6856] By: jhi                                   on 2000/08/27  22:09:48
19654         Log: Update Changes.
19655      Branch: perl
19656            ! Changes patchlevel.h
19657 ____________________________________________________________________________
19658 [  6855] By: jhi                                   on 2000/08/27  21:59:21
19659         Log: Retract #6853 (false alarm).
19660      Branch: perl
19661            ! lib/ExtUtils/xsubpp
19662 ____________________________________________________________________________
19663 [  6854] By: jhi                                   on 2000/08/27  21:37:44
19664         Log: Update Changes.
19665      Branch: perl
19666            ! Changes patchlevel.h
19667 ____________________________________________________________________________
19668 [  6853] By: jhi                                   on 2000/08/27  21:37:16
19669         Log: Subject: [PATCH perl@6850] workaround for xsubpp
19670              From: Hugo <hv@crypt.compulink.co.uk>
19671              Date: Sun, 27 Aug 2000 22:30:25 +0100
19672              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
19673      Branch: perl
19674            ! lib/ExtUtils/xsubpp
19675 ____________________________________________________________________________
19676 [  6852] By: jhi                                   on 2000/08/27  21:33:58
19677         Log: Big-endian 64-bit patch from Raphael Manfredi.
19678      Branch: perl
19679            ! ext/Storable/Storable.xs
19680 ____________________________________________________________________________
19681 [  6851] By: jhi                                   on 2000/08/27  21:22:21
19682         Log: More ruthless editing from Hugo van der Sanden.
19683      Branch: perl
19684            ! pod/perldelta.pod
19685 ____________________________________________________________________________
19686 [  6850] By: jhi                                   on 2000/08/27  16:11:46
19687         Log: Update Changes.
19688      Branch: perl
19689            ! Changes patchlevel.h
19690 ____________________________________________________________________________
19691 [  6849] By: jhi                                   on 2000/08/27  16:11:05
19692         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
19693      Branch: perl
19694            ! configpm pod/perldelta.pod
19695 ____________________________________________________________________________
19696 [  6848] By: jhi                                   on 2000/08/27  15:35:08
19697         Log: Use the actual thread type, not the pointer-to-struct.
19698      Branch: perl
19699            ! ext/Thread/Thread.xs
19700 ____________________________________________________________________________
19701 [  6847] By: jhi                                   on 2000/08/27  15:30:49
19702         Log: Test nit.
19703      Branch: perl
19704            ! t/pragma/warn/pp_sys
19705 ____________________________________________________________________________
19706 [  6846] By: jhi                                   on 2000/08/27  15:19:02
19707         Log: Passing -R in ldflags makes now it to appear in the default
19708              for lddlflags, just like with -L.
19709              
19710              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
19711              From: Lupe Christoph <lupe@lupe-christoph.de>
19712              Date: Sun, 27 Aug 2000 10:28:21 +0200
19713              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
19714      Branch: metaconfig/U/perl
19715            ! dlsrc.U
19716      Branch: perl
19717            ! Configure
19718 ____________________________________________________________________________
19719 [  6845] By: jhi                                   on 2000/08/27  15:08:54
19720         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
19721              From: Alan Burlison <Alan.Burlison@uk.sun.com>
19722              Date: Sat, 26 Aug 2000 22:23:27 +0100
19723              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
19724      Branch: perl
19725            ! lib/ExtUtils/MM_Unix.pm
19726 ____________________________________________________________________________
19727 [  6844] By: jhi                                   on 2000/08/27  15:02:37
19728         Log: DJGPP update from Laszlo Molnar.
19729              
19730              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
19731              From: ml1050 <ml1050@freemail.hu>
19732              Date: Sat, 26 Aug 2000 23:24:40 +0200
19733              Message-Id: <20000826232440.A439@freemail.hu>
19734      Branch: perl
19735            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
19736            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
19737 ____________________________________________________________________________
19738 [  6843] By: jhi                                   on 2000/08/27  14:53:58
19739         Log: Subject: installman buglet
19740              From: Lupe Christoph <lupe@lupe-christoph.de>
19741              Date: Sun, 27 Aug 2000 14:38:59 +0200
19742              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
19743      Branch: perl
19744            ! installman
19745 ____________________________________________________________________________
19746 [  6842] By: jhi                                   on 2000/08/27  14:52:08
19747         Log: Can't get the test to reliably work thanks to the
19748              inaccurateness of floating point.  "Resolves" bug ids
19749              20000826.003, 20000826.009, 20000826.010,
19750      Branch: perl
19751            ! t/lib/trig.t
19752 ____________________________________________________________________________
19753 [  6841] By: jhi                                   on 2000/08/26  15:53:58
19754         Log: Update Changes.
19755      Branch: perl
19756            ! Changes patchlevel.h
19757 ____________________________________________________________________________
19758 [  6840] By: jhi                                   on 2000/08/26  14:23:03
19759         Log: grep -e isn't portable.
19760              
19761              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
19762              From: chris@broadband.att.com
19763              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
19764              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
19765      Branch: perl
19766            ! hints/solaris_2.sh
19767 ____________________________________________________________________________
19768 [  6839] By: jhi                                   on 2000/08/26  14:12:23
19769         Log: no-install target a la make -n.
19770              
19771              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
19772              From: <abigail@foad.org>
19773              Date: Sat, 26 Aug 2000 03:57:34 -0400
19774              Message-ID: <20000826075735.18912.qmail@foad.org>
19775      Branch: perl
19776            ! Makefile.SH installman installperl
19777 ____________________________________________________________________________
19778 [  6838] By: jhi                                   on 2000/08/26  14:06:33
19779         Log: Retract #6826 as the #6828 should be do the same
19780              in a More Correct Way.
19781      Branch: perl
19782            ! installperl
19783 ____________________________________________________________________________
19784 [  6837] By: jhi                                   on 2000/08/26  05:24:00
19785         Log: More casting.
19786      Branch: perl
19787            ! ext/Storable/Storable.xs
19788 ____________________________________________________________________________
19789 [  6836] By: jhi                                   on 2000/08/26  05:05:46
19790         Log: Nicer in decimal.
19791      Branch: perl
19792            ! ext/Storable/Storable.xs
19793 ____________________________________________________________________________
19794 [  6835] By: jhi                                   on 2000/08/26  05:03:50
19795         Log: There be no UVdf.
19796      Branch: perl
19797            ! ext/Storable/Storable.xs
19798 ____________________________________________________________________________
19799 [  6834] By: jhi                                   on 2000/08/26  05:00:18
19800         Log: Continue IVdfing and UVxfing.
19801      Branch: perl
19802            ! ext/Storable/Storable.xs
19803 ____________________________________________________________________________
19804 [  6833] By: jhi                                   on 2000/08/26  04:53:14
19805         Log: Use IVdf.
19806      Branch: perl
19807            ! ext/Storable/Storable.xs
19808 ____________________________________________________________________________
19809 [  6832] By: jhi                                   on 2000/08/26  04:40:41
19810         Log: Document PTR2XX and INT2PTR.
19811      Branch: perl
19812            ! pod/perlguts.pod
19813 ____________________________________________________________________________
19814 [  6831] By: jhi                                   on 2000/08/26  04:33:18
19815         Log: Use UVxf, PTR2UV, NVff.
19816      Branch: perl
19817            ! ext/Storable/Storable.xs
19818 ____________________________________________________________________________
19819 [  6830] By: jhi                                   on 2000/08/26  04:31:32
19820         Log: Update the test count.
19821      Branch: perl
19822            ! t/lib/trig.t
19823 ____________________________________________________________________________
19824 [  6829] By: jhi                                   on 2000/08/26  03:05:50
19825         Log: Subject: [PATCH] installation not quite silent yet.
19826              From: <abigail@foad.org>
19827              Date: Fri, 25 Aug 2000 20:07:53 -0400
19828              Message-ID: <20000826000753.7822.qmail@foad.org>
19829      Branch: perl
19830            ! installman installperl
19831 ____________________________________________________________________________
19832 [  6828] By: jhi                                   on 2000/08/26  03:05:14
19833         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
19834              From: Spider Boardman <spider@web.zk3.dec.com>
19835              Date: Fri, 25 Aug 2000 19:12:40 -0400
19836              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
19837      Branch: perl
19838            ! gv.c
19839 ____________________________________________________________________________
19840 [  6827] By: jhi                                   on 2000/08/25  23:54:34
19841         Log: Support preserving extremely big/small angles.
19842      Branch: perl
19843            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
19844 ____________________________________________________________________________
19845 [  6826] By: jhi                                   on 2000/08/25  23:01:20
19846         Log: Patch installperl to be long double-aware.
19847              
19848              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
19849              From: Spider Boardman <spider@web.zk3.dec.com>
19850              Date: Fri, 25 Aug 2000 18:15:23 -0400
19851              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
19852      Branch: perl
19853            ! installperl
19854 ____________________________________________________________________________
19855 [  6825] By: jhi                                   on 2000/08/25  22:58:25
19856         Log: Remove duplicately applied patch shards.
19857              
19858              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
19859              From: Spider Boardman <spider@leggy.zk3.dec.com>
19860              Date: Fri, 25 Aug 2000 16:45:03 -0400
19861              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
19862      Branch: perl
19863            ! t/lib/cgi-html.t
19864 ____________________________________________________________________________
19865 [  6824] By: jhi                                   on 2000/08/25  22:57:00
19866         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
19867              From: Daniel Chetlin <daniel@chetlin.com>
19868              Date: Fri, 25 Aug 2000 12:23:16 -0700
19869              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
19870              
19871              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
19872              From: Daniel Chetlin <daniel@chetlin.com>
19873              Date: Fri, 25 Aug 2000 14:47:19 -0700
19874              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
19875      Branch: perl
19876            ! installman
19877 ____________________________________________________________________________
19878 [  6823] By: jhi                                   on 2000/08/25  22:44:17
19879         Log: Timestamp problem?
19880      Branch: perl
19881            ! uconfig.h uconfig.sh
19882 ____________________________________________________________________________
19883 [  6822] By: jhi                                   on 2000/08/25  19:01:06
19884         Log: One forgotten file from #6816.
19885      Branch: perl
19886            ! vos/config.h
19887 ____________________________________________________________________________
19888 [  6821] By: jhi                                   on 2000/08/25  18:56:39
19889         Log: Regen Changes.
19890      Branch: perl
19891            ! Changes patchlevel.h
19892 ____________________________________________________________________________
19893 [  6820] By: jhi                                   on 2000/08/25  18:52:35
19894         Log: Fix Changes ordering.
19895      Branch: perl
19896            ! Changes
19897 ____________________________________________________________________________
19898 [  6819] By: jhi                                   on 2000/08/25  18:50:25
19899         Log: Update Changes.
19900      Branch: perl
19901            ! Changes patchlevel.h
19902 ____________________________________________________________________________
19903 [  6818] By: jhi                                   on 2000/08/25  18:47:45
19904         Log: Tweak the sfio/useperlio logic, hopefully as wished in
19905              
19906              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
19907              From: Nicholas Clark <nick@babyhippo.co.uk>
19908              Date: Fri, 25 Aug 2000 12:01:45 +0100
19909              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
19910      Branch: metaconfig/U/perl
19911            ! d_sfio.U
19912      Branch: perl
19913            ! Configure
19914 ____________________________________________________________________________
19915 [  6817] By: jhi                                   on 2000/08/25  18:32:51
19916         Log: Allow microperl to assume <math.h>, without it the math
19917              functions like floor() are assumed to return int, which makes
19918              for core dumps in machines where integer and floating register
19919              don't mix.
19920      Branch: perl
19921            ! uconfig.h uconfig.sh
19922 ____________________________________________________________________________
19923 [  6816] By: jhi                                   on 2000/08/25  18:27:17
19924         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
19925              the problem reported in
19926              
19927              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
19928              From: danhale@us.ibm.com
19929              Date: Fri, 25 Aug 2000 10:58:06 -0400
19930              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
19931      Branch: metaconfig/U/perl
19932            + d_socks5_init.U
19933      Branch: perl
19934            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
19935            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
19936            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
19937            ! win32/config.gc win32/config.vc
19938 ____________________________________________________________________________
19939 [  6815] By: jhi                                   on 2000/08/25  17:43:31
19940         Log: A solution for the retrieve_fd autosplit warning,
19941              idea suggested by Mike Guy.
19942      Branch: perl
19943            ! ext/Storable/Storable.pm
19944 ____________________________________________________________________________
19945 [  6814] By: jhi                                   on 2000/08/25  17:16:03
19946         Log: Add install-silent target.
19947      Branch: perl
19948            ! Makefile.SH
19949 ____________________________________________________________________________
19950 [  6813] By: jhi                                   on 2000/08/25  17:14:23
19951         Log: Subject: Re: [PATCH] More silencing of installman.
19952              From: <abigail@foad.org>
19953              Date: Thu, 24 Aug 2000 19:27:03 -0400
19954              Message-ID: <20000824232703.7001.qmail@foad.org>
19955              
19956              Subject: Re: [PATCH] More silencing of installman.
19957              From: <abigail@foad.org>
19958              Date: Fri, 25 Aug 2000 03:00:58 -0400
19959              Message-ID: <20000825070058.10697.qmail@foad.org>
19960      Branch: perl
19961            ! installman
19962 ____________________________________________________________________________
19963 [  6812] By: jhi                                   on 2000/08/25  17:11:28
19964         Log: installperl --verbose and --silent.
19965              
19966              Subject: Re: [PATCH] More silencing of installman.
19967              From: <abigail@foad.org>
19968              Message-ID: <20000825064430.9719.qmail@foad.org>
19969              Date: Fri, 25 Aug 2000 02:44:30 -0400
19970      Branch: perl
19971            ! installperl
19972 ____________________________________________________________________________
19973 [  6811] By: jhi                                   on 2000/08/25  17:05:43
19974         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
19975              From: "Peter J. Farley III" <pjfarley@banet.net>
19976              Date: Thu, 24 Aug 2000 21:58:03 -0400
19977              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
19978              
19979              (applied slightly modified)
19980      Branch: perl
19981            ! lib/ExtUtils/MM_Unix.pm
19982 ____________________________________________________________________________
19983 [  6810] By: jhi                                   on 2000/08/25  17:01:18
19984         Log: Missing parts of 
19985              
19986              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
19987              From: Peter Prymmer <pvhp@forte.com>
19988              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
19989              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
19990      Branch: perl
19991            ! t/lib/cgi-html.t
19992 ____________________________________________________________________________
19993 [  6809] By: jhi                                   on 2000/08/25  16:46:32
19994         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
19995              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19996              Date: Thu, 24 Aug 2000 19:13:11 -0500
19997              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
19998      Branch: perl
19999            ! vms/vms.c
20000 ____________________________________________________________________________
20001 [  6808] By: jhi                                   on 2000/08/25  16:39:22
20002         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
20003              From: Peter Prymmer <pvhp@forte.com>
20004              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
20005              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
20006      Branch: perl
20007            ! configure.com
20008 ____________________________________________________________________________
20009 [  6807] By: jhi                                   on 2000/08/25  16:36:37
20010         Log: Better wording for the vec lvalue diagnostic.
20011              
20012              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20013              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
20014              Date: Wed, 23 Aug 2000 14:12:16 -0400
20015              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
20016      Branch: perl
20017            ! pod/perldiag.pod
20018 ____________________________________________________________________________
20019 [  6806] By: jhi                                   on 2000/08/24  18:17:22
20020         Log: Subject: [PATCH] More silencing of installman.
20021              From: <abigail@foad.org>
20022              Date: Thu, 24 Aug 2000 14:01:44 -0400
20023              Message-ID: <20000824180144.20062.qmail@foad.org>
20024      Branch: perl
20025            ! installman
20026 ____________________________________________________________________________
20027 [  6805] By: jhi                                   on 2000/08/24  15:00:31
20028         Log: Update Changes.
20029      Branch: perl
20030            ! Changes patchlevel.h
20031 ____________________________________________________________________________
20032 [  6804] By: jhi                                   on 2000/08/24  14:59:07
20033         Log: Regen perltoc.
20034      Branch: perl
20035            ! pod/perltoc.pod
20036 ____________________________________________________________________________
20037 [  6803] By: jhi                                   on 2000/08/24  14:44:39
20038         Log: Show the doc file, not the temp file.
20039      Branch: perl
20040            ! installman
20041 ____________________________________________________________________________
20042 [  6802] By: jhi                                   on 2000/08/24  14:41:53
20043         Log: Continue silencing.
20044      Branch: perl
20045            ! installman
20046 ____________________________________________________________________________
20047 [  6801] By: jhi                                   on 2000/08/24  14:34:40
20048         Log: Actually do something with the silencer option.
20049      Branch: perl
20050            ! installman
20051 ____________________________________________________________________________
20052 [  6800] By: jhi                                   on 2000/08/24  14:26:22
20053         Log: Make installman to recognize the silence flag -S.
20054      Branch: perl
20055            ! installman
20056 ____________________________________________________________________________
20057 [  6799] By: jhi                                   on 2000/08/24  13:49:38
20058         Log: DOS patches and portability/porting notes, from Tim Jenness.
20059      Branch: perl
20060            ! lib/File/Temp.pm
20061 ____________________________________________________________________________
20062 [  6798] By: jhi                                   on 2000/08/24  13:48:27
20063         Log: Create directories in silence.
20064              
20065              Subject: [PATCH] Another silencer for MakeMaker
20066              From: andreas.koenig@anima.de (Andreas J. Koenig)
20067              Date: 24 Aug 2000 14:18:52 +0200
20068              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
20069      Branch: perl
20070            ! lib/ExtUtils/Command.pm
20071 ____________________________________________________________________________
20072 [  6797] By: jhi                                   on 2000/08/24  13:46:42
20073         Log: More liberal parsing of version numbers.
20074              
20075              Subject: Re: CPAN.pm beta for testing available
20076              From: andreas.koenig@anima.de (Andreas J. Koenig)
20077              Date: 24 Aug 2000 13:51:57 +0200
20078              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
20079      Branch: perl
20080            ! lib/CPAN.pm
20081 ____________________________________________________________________________
20082 [  6796] By: jhi                                   on 2000/08/24  13:44:36
20083         Log: Make "make install" by default silent.  A new "install-verbose"
20084              target is verbose.
20085      Branch: perl
20086            ! Makefile.SH
20087 ____________________________________________________________________________
20088 [  6795] By: jhi                                   on 2000/08/24  13:39:14
20089         Log: Add silencer flags to installperl.
20090              
20091              Subject: [PATCH] Making installperl silent.
20092              From: <abigail@foad.org>
20093              Date: Thu, 24 Aug 2000 05:01:45 -0400
20094              Message-ID: <20000824090145.13141.qmail@foad.org>
20095      Branch: perl
20096            ! installperl
20097 ____________________________________________________________________________
20098 [  6794] By: jhi                                   on 2000/08/24  13:35:50
20099         Log: installperl couldn't tell whether it had run tests or not.
20100              
20101              Subject: [PATCH] Re: installperl and t/TEST
20102              From: <abigail@foad.org>
20103              Date: Thu, 24 Aug 2000 04:00:53 -0400
20104              Message-ID: <20000824080053.2494.qmail@foad.org>
20105      Branch: perl
20106            ! Makefile.SH installperl
20107 ____________________________________________________________________________
20108 [  6793] By: jhi                                   on 2000/08/24  13:27:50
20109         Log: Drop the separate perlbc, perlcc -b should be enough.
20110      Branch: perl
20111            - utils/perlbc.PL
20112            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
20113 ____________________________________________________________________________
20114 [  6792] By: jhi                                   on 2000/08/24  04:41:30
20115         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
20116              plus the typo fix from Peter Prymmer.
20117      Branch: perl
20118            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
20119            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
20120 ____________________________________________________________________________
20121 [  6791] By: jhi                                   on 2000/08/24  02:10:43
20122         Log: Replace #6705 with a minimal doc patch.
20123              
20124              Subject: [PATCH 5.6.0] replace change #6705
20125              From: Jan Dubois <jand@ActiveState.com>
20126              Date: Wed, 23 Aug 2000 18:31:51 -0700
20127              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
20128      Branch: perl
20129            ! lib/Win32.pod win32/win32.c
20130 ____________________________________________________________________________
20131 [  6790] By: jhi                                   on 2000/08/23  17:52:00
20132         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
20133              From: Mike Guy <mjtg@cam.ac.uk>
20134              Date: Wed, 23 Aug 2000 18:38:46 +0100
20135              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
20136      Branch: perl
20137            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
20138 ____________________________________________________________________________
20139 [  6789] By: jhi                                   on 2000/08/23  15:34:21
20140         Log: Update Changes.
20141      Branch: perl
20142            ! Changes patchlevel.h
20143 ____________________________________________________________________________
20144 [  6788] By: jhi                                   on 2000/08/23  15:33:40
20145         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
20146              From: Wilfredo Sánchez <wsanchez@apple.com>
20147              Date: Tue, 22 Aug 2000 19:31:27 -0700
20148              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
20149      Branch: perl
20150            ! perl.h
20151 ____________________________________________________________________________
20152 [  6787] By: jhi                                   on 2000/08/23  15:29:31
20153         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
20154              From: Spider Boardman <spider@leggy.zk3.dec.com>
20155              Date: Wed, 23 Aug 2000 10:33:23 -0400
20156              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
20157      Branch: perl
20158            ! lib/Pod/Html.pm
20159 ____________________________________________________________________________
20160 [  6786] By: jhi                                   on 2000/08/23  15:28:11
20161         Log: Bad makefile.
20162      Branch: perl
20163            ! ext/B/Makefile.PL
20164 ____________________________________________________________________________
20165 [  6785] By: jhi                                   on 2000/08/23  14:37:04
20166         Log: Update Changes.
20167      Branch: perl
20168            ! Changes patchlevel.h
20169 ____________________________________________________________________________
20170 [  6784] By: jhi                                   on 2000/08/23  13:58:41
20171         Log: Portability fix from Hugo van der Sanden.
20172      Branch: perl
20173            ! ext/re/Makefile.PL
20174 ____________________________________________________________________________
20175 [  6783] By: jhi                                   on 2000/08/23  13:53:53
20176         Log: Storable support, v-version fixes.
20177              
20178              Subject: CPAN.pm beta for testing available
20179              From: andreas.koenig@anima.de (Andreas J. Koenig)
20180              Date: 22 Aug 2000 23:31:33 +0200
20181              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
20182      Branch: perl
20183            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20184 ____________________________________________________________________________
20185 [  6782] By: jhi                                   on 2000/08/23  13:51:26
20186         Log: Mac and other portability updates from Chris Nandor.
20187      Branch: perl
20188            ! pod/perlmodinstall.pod
20189 ____________________________________________________________________________
20190 [  6781] By: jhi                                   on 2000/08/23  13:47:33
20191         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
20192              From: Peter Prymmer <pvhp@forte.com>
20193              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
20194              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
20195      Branch: perl
20196            ! ext/Storable/Storable.xs
20197 ____________________________________________________________________________
20198 [  6780] By: jhi                                   on 2000/08/23  13:33:34
20199         Log: VMS MMS (make) wants null action.
20200      Branch: perl
20201            ! ext/B/Makefile.PL
20202 ____________________________________________________________________________
20203 [  6779] By: jhi                                   on 2000/08/22  19:44:47
20204         Log: Forgot portability nit.
20205      Branch: perl
20206            ! t/lib/st-forgive.t
20207 ____________________________________________________________________________
20208 [  6778] By: jhi                                   on 2000/08/22  19:35:25
20209         Log: Be portable.
20210      Branch: perl
20211            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
20212            ! t/lib/st-store.t
20213 ____________________________________________________________________________
20214 [  6777] By: jhi                                   on 2000/08/22  18:50:53
20215         Log: Update Changes.
20216      Branch: perl
20217            ! Changes patchlevel.h
20218 ____________________________________________________________________________
20219 [  6776] By: jhi                                   on 2000/08/22  18:44:46
20220         Log: cSVOPo_*v things index into the current PL_curpad
20221              under ithreads, which is different from the curpad
20222              used by the XSUB.  (In other words, the code as-is
20223              before this patch wouldn't work under ithreads.)
20224              From Sarathy.
20225      Branch: perl
20226            ! ext/B/B.xs
20227 ____________________________________________________________________________
20228 [  6775] By: jhi                                   on 2000/08/22  18:18:37
20229         Log: Make the selection of NVff et al stricter.
20230      Branch: metaconfig/U/perl
20231            ! perlxvf.U
20232      Branch: perl
20233            ! Configure config_h.SH
20234 ____________________________________________________________________________
20235 [  6774] By: jhi                                   on 2000/08/22  17:19:42
20236         Log: perldelta nits.
20237      Branch: perl
20238            ! pod/perldelta.pod
20239 ____________________________________________________________________________
20240 [  6773] By: jhi                                   on 2000/08/22  17:06:26
20241         Log: Long double fixes from Spider Boardman.
20242              
20243              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
20244              From: system PRIVILEGED account <root@peano.zk3.dec.com>
20245              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
20246              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
20247      Branch: perl
20248            ! t/lib/bigfltpm.t t/lib/st-06compat.t
20249 ____________________________________________________________________________
20250 [  6772] By: jhi                                   on 2000/08/22  15:04:53
20251         Log: Update Changes.
20252      Branch: perl
20253            ! Changes patchlevel.h
20254 ____________________________________________________________________________
20255 [  6771] By: jhi                                   on 2000/08/22  15:01:44
20256         Log: perldelta fixes from Hugo van der Sanden.
20257      Branch: perl
20258            ! pod/perldelta.pod
20259 ____________________________________________________________________________
20260 [  6770] By: jhi                                   on 2000/08/22  14:34:49
20261         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
20262              From: Hugo <hv@crypt.compulink.co.uk>
20263              Date: Tue, 22 Aug 2000 11:21:53 +0100
20264              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
20265      Branch: perl
20266            ! regcomp.c
20267 ____________________________________________________________________________
20268 [  6769] By: jhi                                   on 2000/08/22  14:30:02
20269         Log: Add Yitzchak, reformat.
20270      Branch: perl
20271            ! Changes config_h.SH
20272 ____________________________________________________________________________
20273 [  6768] By: jhi                                   on 2000/08/22  14:21:35
20274         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
20275              and Spider Boardman.
20276      Branch: metaconfig
20277            ! U/compline/d_gconvert.U
20278      Branch: perl
20279            ! Configure
20280 ____________________________________________________________________________
20281 [  6767] By: jhi                                   on 2000/08/22  14:11:24
20282         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
20283              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20284              Date: Mon, 21 Aug 2000 19:08:31 -0700
20285              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
20286      Branch: perl
20287            - ext/Storable/patchlevel.h
20288            ! MANIFEST ext/Storable/MANIFEST
20289 ____________________________________________________________________________
20290 [  6766] By: jhi                                   on 2000/08/22  13:49:29
20291         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
20292              From: Peter Prymmer <pvhp@forte.com>
20293              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
20294              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
20295      Branch: perl
20296            ! configure.com ext/Storable/Makefile.PL
20297 ____________________________________________________________________________
20298 [  6765] By: jhi                                   on 2000/08/22  13:44:59
20299         Log: Subject: [PATCH blead] B:: missing dependency
20300              From: Hugo <hv@crypt.compulink.co.uk>
20301              Date: Tue, 22 Aug 2000 06:44:33 +0100
20302              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
20303      Branch: perl
20304            ! ext/B/Makefile.PL
20305 ____________________________________________________________________________
20306 [  6764] By: jhi                                   on 2000/08/22  13:38:12
20307         Log: More bytecompiler.
20308      Branch: perl
20309            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
20310 ____________________________________________________________________________
20311 [  6763] By: jhi                                   on 2000/08/22  13:36:44
20312         Log: Bytecompiler patches from Benjamin Stuhl.
20313      Branch: perl
20314            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
20315            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
20316            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
20317            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
20318            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
20319            ! perl.c perlapi.h pod/perldelta.pod
20320 ____________________________________________________________________________
20321 [  6762] By: jhi                                   on 2000/08/21  23:43:40
20322         Log: An obsoleted diagnostic.
20323      Branch: perl
20324            ! pod/perldelta.pod
20325 ____________________________________________________________________________
20326 [  6761] By: jhi                                   on 2000/08/21  23:01:45
20327         Log: The #6759 wasn't quite right.
20328      Branch: perl
20329            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
20330            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
20331            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
20332            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
20333            ! t/lib/st-tieditems.t
20334 ____________________________________________________________________________
20335 [  6760] By: jhi                                   on 2000/08/21  22:35:49
20336         Log: Be verydeepclean.
20337      Branch: perl
20338            ! Makefile.SH
20339 ____________________________________________________________________________
20340 [  6759] By: jhi                                   on 2000/08/21  22:25:40
20341         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
20342              From: Peter Prymmer <pvhp@forte.com>
20343              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
20344              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
20345      Branch: perl
20346            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
20347            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
20348            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
20349            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
20350            ! t/lib/st-tieditems.t
20351 ____________________________________________________________________________
20352 [  6758] By: jhi                                   on 2000/08/21  22:22:32
20353         Log: Few more casts, need reported in
20354              
20355              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
20356              From: Mike Stok <mike@stok.co.uk>
20357              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
20358              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
20359              
20360              and
20361              
20362              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
20363              From: abigail@foad.org
20364              Date: 21 Aug 2000 21:31:34 -0000
20365              Message-Id: <20000821213134.30170.qmail@foad.org>
20366      Branch: perl
20367            ! ext/Storable/Storable.xs
20368 ____________________________________________________________________________
20369 [  6757] By: jhi                                   on 2000/08/21  18:37:07
20370         Log: Update Changes.
20371      Branch: perl
20372            ! Changes patchlevel.h
20373 ____________________________________________________________________________
20374 [  6756] By: jhi                                   on 2000/08/21  18:34:02
20375         Log: A pod nit.
20376              
20377              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
20378              From: <abigail@foad.org>
20379              Date: Mon, 21 Aug 2000 14:00:16 -0400
20380              Message-ID: <20000821180016.28627.qmail@foad.org>
20381      Branch: perl
20382            ! pod/perlre.pod
20383 ____________________________________________________________________________
20384 [  6755] By: jhi                                   on 2000/08/21  18:30:56
20385         Log: Use PodParser 1.18 new test.
20386      Branch: perl
20387            ! t/pod/special_seqs.t t/pod/special_seqs.xr
20388 ____________________________________________________________________________
20389 [  6754] By: jhi                                   on 2000/08/21  18:28:35
20390         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
20391              patches cannot be applied since #6712 conflicts.
20392      Branch: perl
20393            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
20394 ____________________________________________________________________________
20395 [  6753] By: jhi                                   on 2000/08/21  18:15:11
20396         Log: Weed out some smaller changes.
20397      Branch: perl
20398            ! pod/perldelta.pod
20399 ____________________________________________________________________________
20400 [  6752] By: jhi                                   on 2000/08/21  18:02:30
20401         Log: Also under djgpp the timestamps are funky.
20402      Branch: perl
20403            ! t/op/stat.t
20404 ____________________________________________________________________________
20405 [  6751] By: jhi                                   on 2000/08/21  17:55:56
20406         Log: Tweak the floating point output routine preferences.
20407      Branch: metaconfig
20408            ! U/compline/d_gconvert.U
20409      Branch: perl
20410            ! Configure
20411 ____________________________________________________________________________
20412 [  6750] By: jhi                                   on 2000/08/21  17:51:29
20413         Log: Unicos/mk requires elaborate paranoia.
20414      Branch: perl
20415            ! lib/Math/Complex.pm
20416 ____________________________________________________________________________
20417 [  6749] By: gsar                                  on 2000/08/21  16:53:31
20418         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
20419      Branch: perl
20420            ! lib/Cwd.pm
20421 ____________________________________________________________________________
20422 [  6748] By: gsar                                  on 2000/08/21  16:22:19
20423         Log: free TLS slot properly on Windows
20424      Branch: perl
20425            ! thread.h win32/perllib.c win32/win32thread.h
20426 ____________________________________________________________________________
20427 [  6747] By: jhi                                   on 2000/08/21  16:20:58
20428         Log: Rename the macro argument because some preprocessors
20429              can't tell the difference and expand arguments also inside
20430              double quoted strings.
20431      Branch: perl
20432            ! regcomp.c
20433 ____________________________________________________________________________
20434 [  6746] By: jhi                                   on 2000/08/21  16:09:41
20435         Log: Support long doubles in Storable.
20436              
20437              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
20438              From: Radu Greab <radu@netsoft.ro>
20439              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
20440              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
20441      Branch: perl
20442            ! ext/Storable/Storable.xs
20443 ____________________________________________________________________________
20444 [  6745] By: jhi                                   on 2000/08/21  15:51:40
20445         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
20446              From: "Fifer, Eric" <EFifer@sanwaint.com>
20447              Date: Mon, 21 Aug 2000 15:34:49 +0100
20448              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
20449      Branch: perl
20450            ! t/pragma/warn/9enabled
20451 ____________________________________________________________________________
20452 [  6744] By: jhi                                   on 2000/08/21  15:39:35
20453         Log: Document the endianness of Alpha more precisely.
20454      Branch: perl
20455            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
20456            ! pod/perlport.pod
20457 ____________________________________________________________________________
20458 [  6743] By: jhi                                   on 2000/08/21  14:47:05
20459         Log: perldelta fixes from the p5p crowd.
20460      Branch: perl
20461            ! pod/perldelta.pod pod/perlop.pod
20462 ____________________________________________________________________________
20463 [  6742] By: jhi                                   on 2000/08/21  13:34:51
20464         Log: Update to Pod::LaTeX 0.53.
20465              
20466              Subject: [PATCH] lib/Pod/LaTeX.pm updates
20467              From: Tim Jenness <timj@jach.hawaii.edu>
20468              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
20469              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
20470      Branch: perl
20471            ! lib/Pod/LaTeX.pm
20472 ____________________________________________________________________________
20473 [  6741] By: jhi                                   on 2000/08/21  13:33:01
20474         Log: Subject: [PATCH] os2.c fix for use64bitint
20475              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20476              Date: Mon, 21 Aug 2000 01:32:25 -0700
20477              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
20478      Branch: perl
20479            ! os2/os2.c
20480 ____________________________________________________________________________
20481 [  6740] By: jhi                                   on 2000/08/21  13:28:52
20482         Log: Array context keeps slithering in.
20483              
20484              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
20485              From: Daniel Chetlin <daniel@chetlin.com>
20486              Date: Sun, 20 Aug 2000 21:40:25 -0700
20487              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
20488      Branch: perl
20489            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
20490            ! pod/perldebtut.pod
20491 ____________________________________________________________________________
20492 [  6739] By: jhi                                   on 2000/08/21  13:23:55
20493         Log: Big-endian quad fixes for Storable from Radu Greab,
20494              plus few explicit null casts for picky compilers.
20495      Branch: perl
20496            ! ext/Storable/Storable.xs
20497 ____________________________________________________________________________
20498 [  6738] By: gsar                                  on 2000/08/21  05:56:13
20499         Log: small tweaks for change#6705: avoid C++ style comments in C code;
20500              use Perl's malloc API rather than the low level system one
20501      Branch: perl
20502            ! win32/win32.c
20503 ____________________________________________________________________________
20504 [  6737] By: gsar                                  on 2000/08/21  05:35:41
20505         Log: add Storable to list of extensions on Windows
20506      Branch: perl
20507            ! win32/Makefile win32/makefile.mk
20508 ____________________________________________________________________________
20509 [  6736] By: jhi                                   on 2000/08/21  02:57:53
20510         Log: Update Changes.
20511      Branch: perl
20512            ! Changes patchlevel.h
20513 ____________________________________________________________________________
20514 [  6735] By: jhi                                   on 2000/08/21  02:57:20
20515         Log: Draft 0.
20516      Branch: perl
20517            ! pod/perldelta.pod
20518 ____________________________________________________________________________
20519 [  6734] By: jhi                                   on 2000/08/21  02:57:03
20520         Log: Add Storable 0.7.2 from Raphael Manfredi,
20521              plus the patch from
20522              
20523              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
20524              From: Radu Greab <radu@netsoft.ro>
20525              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
20526              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
20527              
20528              plus changes to get Storable to compile with
20529              picky ANSI compilers.
20530      Branch: perl
20531            + ext/Storable/ChangeLog ext/Storable/MANIFEST
20532            + ext/Storable/Makefile.PL ext/Storable/README
20533            + ext/Storable/Storable.pm ext/Storable/Storable.xs
20534            + ext/Storable/patchlevel.h t/lib/st-06compat.t
20535            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
20536            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
20537            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
20538            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
20539            + t/lib/st-tieditems.t
20540            ! MANIFEST
20541 ____________________________________________________________________________
20542 [  6733] By: jhi                                   on 2000/08/21  02:29:09
20543         Log: The correct cleaning order is an art.
20544      Branch: perl
20545            ! Makefile.SH
20546 ____________________________________________________________________________
20547 [  6732] By: jhi                                   on 2000/08/21  01:23:39
20548         Log: The #6724 is here.
20549      Branch: perl
20550            ! t/lib/ftmp-security.t
20551 ____________________________________________________________________________
20552 [  6731] By: jhi                                   on 2000/08/20  23:17:03
20553         Log: s/this one/the 5.6.0 release/
20554      Branch: perl
20555            ! pod/perl56delta.pod
20556 ____________________________________________________________________________
20557 [  6730] By: jhi                                   on 2000/08/20  23:07:34
20558         Log: Mention perlebcdic and perlposix-bc.
20559      Branch: perl
20560            ! pod/perlport.pod
20561 ____________________________________________________________________________
20562 [  6729] By: jhi                                   on 2000/08/20  21:32:59
20563         Log: Document the number of exponent digits.
20564      Branch: perl
20565            ! pod/perlfunc.pod
20566 ____________________________________________________________________________
20567 [  6728] By: jhi                                   on 2000/08/20  21:16:47
20568         Log: Use File::Spec->tmpdir().
20569              
20570              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
20571              From: Tim Jenness <timj@jach.hawaii.edu>
20572              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
20573              MIME-Version: 1.0
20574              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
20575      Branch: perl
20576            ! utils/perlbug.PL
20577 ____________________________________________________________________________
20578 [  6727] By: jhi                                   on 2000/08/20  20:43:32
20579         Log: Update Changes.
20580      Branch: perl
20581            ! Changes patchlevel.h
20582 ____________________________________________________________________________
20583 [  6726] By: jhi                                   on 2000/08/20  20:41:44
20584         Log: The veryclean target needs to clobber.
20585      Branch: perl
20586            ! Makefile.SH
20587 ____________________________________________________________________________
20588 [  6725] By: jhi                                   on 2000/08/20  20:37:38
20589         Log: Document odd vs even subreleases and -Dusedevel.
20590      Branch: perl
20591            ! INSTALL
20592 ____________________________________________________________________________
20593 [  6724] By: jhi                                   on 2000/08/20  19:58:05
20594         Log: Use temporary directory instead of current directory.
20595              
20596              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
20597              From: Tim Jenness <timj@jach.hawaii.edu>
20598              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
20599              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
20600      Branch: perl
20601            ! t/lib/ftmp-security.t
20602 ____________________________________________________________________________
20603 [  6723] By: jhi                                   on 2000/08/20  19:55:55
20604         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
20605              From: andreas.koenig@anima.de (Andreas J. Koenig)
20606              Date: 20 Aug 2000 15:52:03 +0200
20607              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
20608      Branch: perl
20609            ! lib/ExtUtils/MM_Unix.pm
20610 ____________________________________________________________________________
20611 [  6722] By: jhi                                   on 2000/08/20  19:46:01
20612         Log: Update to CGI 2.72, from Lincoln Stein.
20613      Branch: perl
20614            ! lib/CGI.pm
20615 ____________________________________________________________________________
20616 [  6721] By: jhi                                   on 2000/08/20  19:43:54
20617         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
20618              From: Radu Greab <radu@netsoft.ro>
20619              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
20620              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
20621      Branch: perl
20622            ! ext/GDBM_File/GDBM_File.xs
20623 ____________________________________________________________________________
20624 [  6720] By: jhi                                   on 2000/08/20  19:42:01
20625         Log: pp_open() could pass an uninitialized filename down to do_open9().
20626      Branch: perl
20627            ! pp_sys.c
20628 ____________________________________________________________________________
20629 [  6719] By: jhi                                   on 2000/08/20  14:06:41
20630         Log: UTF8 concat fixes.
20631              
20632              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
20633              From: Hugo <hv@crypt.compulink.co.uk>
20634              Date: Sun, 20 Aug 2000 07:30:46 +0100
20635              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
20636      Branch: perl
20637            ! pp_hot.c t/op/append.t
20638 ____________________________________________________________________________
20639 [  6718] By: jhi                                   on 2000/08/20  02:09:37
20640         Log: Let's try #6717 again.
20641      Branch: perl
20642            ! lib/File/Temp.pm
20643 ____________________________________________________________________________
20644 [  6717] By: jhi                                   on 2000/08/20  01:56:55
20645         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
20646              From: "Craig A. Berry" <craig.berry@metamorgs.com>
20647              Date: Sat, 19 Aug 2000 18:15:39 -0500
20648              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
20649      Branch: perl
20650            ! lib/File/Temp.pm
20651 ____________________________________________________________________________
20652 [  6716] By: jhi                                   on 2000/08/19  15:50:11
20653         Log: Update Changes.
20654      Branch: perl
20655            ! Changes patchlevel.h
20656 ____________________________________________________________________________
20657 [  6715] By: jhi                                   on 2000/08/19  15:39:09
20658         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
20659              From: Jonathan D Johnston <jdjohnston2@juno.com>
20660              Date: Thu, 17 Aug 2000 23:13:01 -0400       
20661              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
20662      Branch: perl
20663            ! pod/perlfunc.pod
20664 ____________________________________________________________________________
20665 [  6714] By: jhi                                   on 2000/08/19  15:34:04
20666         Log: Introduce a 'veryclean' target that is like 'distclean'
20667              but also removes *~ and *.orig.
20668      Branch: perl
20669            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
20670            ! utils/Makefile x2p/Makefile.SH
20671 ____________________________________________________________________________
20672 [  6713] By: jhi                                   on 2000/08/19  14:15:45
20673         Log: Put back the long double avoidance code to POSIX.xs
20674              because VMS seems to need it still.
20675      Branch: perl
20676            ! ext/POSIX/POSIX.xs
20677 ____________________________________________________________________________
20678 [  6712] By: jhi                                   on 2000/08/19  14:10:41
20679         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
20680              From: Peter Prymmer <pvhp@forte.com>
20681              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
20682              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
20683      Branch: perl
20684            ! lib/Pod/Find.pm t/pod/find.t
20685 ____________________________________________________________________________
20686 [  6711] By: jhi                                   on 2000/08/19  14:09:19
20687         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
20688              From: Peter Prymmer <pvhp@forte.com>
20689              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
20690              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
20691              cc: vmsperl@perl.org
20692      Branch: perl
20693            ! t/lib/peek.t
20694 ____________________________________________________________________________
20695 [  6710] By: jhi                                   on 2000/08/19  14:08:01
20696         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
20697              From: Jan Dubois <jand@ActiveState.com>
20698              Date: Fri, 18 Aug 2000 16:31:48 -0700
20699              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
20700      Branch: perl
20701            ! win32/win32.c
20702 ____________________________________________________________________________
20703 [  6709] By: jhi                                   on 2000/08/19  14:06:57
20704         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
20705              
20706              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
20707              From: Spider.Boardman@Orb.Nashua.NH.US
20708              Date: Fri, 18 Aug 2000 18:41:14 -0400
20709              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
20710      Branch: perl
20711            ! regcomp.c
20712 ____________________________________________________________________________
20713 [  6708] By: jhi                                   on 2000/08/18  22:04:49
20714         Log: Update Changes.
20715      Branch: perl
20716            ! Changes patchlevel.h
20717 ____________________________________________________________________________
20718 [  6707] By: jhi                                   on 2000/08/18  21:55:14
20719         Log: Add warnif(), check warnings further up the stack,
20720              all the warnings functions now can take an optional object reference.
20721              
20722              Subject: [PATCH bleedperl@6691] warnings pragma update
20723              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20724              Date: Fri, 18 Aug 2000 22:42:06 +0100
20725              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
20726      Branch: perl
20727            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
20728            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
20729            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
20730 ____________________________________________________________________________
20731 [  6706] By: jhi                                   on 2000/08/18  21:41:45
20732         Log: Typo in pp_complement().
20733              
20734              Subject: [PATCH perl-current] Deparse
20735              From: Peter Scott <Peter@PSDT.com>
20736              Date: Fri, 18 Aug 2000 12:44:37 -0700
20737              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
20738      Branch: perl
20739            ! ext/B/B/Deparse.pm
20740 ____________________________________________________________________________
20741 [  6705] By: jhi                                   on 2000/08/18  21:25:59
20742         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
20743              From: Jan Dubois <jand@ActiveState.com>
20744              Date: Fri, 18 Aug 2000 14:22:51 -0700
20745              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
20746      Branch: perl
20747            ! lib/Win32.pod win32/win32.c
20748 ____________________________________________________________________________
20749 [  6704] By: jhi                                   on 2000/08/18  21:16:14
20750         Log: Don't eat leading os from index entries.
20751              
20752              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
20753              From: Russ Allbery <rra@stanford.edu>
20754              Date: 10 Aug 2000 20:49:25 -0700
20755              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
20756      Branch: perl
20757            ! lib/Pod/Man.pm
20758 ____________________________________________________________________________
20759 [  6703] By: jhi                                   on 2000/08/18  21:07:06
20760         Log: Add [[:blank:]] as suggested in
20761              
20762              Subject: [ID 20000716.024] [=cc=] / [:blank:]
20763              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
20764              Date: Sun, 16 Jul 2000 17:55:29 -0700
20765              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
20766              
20767              (the [=cc=] has already been taken care of by #6439
20768              so the whole bug report can be closed)
20769              
20770              and make [[:space:]] to be equivalent to isspace(3)
20771              (as opposed to \s, which is isSPACE()).  The difference
20772              is that now [[:space:]] matches the mythical vertical tab,
20773              while \s doesn't.
20774      Branch: perl
20775            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
20776            ! regexec.c t/op/pat.t
20777 ____________________________________________________________________________
20778 [  6702] By: jhi                                   on 2000/08/18  18:47:47
20779         Log: The new tests were missing from #6415.
20780      Branch: perl
20781            ! t/op/bop.t
20782 ____________________________________________________________________________
20783 [  6701] By: jhi                                   on 2000/08/18  18:20:40
20784         Log: Document the NDBM_File and ODBM_File as SDBM_File
20785              was documented in #6417.
20786      Branch: perl
20787            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
20788            ! ext/SDBM_File/SDBM_File.pm
20789 ____________________________________________________________________________
20790 [  6700] By: jhi                                   on 2000/08/18  18:10:39
20791         Log: Subject: [PATCH perl@6698] cygwin port
20792              From: "Fifer, Eric" <EFifer@sanwaint.com>
20793              Date: Fri, 18 Aug 2000 17:30:05 +0100
20794              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
20795      Branch: perl
20796            ! lib/File/Temp.pm
20797 ____________________________________________________________________________
20798 [  6699] By: jhi                                   on 2000/08/18  16:21:49
20799         Log: Document code point which makes if (defined %stash::) to work
20800              (noted by Spider Boardman).
20801      Branch: perl
20802            ! op.c
20803 ____________________________________________________________________________
20804 [  6698] By: jhi                                   on 2000/08/18  13:43:27
20805         Log: Update Changes.
20806      Branch: perl
20807            ! Changes patchlevel.h
20808 ____________________________________________________________________________
20809 [  6697] By: jhi                                   on 2000/08/18  13:35:57
20810         Log: Tiny Getopt::Long patch from Johan Vromans.
20811      Branch: perl
20812            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
20813 ____________________________________________________________________________
20814 [  6696] By: jhi                                   on 2000/08/18  13:26:14
20815         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
20816              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
20817              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
20818              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
20819      Branch: perl
20820            ! pod/perldiag.pod pod/perlsyn.pod
20821 ____________________________________________________________________________
20822 [  6695] By: jhi                                   on 2000/08/18  13:13:26
20823         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
20824              From: Daniel Chetlin <daniel@chetlin.com>
20825              Date: Fri, 18 Aug 2000 03:13:36 -0700
20826              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
20827      Branch: perl
20828            ! pod/perlfunc.pod
20829 ____________________________________________________________________________
20830 [  6694] By: jhi                                   on 2000/08/18  13:08:05
20831         Log: Subject: [PATCH] perltrap.pod spring cleaning
20832              From: Daniel Chetlin <daniel@chetlin.com>
20833              Date: Fri, 18 Aug 2000 03:06:54 -0700
20834              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
20835              
20836              plus Mike Guy's nitfix.
20837      Branch: perl
20838            ! pod/perltrap.pod
20839 ____________________________________________________________________________
20840 [  6693] By: jhi                                   on 2000/08/18  13:00:26
20841         Log: Unbuffer the output.
20842              
20843              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
20844              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20845              Date: Thu, 17 Aug 2000 18:39:29 -0700
20846              Message-ID: <RPJn5gzkgydf092yn@efn.org>
20847      Branch: perl
20848            ! t/op/fork.t
20849 ____________________________________________________________________________
20850 [  6692] By: jhi                                   on 2000/08/18  05:19:17
20851         Log: Delete the image, too, not just its MANIFEStation.
20852      Branch: perl
20853            - lib/CGI/eg/wilogo.gif
20854 ____________________________________________________________________________
20855 [  6691] By: jhi                                   on 2000/08/18  05:10:26
20856         Log: Propagate new Configure vars.
20857      Branch: perl
20858            ! configure.com epoc/config.sh uconfig.h uconfig.sh
20859            ! vos/config.def vos/config.h vos/config_h.SH_orig
20860            ! win32/config.bc win32/config.gc win32/config.vc
20861            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20862 ____________________________________________________________________________
20863 [  6690] By: jhi                                   on 2000/08/18  04:30:56
20864         Log: Update Changes.
20865      Branch: perl
20866            ! Changes patchlevel.h
20867 ____________________________________________________________________________
20868 [  6689] By: jhi                                   on 2000/08/18  04:12:30
20869         Log: Fix the lib/complex failure of
20870              
20871              From: abigail@foad.org
20872              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20873              Date: 15 Aug 2000 04:06:38 -0000
20874              Message-Id: <20000815040638.8524.qmail@foad.org> 
20875              
20876              Linux long double accuracy issue: something that
20877              when printed with %g looks like "2" but int() of it is 1.
20878      Branch: perl
20879            ! lib/Math/Complex.pm
20880 ____________________________________________________________________________
20881 [  6688] By: jhi                                   on 2000/08/18  03:15:35
20882         Log: The byteorder code in #6671 was wrong.
20883      Branch: perl
20884            ! configpm
20885 ____________________________________________________________________________
20886 [  6687] By: jhi                                   on 2000/08/18  02:08:42
20887         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
20888              From: Jan Dubois <jand@ActiveState.com>
20889              Date: Thu, 17 Aug 2000 18:31:55 -0700
20890              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
20891      Branch: perl
20892            ! sv.c
20893 ____________________________________________________________________________
20894 [  6686] By: jhi                                   on 2000/08/18  02:04:15
20895         Log: Use NVs in POSIX math, not doubles.
20896              
20897              From: abigail@foad.org
20898              Subject: [ID 20000817.014] POSIX & modfl
20899              Date: 17 Aug 2000 20:49:18 -0000
20900              Message-Id: <20000817204918.23123.qmail@foad.org>
20901      Branch: perl
20902            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
20903 ____________________________________________________________________________
20904 [  6685] By: jhi                                   on 2000/08/18  02:02:12
20905         Log: Introduce NVef, NVff, and NVgf, use the middle one.
20906              (helps for lib/peek + Linux + long doubles)  Reported in
20907              
20908              From: abigail@foad.org
20909              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20910              Date: 15 Aug 2000 04:06:38 -0000
20911              Message-Id: <20000815040638.8524.qmail@foad.org> 
20912              
20913              (note: the lib/complex failure has not yet been addressed)
20914      Branch: metaconfig/U/perl
20915            ! perlxvf.U
20916      Branch: perl
20917            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20918            ! config_h.SH dump.c perl.h pod/perlguts.pod
20919 ____________________________________________________________________________
20920 [  6684] By: jhi                                   on 2000/08/17  23:22:19
20921         Log: Add byteorder to the myconfig output.
20922      Branch: perl
20923            ! myconfig.SH
20924 ____________________________________________________________________________
20925 [  6683] By: jhi                                   on 2000/08/17  23:20:19
20926         Log: The image doth not exist, spotted by Johan Vromans.
20927      Branch: perl
20928            ! MANIFEST
20929 ____________________________________________________________________________
20930 [  6682] By: jhi                                   on 2000/08/17  22:38:16
20931         Log: Document what the backtick returns if the command fails.
20932      Branch: perl
20933            ! pod/perlop.pod
20934 ____________________________________________________________________________
20935 [  6681] By: jhi                                   on 2000/08/17  22:33:12
20936         Log: Do not use prototyping here.
20937              
20938              Subject: [ID 20000817.016] [PATCH] Peek.xs
20939              From: abigail@foad.org
20940              Date: 17 Aug 2000 20:55:56 -0000
20941              Message-Id: <20000817205556.24270.qmail@foad.org>
20942      Branch: perl
20943            ! ext/Devel/Peek/Makefile.PL
20944 ____________________________________________________________________________
20945 [  6680] By: jhi                                   on 2000/08/17  19:46:43
20946         Log: Don't propose using modules built for 5.005 if no binary
20947              compatibility with 5.005 is attempted.
20948              
20949              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20950              Subject: Minor nit with 5.7.0 (6655)
20951              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
20952              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
20953      Branch: metaconfig
20954            ! U/installdirs/inc_version_list.U
20955      Branch: perl
20956            ! Configure config_h.SH
20957 ____________________________________________________________________________
20958 [  6679] By: jhi                                   on 2000/08/17  19:16:39
20959         Log: Microperl config update.
20960      Branch: perl
20961            ! uconfig.h uconfig.sh
20962 ____________________________________________________________________________
20963 [  6678] By: jhi                                   on 2000/08/17  19:16:13
20964         Log: The #6648 wasn't protective enough for limited platforms
20965              (like microperl).
20966      Branch: perl
20967            ! dump.c sv.c
20968 ____________________________________________________________________________
20969 [  6677] By: jhi                                   on 2000/08/17  14:46:35
20970         Log: Update Changes.
20971      Branch: perl
20972            ! Changes patchlevel.h
20973 ____________________________________________________________________________
20974 [  6676] By: jhi                                   on 2000/08/17  14:44:02
20975         Log: Add perlebcdic from Peter Prymmer, regen toc.
20976      Branch: perl
20977            + pod/perlebcdic.pod
20978            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20979 ____________________________________________________________________________
20980 [  6675] By: jhi                                   on 2000/08/17  14:41:52
20981         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
20982      Branch: perl
20983            ! pod/perldebtut.pod
20984 ____________________________________________________________________________
20985 [  6674] By: jhi                                   on 2000/08/17  14:29:43
20986         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
20987              
20988              Subject: [ID 20000724.006] -DLEAKTEST problem
20989              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
20990              Date: Tue, 25 Jul 2000 00:36:32 -0500
20991              Message-Id: <20000725003632.A26186@www.llamacom.com>
20992              
20993              Reminder sent
20994              
20995              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
20996              From: Hugo <hv@crypt.compulink.co.uk>
20997              Date: Thu, 17 Aug 2000 15:23:42 +0100
20998              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
20999      Branch: perl
21000            ! util.c
21001 ____________________________________________________________________________
21002 [  6673] By: jhi                                   on 2000/08/17  04:07:10
21003         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
21004              From: John Peacock <JPeacock@UnivPress.com>
21005              Date: Tue, 01 Aug 2000 09:38:12 -0400
21006              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
21007      Branch: perl
21008            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
21009 ____________________________________________________________________________
21010 [  6672] By: jhi                                   on 2000/08/17  03:04:35
21011         Log: Subject: [PATCH] Cwd.pm now uses strict
21012              From: Tim Jenness <timj@jach.hawaii.edu>
21013              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
21014              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
21015      Branch: perl
21016            ! lib/Cwd.pm
21017 ____________________________________________________________________________
21018 [  6671] By: jhi                                   on 2000/08/17  02:16:35
21019         Log: Make $Config{byteorder} more magical so that it is
21020              dynamically computed: nice for 'fat binaries'.
21021              
21022              Subject: [PATCH]: default byteorder
21023              From: Wilfredo Sánchez <wsanchez@apple.com>
21024              Date: Mon, 31 Jul 2000 19:45:31 -0700
21025              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
21026      Branch: perl
21027            ! configpm
21028 ____________________________________________________________________________
21029 [  6670] By: gsar                                  on 2000/08/17  01:22:21
21030         Log: move WNOHANG definition to where other such things are
21031      Branch: perl
21032            ! win32/win32.h
21033 ____________________________________________________________________________
21034 [  6669] By: jhi                                   on 2000/08/17  01:19:17
21035         Log: Update Changes.
21036      Branch: perl
21037            ! Changes patchlevel.h
21038 ____________________________________________________________________________
21039 [  6668] By: jhi                                   on 2000/08/17  01:16:29
21040         Log: Doc nits spotted by Richard Soderberg.
21041      Branch: perl
21042            ! README.posix-bc README.vmesa
21043 ____________________________________________________________________________
21044 [  6667] By: jhi                                   on 2000/08/17  01:12:11
21045         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
21046              From: "Casey R. Tweten" <crt@kiski.net>
21047              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
21048              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
21049      Branch: perl
21050            ! pod/perldebtut.pod
21051 ____________________________________________________________________________
21052 [  6666] By: jhi                                   on 2000/08/17  01:09:31
21053         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
21054              From: "Casey R. Tweten" <crt@kiski.net>
21055              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
21056              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
21057      Branch: perl
21058            ! lib/Shell.pm
21059 ____________________________________________________________________________
21060 [  6665] By: gsar                                  on 2000/08/17  01:03:52
21061         Log: add "ok" targets from change#6632 in makefile.mk
21062      Branch: perl
21063            ! pod/perlport.pod win32/Makefile win32/makefile.mk
21064 ____________________________________________________________________________
21065 [  6664] By: gsar                                  on 2000/08/17  00:56:11
21066         Log: avoid warnings from dense compiler
21067      Branch: perl
21068            ! win32/win32.c
21069 ____________________________________________________________________________
21070 [  6663] By: jhi                                   on 2000/08/17  00:51:49
21071         Log: Tweak the regex compilation errors once more.
21072      Branch: perl
21073            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
21074            ! t/op/regmesg.t t/pragma/warn/regcomp
21075 ____________________________________________________________________________
21076 [  6662] By: gsar                                  on 2000/08/17  00:28:19
21077         Log: trailing new %ENV entries weren't being pushed into the real
21078              environment of subprocesses on Windows
21079      Branch: perl
21080            ! t/op/magic.t win32/perlhost.h
21081 ____________________________________________________________________________
21082 [  6661] By: gsar                                  on 2000/08/17  00:19:20
21083         Log: waitpid() now handles externally spawned pids correctly;
21084              fixes for backtick/wait/waitpid failures on Windows 9x
21085              
21086              these changes make the pid returned by process functions on
21087              Windows 9x always positive by clearing the high bit (which
21088              is always set on Win9x); pseudo-process PIDs are likewise
21089              always negative now on Win9x (just as on NT/2000)
21090      Branch: perl
21091            ! pp_sys.c win32/perlhost.h win32/win32.c
21092 ____________________________________________________________________________
21093 [  6660] By: jhi                                   on 2000/08/17  00:04:32
21094         Log: Retract #6645.
21095      Branch: perl
21096            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21097            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
21098            ! t/op/sprintf.t
21099 ____________________________________________________________________________
21100 [  6659] By: gsar                                  on 2000/08/16  23:59:28
21101         Log: on windows, the return values from wait() and waitpid() don't
21102              match those of pseudo-pids
21103      Branch: perl
21104            ! pp_sys.c t/op/fork.t util.c win32/win32.c
21105 ____________________________________________________________________________
21106 [  6658] By: gsar                                  on 2000/08/16  23:56:14
21107         Log: pod nit seen in passing
21108      Branch: perl
21109            ! pod/perlfunc.pod
21110 ____________________________________________________________________________
21111 [  6657] By: gsar                                  on 2000/08/16  23:53:42
21112         Log: change#6328 could make close(SOCKET) return false on windows
21113              when it shouldn't
21114      Branch: perl
21115            ! win32/win32sck.c
21116 ____________________________________________________________________________
21117 [  6656] By: gsar                                  on 2000/08/16  23:46:57
21118         Log: check that the number pseudo children doesn't exceed
21119              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
21120              the WaitForMultipleObjects() limit that would cause wait()
21121              to crash)
21122              
21123              wait() and waitpid() could potentially be rewritten to use
21124              more than one thread to do the waiting to eliminate this
21125              limitation
21126      Branch: perl
21127            ! win32/perlhost.h
21128 ____________________________________________________________________________
21129 [  6655] By: jhi                                   on 2000/08/16  14:11:05
21130         Log: Update Changes.
21131      Branch: perl
21132            ! Changes patchlevel.h
21133 ____________________________________________________________________________
21134 [  6654] By: jhi                                   on 2000/08/16  14:10:12
21135         Log: Update to perldebtut 1.9, from Richard Foley.
21136      Branch: perl
21137            ! pod/perldebtut.pod
21138 ____________________________________________________________________________
21139 [  6653] By: jhi                                   on 2000/08/16  14:08:17
21140         Log: Change the regx compilation error markers to use = instead of <
21141              since pod makes using the latter quite messy.  Reported in
21142              ID 20000814.006 by Abigail and in
21143              Subject: Unknown escape E<> ?
21144              From: Lupe Christoph <lupe@lupe-christoph.de>
21145              Date: Fri, 11 Aug 2000 00:30:27 +0200
21146              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
21147      Branch: perl
21148            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
21149            ! t/op/regmesg.t t/pragma/warn/regcomp
21150 ____________________________________________________________________________
21151 [  6652] By: jhi                                   on 2000/08/16  13:25:31
21152         Log: Change the perlbug address to perl.org since it's more forgiving.
21153              
21154              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
21155              From: abigail@foad.org
21156              Date: 15 Aug 2000 04:15:40 -0000
21157              Message-Id: <20000815041540.8633.qmail@foad.org>
21158      Branch: perl
21159            ! utils/perlbug.PL
21160 ____________________________________________________________________________
21161 [  6651] By: jhi                                   on 2000/08/16  13:22:35
21162         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
21163              From: Tim Jenness <timj@jach.hawaii.edu>
21164              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
21165              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
21166      Branch: perl
21167            ! lib/Cwd.pm
21168 ____________________________________________________________________________
21169 [  6650] By: jhi                                   on 2000/08/16  13:18:13
21170         Log: Update to CPAN 1.57.
21171              
21172              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
21173              From: andreas.koenig@anima.de (Andreas J. Koenig)
21174              Date: 16 Aug 2000 15:09:46 +0200
21175              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
21176      Branch: perl
21177            ! lib/CPAN.pm
21178 ____________________________________________________________________________
21179 [  6649] By: jhi                                   on 2000/08/16  13:12:31
21180         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
21181              From: "Larry W. Virden" <lvirden@cas.org>
21182              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
21183              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
21184      Branch: perl
21185            ! README.hpux
21186 ____________________________________________________________________________
21187 [  6648] By: jhi                                   on 2000/08/16  13:03:53
21188         Log: The numeric locale was reset to "C" by s?printf and never restored.
21189              
21190              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
21191              From: Christian Kirsch <ck@held.mind.de>
21192              Date: Wed, 9 Aug 2000 17:05:17 +0200
21193              Message-Id: <20000809170517.A25389@held>
21194              
21195              No test since adding the failing example to locale.t
21196              does not fail -- probably because the locale settings are so
21197              thoroughly tweaked by that time.  Running the example standalone
21198              does fail, though.  UPDATE: test case added at change #7540.
21199      Branch: perl
21200            ! dump.c perl.h pp.c pp_ctl.c sv.c
21201 ____________________________________________________________________________
21202 [  6647] By: jhi                                   on 2000/08/16  00:07:54
21203         Log: Update Changes and test semi-automatic patchlevel updating.
21204      Branch: perl
21205            ! Changes patchlevel.h
21206 ____________________________________________________________________________
21207 [  6646] By: jhi                                   on 2000/08/15  23:35:07
21208         Log: Fix a dependency problem.
21209              
21210              Subject: [PATCH: 6640] VMS Makefile.SH update
21211              From: Peter Prymmer <pvhp@forte.com>
21212              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
21213              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
21214      Branch: perl
21215            ! vms/descrip_mms.template
21216 ____________________________________________________________________________
21217 [  6645] By: jhi                                   on 2000/08/15  23:33:23
21218         Log: (Retracted by #6660)
21219              
21220              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
21221              From: Dominic Dunlop <domo@computer.org>
21222              Date: Tue, 15 Aug 2000 22:20:52 +0200
21223              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
21224      Branch: metaconfig/U/perl
21225            + d_printfed.U
21226      Branch: perl
21227            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21228            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
21229            ! t/op/sprintf.t
21230 ____________________________________________________________________________
21231 [  6644] By: jhi                                   on 2000/08/15  21:17:20
21232         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
21233              From: abigail@foad.org
21234              Date: 15 Aug 2000 20:12:41 -0000
21235              Message-Id: <20000815201241.25556.qmail@foad.org>
21236      Branch: perl
21237            ! INSTALL
21238 ____________________________________________________________________________
21239 [  6643] By: jhi                                   on 2000/08/15  21:15:28
21240         Log: (an already applied patch)
21241      Branch: perl
21242            ! lib/CGI.pm
21243 ____________________________________________________________________________
21244 [  6642] By: gsar                                  on 2000/08/15  19:54:05
21245         Log: magic callbacks all need to have same type signature
21246      Branch: perl
21247            ! embed.pl mg.c proto.h
21248 ____________________________________________________________________________
21249 [  6641] By: jhi                                   on 2000/08/15  17:56:27
21250         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)
21251              From: Mike Guy <mjtg@cam.ac.uk>
21252              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
21253              Date: Tue, 15 Aug 2000 18:26:45 +0100
21254              
21255              Only the peek.t part applied, not the hash quality part.
21256      Branch: perl
21257            ! t/lib/peek.t
21258 ____________________________________________________________________________
21259 [  6640] By: jhi                                   on 2000/08/15  16:37:37
21260         Log: Update Changes.
21261      Branch: perl
21262            ! Changes
21263 ____________________________________________________________________________
21264 [  6639] By: jhi                                   on 2000/08/15  16:34:55
21265         Log: Missed a file from #6638.
21266      Branch: perl
21267            ! lib/File/Temp.pm
21268 ____________________________________________________________________________
21269 [  6638] By: jhi                                   on 2000/08/15  16:33:19
21270         Log: Subject: [PATCH perl@6620] cygwin port
21271              From: "Fifer, Eric" <EFifer@sanwaint.com>
21272              Date: Tue, 15 Aug 2000 17:00:49 +0100
21273              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
21274      Branch: perl
21275            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
21276 ____________________________________________________________________________
21277 [  6637] By: jhi                                   on 2000/08/15  16:29:22
21278         Log: Subject: [PATCH] debugger exit code should reflect user exit code
21279              From: Mike Guy <mjtg@cam.ac.uk>
21280              Date: Tue, 15 Aug 2000 16:55:59 +0100
21281              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
21282      Branch: perl
21283            ! lib/perl5db.pl
21284 ____________________________________________________________________________
21285 [  6636] By: jhi                                   on 2000/08/15  15:30:58
21286         Log: Update Changes.
21287      Branch: perl
21288            ! Changes
21289 ____________________________________________________________________________
21290 [  6635] By: jhi                                   on 2000/08/15  15:27:21
21291         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
21292      Branch: metaconfig
21293            ! U/mkglossary U/mksample
21294      Branch: metaconfig/U/perl
21295            ! Devel.U
21296      Branch: perl
21297            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21298 ____________________________________________________________________________
21299 [  6634] By: jhi                                   on 2000/08/15  14:11:55
21300         Log: Don't blow limited stacks, a lower number is enough to
21301              tickle the lookbehind limit.
21302              
21303              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
21304              From: Dominic Dunlop <domo@computer.org>
21305              Date: Tue, 15 Aug 2000 13:51:24 +0200
21306              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
21307      Branch: perl
21308            ! t/op/regmesg.t
21309 ____________________________________________________________________________
21310 [  6633] By: jhi                                   on 2000/08/15  14:01:46
21311         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
21312              From: Mike Guy <mjtg@cam.ac.uk>
21313              Date: Tue, 15 Aug 2000 12:10:50 +0100
21314              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
21315      Branch: perl
21316            ! utils/perldoc.PL
21317 ____________________________________________________________________________
21318 [  6632] By: jhi                                   on 2000/08/15  13:58:48
21319         Log: make ok etc also for win32.
21320              
21321              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
21322              From: Prymmer/Kahn <pvhp@best.com>
21323              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
21324              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
21325      Branch: perl
21326            ! win32/Makefile
21327 ____________________________________________________________________________
21328 [  6631] By: jhi                                   on 2000/08/15  13:45:03
21329         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
21330      Branch: perl
21331            ! lib/Test.pm
21332 ____________________________________________________________________________
21333 [  6630] By: jhi                                   on 2000/08/15  03:25:09
21334         Log: Update Changes.
21335      Branch: perl
21336            ! Changes
21337 ____________________________________________________________________________
21338 [  6629] By: jhi                                   on 2000/08/15  03:23:53
21339         Log: magic_regdatum_set() is void, not int.
21340      Branch: perl
21341            ! embed.pl mg.c proto.h
21342 ____________________________________________________________________________
21343 [  6628] By: jhi                                   on 2000/08/15  03:08:02
21344         Log: Make the user to give up his firstborn, err, to knowingly
21345              verify installing an unstable developer release.  Also bump
21346              the release to 5.7.0, but leave a patch tag in the local
21347              patches saying that this is not yet the real thing.
21348      Branch: metaconfig
21349            ! U/modified/Instruct.U
21350      Branch: metaconfig/U/perl
21351            + Devel.U
21352      Branch: perl
21353            ! Configure patchlevel.h
21354 ____________________________________________________________________________
21355 [  6627] By: jhi                                   on 2000/08/14  22:32:52
21356         Log: README.os2 update.
21357              
21358              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
21359              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21360              Date: Wed, 02 Aug 2000 21:55:09 -0700
21361              Message-ID: <tsPi5gzkgegX092yn@efn.org>
21362      Branch: perl
21363            ! README.os2
21364 ____________________________________________________________________________
21365 [  6626] By: jhi                                   on 2000/08/14  21:00:02
21366         Log: Subject: Re: File::Temp problems on VMS in bleedperl
21367              From: Tim Jenness <timj@jach.hawaii.edu>
21368              cc: vmsperl@perl.org
21369              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
21370              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
21371      Branch: perl
21372            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
21373 ____________________________________________________________________________
21374 [  6625] By: jhi                                   on 2000/08/14  20:52:16
21375         Log: Add SUIDMAIL as was done for the CERT alert.
21376      Branch: perl
21377            ! patchlevel.h
21378 ____________________________________________________________________________
21379 [  6624] By: jhi                                   on 2000/08/14  20:48:50
21380         Log: Subject: sfio2000
21381              From: Daniel Muino <dmuino@afip.gov.ar>
21382              Date: Mon, 14 Aug 2000 16:58:11 -0300
21383              Message-ID: <20000814165811.B16368@con2-dgi>
21384      Branch: perl
21385            ! perlsdio.h perlsfio.h
21386 ____________________________________________________________________________
21387 [  6623] By: jhi                                   on 2000/08/14  20:47:36
21388         Log: Subject: warning: storage class after type is obsolescent
21389              From: Daniel Muino <dmuino@afip.gov.ar>
21390              Date: Mon, 14 Aug 2000 16:42:47 -0300
21391              Message-ID: <20000814164247.A16368@con2-dgi>
21392      Branch: perl
21393            ! regcomp.pl regnodes.h
21394 ____________________________________________________________________________
21395 [  6622] By: jhi                                   on 2000/08/14  20:43:05
21396         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
21397              From: abigail@foad.org
21398              Date: 14 Aug 2000 20:00:10 -0000
21399              Message-Id: <20000814200010.27271.qmail@foad.org>
21400      Branch: perl
21401            ! Changes
21402 ____________________________________________________________________________
21403 [  6621] By: jhi                                   on 2000/08/14  15:23:05
21404         Log: Update Changes.
21405      Branch: perl
21406            ! Changes
21407 ____________________________________________________________________________
21408 [  6620] By: jhi                                   on 2000/08/14  15:22:14
21409         Log: Subject: Re: [PATCH] @+, @- readonly
21410              From: Mike Guy <mjtg@cam.ac.uk>
21411              Date: Mon, 14 Aug 2000 15:26:55 +0100
21412              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
21413      Branch: perl
21414            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
21415            ! sv.c t/op/pat.t
21416 ____________________________________________________________________________
21417 [  6619] By: jhi                                   on 2000/08/14  14:12:08
21418         Log: Update Changes.
21419      Branch: perl
21420            ! Changes
21421 ____________________________________________________________________________
21422 [  6618] By: jhi                                   on 2000/08/14  14:09:34
21423         Log: For now remove the mail code.
21424      Branch: perl
21425            ! perl.c
21426 ____________________________________________________________________________
21427 [  6617] By: jhi                                   on 2000/08/14  14:08:28
21428         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
21429      Branch: perl
21430            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
21431            ! pod/perlfaq8.pod pod/perlsec.pod
21432 ____________________________________________________________________________
21433 [  6616] By: jhi                                   on 2000/08/14  14:00:11
21434         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21435              From: Mike Guy <mjtg@cam.ac.uk>
21436              Date: Mon, 14 Aug 2000 08:26:02 +0100
21437              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
21438      Branch: perl
21439            ! lib/perl5db.pl
21440 ____________________________________________________________________________
21441 [  6615] By: jhi                                   on 2000/08/14  13:58:45
21442         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
21443              From: Mike Guy <mjtg@cam.ac.uk>
21444              Date: Mon, 14 Aug 2000 08:04:22 +0100
21445              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
21446      Branch: perl
21447            ! gv.c mg.c t/op/pat.t
21448 ____________________________________________________________________________
21449 [  6614] By: jhi                                   on 2000/08/14  13:56:45
21450         Log: Subject: Test fails / warnings with perl-current #6612
21451              From: Mike Guy <mjtg@cam.ac.uk>
21452              Date: Mon, 14 Aug 2000 07:57:23 +0100
21453              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
21454      Branch: perl
21455            ! t/lib/b.t t/lib/peek.t
21456 ____________________________________________________________________________
21457 [  6613] By: jhi                                   on 2000/08/14  13:45:33
21458         Log: VMS configure.com update continues.
21459      Branch: perl
21460            - vms/configure.com
21461            ! MANIFEST configure.com
21462 ____________________________________________________________________________
21463 [  6612] By: jhi                                   on 2000/08/13  22:13:35
21464         Log: Update Changes.
21465      Branch: perl
21466            ! Changes
21467 ____________________________________________________________________________
21468 [  6611] By: jhi                                   on 2000/08/13  16:21:45
21469         Log: Upgrade to CGI 2.71, from Lincoln Stein.
21470      Branch: perl
21471            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
21472 ____________________________________________________________________________
21473 [  6610] By: jhi                                   on 2000/08/13  15:09:16
21474         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
21475              From: Mike Guy <mjtg@cam.ac.uk>
21476              Date: Sun, 13 Aug 2000 13:45:51 +0100
21477              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
21478      Branch: perl
21479            ! t/op/regmesg.t
21480 ____________________________________________________________________________
21481 [  6609] By: jhi                                   on 2000/08/13  14:31:26
21482         Log: Andreas says that 1.56 is fine, so reverting back to it.
21483      Branch: perl
21484            ! lib/CPAN.pm
21485 ____________________________________________________________________________
21486 [  6608] By: jhi                                   on 2000/08/13  05:34:20
21487         Log: Update Changes.
21488      Branch: perl
21489            ! Changes
21490 ____________________________________________________________________________
21491 [  6607] By: jhi                                   on 2000/08/13  05:32:01
21492         Log: Put back the \z changes of #5406 to CPAN.pm.
21493      Branch: perl
21494            ! lib/CPAN.pm
21495 ____________________________________________________________________________
21496 [  6606] By: jhi                                   on 2000/08/13  05:20:16
21497         Log: Fix-n-skip the tests under 5005threads.
21498      Branch: perl
21499            ! t/lib/b.t
21500 ____________________________________________________________________________
21501 [  6605] By: jhi                                   on 2000/08/13  05:07:48
21502         Log: Fix the test for 5005threads.
21503      Branch: perl
21504            ! t/lib/peek.t
21505 ____________________________________________________________________________
21506 [  6604] By: jhi                                   on 2000/08/13  03:35:37
21507         Log: Should have deleted this in #6603.
21508      Branch: perl
21509            - vms/subconfigure.com
21510 ____________________________________________________________________________
21511 [  6603] By: jhi                                   on 2000/08/12  18:29:32
21512         Log: Rewrite of vms/subconfigure.com as configure.com,
21513              from Peter Prymmer and the vmsperl crew.
21514      Branch: perl
21515            + vms/configure.com
21516            ! MANIFEST
21517 ____________________________________________________________________________
21518 [  6602] By: jhi                                   on 2000/08/11  13:00:01
21519         Log: PlainText.pm is dead.
21520      Branch: perl
21521            - lib/Pod/PlainText.pm
21522            ! MANIFEST
21523 ____________________________________________________________________________
21524 [  6601] By: jhi                                   on 2000/08/11  04:06:45
21525         Log: Update Changes.
21526      Branch: perl
21527            ! Changes
21528 ____________________________________________________________________________
21529 [  6600] By: jhi                                   on 2000/08/11  04:06:10
21530         Log: Add a few missing files, update MANIFEST.
21531      Branch: perl
21532            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
21533            + lib/Pod/PlainText.pm t/pod/find.t
21534            ! MANIFEST t/op/regmesg.t
21535 ____________________________________________________________________________
21536 [  6599] By: jhi                                   on 2000/08/11  03:31:10
21537         Log: Add Perl debugging tutorial, regen toc. 
21538              
21539              Subject: perldebtut.pod
21540              From: Richard Foley <Richard.Foley@m.dasa.de>
21541              Date: Wed, 09 Aug 2000 10:17:15 +0200
21542              Message-id: <3991138B.262247B8@m.dasa.de>
21543      Branch: perl
21544            + pod/perldebtut.pod
21545            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21546 ____________________________________________________________________________
21547 [  6598] By: jhi                                   on 2000/08/11  02:48:56
21548         Log: tiny Changes edit
21549      Branch: perl
21550            ! Changes
21551 ____________________________________________________________________________
21552 [  6597] By: jhi                                   on 2000/08/11  02:39:04
21553         Log: Tests for #6589.
21554              
21555              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21556              From: simon@brecon.co.uk (Simon Cozens)
21557              Date: 11 Aug 2000 02:24:52 GMT
21558              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
21559      Branch: perl
21560            ! t/lib/b.t
21561 ____________________________________________________________________________
21562 [  6596] By: jhi                                   on 2000/08/11  01:50:07
21563         Log: Update Changes.
21564      Branch: perl
21565            ! Changes
21566 ____________________________________________________________________________
21567 [  6595] By: jhi                                   on 2000/08/11  01:47:16
21568         Log: nitfix
21569      Branch: perl
21570            ! Changes
21571 ____________________________________________________________________________
21572 [  6594] By: jhi                                   on 2000/08/11  01:36:16
21573         Log: Subject: Getting perlio and threads to compile
21574              From: Lupe Christoph <lupe@lupe-christoph.de>
21575              Date: Wed, 9 Aug 2000 11:35:54 +0200
21576              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
21577              
21578              (the Solaris version changes in Configure skipped)
21579      Branch: perl
21580            ! hints/solaris_2.sh thread.h
21581 ____________________________________________________________________________
21582 [  6593] By: jhi                                   on 2000/08/11  01:30:16
21583         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
21584              From: simon@brecon.co.uk (Simon Cozens)
21585              Date: 1 Aug 2000 06:55:19 GMT
21586              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
21587      Branch: perl
21588            ! lib/utf8.pm
21589 ____________________________________________________________________________
21590 [  6592] By: jhi                                   on 2000/08/11  01:26:39
21591         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
21592              From: Peter Scott <Peter@PeterScott.com>
21593              Date: Thu, 10 Aug 2000 08:23:27 -0700
21594              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
21595      Branch: perl
21596            ! lib/perl5db.pl
21597 ____________________________________________________________________________
21598 [  6591] By: jhi                                   on 2000/08/11  01:22:02
21599         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
21600              From: Hugo <hv@crypt.compulink.co.uk>
21601              Date: Thu, 10 Aug 2000 19:23:04 +0100
21602              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
21603      Branch: perl
21604            ! regexec.c t/op/pat.t
21605 ____________________________________________________________________________
21606 [  6590] By: jhi                                   on 2000/08/11  01:19:19
21607         Log: Preprocessing and postprocessing for File::Find.
21608              
21609              Subject: Patch to Find::File.pm to allow alphabetical results
21610              From: Joe Smith <jsmith@inwap.com>
21611              Date: Wed, 9 Aug 2000 02:44:54 -0700
21612              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
21613      Branch: perl
21614            ! lib/File/Find.pm
21615 ____________________________________________________________________________
21616 [  6589] By: jhi                                   on 2000/08/11  01:12:39
21617         Log: B::Deparse didn't do sub attributes.
21618              
21619              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21620              From: simon@brecon.co.uk (Simon Cozens)
21621              Date: 9 Aug 2000 04:49:20 GMT
21622              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
21623      Branch: perl
21624            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
21625 ____________________________________________________________________________
21626 [  6588] By: jhi                                   on 2000/08/11  01:06:40
21627         Log: Subject: debugger "d" command doesnt check line number
21628              From: Mike Guy <mjtg@cam.ac.uk>
21629              Date: Tue, 08 Aug 2000 21:54:29 +0100
21630              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
21631      Branch: perl
21632            ! lib/perl5db.pl mg.c pod/perldiag.pod
21633 ____________________________________________________________________________
21634 [  6587] By: jhi                                   on 2000/08/11  00:45:03
21635         Log: sleep(1) does not necessarily return 1.
21636              
21637              Subject: [PATCH bleadperl] op/lex_assign.t  
21638              From: Hugo <hv@crypt.compulink.co.uk>
21639              Date: Thu, 03 Aug 2000 14:34:22 +0100        
21640              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
21641      Branch: perl
21642            ! t/op/lex_assign.t
21643 ____________________________________________________________________________
21644 [  6586] By: jhi                                   on 2000/08/11  00:31:50
21645         Log: Document the IO::Select timeout.
21646      Branch: perl
21647            ! ext/IO/lib/IO/Select.pm
21648 ____________________________________________________________________________
21649 [  6585] By: jhi                                   on 2000/08/11  00:13:54
21650         Log: Forgot contributor.
21651      Branch: perl
21652            ! Changes
21653 ____________________________________________________________________________
21654 [  6584] By: jhi                                   on 2000/08/11  00:09:19
21655         Log: detypo
21656      Branch: perl
21657            ! Changes
21658 ____________________________________________________________________________
21659 [  6583] By: jhi                                   on 2000/08/11  00:07:53
21660         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
21661              
21662              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
21663              From: Mike Guy <mjtg@cam.ac.uk> 
21664              Date: Thu, 10 Aug 2000 15:50:54 +0100
21665              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
21666      Branch: perl
21667            ! sv.c t/op/int.t
21668 ____________________________________________________________________________
21669 [  6582] By: jhi                                   on 2000/08/10  23:29:32
21670         Log: Update Changes.
21671      Branch: perl
21672            ! Changes
21673 ____________________________________________________________________________
21674 [  6581] By: jhi                                   on 2000/08/10  23:26:16
21675         Log: Put back the std @INC thing.
21676      Branch: perl
21677            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
21678            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
21679            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
21680            ! t/lib/gol-oo.t
21681 ____________________________________________________________________________
21682 [  6580] By: jhi                                   on 2000/08/10  23:03:34
21683         Log: Update to CGI 2.70, from Lincoln Stein.
21684      Branch: perl
21685            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
21686            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
21687            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
21688            ! t/lib/cgi-request.t
21689 ____________________________________________________________________________
21690 [  6579] By: jhi                                   on 2000/08/10  22:41:50
21691         Log: Update to CPAN 1.56, from Andreas König.
21692      Branch: perl
21693            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21694 ____________________________________________________________________________
21695 [  6578] By: jhi                                   on 2000/08/10  22:38:13
21696         Log: Update to Pod::Parser 1.17, from Brad Appleton.
21697      Branch: perl
21698            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
21699            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
21700            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
21701            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
21702            ! t/pod/include.t t/pod/included.t t/pod/lref.t
21703            ! t/pod/multiline_items.t t/pod/nested_items.t
21704            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
21705            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
21706            ! t/pod/special_seqs.t
21707 ____________________________________________________________________________
21708 [  6577] By: jhi                                   on 2000/08/10  22:35:41
21709         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
21710      Branch: perl
21711            ! AUTHORS MAINTAIN
21712 ____________________________________________________________________________
21713 [  6576] By: jhi                                   on 2000/08/10  22:24:54
21714         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
21715      Branch: perl
21716            + t/lib/gol-oo.t
21717            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
21718            ! t/lib/gol-compat.t t/lib/gol-linkage.t
21719 ____________________________________________________________________________
21720 [  6575] By: jhi                                   on 2000/08/10  22:02:07
21721         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
21722      Branch: perl
21723            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
21724 ____________________________________________________________________________
21725 [  6574] By: jhi                                   on 2000/08/10  21:55:03
21726         Log: Iterating perl6 description.
21727      Branch: perl
21728            ! pod/perlfaq1.pod
21729 ____________________________________________________________________________
21730 [  6573] By: jhi                                   on 2000/08/10  21:48:26
21731         Log: Revert the sv.c part of #6559, a better fix is needed.
21732      Branch: perl
21733            ! sv.c
21734 ____________________________________________________________________________
21735 [  6572] By: jhi                                   on 2000/08/10  20:33:43
21736         Log: It's the 2ndO'ROSSC.
21737      Branch: perl
21738            ! pod/perlfaq1.pod
21739 ____________________________________________________________________________
21740 [  6571] By: jhi                                   on 2000/08/10  15:55:48
21741         Log: detypo
21742      Branch: perl
21743            ! pod/perlfaq1.pod
21744 ____________________________________________________________________________
21745 [  6570] By: jhi                                   on 2000/08/10  14:11:17
21746         Log: An exceptionally sticky typo.
21747      Branch: perl
21748            ! Changes
21749 ____________________________________________________________________________
21750 [  6569] By: jhi                                   on 2000/08/10  14:09:33
21751         Log: detypo (and test Changes updating script)
21752      Branch: perl
21753            ! Changes
21754 ____________________________________________________________________________
21755 [  6568] By: jhi                                   on 2000/08/10  14:07:07
21756         Log: Update Changes.
21757      Branch: perl
21758            ! Changes
21759 ____________________________________________________________________________
21760 [  6567] By: jhi                                   on 2000/08/10  14:06:19
21761         Log: Amend the description of Perl6.
21762              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
21763              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21764              Date: Wed, 9 Aug 2000 22:11:06 -0500
21765              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
21766      Branch: perl
21767            ! pod/perlfaq1.pod
21768 ____________________________________________________________________________
21769 [  6566] By: jhi                                   on 2000/08/10  13:58:57
21770         Log: Subject: Remove dead entry in perldiag
21771              From: Mike Guy <mjtg@cam.ac.uk>
21772              Date: Thu, 10 Aug 2000 14:19:19 +0100
21773              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
21774      Branch: perl
21775            ! pod/perldiag.pod
21776 ____________________________________________________________________________
21777 [  6565] By: jhi                                   on 2000/08/10  13:51:48
21778         Log: Zero entries were skipped, fix from Adrian Goalby
21779              <argoalby@yahoo.co.uk>
21780      Branch: perl
21781            ! lib/unicode/Number.pl lib/unicode/mktables.PL
21782 ____________________________________________________________________________
21783 [  6564] By: jhi                                   on 2000/08/10  13:00:12
21784         Log: Subject: [PATCH 5.6.0] cygwin port
21785              From: "Fifer, Eric" <EFifer@sanwaint.com>
21786              Date: Thu, 10 Aug 2000 13:15:36 +0100
21787              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
21788      Branch: perl
21789            ! README.cygwin hints/cygwin.sh
21790 ____________________________________________________________________________
21791 [  6563] By: jhi                                   on 2000/08/10  12:55:16
21792         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
21793      Branch: perl
21794            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
21795 ____________________________________________________________________________
21796 [  6562] By: gsar                                  on 2000/08/10  08:38:39
21797         Log: warn is a macro, avoid using at a variable to avoid warnings
21798              in some configurations; readdir.t is too conservative in
21799              estimating number of *.t's
21800      Branch: perl
21801            ! t/op/readdir.t util.c
21802 ____________________________________________________________________________
21803 [  6561] By: jhi                                   on 2000/08/09  23:35:42
21804         Log: Update Changes.
21805      Branch: perl
21806            ! Changes
21807 ____________________________________________________________________________
21808 [  6560] By: jhi                                   on 2000/08/09  23:05:47
21809         Log: Subject: Re: enhanced(?) regex error messages
21810              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21811              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
21812              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
21813              
21814              (plus two small patches sent privately)
21815              (this still seems to leave few test failures)
21816      Branch: perl
21817            + t/op/regmesg.t
21818            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
21819            ! t/pragma/warn/regcomp
21820 ____________________________________________________________________________
21821 [  6559] By: jhi                                   on 2000/08/09  20:41:18
21822         Log: (The fix did work but was not right, retracted in #6573)
21823              
21824              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
21825              From: Christian Kirsch <ck@held.mind.de>
21826              Date: Wed, 9 Aug 2000 17:05:17 +0200
21827              Message-Id: <20000809170517.A25389@held>
21828      Branch: perl
21829            ! sv.c t/pragma/locale.t
21830 ____________________________________________________________________________
21831 [  6558] By: jhi                                   on 2000/08/08  22:34:08
21832         Log: Tiny updates on the contributors list.
21833      Branch: perl
21834            ! Changes
21835 ____________________________________________________________________________
21836 [  6557] By: jhi                                   on 2000/08/08  19:34:28
21837         Log: Double check that we have a dirhandle.
21838      Branch: perl
21839            ! util.c
21840 ____________________________________________________________________________
21841 [  6556] By: jhi                                   on 2000/08/08  19:01:51
21842         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
21843              May be repopulated with fresh maintained examples.
21844      Branch: perl
21845            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
21846            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
21847            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
21848            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
21849            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
21850            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
21851            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
21852            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
21853            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
21854            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
21855            + lib/CGI/eg/wilogo_gif.uu
21856            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
21857            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
21858            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
21859            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
21860            - eg/cgi/frameset.cgi eg/cgi/index.html
21861            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
21862            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
21863            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
21864            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
21865            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
21866            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
21867            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
21868            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
21869            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
21870            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
21871            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
21872            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
21873            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
21874            - eg/van/vanish eg/who eg/wrapsuid
21875            ! MANIFEST
21876 ____________________________________________________________________________
21877 [  6555] By: jhi                                   on 2000/08/08  18:51:08
21878         Log: Delete chat2 as requested by Randal.
21879              
21880              Subject: Re: perlfaq8 coyness
21881              From: merlyn@stonehenge.com (Randal L. Schwartz) 
21882              Date: 15 May 2000 18:52:42 -0700 
21883              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
21884      Branch: perl
21885            - lib/chat2.pl
21886            ! MANIFEST
21887 ____________________________________________________________________________
21888 [  6554] By: jhi                                   on 2000/08/08  18:31:35
21889         Log: Regen global.sym.
21890      Branch: perl
21891            ! global.sym
21892 ____________________________________________________________________________
21893 [  6553] By: jhi                                   on 2000/08/08  18:28:13
21894         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
21895              (either perlbug or p5p ate the original), plus regen
21896              perlapi and perltoc. 
21897      Branch: perl
21898            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
21899            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
21900            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
21901            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
21902            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
21903            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
21904            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
21905            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
21906            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
21907            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
21908 ____________________________________________________________________________
21909 [  6552] By: jhi                                   on 2000/08/08  18:06:29
21910         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
21911              From: Mike Guy <mjtg@cam.ac.uk>
21912              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
21913              Date: Tue, 08 Aug 2000 15:51:27 +0100
21914      Branch: perl
21915            ! doop.c sv.h t/op/join.t t/pragma/overload.t
21916 ____________________________________________________________________________
21917 [  6551] By: jhi                                   on 2000/08/08  18:01:11
21918         Log: Re-apply #6549.
21919      Branch: perl
21920            ! lib/perl5db.pl
21921 ____________________________________________________________________________
21922 [  6550] By: jhi                                   on 2000/08/08  17:43:08
21923         Log: Accidental retraction of #6549.
21924      Branch: perl
21925            ! lib/perl5db.pl
21926 ____________________________________________________________________________
21927 [  6549] By: jhi                                   on 2000/08/08  17:40:04
21928         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21929              From: Mike Guy <mjtg@cam.ac.uk>
21930              Date: Mon, 07 Aug 2000 21:49:58 +0100
21931              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
21932      Branch: perl
21933            ! lib/perl5db.pl
21934 ____________________________________________________________________________
21935 [  6548] By: jhi                                   on 2000/08/08  17:37:57
21936         Log: Document here-doc better.
21937              
21938              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
21939              From: Mike Guy <mjtg@cam.ac.uk>
21940              Date: Mon, 07 Aug 2000 14:02:09 +0100
21941              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
21942      Branch: perl
21943            ! pod/perldata.pod
21944 ____________________________________________________________________________
21945 [  6547] By: jhi                                   on 2000/08/08  17:33:34
21946         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
21947              From: "Randy J. Ray" <rjray@redhat.com>
21948              Date: Mon, 07 Aug 2000 19:12:25 -0700
21949              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
21950      Branch: perl
21951            ! perl.c pod/perlrun.pod
21952 ____________________________________________________________________________
21953 [  6546] By: jhi                                   on 2000/08/08  17:29:26
21954         Log: Subject: Re: enhanced(?) regex error messages 
21955              From: Hugo <hv@crypt.compulink.co.uk>
21956              Date: Tue, 08 Aug 2000 03:25:51 +0100
21957              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
21958              
21959              plus Capitalize the error messages, plus perldiag them.
21960      Branch: perl
21961            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
21962 ____________________________________________________________________________
21963 [  6545] By: jhi                                   on 2000/08/08  13:59:28
21964         Log: Augment #6539 a bit: don't croak if there's magic in the air.
21965              
21966              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
21967              From: Hugo <hv@crypt.compulink.co.uk>
21968              Date: Tue, 08 Aug 2000 03:02:03 +0100
21969              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
21970      Branch: perl
21971            ! pp.c t/op/bless.t
21972 ____________________________________________________________________________
21973 [  6544] By: jhi                                   on 2000/08/07  21:11:52
21974         Log: Make the test -w clean.
21975      Branch: perl
21976            ! t/op/bless.t
21977 ____________________________________________________________________________
21978 [  6543] By: jhi                                   on 2000/08/07  19:49:53
21979         Log: use warnings instead of $^W.
21980      Branch: perl
21981            ! t/op/bless.t
21982 ____________________________________________________________________________
21983 [  6542] By: jhi                                   on 2000/08/07  17:41:41
21984         Log: Disable a portability warning Because We Know What We Are Doing.
21985      Branch: perl
21986            ! t/op/bless.t
21987 ____________________________________________________________________________
21988 [  6541] By: jhi                                   on 2000/08/07  17:29:51
21989         Log: Tiny tidying on report_evil_fh().
21990      Branch: perl
21991            ! util.c
21992 ____________________________________________________________________________
21993 [  6540] By: jhi                                   on 2000/08/07  16:37:38
21994         Log: Make regular expression parse error messages easier to understand.
21995              
21996              Subject: Re: enhanced(?) regex error messages
21997              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21998              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
21999              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
22000      Branch: perl
22001            ! regcomp.c
22002 ____________________________________________________________________________
22003 [  6539] By: jhi                                   on 2000/08/07  16:12:27
22004         Log: Make bless(REF, REF) a fatal error, add bless tests.
22005              
22006              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
22007              From: Hugo <hv@crypt.compulink.co.uk>
22008              Date: Mon, 07 Aug 2000 16:59:38 +0100
22009              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
22010      Branch: perl
22011            + t/op/bless.t
22012            ! MANIFEST pod/perldiag.pod pp.c sv.c
22013 ____________________________________________________________________________
22014 [  6538] By: jhi                                   on 2000/08/07  15:59:43
22015         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
22016              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
22017              Date: Thu, 3 Aug 2000 14:29:21 -0700
22018              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
22019      Branch: perl
22020            ! lib/lib_pm.PL
22021 ____________________________________________________________________________
22022 [  6537] By: jhi                                   on 2000/08/07  15:47:18
22023         Log: Retract #6419 for now since it breaks in AFS and MachTen.
22024      Branch: perl
22025            ! lib/Cwd.pm
22026 ____________________________________________________________________________
22027 [  6536] By: jhi                                   on 2000/08/07  15:05:29
22028         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
22029              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
22030              The security hole exists only in suidperls, which isn't
22031              installed or even built by default.
22032      Branch: perl
22033            ! perl.c
22034 ____________________________________________________________________________
22035 [  6535] By: jhi                                   on 2000/08/07  14:45:14
22036         Log: tr memory corruption fix from Simon Cozens.
22037      Branch: perl
22038            ! doop.c
22039 ____________________________________________________________________________
22040 [  6534] By: jhi                                   on 2000/08/06  11:38:16
22041         Log: Document a bit that UDP is not what you might think.
22042              
22043              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
22044              From: Lupe Christoph <lupe@lupe-christoph.de>
22045              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
22046              Date: Mon, 24 Jul 2000 08:59:15 +0200
22047      Branch: perl
22048            ! pod/perlipc.pod
22049 ____________________________________________________________________________
22050 [  6533] By: jhi                                   on 2000/08/06  11:35:01
22051         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
22052              From: Jeff Pinyan <jeffp@hut.crusoe.net>
22053              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
22054              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
22055      Branch: perl
22056            ! pod/perlfunc.pod
22057 ____________________________________________________________________________
22058 [  6532] By: jhi                                   on 2000/08/06  03:45:41
22059         Log: Have symbols for the IoTYPEs.
22060      Branch: perl
22061            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
22062 ____________________________________________________________________________
22063 [  6531] By: jhi                                   on 2000/08/06  01:33:55
22064         Log: Continue fixing the io warnings.  This also
22065              sort of fixes bug ID 20000802.003: the core dump
22066              is no more.  Whether the current behaviour is correct
22067              (giving a warning: "Not a format reference"), is another matter.
22068      Branch: perl
22069            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
22070            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
22071 ____________________________________________________________________________
22072 [  6530] By: jhi                                   on 2000/08/05  21:33:12
22073         Log: Change the Policy policy: now -Dprefix= with an existing
22074              Policy.sh and prefix == siteprefix == vendorprefix, then all
22075              of them follow along the new prefix.
22076              
22077              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
22078              From: Andy Dougherty <doughera@lafayette.edu>
22079              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
22080              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
22081      Branch: perl
22082            ! Policy_sh.SH
22083 ____________________________________________________________________________
22084 [  6529] By: jhi                                   on 2000/08/05  18:57:28
22085         Log: Zap lib/Sys directory when cleaning up.
22086      Branch: perl
22087            ! Makefile.SH
22088 ____________________________________________________________________________
22089 [  6528] By: jhi                                   on 2000/08/05  18:40:44
22090         Log: Essential prototype changes were missing from #6527.
22091              Also make report_evil_fh() more bomb-proof.
22092      Branch: perl
22093            ! embed.h util.c
22094 ____________________________________________________________________________
22095 [  6527] By: jhi                                   on 2000/08/05  03:22:05
22096         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
22097              From: "Ronald F. Guilmette" <rfg@monkeys.com>
22098              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
22099              Message-Id: <200007242247.PAA52177@monkeys.com>
22100      Branch: perl
22101            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
22102 ____________________________________________________________________________
22103 [  6526] By: jhi                                   on 2000/08/04  21:23:27
22104         Log: gcc versions might have (parentheses) in them.
22105      Branch: metaconfig/U/perl
22106            ! gccvers.U
22107      Branch: perl
22108            ! Configure config_h.SH
22109 ____________________________________________________________________________
22110 [  6525] By: jhi                                   on 2000/08/04  20:23:12
22111         Log: Weed buglets pointed out by
22112              
22113              From: Lupe Christoph <lupe@lupe-christoph.de>
22114              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
22115              Date: Fri, 4 Aug 2000 17:34:39 +0200
22116              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
22117      Branch: metaconfig/U/perl
22118            ! gccvers.U uselfs.U
22119      Branch: perl
22120            ! Configure config_h.SH
22121 ____________________________________________________________________________
22122 [  6524] By: jhi                                   on 2000/08/04  19:02:08
22123         Log: Warn under -w if lstat(FH) is attempted.
22124              
22125              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
22126              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
22127              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
22128              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
22129      Branch: perl
22130            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
22131            ! t/pragma/warn/pp_sys
22132 ____________________________________________________________________________
22133 [  6523] By: jhi                                   on 2000/08/04  12:31:11
22134         Log: Subject: New perlcc, take 2
22135              From: simon@brecon.co.uk (Simon Cozens)
22136              Date: 4 Aug 2000 06:21:04 GMT
22137              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
22138      Branch: perl
22139            ! utils/perlcc.PL
22140 ____________________________________________________________________________
22141 [  6522] By: jhi                                   on 2000/08/04  12:26:33
22142         Log: Subject: Re: Array vs. List context
22143              From: Daniel Chetlin <daniel@chetlin.com>
22144              Date: Fri, 4 Aug 2000 00:22:44 -0700
22145              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
22146      Branch: perl
22147            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
22148            ! pod/perlfaq4.pod
22149 ____________________________________________________________________________
22150 [  6521] By: jhi                                   on 2000/08/04  12:22:38
22151         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
22152              From: Raymund Will <ray@caldera.de>
22153              Date: Fri, 4 Aug 2000 12:07:09 +0200
22154              Message-Id: <20000804120709.A14982@caldera.de>
22155      Branch: perl
22156            ! configure.gnu
22157 ____________________________________________________________________________
22158 [  6520] By: jhi                                   on 2000/08/04  04:09:06
22159         Log: After the #6519 a warning about stat() is just that,
22160              not about a filetest, which now have their own warning.
22161      Branch: perl
22162            ! pod/perldiag.pod
22163 ____________________________________________________________________________
22164 [  6519] By: jhi                                   on 2000/08/04  04:06:30
22165         Log: In the warnings call filehandles consistently so;
22166              add "unopened" warning for stat().
22167      Branch: perl
22168            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
22169            ! t/pragma/warn/pp_sys
22170 ____________________________________________________________________________
22171 [  6518] By: jhi                                   on 2000/08/04  02:55:35
22172         Log: Subject: Minor tweak to perlvar.pod
22173              From: "Stephen P. Potter" <spp@ds.net>
22174              Date: Tue, 18 Apr 2000 09:26:03 -0400
22175              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
22176      Branch: perl
22177            ! pod/perlvar.pod
22178 ____________________________________________________________________________
22179 [  6517] By: jhi                                   on 2000/08/04  02:50:08
22180         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
22181              From: "Clinton Pierce" <cpierce1@ford.com>
22182              Date: Wed, 21 Jul 1999 16:45:31 -0400
22183              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
22184              
22185              Fix by Stephen Potter (visible in the bug db but not in p5p?)
22186      Branch: perl
22187            ! pod/perlfunc.pod pod/perlop.pod
22188 ____________________________________________________________________________
22189 [  6516] By: jhi                                   on 2000/08/04  02:09:25
22190         Log: This is 6512.  Really.
22191      Branch: perl
22192            ! dump.c
22193 ____________________________________________________________________________
22194 [  6515] By: jhi                                   on 2000/08/04  01:25:50
22195         Log: mention the idea of @( and @)
22196      Branch: perl
22197            ! Todo-5.6
22198 ____________________________________________________________________________
22199 [  6514] By: bailey                                on 2000/08/04  01:18:46
22200         Log: YA resync with mainstem, including VMS patches from others
22201      Branch: vmsperl
22202           +> (branch 48 files)
22203            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
22204           !> (integrate 354 files)
22205 ____________________________________________________________________________
22206 [  6513] By: jhi                                   on 2000/08/04  01:18:18
22207         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
22208              From: Mark Dickinson <dickins3@fas.harvard.edu>
22209              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
22210              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
22211      Branch: perl
22212            ! t/op/grent.t t/op/pwent.t
22213 ____________________________________________________________________________
22214 [  6512] By: jhi                                   on 2000/08/04  01:14:06
22215         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
22216              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22217              Date: Wed, 02 Aug 2000 10:51:01 +0100
22218              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
22219      Branch: perl
22220            ! sv.c
22221 ____________________________________________________________________________
22222 [  6511] By: jhi                                   on 2000/08/04  00:57:00
22223         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
22224              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22225              Date: Thu, 03 Aug 2000 17:20:04 -0700
22226              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
22227      Branch: metaconfig
22228            ! U/modified/Cppsym.U
22229      Branch: perl
22230            ! Configure config_h.SH
22231 ____________________________________________________________________________
22232 [  6510] By: jhi                                   on 2000/08/04  00:25:28
22233         Log: detypo
22234      Branch: perl
22235            ! Makefile.SH
22236 ____________________________________________________________________________
22237 [  6509] By: jhi                                   on 2000/08/03  23:43:18
22238         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
22239              From: Dominic Dunlop <domo@computer.org>
22240              Date: Thu, 3 Aug 2000 22:16:46 +0200
22241              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
22242      Branch: perl
22243            ! t/op/sprintf.t
22244 ____________________________________________________________________________
22245 [  6508] By: jhi                                   on 2000/08/03  23:40:37
22246         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
22247              From: Hugo <hv@crypt.compulink.co.uk>
22248              Date: Thu, 03 Aug 2000 18:25:30 +0100
22249              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
22250      Branch: perl
22251            ! regcomp.c t/op/re_tests
22252 ____________________________________________________________________________
22253 [  6507] By: jhi                                   on 2000/08/03  23:38:28
22254         Log: Subject: [PATCH] sv.h documentation - SvLEN
22255              From: Mike Guy <mjtg@cam.ac.uk>
22256              Date: Thu, 03 Aug 2000 14:43:09 +0100
22257              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
22258      Branch: perl
22259            ! sv.h
22260 ____________________________________________________________________________
22261 [  6506] By: jhi                                   on 2000/08/03  15:49:14
22262         Log: Disable the fix_pl hack for now.
22263      Branch: perl
22264            ! Makefile.SH
22265 ____________________________________________________________________________
22266 [  6505] By: jhi                                   on 2000/08/03  13:49:04
22267         Log: Add a URL for FSF.
22268              
22269              Subject: Patch for README
22270              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22271              Date: Wed, 2 Aug 2000 13:25:09 -0500
22272              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
22273      Branch: perl
22274            ! README
22275 ____________________________________________________________________________
22276 [  6504] By: jhi                                   on 2000/08/03  13:29:19
22277         Log: Be more informative on what is skipped and why,
22278              also repeat the list at the end.
22279      Branch: perl
22280            ! Porting/p4desc
22281 ____________________________________________________________________________
22282 [  6503] By: jhi                                   on 2000/08/03  13:07:05
22283         Log: Circumvent the removal of .patch by fix_pl.
22284              
22285              Subject: Re: [ID 20000802.011] unable to 'make test'          
22286              From: simon@brecon.co.uk (Simon Cozens) 
22287              Date: 3 Aug 2000 04:17:00 GMT
22288              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
22289      Branch: perl
22290            ! Makefile.SH
22291 ____________________________________________________________________________
22292 [  6502] By: jhi                                   on 2000/08/03  00:14:34
22293         Log: Add the missing setproctitle unit.
22294      Branch: metaconfig/U/perl
22295            + d_setproctitle.U
22296 ____________________________________________________________________________
22297 [  6501] By: jhi                                   on 2000/08/03  00:00:26
22298         Log: The subtest 4 may fail also on VOBS, as pointed out
22299              by Nick Ing-Simmons in November 1999, bug id 19991124.003
22300              (but the failure in that bug report isn't the subtest 4).
22301      Branch: perl
22302            ! t/op/stat.t
22303 ____________________________________________________________________________
22304 [  6500] By: jhi                                   on 2000/08/02  23:49:30
22305         Log: Better skip message for the test; one of the two problems in
22306              
22307              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
22308              From: Lupe Christoph <lupe@lupe-christoph.de>
22309              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
22310              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
22311      Branch: perl
22312            ! t/op/numconvert.t
22313 ____________________________________________________________________________
22314 [  6499] By: jhi                                   on 2000/08/02  22:49:16
22315         Log: Allow "no Module;" even if there is no 'unimport'.
22316              
22317              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
22318              From: mjd@plover.com
22319              Date: 24 Mar 2000 15:24:34 -0000
22320              Message-Id: <20000324152434.15160.qmail@plover.com>
22321      Branch: perl
22322            ! gv.c
22323 ____________________________________________________________________________
22324 [  6498] By: jhi                                   on 2000/08/02  22:42:58
22325         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
22326              that are hopefully soon put into use.
22327      Branch: perl
22328            ! opcode.h opcode.pl opnames.h
22329 ____________________________________________________________________________
22330 [  6497] By: gsar                                  on 2000/08/02  22:28:59
22331         Log: require.t needs binmode() to work on windows
22332      Branch: perl
22333            ! t/comp/require.t
22334 ____________________________________________________________________________
22335 [  6496] By: jhi                                   on 2000/08/02  22:08:51
22336         Log: Document the IVdf UVuf UVof UVxf.
22337      Branch: perl
22338            ! pod/perlguts.pod
22339 ____________________________________________________________________________
22340 [  6495] By: jhi                                   on 2000/08/02  21:54:26
22341         Log: detypo #6494
22342      Branch: perl
22343            ! ext/Data/Dumper/Dumper.xs
22344 ____________________________________________________________________________
22345 [  6494] By: jhi                                   on 2000/08/02  21:49:17
22346         Log: Dump UVs as UVs in Data::Dumper.
22347              
22348              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
22349              From: Gurusamy Sarathy <gsar@ActiveState.com>
22350              Date: Thu, 27 Apr 2000 12:26:25 -0700
22351              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
22352      Branch: perl
22353            ! ext/Data/Dumper/Dumper.xs
22354 ____________________________________________________________________________
22355 [  6493] By: jhi                                   on 2000/08/02  17:01:58
22356         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
22357              From: Hugo <hv@crypt.compulink.co.uk>
22358              Date: Wed, 02 Aug 2000 14:53:56 +0100
22359              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
22360      Branch: perl
22361            ! regexec.c t/op/re_tests
22362 ____________________________________________________________________________
22363 [  6492] By: jhi                                   on 2000/08/02  15:02:46
22364         Log: The new setproctitle() feature is available only in 
22365              bleeding edge FreeBSD.  From Paul Saab.
22366      Branch: perl
22367            ! mg.c
22368 ____________________________________________________________________________
22369 [  6491] By: jhi                                   on 2000/08/02  13:34:36
22370         Log: The tr utf8 patching continues.
22371              
22372              Subject: Re: #6469, too many tests claimed in require.t
22373              From: simon@brecon.co.uk (Simon Cozens)
22374              Date: 2 Aug 2000 02:37:17 GMT
22375              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
22376              
22377              (the logic of the test was the wrong way round in the patch)
22378      Branch: perl
22379            ! doop.c
22380 ____________________________________________________________________________
22381 [  6490] By: jhi                                   on 2000/08/02  13:27:38
22382         Log: The name of a filehandle does not have <these>.
22383      Branch: perl
22384            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
22385            ! t/pragma/warn/pp_sys util.c
22386 ____________________________________________________________________________
22387 [  6489] By: jhi                                   on 2000/08/02  04:26:46
22388         Log: Remove the extraneous "main::" prefix from all the
22389              "opened only for", "on closed", and "never opened" warnings.
22390              
22391              Subject: Re: inappropriate warning
22392              From: Gurusamy Sarathy <gsar@ActiveState.com>
22393              Date: Mon, 20 Mar 2000 11:28:02 -0800
22394              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
22395      Branch: perl
22396            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
22397            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
22398            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
22399 ____________________________________________________________________________
22400 [  6488] By: jhi                                   on 2000/08/02  03:02:57
22401         Log: memcpy has n o in it, as pinted ut by Sarathy.
22402      Branch: perl
22403            ! pod/perlguts.pod
22404 ____________________________________________________________________________
22405 [  6487] By: jhi                                   on 2000/08/02  02:44:51
22406         Log: Document in one place the memory abstractions used in Perl core.
22407              
22408              Subject: Re: Memory abstraction
22409              From: simon@brecon.co.uk (Simon Cozens)
22410              Date: 2 Aug 2000 02:20:23 GMT
22411              Organization: Earth.li Origins
22412      Branch: perl
22413            ! pod/perlguts.pod
22414 ____________________________________________________________________________
22415 [  6486] By: jhi                                   on 2000/08/02  02:41:57
22416         Log: regen_headers, regen perltoc.
22417      Branch: perl
22418            ! perlapi.c pod/perltoc.pod
22419 ____________________________________________________________________________
22420 [  6485] By: jhi                                   on 2000/08/02  01:43:33
22421         Log: "This little thing tests for a file .patch, and if it contains
22422              a number, pops into patchlevel.h" (making it easier to track
22423              which development version people are reporting bugs against)
22424              
22425              Subject: Patchlevel autogeneration for repository perls
22426              From: simon@brecon.co.uk (Simon Cozens)
22427              Date: 14 Jul 2000 07:12:15 GMT
22428              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
22429      Branch: perl
22430            + fix_pl
22431            ! MANIFEST Makefile.SH
22432 ____________________________________________________________________________
22433 [  6484] By: jhi                                   on 2000/08/02  01:32:54
22434         Log: FreeBSD 3.* updates from
22435              
22436              From: Paul Saab <ps@yahoo-inc.com>
22437              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
22438              Date: Tue, 1 Aug 2000 15:41:39 -0700
22439              Message-Id: <20000801154139.A53740@yahoo-inc.com>
22440      Branch: perl
22441            ! hints/freebsd.sh
22442 ____________________________________________________________________________
22443 [  6483] By: jhi                                   on 2000/08/02  01:27:44
22444         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
22445              instead one must use setproctitle().  This was already addressed
22446              by change #6457, but the below has a new variant for FreeBSD 4.0
22447              or later, and the matter is also documented more.
22448              
22449              From: Paul Saab <ps@yahoo-inc.com>
22450              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
22451              Date: Tue, 1 Aug 2000 15:41:39 -0700
22452              Message-Id: <20000801154139.A53740@yahoo-inc.com>
22453      Branch: metaconfig/U/perl
22454            + i_libutil.U
22455      Branch: perl
22456            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
22457 ____________________________________________________________________________
22458 [  6482] By: jhi                                   on 2000/08/01  22:17:32
22459         Log: The test from this
22460              
22461              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
22462              Date: Sat, 15 Apr 2000 17:03:44 +0100
22463              From: Tom Hughes <tom@compton.nu>
22464              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
22465              
22466              was missing, the code change went in as #5989
22467              (which had a different test?)
22468      Branch: perl
22469            ! t/op/misc.t
22470 ____________________________________________________________________________
22471 [  6481] By: jhi                                   on 2000/08/01  21:48:38
22472         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
22473              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22474              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
22475              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
22476      Branch: perl
22477            ! perl.h
22478 ____________________________________________________________________________
22479 [  6480] By: jhi                                   on 2000/08/01  18:05:28
22480         Log: Make p4desc to skip non-mainperl branches by default.
22481      Branch: perl
22482            ! Porting/p4desc
22483 ____________________________________________________________________________
22484 [  6479] By: jhi                                   on 2000/08/01  17:29:19
22485         Log: If gccosandvers is equal to osname, clear gccosandvers.
22486      Branch: metaconfig/U/perl
22487            ! gccvers.U
22488      Branch: perl
22489            ! Configure config_h.SH
22490 ____________________________________________________________________________
22491 [  6478] By: jhi                                   on 2000/08/01  15:54:08
22492         Log: BOM patching from Simon Cozens.
22493      Branch: perl
22494            ! toke.c
22495 ____________________________________________________________________________
22496 [  6477] By: jhi                                   on 2000/08/01  04:50:33
22497         Log: Stash away the largefiles flags and libswanted.
22498      Branch: perl
22499            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
22500 ____________________________________________________________________________
22501 [  6476] By: gsar                                  on 2000/08/01  04:24:24
22502         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
22503              on Windows)
22504      Branch: perl
22505            ! t/pragma/utf8.t utf8.c win32/win32.c
22506 ____________________________________________________________________________
22507 [  6475] By: jhi                                   on 2000/08/01  03:35:24
22508         Log: Make chr() for values >127 to create utf8 when under utf8.
22509              
22510              Subject: Re: uft8/chr()
22511              From: simon@brecon.co.uk (Simon Cozens)
22512              Date: 1 Aug 2000 02:37:02 GMT
22513              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
22514      Branch: perl
22515            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
22516 ____________________________________________________________________________
22517 [  6474] By: jhi                                   on 2000/08/01  02:36:18
22518         Log: In Digital UNIX warn if gcc explicitly chosen because even
22519              2.95.2 is known to cause problems.
22520      Branch: perl
22521            ! hints/dec_osf.sh
22522 ____________________________________________________________________________
22523 [  6473] By: jhi                                   on 2000/08/01  02:00:56
22524         Log: Make the safety catch for buggy gccs work with triple version
22525              numbers like 2.95.2.  Reported in
22526              
22527              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
22528              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
22529              Date: Mon, 31 Jul 2000 14:55:06 +0200
22530              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
22531      Branch: perl
22532            ! hints/dec_osf.sh
22533 ____________________________________________________________________________
22534 [  6472] By: jhi                                   on 2000/08/01  01:13:33
22535         Log: Subject: fix and question re: waitpid() under win32
22536              From: Brian Clarke <clarke@appliedmeta.com>
22537              Date: Fri, 28 Jul 2000 15:18:29 -0400
22538              Message-ID: <3981DC85.290314EB@appliedmeta.com>
22539              
22540              Slightly reformatted and WNOHANG # define moved to win32.h
22541              so that also POSIX.xs sees it, as suggsted by Sarathy.
22542      Branch: perl
22543            ! win32/win32.c win32/win32.h
22544 ____________________________________________________________________________
22545 [  6471] By: jhi                                   on 2000/08/01  00:55:05
22546         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
22547              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22548              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
22549              Date: Mon, 31 Jul 2000 13:28:51 +0100
22550              
22551              (aka ID 20000730.002)
22552      Branch: perl
22553            ! op.c t/op/tr.t
22554 ____________________________________________________________________________
22555 [  6470] By: jhi                                   on 2000/07/31  23:34:42
22556         Log: Document the problem with -P in HP-UX and its workaround.
22557              
22558              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
22559              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
22560              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
22561              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
22562      Branch: perl
22563            ! README.hpux
22564 ____________________________________________________________________________
22565 [  6469] By: jhi                                   on 2000/07/31  04:15:02
22566         Log: The swallow_bom() saga continues.  The #23 of require.t
22567              (UTF16-LE) still fails (silently, no output) but the #22
22568              (UTF16-BE) seems to be working now.  The root of the
22569              failure may be in sv_gets(): is it UTF-16LE-aware,
22570              especially when it comes to line endings? 
22571      Branch: perl
22572            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
22573            ! t/comp/require.t toke.c utf8.c
22574 ____________________________________________________________________________
22575 [  6468] By: jhi                                   on 2000/07/30  19:05:48
22576         Log: Find green threads before native threads.
22577              
22578              Subject: Re: Patch to jpl/JNI/Makefile.PL
22579              From: Jens Thomsen <jens@fiend.cis.com>
22580              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
22581              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
22582      Branch: perl
22583            ! jpl/JNI/Makefile.PL
22584 ____________________________________________________________________________
22585 [  6467] By: jhi                                   on 2000/07/30  18:36:22
22586         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
22587      Branch: perl
22588            ! doop.c
22589 ____________________________________________________________________________
22590 [  6466] By: jhi                                   on 2000/07/30  04:37:29
22591         Log: A new version of the "remove UPPERACSE string comparison"
22592              operators.  The problem with the previous one (change #6454)
22593              was that it was for Perl 5.6.0.  From Paul Marquess.
22594      Branch: perl
22595            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
22596            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
22597            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22598 ____________________________________________________________________________
22599 [  6465] By: jhi                                   on 2000/07/29  22:39:56
22600         Log: Do not upgrade SVs into utf8 just because they participate
22601              in eq or cmp.  Reported and fix suggested in
22602              
22603              Subject: [ID 20000720.009] sv_eq UTF8 bug
22604              From: "Simon Cozens" <simon@othersideofthe.earth.li>
22605              Date: 21 Jul 2000 04:37:29 -0000
22606              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
22607              
22608              Exercise for the kind reader: should we or should we not
22609              cache the utf8 conversion alonside the SV? (as magic,
22610              as thestrxfrm()ed version is cached under use locale)
22611              Argue both for and against.
22612      Branch: perl
22613            ! sv.c
22614 ____________________________________________________________________________
22615 [  6464] By: jhi                                   on 2000/07/29  22:36:22
22616         Log: Subject: UTF8 concat
22617              From: simon@brecon.co.uk (Simon Cozens) 
22618              Date: 30 Jun 2000 06:13:25 GMT
22619              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
22620              
22621              (with a memory leak fixed, plus a few casts added)
22622              
22623              This also seems to help for
22624              
22625              Subject: [ID 20000716.015] join UTF8 weirdness
22626              From: root <root@ak-71.mind.de> 
22627              Date: Sat, 15 Jul 2000 15:29:54 +0200
22628              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
22629              
22630              (from Andreas König)
22631      Branch: perl
22632            ! pp_hot.c
22633 ____________________________________________________________________________
22634 [  6463] By: jhi                                   on 2000/07/29  00:55:39
22635         Log: Tune the comments and hopefully stop a memory leak.
22636      Branch: perl
22637            ! toke.c utf8.c
22638 ____________________________________________________________________________
22639 [  6462] By: jhi                                   on 2000/07/29  00:16:53
22640         Log: The problem described in this
22641              
22642              Subject: [ID 20000322.018] named chars aren't magical enough
22643              From: root <root@dixie.cscaper.com>     
22644              Date: Wed, 22 Mar 2000 18:37:42 -0700
22645              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
22646              
22647              has been fixed in perl 5.6.0 but just in case added a test
22648              to keep it away.  (The report from Joseph Hall.)
22649      Branch: perl
22650            ! t/lib/charnames.t
22651 ____________________________________________________________________________
22652 [  6461] By: jhi                                   on 2000/07/28  23:56:36
22653         Log: Tiny fixes for #6460.
22654      Branch: metaconfig/U/perl
22655            ! gccvers.U
22656      Branch: perl
22657            ! Configure config_h.SH
22658 ____________________________________________________________________________
22659 [  6460] By: jhi                                   on 2000/07/28  23:24:41
22660         Log: Warn if the version of the operating system used to compile gcc
22661              differs from the current version of the operating system.
22662              Also display the gcc compilation os and version in myconfig.
22663              Inspiration from
22664              
22665              Subject: Re: [ID 20000710.003] ERRORS!!         
22666              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22667              Date: Mon, 10 Jul 2000 15:54:16 -0400
22668              Message-ID: <20000710155416.A1384@O2.chapin.edu>
22669      Branch: metaconfig/U/perl
22670            ! gccvers.U
22671      Branch: perl
22672            ! Configure config_h.SH myconfig.SH
22673 ____________________________________________________________________________
22674 [  6459] By: jhi                                   on 2000/07/28  22:00:32
22675         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
22676              letter to $Config{osvers}.
22677      Branch: metaconfig
22678            ! U/modified/Oldconfig.U
22679      Branch: perl
22680            ! Configure config_h.SH
22681 ____________________________________________________________________________
22682 [  6458] By: jhi                                   on 2000/07/28  04:15:39
22683         Log: Back out #6454, doesn't seem to work.
22684              (Reason: that patch was for perl 5.6.0, not perl-current)
22685              (A version of the patch for perl-current came in later as #6466)
22686      Branch: perl
22687            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
22688            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
22689            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22690 ____________________________________________________________________________
22691 [  6457] By: jhi                                   on 2000/07/27  23:31:49
22692         Log: Use setproctitle() if available to modify $0.
22693              
22694              Subject: setting $* on BSD4 broken
22695              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22696              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
22697              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
22698      Branch: metaconfig
22699            ! U/modified/Myinit.U
22700      Branch: perl
22701            ! Configure config_h.SH mg.c
22702 ____________________________________________________________________________
22703 [  6456] By: jhi                                   on 2000/07/27  14:50:47
22704         Log: Allow "no AutoLoader;", based on change #6444,
22705              suggested by Graham Barr.
22706      Branch: perl
22707            ! lib/AutoLoader.pm
22708 ____________________________________________________________________________
22709 [  6455] By: jhi                                   on 2000/07/27  14:19:10
22710         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
22711              From: rspier@pobox.com (Robert Spier)
22712              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
22713              Message-ID: <14720.15855.787664.424783@rls.cx>
22714      Branch: perl
22715            ! pod/perldiag.pod
22716 ____________________________________________________________________________
22717 [  6454] By: jhi                                   on 2000/07/27  14:03:02
22718         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
22719              for a long time).
22720              
22721              Reported in
22722              
22723              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
22724              From: Ryan Herbert <rherbert@sycamorehq.com>
22725              Date: Mon, 17 Jul 2000 11:40:42 -0400
22726              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
22727              
22728              Patched in
22729              
22730              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
22731              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
22732              Date: Wed, 26 Jul 2000 23:40:18 +0100
22733              Message-ID: <000001bff752$79511880$0a17073e@tiny>
22734              
22735              based on an earlier patch from Stephen P. Potter.
22736              
22737              (Removed later by change #6458 because this patch was for
22738              perl 5.6.0, not perl-current)
22739      Branch: perl
22740            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
22741            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
22742            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22743 ____________________________________________________________________________
22744 [  6453] By: jhi                                   on 2000/07/27  13:48:02
22745         Log: Subject: [PATCH] fixes bug 20000508.004
22746              From: Michael Stevens <mstevens@globnix.org>
22747              Date: Thu, 27 Jul 2000 13:49:04 +0100
22748              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
22749      Branch: perl
22750            ! pod/perldata.pod
22751 ____________________________________________________________________________
22752 [  6452] By: jhi                                   on 2000/07/26  23:51:26
22753         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
22754              and Craig A. Berry.
22755      Branch: perl
22756            ! lib/File/Temp.pm pod/perlport.pod
22757 ____________________________________________________________________________
22758 [  6451] By: jhi                                   on 2000/07/26  19:43:30
22759         Log: Be wary of close()s, too.
22760              
22761              Subject: Re: [PATCH] perlbug cleanup
22762              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22763              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
22764              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
22765      Branch: perl
22766            ! utils/perlbug.PL
22767 ____________________________________________________________________________
22768 [  6450] By: jhi                                   on 2000/07/26  18:41:40
22769         Log: Subject: Minor doc patch: handy.h
22770              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
22771              Date: Wed, 26 Jul 2000 15:34:25 -0300
22772              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
22773      Branch: perl
22774            ! handy.h pod/perlapi.pod
22775 ____________________________________________________________________________
22776 [  6449] By: jhi                                   on 2000/07/26  18:23:55
22777         Log: Subject: [PATCH] minor doc change - perlguts
22778              From: Michael Stevens <mstevens@globnix.org>
22779              Date: Thu, 13 Jul 2000 12:39:18 +0100
22780              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
22781      Branch: perl
22782            ! pod/perlguts.pod
22783 ____________________________________________________________________________
22784 [  6448] By: jhi                                   on 2000/07/26  18:20:30
22785         Log: open() wariness in perlbug.
22786              
22787              Subject: [PATCH] perlbug cleanup
22788              From: Michael Stevens <mstevens@globnix.org>
22789              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
22790              Date: Thu, 13 Jul 2000 15:52:23 +0100
22791      Branch: perl
22792            ! utils/perlbug.PL
22793 ____________________________________________________________________________
22794 [  6447] By: jhi                                   on 2000/07/26  18:13:04
22795         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
22796      Branch: perl
22797            ! lib/File/Temp.pm t/lib/ftmp-security.t
22798 ____________________________________________________________________________
22799 [  6446] By: jhi                                   on 2000/07/26  18:06:32
22800         Log: docfix from Peter Scott <Peter@PSDT.com>.
22801      Branch: perl
22802            ! pod/perlfunc.pod
22803 ____________________________________________________________________________
22804 [  6445] By: jhi                                   on 2000/07/26  17:53:31
22805         Log: Fix *foo{FORMAT}.
22806              
22807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22808              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
22809              Date: Wed, 26 Jul 2000 19:51:02 +0200
22810              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
22811              
22812              From: Graham Barr <gbarr@pobox.com>
22813              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
22814              Date: Wed, 26 Jul 2000 17:38:36 +0100
22815              Message-ID: <20000726173836.L472@pobox.com>
22816      Branch: perl
22817            ! pp.c sv.c t/op/gv.t
22818 ____________________________________________________________________________
22819 [  6444] By: jhi                                   on 2000/07/26  17:49:14
22820         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
22821              from Graham Barr in the module list.
22822      Branch: perl
22823            ! gv.c pod/perlobj.pod
22824 ____________________________________________________________________________
22825 [  6443] By: jhi                                   on 2000/07/26  16:06:56
22826         Log: More split() doc and test patches from Mike Guy.
22827      Branch: perl
22828            ! pod/perlfunc.pod t/op/split.t
22829 ____________________________________________________________________________
22830 [  6442] By: jhi                                   on 2000/07/26  16:05:30
22831         Log: MacOS nits from Matthias Neeracher.
22832      Branch: perl
22833            ! perl.c pp_ctl.c
22834 ____________________________________________________________________________
22835 [  6441] By: jhi                                   on 2000/07/26  04:39:57
22836         Log: Subject: [PATCH] split /^/
22837              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22838              Date: Tue, 25 Jul 2000 14:18:57 +0100
22839              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
22840              
22841              (with notes from tchrist and gbarr)
22842      Branch: perl
22843            ! pod/perlfunc.pod t/op/split.t
22844 ____________________________________________________________________________
22845 [  6440] By: jhi                                   on 2000/07/26  04:32:32
22846         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
22847              From: Peter Prymmer <pvhp@forte.com>
22848              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
22849              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
22850      Branch: perl
22851            ! vms/munchconfig.c
22852 ____________________________________________________________________________
22853 [  6439] By: jhi                                   on 2000/07/26  04:31:01
22854         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
22855              to be fatal errors (instead of by default ignoring them, and
22856              ignoring with a bug: even though -w gave an error, the opening [
22857              was left in)  Reported in:
22858              
22859              Subject: [ID 20000716.024] [=cc=] / [:blank:]
22860              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
22861              Date: Sun, 16 Jul 2000 17:55:29 -0700
22862              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
22863      Branch: perl
22864            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
22865 ____________________________________________________________________________
22866 [  6438] By: jhi                                   on 2000/07/25  15:41:15
22867         Log: Subject: [PATCH] av.c apidoc
22868              From: simon@brecon.co.uk (Simon Cozens)
22869              Date: 24 Jul 2000 06:40:52 GMT
22870              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
22871      Branch: perl
22872            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
22873            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
22874 ____________________________________________________________________________
22875 [  6437] By: jhi                                   on 2000/07/25  14:05:36
22876         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
22877              From: "Stephen P. Potter" <spp@ds.net>
22878              Date: Mon, 24 Jul 2000 14:22:23 -0400
22879              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
22880      Branch: perl
22881            ! pod/perllocale.pod
22882 ____________________________________________________________________________
22883 [  6436] By: jhi                                   on 2000/07/25  14:02:03
22884         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
22885              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22886              Date: Mon, 24 Jul 2000 18:04:28 +0100
22887              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
22888      Branch: perl
22889            ! t/lib/syslfs.t t/op/lfs.t
22890 ____________________________________________________________________________
22891 [  6435] By: jhi                                   on 2000/07/25  13:59:28
22892         Log: Get UTF16 BOMs working.  Patch from
22893              
22894              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
22895              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22896              Date: Tue, 25 Jul 2000 12:52:45 +0100
22897              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
22898              
22899              and notes from
22900              
22901              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
22902              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22903              Date: Tue, 25 Jul 2000 11:43:25 +0100
22904              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
22905      Branch: perl
22906            ! t/comp/require.t toke.c utf8.c
22907 ____________________________________________________________________________
22908 [  6434] By: jhi                                   on 2000/07/25  02:39:54
22909         Log: Make the "uninit variable" warning to say "concat or string"
22910              or "join or string" when in concat or join .
22911              
22912              Subject: Re: [ID 20000403.009] uninitialised concatenation???
22913              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22914              Date: Tue, 04 Apr 2000 18:22:58 +0100
22915              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
22916              
22917              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
22918              From: William R Ward <hermit@BayView.COM>
22919              Date: Thu, 30 Mar 2000 19:50:03 -0800
22920              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
22921      Branch: perl
22922            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
22923            ! t/pragma/warn/op t/pragma/warn/sv
22924 ____________________________________________________________________________
22925 [  6433] By: jhi                                   on 2000/07/24  17:52:56
22926         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
22927      Branch: perl
22928            ! lib/File/Spec/VMS.pm
22929 ____________________________________________________________________________
22930 [  6432] By: jhi                                   on 2000/07/24  17:44:44
22931         Log: Test cases for #6431.
22932              
22933              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
22934              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22935              Date: Mon, 24 Jul 2000 15:32:29 +0100
22936              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
22937      Branch: perl
22938            ! t/op/pat.t t/op/split.t
22939 ____________________________________________________________________________
22940 [  6431] By: jhi                                   on 2000/07/24  17:43:17
22941         Log: Bind op fix.
22942              
22943              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
22944              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22945              Date: Mon, 17 Jul 2000 20:04:56 +0100
22946              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
22947      Branch: perl
22948            ! op.c
22949 ____________________________________________________________________________
22950 [  6430] By: jhi                                   on 2000/07/24  03:42:42
22951         Log: Subject: [ID 20000716.023] syslog test fails without sockets
22952              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22953              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
22954              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
22955      Branch: metaconfig/U/perl
22956            ! Extensions.U
22957      Branch: perl
22958            ! Configure config_h.SH
22959 ____________________________________________________________________________
22960 [  6429] By: jhi                                   on 2000/07/24  03:11:52
22961         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
22962              case, but add also notes explaining the relationship of this
22963              patch and the earlier notes by Sarathy.
22964              
22965              Subject: Map is still slow
22966              From: "Ben Tilly" <ben_tilly@hotmail.com>
22967              Date: Sat, 15 Jul 2000 17:23:27 EDT
22968              Message-ID: <20000715212327.21656.qmail@hotmail.com>
22969      Branch: perl
22970            ! pp_ctl.c
22971 ____________________________________________________________________________
22972 [  6428] By: jhi                                   on 2000/07/24  02:58:52
22973         Log: Documentation to explain the behaviour of map().
22974              
22975              Subject: Re: Map is still slow 
22976              From: Gurusamy Sarathy <gsar@ActiveState.com>
22977              Date: Sat, 15 Jul 2000 16:05:09 -0700
22978              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
22979      Branch: perl
22980            ! pp_ctl.c
22981 ____________________________________________________________________________
22982 [  6427] By: jhi                                   on 2000/07/24  02:50:03
22983         Log: Add tests for
22984              [ID 19991110.003] another matching finding by pcre author
22985              which has already been fixed by some patch, as verified in
22986              
22987              Subject: Re: two regex bugs from the mists of time (well, last November)
22988              From: Hugo <hv@crypt.compulink.co.uk>
22989              Date: Sat, 22 Jul 2000 18:12:58 +0100
22990              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
22991      Branch: perl
22992            ! t/op/re_tests
22993 ____________________________________________________________________________
22994 [  6426] By: jhi                                   on 2000/07/24  02:11:20
22995         Log: A missing 'break' after the [[:space:]] switch case.
22996              
22997              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
22998              From: "Stephen P. Potter" <spp@ds.net>
22999              Date: Tue, 18 Jul 2000 16:25:17 -0400
23000              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
23001      Branch: perl
23002            ! regcomp.c
23003 ____________________________________________________________________________
23004 [  6425] By: jhi                                   on 2000/07/24  02:06:12
23005         Log: The output might have been produced in the wrong order.
23006              
23007              Subject: [ID 20000720.003] [PATCH] t/op/write.t
23008              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23009              Date: Thu, 20 Jul 2000 18:49:18 +0100
23010              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
23011      Branch: perl
23012            ! t/op/write.t
23013 ____________________________________________________________________________
23014 [  6424] By: jhi                                   on 2000/07/24  02:00:07
23015         Log: Use STDOUT consistently.
23016              
23017              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
23018              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23019              Date: Thu, 20 Jul 2000 18:04:01 +0100
23020              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
23021      Branch: perl
23022            ! lib/Test/Harness.pm
23023 ____________________________________________________________________________
23024 [  6423] By: jhi                                   on 2000/07/24  01:54:54
23025         Log: Protect against "wild next"s, that is, callbacks doing "next"
23026              instead of "return".
23027              
23028              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
23029              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23030              Date: Tue, 18 Jul 2000 11:30:16 +0100
23031              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
23032      Branch: perl
23033            ! lib/File/Find.pm
23034 ____________________________________________________________________________
23035 [  6422] By: jhi                                   on 2000/07/24  01:35:47
23036         Log: Out-of-date note removed.
23037              
23038              Subject: [PATCH] documentation perlipc
23039              From: rspier@pobox.com (Robert Spier)
23040              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
23041              Message-ID: <14711.35178.572612.502654@rls.cx>
23042      Branch: perl
23043            ! pod/perlipc.pod
23044 ____________________________________________________________________________
23045 [  6421] By: jhi                                   on 2000/07/24  00:09:18
23046         Log: Send all installperl messages to STDERR and be -w clean.
23047              
23048              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
23049              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23050              Date: Sat, 22 Jul 2000 14:02:11 +0100
23051              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
23052      Branch: perl
23053            ! installperl
23054 ____________________________________________________________________________
23055 [  6420] By: jhi                                   on 2000/07/24  00:04:19
23056         Log: Decutandpasto.
23057              
23058              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
23059              From: "Richard Soderberg" <rs@crystalflame.net>
23060              Date: Sun, 23 Jul 2000 01:37:23 -0700
23061              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
23062      Branch: perl
23063            ! pod/perlipc.pod
23064 ____________________________________________________________________________
23065 [  6419] By: jhi                                   on 2000/07/24  00:01:12
23066         Log: A cleaner abs_path().
23067              Subject: Re: unix alternative to Cwd.pm
23068              From: Jeff Pinyan <jeffp@crusoe.net>
23069              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
23070              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
23071      Branch: perl
23072            ! lib/Cwd.pm
23073 ____________________________________________________________________________
23074 [  6418] By: jhi                                   on 2000/07/23  23:48:56
23075         Log: Detypo.
23076              
23077              Subject: [PATCH perl-current] Typo in hints/powerux.sh
23078              From: "Richard Soderberg" <rs@crystalflame.net>
23079              Date: Sun, 23 Jul 2000 01:27:33 -0700
23080              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
23081      Branch: perl
23082            ! hints/powerux.sh
23083 ____________________________________________________________________________
23084 [  6417] By: jhi                                   on 2000/07/17  22:13:31
23085         Log: Subject: SDBM_File documentation
23086              From: mjd@plover.com
23087              Date: 16 Jul 2000 17:41:17 -0000
23088              Message-ID: <20000716174117.18515.qmail@plover.com>
23089      Branch: perl
23090            ! ext/SDBM_File/SDBM_File.pm
23091 ____________________________________________________________________________
23092 [  6416] By: jhi                                   on 2000/07/17  19:13:26
23093         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
23094      Branch: perl
23095            ! hints/mpeix.sh mpeix/relink
23096 ____________________________________________________________________________
23097 [  6415] By: jhi                                   on 2000/07/15  14:11:02
23098         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
23099              the utf8 'characters' can be more than one octet).
23100              
23101              Date: Sat, 15 Jul 2000 00:21:56 +0100
23102              From: Tom Hughes <tom@compton.nu>
23103              Subject: Re: [ID 20000714.002]
23104              Message-ID: <db2334de49.tom@compton.compton.nu>
23105              
23106              Reported in
23107              
23108              Subject: [ID 20000714.002]
23109              From: "Simon Cozens" <simon@othersideofthe.earth.li>
23110              Date: 14 Jul 2000 15:13:09 -0000
23111              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
23112      Branch: perl
23113            ! doop.c
23114 ____________________________________________________________________________
23115 [  6414] By: jhi                                   on 2000/07/15  03:13:41
23116         Log: another VMS build tweak from Peter Prymmer
23117      Branch: perl
23118            ! vms/descrip_mms.template
23119 ____________________________________________________________________________
23120 [  6413] By: jhi                                   on 2000/07/15  03:10:40
23121         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
23122      Branch: perl
23123            ! vms/perlvms.pod
23124 ____________________________________________________________________________
23125 [  6412] By: jhi                                   on 2000/07/15  00:31:05
23126         Log: More docs for sv functions.
23127              
23128              Subject: [PATCH cfgperl] sv.c apidoc
23129              From: simon@brecon.co.uk (Simon Cozens)
23130              Date: 13 Jul 2000 09:00:20 GMT
23131              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
23132              
23133              Subject: Re: [PATCH cfgperl] sv.c apidoc
23134              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23135              Date: Thu, 13 Jul 2000 12:27:41 +0100
23136              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
23137              
23138              Subject: Re: [PATCH cfgperl] sv.c apidoc
23139              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23140              Date: Thu, 13 Jul 2000 13:23:09 +0100
23141              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
23142              
23143              Subject: Re: [PATCH cfgperl] sv.c apidoc
23144              From: simon@brecon.co.uk (Simon Cozens)
23145              Date: 14 Jul 2000 06:51:02 GMT
23146              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
23147      Branch: perl
23148            ! embed.pl pod/perlapi.pod sv.c
23149 ____________________________________________________________________________
23150 [  6411] By: jhi                                   on 2000/07/15  00:10:41
23151         Log: lib/b test fixes from Peter Prymmer.
23152      Branch: perl
23153            ! t/lib/b.t
23154 ____________________________________________________________________________
23155 [  6410] By: jhi                                   on 2000/07/15  00:02:09
23156         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
23157              From: Hugo <hv@crypt.compulink.co.uk>
23158              Date: Fri, 14 Jul 2000 23:05:20 +0100
23159              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
23160              
23161              Didn't anymore apply, but that point still could use another fix.
23162      Branch: perl
23163            ! pod/perlfunc.pod
23164 ____________________________________________________________________________
23165 [  6409] By: jhi                                   on 2000/07/14  23:15:15
23166         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
23167              not in pod, from Peter Prymmer
23168      Branch: perl
23169            ! vms/descrip_mms.template
23170 ____________________________________________________________________________
23171 [  6408] By: jhi                                   on 2000/07/14  20:35:05
23172         Log: The bug report
23173              [ID 19991110.002] minimal matching discrepancy found by pcre author
23174              seems to have been fixed (though differently from what was suggested
23175              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
23176      Branch: perl
23177            ! t/op/re_tests
23178 ____________________________________________________________________________
23179 [  6407] By: jhi                                   on 2000/07/14  17:38:08
23180         Log: Fix AutoSplit to use File::Spec the right way in VMS,
23181              from Peter Prymmer.
23182      Branch: perl
23183            ! lib/AutoSplit.pm
23184 ____________________________________________________________________________
23185 [  6406] By: jhi                                   on 2000/07/14  14:13:22
23186         Log: Merge perlhacktut into perlhack, update perlguts.
23187              
23188              Subject: Re: Perlhacktut
23189              From: simon@brecon.co.uk (Simon Cozens)
23190              Date: 14 Jul 2000 06:49:21 GMT
23191              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
23192              
23193              Subject: Re: Perlhacktut
23194              From: simon@brecon.co.uk (Simon Cozens)
23195              Date: 14 Jul 2000 07:09:45 GMT
23196              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
23197      Branch: perl
23198            ! pod/perlguts.pod pod/perlhack.pod
23199 ____________________________________________________________________________
23200 [  6405] By: jhi                                   on 2000/07/14  14:02:31
23201         Log: Integrate with Sarathy.
23202      Branch: cfgperl
23203           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
23204           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
23205           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
23206 ____________________________________________________________________________
23207 [  6404] By: gsar                                  on 2000/07/14  12:15:02
23208         Log: PERL_OBJECT build tweaks
23209      Branch: perl
23210            ! toke.c
23211 ____________________________________________________________________________
23212 [  6403] By: gsar                                  on 2000/07/14  11:23:41
23213         Log: inconsistent types needs casts
23214      Branch: perl
23215            ! toke.c
23216 ____________________________________________________________________________
23217 [  6402] By: gsar                                  on 2000/07/14  11:12:04
23218         Log: typos in change#6399, regen headers
23219      Branch: perl
23220            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
23221 ____________________________________________________________________________
23222 [  6401] By: gsar                                  on 2000/07/14  10:59:12
23223         Log: typecasts needed for change#6394
23224      Branch: perl
23225            ! toke.c
23226 ____________________________________________________________________________
23227 [  6400] By: gsar                                  on 2000/07/14  10:49:37
23228         Log: integrate cfgperl contents into mainline
23229      Branch: perl
23230           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
23231           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
23232 ____________________________________________________________________________
23233 [  6399] By: gsar                                  on 2000/07/14  10:38:35
23234         Log: enable UTF-16 filter by default if relevant BOM is seen; various
23235              cleanups (typos, misformatted code, and small bugs)
23236      Branch: perl
23237            ! doop.c embed.pl mg.c op.c pp.c toke.c
23238 ____________________________________________________________________________
23239 [  6398] By: gsar                                  on 2000/07/14  08:55:38
23240         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
23241              name suggests anyway)
23242      Branch: perl
23243            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
23244 ____________________________________________________________________________
23245 [  6397] By: gsar                                  on 2000/07/14  08:44:33
23246         Log: move new variables to the end of the interpreter structure (for
23247              bincompat in code that doesn't #include XSUB.h)
23248      Branch: perl
23249            ! intrpvar.h
23250 ____________________________________________________________________________
23251 [  6396] By: gsar                                  on 2000/07/14  08:13:58
23252         Log: MakeMaker should not remove editor backups (*~) on `make clean`
23253              by default (completes change#6383)
23254      Branch: perl
23255            ! lib/ExtUtils/MM_Unix.pm
23256 ____________________________________________________________________________
23257 [  6395] By: jhi                                   on 2000/07/14  05:20:33
23258         Log: Replace change #6337 with a better one.
23259              
23260              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
23261              From: Hugo <hv@crypt.compulink.co.uk>
23262              Date: Fri, 14 Jul 2000 04:16:20 +0100
23263              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
23264      Branch: cfgperl
23265            ! regexec.c t/op/re_tests
23266 ____________________________________________________________________________
23267 [  6394] By: jhi                                   on 2000/07/14  01:33:59
23268         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
23269      Branch: cfgperl
23270            ! embed.pl global.sym proto.h toke.c
23271 ____________________________________________________________________________
23272 [  6393] By: jhi                                   on 2000/07/13  23:41:23
23273         Log: remove discarded test
23274      Branch: cfgperl
23275            ! MANIFEST
23276 ____________________________________________________________________________
23277 [  6392] By: jhi                                   on 2000/07/13  23:32:25
23278         Log: The {multiplier} of a fixed substring was overlooked which
23279              caused a wrong initial search offset for that substring.
23280              
23281              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
23282              From: Hugo <hv@crypt.compulink.co.uk>
23283              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
23284              Date: Thu, 13 Jul 2000 19:27:13 +0100
23285      Branch: cfgperl
23286            ! regcomp.c t/op/re_tests
23287 ____________________________________________________________________________
23288 [  6391] By: jhi                                   on 2000/07/13  16:37:42
23289         Log: typo fix from Craig Berry
23290      Branch: cfgperl
23291            ! vms/subconfigure.com
23292 ____________________________________________________________________________
23293 [  6390] By: jhi                                   on 2000/07/13  13:20:12
23294         Log: Integrate with Sarathy.
23295      Branch: cfgperl
23296            - t/op/method2entersub.t
23297           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
23298           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
23299           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
23300           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
23301 ____________________________________________________________________________
23302 [  6389] By: jhi                                   on 2000/07/13  13:18:48
23303         Log: Detypo from Peter Prymmer, part of #6388.
23304      Branch: cfgperl
23305            ! Configure config_h.SH
23306      Branch: metaconfig
23307            ! U/modified/d_longlong.U
23308 ____________________________________________________________________________
23309 [  6388] By: gsar                                  on 2000/07/13  06:33:40
23310         Log: typos (spotted by Peter Prymmer)
23311      Branch: perl
23312            ! Configure t/lib/english.t
23313 ____________________________________________________________________________
23314 [  6387] By: gsar                                  on 2000/07/13  05:35:28
23315         Log: new selfloader.t in change#6183 doesn't close DATA handles,
23316              and thus fails to clean up tmp files on dosish platforms
23317      Branch: perl
23318            ! t/lib/selfloader.t
23319 ____________________________________________________________________________
23320 [  6386] By: gsar                                  on 2000/07/12  21:42:39
23321         Log: sprintf test tweaks (from Dominic Dunlop)
23322      Branch: perl
23323            ! t/op/sprintf.t
23324 ____________________________________________________________________________
23325 [  6385] By: gsar                                  on 2000/07/12  21:33:46
23326         Log: fix bugs in processing %v-*d and similar format specs (from
23327              Avi Finkel <avi@finkel.org>)
23328      Branch: perl
23329            ! sv.c t/op/sprintf.t
23330 ____________________________________________________________________________
23331 [  6384] By: gsar                                  on 2000/07/12  16:04:19
23332         Log: readd missing perldelta.pod changes from changes#6339,6376
23333      Branch: perl
23334            ! pod/perldelta.pod
23335 ____________________________________________________________________________
23336 [  6383] By: gsar                                  on 2000/07/12  16:00:51
23337         Log: don't clobber *.orig files on *clean targets
23338      Branch: perl
23339            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
23340 ____________________________________________________________________________
23341 [  6382] By: gsar                                  on 2000/07/12  07:59:12
23342         Log: fix broken integrations in cfgperl
23343      Branch: cfgperl
23344           !> Changes pod/perldelta.pod
23345 ____________________________________________________________________________
23346 [  6381] By: gsar                                  on 2000/07/12  07:42:17
23347         Log: integrate cfgperl changes into mainline
23348      Branch: perl
23349            ! Changes
23350           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
23351           !> pod/perlre.pod
23352 ____________________________________________________________________________
23353 [  6380] By: gsar                                  on 2000/07/12  07:31:00
23354         Log: get sprintf.t to adjust properly for 3-digit exponents
23355      Branch: perl
23356            ! t/op/sprintf.t
23357 ____________________________________________________________________________
23358 [  6379] By: gsar                                  on 2000/07/12  06:40:04
23359         Log: change#6174 needs corresponding change in win32/config_h.PL,
23360              which grovels through config_h.SH to find the config.h name
23361      Branch: perl
23362            ! win32/config_h.PL
23363 ____________________________________________________________________________
23364 [  6378] By: jhi                                   on 2000/07/12  05:03:59
23365         Log: Do the cc sanity check both before the hints and
23366              after the cc selction.
23367      Branch: cfgperl
23368            ! Configure config_h.SH
23369      Branch: metaconfig
23370            ! U/modified/Oldconfig.U U/modified/cc.U
23371      Branch: metaconfig/U/perl
23372            + Checkcc.U
23373 ____________________________________________________________________________
23374 [  6377] By: jhi                                   on 2000/07/12  02:49:22
23375         Log: Fix nits noticed by Boston.pm.
23376      Branch: cfgperl
23377            ! pod/perlre.pod
23378 ____________________________________________________________________________
23379 [  6376] By: jhi                                   on 2000/07/11  21:22:13
23380         Log: Configure cosmetics and perldelta.
23381      Branch: cfgperl
23382            ! Configure config_h.SH pod/perldelta.pod
23383      Branch: metaconfig
23384            ! U/modified/cc.U
23385 ____________________________________________________________________________
23386 [  6375] By: gsar                                  on 2000/07/11  21:17:35
23387         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
23388      Branch: perl
23389            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
23390            ! win32/win32sck.c
23391 ____________________________________________________________________________
23392 [  6374] By: gsar                                  on 2000/07/11  20:48:50
23393         Log: tweak for build failure under multiplicity
23394      Branch: perl
23395            ! toke.c
23396 ____________________________________________________________________________
23397 [  6373] By: gsar                                  on 2000/07/11  20:37:23
23398         Log: integrate cfgperl changes#6325..6373 into mainline
23399              (NOTE: today's batch of integrations still untested)
23400      Branch: perl
23401           +> ext/DynaLoader/hints/netbsd.pl
23402            ! Changes
23403           !> (integrate 26 files)
23404 ____________________________________________________________________________
23405 [  6372] By: jhi                                   on 2000/07/11  20:30:36
23406         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
23407              regen perltoc.
23408      Branch: cfgperl
23409            + pod/perlbook.pod
23410            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
23411            ! pod/perltoc.pod
23412 ____________________________________________________________________________
23413 [  6371] By: jhi                                   on 2000/07/11  20:08:56
23414         Log: Minor cleanups on the booklist.
23415      Branch: cfgperl
23416            ! pod/perlfaq2.pod
23417 ____________________________________________________________________________
23418 [  6370] By: jhi                                   on 2000/07/11  19:31:13
23419         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
23420      Branch: cfgperl
23421            ! t/pragma/overload.t
23422 ____________________________________________________________________________
23423 [  6369] By: gsar                                  on 2000/07/11  19:27:48
23424         Log: integrate cfgperl changes#6293..6324 into mainline
23425      Branch: perl
23426           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
23427            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
23428           !> (integrate 30 files)
23429 ____________________________________________________________________________
23430 [  6368] By: gsar                                  on 2000/07/11  19:18:57
23431         Log: skip integrate of problematic change#6292 from cfgperl into mainline
23432      Branch: perl
23433           !> pp_hot.c
23434 ____________________________________________________________________________
23435 [  6367] By: gsar                                  on 2000/07/11  19:17:21
23436         Log: integrate cfgperl changes#6288..6290 into mainline
23437      Branch: perl
23438           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
23439 ____________________________________________________________________________
23440 [  6366] By: gsar                                  on 2000/07/11  19:11:18
23441         Log: integrate cfgperl changes#6268..6282 into mainline
23442      Branch: perl
23443           !> (integrate 30 files)
23444 ____________________________________________________________________________
23445 [  6365] By: gsar                                  on 2000/07/11  18:57:00
23446         Log: delete new accidentally branched file
23447      Branch: perl
23448            - t/op/method2entersub.t
23449 ____________________________________________________________________________
23450 [  6364] By: gsar                                  on 2000/07/11  18:55:13
23451         Log: skip integrate of change#6267 from cfgperl into mainline (the
23452              method call optimization is flawed without additional hints
23453              from user about immutableness of @ISA and no runtime method
23454              definitions)
23455      Branch: perl
23456           +> t/op/method2entersub.t
23457           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
23458           !> perl.h t/op/sprintf.t xsutils.c
23459 ____________________________________________________________________________
23460 [  6363] By: gsar                                  on 2000/07/11  18:49:43
23461         Log: integrate cfgperl changes#6261..6266 into mainline
23462      Branch: perl
23463           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
23464           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
23465           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23466           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
23467 ____________________________________________________________________________
23468 [  6362] By: gsar                                  on 2000/07/11  18:43:26
23469         Log: integrate cfgperl changes#6252..6260 into mainline
23470      Branch: perl
23471           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
23472           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
23473           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
23474           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
23475 ____________________________________________________________________________
23476 [  6361] By: gsar                                  on 2000/07/11  18:37:12
23477         Log: skip integrate of problematic change#6251 from cfgperl into mainline
23478      Branch: perl
23479           !> lib/Exporter.pm
23480 ____________________________________________________________________________
23481 [  6360] By: gsar                                  on 2000/07/11  18:34:56
23482         Log: integrate cfgperl change#6250 into mainline
23483      Branch: perl
23484           +> t/op/my_stash.t
23485           !> MANIFEST embed.pl proto.h toke.c
23486 ____________________________________________________________________________
23487 [  6359] By: gsar                                  on 2000/07/11  18:21:19
23488         Log: integrate cfgperl changes#6242..6249 into mainline
23489      Branch: perl
23490           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
23491           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
23492           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
23493           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
23494           !> t/lib/peek.t utf8.c
23495 ____________________________________________________________________________
23496 [  6358] By: gsar                                  on 2000/07/11  18:15:45
23497         Log: skip integrate of problematic change#6241 from cfgperl into mainline
23498      Branch: perl
23499           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
23500 ____________________________________________________________________________
23501 [  6357] By: jhi                                   on 2000/07/11  18:15:16
23502         Log: Fix for
23503              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
23504              From: Roderick Schertler <roderick@argon.org> 
23505              Date: Tue, 11 Jul 2000 13:55:05 -0400 
23506              Message-Id: <200007111755.NAA05077@jones.argon.org> 
23507      Branch: cfgperl
23508            ! doio.c
23509 ____________________________________________________________________________
23510 [  6356] By: jhi                                   on 2000/07/11  18:12:51
23511         Log: Typo in #6341.
23512      Branch: cfgperl
23513            ! pp_hot.c
23514 ____________________________________________________________________________
23515 [  6355] By: gsar                                  on 2000/07/11  18:12:10
23516         Log: integrate cfgperl changes#6231..6240 into mainline
23517      Branch: perl
23518           +> pod/perlutil.pod
23519           !> (integrate 35 files)
23520 ____________________________________________________________________________
23521 [  6354] By: jhi                                   on 2000/07/11  18:04:34
23522         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
23523              From: Dominic Dunlop <domo@computer.org> 
23524              Date: Tue, 11 Jul 2000 12:27:33 +0200 
23525              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
23526              
23527              Replaces change #6268.
23528      Branch: cfgperl
23529            ! t/op/sprintf.t
23530 ____________________________________________________________________________
23531 [  6353] By: gsar                                  on 2000/07/11  17:59:51
23532         Log: skip integrate of problematic change#6230 from cfgperl into mainline
23533              (a later version of File::Spec is already in mainline)
23534      Branch: perl
23535           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
23536           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
23537 ____________________________________________________________________________
23538 [  6352] By: gsar                                  on 2000/07/11  17:57:48
23539         Log: integrate cfgperl changes#6224..6229 into mainline
23540      Branch: perl
23541           +> lib/lib.pm.PL
23542            - lib/lib.pm
23543           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
23544           !> lib/English.pm op.c t/lib/english.t
23545 ____________________________________________________________________________
23546 [  6351] By: gsar                                  on 2000/07/11  17:50:10
23547         Log: skip integrate of problematic change#6223 from cfgperl into mainline
23548      Branch: perl
23549           !> doio.c
23550 ____________________________________________________________________________
23551 [  6350] By: gsar                                  on 2000/07/11  17:48:28
23552         Log: integrate cfgperl changes#6220..6222 into mainline
23553      Branch: perl
23554           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
23555           !> toke.c utf8.c win32/win32.h
23556 ____________________________________________________________________________
23557 [  6349] By: gsar                                  on 2000/07/11  17:46:13
23558         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
23559              mainline
23560      Branch: perl
23561           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
23562           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
23563           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23564 ____________________________________________________________________________
23565 [  6348] By: jhi                                   on 2000/07/11  17:45:49
23566         Log: README.posix-bc podified from Thomas Dorner.
23567      Branch: cfgperl
23568            ! README.posix-bc
23569 ____________________________________________________________________________
23570 [  6347] By: gsar                                  on 2000/07/11  17:42:04
23571         Log: integrate cfgperl change#6217 into mainline
23572      Branch: perl
23573           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
23574           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
23575           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
23576 ____________________________________________________________________________
23577 [  6346] By: gsar                                  on 2000/07/11  17:39:37
23578         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
23579              mainline
23580      Branch: perl
23581           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
23582           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23583           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
23584           !> perlapi.h pod/perlapi.pod
23585 ____________________________________________________________________________
23586 [  6345] By: gsar                                  on 2000/07/11  17:36:42
23587         Log: integrate cfgperl changes#6207..6210 into mainline
23588      Branch: perl
23589           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
23590           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
23591 ____________________________________________________________________________
23592 [  6344] By: gsar                                  on 2000/07/11  17:31:20
23593         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
23594              mainline
23595      Branch: perl
23596           !> (integrate 40 files)
23597 ____________________________________________________________________________
23598 [  6343] By: gsar                                  on 2000/07/11  17:19:08
23599         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
23600      Branch: perl
23601           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
23602            ! Changes
23603           !> (integrate 34 files)
23604 ____________________________________________________________________________
23605 [  6342] By: jhi                                   on 2000/07/11  16:05:48
23606         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
23607              To: perl5-porters@perl.org
23608              From: Karsten Sperling <spiff@phreax.net>
23609              Date: Mon, 10 Jul 2000 15:12:52 +0200
23610              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
23611      Branch: cfgperl
23612            ! lib/Symbol.pm
23613 ____________________________________________________________________________
23614 [  6341] By: jhi                                   on 2000/07/11  15:59:23
23615         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
23616              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23617              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
23618              Date: Fri, 07 Jul 2000 17:57:16 +0100
23619      Branch: cfgperl
23620            ! pp_hot.c
23621 ____________________________________________________________________________
23622 [  6340] By: jhi                                   on 2000/07/11  15:55:47
23623         Log: Subject: Re: format bug report  [Patch]
23624              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23625              Date: Wed, 05 Jul 2000 13:12:52 +0200
23626              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
23627              
23628              Subject: Re: format bug report  [Patch]
23629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23630              Date: Wed, 05 Jul 2000 14:10:01 +0200
23631              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
23632      Branch: cfgperl
23633            ! t/op/write.t toke.c
23634 ____________________________________________________________________________
23635 [  6339] By: jhi                                   on 2000/07/11  13:54:09
23636         Log: Be less forgiving about ambiguous and illegal tr ranges.
23637              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
23638              From: Mark-Jason Dominus <mjd@plover.com>
23639              Date: Tue, 04 Jul 2000 10:00:12 -0400
23640              Message-ID: <20000704140012.17772.qmail@plover.com>
23641              
23642              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
23643              From: Mark-Jason Dominus <mjd@plover.com>
23644              Date: Wed, 05 Jul 2000 09:37:36 -0400
23645              Message-ID: <20000705133736.27293.qmail@plover.com>
23646      Branch: cfgperl
23647            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
23648 ____________________________________________________________________________
23649 [  6338] By: jhi                                   on 2000/07/11  13:31:24
23650         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
23651              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23652              Date: Tue, 11 Jul 2000 13:50:51 +0100
23653              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
23654      Branch: cfgperl
23655            ! sv.c
23656 ____________________________________________________________________________
23657 [  6337] By: jhi                                   on 2000/07/11  13:29:14
23658         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
23659              From: Hugo <hv@crypt.compulink.co.uk>
23660              Date: Tue, 11 Jul 2000 12:44:50 +0100
23661              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
23662      Branch: cfgperl
23663            ! regexec.c t/op/re_tests
23664 ____________________________________________________________________________
23665 [  6336] By: jhi                                   on 2000/07/11  13:26:47
23666         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
23667              From: simon@brecon.co.uk (Simon Cozens)
23668              Date: 7 Jul 2000 11:26:09 GMT
23669              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
23670      Branch: cfgperl
23671            ! mg.c
23672 ____________________________________________________________________________
23673 [  6335] By: jhi                                   on 2000/07/11  13:23:37
23674         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
23675              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
23676              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
23677              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
23678      Branch: cfgperl
23679            + ext/DynaLoader/hints/netbsd.pl
23680            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
23681 ____________________________________________________________________________
23682 [  6334] By: jhi                                   on 2000/07/11  13:20:38
23683         Log: Subject: PATCH perlguts.pod: Document D and d magic types
23684              From: mjd@plover.com
23685              Date: 5 Jul 2000 18:01:51 -0000
23686              Message-ID: <20000705180151.29413.qmail@plover.com>
23687      Branch: cfgperl
23688            ! pod/perlguts.pod
23689 ____________________________________________________________________________
23690 [  6333] By: jhi                                   on 2000/07/11  13:15:51
23691         Log: Precedence goof, fix based on
23692              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
23693              From: Hugo <hv@crypt.compulink.co.uk>
23694              Date: Tue, 11 Jul 2000 12:52:38 +0100
23695              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
23696      Branch: cfgperl
23697            ! t/op/taint.t
23698 ____________________________________________________________________________
23699 [  6332] By: jhi                                   on 2000/07/11  12:40:17
23700         Log: Integrate with Sarathy.
23701      Branch: cfgperl
23702           !> win32/win32sck.c
23703 ____________________________________________________________________________
23704 [  6331] By: jhi                                   on 2000/07/10  20:14:16
23705         Log: Sprinkle ldlibpath.
23706      Branch: cfgperl
23707            ! pod/Makefile.SH
23708 ____________________________________________________________________________
23709 [  6330] By: jhi                                   on 2000/07/10  17:54:49
23710         Log: More POSIX.pod tweaks.
23711      Branch: cfgperl
23712            ! ext/POSIX/POSIX.pod
23713 ____________________________________________________________________________
23714 [  6329] By: jhi                                   on 2000/07/10  14:02:12
23715         Log: Reorder perl.pod once more.
23716      Branch: cfgperl
23717            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23718 ____________________________________________________________________________
23719 [  6328] By: gsar                                  on 2000/07/10  07:06:00
23720         Log: accept() leaks memory on windows due to incorrect ordering of
23721              closesocket() and fclose() calls
23722      Branch: perl
23723            ! win32/win32sck.c
23724 ____________________________________________________________________________
23725 [  6327] By: gsar                                  on 2000/07/10  06:49:17
23726         Log: winsock options weren't being set in all threads under ithreads
23727              (caused send()s from second and subsequent threads to fail)
23728      Branch: perl
23729            ! win32/win32sck.c
23730 ____________________________________________________________________________
23731 [  6326] By: jhi                                   on 2000/07/08  02:45:40
23732         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
23733              was cast to an unsigned (32-bit) integer with wild abandon.
23734      Branch: cfgperl
23735            ! ext/Devel/DProf/DProf.xs
23736 ____________________________________________________________________________
23737 [  6325] By: jhi                                   on 2000/07/07  18:50:33
23738         Log: Remove perlbook, update perlfaq book listing,
23739              rearrange perl.pod, regenerate perltoc.
23740      Branch: cfgperl
23741            - pod/perlbook.pod
23742            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
23743            ! pod/perlfaq2.pod pod/perltoc.pod
23744 ____________________________________________________________________________
23745 [  6324] By: jhi                                   on 2000/07/07  14:03:40
23746         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
23747      Branch: cfgperl
23748            ! sv.h toke.c
23749 ____________________________________________________________________________
23750 [  6323] By: jhi                                   on 2000/07/06  16:03:55
23751         Log: Fix complaints of buildtoc.
23752      Branch: cfgperl
23753            + lib/Win32.pod
23754            - pod/Win32.pod
23755            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23756 ____________________________________________________________________________
23757 [  6322] By: jhi                                   on 2000/07/06  15:15:52
23758         Log: Add =head1 NAMEs so that buildtoc is happy.
23759              (The CGI::Util nit reported to Lincoln.)
23760      Branch: cfgperl
23761            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
23762            ! pod/perltoc.pod
23763 ____________________________________________________________________________
23764 [  6321] By: jhi                                   on 2000/07/06  03:16:04
23765         Log: Config is being used.
23766      Branch: cfgperl
23767            ! t/op/method.t
23768 ____________________________________________________________________________
23769 [  6320] By: jhi                                   on 2000/07/06  03:13:13
23770         Log: Integrate with Sarathy.
23771      Branch: cfgperl
23772           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
23773 ____________________________________________________________________________
23774 [  6319] By: jhi                                   on 2000/07/06  03:11:46
23775         Log: Autogenerate pod/Makefile and pod/buildtoc.
23776              buildtoc also checks whether the existin pods are
23777              mentioned in MANIFEST and perl.pod, and vice versa.
23778              (None of the thusly found discrepancies fixed yet.)
23779              roffitall also needs to be autogenerated similarly but it
23780              seems so badly out of date that I didn't touch it yet.
23781      Branch: cfgperl
23782            + pod/Makefile.SH pod/buildtoc.PL
23783            - pod/Makefile pod/buildtoc
23784            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
23785 ____________________________________________________________________________
23786 [  6318] By: gsar                                  on 2000/07/05  22:10:54
23787         Log: fix UNC path handling on Windows under ithreads, and chdir()
23788              return value when given a non-existent directory
23789      Branch: perl
23790            ! win32/vdir.h
23791 ____________________________________________________________________________
23792 [  6317] By: gsar                                  on 2000/07/05  22:08:19
23793         Log: winsock cleanup never done on Windows (leads to handle leaks)
23794      Branch: perl
23795            ! win32/perllib.c win32/win32sck.c
23796 ____________________________________________________________________________
23797 [  6316] By: gsar                                  on 2000/07/05  22:06:19
23798         Log: some debugger output does not go to the socket when RemotePort is set
23799      Branch: perl
23800            ! lib/perl5db.pl
23801 ____________________________________________________________________________
23802 [  6315] By: jhi                                   on 2000/07/05  00:25:21
23803         Log: Integrate with Sarathy, preliminary fix for unicos
23804              alignment problems in [ID 20000612.002] Perl problem on Cray system.
23805      Branch: cfgperl
23806            ! sv.h
23807           !> pp_hot.c
23808 ____________________________________________________________________________
23809 [  6314] By: gsar                                  on 2000/07/04  23:34:02
23810         Log: tyop in change#6306
23811      Branch: perl
23812            ! pp_hot.c
23813 ____________________________________________________________________________
23814 [  6313] By: jhi                                   on 2000/07/04  22:14:38
23815         Log: Multiline string literals ENONPORTABLE.
23816      Branch: cfgperl
23817            ! pp_hot.c
23818 ____________________________________________________________________________
23819 [  6312] By: jhi                                   on 2000/07/04  20:34:44
23820         Log: Integrate with Sarathy.
23821      Branch: cfgperl
23822           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
23823           !> t/op/method.t
23824 ____________________________________________________________________________
23825 [  6311] By: jhi                                   on 2000/07/04  20:30:56
23826         Log: More POSIX.pod embellishment.
23827      Branch: cfgperl
23828            ! ext/POSIX/POSIX.pod
23829 ____________________________________________________________________________
23830 [  6310] By: gsar                                  on 2000/07/04  17:28:48
23831         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
23832      Branch: perl
23833            ! t/lib/b.t
23834 ____________________________________________________________________________
23835 [  6309] By: jhi                                   on 2000/07/04  17:22:18
23836         Log: The #6308 required a little bit more.
23837      Branch: cfgperl
23838            ! Makefile.SH win32/Makefile
23839 ____________________________________________________________________________
23840 [  6308] By: jhi                                   on 2000/07/04  16:35:24
23841         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
23842      Branch: cfgperl
23843            + lib/lib_pm.PL
23844            - lib/lib.pm.PL
23845            ! MANIFEST Makefile.SH
23846 ____________________________________________________________________________
23847 [  6307] By: jhi                                   on 2000/07/04  16:28:58
23848         Log: Win32 patches for cfgperl from Sarathy.
23849      Branch: cfgperl
23850            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
23851            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
23852            ! thread.h toke.c util.c win32/Makefile win32/win32.c
23853 ____________________________________________________________________________
23854 [  6306] By: gsar                                  on 2000/07/04  16:28:40
23855         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
23856              (from Richard Soderberg <rs@oregonnet.com>)
23857      Branch: perl
23858            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
23859 ____________________________________________________________________________
23860 [  6305] By: jhi                                   on 2000/07/04  16:24:24
23861         Log: Integrate with Sarathy.
23862      Branch: cfgperl
23863           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
23864           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23865           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
23866           !> proto.h win32/win32.c
23867 ____________________________________________________________________________
23868 [  6304] By: gsar                                  on 2000/07/04  16:17:24
23869         Log: missing perldiag entry for unpack("w",...) diagnostic (from
23870              Andreas Koenig)
23871      Branch: perl
23872            ! pod/perldiag.pod
23873 ____________________________________________________________________________
23874 [  6303] By: gsar                                  on 2000/07/04  16:14:44
23875         Log: remove rel2abs prototypes (from Barrie Slaymaker)
23876      Branch: perl
23877            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
23878            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
23879 ____________________________________________________________________________
23880 [  6302] By: gsar                                  on 2000/07/04  04:59:35
23881         Log: adjust change#6299
23882      Branch: perl
23883            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
23884            ! win32/win32.c
23885 ____________________________________________________________________________
23886 [  6301] By: jhi                                   on 2000/07/04  04:50:07
23887         Log: Integrate with Sarathy.
23888      Branch: cfgperl
23889           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
23890           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
23891           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
23892 ____________________________________________________________________________
23893 [  6300] By: gsar                                  on 2000/07/04  04:42:09
23894         Log: PERL_OBJECT build tweak
23895      Branch: perl
23896            ! perl.h
23897 ____________________________________________________________________________
23898 [  6299] By: gsar                                  on 2000/07/04  04:37:00
23899         Log: fix memory leak on Windows (PL_sys_intern contents were never
23900              freed)
23901      Branch: perl
23902            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
23903            ! perlapi.c proto.h win32/win32.c
23904 ____________________________________________________________________________
23905 [  6298] By: gsar                                  on 2000/07/04  04:15:59
23906         Log: fix large memory leak that has been around for ever, masked by
23907              -DPURIFY (most of the arenas were never freed!)
23908      Branch: perl
23909            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
23910 ____________________________________________________________________________
23911 [  6297] By: gsar                                  on 2000/07/04  04:07:46
23912         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
23913      Branch: perl
23914            ! perl.c
23915 ____________________________________________________________________________
23916 [  6296] By: jhi                                   on 2000/06/30  18:28:37
23917         Log: Elaborate POSIX.pod.  Still needs work.
23918      Branch: cfgperl
23919            ! ext/POSIX/POSIX.pod
23920 ____________________________________________________________________________
23921 [  6295] By: jhi                                   on 2000/06/30  14:58:18
23922         Log: Point to perlipc for more SysV IPC examples.
23923      Branch: cfgperl
23924            ! pod/perlfunc.pod
23925 ____________________________________________________________________________
23926 [  6294] By: gsar                                  on 2000/06/30  14:47:45
23927         Log: slurp mode fix in change#4736 still not quite right
23928      Branch: perl
23929            ! pp_hot.c t/io/argv.t
23930 ____________________________________________________________________________
23931 [  6293] By: jhi                                   on 2000/06/30  12:02:55
23932         Log: Integrate with Sarathy.
23933      Branch: cfgperl
23934           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
23935 ____________________________________________________________________________
23936 [  6292] By: jhi                                   on 2000/06/30  12:01:11
23937         Log: From: simon@brecon.co.uk (Simon Cozens)
23938              Subject: UTF8 concat
23939              Date: 30 Jun 2000 06:13:25 GMT
23940              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
23941      Branch: cfgperl
23942            ! pp_hot.c
23943 ____________________________________________________________________________
23944 [  6291] By: gsar                                  on 2000/06/30  04:37:33
23945         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
23946              when @_ is modified, causing coredumps
23947      Branch: perl
23948            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
23949 ____________________________________________________________________________
23950 [  6290] By: jhi                                   on 2000/06/30  02:21:44
23951         Log: Integrate with Sarathy.
23952      Branch: cfgperl
23953           !> vms/vms.c vms/vmsish.h
23954 ____________________________________________________________________________
23955 [  6289] By: jhi                                   on 2000/06/30  02:21:02
23956         Log: Check VERSIONs.
23957      Branch: cfgperl
23958            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
23959            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
23960            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
23961 ____________________________________________________________________________
23962 [  6288] By: jhi                                   on 2000/06/30  02:18:52
23963         Log: Integrate with Sarathy.
23964      Branch: cfgperl
23965           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
23966           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
23967           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
23968           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
23969 ____________________________________________________________________________
23970 [  6287] By: gsar                                  on 2000/06/30  02:17:08
23971         Log: integrate vmsperl changes into mainline
23972      Branch: perl
23973           !> vms/vms.c vms/vmsish.h
23974 ____________________________________________________________________________
23975 [  6285] By: gsar                                  on 2000/06/30  02:05:28
23976         Log: localize %INC in a Safe compartment so that use/require work
23977              (many other magic globals probably need similar treatment)
23978      Branch: perl
23979            ! ext/Opcode/Opcode.xs
23980 ____________________________________________________________________________
23981 [  6284] By: gsar                                  on 2000/06/30  01:54:54
23982         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
23983              about Windows
23984      Branch: perl
23985            ! pod/perlembed.pod
23986 ____________________________________________________________________________
23987 [  6283] By: jhi                                   on 2000/06/30  01:50:10
23988         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
23989              From: Barrie Slaymaker <barries@jester.slaysys.com>
23990              Date: Wed, 28 Jun 2000 11:35:29 -0400
23991              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
23992      Branch: perl
23993            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
23994            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
23995            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23996            ! lib/File/Spec/Win32.pm
23997 ____________________________________________________________________________
23998 [  6282] By: jhi                                   on 2000/06/29  22:57:22
23999         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
24000              From: Dan Sugalski <dan@sidhe.org>
24001              Date: Tue, 06 Jun 2000 11:59:50 -0400
24002              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
24003      Branch: cfgperl
24004            ! vms/vms.c
24005 ____________________________________________________________________________
24006 [  6281] By: jhi                                   on 2000/06/29  22:52:50
24007         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
24008              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24009              Date: Wed, 7 Jun 2000 04:02:04 -0500
24010              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
24011      Branch: cfgperl
24012            ! utils/h2xs.PL
24013 ____________________________________________________________________________
24014 [  6280] By: jhi                                   on 2000/06/29  22:45:47
24015         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
24016              From: rspier@pobox.com (Robert Spier)
24017              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
24018              Message-ID: <14654.31913.845602.610277@rls.cx>
24019      Branch: cfgperl
24020            ! utils/h2xs.PL
24021 ____________________________________________________________________________
24022 [  6279] By: jhi                                   on 2000/06/29  22:38:16
24023         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
24024              From: Tim Ayers <tayers@bridge.com>
24025              Date: Thu, 08 Jun 2000 08:11:06 +0200
24026              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
24027              [resent by Richard Foley, Message-Id probably wrong]
24028      Branch: cfgperl
24029            ! pod/perlsub.pod
24030 ____________________________________________________________________________
24031 [  6278] By: jhi                                   on 2000/06/29  22:21:45
24032         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
24033              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
24034              Date: Fri, 09 Jun 2000 12:39:27 -0400
24035              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
24036              (plus update the version "number" of Text::Wrap)
24037      Branch: cfgperl
24038            ! lib/Text/Wrap.pm
24039 ____________________________________________________________________________
24040 [  6277] By: jhi                                   on 2000/06/29  22:13:10
24041         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
24042              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24043              Date: Mon, 12 Jun 2000 14:55:59 +0100
24044              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
24045      Branch: cfgperl
24046            ! pod/perlfunc.pod
24047 ____________________________________________________________________________
24048 [  6276] By: jhi                                   on 2000/06/29  22:11:06
24049         Log: Subject: [PATCH] Re: eval documentation: context
24050              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24051              Date: Mon, 12 Jun 2000 15:07:29 +0100
24052              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
24053      Branch: cfgperl
24054            ! pod/perlfunc.pod
24055 ____________________________________________________________________________
24056 [  6275] By: jhi                                   on 2000/06/29  21:59:46
24057         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
24058              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
24059              Date: Tue, 13 Jun 2000 02:43:48 -0500
24060              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
24061      Branch: cfgperl
24062            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
24063 ____________________________________________________________________________
24064 [  6274] By: jhi                                   on 2000/06/29  21:56:14
24065         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
24066              From: Andy Dougherty <doughera@lafayette.edu>
24067              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
24068              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
24069      Branch: cfgperl
24070            ! ext/File/Glob/Glob.pm
24071 ____________________________________________________________________________
24072 [  6273] By: jhi                                   on 2000/06/29  21:49:09
24073         Log: Subject: [PATCH] xsub attributes
24074              From: Doug MacEachern <dougm@covalent.net>
24075              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
24076              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
24077      Branch: cfgperl
24078            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
24079            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
24080 ____________________________________________________________________________
24081 [  6272] By: jhi                                   on 2000/06/29  21:41:28
24082         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
24083              From: Tom Phoenix <rootbeer@redcat.com>
24084              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
24085              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
24086      Branch: cfgperl
24087            ! lib/Net/Ping.pm
24088 ____________________________________________________________________________
24089 [  6271] By: jhi                                   on 2000/06/29  21:36:55
24090         Log: Subject: PATCH pod/perltie.pod
24091              From: Ian Phillipps <Ian.Phillipps@iname.com>
24092              Date: Fri, 16 Jun 2000 00:17:19 +0100
24093              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
24094              (only the first hunk, the second hunk had already been done
24095              by some other patch)
24096      Branch: cfgperl
24097            ! pod/perltie.pod
24098 ____________________________________________________________________________
24099 [  6270] By: jhi                                   on 2000/06/29  21:24:51
24100         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
24101              From: Nicholas Clark <nick@talking.bollo.cx>
24102              Date: Fri, 23 Jun 2000 16:21:15 +0100
24103              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
24104      Branch: cfgperl
24105            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
24106            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
24107 ____________________________________________________________________________
24108 [  6269] By: jhi                                   on 2000/06/29  19:38:15
24109         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
24110              silence few compiler warnings.
24111      Branch: cfgperl
24112            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
24113 ____________________________________________________________________________
24114 [  6268] By: jhi                                   on 2000/06/29  18:21:50
24115         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
24116              From: Dominic Dunlop <domo@computer.org> 
24117              Date: Thu, 29 Jun 2000 12:32:39 +0200 
24118              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
24119      Branch: cfgperl
24120            ! t/op/sprintf.t
24121 ____________________________________________________________________________
24122 [  6267] By: jhi                                   on 2000/06/29  18:16:07
24123         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
24124              From: Doug MacEachern <dougm@covalent.net>
24125              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
24126              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
24127      Branch: cfgperl
24128            + t/op/method2entersub.t
24129            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
24130            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24131            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
24132            ! xsutils.c
24133 ____________________________________________________________________________
24134 [  6266] By: jhi                                   on 2000/06/29  15:11:15
24135         Log: Subject: [PATCH 5.6.0] cygwin port
24136              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
24137              From: "Fifer, Eric" <EFifer@sanwaint.com>
24138              Date: Thu, 29 Jun 2000 12:58:29 +0100
24139      Branch: cfgperl
24140            ! cygwin/Makefile.SHs
24141 ____________________________________________________________________________
24142 [  6265] By: jhi                                   on 2000/06/29  15:04:05
24143         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
24144              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24145              Date: Wed, 28 Jun 2000 17:50:12 -0700
24146              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
24147      Branch: cfgperl
24148            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24149 ____________________________________________________________________________
24150 [  6264] By: jhi                                   on 2000/06/29  15:00:57
24151         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
24152              From: Marty Lucich <marty@netcom.com>
24153              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
24154              Message-Id: <200006282116.OAA11148@netcom.com>
24155              ccdlflags update (the BSD/OS 4.1 part had already been taken
24156              care of by #6141).
24157      Branch: cfgperl
24158            ! hints/bsdos.sh
24159 ____________________________________________________________________________
24160 [  6263] By: jhi                                   on 2000/06/29  13:47:44
24161         Log: tr fixes from Simon Cozens
24162      Branch: cfgperl
24163            ! doop.c
24164 ____________________________________________________________________________
24165 [  6262] By: jhi                                   on 2000/06/28  18:46:01
24166         Log: Subject: 5.6.0 Patch for EPOC
24167              From: Olaf Flebbe <o.flebbe@gmx.de>
24168              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
24169              Message-ID: <23449.960929969@www11.gmx.net>
24170      Branch: cfgperl
24171            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
24172            ! epoc/epocish.h
24173 ____________________________________________________________________________
24174 [  6261] By: jhi                                   on 2000/06/28  18:29:07
24175         Log: Subject: Re: [PATCH cfgperl] BOMs away!
24176              From: simon@brecon.co.uk (Simon Cozens)
24177              Date: 17 Jun 2000 11:49:57 GMT
24178              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
24179      Branch: cfgperl
24180            ! pod/perldiag.pod t/comp/require.t toke.c
24181 ____________________________________________________________________________
24182 [  6260] By: jhi                                   on 2000/06/28  17:47:16
24183         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
24184              From: simon@brecon.co.uk (Simon Cozens) 
24185              Date: 17 Jun 2000 11:56:44 GMT 
24186              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
24187              pack U0, pack C0
24188      Branch: cfgperl
24189            ! pod/perlfunc.pod pp.c t/op/pack.t
24190 ____________________________________________________________________________
24191 [  6259] By: jhi                                   on 2000/06/28  16:43:17
24192         Log: perlnewmod was missing from MANIFEST.
24193      Branch: cfgperl
24194            ! MANIFEST
24195 ____________________________________________________________________________
24196 [  6258] By: jhi                                   on 2000/06/28  15:54:30
24197         Log: linenumber tweak
24198      Branch: cfgperl
24199            ! t/pragma/warn/regcomp
24200 ____________________________________________________________________________
24201 [  6257] By: jhi                                   on 2000/06/28  15:50:44
24202         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
24203              From: Doug MacEachern <dougm@covalent.net>
24204              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
24205              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
24206              (one part of the patch had been applied earlier)
24207      Branch: cfgperl
24208            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
24209 ____________________________________________________________________________
24210 [  6256] By: jhi                                   on 2000/06/28  15:40:22
24211         Log: tweaks from Simon Cozens to further fix tr/// under utf8
24212      Branch: cfgperl
24213            ! doop.c
24214 ____________________________________________________________________________
24215 [  6255] By: jhi                                   on 2000/06/28  15:33:45
24216         Log: small thinko tweaks
24217      Branch: cfgperl
24218            ! lib/IPC/Open3.pm t/op/my_stash.t
24219 ____________________________________________________________________________
24220 [  6254] By: jhi                                   on 2000/06/28  15:33:25
24221         Log: Subject: tr///, help wanted.
24222              From: simon@brecon.co.uk (Simon Cozens)
24223              Date: 28 Jun 2000 11:29:04 GMT
24224              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
24225      Branch: cfgperl
24226            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
24227            ! pp_proto.h proto.h t/op/tr.t
24228 ____________________________________________________________________________
24229 [  6253] By: jhi                                   on 2000/06/28  15:09:17
24230         Log: Paranoia tweak on #6249.
24231              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
24232              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
24233              Date: Sun, 25 Jun 2000 23:43:12 -0400
24234              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
24235      Branch: cfgperl
24236            ! lib/IPC/Open3.pm
24237 ____________________________________________________________________________
24238 [  6252] By: jhi                                   on 2000/06/28  15:01:38
24239         Log: Document #6249 and #6251.
24240      Branch: cfgperl
24241            ! lib/Exporter.pm lib/IPC/Open3.pm
24242 ____________________________________________________________________________
24243 [  6251] By: jhi                                   on 2000/06/28  14:50:43
24244         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
24245              From: Doug MacEachern <dougm@covalent.net>
24246              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
24247              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
24248      Branch: cfgperl
24249            ! lib/Exporter.pm
24250 ____________________________________________________________________________
24251 [  6250] By: jhi                                   on 2000/06/28  14:45:23
24252         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
24253              From: Doug MacEachern <dougm@covalent.net>
24254              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
24255              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
24256      Branch: cfgperl
24257            + t/op/my_stash.t
24258            ! MANIFEST embed.pl global.sym proto.h toke.c
24259 ____________________________________________________________________________
24260 [  6249] By: jhi                                   on 2000/06/28  14:36:34
24261         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
24262              From: Frank Tobin <ftobin@uiuc.edu>
24263              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
24264              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
24265      Branch: cfgperl
24266            ! lib/IPC/Open3.pm
24267 ____________________________________________________________________________
24268 [  6248] By: jhi                                   on 2000/06/28  14:11:25
24269         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
24270              From: Mark-Jason Dominus <mjd@plover.com>
24271              Date: Tue, 27 Jun 2000 22:36:42 -0400
24272              Message-ID: <20000628023642.12166.qmail@plover.com>
24273      Branch: cfgperl
24274            ! pod/perlfunc.pod
24275 ____________________________________________________________________________
24276 [  6247] By: jhi                                   on 2000/06/27  12:46:37
24277         Log: Tweak $VERSION, patch from Doug MacEachern.
24278      Branch: cfgperl
24279            ! lib/File/Spec.pm
24280 ____________________________________________________________________________
24281 [  6246] By: jhi                                   on 2000/06/27  03:34:46
24282         Log: Allow for standalone testing.
24283      Branch: cfgperl
24284            ! t/lib/filefunc.t t/lib/filespec.t
24285 ____________________________________________________________________________
24286 [  6245] By: jhi                                   on 2000/06/27  02:50:02
24287         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
24288              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
24289              Date: Sat, 24 Jun 2000 13:06:20 +0100
24290              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
24291      Branch: cfgperl
24292            ! ext/DynaLoader/DynaLoader_pm.PL
24293 ____________________________________________________________________________
24294 [  6244] By: jhi                                   on 2000/06/27  02:46:10
24295         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
24296              From: Doug MacEachern <dougm@covalent.net>
24297              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
24298              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
24299      Branch: cfgperl
24300            ! gv.c sv.c t/lib/peek.t
24301 ____________________________________________________________________________
24302 [  6243] By: jhi                                   on 2000/06/27  02:38:07
24303         Log: Subject: [PATCH] is_utf8_string
24304              From: simon@brecon.co.uk (Simon Cozens)
24305              Date: 26 Jun 2000 02:25:59 GMT
24306              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
24307      Branch: cfgperl
24308            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
24309            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
24310            ! proto.h utf8.c
24311 ____________________________________________________________________________
24312 [  6242] By: jhi                                   on 2000/06/27  02:24:00
24313         Log: Subject: [PATCH] bytes<->utf8 fixes
24314              From: simon@brecon.co.uk (Simon Cozens)
24315              Date: 26 Jun 2000 04:55:45 GMT
24316              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
24317      Branch: cfgperl
24318            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
24319 ____________________________________________________________________________
24320 [  6241] By: jhi                                   on 2000/06/27  02:12:42
24321         Log: Do no -warn on \_, only on \alpha.
24322              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
24323              From: David Dyck <dcd@tc.fluke.com>
24324              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
24325              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
24326      Branch: cfgperl
24327            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
24328 ____________________________________________________________________________
24329 [  6240] By: jhi                                   on 2000/06/27  02:00:01
24330         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
24331              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
24332              Date: Mon, 26 Jun 2000 18:40:14 +0100
24333              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
24334      Branch: cfgperl
24335            ! utils/h2xs.PL
24336 ____________________________________________________________________________
24337 [  6239] By: jhi                                   on 2000/06/27  01:53:40
24338         Log: Configure maintenance.  Sever some dependency cycles,
24339              separate gccversion from the cc unit,
24340              address [ID 20000623.006] Configure script patch for using gcc on AIX
24341              (but solve it a little bit differently),
24342              unduplex some accidentally duplicated units,
24343              suggest using gcc if no cc available
24344              (p5p thread: "Solaris configure: counterproposal", 1999-09)
24345      Branch: cfgperl
24346            ! Configure Todo-5.6 config_h.SH
24347      Branch: metaconfig
24348            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
24349            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
24350      Branch: metaconfig/U/perl
24351            + gccvers.U
24352            ! d_getespwnam.U d_getprpwnam.U i_prot.U
24353 ____________________________________________________________________________
24354 [  6238] By: jhi                                   on 2000/06/25  18:04:56
24355         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
24356              From: Dan Sugalski <dan@sidhe.org>
24357              Date: Fri, 23 Jun 2000 17:00:00 -0400
24358              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
24359      Branch: cfgperl
24360            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
24361 ____________________________________________________________________________
24362 [  6237] By: jhi                                   on 2000/06/25  16:36:45
24363         Log: Tweak embed.pl, regen headers.
24364      Branch: cfgperl
24365            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
24366            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
24367            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
24368            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
24369            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
24370 ____________________________________________________________________________
24371 [  6236] By: jhi                                   on 2000/06/25  15:26:42
24372         Log: Regen headers.
24373      Branch: cfgperl
24374            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
24375            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
24376            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
24377            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
24378            ! regnodes.h warnings.h
24379 ____________________________________________________________________________
24380 [  6235] By: jhi                                   on 2000/06/23  19:39:35
24381         Log: The thread begun by
24382              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
24383              From: Kevin.Ruscoe@ubsw.com
24384              Date: Fri, 16 Jun 2000 16:38:51 +0100
24385              Message-Id: <H000019b03c300d6@MHS>
24386      Branch: cfgperl
24387            ! hints/solaris_2.sh
24388 ____________________________________________________________________________
24389 [  6234] By: jhi                                   on 2000/06/23  19:23:36
24390         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
24391              because when run as services (Win32ese for daemons)
24392              no environment variables are set and tmpdir ends up as /tmp,
24393              which is ambiguous.
24394              
24395              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
24396              From: matt@sergeant.org
24397              Date: 16 Jun 2000 16:30:43 -0000
24398              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
24399      Branch: cfgperl
24400            ! lib/File/Spec/Win32.pm
24401 ____________________________________________________________________________
24402 [  6233] By: jhi                                   on 2000/06/23  19:18:58
24403         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
24404              From: Mark-Jason Dominus <mjd@plover.com>
24405              Date: Fri, 16 Jun 2000 20:53:04 -0400
24406              Message-ID: <20000617005304.8008.qmail@plover.com>
24407      Branch: cfgperl
24408            ! op.h
24409 ____________________________________________________________________________
24410 [  6232] By: jhi                                   on 2000/06/23  16:10:02
24411         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
24412              From: simon@brecon.co.uk (Simon Cozens)
24413              Date: 19 Jun 2000 15:18:27 GMT
24414              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
24415              
24416              plus update pod/Makefile and regenerate perltoc
24417      Branch: cfgperl
24418            + pod/perlutil.pod
24419            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
24420 ____________________________________________________________________________
24421 [  6231] By: jhi                                   on 2000/06/23  15:19:18
24422         Log: Subject: [PATCH 5.6.0] cygwin port
24423              From: "Fifer, Eric" <EFifer@sanwaint.com>
24424              Date: Tue, 20 Jun 2000 14:30:58 +0100
24425              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
24426      Branch: cfgperl
24427            ! README.cygwin lib/File/Find.pm
24428 ____________________________________________________________________________
24429 [  6230] By: jhi                                   on 2000/06/23  14:25:21
24430         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
24431      Branch: cfgperl
24432            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
24433            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
24434            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24435            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
24436 ____________________________________________________________________________
24437 [  6229] By: jhi                                   on 2000/06/23  14:13:34
24438         Log: Subject: README.hpux version 0.6.1
24439              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
24440              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
24441              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
24442      Branch: cfgperl
24443            ! README.hpux
24444 ____________________________________________________________________________
24445 [  6228] By: jhi                                   on 2000/06/23  14:07:20
24446         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
24447              From: Doug MacEachern <dougm@covalent.net>
24448              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
24449              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
24450      Branch: cfgperl
24451            ! op.c
24452 ____________________________________________________________________________
24453 [  6227] By: jhi                                   on 2000/06/23  14:01:06
24454         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
24455              From: Doug MacEachern <dougm@covalent.net>
24456              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
24457              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
24458      Branch: cfgperl
24459            + lib/lib.pm.PL
24460            - lib/lib.pm
24461            ! MANIFEST Makefile.SH
24462 ____________________________________________________________________________
24463 [  6226] By: jhi                                   on 2000/06/23  13:53:07
24464         Log: Subject: [PATCH] remove forward declarations in Socket.pm
24465              From: Doug MacEachern <dougm@covalent.net>
24466              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
24467              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
24468              
24469              From: Doug MacEachern <dougm@covalent.net>
24470              Subject: Re: [PATCH] remove forward declarations in Socket.pm
24471              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
24472              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
24473      Branch: cfgperl
24474            ! ext/Socket/Socket.pm op.c
24475 ____________________________________________________________________________
24476 [  6225] By: jhi                                   on 2000/06/23  13:41:52
24477         Log: Add source code filenames to apidoc.
24478              From: simon@brecon.co.uk (Simon Cozens)
24479              Subject: [PATCH embed.pl] Source X-ref
24480              Date: 22 Jun 2000 02:18:49 GMT
24481              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
24482      Branch: cfgperl
24483            ! embed.pl
24484 ____________________________________________________________________________
24485 [  6224] By: jhi                                   on 2000/06/23  13:32:33
24486         Log: A way to avoid English.pm performance hit.
24487              From: root <root@jester.slaysys.com>
24488              Subject: [YAPATCH English.pm] My turn to putt again
24489              Date: Thu, 22 Jun 2000 20:33:58 -0400
24490              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
24491      Branch: cfgperl
24492            ! lib/English.pm t/lib/english.t
24493 ____________________________________________________________________________
24494 [  6223] By: jhi                                   on 2000/06/23  13:27:06
24495         Log: Avoid double close().
24496              Subject: [PATCH] avoid double close()
24497              From: Doug MacEachern <dougm@covalent.net>
24498              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
24499              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
24500      Branch: cfgperl
24501            ! doio.c
24502 ____________________________________________________________________________
24503 [  6222] By: jhi                                   on 2000/06/23  13:25:54
24504         Log: doc typo fix
24505              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
24506              From: Ian Phillipps <Ian.Phillipps@iname.com>
24507              Date: Fri, 23 Jun 2000 10:40:58 +0100
24508              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
24509      Branch: cfgperl
24510            ! lib/Pod/Usage.pm
24511 ____________________________________________________________________________
24512 [  6221] By: jhi                                   on 2000/06/23  13:24:15
24513         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
24514              From: simon@brecon.co.uk (Simon Cozens)
24515              Subject: [PATCH] Eliminate tr///[CU][CU]
24516              Date: 23 Jun 2000 11:05:40 GMT
24517              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
24518      Branch: cfgperl
24519            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
24520 ____________________________________________________________________________
24521 [  6220] By: jhi                                   on 2000/06/22  16:07:51
24522         Log: Win32 patches from Benjamin Stuhl.
24523      Branch: cfgperl
24524            ! makedef.pl win32/win32.h
24525 ____________________________________________________________________________
24526 [  6219] By: jhi                                   on 2000/06/22  16:06:34
24527         Log: Bytecode patches from Benjamin Stuhl.
24528      Branch: cfgperl
24529            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
24530            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
24531            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24532 ____________________________________________________________________________
24533 [  6218] By: jhi                                   on 2000/06/15  23:54:16
24534         Log: Bytecode patches from Benjamin Stuhl.
24535      Branch: cfgperl
24536            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
24537 ____________________________________________________________________________
24538 [  6217] By: jhi                                   on 2000/06/09  13:38:29
24539         Log: Rename the fdpid locking and integrate with Sarathy.
24540      Branch: cfgperl
24541            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
24542            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
24543            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
24544            ! win32/win32.c
24545           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
24546 ____________________________________________________________________________
24547 [  6216] By: gsar                                  on 2000/06/08  14:54:21
24548         Log: be more optimal about clearing @_
24549      Branch: perl
24550            ! cop.h
24551 ____________________________________________________________________________
24552 [  6215] By: gsar                                  on 2000/06/08  14:33:04
24553         Log: tweak comment about @DB::args
24554      Branch: perl
24555            ! av.h pp_ctl.c
24556 ____________________________________________________________________________
24557 [  6214] By: gsar                                  on 2000/06/08  13:57:54
24558         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
24559              caller() wants to populate @DB::args with it (causes a coredump
24560              in Carp::confess())
24561      Branch: perl
24562            ! cop.h t/op/runlevel.t
24563 ____________________________________________________________________________
24564 [  6213] By: gsar                                  on 2000/06/08  07:06:35
24565         Log: back out change#6106 (seems problematic)
24566      Branch: perl
24567            ! hints/solaris_2.sh
24568 ____________________________________________________________________________
24569 [  6212] By: jhi                                   on 2000/06/07  03:10:36
24570         Log: Continuing mopup for #6204.
24571      Branch: cfgperl
24572            ! ext/B/defsubs_h.PL
24573 ____________________________________________________________________________
24574 [  6211] By: jhi                                   on 2000/06/07  02:41:50
24575         Log: Mopup for #6204.
24576              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
24577              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
24578              This is comes from const() where POK isn't on when expected.
24579      Branch: cfgperl
24580            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
24581            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24582            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
24583            ! perlapi.h pod/perlapi.pod
24584 ____________________________________________________________________________
24585 [  6210] By: jhi                                   on 2000/06/07  01:56:29
24586         Log: Mopup for #6207 and #6209.
24587      Branch: cfgperl
24588            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
24589 ____________________________________________________________________________
24590 [  6209] By: jhi                                   on 2000/06/07  01:33:12
24591         Log: Lock PL_fdpid against race conditions, based on:
24592              Subject: [PATCH 5.6.0]subprocess fixup for threads
24593              From: Dan Sugalski <dan@sidhe.org>
24594              To: perl5-porters@perl.org
24595              Date: Tue, 11 Apr 2000 17:02:32 -0400
24596              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
24597      Branch: cfgperl
24598            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
24599            ! win32/win32.c
24600 ____________________________________________________________________________
24601 [  6208] By: jhi                                   on 2000/06/07  01:05:23
24602         Log: Regen headers for #6207.
24603      Branch: cfgperl
24604            ! embed.h global.sym objXSUB.h proto.h
24605 ____________________________________________________________________________
24606 [  6207] By: jhi                                   on 2000/06/06  23:43:13
24607         Log: Subject: [PATCH 5.6.0] Threadsafe patches
24608              From: Dan Sugalski <dan@sidhe.org>
24609              To: perl5-porters@perl.org
24610              Date: Mon, 08 May 2000 18:08:13 -0400
24611              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
24612      Branch: cfgperl
24613            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
24614            ! proto.h sv.h util.c
24615 ____________________________________________________________________________
24616 [  6206] By: jhi                                   on 2000/06/06  23:21:23
24617         Log: Subject: [PATCH] Eliminate $a/$b in pod
24618              From: David Glasser <me@davidglasser.net>
24619              To: perl5-porters@perl.org
24620              Date: Mon, 29 May 2000 21:15:59 -0400
24621              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
24622      Branch: cfgperl
24623            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
24624            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
24625            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
24626            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
24627            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
24628            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
24629            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
24630            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
24631            ! pod/perlvar.pod pod/perlxs.pod
24632 ____________________________________________________________________________
24633 [  6205] By: jhi                                   on 2000/06/06  23:12:14
24634         Log: Subject: [PATCH] Win32 improvements
24635              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
24636              To: gsar@activestate.com, perl5-porters@perl.org
24637              Date: Mon, 29 May 2000 17:22:24 PDT
24638              Message-ID: <20000530002224.91142.qmail@hotmail.com>
24639              (MUA had mangled many lines by wordwrapping)
24640      Branch: cfgperl
24641            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
24642 ____________________________________________________________________________
24643 [  6204] By: jhi                                   on 2000/06/06  23:01:50
24644         Log: Subject: [PATCH] B::Bytecode patches
24645              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
24646              To: gsar@activestate.com, jhi@iki.fi
24647              Cc: perl5-porters@perl.org
24648              Message-ID: <20000602202526.48694.qmail@hotmail.com>
24649              (MUA had mangled many lines by wordwrapping)
24650      Branch: cfgperl
24651            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
24652            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
24653            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24654            ! intrpvar.h perl.c
24655 ____________________________________________________________________________
24656 [  6203] By: jhi                                   on 2000/06/06  22:32:43
24657         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
24658              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24659              Date: Tue, 06 Jun 2000 13:07:45 -0700
24660              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
24661      Branch: cfgperl
24662            ! pod/perldiag.pod
24663 ____________________________________________________________________________
24664 [  6202] By: jhi                                   on 2000/06/06  19:38:35
24665         Log: Integrate with Sarathy.
24666      Branch: cfgperl
24667           !> perl.c
24668 ____________________________________________________________________________
24669 [  6201] By: gsar                                  on 2000/06/06  00:42:59
24670         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
24671              does a PUSHMARK that's never ever POPMARKed; in general, only
24672              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
24673              Perl_eval_[sp]v() don't because they don't take any incoming
24674              arguments (this leak has been around since the original version
24675              of perl_eval_pv() in 5.003_97e)
24676      Branch: perl
24677            ! perl.c
24678 ____________________________________________________________________________
24679 [  6200] By: jhi                                   on 2000/06/04  03:44:52
24680         Log: Update to cperl-mode.el 4.31 from
24681              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
24682              Subject: A couple of notes
24683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24684              To: Mailing list Perl5 <perl5-porters@perl.org>
24685              Date: Sat, 3 Jun 2000 23:33:32 -0400
24686              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
24687      Branch: cfgperl
24688            ! emacs/cperl-mode.el
24689 ____________________________________________________________________________
24690 [  6199] By: jhi                                   on 2000/06/03  15:11:05
24691         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
24692              From: Dan Sugalski <dan@sidhe.org>
24693              To: perl5-porters@perl.org, vmsperl@perl.org
24694              Date: Fri, 02 Jun 2000 17:30:51 -0400
24695              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
24696      Branch: cfgperl
24697            ! vms/descrip_mms.template vms/gen_shrfls.pl
24698 ____________________________________________________________________________
24699 [  6198] By: jhi                                   on 2000/06/03  14:59:15
24700         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
24701              From: Dan Sugalski <dan@sidhe.org>
24702              To: vmsperl@perl.org, perl5-porters@perl.org
24703              Date: Fri, 02 Jun 2000 16:00:41 -0400
24704              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
24705              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
24706      Branch: cfgperl
24707            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
24708            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
24709            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
24710 ____________________________________________________________________________
24711 [  6197] By: jhi                                   on 2000/06/03  14:41:30
24712         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
24713              From: John Borwick <jhborwic@unity.ncsu.edu>
24714              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
24715              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
24716      Branch: cfgperl
24717            ! pod/perlsyn.pod
24718 ____________________________________________________________________________
24719 [  6196] By: jhi                                   on 2000/06/03  14:38:09
24720         Log: Integrate with Sarathy.
24721      Branch: cfgperl
24722           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
24723           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
24724           !> vms/perly_c.vms
24725 ____________________________________________________________________________
24726 [  6195] By: gsar                                  on 2000/06/02  22:43:13
24727         Log: fix yet another eval"" leak under USE_ITHREADS
24728      Branch: perl
24729            ! op.c
24730 ____________________________________________________________________________
24731 [  6194] By: gsar                                  on 2000/06/02  18:22:06
24732         Log: fix small eval"" memory leaks under USE_ITHREADS
24733      Branch: perl
24734            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
24735            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
24736            ! vms/perly_c.vms
24737 ____________________________________________________________________________
24738 [  6193] By: jhi                                   on 2000/06/01  13:03:56
24739         Log: Signals-be-gone for microperl.
24740      Branch: cfgperl
24741            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
24742 ____________________________________________________________________________
24743 [  6192] By: jhi                                   on 2000/06/01  12:52:02
24744         Log: Integrate with Sarathy.
24745      Branch: cfgperl
24746           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
24747           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
24748           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
24749           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
24750           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
24751           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
24752           !> t/op/vec.t utils/h2xs.PL
24753 ____________________________________________________________________________
24754 [  6191] By: gsar                                  on 2000/06/01  09:38:21
24755         Log: vec() loses numericalness (modified version of patch suggested
24756              by Robin Barker)
24757      Branch: perl
24758            ! doop.c t/op/vec.t
24759 ____________________________________________________________________________
24760 [  6190] By: gsar                                  on 2000/06/01  09:26:15
24761         Log: submit missing embed.pl change
24762      Branch: perl
24763            ! embed.pl
24764 ____________________________________________________________________________
24765 [  6189] By: gsar                                  on 2000/06/01  09:05:34
24766         Log: counting tr/// corrupts later operation (from M.J.T Guy)
24767      Branch: perl
24768            ! doop.c t/op/tr.t
24769 ____________________________________________________________________________
24770 [  6188] By: gsar                                  on 2000/06/01  08:58:39
24771         Log: h2xs tweaks
24772      Branch: perl
24773            ! utils/h2xs.PL
24774 ____________________________________________________________________________
24775 [  6187] By: gsar                                  on 2000/06/01  08:50:07
24776         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
24777              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
24778      Branch: perl
24779            + lib/Pod/LaTeX.pm
24780            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
24781            ! pod/pod2latex.PL
24782 ____________________________________________________________________________
24783 [  6186] By: gsar                                  on 2000/06/01  08:24:40
24784         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
24785              <wolfgang.laun@alcatel.at>)
24786      Branch: perl
24787            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
24788            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
24789 ____________________________________________________________________________
24790 [  6185] By: gsar                                  on 2000/06/01  08:12:00
24791         Log: remove incorrect documentation about implicit split to @_ in
24792              list context, which never really worked in perl 5 (from
24793              M.J.T. Guy)
24794      Branch: perl
24795            ! pod/perlfunc.pod pod/perltrap.pod
24796 ____________________________________________________________________________
24797 [  6184] By: gsar                                  on 2000/06/01  07:52:27
24798         Log: tweak for change#6127
24799      Branch: perl
24800            ! perl.c
24801 ____________________________________________________________________________
24802 [  6183] By: gsar                                  on 2000/06/01  07:41:02
24803         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
24804              <nick@ccl4.org>)
24805      Branch: perl
24806            + t/lib/selfloader.t
24807            ! MANIFEST lib/SelfLoader.pm
24808 ____________________________________________________________________________
24809 [  6182] By: jhi                                   on 2000/06/01  00:34:42
24810         Log: Be Cleaner Part Deux.
24811      Branch: cfgperl
24812            ! Makefile.SH
24813 ____________________________________________________________________________
24814 [  6181] By: jhi                                   on 2000/06/01  00:32:09
24815         Log: Integrate with Sarathy.
24816      Branch: cfgperl
24817           !> pp.c t/op/arith.t
24818 ____________________________________________________________________________
24819 [  6180] By: jhi                                   on 2000/06/01  00:31:13
24820         Log: microperl nits from Simon Cozens.
24821      Branch: cfgperl
24822            + uconfig.h
24823            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
24824            ! unixish.h
24825 ____________________________________________________________________________
24826 [  6179] By: gsar                                  on 2000/05/31  22:37:51
24827         Log: buggy modulus on UVs introduced by change#3378 (resulted in
24828              4063328477 % 65535 amounting to 27406, instead of 27407)
24829      Branch: perl
24830            ! pp.c t/op/arith.t
24831 ____________________________________________________________________________
24832 [  6178] By: jhi                                   on 2000/05/31  21:52:41
24833         Log: Be cleaner.
24834      Branch: cfgperl
24835            ! Makefile.SH
24836 ____________________________________________________________________________
24837 [  6177] By: jhi                                   on 2000/05/31  21:47:33
24838         Log: Substitution utf8 patch from Simon Cozens.
24839      Branch: cfgperl
24840            ! pp_hot.c
24841 ____________________________________________________________________________
24842 [  6176] By: jhi                                   on 2000/05/31  21:45:34
24843         Log: Single-quoted utf8 patch from Simon Cozens.
24844      Branch: cfgperl
24845            ! toke.c
24846 ____________________________________________________________________________
24847 [  6175] By: jhi                                   on 2000/05/31  21:40:18
24848         Log: Integrate with Sarathy.
24849      Branch: cfgperl
24850           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
24851 ____________________________________________________________________________
24852 [  6174] By: jhi                                   on 2000/05/31  21:37:31
24853         Log: microperl changes from Simon Cozens; Makefile for microperl
24854              written from scratch; few casts added as microperl compilation
24855              doesn't have all prototypes available.
24856      Branch: cfgperl
24857            + Makefile.micro README.micro Todo.micro uconfig.sh
24858            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
24859            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
24860      Branch: metaconfig
24861            + U/modified/Config_h.U
24862 ____________________________________________________________________________
24863 [  6173] By: jhi                                   on 2000/05/31  20:00:24
24864         Log: metaconfig maintenance.
24865      Branch: metaconfig
24866            + U/modified/Inhdr.U U/typedefs/inotype.U
24867      Branch: metaconfig/U/perl
24868            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
24869            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
24870 ____________________________________________________________________________
24871 [  6172] By: gsar                                  on 2000/05/31  05:05:42
24872         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
24873              (from Ilya Zakharevich)
24874      Branch: perl
24875            ! regexec.c t/op/re_tests
24876 ____________________________________________________________________________
24877 [  6171] By: gsar                                  on 2000/05/31  05:01:47
24878         Log: scalar() doesn't force scalar context when used in void context
24879              (from Simon Cozens)
24880      Branch: perl
24881            ! op.c t/op/wantarray.t
24882 ____________________________________________________________________________
24883 [  6170] By: gsar                                  on 2000/05/31  04:41:33
24884         Log: change#6142 needs tweaks to tests to work where there's no symlink()
24885              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
24886      Branch: perl
24887            ! t/lib/filefind.t
24888 ____________________________________________________________________________
24889 [  6169] By: gsar                                  on 2000/05/31  04:29:49
24890         Log: integrate cfgperl contents into mainline
24891      Branch: perl
24892           +> pod/perlmodlib.PL pod/perlnewmod.pod
24893           !> (integrate 42 files)
24894 ____________________________________________________________________________
24895 [  6168] By: jhi                                   on 2000/05/30  22:53:37
24896         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
24897      Branch: cfgperl
24898            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24899            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
24900            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
24901            ! win32/config.bc win32/config.gc win32/config.vc
24902            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24903            ! win32/config_h.PL win32/config_sh.PL
24904      Branch: metaconfig/U/perl
24905            ! perlxv.U
24906 ____________________________________________________________________________
24907 [  6167] By: jhi                                   on 2000/05/30  22:20:21
24908         Log: tweak todo 
24909      Branch: cfgperl
24910            ! Todo-5.6
24911 ____________________________________________________________________________
24912 [  6166] By: jhi                                   on 2000/05/30  22:11:51
24913         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
24914              in case somebody wants to write an extension for more
24915              shadow database interfaces.
24916      Branch: cfgperl
24917            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24918            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
24919            ! vos/config.def vos/config.h vos/config_h.SH_orig
24920            ! win32/config.bc win32/config.gc win32/config.vc
24921            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24922      Branch: metaconfig
24923            ! U/modified/Myinit.U
24924      Branch: metaconfig/U/perl
24925            + d_getespwnam.U d_getprpwnam.U i_prot.U
24926 ____________________________________________________________________________
24927 [  6165] By: jhi                                   on 2000/05/30  18:35:34
24928         Log: Integrate with Sarathy.
24929      Branch: cfgperl
24930           !> op.c
24931 ____________________________________________________________________________
24932 [  6164] By: jhi                                   on 2000/05/30  18:30:16
24933         Log: detypo
24934      Branch: cfgperl
24935            ! Configure config_h.SH
24936      Branch: metaconfig/U/perl
24937            ! perlxv.U
24938 ____________________________________________________________________________
24939 [  6163] By: gsar                                  on 2000/05/30  03:24:03
24940         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
24941      Branch: perl
24942            ! op.c
24943 ____________________________________________________________________________
24944 [  6162] By: gsar                                  on 2000/05/30  03:09:38
24945         Log: fix memory leak in method call optimization (change#3768);
24946              made C<eval "$x->foo()"> leak
24947      Branch: perl
24948            ! op.c
24949 ____________________________________________________________________________
24950 [  6161] By: jhi                                   on 2000/05/29  17:56:26
24951         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
24952              both from Simon Cozens.
24953      Branch: cfgperl
24954            + pod/perlmodlib.PL pod/perlnewmod.pod
24955            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
24956            ! pod/perlmodlib.pod pod/perltoc.pod
24957 ____________________________________________________________________________
24958 [  6160] By: jhi                                   on 2000/05/29  17:23:55
24959         Log: Changes for the File::Temp 0.08 (change #6159) test suite
24960              to fit better into the Perl distribution test framework.
24961      Branch: cfgperl
24962            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
24963            ! t/lib/ftmp-tempfile.t
24964 ____________________________________________________________________________
24965 [  6159] By: jhi                                   on 2000/05/29  16:55:36
24966         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
24967      Branch: cfgperl
24968            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24969            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
24970 ____________________________________________________________________________
24971 [  6158] By: bailey                                on 2000/05/29  16:22:08
24972         Log: Add fallback to tmpfile for use in cases where user's relying on
24973              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
24974              Lane's patch)
24975      Branch: vmsperl
24976            ! vms/vms.c vms/vmsish.h
24977 ____________________________________________________________________________
24978 [  6157] By: jhi                                   on 2000/05/29  03:10:36
24979         Log: Regen Configure to jive with #6149.
24980      Branch: cfgperl
24981            ! Configure
24982      Branch: metaconfig
24983            ! U/modified/Getfile.U
24984 ____________________________________________________________________________
24985 [  6156] By: jhi                                   on 2000/05/29  03:01:38
24986         Log: Integrate with Sarathy.
24987      Branch: cfgperl
24988           +> ext/DynaLoader/dl_mac.xs
24989           !> (integrate 38 files)
24990 ____________________________________________________________________________
24991 [  6155] By: gsar                                  on 2000/05/28  21:15:58
24992         Log: small bug in change#6144; remove random \xA0 character that snuck
24993              in via change#6145
24994      Branch: perl
24995            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
24996 ____________________________________________________________________________
24997 [  6154] By: gsar                                  on 2000/05/28  21:04:19
24998         Log: avoid type mismatch warning
24999      Branch: perl
25000            ! perl.c
25001 ____________________________________________________________________________
25002 [  6153] By: gsar                                  on 2000/05/28  20:58:31
25003         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
25004              <nick@Bagpuss.uk.boo.com>)
25005      Branch: perl
25006            ! lib/Test/Harness.pm
25007 ____________________________________________________________________________
25008 [  6152] By: gsar                                  on 2000/05/28  20:53:42
25009         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
25010      Branch: perl
25011            ! regexec.c
25012 ____________________________________________________________________________
25013 [  6151] By: gsar                                  on 2000/05/28  20:50:28
25014         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
25015      Branch: perl
25016            ! regexec.c
25017 ____________________________________________________________________________
25018 [  6150] By: gsar                                  on 2000/05/28  20:39:58
25019         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
25020      Branch: perl
25021            ! pod/perlrequick.pod
25022 ____________________________________________________________________________
25023 [  6149] By: gsar                                  on 2000/05/28  20:35:16
25024         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
25025              <troc@netrus.net>)
25026      Branch: perl
25027            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
25028            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
25029            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
25030            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
25031 ____________________________________________________________________________
25032 [  6148] By: gsar                                  on 2000/05/28  20:21:07
25033         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
25034      Branch: perl
25035            ! lib/ExtUtils/MM_Unix.pm
25036 ____________________________________________________________________________
25037 [  6147] By: gsar                                  on 2000/05/28  20:12:41
25038         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
25039              (from Peter Prymmer)
25040      Branch: perl
25041            ! vms/subconfigure.com
25042 ____________________________________________________________________________
25043 [  6146] By: gsar                                  on 2000/05/28  20:06:15
25044         Log: doc typo
25045      Branch: perl
25046            ! lib/warnings.pm warnings.h warnings.pl
25047 ____________________________________________________________________________
25048 [  6145] By: gsar                                  on 2000/05/28  18:44:33
25049         Log: make xsubpp skip embedded pod (from Matthias Neeracher
25050              <neeri@iis.ee.ethz.ch>)
25051      Branch: perl
25052            ! lib/ExtUtils/xsubpp
25053 ____________________________________________________________________________
25054 [  6144] By: gsar                                  on 2000/05/28  18:42:49
25055         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
25056              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
25057              <neeri@iis.ee.ethz.ch>)
25058      Branch: perl
25059            ! lib/AutoSplit.pm
25060 ____________________________________________________________________________
25061 [  6143] By: gsar                                  on 2000/05/28  18:41:12
25062         Log: MacOS support, part 1 (from Matthias Neeracher
25063              <neeri@iis.ee.ethz.ch>)
25064      Branch: perl
25065            + ext/DynaLoader/dl_mac.xs
25066            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
25067            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
25068            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
25069            ! util.h
25070 ____________________________________________________________________________
25071 [  6142] By: gsar                                  on 2000/05/28  18:21:51
25072         Log: File::Find fails to chdir when chasing symlinks (from
25073              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
25074      Branch: perl
25075            ! lib/File/Find.pm t/lib/filefind.t
25076 ____________________________________________________________________________
25077 [  6141] By: jhi                                   on 2000/05/28  14:25:15
25078         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
25079              forwarded by Peter Seebach from the bsdi-users mailing list.
25080              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
25081      Branch: perl
25082            ! hints/bsdos.sh
25083 ____________________________________________________________________________
25084 [  6140] By: jhi                                   on 2000/05/28  14:11:57
25085         Log: Integrate with Sarathy.
25086      Branch: cfgperl
25087           +> (branch 30 files)
25088           !> (integrate 93 files)
25089 ____________________________________________________________________________
25090 [  6139] By: gsar                                  on 2000/05/28  10:01:48
25091         Log: revise mktables.PL for bugs and newness in Unicode 3.0
25092              (from James Bence <jbence@amgen.com>)
25093      Branch: perl
25094            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
25095            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
25096            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
25097            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
25098            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
25099            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
25100            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
25101            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
25102            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
25103            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
25104            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
25105            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
25106            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
25107            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
25108            + lib/unicode/Is/SylWU.pl
25109            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
25110            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
25111            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
25112            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
25113            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
25114            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
25115            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
25116            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
25117            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
25118            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
25119            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
25120            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
25121            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
25122            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
25123            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
25124            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
25125            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
25126            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
25127            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
25128            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
25129            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
25130            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
25131            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
25132            ! lib/unicode/Makefile lib/unicode/mktables.PL
25133 ____________________________________________________________________________
25134 [  6138] By: gsar                                  on 2000/05/28  08:50:32
25135         Log: add note about the handling of negative indices to tied arrays
25136              (from Michael G Schwern <schwern@pobox.com>)
25137      Branch: perl
25138            ! pod/perltie.pod
25139 ____________________________________________________________________________
25140 [  6137] By: gsar                                  on 2000/05/28  08:46:10
25141         Log: fix bogus redeclaration warning for "our" variables in different
25142              scopes
25143      Branch: perl
25144            ! op.c t/pragma/strict-vars
25145 ____________________________________________________________________________
25146 [  6136] By: gsar                                  on 2000/05/28  08:31:20
25147         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
25148      Branch: perl
25149            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
25150 ____________________________________________________________________________
25151 [  6135] By: gsar                                  on 2000/05/28  08:17:50
25152         Log: enable Test::Harness to dynamically determine column width etc.
25153              (from Rob Napier <rnapier@employees.org>)
25154      Branch: perl
25155            ! lib/Test/Harness.pm
25156 ____________________________________________________________________________
25157 [  6134] By: gsar                                  on 2000/05/28  08:13:39
25158         Log: make Test::Harness use wait.h/WCOREDUMP if available
25159              (from Ben Tilly <ben_tilly@hotmail.com>)
25160      Branch: perl
25161            ! lib/Test/Harness.pm
25162 ____________________________________________________________________________
25163 [  6133] By: gsar                                  on 2000/05/28  08:08:05
25164         Log: elide bogus test in change#6132
25165      Branch: perl
25166            ! t/pragma/warn/9enabled
25167 ____________________________________________________________________________
25168 [  6132] By: gsar                                  on 2000/05/28  08:03:14
25169         Log: warnings::enabled() doesn't fall back to looking at $^W if
25170              caller isn't using lexical warnings (from Paul Marquess)
25171      Branch: perl
25172            ! pp_ctl.c t/pragma/warn/9enabled
25173 ____________________________________________________________________________
25174 [  6131] By: gsar                                  on 2000/05/28  07:57:47
25175         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
25176      Branch: perl
25177            ! ext/POSIX/POSIX.pm
25178 ____________________________________________________________________________
25179 [  6130] By: gsar                                  on 2000/05/28  07:29:12
25180         Log: fix places that mean C<"word" character> but say C<alphanumeric
25181              character>
25182      Branch: perl
25183            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
25184 ____________________________________________________________________________
25185 [  6129] By: gsar                                  on 2000/05/28  07:18:41
25186         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
25187      Branch: perl
25188            ! vms/test.com
25189 ____________________________________________________________________________
25190 [  6128] By: gsar                                  on 2000/05/28  07:12:55
25191         Log: new perlxstut example for passing/returning refs to arrays
25192              (from David Lowe <dlowe@pootpoot.com>)
25193      Branch: perl
25194            ! pod/perlxstut.pod
25195 ____________________________________________________________________________
25196 [  6127] By: gsar                                  on 2000/05/28  07:02:50
25197         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
25198              failed (from Gisle Aas)
25199      Branch: perl
25200            ! cop.h perl.c
25201 ____________________________________________________________________________
25202 [  6126] By: gsar                                  on 2000/05/28  06:39:53
25203         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
25204              (reworked variant of patch suggested by Simon Cozens)
25205      Branch: perl
25206            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
25207            ! pp_hot.c proto.h t/op/gv.t
25208 ____________________________________________________________________________
25209 [  6125] By: gsar                                  on 2000/05/28  05:14:55
25210         Log: enable propagating exception objects via Perl_croak() in XS code
25211              (from Gisle Aas)
25212      Branch: perl
25213            ! util.c
25214 ____________________________________________________________________________
25215 [  6124] By: gsar                                  on 2000/05/28  05:07:28
25216         Log: integrate vmsperl contents into mainline
25217      Branch: perl
25218           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
25219           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
25220           !> vms/vmsish.h
25221 ____________________________________________________________________________
25222 [  6123] By: gsar                                  on 2000/05/28  05:03:53
25223         Log: clarify gotcha with #line directives (from Rocco Caputo
25224              <troc@netrus.net>)
25225      Branch: perl
25226            ! pod/perldebug.pod pod/perlsyn.pod
25227 ____________________________________________________________________________
25228 [  6122] By: gsar                                  on 2000/05/28  04:58:29
25229         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
25230              (from Mark-Jason Dominus)
25231      Branch: perl
25232            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
25233            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
25234            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
25235            ! toke.c
25236 ____________________________________________________________________________
25237 [  6121] By: bailey                                on 2000/05/25  04:46:54
25238         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
25239              lists (based on fixes by Craig Berry)
25240      Branch: vmsperl
25241            ! lib/File/Spec/VMS.pm
25242 ____________________________________________________________________________
25243 [  6120] By: bailey                                on 2000/05/25  04:25:38
25244         Log: Add missing escape (Charles Lane)
25245      Branch: vmsperl
25246            ! t/op/lex_assign.t
25247 ____________________________________________________________________________
25248 [  6119] By: bailey                                on 2000/05/25  04:21:25
25249         Log: Quiet error messages in vmsish.t (Charles Lane)
25250      Branch: vmsperl
25251            ! vms/ext/vmsish.t
25252 ____________________________________________________________________________
25253 [  6118] By: bailey                                on 2000/05/25  04:17:57
25254         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
25255              Flatten case labels in switch statements uniformly (Charles Bailey)
25256      Branch: vmsperl
25257            ! vms/vms.c
25258 ____________________________________________________________________________
25259 [  6117] By: bailey                                on 2000/05/25  03:58:09
25260         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
25261      Branch: vmsperl
25262            ! vms/vmsish.h
25263 ____________________________________________________________________________
25264 [  6116] By: bailey                                on 2000/05/25  03:11:15
25265         Log: Miscellaneous cosmetic fixes (Charles Lane)
25266      Branch: vmsperl
25267            ! lib/ExtUtils/MM_VMS.pm
25268 ____________________________________________________________________________
25269 [  6115] By: bailey                                on 2000/05/25  03:10:36
25270         Log: Add bounds checking for several strings (Charles Lane)
25271      Branch: vmsperl
25272            ! vms/vms.c
25273 ____________________________________________________________________________
25274 [  6114] By: bailey                                on 2000/05/25  02:25:34
25275         Log: Urk -- undo previous removal of vmsish 'exit' change
25276      Branch: vmsperl
25277            ! vms/ext/vmsish.pm vms/vmsish.h
25278 ____________________________________________________________________________
25279 [  6113] By: bailey                                on 2000/05/24  02:24:40
25280         Log: Ugly workaround for version-specific RTL error
25281      Branch: vmsperl
25282            ! vms/vms.c
25283 ____________________________________________________________________________
25284 [  6112] By: bailey                                on 2000/05/24  02:19:55
25285         Log: Check for existence of file before trying to delete
25286      Branch: vmsperl
25287            ! vms/test.com
25288 ____________________________________________________________________________
25289 [  6111] By: bailey                                on 2000/05/23  23:35:13
25290         Log: Resync with mainline prior to post-5.6.0 updates
25291      Branch: vmsperl
25292           +> (branch 49 files)
25293            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
25294            ! vms/ext/vmsish.pm
25295           !> (integrate 334 files)
25296 ____________________________________________________________________________
25297 [  6110] By: jhi                                   on 2000/05/23  19:28:32
25298         Log: todo tweak
25299      Branch: cfgperl
25300            ! Todo-5.6
25301 ____________________________________________________________________________
25302 [  6109] By: jhi                                   on 2000/05/18  17:38:54
25303         Log: Integrate with Sarathy.
25304      Branch: cfgperl
25305           !> mg.c perl.h win32/perlhost.h
25306 ____________________________________________________________________________
25307 [  6108] By: gsar                                  on 2000/05/17  02:24:56
25308         Log: reenable fake signal handling on Windows, bugs and all
25309      Branch: perl
25310            ! mg.c perl.h win32/perlhost.h
25311 ____________________________________________________________________________
25312 [  6107] By: jhi                                   on 2000/05/15  18:01:41
25313         Log: Tweak the todo list.
25314      Branch: cfgperl
25315            ! Todo-5.6
25316 ____________________________________________________________________________
25317 [  6106] By: jhi                                   on 2000/05/15  13:41:48
25318         Log: The (Configure) script refuses to go on, after asking for
25319              'You may also choose to try maximal 64-bitness....'.
25320              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
25321              -- Patrick Zima
25322              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
25323      Branch: cfgperl
25324            ! hints/solaris_2.sh
25325 ____________________________________________________________________________
25326 [  6105] By: jhi                                   on 2000/05/11  14:37:43
25327         Log: Integrate with Sarathy.
25328      Branch: cfgperl
25329           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
25330           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
25331 ____________________________________________________________________________
25332 [  6104] By: gsar                                  on 2000/05/11  03:39:07
25333         Log: PL_sys_intern was being initialized too late on windows
25334      Branch: perl
25335            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
25336            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
25337 ____________________________________________________________________________
25338 [  6103] By: jhi                                   on 2000/05/09  19:42:20
25339         Log: Test tweaking for Unicos continues.
25340      Branch: cfgperl
25341            ! t/op/64bitint.t
25342 ____________________________________________________________________________
25343 [  6102] By: jhi                                   on 2000/05/09  16:47:27
25344         Log: The test suite tweak in #6101 wasn't quite right.
25345      Branch: cfgperl
25346            ! t/lib/complex.t
25347 ____________________________________________________________________________
25348 [  6101] By: jhi                                   on 2000/05/09  15:35:34
25349         Log: Hints and test tweaks for Unicos.
25350      Branch: cfgperl
25351            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
25352 ____________________________________________________________________________
25353 [  6100] By: jhi                                   on 2000/05/08  21:15:06
25354         Log: More compilation tweakery from Allen Smith.
25355      Branch: cfgperl
25356            ! hints/irix_6.sh
25357 ____________________________________________________________________________
25358 [  6099] By: jhi                                   on 2000/05/08  19:21:18
25359         Log: Tweaks for the cc bugs from Allen Smith.
25360      Branch: cfgperl
25361            ! hints/irix_6.sh
25362 ____________________________________________________________________________
25363 [  6098] By: jhi                                   on 2000/05/08  19:13:37
25364         Log: Add a note about other, yet unsupported, shadow password APIs.
25365      Branch: cfgperl
25366            ! pp_sys.c
25367 ____________________________________________________________________________
25368 [  6097] By: jhi                                   on 2000/05/08  18:46:34
25369         Log: Add a note about possible compilation problems from Allen Smith.
25370      Branch: cfgperl
25371            ! hints/irix_6.sh
25372 ____________________________________________________________________________
25373 [  6096] By: jhi                                   on 2000/05/08  17:33:10
25374         Log: Integrate with Sarathy.
25375      Branch: cfgperl
25376           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
25377           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
25378 ____________________________________________________________________________
25379 [  6095] By: jhi                                   on 2000/05/08  16:21:33
25380         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
25381              might be useful in future.
25382      Branch: cfgperl
25383            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25384            ! config_h.SH
25385      Branch: metaconfig
25386            ! U/installdirs/inc_version_list.U
25387      Branch: metaconfig/U/perl
25388            ! perlxv.U
25389 ____________________________________________________________________________
25390 [  6094] By: gsar                                  on 2000/05/08  14:22:22
25391         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
25392      Branch: perl
25393            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
25394            ! hints/cygwin.sh pp_sys.c
25395 ____________________________________________________________________________
25396 [  6093] By: gsar                                  on 2000/05/08  12:52:28
25397         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
25398              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
25399      Branch: perl
25400            ! pp_sys.c sv.c win32/perlhost.h
25401 ____________________________________________________________________________
25402 [  6092] By: jhi                                   on 2000/05/07  22:40:34
25403         Log: Regen perltoc with the fixed buildtoc.
25404      Branch: cfgperl
25405            ! pod/perltoc.pod
25406 ____________________________________________________________________________
25407 [  6091] By: jhi                                   on 2000/05/07  22:24:16
25408         Log: Integrate with Sarathy.
25409      Branch: cfgperl
25410           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
25411           !> t/op/substr.t toke.c
25412 ____________________________________________________________________________
25413 [  6090] By: gsar                                  on 2000/05/07  19:47:07
25414         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
25415              [NI]OK; added tests for both
25416      Branch: perl
25417            ! perl.c pp_hot.c sv.c t/op/substr.t
25418 ____________________________________________________________________________
25419 [  6089] By: gsar                                  on 2000/05/07  18:18:38
25420         Log: buildtoc tweak to fix newline lossage
25421      Branch: perl
25422            ! pod/buildtoc
25423 ____________________________________________________________________________
25424 [  6088] By: jhi                                   on 2000/05/07  16:35:36
25425         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
25426              because we do not use those.  The HAS_GETSPNAM remains,
25427              though, because we still do use that.
25428      Branch: cfgperl
25429            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25430            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
25431            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
25432            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
25433            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25434            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
25435 ____________________________________________________________________________
25436 [  6087] By: gsar                                  on 2000/05/07  16:05:16
25437         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
25438      Branch: perl
25439            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
25440 ____________________________________________________________________________
25441 [  6086] By: jhi                                   on 2000/05/07  15:27:07
25442         Log: Integrate with Sarathy.
25443      Branch: cfgperl
25444           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25445           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25446           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
25447           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
25448           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
25449           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
25450 ____________________________________________________________________________
25451 [  6085] By: gsar                                  on 2000/05/07  05:52:02
25452         Log: repeat operator (x) doesn't preserve utf8-ness
25453      Branch: perl
25454            ! pp.c t/op/substr.t
25455 ____________________________________________________________________________
25456 [  6084] By: gsar                                  on 2000/05/07  05:39:55
25457         Log: substr() does not preserve utf8-ness (from Stefan Eissing
25458              <Eissing@medicaldataservice.de>); added tests
25459      Branch: perl
25460            ! pp.c t/op/substr.t
25461 ____________________________________________________________________________
25462 [  6083] By: gsar                                  on 2000/05/07  05:24:46
25463         Log: note about undocumented caller() return value (from M.J.T. Guy);
25464              yet another peek.t tweak
25465      Branch: perl
25466            ! pod/perlfunc.pod t/lib/peek.t
25467 ____________________________________________________________________________
25468 [  6082] By: gsar                                  on 2000/05/07  05:08:40
25469         Log: peek.t non-portable to ithreads
25470      Branch: perl
25471            ! t/lib/peek.t
25472 ____________________________________________________________________________
25473 [  6081] By: gsar                                  on 2000/05/07  04:17:04
25474         Log: better default perlbug categories for ok reports (from Richard Foley)
25475      Branch: perl
25476            ! utils/perlbug.PL
25477 ____________________________________________________________________________
25478 [  6080] By: gsar                                  on 2000/05/07  04:08:07
25479         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
25480              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
25481      Branch: perl
25482            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25483            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25484            ! AUTHORS MAINTAIN MANIFEST
25485 ____________________________________________________________________________
25486 [  6079] By: gsar                                  on 2000/05/07  04:01:38
25487         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
25488      Branch: perl
25489            ! lib/Carp/Heavy.pm
25490 ____________________________________________________________________________
25491 [  6078] By: gsar                                  on 2000/05/07  01:24:19
25492         Log: workaround for CRT bug in chdir() (from Charles Lane, via
25493              Peter Prymmer)
25494      Branch: perl
25495            ! iperlsys.h vms/vms.c vms/vmsish.h
25496 ____________________________________________________________________________
25497 [  6077] By: gsar                                  on 2000/05/07  01:22:23
25498         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
25499              and Tom Phoenix)
25500      Branch: perl
25501            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
25502 ____________________________________________________________________________
25503 [  6076] By: gsar                                  on 2000/05/06  17:36:29
25504         Log: integrate cfgperl contents into mainline
25505      Branch: perl
25506           +> t/lib/peek.t
25507           !> Configure MANIFEST Porting/Glossary Porting/config.sh
25508           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
25509           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
25510           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
25511 ____________________________________________________________________________
25512 [  6075] By: jhi                                   on 2000/05/05  18:56:10
25513         Log: Make the test more portable.
25514      Branch: cfgperl
25515            ! t/lib/peek.t
25516 ____________________________________________________________________________
25517 [  6074] By: jhi                                   on 2000/05/05  18:49:20
25518         Log: Introduce t/lib/peek.t.
25519      Branch: cfgperl
25520            + t/lib/peek.t
25521            ! MANIFEST
25522 ____________________________________________________________________________
25523 [  6073] By: jhi                                   on 2000/05/05  14:30:45
25524         Log: Complex tweaks.
25525      Branch: cfgperl
25526            ! lib/Math/Complex.pm t/lib/complex.t
25527 ____________________________________________________________________________
25528 [  6072] By: jhi                                   on 2000/05/05  12:27:13
25529         Log: Integrate with Sarathy.
25530      Branch: cfgperl
25531           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
25532           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
25533           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
25534           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
25535 ____________________________________________________________________________
25536 [  6071] By: gsar                                  on 2000/05/05  02:24:46
25537         Log: misformatted perllocal.pod (from Tim Jenness
25538              <t.jenness@jach.hawaii.edu>)
25539      Branch: perl
25540            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
25541 ____________________________________________________________________________
25542 [  6070] By: gsar                                  on 2000/05/05  02:16:52
25543         Log: remove misleading comment (from M.J.T. Guy)
25544      Branch: perl
25545            ! t/lib/anydbm.t
25546 ____________________________________________________________________________
25547 [  6069] By: gsar                                  on 2000/05/05  02:15:13
25548         Log: File::Spec compatibility update (from Barrie Slaymaker
25549              <barries@slaysys.com>)
25550      Branch: perl
25551            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
25552            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25553 ____________________________________________________________________________
25554 [  6068] By: gsar                                  on 2000/05/05  02:01:50
25555         Log: note about values()
25556      Branch: perl
25557            ! pod/perlfunc.pod
25558 ____________________________________________________________________________
25559 [  6067] By: gsar                                  on 2000/05/05  01:33:09
25560         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
25561      Branch: perl
25562            ! win32/win32.c
25563 ____________________________________________________________________________
25564 [  6066] By: gsar                                  on 2000/05/05  01:23:43
25565         Log: s/END/CHECK/
25566      Branch: perl
25567            ! perl.c
25568 ____________________________________________________________________________
25569 [  6065] By: jhi                                   on 2000/05/04  17:30:22
25570         Log: Integrate with Sarathy.
25571      Branch: cfgperl
25572           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
25573 ____________________________________________________________________________
25574 [  6064] By: gsar                                  on 2000/05/04  17:26:14
25575         Log: change#5905 wasn't quite right--it's intent only applies when arguments
25576              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
25577      Branch: perl
25578            ! pp_sys.c sv.c
25579 ____________________________________________________________________________
25580 [  6063] By: gsar                                  on 2000/05/04  16:52:29
25581         Log: tokeq() could read unallocated field in argument
25582      Branch: perl
25583            ! toke.c
25584 ____________________________________________________________________________
25585 [  6062] By: gsar                                  on 2000/05/04  16:34:51
25586         Log: additional tests for utf8.t
25587      Branch: perl
25588            ! t/pragma/utf8.t
25589 ____________________________________________________________________________
25590 [  6061] By: gsar                                  on 2000/05/04  16:09:28
25591         Log: change#5921 neglected to make eq honor "use bytes"
25592      Branch: perl
25593            ! sv.c
25594 ____________________________________________________________________________
25595 [  6060] By: jhi                                   on 2000/05/04  15:30:16
25596         Log: Integrate with Sarathy.
25597      Branch: cfgperl
25598           !> perl.c regcomp.c t/pragma/utf8.t
25599 ____________________________________________________________________________
25600 [  6059] By: jhi                                   on 2000/05/04  15:26:37
25601         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
25602              in natively 64-bit platforms where a long is a quad (no need
25603              for long longs).  Also added bias for IVs.
25604      Branch: cfgperl
25605            ! toke.c
25606 ____________________________________________________________________________
25607 [  6058] By: gsar                                  on 2000/05/04  00:19:14
25608         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
25609              (spotted by Donald Kinzer <dkinzer@premia.com>)
25610      Branch: perl
25611            ! perl.c
25612 ____________________________________________________________________________
25613 [  6057] By: gsar                                  on 2000/05/03  18:34:01
25614         Log: fix broken parsing of /\x{ab}/
25615      Branch: perl
25616            ! regcomp.c t/pragma/utf8.t
25617 ____________________________________________________________________________
25618 [  6056] By: jhi                                   on 2000/05/03  17:57:16
25619         Log: The search of infinity continues, this time simplified.
25620      Branch: cfgperl
25621            ! lib/Math/Complex.pm
25622 ____________________________________________________________________________
25623 [  6055] By: jhi                                   on 2000/05/03  17:45:30
25624         Log: Detypo.
25625      Branch: cfgperl
25626            ! hints/unicos.sh
25627 ____________________________________________________________________________
25628 [  6054] By: jhi                                   on 2000/05/02  22:28:27
25629         Log: Be more forgiving in POSIX about HUGE_VALL.
25630      Branch: cfgperl
25631            ! ext/POSIX/POSIX.xs
25632 ____________________________________________________________________________
25633 [  6053] By: jhi                                   on 2000/05/02  22:25:05
25634         Log: Integrate with Sarathy.
25635      Branch: cfgperl
25636           !> hints/irix_6.sh pod/perlop.pod
25637 ____________________________________________________________________________
25638 [  6052] By: jhi                                   on 2000/05/02  22:24:31
25639         Log: Unicos hint tweak.
25640      Branch: cfgperl
25641            ! hints/unicos.sh
25642 ____________________________________________________________________________
25643 [  6051] By: jhi                                   on 2000/05/02  22:21:26
25644         Log: Complex tweakery.
25645      Branch: cfgperl
25646            ! lib/Math/Complex.pm t/lib/complex.t
25647 ____________________________________________________________________________
25648 [  6050] By: jhi                                   on 2000/05/02  19:26:22
25649         Log: Use setxxent()/endxxent().
25650      Branch: cfgperl
25651            ! t/op/grent.t t/op/pwent.t
25652 ____________________________________________________________________________
25653 [  6049] By: jhi                                   on 2000/05/02  19:06:02
25654         Log: Test both the scalar and list contexts.
25655      Branch: cfgperl
25656            ! t/op/grent.t t/op/pwent.t
25657 ____________________________________________________________________________
25658 [  6048] By: gsar                                  on 2000/05/02  18:29:10
25659         Log: add note about how $( doesn't interpolate in REs (from
25660              Philip Newton <newton@ficus.frogspace.net>)
25661      Branch: perl
25662            ! pod/perlop.pod
25663 ____________________________________________________________________________
25664 [  6047] By: jhi                                   on 2000/05/02  17:41:24
25665         Log: Call getspnam() only iff needd.
25666      Branch: cfgperl
25667            ! pp_sys.c
25668 ____________________________________________________________________________
25669 [  6046] By: gsar                                  on 2000/05/02  17:07:25
25670         Log: libscheck has insufficient checks for n32 libs (from
25671              Albert Chin-A-Young <china@thewrittenword.com>)
25672      Branch: perl
25673            ! hints/irix_6.sh
25674 ____________________________________________________________________________
25675 [  6045] By: jhi                                   on 2000/05/02  13:57:17
25676         Log: Integrate with Sarathy.
25677      Branch: cfgperl
25678           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
25679           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
25680 ____________________________________________________________________________
25681 [  6044] By: gsar                                  on 2000/05/02  06:48:19
25682         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
25683              such that underscores are only ignored in literal numbers,
25684              "\x{...}", and hex/oct argument
25685      Branch: perl
25686            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
25687 ____________________________________________________________________________
25688 [  6043] By: gsar                                  on 2000/05/02  02:22:29
25689         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
25690      Branch: perl
25691            ! pod/perlretut.pod
25692 ____________________________________________________________________________
25693 [  6042] By: gsar                                  on 2000/05/02  02:17:51
25694         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
25695      Branch: perl
25696            ! pod/perltrap.pod
25697 ____________________________________________________________________________
25698 [  6041] By: gsar                                  on 2000/05/02  01:53:51
25699         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
25700              to compensate
25701      Branch: perl
25702            ! Porting/makerel
25703 ____________________________________________________________________________
25704 [  6040] By: gsar                                  on 2000/05/02  01:51:57
25705         Log: missing files in MANIFEST
25706      Branch: perl
25707            ! MANIFEST
25708 ____________________________________________________________________________
25709 [  6039] By: jhi                                   on 2000/05/02  00:36:46
25710         Log: Infinite problems.
25711      Branch: cfgperl
25712            ! lib/Math/Complex.pm
25713 ____________________________________________________________________________
25714 [  6038] By: jhi                                   on 2000/05/02  00:06:38
25715         Log: pwent/spent #ifdef imbalance.
25716      Branch: cfgperl
25717            ! pp_sys.c
25718 ____________________________________________________________________________
25719 [  6037] By: jhi                                   on 2000/05/01  22:50:11
25720         Log: Use HUGE_VALL if applicable.
25721      Branch: cfgperl
25722            ! ext/POSIX/POSIX.xs util.c
25723 ____________________________________________________________________________
25724 [  6036] By: jhi                                   on 2000/05/01  22:20:53
25725         Log: Correct Freudian slip.
25726      Branch: cfgperl
25727            ! pp_sys.c
25728 ____________________________________________________________________________
25729 [  6035] By: jhi                                   on 2000/05/01  21:07:38
25730         Log: Continue on the pwent/spent case.
25731      Branch: cfgperl
25732            ! pp_sys.c
25733 ____________________________________________________________________________
25734 [  6034] By: jhi                                   on 2000/05/01  17:45:14
25735         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
25736              adjustments in 6032 conflicted badly with this, will have
25737              to revisit them later.
25738      Branch: cfgperl
25739           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
25740           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
25741           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
25742           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
25743           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
25744           !> t/lib/cgi-html.t t/lib/cgi-request.t
25745 ____________________________________________________________________________
25746 [  6033] By: jhi                                   on 2000/05/01  17:40:49
25747         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
25748      Branch: cfgperl
25749            ! pp_sys.c
25750 ____________________________________________________________________________
25751 [  6032] By: gsar                                  on 2000/05/01  15:56:32
25752         Log: whitespace adjustments
25753      Branch: perl
25754            ! pp_sys.c
25755 ____________________________________________________________________________
25756 [  6031] By: gsar                                  on 2000/05/01  15:19:41
25757         Log: small nits in diagnostics.pm (from Robin Barker)
25758      Branch: perl
25759            ! lib/diagnostics.pm pod/perldiag.pod
25760 ____________________________________________________________________________
25761 [  6030] By: gsar                                  on 2000/05/01  08:39:18
25762         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
25763              for @- and @+ (from Johan Vromans)
25764      Branch: perl
25765            ! lib/English.pm pod/perlvar.pod
25766 ____________________________________________________________________________
25767 [  6029] By: gsar                                  on 2000/05/01  08:16:10
25768         Log: add CGI.pm v2.66 (from Lincoln Stein)
25769      Branch: perl
25770            + lib/CGI/Util.pm t/lib/cgi-pretty.t
25771            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
25772            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
25773            ! t/lib/cgi-html.t t/lib/cgi-request.t
25774 ____________________________________________________________________________
25775 [  6028] By: gsar                                  on 2000/05/01  06:34:41
25776         Log: Pod::Man generates groff-incompatible macro definition (from
25777              Tom Christiansen)
25778      Branch: perl
25779            ! lib/Pod/Man.pm
25780 ____________________________________________________________________________
25781 [  6027] By: gsar                                  on 2000/05/01  06:31:36
25782         Log: podlators-1.02 update (from Russ Allbery)
25783      Branch: perl
25784            ! lib/Pod/Man.pm lib/Pod/Text.pm
25785 ____________________________________________________________________________
25786 [  6026] By: jhi                                   on 2000/04/30  23:24:23
25787         Log: Integrate with Sarathy.
25788      Branch: cfgperl
25789           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
25790           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
25791           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25792           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25793           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
25794           !> t/lib/syslog.t toke.c win32/win32.h
25795 ____________________________________________________________________________
25796 [  6025] By: gsar                                  on 2000/04/30  18:17:47
25797         Log: Is{Alnum,Alpha,Word} don't match titlecase
25798              
25799              TODO: IsSpace is defined recursively!
25800              
25801              (both spotted by Larry)
25802      Branch: perl
25803            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25804            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25805 ____________________________________________________________________________
25806 [  6024] By: gsar                                  on 2000/04/30  17:50:19
25807         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
25808              (from Hugo van der Sanden)
25809      Branch: perl
25810            ! toke.c
25811 ____________________________________________________________________________
25812 [  6023] By: gsar                                  on 2000/04/30  17:14:43
25813         Log: debugger stomps on $. (from M.J.T. Guy)
25814      Branch: perl
25815            ! lib/perl5db.pl
25816 ____________________________________________________________________________
25817 [  6022] By: gsar                                  on 2000/04/30  16:59:22
25818         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
25819      Branch: perl
25820            ! sv.c
25821 ____________________________________________________________________________
25822 [  6021] By: gsar                                  on 2000/04/29  21:00:08
25823         Log: remove Win2K issue in pod (fixed by change#6020)
25824      Branch: perl
25825            ! README.win32 pod/perl56delta.pod
25826 ____________________________________________________________________________
25827 [  6020] By: gsar                                  on 2000/04/29  20:51:49
25828         Log: test tweak
25829      Branch: perl
25830            ! t/lib/open3.t
25831 ____________________________________________________________________________
25832 [  6019] By: gsar                                  on 2000/04/29  20:34:27
25833         Log: windows portability tweaks
25834      Branch: perl
25835            ! t/lib/b.t win32/win32.h
25836 ____________________________________________________________________________
25837 [  6018] By: gsar                                  on 2000/04/29  19:55:24
25838         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
25839              make _PATH_LOG() return "" if unavailable
25840      Branch: perl
25841            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
25842            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
25843 ____________________________________________________________________________
25844 [  6017] By: jhi                                   on 2000/04/28  22:49:46
25845         Log: Integrate with Sarathy.
25846      Branch: cfgperl
25847           !> op.c perl.c pod/perldiag.pod t/lib/b.t
25848 ____________________________________________________________________________
25849 [  6016] By: jhi                                   on 2000/04/28  22:46:14
25850         Log: Do not warn that an infinity does not look like a number.
25851      Branch: cfgperl
25852            ! sv.c
25853 ____________________________________________________________________________
25854 [  6015] By: gsar                                  on 2000/04/28  22:35:49
25855         Log: tweak test for portability
25856      Branch: perl
25857            ! t/lib/b.t
25858 ____________________________________________________________________________
25859 [  6014] By: gsar                                  on 2000/04/28  22:05:31
25860         Log: glob() loading File::Glob behind the scenes may cause syntax errors
25861      Branch: perl
25862            ! op.c
25863 ____________________________________________________________________________
25864 [  6013] By: gsar                                  on 2000/04/28  21:25:22
25865         Log: tweak change#5945 to display correct switch name in diagnostic
25866      Branch: perl
25867            ! perl.c pod/perldiag.pod
25868 ____________________________________________________________________________
25869 [  6012] By: jhi                                   on 2000/04/28  21:08:12
25870         Log: Integrate with Sarathy.
25871      Branch: cfgperl
25872           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
25873           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
25874           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
25875 ____________________________________________________________________________
25876 [  6011] By: jhi                                   on 2000/04/28  21:04:46
25877         Log: &HUGE_VAL is not defined, it exists.
25878      Branch: cfgperl
25879            ! lib/Math/Complex.pm
25880 ____________________________________________________________________________
25881 [  6010] By: gsar                                  on 2000/04/28  21:02:58
25882         Log: clarify note about shadow password support (from
25883              gellyfish@gellyfish.com)
25884      Branch: perl
25885            ! pod/perlfunc.pod
25886 ____________________________________________________________________________
25887 [  6009] By: gsar                                  on 2000/04/28  21:00:00
25888         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
25889      Branch: perl
25890            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
25891 ____________________________________________________________________________
25892 [  6008] By: gsar                                  on 2000/04/28  20:56:33
25893         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
25894      Branch: perl
25895            ! installperl vms/subconfigure.com
25896 ____________________________________________________________________________
25897 [  6007] By: gsar                                  on 2000/04/28  20:51:21
25898         Log: note about compile failures and END blocks (from M.J.T. Guy)
25899      Branch: perl
25900            ! pod/perl56delta.pod pod/perlmod.pod
25901 ____________________________________________________________________________
25902 [  6006] By: jhi                                   on 2000/04/28  20:42:14
25903         Log: Regen Configure.
25904      Branch: cfgperl
25905            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25906            ! config_h.SH
25907 ____________________________________________________________________________
25908 [  6005] By: gsar                                  on 2000/04/28  20:41:16
25909         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
25910      Branch: perl
25911            ! utils/perldoc.PL
25912 ____________________________________________________________________________
25913 [  6004] By: jhi                                   on 2000/04/28  20:28:21
25914         Log: Integrate with Sarathy.
25915      Branch: cfgperl
25916           !> Configure INSTALL Porting/Glossary Porting/config.sh
25917           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
25918           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
25919           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
25920           !> win32/config.vc win32/win32.c
25921 ____________________________________________________________________________
25922 [  6003] By: gsar                                  on 2000/04/28  20:11:20
25923         Log: allow REG_EXPAND_SZ keys in Windows registry (from
25924              John Clayton <John.Clayton@barclayscapital.com>)
25925      Branch: perl
25926            ! win32/win32.c
25927 ____________________________________________________________________________
25928 [  6002] By: gsar                                  on 2000/04/28  19:34:16
25929         Log: destructive sv_setsv() can lose UV-ness from source, causing
25930              numeric promotions/comparisons to fail to do the right thing
25931      Branch: perl
25932            ! sv.c
25933 ____________________________________________________________________________
25934 [  6001] By: gsar                                  on 2000/04/28  18:44:15
25935         Log: support additional library locations via $Config{otherlibdirs}
25936              (from Andy Dougherty)
25937      Branch: perl
25938            ! Configure INSTALL Porting/Glossary Porting/config.sh
25939            ! Porting/config_H config_h.SH epoc/config.sh perl.c
25940            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
25941            ! win32/config.bc win32/config.gc win32/config.vc
25942 ____________________________________________________________________________
25943 [  6000] By: gsar                                  on 2000/04/28  18:26:58
25944         Log: reworked otherlibdirs.U (from Andy Dougherty)
25945      Branch: metaconfig
25946            ! U/installdirs/otherlibdirs.U
25947 ____________________________________________________________________________
25948 [  5999] By: gsar                                  on 2000/04/28  18:17:07
25949         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
25950      Branch: perl
25951            ! t/pragma/warn/toke toke.c
25952 ____________________________________________________________________________
25953 [  5998] By: jhi                                   on 2000/04/28  13:32:17
25954         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
25955      Branch: cfgperl
25956            ! lib/Math/Complex.pm
25957 ____________________________________________________________________________
25958 [  5997] By: jhi                                   on 2000/04/28  13:14:04
25959         Log: Preserve $!.
25960      Branch: cfgperl
25961            ! lib/Math/Complex.pm
25962 ____________________________________________________________________________
25963 [  5996] By: jhi                                   on 2000/04/28  12:59:23
25964         Log: Integrate with Sarathy.
25965      Branch: cfgperl
25966           +> pod/perlrequick.pod pod/perlretut.pod
25967           !> (integrate 51 files)
25968 ____________________________________________________________________________
25969 [  5995] By: gsar                                  on 2000/04/28  09:37:36
25970         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
25971      Branch: perl
25972            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
25973 ____________________________________________________________________________
25974 [  5994] By: gsar                                  on 2000/04/28  09:33:26
25975         Log: fix for missed accounting for null byte in pack("Z",...) (from
25976              M.J.T. Guy)
25977      Branch: perl
25978            ! pp.c t/op/pack.t
25979 ____________________________________________________________________________
25980 [  5993] By: gsar                                  on 2000/04/28  09:30:05
25981         Log: various minor tweaks seen on p5p
25982      Branch: perl
25983            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
25984 ____________________________________________________________________________
25985 [  5992] By: gsar                                  on 2000/04/28  09:08:19
25986         Log: pod nit (from Simon Cozens)
25987      Branch: perl
25988            ! pod/perlop.pod
25989 ____________________________________________________________________________
25990 [  5991] By: gsar                                  on 2000/04/28  09:06:36
25991         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
25992      Branch: perl
25993            ! README.posix-bc hints/posix-bc.sh
25994 ____________________________________________________________________________
25995 [  5990] By: gsar                                  on 2000/04/28  08:54:52
25996         Log: use $ENV{LIB} to search for libs under Visual C compiler
25997              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
25998      Branch: perl
25999            ! lib/ExtUtils/Liblist.pm
26000 ____________________________________________________________________________
26001 [  5989] By: gsar                                  on 2000/04/28  08:27:12
26002         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
26003              itself and no other (from Tom Hughes)
26004      Branch: perl
26005            ! t/op/array.t toke.c
26006 ____________________________________________________________________________
26007 [  5988] By: gsar                                  on 2000/04/28  08:01:38
26008         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
26009              <paul@miraclefish.com>)
26010      Branch: perl
26011            ! lib/ExtUtils/MakeMaker.pm
26012 ____________________________________________________________________________
26013 [  5987] By: gsar                                  on 2000/04/28  07:53:09
26014         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
26015      Branch: perl
26016            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
26017 ____________________________________________________________________________
26018 [  5986] By: gsar                                  on 2000/04/28  07:44:17
26019         Log: add regular expressions tutorial and quick-start guide (from
26020              Mark Kvale <kvale@phy.ucsf.edu>)
26021      Branch: perl
26022            + pod/perlrequick.pod pod/perlretut.pod
26023            ! AUTHORS MAINTAIN MANIFEST
26024 ____________________________________________________________________________
26025 [  5985] By: gsar                                  on 2000/04/28  07:30:28
26026         Log: forked child may not exit correctly if it failed to open
26027              /dev/console (from Graham Barr)
26028      Branch: perl
26029            ! ext/Sys/Syslog/Syslog.pm
26030 ____________________________________________________________________________
26031 [  5984] By: gsar                                  on 2000/04/28  07:27:20
26032         Log: attributes::reftype() doesn't work on tied argument
26033      Branch: perl
26034            ! xsutils.c
26035 ____________________________________________________________________________
26036 [  5983] By: gsar                                  on 2000/04/28  07:15:04
26037         Log: numeric conversion of non-number in change#3378 tramples on
26038              OOK offset, causing segfaults
26039      Branch: perl
26040            ! sv.c
26041 ____________________________________________________________________________
26042 [  5982] By: gsar                                  on 2000/04/28  04:48:25
26043         Log: avoid error in IO::Socket::INET when given an unknown service name
26044              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
26045      Branch: perl
26046            ! ext/IO/lib/IO/Socket/INET.pm
26047 ____________________________________________________________________________
26048 [  5981] By: gsar                                  on 2000/04/28  04:31:31
26049         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
26050              prototype mismatch with CORE::glob(); update pod and tests to
26051              suit (File::Glob::glob() is still available for backward
26052              compatibility, but should be considered deprecated)
26053      Branch: perl
26054            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
26055            ! t/lib/glob-taint.t
26056 ____________________________________________________________________________
26057 [  5980] By: gsar                                  on 2000/04/28  03:47:29
26058         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
26059              <ghudson@mit.edu>)
26060      Branch: metaconfig
26061            ! U/modified/Options.U
26062      Branch: perl
26063            ! Configure
26064 ____________________________________________________________________________
26065 [  5979] By: gsar                                  on 2000/04/28  03:07:54
26066         Log: under useithreads, constant pad entries could inadvertantly be
26067              shared across threads (from Eric Blood <eblood@xmission.com>);
26068              added Eric's test case to testsuite
26069      Branch: perl
26070            ! op.c t/op/misc.t
26071 ____________________________________________________________________________
26072 [  5978] By: gsar                                  on 2000/04/27  21:13:00
26073         Log: sync version numbers in File::Spec with the ones on CPAN
26074              (from Barrie Slaymaker)
26075      Branch: perl
26076            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
26077            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
26078            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26079 ____________________________________________________________________________
26080 [  5977] By: gsar                                  on 2000/04/27  21:07:29
26081         Log: autoquote barewords followed by newline and arrow properly
26082              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
26083      Branch: perl
26084            ! t/pragma/warn/toke toke.c
26085 ____________________________________________________________________________
26086 [  5976] By: gsar                                  on 2000/04/27  20:41:20
26087         Log: DB_File v1.73 update (from Paul Marquess)
26088      Branch: perl
26089            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26090            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
26091 ____________________________________________________________________________
26092 [  5975] By: gsar                                  on 2000/04/27  20:34:24
26093         Log: allow sort() reentrancy (variant of patch suggested by
26094              Hugo van der Sanden)
26095      Branch: perl
26096            ! pp_ctl.c t/op/sort.t
26097 ____________________________________________________________________________
26098 [  5974] By: gsar                                  on 2000/04/27  19:46:57
26099         Log: change#4197 somehow missed initializing PL_errors, meaning
26100              sytax error queueing wasn't working outside eval"" at all;
26101              also fixed eval"" to localize PL_error_count, so that compile-time
26102              eval's don't clobber the error state of the outer context
26103      Branch: perl
26104            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
26105            ! t/pragma/warn/toke
26106 ____________________________________________________________________________
26107 [  5973] By: gsar                                  on 2000/04/27  18:29:05
26108         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
26109      Branch: perl
26110            ! regcomp.c regexec.c t/op/re_tests
26111 ____________________________________________________________________________
26112 [  5972] By: jhi                                   on 2000/04/27  18:22:41
26113         Log: Integrate with Sarathy.
26114      Branch: cfgperl
26115           +> t/lib/b.t t/lib/syslog.t
26116           !> (integrate 31 files)
26117 ____________________________________________________________________________
26118 [  5971] By: jhi                                   on 2000/04/27  18:18:46
26119         Log: Unicos tweaks from Mark P. Lutz.
26120      Branch: cfgperl
26121            ! hints/unicos.sh lib/Math/Complex.pm
26122 ____________________________________________________________________________
26123 [  5970] By: gsar                                  on 2000/04/27  18:05:11
26124         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
26125              IV is >32bits
26126      Branch: perl
26127            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
26128 ____________________________________________________________________________
26129 [  5969] By: gsar                                  on 2000/04/27  17:50:56
26130         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
26131      Branch: perl
26132            + t/lib/syslog.t
26133            ! MANIFEST ext/Sys/Syslog/Syslog.pm
26134 ____________________________________________________________________________
26135 [  5968] By: gsar                                  on 2000/04/27  17:44:49
26136         Log: tolerate spaces in group names in test on solaris (from David Boyce
26137              <dsb@boyski.com>)
26138      Branch: perl
26139            ! t/op/groups.t
26140 ____________________________________________________________________________
26141 [  5967] By: gsar                                  on 2000/04/27  17:41:22
26142         Log: improved docs on the warn_uninit diagnostic (from David Glasser
26143              and Simon Cozens)
26144      Branch: perl
26145            ! pod/perldiag.pod
26146 ____________________________________________________________________________
26147 [  5966] By: gsar                                  on 2000/04/27  16:54:58
26148         Log: add testsuite for B backends, fix bug in B::Deparse (from
26149              Simon Cozens <simon@brecon.co.uk>)
26150      Branch: perl
26151            + t/lib/b.t
26152            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
26153 ____________________________________________________________________________
26154 [  5965] By: gsar                                  on 2000/04/27  16:10:37
26155         Log: avoid "will not stay shared" warnings for our variables (from
26156              Robin Barker)
26157      Branch: perl
26158            ! op.c t/pragma/warn/op
26159 ____________________________________________________________________________
26160 [  5964] By: gsar                                  on 2000/04/27  07:05:05
26161         Log: reformat to 72 columns (again)
26162      Branch: perl
26163            ! pod/perldiag.pod
26164 ____________________________________________________________________________
26165 [  5963] By: gsar                                  on 2000/04/27  06:28:31
26166         Log: patch from Larry to make (\&) prototype work; added tests for
26167              the same
26168      Branch: perl
26169            ! op.c t/comp/proto.t
26170 ____________________________________________________________________________
26171 [  5962] By: gsar                                  on 2000/04/27  06:15:47
26172         Log: updated README.hpux (from Jeff Okamoto)
26173      Branch: perl
26174            ! README.hpux
26175 ____________________________________________________________________________
26176 [  5961] By: gsar                                  on 2000/04/27  05:55:03
26177         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
26178      Branch: perl
26179            ! emacs/cperl-mode.el
26180 ____________________________________________________________________________
26181 [  5960] By: gsar                                  on 2000/04/27  05:49:26
26182         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
26183      Branch: perl
26184            ! INSTALL
26185 ____________________________________________________________________________
26186 [  5959] By: gsar                                  on 2000/04/27  05:33:41
26187         Log: doubled words in pods (from Simon Cozens
26188              <simon.p.cozens@jp.pwcglobal.com>)
26189      Branch: perl
26190            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
26191            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
26192            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
26193            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
26194            ! pod/perltootc.pod
26195 ____________________________________________________________________________
26196 [  5958] By: gsar                                  on 2000/04/27  05:11:39
26197         Log: change#3569 deleted some essential code, revert; avoid use of
26198              atexit() to make DynaLoader work properly on AIX under mod_perl
26199              (from Jens-Uwe Mager <jum@helios.de>)
26200      Branch: perl
26201            ! ext/DynaLoader/dl_aix.xs
26202 ____________________________________________________________________________
26203 [  5957] By: gsar                                  on 2000/04/27  04:54:51
26204         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
26205      Branch: perl
26206            ! pod/perlmod.pod
26207 ____________________________________________________________________________
26208 [  5956] By: gsar                                  on 2000/04/27  04:51:47
26209         Log: better diagnostics on failed tests (from Ilya Zakharevich)
26210      Branch: perl
26211            ! t/op/lex_assign.t
26212 ____________________________________________________________________________
26213 [  5955] By: gsar                                  on 2000/04/27  04:26:44
26214         Log: longstanding bug exposed by change#3307: sort arguments weren't
26215              compiled with the right wantarray context (ensuing runtime lookup
26216              via block_gimme() was getting the incidental context of the
26217              sort() itself)
26218      Branch: perl
26219            ! op.c t/op/sort.t
26220 ____________________________________________________________________________
26221 [  5954] By: gsar                                  on 2000/04/26  23:42:12
26222         Log: integrate cfgperl contents into mainline
26223      Branch: perl
26224           !> (integrate 30 files)
26225 ____________________________________________________________________________
26226 [  5953] By: jhi                                   on 2000/04/26  23:06:42
26227         Log: Integrate with Sarathy.
26228      Branch: cfgperl
26229           !> README.win32 ext/B/B/Deparse.pm
26230           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
26231           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
26232           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
26233           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
26234           !> utils/perldoc.PL vms/perlvms.pod
26235 ____________________________________________________________________________
26236 [  5952] By: jhi                                   on 2000/04/26  23:03:46
26237         Log: Undo "use integer" addition from 64bitint as it seems
26238              to break most of the subtests in Digital UNIX;
26239              Unicos needs to find another way.
26240      Branch: cfgperl
26241            ! t/op/64bitint.t
26242 ____________________________________________________________________________
26243 [  5951] By: jhi                                   on 2000/04/26  22:57:53
26244         Log: Be more robust on "extreme" (large absolute value)
26245              arguments.  Originally reported by Daniel Connelly
26246              as a problem with asinh() on large negative arguments,
26247              asinh() used to bail out because an argument to log()
26248              ended up being zero.  Ilya Zakharevich proposed using
26249              Taylor's series in such cases, which for such large
26250              arguments is a very good approximation.
26251      Branch: cfgperl
26252            ! lib/Math/Complex.pm t/lib/complex.t
26253 ____________________________________________________________________________
26254 [  5950] By: gsar                                  on 2000/04/25  19:13:12
26255         Log: reformat perldiag to avoid long lines
26256      Branch: perl
26257            ! pod/perldiag.pod
26258 ____________________________________________________________________________
26259 [  5949] By: gsar                                  on 2000/04/25  18:41:11
26260         Log: make perldoc use the pod2man from the same version (from
26261              M.J.T. Guy)
26262      Branch: perl
26263            ! utils/perldoc.PL
26264 ____________________________________________________________________________
26265 [  5948] By: gsar                                  on 2000/04/25  18:21:57
26266         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
26267              <kompas@kompas.usr.onet.pl>)
26268      Branch: perl
26269            ! lib/vars.pm
26270 ____________________________________________________________________________
26271 [  5947] By: gsar                                  on 2000/04/25  18:11:53
26272         Log: use &dl_error rather than &dl_load_file as the guard for calling
26273              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
26274              statically built perl)
26275      Branch: perl
26276            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
26277 ____________________________________________________________________________
26278 [  5946] By: jhi                                   on 2000/04/25  17:37:54
26279         Log: Document that tr() is not tr(1).
26280      Branch: cfgperl
26281            ! pod/perlop.pod
26282 ____________________________________________________________________________
26283 [  5945] By: gsar                                  on 2000/04/25  16:34:33
26284         Log: make module name mandatory after -M switch; reorder perldiag
26285              alphabetically (from Mark-Jason Dominus)
26286      Branch: perl
26287            ! perl.c pod/perldiag.pod
26288 ____________________________________________________________________________
26289 [  5944] By: jhi                                   on 2000/04/25  01:15:18
26290         Log: On second thoughts frexp() does have two arguments.
26291      Branch: cfgperl
26292            ! perl.h
26293 ____________________________________________________________________________
26294 [  5943] By: jhi                                   on 2000/04/24  22:56:32
26295         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
26296              Now pp_ncmp() returns undef is either operand is a NaN.
26297      Branch: cfgperl
26298            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26299            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
26300            ! vms/subconfigure.com vos/config.def vos/config.h
26301            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
26302            ! win32/config.vc win32/config_H.bc win32/config_H.gc
26303            ! win32/config_H.vc
26304      Branch: metaconfig/U/perl
26305            + d_modfl.U
26306 ____________________________________________________________________________
26307 [  5942] By: jhi                                   on 2000/04/24  19:45:17
26308         Log: Regen Configure to match #5937.
26309      Branch: cfgperl
26310            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26311            ! config_h.SH
26312      Branch: metaconfig
26313            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
26314 ____________________________________________________________________________
26315 [  5941] By: jhi                                   on 2000/04/24  19:24:11
26316         Log: Further Unicos fixes for Mark Lutz.
26317      Branch: cfgperl
26318            ! hints/unicos.sh pp_ctl.c
26319 ____________________________________________________________________________
26320 [  5940] By: jhi                                   on 2000/04/24  19:09:06
26321         Log: Various Unicos 10.0.0.6 fixes.
26322              
26323              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
26324              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
26325              Reply-To: tecmpl1@triton.ca.boeing.com 
26326              To: perl5-porters@perl.org 
26327              Date: Fri, 14 Apr 2000 20:21:00 GMT 
26328              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
26329      Branch: cfgperl
26330            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
26331 ____________________________________________________________________________
26332 [  5939] By: gsar                                  on 2000/04/24  19:01:24
26333         Log: more pod nits (from Larry Virden)
26334      Branch: perl
26335            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
26336            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
26337            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
26338 ____________________________________________________________________________
26339 [  5938] By: gsar                                  on 2000/04/24  18:54:01
26340         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
26341      Branch: perl
26342            ! ext/B/B/Deparse.pm
26343 ____________________________________________________________________________
26344 [  5937] By: jhi                                   on 2000/04/24  17:39:00
26345         Log: Integrate with Sarathy.
26346      Branch: cfgperl
26347           +> (branch 31 files)
26348           !> (integrate 73 files)
26349 ____________________________________________________________________________
26350 [  5936] By: gsar                                  on 2000/04/24  17:30:06
26351         Log: additional tests for change#5934 (from Paul Marquess, who also
26352              sent in the same fix)
26353      Branch: perl
26354            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
26355            ! t/pragma/warn/5nolint t/pragma/warn/6default
26356 ____________________________________________________________________________
26357 [  5935] By: jhi                                   on 2000/04/24  17:26:05
26358         Log: Do not assume sign propagation.
26359              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
26360              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
26361              To: payner@ncifcrf.gov, perl5-porters@perl.org 
26362              Date: Tue, 18 Apr 2000 18:24:49 +0100 
26363              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
26364      Branch: cfgperl
26365            ! t/op/bop.t t/op/misc.t
26366 ____________________________________________________________________________
26367 [  5934] By: gsar                                  on 2000/04/24  17:16:54
26368         Log: propagate lexical warnings from surrounding scope correctly
26369              within string eval()
26370      Branch: perl
26371            ! pp_ctl.c t/pragma/warn/pp_ctl
26372 ____________________________________________________________________________
26373 [  5933] By: jhi                                   on 2000/04/24  17:01:07
26374         Log: Flatten the cpp jungle doing the nosuid checking.
26375      Branch: cfgperl
26376            ! perl.c
26377 ____________________________________________________________________________
26378 [  5932] By: gsar                                  on 2000/04/24  09:08:14
26379         Log: add rsignal(), whichsig() and do_join() to public API list
26380              (mod_perl uses them to good advantage)
26381      Branch: perl
26382            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
26383 ____________________________________________________________________________
26384 [  5931] By: gsar                                  on 2000/04/24  09:01:40
26385         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
26386      Branch: perl
26387            ! pp_hot.c regexec.c t/op/pat.t
26388 ____________________________________________________________________________
26389 [  5930] By: gsar                                  on 2000/04/24  08:58:33
26390         Log: small os390 tweaks (from Peter Prymmer)
26391      Branch: perl
26392            ! config_h.SH makedepend.SH
26393 ____________________________________________________________________________
26394 [  5929] By: gsar                                  on 2000/04/24  08:55:25
26395         Log: pod nits
26396      Branch: perl
26397            ! pod/perlguts.pod
26398 ____________________________________________________________________________
26399 [  5928] By: gsar                                  on 2000/04/24  08:50:13
26400         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
26401      Branch: perl
26402            ! ext/IO/lib/IO/Poll.pm
26403 ____________________________________________________________________________
26404 [  5927] By: gsar                                  on 2000/04/24  08:43:24
26405         Log: arrange for next() to resume at the unstack op rather than the
26406              loop conditional, so that scope cleanup happens correctly
26407              (from Stephen McCamant)
26408      Branch: perl
26409            ! op.c pp_ctl.c t/op/misc.t
26410 ____________________________________________________________________________
26411 [  5926] By: gsar                                  on 2000/04/24  08:18:40
26412         Log: on windows, reserve 16M of stack rather than 128M (allows more
26413              threads to run concurrently)
26414      Branch: perl
26415            ! win32/Makefile win32/makefile.mk
26416 ____________________________________________________________________________
26417 [  5925] By: gsar                                  on 2000/04/24  08:13:52
26418         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
26419      Branch: perl
26420            ! toke.c
26421 ____________________________________________________________________________
26422 [  5924] By: gsar                                  on 2000/04/24  08:08:59
26423         Log: avoid using uninitialized memory in require version check
26424      Branch: perl
26425            ! pp_ctl.c universal.c
26426 ____________________________________________________________________________
26427 [  5923] By: gsar                                  on 2000/04/24  07:20:14
26428         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
26429      Branch: perl
26430            ! ext/IO/lib/IO/Poll.pm
26431 ____________________________________________________________________________
26432 [  5922] By: gsar                                  on 2000/04/24  07:08:42
26433         Log: commentary about IoTYPE() (from Nathan Torkington)
26434      Branch: perl
26435            ! sv.h
26436 ____________________________________________________________________________
26437 [  5921] By: gsar                                  on 2000/04/24  06:58:26
26438         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
26439              by fix
26440      Branch: perl
26441            ! sv.c t/lib/charnames.t t/pragma/utf8.t
26442 ____________________________________________________________________________
26443 [  5920] By: gsar                                  on 2000/04/24  06:37:59
26444         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
26445      Branch: perl
26446            ! doop.c t/op/ver.t
26447 ____________________________________________________________________________
26448 [  5919] By: gsar                                  on 2000/04/24  06:21:58
26449         Log: Configure might miss old directories when prefix must be
26450              expanded (from Robin Barker)
26451      Branch: metaconfig
26452            ! U/installdirs/inc_version_list.U
26453      Branch: perl
26454            ! Configure
26455 ____________________________________________________________________________
26456 [  5918] By: gsar                                  on 2000/04/24  06:16:11
26457         Log: VMS nits in glob() test (from Charles Lane)
26458      Branch: perl
26459            ! t/lib/glob-basic.t
26460 ____________________________________________________________________________
26461 [  5917] By: gsar                                  on 2000/04/24  06:11:56
26462         Log: various pod nits (from Larry Virden and others)
26463      Branch: perl
26464            ! README.amiga README.hpux README.machten README.os2
26465            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
26466            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
26467            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
26468            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
26469            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
26470            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
26471            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
26472            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
26473 ____________________________________________________________________________
26474 [  5916] By: gsar                                  on 2000/04/24  05:52:43
26475         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
26476              <wjones@tc.fluke.com>)
26477      Branch: perl
26478            ! t/lib/glob-basic.t
26479 ____________________________________________________________________________
26480 [  5915] By: gsar                                  on 2000/04/24  05:07:01
26481         Log: supported platforms mixed up
26482      Branch: perl
26483            ! pod/perl56delta.pod pod/perlport.pod
26484 ____________________________________________________________________________
26485 [  5914] By: gsar                                  on 2000/04/24  04:56:08
26486         Log: caller() wasn't returning the right number of elements for
26487              eval {...}
26488      Branch: perl
26489            ! pp_ctl.c t/pragma/warn/9enabled
26490 ____________________________________________________________________________
26491 [  5913] By: gsar                                  on 2000/04/24  04:35:41
26492         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
26493              Mark-Jason Dominus)
26494      Branch: perl
26495            ! pod/perlfunc.pod
26496 ____________________________________________________________________________
26497 [  5912] By: gsar                                  on 2000/04/24  04:17:15
26498         Log: fix totally broken caching in UNIVERSAL::isa() (from
26499              Nick Ing-Simmons)
26500      Branch: perl
26501            ! t/op/universal.t universal.c
26502 ____________________________________________________________________________
26503 [  5911] By: gsar                                  on 2000/04/24  03:39:47
26504         Log: add linebreak properties from unicode/LineBrk.txt (from
26505              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
26506      Branch: perl
26507            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
26508            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
26509            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
26510            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
26511            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
26512            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
26513            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
26514            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
26515            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
26516            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
26517            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
26518            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
26519            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
26520            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
26521            + lib/unicode/Is/LbrkZW.pl
26522            ! lib/unicode/mktables.PL
26523 ____________________________________________________________________________
26524 [  5910] By: gsar                                  on 2000/04/24  03:23:10
26525         Log: typo in pod
26526      Branch: perl
26527            ! ext/Thread/Thread.pm
26528 ____________________________________________________________________________
26529 [  5909] By: gsar                                  on 2000/04/24  03:22:03
26530         Log: mode argument to do_binmode() should be file mode, not boolean
26531      Branch: perl
26532            ! pp_sys.c
26533 ____________________________________________________________________________
26534 [  5908] By: gsar                                  on 2000/04/16  16:51:08
26535         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
26536              always returns a valid GV even when the symbol is trapped by strictures
26537              (avoids coredumps)
26538              
26539              TODO: the C<package;> hack needs similar treatment
26540      Branch: perl
26541            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
26542            ! t/pragma/strict-vars
26543 ____________________________________________________________________________
26544 [  5907] By: jhi                                   on 2000/03/31  23:42:56
26545         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
26546              an assumption which #5905 demolished.
26547      Branch: cfgperl
26548            ! pp_sys.c
26549 ____________________________________________________________________________
26550 [  5906] By: jhi                                   on 2000/03/31  18:54:37
26551         Log: Typo in #5905.
26552      Branch: cfgperl
26553            ! t/op/64bitint.t
26554 ____________________________________________________________________________
26555 [  5905] By: jhi                                   on 2000/03/31  18:50:54
26556         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
26557              reported by Joseph N. Hall.  The bug was that even with use64bitint
26558              one had to use the prefixes q, L, or ll with printf/sprintf,
26559              contrary to the documentation and common sense.
26560      Branch: cfgperl
26561            ! sv.c t/op/64bitint.t
26562 ____________________________________________________________________________
26563 [  5904] By: gsar                                  on 2000/03/28  02:31:32
26564         Log: add Changes, perldelta.pod
26565      Branch: perl
26566            + Changes pod/perldelta.pod
26567 ____________________________________________________________________________
26568 [  5903] By: gsar                                  on 2000/03/28  02:03:55
26569         Log: rename Changes and perldelta.pod
26570      Branch: perl
26571           +> Changes5.6 pod/perl56delta.pod
26572            - Changes pod/perldelta.pod
26573            ! MANIFEST
26574 ____________________________________________________________________________
26575 [  5902] By: gsar                                  on 2000/03/28  01:59:14
26576         Log: create maint-5.6 branch
26577      Branch: maint-5.6/perl
26578           +> (branch 1611 files)
26579 ____________________________________________________________________________
26580 [  5901] By: jhi                                   on 2000/03/23  05:48:43
26581         Log: Integrate with Sarathy.
26582      Branch: cfgperl
26583           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
26584 ____________________________________________________________________________
26585 [  5900] By: gsar                                  on 2000/03/23  05:42:43
26586         Log: three guesses on what this is :-)
26587      Branch: perl
26588            ! Changes